*, *::before, *::after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

:where(html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video) {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

:where(:root) {
  cursor: default;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-wrap: break-word;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  -webkit-tap-highlight-color: transparent;
}

:where(html) {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizespeed;
}

:where(article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section) {
  display: block;
}

:where(body) {
  line-height: 1;
}

:where(ol, ul)[class] {
  list-style: none;
}

:where(img, picture, video, canvas, svg) {
  display: block;
  max-width: 100%;
  height: auto;
}

:where(input, button, textarea, select) {
  font: inherit;
}

:where(blockquote, q) {
  quotes: none;
}
:where(blockquote, q)::before, :where(blockquote, q)::after {
  content: "";
  content: none;
}

:where(table) {
  border-spacing: 0;
  border-collapse: collapse;
}

:where(hr) {
  height: 0;
  color: inherit;
}

:where(pre) {
  overflow: auto;
  font-family: monospace, monospace;
  font-size: 1em;
}

:where(svg:not([fill])) {
  fill: currentcolor;
}

:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

:where(textarea) {
  resize: vertical;
  margin: 0;
}

:where([type=search i]) {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
          appearance: button;
}

:where(details > summary:first-of-type) {
  display: list-item;
}

:where([aria-busy=true i]) {
  cursor: progress;
}

:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}

:where([aria-hidden=false i][hidden]) {
  display: initial;
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

:where(a:focus),
:where(input:focus),
:where(button:focus),
:where(select:focus),
:where(textarea:focus),
:where(div[tabindex]:focus) {
  opacity: 1;
}

@media (prefers-reduced-motion: no-preference) {
  *:focus {
    transition: outline-offset 0.25s ease;
  }
}
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}
.screen-reader-text:focus {
  z-index: 100000;
  top: 5px;
  left: 5px;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  border-radius: 3px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: normal;
  color: #21759b;
  text-decoration: none;
  background-color: #f1f1f1;
  clip: auto !important;
  clip-path: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

html {
  overflow: scroll;
  padding: 25px;
  background: #232323;
}
@media (max-width: 767px) {
  html {
    padding: 15px;
  }
}

.site-wrapper {
  overflow: hidden;
  border-radius: 25px;
  background: #fefbf5;
}

.body-overlay {
  pointer-events: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  transition: 250ms ease-in-out all;
}
.has-overlay .body-overlay {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

main {
  padding-top: 102px;
}
@media (max-width: 767px) {
  main {
    padding-top: 78px;
  }
}

.container {
  width: min(1440px, 100%);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 0.4167rem + 2.3148vw, 2.5rem);
}

html {
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: black;
}

body {
  font-family: "Aptos", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #232323;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Aptos", sans-serif;
  font-weight: 800;
  letter-spacing: -0.05em;
}

h1 {
  font-size: clamp(2.5rem, 1.5rem + 2.7778vw, 4rem);
  line-height: 1;
}

h2 {
  font-size: clamp(1.75rem, 1.5833rem + 0.463vw, 2rem);
  line-height: 1.2;
}

h3 {
  font-size: clamp(1.5rem, 1.3333rem + 0.463vw, 1.75rem);
  line-height: 1.2;
}

h4 {
  font-size: clamp(1.125rem, 1.0417rem + 0.2315vw, 1.25rem);
  text-transform: uppercase;
}

h5 {
  font-size: 1rem;
  text-transform: uppercase;
}

p {
  margin-bottom: 1.5em;
}

a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  transition: 150ms linear all;
}
a:hover, a:active {
  color: #ffb169;
  text-decoration: underline;
}

b,
strong {
  font-weight: 800;
}

ul:not([class]),
ol:not([class]) {
  margin-left: 1rem;
  margin-block: 1rem;
  padding-left: 1rem;
}
ul:not([class]) ul,
ul:not([class]) ol,
ol:not([class]) ul,
ol:not([class]) ol {
  margin-block: 0;
}

sup,
sub {
  font-size: 0.75rem;
  line-height: 0;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

.nav-toggle {
  cursor: pointer;
  display: grid;
  place-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: #e7e3db;
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle > span {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 3px;
  background: #232323;
  transition: 250ms ease-in-out all;
}
@media (max-width: 991px) {
  .nav-toggle > span {
    width: 24px;
  }
}
.nav-toggle > span::before, .nav-toggle > span::after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 3px;
  background: #232323;
  transition: 250ms ease-in-out all;
}
@media (max-width: 991px) {
  .nav-toggle > span::before, .nav-toggle > span::after {
    width: 24px;
  }
}
.nav-toggle > span::before {
  top: -6px;
  opacity: 1;
}
.nav-toggle > span::after {
  top: 6px;
}
.nav-toggle.is-expanded > span {
  transform: rotate(45deg);
}
.nav-toggle.is-expanded > span::before, .nav-toggle.is-expanded > span::after {
  top: 0;
  transform: rotate(90deg);
}
.nav-toggle.is-expanded > span::before {
  opacity: 0;
}

.nav--primary .nav__list {
  display: flex;
  gap: clamp(1rem, 0.4167rem + 1.6204vw, 1.875rem);
  align-items: center;
}
@media (max-width: 991px) {
  .nav--primary .nav__list {
    pointer-events: none;
    position: fixed;
    z-index: -1;
    top: 0;
    left: -100%;
    flex-direction: column;
    align-items: flex-start;
    width: min(400px, 90vw);
    height: 100vh;
    padding-top: 142px;
    visibility: hidden;
    background: #ffffff;
    transition: 250ms ease-in-out all;
  }
}
@media (max-width: 991px) {
  .nav--primary .nav__list.is-visible {
    pointer-events: all;
    left: 0;
    gap: 10px;
    padding-inline: 20px;
    visibility: visible;
  }
}
.nav--primary .nav__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 20px;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 991px) {
  .nav--primary .nav__item {
    width: 100%;
    padding-inline: 0;
  }
}
.nav--primary .nav__parent {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  line-height: 36px;
}
.nav--primary .nav__parent-inner {
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  width: 100%;
  line-height: 36px;
}
@media (min-width: 992px) {
  .nav--primary .nav__parent.is-expanded .nav__sub-wrapper {
    pointer-events: all;
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .nav--primary .nav__parent.is-expanded .nav__parent-inner:not(:has(.nav__sub-label)) .nav__sub-toggle {
    transform: rotate(180deg);
  }
}
@media (min-width: 992px) {
  .nav--primary .nav__parent.is-expanded .nav__sub-label .nav__sub-toggle span {
    transform: rotate(180deg);
  }
}
.nav--primary .nav__parent.is-expanded .nav__sub-label .nav__sub-toggle span {
  transform: rotate(180deg);
}
.nav--primary .nav__link {
  display: inline-flex;
  justify-content: center;
  font-weight: 800;
  line-height: 36px;
  color: #232323;
  text-align: center;
}
@media (max-width: 991px) {
  .nav--primary .nav__link {
    display: flex;
    width: 100%;
  }
}
.nav--primary .nav__link.is-disabled {
  pointer-events: none;
}
.nav--primary .nav__sub-label {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 4px;
  align-items: center;
  width: 100%;
  font-weight: 800;
  line-height: 36px;
}
@media (max-width: 991px) {
  .nav--primary .nav__sub-label {
    justify-content: space-between;
  }
}
.nav--primary .nav__sub-label .nav__sub-toggle {
  cursor: pointer;
  display: flex;
  gap: 4px;
  align-items: center;
  width: 100%;
  background: none !important;
}
@media (max-width: 991px) {
  .nav--primary .nav__sub-label .nav__sub-toggle {
    cursor: pointer;
    justify-content: space-between;
    width: 100%;
    padding-inline: 0;
  }
}
.nav--primary .nav__sub-label .nav__sub-toggle > span {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 8.99982L12 14.9998L6 8.99982' stroke='%23232323'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  transition: 150ms ease-in-out transform;
}
.nav--primary .nav__sub-label .nav__sub-toggle label {
  cursor: pointer;
  line-height: 36px;
}
.nav--primary .nav__sub-toggle {
  cursor: pointer;
  display: inline-flex;
  width: 24px;
  min-width: 24px;
  border: none;
  line-height: 36px;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 8.99982L12 14.9998L6 8.99982' stroke='%23232323'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  transition: 150ms ease-in-out transform;
}
.nav--primary .nav__sub-wrapper {
  transition: 250ms ease-in-out all;
}
@media (min-width: 992px) {
  .nav--primary .nav__sub-wrapper {
    pointer-events: none;
    position: absolute;
    top: -12px;
    left: 0;
    transform: translateY(-10px);
    min-width: 100%;
    padding: 48px 12px 12px;
    border-radius: 24px;
    visibility: hidden;
    opacity: 0;
    background: #e7e3db;
  }
}
@media (max-width: 991px) {
  .nav--primary .nav__sub-wrapper {
    overflow: hidden;
    display: grid;
    grid-template-rows: 0fr;
    padding-inline: 20px;
    border-radius: 24px;
    background: #e7e3db;
  }
}
@media (max-width: 991px) {
  .nav--primary .nav__sub-wrapper.is-visible {
    grid-template-rows: 1fr;
    margin-top: 20px;
    padding-block: 10px;
  }
}
.nav--primary .nav__sub-wrapper .nav__item {
  padding-block: 6px;
  padding-inline: 0;
  text-align: center;
}
.nav--primary .nav__sub-wrapper .nav__link {
  font-weight: 400;
  white-space: nowrap;
}
.nav--primary .nav__sub-wrapper .nav__link.is-active {
  font-weight: 800;
}
@media (max-width: 991px) {
  .nav--primary .nav__sub-list {
    overflow: hidden;
  }
}
.nav--primary .nav__sub-link {
  white-space: nowrap;
}
.nav--footer {
  display: flex;
  align-items: center;
}
.nav--footer .nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .nav--footer .nav__list {
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.nav--footer .nav__item {
  padding-inline: 20px;
  border-right: 1px solid #232323;
}
@media (max-width: 575px) {
  .nav--footer .nav__item {
    padding-inline: 0;
    border-right: none;
  }
}
@media (max-width: 349px) {
  .nav--footer .nav__item {
    padding-inline: 0;
    border: none;
  }
}
.nav--footer .nav__item:first-of-type {
  padding-left: 0;
  border-left: unset;
}
.nav--footer .nav__item:last-of-type {
  padding-right: 0;
  border-right: unset;
}
.nav--footer .nav__link {
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  color: #232323;
}
.button {
  --button-color: #ffb169;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 16px 30px;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 26px;
  color: #232323;
  white-space: nowrap;
  background-color: var(--button-color);
  transition: 250ms ease-in-out background-color;
}
.button:hover, .button:active {
  color: #232323;
  text-decoration: none;
  background-color: color-mix(in srgb, var(--button-color), black 20%);
}
.button--icon::before {
  content: "";
  display: block;
  width: 21px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px 22px;
}
.button--person::before {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.75 18.3875C16.9754 18.3875 17.1916 18.2979 17.351 18.1385C17.5104 17.9791 17.6 17.7629 17.6 17.5375V16.4784C17.6034 14.0933 14.2221 12.225 10.8 12.225C7.3779 12.225 4 14.0933 4 16.4784V17.5375C4 17.7629 4.08955 17.9791 4.24896 18.1385C4.40837 18.2979 4.62457 18.3875 4.85 18.3875H16.75ZM13.8634 6.57588C13.8634 6.97817 13.7842 7.37653 13.6302 7.74819C13.4763 8.11986 13.2506 8.45757 12.9662 8.74203C12.6817 9.0265 12.344 9.25214 11.9723 9.40609C11.6006 9.56004 11.2023 9.63928 10.8 9.63928C10.3977 9.63928 9.99936 9.56004 9.62769 9.40609C9.25602 9.25214 8.91831 9.0265 8.63385 8.74203C8.34939 8.45757 8.12374 8.11986 7.96979 7.74819C7.81584 7.37653 7.7366 6.97817 7.7366 6.57588C7.7366 5.76342 8.05935 4.98423 8.63385 4.40973C9.20835 3.83523 9.98754 3.51248 10.8 3.51248C11.6125 3.51248 12.3917 3.83523 12.9662 4.40973C13.5407 4.98423 13.8634 5.76342 13.8634 6.57588Z' stroke='white' stroke-width='1.275' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.select {
  position: relative;
}
.select__label {
  cursor: pointer;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: space-between;
  width: auto;
  min-width: 292px;
  padding-block: 16px;
  padding-inline: clamp(1.875rem, 0.2083rem + 4.6296vw, 4.375rem);
  border-radius: 50px;
  font-size: clamp(1.125rem, 1.0417rem + 0.2315vw, 1.25rem);
  font-weight: 800;
  background: #ffb169;
}
.select__label::after {
  content: "";
  transform: rotate(0);
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_467_715)'%3E%3Cpath d='M12.4778 13.1698L17.2308 8.41684L18.5885 9.77455L12.4778 15.8852L6.36719 9.77455L7.72489 8.41684L12.4778 13.1698Z' fill='%234B4B4B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_467_715'%3E%3Crect width='23.0445' height='23.0445' fill='white' transform='translate(0.955566 0.522247)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  transition: 250ms ease-in-out transform;
}
@media (max-width: 768px) {
  .select__label.is-active::after {
    transform: rotate(180deg);
  }
}
.select__options {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-20px);
  width: 100%;
  min-width: 292px;
  padding: 40px 12px 16px;
  border-radius: 0 0 24px 24px;
  visibility: hidden;
  opacity: 0;
  background: #ffb169;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: 250ms ease-in-out all;
}
@media (max-width: 576px) {
  .select__options {
    min-width: unset;
  }
}
@media (min-width: 768px) {
  .select__options.is-active {
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .select__options.is-active {
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
}
.select__item {
  cursor: pointer;
  padding: 10px;
  text-align: center;
}
.select__item:hover, .select__item:active {
  text-decoration: underline;
}

.lang-switcher {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 379px) {
  .lang-switcher {
    gap: 10px;
  }
}
.lang-switcher__current {
  cursor: pointer;
  position: relative;
  z-index: 1;
  min-width: 48px;
  font-weight: 800;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}
.lang-switcher__list {
  pointer-events: none;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translate(-50%, -10px);
  padding: 48px 16px 12px;
  border-radius: 24px;
  visibility: hidden;
  opacity: 0;
  background: #e7e3db;
  transition: 250ms ease-in-out all;
}
.lang-switcher__list.is-active {
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
  opacity: 1;
}
.lang-switcher li {
  text-align: center;
}
.lang-switcher li a {
  display: flex;
  justify-content: center;
  min-width: 48px;
  font-weight: 800;
  line-height: 36px;
  color: #85837f;
  text-align: center;
  text-transform: uppercase;
}
.lang-switcher li a:hover, .lang-switcher li a:focus {
  color: #f0a834;
  text-decoration: none;
}
.lang-switcher li.is-active a {
  color: #f0a834;
}

.person {
  overflow: hidden;
  width: calc(50% - 20px);
  border-radius: 24px;
  color: #232323;
  background-color: #fefbf5;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 639px) {
  .person {
    width: 100%;
  }
}
.person__image {
  aspect-ratio: 3/2;
  width: 100%;
  max-height: 200px;
}
.person__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.person__content {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.person__content a {
  margin-bottom: 6px;
  text-decoration: none;
}
.person__content a:hover, .person__content a:active {
  color: #232323;
  text-decoration: underline;
}
.person__name {
  font-size: clamp(1.75rem, 1.5833rem + 0.463vw, 2rem);
  font-weight: 800;
  line-height: 1;
}
.person__position {
  margin-bottom: 15px;
  font-size: clamp(1.125rem, 1.0417rem + 0.2315vw, 1.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.splide__arrows {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-inline: 16px;
}
.splide__button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.goverlay {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.gslide-media {
  max-width: 1200px !important;
}

.gslide-image {
  background-color: #f7f7f7 !important;
  box-shadow: unset !important;
}

.header {
  position: fixed;
  z-index: 1000;
  top: 25px;
  width: calc(100% - 50px);
  padding-block: 20px;
  border-radius: 25px 25px 0 0;
  background: #fefbf5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
  transition: 250ms ease-in-out all;
}
@media (max-width: 767px) {
  .header {
    top: 15px;
    width: calc(100% - 30px);
  }
}
.header.is-fixed {
  top: 0;
  padding-block: 8px;
  border-radius: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.header__inner {
  display: flex;
  gap: clamp(1rem, 0rem + 2.7778vw, 2.5rem);
  align-items: center;
  justify-content: space-between;
}
.header__nav {
  margin-left: auto;
}
@media (max-width: 991px) {
  .header__nav {
    order: 2;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .header__lang {
    margin-left: auto;
  }
}

.page-header {
  padding-block: clamp(2.5rem, 0.8333rem + 4.6296vw, 5rem);
}
@media (max-width: 575px) {
  .page-header {
    padding-block: 80px 40px;
  }
}
.page-header__title {
  margin-inline: auto;
  font-family: "Aptos", sans-serif;
  font-size: clamp(2.5rem, 1.6667rem + 2.3148vw, 3.75rem);
  font-weight: 800;
  line-height: 1;
  color: #525252;
  text-align: center;
}
.page-header__meta {
  margin-top: 10px;
  font-size: clamp(1.125rem, 1.0417rem + 0.2315vw, 1.25rem);
  font-weight: 800;
  color: #525252;
  text-align: center;
}
.page-header--contact .page-header__title {
  color: #f0a834;
}
.page-header--contact .page-header__meta {
  margin-top: 0;
  margin-bottom: 30px;
}

.page-content {
  margin-block: clamp(2.5rem, 0.8333rem + 4.6296vw, 5rem);
}
.page-content--text {
  width: min(1000px, 100%);
}

.module-plan {
  margin-block: clamp(3.75rem, 0rem + 10.4167vw, 9.375rem);
}
.module-plan__image {
  width: min(1000px, 100%);
  margin-inline: auto;
}

.module-meta {
  margin-block: clamp(3.75rem, 0rem + 10.4167vw, 9.375rem) 50px;
}
@media (max-width: 767px) {
  .module-meta {
    margin-bottom: 40px;
  }
}
.module-meta__inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: min(1000px, 100%);
  margin-inline: auto;
}
@media (max-width: 575px) {
  .module-meta__inner {
    flex-direction: column;
  }
}
.module-meta__content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  width: min(1000px, 100%);
  margin-inline: auto;
}
@media (max-width: 575px) {
  .module-meta__content {
    justify-content: center;
  }
}
.module-meta__item {
  padding: 10px 20px;
  background-color: #f7f7f7;
}
.module-meta__button {
  margin-left: auto;
}
@media (max-width: 575px) {
  .module-meta__button {
    margin-inline: auto;
  }
}
.module-meta__button .button {
  padding-block: 10px;
}
.module-meta + .text-content {
  margin-block: 50px;
}
@media (max-width: 959px) {
  .module-meta + .text-content {
    margin-block: 40px;
  }
}

.modules-listing {
  margin-block: clamp(3.75rem, 2.0833rem + 4.6296vw, 6.25rem);
  padding-inline: clamp(1.25rem, 0.4167rem + 2.3148vw, 2.5rem);
}
.modules-listing__heading {
  margin-bottom: 50px;
  font-size: clamp(2.5rem, 1.5rem + 2.7778vw, 4rem);
  text-align: center;
}
.modules-listing__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.4167rem + 1.6204vw, 1.875rem);
  width: min(1440px, 100%);
  margin-inline: auto;
}
.modules-listing__inner .no-modules-found {
  text-align: center;
}
.modules-listing__item {
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 24px;
  background-color: #fefbf5;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1149px) {
  .modules-listing__item {
    flex-wrap: wrap;
  }
}
.modules-listing__item__gallery {
  flex: 0 1 100%;
  align-self: stretch;
  max-width: 350px;
  height: auto;
}
@media (max-width: 1149px) {
  .modules-listing__item__gallery {
    flex: 1 1 50%;
  }
}
@media (max-width: 575px) {
  .modules-listing__item__gallery {
    flex: 1 1 100%;
    max-width: unset;
    height: 320px;
  }
}
.modules-listing__item__gallery .splide {
  height: 100%;
}
.modules-listing__item__gallery .splide__track {
  height: 100%;
}
.modules-listing__item__gallery .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.modules-listing__item__gallery .splide__pagination {
  bottom: 0;
  left: 0;
  display: flex;
  gap: 12px;
  align-items: center;
  padding-block: 20px;
}
.modules-listing__item__gallery .splide__pagination button {
  display: block;
  width: 7px;
  height: 7px;
  margin: 0;
  padding: 0;
  border-radius: 7px;
  background-color: #d9d9d9;
}
.modules-listing__item__gallery .splide__pagination button.is-active {
  transform: scale(1);
  background-color: #f0a834;
}
.modules-listing__item__content {
  flex-grow: 1;
  padding: clamp(1rem, 0.4167rem + 1.6204vw, 1.875rem);
}
@media (max-width: 1149px) {
  .modules-listing__item__content {
    display: flex;
    flex: 1 1 100%;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-end;
    order: 2;
  }
}
@media (max-width: 575px) {
  .modules-listing__item__content {
    flex-direction: column;
    align-items: flex-start;
    order: unset;
  }
}
.modules-listing__item__title {
  margin-bottom: 12px;
  font-size: clamp(1.5rem, 1.3333rem + 0.463vw, 1.75rem);
  font-weight: 800;
}
@media (max-width: 1149px) {
  .modules-listing__item__title {
    flex: 1 1 100%;
    margin-bottom: 0;
  }
}
.modules-listing__item__title a {
  display: flex;
  gap: 12px;
  align-items: center;
}
.modules-listing__item__title a:hover, .modules-listing__item__title a:active {
  text-decoration: none;
}
.modules-listing__item__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-block: 0;
}
@media (max-width: 1149px) {
  .modules-listing__item__meta {
    flex: 0 1 auto;
  }
}
.modules-listing__item__meta .module-meta__item {
  padding: 0;
  font-size: 1rem;
  font-weight: 800;
  background: none;
}
.modules-listing__item .module-meta__button {
  margin-top: 12px;
}
@media (max-width: 1149px) {
  .modules-listing__item .module-meta__button {
    flex: 0 1 auto;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .modules-listing__item .module-meta__button {
    align-self: center;
    margin-left: unset;
  }
}
.modules-listing__item .module-meta__button .button {
  padding-block: 16px;
  text-transform: lowercase;
}
.modules-listing__item__plan {
  flex: 0 1 100%;
  max-width: 396px;
  padding-right: 40px;
}
@media (max-width: 1149px) {
  .modules-listing__item__plan {
    flex: 1 1 50%;
    max-width: unset;
    padding-inline: 20px;
  }
}

.modules-filters {
  margin-block: clamp(3.75rem, 0rem + 10.4167vw, 9.375rem);
  padding-block: 40px;
  background-color: #ededed;
}
.modules-filters__title {
  margin-bottom: clamp(2.5rem, 0.8333rem + 4.6296vw, 5rem);
  font-family: "Aptos", sans-serif;
  font-size: clamp(2.5rem, 1.6667rem + 2.3148vw, 3.75rem);
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.modules-filters__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 20px clamp(1.875rem, 0.2083rem + 4.6296vw, 4.375rem);
  align-items: center;
  justify-content: center;
}
@media (max-width: 1099px) {
  .modules-filters__filters {
    align-items: flex-start;
  }
}
.modules-filters__filters__item {
  position: relative;
  flex: 1 1 45%;
  max-width: 348px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .modules-filters__filters__item {
    flex: 1 1 100%;
    max-width: 80%;
  }
}
.modules-filters__filters__item .facetwp-facet {
  margin: 0;
}
.modules-filters__filters__item .facetwp-slider-wrap {
  padding: 0;
}
.modules-filters__filters__item .facetwp-slider-label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  font-size: 0.875rem;
  font-weight: 800;
}
.modules-filters__filters__item .facetwp-slider-label .slider-min,
.modules-filters__filters__item .facetwp-slider-label .slider-max {
  position: absolute;
  top: calc(100% + 5px);
  display: block;
  max-width: 100px;
  line-height: 1.25;
}
.modules-filters__filters__item .facetwp-slider-label .slider-min {
  left: -3px;
}
.modules-filters__filters__item .facetwp-slider-label .slider-max {
  right: 4px;
  text-align: right;
}
.modules-filters__filters__item .facetwp-slider {
  height: 2px;
}
.modules-filters__filters__item .noUi-target {
  margin-left: -2px;
  padding-left: 4px;
  background: #dbdbdb;
}
.modules-filters__filters__item .noUi-connect {
  background: #525252;
}
.modules-filters__filters__item .noUi-handle {
  width: 16px;
  height: 16px;
  margin-top: -5px;
  border-color: #525252;
  border-radius: 16px;
  background-color: #525252;
}
.modules-filters__filters__label {
  display: block;
  margin-bottom: 12px;
}
.modules-filters__filters__submit {
  align-items: center;
}
@media (max-width: 1099px) {
  .modules-filters__filters__submit {
    display: flex;
    flex: 0 1 100%;
    justify-content: center;
    max-width: unset;
  }
}
.modules-filters__filters__submit .button {
  margin-inline: auto;
}

.footer {
  padding-block: 30px;
  padding-inline: clamp(1.25rem, 0.4167rem + 2.3148vw, 2.5rem);
  background-color: #ffb169;
}
.footer__inner {
  display: flex;
  gap: 30px clamp(1rem, -1.6667rem + 7.4074vw, 5rem);
  justify-content: space-between;
  width: min(1440px, 100%);
  margin-inline: auto;
}
@media (max-width: 991px) {
  .footer__inner {
    flex-direction: column;
  }
}
.footer__content {
  display: flex;
  gap: 30px clamp(1rem, -1.6667rem + 7.4074vw, 5rem);
  align-items: center;
}
@media (max-width: 991px) {
  .footer__content {
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .footer__content {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.footer__copy {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #232323;
}
.footer__logos {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 0.4167rem + 1.6204vw, 1.875rem);
  align-items: center;
}

.contact-info {
  min-height: 400px;
  padding-bottom: clamp(2.5rem, 0.8333rem + 4.6296vw, 5rem);
  background-color: #fefbf5;
}
.contact-info__inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  width: min(684px, 100%);
  margin-inline: auto;
  padding-inline: 16px;
}
.contact-info__select {
  position: relative;
  z-index: 100;
  padding-block: 50px;
}
.contact-info__list {
  position: relative;
  display: grid;
  flex-grow: 1;
  width: 100%;
}
.contact-info__group {
  display: flex;
  grid-column: 1/2;
  grid-row: 1/2;
  flex-wrap: wrap;
  gap: clamp(1.25rem, 0.4167rem + 2.3148vw, 2.5rem);
  justify-content: center;
  max-height: 0;
  padding-bottom: clamp(3.75rem, 0rem + 10.4167vw, 9.375rem);
  visibility: hidden;
  opacity: 0;
  transition: 250ms ease-in-out opacity;
}
.contact-info__group.is-active {
  max-height: unset;
  visibility: visible;
  opacity: 1;
}

.page-template-template-start .site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}
.page-template-template-start main {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0;
}

.start-page {
  position: relative;
  display: flex;
  flex: 1;
  align-items: stretch;
  width: 100vw;
  height: 100%;
}
.start-page__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  padding-inline: clamp(1rem, -2.5rem + 9.7222vw, 6.25rem);
  background: rgba(0, 0, 0, 0.5);
}
.start-page__content {
  width: min(1440px, 100%);
  margin-inline: auto;
  color: #ffffff;
}
.start-page__heading {
  margin: 0;
  font-size: clamp(2.5rem, 1.5rem + 2.7778vw, 4rem);
  line-height: 1;
}
.start-page__text {
  margin-top: clamp(1rem, 0.4167rem + 1.6204vw, 1.875rem);
}
.start-page__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 0.4167rem + 1.6204vw, 1.875rem);
  align-items: flex-start;
  margin-top: clamp(1rem, 0.4167rem + 1.6204vw, 1.875rem);
}
.start-page__button-wrapper {
  display: flex;
  flex-flow: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.start-page__button-wrapper span {
  font-weight: 800;
}
.start-page__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.start-page__background-item {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 250ms ease-in-out all;
}
.start-page__background-item.is-active {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.start-page__background-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-slider {
  position: relative;
}
.hero-slider__content {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.4167rem + 1.6204vw, 1.875rem);
  text-align: center;
}
.hero-slider__heading {
  margin: 0;
  font-size: clamp(2.5rem, 1.5rem + 2.7778vw, 4rem);
  line-height: 1;
  color: #ffffff;
}
.hero-slider__text {
  font-size: clamp(1.125rem, 1.0417rem + 0.2315vw, 1.25rem);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.03em;
}
.hero-slider__overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.hero-slider__image {
  height: calc(100svh - 100px);
}
.hero-slider__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-slider .splide__track {
  position: relative;
}
.hero-slider .splide__pagination {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-block: 20px;
}
.hero-slider .splide__pagination button {
  display: block;
  width: 7px;
  height: 7px;
  margin: 0;
  padding: 0;
  border-radius: 7px;
  background-color: #d9d9d9;
}
.hero-slider .splide__pagination button.is-active {
  transform: scale(1);
  background-color: #f0a834;
}

.page-template-template-contact .hero-slider__content {
  flex-direction: column-reverse;
}
.page-template-template-contact .hero-slider__image {
  max-height: 350px;
}
@media (max-width: 575px) {
  .page-template-template-contact .hero-slider__image {
    height: unset;
    min-height: 400px;
    max-height: unset;
  }
}

.icons-section {
  margin-block: clamp(2.5rem, 0.8333rem + 4.6296vw, 5rem);
}
.icons-section__inner {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.25rem, 0.4167rem + 2.3148vw, 2.5rem) 20px;
  justify-content: center;
  width: min(1000px, 100%);
  margin-inline: auto;
}
.icons-section__item {
  display: flex;
  flex: 1 1 calc(100% / var(--columns-desktop, 5) - 24px);
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .icons-section__item {
    flex: 1 1 calc(33.3333333333% - 24px);
  }
}
@media (max-width: 575px) {
  .icons-section__item {
    flex: 1 1 calc(50% - 24px);
    justify-content: center;
  }
}
@media (max-width: 359px) {
  .icons-section__item {
    flex: 1 1 100%;
  }
}
.icons-section__item__icon img {
  max-height: 86px;
  filter: brightness(0) saturate(100%) invert(59%) sepia(10%) saturate(2546%) hue-rotate(324deg) brightness(103%) contrast(89%);
}
.icons-section__item__text {
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
.icons-section--module .icons-section__inner {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.25rem, 0.4167rem + 2.3148vw, 2.5rem) 20px;
  justify-content: center;
  width: min(1000px, 100%);
  margin-inline: auto;
}
.icons-section--module .icons-section__item {
  flex: 1 1 calc(33% - 24px);
  flex-direction: row;
  gap: 10px;
  padding: 0;
  text-align: left;
}
@media (max-width: 959px) {
  .icons-section--module .icons-section__item {
    flex: 1 1 calc(50% - 24px);
  }
}
@media (max-width: 576px) {
  .icons-section--module .icons-section__item {
    flex: 1 1 100%;
  }
}
.icons-section--module .icons-section__item__icon {
  width: 40px;
}
.icons-section--module .icons-section__item__icon img {
  margin-inline: auto;
}
.icons-section--module .icons-section__item__text {
  text-align: left;
}

.text-content {
  margin-block: clamp(3.75rem, 2.0833rem + 4.6296vw, 6.25rem);
}
@media (max-width: 390px) {
  .text-content {
    margin-block: 50px;
  }
}
.text-content__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: min(1000px, 100%);
  margin-inline: auto;
}
.text-content__heading {
  font-size: clamp(2.5rem, 1.5rem + 2.7778vw, 4rem);
  line-height: 1;
  text-align: center;
}
.text-content__text h1, .text-content__text h2, .text-content__text h3, .text-content__text h4, .text-content__text h5, .text-content__text h6 {
  margin-bottom: 1em;
  font-family: "Aptos", sans-serif;
  font-size: clamp(1.125rem, 1.0417rem + 0.2315vw, 1.25rem);
  font-weight: 800;
}
.text-content__text p {
  font-weight: 600;
}
.text-content__text p:last-of-type {
  margin-bottom: 0;
}
.text-content--horizontal .text-content__inner {
  flex-direction: row;
  gap: clamp(2.5rem, 0rem + 6.9444vw, 6.25rem);
}
@media (max-width: 991px) {
  .text-content--horizontal .text-content__inner {
    flex-direction: column;
  }
}
.text-content--horizontal .text-content__heading {
  text-align: right;
}
@media (max-width: 991px) {
  .text-content--horizontal .text-content__heading {
    text-align: left;
  }
}

.table-section {
  position: relative;
}
.table-section__image {
  position: relative;
  aspect-ratio: 1440/673;
  min-height: 673px;
}
@media (max-width: 767px) {
  .table-section__image {
    min-height: 480px;
  }
}
.table-section__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.table-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.table-section__table {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 717px;
  padding-inline: 16px;
}
.table-section__table__inner {
  padding: 40px clamp(1.25rem, 0.4167rem + 2.3148vw, 2.5rem);
  border-radius: 24px;
  background-color: #ffffff;
}
.table-section__table__row, .table-section__table__header {
  display: grid;
  grid-template-columns: 160px 160px 1fr 1fr;
  -moz-column-gap: clamp(1rem, 0.4167rem + 1.6204vw, 1.875rem);
       column-gap: clamp(1rem, 0.4167rem + 1.6204vw, 1.875rem);
  margin-bottom: 22px;
}
@media (max-width: 679px) {
  .table-section__table__row, .table-section__table__header {
    grid-template-columns: 3fr repeat(3, minmax(0, 2fr));
    margin-bottom: 12px;
  }
}
.table-section__table__row:last-of-type, .table-section__table__header:last-of-type {
  margin-bottom: 0;
}
.table-section__table__header .table-section__table__cell {
  padding-block: 0 12px;
  font-weight: 800;
  line-height: 1.5;
  white-space: nowrap;
}
@media (max-width: 679px) {
  .table-section__table__header .table-section__table__cell {
    font-size: 0.875rem;
  }
}
@media (max-width: 575px) {
  .table-section__table__header .table-section__table__cell {
    font-size: 0.6125rem;
    white-space: unset;
  }
}
.table-section__table__header .table-section__table__cell--first {
  font-family: "Aptos", sans-serif;
  font-size: clamp(1.75rem, 1.5833rem + 0.463vw, 2rem);
  font-weight: 800;
  line-height: 1;
  color: #ffb169;
  letter-spacing: -0.05em;
}
.table-section__table__cell {
  display: grid;
  place-content: center;
  text-align: center;
}
.table-section__table__cell:first-of-type {
  place-content: end;
  padding-block: 10px;
  font-weight: 800;
  line-height: 1.5;
  text-align: right;
}
@media (max-width: 679px) {
  .table-section__table__cell:first-of-type {
    font-size: 0.875rem;
  }
}
@media (max-width: 575px) {
  .table-section__table__cell:first-of-type {
    font-size: 0.6125rem;
    word-break: break-word;
  }
}

.locations {
  scroll-margin-top: 150px;
  margin-block: clamp(3.75rem, 0rem + 10.4167vw, 9.375rem);
}
.locations__heading {
  margin-bottom: clamp(2.5rem, 0.8333rem + 4.6296vw, 5rem);
  font-size: clamp(2.5rem, 1.5rem + 2.7778vw, 4rem);
  line-height: 1;
  text-align: center;
}
.locations__list {
  align-items: stretch;
  width: min(1170px, 100%);
  margin-inline: auto;
}
.locations__item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: #fefbf5;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 390px) {
  .locations__item {
    max-width: 100%;
  }
}
.locations__item a:hover, .locations__item a:active {
  text-decoration: none;
}
.locations__item__thumbnail {
  aspect-ratio: 350/370;
}
.locations__item__thumbnail img {
  aspect-ratio: 350/370;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.locations__item__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: clamp(1.25rem, 0.4167rem + 2.3148vw, 2.5rem);
  background-color: #fefbf5;
}
.locations__item__title {
  flex-grow: 1;
  font-family: "Aptos", sans-serif;
  font-size: clamp(1.75rem, 1.5833rem + 0.463vw, 2rem);
  font-weight: 800;
  line-height: 1;
  color: #232323;
  letter-spacing: -0.05em;
}
.locations__item__meta {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 800;
}
.locations__item__meta span {
  display: inline-block;
  padding-inline: 8px;
  border-right: 1px solid #232323;
}
.locations__item__meta span:first-of-type {
  padding-left: 0;
}
.locations__item__meta span:last-of-type {
  padding-right: 0;
  border-right: none;
}
@media (max-width: 959px) {
  .locations .splide {
    display: flex;
    flex-direction: column;
  }
}
.locations .splide__track {
  padding-block: 20px;
}
.locations .splide__list {
  align-items: stretch;
}
.locations .splide__slide {
  padding: 20px;
}
.locations .splide__arrows {
  pointer-events: none;
  left: -60px;
  width: calc(100% + 120px);
}
.locations .splide__arrow {
  pointer-events: auto;
  display: grid;
  place-content: center;
  width: 50px;
  height: 100%;
  border-radius: 0;
  background: none;
}
@media (max-width: 959px) {
  .locations .splide__arrow {
    position: relative;
    top: unset;
    transform: unset;
    height: 50px;
  }
}

.map-section {
  margin-block: clamp(3.75rem, 0rem + 10.4167vw, 9.375rem);
}
.map-section__heading {
  margin-bottom: 50px;
  font-size: clamp(2.5rem, 1.5rem + 2.7778vw, 4rem);
  line-height: 1;
  text-align: center;
}
.map-section__map {
  width: min(805px, 100%);
  margin-inline: auto;
}
.map-section__map svg {
  margin-inline: auto;
}
.map-section__map svg .hover {
  transform-origin: center;
  transform: scale(1);
  transition: transform 250ms ease-in-out;
}
.map-section__map svg .hover g path {
  fill: #908f8c;
  transition: 250ms ease-in-out all;
}
.map-section__map svg .hover circle {
  r: 11;
  transition: 250ms ease-in-out all;
}
.map-section__map svg .hover:hover g path {
  fill: #232323;
}
.map-section__map svg .hover:hover circle {
  r: 13;
}

.location-map {
  margin-block: clamp(3.75rem, 0rem + 10.4167vw, 9.375rem);
}
.location-map__inner {
  display: flex;
  gap: 60px;
  align-items: center;
  width: min(1000px, 100%);
  margin-inline: auto;
}
@media (max-width: 959px) {
  .location-map__inner {
    gap: clamp(1.25rem, 0.4167rem + 2.3148vw, 2.5rem);
  }
}
@media (max-width: 767px) {
  .location-map__inner {
    flex-direction: column;
  }
}
.location-map__content {
  max-width: 350px;
}
@media (max-width: 767px) {
  .location-map__content {
    max-width: unset;
  }
}
.location-map__heading {
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 1.5rem + 2.7778vw, 4rem);
  line-height: 1;
}
.location-map__map {
  overflow: hidden;
  width: 100%;
  height: 400px;
  border-radius: 24px;
}

.contact-popup-wrapper {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.contact-popup-wrapper.is-visible {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

.contact-popup {
  pointer-events: none;
  position: fixed;
  z-index: 1002;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  width: min(1000px, 100%);
  padding-block: clamp(2.5rem, 0.8333rem + 4.6296vw, 5rem);
  padding-inline: clamp(1rem, -1.6667rem + 7.4074vw, 5rem);
  border-radius: 24px;
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  transition: 250ms ease-in-out opacity, 250ms ease-in-out visibility;
}
@media (max-width: 959px) {
  .contact-popup {
    max-width: 90vw;
  }
}
@media (max-width: 639px) {
  .contact-popup {
    max-height: 95svh;
  }
}
@media (max-height: 670px) {
  .contact-popup {
    max-height: 95svh;
    padding-block: 20px;
  }
}
.contact-popup.is-visible {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.contact-popup__heading {
  margin-bottom: 40px;
  font-size: clamp(1.75rem, 1.5833rem + 0.463vw, 2rem);
  line-height: 1;
  text-align: center;
}
@media (max-height: 670px) {
  .contact-popup__heading {
    margin-bottom: 20px;
  }
}
.contact-popup__content {
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.25rem, 0.4167rem + 2.3148vw, 2.5rem);
  justify-content: center;
  padding-block: 20px;
}
.contact-popup__content .person {
  max-width: 300px;
}
.contact-popup__close {
  cursor: pointer;
  position: fixed;
  z-index: 1003;
  top: 15px;
  right: 20px;
  display: flex;
  align-items: center;
  width: 35px;
  height: 35px;
  padding-inline: 6px;
  border-radius: 4px;
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.32);
}
.contact-popup__close svg g {
  fill: #ffffff;
}

.amenities {
  padding-inline: clamp(1.25rem, 0.4167rem + 2.3148vw, 2.5rem);
}
.amenities__inner {
  display: flex;
  gap: clamp(2.5rem, 0rem + 6.9444vw, 6.25rem);
  width: min(1440px, 100%);
  margin-inline: auto;
  padding: 60px;
  border-radius: 40px;
  color: #ffffff;
  background: #f18468;
}
@media (max-width: 1299px) {
  .amenities__inner {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .amenities__inner {
    padding: 40px;
    border-radius: 24px;
  }
}
@media (max-width: 575px) {
  .amenities__inner {
    padding-inline: 20px;
  }
}
.amenities__heading {
  width: auto;
  max-width: 450px;
  font-size: clamp(2.5rem, 1.5rem + 2.7778vw, 4rem);
  line-height: 1;
  text-align: left;
}
@media (max-width: 1299px) {
  .amenities__heading {
    max-width: unset;
    text-align: center;
  }
}
.amenities__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 60px clamp(1.25rem, 0.4167rem + 2.3148vw, 2.5rem);
  align-items: start;
}
@media (max-width: 959px) {
  .amenities__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 679px) {
  .amenities__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 359px) {
  .amenities__list {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.amenities__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}
.amenities__item__icon {
  display: grid;
  place-content: center;
  max-height: 86px;
}
.amenities__item__icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) saturate(100%) invert(92%) sepia(0%) saturate(2%) hue-rotate(86deg) brightness(112%) contrast(100%);
}