:root {
  --dark-blue-black: #313135;
  --color-white\<deleted\|variable-bc42b15f-aa9c-8244-3609-ee6ea9e4a1d6\>: white;
  --white: white;
  --black: black;
  --light-brown: #ecdbc2;
  --color: #77b3d1;
  --playfair-display: "Playfair Display", sans-serif;
  --transparent: transparent;
  --light-grey: #cfcfcf;
  --grey: #5f5f5f;
}

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

.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;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: var(--dark-blue-black);
  text-decoration: underline;
}

.hero-section {
  background-image: url('../images/210monoacanshores.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  min-height: 120vh;
  position: relative;
}

.hero-overlay {
  background-color: #2b2b2bbf;
  position: absolute;
  inset: 0;
}

.heading-h1 {
  font-family: Playfair Display, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
}

.heading-h1.color-white {
  color: var(--color-white\<deleted\|variable-bc42b15f-aa9c-8244-3609-ee6ea9e4a1d6\>);
}

.heading-h1.color-white.no-margin {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
}

.hero-title-wrap {
  width: 610px;
  position: absolute;
  top: 45%;
  left: 5%;
  transform: translate(0, -50%);
}

.sub-title-wrap {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: 10%;
  right: 5%;
}

.text-medium {
  font-family: Playfair Display, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.text-medium.color-white {
  color: var(--white);
  line-height: 1.2;
}

.text-medium.color-white.width-40vw {
  width: 50vw;
}

.text-medium.line-height-1-2 {
  line-height: 1.2;
}

.text-medium.line-height-1-2.text-sizing {
  flex: none;
  margin-left: 20px;
  margin-right: 20px;
}

.text-medium.accordion-title {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  max-width: 80%;
  line-height: 1.3;
}

.text-small {
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.text-small.color-white {
  color: var(--color-white\<deleted\|variable-bc42b15f-aa9c-8244-3609-ee6ea9e4a1d6\>);
  line-height: 1.2;
}

.text-small.cta-button {
  border: 1px none var(--white);
  background-color: var(--white);
  color: var(--black);
  padding: 10px 20px 12px;
  transition: all .3s;
}

.text-small.cta-button:hover {
  background-color: var(--light-brown);
  color: var(--black);
}

.text-small.cta-button.admin-cta {
  border-style: solid;
  border-color: var(--dark-blue-black);
}

.text-small.cta-button.secondary {
  background-color: var(--color);
  color: var(--white);
}

.text-small.cta-button.secondary:hover {
  background-color: var(--light-brown);
  color: var(--black);
}

.text-small.line-height-1-3 {
  line-height: 1.3;
}

.text-small.line-height-1-3.open-sans {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  position: static;
}

.text-small.line-height-1-3.open-sans.font-weight-bold {
  color: var(--black);
  width: 180px;
  font-weight: 400;
}

.text-small.line-height-1-3.open-sans.width-50vw.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-small.line-height-1-5 {
  line-height: 1.3;
}

.text-small.line-height-1-5.open-sans {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  position: static;
}

.space-small {
  width: 1rem;
  height: 1rem;
}

.meet-realtor-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.realtor-avator {
  border-radius: 100%;
  width: 80px;
}

.text-small-xs {
  font-family: var(--playfair-display);
  font-size: 1.125rem;
}

.text-small-xs.white-color {
  color: var(--white);
  line-height: 1;
}

.text-small-xs.white-color.text-underline {
  font-size: 1.125rem;
  text-decoration: underline;
}

.text-small-xs.open-sans {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.text-small-xs.open-sans.font-weight-bold {
  font-weight: 600;
}

.text-small-xs.open-sans.font-weight-bold.color-white {
  color: var(--white);
}

.text-small-xs.open-sans.color-white {
  color: var(--white);
  line-height: 1.3;
}

.house-address-wrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-embed-small-xs {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  height: 1.7rem;
  display: flex;
}

.overview-section {
  height: auto;
  position: relative;
}

.overview-section.flex-h {
  padding-bottom: 140px;
  display: flex;
}

.width-50vw {
  background-color: var(--transparent);
  flex: 0 auto;
  align-self: flex-start;
  width: 50vw;
  height: auto;
}

.width-50vw.flex-h {
  height: auto;
  display: flex;
}

.width-50vw.flex-h.gap-30px {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: relative;
}

.width-50vw.flex-h.gap-30px.padding-top-200px {
  background-color: var(--transparent);
  padding-top: 200px;
}

.width-50vw.padding-top-200px {
  background-color: var(--transparent);
  height: auto;
  padding-top: 100px;
  padding-left: 0;
}

.width-50vw.padding-top-200px.padding-left-60px {
  padding-top: 180px;
  padding-left: 60px;
}

.width-50vw.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.overview-img-first {
  width: 50%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.overview-img-second {
  width: 50%;
  height: 460px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.container-1440px {
  width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: auto;
}

.container-1440px.flex-h {
  align-self: flex-start;
  width: 1200px;
  height: auto;
  display: flex;
}

.container-1440px.padding-top-200px {
  padding-top: 200px;
}

.container-1440px.padding-top-200px.padding-bottom-200px {
  padding-bottom: 150px;
}

.container-1440px.cta_wrap {
  border: 1px solid var(--color);
  background-color: var(--light-brown);
  border-radius: 20px;
  width: 1000px;
  margin-bottom: 100px;
  padding-top: 40px;
}

.text-large {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

.text-large.color-white.text-align-center {
  text-align: left;
}

.about-item {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  border-bottom: 1px solid var(--light-grey);
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  display: flex;
}

.space-medium {
  width: 2rem;
  height: 2rem;
}

.dark-blue-black-block {
  background-color: var(--color);
  width: 36vw;
  height: 30vw;
  position: absolute;
}

.dark-blue-black-block.advantage-block-pos {
  width: 70vw;
  height: 600px;
  inset: auto 0% 0% auto;
}

.advantage-section {
  padding-bottom: 100px;
  position: relative;
}

.feature-wrap {
  position: relative;
}

.feature-photo-one {
  width: 70%;
  height: 600px;
  overflow: hidden;
}

.feature-description-1 {
  background-color: var(--light-brown);
  width: 450px;
  padding: 20px;
}

.feature-description-1.feature-description-pos-1 {
  background-color: var(--light-brown);
  opacity: 1;
  width: 450px;
  position: absolute;
  inset: -15% 20% auto auto;
  overflow: hidden;
}

.text-small-s {
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.text-small-s.line-height-1-3 {
  line-height: 1.3;
}

.text-small-s.line-height-1-3.open-sans {
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  position: static;
}

.text-small-s.line-height-1-3.open-sans.color-white {
  color: var(--white);
  line-height: 1.5;
}

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

.space-large {
  width: 4rem;
  height: 4rem;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
  position: static;
}

.feature-description-2 {
  background-color: var(--light-brown);
  width: 450px;
  padding: 20px;
}

.feature-description-2.feature-description-pos-2 {
  background-color: var(--light-brown);
  opacity: 1;
  width: 380px;
  position: absolute;
  inset: auto 7% -25% auto;
}

.feature-photo-two {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.space-large-xl {
  width: 6rem;
  height: 6rem;
}

.feature-photo-three {
  width: 80%;
  height: 600px;
  overflow: hidden;
}

.space-large-xxl {
  width: 9rem;
  height: 9rem;
}

.space-large-xxl.mobile-hide {
  width: 4rem;
  height: 4rem;
}

.feature-description-3 {
  background-color: var(--light-brown);
  width: 450px;
  padding: 20px;
}

.feature-description-3.feature-description-pos-3 {
  background-color: var(--light-brown);
  opacity: 1;
  width: 400px;
  position: absolute;
  inset: 10% 10% auto auto;
}

.feature-description-4 {
  background-color: var(--light-brown);
  width: 450px;
  padding: 20px;
}

.feature-description-4.feature-description-pos-4 {
  background-color: var(--light-brown);
  opacity: 1;
  width: 420px;
  position: absolute;
  inset: auto 20% -15% auto;
}

.feature-photo-four {
  width: 85%;
  height: 500px;
  overflow: hidden;
}

.gallery-section.padding-top-200px {
  padding-top: 200px;
  position: relative;
}

.gallery-section.padding-top-200px.padding-bottom-100px {
  padding-bottom: 100px;
}

.width-30vw {
  width: 30vw;
  padding-bottom: 0;
}

.width-30vw.sticky {
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 100px;
}

.width-30vw.sticky.padding-right-40px {
  padding-right: 40px;
}

.width-30vw.realtor-photo {
  overflow: hidden;
}

.width-70vw {
  width: 70vw;
  padding-bottom: 0;
}

.width-70vw.padding-right-80px {
  padding-right: 80px;
}

.width-70vw.accordion-wrapper {
  flex-flow: column;
  display: flex;
}

.full-gallery {
  column-count: 2;
  column-gap: 2.5rem;
}

.lightbox-wrap {
  cursor: pointer;
  margin-bottom: 2.5rem;
  transition: all .2s;
  overflow: visible;
}

.lightbox-wrap:hover {
  filter: grayscale();
}

.video-section {
  display: none;
}

.video-lightbox-link {
  position: relative;
}

.video-lightbox-image {
  width: 100vw;
}

.lighbox-overlay {
  background-color: #1212128a;
  position: absolute;
  inset: 0%;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xxsmall.video-play-icon {
  color: var(--white);
  width: 8rem;
  height: 8rem;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.icon-embed-xxsmall.phone-icon {
  color: var(--white);
  width: 1.6rem;
  height: 1.6rem;
}

.icon-embed-xxsmall.cta-icon {
  color: var(--dark-blue-black);
  transform-style: preserve-3d;
  width: 2rem;
  height: 2rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.map-section.padding-top-100px {
  text-align: center;
  padding-top: 100px;
}

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

.realtor-section.dark-blue-color {
  background-color: var(--dark-blue-black);
}

.realtor-section.dark-blue-color.padding-top-100px {
  padding-top: 100px;
}

.realtor-section.dark-blue-color.padding-top-100px.padding-bottom-100px {
  padding-bottom: 100px;
}

.flex-h {
  display: flex;
}

.flex-h.flex-align-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

.flex-h.navbar-container {
  display: flex;
}

.flex-h.logos {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.form-block {
  margin-bottom: 0;
}

.form {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.inputs-wrapper {
  grid-column-gap: 24px;
  width: 100%;
  display: flex;
}

.input {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--light-brown) var(--light-brown) var(--grey) var(--light-grey);
  background-color: var(--transparent);
  color: var(--white);
  -webkit-text-stroke-color: var(--transparent);
  flex: 1;
  height: 36px;
  margin-bottom: 0;
  padding: 14px 0;
  font-size: 16px;
}

.input:focus {
  border-bottom-color: var(--light-brown);
}

.input-area {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey) var(--grey);
  background-color: var(--transparent);
  color: var(--white);
  min-height: 80px;
  margin-bottom: 0;
  padding: 14px 0 0;
  font-size: 16px;
}

.input-area:focus {
  border-bottom-color: var(--light-brown);
}

.form-button {
  background-color: var(--white);
  color: var(--black);
  padding: 14px 40px 16px;
  font-size: 20px;
  transition: all .2s;
}

.form-button:hover {
  background-color: var(--light-brown);
}

.faq-section.padding-top-100px {
  padding-top: 100px;
}

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

.accordion-item {
  z-index: 900;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--light-grey);
  width: 100%;
  padding-bottom: 2.5rem;
  display: block;
}

.accordion-item.accordion-item-margin-top {
  margin-top: 2.5rem;
}

.accordion-toggle {
  justify-content: space-between;
  align-items: center;
  padding: 0 0 2.5rem;
  display: flex;
  top: auto;
  bottom: auto;
}

.arrow-icon {
  color: var(--black);
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 2rem;
}

.accordion-content-wrapper {
  background-color: var(--transparent);
  display: flex;
  position: static;
  overflow: hidden;
}

.accordion-content {
  overflow: visible;
}

.hero-logo {
  width: 230px;
  margin-bottom: 16px;
  margin-left: 4px;
  display: none;
}

.footer-section {
  background-color: var(--light-brown);
}

.footer-section.padding-top-100px {
  padding-top: 100px;
}

.footer-section.padding-top-100px.padding-bottom-100px {
  background-color: var(--dark-blue-black);
  padding-bottom: 100px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr 1fr 1fr;
  justify-content: stretch;
  width: 100%;
}

.footer-logo {
  opacity: 0;
  width: 200px;
}

.flex-v {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.flex-v._10gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

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

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

.link:hover {
  background-color: var(--transparent);
}

.link.icon {
  background-color: var(--white);
  color: var(--color);
  border-radius: 100%;
  padding: 5px;
}

.navbar {
  aspect-ratio: auto;
  background-color: var(--light-brown);
  padding: 20px 5% 15px;
  position: fixed;
  top: 0%;
  left: 0;
  right: 0;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  display: block;
}

.nav-link {
  color: var(--dark-blue-black);
  padding: 0 0 3px;
  font-size: 1.125rem;
  transition: all .2s;
}

.nav-link.w--current {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black black var(--dark-blue-black);
  color: var(--dark-blue-black);
  padding-bottom: 3px;
  transition: all .2s;
}

.nav-logo {
  opacity: 0;
  width: 150px;
}

.nav-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.fixed-cta {
  z-index: 999;
  background-color: var(--light-brown);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: auto 1.5% 2.5% auto;
}

.fixed-cta:hover {
  width: 70px;
  height: 70px;
}

.fixed-cta.w--current {
  transition: all .2s;
}

.fixed-cta.w--current:hover {
  width: 70px;
  height: 70px;
  transform: scale(1.2);
}

.cta-text {
  display: none;
}

.google-map:active, .google-map:focus {
  border: 3px #000;
}

.full-img-one {
  background-image: url('../images/210monoacanshoresAerial-12.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.full-img-two {
  background-image: url('../images/210monoacanshores-16.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.feature-photo-full-img-one {
  background-image: url('../images/210monoacanshores-22.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.feature-photo-full-img-two {
  background-image: url('../images/210monoacanshores-12.jpg');
  background-position: 80%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.feature-photo-full-img-three {
  background-image: url('../images/210monoacanshores-54.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.feature-photo-full-img-four {
  background-image: url('../images/210monoacanshores-36.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.realtor-full-img {
  background-image: url('../images/olga-zhuravleva-A3MleA0jtoE-unsplash-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

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

.button-group {
  grid-column-gap: 10px;
  display: flex;
}

.button-group.license-button-gruop {
  align-self: center;
}

.h2-heading {
  justify-content: center;
  align-self: auto;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.h2-heading.align-center {
  text-align: center;
  width: auto;
}

.license-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
}

.button {
  background-color: #01aa6c;
  border-radius: 100px;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.button.outline {
  border: 2px solid var(--dark-blue-black);
  color: var(--dark-blue-black);
  -webkit-text-stroke-color: var(--dark-blue-black);
  background-color: #fff;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}

.button.outline:hover {
  background-color: var(--dark-blue-black);
  color: #fff;
  border-color: #0000;
}

.button.green-color-light {
  background-color: var(--dark-blue-black);
  font-weight: 500;
  transition: background-color .2s;
}

.button.green-color-light:hover {
  background-color: var(--light-brown);
  color: #25242b;
}

.cell {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.title-divider-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider {
  background-color: var(--dark-blue-black);
  width: 200px;
  height: 1px;
}

.heading {
  font-family: var(--playfair-display);
  font-weight: 400;
}

.hidden {
  display: none;
}

.cta_btns {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tour {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 19%;
  font-family: Playfair Display, sans-serif;
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1.2em;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
}

.feature-photo-full-img-five {
  background-image: url('../images/210monoacanshores_-18.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.feature-photo-full-img-six {
  background-image: url('../images/210monoacanshores_-24.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .heading-h1.color-white.no-margin {
    font-size: 6rem;
  }

  .tour {
    font-size: 3em;
  }
}

@media screen and (min-width: 1440px) {
  .heading-h1.color-white.no-margin {
    font-size: 7rem;
  }

  .hero-title-wrap {
    width: 680px;
    transform: translate(0, -50%);
  }

  .text-medium.line-height-1-2 {
    flex: 0 auto;
  }

  .text-small.line-height-1-3.open-sans.width-50vw.margin-auto {
    width: auto;
  }

  .overview-img-first, .overview-img-second {
    background-image: none;
    overflow: hidden;
  }

  .container-1440px {
    width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1440px.flex-h {
    width: 1440px;
  }

  .container-1440px.padding-top-200px.padding-bottom-200px {
    padding-bottom: 200px;
  }

  .container-1440px.cta_wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .feature-photo-one, .feature-photo-two, .feature-photo-three {
    background-image: none;
    overflow: hidden;
  }

  .space-large-xxl.mobile-hide {
    width: 9rem;
    height: 9rem;
  }

  .feature-description-4.feature-description-pos-4 {
    right: 25%;
  }

  .feature-photo-four {
    background-image: none;
    overflow: hidden;
  }

  .width-30vw.realtor-photo {
    background-image: none;
  }

  .width-70vw.accordion-wrapper {
    min-width: 30vw;
  }

  .width-70vw.thumbnails {
    min-width: 40vw;
  }

  .full-img-one, .full-img-two, .feature-photo-full-img-one, .feature-photo-full-img-two, .feature-photo-full-img-three, .feature-photo-full-img-four {
    width: 100%;
    height: 100%;
  }

  .realtor-full-img {
    background-image: url('../images/olga-zhuravleva-A3MleA0jtoE-unsplash-1.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button.outline {
    border: 2px solid var(--dark-blue-black);
    color: var(--dark-blue-black);
    -webkit-text-stroke-color: #ad7ff7;
  }

  .button.outline:hover {
    border-color: var(--dark-blue-black);
    background-color: var(--dark-blue-black);
  }

  .button.green-color-light {
    background-color: var(--dark-blue-black);
  }

  .button.green-color-light:hover {
    background-color: var(--light-brown);
    color: #25242b;
  }

  .title-divider-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .divider {
    background-color: var(--dark-blue-black);
    width: 200px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .tour {
    font-size: 5em;
  }

  .feature-photo-full-img-five, .feature-photo-full-img-six {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    min-height: auto;
  }

  .heading-h1.color-white.no-margin {
    font-size: 4rem;
  }

  .hero-title-wrap {
    width: 85%;
    top: 40%;
  }

  .sub-title-wrap {
    bottom: 10%;
  }

  .text-medium.color-white.width-40vw {
    width: 60vw;
  }

  .text-medium.accordion-title {
    max-width: 90%;
  }

  .text-small-xs.white-color.text-align-center {
    text-align: center;
  }

  .overview-section.flex-h {
    padding-top: 10%;
    padding-bottom: 0;
  }

  .width-50vw {
    width: 100%;
  }

  .width-50vw.flex-h.gap-30px.padding-top-200px {
    width: 100%;
    padding-top: 0%;
  }

  .width-50vw.padding-top-200px.padding-left-60px {
    width: 100%;
    padding-top: 20%;
    padding-left: 0;
  }

  .width-50vw.margin-top-16 {
    margin-top: 16%;
  }

  .container-1440px {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .container-1440px.flex-h {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0% 7%;
  }

  .container-1440px.padding-top-200px.padding-bottom-200px {
    padding-top: 20%;
    padding-bottom: 15%;
  }

  .container-1440px.cta_wrap {
    width: auto;
    margin: 60px 40px 40px;
  }

  .text-large.color-white.text-align-center {
    text-align: center;
  }

  .dark-blue-black-block {
    width: 60%;
    height: 60vw;
    inset: 0% auto auto 0%;
  }

  .dark-blue-black-block.advantage-block-pos {
    width: 100%;
    height: 500px;
  }

  .advantage-section {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .feature-photo-one {
    width: 85%;
    height: 400px;
  }

  .feature-description-1.feature-description-pos-1 {
    width: 80%;
    left: 15%;
    right: auto;
  }

  .space-large {
    display: block;
  }

  .flex-block {
    flex-flow: column;
    width: 100%;
  }

  .feature-description-2.feature-description-pos-2 {
    width: 70%;
    bottom: -20%;
  }

  .space-large-xl {
    display: block;
  }

  .space-large-xl.mobile-hide {
    display: none;
  }

  .feature-photo-three {
    height: 500px;
  }

  .space-large-xxl.mobile-hide {
    display: none;
  }

  .feature-description-3.feature-description-pos-3 {
    width: 70%;
    top: -15%;
    right: 0%;
  }

  .feature-description-4.feature-description-pos-4 {
    width: 65%;
  }

  .gallery-section.padding-top-200px.padding-bottom-100px {
    padding: 10% 0%;
  }

  .width-30vw.sticky.padding-right-40px {
    width: 100%;
    padding-right: 0;
  }

  .width-30vw.realtor-photo {
    background-position: 50% 0;
    order: -1;
    width: 50%;
    height: 50vh;
  }

  .width-70vw {
    width: 100%;
  }

  .width-70vw.padding-right-80px {
    order: 1;
    padding-top: 7%;
    padding-right: 0;
  }

  .sticky-pos {
    margin-bottom: 10%;
  }

  .map-section.padding-top-100px.padding-bottom-100px, .realtor-section.dark-blue-color.padding-top-100px.padding-bottom-100px {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .form-block {
    text-align: left;
  }

  .form-button {
    text-align: left;
    align-self: center;
  }

  .hero-logo {
    width: 23%;
  }

  .grid {
    grid-column-gap: 7%;
    grid-row-gap: 7%;
  }

  .footer-logo {
    width: 100%;
  }

  .nav-link {
    flex: 0 auto;
    margin-bottom: 2rem;
    padding-bottom: 3px;
    font-size: 1.6rem;
    display: block;
  }

  .nav-link.w--current {
    border-bottom-style: none;
  }

  .nav-logo {
    width: 80px;
  }

  .nav-menu {
    background-color: var(--light-brown);
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-icon {
    font-size: 2rem;
  }

  .menu-button {
    padding: 5px;
  }

  .menu-button.w--open {
    background-color: var(--dark-blue-black);
  }

  .google-map {
    height: 400px;
    overflow: hidden;
  }

  .button-group {
    justify-content: center;
    align-items: center;
  }

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

  .button.outline {
    border-style: solid;
    border-color: var(--dark-blue-black);
    color: var(--dark-blue-black);
    background-color: #fff;
  }

  .button.outline:hover {
    border-color: var(--dark-blue-black);
    background-color: var(--dark-blue-black);
  }

  .button.green-color-light {
    background-color: var(--dark-blue-black);
  }

  .button.green-color-light:hover {
    background-color: var(--light-brown);
    color: #25242b;
  }

  .tour {
    margin-top: 10%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
    min-height: 170vh;
    max-height: 160vh;
  }

  .container-1440px.cta_wrap {
    margin-left: 20px;
    margin-right: 20px;
  }

  .tour {
    margin-top: 5%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    min-height: 105vh;
    padding-top: 30%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .heading-h1.color-white.no-margin {
    font-size: 3rem;
  }

  .hero-title-wrap {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0);
  }

  .sub-title-wrap {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10%;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .text-medium {
    font-size: 1.3rem;
  }

  .text-medium.color-white.width-40vw {
    width: 100%;
    padding-right: 0%;
    font-size: 1.5rem;
  }

  .text-medium.line-height-1-2 {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .text-medium.accordion-title {
    max-width: 83%;
  }

  .text-small.cta-button {
    text-align: center;
    width: 100%;
    font-size: 1.3rem;
  }

  .text-small.line-height-1-3.open-sans {
    font-size: 1.2rem;
  }

  .text-small.line-height-1-3.open-sans.color-white {
    color: var(--white);
  }

  .text-small.line-height-1-5.open-sans {
    font-size: 1.2rem;
  }

  .realtor-avator {
    width: 60px;
  }

  .text-small-xs.white-color {
    font-size: 1rem;
    line-height: 1.3;
  }

  .text-small-xs.open-sans {
    color: var(--white);
    line-height: 1.3;
  }

  .house-address-wrap {
    text-align: left;
  }

  .overview-section.flex-h {
    padding-top: 20%;
  }

  .width-50vw.flex-h.gap-30px.padding-top-200px {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: column;
  }

  .overview-img-first {
    width: 100%;
    height: 400px;
  }

  .overview-img-second {
    width: 85%;
    height: 300px;
    margin-top: 10%;
  }

  .container-1440px.flex-h {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
  }

  .container-1440px.padding-top-200px.padding-bottom-200px {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .container-1440px.cta_wrap {
    margin-bottom: 20px;
  }

  .text-large {
    font-size: 2rem;
  }

  .about-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .dark-blue-black-block {
    inset: 0% auto auto 0%;
  }

  .dark-blue-black-block.advantage-block-pos {
    height: 600px;
  }

  .advantage-section {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .feature-description-1.feature-description-pos-1 {
    width: 90%;
    padding: 20px;
    top: -20%;
    left: 10%;
  }

  .text-small-s.line-height-1-3.open-sans {
    font-size: 1rem;
  }

  .space-large.mobile-hide {
    display: none;
  }

  .feature-description-2.feature-description-pos-2 {
    width: 100%;
    bottom: -25%;
    right: 0%;
  }

  .feature-photo-two {
    width: 90%;
  }

  .feature-photo-three {
    width: 100%;
    height: 400px;
  }

  .feature-description-3.feature-description-pos-3 {
    width: 90%;
    left: 0;
    right: auto;
  }

  .feature-description-4.feature-description-pos-4 {
    width: 90%;
    bottom: -17%;
    right: 0%;
  }

  .feature-photo-four {
    width: 100%;
    height: 420px;
  }

  .gallery-section.padding-top-200px.padding-bottom-100px {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .width-30vw.realtor-photo {
    width: 100%;
    height: 30vh;
  }

  .full-gallery {
    column-gap: 1rem;
  }

  .lightbox-wrap {
    margin-bottom: 1rem;
  }

  .icon-embed-xxsmall.video-play-icon {
    width: 4rem;
    height: 4rem;
  }

  .map-section.padding-top-100px.padding-bottom-100px, .realtor-section.dark-blue-color.padding-top-100px.padding-bottom-100px {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .flex-h.logos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 70%;
    padding-bottom: 20px;
  }

  .form-button {
    text-align: center;
    width: 100%;
    font-size: 1.3rem;
  }

  .faq-section.padding-top-100px.padding-bottom-100px {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .accordion-item.accordion-item-margin-top {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }

  .accordion-toggle {
    padding-bottom: 1rem;
  }

  .hero-logo {
    width: 40%;
  }

  .footer-section.padding-top-100px.padding-bottom-100px {
    padding-top: 20%;
    padding-bottom: 50%;
  }

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

  .link {
    word-break: break-all;
  }

  .link.icon {
    width: 80px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    font-size: 1.2rem;
  }

  .nav-logo {
    width: 60px;
  }

  .fixed-cta {
    width: 50px;
    height: 50px;
  }

  .google-map {
    height: 300px;
    margin-top: 2rem;
  }

  .realtor-full-img {
    background-position: 50% 0;
  }

  .button-group {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .button-group.license-button-gruop {
    width: 100%;
  }

  .h2-heading, .h2-heading.align-center {
    text-align: left;
    font-size: 30px;
  }

  .license-grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .button.outline {
    border-style: solid;
    border-color: var(--dark-blue-black);
    color: var(--dark-blue-black);
    text-align: center;
    align-self: stretch;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .button.outline:hover {
    border-color: var(--dark-blue-black);
    background-color: var(--dark-blue-black);
  }

  .button.green-color-light {
    background-color: var(--dark-blue-black);
    text-align: center;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .button.green-color-light:hover {
    background-color: var(--light-brown);
    color: #25242b;
  }

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

  .tour {
    margin-top: 5%;
    font-size: 1.4em;
  }
}

#w-node-e208c1b2-c871-e0f5-a952-a7b9405bb4b4-02c127a1, #w-node-e208c1b2-c871-e0f5-a952-a7b9405bb4bd-02c127a1, #w-node-e208c1b2-c871-e0f5-a952-a7b9405bb4c6-02c127a1 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_684b33a6-c6ff-c8d3-f37e-2cc12399e635-2399e631 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_684b33a6-c6ff-c8d3-f37e-2cc12399e634-2399e631 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_684b33a6-c6ff-c8d3-f37e-2cc12399e635-2399e631 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_684b33a6-c6ff-c8d3-f37e-2cc12399e634-2399e631 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_684b33a6-c6ff-c8d3-f37e-2cc12399e635-2399e631 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


