:root {
  --linen: #f6ede2;
  --brown: #7e382c;
  --dim-grey: #414042;
  --dark-goldenrod: #bb964a;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.navbar_container {
  width: 100vw;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(125, 56, 44, .9);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 6vw;
  padding-right: 16vw;
  display: flex;
  position: relative;
}

.navbar {
  width: 100vw;
  height: 140px;
  color: #fff;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bg_menu-right.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
  position: fixed;
}

.nav_link {
  color: #fff;
  letter-spacing: 1px;
  align-self: center;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.1em;
  font-weight: 200;
  line-height: 1em;
  text-decoration: none;
}

.nav_link:hover {
  color: #dccb96;
}

.nav_link.w--current {
  color: #fff;
  font-weight: 600;
}

.menu-mobile-hamb {
  width: 5em;
  height: 5em;
  display: none;
}

.menu-mobile {
  display: none;
}

.button_orange {
  width: 140px;
  height: 140px;
  direction: rtl;
  object-fit: fill;
  object-position: 50% 50%;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: 12px;
  right: 6vh;
  overflow: visible;
}

.bt_register {
  width: 140px;
  height: 140px;
  color: #fff;
  text-align: right;
  text-shadow: 3px 3px 6px #000;
  object-position: 50% 50%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bt_register.png');
  background-position: 0 0;
  background-size: cover;
  border: 1px #000;
  flex-flow: column-reverse;
  align-content: space-between;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  padding-right: 6px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.bt_register.submit {
  padding-right: 20px;
}

.text-block {
  direction: ltr;
  text-align: left;
  flex: none;
  order: 0;
  align-self: center;
  font-size: 12px;
  font-style: normal;
  text-decoration: none;
  position: static;
}

.nav-menu {
  justify-content: center;
  margin-left: 0;
  display: flex;
}

.logo_astrid {
  width: 160px;
  height: 55px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.buttom_menu {
  margin-left: auto;
  display: flex;
}

.txt-button_menu {
  direction: ltr;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-shadow: 4px 4px 9px #000;
  flex: none;
  order: 0;
  align-self: center;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
  position: static;
}

.section1-home {
  width: 100vw;
  height: 80vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section1-title {
  z-index: 2;
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-left: 12vw;
  padding-right: 12vw;
  display: flex;
  position: relative;
}

.h1 {
  color: #fff;
  text-align: center;
  text-shadow: 5px 4px 8px rgba(0, 0, 0, .6);
  font-family: Saoldisplay, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
}

.h2-title {
  color: #fff;
  text-align: center;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, .77);
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 200;
  line-height: 1.2em;
}

.div-scroll {
  width: 100%;
  height: 12em;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.txt-scroll {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.div-scroll-line {
  width: 100%;
  height: 1px;
  object-position: 0% 50%;
  background-color: #fff;
  margin-bottom: 5px;
  margin-left: 16px;
}

.div-vert-line {
  width: 10em;
  height: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(90deg);
}

.footer {
  height: auto;
  background-color: #7d382c;
  background-image: url('../images/bg_rodape.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  padding-top: 5em;
  padding-bottom: 3em;
  display: flex;
}

.logo-column {
  padding-left: 6vw;
}

.data-column {
  padding-right: 6vw;
}

.footer-headingtext {
  width: 19em;
  color: #fff;
  font-family: Saoldisplay, sans-serif;
  font-size: 2.4em;
  font-weight: 400;
  line-height: 32px;
}

.footer-headingphone {
  color: #fff;
  margin-top: auto;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.social-grid {
  width: 20em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2em;
  margin-bottom: 2em;
}

.social-block {
  width: 5em;
  height: 5em;
  background-color: #bb964a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-block:hover {
  background-color: #816428;
}

.footer-copyright {
  color: #bb964a;
  margin-bottom: 2em;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.footer-copyright-title {
  color: #bb964a;
  margin-top: 2em;
  margin-bottom: 1em;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.form, .form_newsletter {
  display: flex;
}

.input-newsletter {
  width: 40em;
  height: 3.5em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #bb964a;
  border-radius: 30px 0 0 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 22px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.input-newsletter::-ms-input-placeholder {
  color: #fff;
}

.input-newsletter::placeholder {
  color: #fff;
}

.submit-button {
  width: 10em;
  height: 4em;
  color: #fff;
  background-color: #bb964a;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  font-family: Poppins, sans-serif;
}

.submit-button:hover {
  background-color: #947536;
}

.form-newsletter {
  margin-top: 2em;
  margin-bottom: 2em;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.text-block-2 {
  color: #bb964a;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.section2-content1 {
  background-color: var(--linen);
  background-image: url('../images/bg_folha-blur.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 90%;
  justify-content: center;
  padding: 12em 6vw;
  display: flex;
}

.column7-5 {
  height: 50em;
}

.column7-5.margin-top {
  margin-top: 12em;
}

.column7-5.vt {
  width: 100%;
}

.homepage-image1 {
  mix-blend-mode: normal;
  padding-top: 5em;
  padding-left: 4em;
  position: relative;
}

.homepage-image1.virtualtour.lf {
  height: 42em;
}

.h3-homepage {
  color: var(--brown);
  font-family: Saoldisplay, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.1em;
}

.hompage-textbox-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 3em;
  padding-right: 12em;
  display: flex;
}

.p-homepage {
  color: var(--dim-grey);
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  font-weight: 200;
  line-height: 1.6em;
}

.p-homepage.margin-top {
  margin-top: 1.5em;
  line-height: 1.8em;
}

.div-over-image {
  z-index: 3;
  width: 7.4em;
  height: 6.8em;
  background-color: var(--dark-goldenrod);
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 4.9943px;
  left: 14.9943px;
}

.div-over-image.border {
  border: 2px solid var(--dark-goldenrod);
  background-color: rgba(0, 0, 0, 0);
}

.txt-over-img {
  color: #fff;
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

.txt-over-img.gold {
  color: var(--dark-goldenrod);
}

.section2-content2 {
  background-color: #e1c59f;
  padding-top: 12em;
  padding-left: 6vw;
  padding-right: 6vw;
}

.column5-7.margin-top {
  height: auto;
  margin-top: 12em;
}

.column5-7.margin-top.vt {
  width: 100%;
}

.homepage-image1-left {
  height: 44em;
  mix-blend-mode: normal;
  padding-top: 5em;
  padding-left: 0;
  padding-right: 4em;
  position: relative;
}

.homepage-image1-left.mobile {
  display: none;
}

.homepage-image1-left.nomargin {
  padding-top: 1em;
}

.div-over-image-border {
  z-index: 3;
  width: 7.4em;
  height: 6.8em;
  border: 2px solid var(--dark-goldenrod);
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: auto;
  right: 12px;
}

.hompage-textbox-right {
  border-top: 1px none var(--dark-goldenrod);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 3em;
  padding-right: 0;
  display: flex;
}

.hompage-textbox-right.virtualtour {
  padding-top: 5em;
}

.home-bt {
  width: 16em;
  height: 4em;
  border: 2px solid var(--dark-goldenrod);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.home-bt.margin-top {
  color: #fff;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  margin-top: 3em;
}

.home-bt.margin-top:hover {
  background-color: rgba(0, 0, 0, 0);
}

.bt-home-text {
  color: var(--dark-goldenrod);
  font-family: Poppins, sans-serif;
  font-size: 1em;
  line-height: 1em;
  text-decoration: none;
}

.div-over-image-border-floorplans {
  width: 8.6em;
  height: 6.8em;
  border: 2px solid var(--dark-goldenrod);
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0;
  left: auto;
  right: 107px;
}

.flower-over {
  z-index: 2;
  width: 14em;
  height: 30em;
  position: absolute;
  top: -48%;
  bottom: auto;
  left: 46%;
  right: auto;
}

.scroll-div {
  z-index: 2;
  height: 130px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 12px;
}

.scroll-line {
  width: 1px;
  height: 100px;
  border-left: 1px solid #fff;
  margin-top: 5px;
}

.section1-homes {
  width: 100vw;
  height: 80vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section2-homes {
  justify-content: center;
  padding: 12em 12vw;
  display: flex;
}

.h1-homes {
  color: var(--brown);
  text-align: center;
  font-family: Saoldisplay, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.2em;
}

.h1-homes.black {
  color: var(--brown);
}

.p-sect1-homes {
  color: var(--dim-grey);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1.6em;
  font-weight: 200;
  line-height: 1.6em;
}

.p-sect1-homes.margin-top {
  margin-top: 2em;
}

.p-sect1-homes.margin-top.margins-left {
  padding-left: 6em;
  padding-right: 6em;
}

.p-sect1-homes.margin-top.white {
  color: #fff;
}

.section3-homes {
  background-color: var(--linen);
  flex-direction: column;
  align-items: center;
  padding: 6em 6vw;
  display: flex;
}

.h2-homes {
  color: var(--brown);
  text-align: center;
  font-family: Saoldisplay, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.2em;
}

.homes-astrid1 {
  margin-top: 6em;
  padding-bottom: 6em;
}

.homes-photo-grid {
  grid-template-areas: "Area Area";
  margin-top: 6em;
}

.homes-image-p {
  height: 480px;
}

.div-features-highlight {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 6em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-title-highlights {
  color: var(--brown);
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1em;
}

.highlights-columns {
  width: 100%;
  margin-top: 3em;
}

.list-astrid {
  color: var(--dim-grey);
  margin-bottom: 1em;
  font-family: Poppins, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
}

.section4-homes {
  justify-content: center;
  padding-top: 12em;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
}

.homes-photo-grid2 {
  width: 100%;
  grid-template-rows: auto;
  margin-top: -6em;
  position: relative;
  top: 186px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
}

.homes-bt-links {
  width: 12em;
  height: 10em;
  border: 2px solid var(--dark-goldenrod);
  background-color: var(--dark-goldenrod);
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.home-bt-links-txt {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2em;
}

.home-bt-links-txt._2 {
  font-size: .9em;
  line-height: 1em;
}

.grid-sect4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  margin-top: 4em;
  margin-bottom: 6em;
}

.section1-location {
  width: 100vw;
  height: 60vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section2-location {
  justify-content: center;
  padding: 12em 12vw;
  display: flex;
}

.section3-location {
  background-color: var(--linen);
  justify-content: center;
  padding: 12em 6vw 6em;
  display: flex;
}

.location-image-right {
  mix-blend-mode: normal;
  padding-top: 0;
  padding-left: 1em;
  position: relative;
}

.location-textbox-left {
  border-top: 1px none var(--dark-goldenrod);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-right: 3em;
  display: flex;
}

.location-image1-left {
  mix-blend-mode: normal;
  padding-top: 0;
  padding-left: 0;
  padding-right: 1em;
  position: relative;
}

.location-image1-left.mobile {
  display: none;
}

.column {
  justify-content: flex-end;
  padding-right: 0;
  display: flex;
}

.column-2 {
  padding-left: 0;
}

.section4-location {
  justify-content: center;
  padding-top: 8em;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
}

.map-shop-layer, .map-parks-layer {
  z-index: 2;
  width: 70vw;
  display: inline-block;
  position: absolute;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.map_base {
  width: 70vw;
  position: relative;
}

.section_4_location {
  height: auto;
  background-color: #fff;
  justify-content: center;
  margin-top: 0;
  padding: 2em 6vw 6em;
  display: flex;
}

.map-all-layer {
  z-index: 2;
  width: 70vw;
  position: static;
}

.sect4-menu-title {
  color: #414042;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: Saoldisplay, sans-serif;
  font-size: 28px;
  font-weight: 400;
  display: flex;
}

.sect4-menu-title.yellow {
  color: #e3b922;
}

.sect4-menu-title.green {
  color: #3baea9;
  font-family: Bodoni Moda, sans-serif;
}

.sect4-menu-title.blue {
  color: #39a8cd;
}

.sect4-menu-items-list {
  height: auto;
  padding-bottom: 1em;
}

.sect4-menu-title-2.white {
  color: #414042;
  font-family: Bodoni Moda, sans-serif;
  font-size: 2em;
  line-height: 2em;
}

.dropdown-toggle {
  width: 100%;
  height: auto;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.dropdown-toggle.w--open {
  align-items: center;
  display: flex;
}

.map-interests-layer {
  z-index: 2;
  width: 70vw;
  display: none;
  position: absolute;
}

.items-bullet-number {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.map-school-layer {
  z-index: 2;
  width: 70vw;
  display: none;
  position: absolute;
}

.section_4_maps {
  width: 60vw;
  height: auto;
  max-height: 1020px;
  position: relative;
}

.items-bullet {
  width: 3em;
  height: 3em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-right: 1em;
  display: flex;
}

.items-bullet.blue {
  background-color: #39a7cd;
}

.items-bullet.yellow {
  background-color: #e3b922;
}

.items-bullet.green {
  background-color: #3aaea9;
}

.item-bullet-text {
  width: 90%;
  color: var(--dim-grey);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.sect4-menu-items-2 {
  color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-top: 0;
  padding-bottom: .2em;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.section_4_menu {
  width: 28vw;
  height: 100%;
  margin-left: 0;
  padding-top: 3.4em;
  padding-left: 2vw;
  padding-right: 6vw;
}

.sec4-menu-item {
  width: 100%;
  height: auto;
  border-top: 1px solid var(--dark-goldenrod);
  border-bottom: 1px solid #fff;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.sec4-menu-item.last {
  border-bottom-style: solid;
}

.elipse-location {
  width: 20px;
  margin-right: 1em;
}

.column5-5.margin-top {
  margin-top: 12em;
}

.column5-5-copy.margin-top {
  margin-top: 12em;
  margin-bottom: 12em;
}

.line_location-text {
  width: 50%;
  height: 2px;
  border-top: 1px solid var(--brown);
  margin-bottom: 2em;
}

.grid-img {
  width: 100%;
  height: 100%;
}

.section1-floorplans {
  width: 100vw;
  height: 60vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section2-floorplans {
  background-color: var(--linen);
  justify-content: center;
  padding: 6em 6vw 12em;
  display: flex;
}

.floorplans-plans {
  margin-top: 6em;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
}

.slider {
  height: auto;
}

.image-37 {
  object-fit: scale-down;
}

.slide3 {
  object-fit: contain;
}

.slide1 {
  object-fit: scale-down;
}

.mask-3 {
  height: auto;
}

.slide2 {
  object-fit: contain;
}

.section_3-images {
  width: 70vw;
  height: auto;
}

.floorplans-menu-wapper {
  width: 14vw;
}

.sect4-menu-items {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/map-ico.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 22px;
  align-items: center;
  padding-top: .6em;
  padding-bottom: .6em;
  padding-left: 3em;
  text-decoration: none;
  display: flex;
}

.sect4-menu-items.active {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/map-ico-active.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 22px;
}

.floorplans-menu-item {
  width: 100%;
  height: auto;
  border-top: 1px solid var(--dark-goldenrod);
  border-bottom: 1px #fff;
}

.floorplans-menu-item.last {
  border-bottom-style: solid;
  border-bottom-color: var(--dark-goldenrod);
}

.floorplans_menu {
  width: 20vw;
  height: 100%;
  margin-left: 0;
  padding-left: 4vw;
  padding-right: 4vw;
}

.floorplans-menu-title {
  color: var(--dim-grey);
  padding-top: .4em;
  padding-bottom: .2em;
  font-family: Saoldisplay, sans-serif;
  font-size: 26px;
  line-height: 32px;
}

.item-bullet-text-2 {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.section3-team {
  background-color: var(--linen);
  justify-content: center;
  padding: 6em 6vw;
  display: flex;
}

.team-title {
  color: var(--dark-goldenrod);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.div-team-image {
  width: 70%;
  height: 40em;
  background-image: url('../images/Courtyard_03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 4em;
}

.section1-teams {
  width: 100vw;
  height: 60vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-team {
  margin-top: 2em;
  padding-bottom: 2em;
}

.column-left-team {
  padding-right: 6em;
}

.section4-team {
  justify-content: center;
  padding: 12em 6vw;
  display: flex;
}

.team-link {
  color: var(--dark-goldenrod);
  text-transform: uppercase;
  margin-top: 2em;
  font-size: 1.2em;
  line-height: 1em;
  display: block;
}

.section1-tour {
  background-color: var(--linen);
  background-image: url('../images/BG-TOP-TOUR.svg');
  background-position: 50% 5%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  padding: 12em 6vw;
  display: flex;
}

.h1-tour {
  color: var(--brown);
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
  font-family: Saoldisplay, sans-serif;
  font-size: 3.8em;
  font-weight: 400;
  line-height: 1.2em;
}

.h1-tour.black {
  color: var(--dim-grey);
}

.section2-tour {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/BG-BOTTOM-TOUR.svg');
  background-position: 100% 130%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  padding: 3em 6vw 12em;
  display: flex;
}

.virtual-tour-img1 {
  width: 95%;
  height: 36em;
  background-image: url('../images/Courtyard_01-min.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  right: 5%;
}

.virtual-tour-over {
  z-index: 2;
  width: 95%;
  height: 36em;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(56, 56, 56, .78);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  right: 5%;
}

.video-tour-text {
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.play-button {
  width: 6em;
  height: 6em;
  background-color: #fff;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  padding-left: 7px;
  display: flex;
}

.virtual-tour-img2 {
  width: 95%;
  height: 36em;
  background-image: url('../images/homesHero-min.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
}

.virtual-tour-img3 {
  width: 95%;
  height: 36em;
  background-image: url('../images/homesMask-Group-1.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  right: 5%;
}

.virtual-tour-img4 {
  width: 100%;
  height: 36em;
  background-image: url('../images/homesMask-Group-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.phone-link-block {
  margin-top: 2em;
  text-decoration: none;
}

.home-image-p1 {
  width: 100%;
  height: 40em;
  background-image: url('../images/homesMask-Group-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.home-image-p2 {
  width: 100%;
  height: 40em;
  background-image: url('../images/homesMask-Group-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.form-2 {
  display: flex;
}

.form-news {
  margin-top: 2em;
}

.section1 {
  width: 100%;
  height: auto;
  background-color: rgba(125, 56, 44, .9);
  background-image: url('../images/bg-register-right.svg'), url('../images/bg-register-left.svg');
  background-position: 100% 10%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  align-items: center;
  padding: 16vh 16vw 12em;
  display: flex;
}

.section1.sucess {
  height: auto;
  min-height: 70vh;
}

.h1-register {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Saoldisplay, sans-serif;
  font-size: 3.8em;
  font-weight: 400;
  line-height: 1.2em;
}

.h1-register.black {
  color: var(--dim-grey);
}

.h1-register.smaller {
  font-size: 3em;
}

.form-select {
  height: 78px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 200;
}

.form-block {
  margin-top: 10em;
}

.submit-button-2 {
  width: 250px;
  height: 60px;
  background-color: #d58068;
  margin-top: 5em;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.column-3 {
  padding-left: 4em;
  padding-right: 0;
}

.checkbox-field {
  width: 100%;
  padding-top: 5em;
  padding-left: 45px;
}

.form-input {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 200;
}

.form-input::-ms-input-placeholder {
  color: #fff;
}

.form-input::placeholder {
  color: #fff;
}

.form-input.spacer {
  margin-top: 3em;
}

.form-columns {
  width: 100%;
}

.checkbox-label {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.form-label {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 100;
}

.div-select {
  margin-top: 5em;
}

.success-message-2 {
  background-color: rgba(0, 0, 0, 0);
}

.column-4 {
  padding-left: 0;
  padding-right: 4em;
}

.checkbox {
  width: 24px;
  height: 24px;
  margin-left: -40px;
}

.heading_1 {
  width: 300px;
  color: #283544;
  text-align: left;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 0;
  margin-left: 0;
  font-size: 30px;
  display: block;
}

.heading_1.home {
  width: 400px;
  color: #fff;
  margin-left: 0;
  font-size: 32px;
  line-height: 48px;
}

.form-3 {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bt_sucess {
  width: 120px;
  height: 36px;
  color: #283544;
  text-align: right;
  object-position: 50% 50%;
  background-color: #d58068;
  border: 1px #000;
  flex-flow: column-reverse;
  align-content: space-between;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.radios-agent {
  margin-top: 2em;
  display: flex;
}

.radio-button {
  width: 20px;
  height: 20px;
}

.radio-text {
  color: #fff;
  padding-left: 8px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.radio-button-field {
  margin-right: 3em;
}

.columns {
  width: 100%;
  height: 16em;
  margin-top: 3em;
}

.submit-column {
  height: 16em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sucess-bt-link {
  width: 20em;
  height: 6em;
  border: 2px solid var(--dark-goldenrod);
  background-color: var(--dark-goldenrod);
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 6em;
  text-decoration: none;
  display: flex;
}

.div-container {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-container.flex {
  justify-content: space-between;
  display: flex;
}

.div-container.flex.location {
  flex-direction: row;
  align-items: flex-start;
}

.div-container.flex-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-5 {
  justify-content: flex-end;
  padding-right: 3em;
  display: flex;
}

.column-6 {
  padding-left: 3em;
}

.submit-field {
  width: auto;
  flex-direction: row;
  margin-top: 4em;
  display: flex;
}

.text-block-3 {
  width: 270px;
  color: #fff;
  margin-left: 2em;
  padding-top: 1em;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 200;
}

.section1-tour-intern {
  height: 10vh;
  background-color: var(--linen);
  justify-content: center;
  align-items: center;
  padding: 0 6vw;
  display: flex;
}

.section-tour-embed {
  width: 100%;
  height: 90vh;
  padding-top: 2vh;
}

.embed-tour, .sirv {
  width: 100%;
  height: 88vh;
}

.map-services-layer, .map-educ-layer {
  z-index: 2;
  width: 70vw;
  display: inline-block;
  position: absolute;
}

.sec4-menu-item2 {
  width: 100%;
  height: auto;
  border-top: 1px solid var(--dark-goldenrod);
  border-bottom: 1px solid #fff;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.sec4-menu-item2.last {
  border-bottom-style: solid;
}

.bts-download {
  width: 14vw;
  margin-top: 4em;
  display: flex;
}

.homes-bt-links2 {
  width: 7em;
  height: 6em;
  border: 2px solid var(--dark-goldenrod);
  background-color: var(--dark-goldenrod);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.homes-bt-links2.m-left {
  width: 7em;
  margin-right: 1em;
}

.div-enera {
  width: 70%;
}

.section1-imagebg {
  width: 100%;
  height: 100%;
  background-image: url('../images/Aerial_extend-min.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
}

.section1-homes-bg {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4)), url('../images/homesHero-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sect1-locationbg {
  width: 100%;
  height: 100%;
  background-image: url('../images/location-home.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.sect1-flooplansbg {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, .4)), url('../images/top-floorplans.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  position: absolute;
}

.section1-teamsbg {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, .4)), url('../images/Courtyard_01-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.captcha {
  margin-top: 30px;
}

@media screen and (min-width: 1920px) {
  .nav_link {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
  }

  .home-link.w--current {
    text-decoration: none;
  }

  .button_orange {
    width: 130px;
    height: 130px;
  }

  .bt_register {
    width: 140px;
    height: 130px;
    padding-bottom: 6px;
  }

  .text-block, .txt-button_menu {
    font-size: 14px;
  }

  .section1-title {
    align-items: center;
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .h1, .h2-title {
    text-align: center;
  }

  .footer {
    background-position: 50% 100%;
    background-size: cover;
  }

  .column7-5.vt {
    width: 100%;
  }

  .homepage-image1 {
    padding-top: 0;
  }

  .homepage-image1.virtualtour {
    padding-top: 5em;
  }

  .hompage-textbox-left {
    padding-top: 0;
  }

  .hompage-textbox-left.virtualtour {
    padding-top: 5em;
  }

  .div-over-image, .div-over-image.border {
    display: flex;
  }

  .column5-7.margin-top.vt {
    width: 100%;
  }

  .homepage-image1-left {
    height: auto;
  }

  .homepage-image1-left.mobile {
    display: none;
  }

  .div-over-image-border {
    display: flex;
  }

  .hompage-textbox-right {
    padding-top: 0;
  }

  .hompage-textbox-right.virtualtour {
    padding-top: 5em;
  }

  .homes-image-p {
    height: auto;
  }

  .location-image1-left.mobile {
    display: none;
  }

  .column {
    justify-content: flex-end;
    display: flex;
  }

  .section_4_maps {
    max-height: none;
  }

  .floorplans-menu-title {
    color: var(--dim-grey);
    white-space: normal;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  }

  .h1-register.smaller {
    line-height: 1em;
  }

  .form-block {
    width: 80vw;
  }

  .submit-button-2 {
    margin-top: 5em;
  }

  .checkbox-field {
    width: 60%;
    margin-top: 5em;
  }

  .checkbox-label {
    color: #fff;
    font-family: Montserrat, sans-serif;
  }

  .success-message-2 {
    height: 30em;
    background-color: rgba(0, 0, 0, 0);
  }

  .heading_1.home {
    width: auto;
    font-size: 48px;
    line-height: 58px;
  }

  .form-3 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .bt_sucess {
    width: 240px;
    height: 60px;
  }

  .sucess-container {
    height: 30em;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .image-38 {
    height: auto;
  }

  .div-container.flex-center {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .column-7 {
    height: auto;
    min-height: auto;
  }
}

@media screen and (max-width: 991px) {
  .navbar_container {
    align-items: center;
    padding-right: 6vw;
  }

  .navbar {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .nav_link {
    display: block;
  }

  .menu-mobile-hamb {
    display: flex;
  }

  .menu-mobile {
    width: 100%;
    height: 92vh;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(125, 56, 44, .7);
    flex-direction: column;
    align-items: center;
    padding-top: 16vh;
    padding-bottom: 12vh;
    display: none;
    position: relative;
  }

  .home-link {
    width: 200px;
  }

  .button_orange {
    z-index: 999999;
    width: 10em;
    margin-top: 10px;
    display: none;
    right: 3vh;
  }

  .bt_register {
    margin-right: 0;
  }

  .menu-mobile-link {
    width: 100%;
    height: 6em;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .logo_astrid {
    flex: 1;
    margin-left: 29px;
    margin-right: 41px;
    padding-right: 0;
  }

  .menu-mobile-text {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 1.8em;
    line-height: 2em;
    text-decoration: none;
  }

  .buttom_menu, .menu-mobile-register {
    display: none;
  }

  .image-11 {
    margin-left: -6px;
  }

  .h1 {
    font-size: 65px;
  }

  .h2-title {
    font-size: 32px;
  }

  .div-scroll {
    display: none;
  }

  .footer-headingtext {
    width: auto;
  }

  .section2-content1 {
    padding-top: 6em;
  }

  .column7-5 {
    height: auto;
  }

  .column7-5.margin-top {
    margin-top: 6em;
  }

  .column7-5.vt {
    height: 60em;
  }

  .homepage-image1 {
    margin-top: 6em;
    padding-left: 0;
  }

  .homepage-image1.virtualtour {
    height: 44em;
    margin-top: 2em;
  }

  .h3-homepage {
    font-size: 3.2em;
  }

  .hompage-textbox-left {
    padding-top: 0;
  }

  .column5-7.margin-top {
    height: auto;
    margin-top: 6em;
  }

  .column5-7.margin-top.vt {
    height: 60em;
    flex-direction: column;
    display: flex;
  }

  .homepage-image1-left {
    display: flex;
  }

  .homepage-image1-left.mobile {
    height: auto;
    margin-top: 6em;
    padding-right: 0;
    display: flex;
  }

  .homepage-image1-left.nomargin {
    display: none;
  }

  .hompage-textbox-right {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hompage-textbox-right.virtualtour {
    padding-top: 2em;
  }

  .flower-over {
    top: -37%;
    left: 51%;
  }

  .h1-homes {
    font-size: 3.2em;
  }

  .p-sect1-homes.margin-top.margins-left {
    padding-left: 0;
    padding-right: 0;
  }

  .h2-homes {
    font-size: 3.2em;
  }

  .homes-image-p {
    height: 230px;
  }

  .div-features-highlight {
    width: 100%;
  }

  .homes-bt-links {
    width: 10em;
  }

  .section3-location {
    padding-bottom: 3em;
  }

  .location-image-right {
    margin-top: 6em;
    padding-left: 0;
  }

  .location-textbox-left {
    padding-top: 0;
  }

  .location-image1-left {
    width: 100%;
    display: flex;
  }

  .location-image1-left.mobile {
    margin-top: 6em;
    padding-right: 0;
    display: flex;
  }

  .section4-location {
    padding-top: 4em;
  }

  .map-shop-layer, .map-parks-layer {
    width: 100vw;
  }

  .dropdown-list.w--open {
    padding-left: 3vw;
  }

  .map_base {
    width: 100vw;
  }

  .section_4_location {
    flex-direction: column;
    padding-top: 6vh;
  }

  .map-all-layer {
    width: 100vw;
  }

  .sect4-menu-title-2.white {
    padding-left: 3vw;
  }

  .dropdown-toggle {
    padding-left: 0;
  }

  .map-interests-layer, .map-school-layer {
    width: 100vw;
  }

  .section_4_maps {
    width: 100%;
    height: auto;
  }

  .section_4_menu {
    width: 100%;
    padding: 4em 0;
  }

  .column5-5.margin-top, .column5-5-copy.margin-top {
    margin-top: 6em;
  }

  .floorplans-plans {
    flex-direction: column;
  }

  .slider, .image-37 {
    width: 100%;
    height: auto;
  }

  .slide1 {
    height: auto;
  }

  .mask-3 {
    width: 100%;
    height: auto;
  }

  .section_3-images {
    width: 100%;
  }

  .floorplans-menu-wapper {
    width: 100%;
    border-bottom: 1px solid #fff;
    flex-direction: row;
    padding-left: 0;
    display: flex;
  }

  .floorplans-menu-item, .floorplans-menu-item.last {
    border-bottom-style: solid;
    border-bottom-color: var(--dark-goldenrod);
  }

  .floorplans_menu {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 4em 0;
    display: flex;
  }

  .section1-tour {
    padding-top: 6em;
  }

  .h1-tour {
    margin-top: 1em;
    font-size: 3.2em;
  }

  .section2-tour {
    padding-top: 6em;
  }

  .home-image-p1 {
    height: 16em;
  }

  .home-image-p2 {
    height: 16em;
    background-position: 50%;
  }

  .h1-register {
    font-size: 3.2em;
  }

  .h1-register.smaller {
    font-size: 2em;
  }

  .column-3 {
    padding-left: 2em;
  }

  .checkbox-field {
    width: 80%;
  }

  .form-label {
    font-size: 16px;
  }

  .column-4 {
    padding-right: 2em;
  }

  .heading_1 {
    margin-left: 0;
  }

  .bt_sucess {
    margin-right: 44px;
  }

  .sucess-bt-link {
    width: 10em;
  }

  .div-container.flex.location {
    flex-direction: column;
  }

  .section1-tour-intern {
    height: 18vh;
    padding-top: 0;
  }

  .section-tour-embed, .embed-tour {
    height: 88vh;
  }

  .map-services-layer, .map-educ-layer {
    width: 100vw;
  }

  .bts-download {
    width: 100%;
    justify-content: center;
  }

  .homes-bt-links2, .homes-bt-links2.m-left {
    width: 8em;
  }

  .column-7, .column-8 {
    height: 44em;
  }

  .image-39 {
    object-fit: contain;
  }

  .column-10 {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar_container {
    padding-left: 3vw;
    padding-right: 3em;
  }

  .navbar {
    justify-content: flex-start;
    margin-left: 0;
  }

  .button_orange {
    display: none;
  }

  .logo_astrid {
    flex-direction: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    margin-left: 30px;
    display: block;
  }

  .buttom_menu {
    display: none;
  }

  .image-11 {
    flex: 1;
    align-self: flex-start;
    margin-left: 0;
    display: block;
  }

  .h1 {
    line-height: 72px;
  }

  .h2-title {
    font-size: 26px;
    line-height: 32px;
  }

  .logo-column {
    padding-bottom: 3em;
  }

  .data-column {
    padding-left: 6vw;
  }

  .hompage-textbox-left, .hompage-textbox-right {
    padding-right: 6em;
  }

  .homes-bt-links {
    width: 8em;
    height: 8em;
  }

  .home-bt-links-txt {
    font-size: 1em;
  }

  .location-textbox-left {
    padding-right: 6em;
  }

  .div-team-image {
    height: 20em;
  }

  .h1-register.smaller {
    font-size: 2em;
  }

  .column-3 {
    padding-top: 3em;
    padding-left: 0;
  }

  .checkbox-field {
    width: 100%;
  }

  .column-4 {
    padding-right: 0;
  }

  .heading_1 {
    font-size: 26px;
  }

  .sucess-bt-link {
    width: 8em;
    height: 8em;
  }

  .column-5 {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .column-6 {
    padding-left: 0;
  }

  .homes-bt-links2 {
    width: 8em;
    height: 8em;
  }
}

@media screen and (max-width: 479px) {
  .navbar_container {
    height: 6em;
    background-color: rgba(125, 56, 44, .9);
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 3vw;
    padding-right: 2vw;
  }

  .navbar {
    height: auto;
    background-image: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-mobile-hamb {
    width: 5em;
    height: 5em;
    flex-direction: row;
  }

  .menu-mobile {
    width: 100%;
    height: 92vh;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(125, 56, 44, .9);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
    padding-top: 8vh;
    display: none;
  }

  .home-link {
    width: 140px;
  }

  .bt_register.submit {
    width: auto;
    height: auto;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .menu-mobile-link {
    width: 100%;
    height: 5em;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .logo_astrid {
    width: 140px;
    height: auto;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: stretch;
    margin: 0;
    display: flex;
  }

  .menu-mobile-text {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 1.4em;
    line-height: 1em;
    text-decoration: none;
  }

  .buttom_menu {
    margin-left: 0;
  }

  .menu-mobile-register-text {
    outline-offset: 0px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 1px 1px 6px #000;
    outline: 3px #fff;
    font-family: Poppins, sans-serif;
    font-size: 1.4em;
    font-weight: 800;
    line-height: 1em;
    text-decoration: none;
  }

  .menu-mobile-register {
    width: 170px;
    height: 170px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/bt_register.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 183px;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
    padding-right: 16px;
    text-decoration: none;
    display: flex;
  }

  .image-11 {
    margin-left: 0;
    display: inline-block;
  }

  .section1-home {
    overflow: hidden;
  }

  .section1-title {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .h1 {
    font-size: 3.2em;
    line-height: 1em;
  }

  .h2-title {
    font-size: 18px;
    line-height: 24px;
  }

  .div-scroll {
    display: none;
  }

  .footer {
    background-position: 100% 120%;
    background-size: auto;
  }

  .footer-headingtext {
    font-size: 1.8em;
  }

  .footer-headingphone {
    color: #fff;
  }

  .input-newsletter {
    width: auto;
  }

  .submit-button {
    width: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .form-newsletter {
    width: auto;
  }

  .section2-content1 {
    overflow: hidden;
  }

  .column7-5.margin-top, .column7-5.vt {
    height: auto;
  }

  .homepage-image1.virtualtour.lf {
    height: 24em;
  }

  .h3-homepage {
    font-size: 2.6em;
  }

  .hompage-textbox-left {
    padding-right: 3em;
  }

  .p-homepage.margin-top {
    margin-bottom: 0;
  }

  .column5-7.margin-top.vt {
    height: auto;
  }

  .homepage-image1-left {
    height: 24em;
    display: none;
  }

  .homepage-image1-left.mobile {
    height: auto;
    padding-top: 0;
    display: flex;
  }

  .homepage-image1-left.mobile.vt {
    height: 22em;
    margin-top: 3em;
    padding-top: 5em;
  }

  .homepage-image1-left.nomargin {
    display: none;
  }

  .div-over-image-border {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .hompage-textbox-right {
    padding-right: 3em;
  }

  .flower-over {
    display: none;
  }

  .scroll-div {
    height: 130px;
  }

  .h1-homes {
    font-size: 3em;
  }

  .p-sect1-homes.margin-top {
    font-size: 1.3em;
  }

  .h2-homes {
    font-size: 3em;
  }

  .homes-astrid1 {
    padding-bottom: 3em;
  }

  .homes-photo-grid {
    grid-template: "Area Area"
                   "Area-2 Area-2"
                   "Area-3 Area-3"
                   / 1fr;
  }

  .homes-image-p {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .list-astrid {
    line-height: 1.4em;
  }

  .homes-photo-grid2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .homes-bt-links {
    width: 10em;
  }

  .grid-sect4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section2-location {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .location-textbox-left {
    padding-right: 3em;
  }

  .location-image1-left {
    padding-bottom: 2em;
    padding-right: 0;
  }

  .column {
    padding-left: 0;
  }

  .sect4-menu-title-2 {
    font-size: 26px;
  }

  .column5-5-copy.margin-top {
    margin-bottom: 6em;
  }

  .floorplans-plans {
    padding-left: 0;
    padding-right: 0;
  }

  .floorplans-menu-wapper {
    width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top: 1px #fff;
    border-bottom-color: var(--dark-goldenrod);
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .floorplans-menu-item {
    width: 100%;
    padding-left: 0;
  }

  .floorplans-menu-item.last {
    border-bottom-style: none;
  }

  .floorplans_menu {
    flex-direction: column;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .floorplans-menu-title {
    font-size: 26px;
  }

  .div-team-image {
    width: 100%;
    height: 16em;
    margin-top: 3em;
  }

  .column-left-team {
    padding-bottom: 6em;
  }

  .section4-team {
    padding-top: 6em;
  }

  .h1-tour {
    font-size: 3em;
  }

  .virtual-tour-img1, .virtual-tour-over, .virtual-tour-img2, .virtual-tour-img3 {
    height: 16em;
  }

  .virtual-tour-img4 {
    width: 95%;
    height: 16em;
    position: absolute;
  }

  .body {
    overflow: visible;
  }

  .phone-link-block {
    color: #fff;
    text-decoration: none;
  }

  .section1 {
    background-image: url('../images/bg-register-right.svg');
    background-position: 100% 2%;
    background-repeat: no-repeat;
    background-size: 200px;
    padding-top: 12em;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .h1-register {
    font-size: 3em;
  }

  .h1-register.smaller {
    font-size: 2em;
  }

  .form-select {
    height: 48px;
    font-size: 16px;
  }

  .form-block {
    margin-top: 4em;
  }

  .submit-button-2 {
    margin-top: 3em;
  }

  .column-3 {
    padding-left: 0;
  }

  .checkbox-field {
    width: 86%;
    padding-top: 3em;
  }

  .form-input {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 16px;
  }

  .form-input.spacer {
    margin-top: 2em;
    font-size: 16px;
  }

  .form-columns {
    width: 86%;
  }

  .form-label {
    font-size: 16px;
  }

  .div-select {
    margin-top: 3em;
  }

  .column-4 {
    margin-bottom: 2em;
    padding-right: 0;
  }

  .heading_1 {
    width: 200px;
    font-size: 22px;
    line-height: 36px;
  }

  .heading_1.home {
    width: 600px;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-6 {
    padding-left: 0;
  }

  .submit-field {
    width: 86%;
  }

  .text-block-3 {
    width: auto;
  }

  .bts-download {
    width: 100%;
    justify-content: center;
  }

  .homes-bt-links2, .homes-bt-links2.m-left {
    width: 10em;
  }

  .div-enera {
    width: 100%;
  }

  .column-7, .column-8, .column-9 {
    height: auto;
  }

  .image-39, .image-40 {
    object-fit: contain;
  }
}

#w-node-b5e13e7f-11e8-6641-3498-f45ddcd4f7e1-5e2daead, #w-node-_9a6771b1-4d39-566f-e1f4-5a59b79d667a-5e2daead {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bfd550e-f09b-39eb-d067-64cb69b1cb96-5e2daead {
  grid-area: Area;
}

#w-node-_14ac185c-3743-6642-9693-31b5048f686c-5e2daead, #w-node-_7d95b55a-08e7-37a8-bec7-472ac6bd6ab7-5e2daead, #w-node-_93e3c599-80f1-78ee-e42b-922d873a07de-5e2daead, #w-node-_7534c9f6-06a1-8d1d-42c8-570197917208-5e2daead, #w-node-_636bb5b8-ddd9-77db-6019-18c38c890fde-5e2daead, #w-node-_8306adf7-e21b-5823-e7a1-2e05964cea8a-5e2daead, #w-node-d8d91f30-949c-d9e3-e8ff-d92f01d5507b-58a7405b, #w-node-d8d91f30-949c-d9e3-e8ff-d92f01d55082-58a7405b, #w-node-d8d91f30-949c-d9e3-e8ff-d92f01d55087-58a7405b, #w-node-d8d91f30-949c-d9e3-e8ff-d92f01d5508c-58a7405b, #w-node-d2264de6-3f0e-6774-a0c3-b858ddca9d6d-c90c519e, #w-node-d2264de6-3f0e-6774-a0c3-b858ddca9d74-c90c519e, #w-node-d2264de6-3f0e-6774-a0c3-b858ddca9d79-c90c519e, #w-node-d2264de6-3f0e-6774-a0c3-b858ddca9d7e-c90c519e,
#astrid_range, #astrid_fridge, #astrid_oven, #astrid_laundry-square
 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-b5e13e7f-11e8-6641-3498-f45ddcd4f7e1-5e2daead {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9a6771b1-4d39-566f-e1f4-5a59b79d667a-5e2daead {
    grid-area: Area-3;
  }
}


@font-face {
  font-family: 'Saoldisplay';
  src: url('../fonts/SaolDisplay-Light.woff2') format('woff2'), url('../fonts/SaolDisplay-Light.eot') format('embedded-opentype'), url('../fonts/SaolDisplay-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}