* {
  margin: 0;
  box-sizing: border-box;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
  outline: none;
}

html:not(.no-js) [data-aos=fade-up] {
  transform: translate3d(0, 10px, 0);
}
@media (max-width: 768px) {
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 0px, 0);
  }
}

html,
body {
  -webkit-overflow-scrolling: auto;
  scroll-behavior: smooth;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "General Sans", sans-serif;
  padding-top: 100px;
}
@media (max-width: 768px) {
  body {
    padding-top: 80px;
  }
}
body::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: 0.45s linear;
}
body.overlay::before {
  opacity: 1;
}

[data-scroll] {
  opacity: 0;
  will-change: transform, scale, opacity;
  transition: all 0.45s linear;
}
@media (min-width: 768px) {
  [data-scroll] {
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

[data-scroll=in] {
  opacity: 1;
}

@media (min-width: 768px) {
  [data-scroll=in] .char {
    animation: slide-in 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
    animation-delay: calc(1ms * var(--char-index) + 100ms);
  }
}

@keyframes slide-in {
  from {
    transform: translateY(0.65em);
    opacity: 0;
  }
}
.space_10 {
  height: 10px;
}
@media (max-width: 768px) {
  .space_10 {
    height: 5px;
  }
}

.space_20 {
  height: 20px;
}
@media (max-width: 768px) {
  .space_20 {
    height: 10px;
  }
}

.space_30 {
  height: 30px;
}
@media (max-width: 768px) {
  .space_30 {
    height: 15px;
  }
}

.space_40 {
  height: 40px;
}
@media (max-width: 768px) {
  .space_40 {
    height: 20px;
  }
}

.space_50 {
  height: 50px;
}
@media (max-width: 768px) {
  .space_50 {
    height: 25px;
  }
}

.space_60 {
  height: 60px;
}
@media (max-width: 768px) {
  .space_60 {
    height: 30px;
  }
}

.space_70 {
  height: 70px;
}
@media (max-width: 768px) {
  .space_70 {
    height: 35px;
  }
}

.space_80 {
  height: 80px;
}
@media (max-width: 768px) {
  .space_80 {
    height: 40px;
  }
}

.space_90 {
  height: 90px;
}
@media (max-width: 768px) {
  .space_90 {
    height: 45px;
  }
}

.space_100 {
  height: 100px;
}
@media (max-width: 768px) {
  .space_100 {
    height: 50px;
  }
}

.text_center {
  text-align: center;
}

.m_auto {
  margin: 0 auto;
}

.img_fluid {
  max-width: 100%;
  display: block;
}

section {
  background: #fff;
}

.brand_primary_bg {
  background: #b95634;
}

.brand_secondary_bg {
  background: #00606d;
}

.brand_secondary_light_bg {
  background: #9dd4a2;
}

@media (max-width: 768px) {
  .pad_mob_20 {
    padding: 0 20px;
  }
}

.desk_hide {
  display: none;
}
@media (max-width: 768px) {
  .desk_hide {
    display: block;
  }
}

.mob_hide {
  display: block;
}
@media (max-width: 768px) {
  .mob_hide {
    display: none;
  }
}

.mb_0 {
  margin-bottom: 0px !important;
}

.position_relative {
  position: relative;
}

.container {
  max-width: 1248px;
  margin: 0 auto;
}

.browser_video {
  width: 100%;
  background: #fff;
}
.browser_video picture img,
.browser_video video {
  display: block;
  height: 100svh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .browser_video picture img,
  .browser_video video {
    height: calc(100svh + 60px);
  }
}

.scrolling_wrapper {
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scrolling_wrapper::-webkit-scrollbar {
  display: none;
}

.scrolling_wrapper_card {
  flex: 0 0 auto;
  width: 100%;
}

.whatsapp_icon a {
  width: 56px;
  height: 56px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: 0.25s linear;
}
@media (max-width: 768px) {
  .whatsapp_icon a {
    width: 42px;
    height: 42px;
  }
}
.whatsapp_icon a:hover {
  background: #00606d;
}
.whatsapp_icon a:hover svg path {
  fill: #fff;
}
@media (max-width: 768px) {
  .whatsapp_icon a svg {
    width: 20px;
  }
}
.whatsapp_icon a svg path {
  transition: 0.25s linear;
}
.whatsapp_icon_wrap {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: calc(100svh - 100px);
  z-index: 9;
  margin-top: -56px;
  padding: 0 16px;
}

.green_bg::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(234.52deg, rgba(157, 198, 176, 0) 29.19%, #93b571 97.59%) !important;
}
@media (max-width: 768px) {
  .green_bg::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(157, 198, 176, 0) 20%, rgba(147, 181, 113, 0.8) 100%) !important;
  }
}

@keyframes fadeInEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.map_view {
  width: 100%;
  height: calc(100vh - 100px);
}
.map_view .gm-style .gm-style-iw-tc::after {
  background: #00606d;
}
.map_view .gm-style-iw.gm-style-iw-c {
  animation: fadeInEffect 0.25s linear;
}
.map_view .gm-style-iw.gm-style-iw-c + .gm-style-iw-tc::after {
  animation: fadeInEffect 0.25s linear;
}
.map_view .custom_info_window {
  padding: 24px;
  min-width: 240px;
  max-width: 320px;
  background: #00606d;
}
.map_view .custom_info_window--title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  max-width: 90%;
  color: #fff;
}
.map_view .custom_info_window--dist {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8039215686);
}
.map_view .gm-style-iw-ch {
  display: none !important;
}
.map_view .gm-style .gm-style-iw-tc {
  filter: none !important;
}
.map_view .gm-style .gm-style-iw-c {
  padding: 0px !important;
  background: #00606d;
}
.map_view .gm-style-iw-d {
  padding: 0px !important;
  overflow: hidden !important;
}
.map_view .gm-ui-hover-effect {
  position: absolute !important;
  top: 0;
  right: 0;
  height: 38px !important;
  width: 38px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.map_view .gm-ui-hover-effect > span {
  margin: 0 auto !important;
  width: 20px !important;
  height: 20px !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E") !important;
}

.btn {
  display: inline-flex;
  gap: 16px;
  height: var(--Input-Height, 52px);
  min-width: 120px;
  padding: 0px var(--Spacing-base, 24px);
  justify-content: center;
  align-items: center;
  border-radius: 52px;
  font-family: "General Sans", sans-serif;
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  min-width: 120px;
  transition: border-radius 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: border-radius;
}
.btn:hover {
  border-radius: 16px;
}
@media (max-width: 768px) {
  .btn {
    height: 44px;
    font-size: 14px;
    padding: 0px var(--Spacing-base, 16px);
  }
}

.btn_solid.btn_white {
  background: var(--Background-Secondary, #fff);
  border: var(--sds-size-stroke-border) solid var(--Background-Secondary, #fff);
  color: var(--Text-Primary, #0c0c0d);
}
.btn_solid.btn_primary {
  background: var(--Background-Brand-Primary, #00606d);
  border: #00606d solid 1px;
  color: var(--Text-Secondary, #fff);
}
.btn_solid.btn_green {
  background: var(--Background-Brand-Primary, #00606d);
  border: #00606d solid 1px;
  color: var(--Text-Secondary, #fff);
}

.btn_outline.btn_white {
  background: transparent;
  border: #fff 1px solid;
  color: var(--Text-Secondary, #fff);
}
.btn_outline.btn_primary {
  background: transparent;
  border: #00606d 1px solid;
  color: #00606d;
}
.btn_outline.btn_green {
  background: transparent;
  color: var(--Text-Brand-Primary, #00606d);
  border: #00606d solid 1px;
}

.visit_link {
  color: var(--Text-Primary, #0c0c0d);
  font-family: "General Sans", sans-serif;
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  border-radius: 52px;
  background: var(--Background-Secondary, #fff);
  height: 52px;
  display: inline-flex;
  height: var(--Input-Height, 52px);
  min-width: 120px;
  padding: 0px var(--Spacing-base, 24px);
  justify-content: center;
  align-items: center;
  gap: var(--Spacing-xs, 4px);
  transition: border-radius 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  will-change: border-radius;
}
.visit_link:hover {
  border-radius: 0px;
}
@media (max-width: 768px) {
  .visit_link {
    padding: 0px var(--Spacing-base, 16px);
    height: 44px;
    font-size: 14px;
  }
}
.visit_link span {
  color: var(--Text-Brand-Parent, #b95634);
  font-weight: 600;
  line-height: 160%;
}

body.home {
  padding-top: 0px;
}
body.home header {
  background: transparent;
}
body.home header.scroll-up {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
body.home header #menu_open svg path {
  fill: #fff;
}

header {
  background: #fff;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.35s linear;
}
header.scroll-down {
  transform: translateY(-100%);
  transition: transform 0.35s linear;
}
header.scroll-up {
  transform: translateY(0);
  transition: transform 0.35s linear;
  background: #fff;
}

.header {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header {
    padding: 0 20px;
    height: 80px;
  }
}
.header .btn_outline.btn_white {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.header--logo svg {
  display: block;
}
@media (max-width: 768px) {
  .header--logo svg {
    height: 34px;
    width: auto;
  }
}
.header_links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header_links_group {
  display: flex;
}
@media (max-width: 768px) {
  .header_links_group {
    display: none;
  }
}
.header_links_group a:hover {
  border-radius: 52px;
}
.header_links_group_each:first-child a {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.header_links_group_each:not(:first-child):not(:last-child) a {
  border-radius: 0;
}
.header_links_group_each:last-child a {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 0px !important;
}
@media (max-width: 768px) {
  .header_links_each {
    display: none;
  }
  .header_links_each.hamburger {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .header_links_each.hamburger .logo a {
    height: auto;
    padding: 0px;
    display: block;
  }
  .header_links_each.hamburger .logo svg,
  .header_links_each.hamburger .logo img {
    width: auto;
    height: 32px;
    display: block;
  }
  .header_links_each.hamburger a {
    height: 34px;
    font-size: 10px;
    padding: 0 14px;
    min-width: auto;
  }
  .header_links_each.hamburger a .btn_white {
    color: #00606d;
  }
  .header_links_each.hamburger a#menu_open {
    border: none;
    font-size: 0px;
    padding: 0px;
    min-width: auto;
  }
}
.header_links_each.logo {
  margin-left: 20px;
}
.header_menu {
  position: fixed;
  top: 0px;
  right: 0px;
  background: var(--Background-Secondary, #fff);
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0px;
  overflow: auto;
  will-change: width;
  transition: width 0.65s cubic-bezier(0.86, 0, 0.07, 1);
}
.header_menu .header_links_group {
  display: none;
}
@media (max-height: 768px) {
  .header_menu {
    justify-content: flex-end;
    align-items: flex-start;
  }
  .header_menu .header_menu_inner {
    padding: 96px;
  }
}
@media (max-width: 768px) {
  .header_menu {
    justify-content: flex-end;
    align-items: flex-start;
  }
  .header_menu .header_links_group {
    display: flex;
    width: 100%;
    padding-top: 8px;
  }
  .header_menu .header_links_group_each {
    flex: 1;
  }
  .header_menu .header_links_group a {
    width: 100%;
  }
}
.header_menu.open {
  width: 940px;
}
@media (max-width: 768px) {
  .header_menu.open {
    width: 100vw;
  }
}
.header_menu.open .header_menu_inner {
  filter: blur(0px);
  pointer-events: all;
}
.header_menu .mobile_links {
  display: none;
}
@media (max-width: 768px) {
  .header_menu .mobile_links {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 8px;
  }
  .header_menu .mobile_links a {
    flex: 1;
    white-space: nowrap;
  }
}
.header_menu_inner {
  position: absolute;
  width: 940px;
  right: 0px;
  padding: 0 96px;
  filter: blur(4px);
  pointer-events: none;
  will-change: filter;
  transition: filter 0.65s linear;
}
@media (max-width: 768px) {
  .header_menu_inner {
    padding: 40px 20px !important;
    width: 100vw;
  }
}
.header_menu::-webkit-scrollbar {
  display: none;
}
.header_menu--close {
  position: absolute;
  top: 24px;
  right: 40px;
  border-radius: 50%;
  border: 1px solid var(--Border-Brand-Primary, #00606d);
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s linear;
  z-index: 1;
}
@media (max-width: 768px) {
  .header_menu--close {
    width: 32px;
    height: 32px;
    top: 16px;
    right: 16px;
  }
  .header_menu--close svg {
    width: 16px;
    height: 16px;
  }
}
.header_menu--close svg path {
  transition: 0.25s linear;
}
.header_menu--close:hover {
  transform: rotate(-90deg);
  background: #00606d;
}
.header_menu--close:hover svg path {
  fill: #fff;
}
.header_menu_info {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 768px) {
  .header_menu_info {
    gap: 32px;
  }
}
.header_menu_info_links {
  margin: 0 -12px;
}
@media (max-width: 768px) {
  .header_menu_info_links {
    margin-bottom: -12px;
  }
}
.header_menu_info_links ul {
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 768px) {
  .header_menu_info_links ul {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
.header_menu_info_links ul li {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  padding: 12px;
}
.header_menu_info_links ul li a {
  color: var(--Text-Brand-Primary, #00606d);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-md-Size, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.96px;
}
@media (max-width: 768px) {
  .header_menu_info_links ul li a {
    font-size: 20px;
  }
}
.header_menu_info_address {
  padding: 40px 0px;
  border-top: 1px solid var(--Border-Brand-Primary-Trans, rgba(0, 96, 109, 0.2));
  border-bottom: 1px solid var(--Border-Brand-Primary-Trans, rgba(0, 96, 109, 0.2));
  display: flex;
  gap: 64px;
}
@media (max-width: 768px) {
  .header_menu_info_address {
    flex-direction: column;
    gap: 32px;
  }
}
.header_menu_info_address_each {
  max-width: 220px;
}
.header_menu_info_address--title {
  color: var(--Background-Brand-Primary, #00606d);
  font-family: "General Sans", sans-serif;
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 25.6px */
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .header_menu_info_address--title {
    margin-bottom: 8px;
  }
}
.header_menu_info_address--text {
  color: var(--Background-Brand-Primary, #00606d);
  font-size: var(--Typography-Body-sm-Size, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
}
.header_menu_info_address_contact {
  margin: 0 -6px;
  margin-top: 44px;
}
@media (max-width: 768px) {
  .header_menu_info_address_contact {
    margin: 0;
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.header_menu_info_address_contact_each a {
  color: var(--Background-Brand-Primary, #00606d);
  font-size: var(--Typography-Body-sm-Size, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding: 6px;
}
@media (max-width: 768px) {
  .header_menu_info_address_contact_each a {
    width: 32px;
    height: 32px;
    border: 1px solid var(--Border-Brand-Primary-Trans, rgba(0, 96, 109, 0.2));
    border-radius: 50%;
  }
  .header_menu_info_address_contact_each a span {
    display: none;
  }
  .header_menu_info_address_contact_each a svg {
    height: 15px;
  }
}
.header_menu_info_address_contact_each a svg path {
  transition: 0.35s linear;
}
.header_menu_info_address_contact_each a:hover svg path {
  fill: #fff;
}
.header_menu_info_social {
  padding-top: 36px;
}
@media (max-width: 768px) {
  .header_menu_info_social {
    padding-top: 32px;
  }
}
.header_menu_info_social ul {
  padding-left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.header_menu_info_social ul li a {
  display: block;
  padding: 4px;
  transition: 0.35s linear;
}
.header_menu_info_social ul li a svg {
  display: block;
}
.header_menu_info_social ul li a svg path {
  transition: 0.35s linear;
}
.header_menu_info_social ul li a:hover {
  background: #00606d;
}
.header_menu_info_social ul li a:hover svg path {
  fill: #fff;
}

/* Kumya */
.link--kumya {
  overflow: hidden;
}
.link--kumya:hover {
  color: #00606d;
}

.link--kumya::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  background: #00606d;
  transform: translate3d(101%, 0, 0);
  transition: transform 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
@media (max-width: 768px) {
  .link--kumya::after {
    display: none;
  }
}

.link--kumya:hover::after {
  transform: translate3d(0, 0, 0);
}

.link--kumya span {
  display: block;
  position: relative;
}

.link--kumya span::before {
  content: attr(data-letters);
  position: absolute;
  color: #fff;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 0%;
  transition: width 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
@media (max-width: 768px) {
  .link--kumya span::before {
    display: none;
  }
}

.link--kumya:hover span::before {
  width: 100%;
}

.header_links_group_each {
  position: relative;
}

.dropdown_menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0px;
  padding: 20px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s linear;
}
.dropdown_menu.open {
  opacity: 1;
  pointer-events: all;
}
.dropdown_menu a {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  padding: 8px 0;
  display: block;
  border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
  white-space: nowrap;
  /* 22.4px */
}
.dropdown_menu a:hover {
  border-radius: 0px;
}
.dropdown_menu a:first-child {
  padding-top: 0px;
}
.dropdown_menu a:last-child {
  border: none;
  padding-bottom: 0px;
}

.video_modal {
  aspect-ratio: 16/9;
  position: relative;
  margin: 0 auto;
  margin-top: 100px;
  max-width: 1000px;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .video_modal {
    max-width: 100%;
  }
}
.video_modal .enquire_now--close {
  background: #000;
  right: 12px;
  top: 12px;
}
.video_modal iframe {
  width: 100%;
  height: 100%;
}

.footer {
  padding-top: 28px;
}
@media (max-width: 768px) {
  .footer {
    padding: 48px 20px 0px;
  }
}
.footer_start {
  display: flex;
  justify-content: space-between;
  padding: 48px 0;
}
@media (max-width: 768px) {
  .footer_start {
    flex-direction: column;
    padding: 0px;
    background: #00606d;
    position: relative;
    z-index: 1;
  }
}
.footer_middle {
  padding: 48px 0;
  border-top: rgba(255, 255, 255, 0.1) 1px solid;
  border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
}
.footer_middle .footer_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer_middle .footer_row {
    flex-direction: column;
  }
}
.footer_middle .footer_rera {
  color: var(--Text-Secondary, #fff);
  text-align: center;
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  padding-top: 24px;
}
@media (max-width: 768px) {
  .footer_middle .footer_rera {
    font-size: 16px;
    padding-top: 32px;
  }
}
@media (max-width: 768px) {
  .footer_middle {
    padding: 32px 0;
    background: #00606d;
    position: relative;
    z-index: 1;
  }
  .footer_middle .footer_each {
    width: 100%;
  }
}
.footer_end {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 34px;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .footer_end {
    position: sticky;
    z-index: 0;
  }
}
.footer_end svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.footer_end::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150%;
  left: 0;
  bottom: 0;
  background: #00606d;
  z-index: -1;
}
@media (max-width: 768px) {
  .footer_end::before {
    height: 100%;
  }
}
.footer_btns {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .footer_btns {
    flex-direction: column;
    padding-top: 24px;
  }
  .footer_btns a {
    width: 100%;
  }
}
.footer_info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media (max-width: 768px) {
  .footer_info {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .footer_info_group {
    display: flex;
    gap: 8px;
  }
}
.footer_info--title {
  color: #fff;
  font-family: var(--Typography-Body-lg-Family, "General Sans");
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .footer_info--title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.footer_info--desc {
  color: #fff;
  font-family: var(--Typography-Body-xl-Family, "General Sans");
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .footer_info--desc {
    font-size: 14px;
  }
}
.footer_info_contact {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .footer_info_contact {
    gap: 8px;
    padding-top: 0px;
  }
}
.footer_info_contact--item {
  color: #fff;
  font-family: var(--sds-typography-body-font-family);
  font-size: var(--Typography-Body-sm-Size, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .footer_info_contact--item {
    font-size: 12px;
    gap: 8px;
  }
  .footer_info_contact--item img {
    width: 20px;
  }
}
.footer_links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 768px) {
  .footer_links {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 32px 0;
    border-top: rgba(255, 255, 255, 0.1) 1px solid;
  }
}
.footer_links ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 0px;
}
@media (max-width: 768px) {
  .footer_links ul {
    gap: 16px;
  }
}
.footer_links ul li a {
  color: #fff;
  font-family: "General Sans", sans-serif;
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
@media (max-width: 768px) {
  .footer_links ul li a {
    font-size: 14px;
  }
}
.footer_social ul {
  display: flex;
  align-items: center;
  gap: 52px;
  padding-left: 0px;
}
@media (max-width: 768px) {
  .footer_social ul {
    gap: 40px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer_social ul svg {
    max-width: 24px;
  }
}
.footer_social ul svg path {
  transition: 0.25s linear;
}
.footer_social ul li a:hover svg path {
  fill: #84c98b;
}

.path1 {
  animation: tiltMove 2s infinite linear;
}

.path2 {
  animation: tiltMove2 2s infinite linear;
}

.path3 {
  animation: zoomMove 2s infinite linear 1s;
}

@keyframes zoomMove {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.005);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes tiltMove {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  50% {
    transform: matrix(1, 0.015, -0.015, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes tiltMove2 {
  0% {
    transform: matrix(1, 0.015, -0.015, 1, 0, 0);
  }
  50% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0.015, -0.015, 1, 0, 0);
  }
}
.footer_design {
  color: #fff;
  text-align: center;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
}
.footer_design a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.discover_card {
  background: var(--Text-Brand-Parent, #B95634);
  padding: 140px 0px;
  display: grid;
  grid-template-columns: 395px 1fr;
  gap: 145px;
}
@media (max-width: 768px) {
  .discover_card {
    padding: 64px 20px;
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.discover_card--icon {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .discover_card--icon {
    text-align: right;
    margin-bottom: 10px;
  }
}
.discover_card--icon img {
  mix-blend-mode: screen;
  display: inline-block;
}
.discover_card--title {
  color: var(--Text-Secondary, #FFF);
  font-family: "Sora", sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2.16px;
}
@media (max-width: 768px) {
  .discover_card--title {
    font-size: 40px;
  }
}
.discover_card--desc {
  color: var(--Text-Secondary, #FFF);
  font-family: var(--Typography-Body-lg-Family, "General Sans");
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 768px) {
  .discover_card--desc {
    font-size: 16px;
  }
}
.discover_card--btn {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .discover_card--btn {
    margin-top: 32px;
  }
}

.contact_card {
  position: relative;
  z-index: 1;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .contact_card {
    justify-content: flex-start;
  }
}
.contact_card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: radial-gradient(63.18% 29.76% at 52.01% 60.78%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.contact_card--img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.contact_card--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact_card_info {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .contact_card_info {
    padding: 0 20px;
  }
}
.contact_card_info--title {
  color: var(--Text-Secondary, #FFF);
  text-align: center;
  font-family: var(--Typography-Hero-Base-Family, Sora);
  font-size: var(--Typography-Hero-Base-Size, 72px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2.16px;
}
@media (max-width: 768px) {
  .contact_card_info--title {
    font-size: 40px;
    text-align: left;
  }
}
.contact_card_info--desc {
  color: var(--Text-Secondary, #FFF);
  text-align: center;
  font-family: var(--Typography-Body-lg-Family, "General Sans");
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 500px;
  margin: 24px auto auto;
}
@media (max-width: 768px) {
  .contact_card_info--desc {
    margin-top: 32px;
    max-width: 100%;
    font-size: 16px;
    text-align: left;
  }
}
.contact_card_info--btns {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .contact_card_info--btns {
    justify-content: flex-start;
  }
}

.image_card {
  position: relative;
  box-shadow: -10px 4px 60px 0px rgba(0, 0, 0, 0.2);
}
.image_card.fluid {
  width: 100vw;
}
.image_card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 50%);
}
.image_card--asset {
  height: 100svh;
  overflow: hidden;
}
.image_card--asset img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image_card_info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 520px;
}
@media (max-width: 768px) {
  .image_card_info {
    padding: 0 20px 96px;
    top: auto;
    transform: none;
    bottom: 0px;
  }
}
.image_card_info--title {
  color: var(--Text-Secondary, #fff);
  font-family: var(--Typography-Hero-sm-Family, Sora);
  font-size: var(--Typography-Hero-sm-Size, 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .image_card_info--title {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.image_card_info--desc {
  color: var(--Text-Secondary, #fff);
  font-family: var(--Typography-Body-lg-Family, "General Sans");
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 768px) {
  .image_card_info--desc {
    font-size: 16px;
  }
}

.image_card_md {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: var(--Background-Brand-Primary, #00606d);
  overflow: hidden;
}
@media (max-width: 768px) {
  .image_card_md {
    display: block;
    height: 100%;
  }
  .image_card_md_each {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .image_card_md--asset img {
    height: 380px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1.05);
  }
}
.image_card_md_info {
  padding: 72px;
}
@media (max-width: 768px) {
  .image_card_md_info {
    padding: 32px 24px;
  }
}
.image_card_md_info--title {
  color: var(--Text-Secondary, #fff);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-xl-Size, 52px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.56px;
}
@media (max-width: 768px) {
  .image_card_md_info--title {
    font-size: 32px;
  }
}
.image_card_md_info--desc {
  color: var(--Text-Secondary, #fff);
  font-family: "General Sans", sans-serif;
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .image_card_md_info--desc {
    font-size: 16px;
    margin-top: 16px;
  }
}

.image_card_sm {
  position: relative;
  max-width: 350px;
}
.image_card_sm.fluid {
  max-width: 100%;
}
@media (max-width: 768px) {
  .image_card_sm--asset img {
    width: 100%;
    height: 440px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.image_card_sm_info {
  position: absolute;
  width: 100%;
  padding: 32px;
  bottom: 0;
  left: 0;
}
.image_card_sm_info--title {
  color: var(--Background-Secondary, #fff);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-sm-Size, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.72px;
}
@media (max-width: 768px) {
  .image_card_sm_info--title {
    font-size: 18px;
  }
}

.image_card_popup {
  position: relative;
  max-width: 540px;
  min-width: 540px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .image_card_popup {
    min-width: auto;
  }
}
.image_card_popup--asset {
  height: 600px;
}
@media (max-width: 768px) {
  .image_card_popup--asset {
    height: 400px;
  }
}
.image_card_popup--asset img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image_card_popup_info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .image_card_popup_info {
    padding: 36px 20px;
  }
}
.image_card_popup_info.active .image_card_popup_info_inner {
  transform: translateY(0px);
}
.image_card_popup_info.active .image_card_popup_info_inner::before {
  transform: translateY(0%);
}
.image_card_popup_info.active .image_card_popup_info_head--title {
  color: var(--Background-Brand-Primary, #00606d);
}
.image_card_popup_info.active .image_card_popup_info_head--icon {
  transform: rotate(45deg);
}
.image_card_popup_info.active .image_card_popup_info_head {
  padding: 32px 32px 0;
}
@media (max-width: 768px) {
  .image_card_popup_info.active .image_card_popup_info_head {
    padding: 24px 24px 0;
  }
}
.image_card_popup_info.active .image_card_popup_info_head--icon svg path {
  fill: #00606d;
}
.image_card_popup_info.active .image_card_popup_info_content {
  opacity: 1;
}
.image_card_popup_info_inner {
  transition: 0.65s cubic-bezier(0.86, 0, 0.07, 1);
  transform: translateY(var(--height));
  position: relative;
}
@media (max-width: 768px) {
  .image_card_popup_info_inner {
    transform: translateY(calc(var(--height) + 12px));
  }
}
.image_card_popup_info_inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--Background-Secondary, #fff);
  z-index: -1;
  transform: translateY(100%);
  transition: 0.65s cubic-bezier(0.86, 0, 0.07, 1);
}
.image_card_popup_info_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.65s cubic-bezier(0.86, 0, 0.07, 1);
}
.image_card_popup_info_head--title {
  color: var(--Background-Secondary, #fff);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-md-Size, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.96px;
  transition: 0.65s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (max-width: 768px) {
  .image_card_popup_info_head--title {
    font-size: 20px;
  }
}
.image_card_popup_info_head--icon {
  transition: 0.65s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (max-width: 768px) {
  .image_card_popup_info_head--icon svg {
    width: 32px;
    height: 32px;
  }
}
.image_card_popup_info_head--icon svg path {
  transition: 0.65s cubic-bezier(0.86, 0, 0.07, 1);
}
.image_card_popup_info_content {
  color: var(--Text-Primary, #0c0c0d);
  font-family: "General Sans", sans-serif;
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding: 32px;
  padding-top: 20px;
  opacity: 0;
  transition: 0.65s cubic-bezier(0.86, 0, 0.07, 1);
}
@media (max-width: 768px) {
  .image_card_popup_info_content {
    font-size: 14px;
    padding-top: 12px;
    padding: 24px;
    padding-top: 12px;
  }
}

.banner_video {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner_video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(210deg, rgba(0, 0, 0, 0.4) 23.32%, rgba(0, 0, 0, 0.05) 84.08%), radial-gradient(113.08% 77.38% at 75.52% -22.99%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 100%);
}
.banner_video_info {
  position: absolute;
}
@media (max-width: 768px) {
  .banner_video_info {
    padding: 0 20px;
    width: 100%;
  }
}
.banner_video_info--title {
  color: var(--Text-Secondary, #fff);
  font-family: var(--Typography-Hero-Base-Family, Sora);
  font-size: var(--Typography-Hero-Base-Size, 72px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2.16px;
}
@media (max-width: 768px) {
  .banner_video_info--title {
    font-size: 40px;
  }
}
.banner_video_info--desc {
  max-width: 450px;
  color: var(--Text-Secondary, #fff);
  font-family: var(--Typography-Body-lg-Family, "General Sans");
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .banner_video_info--desc {
    font-size: 16px;
    margin-top: 16px;
  }
}
.banner_video_info--btns {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .banner_video_info--btns {
    justify-content: space-between;
    margin-top: 16px;
  }
  .banner_video_info--btns a {
    white-space: nowrap;
    flex-grow: 1;
  }
}

.image_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 72px;
}
@media (max-width: 768px) {
  .image_content {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .image_content--asset img {
    height: 290px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.image_content.reverse .image_content_each:last-child {
  order: -1;
}
.image_content_info {
  max-width: 480px;
}
.image_content_info--title {
  color: var(--Text-Brand-Parent, #B95634);
  font-family: var(--Typography-Title-xl-Family, Sora);
  font-size: var(--Typography-Title-xl-Size, 52px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.56px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .image_content_info--title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.image_content_info--desc {
  color: var(--Text-Primary, #0C0C0D);
  font-family: var(--Typography-Body-lg-Family, "General Sans");
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 768px) {
  .image_content_info--desc {
    font-size: 16px;
  }
}
.image_content_info--list ul {
  padding-left: 16px;
  color: var(--Text-Primary, #0C0C0D);
  font-family: var(--Typography-Body-lg-Family, "General Sans");
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .image_content_info--list ul {
    font-size: 16px;
    margin-top: 16px;
  }
}
.image_content_info--list ul li {
  list-style: disc;
}
.image_content_info--btns {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .image_content_info--btns {
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
  .amenities {
    padding: 0 20px;
  }
}
.amenities--title {
  color: var(--Text-Brand-Primary, #00606d);
  text-align: center;
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Hero-sm-Size, 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .amenities--title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
.amenities_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 768px) {
  .amenities_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.plans_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
@media (max-width: 768px) {
  .plans_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
    padding: 0 20px;
  }
}
.plans_grid_item {
  position: relative;
  overflow: hidden;
}
.plans_grid_item:hover .plans_grid_item--asset img {
  transform: scale(1.05) translateY(10px);
}
.plans_grid_item:hover .plans_grid_item_info--btn {
  margin-bottom: 0px;
  opacity: 1;
}
.plans_grid_item--asset {
  transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.plans_grid_item--asset img {
  transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 768px) {
  .plans_grid_item--asset img {
    aspect-ratio: 7/10;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.plans_grid_item_info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 40px;
}
@media (max-width: 768px) {
  .plans_grid_item_info {
    padding: 20px;
  }
}
.plans_grid_item_info--title {
  color: var(--Background-Secondary, #fff);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-md-Size, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.96px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .plans_grid_item_info--title {
    font-size: 24px;
  }
}
.plans_grid_item_info--desc {
  color: var(--Text-Secondary, #fff);
  font-family: "General Sans", sans-serif;
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .plans_grid_item_info--desc {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .plans_grid_item_info--btn {
    margin-bottom: -80px;
    opacity: 0;
    transition: 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

.plans {
  position: relative;
  overflow: hidden;
  background: #689284;
}
.plans .swiper-slide {
  overflow: hidden;
}
.plans--title {
  color: var(--Text-Secondary, #fff);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-sm-Size, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
  position: absolute;
  top: 60px;
  z-index: 9;
}
@media (max-width: 768px) {
  .plans--title {
    padding: 0 20px;
    font-size: 18px;
    top: 40px;
  }
}
.plans_slide {
  position: relative;
}
.plans_slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.14) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .plans_slide::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.34) 100%);
  }
}
.plans_slide img {
  height: calc(100vh - 100px);
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .plans_slide img {
    height: calc(100vh - 80px);
  }
}
.plans_slide_info {
  position: absolute;
  bottom: 60px;
  max-width: 550px;
  z-index: 9;
}
@media (max-width: 768px) {
  .plans_slide_info {
    bottom: auto;
    top: 82px;
    padding: 0 20px;
  }
}
.plans_slide_info--title {
  color: var(--Text-Secondary, #fff);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-xl-Size, 52px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 62.4px */
  letter-spacing: -1.56px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .plans_slide_info--title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.plans_slide_info--desc {
  color: var(--Text-Secondary, #fff);
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  display: flex;
  gap: 140px;
  align-items: center;
}
@media (max-width: 768px) {
  .plans_slide_info--desc {
    font-size: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.plans_list {
  position: absolute;
  top: 60px;
  z-index: 2;
  right: 64px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: calc(100vh - 220px);
  overflow: auto;
  padding-right: 12px;
  /* Track */
  /* Handle */
}
.plans_list.v2 {
  gap: 20px;
}
.plans_list.v2 .plans_list_each {
  height: 100%;
  min-height: 88px;
  max-height: 110px;
}
@media (max-width: 768px) {
  .plans_list {
    height: auto;
    flex-direction: row;
    top: auto;
    bottom: 40px;
    right: 0px;
    padding: 0 20px;
    width: 100%;
  }
}
.plans_list::-webkit-scrollbar {
  width: 4px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .plans_list::-webkit-scrollbar {
    display: none;
  }
}
.plans_list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5215686275);
  border-radius: 8px;
}
.plans_list::-webkit-scrollbar-thumb {
  background: #689284;
  border-radius: 8px;
}
.plans_list_each {
  color: var(--Text-Secondary, #fff);
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  display: flex;
  align-items: center;
  gap: 16px;
  height: 63px;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid var(--Border-Secondary, #fff);
  cursor: pointer;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  transition: 0.35s linear;
}
.plans_list_each.active {
  background: #fff;
  color: #00606d;
}
.plans_list_each.active svg path {
  fill: #00606d;
}
.plans_list_each img path,
.plans_list_each svg path {
  transition: 0.35s linear;
}
@media (max-width: 768px) {
  .plans_list_each img,
  .plans_list_each svg {
    max-width: 20px;
  }
}
@media (max-width: 768px) {
  .plans_list_each {
    display: flex;
    flex-direction: column;
    height: auto;
    font-size: 14px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    gap: 8px;
    padding: 12px 24px;
  }
}

.banner_content {
  padding: 64px 0;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .banner_content {
    height: 500px;
    align-items: flex-start;
  }
}
.banner_content_info {
  position: absolute;
  width: 100%;
  left: 0;
}
@media (max-width: 768px) {
  .banner_content_info {
    padding: 0 20px;
  }
}
.banner_content--asset {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.banner_content--asset img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_content--asset::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.banner_content--title {
  color: var(--Text-Secondary, #fff);
  text-align: center;
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Hero-Base-Size, 72px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2.16px;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .banner_content--title {
    font-size: 40px;
    margin-bottom: 16px;
    text-align: left;
  }
}
.banner_content--desc {
  color: var(--Text-Secondary, #fff);
  text-align: center;
  font-family: "General Sans", sans-serif;
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .banner_content--desc {
    font-size: 16px;
    text-align: left;
  }
}
.banner_content--btns {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .banner_content--btns {
    justify-content: flex-start;
    margin-top: 16px;
  }
}

.content_scroll {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .content_scroll {
    grid-template-columns: 1fr;
  }
  .content_scroll_each:first-child {
    border-bottom: 1px solid rgba(0, 96, 109, 0.2);
    position: sticky;
    top: 0;
    background: #9dd4a2;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .content_scroll_each:first-child {
    position: relative;
  }
}
.content_scroll_info {
  padding: 72px 96px 72px 0px;
  max-height: 100svh;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: sticky;
  top: 0;
}
@media (max-width: 768px) {
  .content_scroll_info {
    padding: 48px 20px;
    height: auto;
  }
}
.content_scroll_info--title {
  color: var(--Text-Brand-Primary, #00606d);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-xl-Size, 52px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.56px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .content_scroll_info--title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.content_scroll_info--desc {
  color: var(--Text-Brand-Primary, #00606d);
  font-family: "General Sans", sans-serif;
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .content_scroll_info--desc {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.content_scroll_info--btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .content_scroll_list {
    border-left: 1px solid rgba(0, 96, 109, 0.2);
  }
}
.content_scroll_list_each {
  padding: 32px 40px;
  border-bottom: 1px solid rgba(0, 96, 109, 0.2);
}
@media (max-width: 768px) {
  .content_scroll_list_each {
    padding: 32px 20px;
  }
}
.content_scroll_list_each--title {
  color: var(--Text-Brand-Primary, #00606d);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-base-Size, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.2px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .content_scroll_list_each--title {
    font-size: 24px;
  }
}
.content_scroll_list_each--desc {
  color: var(--Text-Brand-Primary, #00606d);
  font-family: "General Sans", sans-serif;
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 768px) {
  .content_scroll_list_each--desc {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .video_card,
  .img_card {
    padding: 0 20px;
  }
}
.video_card video,
.video_card img,
.img_card video,
.img_card img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 768px) {
  .video_card video,
  .video_card img,
  .img_card video,
  .img_card img {
    height: 290px;
  }
}

.content_card {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .content_card {
    padding: 0 20px;
  }
}
.content_card--title {
  color: var(--Text-Brand-Parent, #B95634);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-xl-Size, 52px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.56px;
}
@media (max-width: 768px) {
  .content_card--title {
    font-size: 32px;
  }
}
.content_card--desc {
  color: var(--Text-Primary, #0C0C0D);
  font-family: "General Sans", sans-serif;
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .content_card--desc {
    font-size: 16px;
    margin-top: 16px;
  }
}
.content_card--btn {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .content_card--btn {
    margin-top: 16px;
  }
}

.swiper-pagination {
  position: relative;
  top: 0px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 64px;
  border-radius: var(--sds-size-radius-full);
  background: var(--Background-Brand-Primary-Lightest, rgba(0, 96, 109, 0.2));
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 16px;
  border-radius: 64px;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.swiper-pagination.v2 {
  background: var(--Background-Secondary-Trans, rgba(255, 255, 255, 0.4));
}
.swiper-pagination.v2 .swiper-pagination-bullet {
  background: var(--Background-Primary-Trans, rgba(12, 12, 13, 0.2));
}
.swiper-pagination.v2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--Background-Primary, #0c0c0d);
}
@media (max-width: 768px) {
  .swiper-pagination {
    margin-top: 32px;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin: 0 !important;
  transition: 0.35s linear;
  background: var(--Background-Brand-Primary, #00606d);
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--Background-Brand-Primary, #00606d);
  width: 30px;
}

.swiper-button-prev {
  transition: 0.25s linear;
  right: auto;
  left: -32px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: url("../images/icons/CaretRight.svg") var(--Background-Secondary, #fff);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.07);
  transform: rotate(180deg);
  top: calc(50% - 64px);
}
@media (max-width: 768px) {
  .swiper-button-prev {
    display: none;
  }
}
.swiper-button-prev::after {
  display: none;
}
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-next {
  transition: 0.25s linear;
  left: auto;
  right: -32px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: url("../images/icons/CaretRight.svg") var(--Background-Secondary, #fff);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.07);
  top: calc(50% - 64px);
}
@media (max-width: 768px) {
  .swiper-button-next {
    display: none;
  }
}
.swiper-button-next::after {
  display: none;
}
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.scrolling_swiper {
  background: #00606d;
}

.amenities_swiper .swiper-slide,
.gallery_swiper .swiper-slide,
.numberTab_swiper .swiper-slide,
.scrolling_swiper .swiper-slide {
  width: auto;
  overflow: hidden;
}
.amenities_swiper .swiper-slide.swiper-slide-active .asset_card_info,
.gallery_swiper .swiper-slide.swiper-slide-active .asset_card_info,
.numberTab_swiper .swiper-slide.swiper-slide-active .asset_card_info,
.scrolling_swiper .swiper-slide.swiper-slide-active .asset_card_info {
  opacity: 1;
}

.elevate_swiper,
.amenities_swiper,
.gallery_swiper {
  position: relative;
}
@media (max-width: 768px) {
  .elevate_swiper .swiper,
  .amenities_swiper .swiper,
  .gallery_swiper .swiper {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .elevate_swiper .swiper-slide,
  .amenities_swiper .swiper-slide,
  .gallery_swiper .swiper-slide {
    max-width: calc(100% - 4px);
    height: auto;
  }
}
.elevate_swiper_info,
.amenities_swiper_info,
.gallery_swiper_info {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .elevate_swiper_info,
  .amenities_swiper_info,
  .gallery_swiper_info {
    padding: 0 20px;
    margin-bottom: 32px;
  }
}
.elevate_swiper_info--flex,
.amenities_swiper_info--flex,
.gallery_swiper_info--flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .elevate_swiper_info--flex,
  .amenities_swiper_info--flex,
  .gallery_swiper_info--flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.elevate_swiper_info--title,
.amenities_swiper_info--title,
.gallery_swiper_info--title {
  color: var(--Text-Brand-Parent, #b95634);
  text-align: center;
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Hero-sm-Size, 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
}
@media (max-width: 768px) {
  .elevate_swiper_info--title,
  .amenities_swiper_info--title,
  .gallery_swiper_info--title {
    font-size: 40px;
  }
}
.elevate_swiper_info--lgtitle,
.amenities_swiper_info--lgtitle,
.gallery_swiper_info--lgtitle {
  color: var(--Text-Brand-Primary, #00606d);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Hero-Base-Size, 72px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2.16px;
  max-width: 700px;
}
@media (max-width: 768px) {
  .elevate_swiper_info--lgtitle,
  .amenities_swiper_info--lgtitle,
  .gallery_swiper_info--lgtitle {
    font-size: 40px;
  }
}
.elevate_swiper_info--desc,
.amenities_swiper_info--desc,
.gallery_swiper_info--desc {
  color: var(--Text-Primary, #0c0c0d);
  font-family: "General Sans", sans-serif;
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 700px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .elevate_swiper_info--desc,
  .amenities_swiper_info--desc,
  .gallery_swiper_info--desc {
    font-size: 16px;
  }
}

.sentinel {
  position: absolute;
  top: 0;
  height: 1px;
  width: 100%;
  z-index: -1;
}

.scrolling_swiper {
  position: relative;
}
.scrolling_swiper_btns {
  display: none;
}
@media (max-width: 768px) {
  .scrolling_swiper_btns {
    display: flex;
    align-items: center;
    gap: 16px;
    position: absolute;
    bottom: 48px;
    padding-left: 20px;
  }
  .scrolling_swiper_btns .swiper-button-next,
  .scrolling_swiper_btns .swiper-button-prev {
    position: relative;
    display: block;
    left: auto;
    right: auto;
  }
  .scrolling_swiper_btns .swiper-button-next {
    background: url("../images/icons/ArrowWHite.svg") no-repeat;
    width: 24px;
    height: 24px;
    background-size: contain;
    transform: rotate(90deg);
  }
  .scrolling_swiper_btns .swiper-button-prev {
    background: url("../images/icons/ArrowWHite.svg") no-repeat;
    width: 24px;
    height: 24px;
    background-size: contain;
    transform: rotate(-90deg);
  }
}
@media (min-width: 768px) {
  .scrolling_swiper {
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
    height: 400vh;
  }
}
@media (min-width: 768px) {
  .scrolling_swiper_sticky {
    position: sticky;
    top: 0;
  }
  .scrolling_swiper_sticky .swiper {
    pointer-events: none;
  }
  .scrolling_swiper_sticky.visible .swiper {
    pointer-events: all;
  }
}

.numberTab_swiper {
  position: relative;
}
.numberTab_swiper_btns {
  display: flex;
  align-items: center;
  gap: 24px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 768px) {
  .numberTab_swiper_btns {
    gap: 12px;
  }
}
.numberTab_swiper_btns .swiper-button-prev,
.numberTab_swiper_btns .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  display: block !important;
}
@media (max-width: 768px) {
  .numberTab_swiper_btns .swiper-button-prev,
  .numberTab_swiper_btns .swiper-button-next {
    width: 34px;
    height: 34px;
    background-size: 18px;
  }
}
.numberTab_swiper_btns .swiper-button-prev.swiper-button-disabled,
.numberTab_swiper_btns .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
}

.asset_card {
  min-width: 1120px;
  max-width: 1120px;
  position: relative;
}
@media (max-width: 768px) {
  .asset_card {
    min-width: auto;
  }
}
.asset_card--video, .asset_card--img {
  position: relative;
  height: 580px;
}
@media (max-width: 768px) {
  .asset_card--video, .asset_card--img {
    height: 240px;
  }
}
.asset_card--video .poster, .asset_card--img .poster {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
  transition: 0.35s linear;
}
.asset_card--video .poster.play, .asset_card--img .poster.play {
  opacity: 0;
}
.asset_card--video video, .asset_card--img video {
  cursor: pointer;
}
.asset_card--video video,
.asset_card--video img, .asset_card--img video,
.asset_card--img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.asset_card--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.asset_card--play img {
  aspect-ratio: auto;
}
@media (max-width: 768px) {
  .asset_card--play img {
    width: 46px;
    height: auto;
  }
}
.asset_card_info {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 32px;
  opacity: 0;
  transition: 0.35s linear;
}
.asset_card_info--title {
  color: var(--Background-Secondary, #fff);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-sm-Size, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.72px;
}
@media (max-width: 768px) {
  .asset_card_info--title {
    font-size: 18px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.tab-dropdown {
  display: none;
}
@media (max-width: 768px) {
  .tab-dropdown {
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 58px;
    border-radius: 58px;
    width: 100%;
    padding: 0 32px;
    color: var(--Text-Brand-Primary, #00606d);
    font-size: var(--Typography-Body-base-Size, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 22.4px */
    background: #fff url("../images/icons/CaretDown.svg") center right 32px no-repeat;
  }
}

.tabs {
  display: flex;
  position: relative;
  white-space: nowrap;
  z-index: 1;
  overflow: hidden;
  border-radius: 60px;
  background: #fff;
}
@media (max-width: 768px) {
  .tabs {
    overflow: scroll;
    border-radius: 0px;
    padding: 0 20px;
    display: none;
  }
  .tabs::-webkit-scrollbar {
    display: none;
  }
}
.tabs::before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 0px;
  top: 0px;
  border: 1px solid var(--Border-Brand-Primary-Trans, rgba(0, 96, 109, 0.2));
  border-radius: 60px;
}
@media (max-width: 768px) {
  .tabs::before {
    display: none;
  }
}

.tab {
  color: var(--Text-Brand-Primary, #00606d);
  font-family: "General Sans", sans-serif;
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  transition: color 0.3s ease;
  z-index: 1;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  flex-grow: 1;
  cursor: pointer;
  border-right: 1px solid var(--Border-Brand-Primary-Trans, rgba(0, 96, 109, 0.2));
}
@media (max-width: 768px) {
  .tab {
    font-size: 14px;
    height: 52px;
    min-width: 140px;
    border: 1px solid var(--Border-Brand-Primary-Trans, rgba(0, 96, 109, 0.2));
    margin-left: -1px;
  }
  .tab:first-child {
    border-radius: 60px 0 0 60px;
  }
  .tab:last-child {
    border-radius: 0 60px 60px 0;
  }
}

.tab.active {
  color: var(--Text-Secondary, #fff);
  font-weight: 600;
}
@media (max-width: 768px) {
  .tab.active {
    background: var(--Background-Brand-Primary, #00606d);
  }
}

.underline {
  position: absolute;
  height: 100%;
  background: var(--Background-Brand-Primary, #00606d);
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.3s ease;
  z-index: -1;
}
@media (max-width: 768px) {
  .underline {
    display: none;
  }
}

.tab-content {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .tab-content {
    margin-top: 24px;
  }
}

.content {
  display: none;
  font-size: 16px;
}

.content.active {
  display: block;
  animation: fadeIn 0.3s linear;
}

.tabs-container-title {
  color: var(--Text-Brand-Primary, #00606d);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Hero-sm-Size, 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.92px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .tabs-container-title {
    font-size: 40px;
    margin-bottom: 24px;
    padding: 0 20px;
  }
}

@keyframes numberFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.numberTab_swiper .number_tabs_content_info {
  display: none;
}
@media (max-width: 768px) {
  .numberTab_swiper .number_tabs_content_info {
    display: block;
  }
}

.number_tabs {
  display: grid;
  grid-template-columns: 620px 1fr;
  gap: 72px;
}
@media (max-width: 768px) {
  .number_tabs {
    position: relative;
  }
}
.number_tabs_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 72px;
  width: 100%;
  left: 0;
}
@media (max-width: 768px) {
  .number_tabs_nav {
    position: static;
    bottom: 0;
    justify-content: center;
    padding-top: 30px;
  }
}
.number_tabs_nav .swiper-pagination {
  margin-top: 0px !important;
  left: 0px !important;
  transform: none !important;
}
.number_tabs_nav .numberTab_swiper_btns {
  position: relative;
  bottom: auto;
  right: auto;
  gap: 16px;
}
@media (max-width: 768px) {
  .number_tabs_nav .numberTab_swiper_btns {
    position: absolute;
    top: 304px;
    right: 30px;
    gap: 8px;
  }
}
.number_tabs_nav .numberTab_swiper_btns .swiper-button-prev,
.number_tabs_nav .numberTab_swiper_btns .swiper-button-next {
  margin-top: 0px;
  height: 56px;
  width: 56px;
}
@media (max-width: 768px) {
  .number_tabs_nav .numberTab_swiper_btns .swiper-button-prev,
  .number_tabs_nav .numberTab_swiper_btns .swiper-button-next {
    height: 36px;
    width: 36px;
  }
}
.number_tabs_each {
  position: relative;
  padding-top: 72px;
}
@media (max-width: 768px) {
  .number_tabs_each {
    padding-top: 0px;
    position: static;
  }
}
.number_tabs_each:last-child {
  order: -1;
  padding-top: 0px;
}
@media (max-width: 768px) {
  .number_tabs_each:last-child {
    order: 0;
  }
}
@media (max-width: 768px) {
  .number_tabs {
    display: flex;
    flex-direction: column-reverse;
    width: 100vw;
    gap: 0px;
  }
  .number_tabs_each {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100vw;
    padding: 0 20px 30px;
  }
}
@media (max-width: 768px) {
  .number_tabs_content {
    display: none;
  }
}
.number_tabs_content_each {
  display: none;
}
.number_tabs_content_each.active {
  display: block;
  animation: numberFadeIn 0.35s linear;
}
@media (max-width: 768px) {
  .number_tabs_content--asset img {
    width: 100%;
    height: 360px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .number_tabs_content_info {
    display: none;
  }
}
.number_tabs_content_info--title {
  color: var(--Text-Brand-Parent, #b95634);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-xl-Size, 52px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 62.4px */
  letter-spacing: -1.56px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .number_tabs_content_info--title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.number_tabs_content_info--desc {
  color: var(--Text-Primary, #0c0c0d);
  font-family: "General Sans", sans-serif;
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .number_tabs_content_info--desc {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.number_tabs_list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .number_tabs_list {
    margin-bottom: 0px;
    display: none;
  }
}
.number_tabs_list--each {
  border-radius: 40px;
  height: 40px;
  width: 40px;
  border: 1px solid var(--Background-Brand-Primary-Lightest, rgba(0, 96, 109, 0.2));
  color: var(--Text-Brand-Primary, #00606d);
  font-family: "General Sans", sans-serif;
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s linear;
}
@media (max-width: 768px) {
  .number_tabs_list--each {
    font-weight: 500;
  }
}
.number_tabs_list--each.active {
  background: var(--Background-Brand-Primary, #00606d);
  color: var(--Text-Secondary, #fff);
}

.sticky_content {
  display: grid;
  grid-template-columns: 370px 1fr;
  gap: 125px;
}
@media (max-width: 768px) {
  .sticky_content {
    grid-template-columns: 1fr;
    gap: 64px;
    padding: 0 20px;
  }
}
.sticky_content--title {
  color: var(--Text-Secondary-Trans, rgba(255, 255, 255, 0.7));
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  position: sticky;
  top: 140px;
}
@media (max-width: 768px) {
  .sticky_content--title {
    font-size: 14px;
  }
}
.sticky_content_info--title {
  color: var(--Text-Secondary, #fff);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-base-Size, 40px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 48px */
  letter-spacing: -1.2px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .sticky_content_info--title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.sticky_content_info--desc {
  color: var(--Text-Secondary-Trans, rgba(255, 255, 255, 0.7));
  font-family: "General Sans", sans-serif;
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .sticky_content_info--desc {
    font-size: 14px;
    margin-bottom: 32px;
  }
}

@keyframes enquireFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes enquireFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.enquire_now {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  overflow: auto;
  padding: 40px 20px;
  pointer-events: none;
  animation: enquireFadeOut 0.25s linear;
  visibility: hidden;
}
@media (max-width: 768px) {
  .enquire_now {
    padding: 40px 20px;
  }
}
.enquire_now.open {
  display: block;
  pointer-events: all;
  opacity: 1;
  animation: enquireFadeIn 0.25s linear;
  visibility: visible;
}
.enquire_now_inner {
  display: grid;
  align-items: center;
  grid-template-columns: 500px 1fr;
  background: var(--Background-Brand-Primary, #00606d);
  min-width: 1160px;
  max-width: 1160px;
  position: relative;
  overflow: hidden;
  transform: translateY(125%);
  filter: blur(4px);
  transition: transform 0.65s cubic-bezier(0.86, 0, 0.07, 1), filter 0.65s linear;
  margin: 0 auto;
}
.enquire_now_inner.open {
  transform: translateY(0%);
  filter: blur(0px);
}
@media (max-width: 768px) {
  .enquire_now_inner {
    min-width: 100%;
    max-width: 100%;
    display: flex;
    min-height: 460px;
    height: auto;
  }
}
.enquire_now--close {
  position: absolute;
  top: 36px;
  right: 36px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: #fff 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s linear;
  z-index: 1;
}
@media (max-width: 768px) {
  .enquire_now--close {
    top: 16px;
    right: 16px;
  }
}
.enquire_now--close svg {
  width: 20px;
  height: 20px;
}
.enquire_now--close svg path {
  fill: #fff;
  transition: 0.25s linear;
}
.enquire_now--close:hover {
  transform: rotate(-90deg);
  background: #fff;
}
.enquire_now--close:hover svg path {
  fill: #00606d;
}
.enquire_now--asset {
  height: 100%;
}
@media (max-width: 768px) {
  .enquire_now--asset {
    display: none;
  }
}
.enquire_now--asset img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.enquire_now_form {
  padding: 64px;
}
@media (max-width: 768px) {
  .enquire_now_form {
    padding: 32px 24px;
    width: 100%;
  }
}
.enquire_now_form--title {
  color: var(--Text-Secondary, #fff);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-md-Size, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.96px;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .enquire_now_form--title {
    font-size: 20px;
    margin-bottom: 36px;
  }
}
.enquire_now_form--desc {
  color: var(--Text-Secondary, #fff);
  text-align: center;
  font-family: "General Sans", sans-serif;
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  max-width: 500px;
  margin: 0 auto;
}

.enquire_form.hide {
  display: none;
}

.enquire_success {
  display: none;
}
.enquire_success.show {
  display: block;
  animation: enquireFadeIn 0.25s linear;
}

.cus_form .form_group {
  margin-bottom: 28px;
  position: relative;
}
@media (max-width: 768px) {
  .cus_form .form_group {
    margin-bottom: 20px;
  }
}
.cus_form .form_group label.error {
  font-size: 12px;
  color: #00dcff;
  display: none !important;
}
.cus_form .form_group_col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 16px;
}
.cus_form input.error,
.cus_form textarea.error,
.cus_form select.error {
  border: 0.5px solid var(--Border-Error, #cc3716) !important;
  background: var(--Background-Error, #fff5f3);
  color: var(--Text-Error, #cc3716);
}
.cus_form select.error {
  background: #fff5f3 url("../images/icons/CaretDown.svg") center right 20px no-repeat;
}
@media (max-width: 768px) {
  .cus_form select.error {
    background-size: 16px;
  }
}
.cus_form input,
.cus_form select,
.cus_form textarea {
  border-radius: 4px;
  border: 0.665px solid var(--Border-Brand-Primary-Trans, rgba(0, 96, 109, 0.2));
  background: var(--Background-Secondary, #fff);
  height: 52px;
  padding: 12px 20px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: var(--Text-Brand-Primary, #00606d);
  outline: none;
  transition: 0.25s linear;
}
@media (max-width: 768px) {
  .cus_form input,
  .cus_form select,
  .cus_form textarea {
    height: 44px;
    font-size: 12px;
  }
}
.cus_form input::-moz-placeholder, .cus_form select::-moz-placeholder, .cus_form textarea::-moz-placeholder {
  color: var(--Text-Neutral-40, #b3b3b3);
}
.cus_form input::placeholder,
.cus_form select::placeholder,
.cus_form textarea::placeholder {
  color: var(--Text-Neutral-40, #b3b3b3);
}
.cus_form input:not(:-moz-placeholder-shown), .cus_form select:not(:-moz-placeholder-shown), .cus_form textarea:not(:-moz-placeholder-shown) {
  border: 0.5px solid var(--core-primary, #00606d);
}
.cus_form input:not(:placeholder-shown), .cus_form input:focus,
.cus_form select:not(:placeholder-shown),
.cus_form select:focus,
.cus_form textarea:not(:placeholder-shown),
.cus_form textarea:focus {
  border: 0.5px solid var(--core-primary, #00606d);
}
.cus_form textarea {
  height: 100px;
  resize: none;
}
.cus_form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: #fff url("../images/icons/CaretDown.svg") center right 20px no-repeat;
  background-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--Text-Neutral-40, #b3b3b3);
  border: 0.665px solid var(--Border-Brand-Primary-Trans, rgba(0, 96, 109, 0.2)) !important;
}
.cus_form select:valid {
  color: var(--Text-Brand-Primary, #00606d);
  border: 0.5px solid var(--core-primary, #00606d) !important;
}
@media (max-width: 768px) {
  .cus_form select {
    background-size: 16px;
  }
}
.cus_form .submit {
  cursor: pointer;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .cus_form .submit {
    margin-top: 0px;
  }
}

.contact_form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100svh - 100px);
}
@media (max-width: 768px) {
  .contact_form {
    grid-template-columns: 1fr;
    height: auto;
  }
}
@media (max-width: 768px) {
  .contact_form--asset {
    position: relative;
    height: 500px;
  }
}
.contact_form--asset::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5019607843);
  z-index: 1;
}
@media (max-width: 768px) {
  .contact_form--asset::before {
    width: 100%;
  }
}
.contact_form--asset img.img_fluid {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .contact_form--asset img.img_fluid {
    width: 100%;
  }
}
.contact_form_info {
  position: sticky;
  z-index: 1;
  padding: 100px 100px 100px 0px;
  top: 100px;
}
@media (max-width: 768px) {
  .contact_form_info {
    position: absolute;
    padding: 20px;
  }
}
.contact_form_info--title {
  color: var(--Text-Secondary, #fff);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Hero-sm-Size, 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 70.4px */
  letter-spacing: -1.92px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .contact_form_info--title {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.contact_form_info--desc {
  color: var(--Text-Secondary, #fff);
  font-family: "General Sans", sans-serif;
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
@media (max-width: 768px) {
  .contact_form_info--desc {
    font-size: 16px;
  }
}
.contact_form_info_detail {
  display: flex;
  gap: 48px;
  border-top: rgba(255, 255, 255, 0.4) 1px solid;
  padding-top: 32px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .contact_form_info_detail {
    gap: 24px;
    justify-content: space-between;
  }
}
.contact_form_info_detail_each {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--Text-Secondary, #fff);
  font-size: var(--Typography-Body-sm-Size, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
@media (max-width: 768px) {
  .contact_form_info_detail_each {
    font-size: 12px;
  }
}
.contact_form .cus_form {
  padding: 64px;
  padding-right: 0px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .contact_form .cus_form {
    padding: 48px 32px;
  }
}
.contact_form .cus_form .enquire_form,
.contact_form .cus_form .enquire_success {
  width: 100%;
}
.contact_form .cus_form .enquire_now_form--title,
.contact_form .cus_form .enquire_now_form--desc {
  color: #00606d;
}

.location_map {
  position: relative;
}
@media (max-width: 768px) {
  .location_map--asset {
    height: 100svh;
  }
  .location_map--asset img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.location_map_info {
  position: absolute;
  padding: 32px;
  background: #fff;
  top: 100px;
  width: 440px;
}
@media (max-width: 768px) {
  .location_map_info {
    top: auto;
    bottom: 32px;
    width: calc(100% - 40px);
    left: 20px;
    padding: 20px;
  }
}
.location_map_info--title {
  color: var(--Text-Brand-Primary, #00606d);
  font-family: "General Sans", sans-serif;
  font-size: var(--Typography-Title-md-Size, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.96px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .location_map_info--title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.location_map_info--desc {
  color: var(--Text-black-60, rgba(12, 12, 13, 0.6));
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .location_map_info--desc {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.location_map_info--time {
  color: var(--Text-black-60, rgba(12, 12, 13, 0.6));
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
}
@media (max-width: 768px) {
  .location_map_info--time {
    font-size: 14px;
  }
}
.location_map_info--btn {
  margin-top: 28px;
}
@media (max-width: 768px) {
  .location_map_info--btn {
    margin-top: 24px;
  }
}
.location_map_info--btn a {
  width: 100%;
}
.location_map_pointer {
  position: absolute;
  top: 50%;
  right: 30%;
  color: var(--Text-Secondary, #fff);
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  max-width: 220px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 768px) {
  .location_map_pointer {
    top: 32%;
    font-size: 14px;
    left: 40%;
    width: -moz-max-content;
    width: max-content;
  }
}
.location_map_pointer svg {
  min-width: 48px;
}
@media (max-width: 768px) {
  .location_map_pointer svg {
    max-width: 32px;
    min-width: auto;
  }
}

.accordion--title {
  color: var(--Text-Secondary, #fff);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-lg-Size, 48px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 57.6px */
  letter-spacing: -1.44px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .accordion--title {
    font-size: 32px;
    padding-bottom: 32px;
  }
}

.accordion-header {
  background: #00606d;
  cursor: pointer;
  padding: 10px;
  border-top: 1px solid var(--Border-Secondary-Trans, rgba(255, 255, 255, 0.2));
  padding: 48px 0;
}
@media (max-width: 768px) {
  .accordion-header {
    padding: 32px 0;
  }
}
.accordion-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.accordion-header-wrap svg {
  transform: rotateX(180deg);
  transition: 0.25s linear;
}
@media (max-width: 768px) {
  .accordion-header-wrap svg {
    width: 24px;
    height: 24px;
  }
}
.accordion-header-wrap svg path {
  fill: #fff;
  transition: 0.25s linear;
}
.accordion-header--label {
  color: var(--Text-Brand-Secondary, #84c98b);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.32px;
  transition: 0.25s linear;
}
.accordion-header--title {
  color: var(--Background-Secondary, #fff);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-md-Size, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.96px;
  display: block;
  margin-top: 42px;
  transition: 0.25s linear;
}
@media (max-width: 768px) {
  .accordion-header--title {
    font-size: 20px;
    margin-top: 16px;
  }
}

.accordion-content {
  display: none;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .accordion-content {
    padding-top: 0px;
    padding-bottom: 48px;
  }
}

.accordion-header.active {
  background: #fff;
}
.accordion-header.active .accordion-header-wrap svg {
  transform: rotateX(0deg);
}
.accordion-header.active .accordion-header-wrap svg path {
  fill: #00606d;
}
.accordion-header.active .accordion-header--label {
  color: var(--Text-Brand-Parent, #b95634);
}
.accordion-header.active .accordion-header--title {
  color: var(--Text-Brand-Primary, #00606d);
}

.accordion-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 124px;
  color: var(--Text-Brand-Primary, #00606d);
  font-size: var(--Typography-Body-xl-Size, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
}
@media (max-width: 768px) {
  .accordion-content-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    font-size: 14px;
  }
}

.accordion .accordion-item:last-child .accordion-header {
  padding-bottom: 140px;
}
@media (max-width: 768px) {
  .accordion .accordion-item:last-child .accordion-header {
    padding-bottom: 80px;
  }
}
.accordion .accordion-item:last-child .accordion-header.active {
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .accordion .container {
    padding: 0 20px;
  }
}

.locations_nearby {
  position: relative;
}
.locations_nearby .tabs {
  position: absolute;
  width: 100%;
  left: 0;
  top: 80px;
}
.locations_nearby .tab-content {
  margin-top: 0px;
  min-height: 400px;
}
@media (max-width: 768px) {
  .locations_nearby .tab-dropdown {
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    top: 32px;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .locations_nearby--asset {
    height: 100svh;
  }
  .locations_nearby--asset img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.construction {
  padding: 96px 0;
}
@media (max-width: 768px) {
  .construction {
    padding: 48px 0;
  }
}
.construction--title {
  color: var(--Text-Brand-Primary, #00606d);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Hero-sm-Size, 64px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 70.4px */
  letter-spacing: -1.92px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .construction--title {
    font-size: 40px;
    margin-bottom: 24px;
    padding: 0 20px;
  }
}

.construction_card {
  margin-bottom: 48px;
  display: block;
}
@media (max-width: 768px) {
  .construction_card {
    margin-bottom: 24px;
  }
}
.construction_card:hover .construction_card_info {
  color: #fff;
}
.construction_card:hover .construction_card_info::after {
  height: 100%;
}
.construction_card_info {
  color: var(--Text-Brand-Primary, #00606d);
  padding: 32px 40px;
  position: relative;
  z-index: 1;
  transition: 0.25s linear;
}
@media (max-width: 768px) {
  .construction_card_info {
    padding: 32px 24px;
  }
}
.construction_card_info::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background: #00606d;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.25s linear;
}
.construction_card_info::before {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: 100%;
  left: 0;
  top: 0;
  border: #00606d 1px solid;
  border-top: 0px;
}
.construction_card_info--title {
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-md-Size, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.96px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .construction_card_info--title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.construction_card_info--desc {
  font-size: var(--Typography-Body-lg-Size, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
@media (max-width: 768px) {
  .construction_card_info--desc {
    font-size: 14px;
  }
}

.construction_tabs_container {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: flex-start;
  gap: 96px;
}
@media (max-width: 768px) {
  .construction_tabs_container {
    display: block;
    padding: 0 20px;
  }
}

.construction_tabs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: sticky;
  top: 100px;
}
@media (max-width: 768px) {
  .construction_tabs {
    display: none;
  }
}
.construction_tabs_item.active .construction_tabs_item--title {
  border: 1px solid var(--Border-Brand-Primary, #00606d);
  font-weight: 600;
}
.construction_tabs_item.active .construction_tabs_item--title::before {
  transform: rotateX(180deg);
}
.construction_tabs_item--title {
  height: 58px;
  border-radius: 58px;
  border: 1px solid var(--Border-Brand-Primary-Trans, rgba(0, 96, 109, 0.2));
  padding: 0 32px;
  color: var(--Text-Brand-Primary, #00606d);
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.25s linear;
  position: relative;
}
.construction_tabs_item--title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/icons/CaretDown.svg") center right 32px no-repeat;
  transition: 0.25s linear;
}
.construction_tabs_item--list {
  padding: 16px 0px 40px 32px;
  display: none;
}
.construction_tabs_item--list ul {
  padding-left: 0px;
  border-left: 1px solid var(--Background-Brand-Primary-Lightest, rgba(0, 96, 109, 0.2));
}
.construction_tabs_item--list ul li a {
  color: var(--Text-Neutral-40, #b3b3b3);
  font-size: var(--Typography-Body-base-Size, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  display: block;
  padding: 16px 32px;
  transition: 0.25s linear;
  position: relative;
}
.construction_tabs_item--list ul li a::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #00606d;
  top: 0;
  left: -1.5px;
  opacity: 0;
  transition: 0.25s linear;
}
.construction_tabs_item--list ul li a.active {
  color: #00606d;
  font-weight: 500;
}
.construction_tabs_item--list ul li a.active::before {
  opacity: 1;
}

.construction_tabs_content--label {
  color: var(--Text-Neutral-40, #b3b3b3);
  font-family: "Sora", sans-serif;
  font-size: var(--Typography-Title-sm-Size, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.72px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .construction_tabs_content--label {
    display: none;
  }
}
.construction_tabs_content_each {
  display: none;
}
.construction_tabs_content_each.active {
  display: block;
  animation: fadeIn 0.35s linear;
}

.construction_dropdown {
  display: none;
}
@media (max-width: 768px) {
  .construction_dropdown {
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .construction_dropdown select {
    display: block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 58px;
    border-radius: 58px;
    width: 100%;
    padding: 0 32px;
    color: var(--Text-Brand-Primary, #00606d);
    font-size: var(--Typography-Body-base-Size, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 22.4px */
    background: #fff url("../images/icons/CaretDown.svg") center right 32px no-repeat;
  }
}

@keyframes fadeInSvg {
  0% {
    opacity: 0;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loader {
  background: #00606d;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  transition: 0.85s linear;
  display: none;
}
.loader_shape {
  animation: fadeInSvg 0.85s linear !important;
}
.loader_shape svg {
  display: block;
  max-width: 100%;
  height: auto;
  transition: 0.85s linear;
}
.loader.loaded {
  background: #468e98;
}
.loader.loaded svg {
  transform: scale(4.5) translateY(25%);
}
.loader.loaded.hide {
  opacity: 0;
  pointer-events: none;
}/*# sourceMappingURL=style.css.map */
