@import url(https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400..800&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";
.center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-open {
  overflow: hidden !important;
  height: 0 !important;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row !important;
}

.vertical-line {
  width: 1px;
  height: 100%;
  background-color: #C2BAC8;
  display: inline-block;
  margin: 0 1.25rem;
}

.horizontal-line {
  width: 100%;
  height: 2px;
  background-color: #724198;
  display: block;
  margin: 1.5rem 0 !important;
}
.horizontal-line.thin {
  height: 1px;
}
.horizontal-line .color-primary {
  background-color: #554A5D;
}

.desktop-md {
  display: none !important;
}

.desktop-lg {
  display: none !important;
}

.mobile-md {
  display: block !important;
}

.mobile-lg {
  display: flex !important;
}

.section {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.text-center {
  text-align: center !important;
}

.text-end {
  text-align: end !important;
}

.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

.avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .desktop-md {
    display: block !important;
  }
  .mobile-md {
    display: none !important;
  }
  .avatar {
    width: 2.8125rem;
    height: 2.8125rem;
  }
}
@media (min-width: 992px) {
  .desktop-lg {
    display: flex !important;
  }
  .mobile-lg {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hide-md {
    display: none;
  }
}
@media (max-width: 576px) {
  .hide-sm {
    display: none;
  }
}
.xsm-text-12 {
  font-size: 0.75rem;
}

.common-text-13-lh-auto {
  font-size: 0.8125rem;
  line-height: auto;
}

.common-header-14-lh-auto {
  font-size: 0.875rem;
  line-height: auto;
}

.common-text-16-lh-24 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.common-text-16-lh-32 {
  font-size: 1rem;
  line-height: 2rem;
}

.common-header-17-lh-25 {
  font-size: 1.0625rem;
  line-height: 1.5625rem;
}

.common-text-18-lh-54 {
  font-size: 1.125rem;
  line-height: 3.375rem;
}

.common-text-18-lh-28 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.common-text-18-lh-24 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.common-text-20-lh-28 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.common-header-22-lh-25 {
  font-size: 1.375rem;
  line-height: 1.5625rem;
}

.common-text-24-lh-32 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.common-header-30-lh-42 {
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #724198;
  text-transform: uppercase;
  font-weight: normal;
}

.common-header-34-lh-54 {
  font-size: 2.125rem;
  line-height: 3.375rem;
  color: #724198;
  text-transform: uppercase;
  font-weight: normal;
  margin: 1rem 0;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

.text-truncate-2,
.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-truncate-3 {
  -webkit-line-clamp: 3;
}

@media (max-width: 768px) {
  .common-header-34-lh-54 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .common-header-30-lh-42 {
    font-size: 1.5rem;
  }
  .common-header-22-lh-25 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .common-text-20-lh-28 {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .common-text-18-lh-28 {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
  .common-header-14-lh-auto {
    font-size: 0.75rem;
  }
}
.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.bg-light-purple {
  background-color: #F8D7D7;
}

.bg-light-pink {
  background-color: #FBD7B8;
}

.bg-light-peach {
  background-color: #FAF3C9;
}

.bg-light-blue {
  background-color: #D3E7F2;
}

.bg-light-cyan {
  background-color: #D4EBE9;
}

.bg-lighter-violet {
  background-color: #DED0E9;
}

.deep-purple {
  color: #350F52;
}

.extra-deep-purple {
  color: #40216F;
}

.main-purple {
  color: #724198;
}

.dark-purple-gray {
  color: #554A5D;
}

.search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  background: #F7F5F6;
  border-radius: 24px;
  height: 44px !important;
  width: 100%;
  font-size: 1rem;
}
.search-input-wrapper.white {
  background: #ffffff;
  border-color: #ffffff;
  color: #554A5D;
}
.search-input-wrapper:has(svg) .search-input {
  padding-left: 44px;
}

.search-input-wrapper svg {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #554A5D;
}

.search-input {
  border: none;
  background: transparent;
  padding-left: 1.125rem;
  font-size: 20px;
  color: #554A5D;
  height: 2.75rem;
  width: 100%;
  outline: none;
  border-radius: 24px;
}
.search-input.white {
  background: #ffffff;
  border-color: #ffffff;
  color: #554A5D;
}

.nav {
  position: relative;
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
}
.main-header .mobile-menu {
  display: none;
}
.main-header .mobile-menu .toggle-container {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  z-index: 1000;
}

/* Toggle Functionality */
#toggle {
  display: none;
}

#toggle:checked ~ .toggle-container .button-toggle:before {
  transform: translateY(-50%) rotate(45deg) scale(1);
}
#toggle:checked ~ .toggle-container .button-toggle:after {
  transform: translateY(-50%) rotate(-45deg) scale(1);
}
#toggle:checked ~ .toggle-container .button-toggle--hamburger {
  display: none;
}
#toggle:checked ~ .nav {
  pointer-events: auto;
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  z-index: 999;
  padding: 76px 20px;
  display: flex;
}
#toggle:checked ~ .nav .nav-item {
  color: #40216F;
  letter-spacing: 0;
  line-height: 40px;
  margin-top: 0;
  opacity: 1;
  transform: scaleY(1);
  transition: 0.5s, opacity 0.1s;
}
#toggle:checked ~ .nav .nav-item:nth-child(1) {
  transition-delay: 0.15s;
}
#toggle:checked ~ .nav .nav-item:nth-child(1):before {
  transition-delay: 0.15s;
}
#toggle:checked ~ .nav .nav-item:nth-child(2) {
  transition-delay: 0.1s;
}
#toggle:checked ~ .nav .nav-item:nth-child(2):before {
  transition-delay: 0.1s;
}
#toggle:checked ~ .nav .nav-item:nth-child(3) {
  transition-delay: 0.05s;
}
#toggle:checked ~ .nav .nav-item:nth-child(3):before {
  transition-delay: 0.05s;
}
#toggle:checked ~ .nav .nav-item:nth-child(4) {
  transition-delay: 0s;
}
#toggle:checked ~ .nav .nav-item:nth-child(4):before {
  transition-delay: 0s;
}
#toggle:checked ~ .nav .nav-item:before {
  opacity: 0;
}
#toggle:checked ~ .nav .search-input-wrapper {
  max-width: 400px;
}
#toggle:checked ~ .dummy-content {
  padding-top: 30px;
}
#toggle:checked ~ .dummy-content:before {
  background-color: rgba(0, 0, 0, 0.3);
}

/* Toggle Button */
.button-toggle {
  position: absolute;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  transition: 0.6s;
}
.button-toggle:hover {
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
}
.button-toggle:before, .button-toggle:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #40216F;
  border-radius: 5px;
  transition: 0.5s;
}
.button-toggle:before {
  transform: translateY(-50%) rotate(45deg) scale(0);
}
.button-toggle:after {
  transform: translateY(50%) rotate(-45deg) scale(0);
}

/* Menu */
.nav {
  display: none;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: 0.5s;
}
.nav--items {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  max-width: 400px;
  padding: 0 1rem;
}
.nav--items .nav-item {
  opacity: 0;
  position: relative;
  display: inline-block;
  color: transparent;
  white-space: nowrap;
  transform: scaleY(0.2);
  transition: 0.5s, opacity 1s;
  min-height: 3.125rem;
  width: 100%;
  border-bottom: 1px solid #E2E2E2;
  padding: 0.5rem 0;
}
.nav--items .nav-item:nth-child(1) {
  transition-delay: 0s;
}
.nav--items .nav-item:nth-child(1):before {
  transition-delay: 0s;
}
.nav--items .nav-item:nth-child(2) {
  transition-delay: 0.05s;
}
.nav--items .nav-item:nth-child(2):before {
  transition-delay: 0.05s;
}
.nav--items .nav-item:nth-child(3) {
  transition-delay: 0.1s;
}
.nav--items .nav-item:nth-child(3):before {
  transition-delay: 0.1s;
}
.nav--items .nav-item:nth-child(4) {
  transition-delay: 0.15s;
}
.nav--items .nav-item:nth-child(4):before {
  transition-delay: 0.15s;
}
.nav--items .nav-item:nth-child(1) {
  letter-spacing: -8px;
}
.nav--items .nav-item:nth-child(2) {
  letter-spacing: -7px;
}
.nav--items .nav-item:nth-child(n+4) {
  letter-spacing: -8px;
  margin-top: -7px;
  opacity: 0;
}
.nav--items .nav-item:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #40216F;
  transform: translateY(-50%) scaleY(5);
  transition: 0.5s;
}

.nav-item--has-submenu {
  margin-bottom: 0.5rem;
}

.nav-submenu {
  display: flex;
  flex-direction: column;
  margin-left: 24px;
  margin-top: 8px;
}

.nav-subitem {
  padding: 4px 0;
  display: flex;
  align-items: center;
}
.nav-subitem::before {
  content: "▶";
  margin-right: 8px;
  color: #6c3483;
  font-size: 16px;
}

@media (max-width: 1300px) {
  .main-header .main-navigation {
    display: none;
  }
  .main-header .mobile-menu {
    display: block;
  }
}
html {
  font-family: "Baloo Bhai 2", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}
*::after, *::before {
  box-sizing: border-box;
}
*:hover, *:focus {
  outline: none;
}

a {
  text-decoration: none;
}

.row {
  width: 100%;
  max-width: 1440px;
  padding: 0 40px;
  margin: 0 auto;
}
.row.row-small {
  max-width: 740px;
}
.row.row-full {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .row {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .row {
    padding: 0 24px;
  }
  .row.row-small {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .row {
    padding: 0 16px;
  }
}
.main-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 36px;
       column-gap: 36px;
}

.main-navigation-list {
  display: inline-flex;
  align-items: center;
}
.main-navigation-list--item {
  display: inline-block;
  margin: 0 56px 0 0;
}
.main-navigation-list--item:last-child {
  margin: 0;
}
.main-navigation-list--item > a {
  transition: 0.4s;
  position: relative;
  display: block;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  color: #724198;
}
.main-navigation-list--item > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #724198;
  bottom: -2px;
  left: 0;
  transition: width 0.4s;
}
.main-navigation-list--item > a:hover::before, .main-navigation-list--item > a a:focus::before {
  width: 100%;
}
.main-navigation-list--item.active > a {
  border-bottom: 2px solid #724198;
}
.main-navigation-list--item.active > a::before {
  content: unset;
}
.main-navigation-list--item:has(.submenu) {
  position: relative;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  color: #724198;
}
.main-navigation-list--item:has(.submenu) .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  list-style: none;
  padding: 0.625rem 1.25rem;
  margin: 2px 0 0;
  min-width: 200px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
.main-navigation-list--item:has(.submenu) .submenu--item a {
  display: block;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.main-navigation-list--item:has(.submenu) .submenu--item a::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="10" viewBox="0 0 8 10"><path d="M0.7,0.2 C0.3,0 0,0.3 0,0.7 L0,9.3 C0,9.7 0.3,10 0.7,9.8 L7.7,5.8 C8.1,5.5 8.1,4.5 7.7,4.2 L0.7,0.2 Z" fill="%238646DA"/></svg>');
  margin-right: 0.625rem;
}
.main-navigation-list--item:has(.submenu) .submenu--item a:hover {
  background-color: #f5f5f5;
}
.main-navigation-list--item:has(.submenu):hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-navigation-link {
  transition: 0.4s;
  position: relative;
  display: block;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  color: #724198;
}
.main-navigation-link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #724198;
  bottom: -2px;
  left: 0;
  transition: width 0.4s;
}
.main-navigation-link:hover::before, .main-navigation-link a:focus::before {
  width: 100%;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
}
.buttons.buttons-center {
  justify-content: center;
}
.buttons.buttons-navigation {
  row-gap: 25px;
}
.buttons.buttons-social {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

@media (max-width: 991px) {
  .buttons.buttons-navigation {
    row-gap: 16px;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: 0.3s;
}
.buttons-social .btn svg {
  height: 28px;
  width: auto;
}
.btn svg {
  width: auto;
  height: 17px;
}
.btn.btn-type-main {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.625rem;
  border-radius: 6px;
  padding: 10px 18px;
}
.btn.btn-type-main.skinny {
  font-weight: 400;
}
.btn.btn-type-elipse {
  width: 100%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  border-radius: 30px;
  padding: 12px 30px;
}
.btn.btn-type-elipse svg {
  height: 29px;
}
.btn.btn-yellow {
  color: #350F52;
  background-color: #FFDE00;
}
.btn.btn-yellow:hover {
  background-color: rgb(244.8, 213.12, 0);
}
.btn.btn-purple {
  color: #ffffff;
  background-color: #724198;
}
.btn.btn-purple:hover {
  background-color: rgb(108.6414746544, 61.9447004608, 144.8552995392);
}
.btn.btn-pastel-plum {
  color: #724198;
  background-color: rgba(255, 255, 255, 0.37);
}
.btn.btn-pastel-plum:hover {
  background-color: rgba(249.9, 249.9, 249.9, 0.37);
}
.btn.btn-type-outline {
  background-color: transparent;
  border-radius: 50px;
  padding: 0.4375rem 1.375rem;
}
.btn.btn-outline-purple {
  color: #724198;
  border: 1px solid #724198;
}
.btn.btn-outline-purple:hover {
  background-color: rgba(114, 65, 152, 0.1);
}
.btn.btn-outline-white {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn.btn-outline-white:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn.btn-load-more {
  flex-direction: column;
  row-gap: 8px;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 2rem;
  color: #554A5D;
  cursor: pointer;
}
.btn.btn-load-more:hover {
  color: #724198;
}
.btn.btn-load-more svg {
  color: #FFDE00;
}

@media (max-width: 576px) {
  .btn.btn-type-elipse {
    padding: 12px 26px;
  }
  .btn.btn-load-more {
    row-gap: 6px;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.main-search {
  display: inline-flex;
}
.main-search--icon {
  display: inline-flex;
  color: #554A5D;
  padding: 8px;
  cursor: pointer;
  transition: 0.3s;
}
.main-search--icon:hover {
  color: #724198;
}
.main-search--icon svg {
  width: 16px;
  height: 16px;
}

.main-logo {
  display: inline-flex;
}
.main-logo svg {
  width: auto;
  height: 46px;
}

#main-intro {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 98px);
  background-image: url(/images/main-intro.jpg?1329f14a1c149a6ea20248f7960feb17);
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.main-intro {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 550px;
  -moz-column-gap: 56px;
       column-gap: 56px;
  row-gap: 32px;
  padding: 34px 0 110px;
}
.main-intro--col {
  display: block;
}
.main-intro--col:nth-child(1) {
  grid-column: span 2;
}

@media (max-width: 991px) {
  #main-intro {
    min-height: unset;
    background-image: none;
  }
  .main-intro {
    position: relative;
    grid-template-columns: 100%;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 24px;
    margin: 0 0 30px;
    padding: 0;
  }
  .main-intro::before {
    z-index: -1;
    position: absolute;
    left: -24px;
    grid-column: 1/2;
    grid-row: 1/3;
    width: calc(100% + 48px);
    height: 100%;
    background-image: url(/images/main-intro.jpg?1329f14a1c149a6ea20248f7960feb17);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
  }
  .main-intro--col:nth-child(1), .main-intro--col:nth-child(3) {
    grid-column: span 1;
  }
  .main-intro--col:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 24px 0 0;
  }
  .main-intro--col:nth-child(2) {
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .main-intro--col:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 0 0 24px;
  }
  .main-intro--col:nth-child(4) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .main-intro--col:nth-child(5) {
    grid-column: 1/2;
    grid-row: 4/5;
  }
}
@media (max-width: 576px) {
  .main-intro::before {
    left: -16px;
    width: calc(100% + 32px);
  }
}
.section-header {
  display: block;
  margin: 0 auto;
}
.section-header.section-header-center {
  text-align: center;
}
.section-header.section-header-600 {
  max-width: 600px;
}
.section-header.section-header-600 p {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  margin: 16px 0;
}
.section-header h1 {
  display: block;
  font-weight: 500;
  font-size: 3.25rem;
  line-height: auto;
  text-transform: uppercase;
  color: #724198;
  margin: 0;
}
.section-header h1 + p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 10px 0;
}
.section-header h2 {
  display: block;
  font-weight: 500;
  font-size: 2.125rem;
  line-height: 2.625rem;
  text-transform: uppercase;
  color: #724198;
  margin: 0;
}
.section-header p {
  display: block;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #350F52;
  margin: 8px 0;
}
.section-header p.dark-purple-gray {
  color: #554A5D;
}
.section-header p:first-child {
  margin-top: 0;
}
.section-header p:last-child {
  margin-bottom: 0;
}
.section-header .buttons {
  margin: 24px 0;
}
.section-header .buttons:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .section-header h1 {
    font-size: 1.875rem;
  }
}
@media (max-width: 576px) {
  .section-header h2 {
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
  .section-header.section-header-600 {
    max-width: 100%;
  }
  .section-header.section-header-600 p {
    font-size: 1rem;
    color: #554A5D;
  }
  .section-header p {
    margin: 0;
  }
  .main-intro .section-header p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0;
  }
}
.intro-transparent {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 245, 245, 0.33);
  border-radius: 15px;
  padding: 20px;
}
.main-intro--col:nth-child(4) .intro-transparent {
  width: calc(100% + 28px);
  margin-left: -28px;
}
.intro-transparent--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intro-transparent--header--col {
  display: block;
}
.intro-transparent--header--col h3 {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #350F52;
  margin: 0;
}
.intro-transparent--header--col h3 a {
  display: inline-flex;
}
.intro-transparent--header--col h3 a svg {
  width: 30px;
  height: 30px;
}
.intro-transparent--header--col select {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  font-weight: 500;
  color: #724198;
  background: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-color: #F2DBDB;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 4px);
  background-position-y: center;
  background-size: 24px;
  border: none;
  border-radius: 4px;
  padding: 5px 16px;
}
.intro-transparent--body {
  display: block;
  margin: 24px 0 0;
}

@media (max-width: 991px) {
  .intro-transparent {
    height: auto;
    padding: 24px;
  }
  .main-intro--col:nth-child(4) .intro-transparent {
    width: 100%;
    background-color: unset;
    border-radius: unset;
    margin-left: 0;
    padding: 0;
  }
  .main-intro--col:nth-child(3) .intro-transparent--header--col h3 {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .intro-transparent--header--col h3 a svg {
    width: 30px;
    height: 30px;
  }
  .intro-transparent--header--col select {
    padding: 5px 16px;
  }
  .intro-transparent--body {
    margin: 14px 0 0;
  }
}
@media (max-width: 576px) {
  .intro-transparent {
    padding: 20px;
  }
}
.composition {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.composition.composition-main {
  display: flex;
}
.composition--controls {
  display: inline-flex;
  color: #724198;
  opacity: 0;
  visibility: hidden;
}
.composition-current .composition--controls {
  opacity: 1;
  visibility: visible;
}
.composition--controls svg {
  width: 20px;
  height: 20px;
}
.composition--info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 5px 5px;
}
.composition-current .composition--info {
  background-color: rgba(103, 54, 142, 0.19);
}
.composition-main .composition--info, .current-play .composition--info {
  padding: 0;
}
.composition--info--main {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.composition-main .composition--info--main, .current-play .composition--info--main {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.composition-main .composition--info--main img, .current-play .composition--info--main img {
  width: 45px;
  height: 45px;
}
.composition-main .composition--info--main h4, .current-play .composition--info--main h4 {
  width: calc(100% - 57px);
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.composition-main .composition--info--main h4 small, .current-play .composition--info--main h4 small {
  display: none;
}
.composition--info--main img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.composition--info--main h4 {
  display: inline-block;
  width: calc(100% - 31px);
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #350F52;
  margin: 0;
}
.composition--info--parameters {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #350F52;
}

@media (max-width: 576px) {
  .current-play .composition--info--main h4 small {
    display: block;
    font-weight: 700;
    font-size: 0.6875rem;
    line-height: 1rem;
    text-transform: uppercase;
    color: #493D17;
  }
}
.compositions-list {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 12px;
}
.compositions-list.compositions-list-limited {
  max-height: 236px;
  padding: 0 16px 0 0;
  overflow-y: auto;
}
.compositions-list.compositions-list-limited::-webkit-scrollbar {
  width: 5px;
}
.compositions-list.compositions-list-limited::-webkit-scrollbar-track {
  background-color: #F2DBDB;
  border-radius: 4px;
}
.compositions-list.compositions-list-limited::-webkit-scrollbar-thumb {
  background-color: #724198;
  border-radius: 4px;
}
.compositions-list + .buttons-navigation {
  margin: 40px 0 0;
}

@media (max-width: 991px) {
  .compositions-list + .buttons-navigation {
    margin: 20px 0 0;
    padding: 0 10px;
  }
  .compositions-list + .buttons-navigation .btn {
    justify-content: center;
  }
}
.campaign-progress {
  display: block;
}
.campaign-progress--header {
  display: block;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #350F52;
}
.campaign-progress--header strong {
  font-weight: 700;
}
.campaign-progress--bar {
  display: block;
}

@media (max-width: 576px) {
  .campaign-progress--header {
    font-size: 1rem;
    line-height: 1.375rem;
    text-align: center;
    margin: 0 0 2px;
  }
}
.progress-bar {
  display: flex;
  width: 100%;
  height: 12px;
  background-color: #D8CCC3;
  border-radius: 9px;
}
.progress-bar--line {
  display: inline-block;
  height: 100%;
  background-color: #6B4694;
  border-radius: 9px;
}

.campaign {
  display: grid;
  grid-template-columns: 1fr 90px;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 36px;
  background-image: url(/images/campaign.jpg?69fa0d56432f13693922b6fb67225bf2);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 320px;
  background-color: #F3F1F3;
  border-radius: 16px;
  padding: 20px 16px 16px 24px;
}
.campaign--col {
  display: block;
}
.campaign--col:nth-child(1) h2 {
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #350F52;
  margin: 0;
}
.campaign--col:nth-child(1) p {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #350F52;
  margin: 0;
}
.campaign--col:nth-child(1) .campaign-progress {
  margin: 20px 0 0;
}
.campaign--col:nth-child(1) .campaign-progress .progress-bar {
  max-width: 222px;
}
.campaign--col:nth-child(2) img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 576px) {
  .campaign {
    grid-template-columns: 1fr;
    background-position: center bottom;
    background-size: 360px;
    row-gap: 16px;
    padding-bottom: 10rem;
  }
  .campaign--col:nth-child(1) .campaign-progress .progress-bar {
    max-width: unset;
  }
  .campaign--col-qr {
    display: none;
  }
  .campaign .campaign-infos {
    justify-content: space-between;
  }
}
.campaign-infos {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.campaign-info {
  display: block;
  text-align: center;
}
.campaign-info--header {
  display: block;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  color: #350F52;
}
.campaign-info--body {
  display: block;
  min-width: 98px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #350F52;
  background-color: #ffffff;
  padding: 0 8px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider.slick-loading {
  display: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: inline-flex;
  float: left;
  height: auto;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  top: calc(100% + 18px);
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  list-style-type: none;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.slick-dots li {
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #A5879D;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  background-color: #D9D9D9;
}

.slick-arrow {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 15px;
  line-height: 0px;
  font-size: 0px;
  color: #000000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 4px;
  padding: 0;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
.slick-arrow.slick-disabled {
  color: #D8CCC3;
}
.slick-arrow.slick-prev {
  left: -24px;
  background-image: url(/images/slick-site-prev.svg?b6c1a4d7d95387598c83a22eb3df35b6);
}
.slick-arrow.slick-next {
  right: -24px;
  background-image: url(/images/slick-site-next.svg?bdc229edc01de935e5ab72a85d9822f8);
}
.slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.75);
}

.main-slider {
  display: block;
  height: 100%;
}
.main-slider--slide {
  aspect-ratio: 5/3;
  background-color: #F3F1F3;
  border-radius: 0.5625rem;
  padding: 0.3125rem;
}
.main-slider--slide--content {
  position: relative;
  height: 100%;
}
.main-slider--slide--content img {
  border-radius: 0.5625rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-slider--slide--content--caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.75rem;
  background-color: rgba(78, 50, 85, 0.4588235294);
  border-bottom-left-radius: 0.5625rem;
  border-bottom-right-radius: 0.5625rem;
  color: #ffffff;
}

@media (max-width: 991px) {
  .main-slider .slick-dots {
    position: relative;
    top: 0;
    left: 0;
    padding: 16px 0 8px;
  }
}
@media (max-width: 576px) {
  .main-slider--slide {
    aspect-ratio: 4/3;
  }
}
.tabs-section {
  display: flex;
  background-color: #ffffff;
  gap: 5px;
}

.tab-component {
  display: flex;
  justify-content: center;
  flex: 1;
  width: 100%;
  background-color: #FAF8F8;
}

@media (max-width: 991px) {
  .tabs-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .tabs-section {
    gap: 3px;
  }
}
.banner-podcast {
  background-color: #5C1395;
  border-radius: 0.75rem;
  color: #ffffff;
  flex-direction: column;
  padding: 1rem;
}
.banner-podcast p {
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
}

.banner-ads {
  background-color: #E2E2E2;
  border-radius: 0.75rem;
  width: 100%;
  height: 16.25rem;
}

.section-reviews {
  position: relative;
}
.section-reviews::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: calc(50% + 163px);
  width: 100vw;
  height: 100%;
  background-color: #F7F5F6;
  transform: translateX(-50%);
  content: "";
}

@media (max-width: 991px) {
  .section-reviews::before {
    display: none;
  }
}
.trips {
  display: block;
  margin: 56px 0 84px;
}
.trips--header {
  display: block;
}
.trips--body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin: 24px 0 48px;
}
.trips--footer {
  display: block;
}

@media (max-width: 991px) {
  .trips {
    margin: 16px 0 48px;
  }
}
@media (max-width: 576px) {
  .trips--body {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 16px;
  }
}
.shows {
  display: block;
  border-top: 2px solid #724198;
  padding: 44px 0 0;
}
.shows:has(.show-history) {
  padding: 0;
}
.shows + .shows {
  margin: 56px 0 0;
}
.shows--header {
  display: block;
}
.shows--list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 8px;
  margin: 24px 0 32px;
}
.shows--body {
  display: block;
}
.shows--body--header {
  display: block;
  margin: 0 0 8px;
}
.shows--body--header h3 {
  display: block;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 2.5rem;
  color: #724198;
  text-transform: uppercase;
  margin: 0;
}
.shows--body--content {
  display: block;
}
.shows--body--content .slick-slide {
  margin: 0 17px;
}
.shows--body--content .slick-list {
  margin: 0 -17px;
}

@media (max-width: 576px) {
  .shows {
    padding: 16px 0 0;
  }
  .shows + .shows {
    margin: 32px 0 0;
  }
  .shows--list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .shows--body--content {
    position: relative;
    width: calc(100% + 16px);
  }
  .shows--body--content::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
    content: "";
  }
  .shows--body--content .slick-slide {
    margin: 0;
  }
  .shows--body--content .slick-list {
    margin: 0;
  }
  .shows--body--content .slick-track {
    display: flex;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.current-play {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F1E9F5;
  border-radius: 15px;
  padding: 10px 24px 10px 32px;
}
.current-play--col {
  display: flex;
}
.current-play--col a {
  display: inline-flex;
  align-items: flex-end;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  color: #350F52;
}
.current-play--col a svg {
  height: 24px;
  width: auto;
}
.current-play--content {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.current-play--content h5 {
  display: inline-block;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  color: #493D17;
  margin: 0;
}

@media (max-width: 576px) {
  .current-play {
    padding: 12px 16px;
  }
  .current-play--col:nth-child(2) {
    display: none;
  }
  .current-play--content {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .current-play--content h5 {
    display: none;
  }
}
.broadcasting {
  display: block;
  background-color: #F4F4F4;
  border-radius: 15px;
  border: 2px solid #F4F4F4;
  margin: 20px 0;
  overflow: hidden;
}
.broadcasting--header {
  display: block;
  padding: 7px 27px;
}
.broadcasting--header h1 {
  display: inline-block;
  font-weight: 500;
  font-size: 2.125rem;
  line-height: 2.625rem;
  text-transform: uppercase;
  color: #724198;
  margin: 0;
}
.broadcasting--header span {
  display: inline-block;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.625rem;
  color: #554A5D;
}
.broadcasting--header span::before {
  display: inline-block;
  padding: 0 6px;
  content: "/";
}
.broadcasting--body {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 77px;
  -moz-column-gap: 38px;
       column-gap: 38px;
  background-color: #ffffff;
  padding: 30px 14px;
}
.broadcasting--footer {
  display: grid;
  grid-template-columns: 120px 1fr;
  -moz-column-gap: 26px;
       column-gap: 26px;
  padding: 16px 27px;
}
.broadcasting--footer--col {
  display: block;
}
.broadcasting--footer--col:nth-child(1) h3 {
  display: block;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 2.625rem;
  text-transform: uppercase;
  color: #724198;
  margin: 0;
}
.broadcasting--footer--col:nth-child(2) {
  display: grid;
  row-gap: 20px;
}

@media (max-width: 991px) {
  .broadcasting {
    margin: 10px 0;
  }
  .broadcasting--header {
    padding: 6px 14px;
  }
  .broadcasting--header h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .broadcasting--header span {
    font-size: 1.125rem;
    line-height: 2rem;
  }
  .broadcasting--body {
    grid-template-columns: 1fr 40px;
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 16px 8px;
  }
  .broadcasting--footer {
    display: block;
    padding: 8px 14px 4px 14px;
  }
  .broadcasting--footer--col {
    margin: 4px 0 0;
  }
  .broadcasting--footer--col:first-child {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 12px;
         column-gap: 12px;
    margin: 0;
  }
  .broadcasting--footer--col:nth-child(1) h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    order: 2;
  }
  .broadcasting--footer--col:nth-child(2) {
    row-gap: 12px;
  }
  .broadcasting--footer--col .broadcasting-stars {
    margin: 1px 0 0;
  }
}
.broadcasting-days {
  display: grid;
  align-items: center;
  grid-template-columns: 15px 1fr 15px;
  -moz-column-gap: 38px;
       column-gap: 38px;
}
.broadcasting-days--col {
  display: flex;
}
.broadcasting-days--col button {
  display: inline-flex;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.broadcasting-days--col button svg {
  height: 24px;
  width: auto;
}

@media (max-width: 576px) {
  .broadcasting-days {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.broadcasting-days-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.broadcasting-days-list .list-item {
  display: block;
  text-align: center;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 8px;
  cursor: pointer;
}
.broadcasting-days-list .list-item.current-list-item {
  background-color: #E3D7E8;
}
.broadcasting-days-list .list-item--day {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #350F52;
}
.broadcasting-days-list .list-item--num {
  display: block;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: #350F52;
}
.broadcasting-days-list .list-item--month {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #350F52;
}

@media (max-width: 576px) {
  .broadcasting-days-list .list-item:nth-child(1), .broadcasting-days-list .list-item:nth-child(2), .broadcasting-days-list .list-item:nth-child(6), .broadcasting-days-list .list-item:nth-child(7) {
    display: none;
  }
  .broadcasting-days-list .list-item--day {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
  .broadcasting-days-list .list-item--num {
    font-size: 1.625rem;
    line-height: 2rem;
  }
  .broadcasting-days-list .list-item--month {
    font-size: 0.6875rem;
    line-height: 1rem;
  }
}
.program-list {
  margin: 0 0 88px;
}
.program-list .program-list-item {
  border-top: 0.5px solid #350F52;
  padding: 28px 12px;
}
.program-list .program-list-item:first-child {
  border-top: none;
  padding-top: 0;
}
.program-list .program-list-item:last-child {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .program-list {
    margin: 0 0 56px;
  }
  .program-list .program-list-item {
    border-top: 0.5px solid rgba(53, 15, 82, 0.25);
    padding: 8px 0;
  }
}
.program-list-item {
  display: grid;
  align-items: center;
  grid-template-columns: 60px 48px 1fr 30px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 0;
  padding: 0 12px;
}
.program-list-item--time {
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  color: #350F52;
}
.program-list-item--thumbnail {
  display: flex;
}
.program-list-item--thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.program-list-item--title {
  display: block;
}
.program-list-item--title h3 {
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #350F52;
  margin: 0;
}
.program-list-item--play {
  display: flex;
}
.program-list-item--play a {
  display: flex;
}
.program-list-item--play a svg {
  width: 100%;
  height: auto;
}
.program-list-item--live {
  display: flex;
  justify-content: center;
}
.program-list-item--live svg {
  width: 30px;
  height: auto;
}
.program-list-item--description {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-column: 3/span 2;
  grid-row: 2/3;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #554A5D;
}
.program-list-item--description--subcategory {
  display: inline-block;
  font-weight: 600;
}
.program-list-item--description--moderators {
  position: relative;
  display: inline-block;
  margin-left: 24px;
  padding-left: 24px;
}
.program-list-item--description--moderators::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "|";
}
.program-list-item--description--moderators:first-child {
  margin: 0;
  padding: 0;
}
.program-list-item--description--moderators:first-child::before {
  display: none;
}

@media (max-width: 991px) {
  .program-list-item {
    grid-template-columns: 40px 10px 30px 1fr 30px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 0;
  }
  .program-list-item--time {
    grid-column: 1/3;
    grid-row: 1/2;
    text-align: left;
  }
  .broadcasting--footer .program-list-item--time {
    display: none;
  }
  .program-list-item--thumbnail {
    grid-column: 1/2;
    grid-row: 2/4;
  }
  .program-list-item--thumbnail img {
    max-width: 40px;
  }
  .program-list-item--title {
    grid-column: 2/6;
    grid-row: 2/3;
  }
  .program-list-item--title h3 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .program-list-item--play {
    grid-column: 5/6;
    grid-row: 1/2;
  }
  .broadcasting--footer .program-list-item--play {
    display: none;
  }
  .program-list-item--live {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .program-list-item--description {
    grid-column: 2/6;
    grid-row: 3/4;
    font-size: 0.75rem;
    line-height: 1.5rem;
  }
  .program-list-item--description--moderators {
    margin-left: 8px;
    padding-left: 8px;
  }
}
.footer {
  display: flex;
  flex-direction: column;
  background-color: #40216F;
}
.footer--row:nth-child(2) {
  color: #ffffff;
  background-color: #937BB7;
  text-align: center;
  padding: 14px 0;
}
.footer--content {
  display: grid;
  grid-template-columns: 3fr 2fr;
  padding: 30px 0;
}
.footer--content--links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.footer--content--links--logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer--content--links--logo--col {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #ffffff;
}
.footer--content--links--logo--col:nth-child(1) {
  display: flex;
}
.footer--content--links ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer--content--links ul:has(.btn) {
  display: none;
}
.footer--content--links ul:not(:has(.btn)) li {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 2rem;
  color: #ffffff;
  transition: 0.3s;
}
.footer--content--links ul:not(:has(.btn)) li:hover {
  color: #D8CCC3;
}
.footer--content--data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  color: #D2B7F6;
}
.footer--content--data--socials {
  display: block;
}
.footer--content--data--info p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  text-align: end;
}
.footer--content--data--info p:last-child {
  margin: 24px 0 0;
}

@media (max-width: 768px) {
  .footer {
    display: block;
  }
  .footer--content {
    display: block;
  }
  .footer--content--links {
    grid-template-columns: 3fr repeat(2, 2fr);
  }
  .footer--content--links ul:has(.btn) {
    display: block;
    grid-column: 1/4;
    margin: 16px 0 0;
  }
  .footer--content--links ul:has(.btn) li {
    text-align: center;
  }
  .footer--content--data {
    align-items: center;
    row-gap: 16px;
    margin: 40px 0 0;
  }
  .footer--content--data--info p {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .footer--content {
    padding: 48px 0 32px;
  }
  .footer--content--links {
    grid-template-columns: 1fr;
  }
  .footer--content--links--logo {
    align-items: center;
  }
  .footer--content--links--logo--col {
    text-align: center;
  }
  .footer--content--links--logo--col:nth-child(1) {
    margin: 0 0 24px;
  }
  .footer--content--links ul:has(.btn) {
    grid-column: 1/2;
  }
  .footer--content--links ul:not(:has(.btn)) li {
    text-align: center;
  }
  .footer--content--data {
    align-items: center;
    row-gap: 16px;
    margin: 40px 0 0;
  }
  .footer--content--data--info p {
    text-align: center;
  }
}
.custom-select-wrapper {
  position: relative;
}
.custom-select-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
}
.custom-select-wrapper .custom-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 1.25rem;
  height: 16px;
  display: flex;
  align-items: center;
  color: #554A5D;
}
.custom-select-wrapper .custom-arrow svg {
  width: 100%;
  height: auto;
  display: block;
}

.archive {
  display: block;
  margin: 24px 0;
}
.archive:first-child {
  margin-top: 0;
}
.archive:last-child {
  margin-bottom: 0;
}
.archive--header {
  display: block;
  background-color: #F7F5F6;
  border-radius: 15px;
  padding: 16px 16px 22px;
}
.archive--header--title {
  display: block;
  margin: 0 0 16px;
}
.archive--header--title h1 {
  display: block;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 2.625rem;
  color: #724198;
  margin: 0;
}
.archive--body {
  display: block;
  margin: 20px 0 0;
}

@media (max-width: 576px) {
  .archive--body {
    width: calc(100% + 16px);
  }
}
.main-content {
  display: grid;
  grid-template-columns: calc(100% - 260px - 52px) 260px;
  -moz-column-gap: 52px;
       column-gap: 52px;
  margin: 0 0 72px;
}

@media (max-width: 991px) {
  .main-content {
    display: block;
    margin: 0 0 56px;
  }
  .main-content--col {
    display: block;
    width: 100%;
  }
  .site-index .main-content--col:nth-child(2), .site-contact .main-content--col:nth-child(2), .site-program .main-content--col:nth-child(2), .site-news .main-content--col:nth-child(2), .site-aktualita-detail .main-content--col:nth-child(2), .site-about-us .main-content--col:nth-child(2), .site-relacie-relacie-typy-relacia-epizoda-detail .main-content--col:nth-child(2), .site-relacie-relacie-typy-relacia-detail .main-content--col:nth-child(2), .site-archiv-index .main-content--col:nth-child(2) {
    display: none;
  }
}
.news-section {
  display: block;
  margin: 40px 0;
}
.news-section--body {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 80px;
       column-gap: 80px;
}
.news-section--body::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #C2BAC8;
  content: "";
}
.news-section--body--col {
  display: block;
}
.news-section--footer {
  display: flex;
  justify-content: center;
  margin: 64px 0 0;
}

@media (max-width: 576px) {
  .news-section {
    margin: 32px 0;
  }
  .news-section--body {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 24px;
  }
  .news-section--body::after {
    display: none;
  }
  .news-section--body .section-header {
    text-align: center;
  }
  .news-section--footer {
    display: none;
  }
}
.news-feed {
  display: block;
  margin: 52px 0;
}
.news-feed:first-child {
  margin-top: 0;
}
.news-feed:last-child {
  margin-bottom: 0;
}
.news-feed--body {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 36px;
}
.news-feed--footer {
  display: none;
}

@media (max-width: 576px) {
  .news-feed {
    margin: 24px 0;
  }
  .news-feed--footer {
    display: block;
    text-align: center;
    margin: 16px 0 0;
  }
}
.news-item {
  display: grid;
  grid-template-columns: 162px 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 8px;
}
.news-item--col {
  display: block;
}
.news-item--col:nth-child(3) {
  grid-column: 1/span 2;
}
.news-item--col figure {
  display: flex;
  margin: 0;
}
.news-item--col figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
}
.news-item--col--category {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #724198;
}
.news-item--col--header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #554A5D;
  margin: 0 0 4px;
}
.news-item--col--header .news-author {
  font-weight: 700;
}
.news-item--col--title {
  display: block;
}
.news-item--col--title h2 {
  display: block;
  margin: 0;
}
.news-item--col--title h2 a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #724198;
  overflow: hidden;
  transition: 0.3s;
}
.news-item--col--title h2 a:hover {
  color: #6B4694;
}
.news-item--col p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  overflow: hidden;
  margin: 0;
}

@media (max-width: 991px) {
  .news-item {
    grid-template-columns: 112px 1fr;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .news-item--col figure img {
    border-radius: 8px;
  }
  .news-item--col--category {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .news-item--col--title h2 a {
    -webkit-line-clamp: 2;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .news-item--col p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 576px) {
  .news-item {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10px;
  }
  .news-item--col:nth-child(3) {
    grid-column: 1/span 1;
  }
  .news-item--col figure img {
    aspect-ratio: 337/224;
    border-radius: 12px;
  }
  .news-item--col--header {
    margin: 0 0 8px;
  }
  .news-item--col--title h2 a {
    -webkit-line-clamp: 3;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .news-item--col p {
    -webkit-line-clamp: 3;
    font-size: 1.0625rem;
    line-height: 1.5625rem;
  }
}
.sticky-content {
  position: sticky;
  top: 24px;
  padding: 24px 0 0;
}

.ads-wrapper {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 8px;
}

.data--socials {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  color: #D2B7F6;
}
.data--socials--icons {
  display: flex;
  gap: 1rem;
  justify-content: end;
}
.data--socials--club {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  gap: 0.5rem;
}

@media (max-width: 768px) {
  .data--socials {
    align-items: center;
  }
  .data--socials--icons {
    justify-content: center;
  }
}
.footer-copy {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.reviews {
  display: block;
  padding: 36px 0 72px;
}
.reviews--header {
  display: block;
}
.reviews--patron-club {
  display: block;
  max-width: 740px;
  margin: 36px auto 20px;
}
.reviews--body {
  display: block;
}

@media (max-width: 576px) {
  .reviews {
    width: calc(100% + 32px);
    background-color: #F7F5F6;
    margin: 28px 0 28px -16px;
    padding: 28px 16px 48px;
  }
  .reviews--patron-club {
    max-width: 228px;
    margin: 40px auto;
  }
}
.patron-club {
  display: grid;
  grid-template-columns: 136px 1fr auto;
  align-items: center;
  background-color: #ffffff;
  border-radius: 80px 14px 14px 80px;
  padding: 12px 32px 12px 12px;
}
.patron-club--thumb {
  display: inline-flex;
  width: 136px;
}
.patron-club--thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.patron-club--content {
  display: inline-block;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #554A5D;
  padding: 0 48px 0 28px;
}
.patron-club--cta {
  display: inline-flex;
}

@media (max-width: 576px) {
  .patron-club {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 24px;
    border-radius: 200px 200px 14px 14px;
    padding: 12px 12px 32px;
  }
  .patron-club--thumb {
    width: 100%;
  }
  .patron-club--content {
    padding: 0 10px;
  }
  .patron-club--cta {
    display: flex;
    justify-content: center;
  }
}
.reviews-slider {
  display: block;
  width: 100%;
  padding: 52px 0 0;
}
.reviews-slider--item {
  padding: 0 12px;
}

.review-item {
  position: relative;
  display: block;
}
.review-item--body {
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #554A5D;
  padding: 0 40px;
}
.review-item--body::before, .review-item--body::after {
  position: absolute;
  top: 0;
  width: 37px;
  height: 100%;
  background-image: url(/images/blocquote.svg?dd1270568291af0c980b51871a36dc96);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.review-item--body::before {
  left: 0;
  background-position: top left;
}
.review-item--body::after {
  right: 0;
  background-position: bottom right;
}
.review-item--author {
  display: block;
  text-align: center;
  margin: 12px 0 0;
}
.review-item--author span {
  position: relative;
  display: inline-block;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #554A5D;
}
.review-item--author span::before, .review-item--author span::after {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 1px;
  background-color: #A5879D;
  content: "";
}
.review-item--author span::before {
  left: -42px;
}
.review-item--author span::after {
  right: -42px;
}

.trip-item {
  display: block;
}
.trip-item--thumb {
  position: relative;
  display: flex;
}
.trip-item--thumb::after {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 58px;
  height: 58px;
  background-image: url(/images/trip.svg?9c1309201f5b612a53eed969fbec98ae);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.trip-item--thumb figure {
  display: flex;
  margin: 0;
}
.trip-item--thumb figure img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.trip-item--body {
  display: block;
  margin: 15px 0 0;
}
.trip-item--body h4 {
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #724198;
  margin: 0;
}
.trip-item--body p {
  display: block;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  color: #554A5D;
  margin: 8px 0 0;
}

.show-tag {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  background-color: #F4F4F4;
  border-radius: 6px;
  border: 1px solid #F4F4F4;
  padding: 5px 10px 5px 5px;
  cursor: pointer;
  transition: 0.3s;
}
.show-tag:hover {
  background-color: rgb(231.25, 231.25, 231.25);
}
.show-tag.show-tag-white {
  background-color: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.45);
}
.show-tag.show-tag-white:hover {
  background-color: #ffffff;
  border: 1px solid #C2BAC8;
}
.show-tag.show-tag-white.selected {
  background-color: #ffffff;
  border: 1px solid #C2BAC8;
}
.show-tag--icon {
  display: inline-flex;
}
.show-tag--icon svg {
  height: 40px;
  width: auto;
}
.show-tag--title {
  display: inline-block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #350F52;
  margin: 0;
}

@media (max-width: 576px) {
  .show-tag {
    flex-direction: column;
    row-gap: 8px;
  }
  .show-tag:not(.show-tag.show-tag-white) {
    row-gap: 12px;
    padding: 16px;
  }
  .show-tag--icon:not(.show-tag-white .show-tag--icon) svg {
    height: 100px;
  }
  .show-tag--icon svg {
    height: 30px;
  }
}
.show-card-item {
  display: block;
}
.show-card-item--thumb {
  position: relative;
  display: flex;
}
.show-card-item--thumb figure {
  display: flex;
  margin: 0;
}
.show-card-item--thumb figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px 15px 0 0;
}
.show-card-item--thumb--icon {
  position: absolute;
  top: 16px;
  left: 16px;
}
.show-card-item--body {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 32px;
  -moz-column-gap: 12px;
       column-gap: 12px;
  min-height: 84px;
  background-color: #F3F2F2;
  border-radius: 0 0 15px 15px;
  padding: 14px 18px;
}
.show-card-item--body--col:nth-child(1) {
  width: auto;
}
.show-card-item--body--col:nth-child(2) {
  display: flex;
  width: 32px;
}
.show-card-item--body--col h3 {
  display: inline-block;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: #350F52;
  margin: 0;
}
.show-card-item--body--col a {
  display: inline-flex;
}
.show-card-item--body--col a svg {
  width: 100%;
  height: auto;
}

@media (max-width: 576px) {
  .show-card-item {
    width: 225px;
  }
  .show-card-item--thumb--icon {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .show-card-item--body {
    min-height: auto;
  }
  .show-card-item--body--col h3 {
    font-size: 1.0625rem;
    line-height: 1.4375rem;
  }
}
.subheader {
  display: block;
  background-color: #F4F4F4;
  border-radius: 15px;
  margin: 12px 0 40px;
  padding: 8px 24px;
}
.subheader:first-child {
  margin-top: 0;
}
.subheader h2 {
  display: block;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 2.875rem;
  color: #724198;
  text-transform: uppercase;
  margin: 0;
}
.subheader--body {
  display: grid;
  grid-template-columns: 400px 1fr;
  width: calc(100% + 48px);
  background-color: #ffffff;
  border-left: 2px solid #F4F4F4;
  border-right: 2px solid #F4F4F4;
  margin-left: -24px;
  padding: 0 0 0 24px;
}
.subheader--body--col {
  display: block;
}
.subheader--body--col:nth-child(1) {
  padding: 48px 0;
}
.subheader--body--col:nth-child(2) #map {
  width: 100%;
  height: 100%;
}
.subheader--footer {
  display: grid;
  align-items: center;
  grid-template-columns: 420px repeat(3, 1fr);
  padding: 12px 0;
}
.subheader--footer--col {
  display: block;
  color: #554A5D;
}
.subheader--footer--col h4, .subheader--footer--col a {
  display: block;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: inherit;
  margin: 0;
}
.subheader--footer--col p {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: inherit;
  margin: 0;
}

@media (max-width: 991px) {
  .subheader {
    margin: 12px 0 32px;
    padding: 8px 16px;
  }
  .subheader h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .subheader--body {
    grid-template-columns: 100%;
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 0;
  }
  .subheader--body--col:nth-child(1) {
    padding: 24px;
  }
  .subheader--body--col:nth-child(2) #map {
    height: 180px;
  }
  .subheader--footer {
    grid-template-columns: 100%;
    row-gap: 12px;
  }
  .subheader--footer--col h4, .subheader--footer--col a {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .subheader--footer--col p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 576px) {
  .subheader h2 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.news-detail {
  display: block;
}
.news-detail--header {
  display: block;
}
.news-detail--header--info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #554A5D;
}
.news-detail--header h1 {
  display: block;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.5rem;
  color: #724198;
  margin: 8px 0 12px;
}
.news-detail--header--thumb {
  display: grid;
  grid-template-columns: 1fr 140px;
  border-radius: 15px;
  overflow: hidden;
}
.news-detail--header--thumb--col {
  display: block;
}
.news-detail--header--thumb--col:nth-child(2) {
  background-color: #F4F4F4;
}
.news-detail--header--thumb--col figure {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.news-detail--header--thumb--col figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 906/591;
}
.news-detail--header--thumb-description {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #554A5D;
  margin: 8px 0 0;
}
.news-detail--content {
  display: block;
  width: calc(100% - 140px);
  margin: 30px 0 0;
  word-break: break-word;
}
.news-detail--content .perex {
  display: block;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  color: #000000;
  margin: 0;
}
.news-detail--content p {
  display: block;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  color: #000000;
  margin: 20px 0;
}
.news-detail--content p:first-child {
  margin-top: 0;
}
.news-detail--content p:last-child {
  margin-bottom: 0;
}
.news-detail--content p:has(img) {
  display: flex;
  justify-content: center;
  background-color: rgb(252.45, 252.45, 252.45);
  border-radius: 15px;
  padding: 8px;
}
.news-detail--content p:has(img) img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-detail--content p a {
  color: #724198;
}
.news-detail--footer {
  display: block;
  border-top: 1px solid #554A5D;
  margin: 24px 0 0;
  padding: 24px 0 0;
}

@media (max-width: 576px) {
  .news-detail--header h1 {
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin: 8px 0;
  }
  .news-detail--header--thumb {
    display: block;
  }
  .news-detail--header--thumb--col figure img {
    aspect-ratio: 335/218;
  }
  .news-detail--header--thumb-description {
    display: block;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #554A5D;
    margin: 8px 0 0;
  }
  .news-detail--content {
    width: 100%;
    margin: 16px 0 0;
  }
  .news-detail--content .perex {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .news-detail--content p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.support-widget {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 246px;
  -moz-column-gap: 12px;
       column-gap: 12px;
  background-color: #724198;
  border-radius: 15px;
  margin: 20px 0;
  padding: 16px 20px;
}
.support-widget:first-child {
  margin-top: 0;
}
.support-widget:last-child {
  margin-bottom: 0;
}
.support-widget--col {
  display: block;
}
.support-widget--col:nth-child(1) {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 576px) {
  .support-widget {
    display: block;
  }
  .support-widget--col {
    display: block;
    margin: 12px 0 0;
  }
  .support-widget--col:nth-child(1) {
    margin: 0;
  }
  .support-widget--col .buttons {
    justify-content: center;
  }
}
.articles-list {
  display: block;
}
.articles-list--header {
  display: block;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 2.25rem;
  color: #724198;
  text-transform: uppercase;
}
.articles-list--content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 32px;
       column-gap: 32px;
  margin: 24px 0 0;
}

@media (max-width: 576px) {
  .articles-list--header {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .articles-list--content {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 16px;
  }
}
.article-tile {
  display: block;
}
.article-tile--thumb {
  display: block;
}
.article-tile--thumb figure {
  display: flex;
  margin: 0;
}
.article-tile--thumb figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
}
.article-tile--category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  margin: 10px 0;
}
.article-tile--category a {
  font-weight: 700;
}
.article-tile--content {
  display: block;
}
.article-tile--content h2 {
  display: block;
  margin: 0;
}
.article-tile--content h2 a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #724198;
  overflow: hidden;
  transition: 0.3s;
}
.article-tile--content h2 a:hover {
  color: #6B4694;
}
.article-tile--content p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  overflow: hidden;
  margin: 10px 0 0;
}

.share-box {
  display: block;
  padding: 28px 18px;
}
.share-box--header {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #40216F;
  margin: 0 0 12px;
}
.share-box--body {
  display: block;
}
.share-box--body--item {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 24px;
}
.share-box--body--item:last-child {
  margin: 0;
}
.share-box--body--item a {
  display: inline-flex;
  color: #7C7C7C;
}
.share-box--body--item a svg {
  height: 28px;
  width: auto;
}

@media (max-width: 576px) {
  .share-box {
    display: grid;
    grid-template-columns: 76px 1fr;
    -moz-column-gap: 16px;
         column-gap: 16px;
    padding: 16px;
  }
  .share-box--header {
    font-size: 0.75rem;
    line-height: 1.5rem;
    margin: 0;
  }
  .share-box--body {
    display: flex;
    justify-content: flex-end;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .share-box--body--item {
    display: inline-flex;
    justify-content: flex-start;
    margin: 0;
  }
  .share-box--body--item a svg {
    height: 24px;
  }
}
.icon-list {
  display: block;
}
.icon-list--item {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 24px 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0 0 22px;
}
.icon-list--item.medium-item {
  grid-template-columns: 40px 1fr;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.icon-list--item:last-child {
  margin: 0;
}
.icon-list--item--icon {
  display: flex;
}
.icon-list--item--icon svg {
  width: 100%;
  height: auto;
}
.icon-list--item--body {
  display: block;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #554A5D;
}
.medium-item .icon-list--item--body {
  padding-top: 8px;
}
.icon-list--item--body strong {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.icon-list--item--body a {
  color: inherit;
  transition: 0.3s;
}
.icon-list--item--body a:hover {
  color: #724198;
}

@media (max-width: 991px) {
  .icon-list--item--body {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.studios {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 64px;
       column-gap: 64px;
  padding: 0 28px;
}

@media (max-width: 991px) {
  .studios {
    grid-template-columns: 100%;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 28px;
    padding: 0 12px;
  }
}
.page-content {
  position: relative;
  display: grid;
  grid-template-columns: 180px 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.page-content.simple-page-content {
  display: block;
}
.page-content.simple-page-content::before {
  display: none;
}
.page-content::before {
  position: absolute;
  top: 0;
  left: 205px;
  width: 0.5px;
  height: 100%;
  background-color: #554A5D;
  content: "";
}
.page-content--navigation {
  display: block;
}
.page-content--body {
  display: block;
  color: #554A5D;
  padding: 0 0 32px;
}
.page-content--body--section {
  display: block;
  margin: 20px 0;
}
.page-content--body--section.section-hr {
  border-top: 1px solid #554A5D;
  padding-top: 20px;
}
.page-content--body--section:first-child {
  margin-top: 0;
}
.page-content--body--section:last-child {
  margin-bottom: 0;
}
.page-content--body h3 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
}
.page-content--body h4 {
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  margin: 0;
}
.page-content--body h4 + p {
  margin-top: 0;
}
.page-content--body p {
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  margin: 25px 0;
}
.page-content--body p:first-child {
  margin-top: 0;
}
.page-content--body p:last-child {
  margin-bottom: 0;
}
.page-content--body ul {
  display: block;
  list-style-type: disc;
  margin: 25px 0;
}
.page-content--body ul li {
  list-style-position: inside;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
}
.page-content--body strong {
  font-weight: 700;
}
.page-content--body .color-purple {
  color: #724198;
}
.page-content--body .align-center {
  text-align: center;
}
.page-content--body .giant-href {
  font-size: 2rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}
.page-content--body .redirect {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
.page-content--body .redirect::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 15px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M15 12.5003C14.9999 13.1905 14.44 13.7503 13.7499 13.7504C13.0596 13.7504 12.4999 13.1906 12.4998 12.5003V4.26775L2.13356 14.6342L2.03836 14.7198C1.54747 15.12 0.823679 15.0916 0.366108 14.6342C-0.122036 14.146 -0.122036 13.3539 0.366108 12.8657L10.7314 2.50026H2.49994C1.8096 2.50026 1.24983 1.94048 1.24983 1.25013C1.24983 0.559774 1.8096 0 2.49994 0H13.7499C14.4401 0.000188235 15 0.55989 15 1.25013V12.5003Z' fill='%23724198'/%3E%3C/svg%3E");
  content: "";
}

@media (max-width: 576px) {
  .page-content {
    display: block;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .page-content::before {
    display: none;
  }
  .page-content--body {
    margin: 28px 0 0;
  }
}
.aside-navigation {
  position: sticky;
  top: 24px;
  display: block;
}
.aside-navigation--list {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.aside-navigation--list--item {
  display: flex;
  align-items: center;
  margin: 0 0 24px;
  cursor: pointer;
}
.aside-navigation--list--item:last-child {
  margin: 0;
}
.aside-navigation--list--item.item-active {
  background-image: url(/images/aside-navigation-arrow.svg?97665fa967e47875d7281146c4441214);
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.aside-navigation--list--item.item-active span {
  color: #724198;
}
.aside-navigation--list--item span {
  display: inline-block;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2rem;
  color: #BEB4C5;
}

@media (max-width: 576px) {
  .aside-navigation {
    position: relative;
    top: 0;
    overflow-x: auto;
  }
  .aside-navigation--list {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .aside-navigation--list--item {
    margin: 0;
  }
  .aside-navigation--list--item.item-active {
    background-image: none;
  }
  .aside-navigation--list--item.item-active span {
    color: #724198;
  }
  .aside-navigation--list--item span {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #BEB4C5;
    white-space: nowrap;
  }
}
.motto-container {
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin: 24px 0;
}
.motto-container:first-child {
  margin-top: 0;
}
.motto-container:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .motto-container {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 24px;
  }
}
.motto {
  display: block;
  background-color: #F7F5F6;
  border-radius: 15px;
  padding: 24px 20px 20px;
}
.motto--header {
  display: grid;
  align-items: center;
  grid-template-columns: 50px 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.motto--header--icon {
  display: flex;
}
.motto--header--icon svg {
  width: 100%;
  height: auto;
}
.motto--header--title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #724198;
  text-transform: uppercase;
}
.motto--body {
  display: block;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
  color: #554A5D;
  margin: 12px 0 0;
}

.team-grid {
  display: block;
  margin: 0 0 24px;
}
.team-grid:last-child {
  margin: 0;
}
.team-grid--header {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  color: #724198;
  background-color: #F4F4F4;
  padding: 4px 24px;
}
.team-grid--body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 56px;
  margin: 44px 0 56px;
}

@media (max-width: 991px) {
  .team-grid--header {
    font-size: 1.375rem;
    line-height: 2rem;
  }
  .team-grid--body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 48px;
    margin: 32px 0 48px;
  }
}
@media (max-width: 576px) {
  .team-grid--body {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 24px;
    margin: 20px 0 32px;
  }
}
.team-member {
  display: block;
}
.team-member--avatar {
  display: flex;
  justify-content: center;
}
.team-member--avatar figure {
  display: flex;
  margin: 0;
}
.team-member--avatar figure img {
  width: 166px;
  height: 166px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.team-member--avatar svg {
  width: 166px;
  height: auto;
}
.team-member--body {
  display: block;
  text-align: center;
  margin: 10px 0 0;
}
.team-member--body h2 {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 2.25rem;
  color: #724198;
  margin: 0 0 10px;
}
.team-member--body p {
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #554A5D;
  margin: 0;
}
.team-member--body p a {
  color: inherit;
  text-decoration: underline;
  transition: 0.3s;
}
.team-member--body p a:hover {
  color: #724198;
}

@media (max-width: 991px) {
  .team-member--avatar figure img {
    width: 120px;
    height: 120px;
  }
  .team-member--avatar svg {
    width: 120px;
  }
  .team-member--body {
    margin: 10px 0 0;
  }
  .team-member--body h2 {
    font-size: 1.125rem;
    line-height: 2rem;
  }
  .team-member--body p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.club-invite {
  display: block;
}
.club-invite--header {
  display: block;
  text-align: center;
}
.club-invite--header p {
  display: block;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #554A5D;
  text-align: center;
  margin: 0;
}
.club-invite--instructions {
  display: block;
  text-align: center;
  margin: 32px 0 0;
}
.club-invite--instructions h2 {
  display: block;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #724198;
  text-transform: uppercase;
  margin: 0;
}
.club-invite--instructions p {
  display: block;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #554A5D;
  margin: 0;
}
.club-invite--benefits {
  display: block;
}
.club-invite--benefits--row {
  display: block;
  margin: 0 0 28px;
}
.club-invite--benefits--row:last-child {
  margin: 0;
}
.club-invite--benefits--row h4 {
  display: block;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #724198;
  text-transform: uppercase;
  margin: 0;
}
.club-invite--benefits--row p {
  display: block;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  margin: 24px 0;
}
.club-invite--benefits--row p.small {
  font-size: 0.9375rem;
}
.club-invite--benefits--row p:first-child {
  margin-top: 0;
}
.club-invite--benefits--row p:last-child {
  margin-bottom: 0;
}
.club-invite--benefits--row p a[href^="tel:"] {
  font-weight: 700;
}
.club-invite--benefits--row p a[href^="mailto:"] {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .club-invite--header {
    display: block;
    text-align: center;
  }
  .club-invite--header--logo {
    display: flex;
    justify-content: center;
    margin: 0 0 28px;
  }
  .club-invite--header--logo img {
    height: 110px;
    width: auto;
  }
}
.instructions {
  display: grid;
  align-items: flex-start;
  justify-content: space-around;
  grid-template-columns: repeat(3, auto);
  -moz-column-gap: 32px;
       column-gap: 32px;
  margin: 20px 0;
}
.instructions:first-child {
  margin-top: 0;
}
.instructions:last-child {
  margin-bottom: 0;
}
.instructions--col {
  display: block;
  text-align: center;
}
.instructions--col a {
  display: flex;
  justify-content: center;
}
.instructions--col p {
  display: block;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  margin: 20px 0 0;
}
.instructions--col p strong {
  font-weight: 600;
}
.instructions--col p a {
  display: inline-block;
  font-weight: 600;
}

@media (max-width: 991px) {
  .instructions {
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 24px;
  }
}
.club-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2px;
       column-gap: 2px;
  row-gap: 2px;
  margin: 28px 0;
}
.club-benefits--col {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #F9F5FF;
  padding: 0 0 85%;
}

@media (max-width: 991px) {
  .club-benefits {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .club-benefits--col {
    padding: 0 0 140%;
  }
}
.club-benefit {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  text-align: center;
  padding: 24px 40px;
}
.club-benefit:has(h3) {
  display: flex;
  justify-content: center;
}
.club-benefit h3 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #724198;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}
.club-benefit img {
  height: 110px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.club-benefit p {
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #554A5D;
  margin: 16px 0 0;
}
.club-benefit p strong {
  font-weight: 600;
}

@media (max-width: 991px) {
  .club-benefit h3 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
  .club-benefit img {
    height: 80px;
  }
  .club-benefit p {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin: 12px 0 0;
  }
}
@media (max-width: 576px) {
  .club-benefit {
    padding: 24px;
  }
}
.club-support {
  display: grid;
  grid-template-columns: 1fr 2fr;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.club-support--col {
  display: block;
}
.club-support--col:first-child {
  padding: 0 24px 0 0;
}
.club-support--col h3 {
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #724198;
  text-transform: uppercase;
  margin: 0;
}
.club-support--col p {
  display: block;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.625rem;
  color: #554A5D;
  margin: 26px 0;
}
.club-support--col p:first-child {
  margin-top: 0;
}
.club-support--col p:last-child {
  margin-bottom: 0;
}

.live-player {
  display: block;
}
.live-player--header {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  padding: 28px 24px 20px;
}
.live-player--body {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/images/main-intro.jpg?1329f14a1c149a6ea20248f7960feb17);
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 88px 24px;
}
.live-player--footer {
  display: block;
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
}

.audio-player {
  display: block;
  width: 100%;
  max-width: 335px;
}
.audio-player--quality {
  display: block;
}
.audio-player--quality select {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  font-weight: 600;
  color: #350F52;
  background: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 8px);
  background-position-y: center;
  background-size: 24px;
  border: none;
  border-radius: 4px;
  padding: 10px 16px;
}
.audio-player--body {
  position: relative;
  display: block;
  border-radius: 15px;
  background-color: rgba(255, 245, 245, 0.33);
  padding: 24px 24px 32px;
  overflow: hidden;
  margin: 32px 0 0;
}
.audio-player--body:first-child {
  margin: 0;
}
.audio-player--body--title {
  display: block;
}
.audio-player--body--title p {
  display: block;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-transform: uppercase;
  color: #493D17;
  margin: 0;
}
.audio-player--body--title h1 {
  display: block;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #350F52;
  margin: 8px 0 0;
}
.audio-player--body--options {
  display: grid;
  align-items: center;
  grid-template-columns: 56px 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin: 25px 0 0;
}
.audio-player--body--options--col:nth-child(1) {
  display: flex;
}
.audio-player--body--options--col:nth-child(2) {
  display: grid;
  align-items: center;
  grid-template-columns: 24px 1fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.audio-player--body--options--col button {
  display: flex;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.audio-player--body--options--col button svg {
  width: 100%;
  height: auto;
}
.audio-player--body--audio {
  display: none;
}

.volume-bar-container {
  position: relative;
  width: 100%;
  height: 12px;
  background: #ffffff;
  border-radius: 6px;
  cursor: pointer;
}

.volume-bar {
  height: 100%;
  width: 100%;
  background: #6B4694;
  border-radius: 6px;
}

.broadcast-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  -moz-column-gap: 8px;
       column-gap: 8px;
  color: #350F52;
  border-bottom: 1px solid #554A5D;
  padding: 10px 0;
}
.broadcast-item:last-child {
  border-bottom: none;
}
.broadcast-item--time {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
}
.broadcast-item--info {
  display: block;
}
.broadcast-item--info h4 {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1rem;
  margin: 0;
}
.broadcast-item--info p {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  margin: 4px 0 0;
}

.scroll-down {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #724198;
  padding: 6px 24px;
}
.scroll-down svg {
  height: 40px;
  width: auto;
}

@media (max-width: 991px) {
  .scroll-down {
    display: none;
  }
}
.broadcasting-calendar {
  display: flex;
}
.broadcasting-calendar--icon {
  display: flex;
}
.broadcasting-calendar--icon svg {
  width: 100%;
  height: auto;
}

.broadcasting-stars {
  display: flex;
  align-items: center;
}

.show-detail {
  display: block;
  background-color: #F4F4F4;
  border-radius: 15px;
  margin: 20px 0 0;
  padding: 12px 24px 24px;
}
.show-detail--header {
  display: block;
}
.show-detail--header h1 {
  display: block;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  color: #724198;
  margin: 0;
}
.show-detail--header h2 {
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #350F52;
  margin: 0;
}
.show-detail--body {
  display: block;
  margin: 16px 0;
}
.show-detail--body:first-child {
  margin-top: 0;
}
.show-detail--body:last-child {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .show-detail {
    margin: 12px 0 0;
    padding: 14px;
  }
  .show-detail--header h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .show-detail--header h2 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.show-info {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 250px 1fr;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.show-more .show-info {
  display: block;
}
.show-info--thumb {
  display: flex;
}
.show-info--thumb figure {
  display: flex;
  margin: 0;
}
.show-info--thumb figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px;
}
.show-info--description {
  display: block;
}
.show-more .show-info--description {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 255px repeat(2, 1fr);
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.show-more .show-info--description ul {
  margin: 0;
}
.show-info--description ul {
  display: block;
  list-style-type: none;
  margin: 32px 0 16px;
  padding: 0;
}
.show-info--description ul:first-child {
  margin-top: 0;
}
.show-info--description ul:last-child {
  margin-bottom: 0;
}
.show-info--description ul li {
  display: block;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
}
.show-info--description ul li strong {
  font-weight: 700;
  color: #40216F;
}
.show-info--description--wrapper {
  display: block;
}

@media (max-width: 576px) {
  .show-info {
    display: block;
  }
  .show-info--thumb {
    display: flex;
  }
  .show-info--thumb figure {
    display: flex;
    margin: 0;
  }
  .show-info--thumb figure img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 15px;
  }
  .show-info--description {
    margin: 16px 0 0;
  }
  .show-more .show-info--description {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 16px;
    margin: 0;
  }
  .show-info--description ul {
    margin: 16px 0;
  }
  .show-info--description ul:last-child {
    margin-bottom: 0;
  }
  .show-info--description ul li {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.category-tag {
  display: grid;
  align-items: center;
  grid-template-columns: 50px 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.category-tag--icon {
  display: flex;
}
.category-tag--icon svg {
  width: 100%;
  height: auto;
}
.category-tag--info {
  display: block;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #40216F;
}
.category-tag--info span {
  font-weight: 400;
}

.show-upcoming {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 250px 1fr;
  -moz-column-gap: 32px;
       column-gap: 32px;
  background-color: #F4F4F4;
  border-radius: 15px;
  margin: 8px 0 0;
  padding: 24px;
}
.show-upcoming--col {
  display: block;
}
.show-upcoming--col h4 {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #724198;
  margin: 0;
}

.upcoming-show {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.upcoming-show--title {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #554A5D;
}
.upcoming-show--title h3 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #350F52;
  margin: 0 0 8px;
}
.upcoming-show--title p {
  display: block;
  margin: 0;
}
.upcoming-show--time {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #350F52;
  white-space: nowrap;
}

.show-history {
  display: block;
  margin: 48px 0 88px;
}
.show-history--navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.show-history--navigation--col {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.show-history--navigation--col ul {
  display: inline-flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.show-history--navigation--col ul li {
  display: inline-block;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 2.125rem;
  color: #7C7C7C;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
  transition: 0.3s;
}
.show-history--navigation--col ul li:hover {
  color: #724198;
}
.show-history--navigation--col ul li.active {
  color: #724198;
  border-bottom: 1px solid #724198;
}
.show-history--body {
  display: block;
  margin: 8px 0 0;
}

@media (max-width: 576px) {
  .show-history {
    margin: 40px 0 64px;
  }
  .show-history--navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .show-history--navigation--col {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .show-history--navigation--col ul {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .show-history--navigation--col ul li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .show-history--body {
    margin: 16px 0 0;
  }
}
.episode-item {
  display: grid;
  grid-template-columns: 48px 1fr 160px 80px;
  align-items: flex-start;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 24px 0 24px 8px;
}
.episode-item--thumb {
  display: flex;
  grid-column: 1/2;
  grid-row: 1/3;
}
.episode-item--thumb figure {
  display: flex;
  margin: 0;
}
.episode-item--thumb figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.episode-item--title {
  display: block;
  grid-column: 2/3;
  grid-row: 1/3;
}
.episode-item--title h3 {
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #350F52;
  margin: 0;
}
.episode-item--title p {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #554A5D;
  margin: 4px 0 0;
}
.episode-item--date {
  display: block;
  grid-column: 3/4;
  grid-row: 1/3;
}
.episode-item--archive {
  display: flex;
  justify-content: flex-end;
  grid-column: 4/5;
  grid-row: 1/2;
}
.episode-item--archive a {
  display: inline-flex;
}
.episode-item--archive a svg {
  height: 30px;
  width: auto;
}
.episode-item--streams {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  grid-column: 4/5;
  grid-row: 2/3;
}
.episode-item--streams a {
  display: inline-flex;
}
.episode-item--streams a svg {
  height: 24px;
  width: auto;
}

@media (max-width: 576px) {
  .episode-item {
    grid-template-columns: 40px 1fr 52px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 8px;
    padding: 8px 0;
  }
  .episode-item--thumb {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .episode-item--title {
    grid-column: 2/4;
    grid-row: 2/3;
  }
  .episode-item--title h3 {
    font-size: 1rem;
  }
  .episode-item--date {
    grid-column: 1/4;
    grid-row: 1/2;
    text-align: right;
  }
  .episode-item--archive {
    grid-column: 3/4;
    grid-row: 3/4;
  }
  .episode-item--streams {
    height: 100%;
    -moz-column-gap: 32px;
         column-gap: 32px;
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
.episode-player {
  display: grid;
  grid-template-columns: 255px 1fr;
  width: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
}
.episode-player--thumb {
  display: flex;
  margin: 0;
}
.episode-player--thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.episode-player--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px 12px 32px;
}
.episode-player--content--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.episode-player--content--header--col {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.episode-player--content--header--col time {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #554A5D;
}
.episode-player--content--body {
  position: relative;
  display: flex;
  justify-content: center;
}
.episode-player--content--body .play {
  display: inline-flex;
  color: #724198;
  background-color: transparent;
  border: none;
  margin: -8px 0 0;
  padding: unset;
  cursor: pointer;
}
.episode-player--content--body .play.is-playing svg:first-child {
  display: none;
}
.episode-player--content--body .play.is-playing svg:last-child {
  display: block;
}
.episode-player--content--body .play svg {
  height: 60px;
  width: auto;
}
.episode-player--content--body .play svg:first-child {
  display: block;
}
.episode-player--content--body .play svg:last-child {
  display: none;
}
.episode-player--content--body audio {
  z-index: -1;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.episode-player--content--footer {
  position: relative;
  display: block;
}
.episode-player--content--footer .volume {
  position: absolute;
  top: -32px;
  left: -2px;
  display: inline-flex;
  background-color: transparent;
  border: none;
  padding: unset;
  cursor: pointer;
}
.episode-player--content--footer .volume svg {
  height: 24px;
  width: auto;
}
.episode-player--content--footer--track {
  display: block;
}
.episode-player--content--footer--track--row {
  display: block;
}
.episode-player--content--footer--track--row .track {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  background-color: rgba(114, 65, 152, 0.3);
  border-radius: 3px;
  padding: 1px;
}
.episode-player--content--footer--track--row .track .audiotrack {
  position: absolute;
  top: 1px;
  left: 1px;
  display: inline-block;
  max-width: calc(100% - 2px) !important;
  height: 1px;
  background-color: #724198;
}
.episode-player--content--footer--track--row .audiotime {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #554A5D;
}

@media (max-width: 576px) {
  .episode-player {
    display: block;
  }
  .episode-player--content {
    padding: 12px 16px 20px 16px;
  }
  .episode-player--content--body .play {
    margin: 0;
  }
  .episode-player--content--footer .volume {
    position: relative;
    top: 0;
    left: 0;
  }
}
.show-more {
  display: block;
}
.show-more--body {
  display: none;
  margin: 10px 0;
}
.show-more--header {
  display: flex;
  justify-content: flex-end;
}
.show-more--header button {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #350F52;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.show-more--header button svg {
  height: 24px;
  width: auto;
}

.search-component {
  display: grid;
  grid-template-columns: 275px 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 28px;
}
.search-component--col {
  display: block;
}
.search-component--col:nth-child(3) {
  grid-column: 1/span 2;
}

@media (max-width: 576px) {
  .search-component {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 12px;
  }
  .search-component--col:nth-child(3) {
    grid-column: 1/2;
  }
}
.search-tags-wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .search-tags-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
  }
}
@media (max-width: 576px) {
  .search-tags-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.form-input {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #554A5D;
  background-color: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 8px;
}
.form-input::-moz-placeholder {
  color: #7C7C7C;
}
.form-input::placeholder {
  color: #7C7C7C;
}
.form-input.form-input-search {
  background-image: url(/images/input-search.svg?af903519c04fac957e157014f89edda2);
  background-position-x: 18px;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 44px;
}

.form-select {
  position: relative;
  display: block;
}
.form-select--body {
  display: block;
  width: 100%;
  background-color: #ffffff;
  background-image: url(/images/select-arrow-down.svg?ef1705a11eaf8b0e59ccf3834f70cb46);
  background-position-x: calc(100% - 16px);
  background-position-y: center;
  background-size: 24px;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 8px 40px 8px 18px;
}
.form-select--body input[type=text] {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #554A5D;
  border: none;
  padding: unset;
}
.form-select--dropdown {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  padding: 2px 0 0;
  opacity: 0;
  visibility: hidden;
}
.form-select:hover .form-select--dropdown, .form-select:focus .form-select--dropdown, .form-select:active .form-select--dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
}
.form-select--dropdown--body {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #F4F4F4;
  border-radius: 15px;
  padding: 18px 18px 12px;
}
.form-select--dropdown--body--search {
  display: block;
}
.form-select--dropdown--body--search input[type=text] {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #554A5D;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  padding: 7px 10px;
}
.form-select--dropdown--body--list {
  display: block;
  max-height: 120px;
  overflow-y: auto;
  margin: 12px 0 0;
}
.form-select--dropdown--body--list ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.form-select--dropdown--body--list ul li {
  display: block;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #554A5D;
  margin: 0 0 8px;
  transition: 0.3s;
  cursor: pointer;
}
.form-select--dropdown--body--list ul li:hover {
  color: #724198;
}
.form-select--dropdown--body--list ul li:last-child {
  margin: 0;
}
.form-select--dropdown--body--list ul li a {
  color: #554A5D;
}

.show-card {
  display: block;
  width: 197px;
}
.show-card--thumb {
  position: relative;
  display: flex;
}
.show-card--thumb figure {
  display: flex;
  margin: 0;
}
.show-card--thumb figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
}
.show-card--thumb--icon {
  position: absolute;
  top: 16px;
  left: 16px;
}
.show-card--title {
  display: block;
  margin: 10px 0 0;
}
.show-card--title h3 {
  display: block;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  color: #350F52;
  margin: 0;
}

@media (max-width: 576px) {
  .show-card {
    width: 225px;
  }
  .show-card--thumb--icon {
    top: 10px;
    left: 10px;
  }
}
#archive-slider {
  position: relative;
  width: 100%;
  padding: 0 0 40px;
}
#archive-slider::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  content: "";
}
#archive-slider.slick-loading {
  display: none;
}
#archive-slider .slick-track {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
#archive-slider .slick-prev, #archive-slider .slick-next {
  top: unset;
  left: unset;
  bottom: 0;
  width: 15px;
  height: 24px;
  background-color: transparent;
  background-size: contain;
  background-position: center;
  z-index: 10;
}
#archive-slider .slick-prev {
  right: 30px;
  background-image: url(/images/slick-site-prev.svg?b6c1a4d7d95387598c83a22eb3df35b6);
}
#archive-slider .slick-next {
  right: 0;
  background-image: url(/images/slick-site-next.svg?bdc229edc01de935e5ab72a85d9822f8);
}

@media (max-width: 576px) {
  #archive-slider {
    padding: 0;
  }
  #archive-slider .slick-track {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.h-navigation {
  display: block;
  overflow-x: auto;
}
.h-navigation ul {
  display: inline-flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  border-bottom: 1px solid #F4F4F4;
}
.h-navigation ul li {
  position: relative;
  display: inline-flex;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.75rem;
  color: #C2BAC8;
  cursor: pointer;
  transition: 0.3s;
  white-space: nowrap;
}
.h-navigation ul li::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #724198;
  transition: 0.3s;
  content: "";
}
.h-navigation ul li:hover {
  color: #724198;
}
.h-navigation ul li:hover::after {
  width: 100%;
}
.h-navigation ul li.active {
  color: #724198;
}
.h-navigation ul li.active::after {
  width: 100%;
}

@media (max-width: 991px) {
  .h-navigation ul {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.news-listing {
  display: block;
}
.news-listing--body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  margin: 40px 0 0;
}
.news-listing--footer {
  display: flex;
  justify-content: center;
  margin: 68px 0 0;
}

@media (max-width: 576px) {
  .news-listing--body {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 32px;
    margin: 32px 0 0;
  }
  .news-listing--footer {
    margin: 48px 0 0;
  }
}
.acordeon {
  display: block;
  margin: 0 0 4px;
}
.acordeon:last-child {
  margin: 0;
}
.acordeon--header {
  display: grid;
  align-items: center;
  grid-template-columns: 100px 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  background-color: #F4F4F4;
  background-image: url(/images/select-arrow-down.svg?ef1705a11eaf8b0e59ccf3834f70cb46);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: calc(100% - 30px);
  background-size: 24px;
  padding: 16px 60px 16px 30px;
  cursor: pointer;
}
.acordeon:first-child .acordeon--header {
  border-radius: 16px 16px 0 0;
}
.acordeon:last-child .acordeon--header {
  border-radius: 0 0 16px 16px;
}
.acordeon--header--thumb {
  display: flex;
}
.acordeon--header--thumb img {
  width: 100%;
  height: auto;
}
.acordeon--header--title {
  display: block;
}
.acordeon--header--title h3 {
  display: block;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #724198;
  text-transform: uppercase;
  margin: 0;
}
.acordeon--header--title h3 strong {
  font-weight: 700;
}
.acordeon--header--title p {
  display: block;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #554A5D;
  margin: 4px 0 0;
}
.acordeon--body {
  display: none;
  margin: 0;
  padding: 24px 12px;
}

.calendar {
  display: block;
}
.calendar--btn {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #724198;
  background-color: #ffffff;
  border: 1px solid #724198;
  border-radius: 20px;
  padding: 8px 17px;
  transition: 0.3s;
  cursor: pointer;
}
.calendar--btn:hover {
  background-color: #F1E9F5;
}
.calendar--btn svg {
  height: 16px;
  width: auto;
}

@media (max-width: 576px) {
  .calendar--btn {
    -moz-column-gap: 0;
         column-gap: 0;
    font-size: 0;
    line-height: 0;
    background-color: unset;
    border: none;
    border-radius: unset;
    padding: 0;
  }
  .calendar--btn:hover {
    background-color: unset;
  }
  .calendar--btn svg {
    height: 26px;
  }
}
.tab-link {
  display: grid;
  align-items: center;
  grid-template-columns: 112px 150px 80px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.tab-link--image {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.tab-link--content {
  display: block;
}
.tab-link--content h3 {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #350F52;
  margin: 0;
}
.tab-link--content p {
  display: block;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 6px 0 0;
}

@media (max-width: 576px) {
  .tab-link {
    grid-template-columns: 64px auto;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .tab-link--image {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .tab-link--content h3 {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .tab-link--content p {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin: 0;
  }
  .tab-link--icon {
    display: none;
  }
}
.crossroads {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2px;
       column-gap: 2px;
}

#crossroads {
  margin: 36px 0;
}
#crossroads:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .crossroads {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2px;
  }
  #crossroads {
    margin: 56px 0;
  }
}
.path {
  display: grid;
  align-items: center;
  grid-template-columns: 135px 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
  background-color: #F4F4F4;
  border-radius: 15px;
  padding: 14px 20px;
}
.path--icon {
  display: flex;
}
.path--icon img {
  width: 100%;
  height: auto;
}
.path--content {
  display: block;
}
.path--content h3 {
  display: block;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #40216F;
  margin: 0 0 4px;
}
.path--content p {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #554A5D;
  margin: 0;
}
.path--content p:has(a:not([href^=tel])) {
  text-align: right;
}
.path--content p:has(a:not([href^=tel])) a {
  display: inline-flex;
  color: #40216F;
}
.path--content p a[href^=tel] {
  color: #554A5D;
  font-weight: 700;
}

@media (max-width: 576px) {
  .path {
    grid-template-columns: 80px 1fr;
    -moz-column-gap: 12px;
         column-gap: 12px;
    padding: 14px;
  }
  .path--content h3 {
    font-size: 1.125rem;
  }
  .path--content p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.banner {
  display: block;
}
.banner a {
  display: flex;
}
.banner a img {
  width: 100%;
  height: auto;
}
