:root {
  --sails: #f6f6f6;
  --sea: #192030;
  --metal-dark: #65686e;
  --white: white;
  --deck: #dacdc3;
  --metal: #dedfe2;
  --metal-light: #f2f2f3;
  --metal-mid: #a2a3a8;
  --dark-sea: #0c1017;
  --error: #d32f2f;
}

body {
  background-color: var(--sails);
  color: var(--sea);
  font-family: Saans, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
}

h1 {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ABC Arizona Flare, Arial, sans-serif;
  font-size: 3.8125rem;
  font-weight: 300;
  line-height: 1.2em;
}

h2 {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ABC Arizona Flare, Arial, sans-serif;
  font-size: 3.0625rem;
  font-weight: 300;
  line-height: 1.2em;
}

h3 {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ABC Arizona Flare, Arial, sans-serif;
  font-size: 1.9375rem;
  font-weight: 300;
  line-height: 1.2em;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: ABC Arizona Flare, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2em;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.2em;
}

a {
  color: currentColor;
  text-decoration: none;
}

label {
  color: var(--metal-dark);
  letter-spacing: .05em;
  margin-bottom: .25rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.135em;
  transition: color .25s;
  display: block;
}

.nav-block {
  width: 100%;
  position: relative;
}

.page-wrapper {
  overflow: clip;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
  position: relative;
}

.section.hero {
  z-index: 900;
  aspect-ratio: 2;
  justify-content: center;
  align-items: center;
}

.section.info {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.section.intro {
  margin-top: 2.5rem;
  padding-bottom: 8.375rem;
}

.section.amenities {
  padding-top: 8.125rem;
  padding-bottom: 4.5rem;
}

.section.footer {
  grid-row-gap: 4rem;
  background-color: var(--sea);
  color: var(--white);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section.apartments {
  background-color: var(--deck);
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.section.thank-you {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
}

.container {
  width: 100%;
  max-width: 90rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.absolute-nav {
  z-index: 999;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.centered {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand {
  color: var(--white);
  width: 11.625rem;
  height: 3.625rem;
}

.contain-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.contain-image1{
  object-fit: contain;
  width: 200px;  /* Adjust as needed */
    height: auto;  /* Maintains aspect ratio */
  display: block;
}


.languages-block {
  grid-column-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.language-dd {
  margin-left: 0;
  margin-right: 0;
}

.language-dd-toggle {
  grid-column-gap: .25rem;
  color: var(--white);
  letter-spacing: .05em;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.135em;
  display: flex;
}

.language-dd-list.w--open {
  background-color: #ddd0;
  width: 9.5rem;
  padding-top: .5rem;
  top: 100%;
  right: 0;
  overflow: clip;
}

.all-caps {
  text-transform: uppercase;
}

.icon-m {
  object-fit: contain;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.text-center {
  text-align: center;
}

.bg-image {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.button {
  grid-column-gap: .625rem;
  background-color: var(--sea);
  color: var(--white);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.135em;
  transition: color .25s, background-color .25s;
  display: flex;
  position: relative;
}

.whatsapp-cta {
  color: var(--white);
  background-color: #25d366;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  box-shadow: .25rem .25rem .5rem #0000001a;
}

.text-white {
  color: var(--white);
}

.language-dd-list-inner {
  grid-row-gap: 1rem;
  border: .0625rem solid var(--metal);
  background-color: var(--sails);
  border-radius: .5rem;
  flex-flow: column;
  width: 100%;
  padding: 1rem 1.5rem;
  display: flex;
}

.language-dd-list-item {
  grid-column-gap: 1rem;
  color: var(--metal-dark);
  letter-spacing: .05em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.135em;
  display: flex;
}

.hero-text-block {
  z-index: 2;
  color: var(--white);
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.2em;
  position: absolute;
  top: 6.625rem;
}

.info-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.info-block {
  grid-row-gap: 1rem;
  text-align: center;
  letter-spacing: .05em;
  border-left: .0625rem solid #1920304d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 20.25rem;
  max-width: calc(25% - .75rem);
  min-height: 7.625rem;
  padding: .5rem 2rem;
  font-size: .8125rem;
  line-height: 1.2em;
  display: flex;
}

.flex-horizontal-center {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-horizontal-center.space-between {
  justify-content: space-between;
  align-items: center;
}

.gap-3xs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.icon-s {
  object-fit: contain;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
}

.h3 {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: ABC Arizona Flare, Arial, sans-serif;
  font-size: 1.9375rem;
  font-weight: 300;
  line-height: 1.2em;
}

.nav-menu {
  z-index: 800;
  background-color: var(--sails);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  display: flex;
  position: sticky;
  top: 4.35rem;
}

.nav-menu-inner {
  grid-column-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link {
  letter-spacing: .05em;
  text-transform: uppercase;
  flex: none;
  padding: .25rem;
  font-size: .875rem;
  line-height: 1.135em;
  position: relative;
}

.jumbo {
  text-transform: uppercase;
  font-family: ABC Arizona Flare, Arial, sans-serif;
  font-size: 4.75rem;
  font-weight: 300;
  line-height: 1.2em;
}

.home-hero-block {
  width: 100%;
  max-width: 23rem;
}

.intro-block {
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 43.5rem;
  display: flex;
}

.intro-section-deco {
  z-index: -1;
  pointer-events: none;
  width: 133rem;
  height: 66.25rem;
  position: absolute;
  top: 0;
}

.cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.cover-image1 {
  object-fit: cover;
  width: 110%;
  height: 100%;
  display: block;
}

.cover-image2 {
  object-fit: cover;
  width: 50%;
  height: 50%;
  display: block;
}

.object-fit-top {
  object-position: 50% 0%;
}

.no-top-padding {
  padding-top: 0;
}

.gallery-swiper {
  width: 100%;
}

.swiper-wrapper.gallery-wrapper, .swiper-wrapper.amenities-wrapper, .swiper-wrapper.floorplans-wrapper {
  width: 100%;
  display: flex;
}

.swiper-wrapper.floorplans-pop-wrapper, .swiper-wrapper.floorplans-pop-main-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-slide.gallery-slide {
  aspect-ratio: 16 / 9;
  flex: none;
  width: 73.125rem;
  max-width: calc(100% - 1.25rem);
}

.swiper-slide.amenities-slide {
  flex-flow: column;
  flex: none;
  width: calc(27.2727% - .818182rem);
  display: flex;
}

.swiper-slide.floorplans-slide {
  flex: none;
  width: 100%;
}

.swiper-slide.floorplans-pop-slide {
  background-color: var(--metal);
  flex: none;
  width: 100%;
  height: 100%;
}

.swiper-slide.floorplans-pop-main-slide {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.gallery-block {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-s {
  letter-spacing: .05em;
  font-size: .875rem;
  line-height: 1.135em;
}

.gallery-navigation {
  grid-column-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-nav-button {
  opacity: .3;
  pointer-events: auto;
  color: var(--sea);
  cursor: pointer;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
  transition: opacity .25s;
  position: relative;
}

.swiper-nav-button:hover {
  opacity: 1;
}

.margin-m {
  margin-bottom: 1.5rem;
}

.margin-xl {
  margin-bottom: 4rem;
}

.usp-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.usp-block {
  aspect-ratio: 4 / 5;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.usp-block-content {
  z-index: 2;
  grid-row-gap: 1rem;
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(0deg, #00000080, #0000);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.h4 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: ABC Arizona Flare, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2em;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.fixed-nav {
  z-index: 801;
  background-color: var(--sails);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.fixed-nav-brand {
  color: var(--sea);
  flex: none;
  width: 2.5rem;
  height: 1.09375rem;
}

.no-bottom-padding {
  padding-bottom: 0;
}

.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0;
  transform: rotate(180deg);
}

.amenities-block {
  text-align: center;
  height: 26.625rem;
}

.amenities-swiper-block {
  -webkit-clip-path: polygon(0 0, 0 100%, 200% 100%, 200% 0);
  clip-path: polygon(0 0, 0 100%, 200% 100%, 200% 0);
  width: 100%;
  padding-left: calc(9.09091% + 1rem);
}

.amenities-swiper {
  width: 100%;
  position: relative;
}

.amenities-thumbnail {
  aspect-ratio: 4 / 5;
  width: 100%;
}

.amenities-content {
  text-align: center;
  width: 100%;
  padding: 1.5rem;
}

.full-width {
  width: 100%;
}

.location-stats-list {
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 1;
  width: 100%;
  display: flex;
}

.location-stats-block {
  grid-row-gap: 1.5rem;
  text-align: center;
  border-top: .0625rem solid #1920304d;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.5rem 1rem;
  display: flex;
}

.icon-xl {
  object-fit: contain;
  flex: none;
  width: 3rem;
  height: 3rem;
  display: block;
}

.location-stats-block-content {
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.map-block {
  width: 100%;
  height: 49.5rem;
}

.payment-container {
  grid-column-gap: 8%;
  width: 100%;
  max-width: 78.625rem;
  display: flex;
}

.payment-block {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 46%;
  display: flex;
}

.payment-info-list {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.payment-info-list-item {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.payment-info-block {
  grid-row-gap: .625rem;
  text-align: center;
  border-top: .0625rem solid #1920304d;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: calc(10% - .05rem);
  max-width: 10rem;
  padding: 0.5rem;
  display: flex;
  position: relative;
}

.payment-image {
  width: 100%;
  height: 60rem;
}

.footer-brand {
  width: 16.125rem;
  height: 5rem;
}

.footer-container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 58.375rem;
  display: flex;
}

.footer-block {
  width: 21.25rem;
  max-width: calc(50% - .75rem);
}

.footer-block-content {
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.line-divider {
  background-color: var(--metal);
  width: 100%;
  height: .0625rem;
}

.margin-3xs {
  margin-bottom: .25rem;
}

.gap-xs {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-medium {
  font-weight: 500;
}

.text-deco-underline {
  text-decoration: underline;
}

.social-links-block {
  grid-column-gap: 2rem;
  width: 100%;
  margin-top: -.75rem;
  display: flex;
}

.social-links-block.thank-you {
  justify-content: center;
  align-items: stretch;
  width: auto;
  margin-top: 0;
}

.social-link {
  flex: none;
  width: 3rem;
  height: 3rem;
  transition: color .25s, background-color .25s;
}

.social-link:hover {
  background-color: var(--white);
  color: var(--sea);
}

.form-popup {
  z-index: 1001;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-popup-bg {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.form-block {
  z-index: 5;
  border-radius: .5rem;
  width: 100%;
  max-width: 58.375rem;
  max-height: 95dvh;
  display: flex;
  position: relative;
  overflow: auto;
}

.form-block-column {
  flex-flow: column;
  flex: none;
  width: 50%;
  display: flex;
}

.form-block-column.form-column {
  grid-row-gap: 3rem;
  border: .0625rem solid var(--metal);
  background-color: var(--sails);
  padding: 2rem;
}

.form-popup-close {
  cursor: pointer;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.form-popup-close-line-1 {
  background-color: var(--sea);
  border-radius: .125rem;
  width: 1.125rem;
  height: .125rem;
  transform: rotate(45deg);
}

.form-popup-close-line-2 {
  background-color: var(--sea);
  border-radius: .125rem;
  width: 1.125rem;
  height: .125rem;
  position: absolute;
  transform: rotate(-45deg);
}

.form-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.form {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.input-field {
  border: .0625rem solid var(--metal);
  background-color: var(--metal-light);
  color: var(--sea);
  letter-spacing: .05em;
  border-radius: .25rem;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 1rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.135em;
  transition: all .25s;
  display: block;
}

.input-field:focus {
  border-color: var(--metal);
}

.input-field::placeholder {
  color: var(--metal-mid);
}

.input-field.textarea {
  min-height: 7.5rem;
}

.form-image {
  flex: 1;
  width: 100%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.apartments-list {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 28.625rem;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
  display: flex;
}

.apartments-item {
  border-bottom: .0625rem solid #1920304d;
  flex-flow: column;
  width: 100%;
  padding-bottom: 1.5rem;
  display: flex;
}

.apartments-item-header {
  cursor: pointer;
  width: 100%;
}

.apartments-item-body {
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: clip;
}

.floorplans-list {
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 54rem;
  display: flex;
}

.floorplans-swiper {
  mix-blend-mode: multiply;
  width: 100%;
  max-width: 26.5rem;
  margin-left: auto;
  position: relative;
  overflow: clip;
}

.floorplans-list-item {
  aspect-ratio: 1;
  cursor: pointer;
  width: 100%;
  position: relative;
}

.floorplans-popup {
  z-index: 1001;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.floorplans-popup-bg {
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.floorplans-block {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 73.125rem;
  display: flex;
  position: relative;
}

.floorplans-popup-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.zoomist-wrapper, .zoomist-image {
  width: 100%;
  height: 100%;
}

.zoomist-container {
  width: 43.5rem;
  max-width: 70dvh;
  height: 43.5rem;
  max-height: 70dvh;
  position: relative;
}

.floorplans-options-banner {
  z-index: 5;
  -webkit-user-select: none;
  user-select: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.floorplans-options {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.floorplans-options-button {
  cursor: pointer;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  transition: opacity .25s;
  display: block;
  position: relative;
}

.floorplans-popup-main-swiper {
  width: 100%;
  height: 100%;
}

.floorplans-apartment-name-block {
  margin-top: 4.375rem;
  position: absolute;
  top: 100%;
}

.floorplans-popup-swiper-navigation {
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.hide {
  display: none;
}

.maximize {
  width: 100%;
  height: 100%;
  display: block;
}

.minimize {
  width: 100%;
  height: 100%;
  display: none;
}

.success-message {
  background-color: #fff0;
  padding: 0;
}

.success-message-content {
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 17.75rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.success-message-content.edit {
  display: flex;
}

.success-message-icon {
  flex: none;
  width: 7.5rem;
  height: 7.5rem;
}

.success-message-btns-block {
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.share-dd {
  width: 100%;
  height: 100%;
  display: block;
}

.share-dd-toggle {
  color: inherit;
  margin: 0;
  padding: 0;
  display: block;
}

.share-dd-list.w--open {
  background-color: #fff0;
  padding-top: .5rem;
  top: 100%;
  right: 0;
  overflow: clip;
}

.share-dd-list-inner {
  grid-row-gap: 1rem;
  border: .0625rem solid var(--metal);
  background-color: var(--sails);
  color: var(--sea);
  cursor: default;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 16rem;
  max-width: 75vw;
  padding: 1rem 1.5rem;
  display: flex;
}

.share-link {
  grid-column-gap: 1rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.135em;
  display: flex;
  position: relative;
}

.hs-embed {
  width: 100%;
  margin-bottom: 0;
}

.hero-overlay {
  pointer-events: none;
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.z2 {
  z-index: 2;
  position: relative;
}

.bg-sea {
  background-color: var(--sea);
}

.thank-you-wrapper {
  min-height: 100svh;
}

.thank-you-section-deco {
  z-index: -1;
  pointer-events: none;
  mix-blend-mode: overlay;
  width: 133rem;
  height: 66.25rem;
  position: absolute;
  top: 10rem;
}

.thank-you-max-w {
  max-width: 18.5rem;
}

.thank-you-btns-holder {
  grid-column-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.0625rem;
  }

  h2 {
    font-size: 2.3125rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    letter-spacing: .05em;
    font-size: 1.125rem;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.hero {
    aspect-ratio: 2 / 3;
  }

  .section.intro {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.amenities {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.footer {
    padding-top: 4rem;
    padding-bottom: 8.49313rem;
  }

  .section.apartments {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.thank-you {
    padding-top: 9rem;
  }

  .container.grid {
    grid-row-gap: 1rem;
  }

  .brand {
    width: 9.625rem;
    height: 3rem;
  }

  .languages-block {
    grid-column-gap: 1.5rem;
  }

  .nav-cta-block {
    border-top: .0625rem solid var(--metal);
    background-color: var(--sails);
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding: 1rem 4.125rem;
    display: flex;
    position: fixed;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .whatsapp-cta {
    box-shadow: none;
    width: 2.125rem;
    height: 2.125rem;
    position: absolute;
    bottom: auto;
  }

  .hero-text-block {
    font-size: .875rem;
    top: 5.5rem;
  }

  .info-container {
    grid-column-gap: 0rem;
  }

  .info-block {
    letter-spacing: 0;
    width: 50%;
    max-width: none;
    min-height: 7.5rem;
    padding-left: 1.5rem;
    padding-right: 1rem;
    font-size: .6875rem;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .nav-menu {
    padding-top: 1rem;
    top: 2.875rem;
  }

  .nav-link {
    padding: 0;
  }

  .jumbo {
    font-size: 3.875rem;
  }

  .intro-block {
    grid-row-gap: 2.5rem;
  }

  .intro-section-deco {
    width: 85rem;
    height: 43rem;
  }

  .no-top-padding {
    padding-top: 0;
  }

  .swiper-slide.amenities-slide {
    width: calc(40.9091% - 1.22727rem);
  }

  .swiper-nav-button {
    opacity: 1;
  }

  .margin-m {
    margin-bottom: 1rem;
  }

  .margin-xl {
    margin-bottom: 2rem;
  }

  .usp-block-content {
    grid-row-gap: .5rem;
  }

  .h4 {
    letter-spacing: .05em;
    font-size: 1.125rem;
  }

  .fixed-nav-brand {
    width: 2rem;
    height: .875rem;
  }

  .hide-on-tablet {
    display: none;
  }

  .no-bottom-padding {
    padding-bottom: 0;
  }

  .amenities-block {
    height: 40vw;
  }

  .amenities-swiper-block {
    padding-left: 0;
  }

  .location-stats-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
  }

  .location-stats-block {
    grid-row-gap: 1rem;
    flex: none;
    width: calc(50% - .25rem);
  }

  .map-block {
    aspect-ratio: 4 / 5;
    height: auto;
    margin-top: -.5rem;
  }

  .payment-container {
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .payment-block {
    grid-row-gap: 3rem;
    width: 100%;
  }

  .payment-info-list {
    grid-row-gap: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .payment-info-block {
    max-width: 17.5rem;
  }

  .payment-image {
    aspect-ratio: 4 / 5;
    height: auto;
  }

  .footer-brand {
    width: 12.875rem;
    height: 4rem;
  }

  .social-link:hover {
    color: currentColor;
    background-color: #fff0;
  }

  .form-block {
    max-height: 80dvh;
  }

  .form-block-column.form-column {
    grid-row-gap: 2rem;
    padding: 1.5rem;
  }

  .form {
    grid-row-gap: 1rem;
  }

  .apartments-list {
    max-width: none;
    margin-top: 0;
  }

  .floorplans-list {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    height: auto;
  }

  .floorplans-swiper {
    max-width: none;
    margin-left: 0;
  }

  .floorplans-list-item {
    mix-blend-mode: multiply;
    width: calc(50% - .5rem);
  }

  .zoomist-container {
    width: calc(100vw - 7rem);
    max-width: none;
    height: calc(100vw - 7rem);
    max-height: none;
  }

  .floorplans-options-banner {
    padding: 1.5rem 0;
  }

  .floorplans-apartment-name-block {
    margin-top: 0;
    margin-bottom: 5rem;
    top: auto;
    bottom: calc(50% - 50dvh);
  }

  .success-message-content {
    grid-row-gap: 1.5rem;
  }

  .success-message-icon {
    width: 5rem;
    height: 5rem;
  }

  .success-message-btns-block {
    grid-row-gap: 1rem;
  }

  .thank-you-section-deco {
    width: 85rem;
    height: 43rem;
    top: 17.5svh;
  }

  .thank-you-btns-holder {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.4375rem;
  }

  h2 {
    font-size: 1.5625rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1rem;
  }

  p {
    font-size: .875rem;
  }

  .section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section.intro {
    padding-top: 5rem;
  }

  .section.footer {
    grid-row-gap: 3rem;
  }

  .section.payment {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.thank-you {
    padding-top: 9rem;
  }

  .container.grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .h3 {
    font-size: 1.25rem;
  }

  .nav-menu-inner {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    margin-left: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .jumbo {
    font-size: 3.0625rem;
  }

  .home-hero-block {
    max-width: 15rem;
  }

  .intro-section-deco {
    width: 55rem;
    height: 25rem;
  }

  .hide-on-mobile {
    display: none;
  }

  .no-top-padding {
    padding-top: 0;
  }

  .swiper-slide.gallery-slide {
    aspect-ratio: 2 / 3;
  }

  .swiper-slide.amenities-slide {
    width: calc(66.6667% - .333333rem);
  }

  .paragraph-no-scale {
    font-size: 1rem;
  }

  .usp-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .h4 {
    font-size: 1rem;
  }

  .no-bottom-padding {
    padding-bottom: 0;
  }

  .amenities-block {
    height: 57vw;
  }

  .footer-container {
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer-block {
    width: 100%;
    max-width: none;
  }

  .form-block {
    flex-flow: column;
  }

  .form-block-column {
    width: 100%;
  }

  .form-block-column.form-column {
    grid-row-gap: 3rem;
  }

  .form-popup-close-line-1, .form-popup-close-line-2 {
    width: 1rem;
  }

  .form {
    grid-row-gap: 1.5rem;
  }

  .form-image {
    flex: 0 auto;
    height: 65vw;
  }

  .success-message-btns-block {
    grid-row-gap: 1.5rem;
  }

  .thank-you-section-deco {
    width: 55rem;
    height: 25rem;
    top: 15svh;
  }

  .thank-you-max-w {
    max-width: 16rem;
  }
}

@media screen and (max-width: 479px) {
  .intro-section-deco {
    width: 140vw;
    height: 70vw;
  }

  .no-top-padding {
    padding-top: 0;
  }

  .no-bottom-padding {
    padding-bottom: 0;
  }

  .amenities-block {
    height: 70vw;
  }

  .social-links-block {
    grid-column-gap: 1.5rem;
    justify-content: space-between;
    align-items: stretch;
  }

  .thank-you-section-deco {
    width: 140vw;
    height: 70vw;
  }
}

#w-node-_239c4a39-0286-e9a6-a8a2-18bbc76bb839-4fd3fb19 {
  grid-area: 1 / 1 / 3 / 7;
}

#w-node-e2be47bf-c81b-8eb1-7648-2aee071cd48b-4fd3fb19 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_431d8a21-fbd7-e049-5761-1f1b38a5b2cd-4fd3fb19 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-bacdfc54-5f53-c2d1-9e00-be6c8b18504b-4fd3fb19 {
  grid-area: 2 / 7 / 3 / 10;
}

#w-node-_75993e3e-83d8-d978-4c33-6f47cbdb2ee8-4fd3fb19 {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-_9fe3d204-3cee-4614-359d-1d6200e0ef98-4fd3fb19 {
  grid-area: span 1 / span 11 / span 1 / span 11;
}

#w-node-a0c29995-55f3-1a92-62f7-3e609a7b23ca-4fd3fb19 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: end;
}

#w-node-_0a140fe4-0b95-2abc-0aef-da22f34184c5-4fd3fb19 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b2ee09cd-abf9-bfac-30b9-7ae71e0fcc94-4fd3fb19 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-ae9b9a44-cec8-aec4-64fd-74f64cf97188-4fd3fb19 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_3797a822-53fb-3dd5-1105-246eaa0b0d4e-4fd3fb19 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_546db3ff-5a78-6055-8f39-5468b33bee76-b33bee73 {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_546db3ff-5a78-6055-8f39-5468b33bee89-b33bee73 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_546db3ff-5a78-6055-8f39-5468b33bef07-b33bee73 {
  grid-area: 1 / 4 / 2 / 10;
  align-self: center;
}

#w-node-_546db3ff-5a78-6055-8f39-5468b33bef0b-b33bee73 {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_0a140fe4-0b95-2abc-0aef-da22f34184c5-4fd3fb19, #w-node-b2ee09cd-abf9-bfac-30b9-7ae71e0fcc94-4fd3fb19 {
    grid-column: span 12 / span 12;
  }

  #w-node-ae9b9a44-cec8-aec4-64fd-74f64cf97188-4fd3fb19, #w-node-_3797a822-53fb-3dd5-1105-246eaa0b0d4e-4fd3fb19 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_546db3ff-5a78-6055-8f39-5468b33bee76-b33bee73 {
    grid-column: 4 / 10;
  }

  #w-node-_546db3ff-5a78-6055-8f39-5468b33bee89-b33bee73 {
    grid-column-start: 10;
  }

  #w-node-_546db3ff-5a78-6055-8f39-5468b33bef07-b33bee73 {
    grid-area: span 1 / span 12 / span 1 / span 12;
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_239c4a39-0286-e9a6-a8a2-18bbc76bb839-4fd3fb19 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-e2be47bf-c81b-8eb1-7648-2aee071cd48b-4fd3fb19, #w-node-_431d8a21-fbd7-e049-5761-1f1b38a5b2cd-4fd3fb19, #w-node-bacdfc54-5f53-c2d1-9e00-be6c8b18504b-4fd3fb19, #w-node-_75993e3e-83d8-d978-4c33-6f47cbdb2ee8-4fd3fb19 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_9fe3d204-3cee-4614-359d-1d6200e0ef98-4fd3fb19 {
    grid-column: span 3 / span 3;
  }

  #w-node-a0c29995-55f3-1a92-62f7-3e609a7b23ca-4fd3fb19, #w-node-_0a140fe4-0b95-2abc-0aef-da22f34184c5-4fd3fb19, #w-node-b2ee09cd-abf9-bfac-30b9-7ae71e0fcc94-4fd3fb19, #w-node-ae9b9a44-cec8-aec4-64fd-74f64cf97188-4fd3fb19, #w-node-_3797a822-53fb-3dd5-1105-246eaa0b0d4e-4fd3fb19, #w-node-_546db3ff-5a78-6055-8f39-5468b33bef07-b33bee73 {
    grid-column: span 4 / span 4;
  }
}


@font-face {
  font-family: 'Saans';
  src: url('../fonts/SaansTRIAL-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saans';
  src: url('../fonts/SaansTRIAL-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saans';
  src: url('../fonts/SaansTRIAL-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Saans';
  src: url('../fonts/SaansTRIAL-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Saans';
  src: url('../fonts/SaansTRIAL-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saans';
  src: url('../fonts/SaansTRIAL-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saans';
  src: url('../fonts/SaansTRIAL-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Saans';
  src: url('../fonts/SaansTRIAL-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Saans';
  src: url('../fonts/SaansTRIAL-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saans';
  src: url('../fonts/SaansTRIAL-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Saans';
  src: url('../fonts/SaansTRIAL-HeavyItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Saans';
  src: url('../fonts/SaansTRIAL-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABC Arizona Flare';
  src: url('../fonts/ABCArizonaFlare-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}