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

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Spacegrotesk Variable;
  src: url('../fonts/SpaceGrotesk-Variable.woff2') format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Reckless;
  src: url('../fonts/RecklessTRIAL-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: #252525;
  --sea-green: #127546;
  --back: #0c1216;
  --alice-blue: #dbf2ff;
  --light-goldenrod-yellow: #e6ffca;
  --grey: #e6e6e6;
  --light-blue: #caebff;
  --orange: #f06446;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Spacegrotesk Variable, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  text-align: right;
  letter-spacing: -.025em;
  white-space: pre;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 12.8vw;
  font-weight: 300;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 2.5vw;
  font-weight: 300;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.23077;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Reckless, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: none;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-bottom: 0;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xlarge {
  margin: 4rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  justify-content: center;
  padding-top: 40px;
  display: flex;
}

.padding-horizontal, .padding-horizontal.padding-medium, .padding-horizontal.padding-small {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-style-h1 {
  color: var(--sea-green);
  letter-spacing: -.025em;
  font-family: Montserrat, sans-serif;
  font-size: 13vw;
  line-height: 1.1;
}

.text-size-tiny {
  font-size: .75rem;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

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

.text-color-black {
  color: var(--black);
}

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

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

.padding-global {
  height: 100%;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.padding-section-medium {
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.horizontal-scroll_section-wrapper {
  width: 100%;
}

.horizontal-scroll_section-height {
  width: 100%;
  height: 500vh;
}

.horizontal-scroll_stickey-element {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-scroll_track {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  transform: translate(0%);
}

.horizontal-scroll_track-list {
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-right: -100vw;
  display: flex;
}

.section_hero {
  color: var(--white);
  background-color: #0000;
  flex: none;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.hero_content-wrapper {
  z-index: 2;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.hero_heading-wrapper {
  margin-bottom: -1.5rem;
  padding-right: 60px;
  overflow: hidden;
}

.hero_background-image-wrap {
  z-index: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero_content {
  z-index: 2;
  height: 100%;
  position: relative;
}

.section_intro {
  background-color: var(--back);
  flex: none;
  position: relative;
}

.intro_top {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.intro_content-parent {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 10%;
  min-width: 41rem;
  height: 100%;
  display: flex;
}

.intro_image-wrap {
  width: 15.625rem;
  overflow: hidden;
}

.intro_image-proportions {
  width: 100%;
  padding-top: 130%;
  position: relative;
  overflow: hidden;
}

.image-full-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.test-size-title-small {
  font-family: Spacegrotesk Variable, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}

.test-size-title-small.light {
  color: var(--white);
  font-family: Spacegrotesk Variable, sans-serif;
  font-weight: 300;
}

.intro_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  max-width: 35rem;
  display: flex;
}

.text-link_wrap {
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Spacegrotesk Variable, sans-serif;
  font-size: 1.125rem;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.text-link_wrap.is-proportion {
  font-size: 1.15em;
  line-height: 1.2;
}

.text-link_wrap.light {
  color: var(--white);
}

.text-link_line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-link_line.short {
  width: 97%;
}

.section_line-seprator {
  background-color: #25252540;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section_work {
  background-image: url('../images/iconAsset-5-2.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  position: relative;
}

.work_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.work_card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30vw;
  height: 100%;
  display: flex;
}

.work_card-image-wrap {
  border-radius: 3px;
  flex: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.work_card-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_cta {
  background-color: var(--alice-blue);
  background-image: url('../images/iconAsset-1.svg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  position: relative;
}

.cta_content {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.cta_quorte {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 3em;
  padding-right: 3em;
  font-size: 1vw;
  display: flex;
}

.cta_quorte-title {
  max-width: 25ch;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.cta_title-wrap {
  margin-bottom: 4rem;
}

.cta_quorte-subtext {
  justify-content: center;
  align-items: center;
  font-size: 1.15em;
  display: flex;
}

.section_image-divider {
  flex: none;
  width: 50vw;
  overflow: hidden;
}

.image-divider_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.section_jornal {
  background-color: var(--light-goldenrod-yellow);
  color: var(--white);
  flex: none;
  font-size: 1vw;
  position: relative;
}

.dev_content {
  flex-direction: column-reverse;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.dev_title-wrap {
  margin-bottom: -2.5rem;
  display: flex;
  overflow: hidden;
}

.dev_content-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dev_subtext {
  color: var(--sea-green);
  max-width: 27ch;
  font-family: Spacegrotesk Variable, sans-serif;
  font-weight: 400;
}

.section_dev {
  background-color: var(--light-goldenrod-yellow);
  flex: none;
  position: relative;
}

.dev_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.dev_colum {
  flex-direction: column;
  min-width: 35vw;
  height: 100%;
  display: flex;
}

.dev_colum.is-2nd {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dev_card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.dev_card-image-wrap {
  border-radius: 3px;
  flex: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.dev_card-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-divider_image {
  object-fit: cover;
  width: 150%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-divider_image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero_heading {
  font-family: Montserrat, sans-serif;
  font-size: 11vw;
}

.dev_items {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px 24px 36px 80px;
  display: grid;
}

.dev-list {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dev-social-icon {
  filter: invert();
  border: 1px solid #c0c0d333;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.navi {
  background-color: #0000;
  border: 1px solid #0000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.subtitle-5 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4em;
}

.call-to-action-icon {
  filter: invert();
  width: 24px;
  height: 24px;
}

.prod-name {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 9px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  display: grid;
  position: relative;
  overflow: hidden;
}

.prod-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #081c3a;
  background-color: #0000;
  border: 1px solid #c0c0d333;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100%;
  padding: 24px 18px 24px 24px;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
  overflow: hidden;
}

.prod-card:hover {
  box-shadow: 0 12px 36px -8px #3540751a;
}

.prod-social-media {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.prod-card-arrow {
  width: 14px;
}

.prod-arrow-icon {
  z-index: 10;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  position: relative;
}

.nav-icon {
  background-color: #0c1216;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 88px;
  height: 88px;
  padding: 0;
  transition: all .5s;
  position: fixed;
  top: 70px;
  left: 0;
}

.nav-icon.w--open {
  z-index: 2000;
  background-color: #181818;
  top: 50px;
  left: 197px;
  transform: none;
}

.nav-icon.w--open:hover {
  transform: none;
}

.sidebar {
  background-color: #0c1216;
  width: 480px;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translate(0);
}

.scroll-prod-wrapper {
  margin-right: 12px;
  overflow: auto;
}

.dev-social-media {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.nav-container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.subtitle-dynamic-text-3 {
  z-index: 10;
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.subtitle-dynamic-text-3.hidden {
  display: none;
}

.heading-5 {
  color: #caebff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.horizontal-line-3 {
  background-color: #c0c0d333;
  flex: 1;
  height: 1px;
}

.nav-logo {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
  height: 100%;
}

.overlay-4 {
  background-color: #0f132640;
  position: absolute;
  inset: 0%;
}

.dev-card-background-3 {
  opacity: 0;
  background-image: url('../images/sala.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.dev-info-box {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dev-menu-content-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 448px;
  max-width: 448px;
  padding: 116px 0 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero-top {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 24px;
}

.outline-button-3 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #889ea833;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.outline-button-3.light {
  color: #fff;
  background-color: #fff0;
  border-color: #fff3;
  border-radius: 5px;
  font-size: 12px;
}

.outline-button-3.light.eh {
  background-color: var(--back);
}

.button-text {
  font-family: Spacegrotesk Variable, sans-serif;
  font-weight: 600;
}

.slide-content {
  justify-content: center;
  height: 100%;
  padding-bottom: 160px;
  display: flex;
}

.inner-hero-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.slide-nav-4 {
  opacity: .01;
  display: none;
}

.slide-hero-background {
  background-image: url('../images/033.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.slide-hero-background.slider-002 {
  background-image: url('../images/fachada_edit.jpg');
}

.slide-hero-background.slider-003 {
  background-image: url('../images/balcon_2.jpg');
}

.slide-hero-background.slider-001 {
  background-image: url('../images/Screen-Shot-2023-08-22-at-8.56.17.png');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-background {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-arrow-2 {
  background-image: linear-gradient(to right, #0c1216, #0000);
  border: 1px #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  padding-left: 100px;
  display: flex;
  top: 0;
  bottom: 80px;
  left: -100px;
}

.slider-arrow-2.right {
  background-image: linear-gradient(270deg, #0c1216, #0000);
  border-style: none;
  padding-left: 0;
  padding-right: 100px;
  left: auto;
  right: -100px;
}

.slider-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.xxl-heading-4 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.2em;
}

.grid-wrapper-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.centered-line {
  background-color: #ffffff17;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  display: flex;
}

.overlay-3 {
  background-color: #0a101d4d;
  position: absolute;
  inset: 0%;
}

.slider {
  background-color: #0000;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-intro-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  max-width: 650px;
  display: grid;
}

.line-fill {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.line-fill.light {
  background-color: #fff3;
}

.slider-arrow-icon-3 {
  opacity: .3;
  width: 18px;
}

.brand-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  width: 100%;
  font-family: Spacegrotesk Variable, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.brand-3.dark {
  color: var(--back);
  background-color: #fff;
  border-radius: 3px;
}

.main-nav {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

.main-nav.bg-main-gray {
  z-index: 99;
  position: fixed;
}

.main-nav.bg-main-gray.light-home {
  position: absolute;
}

.text-block-7 {
  text-align: center;
  text-transform: none;
  font-weight: 300;
}

.navbar-3 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.main-grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  height: 100%;
}

.main-grid.space-top {
  padding-top: 40px;
}

.main-grid.space-top.grid {
  grid-template-rows: auto;
  padding-top: 70px;
}

.call-to-action {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 84px;
  margin-right: 60px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.trigger {
  z-index: 20;
  cursor: pointer;
  background-color: #0c1216;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: relative;
  box-shadow: 0 32px 32px #0000001f, 0 16px 16px #0000001f, 0 8px 8px #0000001f, 0 4px 4px #0000001f;
}

.trigger-lottie {
  width: 28px;
  height: 28px;
}

.whatsapp, .email, .mobile {
  z-index: 18;
  background-color: #f3faff;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
}

.heading-6 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

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

.home-hero_title {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50rem;
  display: flex;
  position: relative;
}

.dev-btn {
  letter-spacing: 3px;
  width: 100%;
  font-size: 10px;
  text-decoration: none;
}

.sign {
  font-size: 11px;
  line-height: 1.4em;
}

.faq-plus-question {
  cursor: pointer;
  background-color: #f9f9f9;
  border-radius: 3px;
  justify-content: space-between;
  align-items: stretch;
  padding: 18px 20px;
  display: flex;
}

.dev-download-area {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 30px;
}

.dev-download-area.move-top-300 {
  background-color: #f3faff;
  margin-bottom: 30px;
  display: none;
}

.nav-menu-2 {
  grid-column-gap: 2.875rem;
  grid-row-gap: 2.875rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-modal3_component {
  z-index: 2000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-block-4 {
  color: #666;
  font-family: Montserrat, sans-serif;
}

.section-power-sharing {
  background-image: url('../images/iconAsset-1.svg'), linear-gradient(#0000, #caebff 42%, #caebff00);
  background-position: 0 0, 0 0;
  background-size: 100% 130%, auto;
  margin-bottom: 0;
}

.feature-tab-content-wrapper {
  flex: 1;
}

.p-xxxs-start {
  padding-top: .5em;
}

.p-xxxs-start.p-xs-end, .p-xxxs-start.p-xxxs-end {
  font-family: Montserrat, sans-serif;
}

.subtitle {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.case-details-image {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  max-height: 660px;
}

.inquery-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 34px;
  font-size: 24px;
  line-height: 1.3em;
}

.inquery-text.color-white {
  color: var(--black);
  font-family: Montserrat, sans-serif;
}

.text-xs {
  font-size: 18px;
  line-height: 1.4em;
}

.home-hero_intro {
  z-index: 10;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.hover-text.bottom {
  position: absolute;
  bottom: -100%;
}

.slider-bottom {
  z-index: 20;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.document-details-title {
  border-left: 2px solid #0c1216;
  margin-bottom: 23px;
}

.gallery-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.specs-divider-inner.heroed {
  width: 100%;
}

.specs-divider-inner.heroed.hid {
  display: none;
}

.case-dev-area {
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 60px 50px;
}

.case-dev-area.bg-dark.move-top-400 {
  background-color: var(--alice-blue);
  margin-bottom: 60px;
}

.specs-row-description {
  width: 44%;
  padding-right: 4em;
}

.dev-title-text {
  padding-left: 10px;
}

.dev-title-text.heading-xs.text-semibold.color-dark {
  font-family: Spacegrotesk Variable, sans-serif;
}

.gallery-description {
  padding-bottom: 33px;
}

.prod-details-wrap {
  background-color: #f9f9f9;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 30px 30px 20px;
}

.prod-details-wrap.move-top-100 {
  background-color: #f3faff;
  margin-bottom: 0;
}

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

.background-image-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.single-dev {
  border-radius: 5px;
  justify-content: space-between;
  margin-bottom: 3px;
  padding: 17px 30px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.single-dev:hover {
  color: #fff;
  background-color: #ff6f06;
}

.single-dev.color-dark.bg-white:hover {
  color: #0c1216;
  background-color: #caebff;
}

.text-block-10 {
  color: #666;
  font-family: Montserrat, sans-serif;
}

.text-block-10.small {
  font-size: 12px;
  line-height: 1.1em;
}

.prod-gallery-image {
  padding-bottom: 40px;
}

.dev-prod-items {
  border-radius: 5px;
  width: 100%;
  height: 250px;
}

.featured-icon {
  width: 18px;
}

.dev-text {
  align-items: center;
  width: 95%;
  padding-right: 10px;
  display: flex;
}

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

.large-dev-image {
  background-color: #f7f8fc;
  height: 30vw;
  min-height: 400px;
  max-height: 550px;
  position: relative;
  overflow: hidden;
}

.dev-sidebar {
  position: sticky;
  top: 100px;
}

.featured-heading {
  font-family: Montserrat, sans-serif;
  font-size: 2.3vw;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.heading-style-h1-2 {
  letter-spacing: 0;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.heading-style-h1-2.text-align-center {
  color: #0c1216;
  text-align: center;
  letter-spacing: -.03em;
  font-family: Spacegrotesk Variable, sans-serif;
  font-weight: 300;
}

.heading-style-h1-2.text-align-center.color-white {
  color: #fff;
}

.details-description {
  padding-top: 15px;
  padding-bottom: 23px;
}

.home-hero-2 {
  padding-left: 1%;
  padding-right: 1%;
}

.title3-3 {
  color: #0c1216;
  font-family: Spacegrotesk Variable, sans-serif;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.2em;
}

.navbar-2 {
  z-index: 1000;
  text-transform: uppercase;
  background-color: #f3faff;
  border-bottom: 1px #dfdedb;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 0% 0% auto;
}

.title4 {
  font-family: Montserrat, sans-serif;
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.2em;
}

.right-icon {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  line-height: 25px;
  display: flex;
  position: relative;
}

.container-w3 {
  width: 100%;
  max-width: 49em;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0c1216;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-2:hover {
  color: #0c1216;
  background-color: #caebff;
}

.dynamic-text {
  grid-column-gap: 1px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 10px;
  grid-auto-columns: 1fr;
  height: 52.5093%;
  padding-top: 20px;
  display: grid;
}

.navbar_menu-full {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.dev-row-value {
  flex: 1;
}

.feature-tab-media-2 {
  width: 100%;
  height: 500px;
  padding-top: 100%;
}

.dev-divider-wrapper {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
}

.view-image {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
  position: relative;
}

.dev-btn-text {
  text-align: center;
}

.font-style-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.faq-dev-answer {
  padding-left: 30px;
}

.dev-details-title {
  border-left: 2px solid #0c1216;
  margin-bottom: 23px;
}

.btn-text {
  padding-right: 0;
}

.image-5 {
  width: 10%;
}

.dev-details {
  color: #0c1216;
  text-transform: uppercase;
  background-color: #caebff;
  border-radius: 6px;
  padding: 17px 34px;
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.dev-details:hover {
  color: #0c1216;
  background-color: #fff;
}

.color-primary {
  color: var(--back);
  text-transform: none;
  font-family: Spacegrotesk Variable, sans-serif;
  font-weight: 500;
}

.brand-2 {
  color: #111;
  text-transform: uppercase;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  display: flex;
}

.brand-2.w--current {
  text-transform: none;
}

.dev-details-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
}

.play-button-2 {
  color: #272531;
  background-color: #fffbf5;
  border-radius: 999em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  transition: all .2s;
  display: flex;
  bottom: 420px;
}

.play-button-2:hover {
  transform: scale(1.1);
}

.more-items {
  border-radius: 3px;
  margin-bottom: 3px;
  padding: 17px 30px;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.more-items:hover {
  color: #fff;
  background-color: #ff6f06;
}

.more-items.bg-white.color-dark:hover, .more-items.bg-white.color-dark.w--current:hover {
  color: #0c1216;
  background-color: #caebff;
}

.contact-modal3_content-wrapper {
  background-color: #0c1216;
  width: 100%;
  max-width: 40rem;
  height: 100vh;
  padding: 5rem 4rem 5rem 0;
  position: absolute;
  overflow: scroll;
}

.dev-image-wrapper {
  flex: 1;
  padding-top: 10em;
}

.feature-list-heading {
  padding-bottom: 17px;
}

.feature-list-heading.hidden {
  display: none;
}

.container-w1 {
  width: 100%;
  max-width: 110em;
  margin-left: auto;
  margin-right: auto;
}

.copy-large {
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.4em;
}

.copy-large.text-medium {
  color: #0c1216;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.copy-medium-2 {
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.45em;
}

.prod-dev-wrapper {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature-tab-nav-link {
  opacity: .6;
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2em;
  transition: opacity .2s;
  display: block;
}

.feature-tab-nav-link:hover {
  opacity: 1;
}

.feature-tab-nav-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #272531;
}

.copy-small {
  line-height: 1.4em;
}

.faq-height-bottom {
  height: 13px;
}

.feature-tabs-nav-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 37%;
  min-width: 26em;
  margin-right: 9em;
  display: flex;
}

.navbar_link {
  color: #111;
  text-decoration: none;
}

.lightbox-hover-coontent {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dev-client-info {
  padding: 0;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.divider {
  background-color: #c8c8ca;
  width: 100%;
  height: 1px;
}

.section-dev {
  margin-bottom: 75px;
  margin-right: 2.5rem;
}

.home-hero_com {
  min-height: 100vh;
  padding-top: 4rem;
  padding-bottom: 1rem;
  display: flex;
}

.dev-divider {
  background-color: #272531;
  width: 100%;
  height: 1px;
}

.play-pause-state {
  justify-content: flex-start;
  align-items: center;
}

.navbar_left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: stretch;
  display: flex;
}

.benefit-card {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 275px;
  padding: 30px;
  transition: box-shadow .5s;
  display: grid;
  position: relative;
}

.benefit-card:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px #3540751a;
}

.text-span-3 {
  font-weight: 800;
}

.map-section {
  padding-top: 100px;
  padding-bottom: 140px;
}

.p-md-end {
  padding-bottom: 5.5em;
}

.dev-icon {
  display: block;
  position: absolute;
}

.map-wrapper {
  background-color: #c0c0d333;
  border-radius: 12px;
  min-height: 350px;
  margin-left: 36px;
  position: relative;
  overflow: hidden;
}

.text-medium {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.prod-data-wrapper {
  width: 52%;
}

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

.image-fill {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dev-details-content {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overlay-5 {
  background-color: #0f13268c;
  position: absolute;
  inset: 0%;
}

.devdetails-section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 130px;
  padding-bottom: 130px;
  display: block;
}

.single-item {
  margin-bottom: 15px;
  overflow: hidden;
}

.gallery-main-heading {
  padding-bottom: 17px;
}

.team-location-icon {
  background-color: #c0c0d333;
  border: 1px solid #c0c0d333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 9px;
  display: flex;
}

.home-hero_content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  color: #f1f0ed;
  border-radius: .625rem;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 3rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.vacation-images {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-left: 36px;
  display: grid;
  overflow: hidden;
}

.navbar_dev {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.plod-icon {
  display: block;
}

.service-thumbnail {
  margin-bottom: 36px;
}

.play-icon-2 {
  align-items: center;
  width: .6em;
  height: 1em;
  margin-left: .2em;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.dev-image {
  width: 100%;
}

.p-xxxs-end {
  padding-bottom: .5em;
}

.images-row {
  justify-content: center;
  padding-top: 60px;
  display: flex;
}

.feature-tab-copy-wrapper {
  display: none;
}

.clip {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.contact-modal3_background-overlay {
  z-index: -1;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar_menu-base {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: center;
  display: flex;
}

.feature-list-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.feature-list-title.color-dark {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.feature-list-title.color-dark.smaller {
  font-size: 14px;
  font-weight: 700;
}

.feature-list-title.color-dark.smaller.hidden {
  display: none;
}

.text-size-small-2 {
  padding-top: 0;
  font-size: .875rem;
}

.copy-medium {
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.45em;
}

.featured-location {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #0c1216;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 360px;
  padding: 10px 36px 36px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: grid;
}

.p-sm-end {
  padding-bottom: 3em;
}

.p-sm-end.solo {
  padding-left: 110px;
}

.featured-location-price {
  grid-column-gap: 7px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-hero_bkg {
  z-index: 1;
  border-radius: .625rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.dev-wrapper {
  grid-column-gap: 2.5em;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-overlay {
  z-index: 100;
  opacity: 0;
  background-color: #11111173;
  position: absolute;
  inset: 0%;
}

.plod-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.prod-icon {
  align-items: center;
  width: .6em;
  height: 1em;
}

.featured-dev-icon {
  background-color: #f3faff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.small-dev-image {
  background-color: #f7f8fc;
  height: 100%;
  padding: 8px;
  position: relative;
  overflow: hidden;
}

.feature-list-items {
  justify-content: space-between;
  width: 100%;
  max-width: 457px;
  padding-bottom: 23px;
  display: flex;
}

.feature-tabs-component {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  height: 4rem;
  display: grid;
}

.p-xl-start {
  padding-top: 8.5em;
}

.dev-height-top {
  height: 28px;
  margin-top: 1px;
}

.feature-list-content {
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
}

.feature-list-content.hidden {
  display: none;
}

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

.background-image-2 {
  background-image: url('../images/sala.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-image-2._2 {
  background-image: url('../images/cuarto2.jpg');
}

.background-image-2._4 {
  background-image: url('../images/bañobaño-2.jpg');
}

.background-image-2._3 {
  background-image: url('../images/comedor.jpg');
}

.background-image-2._1 {
  background-image: url('../images/cuarto.png');
}

.bottom-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  min-width: 100vw;
  display: grid;
}

.contact-modal3_close-button {
  filter: invert();
  margin-top: 4rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.dev-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dev-row.hidden, .section-feature-tabs-2.hidden {
  display: none;
}

.small-image-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.text-block-12 {
  color: #666;
  font-family: Montserrat, sans-serif;
}

.text-block-12.small {
  font-size: 12px;
  line-height: 1.1em;
}

.team-background-image {
  background-image: url('../images/balcon_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.team-background-image._1 {
  background-image: url('../images/CUARTO_1.png');
}

.team-background-image._2 {
  background-image: url('../images/SALA_1.jpg');
}

.team-background-image._3 {
  background-image: url('../images/COCINA.jpg');
}

.team-background-image._4 {
  background-image: url('../images/COMEDOR_1.jpg');
}

.text-span-9 {
  font-weight: 800;
}

.copy-medium-3 {
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.45em;
}

.overlay-6 {
  background-color: #0f13268c;
  position: absolute;
  inset: 0%;
}

.image {
  filter: invert();
  width: 100px;
  max-width: none;
}

.text-span-11 {
  text-decoration: underline;
}

.quick-link-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #081c3a;
  background-color: #f7f8fc;
  border: 1px solid #c0c0d333;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 18px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.quick-link-item:hover {
  padding-left: 24px;
}

.button-15 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3572ff;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-15:hover {
  background-color: #081c3a;
}

.outline-button {
  color: #081c3a;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #c0c0d333;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.outline-button:hover {
  color: #fff;
  background-color: #081c3a;
  border-color: #081c3a;
}

.color-white {
  color: #fff;
}

.dev-background-2 {
  opacity: 0;
  background-image: url('../images/SALA_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.dev-background-1 {
  opacity: 0;
  background-image: url('../images/sala.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.padding-global-2 {
  height: 100%;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.hero_content-2 {
  z-index: 2;
  background-image: linear-gradient(#25252500, #1a1a1a30 72%, #0009);
  height: 100%;
  position: relative;
}

.section_hero-2 {
  color: #fff;
  background-color: #252525;
  flex: none;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

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

.basic-hero-block {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 1fr);
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  min-height: 100vh;
  display: grid;
  position: relative;
}

.image-overlay-2 {
  z-index: 5;
  display: none;
  position: absolute;
  inset: 0%;
}

.letter-2 {
  display: inline-block;
}

.padding-horizontal-2 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.image-fill-2 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-fill-2.fill {
  background-image: linear-gradient(#d8f1ff, #eff9ff);
}

.heading-style-h1-3 {
  letter-spacing: -.15rem;
  font-size: 6rem;
  line-height: 1.1;
}

.heading-style-h1-3.text-align-center {
  letter-spacing: -.07em;
  font-family: Spacegrotesk Variable, sans-serif;
}

.heading-style-h1-3.text-color-white {
  color: var(--black);
  font-family: Spacegrotesk Variable, sans-serif;
}

.padding-bottom-2 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-small-3 {
  font-size: 1.1rem;
  line-height: 1.6;
}

.text-size-small-3.text-align-center.text-color-white {
  color: #000;
  text-align: left;
}

.home-gallery-block {
  flex-direction: column;
  height: 200vh;
  margin-bottom: -7vh;
  display: flex;
}

.home-gallery-trigger {
  flex: 1;
}

.clip-2 {
  flex-direction: column;
  margin-top: auto;
  margin-bottom: 10px;
  padding-right: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-gallery-intro {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  margin-left: -1vw;
  margin-right: auto;
  padding-bottom: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.dev-scrolling {
  background-image: url('../images/iconAsset-5-2.svg');
  background-size: cover;
}

.featured-background {
  position: absolute;
  inset: 0%;
}

.home-gallery-strip {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  padding-right: .4rem;
  display: grid;
}

.home-gallery-images {
  width: 100%;
  margin-left: 284px;
  display: flex;
  overflow: hidden;
}

.home-gallery-height {
  height: 43vw;
  min-height: 30rem;
  max-height: 80vh;
}

.home-gallery-item {
  border-radius: 3px;
  width: 33.33vw;
  position: relative;
  overflow: hidden;
}

.home-gallery {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.about-content {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  background-color: #0c1216;
  border-radius: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: -200px;
  padding: 0 0 0 60px;
  display: grid;
}

.body-display-3 {
  color: var(--grey);
  -webkit-text-stroke-color: #dbf2ff;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
}

.heading-7 {
  color: #fff;
  font-family: Spacegrotesk Variable, sans-serif;
}

.section-4 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section-4.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section-4.no-padding.gray {
  background-image: none;
}

.dev-description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.text-block-16 {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.hover-line-fill {
  background-color: #a3acc2;
  width: 100%;
  height: 100%;
}

.underline-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid #fffc;
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 9px;
  text-decoration: none;
  position: relative;
}

.underline-link.dark {
  color: #626d86;
  border-bottom-color: #889ea833;
}

.description-2 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subtitle-7 {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.step-card {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 20px;
  display: grid;
}

.footer-left {
  align-items: center;
  display: flex;
}

.footer-social {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-left: 1px solid #cfcfcc;
  margin-left: 2rem;
  padding-left: 2rem;
  display: flex;
}

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

.text-size-tiny-2 {
  font-size: .9rem;
}

.fotter-menu-link {
  color: #000;
  text-decoration: none;
}

.footer-menu {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer.hidden {
  display: none;
}

.hyperlink {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: #2e313a;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-dev-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #cfcfcc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  display: grid;
}

.footer-brand {
  color: #000;
  width: 5.5rem;
  padding-bottom: .35rem;
  text-decoration: none;
}

.social-icon {
  color: #000;
  border: 1px #cfcfcc;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-content {
  grid-column-gap: 1rem;
  grid-row-gap: 5.3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: grid;
}

.button-text-2.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.dev-toggle-content {
  background-color: var(--alice-blue);
  color: #000;
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.button-icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.button-icon.button-icon-bottom {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.dev-right {
  min-width: 47rem;
  padding-top: 11.5rem;
}

.dev-detail-item {
  justify-content: space-between;
  display: flex;
}

.icon-1x1-small-2 {
  flex: none;
  width: .6rem;
  height: .6rem;
}

.text-size-regular-2 {
  font-size: 1.35rem;
  line-height: 1.45;
}

.text-size-regular-2.dual-paragraph {
  column-count: 2;
  column-gap: 2.25rem;
}

.text-size-regular-2.dual-paragraph.text-color-gray {
  font-family: Montserrat, sans-serif;
}

.dev-lightbox {
  width: 100%;
}

.dev-detail-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.dev-info {
  border-bottom: 1px #cfcfcc;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  overflow: visible;
}

.relative-line {
  background-color: #cfcfcc;
  height: 1px;
}

.devinfo-14 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dev-image-14 {
  border-radius: 3px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.dev-left {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.dev-block {
  margin-bottom: 5.25rem;
}

.dev-left-bottom {
  z-index: 15;
  display: flex;
  position: relative;
}

.spacer-huge-2 {
  width: 100%;
  padding-top: 6rem;
}

.spacer-footer {
  padding-top: 10rem;
}

.footer-component {
  padding-top: 2rem;
  padding-bottom: 1.875rem;
}

.divider-line {
  z-index: 100;
  background-color: #afafaf;
  width: 100%;
  height: 1px;
  position: relative;
}

.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: block;
}

.column.footer-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  display: flex;
}

.container-large-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.link.is-footer {
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
  overflow: hidden;
}

.padding-global-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.grid.is-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-7 {
  filter: invert();
}

.text-size-medium-2 {
  color: var(--black);
  text-transform: uppercase;
  padding-top: 15px;
  font-size: 14px;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.uppercase {
  color: var(--back);
  font-family: Montserrat, sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
}

.text-rich-text-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.section_dev-content {
  margin-top: -30px;
  margin-bottom: 140px;
}

.circle-absolute {
  background-color: #000;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  position: absolute;
}

.circle-absolute.bg-white {
  background-color: #fff;
  background-image: url('../images/logo.svg');
  background-position: 0 0;
  background-size: auto;
}

.lh-image {
  width: 100%;
  height: 756px;
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}

.lh-left {
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 29%;
  padding-right: 50px;
  display: flex;
}

.container-2 {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 60px 75px 80px;
}

.lh-right {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  padding-top: 30px;
  padding-left: 40px;
  display: flex;
}

.lh-button-text {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  mix-blend-mode: difference;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  position: relative;
}

.elipse-hover {
  z-index: 1;
  background-color: #000;
  border-radius: 100%;
  width: 210px;
  height: 100px;
  position: absolute;
  inset: auto;
}

.elipse-hover._2 {
  width: 210px;
  top: auto;
}

.lh-address-inner {
  align-items: center;
  display: flex;
}

.title-h3 {
  color: #000;
  letter-spacing: -.04em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.display-small {
  color: #000;
  text-align: left;
  letter-spacing: -.07em;
  padding-right: 5px;
  font-family: Spacegrotesk Variable, sans-serif;
  font-size: 120px;
  font-weight: 300;
  line-height: 1.2;
}

.lh-wrapper {
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-14px---medium {
  color: #26262666;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-14px---medium.black {
  color: #262626;
}

.lh-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.mask-image {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mask {
  overflow: hidden;
}

.h2-listing-icon-circle {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 21px 20px;
  display: flex;
  position: relative;
}

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

.lh-address-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-12px {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.paragraph-12px.medium {
  font-weight: 500;
}

.paragraph-12px.medium.all-caps {
  color: #0c1216;
  font-family: Inter, sans-serif;
  font-weight: 700;
}

.lh-heading {
  max-width: 100%;
}

.lh-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #dbdbdb;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.lh-inner {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lh-inner._160px {
  max-width: 180px;
}

.lh-middle {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 0 solid #dbdbdb;
  border-width: 0 1px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  padding-top: 30px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.lh-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 26.8516px;
  height: 24.0741px;
  display: flex;
}

.lh-header-wrapper {
  grid-column-gap: 11.4883px;
  grid-row-gap: 11.4883px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 16.707px;
  display: flex;
}

.h2-listing-icon {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: difference;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 19.7978px;
  height: 17.9997px;
  display: flex;
  position: relative;
}

.h2-listing-icon.inversed {
  filter: invert();
  transform: translate(0);
}

.paragraph-20px {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-20px.black {
  color: #000;
  text-transform: none;
  font-weight: 400;
}

.listing-hero {
  grid-row-gap: 100px;
  flex-direction: column;
  height: 100vh;
  padding-top: 20vh;
  display: flex;
}

.lh-status-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.lh-button {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #dbf2ff;
  border: 1px solid #0c1216;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 22px 31px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-child {
  grid-column-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-large-9 {
  width: 95%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.nav-link-2 {
  color: #181818;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .2rem;
  padding-bottom: .2rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.nav-link-2.w--current {
  text-decoration: underline;
}

.nav-link-2.footer-btm {
  color: #f5f5ee;
}

.nav-link-2.footer-btm.w--current {
  text-decoration: none;
}

.nav-link-circle {
  background-color: #181818;
  border-radius: 100%;
  width: .375rem;
  height: .375rem;
}

.nav-link-circle.footer-btm {
  background-color: #18181800;
  background-image: url('../images/640a88219b092a225f864c6e_iconAsset-8.svg');
  background-position: 0 0;
  background-size: contain;
  border-radius: 2%;
  width: 1rem;
  height: 1rem;
  margin-right: .25rem;
}

.footer-flex-split {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-btm-split {
  z-index: 100;
  color: #f5f5ee;
  background-color: #333;
  border-top-left-radius: 1.125rem;
  border-top-right-radius: 1.125rem;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: 1rem;
  display: block;
  position: relative;
  inset: auto 0% 0%;
  overflow: hidden;
}

.f2-inner {
  grid-column-gap: 121px;
  grid-row-gap: 121px;
  border: 1px #515151;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.button-text-3 {
  white-space: nowrap;
  cursor: pointer;
}

.button-text-3.button-text-duplicate {
  white-space: nowrap;
  position: absolute;
  bottom: -100%;
}

.container-3 {
  flex-direction: column;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
}

.container-3.container-small {
  max-width: 73rem;
}

.submit-button-2 {
  text-align: left;
  background-color: #fff0;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 26px;
  padding: 0;
}

.form-input-2 {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid silver;
  margin-bottom: 0;
  padding: 0 0 .5rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 160%;
  transition: border-color .3s;
}

.form-input-2:focus {
  border-bottom-color: #221e20;
}

.form-input-2::placeholder {
  color: silver;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 160%;
}

.form-input-2.form-input-light {
  border-bottom-color: #828282;
}

.form-input-2.form-input-light:focus {
  border-bottom-color: #fff;
}

.form-input-2.form-input-light::placeholder {
  color: #828282;
}

.form-input-2.form-input-light.text-color-gray-100 {
  border-bottom-color: #fff;
}

.form-input-2.form-input-light.text-color-gray-100::placeholder {
  color: #fff;
}

.space {
  width: 100%;
}

.space._96px {
  height: 20px;
}

.image-3 {
  width: 18rem;
}

.subsribe {
  width: 280px;
  margin-bottom: 0;
}

.form-field {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.heading-display {
  font-size: 4rem;
  line-height: 1;
}

.footer-link {
  color: #221e20;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  opacity: .8;
}

.footer-link.hidden {
  display: none;
}

.button-hidden {
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-2 {
  background-color: #333;
  background-image: url('../images/noise_1noise.png');
  background-position: 0 0;
  background-size: auto;
}

.f2-bottom {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

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

.footer-grid.hidden {
  display: none;
}

.form {
  grid-row-gap: 6.25rem;
  flex-direction: column;
  display: flex;
}

.form.form-contact {
  grid-row-gap: 3.75rem;
  flex-direction: column;
  display: flex;
}

.logo-image-2 {
  max-width: 20%;
  margin-right: 7px;
}

.button-text-wrapper {
  padding-left: .25rem;
  padding-right: .25rem;
  position: relative;
  overflow: hidden;
}

.button-wrapper {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0 auto auto 0%;
  overflow: hidden;
}

.f2-bottom-link {
  color: silver;
  letter-spacing: 0;
  text-transform: lowercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  transition: opacity .35s;
}

.f2-bottom-link:hover {
  opacity: .5;
  color: #eee1dc;
}

.f2-bottom-link._2 {
  color: silver;
  transition-property: none;
}

.f2-bottom-link._2:hover {
  opacity: 1;
}

.subscribe-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.f2-bottom-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f2-bottom-wrapper:hover {
  color: #eee1dc;
}

.f2-bottom-logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: brightness(1000%);
  object-fit: fill;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18.1563px;
  height: 18.1563px;
  display: flex;
}

.form-success {
  background-color: #fff;
  border-radius: 2px;
}

.text-width-l {
  width: 25rem;
}

.error-message {
  color: red;
  background-color: #0000;
  margin-top: 4px;
  padding: 0;
}

.menu-logo {
  color: #f5f5ee;
  display: flex;
}

.text-size-regular {
  font-size: 1rem;
}

.form-fields {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

._2-col-grid.hero-grid {
  grid-template-rows: auto;
}

.f2-wrapper {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  border: 0 solid #515151;
  border-top: 1px #515151;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-field-2 {
  color: #221e20;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  height: 24px;
  margin-bottom: 0;
  padding: 0;
  font-size: 12px;
}

.text-field-2:active, .text-field-2:focus, .text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
  border-bottom-color: #fff;
}

.text-field-2::placeholder {
  color: #fff6;
}

.button-16 {
  color: #fff;
  text-align: center;
  letter-spacing: -.06em;
  border-radius: 2px;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  padding: 1.22rem 3rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
  display: flex;
  position: relative;
}

.button-16.button-white {
  color: #221e20;
  background-color: #0000;
}

.heading {
  color: silver;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 500;
  line-height: 120%;
}

.success-message-2 {
  text-align: left;
  background-color: #0000;
  padding: 0;
}

.footer-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.f2-bottom-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.grain-2 {
  z-index: 1;
  opacity: .05;
  background-image: url('../images/5c06f51d6e75c933fe05c728_giphy.gif');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

._20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
}

.lp-price {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 230px;
  display: flex;
}

.lp-heading {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
  overflow: hidden;
}

.lp-inner {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.collection-list-wrapper-listing {
  width: 100%;
}

.section.bg-dark-grey {
  background-color: #262626;
}

.lp-wrapper {
  border-top: 1px #ffffff4d;
  border-bottom: 1px solid #ffffff4d;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.lp-wrapper.first {
  border-top-style: solid;
}

.listing-plans {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.lp-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.lp-text {
  color: #ffffff4d;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.title-80px {
  color: #262626;
  letter-spacing: -.01em;
  font-size: 80px;
  font-weight: 400;
  line-height: 100px;
}

.title-80px.white {
  color: #fff;
  letter-spacing: -.05em;
  font-family: Spacegrotesk Variable, sans-serif;
  font-weight: 300;
}

.container-4 {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px;
}

.lp-room {
  align-items: center;
  display: flex;
}

.lp-text-20px {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.lp-price-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.lp-icon {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: difference;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12.2778px;
  height: 10.8333px;
  display: flex;
  position: relative;
}

.lp-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 93.3299px;
  height: 96.6668px;
  display: flex;
}

.lp-circle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .361111px solid #fff;
  border-radius: 18.0556px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spa-column {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  display: flex;
}

.spa-c2-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph-14px {
  color: #fafafa80;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.section-8 {
  background-color: var(--back);
}

.spa-vector {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 13.0859px;
  height: 15.3657px;
  display: flex;
}

.spa-header-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.single-project-plan {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-style: solid;
  border-width: 1px 0;
  border-color: #515151 #515151 var(--light-blue);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
  padding-left: 60px;
  display: flex;
}

.spa-icon {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: difference;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 11px;
  display: flex;
  position: relative;
}

.spa-column-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 350px;
  display: flex;
}

.spa-plan-img {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/sn-01.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 300px;
  display: flex;
}

.spa-plan-img._2 {
  background-image: url('../images/balcón-01.png');
}

.spa-plan-img._3 {
  background-image: url('../images/1_patio-01.png');
}

.spa-plan-img._4 {
  background-image: url('../images/2_patios-01.png');
}

.spa-column-inner {
  grid-column-gap: 10px;
  border: 0 solid #ffffff4d;
  border-top-width: .5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 5px;
  display: flex;
}

.spa-column-inner.start-to-end {
  justify-content: space-between;
}

.spa-plan-details {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.arrow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 8px;
  display: flex;
}

.spa-c2-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spa-column-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  height: 300px;
  display: flex;
}

.spa-circle {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spa-c2-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  border: 0 solid #e1e1e14d;
  border-top-width: .5px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 10px;
  display: flex;
}

.spa-c2-wrapper._2 {
  border-bottom-width: .5px;
}

.spa-plan {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.spa-header-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 250px;
  display: flex;
}

.spa-header {
  grid-column-gap: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.h2f-button {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--light-blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f7f5f400;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 21.9141px 31.3516px 22.0859px 31px;
  display: flex;
  position: absolute;
  inset: 3% auto auto 5%;
  overflow: hidden;
}

.h2f-button:hover {
  background-color: var(--alice-blue);
  color: var(--white);
}

.h2f-button.hidden {
  display: none;
}

.h2f-text-button {
  z-index: 3;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  mix-blend-mode: difference;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  position: relative;
}

.characteristics {
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
}

.characteristics-list {
  grid-row-gap: 0rem;
  margin-top: -1px;
  position: relative;
}

.text {
  color: silver;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 400;
  line-height: 135%;
}

.text.text-color-gray-400 {
  color: #86868b;
  letter-spacing: -.04em;
  font-size: 1.1rem;
  font-style: normal;
}

.heading-small {
  grid-row-gap: 2.25px;
  color: silver;
  letter-spacing: -.04em;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 110%;
}

.section-9 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.section-9.section-small-bottom-padding {
  padding-bottom: 6.25rem;
  display: none;
}

.container-5 {
  background-color: #221e20;
  flex-direction: column;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: relative;
}

.characteristics-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.characteristics-card-image-wrapper {
  opacity: 1;
  height: 100%;
  position: relative;
}

.characteristics-card-image-wrapper.home-gallery-height, .characteristics-card-image-wrapper.home-gallery-cards {
  height: 80vw;
  max-height: none;
}

.characteristics-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.characteristics-card-content-wrapper {
  grid-row-gap: 1.875rem;
  border: 1px silver;
  border-style: solid none none solid;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 6.25rem 10vw;
  display: flex;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .home-gallery-intro {
    margin-left: -3vw;
  }

  .step-card.end {
    padding-right: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .dev-btn {
    text-decoration: none;
  }

  .dev-prod-items {
    width: 100%;
    height: 100%;
    max-height: 300px;
    overflow: hidden;
  }

  .benefit-card {
    padding-left: 36px;
    padding-right: 36px;
  }

  .home-gallery-intro {
    margin-left: -5vw;
  }

  .about-content {
    grid-column-gap: 100px;
  }

  .heading-7 {
    font-family: Spacegrotesk Variable, sans-serif;
    font-weight: 300;
  }

  .text-block-16 {
    font-weight: 400;
  }
}

@media screen and (min-width: 1920px) {
  .characteristics-card-content-wrapper {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 12vw;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-global {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .work_card {
    width: 50vw;
  }

  .dev_colum {
    min-width: 50vw;
  }

  .outline-button-3.light {
    background-color: #0c1216;
  }

  .inner-hero-content {
    padding-top: 36px;
  }

  .slider-arrow-2 {
    width: 160px;
    height: 160px;
  }

  .xxl-heading-4 {
    font-size: 48px;
  }

  .slider {
    padding-left: 0;
    padding-right: 0;
  }

  .brand-3 {
    font-size: 27px;
  }

  .brand-3.dark {
    width: 50%;
  }

  .main-nav.bg-main-gray {
    padding-left: 0;
    padding-right: 0;
  }

  .main-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .main-grid.space-top.grid {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .call-to-action {
    justify-content: flex-start;
    align-items: center;
    height: 7vh;
    margin-right: 20px;
    bottom: 20px;
    right: 20px;
  }

  .trigger-lottie {
    width: 24px;
    height: 24px;
  }

  .nav-menu-2 {
    background-color: #f1f0ed;
    flex-direction: column;
  }

  .section-power-sharing {
    background-color: #fff;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .feature-tab-content-wrapper {
    flex: none;
    width: 100%;
    margin-top: 2em;
  }

  .navbar_mobile {
    background-color: #f1f0ed00;
    height: 100%;
    padding: 0;
  }

  .navbar_mobile.w--open {
    color: #111;
    background-color: #f1f0ed;
  }

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

  .specs-divider-inner.heroed.hid {
    display: block;
  }

  .case-dev-area {
    padding: 25px 20px;
  }

  .prod-details-wrap {
    padding: 20px;
  }

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

  .dev-text {
    width: 90%;
  }

  .heading-style-h1-2 {
    font-size: 4rem;
  }

  .heading-style-h1-2.text-align-center {
    text-align: left;
  }

  .right-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .navbar_menu-full {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-top: 1px solid #dfdedb;
    border-bottom: 1px solid #dfdedb;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: center;
    padding: 1.5rem;
  }

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

  .contact-modal3_content-wrapper {
    width: 80%;
    max-width: none;
    padding: 4rem 3rem 4rem 0;
  }

  .dev-image-wrapper {
    order: 1;
    width: 100%;
    padding-top: 0;
  }

  .copy-large.text-medium {
    text-align: left;
  }

  .prod-dev-wrapper {
    grid-row-gap: 5em;
    flex-direction: column;
  }

  .feature-tab-nav-link {
    border-bottom: 2px solid #0000;
    border-left-width: 0;
    padding-left: 0;
  }

  .feature-tab-nav-link.w--current {
    border-bottom: 2px solid #000;
    border-left-width: 0;
  }

  .feature-tabs-nav-wrapper {
    width: 100%;
    min-width: auto;
  }

  .lightbox-hover-coontent {
    display: none;
  }

  .feature-tab-nav-title-wrapper {
    font-size: 1.3em;
  }

  .section-dev {
    margin-right: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .map-section {
    padding-bottom: 80px;
  }

  .prod-data-wrapper {
    width: 100%;
  }

  .dev-details-content {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1.9fr;
  }

  .devdetails-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .vacation-images {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .grid-wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .feature-tab-copy-wrapper {
    padding-bottom: 2em;
  }

  .navbar_menu-base {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .featured-location {
    width: auto;
    margin-left: 106px;
  }

  .small-dev-image {
    min-height: 200px;
  }

  .feature-tabs-component {
    flex-direction: column;
    display: block;
  }

  .navbar-wrapper {
    grid-template-columns: auto 1fr;
  }

  .navbar_menu-btn {
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 100%;
    display: flex;
  }

  .bottom-grid-wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .padding-global-2 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .section_hero-2 {
    height: 60vh;
  }

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

  .basic-hero-block {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 4rem;
  }

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h1-3 {
    font-size: 6rem;
  }

  .heading-style-h1-3.text-align-center {
    text-align: left;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-small-3.text-align-center.text-color-grey {
    text-align: left;
  }

  .home-gallery-block {
    margin-top: -5vw;
    margin-bottom: -15vw;
  }

  .clip-2.phone {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(240px, .5fr) minmax(150px, .5fr);
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-end;
    padding-right: 0;
    display: grid;
  }

  .home-gallery-intro {
    margin-left: 40px;
  }

  .home-gallery-intro.blend {
    mix-blend-mode: hard-light;
    justify-content: flex-end;
  }

  .dev-scrolling {
    display: none;
  }

  .home-gallery-strip {
    grid-column-gap: .25rem;
  }

  .home-gallery-images {
    margin-left: 0;
  }

  .home-gallery-height {
    height: 60vw;
    min-height: 22.5rem;
  }

  .home-gallery-item {
    width: 50vw;
  }

  .about-content {
    grid-column-gap: 80px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-top: 0;
    padding-left: 0;
  }

  .section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-4.no-padding.gray {
    background-color: var(--back);
  }

  .step-card {
    grid-row-gap: 60px;
    border-bottom: 1px solid #889ea833;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-right: 10px;
  }

  .step-card.end {
    border-bottom-style: none;
  }

  .footer-menu {
    justify-content: flex-start;
  }

  .footer-content {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .dev-right {
    min-width: auto;
    padding-top: 3rem;
  }

  .text-size-regular-2.dual-paragraph.text-color-gray {
    column-count: 1;
  }

  .hero-image-14 {
    height: 110vw;
    position: relative;
  }

  .div-block {
    margin-left: 60px;
  }

  .column.footer-right {
    flex-direction: column;
  }

  .uppercase {
    font-size: 3em;
  }

  .lh-left {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .container-2 {
    margin-bottom: -100px;
    padding-bottom: 0;
    padding-left: 45px;
    padding-right: 45px;
  }

  .lh-right {
    border-top: 1px #dbdbdb;
    justify-content: flex-start;
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }

  .display-small {
    line-height: 1.2;
  }

  .lh-wrapper {
    flex-flow: column wrap;
  }

  .lh-header {
    padding-bottom: 30px;
  }

  .lh-middle {
    border-top-width: 1px;
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    padding: 30px 0;
  }

  .listing-hero {
    height: auto;
  }

  .container-3 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .container-3.container-small.contact-form {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .heading-display {
    font-size: 10.5rem;
  }

  .form {
    grid-row-gap: 4rem;
  }

  .logo-image-2 {
    height: 16px;
  }

  .f2-bottom-link {
    font-weight: 400;
  }

  .f2-bottom-wrapper {
    padding-right: 20px;
  }

  .heading {
    font-size: 3.75rem;
  }

  .f2-bottom-content {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  ._20 {
    width: 20%;
  }

  .lp-price {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    width: 20%;
  }

  .lp-inner {
    grid-column-gap: 40px;
  }

  .container-4 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .lp-text-20px {
    font-size: 18px;
  }

  .paragraph-14px.specs {
    display: none;
  }

  .single-project-plan {
    border-bottom-style: solid;
    padding-bottom: 0;
    padding-left: 0;
  }

  .spa-plan-img, .spa-plan-details {
    width: 100%;
  }

  .spa-column-wrapper {
    margin-bottom: 40px;
  }

  .spa-plan {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .characteristics {
    border-top-style: none;
  }

  .characteristics-list {
    grid-column-gap: 1.875rem;
    flex-direction: row;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    padding-bottom: 1rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    display: flex;
    overflow: auto;
  }

  .heading-small {
    font-size: 1.7rem;
  }

  .characteristics-item {
    flex: none;
    width: 100%;
    max-width: 25rem;
    margin-top: 0;
  }

  .section-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .section-9.section-small-bottom-padding {
    background-image: url('../images/iconAsset-4.svg');
    background-position: 0 20%;
    background-repeat: no-repeat;
    background-size: 200%;
    padding-top: 14rem;
    padding-bottom: 4rem;
    display: block;
  }

  .container-5 {
    background-color: #221e2000;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .characteristics-card-image {
    position: absolute;
  }

  .characteristics-card-image-wrapper {
    align-items: flex-end;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100%;
    display: flex;
    position: relative;
  }

  .characteristics-card {
    grid-row-gap: 4rem;
    flex-direction: column-reverse;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  .characteristics-card-content-wrapper {
    grid-row-gap: 1.5rem;
    border-style: none;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  p {
    font-size: .875rem;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h1 {
    font-size: 5rem;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-family: Montserrat, sans-serif;
    font-weight: 300;
  }

  .padding-section-medium {
    width: 100%;
    height: auto;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .horizontal-scroll_section-height, .horizontal-scroll_stickey-element {
    height: auto;
  }

  .horizontal-scroll_track {
    width: 100%;
  }

  .horizontal-scroll_track-list {
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }

  .section_hero {
    width: 100%;
    min-height: 100vh;
    font-size: 1vw;
    display: flex;
  }

  .hero_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .hero_heading-wrapper {
    margin-bottom: 0;
  }

  .hero_content {
    background-image: linear-gradient(#25252500, #1a1a1a30 31%, #0009);
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    display: flex;
  }

  .section_intro {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    min-height: 100vh;
    display: flex;
  }

  .intro_top {
    margin-bottom: 4rem;
  }

  .intro_content-parent {
    width: 100%;
    min-width: auto;
  }

  .intro_image-wrap {
    width: 12.5rem;
  }

  .test-size-title-small {
    color: var(--black);
    font-size: .875rem;
  }

  .intro_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    width: 100%;
    max-width: none;
  }

  .text-link_wrap {
    color: var(--back);
    font-size: .875rem;
    font-style: normal;
  }

  .text-link_wrap.is-proportion {
    font-size: 1rem;
  }

  .section_line-seprator {
    background-color: #25252526;
    width: 100%;
    height: 1px;
    inset: auto 0% 0%;
  }

  .section_work {
    background-image: url('../images/iconAsset-4.svg');
  }

  .work_list {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    flex-direction: column;
  }

  .work_card {
    width: auto;
  }

  .work_card-image-wrap {
    padding-bottom: 114%;
  }

  .section_cta {
    background-color: #f4fbff;
    background-position: 50%;
    background-size: cover;
    flex-direction: row;
    min-height: 100vh;
    display: flex;
  }

  .cta_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .cta_quorte {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .cta_quorte-title {
    max-width: none;
    font-size: 1.75rem;
  }

  .cta_quorte-subtext {
    font-size: 1rem;
  }

  .section_image-divider {
    width: 100%;
    height: 100vh;
  }

  .section_jornal {
    height: 100vh;
  }

  .dev_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .dev_title-wrap {
    border-bottom: 1px solid #fff3;
    margin-bottom: 0;
    padding-bottom: 2.5rem;
  }

  .dev_content-wrap {
    font-size: 1rem;
  }

  .dev_subtext {
    font-size: 1.75rem;
  }

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

  .dev_list {
    grid-template-columns: 1fr;
  }

  .dev_card-image-wrap {
    padding-bottom: 70%;
  }

  .image-divider_image {
    width: 100%;
  }

  .hero_heading {
    font-size: 13em;
  }

  .outline-button-3.light {
    font-size: 10px;
  }

  .inner-hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-arrow-2 {
    width: 140px;
    height: 140px;
    padding-left: 80px;
    left: -80px;
  }

  .slider-arrow-2.right {
    padding-right: 80px;
    right: -80px;
  }

  .xxl-heading-4 {
    font-size: 42px;
  }

  .hero-intro-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brand-3 {
    font-size: 25px;
  }

  .main-nav.bg-main-gray {
    padding-left: 0;
    padding-right: 0;
  }

  .main-grid.space-top.grid {
    padding-top: 40px;
  }

  .call-to-action {
    bottom: 20px;
    right: 20px;
  }

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

  .text-block-9 {
    color: var(--black);
  }

  .dev-btn {
    width: 50%;
  }

  .case-details-image {
    max-height: 500px;
  }

  .text-xs {
    font-size: 16px;
    line-height: 1.4em;
  }

  .prod-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    display: flex;
  }

  .large-dev-image {
    min-height: 300px;
    max-height: 450px;
  }

  .container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .heading-style-h1-2 {
    font-size: 2.625rem;
  }

  .title3-3 {
    font-size: 1.7em;
  }

  .title4 {
    font-size: 1.5em;
  }

  .right-icon {
    width: 25px;
    height: 25px;
  }

  .more-items {
    padding: 14px 20px;
  }

  .contact-modal3_content-wrapper {
    width: 90%;
    padding-bottom: 7rem;
    padding-left: 0;
    padding-right: 2rem;
  }

  .copy-large {
    font-size: 1.3em;
  }

  .copy-medium-2 {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .benefit-card {
    grid-row-gap: 48px;
    grid-template-rows: 1fr auto;
    min-height: auto;
  }

  .map-section {
    padding-bottom: 60px;
  }

  .p-md-end {
    padding-bottom: 4em;
  }

  .map-wrapper {
    margin-left: 0;
  }

  .dev-details-content {
    grid-template-columns: 1fr;
  }

  .devdetails-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-hero_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding: 1rem 1rem 2rem;
  }

  .vacation-images {
    grid-row-gap: 12px;
    margin-left: 0;
  }

  .grid-wrapper {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .images-row {
    padding-top: 48px;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .featured-location {
    margin-left: 70px;
  }

  .p-sm-end {
    padding-bottom: 2.3em;
  }

  .p-sm-end.solo {
    padding-left: 40px;
  }

  .dev-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .featured-dev-icon {
    display: flex;
  }

  .small-dev-image {
    min-height: 175px;
  }

  .feature-tabs-component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .navbar_menu-btn {
    width: 1.25rem;
  }

  .bottom-grid-wrapper {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  }

  .copy-medium-3 {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .padding-global-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero_content-2 {
    background-image: linear-gradient(#25252500, #1a1a1a30 31%, #0009);
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    display: flex;
  }

  .section_hero-2 {
    width: 100%;
    font-size: 1vw;
    display: flex;
  }

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

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h1-3 {
    font-size: 4rem;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-gallery-block {
    margin-top: 0;
    margin-bottom: -8vw;
  }

  .clip-2.phone {
    grid-template-columns: minmax(180px, .5fr) minmax(100px, .5fr);
  }

  .home-gallery-intro {
    inset: 0%;
  }

  .home-gallery-height {
    height: 120vw;
    min-height: 10rem;
    max-height: 100vh;
  }

  .home-gallery-item {
    width: 100vw;
  }

  .about-content {
    padding-left: 0;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-16 {
    font-size: 10px;
  }

  .step-card {
    padding-top: 36px;
    padding-bottom: 36px;
    padding-right: 0;
  }

  .footer-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .footer-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .dev-toggle-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .dev-right {
    padding-top: 2rem;
  }

  .hero-image-14 {
    max-height: none;
  }

  .div-block {
    margin-left: 30px;
  }

  .spacer-huge-2 {
    padding-top: 4rem;
  }

  .spacer-footer {
    padding-top: 8rem;
  }

  .column.footer-right {
    flex-direction: column;
    justify-content: flex-start;
  }

  .padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .uppercase {
    font-size: 2em;
  }

  .lh-image {
    height: 510px;
  }

  .lh-left {
    padding-right: 0;
  }

  .container-2 {
    margin-bottom: -200px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .lh-right {
    justify-content: flex-start;
    padding-left: 0;
  }

  .display-small {
    font-size: 70px;
    line-height: 1.2;
  }

  .lh-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .lh-middle {
    border-top-style: solid;
    border-top-width: 1px;
    border-left-style: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .lh-button.desktop {
    display: none;
  }

  .footer-flex-split {
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .f2-inner {
    grid-row-gap: 50px;
    padding-bottom: 0;
  }

  .container-3.container-small.contact-form {
    padding-top: 6.25rem;
    padding-bottom: 2.5rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .form, .form.form-contact {
    grid-row-gap: 2.5rem;
  }

  .form-fields {
    grid-row-gap: 2rem;
  }

  ._2-col-grid.hero-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 3rem;
    line-height: 110%;
  }

  .f2-bottom-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  ._20.overflow-hidden-mb {
    display: none;
  }

  .lp-price {
    width: 27%;
  }

  .title-80px {
    font-size: 73px;
    line-height: 80px;
  }

  .container-4 {
    padding: 50px 30px;
  }

  .lp-text-20px {
    display: flex;
  }

  .spa-header-wrapper {
    grid-column-gap: 20px;
  }

  .single-project-plan {
    margin-top: 0;
  }

  .spa-plan-img {
    width: 100%;
  }

  .h2f-button {
    border-color: var(--light-blue);
    background-color: #f7f5f400;
    position: absolute;
    inset: 3% auto auto 3%;
  }

  .h2f-button.hidden {
    display: none;
  }

  .heading-small {
    font-size: 1.4rem;
    line-height: 160%;
  }

  .section-9.section-small-bottom-padding {
    padding-top: 20rem;
  }

  .characteristics-card {
    grid-row-gap: 2.5rem;
  }

  .characteristics-card-content-wrapper {
    grid-row-gap: .5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h1 {
    font-size: 20vw;
  }

  .padding-section-medium.is-hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .intro_image-wrap {
    width: auto;
    min-width: 55%;
  }

  .text-link_wrap.is-proportion {
    padding-right: .3rem;
    font-size: .9rem;
  }

  .text-link_line.short {
    width: 95%;
  }

  .cta_quorte-subtext {
    flex-wrap: wrap;
    font-size: .9rem;
  }

  .section_jornal {
    align-items: stretch;
    display: flex;
  }

  .dev_title-wrap {
    padding-bottom: 1.5rem;
  }

  .hero_heading {
    font-size: 12.5em;
  }

  .dev_items {
    padding-left: 15px;
    padding-right: 15px;
  }

  .prod-card {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-icon {
    width: 64px;
    height: 64px;
    padding: 0;
    top: 0;
  }

  .nav-icon.w--open {
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 25px;
    left: 125px;
  }

  .sidebar {
    width: 300px;
  }

  .dev-menu-content-2 {
    width: 100%;
    padding-top: 80px;
  }

  .hero-top {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .outline-button-3.light.eh {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-content {
    padding-top: 124px;
    padding-bottom: 260px;
  }

  .inner-hero-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-arrow-2 {
    width: 120px;
    height: 120px;
    padding-left: 60px;
    top: auto;
    bottom: 140px;
    left: -60px;
  }

  .slider-arrow-2.right {
    padding-right: 60px;
    right: -60px;
  }

  .xxl-heading-4 {
    font-size: 36px;
  }

  .hero-intro-2 {
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-3 {
    padding-left: 0;
    font-size: 14px;
  }

  .main-nav.bg-main-gray {
    padding-left: 0;
    inset: 0% 0% auto;
  }

  .main-grid.space-top.grid {
    justify-items: center;
    padding-top: 10px;
  }

  .call-to-action {
    z-index: 9999;
    justify-content: flex-start;
    align-items: center;
    margin-top: 60px;
    margin-right: 40px;
    bottom: -14px;
    right: -14px;
  }

  .dev-btn {
    width: 100%;
  }

  .dev-download-area.move-top-300 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-2 {
    background-color: #f3faff;
  }

  .contact-modal3_component {
    display: none;
  }

  .case-details-image {
    max-height: 300px;
  }

  .navbar_mobile {
    background-color: #f3faff;
  }

  .text-xs {
    font-size: 16px;
  }

  .slider-bottom {
    height: 120px;
  }

  .specs-divider-inner.heroed {
    border-top-style: none;
  }

  .specs-row-description {
    width: 58%;
  }

  .dev-text {
    width: 90%;
  }

  .gallery-box {
    grid-template-columns: 1fr;
  }

  .large-dev-image {
    min-height: 200px;
    max-height: 350px;
  }

  .featured-heading {
    margin-top: 5px;
    font-size: 18px;
  }

  .heading-style-h1-2.text-align-center {
    font-size: 2rem;
  }

  .title3-3 {
    font-size: 1.5em;
  }

  .brand-2.w--current {
    text-align: center;
  }

  .home-hero_com {
    min-height: 86vh;
  }

  .navbar_left {
    position: absolute;
  }

  .benefit-card {
    grid-row-gap: 36px;
  }

  .map-section {
    padding-top: 36px;
    padding-bottom: 48px;
  }

  .map-wrapper {
    min-height: 250px;
  }

  .devdetails-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .vacation-images {
    grid-row-gap: 9px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .images-row {
    padding-top: 36px;
  }

  .feature-list-title.color-dark.smaller {
    font-size: 12px;
  }

  .featured-location {
    margin-left: 0;
    margin-right: 60px;
    padding: 18px 18px 18px 24px;
  }

  .p-sm-end.solo {
    padding-left: 30px;
  }

  .featured-dev-icon {
    display: flex;
  }

  .small-dev-image {
    min-height: 125px;
  }

  .feature-list-items {
    flex-wrap: wrap;
  }

  .feature-tabs-component {
    grid-template-columns: 1fr;
  }

  .navbar_menu-btn {
    background-color: #f3faff;
  }

  .bottom-grid-wrapper {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  }

  .small-image-grid {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .section_hero-2 {
    height: 40vh;
  }

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

  .padding-horizontal-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h1-3 {
    font-size: 3.25rem;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .home-gallery-block {
    margin-top: -15vw;
    margin-bottom: -35vw;
  }

  .clip-2.phone {
    grid-template-columns: minmax(130px, .5fr) minmax(80px, .5fr);
  }

  .home-gallery-height {
    height: 125vw;
  }

  .about-content {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .step-card {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-social {
    margin-left: 1.5rem;
    padding-left: 1.5rem;
  }

  .hero-image-14 {
    height: 150vw;
  }

  .div-block {
    margin-left: 45px;
  }

  .spacer-footer {
    padding-top: 6rem;
  }

  .column.footer-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid.is-footer {
    grid-template-columns: 1fr;
  }

  .text-size-medium-2 {
    font-size: .8rem;
  }

  .uppercase {
    font-size: 1.3em;
  }

  .lh-image {
    height: 370px;
    margin-top: 100px;
  }

  .lh-button-text {
    text-decoration: none;
  }

  .title-h3 {
    font-size: 43px;
  }

  .display-small {
    font-size: 57px;
  }

  .listing-hero {
    grid-row-gap: 75px;
    padding-top: 10vh;
  }

  .footer-flex-split {
    grid-row-gap: .4rem;
  }

  .container-3 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .space._96px {
    height: 20px;
  }

  .subsribe {
    width: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .text-width-l {
    width: 100%;
  }

  .block {
    order: -1;
  }

  .heading {
    font-size: 2.25rem;
  }

  .f2-bottom-content {
    grid-template-columns: 1fr;
  }

  ._20 {
    width: 33.3333%;
  }

  .lp-price {
    display: none;
  }

  .lp-inner {
    width: 100%;
  }

  .title-80px {
    font-size: 50px;
    line-height: 60px;
  }

  .spa-column, .spa-header-wrapper {
    width: 100%;
  }

  .spa-column-2 {
    margin-bottom: 20px;
  }

  .spa-plan-img {
    width: 100%;
  }

  .spa-plan-details {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .spa-column-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .spa-c2-wrapper {
    padding-left: 0;
  }

  .spa-header-inner {
    grid-column-gap: 20px;
    justify-content: space-between;
    max-width: none;
  }

  .spa-header {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .characteristics-list {
    margin-left: -1.375rem;
    margin-right: -1.375rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .heading-small {
    font-weight: 600;
    line-height: 160%;
  }

  .characteristics-item {
    max-width: 73vw;
  }

  .section-9 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .section-9.section-small-bottom-padding {
    padding-bottom: 3.125rem;
  }

  .container-5 {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .characteristics-card-image-wrapper.home-gallery-cards {
    height: 100vw;
  }
}

#w-node-_66e074f7-c78e-d12b-b0bf-3f6c86dd7a6c-e8cf06e5 {
  grid-area: 1 / 5 / 2 / 9;
  place-self: center;
}

#w-node-edda1b9a-3367-252d-6b9c-6a1dacee20a3-e8cf06e5 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-edda1b9a-3367-252d-6b9c-6a1dacee20ac-e8cf06e5 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-edda1b9a-3367-252d-6b9c-6a1dacee20ad-e8cf06e5 {
  place-self: center;
}

#w-node-edda1b9a-3367-252d-6b9c-6a1dacee20af-e8cf06e5 {
  justify-self: center;
}

#w-node-edda1b9a-3367-252d-6b9c-6a1dacee20b5-e8cf06e5 {
  place-self: center;
}

#w-node-edda1b9a-3367-252d-6b9c-6a1dacee20bf-e8cf06e5 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-edda1b9a-3367-252d-6b9c-6a1dacee20c0-e8cf06e5 {
  place-self: center;
}

#w-node-edda1b9a-3367-252d-6b9c-6a1dacee20c2-e8cf06e5 {
  justify-self: center;
}

#w-node-edda1b9a-3367-252d-6b9c-6a1dacee20c8-e8cf06e5 {
  place-self: center;
}

#w-node-edda1b9a-3367-252d-6b9c-6a1dacee20d2-e8cf06e5 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-edda1b9a-3367-252d-6b9c-6a1dacee20d3-e8cf06e5 {
  place-self: center;
}

#w-node-edda1b9a-3367-252d-6b9c-6a1dacee20d5-e8cf06e5 {
  justify-self: center;
}

#w-node-edda1b9a-3367-252d-6b9c-6a1dacee20db-e8cf06e5 {
  place-self: center;
}

#w-node-_8ecf5da8-af76-7225-f4e4-4b4c9ca0b787-e8cf06e5, #w-node-c1cc412d-d92d-8b61-7f97-2a7f2e5e2462-e8cf06e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aee2f825-cef9-f025-2830-1a7dfb52ee72-fb52ee6c {
  place-self: start stretch;
}

#w-node-aee2f825-cef9-f025-2830-1a7dfb52ee73-fb52ee6c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-aee2f825-cef9-f025-2830-1a7dfb52ee76-fb52ee6c {
  place-self: center stretch;
}

#w-node-aee2f825-cef9-f025-2830-1a7dfb52ee77-fb52ee6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aee2f825-cef9-f025-2830-1a7dfb52ee81-fb52ee6c, #w-node-aee2f825-cef9-f025-2830-1a7dfb52ee8e-fb52ee6c, #w-node-aee2f825-cef9-f025-2830-1a7dfb52ee9b-fb52ee6c {
  align-self: center;
}

#w-node-aee2f825-cef9-f025-2830-1a7dfb52eea2-fb52ee6c {
  justify-self: start;
}

#w-node-_2dca0cb9-2e89-7d6a-5022-8316bcd4614a-e8cf06f7, #w-node-_2dca0cb9-2e89-7d6a-5022-8316bcd4614e-e8cf06f7, #w-node-_2dca0cb9-2e89-7d6a-5022-8316bcd46153-e8cf06f7, #w-node-_2dca0cb9-2e89-7d6a-5022-8316bcd46159-e8cf06f7, #w-node-_2dca0cb9-2e89-7d6a-5022-8316bcd4615e-e8cf06f7, #w-node-_2dca0cb9-2e89-7d6a-5022-8316bcd46163-e8cf06f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2fd9b190-e88f-80e4-cd2c-bcc9973ef51c-e8cf06f7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2fd9b190-e88f-80e4-cd2c-bcc9973ef5b0-e8cf06f7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2fd9b190-e88f-80e4-cd2c-bcc9973ef5b7-e8cf06f7 {
  justify-self: center;
}

#w-node-_2fd9b190-e88f-80e4-cd2c-bcc9973ef5bc-e8cf06f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2fd9b190-e88f-80e4-cd2c-bcc9973ef5c3-e8cf06f7, #w-node-_2fd9b190-e88f-80e4-cd2c-bcc9973ef5ce-e8cf06f7, #w-node-_2fd9b190-e88f-80e4-cd2c-bcc9973ef5d9-e8cf06f7, #w-node-_2fd9b190-e88f-80e4-cd2c-bcc9973ef5e4-e8cf06f7 {
  justify-self: center;
}

#w-node-_2fd9b190-e88f-80e4-cd2c-bcc9973ef5ef-e8cf06f7, #w-node-_2fd9b190-e88f-80e4-cd2c-bcc9973ef624-e8cf06f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2fd9b190-e88f-80e4-cd2c-bcc9973ef731-e8cf06f7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c4aa1364-9567-8263-219e-44081129bd5f-1129bd5c {
  grid-area: 1 / 5 / 2 / 9;
  place-self: center;
}

#w-node-d47a08a6-e407-697d-0831-0b9637861d45-e8cf06f8, #w-node-d47a08a6-e407-697d-0831-0b9637861d4a-e8cf06f8, #w-node-d47a08a6-e407-697d-0831-0b9637861d4f-e8cf06f8, #w-node-d47a08a6-e407-697d-0831-0b9637861d55-e8cf06f8, #w-node-d47a08a6-e407-697d-0831-0b9637861d5a-e8cf06f8, #w-node-d47a08a6-e407-697d-0831-0b9637861d5f-e8cf06f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82bb354e-c0a1-cd8b-66b9-8aabcd833a66-e8cf06f8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_82bb354e-c0a1-cd8b-66b9-8aabcd833a6a-e8cf06f8 {
  align-self: end;
}

#w-node-_82bb354e-c0a1-cd8b-66b9-8aabcd833a70-e8cf06f8 {
  justify-self: start;
}

#w-node-_82bb354e-c0a1-cd8b-66b9-8aabcd833a78-e8cf06f8 {
  align-self: end;
}

#w-node-_82bb354e-c0a1-cd8b-66b9-8aabcd833a7e-e8cf06f8 {
  justify-self: start;
}

#w-node-_82bb354e-c0a1-cd8b-66b9-8aabcd833a86-e8cf06f8 {
  align-self: end;
}

#w-node-_82bb354e-c0a1-cd8b-66b9-8aabcd833a8c-e8cf06f8 {
  justify-self: start;
}

#w-node-aff2b804-8786-14bc-07fd-de5d5af703b0-e8cf06f8 {
  align-self: stretch;
}

#w-node-aff2b804-8786-14bc-07fd-de5d5af703c3-e8cf06f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-aff2b804-8786-14bc-07fd-de5d5af703f8-e8cf06f8, #w-node-aff2b804-8786-14bc-07fd-de5d5af703fb-e8cf06f8, #w-node-aff2b804-8786-14bc-07fd-de5d5af703fe-e8cf06f8, #w-node-aff2b804-8786-14bc-07fd-de5d5af70401-e8cf06f8, #w-node-aff2b804-8786-14bc-07fd-de5d5af70404-e8cf06f8, #w-node-aff2b804-8786-14bc-07fd-de5d5af70407-e8cf06f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cc92ecb-5346-a2cc-1d03-a99e79f48731-e8cf06f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9cc92ecb-5346-a2cc-1d03-a99e79f48803-e8cf06f8, #w-node-_9cc92ecb-5346-a2cc-1d03-a99e79f48838-e8cf06f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cc92ecb-5346-a2cc-1d03-a99e79f48945-e8cf06f8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ef9f0c83-6699-91f0-73c2-984318989b31-e8cf06f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-ef9f0c83-6699-91f0-73c2-984318989b4e-e8cf06f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef9f0c83-6699-91f0-73c2-984318989b52-e8cf06f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_50d358b8-4e81-189d-7485-283813c13abe-e8cf06f9 {
  justify-self: start;
}

#w-node-_50d358b8-4e81-189d-7485-283813c13ac1-e8cf06f9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_50d358b8-4e81-189d-7485-283813c13ac3-e8cf06f9 {
  place-self: center;
}

#w-node-_50d358b8-4e81-189d-7485-283813c13ae6-e8cf06f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_50d358b8-4e81-189d-7485-283813c13af7-e8cf06f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50d358b8-4e81-189d-7485-283813c13afc-e8cf06f9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_50d358b8-4e81-189d-7485-283813c13b08-e8cf06f9 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_50d358b8-4e81-189d-7485-283813c13bb7-e8cf06f9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_50d358b8-4e81-189d-7485-283813c13bbe-e8cf06f9 {
  justify-self: center;
}

#w-node-_50d358b8-4e81-189d-7485-283813c13bc3-e8cf06f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50d358b8-4e81-189d-7485-283813c13bca-e8cf06f9, #w-node-_50d358b8-4e81-189d-7485-283813c13bd5-e8cf06f9, #w-node-_50d358b8-4e81-189d-7485-283813c13be0-e8cf06f9, #w-node-_50d358b8-4e81-189d-7485-283813c13beb-e8cf06f9 {
  justify-self: center;
}

#w-node-_50d358b8-4e81-189d-7485-283813c13bf6-e8cf06f9, #w-node-_50d358b8-4e81-189d-7485-283813c13c2b-e8cf06f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50d358b8-4e81-189d-7485-283813c13d38-e8cf06f9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6ffdbe1a-30c8-a636-76bd-1fbfca850b78-e8cf06fa, #w-node-_6ffdbe1a-30c8-a636-76bd-1fbfca850b7c-e8cf06fa, #w-node-_6ffdbe1a-30c8-a636-76bd-1fbfca850b82-e8cf06fa, #w-node-_6ffdbe1a-30c8-a636-76bd-1fbfca850b89-e8cf06fa, #w-node-_6ffdbe1a-30c8-a636-76bd-1fbfca850b8f-e8cf06fa, #w-node-_6ffdbe1a-30c8-a636-76bd-1fbfca850b95-e8cf06fa, #w-node-f20fd307-6a5d-01b8-2f72-8066d699a1b3-e8cf06fa, #w-node-f20fd307-6a5d-01b8-2f72-8066d699a1cb-e8cf06fa, #w-node-f20fd307-6a5d-01b8-2f72-8066d699a1d0-e8cf06fa, #w-node-f20fd307-6a5d-01b8-2f72-8066d699a1d2-e8cf06fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f20fd307-6a5d-01b8-2f72-8066d699a1d5-e8cf06fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d47a08a6-e407-697d-0831-0b9637861d45-e8cf06fb, #w-node-d47a08a6-e407-697d-0831-0b9637861d4a-e8cf06fb, #w-node-d47a08a6-e407-697d-0831-0b9637861d4f-e8cf06fb, #w-node-d47a08a6-e407-697d-0831-0b9637861d55-e8cf06fb, #w-node-d47a08a6-e407-697d-0831-0b9637861d5a-e8cf06fb, #w-node-d47a08a6-e407-697d-0831-0b9637861d5f-e8cf06fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82bb354e-c0a1-cd8b-66b9-8aabcd833a66-e8cf06fb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_82bb354e-c0a1-cd8b-66b9-8aabcd833a6a-e8cf06fb {
  align-self: end;
}

#w-node-_82bb354e-c0a1-cd8b-66b9-8aabcd833a70-e8cf06fb {
  justify-self: start;
}

#w-node-_82bb354e-c0a1-cd8b-66b9-8aabcd833a78-e8cf06fb {
  align-self: end;
}

#w-node-_82bb354e-c0a1-cd8b-66b9-8aabcd833a7e-e8cf06fb {
  justify-self: start;
}

#w-node-_82bb354e-c0a1-cd8b-66b9-8aabcd833a86-e8cf06fb {
  align-self: end;
}

#w-node-_82bb354e-c0a1-cd8b-66b9-8aabcd833a8c-e8cf06fb {
  justify-self: start;
}

#w-node-aff2b804-8786-14bc-07fd-de5d5af703b0-e8cf06fb {
  align-self: stretch;
}

#w-node-aff2b804-8786-14bc-07fd-de5d5af703c3-e8cf06fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-aff2b804-8786-14bc-07fd-de5d5af703f8-e8cf06fb, #w-node-aff2b804-8786-14bc-07fd-de5d5af703fb-e8cf06fb, #w-node-aff2b804-8786-14bc-07fd-de5d5af703fe-e8cf06fb, #w-node-aff2b804-8786-14bc-07fd-de5d5af70401-e8cf06fb, #w-node-aff2b804-8786-14bc-07fd-de5d5af70404-e8cf06fb, #w-node-aff2b804-8786-14bc-07fd-de5d5af70407-e8cf06fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cc92ecb-5346-a2cc-1d03-a99e79f48731-e8cf06fb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9cc92ecb-5346-a2cc-1d03-a99e79f48803-e8cf06fb, #w-node-_9cc92ecb-5346-a2cc-1d03-a99e79f48838-e8cf06fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9cc92ecb-5346-a2cc-1d03-a99e79f48945-e8cf06fb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ef9f0c83-6699-91f0-73c2-984318989b31-e8cf06fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-ef9f0c83-6699-91f0-73c2-984318989b4e-e8cf06fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef9f0c83-6699-91f0-73c2-984318989b52-e8cf06fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_66e074f7-c78e-d12b-b0bf-3f6c86dd7a6c-e8cf06e5, #w-node-c4aa1364-9567-8263-219e-44081129bd5f-1129bd5c {
    grid-column: 1 / 3;
    align-self: center;
  }

  #w-node-aff2b804-8786-14bc-07fd-de5d5af703af-e8cf06f8 {
    order: 9999;
  }

  #w-node-_50d358b8-4e81-189d-7485-283813c13adf-e8cf06f9 {
    justify-self: end;
  }

  #w-node-_50d358b8-4e81-189d-7485-283813c13afc-e8cf06f9 {
    justify-self: stretch;
  }

  #w-node-d79ae347-70d1-9611-dab7-3d5e5f269ed0-e8cf06fb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_35086452-ffbe-8798-1493-b83a2732d804-e8cf06fb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-aff2b804-8786-14bc-07fd-de5d5af703af-e8cf06fb {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ef9f0c83-6699-91f0-73c2-984318989b30-e8cf06f8 {
    order: 9999;
  }

  #w-node-_50d358b8-4e81-189d-7485-283813c13afc-e8cf06f9 {
    grid-column-end: 4;
  }

  #w-node-ef9f0c83-6699-91f0-73c2-984318989b30-e8cf06fb {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_66e074f7-c78e-d12b-b0bf-3f6c86dd7a6c-e8cf06e5 {
    justify-self: center;
  }

  #w-node-aee2f825-cef9-f025-2830-1a7dfb52ee73-fb52ee6c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c4aa1364-9567-8263-219e-44081129bd5f-1129bd5c {
    justify-self: center;
  }

  #w-node-_50d358b8-4e81-189d-7485-283813c13afc-e8cf06f9 {
    grid-column: 1 / 4;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spacegrotesk Variable';
  src: url('../fonts/SpaceGrotesk-Variable.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reckless';
  src: url('../fonts/RecklessTRIAL-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}