@font-face {
  font-family: "Luxia";
  src: url("../font/LuxiaRegular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
}
[dir=rtl] {
  text-align: right;
}
[dir=rtl] .main-nav ul {
  padding: 0px clamp(12px, 1.24vw, 24px);
}
[dir=rtl] .main-nav .main-nav__chevron {
  margin-right: 5px;
  margin-left: 0;
}
[dir=rtl] .main-nav .sub-menu {
  left: auto;
  right: 0;
  text-align: right;
}
[dir=rtl] .language-switcher__chevron {
  margin-left: 0;
  margin-right: auto;
}
[dir=rtl] .language-switcher__menu {
  right: auto;
  left: 0;
}
[dir=rtl] .button-wrap .language-switcher summary {
  flex-direction: row-reverse;
}
[dir=rtl] .header-top .left {
  flex-direction: row-reverse;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: normal;
  color: #231F20;
}
@media (min-width: 1200px) {
  * {
    font-size: 14px;
  }
}
@media (min-width: 1350px) {
  * {
    font-size: 14.5px;
  }
}
@media (min-width: 1440px) {
  * {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  * {
    font-size: 15.5px;
  }
}
@media (min-width: 1900px) {
  * {
    font-size: 16px;
  }
}

html {
  scroll-behavior: smooth;
}

html.lenis {
  scroll-behavior: auto;
}

body {
  transition: 0.5s ease all;
  overflow-x: hidden;
  color: #000;
}

.container-side {
  max-width: 91.528%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .container-side {
    margin-right: auto;
  }
}

.container-ctn {
  max-width: 93%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 575px) {
  .container-ctn {
    box-sizing: border-box;
  }
}
@media (min-width: 576px) {
  .container-ctn {
    max-width: 95%;
  }
}
@media (min-width: 992px) {
  .container-ctn {
    max-width: 90.793%;
  }
}
@media (min-width: 1200px) {
  .container-ctn {
    max-width: 82.793%;
  }
}

.container-head {
  max-width: 93%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 575px) {
  .container-head {
    box-sizing: border-box;
  }
}
@media (min-width: 576px) {
  .container-head {
    max-width: 95%;
  }
}
@media (min-width: 992px) {
  .container-head {
    max-width: 97.5945%;
  }
}

ul {
  padding: 0;
  margin: 0;
}

button {
  border: unset;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
button:focus-visible {
  outline: 2px solid rgba(3, 90, 70, 0.35);
  outline-offset: 2px;
}

a {
  transition: color 0.2s ease, opacity 0.2s ease;
}
a:focus, a:active {
  outline: unset !important;
  box-shadow: unset !important;
}
a:focus-visible {
  outline: 2px solid rgba(3, 90, 70, 0.35);
  outline-offset: 2px;
}

p {
  line-height: 200%;
}

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

.commonPadding {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .commonPadding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .commonPadding {
    padding-top: 74px;
    padding-bottom: 74px;
  }
}
@media (min-width: 1280px) {
  .commonPadding {
    padding-top: 78px;
    padding-bottom: 78px;
  }
}
@media (min-width: 1440px) {
  .commonPadding {
    padding-top: 82px;
    padding-bottom: 82px;
  }
}
@media (min-width: 1600px) {
  .commonPadding {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1900px) {
  .commonPadding {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.container-insights {
  max-width: 94.143%;
  margin-left: auto;
}

.commonPadding-pt {
  padding-top: 50px;
}
@media (min-width: 992px) {
  .commonPadding-pt {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  .commonPadding-pt {
    padding-top: 74px;
  }
}
@media (min-width: 1280px) {
  .commonPadding-pt {
    padding-top: 78px;
  }
}
@media (min-width: 1440px) {
  .commonPadding-pt {
    padding-top: 82px;
  }
}
@media (min-width: 1600px) {
  .commonPadding-pt {
    padding-top: 86px;
  }
}
@media (min-width: 1900px) {
  .commonPadding-pt {
    padding-top: 100px;
  }
}

.commonPadding-pb-120 {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .commonPadding-pb-120 {
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .commonPadding-pb-120 {
    padding-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .commonPadding-pb-120 {
    padding-bottom: 90px;
  }
}
@media (min-width: 1440px) {
  .commonPadding-pb-120 {
    padding-bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .commonPadding-pb-120 {
    padding-bottom: 110px;
  }
}
@media (min-width: 1900px) {
  .commonPadding-pb-120 {
    padding-bottom: 120px;
  }
}

.commonPadding-pt-120 {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .commonPadding-pt-120 {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  .commonPadding-pt-120 {
    padding-top: 80px;
  }
}
@media (min-width: 1280px) {
  .commonPadding-pt-120 {
    padding-top: 90px;
  }
}
@media (min-width: 1440px) {
  .commonPadding-pt-120 {
    padding-top: 100px;
  }
}
@media (min-width: 1600px) {
  .commonPadding-pt-120 {
    padding-top: 110px;
  }
}
@media (min-width: 1900px) {
  .commonPadding-pt-120 {
    padding-top: 120px;
  }
}

.commonPadding-120 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .commonPadding-120 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .commonPadding-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .commonPadding-120 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1440px) {
  .commonPadding-120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .commonPadding-120 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media (min-width: 1900px) {
  .commonPadding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.commonPadding-80 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .commonPadding-80 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .commonPadding-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .commonPadding-80 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1440px) {
  .commonPadding-80 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1600px) {
  .commonPadding-80 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1900px) {
  .commonPadding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.position, .home-testimonials__avatar::after, .who-we-are__image::after, .burgerMenu-nav > ul > li ul a::after, .burgerMenu-nav > ul > li ul a::before, .burgerMenu::after, .product-navigation > ul > li ul a::after, .product-navigation > ul > li ul a::before {
  content: "";
  position: absolute;
}

.wh-100 {
  width: 100%;
  height: 100%;
}

.slick-nav {
  cursor: pointer;
  width: 100%;
}
@media (min-width: 1900px) {
  .slick-nav {
    width: 100%;
  }
}
.slick-nav > div {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.5s ease all;
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  cursor: pointer;
}

.jq-star-svg {
  width: 100%;
  height: 100% !important;
}

.jq-star-svg polygon {
  stroke-linejoin: round;
}

.tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}

.tab-content > .active {
  height: auto;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 80px;
}

roll::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #035A46;
  border-radius: 10px;
  /* GAP using border and background clip */
  border: 2px solid transparent;
  background-clip: padding-box;
  margin: 10px 0;
  /* Adds top & bottom gap (optional) */
}

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

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

.bg-unset {
  background: unset !important;
}

picture,
article {
  display: block;
}

.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

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

li {
  list-style: none;
}

.list ul {
  list-style: none;
  margin-top: clamp(10px, 1.3vw, 18px);
  margin-bottom: 24px;
  padding: 0;
}
.list li {
  position: relative;
  margin-bottom: clamp(10px, 1.3vw, 15px);
  padding-left: clamp(30px, 2.19vw, 42px);
  color: #344D6D;
}
.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: clamp(20px, 1.1vw, 24px);
  height: clamp(20px, 1.1vw, 24px);
  border-radius: 50%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M20.364 11.2931C20.5514 11.4807 20.6567 11.735 20.6567 12.0001C20.6567 12.2653 20.5514 12.5196 20.364 12.7071L14.707 18.3641C14.6147 18.4597 14.5044 18.5358 14.3824 18.5882C14.2604 18.6407 14.1291 18.6682 13.9964 18.6694C13.8636 18.6705 13.7319 18.6452 13.609 18.595C13.4861 18.5447 13.3744 18.4704 13.2806 18.3765C13.1867 18.2826 13.1124 18.171 13.0621 18.0481C13.0118 17.9252 12.9865 17.7935 12.9877 17.6607C12.9889 17.528 13.0164 17.3967 13.0689 17.2747C13.1213 17.1527 13.1974 17.0424 13.293 16.9501L17.243 13.0001H3.99995C3.73474 13.0001 3.48038 12.8948 3.29284 12.7073C3.10531 12.5197 2.99995 12.2654 2.99995 12.0001C2.99995 11.7349 3.10531 11.4806 3.29284 11.293C3.48038 11.1055 3.73474 11.0001 3.99995 11.0001H17.243L13.293 7.05014C13.1108 6.86154 13.01 6.60894 13.0123 6.34674C13.0146 6.08455 13.1197 5.83373 13.3051 5.64833C13.4905 5.46292 13.7414 5.35775 14.0036 5.35547C14.2657 5.35319 14.5183 5.45399 14.707 5.63614L20.364 11.2931Z" fill="%23035A46"/></svg>');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: clamp(16px, 1.87498vw, 18px);
}

span.error {
  border: 1px solid #FF4040 !important;
}

.error-message {
  color: #FF4040;
  display: block;
  font-size: 10px;
  position: absolute;
  bottom: -18px;
  left: 0;
  line-height: normal;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3px;
}

.iti {
  width: 100%;
}

.iti__flag-container {
  padding-left: 6px;
}

.iti--allow-dropdown input[type=tel] {
  padding-left: 81px !important;
}

.iti--allow-dropdown input[type=number] {
  padding-left: 81px !important;
}

.iti__country-list {
  z-index: 9;
}

.iti__arrow {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M12.75 7.5L9 11.25L5.25 7.5" stroke="%23414A66" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  border: unset !important;
  transition: 0.5s ease all;
  margin-left: 10px;
}

.iti__arrow--up {
  transform: rotate(180deg);
  transition: 0.5s ease all;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: unset;
}

.iti__selected-flag div:first-child {
  transform: scale(1.4);
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  left: 5px;
}

textarea {
  resize: none;
}

input,
textarea,
select {
  outline: unset;
  border: unset;
}
input:focus, input:focus-visible, input:focus-within,
textarea:focus,
textarea:focus-visible,
textarea:focus-within,
select:focus,
select:focus-visible,
select:focus-within {
  outline: unset;
}

select {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M16.1589 5.95463C15.9479 5.74373 15.6618 5.62525 15.3635 5.62525C15.0652 5.62525 14.7791 5.74373 14.5681 5.95463L8.9994 11.5234L3.43065 5.95463C3.21847 5.7497 2.93429 5.63631 2.63932 5.63887C2.34435 5.64144 2.06218 5.75975 1.8536 5.96834C1.64502 6.17692 1.5267 6.45908 1.52414 6.75406C1.52157 7.04903 1.63497 7.3332 1.8399 7.54538L8.20402 13.9095C8.41499 14.1204 8.70109 14.2389 8.9994 14.2389C9.29771 14.2389 9.5838 14.1204 9.79477 13.9095L16.1589 7.54538C16.3698 7.33441 16.4883 7.04832 16.4883 6.75001C16.4883 6.4517 16.3698 6.1656 16.1589 5.95463Z" fill="%232F3F58"/></svg>');
  border: unset;
  background-repeat: no-repeat;
  background-position: 95%;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}
@media (max-width: 575px) {
  select {
    background-position: 96%;
    background-size: 14px;
  }
}
select:focus-visible {
  outline: unset;
  box-shadow: unset;
}

.form-select:focus {
  border: unset;
  outline: unset;
  box-shadow: unset;
}

@media (min-width: 992px) {
  .justify-content-lg-between {
    justify-content: space-between;
  }
}

.navbar-toggler {
  background: unset;
  border: unset;
  border-radius: unset;
  transition: transform 0.35s ease, stroke 0.35s ease;
}
.navbar-toggler path {
  transition: stroke 0.35s ease;
}

.navbar-toggler:focus {
  border: unset;
  outline: unset;
  box-shadow: unset;
}

input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
}

#fadeSection {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  /* Smooth transition */
}

.visible {
  opacity: 1 !important;
  transition: opacity 1s ease-in-out;
}

.formGroup {
  position: relative;
}

input.error,
textarea.error {
  border: 1px solid #FF4040 !important;
}

/* Hide number input spinner */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.hidden {
  display: none;
}

.show {
  display: inline-block;
}

.visibility-hidden {
  visibility: hidden;
}

.dropDown .dropdown-menu {
  width: 100%;
  margin: auto !important;
}
.dropDown .dropdown-menu button {
  color: #fff;
}

.dropdown-item.active {
  background: unset !important;
}
.dropdown-item.active:hover {
  color: #000 !important;
}

.dropdown-item:hover {
  background: #fff !important;
}

.dropDown {
  margin-bottom: 24px;
}
.dropDown button {
  color: #fff;
  font-weight: 400;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  position: relative;
  padding: 8px 20px 8px 20px;
  white-space: pre-line;
}
.dropDown button::after {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border: unset;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.0889 6.19526C13.3493 6.45561 13.3493 6.87772 13.0889 7.13807L8.4468 11.7802C8.32178 11.9052 8.15221 11.9754 7.9754 11.9754C7.79859 11.9754 7.62902 11.9052 7.50399 11.7802L2.86188 7.13807C2.60153 6.87772 2.60153 6.45561 2.86188 6.19526C3.12223 5.93491 3.54434 5.93491 3.80469 6.19526L7.9754 10.366L12.1461 6.19526C12.4065 5.93491 12.8286 5.93491 13.0889 6.19526Z" fill="%23ffff"/></svg>');
}
.dropDown {
  border-radius: 8px;
  background: #035A46;
  font-size: 16px;
  line-height: 24px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.slick-track {
  margin-left: 0;
}

.slick-nav {
  z-index: 0;
}
.slick-nav div svg {
  height: auto;
}
.slick-nav div svg:hover path {
  fill: #035A46;
}

.mobile-menu {
  padding-bottom: 11px;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}

.slick-dots {
  gap: clamp(4px, 2.1vw, 8px);
}
.slick-dots button {
  transition: 0.5s ease all;
  background: #FFF;
  font-size: 0;
  border-radius: 20px;
  width: clamp(10px, 1.0999vw, 20px);
  height: clamp(10px, 1.0999vw, 20px);
}
.slick-dots .slick-active button {
  transition: 0.5s ease all;
  background: #035A46;
  width: clamp(25px, 2.69vw, 51px);
}

.slick-nav-count {
  border: 2px solid #D9D9D9;
  width: -moz-fit-content;
  width: fit-content;
  gap: clamp(10px, 0.94vw, 18px);
  padding: 9px 4px;
}
@media (min-width: 576px) {
  .slick-nav-count {
    padding: 14px 8px;
  }
}
@media (min-width: 768px) {
  .slick-nav-count {
    padding: 16px 10px;
  }
}
@media (min-width: 992px) {
  .slick-nav-count {
    padding: 16.5px 10.5px;
    border: 4px solid #D9D9D9;
  }
}
@media (min-width: 1200px) {
  .slick-nav-count {
    padding: 17px 11px;
  }
}
@media (min-width: 1350px) {
  .slick-nav-count {
    padding: 17.5px 11.5px;
  }
}
@media (min-width: 1440px) {
  .slick-nav-count {
    padding: 18px 12px;
  }
}
@media (min-width: 1600px) {
  .slick-nav-count {
    padding: 18.5px 12.5px;
  }
}
@media (min-width: 1900px) {
  .slick-nav-count {
    padding: 19px 13px;
  }
}
.slick-nav-count div:hover path {
  fill: #737374;
}
.slick-nav-count .slick-count {
  padding-top: 4px;
  line-height: 100%;
  font-weight: 700;
  color: #035A46;
  width: 22px;
}

select:disabled,
input:disabled {
  opacity: 0.4;
}

.modal {
  z-index: 9999;
}

.head strong {
  margin-bottom: 0px;
  display: block;
  font-weight: 500;
}
.head p {
  font-weight: 300;
  font-size: clamp(16px, 1.67vw, 32px);
}

a[data-bs-toggle=modal] {
  cursor: pointer;
}

.slick-slider {
  direction: ltr;
}

.iti__selected-flag {
  border-right: 1px solid #B1BCCD;
}

.theme__cta {
  line-height: 150%;
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, 1vw, 9px);
  padding: clamp(5px, 0.55vw, 8px) clamp(5px, 0.55vw, 8px) clamp(5px, 0.55vw, 8px) clamp(18px, 1.8vw, 20px);
  border-radius: 100px;
  background: #fff;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, gap 0.3s ease;
}
@media (hover: hover) {
  .theme__cta:hover {
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
    gap: clamp(10px, 1.2vw, 14px);
  }
  .theme__cta:hover span {
    transform: translateX(2px);
  }
  .theme__cta:hover span svg {
    transform: translateX(2px);
  }
}
.theme__cta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(30px, 2.605vw, 50px);
  height: clamp(30px, 2.605vw, 50px);
  border-radius: 50%;
  background: #000;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme__cta span svg {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.theme__cta.dark {
  background: #000;
  color: #fff;
}
.theme__cta.dark span {
  background: #fff;
}
.theme__cta.dark span svg {
  filter: invert(1);
}
.theme__cta.outline {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.theme__cta.outline span {
  background: #000;
}
.theme__cta.reverse {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
.theme__cta.reverse span {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.page-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(140px, 9.375vw, 180px);
  padding: clamp(32px, 3.125vw, 49px) 0;
  border-radius: clamp(12px, 1.0417vw, 20px);
  background: #F3F3F3;
}
.page-banner h1 {
  margin: 0;
  color: #000;
  font-family: "Luxia", serif;
  font-weight: 400;
  font-size: clamp(36px, 3.5417vw, 68px);
  line-height: 1.1;
  text-align: center;
}

.breadcrumb-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(6px, 0.4167vw, 8px);
  margin-top: clamp(20px, 1.5625vw, 30px);
  font-family: "Luxia", serif;
  font-size: clamp(14px, 0.8333vw, 16px);
  line-height: 1.2;
}
.breadcrumb-nav span {
  font-family: Luxia;
}
.breadcrumb-nav a {
  color: #848484;
  font-family: Luxia;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumb-nav a:hover {
  color: #035A46;
}
.breadcrumb-nav__sep {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(13px, 0.78125vw, 15px);
  height: clamp(13px, 0.78125vw, 15px);
  color: #B4A36E;
}
.breadcrumb-nav__sep svg {
  width: 100%;
  height: auto;
}
.breadcrumb-nav__current {
  color: #000;
}

.breadcrumb-divider {
  height: 1px;
  margin: clamp(16px, 1.0417vw, 20px) 0 0;
  background: #E9E9E9;
}

header {
  position: sticky;
  top: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  header:has(.has-services-dropdown.is-open) .services-dropdown, header:has(.has-services-dropdown:focus-within) .services-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
}
header:has(.has-services-dropdown.is-open) .has-services-dropdown > a.services-dropdown__trigger, header:has(.has-services-dropdown:focus-within) .has-services-dropdown > a.services-dropdown__trigger {
  background-color: #F3F3F3;
  color: #035A46;
}
header:has(.has-services-dropdown.is-open) .has-services-dropdown > a.services-dropdown__trigger::after, header:has(.has-services-dropdown:focus-within) .has-services-dropdown > a.services-dropdown__trigger::after {
  transform: rotate(180deg);
}
header {
  padding: clamp(12.5px, 1.3021vw, 25px) 0 clamp(9.5px, 0.9896vw, 19px);
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid transparent;
  transition: padding 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}
header .brand {
  width: 104px;
  transition: width 0.3s ease, opacity 0.25s ease, transform 0.25s ease;
  display: inline-block;
}
@media (min-width: 576px) {
  header .brand {
    width: clamp(70px, 7.82vw, 150px);
  }
}
header .brand img {
  width: 100%;
  height: auto;
  display: block;
}
@media (hover: hover) {
  header .brand:hover {
    opacity: 0.88;
    transform: scale(1.02);
  }
}
header nav ul {
  gap: clamp(8px, 0.8333vw, 16px);
  transition: gap 0.3s ease;
}
header nav a {
  padding: clamp(4px, 0.4167vw, 8px) clamp(5px, 0.5208vw, 10px);
  border-radius: 100px;
  color: #101111;
  transition: padding 0.3s ease, font-size 0.3s ease, background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
header nav a.active {
  background-color: #035A46;
  color: #fff;
}
@media (hover: hover) {
  header nav a.active:hover {
    background-color: rgb(2.64, 79.2, 61.6);
  }
}
@media (hover: hover) {
  header nav a:not(.active):hover {
    background-color: #F3F3F3;
    color: #035A46;
    transform: translateY(-1px);
  }
}
header .header-right {
  gap: clamp(60px, 6.6667vw, 128px);
  transition: gap 0.3s ease;
}
header.is-scrolled {
  padding: clamp(8px, 0.5208vw, 10px) 0;
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
header.is-scrolled .brand {
  width: 72px;
}
@media (min-width: 576px) {
  header.is-scrolled .brand {
    width: clamp(56px, 4.6875vw, 90px);
  }
}
header.is-scrolled nav ul {
  gap: clamp(6px, 0.5208vw, 10px);
}
header.is-scrolled nav a {
  padding: clamp(3px, 0.3125vw, 5px) clamp(8px, 0.625vw, 12px);
  font-size: clamp(13px, 0.78125vw, 15px);
}
header.is-scrolled .header-right {
  gap: clamp(40px, 4.1667vw, 80px);
}
header.is-scrolled .header-btn__link {
  font-size: clamp(13px, 0.78125vw, 15px);
}
header.is-scrolled .header-btn__link + .header-btn__link,
header.is-scrolled .header-btn__link + button {
  margin-left: clamp(10px, 1.0417vw, 20px);
}
header.is-scrolled .header-btn button, header.is-scrolled .header-btn__icon {
  width: clamp(34px, 2.34375vw, 45px);
  height: clamp(34px, 2.34375vw, 45px);
}

.header-btn__link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.header-btn__link + .header-btn__link,
.header-btn__link + button {
  margin-left: clamp(17px, 1.7709vw, 34px);
}
.header-btn__icon {
  display: none;
}
.header-btn strong {
  color: #035A46;
}
.header-btn button {
  margin-left: clamp(14px, 1.4584vw, 28px);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  cursor: pointer;
  transition: width 0.3s ease, height 0.3s ease, border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
@media (min-width: 992px) {
  .header-btn button {
    width: clamp(30px, 3.125vw, 60px);
    height: clamp(30px, 3.125vw, 60px);
  }
}
.header-btn button svg {
  width: clamp(16px, 1.25vw, 24px);
  height: clamp(16px, 1.25vw, 24px);
  transition: transform 0.25s ease;
}
@media (hover: hover) {
  .header-btn button:hover {
    border-color: rgba(3, 90, 70, 0.45);
    background: #fafafa;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }
  .header-btn button:hover svg {
    transform: scale(1.08);
  }
}
@media (max-width: 991px) {
  .header-btn__text {
    display: none;
  }
  .header-btn__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    transition: width 0.3s ease, height 0.3s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  }
  .header-btn__icon svg {
    width: clamp(16px, 1.25vw, 24px);
    height: clamp(16px, 1.25vw, 24px);
    transition: transform 0.25s ease;
  }
}
@media (max-width: 991px) and (hover: hover) {
  .header-btn__link:hover .header-btn__icon {
    border-color: rgba(3, 90, 70, 0.45);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }
  .header-btn__link:hover .header-btn__icon svg {
    transform: scale(1.08);
  }
}
@media (max-width: 991px) {
  .header-btn__link + .header-btn__link, .header-btn__link + button {
    margin-left: clamp(8px, 2vw, 14px);
  }
}

header a {
  display: flex;
}
header .has-services-dropdown > a.services-dropdown__trigger {
  align-items: center;
  gap: 6px;
}
header .has-services-dropdown > a.services-dropdown__trigger::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  margin-top: 2px;
  transition: transform 0.25s ease;
}

body.services-dropdown-open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}

.services-dropdown {
  display: none;
}
@media (min-width: 992px) {
  .services-dropdown {
    display: block;
    position: absolute;
    left: 50%;
    top: 80%;
    width: 75%;
    transform: translateX(-50%) translateY(8px);
    padding-top: 8px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 1025;
  }
}
.services-dropdown__panel {
  background: #fff;
  border: 1px solid #DADADA;
  border-radius: 20px;
  overflow: hidden;
  overscroll-behavior: contain;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.1);
}
.services-dropdown__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0 clamp(20px, 1.6667vw, 32px);
  padding: clamp(20px, 2.0833vw, 32px);
  min-height: clamp(320px, 20.8854vw, 401px);
  align-items: start;
}
@media (max-width: 1199px) {
  .services-dropdown__grid {
    grid-template-columns: minmax(200px, 280px) 1px minmax(140px, 1fr) 1px minmax(180px, 260px);
  }
}
.services-dropdown__divider {
  width: 1px;
  align-self: stretch;
  background: #E9E9E9;
}
.services-dropdown__categories-column {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: clamp(14px, 1.0417vw, 20px);
  width: 34.87%;
  height: clamp(260px, 17.5521vw, 337px);
  max-height: clamp(260px, 17.5521vw, 337px);
  min-height: 0;
}
.services-dropdown__all-services-wrap {
  flex-shrink: 0;
  min-width: 0;
}
.services-dropdown__categories-list {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.0417vw, 20px);
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  padding-right: 8px;
  padding-bottom: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(3, 90, 70, 0.45) transparent;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
.services-dropdown__categories-list::-webkit-scrollbar {
  width: 4px;
}
.services-dropdown__categories-list::-webkit-scrollbar-track {
  background: transparent;
}
.services-dropdown__categories-list::-webkit-scrollbar-thumb {
  background: rgba(3, 90, 70, 0.45);
  border-radius: 4px;
}
.services-dropdown__all-services, .services-dropdown__category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  flex-shrink: 0;
  min-height: clamp(72px, 5.1563vw, 99px);
  padding: clamp(16px, 1.25vw, 24px) clamp(18px, 1.6667vw, 32px);
  border: 0;
  border-radius: 10px;
  background: #F3F3F3;
  color: #000;
  font-family: "Luxia", serif;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
@media (hover: hover) {
  .services-dropdown__all-services:hover, .services-dropdown__category:hover {
    transform: translateX(4px);
  }
}
.services-dropdown__all-services {
  min-height: clamp(48px, 3.125vw, 60px);
  padding: clamp(10px, 0.7292vw, 14px) clamp(14px, 1.0417vw, 20px);
  font-size: clamp(16px, 1.0417vw, 20px);
  background: #fff;
  border: 1px solid #DEEAE7;
}
.services-dropdown__all-services .services-dropdown__category-go {
  width: clamp(32px, 2.0833vw, 40px);
  height: clamp(32px, 2.0833vw, 40px);
}
.services-dropdown__all-services .services-dropdown__category-go svg {
  width: clamp(14px, 0.9375vw, 18px);
}
@media (hover: hover) {
  .services-dropdown__all-services:hover {
    background: #DEEAE7;
  }
  .services-dropdown__all-services:hover .services-dropdown__category-go, .services-dropdown__all-services:focus-visible .services-dropdown__category-go {
    opacity: 1;
    transform: translateX(0);
  }
}
.services-dropdown__all-services:focus-visible .services-dropdown__category-go {
  opacity: 1;
  transform: translateX(0);
}
.services-dropdown__category.is-active {
  background: #DEEAE7;
}
@media (hover: hover) {
  .services-dropdown__category:hover .services-dropdown__category-go, .services-dropdown__category:focus-visible .services-dropdown__category-go {
    opacity: 1;
    transform: translateX(0);
  }
}
.services-dropdown__category:focus-visible .services-dropdown__category-go {
  opacity: 1;
  transform: translateX(0);
}
.services-dropdown__category-go {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(40px, 2.6042vw, 50px);
  height: clamp(40px, 2.6042vw, 50px);
  border-radius: 50%;
  background: #035A46;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}
.services-dropdown__category-go svg {
  width: clamp(16px, 1.25vw, 24px);
  height: auto;
}
@media (hover: hover) {
  .services-dropdown__all-services:hover .services-dropdown__category-go, .services-dropdown__category:hover .services-dropdown__category-go, .services-dropdown__category.is-active:hover .services-dropdown__category-go {
    background: rgb(2.7, 81, 63);
    transform: translateX(2px);
  }
}
.services-dropdown__sub {
  list-style: none;
  margin: clamp(8px, 0.8333vw, 16px) 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.875vw, 36px);
  width: 20.2%;
  height: clamp(260px, 17.5521vw, 337px);
  max-height: clamp(260px, 17.5521vw, 337px);
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(3, 90, 70, 0.45) transparent;
}
.services-dropdown__sub::-webkit-scrollbar {
  width: 4px;
}
.services-dropdown__sub::-webkit-scrollbar-track {
  background: transparent;
}
.services-dropdown__sub::-webkit-scrollbar-thumb {
  background: rgba(3, 90, 70, 0.45);
  border-radius: 4px;
}
.services-dropdown__sub-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #000;
  font-family: "Luxia", serif;
  font-size: clamp(16px, 1.25vw, 22px);
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.25s ease;
}
.services-dropdown__sub-link svg {
  width: clamp(16px, 1.25vw, 24px);
  height: auto;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}
@media (hover: hover) {
  .services-dropdown__sub-link:hover, .services-dropdown__sub-link.is-active {
    color: #035A46;
    transform: translateX(4px);
  }
  .services-dropdown__sub-link:hover svg, .services-dropdown__sub-link.is-active svg {
    opacity: 1;
    transform: translateX(0);
  }
}
.services-dropdown__sub-link.is-active {
  color: #035A46;
}
.services-dropdown__sub-link.is-active svg {
  opacity: 1;
  transform: translateX(0);
}
.services-dropdown__preview {
  position: relative;
  width: 31.865%;
  height: clamp(260px, 17.5521vw, 337px);
  border-radius: 10px;
  overflow: hidden;
  background: #f3f3f3;
}
.services-dropdown__preview img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.35s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.services-dropdown__preview.is-changing img {
  opacity: 0.4;
  transform: scale(1.03);
}
@media (hover: hover) {
  .services-dropdown__preview:hover img {
    transform: scale(1.04);
  }
}

.site-footer {
  background: #000;
  color: #fff;
  padding: clamp(48px, 5.2083vw, 100px) 0 clamp(28px, 2.6042vw, 50px);
}
.site-footer p, .site-footer span, .site-footer a {
  color: #fff;
  font-weight: 400;
}
.site-footer a {
  text-decoration: none;
  transition: opacity 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.site-footer h3 {
  color: #fff;
  font-family: Montserrat;
  margin: 0 0 clamp(12px, 0.8333vw, 16px);
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 600;
}
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__top {
  display: grid;
  grid-template-columns: minmax(100px, 1.1fr) minmax(90px, 0.9fr) minmax(180px, 2.4fr) minmax(200px, 1.6fr);
  gap: clamp(24px, 2.0833vw, 40px);
}
@media (max-width: 1199px) {
  .site-footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .site-footer__top {
    grid-template-columns: 1fr;
  }
}
.site-footer__brand {
  display: inline-block;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
@media (hover: hover) {
  .site-footer__brand:hover {
    opacity: 0.85;
    transform: scale(1.03);
  }
}
.site-footer__brand img {
  display: block;
  width: clamp(90px, 6.25vw, 120px);
  height: auto;
}
.site-footer__col ul li + li {
  margin-top: 0;
}
.site-footer__col ul a,
.site-footer__col ul li {
  font-size: clamp(14px, 0.8333vw, 16px);
  line-height: 2;
  font-weight: 400;
}
.site-footer__col ul a {
  display: inline-block;
}
@media (hover: hover) {
  .site-footer__col ul a:hover {
    color: rgba(255, 255, 255, 0.75);
    transform: translateX(4px);
  }
}
.site-footer__services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.0417vw, 20px);
}
@media (max-width: 575px) {
  .site-footer__services-grid {
    grid-template-columns: 1fr;
  }
}
.site-footer__col--aside {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 2.0833vw, 40px);
}
.site-footer__form-error {
  margin: 0 0 10px;
  font-size: clamp(12px, 0.7292vw, 14px);
  line-height: 1.5;
  color: #ffb4b4;
}
.site-footer__newsletter-form {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.8333vw, 16px);
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.site-footer__newsletter-form input {
  flex: 1;
  min-width: 0;
  font-weight: 400;
  border: 0;
  background: transparent;
  color: #fff;
  line-height: 2;
  padding: 0;
}
.site-footer__newsletter-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.85);
}
.site-footer__newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.85);
}
.site-footer__newsletter-form input:focus {
  outline: none;
}
.site-footer__newsletter-form button {
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 0.6771vw, 13px);
  border: 0;
  background: transparent;
  color: #fff;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 600;
  line-height: 2;
  white-space: nowrap;
  cursor: pointer;
  padding: 0;
  transition: gap 0.25s ease, opacity 0.25s ease;
}
.site-footer__newsletter-form button svg {
  width: clamp(18px, 1.25vw, 24px);
  height: auto;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
@media (hover: hover) {
  .site-footer__newsletter-form button:hover {
    gap: clamp(12px, 0.9vw, 16px);
    opacity: 0.85;
  }
  .site-footer__newsletter-form button:hover svg {
    transform: translateX(3px);
  }
}
.site-footer__divider {
  height: 1px;
  margin: clamp(24px, 2.0833vw, 40px) 0;
  background: #fff;
}
.site-footer__mid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 1.6667vw, 32px);
}
.site-footer__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(16px, 1.875vw, 36px);
}
.site-footer__contact li {
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 12px);
  font-size: clamp(14px, 0.8333vw, 16px);
  line-height: 2;
}
.site-footer__contact svg {
  flex-shrink: 0;
  width: clamp(20px, 1.25vw, 24px);
  height: auto;
}
.site-footer__contact a {
  font-weight: 600;
}
@media (hover: hover) {
  .site-footer__contact a:hover {
    opacity: 0.8;
    transform: translateY(-1px);
  }
}
.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(14px, 1.09375vw, 21px);
}
.site-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
  border-radius: 50%;
  padding: 4px;
}
@media (hover: hover) {
  .site-footer__social a:hover {
    opacity: 1;
    transform: translateY(-3px) scale(1.08);
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.site-footer__social svg {
  width: clamp(20px, 1.25vw, 24px);
  height: auto;
}
.site-footer__copy {
  margin: 0;
  text-align: center;
  font-weight: 400;
  line-height: 200%; /* 200% */
}

.floating-contact {
  position: fixed;
  top: auto;
  right: clamp(12px, 1.25vw, 24px);
  bottom: clamp(72px, 5.2083vw, 100px);
  z-index: 1040;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.floating-contact__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(46px, 3.125vw, 60px);
  height: clamp(46px, 3.125vw, 60px);
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}
.floating-contact__link svg {
  width: clamp(22px, 1.4583vw, 28px);
  height: clamp(22px, 1.4583vw, 28px);
  color: #fff;
}
.floating-contact__link svg path {
  fill: #fff !important;
}
@media (hover: hover) {
  .floating-contact__link:hover {
    color: #fff;
    transform: translateX(-4px) scale(1.04);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
  }
  .floating-contact__link:hover .floating-contact__label {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
  }
}
.floating-contact__link:focus-visible .floating-contact__label {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}
.floating-contact__link--whatsapp {
  background: #035A46;
}
@media (hover: hover) {
  .floating-contact__link--whatsapp:hover {
    background: rgb(2.64, 79.2, 61.6);
  }
}
.floating-contact__link--call {
  background: #035A46;
}
@media (hover: hover) {
  .floating-contact__link--call:hover {
    background: rgb(2.64, 79.2, 61.6);
  }
}
.floating-contact__label {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: #035A46;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-50%) translateX(8px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
@media (max-width: 575px) {
  .floating-contact {
    right: 10px;
    bottom: 72px;
    gap: 8px;
  }
}

.offcanvas {
  width: 100%;
  z-index: 9999999;
}

button.btn-close {
  background: unset;
  opacity: 1;
  width: 26px;
  height: 26px;
}
/* Mobile slide-out (DRE reference: white panel, nav, divider, contact, social) */
.mobile_left_menu {
  width: min(100% - 16px, 400px) !important;
  top: 8px;
  right: 8px;
  height: calc(100vh - 16px);
  max-height: calc(100vh - 16px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
html.theme-dark .mobile_left_menu {
  background: rgba(18, 18, 18, 0.95);
  border: 1px solid var(--mw-border, rgba(255, 255, 255, 0.1));
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .mobile_left_menu {
    width: 100% !important;
    top: 0;
    right: 0;
    height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
  }
}
@media (min-width: 576px) {
  .mobile_left_menu {
    top: 16px;
    right: 16px;
    height: calc(100vh - 32px);
  }
}
@media (min-width: 768px) {
  .mobile_left_menu {
    width: min(420px, 90%) !important;
  }
}
.mobile_left_menu .mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 1.5rem 1.5rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
html.theme-dark .mobile_left_menu .mobile-menu__header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.mobile_left_menu .mobile-menu__brand {
  display: block;
  max-width: 60%;
}
.mobile_left_menu .mobile-menu__logo {
  max-height: 48px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile_left_menu .theme-toggle.util-link {
  color: var(--mw-text) !important;
}
.mobile_left_menu .mobile-menu__close {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.65rem;
  margin: 0;
  background: rgba(0, 0, 0, 0.05) !important;
  border: none;
  border-radius: 8px;
  color: var(--mw-text);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.3s ease;
}
html.theme-dark .mobile_left_menu .mobile-menu__close {
  background: rgba(255, 255, 255, 0.1) !important;
}
.mobile_left_menu .mobile-menu__close:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}
html.theme-dark .mobile_left_menu .mobile-menu__close:hover {
  background: rgba(255, 255, 255, 0.2) !important;
}
.mobile_left_menu .mobile-menu__close-label {
  display: inline-block;
}
.mobile_left_menu .mobile-menu__close-x {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .mobile_left_menu .mobile-menu__close-x svg {
    width: 10px;
    height: 10px;
  }
}
.mobile_left_menu .mobile-menu__footer {
  flex-shrink: 0;
  margin-top: auto;
  padding-top: 0.5rem;
  padding-bottom: 1.25rem;
}
.mobile_left_menu .offcanvas-body.mobile-menu__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1 1 0;
  min-height: 0;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}
.mobile_left_menu .offcanvas-body.mobile-menu__body::-webkit-scrollbar {
  width: 4px;
}
.mobile_left_menu .offcanvas-body.mobile-menu__body::-webkit-scrollbar-track {
  background: transparent;
}
.mobile_left_menu .offcanvas-body.mobile-menu__body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
html.theme-dark .mobile_left_menu .offcanvas-body.mobile-menu__body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
}
.mobile_left_menu .mobile-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.mobile_left_menu .mobile-menu__list > li {
  margin: 0 0 1.25rem;
}
.mobile_left_menu .mobile-menu__item.has-sub {
  width: 100%;
}
.mobile_left_menu .mobile-menu__item.has-sub > .mobile-menu__link--toggle {
  display: flex;
  width: 100%;
}
.mobile_left_menu .mobile-menu__parent-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
.mobile_left_menu .mobile-menu__link--services-parent {
  flex: 1;
  min-width: 0;
  width: auto;
  justify-content: flex-start;
}
.mobile_left_menu .mobile-menu__parent-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: var(--mw-text-secondary);
  cursor: pointer;
  transition: color 0.2s ease;
}
.mobile_left_menu .mobile-menu__parent-toggle:hover {
  color: #035A46;
}
.mobile_left_menu .mobile-menu__parent-toggle .mobile-menu__chevron {
  margin-left: 0;
}
.mobile_left_menu .mobile-menu__parent-toggle[aria-expanded=true] {
  color: #035A46;
}
.mobile_left_menu .mobile-menu__parent-toggle[aria-expanded=true] .mobile-menu__chevron {
  transform: rotate(180deg);
}
.mobile_left_menu .mobile-menu__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.25rem 0;
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--mw-text);
  text-decoration: none;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: color 0.3s ease, transform 0.3s ease;
}
.mobile_left_menu .mobile-menu__link:hover {
  color: #035A46;
  transform: translateX(8px);
}
.mobile_left_menu .mobile-menu__link.is-active {
  color: #035A46;
}
.mobile_left_menu .mobile-menu__link--cta {
  justify-content: center;
  max-width: 220px;
  padding: 0.75rem 1.5rem;
  border: 1px solid #035A46;
  border-radius: 12px;
  color: #035A46;
  background: rgba(42, 85, 156, 0.05);
  font-weight: 600;
  margin-top: 0.5rem;
  font-size: 1rem;
}
.mobile_left_menu .mobile-menu__link--cta:hover {
  background: #035A46;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(42, 85, 156, 0.2);
}
.mobile_left_menu .mobile-menu__chevron {
  flex-shrink: 0;
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}
.mobile_left_menu .mobile-menu__link--toggle[aria-expanded=true] .mobile-menu__chevron {
  transform: rotate(180deg);
}
.mobile_left_menu .mobile-menu__sub {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0 0 0 1rem;
  border-left: 2px solid rgba(3, 90, 70, 0.2);
}
html.theme-dark .mobile_left_menu .mobile-menu__sub {
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}
.mobile_left_menu .mobile-menu__sub li {
  margin-bottom: 0.75rem;
}
.mobile_left_menu .mobile-menu__sub li:last-child {
  margin-bottom: 0;
}
.mobile_left_menu .mobile-menu__sub a {
  font-size: 1rem;
  color: var(--mw-text-secondary);
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease, transform 0.3s ease;
}
.mobile_left_menu .mobile-menu__sub a:hover {
  color: #035A46;
  transform: translateX(4px);
}
.mobile_left_menu .mobile-menu__sub--services {
  width: 100%;
  margin: 0.5rem 0 0;
  padding: 0 0 0 1rem;
  border-left: 2px solid rgba(3, 90, 70, 0.25);
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
}
html.theme-dark .mobile_left_menu .mobile-menu__sub--services {
  border-left-color: rgba(255, 255, 255, 0.15);
}
.mobile_left_menu .mobile-menu__sub--services li {
  margin-bottom: 0.5rem;
}
.mobile_left_menu .mobile-menu__service-group {
  width: 100%;
  padding: 0;
}
.mobile_left_menu .mobile-menu__service-group + .mobile-menu__service-group {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.mobile_left_menu .mobile-menu__service-group:has(.mobile-menu__sub-sub.show) .mobile-menu__category-link {
  color: #035A46;
}
.mobile_left_menu .mobile-menu__service-group:has(.mobile-menu__sub-sub.show) .mobile-menu__category-toggle {
  color: #035A46;
}
.mobile_left_menu .mobile-menu__category-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
.mobile_left_menu .mobile-menu__category-link {
  flex: 1;
  min-width: 0;
  padding: 0.5rem 0;
  font-size: 1rem;
  font-weight: 500;
  color: var(--mw-text-secondary);
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.2s ease, transform 0.2s ease;
}
.mobile_left_menu .mobile-menu__category-link:hover {
  color: #035A46;
  transform: translateX(4px);
}
.mobile_left_menu .mobile-menu__category-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: var(--mw-text-secondary);
  cursor: pointer;
  transition: color 0.2s ease;
}
.mobile_left_menu .mobile-menu__category-toggle:hover {
  color: #035A46;
}
.mobile_left_menu .mobile-menu__category-toggle .mobile-menu__chevron {
  margin-left: 0;
}
.mobile_left_menu .mobile-menu__category-toggle[aria-expanded=true] {
  color: #035A46;
}
.mobile_left_menu .mobile-menu__category-toggle[aria-expanded=true] .mobile-menu__chevron {
  transform: rotate(180deg);
}
.mobile_left_menu .mobile-menu__service-title {
  display: block;
  margin: 0;
  padding: 0.5rem 0 0.5rem 1.25rem;
  color: var(--mw-text);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.25s ease;
}
.mobile_left_menu .mobile-menu__service-title:hover {
  color: #035A46;
}
.mobile_left_menu .mobile-menu__sub-sub {
  list-style: none;
  margin: 0.15rem 0 0.5rem;
  padding: 0 0 0.25rem 1rem;
  border-left: 2px solid rgba(3, 90, 70, 0.15);
}
html.theme-dark .mobile_left_menu .mobile-menu__sub-sub {
  border-left-color: rgba(255, 255, 255, 0.12);
}
.mobile_left_menu .mobile-menu__sub-sub li {
  margin-bottom: 0.35rem;
}
.mobile_left_menu .mobile-menu__sub-sub li:last-child {
  margin-bottom: 0;
}
.mobile_left_menu .mobile-menu__sub-sub a {
  font-size: 0.95rem;
  color: var(--mw-text-secondary, #666);
  text-decoration: none;
  display: block;
  padding: 0.4rem 0;
  line-height: 1.4;
  transition: color 0.2s ease, transform 0.2s ease;
}
.mobile_left_menu .mobile-menu__sub-sub a:hover {
  color: #035A46;
  transform: translateX(4px);
}
.mobile_left_menu .mobile-menu__divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin: 1.5rem 0;
  width: 100%;
}
html.theme-dark .mobile_left_menu .mobile-menu__divider {
  background: rgba(255, 255, 255, 0.1);
}
.mobile_left_menu .mobile-menu__contact {
  font-size: 0.9rem;
  color: #4a4a4a;
  line-height: 1.5;
}
.mobile_left_menu .mobile-menu__contact-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  flex: 1;
  min-width: 0;
  font-weight: 500;
}
.mobile_left_menu .mobile-menu__sep {
  color: rgba(0, 0, 0, 0.35);
  font-weight: 400;
}
html.theme-dark .mobile_left_menu .mobile-menu__sep {
  color: rgba(255, 255, 255, 0.35);
}
.mobile_left_menu .mobile-menu__line {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0 0 0.875rem;
}
.mobile_left_menu .mobile-menu__line:last-child {
  margin-bottom: 0;
}
.mobile_left_menu .mobile-menu__line span {
  flex: 1;
  min-width: 0;
  font-weight: 500;
}
.mobile_left_menu .mobile-menu__line a {
  color: #231F20;
  text-decoration: none;
  transition: color 0.25s ease;
  font-weight: 600;
}
.mobile_left_menu .mobile-menu__line a:hover {
  color: #035A46;
}
.mobile_left_menu .mobile-menu__contact .mobile-menu__line a {
  color: #231F20 !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-block;
  word-break: break-word;
}
.mobile_left_menu .mobile-menu__icon {
  flex-shrink: 0;
  margin-top: 1px;
  color: #035A46;
}
.mobile_left_menu .mobile-menu__social-wrap {
  margin-top: 1.25rem;
  padding: 1rem;
  border-radius: 14px;
  background: rgba(3, 90, 70, 0.06);
  border: 1px solid rgba(3, 90, 70, 0.1);
}
.mobile_left_menu .mobile-menu__social-label {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #035A46;
}
.mobile_left_menu .mobile-menu__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}
.mobile_left_menu .mobile-menu__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #035A46;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
@media (hover: hover) {
  .mobile_left_menu .mobile-menu__social-link:hover {
    background: #035A46;
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(3, 90, 70, 0.22);
  }
}
.mobile_left_menu .mobile-menu__social-link svg {
  width: 18px;
  height: 18px;
  display: block;
}
.mobile_left_menu .mobile-menu__social-link svg path {
  fill: #fff;
}
.mobile_left_menu .mobile-menu__social-link svg path[stroke] {
  fill: none;
  stroke: #fff;
}
.mobile_left_menu li.has-sub > ul {
  padding-left: 20px;
  margin-bottom: 0;
}

html[dir=rtl] .mobile_left_menu {
  left: 5px;
  right: auto;
  box-shadow: 8px 0 32px rgba(0, 0, 0, 0.08);
}
@media (min-width: 576px) {
  html[dir=rtl] .mobile_left_menu {
    left: 30px;
    right: auto;
  }
}
html[dir=rtl] .mobile_left_menu .mobile-menu__link {
  text-align: right;
}
html[dir=rtl] .mobile_left_menu .mobile-menu__chevron {
  margin-left: 0;
  margin-right: 0.5rem;
}
html[dir=rtl] .mobile_left_menu .mobile-menu__sub {
  padding: 0 0.75rem 0 0;
  border-left: none;
  border-right: 2px solid #e5e7eb;
}

.offcanvas-top {
  height: 100vh;
}

.productMenu .offcanvas-body {
  border-top: 1px solid #eee;
  padding-top: 50px;
}
.productMenu .btn-close {
  position: absolute;
  right: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.product-navigation > ul {
  --cols: 1;
  --col-gap: 30px;
  --row-gap: 30px;
  grid-gap: var(--row-gap) var(--col-gap);
  display: grid;
  gap: var(--row-gap) var(--col-gap);
  grid-template-columns: repeat(var(--cols), 1fr);
  overflow-x: hidden;
  width: 100%;
}
@media (min-width: 576px) {
  .product-navigation > ul {
    --cols: 2;
  }
}
@media (min-width: 768px) {
  .product-navigation > ul {
    --col-gap: 42px;
    --row-gap: 42px;
    --cols: 3;
  }
}
@media (min-width: 992px) {
  .product-navigation > ul {
    --col-gap: 45px;
    --row-gap: 45px;
    --cols: 4;
  }
}
@media (min-width: 1200px) {
  .product-navigation > ul {
    --col-gap: 48px;
    --row-gap: 48px;
  }
}
@media (min-width: 1350px) {
  .product-navigation > ul {
    --col-gap: 51px;
    --row-gap: 51px;
  }
}
@media (min-width: 1440px) {
  .product-navigation > ul {
    --col-gap: 54px;
    --row-gap: 54px;
  }
}
@media (min-width: 1600px) {
  .product-navigation > ul {
    --col-gap: 57px;
    --row-gap: 57px;
  }
}
@media (min-width: 1900px) {
  .product-navigation > ul {
    --col-gap: 60px;
    --row-gap: 60px;
  }
}
.product-navigation > ul > li {
  position: relative;
}
.product-navigation > ul > li > a {
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  display: block;
}
.product-navigation > ul > li ul {
  padding-left: 20px;
}
.product-navigation > ul > li ul a {
  color: #414141;
  font-weight: 100;
  position: relative;
}
.product-navigation > ul > li ul a::before {
  transition: 0.5s ease all;
  width: 0;
  height: 2px;
  bottom: 0;
  background: #035A46;
  left: 0;
}
.product-navigation > ul > li ul a::after {
  transition: 0.5s ease all;
  width: 0;
  height: 2px;
  bottom: 0;
  background: #035A46;
  right: 0;
}
.product-navigation > ul > li ul a:hover {
  color: #000;
}
.product-navigation > ul > li ul a:hover::before {
  transition: 0.8s ease all;
  width: 100%;
}
.product-navigation > ul > li ul a:hover::after {
  transition: 0.8s ease all;
  width: 100%;
}
.product-navigation > ul > li ul li + li {
  margin-top: 10px;
  color: #000;
}
.product-navigation > ul > li:before {
  background-color: #eee;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: calc(var(--col-gap) * -0.5);
  top: 0;
  width: 1px;
}
.product-navigation > ul > li:after {
  background-color: #eee;
  bottom: calc(var(--row-gap) * -0.5);
  content: "";
  display: block;
  height: 1px;
  left: calc(var(--col-gap) * -0.5);
  position: absolute;
  right: calc(var(--col-gap) * -0.5);
}

.burgerMenu {
  height: 100vh;
  overflow-y: auto;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1920" height="340" viewBox="0 0 1920 340" fill="none" class="position-absolute w-100"><path d="M1967.43 231.844C1932.71 310.925 1765.82 384.122 1706.55 303.81C1656.95 236.613 1666.69 61.2818 1440.3 121.734C1212.55 182.548 1004.81 71.7788 1054.87 16.4418C1104.92 -38.8942 1275.89 66.7198 1071.83 140.118C867.779 213.516 781.662 108.227 613.171 247.896C491.654 348.627 412.24 355.889 275.667 249.817C216.814 204.111 75.9736 142.583 -13.3598 233.922" stroke="%23EF4136" stroke-width="2" stroke-linecap="round"></path></svg>');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.burgerMenu::after {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6352941176);
  left: 0;
  top: 0;
  z-index: -1;
}
.burgerMenu .offcanvas-body {
  border-top: 1px solid #eeeeee;
}
@media (min-width: 1200px) {
  .burgerMenu .offcanvas-body {
    padding-top: 40px;
  }
}
.burgerMenu .address-info li {
  width: -moz-fit-content;
  width: fit-content;
}
.burgerMenu .address-info ul span {
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 23px;
}
@media (min-width: 768px) {
  .burgerMenu .address-info ul span {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .burgerMenu .address-info ul span {
    font-size: 27px;
  }
}
@media (min-width: 1200px) {
  .burgerMenu .address-info ul span {
    font-size: 29px;
  }
}
@media (min-width: 1350px) {
  .burgerMenu .address-info ul span {
    font-size: 31px;
  }
}
@media (min-width: 1440px) {
  .burgerMenu .address-info ul span {
    font-size: 33px;
  }
}
@media (min-width: 1600px) {
  .burgerMenu .address-info ul span {
    font-size: 35px;
  }
}
@media (min-width: 1900px) {
  .burgerMenu .address-info ul span {
    font-size: 38px;
  }
}
.burgerMenu .address-info ul p,
.burgerMenu .address-info ul a {
  display: block;
  font-size: 16px;
}
@media (min-width: 992px) {
  .burgerMenu .address-info ul p,
  .burgerMenu .address-info ul a {
    font-size: 17px;
  }
}
@media (min-width: 1350px) {
  .burgerMenu .address-info ul p,
  .burgerMenu .address-info ul a {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .burgerMenu .address-info ul p,
  .burgerMenu .address-info ul a {
    font-size: 20px;
  }
}
.burgerMenu strong a,
.burgerMenu strong {
  color: #000;
  display: block;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .burgerMenu strong a,
  .burgerMenu strong {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .burgerMenu strong a,
  .burgerMenu strong {
    font-size: 22px;
    margin-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  .burgerMenu strong a,
  .burgerMenu strong {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1350px) {
  .burgerMenu strong a,
  .burgerMenu strong {
    font-size: 26px;
    margin-bottom: 26px;
  }
}
@media (min-width: 1440px) {
  .burgerMenu strong a,
  .burgerMenu strong {
    font-size: 28px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1600px) {
  .burgerMenu strong a,
  .burgerMenu strong {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1900px) {
  .burgerMenu strong a,
  .burgerMenu strong {
    font-size: 35px;
    margin-bottom: 35px;
  }
}
.burgerMenu .offcanvas-footer {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
.burgerMenu .offcanvas-footer svg {
  width: 30px;
  height: auto;
}
.burgerMenu .offcanvas-footer a:hover path {
  opacity: 0.6;
}
@media (max-width: 575px) {
  .burgerMenu .offcanvas-footer strong {
    display: inline-block;
    float: left;
  }
}
@media (max-width: 575px) {
  .burgerMenu .offcanvas-footer ul {
    padding-left: 15px;
  }
  .burgerMenu .offcanvas-footer ul svg {
    height: auto;
    width: 20px;
  }
}
.burgerMenu .offcanvas-footer ul {
  gap: 3%;
}

.burgerMenu-nav > ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 575px) {
  .burgerMenu-nav > ul > li + li {
    margin-top: 15px;
  }
}
.burgerMenu-nav > ul > li {
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  .burgerMenu-nav > ul > li {
    width: 33.3%;
  }
}
@media (min-width: 1200px) {
  .burgerMenu-nav > ul > li {
    width: 20%;
  }
}
.burgerMenu-nav > ul > li:last-child {
  width: 100%;
}
@media (min-width: 1200px) {
  .burgerMenu-nav > ul > li:last-child {
    width: 40%;
  }
}
.burgerMenu-nav > ul > li > a {
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  display: block;
}
.burgerMenu-nav > ul > li ul {
  padding-left: 20px;
}
.burgerMenu-nav > ul > li ul a {
  color: #414141;
  font-weight: 100;
  position: relative;
  font-size: 15px;
}
@media (min-width: 992px) {
  .burgerMenu-nav > ul > li ul a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .burgerMenu-nav > ul > li ul a {
    font-size: 17px;
  }
}
@media (min-width: 1350px) {
  .burgerMenu-nav > ul > li ul a {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .burgerMenu-nav > ul > li ul a {
    font-size: 19px;
  }
}
@media (min-width: 1600px) {
  .burgerMenu-nav > ul > li ul a {
    font-size: 20px;
  }
}
@media (min-width: 1900px) {
  .burgerMenu-nav > ul > li ul a {
    font-size: 21px;
  }
}
.burgerMenu-nav > ul > li ul a::before {
  transition: 0.5s ease all;
  width: 0;
  height: 2px;
  bottom: 0;
  background: #035A46;
  left: 0;
}
.burgerMenu-nav > ul > li ul a::after {
  transition: 0.5s ease all;
  width: 0;
  height: 2px;
  bottom: 0;
  background: #035A46;
  right: 0;
}
.burgerMenu-nav > ul > li ul a:hover {
  color: #000;
}
.burgerMenu-nav > ul > li ul a:hover::before {
  transition: 0.8s ease all;
  width: 100%;
}
.burgerMenu-nav > ul > li ul a:hover::after {
  transition: 0.8s ease all;
  width: 100%;
}
.burgerMenu-nav > ul > li ul li + li {
  color: #000;
  margin-top: 4px;
}
@media (min-width: 576px) {
  .burgerMenu-nav > ul > li ul li + li {
    margin-top: 8px;
  }
}
@media (min-width: 992px) {
  .burgerMenu-nav > ul > li ul li + li {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .burgerMenu-nav > ul > li ul li + li {
    margin-top: 12px;
  }
}
@media (min-width: 1350px) {
  .burgerMenu-nav > ul > li ul li + li {
    margin-top: 14px;
  }
}
@media (min-width: 1440px) {
  .burgerMenu-nav > ul > li ul li + li {
    margin-top: 16px;
  }
}
@media (min-width: 1600px) {
  .burgerMenu-nav > ul > li ul li + li {
    margin-top: 18px;
  }
}
@media (min-width: 1900px) {
  .burgerMenu-nav > ul > li ul li + li {
    margin-top: 20px;
  }
}
.burgerMenu-nav .offcanvas-header {
  align-items: flex-start;
}
.burgerMenu-nav button {
  background: unset;
}
.burgerMenu-nav .contact-info {
  margin-top: 20Px;
  padding: 20px;
  border: 1px solid #e3e3e3;
}
.burgerMenu-nav .contact-info P {
  font-size: 16px;
}
.burgerMenu-nav .contact-info span,
.burgerMenu-nav .contact-info svg {
  margin-bottom: 5px;
}
.burgerMenu-nav .contact-info svg {
  margin-right: 5px;
}
.burgerMenu-nav .contact-info span {
  display: inline-block;
  font-weight: 500;
}
.burgerMenu-nav .contact-info a,
.burgerMenu-nav .contact-info p {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.fancybox__container {
  --fancybox-color: #fff;
  --fancybox-hover-color: #fff;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-bg: rgba(255, 255, 255, 0.14);
  --f-button-hover-bg: rgba(255, 255, 255, 0.24);
  --f-button-active-bg: rgba(255, 255, 255, 0.32);
  --f-button-svg-filter: none;
}
.fancybox__container .f-button {
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.14) !important;
  border: 0 !important;
}
@media (hover: hover) {
  .fancybox__container .f-button:hover:not([disabled]) {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.24) !important;
  }
}
.fancybox__container .f-button svg {
  stroke: currentColor !important;
  fill: none !important;
  filter: none !important;
  opacity: 1 !important;
}
.fancybox__container .fancybox__nav .f-button {
  background-color: rgba(0, 0, 0, 0.4) !important;
}
@media (hover: hover) {
  .fancybox__container .fancybox__nav .f-button:hover:not([disabled]) {
    background-color: rgba(0, 0, 0, 0.55) !important;
  }
}
.fancybox__container .fancybox__toolbar {
  --f-button-bg: rgba(0, 0, 0, 0.45);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
}
.fancybox__container .fancybox__counter,
.fancybox__container .f-counter {
  color: #fff !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}
.fancybox__container .fancybox__caption {
  color: #fff !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}
.fancybox__container .f-thumbs__slide {
  opacity: 0.55;
}
.fancybox__container .f-thumbs__slide.is-nav-selected {
  opacity: 1;
}

.booking-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(16px, 2vw, 46px) clamp(12px, 2vw, 27px);
  overflow: hidden;
}
.booking-modal[hidden] {
  display: none;
}
.booking-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(40, 50, 63, 0.67);
}
.booking-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 732px;
  height: calc(100vh - clamp(32px, 4vw, 92px));
  max-height: calc(100vh - clamp(32px, 4vw, 92px));
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: clamp(12px, 1.0417vw, 20px);
  overflow: hidden;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 991px) {
  .booking-modal__dialog {
    margin-left: auto;
    margin-right: auto;
    height: calc(100vh - 32px);
    max-height: calc(100vh - 32px);
  }
}
.booking-modal__close {
  position: absolute;
  top: clamp(20px, 2.5vw, 48px);
  right: clamp(16px, 2vw, 48px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.6042vw, 50px);
  height: clamp(40px, 2.6042vw, 50px);
  border: 0;
  border-radius: 50%;
  background: #f3f3f3;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
}
@media (hover: hover) {
  .booking-modal__close:hover {
    background: #e8e8e8;
  }
}
.booking-modal__close svg {
  width: 24px;
  height: 24px;
}
.booking-modal__header {
  flex-shrink: 0;
  padding: clamp(28px, 3.125vw, 60px) clamp(20px, 2.5vw, 48px) 0;
}
.booking-modal__header--step1 .booking-modal__eyebrow {
  display: block;
}
.booking-modal__header--step1 .booking-modal__title {
  display: block;
}
.booking-modal__header--step1 .booking-modal__stepper {
  display: none;
}
.booking-modal__eyebrow {
  display: none;
  margin: 0 0 clamp(4px, 0.3125vw, 6px);
  color: #919191;
  font-family: "Luxia", serif;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 400;
  line-height: 1.2;
}
.booking-modal__title {
  display: none;
  margin: 0;
  color: #000;
  font-family: "Luxia", serif;
  font-size: clamp(32px, 2.8125vw, 54px);
  font-weight: 400;
  line-height: 1.15;
}
.booking-modal__stepper {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.0417vw, 20px);
}
.booking-modal__steps-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(8px, 1vw, 16px);
  overflow-x: auto;
  padding-bottom: 4px;
}
.booking-modal__step-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(6px, 0.4167vw, 8px);
  min-width: clamp(64px, 5vw, 90px);
  border: 0;
  background: transparent;
  padding: 0;
  cursor: default;
  text-align: center;
}
.booking-modal__step-link.is-active .booking-modal__step-icon {
  background: #000;
  color: #fff;
}
.booking-modal__step-link.is-active .booking-modal__step-icon svg {
  filter: invert(1);
}
.booking-modal__step-link.is-active .booking-modal__step-label {
  color: #000;
}
.booking-modal__step-link.is-complete .booking-modal__step-icon {
  background: #f3f3f3;
  color: #000;
}
.booking-modal__step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(36px, 2.5vw, 44px);
  height: clamp(36px, 2.5vw, 44px);
  border-radius: clamp(8px, 0.625vw, 10px);
  background: #f3f3f3;
  color: #919191;
  transition: background 0.2s ease, color 0.2s ease;
}
.booking-modal__step-icon svg {
  width: clamp(18px, 1.25vw, 22px);
  height: clamp(18px, 1.25vw, 22px);
}
.booking-modal__step-label {
  color: #919191;
  font-size: clamp(11px, 0.7292vw, 14px);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}
.booking-modal__progress {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 12px);
}
.booking-modal__progress-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent;
  color: #919191;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
}
.booking-modal__progress-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}
.booking-modal__progress-arrow svg {
  width: 16px;
  height: 16px;
}
.booking-modal__progress-track {
  flex: 1;
  height: 4px;
  border-radius: 100px;
  background: #e9e9e9;
  overflow: hidden;
}
.booking-modal__progress-fill {
  display: block;
  height: 100%;
  width: 20%;
  border-radius: inherit;
  background: #4a4a4a;
  transition: width 0.35s ease;
}
.booking-modal__body {
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: clamp(20px, 1.875vw, 36px) clamp(20px, 2.5vw, 48px);
  min-height: 0;
}
.booking-modal__panel {
  display: none;
}
.booking-modal__panel.is-active {
  display: block;
}
.booking-modal__section-title {
  margin: 0 0 clamp(16px, 1.25vw, 24px);
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 600;
  line-height: 1.3;
}
.booking-modal__section-title--flush {
  margin-bottom: 0;
}
.booking-modal__services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 0.8333vw, 16px);
  margin-bottom: clamp(28px, 1.875vw, 36px);
}
.booking-modal__service-card {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 118px;
  border: 1px solid #dedede;
  border-radius: 10px;
  background: #fff;
  padding: 20px 16px 20px 20px;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.booking-modal__service-card.is-selected {
  border-color: #035A46;
}
@media (hover: hover) {
  .booking-modal__service-card:hover:not(.is-selected) {
    border-color: #c8c8c8;
  }
}
.booking-modal__service-check {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #dedede;
  border-radius: 50%;
  background: #fff;
  color: #fff;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.booking-modal__service-check svg {
  width: 18px;
  height: 18px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.is-selected .booking-modal__service-check {
  border-color: #035A46;
  background: #035A46;
}
.is-selected .booking-modal__service-check svg {
  opacity: 1;
  filter: invert(1);
}
.booking-modal__service-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding-left: 42px;
}
.booking-modal__service-thumb {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: #d9d9d9;
}
.booking-modal__service-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.booking-modal__service-content {
  min-width: 0;
}
.booking-modal__service-name {
  display: block;
  margin: 0 0 2px;
  color: #000;
  font-family: "Luxia", serif;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 400;
  line-height: 1.2;
}
.booking-modal__service-meta {
  margin: 0;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: 1.6;
}
.booking-modal__service-label {
  color: #919191;
  font-weight: 600;
}
.booking-modal__service-meta strong {
  color: #035A46;
  font-weight: 700;
}
.booking-modal__extras {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 1.25vw, 24px) clamp(16px, 0.8333vw, 16px);
}
@media (max-width: 767px) {
  .booking-modal__extras {
    grid-template-columns: 1fr;
  }
}
.booking-modal__extra {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .booking-modal__extra--full {
    grid-column: 1/-1;
    max-width: calc(50% - 8px);
  }
}
.booking-modal__extra-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.booking-modal__extra-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 32px;
}
.booking-modal__checkbox {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 6px;
  border: 1px solid #dedede;
  border-radius: 3px;
  background: #fff;
  accent-color: #035A46;
  cursor: pointer;
}
.booking-modal__extra-label {
  margin: 0;
  padding-top: 4px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: 2;
  cursor: pointer;
}
.booking-modal__price-tag {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 32px;
  padding: 0 16px;
  border-radius: 10px;
  background: #d4e3e0;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.booking-modal__qty {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.booking-modal__qty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: #f3f3f3;
  color: #000;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
}
@media (hover: hover) {
  .booking-modal__qty-btn:hover {
    background: #e8e8e8;
  }
}
.booking-modal__qty-btn svg {
  width: 18px;
  height: 18px;
}
.booking-modal__qty-value {
  min-width: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.booking-modal__calendar {
  margin-bottom: clamp(24px, 1.875vw, 32px);
}
.booking-modal__calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: clamp(4px, 0.3125vw, 6px);
}
.booking-modal__calendar-day, .booking-modal__calendar-cell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(36px, 2.6042vw, 50px);
  border: 0;
  border-radius: clamp(6px, 0.4167vw, 8px);
  background: transparent;
  color: #000;
  font-size: clamp(13px, 0.8333vw, 16px);
  font-weight: 500;
  padding: 0;
}
.booking-modal__calendar-day {
  color: #919191;
  min-height: auto;
  padding-bottom: 8px;
}
.booking-modal__calendar-cell {
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.booking-modal__calendar-cell.is-muted {
  color: #c8c8c8;
  cursor: default;
}
.booking-modal__calendar-cell.is-selected {
  background: #000;
  color: #fff;
}
@media (hover: hover) {
  .booking-modal__calendar-cell:not(.is-muted):not(.is-selected):hover {
    background: #f3f3f3;
  }
}
.booking-modal__time-group {
  margin-bottom: clamp(20px, 1.5625vw, 28px);
}
.booking-modal__time-group:last-child {
  margin-bottom: 0;
}
.booking-modal__time-group-title {
  margin: 0 0 clamp(12px, 0.8333vw, 16px);
  color: #6b7a8d;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
}
.booking-modal__time-slots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 0.7292vw, 14px);
}
.booking-modal__time-slot {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
  min-height: clamp(64px, 4.1667vw, 80px);
  border: 1px solid #dedede;
  border-radius: clamp(8px, 0.5208vw, 10px);
  background: #fff;
  padding: clamp(12px, 0.8333vw, 16px);
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.booking-modal__time-slot strong {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 700;
  color: #000;
}
.booking-modal__time-slot span {
  font-size: clamp(12px, 0.7292vw, 14px);
  color: #919191;
}
.booking-modal__time-slot.is-selected {
  border-color: #000;
  background: #fafafa;
}
@media (hover: hover) {
  .booking-modal__time-slot:hover:not(.is-selected) {
    border-color: #bdbdbd;
  }
}
.booking-modal__cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(20px, 1.5625vw, 28px);
}
.booking-modal__cart-title-wrap {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.7292vw, 14px);
}
.booking-modal__cart-count {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 100px;
  background: #f3f3f3;
  color: #6b7a8d;
  font-size: clamp(12px, 0.7292vw, 14px);
  font-weight: 500;
}
.booking-modal__add-service {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #dedede;
  border-radius: 100px;
  background: #fff;
  color: #000;
  font-size: clamp(13px, 0.8333vw, 16px);
  font-weight: 500;
  padding: clamp(8px, 0.5208vw, 10px) clamp(14px, 0.9375vw, 18px);
  cursor: pointer;
  transition: border-color 0.2s ease;
}
@media (hover: hover) {
  .booking-modal__add-service:hover {
    border-color: #bdbdbd;
  }
}
.booking-modal__cart-item {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.8333vw, 16px);
  padding: clamp(12px, 0.8333vw, 16px) 0;
  border-bottom: 1px solid #e9e9e9;
}
.booking-modal__cart-thumb {
  flex-shrink: 0;
  width: clamp(56px, 3.6458vw, 70px);
  height: clamp(56px, 3.6458vw, 70px);
  border-radius: clamp(8px, 0.5208vw, 10px);
  overflow: hidden;
  background: #d9d9d9;
}
.booking-modal__cart-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.booking-modal__cart-info {
  flex: 1 1 auto;
  min-width: 0;
}
.booking-modal__cart-name {
  margin: 0 0 4px;
  font-size: clamp(15px, 0.9375vw, 18px);
  font-weight: 700;
  color: #000;
}
.booking-modal__cart-date {
  margin: 0;
  font-size: clamp(13px, 0.7292vw, 14px);
  color: #919191;
}
.booking-modal__cart-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 8px;
  background: #f8f8f8;
}
.booking-modal__cart-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #6b7a8d;
  cursor: pointer;
  padding: 0;
}
.booking-modal__cart-action svg {
  width: 18px;
  height: 18px;
}
.booking-modal__cart-price {
  flex-shrink: 0;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 700;
  color: #000;
  white-space: nowrap;
}
.booking-modal__cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: clamp(20px, 1.5625vw, 28px);
  margin-top: clamp(8px, 0.5208vw, 12px);
  border-top: 1px solid #e9e9e9;
}
.booking-modal__cart-total-label {
  margin: 0;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  color: #6b7a8d;
}
.booking-modal__cart-total-value {
  margin: 0;
  font-size: clamp(22px, 1.5625vw, 30px);
  font-weight: 700;
  color: #000;
}
.booking-modal__form {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 1.0417vw, 20px);
}
.booking-modal__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.booking-modal__label {
  color: #000;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
}
.booking-modal__label span {
  color: #dc3545;
}
.booking-modal__input, .booking-modal__textarea, .booking-modal__select {
  width: 100%;
  border: 1px solid #dedede;
  border-radius: clamp(6px, 0.4167vw, 8px);
  background: #fff;
  color: #000;
  font-size: clamp(14px, 0.8333vw, 16px);
  padding: clamp(12px, 0.8333vw, 14px) clamp(14px, 0.9375vw, 16px);
  transition: border-color 0.2s ease;
}
.booking-modal__input::-moz-placeholder, .booking-modal__textarea::-moz-placeholder, .booking-modal__select::-moz-placeholder {
  color: #b0b0b0;
}
.booking-modal__input::placeholder, .booking-modal__textarea::placeholder, .booking-modal__select::placeholder {
  color: #b0b0b0;
}
.booking-modal__input:focus, .booking-modal__textarea:focus, .booking-modal__select:focus {
  outline: none;
  border-color: #035A46;
}
.booking-modal__textarea {
  min-height: clamp(100px, 6.25vw, 120px);
  resize: vertical;
}
.booking-modal__phone-wrap .iti {
  width: 100%;
}
.booking-modal__phone-wrap input {
  width: 100%;
}
.booking-modal__summary {
  text-align: center;
}
.booking-modal__summary-title {
  margin: 0 0 8px;
  font-family: "Luxia", serif;
  font-size: clamp(28px, 2.0833vw, 40px);
  font-weight: 400;
  color: #000;
}
.booking-modal__summary-subtitle {
  margin: 0 0 clamp(24px, 1.875vw, 32px);
  color: #919191;
  font-size: clamp(14px, 0.8333vw, 16px);
}
.booking-modal__summary-customer-label {
  margin: 0 0 4px;
  color: #919191;
  font-size: clamp(14px, 0.8333vw, 16px);
}
.booking-modal__summary-customer {
  margin: 0 0 clamp(24px, 1.875vw, 32px);
  font-size: clamp(18px, 1.0417vw, 20px);
  font-weight: 700;
  color: #000;
}
.booking-modal__summary-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 1.0417vw, 20px);
  margin-bottom: clamp(24px, 1.875vw, 32px);
  padding-bottom: clamp(24px, 1.875vw, 32px);
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
}
.booking-modal__summary-detail-label {
  display: block;
  margin-bottom: 8px;
  color: #919191;
  font-size: clamp(13px, 0.7292vw, 14px);
}
.booking-modal__summary-detail-value {
  display: block;
  font-size: clamp(15px, 0.9375vw, 18px);
  font-weight: 700;
  color: #000;
}
.booking-modal__summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: clamp(12px, 0.8333vw, 16px) 0;
  border-bottom: 1px solid #e9e9e9;
  font-size: clamp(14px, 0.8333vw, 16px);
  color: #000;
}
.booking-modal__summary-row--total {
  font-weight: 700;
  font-size: clamp(16px, 0.9375vw, 18px);
}
.booking-modal__redeem {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: clamp(12px, 0.8333vw, 16px) 0;
  border-bottom: 1px solid #e9e9e9;
}
.booking-modal__redeem-input {
  flex: 1 1 auto;
}
.booking-modal__redeem-btn {
  flex-shrink: 0;
  border: 0;
  border-radius: 100px;
  background: #000;
  color: #fff;
  font-size: clamp(13px, 0.8333vw, 16px);
  font-weight: 500;
  padding: clamp(10px, 0.625vw, 12px) clamp(18px, 1.0417vw, 24px);
  cursor: pointer;
}
.booking-modal__login-note {
  margin: 0 0 clamp(12px, 0.8333vw, 16px);
  color: #dc3545;
  font-size: clamp(13px, 0.7292vw, 14px);
  text-align: left;
}
.booking-modal__card-title {
  margin: clamp(20px, 1.5625vw, 28px) 0 clamp(12px, 0.8333vw, 16px);
  color: #6b7a8d;
  font-size: clamp(14px, 0.8333vw, 16px);
  text-align: left;
}
.booking-modal__footer {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: clamp(16px, 1.25vw, 24px) clamp(20px, 2.5vw, 48px) clamp(20px, 1.875vw, 36px);
  border-top: 1px solid #e9e9e9;
}
.booking-modal__footer--step1 .booking-modal__back {
  display: none;
}
.booking-modal__footer--step1 .booking-modal__dots {
  display: flex;
  margin-right: auto;
}
.booking-modal__footer:not(.booking-modal__footer--step1) .booking-modal__dots {
  display: none;
}
.booking-modal__footer:not(.booking-modal__footer--step1) .booking-modal__btn--ghost[data-booking-close] {
  display: none;
}
.booking-modal__dots {
  display: none;
  align-items: center;
  gap: 8px;
}
.booking-modal__dot {
  width: clamp(12px, 0.78125vw, 15px);
  height: clamp(12px, 0.78125vw, 15px);
  border-radius: 50%;
  background: #e9e9e9;
  transition: background 0.2s ease, transform 0.2s ease;
}
.booking-modal__dot.is-active {
  background: #035A46;
  transform: scale(1.05);
}
.booking-modal__back {
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, 0.4167vw, 10px);
  min-height: 44px;
  margin-right: auto;
  border: 0;
  background: transparent;
  color: #414a66;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  padding: clamp(8px, 0.5208vw, 10px) 0;
  transition: color 0.25s ease;
}
.booking-modal__back-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: clamp(28px, 1.875vw, 32px);
  height: clamp(28px, 1.875vw, 32px);
  border-radius: 50%;
  background: #f3f3f3;
  color: #414a66;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.booking-modal__back-icon svg {
  width: clamp(16px, 1.0417vw, 20px);
  height: auto;
}
.booking-modal__back-label {
  transition: transform 0.25s ease;
}
@media (hover: hover) {
  .booking-modal__back:hover {
    color: #000;
  }
  .booking-modal__back:hover .booking-modal__back-icon {
    background: #e9e9e9;
    color: #000;
    transform: translateX(-2px);
  }
  .booking-modal__back:hover .booking-modal__back-label {
    transform: translateX(-2px);
  }
}
.booking-modal__back:focus-visible {
  outline: 2px solid rgba(3, 90, 70, 0.35);
  outline-offset: 2px;
  border-radius: 6px;
}
.booking-modal__actions {
  display: inline-flex;
  align-items: center;
  gap: clamp(10px, 0.7292vw, 14px);
  margin-left: auto;
}
.booking-modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 100px;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  padding: clamp(8px, 0.5208vw, 10px) clamp(18px, 1.0417vw, 24px);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.booking-modal__btn--ghost {
  border: 1px solid #919191;
  background: transparent;
  color: #919191;
}
@media (hover: hover) {
  .booking-modal__btn--ghost:hover {
    border-color: #000;
    color: #000;
  }
}
.booking-modal__btn--primary {
  border: 0;
  background: #035A46;
  color: #fff;
}
@media (hover: hover) {
  .booking-modal__btn--primary:hover {
    background: rgb(2.64, 79.2, 61.6);
  }
}
.booking-modal__btn--dark {
  border: 0;
  background: #000;
  color: #fff;
}
@media (hover: hover) {
  .booking-modal__btn--dark:hover {
    background: #222;
  }
}
.booking-modal__card-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 575px) {
  .booking-modal__card-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .booking-modal {
    padding: 0;
    align-items: stretch;
  }
  .booking-modal__dialog {
    width: 100%;
    max-width: none;
    height: 100dvh;
    max-height: 100dvh;
    min-height: 100dvh;
    margin: 0;
    border-radius: 0;
  }
  .booking-modal__close {
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
  }
  .booking-modal__header {
    padding: 52px 16px 0;
  }
  .booking-modal__eyebrow {
    font-size: 18px;
  }
  .booking-modal__title {
    font-size: clamp(28px, 8vw, 36px);
    padding-right: 44px;
  }
  .booking-modal__steps-nav {
    gap: 10px;
    margin: 0 -4px;
    padding: 0 4px 6px;
    scrollbar-width: none;
  }
  .booking-modal__steps-nav::-webkit-scrollbar {
    display: none;
  }
  .booking-modal__step-link {
    min-width: 56px;
  }
  .booking-modal__step-label {
    font-size: 10px;
  }
  .booking-modal__body {
    padding: 18px 16px;
  }
  .booking-modal__services {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
  }
  .booking-modal__service-card {
    min-height: auto;
    padding: 16px 14px 16px 16px;
  }
  .booking-modal__service-check {
    top: 16px;
    left: 16px;
    width: 26px;
    height: 26px;
  }
  .booking-modal__service-check svg {
    width: 16px;
    height: 16px;
  }
  .booking-modal__service-inner {
    gap: 12px;
    padding-left: 36px;
  }
  .booking-modal__service-thumb {
    width: 52px;
    height: 52px;
  }
  .booking-modal__service-name {
    font-size: 20px;
  }
  .booking-modal__service-meta {
    font-size: 14px;
  }
  .booking-modal__extra-footer {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 32px;
  }
  .booking-modal__time-slots {
    grid-template-columns: 1fr;
  }
  .booking-modal__cart-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .booking-modal__add-service {
    width: 100%;
    justify-content: center;
  }
  .booking-modal__cart-item {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .booking-modal__cart-actions {
    order: 3;
  }
  .booking-modal__cart-price {
    margin-left: auto;
  }
  .booking-modal__summary-details {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .booking-modal__redeem {
    flex-direction: column;
    align-items: stretch;
  }
  .booking-modal__redeem-btn {
    width: 100%;
    text-align: center;
  }
  .booking-modal__footer {
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px 16px calc(14px + env(safe-area-inset-bottom, 0px));
  }
  .booking-modal__footer--step1 .booking-modal__dots {
    order: 1;
    width: 100%;
    margin-right: 0;
    justify-content: center;
  }
  .booking-modal__footer--step1 .booking-modal__actions {
    order: 2;
    width: 100%;
    margin-left: 0;
  }
  .booking-modal__footer:not(.booking-modal__footer--step1) .booking-modal__back {
    order: 1;
    width: 100%;
    margin-right: 0;
  }
  .booking-modal__footer:not(.booking-modal__footer--step1) .booking-modal__actions {
    order: 2;
    width: 100%;
    margin-left: 0;
  }
  .booking-modal__actions {
    width: 100%;
  }
  .booking-modal__actions .booking-modal__btn {
    flex: 1 1 0;
    min-width: 0;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
  }
  .booking-modal__back-label {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .booking-modal__calendar-cell {
    min-height: 40px;
    font-size: 14px;
  }
  .booking-modal__cart-item {
    position: relative;
    padding-bottom: 20px;
  }
  .booking-modal__cart-price {
    width: 100%;
    margin-top: 4px;
    text-align: left;
    padding-left: 68px;
  }
}

body.booking-modal-open {
  overflow: hidden;
}

.home-hero {
  position: relative;
  min-height: clamp(520px, 42.77vw, 821px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
}
.home-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.home-hero__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home-hero__poster-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.home-hero__poster-wrap.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.home-hero__poster-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home-hero__video--mobile {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.home-hero__video--mobile.is-ready {
  opacity: 1;
}
.home-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.48);
}
.home-hero__body {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: inherit;
}
.home-hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(48px, 7vw, 96px) clamp(20px, 4vw, 56px) clamp(28px, 4vw, 48px);
}
.home-hero__content h1 {
  margin-bottom: clamp(14px, 1.8vw, 24px);
  font-family: Luxia;
  font-weight: 400;
  font-size: clamp(26px, 3.8vw, 65px);
  color: #fff;
  white-space: pre-line;
  max-width: 100%;
}
@media (min-width: 576px) {
  .home-hero__content h1 {
    max-width: 85%;
  }
}
@media (min-width: 992px) {
  .home-hero__content h1 {
    max-width: 66.429%;
  }
}
.home-hero__content p {
  margin-bottom: clamp(22px, 2.8vw, 39px);
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  max-width: 100%;
}
@media (min-width: 576px) {
  .home-hero__content p {
    max-width: 80.32%;
  }
}
@media (min-width: 992px) {
  .home-hero__content p {
    max-width: 42.32%;
  }
}
@media (max-width: 991px) {
  .home-hero__content .theme__cta {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .home-hero__content p {
    margin-bottom: clamp(18px, 4vw, 22px);
  }
}
.home-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: clamp(16px, 3vw, 40px);
  transform: translateX(-50%);
}
.home-hero__scroll svg {
  display: block;
  opacity: 0.8;
  animation: home-hero-scroll 2.2s ease-in-out infinite;
}
.home-hero__features {
  display: flex;
  flex-wrap: wrap;
}
.home-hero__feature {
  display: flex;
  align-items: center;
  gap: clamp(6px, 0.9vw, 12px);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: clamp(16px, 1.3542vw, 26px);
  padding-bottom: clamp(16px, 1.25vw, 24px);
  padding-right: clamp(9px, 1.3vw, 16px);
  transition: background-color 0.3s ease, transform 0.3s ease;
}
@media (hover: hover) {
  .home-hero__feature:hover {
    background-color: rgba(255, 255, 255, 0.06);
    transform: translateY(-2px);
  }
  .home-hero__feature:hover > img {
    transform: scale(1.06);
  }
}
.home-hero__feature > img {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-hero__feature + div {
  padding-left: clamp(9px, 1.3vw, 16px);
}
@media (max-width: 1024px) {
  .home-hero__feature {
    border-bottom: 1px solid #D9D9D9;
  }
  .home-hero__feature:nth-child(odd) {
    border-right: 1px solid #D9D9D9;
  }
}
.home-hero__feature > img {
  flex-shrink: 0;
  width: clamp(24px, 2.5vw, 48px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-hero__feature--rating {
  padding-right: 0;
  border-right: unset;
}
.home-hero__feature--rating .home-hero__feature-text strong {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.home-hero__feature-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.home-hero__feature-text strong {
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 992px) {
  .home-hero__feature-text strong {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .home-hero__feature-text strong {
    font-size: 18px;
  }
}
@media (min-width: 1350px) {
  .home-hero__feature-text strong {
    font-size: 21px;
  }
}
@media (min-width: 1440px) {
  .home-hero__feature-text strong {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .home-hero__feature-text strong {
    font-size: 27px;
  }
}
@media (min-width: 1900px) {
  .home-hero__feature-text strong {
    font-size: 36px;
  }
}
.home-hero__feature-text span {
  font-weight: 400;
  color: #919191;
}
.home-hero__avatars {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.home-hero__avatars img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #fff;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .home-hero__avatars img {
    width: clamp(20px, 2.084vw, 40px);
    height: clamp(20px, 2.084vw, 40px);
  }
}
@media (min-width: 1350px) {
  .home-hero__avatars img {
    margin-left: -20px;
  }
}
.home-hero__avatars img:first-child {
  margin-left: 0;
}
.home-hero__avatars-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-left: -20px;
  border-radius: 50%;
  background: #035A46;
  color: #fff;
  font-size: clamp(13px, 0.95vw, 15px);
  font-weight: 600;
  line-height: 1;
  border: 2px solid #fff;
}
@media (min-width: 992px) {
  .home-hero__avatars-more {
    width: clamp(20px, 2.084vw, 40px);
    height: clamp(20px, 2.084vw, 40px);
  }
}
.home-hero__stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
}
.home-hero__stars svg {
  width: clamp(9px, 0.94vw, 18px);
  height: auto;
}

small {
  font-size: inherit;
  font-weight: 600;
  display: flex;
  gap: 7px;
}

@keyframes home-hero-scroll {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.8;
  }
  50% {
    transform: translateY(7px);
    opacity: 0.45;
  }
}
.home-features {
  border-bottom: 1px solid #D9D9D9;
}
.home-features .d-flex {
  width: 95%;
  margin: auto;
}
@media (min-width: 1350px) {
  .home-features .d-flex {
    width: 89.6735%;
  }
}
@media (min-width: 1440px) {
  .home-features .d-flex {
    width: 88.6735%;
  }
}
@media (min-width: 1600px) {
  .home-features .d-flex {
    width: 87.6735%;
  }
}
@media (max-width: 767px) {
  .home-features {
    border-radius: 0 0 16px 16px;
    overflow: hidden;
  }
  .home-features .d-flex {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .home-features .home-hero__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
  .home-features .home-hero__feature {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    min-height: 118px;
    padding: 14px 10px;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
  }
  .home-features .home-hero__feature + div {
    padding-left: 0;
  }
  .home-features .home-hero__feature:nth-child(2n) {
    border-right: 0;
  }
  .home-features .home-hero__feature:nth-child(3), .home-features .home-hero__feature:nth-child(4) {
    border-bottom: 0;
  }
  .home-features .home-hero__feature > img {
    width: 36px;
    height: auto;
  }
  .home-features .home-hero__feature-text {
    align-items: center;
  }
  .home-features .home-hero__feature-text span {
    font-size: 11px;
    line-height: 1.25;
  }
  .home-features .home-hero__feature--rating {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 16px 12px 18px;
    border-top: 1px solid #D9D9D9;
    border-right: 0;
    border-bottom: 0;
  }
  .home-features .home-hero__feature--rating .home-hero__feature-text {
    align-items: flex-start;
    text-align: left;
  }
  .home-features .home-hero__feature--rating .home-hero__feature-text small {
    flex-wrap: wrap;
    gap: 4px;
    font-size: 15px;
  }
  .home-features .home-hero__feature--rating .home-hero__feature-text > span {
    font-size: 11px;
  }
  .home-features .home-hero__feature--rating .home-hero__stars svg {
    width: 12px;
    height: 12px;
  }
}

.who-we-are {
  overflow-y: hidden;
}
.who-we-are > svg {
  position: absolute;
  right: 0;
  bottom: -6%;
  width: clamp(213px, 22.1875vw, 426px);
}
.who-we-are__image {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
@media (min-width: 992px) {
  .who-we-are__image {
    width: 31.839%;
    padding-top: clamp(40px, 5.2083vw, 100px);
  }
}
.who-we-are__image::after {
  left: 45%;
  transform: translateX(-50%);
  background-image: url(../images/home/dots.svg);
  background-size: cover;
  width: 40%;
  height: 36%;
  z-index: -1;
  bottom: -9%;
}
@media (min-width: 992px) {
  .who-we-are__image::after {
    bottom: -9%;
    width: clamp(102px, 10.5729vw, 203px);
    height: clamp(80px, 8.3333vw, 160px);
  }
}
@media (min-width: 1900px) {
  .who-we-are__image::after {
    bottom: -9%;
  }
}
.who-we-are__image img {
  -webkit-mask-image: url(../images/msk.png);
  mask-image: url(../images/msk.png);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 100%;
  height: auto;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) {
  .who-we-are__image:hover img {
    transform: scale(1.03);
  }
}
.who-we-are__image svg {
  position: absolute;
  left: 8%;
  top: -5%;
  width: 50%;
  height: auto;
}
@media (min-width: 992px) {
  .who-we-are__image svg {
    left: 8%;
    top: -1%;
    width: clamp(213px, 22.1354vw, 425px);
    height: clamp(107px, 11.1458vw, 214px);
  }
}
.who-we-are__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 991px) {
  .who-we-are__content {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .who-we-are__content {
    width: 63.172%;
  }
}
.who-we-are__content p {
  line-height: 200%;
}
.who-we-are__content p + p {
  margin-top: 22px;
}
.who-we-are .theme__cta {
  margin-top: clamp(20px, 2.605vw, 50px);
  width: -moz-fit-content;
  width: fit-content;
}

.services-showcase {
  background: #F6F6F6;
}
.services-showcase__header {
  align-items: flex-start;
  gap: clamp(24px, 3vw, 40px);
  margin-bottom: clamp(42px, 4.2vw, 72px);
}
.services-showcase__intro {
  width: 100%;
  max-width: 39.23%;
}
@media (max-width: 991px) {
  .services-showcase__intro {
    max-width: 100%;
  }
}
.services-showcase__intro h2 {
  margin-bottom: clamp(20px, 2.2vw, 32px);
  white-space: pre-line;
}
.services-showcase__intro .theme__cta {
  margin-top: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
@media (min-width: 992px) {
  .services-showcase__intro .theme__cta {
    margin-left: auto;
  }
}
.services-showcase__desc {
  width: 100%;
  max-width: 52.18%;
  padding-top: 4px;
}
@media (max-width: 991px) {
  .services-showcase__desc {
    max-width: 100%;
    padding-top: 0;
  }
}
.services-showcase__desc p {
  line-height: 200%;
}
.services-showcase__desc p + p {
  margin-top: clamp(16px, 1.6vw, 24px);
}
.services-showcase__carousel {
  --service-slide-gap: 12px;
  --service-w-inactive: 154px;
  --service-w-active: 396px;
  --service-h-offset-3: 498px;
  --service-h-offset-2: 556px;
  --service-h-offset-1: 594px;
  --service-h-offset-0: 627px;
  --service-stage-height: calc(var(--service-h-offset-0) + 48px);
  --service-motion-duration: 0.58s;
  --service-motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden;
  padding-bottom: 62px;
}
@media (max-width: 991px) {
  .services-showcase__carousel {
    --service-w-inactive: 110px;
    --service-w-active: 280px;
    --service-h-offset-3: 360px;
    --service-h-offset-2: 400px;
    --service-h-offset-1: 425px;
    --service-h-offset-0: 450px;
  }
}
@media (max-width: 575px) {
  .services-showcase__carousel {
    --service-w-inactive: 88px;
    --service-w-active: 220px;
    --service-h-offset-3: 290px;
    --service-h-offset-2: 320px;
    --service-h-offset-1: 340px;
    --service-h-offset-0: 360px;
  }
}

.services__slider {
  overflow: hidden;
  width: 100%;
  height: var(--service-stage-height);
  max-width: calc(var(--service-w-inactive) * 6 + var(--service-w-active) + var(--service-slide-gap) * 6);
  margin: 0 auto;
  padding-bottom: 50px;
}

.services__track {
  display: flex;
  align-items: flex-end;
  height: 100%;
  gap: var(--service-slide-gap);
  will-change: transform;
  transition: transform var(--service-motion-duration) var(--service-motion-ease);
}
.services__track.is-instant {
  transition: none;
}

.services__slide {
  flex: 0 0 var(--service-w-inactive);
  width: var(--service-w-inactive);
  height: var(--service-h-offset-3);
  transition: width var(--service-motion-duration) var(--service-motion-ease), height var(--service-motion-duration) var(--service-motion-ease), flex-basis var(--service-motion-duration) var(--service-motion-ease);
  cursor: pointer;
}
.services__slide.is-offset-2 {
  height: var(--service-h-offset-2);
}
.services__slide.is-offset-1 {
  height: var(--service-h-offset-1);
}
.services__slide.is-offset-0 {
  flex: 0 0 var(--service-w-active);
  width: var(--service-w-active);
  height: var(--service-h-offset-0);
  z-index: 2;
}

.services__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: left;
  text-decoration: none;
  color: inherit;
}
.services__card:hover {
  color: inherit;
}

.services__slide.is-active .services__card {
  text-align: center;
}

.services__card-media {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
}
.services__card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: border-radius var(--service-motion-duration) var(--service-motion-ease), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) {
  .services__slide:not(.is-active):hover .services__card-media img {
    transform: scale(1.04);
  }
}

.services__slide.is-left .services__card-media,
.services__slide.is-left .services__card-media img {
  border-radius: 10px 0 0 10px;
}

.services__slide.is-right .services__card-media,
.services__slide.is-right .services__card-media img {
  border-radius: 0 10px 10px 0;
}

.services__card-action {
  position: absolute;
  left: 50%;
  bottom: -29px;
  transform: translateX(-50%);
  display: none;
  align-items: center;
  justify-content: center;
  width: clamp(44px, 3.125vw, 60px);
  height: clamp(44px, 3.125vw, 60px);
  border-radius: 50%;
  background: #035A46;
  border: clamp(6px, 0.46875vw, 9px) solid #fff;
  box-shadow: 0 clamp(4px, 0.3125vw, 6px) clamp(10px, 0.8333vw, 16px) rgba(3, 90, 70, 0.22);
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.services__card-action svg {
  margin-left: 1px;
  width: clamp(18px, 1.25vw, 24px);
  height: auto;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .services__slide.is-active:hover .services__card-action {
    transform: translateX(-50%) scale(1.08);
    box-shadow: 0 8px 24px rgba(3, 90, 70, 0.35);
  }
  .services__slide.is-active:hover .services__card-action svg {
    transform: translateX(2px);
  }
}

.services__card-label {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex-shrink: 0;
  transform: translateY(16px);
  transition: transform var(--service-motion-duration) var(--service-motion-ease);
}
.services__card-label strong {
  font-family: "Luxia", serif;
  font-weight: 400;
  font-size: 24px;
  color: #000;
  transition: font-size var(--service-motion-duration) var(--service-motion-ease), color var(--service-motion-duration) var(--service-motion-ease);
}
.services__card-label span {
  font-family: "Luxia", serif;
  font-weight: 400;
  color: #919191;
  transition: font-size var(--service-motion-duration) var(--service-motion-ease), color var(--service-motion-duration) var(--service-motion-ease);
}

.services__slide.is-active .services__card-media,
.services__slide.is-active .services__card-media img {
  border-radius: 10px;
}
.services__slide.is-active .services__card-action {
  display: inline-flex;
}
.services__slide.is-active .services__card-label {
  margin-top: 0;
  transform: translateY(34px);
}
.services__slide.is-active .services__card-label strong {
  font-size: 36px;
}
.services__slide.is-active .services__card-label span {
  font-size: 24px;
  color: #231F20;
}

@media (prefers-reduced-motion: reduce) {
  .services-showcase__carousel {
    --service-motion-duration: 0.01ms;
  }
}
.areas-companies {
  background: #F9F9F9;
  overflow: hidden;
}
.areas-companies__decor {
  position: absolute;
  right: -4%;
  top: 64%;
  transform: translateY(-50%);
  width: clamp(180px, 22.904vw, 538px);
  height: auto;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 991px) {
  .areas-companies__decor {
    right: -18%;
  }
}
.areas-companies .container-ctn {
  position: relative;
  z-index: 1;
  gap: clamp(20px, 3.2813vw, 63px) 0;
}
.areas-companies__left {
  width: 100%;
}
@media (min-width: 992px) {
  .areas-companies__left {
    width: 42.5%;
  }
}
.areas-companies__left h2 {
  white-space: pre-line;
  margin: 0;
}
.areas-companies__image {
  overflow: hidden;
  border-radius: clamp(12px, 1.0417vw, 20px);
}
.areas-companies__image img {
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) {
  .areas-companies__image:hover img {
    transform: scale(1.04);
  }
}
.areas-companies__image img {
  display: block;
  width: 100%;
  border-radius: clamp(12px, 1.0417vw, 20px);
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}
@media (min-width: 768px) {
  .areas-companies__image img {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .areas-companies__image img {
    height: clamp(180px, 15.3125vw, 294px);
  }
}
.areas-companies__right {
  width: 100%;
  margin-top: clamp(32px, 4vw, 48px);
}
@media (min-width: 992px) {
  .areas-companies__right {
    width: 52%;
    margin-top: 0;
    padding-top: 4px;
  }
}
.areas-companies__right p {
  line-height: 200%;
}
.areas-companies .list {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.areas-companies .list ul {
  display: flex;
  margin: 0;
  flex-direction: column;
  gap: clamp(14px, 1.5625vw, 30px);
}
.areas-companies .list li {
  color: #000;
  font-weight: 600;
  margin: 0;
  font-size: clamp(16px, 1.0417vw, 20px);
  line-height: 120%; /* 120% */
  transition: transform 0.25s ease, color 0.25s ease;
}
@media (hover: hover) {
  .areas-companies .list li:hover {
    color: #035A46;
    transform: translateX(6px);
  }
  .areas-companies .list li:hover .areas-companies__icon {
    transform: scale(1.15);
  }
}
.areas-companies__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(18px, 1.4vw, 22px);
  color: #035A46;
  transition: transform 0.25s ease;
}
.areas-companies__icon svg {
  width: 100%;
  height: auto;
}

.private-travel {
  background: #fff;
}
.private-travel__header {
  margin: 0 auto clamp(32px, 4.1667vw, 53px);
}
@media (min-width: 576px) {
  .private-travel__header {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .private-travel__header {
    max-width: clamp(280px, 49.74vw, 955px);
  }
}
.private-travel__header h2 {
  white-space: pre-line;
}
.private-travel__header p {
  margin: 0 auto;
  max-width: 100%;
  color: #231F20;
  font-weight: 500;
  line-height: 200%;
}
.private-travel__body {
  gap: clamp(32px, 5.9896vw, 115px) 0;
}
.private-travel__features {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 1.6vw, 30px);
  width: 100%;
}
@media (min-width: 992px) {
  .private-travel__features {
    width: 42.2%;
    max-width: 667px;
  }
}
.private-travel__feature {
  display: flex;
  align-items: flex-start;
  gap: clamp(14px, 1.0417vw, 20px);
  padding: clamp(12px, 0.8333vw, 16px);
  margin: clamp(-12px, -0.8333vw, -16px);
  border-radius: clamp(10px, 0.8333vw, 16px);
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
@media (hover: hover) {
  .private-travel__feature:hover {
    background-color: #f8f8f8;
    transform: translateX(6px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  }
  .private-travel__feature:hover > img {
    transform: scale(1.08);
  }
}
.private-travel__feature > img {
  flex-shrink: 0;
  width: clamp(30px, 2.5vw, 48px);
  height: auto;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.private-travel__feature-text h3 {
  margin: 0 0 clamp(8px, 0.625vw, 12px);
  color: #050607;
  font-family: "Luxia", serif;
  font-weight: 400;
  font-size: clamp(18px, 1.875vw, 36px);
  line-height: 1.2;
}
.private-travel__feature-text p {
  margin: 0;
  color: #231F20;
  font-weight: 500;
  line-height: 200%;
}
.private-travel__media {
  width: 100%;
  overflow: hidden;
  border-radius: clamp(12px, 1.0417vw, 20px);
}
@media (min-width: 992px) {
  .private-travel__media {
    width: 50.411%;
  }
}
.private-travel__media img {
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) {
  .private-travel__media:hover img {
    transform: scale(1.04);
  }
}
.private-travel__media img {
  display: block;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(12px, 1.0417vw, 20px);
}
@media (min-width: 768px) {
  .private-travel__media img {
    height: 330px;
  }
}
@media (min-width: 992px) {
  .private-travel__media img {
    height: clamp(220px, 23.0208vw, 442px);
  }
}

.group-travel {
  background: #F6F6F6;
}
.group-travel__header {
  margin: 0 auto clamp(40px, 2.761vw, 53px);
}
@media (min-width: 576px) {
  .group-travel__header {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .group-travel__header {
    max-width: clamp(400px, 49.74vw, 955px);
  }
}
.group-travel__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.6667vw, 32px);
  align-items: start;
}
@media (max-width: 991px) {
  .group-travel__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .group-travel__cards {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
}
.group-travel__card--offset {
  margin-top: clamp(24px, 4.7396vw, 91px);
}
@media (max-width: 575px) {
  .group-travel__card--offset {
    margin-top: 0;
  }
}
.group-travel__card-stack {
  position: relative;
  padding-bottom: clamp(14px, 1.1458vw, 22px);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) {
  .group-travel__card-stack:hover {
    transform: translateY(-8px);
  }
  .group-travel__card-stack:hover .group-travel__card-body {
    border-color: rgba(3, 90, 70, 0.28);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.09);
  }
  .group-travel__card-stack:hover .group-travel__card-icon {
    background: rgba(3, 90, 70, 0.1);
    transform: scale(1.06);
  }
}
.group-travel__card-shadow {
  position: absolute;
  border-radius: clamp(12px, 1.0417vw, 20px);
  height: clamp(200px, 21.25vw, 408px);
}
.group-travel__card-shadow--mid {
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.2%;
  width: clamp(165px, 16.9271vw, 325px);
  background: #D8D8D8;
  width: 90%;
}
@media (min-width: 992px) {
  .group-travel__card-shadow--mid {
    width: clamp(165px, 16.9271vw, 325px);
  }
}
.group-travel__card-shadow--back {
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.6%;
  background: #E4E3E3;
  width: 80%;
}
@media (min-width: 992px) {
  .group-travel__card-shadow--back {
    width: clamp(120px, 14.4271vw, 277px);
  }
}
.group-travel__card-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 1.875vw, 36px);
  background: #fff;
  border: 1px solid #D7D7D7;
  border-radius: clamp(12px, 1.0417vw, 20px);
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}
@media (min-width: 576px) {
  .group-travel__card-body {
    min-height: clamp(300px, 21.25vw, 408px);
  }
}
.group-travel__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(60px, 4.1667vw, 80px);
  height: clamp(60px, 4.1667vw, 80px);
  border-radius: 50%;
  background: #F1F1F1;
  transition: background-color 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.group-travel__card-icon img {
  width: clamp(28px, 1.9792vw, 38px);
  height: auto;
}
.group-travel__card-content {
  margin-top: auto;
  padding-top: clamp(20px, 3.4899vw, 67px);
}
.group-travel__card-content h3 {
  margin: 0 0 clamp(12px, 1.0417vw, 20px);
  color: #050607;
}
.group-travel__card-content p {
  margin: 0;
  font-weight: 400;
  line-height: 150%;
}

.home-blogs {
  background: #fff;
  overflow: hidden;
}
.home-blogs__header {
  margin: 0 auto clamp(32px, 4.1667vw, 80px);
}
@media (min-width: 576px) {
  .home-blogs__header {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .home-blogs__header {
    max-width: clamp(400px, 49.74vw, 955px);
  }
}
.home-blogs__header h2 {
  margin-bottom: clamp(16px, 1.6667vw, 32px);
}
.home-blogs__header p {
  margin: 0 auto;
  color: #231F20;
  font-weight: 500;
  line-height: 200%;
}
.home-blogs__slider {
  margin: 0 clamp(-6px, -0.651vw, -12.5px);
}
.home-blogs__slider .slick-list {
  overflow: visible;
}
.home-blogs__slider .slick-track {
  display: flex;
  align-items: flex-start;
}
.home-blogs__slider .slick-slide {
  height: auto;
  padding: 0 clamp(6px, 0.651vw, 12.5px);
}
.home-blogs__slider .slick-slide > div {
  height: 100%;
}
.home-blogs__card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) {
  .home-blogs__card:hover {
    color: inherit;
    text-decoration: none;
    transform: translateY(-6px);
  }
  .home-blogs__card:hover h3 {
    color: #035A46;
  }
  .home-blogs__card:hover .home-blogs__card-media img {
    transform: scale(1.06);
  }
}
.home-blogs__card-media {
  overflow: hidden;
  border-radius: clamp(12px, 1.0417vw, 20px);
}
.home-blogs__card-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-blogs__card-media--tall {
  height: clamp(220px, 23.8021vw, 457px);
}
.home-blogs__card-media--short {
  height: clamp(180px, 17.1354vw, 329px);
}
.home-blogs__card-date {
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 12px);
  margin-top: clamp(16px, 1.1458vw, 22px);
  color: #919191;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: 1;
}
.home-blogs__card-date svg {
  flex-shrink: 0;
  width: clamp(16px, 0.9375vw, 18px);
  height: auto;
}
.home-blogs__card h3 {
  margin: clamp(10px, 0.7292vw, 14px) 0 clamp(12px, 0.7292vw, 14px);
  min-height: clamp(40px, 2.5vw, 48px);
  color: #050607;
  font-family: "Luxia", serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}
.home-blogs__card p {
  margin: 0;
  color: #231F20;
  line-height: 150%;
}
.home-blogs__arrows {
  gap: 0;
  margin-top: clamp(28px, 2.6042vw, 50px);
  gap: 24px;
}
.home-blogs__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.6042vw, 50px);
  height: clamp(40px, 2.6042vw, 50px);
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  background: #fff;
  cursor: pointer;
  padding: 0;
  transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}
@media (hover: hover) {
  .home-blogs__arrow:hover {
    border-color: rgba(3, 90, 70, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  }
  .home-blogs__arrow:active {
    transform: translateY(0);
  }
}
.home-blogs__arrow--next {
  margin-left: clamp(-10px, -0.7292vw, -14px);
  position: relative;
  z-index: 1;
}
.home-blogs__arrow svg {
  width: clamp(18px, 1.5625vw, 30px);
  height: auto;
  transition: transform 0.25s ease;
}
@media (hover: hover) {
  .home-blogs__arrow--prev:hover svg {
    transform: translateX(-2px);
  }
  .home-blogs__arrow--next:hover svg {
    transform: translateX(2px);
  }
}

.home-testimonials {
  background: #F6F6F6;
  overflow: hidden;
}
.home-testimonials__header {
  margin: 0 auto clamp(32px, 4.1667vw, 80px);
}
@media (min-width: 576px) {
  .home-testimonials__header {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .home-testimonials__header {
    max-width: clamp(400px, 49.74vw, 955px);
  }
}
.home-testimonials__slider-wrap {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 575px) {
  .home-testimonials__slider-wrap {
    max-width: 95%;
    margin: auto;
  }
}
.home-testimonials__slider {
  margin: 0 clamp(-6px, -0.625vw, -12px);
}
.home-testimonials__slider .slick-list {
  overflow: visible;
}
@media (max-width: 767px) {
  .home-testimonials__slider .slick-list {
    overflow: hidden;
  }
}
.home-testimonials__slider .slick-track {
  display: flex;
  align-items: stretch;
}
.home-testimonials__slide {
  padding: 0 clamp(6px, 0.625vw, 12px);
  box-sizing: border-box;
}
.home-testimonials__slide--review {
  width: clamp(300px, 28.4375vw, 546px);
}
.home-testimonials__slide--video {
  width: clamp(220px, 14.2708vw, 274px);
}
@media (max-width: 767px) {
  .home-testimonials__slide {
    width: 100% !important;
  }
}
.home-testimonials__card {
  position: relative;
  height: clamp(260px, 17.8125vw, 342px);
  border-radius: clamp(8px, 0.5208vw, 10px);
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-testimonials__card {
    height: auto;
  }
}
.home-testimonials__card--review {
  display: flex;
  flex-direction: column;
  padding: clamp(16px, 1.25vw, 24px);
  background: #fff;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.04);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}
@media (max-width: 767px) {
  .home-testimonials__card--review {
    min-height: 280px;
  }
}
@media (hover: hover) {
  .home-testimonials__card--review:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
  }
}
.home-testimonials__card-top {
  position: relative;
  flex-shrink: 0;
}
.home-testimonials__profile {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 0.8333vw, 16px);
  padding-right: clamp(48px, 3.125vw, 60px);
}
.home-testimonials__avatar {
  flex-shrink: 0;
  width: clamp(70px, 5.2083vw, 100px);
  height: clamp(70px, 5.2083vw, 100px);
  padding: clamp(6px, 0.46875vw, 9px);
  background: url(../images/home/testimonial-avatar-ring.png) center/contain no-repeat;
  position: relative;
}
.home-testimonials__avatar::after {
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100" fill="none"><circle cx="50" cy="50" r="49" fill="white" stroke="url(%23paint0_linear_320_1437)" stroke-width="2"/><defs><linearGradient id="paint0_linear_320_1437" x1="50" y1="100" x2="50" y2="0" gradientUnits="userSpaceOnUse"><stop stop-color="%23035A46"/><stop offset="1" stop-color="%23B4A36E"/></linearGradient></defs></svg>');
  background-size: cover;
}
.home-testimonials__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.home-testimonials__identity {
  min-width: 0;
}
.home-testimonials__identity h3 {
  margin: 0;
  color: #050607;
  font-family: "Luxia", serif;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-testimonials__role {
  margin: clamp(4px, 0.2083vw, 4px) 0 0;
  color: #848484;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: 1.5;
}
.home-testimonials__stars {
  display: flex;
  align-items: center;
  gap: 0.5px;
  margin-top: clamp(10px, 0.8333vw, 16px);
}
.home-testimonials__stars svg {
  width: clamp(14px, 0.9375vw, 18px);
  height: auto;
  flex-shrink: 0;
}
.home-testimonials__stars--sm svg {
  width: clamp(12px, 0.7292vw, 14px);
}
.home-testimonials__google {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.6042vw, 50px);
  height: clamp(40px, 2.6042vw, 50px);
  border-radius: 50%;
  background: #333232;
}
.home-testimonials__google svg {
  width: clamp(18px, 1.25vw, 24px);
  height: auto;
}
.home-testimonials__quote {
  margin: clamp(16px, 1.6667vw, 32px) 0 0;
  color: #231F20;
  font-size: clamp(14px, 0.8333vw, 16px);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home-testimonials__card--video {
  color: #fff;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (max-width: 767px) {
  .home-testimonials__card--video {
    width: 100%;
    min-height: 360px;
    aspect-ratio: 274/342;
  }
}
.home-testimonials__card--video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  pointer-events: none;
  z-index: 1;
  transition: background-color 0.35s ease;
}
@media (hover: hover) {
  .home-testimonials__card--video:not(.is-playing):hover {
    transform: translateY(-6px);
  }
  .home-testimonials__card--video:not(.is-playing):hover::after {
    background: rgba(0, 0, 0, 0.32);
  }
  .home-testimonials__card--video:not(.is-playing):hover .home-testimonials__play {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.45);
    border-color: #fff;
  }
}
.home-testimonials__card--video .home-testimonials__google {
  z-index: 3;
  top: clamp(8px, 0.5729vw, 11px);
  right: clamp(8px, 0.5729vw, 11px);
}
.home-testimonials__card-bg, .home-testimonials__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.home-testimonials__video {
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.home-testimonials__card--video.is-playing .home-testimonials__card-bg {
  opacity: 0;
}
.home-testimonials__card--video.is-playing .home-testimonials__video {
  opacity: 1;
}
.home-testimonials__card--video.is-playing .home-testimonials__icon--play {
  display: none;
}
.home-testimonials__card--video.is-playing .home-testimonials__icon--pause {
  display: inline-flex;
}
.home-testimonials__play {
  position: absolute;
  left: clamp(16px, 1.1458vw, 22px);
  bottom: clamp(72px, 5.2083vw, 100px);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.6042vw, 50px);
  height: clamp(40px, 2.6042vw, 50px);
  border: 1px solid #DEDEDE;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.31);
  cursor: pointer;
  padding: 0;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 767px) {
  .home-testimonials__play {
    width: 48px;
    height: 48px;
    bottom: 96px;
  }
}
.home-testimonials__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.home-testimonials__icon svg {
  width: clamp(18px, 1.25vw, 24px);
  height: auto;
}
.home-testimonials__icon--play svg {
  margin-left: 2px;
}
.home-testimonials__icon--pause {
  display: none;
}
.home-testimonials__video-info {
  position: absolute;
  left: clamp(16px, 1.1458vw, 22px);
  right: clamp(16px, 1.1458vw, 22px);
  bottom: clamp(16px, 1.25vw, 24px);
  z-index: 3;
}
.home-testimonials__video-info h3 {
  margin: 0;
  color: #fff;
  font-family: "Luxia", serif;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1;
}
.home-testimonials__video-info .home-testimonials__role {
  margin-top: clamp(4px, 0.2083vw, 4px);
  color: #fff;
  font-size: clamp(12px, 0.7292vw, 14px);
}
.home-testimonials__video-info .home-testimonials__stars {
  margin-top: clamp(8px, 0.625vw, 12px);
}
.home-testimonials__arrows {
  gap: clamp(12px, 1.25vw, 24px);
  margin-top: clamp(28px, 2.0833vw, 40px);
}
.home-testimonials__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.6042vw, 50px);
  height: clamp(40px, 2.6042vw, 50px);
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  background: #fff;
  cursor: pointer;
  padding: 0;
  transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}
@media (hover: hover) {
  .home-testimonials__arrow:hover {
    border-color: rgba(3, 90, 70, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  }
  .home-testimonials__arrow:active {
    transform: translateY(0);
  }
}
.home-testimonials__arrow svg {
  width: clamp(18px, 1.5625vw, 30px);
  height: auto;
  transition: transform 0.25s ease;
}
@media (hover: hover) {
  .home-testimonials__arrow--prev:hover svg {
    transform: translateX(-2px);
  }
  .home-testimonials__arrow--next:hover svg {
    transform: translateX(2px);
  }
}

.services__arrows {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  gap: 10px;
  margin-top: 0;
  z-index: 3;
}
.services__arrows button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(30px, 3.125vw, 50px);
  height: clamp(30px, 3.125vw, 50px);
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  background: #fff;
  color: #8f8f8f;
  cursor: pointer;
  padding: 0;
  transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}
@media (hover: hover) {
  .services__arrows button:hover {
    border-color: rgba(3, 90, 70, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  }
  .services__arrows button:active {
    transform: translateY(0);
  }
}
.services__arrows button svg {
  width: clamp(15px, 1.6vw, 30px);
  height: auto;
  transition: transform 0.25s ease;
}
@media (hover: hover) {
  .services__arrows button:first-child:hover svg {
    transform: translateX(-2px);
  }
  .services__arrows button:last-child:hover svg {
    transform: translateX(2px);
  }
  .services__arrows button:hover {
    color: #000;
  }
}

.home-cta {
  background: #fff;
}
.home-cta__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: clamp(220px, 17.2917vw, 332px);
  padding: clamp(40px, 3.125vw, 60px) clamp(24px, 2.0833vw, 40px);
  border-radius: clamp(12px, 1.0417vw, 20px);
  background: #035A46;
  overflow: hidden;
  margin: auto;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}
@media (hover: hover) {
  .home-cta__box:hover {
    box-shadow: 0 20px 50px rgba(3, 90, 70, 0.28);
    transform: translateY(-3px);
  }
  .home-cta__box:hover .home-cta__pattern {
    transform: scale(1.05) rotate(2deg);
  }
}
.home-cta__box {
  width: 95%;
}
@media (min-width: 992px) {
  .home-cta__box {
    width: 65.8913%;
  }
}
@media (min-width: 1200px) {
  .home-cta__box {
    width: 58.8913%;
  }
}
.home-cta__pattern {
  position: absolute;
  top: clamp(-40px, -2.8646vw, -55px);
  right: clamp(-20px, -1.0417vw, -20px);
  width: clamp(140px, 13.125vw, 252px);
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-cta h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 clamp(20px, 1.9792vw, 38px);
  color: #fff;
  width: 95%;
}
@media (min-width: 576px) {
  .home-cta h2 {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .home-cta h2 {
    width: 69.016%;
  }
}
@media (min-width: 1200px) {
  .home-cta h2 {
    width: 67.016%;
  }
}
.home-cta__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(8px, 0.5208vw, 10px) clamp(12px, 0.78125vw, 15px);
  border-radius: 3px;
  background: #fff;
  color: #000;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, background-color 0.25s ease;
}
@media (hover: hover) {
  .home-cta__btn:hover {
    color: #000;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    background-color: #f8f8f8;
  }
}

.about-who-we-are {
  overflow: hidden;
  padding-top: clamp(40px, 6.25vw, 120px);
  padding-bottom: clamp(48px, 4.8438vw, 93px);
}
.about-who-we-are .container-ctn {
  align-items: flex-start;
  gap: clamp(32px, 10.7292vw, 198px);
}
.about-who-we-are__media {
  position: relative;
  width: 58%;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .about-who-we-are__media {
    width: 19.078%;
  }
}
.about-who-we-are__mandala {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  right: -24.76%;
  top: 3.153%;
  width: 73.51%;
  height: auto;
}
@media (min-width: 992px) {
  .about-who-we-are__mandala {
    right: -36.76%;
  }
}
@media (max-width: 991px) {
  .about-who-we-are__mandala {
    top: -5%;
    width: 50%;
  }
}
.about-who-we-are__photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 302/571;
}
.about-who-we-are__content {
  width: 100%;
}
@media (min-width: 992px) {
  .about-who-we-are__content {
    width: 53.191%;
  }
}
.about-who-we-are__content h2 {
  margin: 0 0 clamp(24px, 2.2396vw, 32px);
  font-family: "Luxia", serif;
  font-size: clamp(32px, 2.8125vw, 54px);
  line-height: normal;
  color: #000;
}
.about-who-we-are__content p {
  margin: 0;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: 2;
  color: #231f20;
}
.about-who-we-are__content p + p {
  margin-top: clamp(16px, 1.6667vw, 32px);
}

.about-features {
  padding-bottom: clamp(48px, 6.25vw, 120px);
}
.about-features__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2.1875vw, 42px);
}
@media (min-width: 576px) {
  .about-features__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .about-features__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.about-features__card {
  display: flex;
  flex-direction: column;
  padding: clamp(15px, 1.5625vw, 30px);
  border-radius: clamp(8px, 0.5208vw, 10px);
  background: #fafafa;
}
.about-features__label {
  margin: 0;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: normal;
  color: #919191;
}
.about-features__icon {
  display: block;
  width: clamp(40px, 2.5vw, 48px);
  height: clamp(40px, 2.5vw, 48px);
  margin-top: clamp(60px, 7.2917vw, 140px);
  margin-bottom: clamp(12px, 0.8333vw, 16px);
  -o-object-fit: contain;
     object-fit: contain;
}
.about-features__title {
  margin: auto 0 0;
  font-family: "Luxia", serif;
  font-size: clamp(18px, 1.875vw, 36px);
  line-height: normal;
  font-weight: 400;
  color: #000;
}

.about-mission {
  background: #F8F8F8;
}
.about-mission .container-ctn {
  align-items: center;
  gap: clamp(32px, 4.1667vw, 80px);
}
.about-mission__media {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(320px, 25.9375vw, 498px);
}
@media (min-width: 992px) {
  .about-mission__media {
    width: clamp(240px, 29.6875vw, 570px);
  }
}
.about-mission__mandala {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 992px) {
  .about-mission__mandala {
    width: clamp(280px, 29.545vw, 568px);
  }
}
.about-mission__photo {
  position: relative;
  z-index: 1;
  display: block;
  width: clamp(160px, 14.6875vw, 282px);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 282/498;
}
.about-mission__accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.0417vw, 20px);
}
@media (min-width: 992px) {
  .about-mission__accordion {
    flex: 1;
    max-width: clamp(520px, 45.7813vw, 879px);
  }
}

.about-accordion {
  border-radius: clamp(8px, 0.5208vw, 10px);
  background: #fff;
  overflow: hidden;
}
.about-accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: clamp(88px, 5.625vw, 108px);
  padding: clamp(20px, 1.7188vw, 33px) clamp(20px, 1.5625vw, 30px);
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: #000;
}
.about-accordion__trigger h3 {
  margin: 0;
  font-family: "Luxia", serif;
  font-size: clamp(24px, 1.875vw, 36px);
  line-height: normal;
  font-weight: 400;
}
.about-accordion__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(36px, 2.5vw, 48px);
  height: clamp(36px, 2.5vw, 48px);
  transition: transform 0.3s ease;
}
.about-accordion__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.about-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.about-accordion__content p {
  margin: 0;
  padding: 0 clamp(20px, 1.5625vw, 30px) clamp(20px, 1.7188vw, 33px);
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: 2;
  color: #231f20;
}
.about-accordion.active .about-accordion__icon {
  transform: rotate(180deg);
}

.contact-page__grid {
  gap: clamp(32px, 4vw, 60px) 0;
  align-items: stretch;
}
.contact-page__info {
  width: 100%;
}
@media (max-width: 991px) {
  .contact-page__info {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .contact-page__info {
    width: 43.458%;
  }
}
@media (min-width: 1200px) {
  .contact-page__info {
    width: 43.458%;
  }
}
@media (min-width: 1350px) {
  .contact-page__info {
    width: 36.458%;
  }
}
.contact-page__info > p {
  margin: 0 0 clamp(24px, 1.875vw, 36px);
}
.contact-page__map {
  overflow: hidden;
  border-radius: clamp(4px, 0.2604vw, 5px);
  margin-bottom: clamp(24px, 2.3958vw, 46px);
}
.contact-page__map img {
  display: block;
  width: 100%;
  height: clamp(160px, 9.7917vw, 188px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 35%;
     object-position: center 35%;
}
.contact-page__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 2.3958vw, 46px);
}
@media (min-width: 1200px) {
  .contact-page__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.contact-page__card {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 0.8333vw, 16px);
}
@media (min-width: 576px) {
  .contact-page__card--full {
    grid-column: 1/-1;
  }
}
.contact-page__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(44px, 2.6042vw, 50px);
  height: clamp(44px, 2.6042vw, 50px);
  border: 1px solid #DEDEDE;
  border-radius: clamp(4px, 0.2604vw, 5px);
  background: #fff;
  color: #000;
}
.contact-page__card-icon svg {
  width: clamp(20px, 1.25vw, 24px);
  height: auto;
}
.contact-page__card-body {
  min-width: 0;
}
.contact-page__card-body strong {
  display: block;
  margin-bottom: clamp(4px, 0.3125vw, 6px);
  color: #333232;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 600;
  line-height: 1.2;
}
.contact-page__card-body a,
.contact-page__card-body span {
  color: #000;
  font-family: "Luxia", serif;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.2;
  text-decoration: none;
  word-break: break-word;
}
.contact-page__card-body a {
  transition: color 0.2s ease;
}
.contact-page__card-body a:hover {
  color: #035A46;
}
.contact-page__map-btn {
  margin-top: clamp(24px, 1.875vw, 36px);
}
.contact-page__form-wrap {
  width: 100%;
}
@media (min-width: 992px) {
  .contact-page__form-wrap {
    width: 50.4%;
  }
}
.contact-page__form-panel {
  height: 100%;
  padding: clamp(28px, 4.2708vw, 82px) clamp(24px, 8.8542vw, 170px) clamp(32px, 10.5208vw, 202px) clamp(28px, 4.2708vw, 82px);
  background: #F3F3F3;
}
.contact-page__form-panel h2 {
  margin: 0 0 clamp(16px, 1.25vw, 24px);
  color: #000;
  font-family: "Luxia", serif;
  font-weight: 400;
  font-size: clamp(32px, 2.6042vw, 50px);
  line-height: 1.1;
}
.contact-page__form-panel > p {
  margin: 0 0 clamp(24px, 1.875vw, 36px);
  color: #231F20;
  line-height: 200%;
  max-width: clamp(280px, 32.8125vw, 630px);
}
.contact-page__form-alert {
  margin: 0 0 clamp(20px, 1.5625vw, 30px);
  padding: clamp(14px, 1.0417vw, 20px);
  border-radius: clamp(4px, 0.2604vw, 5px);
  background: #fff5f5;
  color: #9b1c1c;
}
.contact-page__form-alert p {
  margin: 0 0 8px;
  font-weight: 600;
}
.contact-page__form-alert ul {
  margin: 0;
  padding-left: 18px;
}
.contact-page__form-alert li + li {
  margin-top: 4px;
}
.contact-page__form {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 0.9375vw, 18px);
}
.contact-page__field {
  display: block;
}
.contact-page__input, .contact-page__textarea, .contact-page__phone-wrap {
  width: 100%;
  border: 0;
  border-radius: clamp(4px, 0.2604vw, 5px);
  background: #fff;
  color: #000;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 300;
  line-height: 1.5;
  transition: box-shadow 0.2s ease;
}
.contact-page__input::-moz-placeholder, .contact-page__textarea::-moz-placeholder, .contact-page__phone-wrap::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-weight: 300;
}
.contact-page__input::placeholder, .contact-page__textarea::placeholder, .contact-page__phone-wrap::placeholder {
  color: #000;
  opacity: 1;
  font-weight: 300;
}
.contact-page__input:focus, .contact-page__textarea:focus, .contact-page__phone-wrap:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(3, 90, 70, 0.15);
}
.contact-page__input {
  height: clamp(46px, 3.3854vw, 65px);
  padding: 0 clamp(16px, 1.25vw, 24px);
}
.contact-page__textarea {
  height: clamp(120px, 8.5417vw, 164px);
  padding: clamp(16px, 1.25vw, 24px);
  resize: vertical;
}
.contact-page__phone-wrap {
  display: flex;
  align-items: center;
  height: clamp(56px, 3.3854vw, 65px);
  padding: 0 clamp(16px, 1.25vw, 24px);
  gap: clamp(12px, 0.8333vw, 16px);
}
.contact-page__phone-code {
  display: inline-flex;
  align-items: center;
  gap: clamp(4px, 0.3125vw, 6px);
  flex-shrink: 0;
  color: #000;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 300;
  white-space: nowrap;
}
.contact-page__phone-code svg {
  width: clamp(12px, 0.7292vw, 14px);
  height: auto;
  opacity: 0.7;
}
.contact-page__phone-divider {
  width: 1px;
  align-self: stretch;
  margin: clamp(8px, 0.5208vw, 10px) 0;
  background: #D9D9D9;
  flex-shrink: 0;
}
.contact-page__phone-input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #000;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 300;
}
.contact-page__phone-input::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-weight: 300;
}
.contact-page__phone-input::placeholder {
  color: #000;
  opacity: 1;
  font-weight: 300;
}
.contact-page__phone-input:focus {
  outline: none;
}
.contact-page__submit {
  align-self: flex-start;
  margin-top: clamp(8px, 0.625vw, 12px);
}

.services-page {
  padding-top: clamp(40px, 4.167vw, 80px);
}
@media (min-width: 1200px) {
  .services-page .container-ctn {
    max-width: min(82.793%, 1580px);
  }
}
.services-page__row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(20px, 1.5625vw, 30px);
}
@media (min-width: 992px) {
  .services-page__row {
    flex-direction: row;
    gap: clamp(12px, 1.0938vw, 21px);
    height: clamp(460px, 29.8958vw, 574px);
  }
  .services-page__row:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.services-page__row + .services-page__row {
  margin-top: clamp(40px, 4.0104vw, 77px);
}
.services-page__media {
  overflow: hidden;
  border-radius: clamp(8px, 0.5208vw, 10px);
}
@media (max-width: 991px) {
  .services-page__media {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .services-page__media {
    flex: 487 1 0;
    min-width: 0;
    height: auto;
  }
}
.services-page__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .services-page__media img {
    min-height: clamp(220px, 55vw, 360px);
  }
}
.services-page__panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(24px, 2.8125vw, 54px);
  border: 1px solid #d9d9d9;
  border-radius: clamp(8px, 0.5208vw, 10px);
  background: #fff;
}
@media (max-width: 991px) {
  .services-page__panel {
    min-height: clamp(280px, 70vw, 420px);
  }
}
@media (min-width: 992px) {
  .services-page__panel {
    flex: 1072 1 0;
    min-width: 0;
  }
}
.services-page__title {
  margin: 0 0 clamp(12px, 1.1979vw, 23px);
  font-family: "Luxia", serif;
  font-size: clamp(28px, 2.8125vw, 54px);
  font-weight: 400;
  line-height: normal;
  color: #000;
}
.services-page__label {
  display: block;
  margin: 0 0 clamp(20px, 1.875vw, 36px);
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: normal;
  color: #919191;
}
.services-page__text {
  flex: 1;
}
.services-page__text p {
  margin: 0;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: 2;
  color: #231f20;
}
.services-page .theme__cta {
  margin-top: auto;
  padding-top: clamp(8px, 0.55vw, 8px);
  padding-bottom: clamp(8px, 0.55vw, 8px);
  min-height: clamp(48px, 3.4375vw, 66px);
  align-self: flex-start;
}
@media (max-width: 991px) {
  .services-page .theme__cta {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .services-page .theme__cta {
    min-width: clamp(140px, 9.1146vw, 175px);
  }
}

.services-detail {
  padding-top: clamp(40px, 4.167vw, 80px);
}
@media (min-width: 1200px) {
  .services-detail .container-ctn {
    max-width: min(82.793%, 1580px);
  }
}
.services-detail__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 2.083vw, 40px) clamp(16px, 1.667vw, 32px);
}
@media (min-width: 576px) {
  .services-detail__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .services-detail__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: clamp(40px, 2.65vw, 51px);
  }
}
.services-detail__card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  .services-detail__card-link:hover {
    color: inherit;
    text-decoration: none;
  }
  .services-detail__card-link:hover .services-detail__card-overlay {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .services-detail__card-link:hover .services-detail__card-arrow {
    transform: scale(1.05);
  }
  .services-detail__card-link:hover .services-detail__card-media img {
    transform: scale(1.04);
  }
}
.services-detail__card:nth-child(odd) .services-detail__card-media {
  aspect-ratio: 371/469;
}
.services-detail__card:nth-child(even) .services-detail__card-media {
  aspect-ratio: 371/410;
}
.services-detail__card-media {
  position: relative;
  overflow: hidden;
  border-radius: clamp(8px, 0.5208vw, 10px);
  background: #d9d9d9;
}
.services-detail__card-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.services-detail__card-overlay {
  position: absolute;
  inset: clamp(12px, 1.0417vw, 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.625vw, 12px);
  padding: clamp(20px, 1.5625vw, 30px) clamp(16px, 1.25vw, 24px);
  border-radius: clamp(8px, 0.5208vw, 10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.97);
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
}
.services-detail__card-overlay-title {
  margin: 0;
  color: #fff;
  font-family: "Luxia", serif;
  font-weight: 400;
}
.services-detail__card-overlay-text {
  margin: 0;
  color: #fff;
  line-height: 228.571%;
  font-size: clamp(12px, 0.7292vw, 14px);
}
.services-detail__card-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.6042vw, 50px);
  height: clamp(40px, 2.6042vw, 50px);
  margin-top: clamp(8px, 0.625vw, 12px);
  border-radius: 50%;
  background: #fff;
  color: #000;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.services-detail__card-arrow svg {
  width: clamp(14px, 0.9375vw, 18px);
  height: auto;
  transform: rotate(-90deg);
}
.services-detail__card-title {
  margin: clamp(12px, 1.0417vw, 20px) 0 0;
  transition: color 0.2s ease;
}
.services-detail__empty {
  max-width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
}
.services-detail__empty-content {
  color: rgba(0, 0, 0, 0.72);
  font-size: clamp(15px, 0.9375vw, 18px);
  line-height: 1.8;
}
.services-detail__empty-content > *:last-child {
  margin-bottom: 0;
}
.services-detail__empty-content p {
  margin: 0 0 1em;
}
.services-detail__empty-content h2,
.services-detail__empty-content h3,
.services-detail__empty-content h4 {
  margin: 0 0 0.75em;
  font-family: "Luxia", serif;
  font-weight: 400;
  color: #000;
}
.services-detail__empty-text {
  margin: 0;
  color: rgba(0, 0, 0, 0.72);
  font-size: clamp(15px, 0.9375vw, 18px);
  line-height: 1.8;
}

@media (min-width: 1200px) {
  .service-item .container-ctn {
    max-width: min(82.793%, 1580px);
  }
}
.service-item-intro {
  margin-bottom: clamp(40px, 4.6875vw, 90px);
}
.service-item-intro__grid {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 2.083vw, 40px);
}
@media (min-width: 992px) {
  .service-item-intro__grid {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.service-item-intro__media {
  overflow: hidden;
  border-radius: clamp(12px, 1.0417vw, 20px);
  background: #d9d9d9;
}
@media (min-width: 992px) {
  .service-item-intro__media {
    width: 44.494%;
  }
}
.service-item-intro__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(280px, 31.0938vw, 597px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .service-item-intro__content {
    width: 52.089%;
    padding-top: clamp(8px, 2.083vw, 40px);
  }
}
@media (min-width: 992px) {
  .service-item-intro__grid--content-only .service-item-intro__content {
    width: 100%;
  }
}
.service-item-intro__title {
  margin: 0 0 clamp(20px, 2.083vw, 40px);
  color: #000;
  font-family: "Luxia", serif;
  font-size: clamp(32px, 2.8125vw, 54px);
  font-weight: 400;
  line-height: 1.15;
}
.service-item-intro__text p {
  margin: 0 0 clamp(16px, 1.6667vw, 32px);
  color: #231f20;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: 2;
}
.service-item-intro__text p:last-child {
  margin-bottom: clamp(24px, 2.083vw, 40px);
}
.service-item-intro__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(12px, 1.0417vw, 20px);
}
.service-item-packages {
  margin-bottom: clamp(40px, 4.6875vw, 90px);
}
.service-item-packages__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 2.6042vw, 50px);
  padding: clamp(28px, 3.125vw, 60px) clamp(20px, 3.6458vw, 70px);
  border-radius: clamp(12px, 1.0417vw, 20px);
  background: #f8f8f8;
}
@media (min-width: 992px) {
  .service-item-packages__inner {
    flex-direction: row;
    align-items: flex-start;
    gap: clamp(24px, 4.1667vw, 80px);
  }
}
.service-item-packages__content {
  flex: 1;
  min-width: 0;
}
.service-item-packages__group {
  counter-reset: service-package;
}
.service-item-packages__group:not(:last-child) {
  margin-bottom: clamp(28px, 2.292vw, 44px);
}
.service-item-packages__heading {
  margin: 0 0 clamp(16px, 1.5625vw, 30px);
  color: #000;
  font-family: "Luxia", serif;
  font-size: clamp(24px, 1.875vw, 36px);
  font-weight: 400;
  line-height: 1.2;
}
.service-item-packages__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-item-packages__list + .service-item-packages__list {
  margin-top: clamp(12px, 1.0417vw, 20px);
}
.service-item-packages__list--grid {
  display: grid;
  gap: clamp(12px, 1.0417vw, 20px) clamp(20px, 2.083vw, 40px);
}
@media (min-width: 576px) {
  .service-item-packages__list--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.service-item-packages__item {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 1.0417vw, 20px);
  counter-increment: service-package;
}
.service-item-packages__item::before {
  content: counter(service-package, decimal-leading-zero);
  flex-shrink: 0;
  min-width: clamp(24px, 1.5625vw, 30px);
  color: #919191;
  font-family: "Luxia", serif;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 400;
  line-height: 1.33;
}
.service-item-packages__text {
  color: #231f20;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: 2;
}
.service-item-packages__media {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 484px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .service-item-packages__media {
    width: clamp(280px, 25.2083vw, 484px);
    margin: 0;
  }
}
.service-item-packages__mandala {
  position: absolute;
  left: 2%;
  bottom: 10%;
  z-index: 0;
  width: clamp(120px, 11.563vw, 222px);
  height: auto;
  transform: translate(-55%, 18%);
  pointer-events: none;
  opacity: 0.9;
}
@media (max-width: 575px) {
  .service-item-packages__mandala {
    left: 33px;
    bottom: 0%;
  }
}
.service-item-packages__photo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border-radius: clamp(12px, 1.0417vw, 20px);
  aspect-ratio: 484/592;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-item-cta {
  margin-bottom: clamp(40px, 4.6875vw, 90px);
}
.service-item-cta__wrap {
  position: relative;
  overflow: hidden;
  border-radius: clamp(12px, 1.0417vw, 20px);
  min-height: clamp(360px, 34.7917vw, 668px);
}
.service-item-cta__bg {
  position: absolute;
  inset: 0;
}
.service-item-cta__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-item-cta__panel {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: inherit;
  padding: clamp(24px, 2.083vw, 40px);
}
@media (min-width: 992px) {
  .service-item-cta__panel {
    justify-content: flex-end;
    padding: clamp(40px, 4.6875vw, 90px) clamp(32px, 4.6875vw, 90px);
  }
}
.service-item-cta__card {
  width: 100%;
  max-width: 653px;
  padding: clamp(24px, 2.083vw, 40px);
  border: 1px solid #797979;
  border-radius: clamp(12px, 1.0417vw, 20px);
  background: rgba(10, 10, 10, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.service-item-cta__text {
  margin: 0 0 clamp(24px, 2.083vw, 40px);
  color: #fff;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: 2;
}
.service-item-cta__text :is(p, span, li, div, strong, em, a) {
  color: inherit !important;
}
.service-item-gallery {
  margin-bottom: clamp(48px, 4.6875vw, 90px);
}
.service-item-gallery__grid {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.1458vw, 22px);
}
@media (min-width: 768px) {
  .service-item-gallery__grid {
    display: grid;
    grid-template-columns: 674fr 340fr 215fr 282fr;
    grid-template-rows: clamp(160px, 14.3229vw, 275px) clamp(160px, 14.3229vw, 275px);
    align-items: stretch;
  }
}
.service-item-gallery__col {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.1458vw, 22px);
  min-width: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .service-item-gallery__col--primary {
    grid-column: 1;
    grid-row: 1/3;
    height: 100%;
  }
  .service-item-gallery__col--primary .service-item-gallery__figure--landscape,
  .service-item-gallery__col--primary .service-item-gallery__pair {
    flex: 1 1 0;
    min-height: 0;
  }
}
.service-item-gallery__col--tall {
  overflow: hidden;
  background: #d9d9d9;
}
@media (min-width: 768px) {
  .service-item-gallery__col--tall {
    grid-column: 2;
    grid-row: 1/3;
  }
}
.service-item-gallery__col--tall .service-item-gallery__lightbox,
.service-item-gallery__col--tall img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-item-gallery__col--tall .service-item-gallery__lightbox {
  flex: 1 1 auto;
  min-height: 0;
}
@media (min-width: 768px) {
  .service-item-gallery__col--narrow {
    grid-column: 3;
    grid-row: 1/3;
  }
}
@media (min-width: 768px) {
  .service-item-gallery__col--aside {
    grid-column: 4;
    grid-row: 1/3;
    height: 100%;
  }
  .service-item-gallery__col--aside .service-item-gallery__figure--square,
  .service-item-gallery__col--aside .service-item-gallery__see-more {
    flex: 1 1 0;
    min-height: 0;
  }
}
.service-item-gallery__lightbox {
  display: block;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}
.service-item-gallery__figure {
  overflow: hidden;
  margin: 0;
  background: #d9d9d9;
  min-height: clamp(160px, 14.3229vw, 275px);
}
.service-item-gallery__figure img,
.service-item-gallery__figure .service-item-gallery__lightbox img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-item-gallery__figure--landscape {
  aspect-ratio: 674/275;
}
@media (min-width: 768px) {
  .service-item-gallery__figure--landscape {
    aspect-ratio: auto;
    min-height: 0;
  }
}
.service-item-gallery__figure--square {
  aspect-ratio: 282/275;
}
@media (min-width: 768px) {
  .service-item-gallery__figure--square {
    aspect-ratio: auto;
    min-height: 0;
  }
}
.service-item-gallery__pair {
  display: flex;
  gap: clamp(12px, 1.1458vw, 22px);
  min-height: clamp(160px, 14.3229vw, 275px);
}
@media (min-width: 768px) {
  .service-item-gallery__pair {
    min-height: 0;
  }
}
.service-item-gallery__pair .service-item-gallery__figure {
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
}
.service-item-gallery__pair .service-item-gallery__figure:first-child {
  flex: 315 1 0;
}
.service-item-gallery__pair .service-item-gallery__figure:last-child {
  flex: 336 1 0;
}
.service-item-gallery__see-more {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 0.625vw, 12px);
  width: 100%;
  min-height: clamp(160px, 14.3229vw, 275px);
  border: 0;
  border-radius: clamp(12px, 1.0417vw, 20px);
  background: #d9d9d9;
  color: #000;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s ease;
}
@media (hover: hover) {
  .service-item-gallery__see-more:hover {
    background: #cfcfcf;
  }
}
.service-item-gallery__see-more svg {
  width: clamp(36px, 2.5vw, 48px);
  height: auto;
}
.service-item-other {
  overflow: hidden;
}
.service-item-other__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 1.5625vw, 30px);
  margin-bottom: clamp(28px, 2.6042vw, 50px);
}
.service-item-other__title {
  margin: 0;
  color: #000;
  font-family: "Luxia", serif;
  font-size: clamp(32px, 2.8125vw, 54px);
  font-weight: 400;
  line-height: 1.15;
}
.service-item-other__arrows {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-shrink: 0;
}
.service-item-other__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.6042vw, 50px);
  height: clamp(40px, 2.6042vw, 50px);
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  padding: 0;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.service-item-other__arrow--next {
  margin-left: clamp(-10px, -0.7292vw, -14px);
  position: relative;
  z-index: 1;
}
@media (hover: hover) {
  .service-item-other__arrow:hover {
    background: #f8f8f8;
    border-color: #d9d9d9;
  }
  .service-item-other__arrow:hover svg {
    transform: translateX(0);
  }
  .service-item-other__arrow--prev:hover svg {
    transform: translateX(-2px);
  }
  .service-item-other__arrow--next:hover svg {
    transform: translateX(2px);
  }
}
.service-item-other__arrow svg {
  width: clamp(18px, 1.5625vw, 30px);
  height: auto;
  transition: transform 0.25s ease;
}
.service-item-other__slider {
  margin: 0 clamp(-6px, -0.651vw, -12.5px);
}
.service-item-other__slider .slick-list {
  overflow: hidden;
}
.service-item-other__slider .slick-track {
  display: flex;
  align-items: flex-start;
}
.service-item-other__slider .slick-slide {
  height: auto;
  padding: 0 clamp(6px, 0.651vw, 12.5px);
}
.service-item-other__slider .slick-slide > div {
  height: 100%;
}
.service-item-other__slider .slick-slide:nth-child(odd) .service-item-other__card-media {
  aspect-ratio: 371/469;
}
.service-item-other__slider .slick-slide:nth-child(even) .service-item-other__card-media {
  aspect-ratio: 371/410;
}
.service-item-other__card {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  .service-item-other__card:hover {
    color: inherit;
    text-decoration: none;
  }
  .service-item-other__card:hover .service-item-other__card-title {
    color: #035A46;
  }
  .service-item-other__card:hover .service-item-other__card-media img {
    transform: scale(1.04);
  }
}
.service-item-other__card-media {
  overflow: hidden;
  border-radius: clamp(8px, 0.5208vw, 10px);
  background: #d9d9d9;
}
.service-item-other__card-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.service-item-other__card-title {
  margin: clamp(12px, 1.0417vw, 20px) 0 0;
  color: #000;
  font-family: "Luxia", serif;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.2s ease;
}

.blog-page__section-title {
  margin: 0 0 clamp(32px, 2.1875vw, 42px);
  color: #050607;
  font-family: "Luxia", serif;
  font-weight: 400;
  font-size: clamp(28px, 1.875vw, 36px);
  line-height: 1.2;
  scroll-margin-top: clamp(80px, 12vw, 120px);
}
@media (max-width: 767px) {
  .blog-page__section-title {
    font-size: clamp(24px, 6.4vw, 30px);
    line-height: 1.25;
    margin-bottom: clamp(20px, 5.33vw, 28px);
  }
}
.blog-page__date {
  display: block;
  color: #919191;
  font-size: clamp(13px, 0.8333vw, 16px);
  line-height: 1.4;
}
.blog-page__read-more {
  color: #919191;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (hover: hover) {
  .blog-page__read-more:hover {
    color: #035A46;
  }
}
.blog-page__arrow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(40px, 2.6042vw, 50px);
  height: clamp(40px, 2.6042vw, 50px);
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #000;
  text-decoration: none;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.2s ease;
}
.blog-page__arrow-btn svg {
  width: clamp(18px, 1.25vw, 24px);
  height: auto;
}
@media (hover: hover) {
  .blog-page__arrow-btn:hover {
    transform: translateX(4px);
    background: #f3f3f3;
  }
}
.blog-page__play-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.6042vw, 50px);
  height: clamp(40px, 2.6042vw, 50px);
  padding: 0;
  border: 1px solid #DEDEDE;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.31);
  color: #000;
  cursor: pointer;
  pointer-events: auto;
  z-index: 2;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.2s ease;
}
.blog-page__play-btn svg {
  width: clamp(14px, 0.9375vw, 18px);
  height: auto;
  margin-left: 2px;
  pointer-events: none;
}
@media (hover: hover) {
  .blog-page__play-btn:hover {
    transform: scale(1.06);
    background: rgba(255, 255, 255, 0.92);
  }
}
.blog-page__play-btn--sm {
  width: clamp(26px, 1.5625vw, 30px);
  height: clamp(26px, 1.5625vw, 30px);
}
.blog-page__play-btn--sm svg {
  width: clamp(10px, 0.625vw, 12px);
}
.blog-page__hero {
  padding-top: clamp(28px, 2.5vw, 48px);
}
@media (max-width: 767px) {
  .blog-page__hero {
    padding-top: clamp(20px, 5.33vw, 28px);
    padding-bottom: clamp(8px, 2.0833vw, 16px);
  }
}
.blog-page__hero-main {
  min-width: 0;
}
.blog-page__hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 2.5vw, 48px);
}
@media (max-width: 767px) {
  .blog-page__hero-grid {
    gap: clamp(28px, 7.5vw, 40px);
  }
}
@media (min-width: 992px) {
  .blog-page__hero-grid {
    grid-template-columns: minmax(0, 1102fr) minmax(0, 442fr);
    gap: clamp(28px, 1.875vw, 36px);
    align-items: start;
  }
}
.blog-page__featured {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: clamp(8px, 0.5208vw, 10px);
  color: #fff;
  text-decoration: none;
  min-height: clamp(280px, 29.1667vw, 560px);
}
@media (max-width: 767px) {
  .blog-page__featured {
    background: #fff;
    color: #000;
  }
}
@media (hover: hover) {
  .blog-page__featured:hover {
    color: #fff;
    text-decoration: none;
  }
  .blog-page__featured:hover img {
    transform: scale(1.04);
  }
}
@media (max-width: 767px) and (hover: hover) {
  .blog-page__featured:hover {
    color: #000;
  }
}
.blog-page__featured-media {
  position: absolute;
  inset: 0;
}
@media (max-width: 767px) {
  .blog-page__featured-media {
    position: relative;
    height: clamp(220px, 58vw, 280px);
  }
}
.blog-page__featured-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.44);
  pointer-events: none;
}
.blog-page__featured-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.blog-page__featured-date {
  position: absolute;
  top: clamp(20px, 2.0833vw, 40px);
  right: clamp(20px, 2.0833vw, 40px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: clamp(2px, 0.26vw, 4px);
  color: #fff;
  font-family: "Luxia", serif;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .blog-page__featured-date {
    top: clamp(14px, 3.75vw, 20px);
    right: clamp(14px, 3.75vw, 20px);
  }
}
.blog-page__featured-date-top {
  display: flex;
  align-items: baseline;
  gap: clamp(6px, 0.4167vw, 8px);
  font-size: clamp(24px, 1.875vw, 36px);
}
.blog-page__featured-date-month, .blog-page__featured-date-day {
  font-family: "Luxia", serif;
  font-size: clamp(24px, 1.875vw, 36px);
  color: #fff;
}
@media (max-width: 767px) {
  .blog-page__featured-date-month, .blog-page__featured-date-day {
    font-size: clamp(18px, 4.8vw, 24px);
  }
}
.blog-page__featured-date-year {
  font-family: "Luxia", serif;
  font-size: clamp(24px, 1.875vw, 36px);
  color: #fff;
  text-transform: none;
}
@media (max-width: 767px) {
  .blog-page__featured-date-year {
    font-size: clamp(18px, 4.8vw, 24px);
  }
}
.blog-page__featured-body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(16px, 1.5625vw, 30px);
  padding: clamp(24px, 1.355vw, 26px);
}
@media (max-width: 767px) {
  .blog-page__featured-body {
    position: static;
    align-items: flex-end;
    padding: clamp(16px, 4.27vw, 20px);
    background: #fff;
  }
  .blog-page__featured-body .blog-page__arrow-btn {
    border: 1px solid #dedede;
    background: #fff;
  }
}
.blog-page__featured-copy {
  max-width: min(100%, 910px);
}
@media (max-width: 767px) {
  .blog-page__featured-copy {
    max-width: 100%;
    padding-right: clamp(8px, 2.0833vw, 12px);
  }
}
.blog-page__featured-title {
  margin: 0 0 clamp(12px, 1.0417vw, 20px);
  color: #fff;
  font-family: "Luxia", serif;
  font-weight: 400;
  font-size: clamp(28px, 2.8125vw, 54px);
  line-height: 1.15;
}
@media (max-width: 767px) {
  .blog-page__featured-title {
    margin-bottom: 0;
    color: #000;
    font-size: clamp(20px, 5.33vw, 24px);
    line-height: 1.3;
  }
}
.blog-page__featured-excerpt {
  margin: 0;
  max-width: 952px;
  color: #fff;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 767px) {
  .blog-page__featured-excerpt {
    display: none;
  }
}
.blog-page__recent-list {
  display: flex;
  flex-direction: column;
  padding-top: 0;
}
@media (max-width: 991px) {
  .blog-page__recent-list {
    padding-top: clamp(8px, 2.0833vw, 16px);
    border-top: 1px solid #e9e9e9;
  }
}
.blog-page__recent-item {
  display: block;
  padding-bottom: clamp(8px, 0.84vw, 16px);
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #e9e9e9;
}
.blog-page__recent-item:not(:last-child) {
  margin-bottom: clamp(20px, 1.875vw, 36px);
}
@media (max-width: 767px) {
  .blog-page__recent-item:not(:last-child) {
    margin-bottom: clamp(16px, 4.27vw, 24px);
  }
}
@media (hover: hover) {
  .blog-page__recent-item:hover {
    color: inherit;
    text-decoration: none;
  }
  .blog-page__recent-item:hover .blog-page__recent-title {
    color: #035A46;
  }
}
.blog-page__recent-title {
  margin: clamp(9px, 0.94vw, 18px) 0 clamp(13px, 1.198vw, 23px);
  color: #000;
  font-family: "Luxia", serif;
  font-weight: 400;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.35;
  transition: color 0.2s ease;
}
@media (max-width: 767px) {
  .blog-page__recent-title {
    font-size: clamp(16px, 4.27vw, 20px);
    line-height: 1.4;
  }
}
.blog-page__mini-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 2.0833vw, 32px);
  margin-top: clamp(32px, 2.5vw, 36px);
}
@media (min-width: 768px) {
  .blog-page__mini-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.blog-page__mini-card {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  .blog-page__mini-card:hover {
    color: inherit;
    text-decoration: none;
  }
  .blog-page__mini-card:hover img {
    transform: scale(1.05);
  }
  .blog-page__mini-card:hover h3 {
    color: #035A46;
  }
}
.blog-page__mini-media {
  overflow: hidden;
  border-radius: clamp(4px, 0.2604vw, 5px);
}
.blog-page__mini-media img {
  display: block;
  width: 100%;
  height: clamp(180px, 12.6563vw, 243px);
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.blog-page__mini-card h3 {
  margin: clamp(10px, 0.7292vw, 14px) 0 0;
  color: #000;
  font-family: "Luxia", serif;
  font-weight: 400;
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 1.45;
  transition: color 0.2s ease;
}
@media (max-width: 767px) {
  .blog-page__mini-card h3 {
    font-size: clamp(15px, 4vw, 18px);
    padding-bottom: clamp(4px, 1.04vw, 8px);
  }
}
.blog-page__mini-card .blog-page__date {
  display: block;
  margin-top: clamp(12px, 0.9375vw, 18px);
}
.blog-page__videos {
  padding-top: clamp(48px, 4.1667vw, 80px);
}
@media (max-width: 767px) {
  .blog-page__videos {
    padding-top: clamp(36px, 9.6vw, 48px);
  }
}
.blog-page__videos-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(32px, 2.5vw, 48px);
}
@media (min-width: 992px) {
  .blog-page__videos-grid {
    grid-template-columns: minmax(0, 1102fr) minmax(0, 434fr);
    gap: clamp(28px, 2.2917vw, 44px);
    align-items: start;
  }
}
.blog-page__video-featured {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  border-radius: clamp(8px, 0.5208vw, 10px);
  background: #f3f3f3;
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  .blog-page__video-featured:hover {
    color: inherit;
    text-decoration: none;
  }
  .blog-page__video-featured:hover img {
    transform: scale(1.04);
  }
}
@media (max-width: 767px) {
  .blog-page__video-featured {
    height: auto;
  }
}
@media (min-width: 768px) {
  .blog-page__video-featured {
    grid-template-columns: minmax(0, 537fr) minmax(0, 565fr);
    height: 330px;
  }
}
@media (min-width: 992px) {
  .blog-page__video-featured {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .blog-page__video-featured {
    height: clamp(390px, 22.0833vw, 424px);
  }
}
.blog-page__video-featured-media {
  position: relative;
  min-height: clamp(220px, 18.75vw, 360px);
}
@media (max-width: 767px) {
  .blog-page__video-featured-media {
    height: clamp(200px, 53.33vw, 260px);
    min-height: 0;
    border-radius: clamp(8px, 0.5208vw, 10px) clamp(8px, 0.5208vw, 10px) 0 0;
  }
}
@media (min-width: 768px) {
  .blog-page__video-featured-media {
    border-radius: clamp(8px, 0.5208vw, 10px) 0 0 clamp(8px, 0.5208vw, 10px);
  }
}
.blog-page__video-featured-media img, .blog-page__video-featured-media video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-page__video-featured-media .blog-page__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-page__video-featured-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 2.0833vw, 46px) clamp(24px, 2.0833vw, 46px) clamp(24px, 2.0833vw, 40px);
}
@media (max-width: 767px) {
  .blog-page__video-featured-content {
    padding: clamp(16px, 4.27vw, 24px);
    border-radius: 0 0 clamp(8px, 0.5208vw, 10px) clamp(8px, 0.5208vw, 10px);
  }
}
@media (min-width: 768px) {
  .blog-page__video-featured-content {
    border-radius: 0 clamp(8px, 0.5208vw, 10px) clamp(8px, 0.5208vw, 10px) 0;
  }
}
.blog-page__video-featured-title {
  margin: clamp(8px, 0.625vw, 12px) 0 clamp(12px, 1.0417vw, 20px);
  color: #000;
  font-family: "Luxia", serif;
}
@media (max-width: 767px) {
  .blog-page__video-featured-title {
    font-size: clamp(16px, 4.27vw, 20px);
    line-height: 1.35;
  }
}
.blog-page__video-featured-excerpt {
  margin: 0 0 clamp(20px, 1.5625vw, 30px);
  color: #231f20;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 767px) {
  .blog-page__video-featured-excerpt {
    line-height: 1.65;
    margin-bottom: clamp(12px, 3.2vw, 20px);
  }
}
.blog-page__video-featured-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}
.blog-page__video-list {
  display: flex;
  flex-direction: column;
}
.blog-page__video-item {
  display: grid;
  grid-template-columns: clamp(110px, 7.8646vw, 151px) minmax(0, 1fr);
  gap: clamp(16px, 1.3542vw, 26px);
  align-items: start;
  padding-bottom: clamp(9px, 0.94vw, 18px);
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #e9e9e9;
}
.blog-page__video-item:not(:last-child) {
  margin-bottom: clamp(10px, 0.94vw, 18px);
}
@media (hover: hover) {
  .blog-page__video-item:hover {
    color: inherit;
    text-decoration: none;
  }
  .blog-page__video-item:hover .blog-page__video-item-title {
    color: #035A46;
  }
}
.blog-page__video-item-media {
  position: relative;
  overflow: hidden;
  border-radius: clamp(4px, 0.2604vw, 5px);
}
.blog-page__video-item-media img {
  display: block;
  width: 100%;
  height: clamp(88px, 6.0938vw, 117px);
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-page__video-item-media .blog-page__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-page__video-item-title {
  margin: clamp(6px, 0.5208vw, 10px) 0 clamp(8px, 0.625vw, 12px);
  color: #000;
  font-family: "Luxia", serif;
  font-weight: 400;
  font-size: clamp(16px, 0.9375vw, 18px);
  transition: color 0.2s ease;
}
.blog-page__concierge {
  padding-top: clamp(48px, 4.1667vw, 80px);
}
@media (max-width: 767px) {
  .blog-page__concierge {
    padding-top: clamp(36px, 9.6vw, 48px);
  }
}
.blog-page__concierge-grid {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: clamp(28px, 2.5vw, 48px);
       column-gap: clamp(28px, 2.5vw, 48px);
  row-gap: clamp(40px, 4.2vw, 80px);
}
@media (max-width: 767px) {
  .blog-page__concierge-grid {
    row-gap: clamp(32px, 8.5vw, 48px);
  }
}
@media (min-width: 768px) {
  .blog-page__concierge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: clamp(24px, 2.0833vw, 32px);
         column-gap: clamp(24px, 2.0833vw, 32px);
  }
}
@media (min-width: 992px) {
  .blog-page__concierge-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.blog-page__concierge-card {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  .blog-page__concierge-card:hover {
    color: inherit;
    text-decoration: none;
  }
  .blog-page__concierge-card:hover img {
    transform: scale(1.04);
  }
  .blog-page__concierge-card:hover h3 {
    color: #035A46;
  }
}
.blog-page__concierge-media {
  overflow: hidden;
  border-radius: clamp(8px, 0.5208vw, 10px);
  margin-bottom: 0;
}
.blog-page__concierge-media img {
  display: block;
  width: 100%;
  aspect-ratio: 505/336;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.blog-page__concierge-card h3 {
  margin: clamp(12px, 0.94vw, 18px) 0 0;
  color: #000;
  font-family: "Luxia", serif;
  font-weight: 400;
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 1.45;
  transition: color 0.2s ease;
}
.blog-page__concierge-card .blog-page__date {
  display: block;
  margin-top: clamp(18px, 1.25vw, 28px);
}

body.blog-video-modal-open {
  overflow: hidden;
}

.blog-video-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 2.0833vw, 40px);
}
.blog-video-modal[hidden] {
  display: none;
}
.blog-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  cursor: pointer;
}
.blog-video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 960px);
}
.blog-video-modal__close {
  position: absolute;
  top: clamp(-48px, -2.6042vw, -40px);
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(36px, 2.6042vw, 44px);
  height: clamp(36px, 2.6042vw, 44px);
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease;
}
@media (hover: hover) {
  .blog-video-modal__close:hover {
    background: rgba(255, 255, 255, 0.28);
  }
}
.blog-video-modal__player {
  position: relative;
  overflow: hidden;
  border-radius: clamp(8px, 0.5208vw, 12px);
  background: #000;
  aspect-ratio: 16/9;
}
.blog-video-modal__video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #000;
}
.blog-video-modal__toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(48px, 3.125vw, 60px);
  height: clamp(48px, 3.125vw, 60px);
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #000;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(0.94);
  cursor: pointer;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background 0.2s ease;
}
.blog-video-modal__toggle svg {
  width: clamp(18px, 1.25vw, 24px);
  height: auto;
  pointer-events: none;
}
@media (hover: hover) {
  .blog-video-modal__player:hover .blog-video-modal__toggle {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
  }
  .blog-video-modal__toggle:hover {
    background: #fff;
  }
}
@media (hover: none) {
  .blog-video-modal__player.is-playing .blog-video-modal__toggle, .blog-video-modal__player.is-paused .blog-video-modal__toggle {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
  }
}
.blog-video-modal__icon-play {
  display: none;
  margin-left: 2px;
}
.blog-video-modal__player.is-playing .blog-video-modal__icon-pause {
  display: block;
}
.blog-video-modal__player.is-playing .blog-video-modal__icon-play {
  display: none;
}
.blog-video-modal__player.is-paused .blog-video-modal__icon-pause {
  display: none;
}
.blog-video-modal__player.is-paused .blog-video-modal__icon-play {
  display: block;
}

.blog-detail .list li::before {
  width: clamp(20px, 1.25vw, 24px);
  height: clamp(20px, 1.25vw, 24px);
  background-size: clamp(16px, 1.87498vw, 24px);
}
.blog-detail__intro {
  margin: 0 auto clamp(40px, 4.167vw, 80px);
  text-align: center;
}
@media (min-width: 768px) {
  .blog-detail__intro {
    max-width: clamp(280px, 72.9167vw, 1400px);
  }
}
.blog-detail__title {
  margin: 0 0 clamp(12px, 1.667vw, 32px);
  font-family: "Luxia", serif;
  font-size: clamp(28px, 2.8125vw, 54px);
  font-weight: 400;
  line-height: normal;
  color: #000;
}
.blog-detail__date {
  margin: 0;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: normal;
  color: #919191;
}
.blog-detail__hero-media {
  margin: 0 0 clamp(32px, 3.125vw, 60px);
}
.blog-detail__hero-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: clamp(12px, 1.0417vw, 20px);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1580/669;
}
.blog-detail__hero-media.blog-detail__inline-media--video .blog-detail__inline-media-wrap iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1580/669;
  border: 0;
  border-radius: clamp(12px, 1.0417vw, 20px);
}
.blog-detail__layout {
  display: grid;
  gap: clamp(40px, 3.125vw, 60px);
}
@media (min-width: 1200px) {
  .blog-detail__layout {
    grid-template-columns: minmax(0, 1.715fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(24px, 1.5625vw, 30px);
  }
}
.blog-detail__content {
  min-width: 0;
}
.blog-detail__prose p {
  margin: 0;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: 2;
  color: #231f20;
}
.blog-detail__prose p + p {
  margin-top: clamp(16px, 1.6667vw, 32px);
}
.blog-detail__prose + .blog-detail__heading,
.blog-detail__prose + .blog-detail__inline-media,
.blog-detail__prose + .blog-detail__stats-grid,
.blog-detail__prose + .blog-detail__points {
  margin-top: clamp(24px, 2.0833vw, 40px);
}
.blog-detail__heading {
  margin: clamp(24px, 2.0833vw, 40px) 0 clamp(20px, 1.5625vw, 30px);
  font-family: "Luxia", serif;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 400;
  line-height: normal;
  color: #000;
}
.blog-detail__inline-media {
  margin: 0 0 clamp(24px, 2.0833vw, 40px);
}
.blog-detail__inline-media img,
.blog-detail__inline-media video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: clamp(12px, 1.0417vw, 20px);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1069/460;
}
.blog-detail__inline-media video {
  background: #000;
}
.blog-detail__inline-media--video .blog-detail__inline-media-wrap {
  position: relative;
  overflow: hidden;
  border-radius: clamp(12px, 1.0417vw, 20px);
}
.blog-detail__inline-media--video .blog-detail__inline-media-wrap img {
  border-radius: 0;
}
.blog-detail__inline-media--video .blog-detail__inline-media-wrap iframe {
  display: block;
  width: 100%;
  aspect-ratio: 1069/460;
  border: 0;
  border-radius: clamp(12px, 1.0417vw, 20px);
}
.blog-detail__inline-media--video .blog-detail__inline-media-wrap .blog-page__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.6042vw, 50px);
  height: clamp(40px, 2.6042vw, 50px);
  padding: 0;
  border: 1px solid #dedede;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.31);
  color: #000;
  cursor: pointer;
  pointer-events: auto;
  z-index: 2;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.2s ease;
}
.blog-detail__inline-media--video .blog-detail__inline-media-wrap .blog-page__play-btn svg {
  width: clamp(14px, 0.9375vw, 18px);
  height: auto;
  margin-left: 2px;
  pointer-events: none;
}
@media (hover: hover) {
  .blog-detail__inline-media--video .blog-detail__inline-media-wrap .blog-page__play-btn:hover {
    transform: translate(-50%, -50%) scale(1.06);
    background: rgba(255, 255, 255, 0.92);
  }
}
.blog-detail__stats-grid {
  display: grid;
  gap: clamp(24px, 2.0833vw, 40px) clamp(20px, 2.6042vw, 50px);
  margin-bottom: clamp(24px, 2.0833vw, 40px);
}
@media (min-width: 768px) {
  .blog-detail__stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.blog-detail__stat {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 0.625vw, 12px);
}
.blog-detail__stat p {
  margin: 0;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: 2;
  color: #231f20;
}
.blog-detail__stat-num {
  font-family: "Luxia", serif;
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: normal;
  color: #919191;
}
.blog-detail__points {
  margin: 0 0 clamp(24px, 2.0833vw, 40px);
  padding: 0;
  list-style: none;
}
.blog-detail__points li {
  position: relative;
  padding-left: clamp(28px, 2.0833vw, 40px);
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: 2;
  color: #231f20;
}
.blog-detail__points li + li {
  margin-top: clamp(12px, 1.0417vw, 20px);
}
.blog-detail__faq {
  margin-top: clamp(32px, 3.125vw, 60px);
}
.blog-detail__faq-title {
  margin: 0 0 clamp(20px, 1.5625vw, 30px);
  font-family: "Luxia", serif;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 400;
  line-height: normal;
  color: #000;
}
.blog-detail__post-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: clamp(32px, 3.125vw, 60px);
  padding-top: clamp(20px, 1.5625vw, 26px);
  padding-bottom: clamp(20px, 1.5625vw, 26px);
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.blog-detail__share {
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 0.5208vw, 10px);
  padding: 0;
  border: 0;
  background: transparent;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: normal;
  color: #000;
  cursor: pointer;
}
.blog-detail__share svg {
  display: block;
  width: clamp(20px, 1.25vw, 24px);
  height: clamp(20px, 1.25vw, 24px);
}
.blog-detail__post-links {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.0833vw, 40px);
}
.blog-detail__post-link {
  display: inline-flex;
  align-items: center;
  gap: clamp(6px, 0.4167vw, 8px);
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: normal;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.blog-detail__post-link svg {
  display: block;
  width: clamp(20px, 1.25vw, 24px);
  height: clamp(20px, 1.25vw, 24px);
}
.blog-detail__post-link:hover {
  color: #035A46;
}
.blog-detail__sidebar {
  padding: clamp(24px, 2.0833vw, 40px) clamp(20px, 1.5625vw, 30px);
  background: #f8f8f8;
  border-radius: clamp(8px, 0.5208vw, 10px);
}
@media (min-width: 1200px) {
  .blog-detail__sidebar {
    position: sticky;
    top: clamp(70px, 4.8125vw, 74px);
  }
}
.blog-detail__sidebar-title {
  margin: 0 0 clamp(20px, 1.5625vw, 30px);
  font-family: "Luxia", serif;
  font-size: clamp(24px, 1.875vw, 36px);
  font-weight: 400;
  line-height: normal;
  color: #000;
}
.blog-detail__recent-list {
  display: flex;
  flex-direction: column;
}
.blog-detail__recent-item {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 1.0417vw, 20px);
  padding: clamp(16px, 1.25vw, 24px) 0;
  border-bottom: 1px solid #e9e9e9;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.blog-detail__recent-item:first-child {
  padding-top: 0;
}
.blog-detail__recent-item:hover .blog-detail__recent-title,
.blog-detail__recent-item:hover .blog-detail__recent-more {
  color: #035A46;
}
.blog-detail__recent-media {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  width: clamp(100px, 7.8646vw, 151px);
  border-radius: clamp(4px, 0.2604vw, 5px);
}
.blog-detail__recent-media img {
  display: block;
  width: 100%;
  height: clamp(76px, 6.0938vw, 117px);
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-detail__recent-item--video .blog-detail__recent-media .blog-page__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(26px, 1.5625vw, 30px);
  height: clamp(26px, 1.5625vw, 30px);
  padding: 0;
  border: 1px solid #dedede;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.31);
  color: #000;
  cursor: pointer;
  pointer-events: auto;
  z-index: 2;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.2s ease;
}
.blog-detail__recent-item--video .blog-detail__recent-media .blog-page__play-btn svg {
  width: clamp(10px, 0.625vw, 12px);
  height: auto;
  margin-left: 2px;
  pointer-events: none;
}
@media (hover: hover) {
  .blog-detail__recent-item--video .blog-detail__recent-media .blog-page__play-btn:hover {
    transform: translate(-50%, -50%) scale(1.06);
    background: rgba(255, 255, 255, 0.92);
  }
}
.blog-detail__recent-copy {
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 0.4167vw, 8px);
  min-width: 0;
}
.blog-detail__recent-date {
  font-size: clamp(12px, 0.7292vw, 14px);
  font-weight: 500;
  line-height: normal;
  color: #919191;
}
.blog-detail__recent-title {
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  transition: color 0.3s ease;
}
.blog-detail__recent-more {
  font-size: clamp(12px, 0.7292vw, 14px);
  font-weight: 500;
  line-height: normal;
  color: #000;
  transition: color 0.3s ease;
}
.blog-detail__recent-empty {
  margin: 0;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: 1.5;
  color: #919191;
}
.blog-detail__sidebar-more {
  display: block;
  margin-top: clamp(20px, 1.5625vw, 30px);
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: normal;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.blog-detail__sidebar-more:hover {
  color: #035A46;
}

.blog-detail-faq {
  border-radius: clamp(8px, 0.5208vw, 10px);
  background: #F3F3F3;
  overflow: hidden;
}
.blog-detail-faq + .blog-detail-faq {
  margin-top: clamp(12px, 0.8333vw, 16px);
}
.blog-detail-faq__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: clamp(72px, 5.9375vw, 114px);
  padding: clamp(16px, 1.25vw, 24px) clamp(20px, 1.5625vw, 30px);
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: #000;
}
.blog-detail-faq__trigger span:first-child {
  font-family: "Luxia", serif;
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 400;
}
.blog-detail-faq__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(20px, 1.25vw, 24px);
  height: clamp(20px, 1.25vw, 24px);
  transition: transform 0.3s ease;
}
.blog-detail-faq__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.blog-detail-faq__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.blog-detail-faq__content p {
  margin: 0;
  padding: 0 clamp(20px, 1.5625vw, 30px) clamp(16px, 1.25vw, 24px);
  font-size: clamp(14px, 0.8333vw, 16px);
  font-weight: 500;
  line-height: 2;
  color: #231f20;
}
.blog-detail-faq.active .blog-detail-faq__icon {
  transform: rotate(180deg);
}

.terms-page {
  padding-bottom: clamp(60px, 5.208vw, 100px);
}
.terms-page .terms-content {
  max-width: 1580px;
  margin: 0 auto;
  color: #231f20;
}
.terms-page .terms-content h2 {
  font-family: "Luxia", serif;
  font-size: clamp(36px, 3.125vw, 60px);
  font-weight: 400;
  line-height: 1.15;
  color: #000;
  margin: clamp(42px, 3.385vw, 65px) 0 clamp(18px, 1.5625vw, 30px);
}
.terms-page .terms-content h2:first-child {
  margin-top: clamp(24px, 2.083vw, 40px);
}
.terms-page .terms-content h2:not(:first-child) {
  font-size: clamp(30px, 2.1875vw, 42px);
  line-height: 1.2;
  margin: clamp(34px, 2.6042vw, 50px) 0 clamp(14px, 1.0417vw, 20px);
}
.terms-page .terms-content h3 {
  font-family: "Luxia", serif;
  font-size: clamp(24px, 1.6667vw, 32px);
  font-weight: 400;
  line-height: 1.25;
  color: #000;
  margin: clamp(34px, 2.5vw, 48px) 0 clamp(14px, 1.0417vw, 20px);
}
.terms-page .terms-content h2 *,
.terms-page .terms-content h3 * {
  font: inherit;
  color: inherit;
  line-height: inherit;
}
.terms-page .terms-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: clamp(14px, 1.25vw, 24px);
  word-break: break-word;
}
.terms-page .terms-content ul,
.terms-page .terms-content ol {
  margin: 0 0 clamp(18px, 1.25vw, 24px);
  padding-left: clamp(22px, 1.5625vw, 30px);
}
.terms-page .terms-content ul {
  list-style: disc;
}
.terms-page .terms-content ol {
  list-style: decimal;
}
.terms-page .terms-content li {
  display: list-item;
  list-style: inherit;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 6px;
  padding-left: 4px;
}
.terms-page .terms-content a {
  color: #485895;
  font-weight: 500;
  text-decoration: none;
}
.terms-page .terms-content a:hover {
  text-decoration: underline;
}
.terms-page .terms-content .legal-contact__title {
  margin-top: clamp(36px, 3.125vw, 60px);
}
.terms-page .terms-content .legal-contact__intro,
.terms-page .terms-content .legal-contact__details {
  max-width: 900px;
}
.terms-page .terms-content .legal-contact__intro {
  margin-bottom: clamp(14px, 1.0417vw, 20px);
  line-height: 1.8;
}
.terms-page .terms-content .legal-contact__details {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  padding-top: 4px;
}
.terms-page .terms-content .legal-contact__details strong,
.terms-page .terms-content .legal-contact__details span {
  display: block;
}
.terms-page .terms-content .legal-contact__company {
  margin-bottom: 8px;
}
.terms-page .terms-content .legal-contact__details span {
  margin-bottom: 4px;
}
.terms-page .terms-content .legal-contact__details span:last-child {
  margin-bottom: 0;
}

.thank-you-page {
  padding: clamp(24px, 2.5vw, 40px) 0 clamp(64px, 6vw, 120px);
  text-align: center;
}
.thank-you-page__divider {
  height: 1px;
  background: #e9e9e9;
  margin: 0 0 clamp(32px, 3.5vw, 56px);
}
.thank-you-page__visual {
  max-width: 322px;
  margin: 0 auto clamp(28px, 3vw, 40px);
}
.thank-you-page__art {
  position: relative;
  width: 100%;
  max-width: 322px;
  margin: 0 auto;
  aspect-ratio: 1;
}
.thank-you-page__svg, .thank-you-page__svg-fallback {
  display: block;
  width: 100%;
  height: auto;
}
.thank-you-page__content {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .thank-you-page__content {
    max-width: 45%;
  }
}
.thank-you-page__title {
  margin: 0 0 clamp(16px, 1.5vw, 24px);
  font-family: "Luxia", serif;
  font-size: clamp(32px, 3.5vw, 54px);
  font-weight: 400;
  line-height: 1.15;
  color: #000;
}
.thank-you-page__text {
  margin: 0 auto clamp(28px, 3vw, 40px);
  color: #a3a4a7;
}
.thank-you-page.is-ready .thank-you-page__mandala {
  transform-origin: 160.982px 160.984px;
  animation: thank-you-mandala-spin 55s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .thank-you-page .thank-you-page__mandala {
    animation: none !important;
  }
}

@keyframes thank-you-mandala-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.error-page {
  padding: clamp(24px, 2.5vw, 40px) 0 clamp(64px, 6vw, 120px);
  text-align: center;
}
.error-page__divider {
  height: 1px;
  background: #e9e9e9;
  margin: 0 0 clamp(32px, 3.5vw, 56px);
}
.error-page__visual {
  max-width: 406px;
  margin: 0 auto clamp(28px, 3vw, 40px);
}
.error-page__art {
  position: relative;
  width: 100%;
  max-width: 406px;
  margin: 0 auto;
}
.error-page__svg, .error-page__svg-fallback {
  display: block;
  width: 100%;
  height: auto;
}
.error-page__badge {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.error-page__content {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .error-page__content {
    max-width: 45%;
  }
}
.error-page__title {
  margin: 0 0 clamp(16px, 1.5vw, 24px);
  font-family: "Luxia", serif;
  font-size: clamp(32px, 3.5vw, 54px);
  font-weight: 400;
  line-height: 1.15;
  color: #000;
}
.error-page__text {
  margin: 0 auto clamp(28px, 3vw, 40px);
  color: #a3a4a7;
}
.error-page.is-ready .error-page__mandala {
  transform-origin: 203px 211px;
  animation: error-mandala-spin 55s linear infinite;
}
.error-page.is-ready .error-page__deco-item {
  animation: error-deco-float 4.5s ease-in-out infinite;
}
.error-page.is-ready .error-page__deco-item--1 {
  animation-delay: 0.12s;
}
.error-page.is-ready .error-page__deco-item--2 {
  animation-delay: 0.24s;
}
.error-page.is-ready .error-page__deco-item--3 {
  animation-delay: 0.36s;
}
.error-page.is-ready .error-page__deco-item--4 {
  animation-delay: 0.48s;
}
.error-page.is-ready .error-page__deco-item--5 {
  animation-delay: 0.6s;
}
.error-page.is-ready .error-page__deco-item--6 {
  animation-delay: 0.72s;
}
.error-page.is-ready .error-page__deco-item--7 {
  animation-delay: 0.84s;
}
.error-page.is-ready .error-page__deco-item--8 {
  animation-delay: 0.96s;
}
.error-page.is-ready .error-page__deco-item--9 {
  animation-delay: 1.08s;
}
.error-page.is-ready .error-page__deco-item--10 {
  animation-delay: 1.2s;
}
.error-page.is-ready .error-page__deco-item--11 {
  animation-delay: 1.32s;
}
.error-page.is-ready .error-page__deco-item--12 {
  animation-delay: 1.44s;
}
@media (prefers-reduced-motion: reduce) {
  .error-page .error-page__mandala,
  .error-page .error-page__deco-item {
    animation: none !important;
  }
}

@keyframes error-mandala-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes error-deco-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
h1,
.h1,
h2,
.h2,
h3,
h4,
h5,
h6 {
  font-family: "Luxia", serif;
}

h2,
.h2,
h2 span,
.h2 span,
h2 strong {
  color: #000;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (min-width: 576px) {
  h2,
  .h2,
  h2 span,
  .h2 span,
  h2 strong {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  h2,
  .h2,
  h2 span,
  .h2 span,
  h2 strong {
    font-size: 33px;
  }
}
@media (min-width: 1280px) {
  h2,
  .h2,
  h2 span,
  .h2 span,
  h2 strong {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1350px) {
  h2,
  .h2,
  h2 span,
  .h2 span,
  h2 strong {
    font-size: 36px;
    margin-bottom: 22px;
  }
}
@media (min-width: 1440px) {
  h2,
  .h2,
  h2 span,
  .h2 span,
  h2 strong {
    font-size: 40px;
    margin-bottom: 26px;
  }
}
@media (min-width: 1600px) {
  h2,
  .h2,
  h2 span,
  .h2 span,
  h2 strong {
    font-size: 45px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1900px) {
  h2,
  .h2,
  h2 span,
  .h2 span,
  h2 strong {
    font-size: 54px;
    margin-bottom: 32px;
  }
}

h3,
.h3,
.h3 strong {
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 992px) {
  h3,
  .h3,
  .h3 strong {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  h3,
  .h3,
  .h3 strong {
    font-size: 20px;
  }
}
@media (min-width: 1350px) {
  h3,
  .h3,
  .h3 strong {
    font-size: 21px;
  }
}
@media (min-width: 1440px) {
  h3,
  .h3,
  .h3 strong {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  h3,
  .h3,
  .h3 strong {
    font-size: 23px;
  }
}
@media (min-width: 1900px) {
  h3,
  .h3,
  .h3 strong {
    font-size: 24px;
  }
}

h4,
.h4,
.h4 strong {
  font-weight: 500;
  font-size: 18px;
}
@media (min-width: 1350px) {
  h4,
  .h4,
  .h4 strong {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  h4,
  .h4,
  .h4 strong {
    font-size: 21px;
  }
}
@media (min-width: 1600px) {
  h4,
  .h4,
  .h4 strong {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  h4,
  .h4,
  .h4 strong {
    font-size: 24px;
  }
}

h5,
.h5,
.h5 strong {
  font-weight: 500;
  font-size: 12px;
}
@media (min-width: 768px) {
  h5,
  .h5,
  .h5 strong {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  h5,
  .h5,
  .h5 strong {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  h5,
  .h5,
  .h5 strong {
    font-size: 13px;
  }
}
@media (min-width: 1350px) {
  h5,
  .h5,
  .h5 strong {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  h5,
  .h5,
  .h5 strong {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  h5,
  .h5,
  .h5 strong {
    font-size: 15.5px;
  }
}
@media (min-width: 1900px) {
  h5,
  .h5,
  .h5 strong {
    font-size: 16px;
  }
}

p {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */
