@font-face {
  font-family: Mont;
  src: url('../fonts/mont-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mirante;
  src: url('../fonts/Mirante-ExtraBold.otf') format("opentype"), url('../fonts/Mirante-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mirante;
  src: url('../fonts/Mirante-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mirante;
  src: url('../fonts/Mirante-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mirante;
  src: url('../fonts/Mirante-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cera Pro;
  src: url('../fonts/Cera-Pro-Black.otf') format("opentype"), url('../fonts/Cera-Pro-Black-Italic.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cera Pro;
  src: url('../fonts/Cera-Pro-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cera Pro;
  src: url('../fonts/Cera-Pro-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cera Pro;
  src: url('../fonts/Cera-Pro-Regular-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cera Pro;
  src: url('../fonts/Cera-Pro-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-green: #33463c;
  --calle-green: #536b5e;
  --white: #ffffffe6;
  --pageload: 0%;
  --dark-opcty-84: #33463cd6;
  --_logo-1---top: 0%;
  --_logo-1---mid-l: 50%;
  --_logo-1---mid-r: 0%;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--dark-green);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

h1 {
  color: var(--calle-green);
  max-width: 1100px;
  margin-top: 20px;
  margin-bottom: 5rem;
  font-family: Mirante, Arial, sans-serif;
  font-size: 6.5rem;
  font-weight: 500;
  line-height: 6rem;
}

h2 {
  z-index: 1;
  color: var(--calle-green);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mirante, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 6rem;
  position: relative;
}

h3 {
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mirante, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}

h5 {
  z-index: 1;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 10em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

p {
  color: var(--dark-green);
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
}

strong {
  font-weight: bold;
}

.body {
  transition: opacity .2s;
}

.navbar-logo-left {
  z-index: 1000;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  padding: 20px 5%;
}

.container {
  z-index: 5;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--calle-green);
  letter-spacing: .25px;
  padding: 5px 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.55, .055, .675, .19);
}

.nav-link:hover {
  color: #2f4f3e;
  font-weight: 700;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  border-bottom: 2px solid var(--dark-green);
}

.mobile-margin-top-10 {
  margin-left: 5px;
}

.button-primary {
  background-color: var(--dark-green);
  color: #fff;
  text-transform: none;
  border: 1px solid #ffffffab;
  border-radius: 7px;
  padding: 12px 10px;
  font-size: 1rem;
  line-height: 20px;
  transition: all .35s;
}

.button-primary:hover {
  background-color: var(--calle-green);
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.nav_logo {
  color: var(--calle-green);
  width: 300px;
}

.list-item {
  border-style: none none solid;
  border-width: 1px 1px 0;
  border-color: black black var(--calle-green);
  border-radius: 0;
  height: 25px;
  transition: border-width .225s cubic-bezier(.47, 0, .745, .715);
}

.list-item:hover {
  border-bottom-width: 3px;
}

.page_wrapper {
  overflow: clip;
}

.section_hero {
  color: var(--dark-green);
  background-image: url('../images/LightPattern.png');
  background-position: 50%;
  background-size: 200px;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 8.8rem;
  display: flex;
  position: relative;
}

.calle_centrale_logo {
  color: var(--dark-green);
  width: 430px;
  height: 32px;
  position: relative;
  top: -37px;
}

.main_container {
  z-index: 50;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  padding-left: 53px;
  padding-right: 53px;
  display: flex;
  position: relative;
}

.main_container.margin--170 {
  margin-bottom: -208px;
  padding-top: 100px;
  top: -327px;
}

.main_container.flex_left {
  justify-content: center;
  align-items: flex-start;
}

.main_container.flex_left.with_min {
  min-width: 1100px;
}

.main_container.hide {
  display: none;
}

.paragraph-regular.center {
  text-align: center;
}

.paragraph-regular.hotspots {
  color: #fff;
  text-shadow: 0 1px 1px #000c;
  font-size: .9rem;
  line-height: 1.2rem;
}

.paragraph-regular.white {
  color: var(--white);
}

.paragraph-regular.white.center {
  z-index: 1;
  position: relative;
}

.paragraph-regular.small {
  font-size: 1.2rem;
}

.paragraph-regular.smaller {
  font-size: 1rem;
  line-height: 1.6rem;
}

.paragraph-regular.limited_width {
  width: 600px;
}

.paragraph-regular.bold, .paragraph-regular.normal {
  font-weight: 400;
}

.spacer {
  height: 5rem;
}

.spacer._10 {
  height: 10rem;
  position: relative;
}

.spacer._18 {
  height: 18rem;
}

.spacer._2 {
  height: 2rem;
}

.spacer._7 {
  height: 7rem;
}

.calle_centrale_stroke_logo {
  opacity: .13;
  height: 100%;
  position: absolute;
  inset: 41% auto auto;
}

.calle_centrale_stroke_logo.left {
  left: -6%;
}

.calle_centrale_stroke_logo.right {
  transform-style: preserve-3d;
  right: -6%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.calle_half_logo_svg {
  width: 100%;
  height: 100%;
}

.section_building {
  background-image: url('../images/LightPattern.png');
  background-position: 50%;
  background-size: 200px;
  justify-content: center;
  align-items: flex-start;
  height: 150rem;
  display: flex;
  position: relative;
}

.building_image {
  z-index: 5;
  pointer-events: none;
  width: 92rem;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -342.948px;
}

.cloud {
  opacity: .66;
  width: 420px;
  max-width: none;
  position: absolute;
  inset: auto;
}

.cloud._1 {
  z-index: 1;
  pointer-events: none;
  inset: -73% 0% auto auto;
}

.cloud._2 {
  z-index: 1;
  pointer-events: none;
  inset: -26% auto auto -7%;
}

.building_elements_wrapper {
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 500px;
  display: flex;
  position: relative;
}

.calle_centrale_big_txt {
  opacity: .15;
  pointer-events: none;
  color: #4b4b4b;
  text-align: center;
  white-space: nowrap;
  overflow-wrap: normal;
  font-size: 20rem;
  font-weight: 800;
  position: absolute;
  inset: -38% 0% auto;
}

.hotspots_wrapper {
  z-index: 30;
  pointer-events: none;
  width: 20rem;
  height: 470px;
  position: relative;
}

.hotspot {
  z-index: 45;
  border: 3px solid var(--white);
  background-color: var(--calle-green);
  opacity: .95;
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 2.1rem;
  height: 2.1rem;
  display: flex;
  position: relative;
}

.hotspot_pulse {
  z-index: 40;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff54;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: auto;
  position: absolute;
}

.main_hotspot {
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.main_hotspot._2 {
  top: 170px;
  right: 190px;
}

.main_hotspot._3 {
  display: none;
  top: -133px;
  left: 195px;
}

.main_hotspot._4 {
  display: none;
  inset: -52% auto auto 23%;
}

.hotspot_contents {
  z-index: 30;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  pointer-events: none;
  background-color: #6d907875;
  border: 1px solid #ffffff85;
  border-radius: 11px;
  width: 18rem;
  padding: 39px 20px 20px;
  display: none;
  position: absolute;
  top: -362.208px;
  box-shadow: 12px 7px 19px #00000078;
}

.bold-text {
  font-size: 1.2rem;
}

.day_and_night_btn {
  z-index: 10;
  cursor: pointer;
  outline: none;
  width: 180px;
}

.night_glow {
  z-index: 1;
  mix-blend-mode: screen;
  background-image: radial-gradient(circle, #ffbf00, #fff0 64%);
  width: 50rem;
  height: 50rem;
  position: absolute;
  inset: auto auto -11%;
}

.section_brand_pillar {
  z-index: 10;
  background-image: url('../images/LightPattern.png');
  background-position: 50%;
  background-size: 200px;
  position: relative;
}

.for_green_texture {
  z-index: 0;
  background-color: var(--calle-green);
  mix-blend-mode: multiply;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.for_green_texture.full {
  z-index: -10;
}

.for_green_texture._28 {
  z-index: 1;
  mix-blend-mode: multiply;
  height: 35rem;
  inset: auto 0% 0%;
}

.for_green_texture._50 {
  z-index: 1;
  background-color: var(--calle-green);
  height: 50%;
}

.h1-heading.center {
  text-align: center;
  max-width: none;
}

.h1-heading.center.bold {
  font-weight: 600;
}

.h1-heading.center.bold.padingbot {
  margin-bottom: 8.7rem;
}

.h1-heading.white {
  color: var(--white);
}

.brand_pillar_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  transition: transform .35s;
  display: flex;
}

.brand_pillar_wrapper:hover {
  transform: scale(1.2);
}

.icon_wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon_wrapper.white {
  color: var(--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
}

.icons {
  width: 6rem;
}

.h3_heading {
  font-size: 2rem;
  font-weight: 500;
}

.h3_heading.allcaps {
  text-transform: uppercase;
}

.h3_heading.white {
  color: var(--white);
}

.h3_heading.center {
  text-align: center;
}

.h3_heading.smaller {
  margin-top: 0;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2em;
}

.h3_heading.smaller.center {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.brand_pillar_grid {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.video-sticky-wrapper {
  background-image: url('../images/White-Pattern.png');
  background-position: 50%;
  background-size: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.background-video {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.play-btn-main {
  z-index: 1;
  color: #ffffffd9;
  width: 8em;
  position: absolute;
  left: auto;
}

.lighttexture {
  z-index: 0;
  background-image: url('../images/LightPattern.png');
  background-position: 50%;
  background-size: 200px;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0%;
}

.section_location {
  z-index: 0;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.section_parallax_full {
  background-image: linear-gradient(90deg, #fff, #fff0 60%), url('../images/678ea9faf80842c9a5c0e96f_Yoga-Calle-Centrale_1678ea9faf80842c9a5c0e96f_Yoga Calle Centrale.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section_parallax_full.family_image {
  filter: saturate(118%) contrast(120%);
  background-image: url('../images/Calle-Family.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
}

.section_parallax_full.building {
  background-image: linear-gradient(90deg, var(--calle-green), #fff0 60%), url('../images/Calle-Building.jpg');
}

.h2 {
  -webkit-text-stroke-color: var(--calle-green);
}

.h2.center {
  text-align: center;
}

.h2.white {
  color: #ffffffe6;
}

.section_amenities {
  min-height: 200vh;
}

.section_amenities.lightbackground {
  background-image: url('../images/LightPattern.png');
  background-position: 50%;
  background-size: 200px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider_wrapper {
  width: 55em;
  height: 30em;
  position: relative;
}

.slide-nav {
  display: none;
}

.right-arrow {
  width: 50%;
}

.calle_pattern {
  z-index: 0;
  opacity: .28;
  position: absolute;
  inset: 14% 0% auto;
}

.calle_pattern.leftalign {
  inset: -18% -16% 0% auto;
}

.calle_pattern.right {
  inset: -18% auto 0% -15%;
}

.calle_pattern.unitsize {
  width: 910px;
  max-width: none;
  position: absolute;
  inset: 10% auto 0%;
}

.brown_texture {
  z-index: 1;
  background-image: url('../images/DarkPattern.png');
  background-position: 50%;
  background-size: 240px;
  width: 300px;
  height: 400px;
}

.brown_texture.topleft {
  color: var(--dark-green);
  position: absolute;
  inset: -14% auto auto -9%;
}

.brown_texture.bottomright {
  position: absolute;
  inset: auto -8% -12% auto;
}

.green_texture {
  z-index: 1;
  background-image: url('../images/Green-Texture.jpg');
  background-position: 50%;
  background-size: 240px;
  width: 430px;
  height: 400px;
}

.green_texture.topleft {
  position: absolute;
  inset: -14% auto auto -9%;
}

.green_texture.bottomright {
  position: absolute;
  inset: auto -8% -14% auto;
}

.section_unit {
  min-height: 100vh;
}

.section_unit.lighttexture {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.unit_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.unit_images {
  z-index: 1;
  width: 860px;
  position: relative;
}

.unit_images.align_left {
  left: -155px;
}

.unit_images.align_left.up {
  top: -107px;
}

.unit_images.align_right {
  z-index: 2;
  right: -155px;
}

.unit_images.align_right.moveup {
  top: -45px;
}

.unit_images.moveup {
  top: -83px;
}

.section_building_features.whitetexture {
  background-image: url('../images/White-Pattern.png');
  background-position: 50%;
  background-size: 200px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 93px;
  padding-bottom: 139px;
  display: flex;
}

.building_feature_grid {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.building_feature_grid.hide {
  display: none;
}

.features_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  display: flex;
}

.features-image {
  filter: brightness(85%);
  width: 60px;
  margin-top: 20px;
  margin-bottom: 15px;
  transition-property: filter;
  transition-duration: .35s;
  display: block;
}

.features-image:hover {
  filter: none;
}

.features-image.size {
  width: auto;
  height: 50px;
}

.grid-3 {
  grid-column-gap: 150px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 32px;
  position: relative;
}

.features-wraper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-title-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 9rem;
  display: flex;
}

.features-text {
  color: #3b4e43;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
}

.footer_copyright-text {
  z-index: 1;
  color: #b3b3b3;
  text-align: center;
  padding-bottom: 50px;
  position: relative;
}

.h2_500_4-812rem_black-2 {
  z-index: 1;
  color: #2c3b49;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.h2_500_4-812rem_black-2.parallax-2 {
  z-index: 1;
  color: #7e6c4f;
  display: none;
  position: relative;
  top: -29px;
}

.h2_500_4-812rem_black-2.parallax-2.footer {
  color: #fff;
  text-align: center;
  margin-top: 2.9rem;
  margin-bottom: .9rem;
  font-size: 4.3rem;
}

.newsletter_email-field {
  color: #ececec;
  background-color: #d9d9d94d;
  border: 1px solid #fff0;
  width: 600px;
  height: 100%;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
}

.link {
  color: #b3b3b3;
  text-decoration: none;
}

.wrap_footer-text-logo {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 30px;
  padding-left: 65px;
  padding-right: 65px;
  display: flex;
  position: relative;
}

.wrap_social-icons {
  z-index: 1;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 42px;
  display: flex;
  position: relative;
}

.link-block {
  cursor: pointer;
  text-decoration: none;
}

.wrap_newsletter-form-fields {
  height: 56px;
  display: flex;
}

.top-indicator_vertical-line {
  background-color: #ececec;
  width: 2px;
  height: 114px;
}

.image_footer-logo.interaction_slide-on-scroll {
  opacity: .78;
  padding-bottom: 69px;
}

.button-secondary {
  color: #fff;
  text-align: center;
  background-color: #53675c;
  border: 1px solid #fff;
  padding: .75rem 1.5rem;
  transition: background-color .2s;
}

.button-secondary:hover {
  background-color: #29332e;
}

.button-secondary.is-wide {
  padding-left: 2.5rem;
  padding-right: 2rem;
}

.newsletter_text {
  color: #b3b3b3;
  height: 100%;
  font-size: 1.125rem;
}

.footer-text {
  color: #b3b3b3;
  text-align: center;
  width: 320px;
  font-size: 1.1875rem;
}

.wrap_top-indicator {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.wrap_newsletter {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
}

.footer.lighttexture {
  position: relative;
}

.top-indicator_text {
  color: #ececec;
  justify-content: center;
  font-size: 1.25rem;
}

.text-span-5 {
  font-size: 7rem;
}

.footer-iquire-txt {
  z-index: 2;
  color: #ececec;
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.text-span-6 {
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 700;
}

.blured_back {
  z-index: 0;
  opacity: 0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #536b5e91;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 11px #0000003b;
}

.line {
  background-image: linear-gradient(90deg, #0000, #fff 55%, #fff0);
  width: 100%;
  height: 1px;
}

.video-wrap {
  z-index: 10;
  width: 100%;
  height: 200vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.video-element-2 {
  border-radius: 35em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45em;
  height: 28em;
  position: relative;
  overflow: clip;
}

.daymight_btn_wrapper {
  z-index: 30;
  display: none;
  position: absolute;
  inset: auto auto -12px;
}

.daynight-txt {
  color: var(--white);
  text-align: center;
  text-shadow: 0 1px 11px #000, 0 1px 1px #000000e0;
  font-weight: 500;
  position: relative;
  top: -56px;
}

.svg-4 {
  color: var(--white);
}

.restfull-zone-txt {
  font-weight: 900;
}

.restfull-zone-txt.white {
  color: #fff;
}

.restfull-zone-txt.white.opacity {
  color: #ffffff3d;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #7d7d7db0;
  white-space: nowrap;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  position: absolute;
  inset: auto 0% -34%;
}

.active-zone-txt {
  font-weight: 900;
}

.active-zone-txt.white {
  color: #fff;
}

.active-zone-txt.white.opacity {
  color: #ffffff3d;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #7d7d7db0;
  white-space: nowrap;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  position: absolute;
  inset: auto 0% -34%;
}

.spline-scene {
  width: 500px;
  height: 500px;
  position: relative;
}

.svg-5 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.icon-6 {
  z-index: 6;
  margin-left: 41px;
}

.div-block-102 {
  z-index: 1;
  color: #fff;
  text-shadow: 0 1px 7px #0000008c;
  position: absolute;
  inset: auto 3% 4% 0%;
}

.slider-4 {
  z-index: 21;
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-4.parallax-1 {
  z-index: 2;
}

.slide-3 {
  z-index: 5;
}

.slidegradient {
  z-index: 20;
  pointer-events: none;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slidegradient.right {
  z-index: 6;
  opacity: 0;
  pointer-events: auto;
  background-image: linear-gradient(90deg, #fff0, #384a3ff2);
  width: 100%;
  transition: opacity .6s;
  inset: 0% 0% 0% auto;
}

.slidegradient.right:hover {
  opacity: 1;
}

.slidegradient.left {
  z-index: 4;
  opacity: 0;
  pointer-events: auto;
  background-image: linear-gradient(90deg, #384a3ff2, #fff0);
  width: 100%;
  transition: opacity .6s;
}

.slidegradient.left:hover {
  opacity: 1;
  background-image: linear-gradient(90deg, #384a3ff2, #fff0);
}

.icon-7 {
  z-index: 30;
  margin-right: 41px;
}

.text-block-7 {
  text-align: right;
  font-family: Mirante, Arial, sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
}

.image_render-amenities {
  z-index: 1;
  box-sizing: border-box;
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.left-arrow-5 {
  width: 50%;
  display: flex;
}

.icon-8 {
  z-index: 6;
  margin-left: 41px;
}

.slider-5 {
  z-index: 21;
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-5.parallax-1 {
  z-index: 2;
}

.slide-4 {
  z-index: 5;
}

.icon-9 {
  z-index: 30;
  margin-right: 41px;
}

.mouse-wrapper {
  z-index: 2000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.cursormain_wrapper {
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  position: relative;
  left: 8px;
}

.cursor_out-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cursor_out {
  opacity: 1;
  background-color: #ffffff47;
  border-radius: 110px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  transform: rotate(45deg);
}

.stroke {
  border: 2px solid #53675c;
  border-radius: 110px;
  width: 40px;
  height: 40px;
  position: static;
}

.cursorcenter_wrapper {
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.cursor_center {
  z-index: 10;
  background-color: #3b4e43;
  border-radius: 60px;
  width: 14px;
  height: 14px;
  position: absolute;
  transform: rotate(45deg);
}

.lightbox-link {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.play-btn-mouse {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  color: #ffffffd9;
  width: 8em;
  position: absolute;
  left: -66px;
}

.play-pause-button {
  display: none;
}

.div-block-66 {
  z-index: -1;
  filter: blur(14px);
  background-color: #fff0;
  background-image: radial-gradient(circle, #fffdfc, #ffcc9bb0 48%, #fff0);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: -30% -7px auto auto;
}

.div-block-66._2 {
  filter: blur(3px);
}

.loader_top {
  color: #fff;
  width: 80%;
  height: 40px;
  display: none;
  position: relative;
  top: 20px;
}

.div-block-65 {
  z-index: 1;
  background-color: #ffffff36;
  border-radius: 5px;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 3px 1px #141b22;
}

.loader_progress {
  z-index: 1;
  width: var(--pageload);
  color: #fff;
  background-color: #c38548;
  background-image: linear-gradient(90deg, #0000, #ffc286 92%, #ffeede);
  border-radius: 5px 20px 20px 5px;
  height: 12px;
  position: relative;
}

.loader_wrapper {
  z-index: 50000;
  background-color: var(--dark-green);
  pointer-events: none;
  color: var(--dark-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-104 {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  width: 343px;
  height: 354px;
  display: flex;
  position: relative;
}

.svg-7 {
  color: var(--white);
}

.svg-8 {
  color: var(--dark-green);
  width: 18rem;
}

.svg-8.back {
  z-index: 0;
  color: #101b15;
  position: absolute;
}

.top, .bot-l, .mid, .mid-l, .bot-r {
  transform-origin: bottom;
  transform: scale(1);
}

.div-block-107 {
  z-index: 1;
  height: var(--pageload);
  border-radius: 100% 100% 0 0%;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-copy, .mid-l-copy, .bot-r-copy, .bot-l-copy {
  transform-origin: bottom;
  fill: #1e2b24;
  transform: scale(1);
}

.mid-r-co, .path-8, .path-9, .path-10, .path-11, .path-12, .path-13, .path-14, .path-15, .path-16, .path-17, .path-18, .path-19, .path-20 {
  fill: #1e2b24;
}

.div-block-108 {
  justify-content: center;
  align-items: flex-start;
  height: 420px;
  margin-top: -85px;
  margin-bottom: 62px;
  display: flex;
  overflow: hidden;
}

.sticky-wrapper {
  background-image: url('../images/LightPattern.png');
  background-position: 50%;
  background-size: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1240px;
  padding-top: 136px;
  display: flex;
  position: sticky;
  top: 0;
}

.dark-sky-backround {
  z-index: 0;
  opacity: .64;
  mix-blend-mode: hard-light;
  background-image: linear-gradient(#0000, #0e0e0f59 11%, #12121475 16%, #1616188f 28%, #1f1f22c9 55%, #27272b);
  width: 100%;
  height: 680px;
  position: absolute;
  inset: 0% 0% auto;
}

.tabs {
  z-index: 5;
  background-image: linear-gradient(90deg, #fff 12%, #ffffff6b 27%, #ffffff14 40%, #fff0 55%);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tabs-content {
  z-index: 7;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.tabs-menu {
  z-index: 8;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  height: 100%;
  margin-left: -29px;
  padding-left: 0;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.tab_layout {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  pointer-events: auto;
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  height: 57px;
  display: flex;
}

.tab_layout.w--current {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  pointer-events: auto;
  color: var(--white);
  background-color: #4e685bb8;
  border: 1px solid #4e54564d;
  border-radius: 20px;
  position: relative;
}

.tab_txt {
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.path-21 {
  color: #9c7428;
}

.path-22 {
  color: #fff;
}

.tab_icons {
  color: #694a82;
  width: 47px;
  min-width: 47px;
}

.path-26, .path-27, .path-28 {
  color: #fff;
}

.main_map_svg {
  z-index: 0;
  width: 100vw;
  position: relative;
}

.tab_pin_container {
  text-shadow: 0 1px 1px #00000069, 0 2px 6px #fff;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.frame-trigger {
  display: block;
}

.hospi-text1 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.hospi-text1.tab-text-style, .body-2 {
  font-size: 1vw;
}

.map_size_container {
  width: 80vw;
  position: relative;
}

.hospital_icons {
  color: #694a82;
  width: 2vw;
  position: relative;
}

.tab_container {
  width: 100%;
  height: 100%;
}

.tab_pin_wrapper {
  z-index: 8;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 41% auto auto 51%;
}

.tab_pin_wrapper._1 {
  top: 42%;
  left: 70%;
}

.tab_pin_wrapper._2 {
  top: 50%;
  left: 51%;
}

.tab_pin_wrapper._3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 67%;
  left: 69%;
}

.tab_pin_wrapper._4 {
  top: 21%;
  left: 48%;
}

.tab_pin_wrapper._5 {
  top: 45%;
  left: 35%;
}

.tab_pin_wrapper._6 {
  top: 19%;
  left: 23%;
}

.tab_pin_wrapper._1b {
  display: flex;
  top: 38%;
  left: 61%;
}

.tab_pin_wrapper._2b {
  display: flex;
  top: 43%;
  left: 64%;
}

.tab_pin_wrapper._3b {
  display: flex;
  top: 44%;
  left: 60%;
}

.tab_pin_wrapper._4b {
  display: flex;
  top: 60%;
  left: 50%;
}

.tab_pin_wrapper._5b {
  display: flex;
  top: 45%;
  left: 43%;
}

.tab_pin_wrapper._6b {
  display: flex;
  top: 63%;
  left: 58%;
}

.tab_pin_wrapper._7b {
  display: flex;
  top: 55%;
  left: 46%;
}

.tab_pin_wrapper._8b {
  display: flex;
  top: 63%;
  left: 43%;
}

.tab_pin_wrapper._9b {
  display: flex;
  top: 62%;
  left: 46%;
}

.tab_pin_wrapper._10b {
  display: flex;
  top: 4%;
  left: 57%;
}

.tab_pin_wrapper._11b {
  display: flex;
  top: 9%;
  left: 59%;
}

.tab_pin_wrapper._12b {
  display: flex;
  top: 39%;
  left: 30%;
}

.tab_pin_wrapper._13b {
  display: flex;
  top: 42%;
  left: 34%;
}

.tab_pin_wrapper._14b {
  display: flex;
  top: 5%;
  left: 53%;
}

.tab_pin_wrapper._1c {
  top: 40%;
  left: 63%;
}

.tab_pin_wrapper._2c {
  display: flex;
  top: 34%;
  left: 58%;
}

.tab_pin_wrapper._3c {
  display: flex;
  top: 37%;
  left: 60%;
}

.tab_pin_wrapper._4c {
  display: flex;
  top: 46%;
  left: 60%;
}

.tab_pin_wrapper._5c {
  display: flex;
  top: 50%;
  left: 60%;
}

.tab_pin_wrapper._6c {
  display: flex;
  top: 58%;
  left: 56%;
}

.tab_pin_wrapper._7c {
  display: flex;
  top: 58%;
  left: 74%;
}

.tab_pin_wrapper._8c {
  display: flex;
  top: 53%;
  left: 45%;
}

.tab_pin_wrapper._9c {
  display: flex;
  top: 72%;
  left: 48%;
}

.tab_pin_wrapper._10c {
  display: flex;
  top: 60%;
  left: 46%;
}

.tab_pin_wrapper._11c {
  display: flex;
  top: 57%;
  left: 44%;
}

.tab_pin_wrapper._1d {
  display: flex;
  top: 43%;
  left: 56%;
}

.tab_pin_wrapper._2d {
  display: flex;
  top: 51%;
}

.tab_pin_wrapper._3d {
  top: 48%;
  left: 68%;
}

.tab_pin_wrapper._4d {
  top: 41%;
  left: 42%;
}

.tab_pin_wrapper._1e {
  top: 34%;
  left: 50%;
}

.tab_pin_wrapper._2e {
  top: 58%;
  left: 56%;
}

.tab_pin_wrapper._3e {
  top: 24%;
  left: 46%;
}

.tab_pin_wrapper._4e {
  top: 63%;
  left: 59%;
}

.tab_pin_wrapper._1f {
  top: 50%;
  left: 61%;
}

.tab_pin_wrapper._2f {
  top: 58%;
  left: 55%;
}

.tab_pin_wrapper._3f {
  top: 43%;
  left: 63%;
}

.tab_pin_wrapper._4f {
  top: 32%;
  left: 58%;
}

.tab_pin_wrapper._5f {
  top: 66%;
  left: 57%;
}

.map_pin_image {
  z-index: 30;
  pointer-events: none;
  width: 240px;
  max-width: none;
  display: block;
  position: absolute;
  top: -250px;
  left: auto;
  right: auto;
}

.schools_icon, .retail_icons, .transpo_icons, .major_icons {
  width: 2vw;
  position: relative;
}

.section_map {
  z-index: 20;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.svg-11 {
  opacity: .5;
  width: 20.6vw;
  position: relative;
  top: 3px;
  left: 0;
}

.hl_1 {
  pointer-events: none;
  transition: opacity .125s;
  position: absolute;
  left: 21.7%;
}

.hl_3 {
  pointer-events: none;
  transition: opacity .125s;
  position: absolute;
  top: 34%;
  left: 28.9%;
}

.svg-15 {
  opacity: .5;
  width: 57vw;
}

.hl_4 {
  pointer-events: none;
  transition: opacity .125s;
  position: absolute;
  top: 31.7%;
  left: 43%;
  overflow: visible;
}

.svg-16 {
  opacity: .5;
  width: 14vw;
  position: relative;
}

.hl_4-copy {
  opacity: .5;
  pointer-events: none;
  transition: opacity .125s;
  position: absolute;
  top: 29%;
  left: 63.5%;
  overflow: visible;
}

.svg-18 {
  width: 4vw;
  position: relative;
  top: 16px;
}

.map_pin_wrapper {
  z-index: auto;
  position: absolute;
  top: 28%;
  left: 61.3%;
}

.map_pin {
  width: 7vw;
  max-width: none;
  position: relative;
}

.map_pin_video {
  z-index: 7;
  pointer-events: none;
  border: 9px solid #bf7958;
  border-radius: 20em;
  width: 15vw;
  height: 15vw;
  display: block;
  position: absolute;
  top: 17.5%;
  left: 57.3%;
  overflow: hidden;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.menu3-trigger, .menu4-trigger {
  position: absolute;
  inset: 0%;
}

.menuwrap {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu1trigger {
  position: absolute;
  inset: 0%;
}

.menu1trigger.btnview {
  background-color: #2a1f1400;
  background-image: none;
  height: 67px;
  position: absolute;
  inset: 0%;
}

.popbtn {
  cursor: pointer;
  width: 210px;
  height: 100%;
  position: relative;
}

.popbtn._3 {
  width: 210px;
}

.popbtn._1 {
  width: 330px;
}

.popbtn._4 {
  width: 190px;
}

.menu {
  z-index: 42;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0000000f;
  background-image: linear-gradient(174deg, #0000 36%, #ffffff40), linear-gradient(0deg, #00000024, #fff0);
  border: 1px solid #ffffff4f;
  border-radius: 148px;
  width: 430px;
  height: 8%;
  padding: 4px 50px;
  position: absolute;
  inset: auto 0% 4%;
  overflow: hidden;
  box-shadow: 0 2px 46px -8px #00000087;
}

.menuicon {
  color: #fff;
  width: 100%;
  height: 100%;
  transition: all .4s, color .2s;
  position: relative;
}

.menuicon:hover {
  color: #d99855;
  transform: scale(1.1);
}

.div-block-6 {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  position: relative;
}

.popup_h2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 200;
}

.scrolldown {
  z-index: 3;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  text-align: center;
  background-image: linear-gradient(#35564db5, #35564dc7);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.btnview {
  background-color: #2a1f1463;
  background-image: linear-gradient(#0000, #fff0);
  border-radius: 20px;
  height: 150px;
  padding: 11px;
  transition: all .875s;
  position: relative;
}

.btnview.hide {
  display: none;
}

.closebtnpopup {
  z-index: 20;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  position: absolute;
  inset: 3% 2% auto auto;
}

.circle {
  color: var(--dark-opcty-84);
  transition: color .3s;
}

.circle:hover {
  color: #d99855;
}

.circle.popup_closebtn {
  color: #35564d;
  transition: color .2s;
}

.circle.popup_closebtn:hover {
  color: #7c9991;
}

.popup_h1 {
  color: #fff;
  text-shadow: 0 1px 1px #0000008a;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.popup_h1.poph1 {
  max-width: none;
  margin-bottom: 10px;
  line-height: 44px;
}

.popupclosebackground {
  background-color: #00000057;
  position: absolute;
  inset: 0%;
}

.thumbglow {
  z-index: 0;
  mix-blend-mode: lighten;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(0deg, #109470, #096f53fa 21%, #fff0);
  border-radius: 20px;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.maintabs {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.image-6 {
  height: 100%;
}

.thumimages-copy-5 {
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
}

.popup_p2 {
  color: #fff;
  text-shadow: 0 1px 1px #000000a8;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4em;
}

.thumbimagewrapper {
  border-radius: 12px;
  width: 100%;
  height: 80%;
  overflow: hidden;
}

.thumbn_txt {
  color: #ffffffeb;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.rect-2 {
  pointer-events: none;
}

.tabswrapper {
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  position: relative;
}

.popmenusection {
  z-index: 25;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.popupcontainer {
  z-index: 30;
  cursor: default;
  background-color: #00000038;
  background-image: linear-gradient(333deg, #ffffff30, #8f8f8f00 75%);
  border: 1px solid #ffffff52;
  border-radius: 20px;
  width: 1270px;
  height: 70%;
  position: relative;
  overflow: hidden;
  box-shadow: 13.8018px 18.9774px 27.5173px .86261px #00000045;
}

.thumbnails {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  cursor: pointer;
  flex-flow: column;
  height: 100%;
  padding: 21px 21px 85px;
  display: flex;
  position: relative;
  overflow: auto;
}

.glow4menu {
  filter: blur(6px);
  pointer-events: none;
  background-image: radial-gradient(circle, #ffffff7d, #fff0 65%);
  border-radius: 50px;
  width: 300px;
  height: 200px;
  position: absolute;
  inset: 0% 0% 0% 15%;
}

._360tourcontainer {
  z-index: 0;
  cursor: auto;
  -webkit-user-select: none;
  user-select: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

._360-tour {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.fsbtn-copy {
  overflow-wrap: normal;
  width: 37px;
  padding-top: 0;
  position: absolute;
  inset: 2% 2% auto auto;
}

.section-5 {
  background-image: url('../images/Drop-off-Area-2_1.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}

.h1_about-us-2 {
  color: #383838;
  text-align: center;
  max-width: none;
  padding-bottom: 34px;
  font-family: Cera Pro, Times New Roman, sans-serif;
  font-size: 8rem;
  font-weight: 500;
}

.image_capiz-plate {
  z-index: 4;
  position: absolute;
  inset: auto -6% -25% auto;
}

.image_capiz-plate.interaction_rotate-on-scroll {
  width: 100%;
  max-width: 30%;
  display: none;
}

.youtube-2 {
  z-index: 2;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-medium.is-relative {
  max-width: 80vw;
}

.container-medium.bottom-padding-3rem {
  padding-bottom: 3rem;
}

.image_brand-pattern-4 {
  opacity: .64;
  position: absolute;
  inset: auto auto -13% -7%;
}

.h2_translucent-5 {
  z-index: 3;
  color: #ffffff7d;
  -webkit-text-stroke-color: #ffffffc9;
  white-space: nowrap;
  font-family: Mirante, Arial, sans-serif;
  font-size: 13.75rem;
  line-height: 1;
  position: absolute;
  inset: auto 0% 12%;
}

.image_gold-texture-2 {
  z-index: 1;
  filter: contrast(139%) brightness(38%) hue-rotate(180deg);
  width: 100%;
  max-width: 45%;
  position: absolute;
  inset: auto -3% -17% auto;
}

.image_gold-texture-2.parallax-2 {
  filter: contrast(139%) brightness(38%) hue-rotate(124deg);
}

.wrap_about-us-hero-elements {
  padding-bottom: 200px;
  position: relative;
}

.section_hero-about-us-2 {
  padding-top: 200px;
}

.section_hero-about-us-2.background-pattern-texture-dark {
  background-image: url('../images/White-Pattern.png');
  background-position: 50%;
  background-size: 200px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.building-hover-section {
  display: none;
}

.h1-heading-redefined.center-copy {
  text-align: center;
  font-size: 4rem;
  position: relative;
}

.h2-redefined.center-copy-copy {
  text-align: center;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  position: relative;
}

.bold-text-6 {
  color: var(--calle-green);
  font-family: Cera Pro, Times New Roman, sans-serif;
  font-size: 5rem;
}

.caza-section {
  z-index: 0;
  background-color: var(--dark-green);
  color: var(--calle-green);
  background-image: url('../images/White-Pattern.png');
  background-position: 0 0;
  background-size: 200px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 0;
  display: flex;
  position: relative;
}

.section-6 {
  background-image: url("https://cdn.prod.website-files.com/68d55e1f7d6254209d271911/68d97fdc75cf8483e803d446_Calle%20Centrale%20Artist's%20Perspective%20of%20Facade%208.jpg");
  background-position: 90%;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}

.section_developers {
  z-index: 0;
  background-image: url('../images/White-Pattern.png');
  background-position: 50%;
  background-size: 200px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 0;
  display: flex;
  position: relative;
}

.container_weecommunity-and-monark-logos {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.logo_wee-community {
  width: 100vw;
  max-width: 30%;
}

.section_milestones {
  box-sizing: content-box;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 200vh;
  position: relative;
}

.div-block-73 {
  background-image: url('../images/White-Pattern.png');
  background-position: 50%;
  background-size: 200px;
  justify-content: flex-start;
  height: 100vh;
  padding-top: 70px;
  padding-left: 280px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.image_milestones {
  object-fit: fill;
  width: auto;
  max-width: none;
  height: 100%;
  margin-left: 50%;
  transform: none;
}

.wrap_the-team {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 32% 0% auto;
}

.bg_blue-background.background-pattern-texture-blue {
  background-color: var(--calle-green);
  height: 40rem;
}

.h2_opaque {
  color: #2e3e4d33;
  font-size: 13rem;
  font-weight: 700;
}

.h2_opaque.is-centered {
  text-align: center;
  background-image: url('../images/White-Pattern.png');
  background-position: 50%;
  background-size: 200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  font-family: Cera Pro, Times New Roman, sans-serif;
  line-height: 1;
}

.video-4 {
  border-radius: 130px;
  width: 100%;
  height: 100%;
}

.wrap_flex-centered {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 980px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_our-team.is-relative.overflow-hidden {
  font-family: Cera Pro, Times New Roman, sans-serif;
  font-weight: 300;
  position: relative;
}

.paragraph-style2-2 {
  color: #3a3a3a;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-style2-2.is-centered {
  text-align: center;
}

.paragraph-style2-2.is-centered.is-text-white {
  color: #fff;
  font-weight: 300;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small.top-padding-4rem {
  padding-top: 4rem;
}

.slide-nav-3 {
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.slide-awards_left-arrow {
  filter: brightness(200%);
  width: 45px;
}

.left-arrow-4 {
  align-items: flex-start;
  display: flex;
  top: 270px;
  left: 25px;
}

.h3_gold-style {
  color: #ffffffc9;
  font-size: 4.8125rem;
  font-weight: 500;
}

.h3_gold-style.is-centered {
  text-align: center;
  margin-bottom: 32px;
  font-family: Cera Pro, Times New Roman, sans-serif;
  font-weight: 700;
}

.right-arrow-3 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  top: 270px;
  right: 25px;
}

.image_award {
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
}

.div-block-92 {
  background-image: url('../images/award_gold-pattern.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 310px;
  position: absolute;
  inset: auto 0% 0%;
}

.slider_major-awards {
  background-color: #ddd0;
  width: 430px;
  height: 100%;
}

.icon-5 {
  display: none;
}

.image-74 {
  filter: brightness(200%);
  width: 45px;
}

.h2_big-white-text-2 {
  color: #fff;
  font-size: 13.75rem;
  line-height: 1;
}

.h2_big-white-text-2.is-centered {
  text-align: center;
  font-family: Cera Pro, Times New Roman, sans-serif;
  font-weight: 700;
}

.awards-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  padding-bottom: 6rem;
  display: none;
}

.section_awards-2 {
  display: none;
}

.section_awards-2.background-pattern-texture-blue {
  background-color: var(--calle-green);
  padding-top: 7.6rem;
  font-family: Cera Pro, Times New Roman, sans-serif;
  font-weight: 300;
  display: block;
  position: relative;
}

.lamudi-awards-wraper {
  flex-direction: column;
  align-items: center;
  margin-top: 72px;
  padding-bottom: 236px;
  display: flex;
}

.h4_award-heading-2 {
  color: #fff;
  font-size: 2.5625rem;
}

.h4_award-heading-2.custom-spacing_top-bottom {
  padding-top: 20px;
  padding-bottom: 40px;
}

.image-87 {
  width: 80vw;
}

.wrap_awards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  height: 100%;
  display: flex;
}

.award-text-label-2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.div-block-80 {
  background-color: var(--dark-opcty-84);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 620.9px;
  height: 311.5px;
  position: absolute;
  inset: auto auto 0% -20%;
}

.div-block-81 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-79 {
  justify-content: center;
  width: 100vw;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.thumbnail_location-video {
  z-index: 2;
  display: inline-flex;
  position: relative;
}

.play-button {
  z-index: 2;
  background-color: #3898ec00;
  background-image: url('../images/play-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 180px;
  height: 180px;
  display: none;
  position: absolute;
}

.h2_translucent-4 {
  z-index: 3;
  color: #ffffff2e;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #83807d;
  white-space: nowrap;
  font-size: 13.75rem;
  line-height: 1;
  position: absolute;
  inset: auto 0% 0%;
}

.h2_translucent-4.adj-location {
  font-family: Mont, Times New Roman, sans-serif;
  font-size: 10rem;
  font-weight: 700;
  bottom: 0%;
  left: -12%;
  overflow: visible;
}

.section_hero-location {
  padding-top: 200px;
}

.section_hero-location.background-pattern-texture-light {
  background-image: url('../images/White-Pattern.png');
  background-position: 50%;
  background-size: 200px;
  overflow: hidden;
}

.pattern-grey {
  opacity: .56;
  position: absolute;
  inset: -13% -16% auto auto;
}

.h1_style-1 {
  color: #383838;
  font-size: 6.2rem;
  font-weight: 500;
}

.h1_style-1.is_text-centered.padding-bottom_large {
  max-width: none;
  margin-bottom: 10rem;
}

.section_parallax_full-copy {
  background-image: linear-gradient(90deg, #fff, #fff0 60%), url('../images/0a937fa8a9.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.main_container-copy.flex_left-copy {
  justify-content: center;
  align-items: flex-start;
}

.main_container-copy.flex_left-copy.with_min-copy {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 1100px;
}

.section-parallax-statue {
  background-image: url('../images/Calle-Centrale-Mini-PKS-as-of-120525-23.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}

.u-container {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 7em;
  padding-bottom: 7em;
  position: relative;
}

.u-container.units {
  padding-bottom: 10em;
}

.u-2br {
  display: none;
}

.u-floorplan {
  object-fit: contain;
  width: 57%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.lower-block {
  background-color: #f4efe6;
  background-image: url('../images/LightPattern.png');
  background-position: 0 0;
  background-size: auto;
  height: 4.1em;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-subtitle2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.1;
}

.u-slidewrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template: "Area Area-2"
  / 1.5fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lightbox-link-3 {
  object-fit: contain;
  width: 100%;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-7 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .7em;
  font-weight: 500;
}

.upper-block {
  background-color: #f4efe6;
  background-image: url('../images/LightPattern.png');
  background-position: 0 0;
  background-size: auto;
  height: 8em;
  position: absolute;
  inset: 0% 0% auto;
}

.u-1br {
  display: none;
}

.slider1 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.unittypes-section {
  background-image: url('../images/LightPattern.png');
  display: none;
}

.right-arrow-4 {
  color: #a48660;
  width: 2em;
  height: 2em;
  inset: auto -46% 0% auto;
}

.right-arrow-4.unit {
  filter: brightness(200%) hue-rotate(180deg);
  bottom: 10%;
  left: 125%;
  right: auto;
}

.left-arrow-6 {
  color: #a48660;
  width: 2em;
  height: 2em;
  inset: auto auto 0% 119%;
}

.left-arrow-6.unit {
  filter: brightness(200%) hue-rotate(180deg);
  bottom: 10%;
  left: auto;
  right: -20%;
}

.sketchfab-embed-wrapper {
  height: 50em;
}

.u-3br {
  display: none;
}

.div-block-121 {
  background-color: var(--calle-green);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 3em;
  display: flex;
}

.u-wrapper {
  z-index: 2;
  position: relative;
}

.image-3 {
  width: 100%;
  height: 100%;
  display: block;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-container {
  z-index: 1000;
  display: flex;
  position: relative;
}

.text-block {
  font-size: 17px;
}

.navbar_link {
  color: #fff;
  cursor: pointer;
  padding: .5rem 1rem .5rem 1.2rem;
  font-size: 17px;
  transition: all .4s;
}

.navbar_link:hover {
  border-bottom: 1px solid #fff;
  font-weight: 700;
}

.navbar_link.w--current {
  color: var(--white);
  border-bottom: 1px solid #fff;
  font-weight: 700;
  transition-duration: .4s;
}

.navbar_link.w--current:hover {
  color: var(--dark-green);
  border: 1px #fff;
  border-bottom-style: solid;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu.is-page-height-tablet {
  justify-content: space-around;
}

.nav-linear-gradient {
  background-image: linear-gradient(90deg, #fff0, #fff0 0%, #fff 43% 59%, #0000);
  min-height: 1px;
  position: absolute;
  inset: auto 0% -1px;
}

.navbar_menu-button {
  padding: 0;
}

.navbar1_component {
  z-index: 1000;
  color: var(--calle-green);
  background-color: #ddd0;
  border-bottom: 1px #00000078;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 80px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_dropdown-list.w--open {
  background-color: var(--dark-opcty-84);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid #0000;
  padding: .5rem;
}

.navbar1_dropdown-toggle {
  color: #fff;
  padding: .5rem 2.5rem .5rem 1rem;
  transition: all .4s;
}

.navbar1_dropdown-toggle:hover {
  border-bottom: 1px solid #fff;
  font-weight: 700;
}

.button-secondary-2 {
  background-color: var(--dark-green);
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: .75rem 1.5rem;
  transition: all .4s, background-color .2s;
}

.button-secondary-2:hover {
  background-color: #003008;
  font-weight: 700;
}

.link-block-3 {
  color: #fff;
  text-decoration: none;
  position: relative;
  inset: 0%;
}

.link-block-3.w--current {
  color: var(--white);
  border-bottom: 1px solid #fff;
  font-weight: 700;
  text-decoration: none;
  position: static;
}

.blur-back {
  z-index: 49;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #2e3e4d9e;
  border-bottom: 1px #00000078;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 80px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_menu-dropdown.hide {
  display: none;
}

.navbar1_dropdown-link {
  color: var(--white);
  padding: .5rem 1rem;
}

.navbar1_dropdown-link:hover {
  border-bottom: 1px solid #fff;
}

.navbar1_dropdown-link.w--current {
  color: var(--white);
}

.navbar_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.tabs-menu-4 {
  display: none;
}

.div-block-122 {
  padding: 0 1.8rem 1.8rem;
  position: relative;
}

.image-88 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 6px 10px 12px #00000052;
}

.div-block-123 {
  z-index: 2;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #1212124a;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 14%;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.div-block-124 {
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-125 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-126 {
  background-image: linear-gradient(137deg, #fff7ed66, #fff0 69%), linear-gradient(#35564ddb, #35564d73);
  width: 30%;
  height: 100%;
  position: relative;
}

.lightbox-link-4 {
  width: 100%;
  height: 100%;
  position: relative;
}

.thumimages-copy-7, .thumimages-copy-8 {
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
}

.tabs-content-4 {
  height: 100%;
  display: block;
  overflow: auto;
}

.div-block-127 {
  z-index: 2;
  height: 100%;
  position: relative;
}

.spacer-3 {
  height: 100px;
}

.section-teams {
  background-image: linear-gradient(180deg, #0000 59%, var(--calle-green)), url('../images/Team-2.jpg'), linear-gradient(to bottom, var(--calle-green), var(--calle-green));
  background-position: 0 0, 50% 0, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, contain, auto;
  background-attachment: scroll, fixed, scroll;
  justify-content: center;
  align-items: flex-end;
  height: 80vh;
  display: flex;
}

.main_container-copy {
  z-index: 50;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1100px;
  padding-left: 53px;
  padding-right: 53px;
  display: flex;
  position: relative;
}

.image-89 {
  width: auto;
  max-width: 400px;
}

.caza-cont {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.header_units {
  width: 900px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.units_header {
  color: #2c3b49;
  font-size: 1.875rem;
  font-weight: 700;
}

.units_header.text-align-center {
  text-align: center;
  margin-top: 47px;
  margin-bottom: 31px;
  line-height: 1em;
}

.brownarrow-2 {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10%;
  transform: rotate(180deg);
}

.brownarrow-2.right {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10%;
  transform: none;
}

.tower-hero {
  background-color: #2e3d4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 130px 73px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid_units-2 {
  z-index: 4;
  grid-column-gap: 40px;
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.section_units.background-pattern-texture-dark2 {
  background-color: #e5dccb69;
  padding-top: 190px;
  padding-bottom: 190px;
}

.image_marble-block {
  object-fit: cover;
  width: 500.996px;
  height: 630px;
  position: absolute;
  inset: -12% 0% 0% auto;
}

.image_marble-block.left {
  inset: -12% auto 0% 0%;
}

._360-label-text {
  color: #fdfeff;
  text-align: center;
  font-size: 1.875vw;
  line-height: 1.2em;
}

.slider-9 {
  height: 520px;
}

._1bedroom360 {
  z-index: 300;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #2e3e4dc7;
  width: 100vw;
  height: 100vh;
  padding: 3%;
  display: none;
  position: fixed;
  inset: 0%;
}

.units-container {
  max-width: 1200px;
  margin: 148px auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.units-container.switch {
  flex-direction: row-reverse;
}

.hero-right-column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
}

.image-93 {
  object-fit: contain;
  width: 100%;
  height: 90%;
}

.units_image {
  z-index: -1;
  object-fit: contain;
  height: 60vh;
  position: relative;
}

.unit-section {
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  display: none;
}

.tower-1 {
  color: #fff;
  text-align: center;
  align-self: center;
  margin-bottom: 31px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1em;
  display: flex;
}

.wrap_unit-dimensions-2 {
  position: relative;
}

.page-wrapper {
  position: relative;
  overflow: clip;
}

.image-85 {
  object-fit: cover;
  width: 90%;
}

.larrow {
  opacity: 0;
  width: 50%;
  transition: opacity .5s;
  display: flex;
}

.larrow:hover {
  opacity: 1;
  background-image: linear-gradient(to right, #d4863e4f, #fff0);
}

.grid_unit-dimensions {
  grid-column-gap: 0px;
  grid-row-gap: 7px;
}

.spacer-large {
  padding-top: 3rem;
}

.h2_small-brown {
  color: #3a3a3a;
  font-size: 1.5rem;
  font-weight: 300;
}

.h2_small-brown.text-align-center.interaction_slide-on-scroll-200 {
  text-align: center;
  line-height: 1.3em;
}

.div-block-128 {
  background-color: #707478;
  width: 50px;
  height: 20px;
  margin-right: 14px;
}

.div-block-128._2 {
  background-color: #745651;
}

.div-block-128._8 {
  background-color: #30485a;
}

.div-block-128._3 {
  background-color: #594a4e;
}

.div-block-128._4 {
  background-color: #453932;
}

.div-block-128._7 {
  background-color: #646464;
}

.div-block-128._5 {
  background-color: #6c5a4d;
}

.container_units-header-image {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 23rem;
  display: flex;
}

.close360 {
  width: 80px;
  height: 80px;
  margin-top: 3%;
  margin-right: 3%;
  padding: 11px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero-left-column-2 {
  flex-direction: column;
  justify-content: center;
  width: 40%;
  padding-left: 4%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.html-embed-4 {
  border-radius: 17px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.spacer-medium {
  align-items: flex-start;
  width: 100%;
  padding-top: 2rem;
  display: flex;
}

.unitwrapper {
  display: flex;
}

.image-90 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rarrow {
  opacity: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  transition: opacity .5s;
  display: flex;
}

.rarrow:hover {
  opacity: 1;
  background-image: linear-gradient(to right, #0000, #d4863e4f);
}

.unit-grid {
  margin-top: 72px;
}

.close360btn {
  filter: invert() brightness(200%);
}

.units-title {
  z-index: 2;
  color: #2e3e4d;
  text-align: center;
  margin-top: 135px;
  padding-bottom: 26px;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.h2_unit-dimensions {
  color: #2f2f2f;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1em;
}

.div-block-129 {
  width: 100%;
  height: 10%;
}

.paragraph_unit-dimensions {
  font-size: 1.2rem;
  line-height: 1.2em;
}

.amenities-image-copy {
  background-color: #d2c5bc;
  background-image: url('../images/682afc1d7716b112b7203841_Guest-Lounge.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: flex;
}

.unit_dimension {
  font-size: 1.4rem;
  line-height: 1.5em;
}

.wrap_floorplan {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-130 {
  background-color: #c28548d1;
  border-radius: 100%;
}

.sub-heading_unit-dimensions {
  color: #834e11;
  font-size: 1.8em;
}

.container_units {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container_units.interaction_slide-on-scroll-400 {
  z-index: 2;
  position: relative;
}

.legend-text {
  color: #fff;
  font-size: 1.4em;
}

.legend-text.bold {
  font-weight: 700;
}

.loby360 {
  z-index: 300;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #2e3e4dc7;
  width: 100vw;
  height: 100vh;
  padding: 3%;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-94 {
  z-index: -1;
  opacity: 1;
  width: 140%;
  max-width: none;
  position: absolute;
  inset: 0% auto auto 37%;
}

.image-94.left {
  z-index: -1;
  left: auto;
  right: 96px;
}

._2bedroom360 {
  z-index: 300;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #2e3e4dc7;
  width: 100vw;
  height: 100vh;
  padding: 3%;
  display: none;
  position: fixed;
  inset: 0%;
}

.unit_description {
  padding-left: 25px;
  padding-right: 25px;
}

.hover_unit-details-2 {
  z-index: 10;
  background-color: var(--dark-opcty-84);
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex-direction: column;
  align-items: center;
  width: 80%;
  height: 80%;
  transition: width .5s, margin .5s, height .5s, opacity .5s;
  display: flex;
  position: absolute;
}

.hover_unit-details-2:hover {
  opacity: 1;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 120%;
  height: 110%;
  margin-top: -25px;
  display: block;
}

._3dfloorplan {
  z-index: 1002;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0006;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0%;
}

.bold-text-8 {
  font-weight: 600;
}

.newsfeed {
  background-color: #fff;
  min-height: 100vh;
  padding-top: 21px;
  position: static;
}

.html-embed-5 {
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.hospi-text2 {
  border: 0px solid var(--white);
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 48% auto auto 45%;
}

.hospi-text3 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 41% auto auto 29%;
}

.hospi-text4 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 15% auto auto 17%;
}

.hospi-text5 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 16.5% auto auto 42%;
}

.hospi-text6 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 38.5% auto auto 70%;
}

.school-text1 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.school-text1.tab-text-style-copy {
  pointer-events: none;
  color: var(--dark-green);
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  background-color: #fff0;
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  font-weight: 600;
  top: 59%;
  left: 58%;
}

.school-text2 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.school-text2.tab-text-style-copy {
  pointer-events: none;
  color: var(--dark-green);
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  font-weight: 600;
  top: 56.5%;
  left: 50%;
}

.school-text3 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.school-text3.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 51.5%;
  left: 47%;
}

.school-text4 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.school-text4.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 65%;
  left: 46.5%;
}

.school-text5 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.school-text5.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 66%;
  left: 35%;
}

.school-text6 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.school-text6.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 41%;
  left: 43%;
}

.school-text7 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.school-text7.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 37%;
  left: 30%;
}

.school-text8 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.school-text8.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 45%;
  left: 25%;
}

.school-text9 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.school-text9.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 39.5%;
  left: 65.5%;
}

.school-text10 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.school-text10.tab-text-style-copy {
  pointer-events: none;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 36%;
  left: 52%;
}

.school-text11 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.school-text11.tab-text-style-copy {
  pointer-events: none;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 42.5%;
  left: 50%;
}

.mall-text1 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.mall-text1.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 75%;
  left: 47%;
}

.mall-text2 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.mall-text2.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 63%;
  left: 42%;
}

.mall-text3 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.mall-text3.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 55%;
  left: 38%;
}

.mall-text4 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.mall-text4.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 49.5%;
  left: 46%;
}

.mall-text5 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.mall-text5.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 61%;
  left: 74%;
}

.mall-text6 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.mall-text6.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  text-shadow: 0 1px 4px #ffffffe3;
  font-size: 1vw;
  top: 60.5%;
  left: 56%;
}

.mall-text7 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.mall-text7.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 53%;
  left: 56%;
}

.mall-text8 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.mall-text8.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 43%;
  left: 55%;
}

.mall-text9 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.mall-text9.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 39.5%;
  left: 54%;
}

.mall-text10 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.mall-text10.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 32%;
  left: 52%;
}

.mall-text11 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.mall-text11.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 37%;
  left: 64%;
}

.road-text1 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.road-text1.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 39%;
  left: 40.5%;
}

.road-text2 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.road-text2.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 49%;
  left: 46.5%;
}

.road-text3 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.road-text3.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 41%;
  left: 56%;
}

.road-text4 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.road-text4.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 38%;
  left: 66%;
}

.hubs-text1 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.hubs-text1.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 59%;
  left: 60%;
}

.hubs-text2 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.hubs-text2.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 38%;
  left: 50%;
}

.hubs-text3 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.hubs-text3.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 25.5%;
  left: 68%;
}

.hubs-text4 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.hubs-text4.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 27.5%;
  left: 43%;
}

.town-text1 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.town-text1.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border-radius: 0;
  font-size: 1vw;
  top: 64%;
  left: 58%;
}

.town-text1.tab-text-style-copy.outline {
  text-shadow: 0 3px 2px #548fab;
}

.town-text2 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.town-text2.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 61%;
  left: 50.5%;
}

.town-text3 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.town-text3.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 50.2%;
  left: 52%;
}

.town-text4 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.town-text4.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 35%;
  left: 54%;
}

.town-text5 {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
  inset: 63% auto auto 62%;
}

.town-text5.tab-text-style-copy {
  pointer-events: none;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  border: 0 solid #fff;
  border-radius: 0;
  font-size: 1vw;
  top: 46%;
  left: 61%;
}

.floorplan_images {
  filter: invert();
  width: 250px;
}

.imageflip {
  z-index: 10;
  opacity: 0;
  transform-style: preserve-3d;
  background-color: #33463c;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: transform .525s cubic-bezier(.165, .84, .44, 1), opacity .65s;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(-50deg)rotateZ(0)scale(.8);
}

.imageflip:hover {
  opacity: 100;
  transform: scale(1);
}

.section_floorplan {
  min-height: 100vh;
  position: relative;
}

.section_floorplan.lighttexture {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 76px;
  padding-bottom: 76px;
  display: flex;
}

.floorplan_grid {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.floorplan_flip_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.for_green_texture-2 {
  z-index: 0;
  mix-blend-mode: multiply;
  background-color: #536b5e;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.for_green_texture-2.full {
  z-index: 0;
}

.floorplan_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 310px;
  display: flex;
  position: relative;
}

.paragraph-2.white {
  color: #ffffffe6;
}

.paragraph-2.white.center {
  z-index: 1;
  position: relative;
}

.paragraph-2.smaller {
  font-size: 1rem;
  line-height: 1.6rem;
}

.floorplan_images-copy {
  filter: invert();
  width: 250px;
}

.for_green_texture-copy {
  z-index: 0;
  mix-blend-mode: multiply;
  background-color: #536b5e;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.for_green_texture-copy.full {
  z-index: 0;
}

.image-2-copy, .image-95 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.imageflip-copy {
  z-index: 10;
  opacity: 0;
  transform-style: preserve-3d;
  background-color: #33463c;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: transform .525s cubic-bezier(.165, .84, .44, 1), opacity .65s;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(-50deg)rotateZ(0)scale(.8);
}

.imageflip-copy:hover {
  opacity: 100;
  transform: scale(1);
}

.section_floorplan-copy {
  min-height: 100vh;
  position: relative;
}

.section_floorplan-copy.lighttexture {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 76px;
  padding-bottom: 76px;
  display: flex;
}

.floorplan_wrapper-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 310px;
  display: flex;
  position: relative;
}

.paragraph-3.white {
  color: #ffffffe6;
}

.paragraph-3.white.center {
  z-index: 1;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.paragraph-3.smaller {
  font-size: 1rem;
  line-height: 1.6rem;
}

.text-span-7 {
  font-size: 1.3rem;
}

.div-block-131 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #ffffff52;
  border-radius: 15px;
  padding: 14px;
}

.text-span-8 {
  letter-spacing: -3px;
}

.timeimg1 {
  max-width: none;
  max-height: 70%;
  position: relative;
}

.timeimg2 {
  max-height: 70%;
  position: relative;
  top: -45px;
  left: -42px;
}

.timeimgdiv {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.popmenusection-unit {
  z-index: 25;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-132 {
  border-radius: 3.3em;
  width: 100%;
  height: 580px;
  overflow: hidden;
}

.lightbox-link-5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.superscript {
  font-size: 1.4rem;
  top: -61.2px;
}

.section-7 {
  background-image: url('../images/White-Pattern.png');
  background-position: 50%;
  background-size: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.aboutt-head-wrap {
  width: 100%;
  padding-bottom: 200px;
  position: relative;
}

.div-block-133 {
  width: 1200px;
  max-width: 1200px;
}

.background {
  z-index: -1;
  background-image: url('../images/White-Pattern.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.restfull-zone-txt-copy {
  font-weight: 900;
}

.restfull-zone-txt-copy.white {
  color: #fff;
}

.restfull-zone-txt-copy.white.opacity {
  color: #ffffff3d;
  white-space: nowrap;
  font-family: Mirante, Arial, sans-serif;
  font-weight: 500;
  position: absolute;
  inset: auto 0% -34%;
}

.active-zone-txt-copy {
  font-weight: 900;
}

.active-zone-txt-copy.white {
  color: #fff;
}

.active-zone-txt-copy.white.opacity {
  z-index: 8;
  color: #ffffff3d;
  white-space: nowrap;
  cursor: none;
  font-family: Mirante, Arial, sans-serif;
  font-weight: 500;
  position: absolute;
  inset: auto 0% -34%;
}

.heading {
  text-align: center;
}

.bold-text-9 {
  font-family: Mirante, Arial, sans-serif;
}

.section-regular {
  background-image: url('../images/White-Pattern.png');
  background-position: 50%;
  background-size: 200px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-regular._100vh {
  min-height: 100vh;
}

.section-regular._100vh.amenities-image {
  background-image: url('../images/PoolArea.avif');
  background-size: cover;
  background-attachment: fixed;
}

.section-regular._80vh {
  min-height: 80vh;
}

.section-regular._80vh.unit-image {
  background-image: url('../images/Unit3.avif');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.section-regular._80vh.amenities-image {
  background-image: url('../images/ViewDeck_2.avif');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.cell {
  justify-content: center;
  align-items: flex-start;
}

.lamp-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.quick-stack {
  position: relative;
}

.image-96 {
  width: 646px;
  max-width: none;
  position: absolute;
  inset: -81% 0% -81% -38%;
}

.div-block-134 {
  z-index: 1;
  position: relative;
}

.image-96-copy {
  width: 646px;
  max-width: none;
  position: absolute;
  inset: -81% 0% -81% -38%;
}

.container-1200 {
  z-index: 0;
  position: relative;
}

.light-image {
  width: 660px;
  max-width: none;
  position: absolute;
  inset: -45% auto auto -55%;
}

.body-3 {
  font-family: Montserrat, sans-serif;
}

.div-block-135 {
  background-image: url('../images/Floorplan.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: 800px;
}

.code-embed {
  width: 100%;
  height: 90vh;
  position: relative;
}

.image-99 {
  width: 600px;
  max-width: none;
  position: relative;
  left: 1px;
}

.container-1400 {
  z-index: 0;
  max-width: 1400px;
  position: relative;
}

.amenities-image-zoom {
  aspect-ratio: auto;
  object-fit: fill;
  position: relative;
}

.amenities-image-zoom-wrap {
  border-radius: 43px;
  overflow: clip;
}

.location-video {
  border-radius: 30px;
  width: 100%;
  overflow: clip;
}

.location-txt-big {
  z-index: 3;
  opacity: .61;
  color: var(--white);
  font-family: Mirante, Arial, sans-serif;
  font-size: 12rem;
  position: absolute;
  inset: auto auto 10% 0%;
}

@media screen and (min-width: 1280px) {
  .paragraph-regular.no-margin {
    margin-bottom: 0;
  }

  .h2 {
    white-space: normal;
  }

  .image-98 {
    mix-blend-mode: multiply;
  }

  .column {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .div-block-135 {
    mix-blend-mode: overlay;
    background-image: url('../images/Floorplan.jpg');
    background-position: 0 0;
    background-size: contain;
    width: 490px;
    height: 600px;
  }

  .image-99 {
    width: 130%;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: -16%;
  }

  .column-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .columns {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-136 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .for_green_texture.full {
    inset: 0%;
  }

  .page-wrapper {
    background-color: #ac886875;
  }

  .section-regular._100vh.green-background {
    background-image: url('../images/Green-Texture.jpg');
    background-position: 0 0;
    background-size: 200px;
  }

  .section-regular._100vh.grain-background {
    background-image: url('../images/White-Pattern.png');
    background-position: 50%;
    background-size: 200px;
  }

  .image-97 {
    width: 678px;
    max-width: none;
    position: absolute;
    inset: -84% auto auto -26%;
  }
}

@media screen and (min-width: 1920px) {
  .right-arrow-4.unit, .left-arrow-6.unit {
    width: 2.5em;
    height: 2.5em;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #536b5ea1;
    border-radius: 0 0 20px 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 50vh;
    padding: 47px 20px 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    color: var(--white);
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    background-color: var(--dark-green);
    color: var(--white);
    border-radius: 9px;
    padding: 12px;
    transition: background-color .3s;
  }

  .menu-button:hover {
    background-color: var(--calle-green);
  }

  .menu-button:active {
    background-color: #162c20;
  }

  .menu-button.w--open {
    background-color: var(--dark-green);
    color: var(--white);
    border-radius: 9px;
  }

  .menu-button.w--open:hover {
    background-color: var(--calle-green);
  }

  .main_container.flex_left.with_min {
    min-width: auto;
  }

  .calle_centrale_stroke_logo.left {
    left: -21%;
  }

  .calle_centrale_stroke_logo.right {
    right: -21%;
  }

  .icon {
    font-size: 1.4rem;
  }

  .h1-heading.center {
    font-size: 5.2rem;
  }

  .brand_pillar_grid.fade-up {
    flex-flow: column;
  }

  .slider_wrapper {
    width: 43em;
    height: 26em;
  }

  .building_feature_grid {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .features_wrapper {
    width: 22em;
  }

  .grid-3 {
    grid-column-gap: 45px;
    grid-row-gap: 103px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .features-text {
    font-size: 1.3em;
  }

  .h2_500_4-812rem_black-2.parallax-2 {
    display: none;
  }

  .text-span-5 {
    font-size: 5.9rem;
  }

  .mouse-wrapper, .cursormain_wrapper {
    display: none;
  }

  .map_size_container {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .map_pin_video {
    width: 30vw;
    height: 30vw;
    top: 2%;
    left: 50%;
  }

  .btnview {
    height: 110px;
  }

  .thumbn_txt {
    margin-top: 4px;
  }

  .h1_about-us-2 {
    font-size: 6rem;
  }

  .h1-heading-redefined.center-copy, .h2-redefined.center-copy-copy {
    font-size: 5.2rem;
  }

  .main_container-copy.flex_left-copy.with_min-copy {
    min-width: auto;
  }

  .slider-subtitle2 {
    font-size: 3em;
  }

  .right-arrow-4, .left-arrow-6 {
    width: 1.5em;
    height: 1.5em;
  }

  .div-block-121 {
    padding-top: 7.9em;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon1_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #baa98673;
    justify-content: flex-start;
    height: 60dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .header_units {
    width: 100%;
    padding-left: 44px;
    padding-right: 44px;
  }

  .grid_units-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section_units.background-pattern-texture-dark2 {
    padding-top: 76px;
  }

  .units-container {
    flex-direction: column-reverse;
    margin-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .units-container.switch {
    flex-direction: column-reverse;
  }

  .hero-right-column-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .units_image {
    height: 40vh;
  }

  .unit-section {
    height: auto;
  }

  .h2_small-brown.text-align-center.interaction_slide-on-scroll-200 {
    font-size: 1.2rem;
  }

  .hero-left-column-2 {
    width: 100%;
    margin-bottom: 48px;
    padding-top: 120px;
    padding-right: 0%;
  }

  .legend-text {
    line-height: 1.2em;
  }

  .image-94 {
    width: 80%;
    inset: auto auto 0% 0%;
  }

  .image-94.left {
    width: 80%;
  }

  .floorplan_grid {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .calle_centrale_stroke_logo.left {
    left: -36%;
  }

  .calle_centrale_stroke_logo.right {
    right: -36%;
  }

  .brand_pillar_grid {
    flex-flow: column;
  }

  .h2 {
    font-size: 4.2rem;
    line-height: 4.2rem;
  }

  .slider_wrapper {
    width: 34em;
    height: 23em;
  }

  .features_wrapper {
    width: 17em;
  }

  .features-text {
    font-size: 12px;
  }

  .h2_500_4-812rem_black-2.parallax-2 {
    font-size: 3.6rem;
  }

  .restfull-zone-txt.white.opacity, .active-zone-txt.white.opacity {
    font-size: 7.5em;
  }

  .tabs-menu {
    width: 21%;
  }

  .tab_txt {
    display: none;
  }

  .hospi-text1 {
    top: 77%;
  }

  .menuwrap {
    grid-column-gap: 62px;
    grid-row-gap: 62px;
  }

  .menu {
    width: 400px;
  }

  .div-block-6 {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .popup_h2 {
    font-size: 15px;
  }

  .scrolldown {
    height: 40px;
  }

  .btnview {
    height: 110px;
  }

  .popup_h1 {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 26px;
  }

  .thumimages-copy-5 {
    height: 70%;
  }

  .popupcontainer {
    width: 539px;
  }

  .thumbnails {
    padding: 0 5px;
  }

  .h2-copy {
    font-size: 4.2rem;
    line-height: 4.2rem;
  }

  .u-container {
    flex-direction: column-reverse;
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .lower-block {
    height: 10em;
  }

  .slider-subtitle2 {
    text-align: center;
    font-size: 5em;
  }

  .u-slidewrapper {
    grid-template: "Area-2"
                   "Area"
                   / 1fr;
  }

  .upper-block {
    height: 10em;
  }

  .slider1 {
    width: 90%;
  }

  .unittypes-section {
    height: auto;
  }

  .right-arrow-4 {
    width: 1.5em;
    height: 1.5em;
    inset: 0% 0% 0% auto;
  }

  .right-arrow-4.unit {
    filter: none;
    inset: -101% 0% 0% auto;
  }

  .left-arrow-6 {
    width: 1.5em;
    height: 1.5em;
    inset: 0% auto 0% 0%;
  }

  .left-arrow-6.unit {
    filter: none;
    inset: -101% auto 0% 0%;
  }

  .sketchfab-embed-wrapper {
    height: 70em;
  }

  .div-block-121 {
    margin-bottom: 3em;
    padding-top: 6em;
    padding-bottom: 6em;
    padding-left: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .blur-back {
    height: auto;
    min-height: 4rem;
  }

  .div-block-122 {
    height: 160px;
    padding-bottom: .8rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .div-block-123 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .div-block-125 {
    justify-content: center;
    align-items: center;
  }

  .div-block-126 {
    width: 35%;
  }

  .thumimages-copy-8 {
    height: 100%;
  }

  .units_header.text-align-center {
    font-size: 1.6rem;
  }

  .slider-wrapper-3 {
    width: 90%;
  }

  .grid_units-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-85 {
    width: 100%;
  }

  .hero-left-column-2 {
    padding-top: 185px;
  }

  .hospi-text2, .hospi-text3, .hospi-text4, .hospi-text5, .hospi-text6, .school-text1, .school-text2, .school-text3, .school-text4, .school-text5, .school-text6, .school-text7, .school-text8, .school-text9, .school-text10, .school-text11, .mall-text1, .mall-text2, .mall-text3, .mall-text4, .mall-text5, .mall-text6, .mall-text7, .mall-text8, .mall-text9, .mall-text10, .mall-text11, .road-text1, .road-text2, .road-text3, .road-text4, .hubs-text1, .hubs-text2, .hubs-text3, .hubs-text4, .town-text1, .town-text2, .town-text3, .town-text4, .town-text5 {
    top: 77%;
  }

  .restfull-zone-txt-copy.white.opacity, .active-zone-txt-copy.white.opacity {
    font-size: 7.5em;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav_logo {
    width: 220px;
  }

  .section_hero {
    padding-top: .2rem;
  }

  .calle_centrale_logo {
    width: 330px;
  }

  .main_container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .paragraph-regular.white.limited_width {
    width: auto;
  }

  .spacer._10 {
    height: 5rem;
  }

  .spacer._18 {
    height: 10rem;
  }

  .calle_centrale_stroke_logo.left {
    left: -102%;
  }

  .calle_centrale_stroke_logo.right {
    right: -100%;
  }

  .hotspot_contents {
    position: fixed;
    top: 104.792px;
    left: auto;
    right: 42px;
  }

  .h1-heading.center {
    font-size: 3.2rem;
    line-height: 4rem;
  }

  .h1-heading.white.center {
    font-size: 3.7rem;
    line-height: 4rem;
  }

  .h2.center {
    font-size: 3.3rem;
    line-height: 3.2rem;
  }

  .h2.white {
    font-size: 3.3rem;
    line-height: 3.3rem;
  }

  .h2.white.center {
    font-size: 2.6rem;
  }

  .section_amenities.lightbackground {
    padding-bottom: 163px;
  }

  .slider_wrapper.parallax-up {
    width: 310px;
    height: 14em;
  }

  .unit_wrapper {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .building_feature_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 21px;
    padding-bottom: 21px;
    display: flex;
  }

  .features_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .grid-3 {
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .features-text {
    font-size: 1.4em;
  }

  .h2_500_4-812rem_black-2.parallax-2 {
    font-size: 2.4rem;
  }

  .wrap_footer-text-logo {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .wrap_social-icons {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    align-items: center;
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .top-indicator_vertical-line {
    height: 59px;
  }

  .image_footer-logo.interaction_slide-on-scroll {
    order: -1;
  }

  .social-icons {
    object-fit: cover;
    width: 90px;
    height: 40px;
  }

  .footer-text.interaction_slide-on-scroll-200 {
    margin-bottom: 16px;
  }

  .footer-text.interaction_slide-on-scroll-400 {
    margin-top: 24px;
  }

  .footer-iquire-txt {
    overflow-wrap: break-word;
    font-size: 2.6rem;
  }

  .text-span-6 {
    font-size: 2.3rem;
  }

  .video-element-2 {
    width: 19em;
    height: 27em;
  }

  .restfull-zone-txt.white.opacity, .active-zone-txt.white.opacity {
    font-size: 5em;
    bottom: -42%;
  }

  .bold-text-3 {
    font-size: 3.4rem;
    line-height: 3.4rem;
  }

  .bold-text-4 {
    font-size: 3.3rem;
    line-height: 3.3rem;
  }

  .spline-scene {
    width: 340px;
    margin-top: 0;
  }

  .icon-6 {
    margin-left: 10px;
  }

  .icon-7 {
    margin-right: 10px;
  }

  .text-block-7 {
    font-size: 1.3rem;
  }

  .icon-8 {
    margin-left: 10px;
  }

  .icon-9 {
    margin-right: 10px;
  }

  .mouse-wrapper, .cursormain_wrapper {
    display: none;
  }

  .div-block-104 {
    width: 233px;
  }

  .div-block-108 {
    margin-top: 0;
  }

  .tabs-menu {
    justify-content: center;
    align-items: flex-end;
  }

  .tab_layout {
    flex-flow: column;
  }

  .tab_layout.w--current {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .tab_icons {
    width: 35px;
    min-width: 35px;
  }

  .hospi-text1 {
    font-size: 3vw;
  }

  .map_pin_video {
    border-width: 7px;
    width: 50vw;
    height: 50vw;
    top: -27%;
    left: 35%;
  }

  .menuwrap {
    grid-column-gap: 15%;
    grid-row-gap: 15%;
  }

  .popbtn {
    width: 250px;
  }

  .popbtn._3 {
    width: 260px;
  }

  .popbtn._1 {
    width: 370px;
  }

  .popbtn._4 {
    width: 240px;
  }

  .menu {
    width: 90%;
    margin-left: 5%;
    margin-right: 1%;
    padding: 0 40px;
    left: auto;
    right: auto;
  }

  .div-block-6 {
    height: 55%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .scrolldown {
    flex-flow: row;
    flex: 0 auto;
    display: none;
  }

  .btnview {
    flex-flow: column;
    height: 100%;
    padding: 7px;
    display: flex;
  }

  .closebtnpopup {
    width: 32px;
    top: 2%;
    right: 4%;
  }

  .tabpane.mainentrance {
    height: 100%;
  }

  .popup_h1 {
    padding-left: 9px;
    font-size: 22px;
  }

  .thumbglow {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .popup_p2 {
    font-size: 12px;
  }

  .thumbimagewrapper {
    height: 140%;
  }

  .thumbn_txt {
    margin-top: 3px;
    font-size: 11px;
  }

  .tabswrapper {
    order: -1;
    width: 100%;
    height: 80%;
    max-height: 500px;
    display: flex;
  }

  .popmenusection {
    background-image: linear-gradient(#00000045, #00000045);
    background-position: 0 0;
    background-size: auto;
    position: absolute;
    inset: 0%;
  }

  .popupcontainer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 92%;
    margin-top: -52px;
    display: flex;
  }

  .thumbnails {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: row;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  ._360tourcontainer {
    background-image: url('../images/Lamore-Shot-1-1.webp');
    background-position: 0 100%;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: relative;
  }

  .h1-heading-redefined.center-copy, .h2-redefined.center-copy-copy {
    font-size: 4rem;
    line-height: 4rem;
  }

  .h2-copy.parallax-up-copy {
    font-size: 3rem;
    line-height: 3rem;
  }

  .u-container {
    flex-direction: column-reverse;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .u-floorplan {
    object-fit: cover;
  }

  .lower-block {
    height: 14em;
  }

  .u-slidewrapper {
    grid-template-rows: auto auto;
    grid-template-areas: "Area-2"
                         "Area";
  }

  .slider1 {
    width: 90%;
  }

  .unittypes-section {
    height: auto;
  }

  .right-arrow-4 {
    width: 1.5em;
    height: 1.5em;
    inset: 0% 0% 0% auto;
  }

  .left-arrow-6 {
    width: 1.5em;
    height: 1.5em;
    inset: 0% auto 0% 0%;
  }

  .sketchfab-embed-wrapper {
    height: 90em;
  }

  .div-block-121 {
    width: 90%;
  }

  .navbar_menu-button {
    z-index: 2;
  }

  .div-block-122 {
    height: 35%;
    min-height: 140px;
  }

  .div-block-123 {
    height: 10%;
    min-height: 40px;
  }

  .div-block-124 {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .div-block-125 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-126 {
    flex-flow: row;
    order: 1;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 20%;
    min-height: 120px;
    max-height: 124px;
    display: flex;
  }

  .thumimages-copy-7 {
    overflow: scroll;
  }

  .div-block-127 {
    width: 95px;
    height: 50%;
  }

  .main_container-copy {
    padding-left: 18px;
    padding-right: 18px;
  }

  .header_units {
    padding-left: 7px;
    padding-right: 7px;
  }

  .slider-wrapper-3 {
    height: 400px;
  }

  .tower-hero {
    min-height: 93vh;
  }

  .grid_units-2 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section_units.background-pattern-texture-dark2 {
    padding-top: 0;
    padding-bottom: 75px;
  }

  .image_marble-block {
    height: 430px;
  }

  ._360-label-text {
    font-size: 6vw;
  }

  .slider-9 {
    height: 320px;
  }

  .units-container {
    width: 100%;
    margin-top: 104px;
    margin-bottom: 0;
  }

  .tower-1 {
    align-content: flex-start;
  }

  .image-85 {
    width: 280px;
    max-width: none;
  }

  .h2_small-brown.text-align-center.interaction_slide-on-scroll-200 {
    font-size: 1.2rem;
  }

  .div-block-128 {
    width: 50px;
    position: relative;
  }

  .hero-left-column-2 {
    padding-top: 0;
  }

  .unit-grid {
    flex-direction: column;
    width: 270px;
    display: flex;
  }

  .units-title {
    width: 100%;
    font-size: 4rem;
  }

  .h2_unit-dimensions.text-align-right {
    font-size: 2rem;
  }

  .image-94 {
    width: 100%;
  }

  .hospi-text2, .hospi-text3, .hospi-text4, .hospi-text5, .hospi-text6, .school-text1, .school-text2, .school-text3, .school-text4, .school-text5, .school-text6, .school-text7, .school-text8, .school-text9, .school-text10, .school-text11, .mall-text1, .mall-text2, .mall-text3, .mall-text4, .mall-text5, .mall-text6, .mall-text7, .mall-text8, .mall-text9, .mall-text10, .mall-text11, .road-text1, .road-text2, .road-text3, .road-text4, .hubs-text1, .hubs-text2, .hubs-text3, .hubs-text4, .town-text1, .town-text2, .town-text3, .town-text4, .town-text5 {
    font-size: 3vw;
  }

  .popmenusection-unit {
    background-image: linear-gradient(#00000045, #00000045);
    background-position: 0 0;
    background-size: auto;
    position: absolute;
    inset: 0%;
  }

  .restfull-zone-txt-copy.white.opacity, .active-zone-txt-copy.white.opacity {
    font-size: 5em;
    bottom: -42%;
  }
}

#w-node-b6817bc5-f3c5-7cdf-5cd3-6587dd3bc332-9d27190e {
  grid-area: Area;
  justify-self: center;
}

#w-node-b6817bc5-f3c5-7cdf-5cd3-6587dd3bc351-9d27190e {
  grid-area: Area-2;
  place-self: center end;
}

#w-node-c27d4ff6-638e-38ad-b875-0aab7375ed07-9d27190e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de21abd5-520e-6709-61df-e714a1a28517-e718db3b {
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr .75fr;
}

#w-node-de21abd5-520e-6709-61df-e714a1a28518-e718db3b, #w-node-de21abd5-520e-6709-61df-e714a1a28519-e718db3b {
  grid-row: span 2 / span 2;
}

#w-node-f2d8dc4a-442f-d025-a408-ada3694210a9-e718db3b, #w-node-f2d8dc4a-442f-d025-a408-ada3694210ab-e718db3b, #w-node-f2d8dc4a-442f-d025-a408-ada3694210ad-e718db3b, #w-node-f2d8dc4a-442f-d025-a408-ada3694210af-e718db3b, #w-node-f2d8dc4a-442f-d025-a408-ada3694210b1-e718db3b, #w-node-f2d8dc4a-442f-d025-a408-ada3694210b7-e718db3b, #w-node-f2d8dc4a-442f-d025-a408-ada3694210db-e718db3b, #w-node-f2d8dc4a-442f-d025-a408-ada3694210dd-e718db3b, #w-node-f2d8dc4a-442f-d025-a408-ada3694210df-e718db3b, #w-node-f2d8dc4a-442f-d025-a408-ada3694210e1-e718db3b, #w-node-f2d8dc4a-442f-d025-a408-ada3694210e3-e718db3b, #w-node-f2d8dc4a-442f-d025-a408-ada3694210e9-e718db3b, #w-node-f2d8dc4a-442f-d025-a408-ada369421113-e718db3b, #w-node-f2d8dc4a-442f-d025-a408-ada369421115-e718db3b, #w-node-f2d8dc4a-442f-d025-a408-ada369421117-e718db3b, #w-node-f2d8dc4a-442f-d025-a408-ada36942111b-e718db3b, #w-node-f2d8dc4a-442f-d025-a408-ada36942111f-e718db3b, #w-node-f2d8dc4a-442f-d025-a408-ada369421127-e718db3b, #w-node-f2d8dc4a-442f-d025-a408-ada3694210a9-4e93baf1, #w-node-f2d8dc4a-442f-d025-a408-ada3694210ab-4e93baf1, #w-node-f2d8dc4a-442f-d025-a408-ada3694210ad-4e93baf1, #w-node-f2d8dc4a-442f-d025-a408-ada3694210af-4e93baf1, #w-node-f2d8dc4a-442f-d025-a408-ada3694210b1-4e93baf1, #w-node-f2d8dc4a-442f-d025-a408-ada3694210b7-4e93baf1, #w-node-f2d8dc4a-442f-d025-a408-ada3694210db-4e93baf1, #w-node-f2d8dc4a-442f-d025-a408-ada3694210dd-4e93baf1, #w-node-f2d8dc4a-442f-d025-a408-ada3694210df-4e93baf1, #w-node-f2d8dc4a-442f-d025-a408-ada3694210e1-4e93baf1, #w-node-f2d8dc4a-442f-d025-a408-ada3694210e3-4e93baf1, #w-node-f2d8dc4a-442f-d025-a408-ada3694210e9-4e93baf1, #w-node-f2d8dc4a-442f-d025-a408-ada369421113-4e93baf1, #w-node-f2d8dc4a-442f-d025-a408-ada369421115-4e93baf1, #w-node-f2d8dc4a-442f-d025-a408-ada369421117-4e93baf1, #w-node-f2d8dc4a-442f-d025-a408-ada36942111b-4e93baf1, #w-node-f2d8dc4a-442f-d025-a408-ada36942111f-4e93baf1, #w-node-f2d8dc4a-442f-d025-a408-ada369421127-4e93baf1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b6817bc5-f3c5-7cdf-5cd3-6587dd3bc351-9d27190e {
    place-self: start center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b6817bc5-f3c5-7cdf-5cd3-6587dd3bc351-9d27190e {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Mont';
  src: url('../fonts/mont-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mirante';
  src: url('../fonts/Mirante-ExtraBold.otf') format('opentype'), url('../fonts/Mirante-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mirante';
  src: url('../fonts/Mirante-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mirante';
  src: url('../fonts/Mirante-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mirante';
  src: url('../fonts/Mirante-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cera Pro';
  src: url('../fonts/Cera-Pro-Black.otf') format('opentype'), url('../fonts/Cera-Pro-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cera Pro';
  src: url('../fonts/Cera-Pro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cera Pro';
  src: url('../fonts/Cera-Pro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cera Pro';
  src: url('../fonts/Cera-Pro-Regular-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cera Pro';
  src: url('../fonts/Cera-Pro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}