@font-face {
  font-family: Flatline;
  src: url('../fonts/flatline.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --waves-library--black: #131313;
}

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

.herosection {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
}

.herosection.homepage {
  background-color: #fff;
  display: block;
}

.herosection.aboutpage {
  height: 80vh;
  min-height: 80vh;
  max-height: 80vh;
  display: block;
}

.herosection.agentpage {
  height: 80vh;
  min-height: 80vh;
  max-height: 80vh;
}

.herosection.agentpage.propertyvaluationherosection {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.navbar-logo-left {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: block;
}

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

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

.container {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Syncopate, sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #ffffffbf;
  text-decoration: underline;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon {
  background-color: #000;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f00;
  border: .5px solid #fff;
  padding: 10px 25px;
  font-family: Syncopate, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #000;
  background-color: #fff;
}

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

.button-primary.largebutton {
  z-index: 99;
  margin-left: 0;
  padding: 20px 70px;
  display: block;
  position: relative;
}

.button-primary.largebutton.containersbutton {
  width: 100%;
}

.button-primary.largebutton.centeralignbutton {
  text-align: center;
}

.button-primary.largebutton.centeralignbutton.blackbutton {
  color: #000;
  border-color: #000;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.button-primary.largebutton.largebuttonpress {
  text-align: center;
  width: 50%;
}

.button-primary.largebutton._100.whitebtn.transparent.smallbtn {
  text-align: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.button-primary.largebutton._100.whitebtn.transparent.smallbtn.left {
  margin-left: 0;
}

.button-primary.largebutton._100.whitebtn.transparent.smallbtn.left.margintop {
  margin-top: 35px;
}

.button-primary.largebutton._100.whitebtn.transparent.smallbtn.left.margintop.black {
  color: #000;
  border-color: #000;
}

.button-primary.largebutton._100.whitebtn.transparent.smallbtn.left.margintop.black.centered {
  margin-left: auto;
}

.button-primary.largebutton._100.whitebtn.transparent.smallbtn.left.margintop.black.centered.white {
  color: #fff;
  border-color: #fff;
}

.button-primary.largebutton._100.whitebtn.transparent.smallbtn.left.margintop.center {
  background-color: #fff0;
  margin-left: auto;
}

.button-primary.largebutton._100.whitebtn.transparent.smallbtn.left.margintop.center.white {
  color: #fff;
}

.button-primary.largebutton._100.whitebtn.transparent.smallbtn.left.margintop.center.white.leftalignbtn {
  margin-left: 0;
}

.button-primary.largebutton._100.whitebtn.transparent.smallbtn.left.margintop.center.white.leftalignbtn._0, .button-primary.largebutton._100.whitebtn.transparent.smallbtn.left.margintop.leftalignbtn._0 {
  margin-right: 0;
}

.button-primary.largebutton._100.whitebtn.transparent.smallbtn.left.margintop.leftalignbtn._0.trans.white {
  color: #fff;
}

.button-primary.largebutton._100.whitebtn.transparent.smallbtn.left.margintop.trans {
  background-color: #fff0;
}

.button-primary.largebutton._100.whitebtn.transparent.smallbtn.left.margintop.trans.whitetext {
  color: #fff;
}

.button-primary.largebutton._100.whitebtn.transparent.transparent2 {
  color: #fff;
  background-color: #fff0;
}

.button-primary.mediumbutton {
  padding: 20px 70px;
}

.button-primary.mediumbutton.margintop {
  margin-top: 25px;
  display: none;
}

.text-block {
  color: #fff;
  font-family: Syncopate, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.text-block.rightaligned {
  text-align: right;
  text-transform: uppercase;
  margin-left: 0;
  text-decoration: none;
}

.contactmethods {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

.duwe-olsen-white-logo {
  width: 250px;
  margin-left: 0;
  display: block;
}

.background-video {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  position: absolute;
}

.background-video.videohomehero {
  z-index: -1;
  width: 90%;
  min-width: 90%;
  display: none;
}

.play-pause-button {
  overflow: hidden;
}

.container-2 {
  margin-top: auto;
  margin-bottom: auto;
}

.containerhomehero {
  z-index: 99;
  margin-top: 0%;
  margin-bottom: auto;
  padding-top: 0%;
  position: relative;
}

.largetitle {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 65px;
}

.smalltitle {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syncopate, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.smalltitle.blacktext {
  color: #000;
}

.smalltitle.blacktext.underline {
  text-decoration: underline;
}

.smalltitle.underline {
  letter-spacing: 10px;
  font-size: 25px;
}

.smalltitle.black {
  color: #000;
  padding-bottom: 0;
}

.leftline {
  background-color: #fff;
  width: 200px;
  height: .5px;
}

.leftline.smallline {
  width: 100px;
}

.leftline.blackline {
  background-color: #000;
  width: 100px;
}

.leftline.blackcolor {
  background-color: #000;
}

.rightline {
  background-color: #000;
  width: 200px;
  height: .5px;
}

.rightline.blackline {
  background-color: #000;
  width: 100px;
}

.rightline.whitewhite {
  background-color: #fff;
}

.smalltitlehomecontainer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-bottom: 50px;
  display: flex;
}

.smalltitlehomecontainer.leftalignedblock {
  margin-right: auto;
  display: none;
}

.smalltitlehomecontainer.nopaddingbottom {
  padding-bottom: 0;
}

.smalltitlehomecontainer.nopaddingbottom.leftaligned {
  justify-content: flex-start;
  align-items: center;
}

.containerhomectas {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  margin: auto 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.containerhomectas.bottomctas {
  margin-bottom: 20px;
}

.containerhomectas.bottomctas.nopaddingbottom {
  margin-bottom: auto;
  padding-top: 75px;
  padding-bottom: 75px;
}

.containerhomectas.bottomctas.flexleft {
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  display: block;
}

.ctadiv {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.neightboroodsdiv {
  width: 35%;
  min-width: 35%;
  max-width: 35%;
  margin-right: auto;
}

.form-block-7 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.field-label {
  color: #fff;
  font-family: Flatline, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-field-3 {
  color: #fff;
  letter-spacing: 3px;
  background-color: #fff0;
  border-top: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  padding-left: 0;
  font-family: Syncopate, sans-serif;
  font-weight: 500;
}

.text-field-3:focus {
  border-bottom: 2px solid #fff;
}

.text-field-3.none {
  text-transform: uppercase;
  display: block;
}

.pricerangediv {
  width: 35%;
  min-width: 35%;
  max-width: 35%;
  margin-left: auto;
  margin-right: 0;
}

.pricerangediv.rightdivhomeselling {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  display: flex;
}

.pricerangediv.rightdivhomeselling.leftalign.flexleft {
  margin-right: 0;
}

.pricerangediv.rightdivhomeselling.absolute {
  z-index: 99;
  position: absolute;
  inset: auto 5% 0% auto;
}

.text-field-4 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border-top: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  padding-left: 0;
  font-family: Syncopate, sans-serif;
  font-weight: 400;
}

.div-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: none;
}

.text-block-2 {
  color: #fff;
  font-family: Flatline, Arial, sans-serif;
  font-size: 16px;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-3:hover {
  color: #fff;
  text-decoration: underline;
}

.meettheteamhomesection {
  background-color: #fff;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5rem;
}

.container-3 {
  background-color: #fff;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0;
}

.container-3.paddingtop {
  margin-top: 5rem;
}

.smalltitledivider {
  color: #000;
  letter-spacing: 6px;
  margin-bottom: 0;
  font-family: Syncopate, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.bigtitledivider {
  color: #fff;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Syncopate, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.bigtitledivider.centeraligned {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-weight: 400;
}

.bigtitledivider.centeraligned.blacktext {
  color: #000;
  text-transform: uppercase;
}

.bigtitledivider.centeraligned.blacktext.communitytitle {
  color: #fff;
  text-align: left;
  width: 70%;
  margin-bottom: 0;
  font-size: 18px;
}

.bigtitledivider.centeraligned.blacktext.smallertitle {
  font-size: 25px;
}

.bigtitledivider.centeraligned.blacktext.smallerheadline {
  font-size: 19px;
  line-height: 22px;
}

.bigtitledivider.centeraligned.quotetext {
  font-size: 20px;
}

.bigtitledivider.centeraligned.quotetext.remove {
  display: none;
}

.bigtitledivider.centeraligned.black {
  color: #000;
}

.bigtitledivider.centeraligned.black.left {
  text-align: left;
}

.bigtitledivider.centeraligned.black.left.white {
  color: #fff;
}

.bigtitledivider.centeraligned.black.left.white._0 {
  padding-bottom: 0;
}

.bigtitledivider.rightaligned.blacktext {
  text-align: right;
}

.bigtitledivider.nopaddingbottom {
  margin-bottom: 0;
  font-weight: 400;
}

.bigtitledivider.marginbottom {
  border-bottom: .5px solid #757575;
  margin-bottom: 35px;
  padding-bottom: 15px;
}

.bigtitledivider.whitetext {
  color: #fff;
}

.bigtitledivider.black {
  color: #000;
}

.container-4 {
  background-image: url('../images/black-gradient-bottom.webp');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.div-block-2 {
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -50px;
}

.image {
  width: 100%;
  min-width: 100%;
  position: static;
}

.container-5 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-left: 0;
  display: flex;
}

.image-2 {
  width: 70%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-6 {
  z-index: 99;
  background-color: #000;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  position: relative;
  inset: 0 0% 0%;
}

.text-block-4 {
  z-index: 999;
  color: #fff;
  text-align: center;
  text-transform: none;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  position: static;
  inset: auto 0% 0%;
}

.text-block-4.leftaligned {
  text-align: left;
}

.text-block-4.leftaligned.nopadding {
  text-align: center;
  margin-left: auto;
}

.text-block-4.leftaligned.nopadding.smallparagraph {
  font-size: 16px;
  line-height: 26px;
}

.text-block-4.blacktext {
  color: #000;
  font-size: 18px;
  line-height: 30px;
}

.text-block-4.blacktext.leftaligned {
  color: #757575;
  font-weight: 300;
  line-height: 36px;
}

.text-block-4.blacktext.leftaligned.fullwidth {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.text-block-4.blacktext.leftaligned.fullwidth.paddingtop {
  padding-top: 25px;
}

.text-block-4.blacktext.leftaligned.fullwidth.paddingtop.lineheight {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 40px;
}

.text-block-4.blacktext.leftaligned.fullwidth.paddingtop.lineheight.centeraligned {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.text-block-4.blacktext.leftaligned.fullwidth.paddingtop.lineheight.whiteparagraph {
  color: #fff;
}

.text-block-4.blacktext.leftaligned.fullwidth.paddingtop.lineheight.whiteparagraph.centeraligned {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4.blacktext.leftaligned.fullwidth.paddingtop.lineheight.whitetext {
  color: #fff;
}

.text-block-4.blacktext.leftaligned.fullwidth.paddingtop.lineheight.small {
  color: #000;
  line-height: 30px;
}

.text-block-4.blacktext.leftaligned.fullwidth.paddingtop.lineheight.small.borderbottom {
  border-bottom: .5px solid #000;
  padding-bottom: 25px;
  font-size: 16px;
}

.text-block-4.blacktext.leftaligned.fullwidth.paddingtop.lineheight.small.borderbottom.whitecolor {
  color: #fff;
  border-bottom-color: #fff;
}

.text-block-4.blacktext.leftaligned.fullwidth.paddingtop.lineheight.small.borderbottom.whitecolor.leftaligned2 {
  font-family: Montserrat, sans-serif;
}

.text-block-4.blacktext.leftaligned.fullwidth.paddingtop.lineheight.small.borderbottom.center {
  text-align: center;
}

.text-block-4.blacktext.centeralign {
  color: #757575;
  font-weight: 300;
  line-height: 36px;
}

.text-block-4.blacktext.centeralign.fullwidth {
  color: #000;
  font-size: 18px;
}

.text-block-4.blacktext.centeralign.fullwidth.smaller {
  font-size: 15px;
}

.div-block-3 {
  z-index: 999;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 25px;
  position: absolute;
  inset: auto 0% 10%;
}

.link {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Syncopate, sans-serif;
  display: block;
}

.link.blacktext {
  color: #000;
}

.link.blacktext.centerlink {
  text-align: center;
}

.link.leftalignedlink {
  text-align: left;
  margin-left: 0;
}

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

.link.centeredaligned.blacklink {
  color: #000;
  text-align: left;
}

.link.centeredaligned.blacklink.paddingtop {
  padding-top: 25px;
}

.link.centeredaligned.black {
  color: #000;
}

.link.centeredlink {
  text-align: center;
  position: absolute;
  inset: 10% 5% auto auto;
}

.link.centeredlink.noabsolutelink {
  position: static;
}

.link.noabsolutelink.propertylink, .link.leftalignlink {
  margin-left: 0;
}

.div-block-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.headlinesubtitle {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  line-height: 30px;
}

.headlinesubtitle.centeredtext {
  text-align: center;
  font-family: Syncopate, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 25px;
}

.headlinesubtitle.centeredtext.blacktext {
  color: #000;
}

.headlinesubtitle.centeredtext.rightaligned, .headlinesubtitle.centeredtext.rightalign {
  text-align: right;
}

.headlinesubtitle.centeredtext.nopaddingtop.black {
  color: #0000005e;
}

.container-76 {
  background-image: url('../images/gradient-top-black.webp'), url('../images/black-gradient-bottom.webp'), url('../images/filigrane-logo.png'), linear-gradient(#00000040, #00000040), url('../images/AvondaleExterior.jpg');
  background-position: 50% 0, 50% 100%, 50%, 0 0, 50% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat, repeat;
  background-size: 100%, auto, 25%, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 5vh;
  padding-bottom: 15vh;
}

.headlinetitle2 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem;
  font-weight: 300;
  display: flex;
}

.div-block-3273 {
  width: 33%;
  min-width: 33%;
  max-width: 33%;
}

.container-77 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.container-77.black {
  color: #000;
  background-color: #fff;
}

.headlinestandarduppercasedflatline {
  color: #fff;
  text-transform: uppercase;
  font-family: Flatline, Arial, sans-serif;
  font-weight: 400;
}

.headlinestandarduppercasedflatline.centeredtext.bigfontheadline {
  text-align: center;
  text-transform: none;
  font-size: 4rem;
  line-height: 55px;
}

.headlinestandarduppercasedflatline.centeredtext.bigfontheadline.nopadding.black, .headlinestandarduppercasedflatline.centeredtext.bigfontheadline.nopaddingtop.black {
  color: #000;
  font-family: Syncopate, sans-serif;
}

.headlinestandarduppercasedflatline.blacktext {
  color: #000;
  margin-top: 0;
}

.headlinestandarduppercasedflatline.blacktext.leftedtext {
  text-transform: capitalize;
}

.div-block-3274 {
  width: 33%;
  min-width: 33%;
  max-width: 33%;
}

.bold-text {
  font-weight: 500;
}

.paragraph-74 {
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 300;
}

.paragraph-74.whitetext.centeredalign {
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-74.whitetext.centeredalign.syncopate {
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-weight: 400;
}

.paragraph-74.whitetext.centeredalign.syncopate.blacktext {
  color: #000;
}

.paragraph-74.whitetext.centeredalign.syncopate.blacktext.paddingbottom {
  margin-bottom: 0;
}

.paragraph-74.whitetext.centeredalign.syncopate.greytext {
  color: #757575;
}

.paragraph-74.whitetext.centeredalign.syncopate.absolute {
  position: absolute;
  inset: 5% 0% auto;
}

.paragraph-74.whitetext.centeredalign.syncopate.paddingtop {
  padding-top: 10px;
}

.paragraph-74.whitetext.centeredalign.syncopate.smallerheadline {
  letter-spacing: 5px;
}

.paragraph-74.whitetext.centeredalign.syncopate.smallerheadline.black {
  color: #000;
}

.paragraph-74.whitetext.centeredalign.syncopate.smallerheadline.black.left {
  text-align: left;
  letter-spacing: 5px;
  margin-left: 0;
}

.paragraph-74.whitetext.centeredalign.syncopate.smallerheadline.black.left.white {
  color: #fff;
}

.paragraph-74.whitetext.centeredalign.syncopate.smallerheadline.black.left.white.paddingtop {
  padding-top: 20px;
}

.paragraph-74.whitetext.centeredalign.syncopate.smallerheadline.black.slider {
  border-bottom: .5px solid #000;
  padding-bottom: 15px;
}

.paragraph-74.whitetext.centeredalign.syncopate.smallerheadline.black.paddingbottom {
  padding-bottom: 15px;
}

.paragraph-74.blacktext {
  color: #000;
}

.paragraph-74.blacktext.syncopate.centeredtext {
  text-align: center;
  font-family: Syncopate, sans-serif;
}

.paragraph-74.blacktext.syncopate.centeredtext.nopaddingbottom.whitetext {
  color: #fff;
}

.div-block-3272 {
  width: 33%;
  min-width: 33%;
  max-width: 33%;
}

.transparentbuttonleftline {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  background-color: #fff0;
  border: 1px solid #fff;
  padding: 15px 50px;
  font-size: 12px;
  font-weight: 300;
}

.transparentbuttonleftline:hover {
  color: #000;
  background-color: #fff;
}

.transparentbuttonleftline.centeredbutton {
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-3275 {
  padding-top: 2rem;
}

.realestatesservicessection {
  height: 100%;
}

.container-78 {
  width: 95%;
  min-width: 95%;
  max-width: 95%;
}

.fancycapitalizedtitle {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-family: Flatline, Arial, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 100%;
}

.fancycapitalizedtitle.blacktext {
  color: #000;
  text-align: left;
}

.fancycapitalizedtitle.blacktext.centeraligned {
  text-align: center;
}

.fancycapitalizedtitle.blacktext.nopaddingbottom {
  text-align: left;
}

.fancycapitalizedtitle.blacktext.nopaddingbottom.centeralign {
  margin-left: auto;
  margin-right: auto;
}

.fancycapitalizedtitle.blacktext.nopaddingbottom.centeralign.paddingbottom {
  padding-top: 45px;
  padding-bottom: 45px;
}

.link-block-24, .link-block-25 {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.servicecolumn {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.servicecolumn.service3 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/3117-stadium-5.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  text-decoration: none;
}

.servicecolumn.service3:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3117-stadium-5.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.servicecolumn.service1 {
  background-image: url('../images/buyers-bg.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  text-decoration: none;
}

.servicecolumn.service1:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/buyers-bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.servicecolumn.service2 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/3117-stadium-6.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
}

.servicecolumn.service2:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3117-stadium-6.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.servicecolumn.featuredcommunity {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Altura-Ct.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
}

.servicecolumn.buyersguide {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Avondale.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
}

.servicecolumn.mapsearch {
  background-image: linear-gradient(#00000080, #00000080), url('../images/6354-Montego.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
}

.servicecolumn.sellersguidecard {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Altura-Ct.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
}

.servicecolumn.compassprivateexclusivescard {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Avondale-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
}

.servicecolumn.contactuscard {
  background-image: linear-gradient(#00000059, #00000059), url('../images/6354-Montego.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
}

.container-79 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 70vh;
  min-height: 70vh;
  max-height: 70vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.container-79.center {
  justify-content: center;
  align-items: center;
}

.container-79.center._100 {
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
}

.container-79.flexleft {
  justify-content: center;
  align-items: center;
}

.container-79.flexleft._100 {
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
}

.container-79.flexalign {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
}

.divblockservicescard {
  justify-content: center;
  align-items: center;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
  top: -40px;
}

.divblockservicescard.norelative {
  position: static;
}

.divblockservicescard._0 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  top: auto;
}

.link-block-26 {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.servicesblockbtns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: none;
}

.servicesblockbtns._0 {
  display: none;
}

.sectionhomeexpertiseareas {
  z-index: 0;
  background-color: #fff0;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-bottom: 5rem;
  display: block;
  position: static;
}

.paragraph {
  color: #636363;
  text-align: center;
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph.paddingbottom {
  padding-top: 30px;
}

.areadescription {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.waves-image-hero-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.waves-gradient-hero-1 {
  z-index: 9;
  background-image: linear-gradient(#faebe3, #faebe300);
  height: 220px;
  display: none;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(0deg, #faebe3, #faebe300);
  display: none;
  inset: auto 0% -1px;
}

.container-14 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: 50px;
  display: block;
}

.waves---main-container {
  max-width: 1352px;
  padding-top: 50px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/montserrat.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 600px;
  min-height: 600px;
  max-height: 600px;
  display: flex;
}

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

.div-block-139 {
  border-bottom: .5px solid #000;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 0;
}

.div-block-139.whiteborderbottom {
  border-bottom-width: 0;
  border-bottom-color: #fff;
  margin-left: 0;
}

.div-block-139.whiteborderbottom.middle {
  z-index: 99;
  margin-left: auto;
  position: relative;
}

.waves-inside-hero-1 {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.container-12 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 25px;
}

.heading-2 {
  color: #000;
  text-align: center;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.heading-2.fulltitle {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.waves---section-hero-primary {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.waves---section-hero-primary.paddingtop {
  margin-top: 75px;
}

.subtitle {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.subtitle.blacktext {
  color: #636363;
}

.subtitle.blacktext.centeredaligned._5letterspacing {
  letter-spacing: 5px;
  font-weight: 400;
}

.container-13 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-left: auto;
}

.homevaluationtop {
  z-index: 99;
  background-color: #fff;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 60vh;
  min-height: 60vh;
  max-height: 60vh;
  position: static;
}

.waves-image-wrap-hero-1 {
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-left: 0;
  display: flex;
  overflow: hidden;
}

.waves-image-wrap-hero-1.cres {
  display: none;
}

.waves-gallery-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.communitiestitle {
  color: #a8a8a8;
  text-align: center;
  letter-spacing: 12px;
  text-transform: uppercase;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Syncopate, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.communitiestitle.left {
  text-align: left;
}

.communitiestitle.left.white.nomargin {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 22px;
}

.communitiestitle.left.white.nomargin.smaller.leftaligned {
  text-align: left;
  margin-left: 0;
}

.communitiestitle.left.white.nomargin.smaller.leftaligned._100 {
  max-width: 100%;
}

.waves-column-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-column-hero-1.column-one {
  z-index: 99;
  width: 100%;
  position: relative;
}

.waves-column-hero-1.column-two {
  display: none;
}

.waves-column-hero-1.column-one {
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
}

.waves-column-hero-1.column-one.flex {
  flex-flow: column;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.waves-item-gallery-hero-1.wave2 {
  display: none;
}

.homevaluationbottom {
  z-index: 9999;
  background-color: #2b2926;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 40vh;
  min-height: 40vh;
  max-height: 40vh;
  margin-bottom: 0;
  position: static;
}

.sectionmediapress {
  background-color: #f4f4f4;
  background-image: url('../images/duwe-olsen-logo-white.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 5rem;
}

.image-5 {
  width: auto;
  max-width: 300px;
}

.f-container-regular {
  background-color: #fff0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-logo-carousel {
  background-color: #fff0;
  flex: none;
  display: flex;
}

.f-logo-carousel-wrap {
  background-color: #f4f4f400;
  border-radius: 16px;
  align-items: center;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo-carousel-wrap.whitebg {
  background-color: #fff;
}

.f-logo-gradient-l {
  z-index: 5;
  background-image: linear-gradient(90deg, #fff, #fff 25%, #ffffffba 60%, #fff0);
  width: 140px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f-logo-group {
  background-color: #fff0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-logo-group.hide {
  display: flex;
}

.f-logo-cell {
  background-color: #fff0;
  border-right: 0 solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  height: auto;
  min-height: 100px;
  margin-top: 0;
  margin-left: 14px;
  margin-right: 14px;
  padding: 5px 24px;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell:hover {
  background-color: #fff0;
}

.f-section-large {
  padding: 40px 0%;
  position: relative;
}

.f-logo-gradient-r {
  z-index: 5;
  background-image: linear-gradient(267deg, #fff, #fff 21%, #ffffffa3 51%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-logo-css {
  display: none;
}

.div-block-3276 {
  background-color: #fff;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.div-block-3277 {
  background-color: #690000;
  width: 70px;
  height: 3px;
  position: relative;
}

.div-block-3278 {
  width: 10px;
  height: 100px;
}

.sectionprivateclientnetwork {
  background-color: #0000;
}

.container-80 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 60vh;
  min-height: 60vh;
  max-height: 60vh;
  display: flex;
}

.privateclientnetworkleft {
  background-image: url('../images/private-client-network-team-image.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.privateclientnetworkright {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.div-block-3279 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.image-6 {
  max-width: 200px;
}

.theprivatenetworklogocontainer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sectionhomenewsletter {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.newslettercontainer {
  z-index: 99;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form.paddingbottom.marginbotton {
  padding-bottom: 15px;
}

.text-field-5 {
  color: #000;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom-width: 1px;
  font-family: Syncopate, sans-serif;
  font-weight: 400;
}

.text-field-5.leftalign {
  color: #000;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
}

.text-field-6 {
  color: #000;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom-width: 1px;
  font-family: Syncopate, sans-serif;
}

.text-field-6.leftalign {
  color: #000;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
}

.text-field-7 {
  color: #000;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom-width: 1px;
  font-family: Syncopate, sans-serif;
}

.text-field-7.leftalign {
  color: #000;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
}

.paragraph-75 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
}

.button {
  color: #000;
  letter-spacing: 2px;
  background-color: #fff;
  border: .5px solid #000;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 70px;
  font-family: Syncopate, sans-serif;
  font-size: 12px;
  display: flex;
}

.button.transparentbg {
  background-color: #fff0;
}

.button.transparentbg.blackbutton {
  color: #fff;
  border-color: #fff;
}

.button.largerbutton {
  width: auto;
}

.button.leftalignbutton {
  width: 50%;
  margin-left: 0;
}

.button.leftalignbutton.margintop {
  margin-top: 50px;
}

.button.transparentbtn {
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border-color: #fff;
}

.button.transparentbtn.largerbtn {
  width: 50%;
}

.container-81 {
  z-index: 99;
  background-color: #000;
  width: 400px;
  height: 300px;
  margin-right: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-3280 {
  z-index: 99;
  background-color: #f4f4f4;
  width: 70%;
  height: 90%;
  position: absolute;
  inset: 10% 0% 0% auto;
}

.form-block-8 {
  padding-top: 50px;
}

.buyerssellersguidescontainer {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  height: 60vh;
  min-height: 60vh;
  max-height: 60vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  display: flex;
  position: relative;
}

.buyerssellersguidescontainer.nopaddingtop {
  padding-top: 2rem;
}

.sellersguidediv {
  background-image: linear-gradient(#00000040, #00000040), url('../images/buyers-guide-bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  display: flex;
}

.sellersguidediv._50 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.sellersguidediv._100 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.buyersguidediv {
  background-image: linear-gradient(#00000040, #00000040), url('../images/photo.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  display: flex;
}

.buyersguidediv._50 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.buyersguidediv._100 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.container-82, .container-83 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sectionhomesocialmedia {
  padding-left: 20px;
  padding-right: 20px;
}

.socialmediaposts {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: auto;
}

.image-7, .postsocialmedia {
  width: 250px;
  min-width: 250px;
  max-width: 250px;
}

.sectionfootercontact {
  padding-top: 5rem;
  display: block;
}

.div-block-3281 {
  opacity: 1;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footercontainer {
  background-image: url('../images/filigrane-logo.png'), linear-gradient(#0003, #0003), url('../images/8-Westover-Rd.jpeg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: auto, auto, cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.image-8 {
  position: static;
  left: 50%;
  right: 50%;
}

.footercontent {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sectionfooter {
  display: none;
}

.footer_socialmedia-contentmobile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: none;
}

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

.text-size-tiny.text-color-gray {
  font-family: Syncopate, sans-serif;
  font-size: 12px;
}

.footer_teams {
  align-items: center;
  display: flex;
}

.footer_link-title {
  margin-bottom: 20px;
}

.footer_first-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_darkmode-image {
  width: 100%;
}

.footer_logo {
  width: 200px;
}

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

.footer_socialmedia-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.footer_darkmode {
  border: 1px solid #333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 10px;
  display: flex;
}

.main-wrapper {
  display: block;
}

.footer_lightmode {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 10px;
  display: flex;
}

.text-size-small {
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: .875rem;
}

.text-size-small.text-color-white {
  font-family: Syncopate, sans-serif;
}

.footer_logo-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.footer_mode-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #333;
  border-radius: 100px;
  flex-flow: column;
  align-items: center;
  padding: 3px;
  display: flex;
}

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

.footer_second-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

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

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

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

.footer_lightmode-image {
  width: 100%;
}

.footer_socialmedia-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  display: flex;
}

.section_footer {
  color: #fff;
  background-color: #000000f5;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/shooting-star.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.footer_linkblock {
  color: #fff;
  border-left: 2px solid #0000;
  padding: 10px;
  text-decoration: none;
  transition: all .4s;
}

.footer_linkblock:hover {
  background-image: linear-gradient(270deg, #000, #1d1d1dcf 54%, #303030a8 80%, #ffffff4d);
  border-left: 2px solid #fff;
}

.footer_pc-image {
  width: 20px;
}

.image-9 {
  max-width: 150px;
}

.image-10 {
  max-width: 300px;
}

.border-line {
  background-color: #0006;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-40 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
}

.spacer-small {
  width: 100%;
  padding-bottom: 1.5rem;
}

.text-sm {
  color: #000;
  font-size: 1rem;
  line-height: 1.4;
}

.text-sm.fade {
  color: #fff;
  text-align: left;
  padding-top: 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.text-sm.fade.leftalignedtext {
  text-align: left;
}

.slide-content {
  grid-row-gap: .4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.slide-content.size-two {
  z-index: 999999999;
  grid-row-gap: .4rem;
  width: 45rem;
  padding-left: 2.5rem;
}

.slide-content.size-two.mediumwidth {
  width: 70%;
}

.slide-content.size-two.mediumwidth.nopaddingleft {
  grid-row-gap: .4rem;
  width: 70%;
  margin-left: 0;
  margin-right: auto;
  padding-left: 1rem;
}

.slide-content.size-two.mediumwidth.nopaddingleft.fullwidthtextcontainer {
  width: 100%;
  padding-left: 1.5rem;
}

.slide-content.size-one {
  z-index: 99999999;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}

.slide-content.size-one.smallpaddingleft {
  padding-left: 2rem;
}

.inline {
  text-align: right;
  padding-bottom: 40px;
}

.text-span-6 {
  font-family: Syncopate, sans-serif;
  font-size: .8rem;
}

.italic {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.text-span-7 {
  text-transform: lowercase;
  font-size: 70px;
}

.spacer-large {
  width: 100%;
  padding-bottom: 8rem;
}

.spacer-large.nopadding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.heading-medium {
  color: #fff;
  text-align: left;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  font-family: Syncopate, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 36px;
}

.heading-medium.centeredaligned {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.heading-medium.smallerheadline {
  text-align: center;
  letter-spacing: 7px;
  margin-top: 0;
  font-size: 11px;
}

.heading-medium.smallerheadline.left {
  text-align: left;
}

.heading-medium.smallerheadline.center {
  margin-left: auto;
}

.heading-medium.leftblockalign {
  margin-left: 0;
}

.heading-medium.leftblockalign.leftaligntext {
  text-align: left;
}

.heading-medium.leftaligned {
  text-align: left;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.p-line {
  background-color: #000;
  width: 1px;
  height: 1rem;
  position: absolute;
}

.parent-grid {
  background-color: #000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.text-span-5 {
  font-size: .8rem;
  text-decoration: underline;
}

.border-line-text-2 {
  z-index: 1;
  background-color: #c10216;
  background-image: url('../images/rose-gold.webp');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.p-line-w {
  background-color: #000;
  width: 1rem;
  height: 1px;
  position: absolute;
}

.img-child-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-child-3.ab {
  justify-content: center;
  align-items: flex-start;
  position: absolute;
}

.grid-right {
  background-color: #000;
  width: 40%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 50px;
}

.grid-right.paddingleft {
  padding-left: 1rem;
}

.grid-left {
  color: #fff;
  background-color: #000;
  width: 60%;
  padding-top: 16rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
}

.grid-left.nopaddingtop {
  padding-top: 0;
}

.grid-left.nopaddingtop.largerblock {
  width: 70%;
}

.grid-left.paddingtopextra {
  padding-top: 26rem;
}

.btn-text {
  color: #000;
  text-transform: uppercase;
  padding: 2px 4px;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.img-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-parent.size-three {
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 80vh;
  display: flex;
}

.img-parent.size-three.fullwidthmodel {
  width: 100%;
}

.img-parent.size-one {
  z-index: 9999999;
  float: right;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 88vh;
  padding-left: 2rem;
  display: flex;
}

.img-parent.size-one.nopaddingleft {
  padding-left: 0;
}

.img-parent.size-two {
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 60vh;
  padding-left: 4rem;
  display: flex;
}

.img-parent.size-two.nopadding {
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.plus-icon {
  z-index: 2147483647;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 1.5rem auto auto 97%;
}

.plus-icon._90 {
  left: 80%;
}

.plus-icon._60 {
  left: 60%;
}

.plus-icon._100 {
  left: 100%;
}

.plus-icon._70 {
  left: 70%;
}

.plus-icon._50 {
  left: 50%;
}

.item-parent {
  cursor: pointer;
  flex-direction: column;
  display: flex;
  position: relative;
}

.item-parent.right {
  float: right;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.item-parent.right.leftaligned {
  justify-content: center;
  align-items: flex-start;
}

.item-parent.right.leftblock {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
}

.item-parent.right.centeralignitem {
  justify-content: center;
  align-items: center;
}

.image-34 {
  opacity: .16;
}

.container-84 {
  background-color: #000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  position: relative;
}

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

.img-cover.size-two {
  z-index: 2147483647;
  width: 42vw;
  height: 92vh;
  margin-right: auto;
  padding-left: 1.5rem;
  position: relative;
}

.img-cover.size-two.size-custom {
  width: 100%;
}

.img-cover.size-one {
  z-index: 2147483647;
  width: 42vw;
  min-width: auto;
  max-width: 100%;
  height: 55vh;
  position: relative;
  overflow: clip;
}

.img-cover.size-three {
  z-index: 99999999;
  width: 80vw;
  height: 60vh;
  position: relative;
}

.img-cover.size-three.fullwidthmodel {
  width: 100%;
  min-width: 100%;
  height: 80vh;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.container-85 {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.list-item {
  text-align: left;
  line-height: 19px;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.navbar-logo-center-container.shadow-three {
  background-color: #fff;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.navbar-logo-center-container.shadow-three.transparentbg {
  z-index: 9999999;
  background-color: #fff0;
  position: absolute;
}

.navbar-logo-center-container.shadow-three.transparentnavbar {
  background-color: #fff0;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 15px;
  font-family: Syncopate, sans-serif;
  font-size: 12px;
  line-height: 10px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #000;
  text-decoration: underline;
}

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

.nav-link-2.whitelink {
  color: #fff;
}

.nav-menu-wrapper-three {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.button-primary-2 {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #fff0;
  border: .5px solid #000;
  padding: 10px 25px;
  font-family: Syncopate, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #000;
}

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

.button-primary-2.whitebutton {
  color: #fff;
  border-color: #fff;
}

.nav-menu-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav_button {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: static;
  inset: 2.5em auto auto 1vw;
}

.nav_button:hover {
  pointer-events: auto;
}

.button_square {
  color: #fff;
  -webkit-text-stroke-color: #fff0;
  background-color: #fff;
  border: 0 solid #63625b;
  width: 45px;
  height: 4px;
}

.button_square.bar-two {
  background-color: #fff;
  height: 2px;
}

.button_square.bar-two.white-bar {
  background-color: #fff;
}

.button_square.bar-one {
  background-color: #fff;
  width: 55px;
  height: 2px;
}

.button_square.bar-one.white-bar {
  background-color: #fff;
}

.button_square.bar-three {
  background-color: #fff;
  width: 35px;
  height: 2px;
}

.button_square.bar-three.white-bar, .body {
  background-color: #fff;
}

.div-block-3282 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.image-35, .image-36 {
  max-width: 100px;
}

.code-embed {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
}

.container-86 {
  z-index: 9;
  background-image: linear-gradient(#00000080, #00000080), url('../images/8-Westover-Rd.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 70%;
  min-height: 70%;
  max-height: 70%;
  position: relative;
}

.container-86.verticalalign {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/sold-listing-bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-86.verticalalign.soldlistingsbg {
  background-image: linear-gradient(#00000040, #00000040), url('../images/2548-wabash.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-86.verticalalign.activelistingbg {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(#00000026, #00000026), url('../images/3117-stadium-2.jpeg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  justify-content: center;
  align-items: center;
}

.container-86.verticalalign.propertyvaluationhero {
  background-image: linear-gradient(#0000001a, #0000001a);
  height: 50%;
}

.container-86.verticalalign.propertyvaluationhero._100 {
  margin-top: 75px;
}

.container-86.verticalalign.agentprofilebg {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Screenshot-2025-04-14-at-7.03.14-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.container-86.verticalalign.agentprofilebg.cassidybg {
  background-image: linear-gradient(#00000040, #00000040), url('../images/2548-wabash.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-86.verticalalign.agentprofilebg.idabg {
  background-image: linear-gradient(#00000040, #00000040), url('../images/AvondaleExterior.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-86.verticalalign.agentprofilebg.tedbg {
  background-image: linear-gradient(#00000040, #00000040), url('../images/6354-montego-5.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-86.verticalalign.agentprofilebg.sophiebg {
  background-image: linear-gradient(#00000040, #00000040), url('../images/6354-montego-3.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-86.verticalalign.agentprofilebg.graysonbg {
  background-image: linear-gradient(#00000040, #00000040), url('../images/5820-staley-2.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-86.verticalalign.agentprofilebg.valriebg {
  background-image: linear-gradient(#00000040, #00000040), url('../images/3808-trailwood.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-86.verticalalign.agentprofilebg.sophieduwebg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/1917-Westover-Sq.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.container-86.communitiesbg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/8-westover-5.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-86.communitiesbg.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-86.communitiesbg.flex._100 {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.container-86.communitiesbg.flex._100.stadium {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3117-stadium-4.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-86.buyersguidebg {
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2025-05-07-at-11.35.48-AM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-86.mediapress {
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2025-04-14-at-7.02.36-PM.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, contain;
}

.container-86.pressmedia {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3117-stadium-2.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 70%;
}

.container-86.compassprivateexclusives {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Avondale.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-86.clientprivatenetwork {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3817-Aviemore-.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 70%;
  min-height: 70%;
  max-height: 70%;
}

.div-block-3283 {
  background-color: #f4f4f4;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  height: 40%;
  margin-left: auto;
  position: absolute;
  inset: 20% 0% auto auto;
}

.container-87 {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
}

.container-87.headlinepage {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  padding-left: 25px;
  display: flex;
  position: relative;
}

.container-87.headlinepage.whitebgheadline {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-41 {
  width: 50%;
  font-family: Syncopate, sans-serif;
  font-size: 58px;
  font-weight: 400;
}

.div-block-3284 {
  background-color: #000;
  width: 50%;
  height: .5px;
}

.sectionabout-meettheteam {
  padding-bottom: 5rem;
}

.blockregulartextcontainer {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.blockregulartextcontainer.paddingbottom {
  padding-bottom: 2rem;
}

.sectionourstory {
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: block;
}

.sectionouragents {
  background-color: #fff;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 5rem;
  padding-bottom: 10rem;
  display: block;
}

.ourstorycontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.ouragentscontainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.ourstoryleft {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  min-width: 55%;
  max-width: 55%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.ourstoryright {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ourstoryimage {
  min-width: 90%;
  max-width: 90%;
  margin-left: 25px;
  display: block;
}

.greyblockbg {
  z-index: -1;
  background-color: #f4f4f4;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  height: 60%;
  min-height: 60%;
  max-height: 60%;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.headlinetext {
  opacity: 1;
  background-image: url('../images/dark-logo-filigrane.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-right: 25px;
}

.heading-42 {
  text-align: center;
  margin-top: 0;
  font-family: Flatline, Arial, sans-serif;
  font-weight: 400;
}

.heading-42.whitetext {
  color: #fff;
}

.paragraphcontainer {
  padding-bottom: 5rem;
  padding-right: 25px;
}

.waves-inside-hero-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.waves-gallery-hero-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves-gallery-hero-2._100-heigh {
  max-width: 100%;
  height: 100%;
}

.waves-gallery-hero-2.fullwidth {
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: none;
}

.waves-image-wrap-hero-2 {
  background-color: #fff0;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 250px;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.waves-image-wrap-hero-2.minheightarticle {
  text-align: left;
  min-width: 100%;
  max-width: 100%;
  height: 150px;
}

.waves-image-wrap-hero-2.minheightarticle.article1 {
  justify-content: center;
  align-items: flex-start;
}

.waves-image-wrap-hero-2.flex {
  z-index: 99999;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves-image-wrap-hero-2.flex.minheight, .waves-image-wrap-hero-2.smallheight {
  height: 150px;
}

.text-block-25 {
  color: #fff;
  text-align: center;
  letter-spacing: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Syncopate, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
}

.text-block-25.blacktext {
  color: #000;
  font-weight: 400;
  line-height: 25px;
}

.text-block-25.rightaligned {
  z-index: 99;
  text-align: right;
  line-height: 40px;
  position: relative;
}

.text-block-25.ida-ted-dream-team {
  text-align: right;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: static;
}

.div-block-5.marginright, .div-block-5.rightaligned {
  margin-left: auto;
}

.waves-gradient-hero-2 {
  z-index: 99999999;
  background-image: url('../images/white-gradient-top.png');
  background-position: 0 0;
  background-size: cover;
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-2.bottom {
  background-image: linear-gradient(0deg, #fff, #faebe300);
  display: block;
  inset: auto 0% -1px;
}

.heading-31 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#00000080, #00000080);
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Flatline, Arial, sans-serif;
  font-size: 70px;
  font-weight: 100;
  display: block;
  position: relative;
}

.text-block-26 {
  color: #fff;
}

.agentdescriptioncontainer {
  text-align: center;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  padding-top: 25px;
}

.agentdescriptioncontainer.leftalignedcontainer {
  margin-right: auto;
}

.whiteborderbottom.div-block-139.leftaligned {
  margin-left: 0;
}

.paddingtopblock {
  padding-top: 3rem;
}

.image-37 {
  margin-left: 10%;
}

.container-88 {
  z-index: 99;
  position: relative;
}

.text-span-8 {
  vertical-align: top;
  font-family: Flatline, Arial, sans-serif;
  font-size: 58px;
}

.link-block-28 {
  text-decoration: none;
}

.agentprofilecontainer {
  border-bottom: 0 solid #616161;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-bottom: 5rem;
  display: flex;
}

.agentprofilemoreinfo {
  border-top: .5px solid #a8a8a8;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
}

.sectionteamlistings {
  padding-top: 2rem;
  display: block;
}

.activepastlistingscontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 5%;
  display: flex;
}

.activelistingsonprofilediv {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#00000026, #00000026), url('../images/Altura-Ct.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 35vh;
  min-height: 35vh;
  max-height: 35vh;
  display: flex;
}

.propertycardaddress {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syncopate, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 36px;
}

.pastlistingsonprofilediv {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#00000026, #00000026), url('../images/8-Westover-Rd.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 35vh;
  min-height: 35vh;
  max-height: 35vh;
  display: flex;
}

.propertyctadiv {
  justify-content: flex-end;
  align-items: center;
  margin-top: 5%;
  margin-left: auto;
  margin-right: 5%;
  display: flex;
}

.sectionlistingsagent {
  padding-top: 5%;
  display: block;
}

.sectionlistingsagent.hidelistings {
  padding-top: 0;
  display: block;
}

.sectionlistingsagent.hidelistings.active {
  display: block;
}

.sectionlistingsagent.hidelistings {
  display: none;
}

.propertycardsold {
  background-image: url('../images/Screenshot-2025-04-14-at-11.35.53-PM.png'), linear-gradient(#00000080, #00000080);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  width: 100%;
  min-width: 50%;
  max-width: 50%;
  height: auto;
  min-height: auto;
  max-height: 100%;
  margin-left: 0;
  display: block;
}

.propertycardsold.sample1 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Screenshot-2025-04-14-at-11.36.31-PM.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.propertycardsold.sample2 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Screenshot-2025-04-14-at-11.36.00-PM.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.propertycardsold.sample3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/sample2.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.transparentbuttonrightline {
  color: #fff;
  letter-spacing: 4px;
  background-color: #fff0;
  border: 1px solid #fff;
  padding: 15px 50px;
  font-size: 12px;
  font-weight: 300;
}

.propertyinfodivsold {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20%;
  margin-bottom: 10%;
  padding-top: 0;
  display: flex;
}

.propertyinfodivsold.nopaddingbottom {
  margin-bottom: 5%;
}

.leftbarsmall {
  color: #fff;
  background-color: #fff;
  width: 200px;
  height: .5px;
  position: relative;
  left: 20px;
}

.headlinepropertylocation {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syncopate, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
}

.headlinepropertylocation.blacktext {
  color: #000;
}

.headlinepropertylocation.blacktext.flatline {
  text-align: center;
  font-family: Flatline, Arial, sans-serif;
}

.headlinepropertylocation.smalltextcommunity {
  font-size: .7rem;
  line-height: 20px;
}

.headlinepropertylocation.smalltextcommunity.paddingtop {
  text-align: left;
  padding-top: 15px;
}

.propertycardsoldchild {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.propertypreview2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.headlinepropertydetails {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25px;
  font-family: Syncopate, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
}

.headlinepropertydetails.blacktext {
  color: #000;
  margin-left: auto;
  margin-right: auto;
}

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

.propertyinfosoldprice {
  justify-content: center;
  align-items: flex-end;
  margin-top: auto;
  padding-bottom: 15px;
  display: flex;
  position: static;
  bottom: 0;
}

.propertycardaddress-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syncopate, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 36px;
}

.propertycardaddress-2.blacktext.flatline {
  color: #000;
  font-family: Flatline, Arial, sans-serif;
}

.listingscontainertitle {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
}

.contactmethodcontainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 50px;
  display: none;
}

.divblockicons {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: .5px solid #8a8a8a;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  display: flex;
}

.instagramimg, .emailimg {
  opacity: .45;
  max-width: 45px;
}

.activelistingsmaster, .soldlistingsmaster {
  display: block;
}

.primaryfeatureblock {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 25px;
  display: flex;
}

.primaryfeatureblock.inlinedisplay {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: auto;
}

.propertyimgblock {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.heading-57 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 20px;
  font-family: Syncopate, sans-serif;
  font-size: 58px;
  font-weight: 400;
}

.sliderpropertyimage {
  height: auto;
  display: block;
}

.cell-50 {
  text-align: center;
  border-bottom: .5px solid #000;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}

.cell-50:hover {
  border-bottom-width: 3px;
}

.propertyprimaryfeatures {
  border-bottom: .5px solid #000;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cell-46 {
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  line-height: 35px;
}

.right-arrow-4 {
  z-index: 999;
}

.slide3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-03-06-at-6.19.16-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.propertyinformationsblock {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.div-block-206 {
  width: 90%;
}

.quick-stack-10 {
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.primaryfeaturelabel-2 {
  color: #000;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Syncopate, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.primaryfeaturelabel-2.whitetext {
  color: #fff;
}

.primaryfeaturelabel-2.inlinedisplay {
  text-align: left;
  margin-right: 0;
  padding-bottom: 15px;
  display: block;
}

.bold-text-7 {
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
}

.listingagentblock {
  background-color: #000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 3vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.div-block-205 {
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  min-width: 40%;
  margin-left: 20px;
  margin-right: auto;
  display: block;
}

.cell-59 {
  border-bottom: .5px solid #000;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}

.cell-59:hover {
  border-bottom-width: 3px;
}

.mask {
  position: absolute;
  inset: 0% 0% auto;
}

.slide-6 {
  background-image: url('../images/Screenshot-2025-03-01-at-8.59.38-AM.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.slide-6.slidee {
  background-image: url('../images/Screenshot-2025-03-06-at-6.19.11-PM.webp');
}

.slide-6.slidef {
  background-image: url('../images/Screenshot-2025-03-06-at-6.19.16-PM.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.sectionpropertytemplate {
  height: 100%;
}

.slide2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-03-06-at-6.19.02-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.rightalign {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.slidec {
  background-image: url('../images/Screenshot-2025-04-16-at-8.11.04-AM.png');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.propertyexteriorfeatures {
  border-bottom: .5px solid #000;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.left-arrow-3 {
  z-index: 999;
}

.button-label-2 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Syncopate, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.button-label-2:hover {
  text-decoration: none;
}

.quick-stack-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.propertyaddress-5 {
  color: #fff;
  text-align: left;
  letter-spacing: 15px;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 4vw;
}

.slideb {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Screenshot-2025-04-15-at-9.04.35-AM.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.slider-3 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50vh;
}

.heading-56 {
  color: #000;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syncopate, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
  display: flex;
}

.heading-56.whitetext {
  color: #fff;
}

.heading-56.whitetext.leftaligned {
  justify-content: flex-start;
  align-items: center;
}

.heading-56.centeredtext {
  text-align: center;
  padding-bottom: 20px;
}

.heading-56.leftaligned {
  justify-content: flex-start;
  align-items: center;
}

.heading-56.leftaligned.whitetext.listingagentlabel {
  padding-bottom: 20px;
}

.heading-56.smallertitle {
  font-size: 14px;
  line-height: 20px;
}

.slide-nav-3 {
  z-index: 9999;
  padding-top: 0;
  inset: 80% 5% 0% auto;
}

.heading-58 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
}

.cell-48 {
  justify-content: space-between;
  align-items: stretch;
}

.bold-text-5 {
  font-weight: 400;
}

.container-72 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-72.keltondr {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-bottom: 50px;
}

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

.heroblock {
  height: 100%;
}

.primaryfeaturevalue-2 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syncopate, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.propertyinfo-2 {
  z-index: 99;
  background-color: #0000;
  position: relative;
}

.slidea {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Screenshot-2025-04-16-at-8.11.10-AM.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.locationicon {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  margin-right: 20px;
}

.propertyctas {
  z-index: 99;
  position: relative;
}

.size3-text {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.size3-text.size3-bottom-clear {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Syncopate, sans-serif;
  font-weight: 400;
}

.text-span-14 {
  font-size: 15px;
}

.button-small {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: capitalize;
  background-color: #0000;
  border-bottom: .5px solid #fff;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: auto;
  padding: 15px 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.button-small:hover {
  background-color: #27273100;
}

.moredetailsblock {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-04-15-at-9.04.35-AM.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.container-69 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.listingagentdiv {
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-204 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 40%;
  min-width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.propertylocationblock {
  display: flex;
}

.quick-stack-9 {
  opacity: .63;
  background-color: #000;
}

.link-block-10 {
  text-decoration: none;
}

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

.div-block-203 {
  z-index: 9;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: auto;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.slide5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-03-06-at-6.19.11-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.propertybasicinformations {
  background-image: url('../images/la-jolla-scenic-dr.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 20px 25px 0;
}

.propertybasicinformations.property1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-04-15-at-9.02.24-AM.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.interior-icon {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  margin-right: 20px;
}

.slide-7 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.slide-7.slideonpreview {
  background-image: url('../images/Screenshot-2025-03-01-at-8.59.42-AM.webp');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.slide-7.slideonpreview.slided {
  background-image: url('../images/Screenshot-2025-04-16-at-8.11.15-AM.png');
}

.cell-49 {
  justify-content: space-between;
  align-items: stretch;
}

.heading-59 {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-weight: 200;
}

.sectionproperty {
  z-index: 99;
  height: 100vh;
  position: relative;
}

.propertylocation {
  border-bottom: .5px solid #000;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.propertylocation.noborderbottom {
  border-bottom-width: 0;
}

.quick-stack-12 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border-bottom: 0 #000;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
}

.container-71 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
}

.container-70 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

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

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

.paragraph-73 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: 13px;
}

.paragraph-73.centeredparagraph {
  text-align: center;
  padding-bottom: 50px;
}

.paragraph-73.centeredparagraph.whitetext {
  color: #fff;
}

.propertyinteriorfeatures {
  border-bottom: .5px solid #000;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.div-block-207 {
  border-bottom: .5px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cell-24 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.menulabel-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.exterior-icon {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  margin-right: 20px;
}

.cell-47 {
  justify-content: space-between;
  align-items: stretch;
}

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

.interiorfeaturesblock {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slide-8 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-04-15-at-9.02.24-AM.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: static;
  inset: 0% 0% auto;
}

.cell-55 {
  justify-content: space-between;
  align-items: stretch;
}

.cell-58 {
  text-align: center;
  border-bottom: .5px solid #000;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  text-decoration: none;
}

.cell-58:hover {
  border-bottom-width: 3px;
}

.propertydescriptioncontainer {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.leftalign {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: auto;
  display: flex;
}

.quick-stack-11 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.text-label-2 {
  opacity: .7;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Syncopate, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.cta1-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #000000c9;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 67px;
  padding-bottom: 67px;
  display: grid;
}

.slide4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-03-06-at-6.19.24-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.propertynavbar {
  z-index: 99;
  position: relative;
}

.listingsbtn {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.listingsbtn:hover {
  color: #000;
  background-color: #fff;
}

.listingsbtn.contact-agent-on-porperty {
  letter-spacing: 5px;
  width: 400px;
  min-width: auto;
  margin-top: 30px;
  font-family: Syncopate, sans-serif;
  font-size: 14px;
}

.listingsbtn.contact-agent-on-porperty.nomargin {
  margin-top: 0;
}

.cell-45 {
  justify-content: space-between;
  align-items: stretch;
}

.video {
  z-index: -1;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  position: relative;
}

.video-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.video-iframe {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
}

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

.sectionactivelistings {
  height: 100%;
}

.listingcard {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Screenshot-2025-04-15-at-9.02.24-AM.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 35vh;
  min-height: 35vh;
  max-height: 35vh;
  margin-top: 0;
  margin-left: auto;
  display: flex;
}

.listingcardscontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.listingblock {
  flex-flow: column;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: none;
}

.sectionbuyersservices {
  padding-top: 10rem;
}

.container-58 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.image-38 {
  z-index: -1;
  opacity: .29;
  position: fixed;
  top: 70%;
}

.sectionsellersservices {
  padding-top: 10rem;
}

.sectionsellersservices.nopadding {
  padding-top: 0;
}

.slide-17 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/r-architecture-TRCJ-87Yoh0-unsplash-3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-15 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/3117-stadium-6.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-18 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/r-architecture-KQgrVfR3r74-unsplash.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-16 {
  background-image: url('../images/5820-straley-6.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/3117-stadium-3.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav-5, .right-arrow-8, .left-arrow-6 {
  display: none;
}

.slider-5 {
  width: 90%;
  min-width: 90%;
  max-width: 900%;
  height: 190vh;
  min-height: 190vh;
  max-height: 190vh;
  position: absolute;
}

.sectionheropropertyvalution {
  background-image: url('../images/smart-bg.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 170vh;
  min-height: 170vh;
  max-height: 170vh;
  display: flex;
}

.herocontainerhomevaluation {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 40% 0% auto;
}

.leftbar {
  background-color: #fff;
  width: 100px;
  height: .5px;
}

.headlinetitle {
  color: #fff;
  text-transform: uppercase;
  font-family: Flatline, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 80px;
}

.heading-63 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 55px;
  font-weight: 400;
  line-height: 50px;
  position: absolute;
}

.heading-63.staticheadline {
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: 31px;
  line-height: 36px;
  position: relative;
}

.heading-63.staticheadline.paddingtop.paddingbottom {
  padding-top: 15px;
  padding-bottom: 15px;
}

.heading-63.staticheadline.smalltext {
  font-size: 15px;
}

.inputflow-link {
  color: #4b91e5;
  font-weight: 700;
}

.onboarding_form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
}

.form_back {
  z-index: 5;
  opacity: 0;
  color: #fff;
  cursor: pointer;
  background-color: #c9c9c999;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.slide-20 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/r-architecture-TRCJ-87Yoh0-unsplash-3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.regularbodytext {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-self: auto;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}

.regularbodytext.nopadding {
  margin-top: 0;
  margin-bottom: 0;
}

.regularbodytext.nopadding.whitetext.paddingbottom {
  color: #fff;
  padding-bottom: 50px;
}

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

.headingaboutrealtor-3 {
  background-image: url('../images/filigrane-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35%;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-bottom: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.headingaboutrealtor-3.flex {
  flex-flow: column;
}

.slide-21 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/3117-stadium-6.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.form_radio-label {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 300;
}

.onboarding_img-2 {
  object-fit: cover;
  background-image: url('../images/tom-prejeant-50zHrV5DHJk-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.icon-7 {
  display: none;
}

.sectionhomevaluation-3 {
  z-index: 999;
  position: absolute;
  inset: 30% 0% 0;
}

.heading-64 {
  color: #fff;
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.form_radio-content {
  grid-column-gap: .5rem;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #ffffff12;
  border: .1rem solid #ffffff2b;
  border-radius: .625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 11rem;
  margin-bottom: 0;
  padding-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.form_radio-content:hover {
  transform: scale3d(1.04, 1.04, 1.04);
}

.form_radio-content.is-active {
  cursor: pointer;
  background-color: #000000a6;
  border-width: .5px;
  border-color: #fff;
  transform: rotate(0);
}

.onboarding_step {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 100vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.onboarding_step.address {
  display: flex;
}

.onboarding_step._6step, .onboarding_step._3step, .onboarding_step._5step {
  display: none;
}

.onboarding_step._7step {
  display: flex;
}

.onboarding_step.is-active {
  color: #ffffffe6;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.onboarding_step.is-active._1step {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.onboarding_step.is-active._1step.thank-you, .onboarding_step._8step {
  display: none;
}

.onboarding_step._4step {
  display: flex;
}

.onboarding_step._4step._4stepa {
  display: none;
}

.onboarding_step._4step._4stepb {
  display: flex;
}

.onboarding_step._2step {
  min-width: 100%;
  max-width: 100%;
  display: none;
}

.onboarding_step._9step {
  display: flex;
}

.onboarding_step._9step.improvements {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.form_field-wrapper {
  text-align: left;
  border-bottom: 0 solid #fff;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.button_background {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: .5rem;
  width: 101%;
  height: 101%;
  position: absolute;
  inset: 0% auto auto -101%;
}

.slide-22 {
  background-image: url('../images/5820-straley-6.jpeg');
  background-position: 50%;
  background-size: cover;
}

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

.spacer-medium-2.nospace {
  padding-top: 0;
}

.onboarding_success {
  background-color: #0000;
  font-size: 1.25rem;
}

.button_text-3 {
  z-index: 2;
  position: relative;
}

.spacer-large-2 {
  width: 100%;
  padding-top: 3rem;
}

.onboarding_error {
  color: #040a11;
  background-color: #fff;
}

.slide-23 {
  background-image: url('../images/3117-stadium-3.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slider-6 {
  width: 100%;
  height: 100%;
}

.paragraph-76 {
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 300;
}

.form_back-icon {
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form_label {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: .4rem;
  padding-left: .2rem;
  padding-right: .1rem;
  font-size: .875rem;
  font-weight: 400;
}

.form_radio-img {
  width: 5.5rem;
  margin-bottom: .75rem;
}

.form_radio-img.is-large {
  width: 4.5rem;
}

.form_error-msg {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ececec00;
  border-radius: .25rem;
  margin-top: .4rem;
  padding: .1rem .5rem .1rem 0;
  font-size: 9px;
  font-weight: 500;
  display: none;
}

.section_onboarding-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #000000a6;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  height: calc(100svh - 1rem);
  margin-top: 5rem;
  margin-bottom: 0;
  padding: 5rem 0;
  display: grid;
}

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

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

.form_columns-3._3columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.form_columns-3._4columns {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.onboarding_form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 38rem;
  height: 100%;
  display: flex;
}

.onboarding_content {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.form_input {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 0 #000;
  border-bottom: .5px solid #fff;
  border-radius: 0;
  width: 100%;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem .5rem 0;
  font-size: 14px;
}

.form_input:focus {
  outline-offset: 0px;
  outline: .1rem solid #d2d1d4;
}

.form_radio-button {
  text-transform: uppercase;
  border-style: none;
  border-radius: .25rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0;
}

.form_radio-button.w--redirected-checked {
  border-style: none;
  border-width: 0;
  border-radius: .25rem;
  width: 100%;
  height: 99%;
}

.form_radio-button.w--redirected-focus {
  box-shadow: none;
  outline-offset: .1rem;
  border-style: none;
  border-width: 0;
  border-radius: .25rem;
  outline: .1rem solid #fff;
  width: 100%;
  height: 100%;
}

.form_radio-button.w--redirected-focus-visible {
  border-style: none;
  border-width: 0;
  border-radius: .25rem;
  width: 100%;
  height: 100%;
}

.spacer-small-2 {
  width: 100%;
  padding-top: 1rem;
}

.button_component {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border: .5px solid #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: .7rem 2.5rem;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_component:active {
  outline-offset: 0px;
  outline: 3px #fff;
}

.button_component:focus {
  outline-offset: .15rem;
  outline: .1rem solid #fff;
}

.button_component.is-large {
  letter-spacing: 2px;
  text-transform: uppercase;
  border-width: 1px;
  border-radius: 0;
  padding: 2rem 3.7rem;
  font-size: 14px;
  text-decoration: none;
}

.button_component.is-large:active {
  transform: scale(.95);
}

.button_component.is-large._70 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.page-wrapper-5 {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-9 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  font-weight: 400;
  display: block;
}

.sectionyoutube {
  padding-top: 100px;
}

.video-block-coffee {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 0 8px 8px 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.button-hero {
  z-index: 9;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding-left: 86px;
  display: flex;
  position: relative;
}

.paragraph-12 {
  color: #939393;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-12.big {
  color: #fff;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Syncopate, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.text-block-hero {
  z-index: 2;
  width: 80%;
  margin: 50px 0 60px -25px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.heading-19 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 45px;
  display: block;
}

.heading-19.leftalign {
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Flatline, Arial, sans-serif;
  font-size: 58px;
  line-height: 44px;
}

.container-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.buttontransparent.btntransparent {
  cursor: pointer;
  font-weight: 500;
}

.buttontransparent.btntransparent.onyoutubebanner {
  margin-top: 15px;
}

.buttontransparent.btntransparent.centeredbutton {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.code-embed-4 {
  z-index: auto;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.video-hero-1 {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 80vh;
  padding-left: 0;
  display: flex;
}

.video-hero-1:hover {
  box-shadow: none;
}

.video-hero-1.dark {
  z-index: 999999999;
  color: #fff;
  background-color: #12121200;
  height: 100vh;
}

.play-icon {
  z-index: 7;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cc-blue {
  color: #fff;
  letter-spacing: 3px;
  font-family: Syncopate, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}

.image-29 {
  opacity: .73;
  width: 60%;
}

.container-52 {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-swipe {
  display: none;
}

.slide-prev.desktop-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #c9c9c999;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}

.slide-prev.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.lineleftheadlinesection {
  background-color: #c94592;
  width: 80px;
  height: 1px;
}

.div-block-3285 {
  background-color: #000;
  border-top: .5px solid #fff;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
  padding-bottom: 0%;
  display: flex;
}

.image-32 {
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.headlinesectionlefttextcontent {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
}

.div-block-3286 {
  background-color: #000;
  width: 100%;
  margin-left: 0;
}

.slide-item {
  opacity: .4;
  background-color: #1b1b1b;
  border-radius: 16px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  display: flex;
  transform: scale(.9);
}

.slide-item-wrapper {
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  width: 308px;
  height: 548px;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  line-height: 40px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-8 {
  width: 100%;
  height: 100%;
}

.slide-next.desktop-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #c9c9c999;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.slide-next.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.sectionreels {
  padding-top: 5%;
}

.video-9 {
  width: 100%;
  height: 100%;
}

.wrapper {
  background-color: #000;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  overflow: hidden;
}

.leftsectionheadline {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  padding-top: 2rem;
  padding-left: 1rem;
  display: flex;
}

.slide-container {
  align-items: center;
  height: 80vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-3287 {
  background-color: #000;
  border-top: .5px solid #fff;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
  padding-bottom: 0%;
  display: flex;
}

.image-39 {
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-3288 {
  background-color: #000;
  width: 100%;
  margin-left: 0;
}

.video-10, .video-11 {
  width: 100%;
  height: 100%;
}

.div-block-3289 {
  background-color: #000;
  border-top: .5px solid #fff;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin-bottom: 2%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
  padding-bottom: 0%;
  display: flex;
}

.image-40 {
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-3290 {
  background-color: #000;
  width: 100%;
  margin-left: 0;
}

.video-12, .video-13 {
  width: 100%;
  height: 100%;
}

.content-wrapper-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

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

.image-26 {
  width: 30px;
  height: 30px;
}

.slide-container-2 {
  align-items: center;
  height: 70vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.bold-text-10, .bold-text-11 {
  font-weight: 400;
}

.communitiescontainer {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.leftcardcommunity, .rightcardcommunity {
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.containercommunity {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
  bottom: 100px;
}

.image-41 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.linecommunity {
  background-color: #fff;
  width: 30%;
  height: 1px;
}

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

.horizontal-text_wrapper {
  z-index: 1;
  margin-left: 20rem;
  position: absolute;
  bottom: 25%;
}

.sticky {
  background-color: #3d3d3d;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.offset-image-curtain {
  z-index: 1;
  background-color: #05080e;
  height: 16%;
  position: absolute;
  inset: 0% 0% auto;
}

.horizontal-text-middle {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  font-family: Flatline, Arial, sans-serif;
  font-size: 4rem;
  line-height: 1.2;
}

.offset {
  justify-content: center;
  align-items: center;
  margin-right: -100vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal-text {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  margin-right: 5rem;
  font-family: Flatline, Arial, sans-serif;
  font-size: 4rem;
  line-height: 1.2;
}

.image-49 {
  filter: brightness(90%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: auto;
}

.height {
  height: 500vh;
  position: relative;
}

.horizontal-text-bottom {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  margin-left: 5rem;
  font-family: Flatline, Arial, sans-serif;
  font-size: 4rem;
  line-height: 1.2;
}

.offset-image-curtain-2 {
  z-index: 1;
  background-color: #05080e;
  height: 16%;
  position: absolute;
  inset: auto 0% 0%;
}

.mover {
  display: flex;
}

.section-horizontal {
  padding-bottom: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-style-h5 {
  color: #6e6e6e;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .65rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h5.horizontal {
  text-align: right;
  margin-right: 1rem;
  font-size: .8rem;
}

.headline {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.social-link {
  color: #6e6e6e;
  cursor: pointer;
  transition: all .25s;
}

.social-link:hover {
  color: #fff;
}

.color-red {
  cursor: pointer;
  background-color: #db7e7e;
  border: 1px solid #fff;
  border-radius: 999rem;
  width: 20px;
  height: 20px;
}

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

.eclipse-1 {
  opacity: .3;
  filter: blur(150px);
  background-color: #2a467b;
  border-radius: 99rem;
  width: 50rem;
  height: 30rem;
  position: absolute;
  inset: 0% 10vw auto auto;
}

.headline_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.swiper.tinyflow-slider {
  z-index: 1;
  position: relative;
}

.swiper.is-team {
  margin-top: 3rem;
  overflow: visible;
}

.card_wrapper {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #9d9e9d;
  background-color: #0c0f18;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 310px;
  padding: 2.5rem 1.25rem;
  display: flex;
  position: relative;
}

.cloud-right-back {
  z-index: 1;
  width: 70vw;
  position: absolute;
  inset: auto 0 20vh auto;
}

.subscribe-shadow {
  z-index: 1;
  background-image: linear-gradient(90deg, #05080e99, #05080e00 63%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.color-image-red {
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiper-wrapper.is-team {
  flex-flow: row;
  display: flex;
}

.blog-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1rem 1rem 3rem;
  display: flex;
  box-shadow: 0 0 10px #8f8f8f33;
}

.blog-image-wrapper {
  border-radius: .6rem;
  width: 100%;
  max-width: 100%;
  height: 15rem;
  overflow: hidden;
}

.color-silver {
  cursor: pointer;
  background-color: #777;
  border: 1px solid #fff;
  border-radius: 999rem;
  width: 20px;
  height: 20px;
}

.card {
  min-height: 16rem;
  transition: transform .2s cubic-bezier(.455, .03, .515, .955), opacity .2s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: hidden;
}

.choose-colors_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.drag-text {
  color: #fff;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 1.25rem;
  font-weight: 400;
}

.color_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 55rem;
  display: flex;
  position: relative;
}

.color-image-silver {
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.horizontal-text-middle-2 {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  font-size: 4rem;
  line-height: 1.2;
}

.hero-content {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 8vh;
}

.eclipse-2 {
  opacity: .12;
  filter: blur(90px);
  background-color: #fff;
  border-radius: 99rem;
  width: 18.75rem;
  height: 12.5rem;
  position: absolute;
  inset: 20vh 10vw auto auto;
}

.eclipse-2.mute {
  opacity: .09;
}

.footer-link {
  color: #a1a1a1;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  transition: color .25s;
}

.footer-link:hover {
  color: #fff;
}

.footer-policy_wrapper {
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.tech-card {
  background-image: linear-gradient(156deg, #fff3, #9990 24%, #ebebeb00 85%, #fff3);
  border-radius: 1rem;
  width: 100%;
  height: 25rem;
  padding: 1px;
  transition: transform .2s cubic-bezier(.455, .03, .515, .955), opacity .2s cubic-bezier(.455, .03, .515, .955);
  position: sticky;
  top: 30vh;
  overflow: hidden;
}

.section-ghost {
  background-color: #05080e;
  height: 120vh;
  position: relative;
  overflow: hidden;
}

.cloud-left-back {
  z-index: 1;
  width: 70vw;
  position: absolute;
  inset: auto auto 20vh 0%;
}

.interior-image_holder-3 {
  justify-content: center;
  align-items: center;
  width: 36rem;
  max-width: 100%;
  height: 50rem;
  display: flex;
  overflow: hidden;
}

.main-button {
  color: #fff;
  background-color: #3278ff;
  border: 1px solid #3278ff;
  border-radius: 999rem;
  padding: .8rem 2rem;
  font-size: .75rem;
  font-weight: 500;
  transition: all .25s;
}

.main-button:hover {
  background-color: #05080e;
}

.main-button.ghost {
  background-color: #fff0;
  border-color: #ffffff4d;
}

.main-button.ghost:hover {
  border-color: #fff;
}

.horizontal-text-2 {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  margin-right: 5rem;
  font-size: 4rem;
  line-height: 1.2;
}

.text-span-2 {
  color: #fff;
}

.heading-style-h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3.color-black {
  color: #353535;
}

.interior-image_holder-4 {
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 55rem;
  height: 30rem;
  display: flex;
  overflow: hidden;
}

.color-image-gold {
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 80rem;
}

.eclipse-3 {
  opacity: .3;
  filter: blur(150px);
  background-color: #2a467b;
  border-radius: 99rem;
  width: 50rem;
  height: 30rem;
  position: absolute;
  inset: auto auto -10vh -15vw;
}

.ghost-headline_wrapper {
  z-index: 4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 5vh 0% auto;
}

.hero-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 2rem;
  display: flex;
}

.pointer_wrap {
  z-index: 1000;
  color: #9d9e9d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-span {
  color: #fff;
}

.section-subscribe {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30rem;
  position: relative;
}

.image-50 {
  filter: brightness(90%);
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  margin: auto;
  overflow: clip;
}

.section-color_wrapper {
  z-index: 1;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.section-intro {
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  padding: 12rem 5%;
  display: flex;
}

.tech-card-content {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.section_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.footer-logo {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.scoial-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.horizontal-text-bottom-2 {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  margin-left: 5rem;
  font-size: 4rem;
  line-height: 1.2;
}

.interior-image_holder-2 {
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 40rem;
  height: 20rem;
  display: flex;
  overflow: hidden;
}

.ghost-shadow {
  z-index: 3;
  background-image: linear-gradient(#05080e, #05080ecc 25%, #05080e99 45%, #05080e00);
  height: 50vh;
  position: absolute;
  inset: 0% 0% auto;
}

.interior-row {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.interior-row.align-left {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: flex-start;
  align-items: flex-end;
}

.interior-row.align-right {
  justify-content: flex-end;
}

.interior-row.align-right.arrow-scroll {
  justify-content: flex-end;
  align-items: center;
  height: auto;
}

.tech-image {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: relative;
}

.section-technical {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #05080e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 25vh 5% 40vh;
  display: flex;
}

.subscribe-content {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: .6rem;
  padding-right: .6rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 5%;
}

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

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

.tinyflow-slider__pagination {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.heading-style-h1 {
  color: #a1a1a1;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.section-interior-2 {
  grid-column-gap: 25vh;
  grid-row-gap: 25vh;
  background-color: #f4f4f4;
  flex-flow: column;
  padding-top: 12rem;
  padding-bottom: 6rem;
  display: flex;
}

.cloud-left-front {
  z-index: 3;
  width: 45vw;
  position: absolute;
  inset: auto auto 10vh -5%;
}

.interior-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  transform: scale(1.2);
}

.section_performance {
  background-color: #05080e;
  padding-top: 12rem;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.section-blog {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #f4f4f4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 12rem 5%;
  display: flex;
}

.blog-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: .6rem;
  padding-right: .6rem;
  display: flex;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.01);
}

.color-image-blue {
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-rights {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.heading-style-h2 {
  color: #353535;
  text-transform: uppercase;
  max-width: 45rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

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

.heading-style-h2.color-dark-white {
  color: #a1a1a1;
}

.text-block-27 {
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
}

.section-spacing {
  padding-left: 30px;
  padding-right: 30px;
}

.section-spacing.project {
  padding-top: 12rem;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.interior-image_holder-1 {
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 50rem;
  height: 30rem;
  display: flex;
  overflow: hidden;
}

.footer-copy-text {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.eclipse-4 {
  opacity: .3;
  filter: blur(150px);
  background-color: #2a467b;
  border-radius: 99rem;
  width: 54rem;
  height: 23rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
}

.swiper-slide.is-team {
  min-width: 30%;
  transition: transform .4s;
}

.cloud-right-front {
  z-index: 3;
  width: 45vw;
  position: absolute;
  inset: auto 0 10vh auto;
}

.line {
  background-color: #122446;
  width: 100%;
  height: 1px;
}

.tech-eclipse {
  opacity: .67;
  filter: blur(80px);
  background-color: #2a467b;
  border-radius: 999rem;
  width: 30%;
  height: 60%;
  margin-left: 8rem;
  position: absolute;
}

.tech-eclipse.align-right {
  margin-left: auto;
  margin-right: 6rem;
  right: 0;
}

.footer-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.blog-image {
  object-fit: cover;
  border-radius: .6rem;
  width: 100%;
  height: 100%;
}

.text-size-regular {
  color: #ffffffb3;
  max-width: 70ch;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-size-regular.align-middle {
  text-align: center;
}

.text-size-regular.color-black {
  color: #5a5a5a;
}

.text-size-regular.color-black.max-40ch {
  max-width: 40ch;
}

.color-blue {
  cursor: pointer;
  background-color: #4b84a2;
  border: 1px solid #fff;
  border-radius: 999rem;
  width: 20px;
  height: 20px;
}

.difference-grid {
  z-index: 1;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.arrow-embed {
  color: #fff;
  margin: auto;
}

.arrow-embed.dark {
  color: #000;
}

.arrow-embed.absolute {
  position: absolute;
  inset: auto;
}

.arrow-embed.absolute.dark {
  color: #000;
}

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

.difference-card {
  background-image: linear-gradient(156deg, #fff3, #9990 24%);
  border-radius: 1rem;
  min-height: 16rem;
  padding: 1px;
  transition: transform .2s cubic-bezier(.455, .03, .515, .955), opacity .2s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: hidden;
}

.difference-card._3 {
  background-image: linear-gradient(212deg, #fff3, #9990 24%);
}

.difference-card._2 {
  background-image: linear-gradient(185deg, #fff3, #9990 24%);
}

.section-difference {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #05080e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12rem 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-heading {
  color: #ffffffe6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: .6875rem;
  font-weight: 500;
  line-height: 1.2;
}

.footer {
  background-color: #050505;
  justify-content: center;
  align-items: center;
  padding: 6rem 10% 3rem;
  display: flex;
  position: relative;
}

.arrow-drag.rotated {
  transform: rotate(180deg);
}

.color-image_stable {
  z-index: 1;
  position: relative;
}

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

.section-interior {
  background-color: #f4f4f4;
  position: relative;
}

.privacy-heading {
  color: #a1a1a1;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  font-size: .6875rem;
  font-weight: 500;
  line-height: 1.2;
  transition: all .25s;
}

.privacy-heading:hover {
  color: #fff;
}

.arrow-scroll {
  border: 1px solid #ffffff4d;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-scroll.horizontal {
  border-color: #0000004d;
  transform: rotate(-90deg);
}

.arrow-scroll.hide-mobile {
  width: 3rem;
  height: 3rem;
}

.color-gold {
  cursor: pointer;
  background-color: #bb8b2e;
  border: 1px solid #fff;
  border-radius: 999rem;
  width: 20px;
  height: 20px;
}

.section-horizontal-2 {
  padding-bottom: 100vh;
}

.pointer {
  background-color: #3278ff;
  border-radius: 999rem;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  display: flex;
  transform: scale(0);
}

.tech_sticky-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 60rem;
  display: flex;
  position: relative;
}

.tech-card_wrapper {
  z-index: 1;
  color: #9d9e9d;
  background-color: #0c0f18;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-hero {
  isolation: isolate;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.gallery_inner_number-block {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery_inner_imgs-list {
  aspect-ratio: 3 / 1.7;
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery_inner_slide-number.ab {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.hero-heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff 40%, #fff3);
  -webkit-background-clip: text;
  background-clip: text;
}

.spacer-vh {
  height: 200vh;
}

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

.gallery_inner_heading-wrap.ab {
  opacity: 0;
  opacity: 0;
  opacity: 0;
  opacity: 0;
  inset: 0%;
  inset: 0%;
  opacity: 0;
  inset: 0%;
  inset: 0%;
  opacity: 0;
  inset: 0%;
  font-family: Syncopate, sans-serif;
  position: absolute;
  inset: 0%;
}

.gallery_main-img {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery_main-imgs {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: clip;
}

.gallery_inner_number-slide {
  padding-right: 2px;
  position: relative;
  overflow: hidden;
}

.gallery_inner_img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery_main-img-wrap {
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.1);
}

.gallery_track {
  z-index: 5;
}

.gallery_inner_img-row {
  width: 100%;
  position: relative;
  overflow: clip;
}

.hero_header {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery_inner_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.section_hero {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery_block-sc-trigger {
  height: 120svh;
}

.gallery_inner_para-row {
  text-align: center;
  margin-top: 1.5rem;
  position: static;
  top: -71px;
}

.gallery_inner_heading-row {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  max-width: 18.5rem;
  margin: 3rem auto 2rem;
  position: relative;
}

.gallery_inner_para-block-2.ab {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.gallery_component {
  width: 100%;
  height: 100svh;
  position: sticky;
  top: 0;
}

.gallery_inner_block {
  background-color: #d1ccbf;
  width: 40%;
  min-width: 30rem;
  max-width: 32rem;
  height: 80%;
  padding: 2rem;
}

.gallery_inner_number-inactive {
  color: #2b353099;
}

.heading-65 {
  font-weight: 400;
}

.heading-66 {
  color: #000;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-weight: 400;
}

.paragraph-77 {
  font-family: Syncopate, sans-serif;
}

.paragraph-78 {
  color: #fff;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
}

.gallery_inner_para-row-2 {
  text-align: center;
  margin-top: 1.5rem;
  position: relative;
}

.gallery_inner_block-2, .gallery_inner_block-3 {
  background-color: #d1ccbf;
  width: 40%;
  min-width: 30rem;
  max-width: 32rem;
  height: 80%;
  padding: 2rem;
}

.heading-67 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.375rem;
  line-height: 1;
  display: block;
}

.container-89 {
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  display: flex;
}

.leftblockstep {
  width: 40%;
}

.rightblockstep {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.container1 {
  background-color: #f4f4f4;
  background-image: url('../images/1_1.png');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 60vh;
  min-height: 60vh;
  max-height: 60vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.container2 {
  background-color: #f4f4f4;
  background-image: url('../images/2_1.png');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 60vh;
  min-height: 60vh;
  max-height: 60vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.container3 {
  background-color: #f4f4f4;
  background-image: url('../images/3_1.png');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 60vh;
  min-height: 60vh;
  max-height: 60vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.container4 {
  background-color: #f4f4f4;
  background-image: url('../images/4_1.png');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 60vh;
  min-height: 60vh;
  max-height: 60vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.container5 {
  background-color: #f4f4f4;
  background-image: url('../images/5.png');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 60vh;
  min-height: 60vh;
  max-height: 60vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.line-current {
  color: #dfdfdf;
  background-color: #000;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  height: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto;
}

.line-current.white.white2 {
  color: #fff;
  background-color: #fff;
}

.menu-text {
  color: #000;
  font-family: Syncopate, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 5vh;
  position: relative;
}

.menu-text.smalllink {
  color: #fff;
  text-align: center;
  font-family: Flatline, Arial, sans-serif;
  font-size: 4vw;
}

.menu-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #e1b24c;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 4.5vw;
  font-weight: 300;
  line-height: 11vh;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navigation-content-wrapper {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.navigation-image-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-image-container.fullwidth {
  width: 100%;
}

.navigation-links {
  background-color: #0000009e;
  background-image: url('../images/photo.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 10vh;
  display: flex;
}

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

.navigation-image.nature, .navigation-image.vintage {
  opacity: 0;
}

.navigation-image.current {
  z-index: 1;
  display: inline-block;
}

.navigation-image.lullaby, .navigation-image.fairy {
  opacity: 0;
}

.navigation-container {
  z-index: 999;
  background-color: #fff;
  display: none;
  position: fixed;
  inset: 0%;
}

.navigation-container.contactmodal {
  z-index: 999999999;
  display: none;
}

.container-90 {
  z-index: 99999;
  position: static;
  inset: 0% 0% auto auto;
}

.closingcontainer {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 5%;
  margin-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.closebutton {
  z-index: 999;
  border: 2px solid #ffffff8a;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.image-51 {
  opacity: .59;
  max-width: 30px;
  margin: auto;
  display: block;
}

.input {
  color: #fff;
  letter-spacing: -.8px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #6b6b6b;
  height: 55px;
  margin-bottom: 30px;
  padding: 12px 0;
  font-family: Syncopate, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  box-shadow: 1px 1px 3px #0000000a;
}

.input:focus {
  border: 1px #cecece;
  border-bottom-style: solid;
}

.efi-form-button {
  color: #fff;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 0;
  width: 100%;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: all .7s ease-in-out;
}

.efi-form-button:hover {
  color: #fff;
  background-color: #636363;
  transform: translate(0, -7px);
}

.efi-form-button:active {
  color: #fff;
}

.efi-form-button.invert {
  filter: invert();
}

.efi-frm-03 {
  background-color: #000000c4;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 5%;
  display: block;
}

.efi-frm-03-container {
  color: #fff;
}

.efi-frm-03-text-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
}

.efi-frm-03-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.efi-h3 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-weight: 400;
}

.efi-h3.biglink {
  font-family: Flatline, Arial, sans-serif;
  font-size: 4vw;
}

.div-block-3291 {
  z-index: 999;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.menu-link-2 {
  color: #e1b24c;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 4.5vw;
  font-weight: 300;
  line-height: 11vh;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.menu-text-2 {
  position: relative;
}

.menu-link-3 {
  color: #e1b24c;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 4.5vw;
  font-weight: 300;
  line-height: 11vh;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.menu-text-3 {
  position: relative;
}

.menu-link-4, .menu-link-5, .menu-link-6 {
  color: #e1b24c;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 4.5vw;
  font-weight: 300;
  line-height: 11vh;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.buttonwhite {
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  background-color: #fff0;
  border-top: .5px solid #fff;
  border-bottom: .5px solid #fff;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px 20px;
  font-size: 1vw;
  font-weight: 500;
  text-decoration: none;
}

.buttonwhite.smallbutton {
  width: 60%;
  min-width: 60%;
  max-width: 60%;
}

.buttonwhite.smallbutton.margintop {
  margin-top: 50px;
}

.line-wrapper {
  overflow: hidden;
}

.line-wrapper.rightalignarticle {
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  margin-left: auto;
}

.color-1 {
  color: #fff;
  text-transform: uppercase;
  font-family: Flatline, Arial, sans-serif;
  font-size: 5vw;
}

.work_image {
  opacity: .75;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.work_item {
  background-color: #000;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-3 {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  height: 150px;
  min-height: 150px;
  max-height: 150px;
  margin: auto;
  display: block;
}

.work_item-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.work_text-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  margin-left: 0;
  margin-right: auto;
  font-size: 8vw;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.container-73 {
  text-align: left;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.work_video-container {
  aspect-ratio: 16 / 9;
  flex-flow: column;
  flex: 1 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  display: flex;
}

.work_container {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: block;
}

.work_image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}

.work_text {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin: auto 0 5vw;
  padding: 4vw 2vw 2rem;
  display: flex;
  position: relative;
}

.text-block-28 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 500;
}

.text-block-28.centertext {
  text-align: center;
  margin-left: 0;
  font-family: Syncopate, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.line-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
  will-change: transform;
  font-family: Flatline, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.line-2.explore {
  text-align: center;
  letter-spacing: 18px;
  padding-bottom: 0;
  font-family: Flatline, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 400;
}

.line-2.explore.blacktext {
  color: #000;
}

.line-2.letterspacingtown {
  text-align: right;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-weight: 400;
}

.work-text-subtitle {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  color: #fff;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3vw;
  padding-bottom: .5vw;
  padding-right: 1vw;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.work-text-subtitle.rightaligned {
  min-height: 100%;
  max-height: 100%;
}

.work_video-wrapper {
  z-index: 1;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  background-color: #00000094;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
  position: relative;
  overflow: auto;
}

.work_item-overlay {
  z-index: 2;
  pointer-events: none;
  background-color: #000;
  display: none;
  position: absolute;
  inset: 0%;
}

.code_css, .code_js {
  display: none;
}

.image-52 {
  max-width: 250px;
  margin-top: 2rem;
}

.leftlinearticle {
  color: #fff;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.presslabel {
  z-index: 99999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.image-53 {
  max-width: 350px;
  display: none;
  position: absolute;
}

.image-54 {
  z-index: -1;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0;
}

.waves---section-hero-primary-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-grid-hero-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-content-hero-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves-image-wrap-hero-3 {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  display: flex;
  overflow: hidden;
}

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

.waves-gradient-hero-3 {
  z-index: 9;
  background-image: linear-gradient(#faebe3, #faebe300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-3.bottom {
  background-image: linear-gradient(to top, #faebe3, #faebe300);
  inset: auto 0% -1px;
}

.waves-column-hero-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-column-hero-2.column-two {
  width: 100%;
}

.waves-item-gallery-hero-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-3.reverse {
  justify-content: flex-end;
}

.waves-gallery-hero-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-grid-hero-3 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.waves-image-wrap-hero-4 {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.image-55 {
  z-index: -1;
  max-width: 250px;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.hero_heading {
  font-family: Flatline, Arial, sans-serif;
  font-size: 58px;
  font-weight: 400;
}

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

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

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

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

.hero_sub-text-wrap {
  font-size: 1vw;
}

.padding-global-2 {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  display: flex;
}

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

.text-link_line {
  background-color: #252525;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-link_line.is-white {
  background-color: #fff;
}

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

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

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

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

.padding-section-medium.featured {
  background-color: #000;
}

.article_card-image-wrap {
  flex: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

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

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

.section_jornal {
  color: #fff;
  background-color: #f06446;
  flex: none;
  font-size: 1vw;
  position: relative;
}

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

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

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

.section_intro {
  flex: none;
  position: relative;
}

.text-link_wrap {
  text-transform: capitalize;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

.article_card-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  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;
}

.hero_heading-wrapper {
  margin-bottom: -1.5rem;
  margin-right: auto;
  overflow: hidden;
}

.heading-style-h1-2 {
  letter-spacing: -.025em;
  font-size: 13vw;
  line-height: 1.1;
}

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

.jornal_subtext {
  max-width: 27ch;
}

.heading-style-h3-2 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.heading-style-h3-2.is-hero {
  text-transform: uppercase;
  max-width: 25vw;
  font-family: Syncopate, sans-serif;
  font-size: 1.35em;
}

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

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

.hero_content-wrapper {
  z-index: 2;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-end;
  height: 70%;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: auto;
}

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

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

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

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

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

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

.section_articles {
  flex: none;
  position: relative;
}

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

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

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

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

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

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

.section_work {
  flex: none;
  position: relative;
}

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

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

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

.section_cta {
  flex: none;
  position: relative;
}

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

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

.test-size-title-small {
  color: #000;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.heading-68 {
  font-family: Flatline, Arial, sans-serif;
  font-size: 98px;
  font-weight: 400;
  line-height: 60px;
  position: absolute;
  inset: auto auto 5% 5%;
}

.image-56 {
  margin-right: 0;
  display: block;
}

.text-block-29 {
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-style: normal;
}

.intro_content-2 {
  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;
}

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

.cta_quorte-title-2 {
  max-width: 25ch;
}

.hero_heading-wrapper-2 {
  margin-bottom: -1.5rem;
  overflow: hidden;
}

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

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

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

.test-size-title-small-2 {
  font-size: 1.125rem;
  font-weight: 700;
}

.nav_menu_link {
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  letter-spacing: -.025em;
  background-color: #fff;
  border: 1px solid #25252540;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 2rem;
  font-size: 2.5rem;
  line-height: 1;
  transition: color .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav_menu_link:hover {
  color: #fff;
  background-color: #f06446;
}

.nav_menu_link.is-50 {
  width: 50%;
  height: 50%;
}

.nav_menu_link.is-25 {
  width: 25%;
  height: 25%;
}

.nav_menu_link.is-75 {
  width: 75%;
  height: 75%;
}

.nav_logo-wrap {
  z-index: 998;
  color: #fff;
  transition: opacity .3s;
  position: fixed;
  inset: 3rem auto auto 4.5rem;
  transform: translate(-30%);
}

.nav_logo-wrap.w--current {
  z-index: 1001;
  position: fixed;
}

.nav_top-logo {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 2rem 0% auto;
}

.nav_bottom-progress {
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto 0% 2rem;
}

.nav_logo-text {
  perspective-origin: 0%;
  transform-origin: 50%;
  white-space: nowrap;
  margin-top: 1em;
  font-style: italic;
  font-weight: 300;
  transition: opacity .3s;
  position: absolute;
  transform: rotate(90deg);
}

.nav_logo-text.is-bottom {
  perspective-origin: 50%;
  transform-origin: 50%;
  text-align: right;
  margin-top: 0;
  font-style: normal;
  position: absolute;
  inset: auto 0% 0%;
}

.nav_icon-line {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #252525;
  width: 1px;
  height: 100%;
}

.nav_trigger {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero_logo-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.6875rem;
  height: 4.8125rem;
  display: flex;
}

.nav_menu_close-trigger {
  z-index: 1;
  cursor: pointer;
  background-color: #252525cc;
  display: block;
  position: absolute;
  inset: 0%;
}

.loader_colums {
  background-color: #f06446;
  flex: 1;
  height: 100%;
}

.nav_logo-embed {
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 6.25rem;
  transition: opacity .3s;
  display: flex;
}

.nav_icon {
  justify-content: space-between;
  align-items: stretch;
  width: 1rem;
  height: 2.1875rem;
  display: flex;
  overflow: hidden;
}

.nav_bar {
  z-index: 999;
  cursor: pointer;
  background-color: #fff;
  border-left: 1px solid #00000040;
  min-width: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav_menu_wrap {
  z-index: 2;
  width: 75%;
  height: 100%;
  margin-right: 3rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.loader_component {
  z-index: 1001;
  display: none;
  position: fixed;
  inset: 0%;
}

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

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

.loader_flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.nav_menu_other-links {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 3rem 2.5rem auto;
}

.nav_menu_component {
  z-index: 997;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.container_2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.divider-number {
  color: #fff;
  margin-top: 17px;
  margin-left: 0;
  margin-right: auto;
  font-size: 35px;
  font-weight: 700;
  display: block;
}

.divider-number._2 {
  margin-left: auto;
}

.white {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-weight: 400;
}

.white.whatever {
  color: #fff;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 30px;
  font-family: Syncopate, sans-serif;
}

.white.blacktitle {
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
}

.white.smaller._100 {
  max-width: 100%;
}

.secton-c {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(to top, #000000a8, #00000036), url('../images/140509029.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: auto;
  height: 900px;
  padding-top: 150px;
  padding-bottom: 0;
  position: static;
}

.secton-c.magic {
  background-image: linear-gradient(11deg, #000000d4, #0000004f), url('../images/2548-wabash-5.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  height: auto;
  margin-bottom: 5rem;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.years {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-left: -6px;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 15px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.section-6 {
  z-index: 9999999;
  background-color: #000;
  height: auto;
  padding-top: 5rem;
  position: relative;
}

.gold-circle {
  color: #8c7754;
  text-align: center;
  border: 4px solid #ad9266;
  border-radius: 100px;
  width: 60px;
  min-width: 0;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.intro-paragraph {
  color: #757575;
  text-align: left;
  padding: 50px 10px 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.intro-paragraph.early-ways {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Flatline, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.w {
  float: left;
  clear: left;
  color: #8c7754;
  margin-top: 0;
  margin-left: 9px;
  padding-top: 89px;
  padding-bottom: 0;
  padding-right: 10px;
  font-size: 102px;
  font-weight: 400;
  line-height: 22px;
}

.w.smaller {
  margin-left: 0;
  padding-top: 22px;
  padding-left: 10px;
  font-size: 55px;
}

.walt-disney-content {
  padding-top: 100px;
}

.stat_section {
  border: 1px solid #ccc;
  border-color: #ccc #000;
  margin-top: 100px;
  margin-left: 0;
  padding-bottom: 0;
}

.stat_section.nopaddingtop {
  margin-top: 0;
}

.artist-headline {
  color: #fff;
  text-align: left;
  margin-top: 25px;
  font-family: Flatline, Arial, sans-serif;
  font-size: 70px;
}

.artist-headline.centeraligned {
  text-align: center;
}

.stat_columns {
  border-top-style: solid;
  border-top-color: #0000;
  border-right: 1px solid #ccc;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-bottom: 70px;
  padding-left: 30px;
}

.stat_columns.no-line {
  border-top-color: #0000;
  border-right-color: #0000;
}

.stat_columns.noborderright {
  border-right-width: 0;
}

.stat_columns.nopaddingbottom {
  padding-top: 60px;
  padding-bottom: 60px;
}

.gold {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 5px;
}

.gold.centeraligned {
  line-height: 65px;
}

.gold.centeraligned.nomargin {
  margin-top: 0;
  padding-top: 0;
}

.walt-disney-columns {
  margin-top: 75px;
}

.feature-callout-eyebrow {
  color: #000;
  letter-spacing: 2px;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.stat_lower {
  color: #fff;
  padding-top: 30px;
  font-family: Flatline, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.black {
  color: #fff;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5px;
}

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

.walt_disney_content {
  height: 400px;
}

.yogi-bear-section {
  background-image: url('../images/contact2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.yogi-bear-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  display: flex;
}

.years-header {
  color: #000;
  text-align: left;
  margin-top: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 75px;
  font-weight: 400;
}

.years-header.yogi {
  color: #fff;
  text-align: center;
}

.years-header.pink-panther {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Flatline, Arial, sans-serif;
  font-size: 39px;
}

.body-paragraph-small {
  color: #757575;
  width: auto;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.body-paragraph-small.yogi-bear {
  color: #fff;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Open Sans, sans-serif;
}

.body-paragraph-small.pink-phink {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 30px;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Montserrat, sans-serif;
}

.body-paragraph-small.pink-phink.paddingtop {
  padding-top: 25px;
  padding-bottom: 10px;
}

.body-paragraph-small.witch {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
  overflow: visible;
}

.body-paragraph-small.witch.centeralign {
  text-align: center;
}

.body-paragraph-small.witch.centeralign.paddingtop {
  padding-top: 25px;
}

.pink_panther_character {
  background-image: linear-gradient(#00000080, #00000080), url('../images/media-bg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.pink-panther-content-2 {
  padding-top: 100px;
}

.image-57 {
  max-width: 300px;
}

.image-58 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-29 {
  text-decoration: none;
}

.image-59 {
  max-width: 200px;
}

.section-7 {
  background-image: linear-gradient(#000, #000);
}

.sectionvideo {
  display: block;
}

.container-91 {
  background-image: url('../images/westover-2.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 60vh;
  display: flex;
}

.container-91.paddingleft {
  z-index: 999;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-left: 5%;
  position: absolute;
  inset: auto 0% 0%;
}

.containervideo {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: 20%;
  display: block;
}

.videoplaydiv {
  z-index: 999;
  margin-left: auto;
  position: absolute;
  inset: 10% 5% auto auto;
}

.image-60 {
  max-width: 150px;
}

.abouthomepageleft {
  width: 60%;
  min-width: 60%;
  max-width: 60%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.abouthomepageright {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.duwe-olsen-group-pic {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

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

.image-61 {
  width: 250px;
  max-width: 250px;
}

.text-block-36 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 200;
  line-height: 1.5;
}

.menu-link-7 {
  color: #a1a1a1;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  transition: color .25s;
}

.menu-link-7:hover {
  color: #fff;
}

.navbar-center-logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.menu-link-4 {
  color: #a1a1a1;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  transition: color .25s;
}

.menu-link-4:hover {
  color: #fff;
}

.navlink-text {
  color: #fff;
  letter-spacing: 7px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Syncopate, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.text-block-32, .text-block-31, .text-block-33 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 200;
}

.menu {
  cursor: pointer;
  border-left: 0 solid #fff3;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 100%;
  display: flex;
  position: relative;
}

.menu.phonenumber {
  width: 9rem;
}

.progress-bar_wrapper {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 2px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.menu-link-5 {
  color: #a1a1a1;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  transition: color .25s;
}

.menu-link-5:hover {
  color: #fff;
}

.menu-grid-car-name {
  z-index: 2;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Flatline, Arial, sans-serif;
  font-size: .9rem;
  position: absolute;
  inset: auto auto 5% 5%;
}

.menu-grid-car-name.centeralign {
  width: 90%;
  left: auto;
}

.menu-link-6 {
  color: #a1a1a1;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  transition: color .25s;
}

.menu-link-6:hover {
  color: #fff;
}

.navlink_shop {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 99;
  width: 100%;
  display: block;
  position: fixed;
  inset: 0 0 auto;
}

.navbar.fullwidth {
  z-index: 2147483647;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar.fullwidth._100 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.text-block-37 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 200;
  line-height: 1.6;
}

.navbar-top {
  z-index: 99;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #ffffff12;
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding-left: 2rem;
  display: flex;
}

.menu-grid-image_wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-grid-image_wrapper.small {
  cursor: pointer;
  max-width: 20rem;
  position: relative;
}

.menu-grid-column {
  position: relative;
}

.menu-grid-column.flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.menu-link-1 {
  color: #a1a1a1;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  transition: color .25s;
}

.menu-link-1:hover {
  color: #fff;
}

.progress-bar {
  background-color: #3278ff;
  border-radius: 600rem;
  width: 0%;
  height: 2px;
}

.navbar-right-side {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.image-62 {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
}

.text-block-38 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 200;
}

.menu-drop {
  z-index: 2147483647;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000091;
  justify-content: space-between;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  display: flex;
  position: relative;
  transform: scale(0);
}

.menu-drop.menu-drop-full {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.menu-grid-shadow {
  background-image: linear-gradient(#fff0 64%, #05080e99);
  position: absolute;
  inset: 0%;
}

.text-block-39 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 200;
}

.menu-link-8 {
  color: #a1a1a1;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  transition: color .25s;
}

.menu-link-8:hover {
  color: #fff;
}

.menu-grid-image {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: auto;
}

.text-block-34 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 200;
  line-height: 1.5;
}

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

.text-block-35 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 200;
  line-height: 1.5;
}

.menu-link-2 {
  color: #a1a1a1;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  transition: color .25s;
  display: block;
}

.menu-link-2:hover {
  color: #fff;
}

.text-block-30 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 200;
}

.menu-heading {
  color: #ffffffe6;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Syncopate, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-40 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 200;
  line-height: 1.5;
}

.text-block-41 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 200;
}

.menu-link-3 {
  color: #a1a1a1;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  transition: color .25s;
}

.menu-link-3:hover {
  color: #fff;
}

.menu-left-side {
  z-index: 99999;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 50%;
  display: flex;
  position: relative;
}

.menu-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: flex;
}

.text-block-42 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1.5;
}

.sectionmedia {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 5vw;
  overflow: visible;
}

.page-styles {
  position: fixed;
  inset: 0% auto auto 0%;
}

.team_slide.swiper-slide {
  aspect-ratio: 4 / 6;
  flex: none;
  width: 20rem;
  height: auto;
  position: relative;
  overflow: hidden;
}

.team_slider_parrent {
  width: 100%;
  position: relative;
}

.team_slider_arrow {
  opacity: 0;
  color: #000;
  background-color: #fff;
  border-radius: 100vh;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 0 1.25rem;
  transition: opacity 50ms;
  display: flex;
  position: absolute;
}

.team_text_slider-wrap.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.team_slider.swiper {
  width: 100%;
}

.team_text_slider-slide.swiper-slide {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .5s;
  display: flex;
  overflow: hidden;
}

.team_bio_slider-slide {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.team_bio_slider-slide.swiper-slide {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: .5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: opacity .5s;
  display: flex;
}

.section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.team_bio_slider-wrap {
  width: 100%;
  height: 100%;
}

.team_slider-wrap.swiper-wrapper {
  display: flex;
}

.team_bio_slider {
  width: 100%;
}

.team_bio_slider.swiper {
  height: 140px;
  overflow: hidden;
}

.team_text_slider.swiper {
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
}

.team_slider_arrow-trigger {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.team_slider_arrow-wrap {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.arrow-wrapper {
  z-index: 1000;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0;
}

.viewpropertieslateralbar {
  color: #fff;
  background-color: #000;
  width: .5px;
  height: 200px;
}

.link-block-6 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  text-decoration: none;
}

.ctacardcommunity {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.containerpress-medi {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  display: flex;
  position: relative;
  bottom: 70px;
}

.viewpropertiesctacommunities {
  text-align: center;
  margin-right: 0;
  display: block;
}

.containercommunityname {
  max-width: 90%;
}

.propertycardaddress-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 36px;
}

.propertycardaddress-3.community-name {
  letter-spacing: -1px;
  text-transform: capitalize;
  font-family: Flatline, Arial, sans-serif;
  font-weight: 400;
}

.viewpropertycommunity {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -50px;
}

.communitycard {
  background-image: url('../images/stockbrige.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 40vh;
  min-height: 40vh;
  max-height: 40vh;
}

.communitycard.community1 {
  background-image: url('../images/lenox.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.communitycard.community1.community-card {
  background-image: linear-gradient(#00000080, #00000080), url('../images/exclusives-bg2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
}

.styleguide_guide_column {
  color: #8a8a8a80;
  background-color: #9292920f;
  height: 100vh;
  padding-top: .6rem;
  padding-bottom: .6rem;
}

.g_visual_background {
  opacity: .1;
  background-color: currentColor;
}

.single_section {
  width: 100vw;
}

.page_code_wrap {
  position: fixed;
  inset: 0% 0% auto;
}

.btn_main_wrap {
  color: #fff;
  vertical-align: middle;
  background-color: #fff;
  border: .094rem solid #fff;
  border-radius: 100vw;
  padding: .75rem 1.5rem;
  line-height: 1;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-block;
  position: relative;
}

.btn_main_wrap:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.styleguide_guide_wrap {
  z-index: 2000;
  pointer-events: none;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.btn_main_text {
  z-index: 2;
  line-height: inherit;
  position: relative;
}

.page_main {
  width: max-content;
  height: 100%;
  display: flex;
  position: relative;
}

.page_frame {
  height: 100vh;
  display: flex;
  position: relative;
}

.g_visual_overlay {
  background-color: #000;
}

.intro_section {
  width: 60vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
}

.page_wrap.containerallarticles {
  display: block;
}

.styleguide_guide_layout.u-grid-custom {
  grid-template-columns: var(--grid-main);
}

.div-block-3293 {
  position: absolute;
  inset: auto auto 25px 25px;
}

.div-block-3294 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: 11px;
  left: 15px;
}

.layout77_content-left {
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.layout77_content-left._50size {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 24.6rem;
  min-height: 24.6rem;
  padding: 1.5rem .5rem;
  position: relative;
}

.layout77_content-left._50size.onlinepresence {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.layout77_content-left._50size.buyersleads._0 {
  height: 100%;
  min-height: 100%;
}

.layout77_content-left._50size.buyersleads {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 30rem;
  min-height: 30rem;
}

.card-inner_block {
  z-index: 1;
  color: #fff;
  position: relative;
}

.overlay-card {
  background-image: linear-gradient(0deg, #020c0ee3 18%, #0000 58%);
  position: absolute;
  inset: 0%;
}

.bold-text-12 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 10px;
}

.regulartitle {
  color: #292121;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 400;
}

.regulartitle.whitetext {
  color: #fff;
  text-align: center;
  font-family: Flatline, Arial, sans-serif;
  line-height: 30px;
}

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

.optionbutton {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff3;
  border: .5px solid #a28170;
  padding: 20px 45px;
  font-family: Syncopate, sans-serif;
  font-size: 10px;
  display: block;
}

.div-block-3295 {
  position: absolute;
  inset: auto auto 5% 5%;
}

.medianame {
  color: #fff;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: 11px;
}

.articles {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.media-scroller {
  height: 100vh;
  padding-bottom: 5rem;
}

.allmedia {
  padding-top: 0;
}

.mediacontainer {
  border-bottom: .5px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin-bottom: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-63 {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-63.paddingtop.paddingbottom {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mediapresscontent {
  margin-top: 50px;
}

.mediapresscontainer {
  background-color: #000;
}

.mediapresscontainer.blackopacity {
  background-color: #00000078;
}

.height-2 {
  width: 100%;
  height: 400dvh;
}

.sticky-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vh;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.grid-item {
  width: 30vw;
  height: 30vh;
  position: relative;
  overflow: hidden;
}

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

.text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text {
  z-index: 9;
  color: #fff;
  max-width: 52rem;
  font-size: 1.7rem;
  font-weight: 200;
  line-height: 1.2;
}

.waves---section-hero-primary-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.waves-grid-hero-4 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.waves---mega-heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syncopate, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 95%;
}

.waves-content-hero-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---subtitle-2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-481 {
  width: 100%;
  max-width: 480px;
}

.waves---mg-top-17 {
  margin-top: 16px;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---cta-dark-2.wide-cta {
  min-width: 200px;
}

.waves-image-wrap-hero-5 {
  border-radius: 0;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.waves-image-hero-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.waves-gradient-hero-4 {
  z-index: 9;
  background-image: linear-gradient(#000, #faebe300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-4.bottom {
  background-image: linear-gradient(0deg, #000, #faebe300);
  inset: auto 0% -1px;
}

.waves-column-hero-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-item-gallery-hero-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-4.reverse {
  justify-content: flex-end;
}

.waves-gallery-hero-4 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 890px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.my-slider-progress {
  color: #e8e2da;
  background-color: #2e2a27;
  height: 4px;
  margin-top: 64px;
  overflow: hidden;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider {
  z-index: 9;
  cursor: grab;
}

.section-projects {
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.splide__track {
  width: 100%;
}

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

.padding-vertical.padding-xhuge {
  height: 100%;
  min-height: 100%;
}

.padding-vertical.padding-large {
  padding-top: 9.625rem;
  padding-bottom: 9.625rem;
}

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

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.splide__slide {
  flex: none;
  align-items: flex-start;
  width: 33.3333%;
}

.splide__slide:first-child {
  padding-left: 0;
}

.my-slider-progress-bar {
  background-color: #b3b641;
  width: 30vw;
  height: 7px;
}

.page-wrapper-7 {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
}

.splide__list {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sticky-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.text-wrap-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block-30, .link-block-31, .link-block-32, .link-block-33, .link-block-34, .link-block-35, .link-block-36 {
  text-decoration: none;
  display: block;
}

.mobile-slider {
  display: none;
}

.history-image-left {
  width: 300px;
  margin-left: -80px;
}

.italic-text {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
}

.history-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.history-gallery {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px 80px 0;
  display: flex;
}

.container-92 {
  flex: 1;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.text-color-white {
  color: #fff;
  font-family: Flatline, Arial, sans-serif;
  font-weight: 400;
}

.text-color-white.blacktext {
  color: #000;
  text-align: center;
}

.text-color-white.browntext {
  color: #292121;
}

.text-color-white.centeralign {
  text-align: center;
  text-transform: uppercase;
}

.history-image-right {
  width: 360px;
  margin-top: -80px;
  margin-right: -100px;
}

.history-image-top {
  width: 440px;
}

.parallax-section {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 120px;
}

.headlinetitleminimal {
  z-index: 999;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Flatline, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  position: relative;
}

.headlinetitleminimal.blacktext {
  color: #000;
}

.headlinetitleminimal.browntext {
  color: #292121;
}

.history-block {
  align-self: center;
  padding: 50px 10px;
}

.history-image-bottom {
  width: 380px;
  margin-bottom: -120px;
  margin-right: 30px;
}

.header82_content-bottom {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 80vh;
  margin-bottom: -10vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 0;
}

.work_card-image-wrap-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.padding-global-4 {
  background-image: url('../images/joseph-pasquino-filigrane.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000024;
  background-image: linear-gradient(#0000004d, #0000004d);
  position: absolute;
  inset: 0%;
}

.container-75 {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  position: absolute;
  overflow: visible;
}

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

.work_card-content-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  display: flex;
}

.bold-text-13 {
  text-align: center;
  font-weight: 200;
}

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

.text-span-17 {
  color: #292121;
  vertical-align: baseline;
  font-family: Flatline, Arial, sans-serif;
  font-size: 150px;
  font-weight: 400;
}

.text-span-17.bottomfirstletter {
  vertical-align: text-top;
}

.regularparagraph {
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
}

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

.section_header82 {
  background-color: #3aa6b9;
  position: relative;
}

.div-block-3316 {
  width: 100%;
  padding-top: 30px;
}

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

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

.header82_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.image-65 {
  max-width: 150px;
}

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

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

.header82_component {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

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

.scroll-divblock {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
}

.scroll-divblock.fullwidth {
  max-width: 60rem;
}

.buttonblack.smallbuttonwhite {
  color: #292121;
  text-align: center;
  letter-spacing: 8px;
  background-color: #fff0;
  border-top: .5px solid #292121;
  border-bottom: .5px solid #292121;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  margin-left: auto;
  padding: 20px 25px;
  font-weight: 500;
}

.buttonblack.smallbuttonwhite.fullwidthbutton {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

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

.card-wrapper {
  z-index: 1;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 24.6rem;
  padding: 1.5rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_layout77 {
  padding-top: 3rem;
}

.layout77_component {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.overlay-card-2 {
  background-image: linear-gradient(to top, #020c0ee3 18%, #0000 58%);
  position: absolute;
  inset: 0%;
}

.padding-global-6 {
  padding-left: 0;
  padding-right: 0;
}

.regulartitle-2 {
  color: #292121;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Flatline, Arial, sans-serif;
  font-size: 31px;
  font-weight: 400;
}

.regulartitle-2.whitetext {
  color: #fff;
  font-family: Flatline, Arial, sans-serif;
  line-height: 34px;
}

.component_right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.heading-60 {
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-weight: 400;
}

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

.padding-global-7 {
  background-image: url('../images/joseph-pasquino-filigrane.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.container-93 {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  position: absolute;
  overflow: visible;
}

.work_card-content-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  display: flex;
}

.bold-text-17 {
  text-align: center;
  font-weight: 200;
}

.text-span-18 {
  color: #292121;
  vertical-align: baseline;
  font-family: Flatline, Arial, sans-serif;
  font-size: 150px;
  font-weight: 400;
}

.text-span-18.bottomfirstletter {
  vertical-align: text-top;
}

.div-block-3317 {
  width: 100%;
  padding-top: 30px;
}

.bold-text-18 {
  font-weight: 400;
}

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

.image-66 {
  max-width: 150px;
}

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

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

.padding-global-8 {
  background-image: url('../images/joseph-pasquino-filigrane.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.container-94 {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  position: absolute;
  overflow: visible;
}

.work_card-content-4 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  display: flex;
}

.bold-text-19 {
  text-align: center;
  font-weight: 200;
}

.text-span-19 {
  color: #292121;
  vertical-align: baseline;
  font-family: Flatline, Arial, sans-serif;
  font-size: 150px;
  font-weight: 400;
}

.text-span-19.bottomfirstletter {
  vertical-align: text-top;
}

.div-block-3318 {
  width: 100%;
  padding-top: 30px;
}

.bold-text-20 {
  font-weight: 400;
}

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

.image-67 {
  max-width: 150px;
}

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

.headingregular {
  z-index: 9;
  color: #fff;
  text-align: center;
  font-size: 68px;
  font-weight: 400;
  line-height: 68px;
  display: none;
  position: relative;
}

.headingregular.webdesigntext {
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
}

.headingregular.webdesigntext.paddingbottom {
  text-transform: capitalize;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 400;
}

.headingregular.webdesigntext.paddingbottom.text-span-5 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.smallheadline {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: 9px;
}

.section_header82-2 {
  background-color: #fff0;
  position: relative;
}

.sectioncustominvitation {
  margin-top: 5rem;
}

.sectioncustominvitation.nopaddingtop {
  z-index: -5;
  margin-top: 0;
  position: static;
}

.text-span-20 {
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.opacitybutton {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  letter-spacing: 3px;
  background-color: #fff3;
  border: .5px solid #a28170;
  padding: 20px 45px;
  font-family: Syncopate, sans-serif;
  font-size: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.opacitybutton.smallbutton {
  z-index: 99;
  color: #fff;
  text-align: center;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  bottom: 30%;
}

.section3phased {
  margin-top: 10rem;
}

.parent-image {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000087;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.parent-image.noblurr {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.cover-image {
  z-index: 1;
  opacity: 1;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0%;
  width: 80%;
  max-width: 80%;
  height: 100%;
  display: block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.discover {
  width: 100%;
  height: auto;
}

.is__white {
  color: #f4f3e7;
  font-size: .9rem;
  font-weight: 500;
}

.is-white {
  color: #f4f3e7;
  text-align: center;
  text-transform: uppercase;
  font-family: Flatline, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: .8;
  position: absolute;
  inset: 2% auto auto 0%;
}

.is-white.center {
  line-height: 1;
  top: 5%;
  left: auto;
}

.is-white.center.relative {
  position: static;
}

.parent-tittle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-right: 1rem;
  display: flex;
}

.parent-tittle._60 {
  width: 70%;
}

.wrapper-title {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin: auto;
  display: flex;
  position: relative;
}

.wrapper-title.regularcenter {
  justify-content: center;
  align-items: center;
}

._2-section {
  width: 100vw;
  height: 100vh;
  padding: 2em;
  display: flex;
}

._2-section.is-red {
  z-index: 4;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fe4337;
  background-image: url('../images/black-gradient-bottom.webp'), linear-gradient(#00000080, #00000080), url('../images/Avondale.jpg');
  background-position: 50% 100%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, cover;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 2em;
  display: flex;
  position: sticky;
  bottom: 0;
}

._2-section.is-blue {
  z-index: 3;
  background-color: #0035cd;
  background-image: url('../images/gradient-top-black.webp'), url('../images/black-gradient-bottom.webp'), linear-gradient(#00000080, #00000080), url('../images/3117-stadium-2.jpeg');
  background-position: 50% 0, 50% 100%, 0 0, 50%;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
  background-size: contain, contain, auto, cover;
  position: sticky;
  bottom: 0;
}

._2-section.is-mustard {
  z-index: 2;
  background-color: #ffb00b;
  background-image: url('../images/gradient-top-black.webp'), linear-gradient(#00000080, #00000080), url('../images/8-Westover-Rd.jpeg');
  background-position: 50% 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, cover;
  position: sticky;
  bottom: 0;
}

.div-block-3319 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-69 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-right: .5px solid #5f5e5e;
  font-family: Syncopate, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.heading-69.number {
  font-family: Flatline, Arial, sans-serif;
  font-size: 65px;
}

.heading-69.number.noborderright, .heading-69.noborder {
  border-right-width: 0;
}

.div-block-3320 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 0 solid #494747;
  flex-flow: column;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: center;
  margin: auto 20px;
  padding: 0;
  display: grid;
}

.div-block-3320.thrid {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-3320.thrid.flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.div-block-3320.thrid.flex.noborderbottom {
  border-bottom-width: 0;
}

.div-block-3320.flex {
  display: flex;
}

.div-block-3320.flex.paddingbottom {
  padding-bottom: 25px;
}

.parent-image-2 {
  width: 50%;
  height: 100%;
}

.cover-image-2 {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.wrapper-tittle {
  width: 100%;
  height: auto;
}

.is-white-2 {
  color: #f4f3e7;
  font-size: 4.5rem;
  line-height: .8;
}

.div-block-3321 {
  margin-top: 60px;
}

._3-phased-explained {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 5rem;
  display: flex;
}

.leftcontainer {
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: block;
}

.leftcontainer._40 {
  width: 40%;
  min-width: 40%;
  max-width: 40%;
}

.rightcontainer {
  flex-flow: column;
  justify-content: space-between;
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.rightcontainer._60 {
  width: 55%;
  min-width: 55%;
  max-width: 55%;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-3322 {
  margin-left: 25px;
}

.product-content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-8 {
  height: 600vh;
  min-height: 900px;
}

.product-image-wrapper {
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.product-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.product-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.product-item {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.product-title {
  text-transform: uppercase;
  margin: 0;
  font-family: Inconsolata, monospace;
  font-size: 6vw;
  font-weight: 700;
  line-height: 1.3;
}

.product-button {
  background-color: #000;
  border-radius: 4px;
  margin-top: 40px;
  padding: 16px 26px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.product-detail {
  margin-top: 40px;
  font-size: 16px;
  line-height: 23px;
}

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

.product-image._5 {
  z-index: 5;
  top: -100%;
}

.product-image._6 {
  z-index: 6;
  top: -100%;
}

.product-image._4 {
  z-index: 4;
  top: -100%;
}

.product-image._3 {
  z-index: 3;
  top: -100%;
}

.product-image._2 {
  z-index: 1;
  top: -100%;
}

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

.image-cover.footer-img {
  object-position: 50% 0%;
}

.image-ratio-fill {
  height: 100%;
}

.heading-style-h1-3 {
  letter-spacing: -.03em;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1em;
}

.v-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.v-flex.gap-small {
  grid-column-gap: .6875rem;
  grid-row-gap: .6875rem;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  height: 100%;
  display: grid;
}

.button-2 {
  color: #222;
  text-align: center;
  text-transform: uppercase;
  background-color: #f0eeea;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2.5rem;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-aside-icon-line {
  background-color: #b1a89d;
  width: 100%;
  height: 1px;
}

.cabin-slider-link {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.container-95 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  position: relative;
}

.max-width-62 {
  width: 100%;
  max-width: 62ch;
  font-family: Syncopate, sans-serif;
  position: static;
}

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

.cabin-slider-nav {
  display: none;
}

.heading-style-h2-2 {
  letter-spacing: -.03em;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1em;
}

.text-link-wrap {
  width: 100%;
  overflow: hidden;
}

.hero_content-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 16rem;
  display: grid;
  position: relative;
}

.image-ratio-square {
  aspect-ratio: 1;
}

.image-ratio-square.max-width-20 {
  max-width: 20rem;
}

.location-right-cta {
  color: #f0eeea;
  width: 100%;
  height: 100%;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.location-right-wrap {
  color: #fff;
  border-left: 1px #000;
  width: 32.3%;
  height: 100%;
  padding-right: 14%;
  overflow: hidden;
}

.location-right-column {
  aspect-ratio: 1;
  border: 1px solid #ffffff4d;
  border-top-style: none;
  min-width: 11.875rem;
  margin-top: -1px;
  transition: border-color .3s, background-color .3s;
  position: relative;
}

.location-right-column:hover {
  background-color: #fff3;
  border-bottom-color: #ffffff80;
  border-left-color: #ffffff80;
  border-right-color: #ffffff80;
}

.location-right-column.last {
  aspect-ratio: auto;
  border-width: 0;
  padding-top: 2vw;
  transition-property: none;
}

.location-right-column.last:hover {
  background-color: #fff0;
}

.footer-link-sub {
  color: #f0eeea;
}

.cabin-slider-wrap {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.horizontal-screen {
  flex: none;
  width: 100vw;
  height: 100%;
  position: static;
}

.horizontal-screen._03 {
  color: #f0eeea;
  background-color: #dfdfdf00;
  width: 70vw;
  display: flex;
}

.horizontal-screen._02 {
  display: flex;
}

.horizontal-screen._02._40vw {
  width: 40vw;
}

.horizontal-screen._04 {
  background-color: #fff;
  width: auto;
  min-width: 50vw;
  padding-right: 20vw;
  display: flex;
}

.horizontal-screen._01 {
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.container-space-between {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.empty-space {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.empty-space.flexalign {
  flex-flow: column;
}

.empty-space.flexalign._60 {
  height: 50%;
}

.fullscreen-inner {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
  position: relative;
}

.heading-style-h0 {
  text-align: center;
  letter-spacing: 13px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}

.button-hover {
  background-color: #f0fe49;
  border-radius: 100vw;
  width: 101%;
  height: 6rem;
  position: absolute;
}

.grid-2-col {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.text-size-small-2 {
  font-size: .85rem;
}

.heading-style-h4 {
  letter-spacing: -.03em;
  font-family: Flatline, Arial, sans-serif;
  font-size: 3.7rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h4.guideheadline {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: 0;
  font-family: Syncopate, sans-serif;
  font-size: 2rem;
}

.col {
  display: flex;
}

.col.v-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.col.v-flex.space-between {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
}

.col.v-flex.gap-large {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.col.v-flex-space {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.location-right-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -75%;
  display: grid;
  position: relative;
}

.text-link {
  text-transform: uppercase;
  line-height: 1.3;
}

.button-text {
  z-index: 2;
  position: relative;
}

.hero-image-overlay {
  background-image: linear-gradient(#0009, #0000);
  position: absolute;
}

.hero-image-overlay.bottom {
  background-image: linear-gradient(0deg, #000000b3, #0000);
  height: 35svh;
  inset: auto 0% 0%;
}

.hero-image-overlay.top {
  background-image: linear-gradient(#000000a6, #0000);
  height: 20svh;
  inset: 0% 0% auto;
}

.fullscreen-bg {
  background-color: #2f3632;
  position: absolute;
  inset: 0%;
}

.title-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.title-center.max-width-72 {
  max-width: 72ch;
}

.navbar-aside-icon {
  z-index: 1000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 2rem;
  height: .75rem;
  display: flex;
  position: relative;
}

.col-left-bg {
  z-index: 10;
  background-color: #2f3632;
  display: none;
  position: absolute;
  inset: 0%;
}

.cabin-slider-arrow-left {
  opacity: .6;
  width: 2.8rem;
  height: 2.8rem;
  transition: opacity .25s;
  inset: -9rem 0% auto auto;
  transform: translate(-120%);
}

.cabin-slider-arrow-left:hover {
  opacity: 1;
}

.text-size-large {
  font-size: 1.5rem;
  line-height: 1.3em;
}

.navbar-aside-text {
  color: #b1a89d;
  transform: rotate(90deg);
}

.heading-style-h3-3 {
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.hflex-space-between {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.horizontal-wrap {
  width: 100%;
  height: 100%;
  display: flex;
}

.features-icon {
  width: 2.5rem;
}

.fullscreen-links-wrap {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.cabin-slider {
  background-color: #fff0;
  height: auto;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_brand {
  color: #2f3632;
  padding-left: 0;
}

.nav_brand.brand-footer.w--current {
  width: 13rem;
}

.cabin-slider-image {
  aspect-ratio: 3 / 2;
  width: 100%;
}

.cabin-slider-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #f0eeea;
  flex-flow: column;
  min-height: 16.25rem;
  padding: 2rem;
  display: flex;
}

.fullscreen-menu-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cabin-slider-arrow-right {
  opacity: .6;
  width: 2.8rem;
  height: 2.8rem;
  transition: opacity .25s;
  inset: -9rem 0% auto auto;
}

.cabin-slider-arrow-right:hover {
  opacity: 1;
}

.text-number {
  color: #f0eeea;
  font-size: clamp(9.5rem, 12vw, 12rem);
  line-height: .95;
}

.track-flex {
  margin-right: -100vw;
  display: flex;
}

.fullscreen-image-overlay {
  mix-blend-mode: normal;
  background-color: #0000004d;
  background-image: linear-gradient(0deg, #0003, #0000 75%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.section-9 {
  position: relative;
}

.section-9.hero {
  flex-flow: column;
  justify-content: flex-end;
  min-height: 100svh;
  padding-bottom: 6rem;
  display: flex;
}

.section-9.location {
  justify-content: space-between;
  align-items: stretch;
  height: 110svh;
  overflow: hidden;
}

.section-9.horizontal-scroll {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 100vh;
  display: block;
  position: relative;
  overflow: visible;
}

.section-9.background-color-secondary {
  color: #f0eeea;
}

.section-9.background-color-secondary.overscroll-hidden {
  overflow: clip;
}

.footer-link-main {
  color: #f0eeea;
  font-size: 2rem;
  line-height: 1.2;
}

.padding-global-9 {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.padding-global-9.navbar {
  padding-left: 1.5rem;
}

.h-flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.track {
  flex: none;
  display: flex;
  position: relative;
}

.navbar-aside-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 8.7rem;
  display: flex;
  position: relative;
}

.heading-style-h5-2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.max-width-28 {
  max-width: 28ch;
}

.max-width-50 {
  border-bottom: .5px solid #fff;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.cabin-slider-slide {
  margin-right: 2rem;
}

.hero-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navbar-aside-line {
  background-color: #b1a89d;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cabin-slider-mask {
  width: 40%;
  overflow: visible;
}

.scroll-trigger {
  pointer-events: none;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: auto 0% 0%;
}

.text-size-medium-2 {
  font-size: 1.25rem;
  line-height: 1.5em;
}

.text-size-medium-2.text-color-beige {
  color: #f0eeea;
  line-height: 1.3em;
}

.horizontal-half {
  width: 50%;
}

.horizontal-half._02-02 {
  border-left: 1px solid #b1a89d;
  border-radius: 1px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding: 0 3.5rem 3.5rem 5.5rem;
  display: flex;
  position: relative;
}

.horizontal-half._02-02.fullwidth {
  width: 100%;
}

.horizontal-half._02-01 {
  width: 60%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.horizontal-half._01 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.horizontal-half._03 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3808-trailwood-3.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.horizontal-half._03.step1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3117-stadium-6.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step1.a {
  background-image: linear-gradient(#00000080, #00000080), url('../images/8-Westover-Rd.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 8rem;
}

.horizontal-half._03.step2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Aviemore.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step2.b {
  color: #f0eeea00;
  background-image: linear-gradient(#00000080, #00000080), url('../images/2548-wabash.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/a.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step3.c {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5820-straley-6.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3117-stadium-4.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step5.e {
  background-image: linear-gradient(#00000080, #00000080), url('../images/14-web-or-mls-GAR_1406.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step5.e.gettingreadslide {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5820-straley-6.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3808-trailwood-2.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step6.f {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3117-stadium-.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step7 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Avondale-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step7.f {
  background-image: linear-gradient(#00000080, #00000080), url('../images/8-westover-3.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step8 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/6354-montego-5.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.step8.closing {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AvondaleExterior.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.d {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2548-wabash.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._03.d.sliderbg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/3117-stadium-2.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.horizontal-half._04 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 1px solid #b1a89d;
  border-radius: 1px;
  flex-flow: column;
  width: 100%;
  padding: 3.5rem 3.5rem 3.5rem 5.5rem;
  display: flex;
}

.fullscreen-menu {
  z-index: 800;
  justify-content: space-between;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.footer-2 {
  color: #f0eeea;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 9.625rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.text-link-underline {
  background-color: #222;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.text-link-underline.background-color-alternate {
  background-color: #fff;
}

.fullscreen-col-left {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 65%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.horizontal-height {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  height: 300vw;
  display: block;
  overflow: visible;
}

.scroll-wrap {
  position: relative;
  overflow: hidden;
}

.fullscreen-col-right {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 35%;
  padding: 3.5rem 4.5rem 3.5rem 3.5rem;
  display: flex;
  position: relative;
}

.horizontal-sticky-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: auto;
}

.nav_component {
  z-index: 800;
  background-color: #fff0;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.navbar-aside {
  z-index: 999;
  color: #f0eeea;
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  width: 4.5rem;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.fullscreen-navlink {
  color: #f0eeea;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 3rem;
  display: flex;
}

.navbar-wrap {
  width: 100%;
  position: absolute;
}

.horizontal-sticky {
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.location-left-wrap {
  width: 30%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.grid-12-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.sectionbuyersguide {
  padding-bottom: 5rem;
}

.sectionintro {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 25px;
}

.sectionintro._90 {
  width: 90%;
}

.container-96 {
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
  position: relative;
}

.heading-70 {
  color: #fff;
  font-family: Flatline, Arial, sans-serif;
  font-size: 58px;
  font-weight: 400;
}

.heading-70.black {
  color: #727272;
  font-family: Syncopate, sans-serif;
  font-size: 38px;
}

.div-block-3323, .div-block-3324 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sectionmobileversion {
  display: none;
}

.section-10 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.portfolio-teaser-subtitle {
  max-width: 70%;
  font-size: 1.3rem;
  line-height: 1.1;
}

.nav-main {
  background-color: #151515;
  border-bottom: 1px solid #353535;
  position: sticky;
  top: 0;
}

.youtube-play-button {
  background-color: #e61313;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 7em;
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.1em;
  display: flex;
  position: absolute;
  box-shadow: 0 .7rem 2.5rem #00000047;
}

.portfolio-teaser-component {
  color: #f5f1dd;
  background-image: url('../images/johannes-plenio-TbF3tSLYm5k-unsplash.jpg');
  background-position: 0%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.portfolio-teaser-component.is-2 {
  background-image: url('../images/andrew-kliatskyi-k7XTD-HCZAw-unsplash.jpg');
}

.intro-title {
  text-transform: uppercase;
  font-size: 4.2em;
  line-height: .9;
}

.portfolio-teaser-content {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 44rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 4rem;
  display: flex;
  position: relative;
}

.button-3 {
  color: #f5f1dd;
  text-align: center;
  letter-spacing: .03rem;
  background-color: #000;
  border: .15em solid #0000;
  border-radius: 999rem;
  padding: 1.2rem 1.7rem;
  font-size: 1rem;
  font-weight: 600;
}

.button-3.is-bright {
  color: #000;
  background-color: #f5f1dd;
}

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

.youtube-play-icon {
  color: #f5f1dd;
  height: 3.9em;
  margin-right: -.2em;
}

.portfolio-teaser-item {
  color: #f5f1dd;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.page-padding-2 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.header-button {
  color: #fc762d;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1px solid #fc762d;
  border-radius: 999em;
  padding: 1.1em 2em 1em;
  font-size: .65em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.header-button.is-large {
  font-size: 1em;
}

.video-preview-wrapper {
  aspect-ratio: 16 / 9;
  background-color: #000;
  border-radius: 1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-intro-2 {
  position: relative;
}

.copy-tiny {
  font-size: .9rem;
  line-height: 1.4;
}

.intro-pre-title {
  color: #757575;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: .9;
}

.intro-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: #f5f1dd;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  display: flex;
}

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

.section-tutorial {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 15em;
  padding-bottom: 15em;
}

.header-inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.header-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: center;
  display: flex;
}

.video-preview-img {
  opacity: .72;
  object-fit: contain;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  transition: transform .3s cubic-bezier(.165, .84, .44, 1);
}

.video-preview-img:hover {
  transform: scale(1.03);
}

.header-right {
  color: #757575;
}

.intro-copy-text {
  color: #757575;
  padding-left: 3em;
  padding-right: 3em;
  font-size: 1.2em;
}

.text-color-bright {
  color: #f5f1dd;
}

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

.portfolio-teaser-title {
  letter-spacing: -.025em;
  text-transform: uppercase;
  font-size: 6rem;
  font-weight: 600;
  line-height: .85;
}

.div-block-3325.paddingbottom {
  padding-bottom: 3rem;
}

.div-block-3325.paddingbottom._0 {
  margin-left: 50px;
  margin-right: auto;
}

.div-block-3325.paddingbottom._0._00, .div-block-3325.paddingbottom.nopaddingbottom {
  padding-bottom: 0;
}

.marketingapproachsection {
  background-color: #000;
  background-image: linear-gradient(#000, #00000063 65%, #0000), url('../images/group-piture.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  background-attachment: scroll, fixed;
  height: 800px;
  padding-top: 0;
}

.container-97 {
  background-image: url('../images/filigrane-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.subtitle-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.subtitle-2.blacktext {
  color: #636363;
}

.subtitle-2.blacktext.centeredaligned._5letterspacing {
  letter-spacing: 5px;
  font-weight: 400;
}

.subtitle-2.blacktext.centeredaligned._5letterspacing.whitetext {
  color: #fff;
}

.heading-71 {
  color: #000;
  text-align: center;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.heading-71.fulltitle {
  z-index: 999;
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.heading-71.fulltitle.whitetext {
  color: #fff;
  padding-top: 0;
  font-weight: 300;
}

.section-11 {
  background-color: #fff8ea;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle-menu-large {
  z-index: 1;
  background-color: #f5945400;
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: flex;
  position: relative;
}

.logo-text {
  color: #fff;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2.5em;
}

.grid-item-2 {
  width: 50%;
  display: flex;
}

.grid-item-2.is--for-menu {
  justify-content: flex-end;
}

.nav-container {
  z-index: 2;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 6em 5em;
  position: fixed;
  inset: 0% 0% auto;
}

.circle-menu-large-absolute {
  z-index: 5;
  background-color: #f59454;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  display: block;
  position: absolute;
}

.circle-menu-small {
  z-index: 5;
  background-color: #fff;
  border-radius: 100%;
  width: 1em;
  height: 1em;
  position: absolute;
}

.circle-menu-small.orange {
  background-color: #f59454;
  display: block;
}

.grid-2.is--for-nav {
  justify-content: space-between;
  display: flex;
}

.hero-image-left {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/8-westover-3.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.img-parent1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-parent1.card {
  width: 30vw;
  height: 30vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-hide-ab {
  z-index: 1;
  position: absolute;
  overflow: hidden;
}

.img-child {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-child.img-1 {
  background-image: url('../images/8-westover-3.jpeg');
  background-position: 50%;
  background-size: cover;
}

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

.image-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.sticky-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.wrapper-text-sp {
  overflow: hidden;
}

.span-text._1 {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Syncopate, sans-serif;
  font-size: 55px;
  display: flex;
}

.span-text._2 {
  font-size: 55px;
}

.wrapper-img {
  z-index: 2;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.sticky-container {
  width: 100%;
  height: 420vh;
}

.text-2 {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 13.2em;
  height: 1em;
  font-family: Syncopate, sans-serif;
  font-size: 6em;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.big-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 7em;
  font-weight: 300;
  line-height: 1.3;
}

.img-child-v {
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-text {
  background-color: #9e9a8f;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-animate {
  color: #fff;
  text-align: center;
  width: 13em;
  font-size: 7em;
  font-weight: 300;
  line-height: 1.2;
}

.container-98 {
  max-width: 100%;
}

.container-61 {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.container-61.fullwidth {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.container-61.fullwidth._80 {
  width: 80%;
  min-width: 80%;
  max-width: 80%;
}

.heading-72 {
  color: #000;
  text-align: center;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.heading-72.fulltitle {
  z-index: 999;
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.heading-72.fulltitle.whitetext {
  color: #fff;
  padding-top: 0;
  font-weight: 300;
}

.sectionmarketingapproachexplanation {
  background-image: linear-gradient(#000, #000), url('../images/cedric-letsch-glaaKI-5NEU-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-99 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
}

.videos {
  position: relative;
  top: -75px;
}

.video-14 {
  height: 500px;
}

.div-block-3326 {
  padding-top: 5rem;
}

.div-block-3327 {
  background-image: url('../images/black-map.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10vw;
  padding-bottom: 10vw;
  display: flex;
}

.video-15 {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: relative;
}

.div-block-3328 {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
}

.linkindustries {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.textlink {
  color: #757272;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: 10px;
  line-height: 25px;
  text-decoration: none;
}

.textlink.center {
  text-align: center;
  font-size: 10px;
}

.linkfooter {
  text-decoration: none;
}

.containerfooterlinks {
  border-bottom: .5px solid #000;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: flex;
}

.subtitle-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: 12px;
}

.subtitle-3.nopadding {
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 44px;
}

.subtitle-3.nopadding.black {
  color: #000;
  letter-spacing: 7px;
  font-family: Syncopate, sans-serif;
}

.containerfooterlink {
  background-image: url('../images/white-layer.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

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

.logofooter {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-19 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footerdisclaimer {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-bottom: .5px solid #c3b9b9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: flex;
}

.socialmedialinksfooter {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.divlinkproperty {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.autocomplete-cities {
  z-index: 9999;
  position: relative;
}

.buttonwhite-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  background-color: #fff0;
  border-top: .5px solid #fff;
  border-bottom: .5px solid #fff;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px 20px;
  font-size: 1vw;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.buttonwhite-2.smallpaddingbtn {
  padding-top: 11px;
  padding-bottom: 11px;
}

.buttonwhite-2.smallpaddingbtn.auto {
  width: auto;
  min-width: auto;
  max-width: 100%;
}

.form-block-11 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.homesearch {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
}

.pricerangediv-2 {
  width: 35%;
  min-width: 35%;
  max-width: 35%;
}

.containerhomectas-2 {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.containerhomectas-2.bottomctas {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding-top: 50px;
}

.headlinetitleminimal-2 {
  z-index: 9;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Flatline, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  position: relative;
}

.field-label-2 {
  color: #fff;
  font-family: Flatline, Arial, sans-serif;
  font-weight: 400;
}

.field-label-2.white {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  font-family: Flatline, Arial, sans-serif;
}

.neightboroodsdiv-2 {
  width: 35%;
  min-width: 35%;
  max-width: 35%;
  display: block;
}

.homesearchonactivelistingsdiv {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.text-field-8 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border-top: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  padding-left: 0;
  font-weight: 500;
}

.text-field-8:hover {
  border-bottom: .5px solid #474545;
}

.text-field-8:focus {
  border-bottom: 2px solid #000;
}

.text-field-8.whiteline {
  border-bottom: 1px solid #fff;
  font-family: Syncopate, sans-serif;
}

.text-field-8.whiteline:hover {
  border-bottom-color: #fff;
}

.image-68 {
  max-width: 90px;
}

.div-block-3329 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.sectionherohome {
  background-color: #0000;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
}

.containerherohome {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  height: 80%;
  min-height: 80%;
  max-height: 80%;
  margin-top: auto;
  margin-bottom: 0;
}

.containerhomectas-3 {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.containerhomectas-3.bottomctas {
  flex-flow: column;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0;
}

.pricerangediv-3 {
  width: 35%;
  min-width: 35%;
  max-width: 35%;
}

.form-block-12 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.text-field-9 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border-top: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  padding-left: 0;
  font-family: Syncopate, sans-serif;
  font-weight: 500;
}

.text-field-9:hover {
  border-bottom: .5px solid #474545;
}

.text-field-9:focus {
  border-bottom: 2px solid #000;
}

.text-field-9.whiteline {
  border-bottom: 1px solid #fff;
  font-family: Syncopate, sans-serif;
}

.text-field-9.whiteline:hover {
  border-bottom-color: #fff;
}

.text-field-9.whiteline._20px {
  height: 100%;
  padding-left: 12px;
}

.container-102 {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-69 {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
}

.image-70 {
  width: 250px;
  max-width: 250px;
}

.text-block-43 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1.5;
}

.button-primary-3 {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #fff0;
  border: .5px solid #000;
  padding: 10px 25px;
  font-family: Syncopate, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #000;
}

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

.navigationbar {
  display: block;
}

.background-video-2 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  position: absolute;
  inset: 0% 0% auto;
}

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

.activelistingsonprofilediv-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#00000026, #00000026), url('../images/Screenshot-2025-04-22-at-2.29.20-PM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 35vh;
  min-height: 35vh;
  max-height: 35vh;
  display: flex;
}

.activepastlistingscontainer-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 5%;
  display: flex;
}

.propertyctadiv-2 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 5%;
  margin-left: auto;
  margin-right: 5%;
  display: flex;
}

.pastlistingsonprofilediv-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#00000026, #00000026), url('../images/sample-one.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 35vh;
  min-height: 35vh;
  max-height: 35vh;
  display: flex;
}

.sectionsoldlistingsagent {
  padding-top: 5%;
  display: none;
}

.propertycardsold-2 {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 60vh;
  min-height: 60vh;
  max-height: 60vh;
  margin-left: 0;
  display: block;
}

.propertyinfodivsold-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20%;
  margin-bottom: 10%;
  display: flex;
}

.headlinepropertylocation-2, .headlinepropertydetails-2 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 30px;
}

.propertyinfosoldprice-2 {
  justify-content: center;
  align-items: flex-end;
  margin-top: auto;
  display: flex;
  position: static;
  bottom: 0;
}

.propertycardaddress-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syncopate, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 36px;
}

.headlinesubtitle-2 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.headlinesubtitle-2.leftsubtitle.blacktext {
  margin-bottom: 0;
}

.headlinesubtitle-2.centeredsubtitle {
  z-index: 999;
  text-align: center;
  position: static;
}

.headlinesubtitle-2.centeredsubtitle.blacktext.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

.sectionactivepastingsonprofile {
  padding-top: 5%;
  padding-bottom: 5%;
}

.dividertextleft {
  margin-left: 15px;
  display: block;
}

.dividertextleft.displaynone {
  display: none;
}

.propertypreview2-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
}

.container-103 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.navlink-text-2 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 200;
  line-height: 1;
  text-decoration: none;
}

.menu-column-2 {
  flex-direction: column;
}

.text-block-44 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: .8rem;
  font-weight: 200;
  line-height: 1.5;
}

.navbar-2 {
  z-index: 99;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0 0 auto;
}

.navbar-2.fullwidth {
  z-index: 2147483647;
  min-width: 100%;
  max-width: 100%;
  display: block;
}

.menu-link-4-2 {
  color: #a1a1a1;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Syncopate, sans-serif;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  transition: color .25s;
}

.menu-link-4-2:hover {
  color: #fff;
}

.text-block-45, .text-block-46 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 200;
}

.menu-link-5-2 {
  color: #a1a1a1;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  transition: color .25s;
}

.menu-link-5-2:hover {
  color: #fff;
}

.image-71 {
  max-width: 270px;
  display: inline-block;
  overflow: clip;
}

.menu-link-6-2 {
  color: #a1a1a1;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  transition: color .25s;
}

.menu-link-6-2:hover {
  color: #fff;
}

.navlink-text-3 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Syncopate, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 1;
  text-decoration: none;
}

.navlink-text-3.black {
  color: #000;
}

.text-block-47 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-weight: 200;
  line-height: 1.6;
}

.navbar-top-2 {
  z-index: 99;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000006b;
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5rem;
  padding-left: 2rem;
  display: flex;
}

.navbar-top-2.mediumnavbar {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.navbar-top-2.mediumnavbar.fullwidthmenu {
  width: 100%;
}

.navbar-top-2.mediumnavbar.fullwidthmenu.clearnavbar {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00000082;
}

.navbar-top-2.mediumnavbar.fullwidthmenu.clearnavbar._90 {
  background-color: #00000082;
  width: 100%;
}

.navlink_shop-2 {
  z-index: 99;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-72 {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
}

.text-block-48 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-weight: 200;
}

.text-block-49 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: .8rem;
  font-weight: 200;
}

.text-block-50, .text-block-51 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: .8rem;
  font-weight: 200;
  line-height: 1.5;
}

.menu-link-2-2 {
  color: #a1a1a1;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: .8rem;
  line-height: 1;
  text-decoration: none;
  transition: color .25s;
}

.menu-link-2-2:hover {
  color: #fff;
}

.menu-heading-2 {
  color: #ffffffe6;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Syncopate, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-52 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: .8rem;
  font-weight: 200;
  line-height: 1.5;
}

.text-block-53 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: .8rem;
  font-weight: 200;
}

.menu-link-3-2 {
  color: #a1a1a1;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
  transition: color .25s;
}

.menu-link-3-2:hover {
  color: #fff;
}

.menu-left-side-2 {
  z-index: 99999;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 40%;
  display: flex;
  position: relative;
}

.text-block-54 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
  font-size: .8rem;
  font-weight: 200;
  line-height: 1.5;
}

.navbaronpage {
  z-index: 9999;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.whitebutton {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border: .5px solid #000;
  margin-top: 0;
  padding: 15px 45px;
  font-weight: 500;
}

.whitebutton.transparentbtn {
  color: #fff;
  background-color: #fff0;
  border-color: #fff;
}

.pricerangediv-4, .neightboroodsdiv-3 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.form-block-13 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.herohomesearch {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: 25px;
  padding-left: 0%;
  display: flex;
}

.herohomesearch.paddingleft {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 5%;
}

.text-field-10 {
  color: #000;
  letter-spacing: 3px;
  background-color: #fff0;
  border-top: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  padding-left: 0;
  font-weight: 500;
}

.text-field-10:hover {
  border-bottom: .5px solid #474545;
}

.text-field-10:focus {
  border-bottom: 2px solid #000;
}

.text-field-10.whitetext {
  color: #fff;
  text-transform: uppercase;
  font-family: Syncopate, sans-serif;
}

.text-field-10.whitetext:active {
  border-bottom-color: #fff;
}

.recaptchascript-2 {
  margin-left: auto;
  margin-right: auto;
}

.link-block-49, .link-block-50 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  text-decoration: none;
}

.waves---section-hero-primary-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-grid-hero-5 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.waves---mega-heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-content-hero-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---subtitle-3 {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-482 {
  width: 100%;
  max-width: 480px;
}

.waves---mg-top-18 {
  margin-top: 16px;
}

.waves---cta-dark-3 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-3:hover {
  background-color: #131313e6;
}

.waves---cta-dark-3.wide-cta {
  min-width: 200px;
}

.waves-image-wrap-hero-6 {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.waves-image-hero-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.waves-gradient-hero-5 {
  z-index: 9;
  background-image: linear-gradient(#faebe3, #faebe300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-5.bottom {
  background-image: linear-gradient(to top, #faebe3, #faebe300);
  inset: auto 0% -1px;
}

.waves-column-hero-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.waves-item-gallery-hero-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-5.reverse {
  justify-content: flex-end;
}

.waves-gallery-hero-5 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---main-container-4 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-104 {
  position: absolute;
  inset: 0% 5% auto auto;
}

.sectionherohomepage {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
}

.containerhero {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.container-105 {
  margin-left: 0;
}

.containersliderheadlines {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  display: flex;
}

.mask-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  width: 100%;
}

.slide-24 {
  vertical-align: middle;
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  top: auto;
}

.slider-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffff82;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.right-arrow-9, .left-arrow-7 {
  height: 50px;
  display: none;
}

.headingwhitetitle {
  color: #fff;
  text-align: center;
  font-family: Syncopate, sans-serif;
  font-weight: 400;
}

.headingwhitetitle.black {
  color: #000;
}

.div-block-3331 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sectionprovenresultsarea {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sectionasseenas {
  background-image: linear-gradient(#00000040, #00000040), url('../images/3117-stadium-2.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 75px;
  padding-bottom: 75px;
  display: block;
}

.workwithuscontainer {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Screenshot-2025-06-09-at-12.09.40-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 60vh;
  display: flex;
}

.container-106 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.containeractivelistings {
  flex-flow: column;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 0;
  display: flex;
}

.sectionaboutduweolsen {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 2rem;
  padding-bottom: 5rem;
  display: flex;
}

.aboutuscontainer {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #c7baa7;
  justify-content: center;
  align-items: center;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  height: 70vh;
  margin-right: 0;
  display: flex;
  position: relative;
}

.leftimgabout {
  width: 50%;
  margin-left: -75px;
  position: relative;
}

.rightabouttext {
  width: 50%;
}

.theteamslider {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.slide-nav-6 {
  background-color: #fff;
  inset: 0% 0% auto;
}

.div-block-3332 {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.teamslider {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 70vh;
  margin-top: 50px;
  display: flex;
  overflow: auto;
}

.teammembercard {
  background-color: #000;
  border: .5px solid #fff;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 100%;
}

.teammembercard.realtor {
  min-height: 100%;
  max-height: 100%;
}

.headinggold {
  color: #c1a97e;
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}

.headinggold.white {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}

.headinggold.white.black {
  color: #000;
}

.madesaonara {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.madesaonara.center {
  text-align: center;
  font-weight: 400;
}

.madesaonara.center.white {
  color: #fff;
  text-transform: capitalize;
}

.madesaonara.center.white.capitalized {
  color: #fff;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
}

.containerproject1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000003d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 30px 25px;
  display: flex;
}

.overlay-card-3 {
  position: absolute;
  inset: 0%;
}

.overlay-card-3.project1 {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.link-block-15 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  text-decoration: none;
}

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

.link-block-51, .link-block-52 {
  width: 100%;
  text-decoration: none;
}

.div-block-3333 {
  padding-left: 25px;
}

.activelistingsslider {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 0;
}

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

.section_blog {
  overflow: hidden;
}

.svg-arrow-button {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
}

.svg-arrow-button.is-1 {
  width: 1rem;
  height: 1rem;
}

.heading-style-h1-4 {
  color: #bf9e73;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 5rem;
  line-height: 1.2;
}

.hide {
  display: none;
}

.slider_button {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1.5px solid #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .3s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  transform: none;
}

.slider_button.is-next {
  left: -2rem;
  transform: none;
}

.slider_button.is-next:hover {
  background-color: #bf9e733d;
}

.slider_button.is-prev {
  left: -2rem;
  transform: rotate(-180deg);
}

.slider_button.is-prev:hover {
  background-color: #bf9e733d;
}

.team_top-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1rem;
  display: flex;
}

.team_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

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

.sectiondynamiclistings {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 30px;
}

.listingaddress {
  margin-top: 10%;
}

.regulartitle-3 {
  color: #292121;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 400;
}

.regulartitle-3.whitetext {
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.regulartitle-3.whitetext.leftalign {
  text-align: left;
  font-size: 22px;
}

.regulartitle-3.whitetext.leftalign.center {
  margin-left: auto;
}

.regulartitle-3.whitetext.leftalign.center.white {
  color: #fff;
}

.listingprice-2 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  inset: auto auto 5% 0%;
}

.listingprice-2.price {
  margin-left: 0%;
  padding-left: 0;
  left: 5%;
}

.headlineblack {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
}

.subheadlineblack {
  color: #3a3a3a;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 12px;
}

.subheadlineblack.white {
  color: #fff;
}

.code-embed-2 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.transparentbtn {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ffffff7d;
  border-bottom: .5px solid #fff;
  width: 300px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.bold-text-2 {
  letter-spacing: 5px;
  font-size: 28px;
  font-weight: 400;
}

.bold-text-2.bigger {
  font-size: 38px;
}

.text-box {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #fff;
}

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

.nav-link-3.underlined {
  margin-right: 0;
  padding-right: 0;
  text-decoration: underline;
}

.nav-link-3.underlined.black {
  color: #000;
  text-align: right;
  margin-left: 0;
  margin-right: 5%;
  display: block;
}

.nav-link-3.underlined.black._0 {
  margin-right: 0%;
  padding-right: 0%;
}

.listingcontainer {
  background-image: linear-gradient(#00000040, #00000040), url('../images/sample.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 70vh;
  min-height: 70vh;
  max-height: 70vh;
  position: relative;
}

.listingcontainer.rental {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Screenshot-2025-05-23-at-6.23.00-AM.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.subheadlinewhite {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Syncopate, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.listingcta {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 20%;
}

.featuredleftblock {
  text-align: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: auto;
  padding-left: 0%;
  position: sticky;
  top: 0;
}

.propertymin {
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
}

.underlinedlink {
  color: #fff;
  text-align: center;
  letter-spacing: 9px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.underlinedlink.lightunderlinedlink {
  color: #bdb09e;
}

.mediumheadline {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  font-family: Syncopate, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.mediumheadline.lightmediumheadline {
  color: #bdb09e;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.linkgroup {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  display: flex;
}

.linkgroup.nopaddingbottom {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.linkgroup.nopaddingbottom.left0 {
  margin-left: 0;
}

.linkgroup.nopaddingbottom.left0.fullwidth {
  justify-content: center;
  align-items: center;
}

.linkgroup.nopaddingbottom.left0.fullwidth.absolute {
  position: absolute;
  inset: auto auto 15px 0%;
}

.linelink {
  background-color: #fff;
  width: 50px;
  height: .5px;
}

.linelink.lightlinelink {
  background-color: #bdb09e;
}

.largeheadline {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  min-width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Flatline, Arial, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 44px;
}

.largeheadline.leftaligned {
  text-align: left;
  text-transform: uppercase;
  margin-left: 40px;
  text-decoration: none;
}

.largeheadline.leftaligned.nopaddingleft {
  margin-left: 0;
}

.largeheadline.leftaligned.nopaddingleft.lineheight {
  line-height: 30px;
}

.communityparagraph {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
}

.communityparagraph.leftaligned {
  text-align: left;
}

.communityparagraph.leftaligned.smallsize {
  font-family: Syncopate, sans-serif;
  font-size: 14px;
}

.listingimagetemplate {
  background-image: url('../images/sample-listing.webp');
  background-position: 50%;
  background-size: cover;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  height: 80%;
  min-height: 80%;
  max-height: 80%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.listinghomerightdescription {
  background-color: #c7baa7;
  background-image: url('../images/filigrane-logo.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 55%;
  min-width: 55%;
  max-width: 55%;
  height: 55vh;
  min-height: 55vh;
  max-height: 55vh;
  margin-top: auto;
  display: flex;
}

.containerlistings {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: 5rem;
  padding-top: 0;
  display: flex;
}

.listinghomeleftpicture {
  background-image: url('../images/sample-listing.webp');
  background-position: 50%;
  background-size: cover;
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  height: 60vh;
  min-height: 60vh;
  max-height: 60vh;
}

.propertydescription {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  min-width: 60%;
  max-width: 60%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding-top: 0;
  padding-left: 35px;
  display: flex;
  position: relative;
}

.listinghomeslider {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  overflow: auto;
}

.propertyhomeaddress {
  position: absolute;
  inset: 15px auto auto 35px;
}

.regularparagraph-2 {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 44px;
}

.regularparagraph-2.lineheight {
  line-height: 34px;
}

.regularparagraph-2.lineheight.leftaligned.smalllineheight {
  padding-top: 50px;
  line-height: 35px;
}

.regularparagraph-2.lineheight.leftaligned.smalllineheight.left {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}

.bath-count {
  font-weight: 600;
}

.arrows {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-left: 30px;
  display: flex;
}

.leftarrow {
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.rightarrow {
  opacity: 1;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.image-73 {
  max-width: 15px;
  overflow: clip;
}

.buyinghomecontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.buyersrighthomepreview {
  background-image: url('../images/B.webp');
  background-position: 5% 5%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 55%;
  min-width: 55%;
  max-width: 55%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.buyersrighthomepreview.s {
  background-image: url('../images/S.webp');
}

.middlelayer {
  z-index: -1;
  background-color: #bdb09e70;
  background-image: url('../images/filigrane-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.image-74 {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.container-107 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  height: 90%;
  min-height: 90%;
  max-height: 90%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.sectionhomebuyerssellers {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-top: 0;
}

.buyinghomepreview {
  z-index: 99;
  background-image: linear-gradient(#fff, #fff);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.buyinghomepreview._250px {
  margin-top: 250px;
}

.buyerslefthomepreview {
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.regularparagraph-3 {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 44px;
}

.regularparagraph-3.lightregularparagraph {
  color: #bdb09e;
}

.regularparagraph-3.lightregularparagraph.centeraligned.lineheight {
  line-height: 34px;
}

.sellersrighthomepreview {
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.sectionhomesellersbuyers {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.image-75 {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.container-108 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  height: 90%;
  min-height: 90%;
  max-height: 90%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.regularparagraph-4 {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 44px;
}

.regularparagraph-4.lightregularparagraph {
  color: #bdb09e;
}

.regularparagraph-4.lightregularparagraph.centeraligned.lineheight {
  line-height: 34px;
}

.containerlistingsrentals {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.containerlistingsrentals.paddingtopblock.paddingbottomblock {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Screenshot-2025-07-24-at-6.49.39-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: flex-end;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  height: 50vh;
  min-height: 50vh;
  max-height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.containerlistingsrentals.paddingtopblock.paddingbottomblock:hover {
  background-image: linear-gradient(#00000026, #00000026), url('../images/Screenshot-2025-07-24-at-6.49.39-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.regulartitle-4 {
  color: #292121;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 400;
}

.regulartitle-4.whitetext {
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.regulartitle-4.whitetext.leftalign {
  text-align: left;
  font-size: 22px;
}

.link-block-12 {
  width: 100%;
  text-decoration: none;
}

.div-block-3334 {
  padding-bottom: 5rem;
}

.link-block-53 {
  width: 33.33%;
  min-width: 33.33%;
  max-width: 33.33%;
  text-decoration: none;
}

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

.dynamiccontainer {
  background-image: url('../images/light-bg.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 3rem;
  padding-top: 2rem;
  position: relative;
}

.dynamiccontainer.sellersservices {
  background-color: #fff;
  background-image: none;
  display: none;
}

.dynamiccontainer.buyersservices {
  background-color: #fff;
  background-image: none;
}

.sectionbuyerssellers {
  background-color: #2b292600;
  padding-top: 5rem;
}

.div-block-3297 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-3297.marginleft {
  margin-left: 5%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.card-inner_block-2 {
  z-index: 1;
  color: #fff;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-109 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.bold-text-21 {
  letter-spacing: 5px;
  font-size: 28px;
  font-weight: 400;
}

.bold-text-21.serif {
  font-family: Flatline, Arial, sans-serif;
  font-size: 21px;
}

.div-block-3335 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.div-block-3335:hover {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(#00000080, #00000080);
}

.activelistingsblock {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subheadlinewhite-2 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

.headlinewhite {
  color: #fff;
  text-align: left;
  text-transform: none;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  font-size: 58px;
  font-weight: 300;
  line-height: 60px;
  display: flex;
}

.headlinewhite.left {
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Syncopate, sans-serif;
}

.sectionlistingsoptions {
  display: block;
}

.overlay-card-4 {
  background-image: linear-gradient(0deg, #020c0ee3 18%, #0000 58%);
  position: absolute;
  inset: 0%;
}

.container-110 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.slide-27 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/14-web-or-mls-GAR_1406.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.right-arrow-6 {
  height: 50px;
  display: none;
}

.bold-text-14 {
  display: block;
}

.ctaherodiv {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10%;
  display: flex;
}

.ctaherodiv.paddingtop {
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
}

.mask-4 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.headlinediv {
  margin-left: 10%;
}

.whiteline {
  background-color: #fff;
  width: 80%;
  height: 1px;
}

.slide-28 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/3117-stadium-2.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.slide-29 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/slider-111.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.left-arrow-5 {
  z-index: 999;
  height: 50px;
  display: none;
}

.containerherohomepage {
  z-index: 9;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: 0;
  position: absolute;
}

.subheadlinewhite-3 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
}

.slide-nav-7 {
  display: none;
}

.whitebtn {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  width: 300px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.subheadlinediv {
  text-align: left;
  margin-left: 10%;
}

.slider-9 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
}

.div-block-3336 {
  background-color: #c7baa7;
  padding-top: 5rem;
}

.text-span-21 {
  font-weight: 600;
}

.text-span-22 {
  font-weight: 300;
}

.text-span-23 {
  font-weight: 600;
}

.image-76 {
  max-width: 350px;
}

.image-77 {
  max-width: 370px;
}

.image-78 {
  max-width: 350px;
}

.image-79, .image-80 {
  max-width: 200px;
}

.image-81 {
  max-width: 350px;
}

.smaller {
  max-width: 300px;
}

.our-realtors {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.theteammembers {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.lineone {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  height: 60vh;
  min-height: 60vh;
  max-height: 60vh;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .herosection {
    background-size: 100%;
  }

  .navbar-logo-left {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .link-block-3:hover {
    color: #fff;
    text-decoration: underline;
  }

  .container-76 {
    background-image: url('../images/gradient-top-black.webp'), url('../images/black-gradient-bottom.webp'), url('../images/filigrane-logo.png'), linear-gradient(#0000, #0000), url('../images/AvondaleExterior.jpg');
    background-position: 50% 0, 50% 0, 50%, 0 0, 50% 100%;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat, repeat;
    background-size: auto, 100% 100%, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll, scroll;
  }

  .servicecolumn.service3 {
    background-image: linear-gradient(#0000, #0000), url('../images/3117-stadium-5.jpeg');
    background-position: 0 0, 50%;
  }

  .servicesblockbtns {
    text-align: center;
    display: none;
  }

  .f-section-large {
    background-color: #fff0;
  }

  .waves-gallery-hero-2 {
    justify-content: center;
    align-items: center;
  }

  .waves-image-wrap-hero-2 {
    height: 300px;
  }

  .text-block-25 {
    font-size: 18px;
  }

  .heading-31 {
    padding-bottom: 20px;
    font-size: 90px;
    line-height: 70px;
  }

  .heading-64 {
    font-size: 28px;
  }

  .sectionreels {
    padding-top: 5%;
  }

  .slide-container {
    height: 70vh;
  }

  .buttonblack.smallbuttonwhite {
    color: #292121;
    text-align: center;
    letter-spacing: 8px;
    text-transform: uppercase;
    background-color: #fff0;
    border-top: .5px solid #292121;
    border-bottom: .5px solid #292121;
    width: 70%;
    min-width: 70%;
    max-width: 70%;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    padding: 20px 25px;
    font-weight: 500;
    display: block;
  }

  .max-width-62 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  .herosection {
    background-size: 100%;
  }

  .navbar-logo-left {
    display: block;
  }

  .largetitle {
    font-size: 58px;
  }

  .container-5 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 25px;
  }

  .text-block-4.blacktext.leftaligned.fullwidth.paddingtop.lineheight {
    font-size: 18px;
    line-height: 40px;
  }

  .container-76 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/black-gradient-bottom.webp'), url('../images/filigrane-logo.png'), url('../images/AvondaleExterior.jpg');
    background-position: 0 0, 50% 100%, 50%, 50% 100%;
    background-repeat: repeat, no-repeat, no-repeat, repeat;
    background-size: auto, 100%, 25%, cover;
    background-attachment: scroll, scroll, scroll, fixed;
  }

  .navbar-logo-center-container.shadow-three {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .cta1-grid {
    margin-left: 0;
  }

  .slide-container {
    height: 60vh;
  }

  .image-41, .image-42, .image-43, .image-44, .image-45, .image-46, .image-47, .image-48 {
    width: 100%;
    min-width: 100%;
  }

  .abouthomepageright {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: auto;
  }

  .duwe-olsen-group-pic {
    width: 90%;
    min-width: 90%;
    margin-left: 0;
  }

  .div-block-3292 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .leftcontainer._40 {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
  }

  .rightcontainer._60 {
    width: 60%;
    min-width: 60%;
    max-width: 60%;
  }

  .subtitle-2 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1920px) {
  .herosection {
    background-size: 100%;
    font-size: 14px;
  }

  .navbar-logo-left {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
  }

  .nav-link {
    font-size: 23px;
  }

  .button-primary.largebutton {
    font-size: 25px;
  }

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

  .duwe-olsen-white-logo {
    width: 350px;
  }

  .largetitle {
    font-size: 78px;
    line-height: 65px;
  }

  .smalltitle {
    font-size: 25px;
  }

  .field-label, .text-block-2 {
    font-size: 26px;
  }

  .container-76 {
    background-image: url('../images/black-gradient-bottom.webp'), linear-gradient(#00000040, #00000040), url('../images/AvondaleExterior.jpg');
    background-position: 50% 100%, 0 0, 50% 100%;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: 100%, auto, cover;
  }

  .div-block-3273 {
    width: 33%;
    min-width: 33%;
    max-width: 33%;
  }

  .container-77 {
    justify-content: center;
    display: flex;
  }

  .div-block-3274, .div-block-3272 {
    width: 33%;
    min-width: 33%;
    max-width: 33%;
  }

  .nav-link-2, .button-primary-2 {
    font-size: 18px;
  }

  .headlinetext {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .headlinetitle {
    font-size: 6.8rem;
  }

  .slide-container, .slide-container-2 {
    height: 50vh;
  }

  .layout77_content-left._50size.buyersleads {
    height: 45rem;
    min-height: 45rem;
  }

  .history-image-left {
    flex: none;
    width: 400px;
    margin-left: -160px;
  }

  .history-gallery {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-92 {
    max-width: 1440px;
  }

  .history-image-right {
    flex: none;
    width: 450px;
    margin-right: -150px;
  }

  .history-image-top {
    width: 540px;
  }

  .parallax-section {
    padding-top: 120px;
  }

  .history-image-bottom {
    width: 500px;
  }

  .button-primary-3 {
    font-size: 18px;
  }

  .madesaonara.center {
    font-size: 58px;
  }

  .link-block-15 {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .regulartitle-3.whitetext.leftalign, .bold-text-2, .regulartitle-4.whitetext.leftalign, .bold-text-21 {
    font-size: 28px;
  }
}

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

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .button-primary.largebutton._100.whitebtn.transparent.smallbtn.left.margintop.trans.whitetext.centerbtnn {
    margin-left: auto;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .bigtitledivider.centeraligned.blacktext, .bigtitledivider.centeraligned.black.left.white.center {
    text-align: center;
  }

  .container-5 {
    flex-flow: column;
  }

  .text-block-4.blacktext.leftaligned {
    text-align: center;
  }

  .text-block-4.blacktext.leftaligned.fullwidth.paddingtop.lineheight.small.borderbottom.whitecolor.leftaligned2 {
    text-align: left;
  }

  .link.centeredaligned.blacklink.paddingtop.centeralign, .headlinesubtitle {
    text-align: center;
  }

  .headlinesubtitle.centeredtext.nopaddingtop.black {
    font-size: 1rem;
  }

  .headlinetitle2 {
    font-size: 2rem;
  }

  .headlinestandarduppercasedflatline.centeredtext.bigfontheadline.nopadding.black, .headlinestandarduppercasedflatline.centeredtext.bigfontheadline.nopaddingtop.black {
    font-size: 3rem;
  }

  .transparentbuttonleftline {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .servicecolumn.service3, .servicecolumn.service1, .servicecolumn.service2 {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    height: 50vh;
    min-height: 50vh;
    max-height: 50vh;
  }

  .servicecolumn.featuredcommunity, .servicecolumn.buyersguide {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .servicecolumn.mapsearch {
    width: 100%;
    min-width: 100%;
    max-width: 100px;
  }

  .container-79 {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

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

  .sectionhomeexpertiseareas {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .div-block-139 {
    width: 60%;
    min-width: 60%;
    max-width: 60%;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .container-13 {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .homevaluationtop {
    height: 60%;
    min-height: 60%;
    max-height: 60%;
  }

  .waves-image-wrap-hero-1 {
    height: 120px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .homevaluationbottom {
    height: 40%;
    min-height: 40%;
    max-height: 40%;
  }

  .sectionmediapress {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-top: 2rem;
    padding-top: 5rem;
  }

  .f-logo-carousel-wrap {
    width: 95%;
    margin-left: 0;
    margin-right: 0;
  }

  .container-80 {
    flex-flow: column;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .privateclientnetworkleft {
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .privateclientnetworkright {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-3279 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .form {
    flex-flow: column;
  }

  .text-field-5, .text-field-6, .text-field-7 {
    text-align: center;
  }

  .spacer-large {
    padding-bottom: 6rem;
  }

  .grid-left {
    display: flex;
  }

  .img-parent.size-three {
    width: 100%;
    height: 40rem;
  }

  .img-parent.size-one {
    width: 28rem;
    height: 44rem;
  }

  .img-parent.size-two {
    width: 18rem;
    height: 26rem;
  }

  .img-cover.size-two {
    width: 28rem;
    height: 46rem;
  }

  .img-cover.size-one {
    width: 18rem;
    height: 28rem;
  }

  .img-cover.size-three {
    width: 100vw;
    height: 44rem;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .container-85 {
    max-width: 728px;
  }

  .nav-menu-block {
    justify-content: center;
    align-items: center;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    border-radius: 0;
    top: 40px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav_button {
    display: none;
  }

  .container-87.headlinepage {
    flex-flow: column;
  }

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

  .ourstorycontainer {
    flex-flow: column;
  }

  .ourstoryleft {
    align-self: auto;
    width: 55%;
    min-width: 55%;
    margin-left: auto;
    margin-right: auto;
  }

  .ourstoryright {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }

  .ourstoryimage {
    margin-left: 0;
  }

  .headlinetext {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
    display: block;
  }

  .paragraphcontainer {
    padding-right: 0;
  }

  .waves-gallery-hero-2 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-image-wrap-hero-2 {
    height: 320px;
  }

  .waves-gradient-hero-2 {
    height: 140px;
  }

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

  .activepastlistingscontainer {
    flex-flow: column;
  }

  .activelistingsonprofilediv, .pastlistingsonprofilediv {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .contactmethodcontainer {
    display: none;
  }

  .quick-stack-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .primaryfeaturelabel-2.whitetext {
    text-align: center;
  }

  .div-block-205 {
    text-align: center;
    width: 90%;
    margin-left: auto;
  }

  .propertyaddress-5 {
    text-align: center;
    margin-bottom: 0;
  }

  .heading-56.whitetext.leftaligned {
    justify-content: center;
    align-items: center;
  }

  .button-small {
    display: block;
  }

  .button-small.viewonmapsbutton {
    display: none;
  }

  .cell-56 {
    display: flex;
  }

  .div-block-203 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .paragraph-73 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .propertydescriptioncontainer {
    max-width: 100%;
  }

  .cell-54 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .cta1-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
    display: flex;
  }

  .listingsbtn {
    text-align: center;
    display: block;
  }

  .headlinetitle {
    text-align: center;
    font-size: 4rem;
    line-height: 70px;
  }

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

  .regularbodytext {
    text-align: center;
  }

  .onboarding_img-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: none;
  }

  .sectionhomevaluation-3 {
    top: 30%;
  }

  .onboarding_step.is-active._1step {
    max-height: 100vh;
  }

  .section_onboarding-3 {
    grid-row-gap: 16px;
    grid-template-rows: 100vh;
    grid-template-columns: minmax(0, 1fr);
    height: auto;
    padding-top: 1rem;
  }

  .onboarding_form-block {
    height: 100%;
  }

  .text-block-hero {
    margin-left: 0;
  }

  .inner-swipe {
    display: none;
  }

  .leftcardcommunity, .rightcardcommunity {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }

  .containercommunity {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .image-41, .image-42, .image-43, .image-44, .image-45, .image-46, .image-47, .image-48 {
    width: 100%;
    min-width: 100%;
  }

  .swiper.is-team {
    margin-top: 2rem;
  }

  .card_wrapper {
    width: 100%;
  }

  .blog-card {
    max-width: 35rem;
  }

  .blog-grid {
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .section_performance {
    overflow: hidden;
  }

  .hero-image {
    filter: brightness(80%);
  }

  .footer-rights {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .swiper-slide.is-team {
    min-width: 100%;
  }

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

  .difference-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
  }

  .difference-card {
    width: 100%;
    max-width: 35rem;
    min-height: auto;
  }

  .footer-heading {
    margin-bottom: 24px;
  }

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

  .privacy-heading {
    margin-bottom: 24px;
  }

  .gallery_inner_heading-row {
    max-width: 15.5rem;
  }

  .gallery_inner_block, .gallery_inner_block-2, .gallery_inner_block-3 {
    padding: 1.5rem;
  }

  .waves---section-hero-primary-2 {
    text-align: center;
  }

  .waves-grid-hero-2 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-2 {
    text-align: center;
    align-items: center;
  }

  .waves-image-wrap-hero-3 {
    height: 320px;
  }

  .waves-gradient-hero-3 {
    height: 140px;
  }

  .waves-gallery-hero-3 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-hero-3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves-image-wrap-hero-4 {
    height: 320px;
  }

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

  .heading-style-h3-2.is-hero {
    max-width: 49vw;
    font-size: 2.5em;
  }

  .articles_colum {
    min-width: 50vw;
  }

  .work_card {
    width: 50vw;
  }

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

  .nav_menu_link {
    font-size: 2rem;
  }

  .secton-c {
    background-attachment: scroll, scroll;
    height: 800px;
    padding-top: 100px;
  }

  .intro-paragraph {
    text-align: center;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 15px;
  }

  .yogi-bear-section {
    background-position: 24%;
  }

  .pink_panther_character {
    background-position: 99%;
    background-attachment: scroll;
  }

  .pink-panther-content-2 {
    padding-top: 622px;
  }

  .abouthomepageleft, .abouthomepageright {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .duwe-olsen-group-pic {
    margin-left: auto;
  }

  .text-block-36, .text-block-32, .text-block-31, .text-block-33 {
    font-size: .6rem;
  }

  .menu.phonenumber {
    width: 12rem;
  }

  .navlink_shop {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .navbar {
    display: block;
    inset: 0% 0% auto;
  }

  .text-block-37 {
    font-size: .6rem;
  }

  .navbar-top {
    background-color: #0000008f;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 0;
  }

  .menu-grid-image_wrapper {
    max-width: 40rem;
  }

  .navbar-right-side {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .navbar-right-side.socialmedialinks {
    width: 15rem;
  }

  .text-block-38 {
    font-size: .6rem;
  }

  .menu-drop {
    padding: 25px;
    display: flex;
  }

  .text-block-39, .text-block-34, .text-block-35, .text-block-30 {
    font-size: .6rem;
  }

  .menu-heading {
    margin-bottom: 24px;
    font-size: .8rem;
    font-weight: 500;
  }

  .text-block-40, .text-block-41 {
    font-size: .6rem;
  }

  .menu-left-side {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 50%;
  }

  .menu-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-block-42 {
    font-size: .6rem;
  }

  .containerpress-medi {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    bottom: 0;
  }

  .single_section {
    width: auto;
    min-height: 50vw;
  }

  .page_main {
    width: 100%;
    display: block;
  }

  .page_frame {
    height: auto;
    display: block;
  }

  .intro_section {
    width: auto;
  }

  .layout77_content-left {
    grid-row-gap: 2.5rem;
  }

  .layout77_content-left._50size.buyersleads {
    height: 20rem;
    min-height: 20rem;
  }

  .articles {
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
  }

  .waves---section-hero-primary-3 {
    text-align: center;
  }

  .waves-grid-hero-4 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---mega-heading-2 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-3 {
    text-align: center;
    align-items: center;
  }

  .waves-image-wrap-hero-5 {
    height: 320px;
  }

  .waves-gradient-hero-4 {
    height: 140px;
  }

  .waves-gallery-hero-4 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .history-image-left {
    width: 260px;
    margin-left: -30px;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .history-wrapper {
    flex-direction: column;
    position: relative;
  }

  .history-gallery {
    display: none;
  }

  .history-image-right {
    width: 300px;
    margin-top: 0;
    margin-bottom: -80px;
    margin-right: 0;
  }

  .parallax-section {
    padding-top: 40px;
  }

  .history-block {
    padding-top: 20px;
    padding-bottom: 80px;
    padding-right: 80px;
  }

  .header82_content-bottom {
    justify-content: center;
  }

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

  .section_header82 {
    background-position: 50% 0;
    background-size: contain;
  }

  .scroll-divblock {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .buttonblack.smallbuttonwhite {
    margin-right: auto;
  }

  .card-wrapper {
    padding-right: 21.5rem;
  }

  .layout77_component {
    grid-column-gap: .5rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .component_right {
    grid-column-gap: .5rem;
    grid-row-gap: 2.5rem;
  }

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

  .section_header82-2 {
    background-position: 50% 0;
    background-size: contain;
  }

  .parent-image {
    width: 100%;
    height: 50%;
  }

  .parent-tittle {
    width: 100%;
    height: 40%;
  }

  ._2-section {
    flex-direction: column;
    justify-content: space-between;
  }

  .parent-image-2 {
    width: 100%;
    height: 50%;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .container-95, .container-space-between {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar-aside-text {
    display: none;
  }

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

  .navbar-aside-line, .fullscreen-menu {
    display: none;
  }

  .fullscreen-col-left {
    width: 40%;
  }

  .fullscreen-col-right {
    width: 60%;
  }

  .grid-12-col {
    grid-row-gap: 3.5rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }

  .portfolio-teaser-content, .page-padding-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .header-button {
    font-size: 1em;
  }

  .header-button:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button:active {
    transform: scale(.94);
  }

  .header-inner {
    padding-top: 2em;
  }

  .div-block-3325.paddingbottom._0._00.auto {
    margin-left: auto;
  }

  .circle-menu-large {
    width: 10em;
    height: 10em;
  }

  .logo-text {
    font-size: 5em;
  }

  .grid-item-2.is--for-menu {
    align-items: center;
  }

  .circle-menu-large-absolute {
    width: 10em;
    height: 10em;
  }

  .circle-menu-small {
    width: 3em;
    height: 3em;
  }

  .linkindustries {
    justify-content: center;
    align-items: center;
  }

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

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

  .containerfooterlink {
    max-width: 100%;
  }

  .buttonwhite-2 {
    font-size: 1.8vw;
  }

  .container-102 {
    max-width: 728px;
  }

  .text-block-43 {
    font-size: .6rem;
  }

  .headlinesubtitle-2 {
    text-align: center;
    display: none;
    overflow: visible;
  }

  .headlinesubtitle-2.leftsubtitle.blacktext {
    text-align: left;
  }

  .text-block-44 {
    font-size: .6rem;
  }

  .navbar-2 {
    display: block;
    inset: 0% 0% auto;
  }

  .text-block-45, .text-block-46, .text-block-47 {
    font-size: .6rem;
  }

  .navbar-top-2 {
    background-color: #0000008f;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 0;
  }

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

  .text-block-48, .text-block-49, .text-block-50, .text-block-51 {
    font-size: .6rem;
  }

  .menu-heading-2 {
    margin-bottom: 24px;
    font-size: .8rem;
    font-weight: 500;
  }

  .text-block-52, .text-block-53 {
    font-size: .6rem;
  }

  .menu-left-side-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 50%;
  }

  .text-block-54 {
    font-size: .6rem;
  }

  .waves---section-hero-primary-4 {
    text-align: center;
  }

  .waves-grid-hero-5 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---mega-heading-3 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-4 {
    text-align: center;
    align-items: center;
  }

  .waves-image-wrap-hero-6 {
    height: 320px;
  }

  .waves-gradient-hero-5 {
    height: 140px;
  }

  .waves-gallery-hero-5 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-106 {
    margin-left: auto;
  }

  .aboutuscontainer {
    flex-flow: column;
    height: 100%;
  }

  .leftimgabout {
    width: 80%;
  }

  .rightabouttext {
    width: 95%;
  }

  .div-block-3332 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .teammembercard.realtor, .teammembercard.realtor.smallcard {
    height: 60vh;
    min-height: 60vh;
    max-height: 60vh;
  }

  .overlay-card-3 {
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    display: block;
  }

  .link-block-15 {
    min-height: 100%;
    max-height: 100%;
    display: block;
  }

  .card-image-3 {
    min-height: 100%;
    max-height: 100%;
  }

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

  .slider_button {
    top: 53%;
  }

  .regulartitle-3.whitetext.leftalign, .headlineblack {
    text-align: center;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .featuredleftblock {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    display: flex;
  }

  .largeheadline.leftaligned {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .communityparagraph.leftaligned.smallsize {
    text-align: center;
  }

  .listinghomerightdescription {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .containerlistings {
    flex-flow: column;
  }

  .listinghomeleftpicture, .buyersrighthomepreview.b, .buyersrighthomepreview.s, .container-107 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .buyinghomepreview, .buyinghomepreview._250px {
    flex-flow: column;
  }

  .buyerslefthomepreview {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .regularparagraph-3.lightregularparagraph.centeraligned.lineheight {
    font-size: 16px;
  }

  .sellersrighthomepreview, .container-108 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .regularparagraph-4.lightregularparagraph.centeraligned.lineheight {
    font-size: 16px;
  }

  .containerlistingsrentals.paddingtopblock.paddingbottomblock {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .regulartitle-4.whitetext.leftalign {
    text-align: center;
  }

  .div-block-3334 {
    padding-bottom: 2rem;
  }

  .div-block-3335 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .headlinewhite.left {
    font-size: 48px;
  }

  .ctaherodiv.paddingtop, .headlinediv, .subheadlinediv {
    margin-left: 5%;
  }

  .lineone {
    flex-flow: column;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }
}

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

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

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

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .bigtitledivider.centeraligned.black, .bigtitledivider.centeraligned.black.left.white.center {
    font-size: 30px;
  }

  .bigtitledivider.whitetext.center {
    font-size: 25px;
  }

  .link.centeredaligned.black {
    font-size: 15px;
  }

  .headlinestandarduppercasedflatline.centeredtext.bigfontheadline.nopadding.black, .headlinestandarduppercasedflatline.centeredtext.bigfontheadline.nopaddingtop.black {
    font-size: 31px;
  }

  .paragraph-74.whitetext.centeredalign.syncopate.smallerheadline.black.left.white.paddingtop.auto {
    line-height: 30px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .communitiestitle.left.white.nomargin.smaller.leftaligned._100.centered {
    font-size: 21px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer_socialmedia-contentmobile {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .footer_socialmedia-content {
    display: none;
  }

  .footer_mode-wrap {
    flex-flow: row;
  }

  .footer_grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr;
  }

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

  .footer_socialmedia-wrap {
    justify-content: center;
    align-items: center;
  }

  .parent-grid {
    flex-direction: column-reverse;
  }

  .grid-right {
    width: 100%;
  }

  .grid-left {
    width: 100%;
    padding-top: 4rem;
  }

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

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

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .heading-41._100.leftalign {
    text-align: left;
    font-size: 38px;
  }

  .div-block-205 {
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    line-height: 20px;
  }

  .propertyaddress-5 {
    text-align: center;
    line-height: 6vw;
  }

  .container-69.muirlands {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-203 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .cell-54 {
    display: flex;
  }

  .cta1-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
    padding: 40px 20px;
  }

  .onboarding_form {
    width: 100%;
  }

  .onboarding_step {
    min-width: 100%;
  }

  .onboarding_form-block {
    max-width: 96%;
  }

  .button_component.is-large {
    font-size: 1.3rem;
  }

  .button-hero {
    justify-content: flex-start;
    margin-left: 30px;
    padding-left: 0;
  }

  .text-block-hero {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-hero {
    flex-direction: column;
    align-items: flex-start;
  }

  .inner-swipe {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slide-prev.desktop-arrow {
    display: none;
  }

  .slide-prev.mobile-prev {
    width: 100%;
    height: 100%;
  }

  .content-wrapper {
    object-fit: cover;
  }

  .slide-item {
    border-radius: 0;
    width: 100vw;
    height: 100%;
    transform: scale(1);
  }

  .slide-item-wrapper {
    border-radius: 0;
    width: 100vw;
    height: 100%;
  }

  .slide-next.desktop-arrow {
    display: none;
  }

  .slide-next.mobile-next {
    width: 100%;
    height: 100%;
  }

  .wrapper {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-wrapper-2 {
    object-fit: cover;
  }

  .horizontal-text_wrapper {
    margin-left: 5%;
  }

  .sticky {
    height: 50vh;
    margin-bottom: 0;
  }

  .offset-image-curtain {
    height: 10%;
  }

  .horizontal-text-middle {
    font-size: 2rem;
  }

  .offset {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .horizontal-text {
    margin-right: 0;
    font-size: 2rem;
  }

  .height {
    height: 50dvh;
  }

  .horizontal-text-bottom {
    margin-left: 0;
    font-size: 2rem;
  }

  .offset-image-curtain-2 {
    height: 10%;
  }

  .section-horizontal {
    padding-bottom: 0;
    overflow: hidden;
  }

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

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

  .headline.hero {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .eclipse-1 {
    display: none;
  }

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

  .headline_wrapper.hero {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .subscribe-shadow {
    background-image: linear-gradient(90deg, #05080e99, #05080e99);
  }

  .horizontal-text-middle-2 {
    font-size: 2rem;
  }

  .hero-content {
    bottom: 6vh;
  }

  .eclipse-2.mute {
    display: none;
  }

  .tech-card {
    height: auto;
  }

  .section-ghost {
    height: 60dvh;
  }

  .interior-image_holder-3 {
    width: 100%;
    height: 20rem;
  }

  .main-button {
    padding: .7rem 1.5rem;
    font-size: .7rem;
  }

  .horizontal-text-2 {
    margin-right: 0;
    font-size: 2rem;
  }

  .interior-image_holder-4 {
    width: 100%;
    height: 20rem;
    margin-top: -6rem;
    margin-right: 0%;
  }

  .section-subscribe {
    height: 15rem;
  }

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

  .tech-card-content {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section_image {
    height: 50dvh;
  }

  .horizontal-text-bottom-2 {
    margin-left: 0;
    font-size: 2rem;
  }

  .interior-image_holder-2 {
    width: 100%;
  }

  .interior-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-left: 0%;
    padding-right: 0%;
  }

  .interior-row.align-left, .interior-row.align-right {
    justify-content: flex-start;
    align-items: center;
  }

  .interior-row.align-right.arrow-scroll {
    display: none;
  }

  .tech-image {
    width: 70%;
  }

  .section-technical {
    padding-bottom: 20vh;
  }

  .subscribe-content {
    justify-content: center;
    align-items: center;
  }

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

  .heading-style-h1.text-color-white.subscribe {
    text-align: center;
  }

  .section-interior-2 {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    padding: 8rem 5%;
  }

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

  .footer-rights {
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
  }

  .heading-style-h2.align-middle {
    font-size: 1.6rem;
  }

  .section-spacing {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .interior-image_holder-1 {
    width: 100%;
    height: 20rem;
  }

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

  .eclipse-4 {
    display: flex;
  }

  .eclipse-4.mobile-hide {
    display: none;
  }

  .tech-eclipse {
    opacity: .65;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .tech-eclipse.align-right {
    opacity: .65;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    bottom: 5%;
    left: auto;
    right: auto;
  }

  .text-size-regular, .text-size-regular.color-black.align-middle {
    font-size: .8rem;
  }

  .text-size-regular.color-black.max-40ch {
    text-align: center;
  }

  .difference-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .arrow-scroll.hide-mobile {
    display: none;
  }

  .section-horizontal-2 {
    padding-bottom: 0;
    overflow: hidden;
  }

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

  .tech-card_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding: 10% 5%;
  }

  .gallery_inner_para-row {
    margin-top: 1rem;
  }

  .gallery_inner_heading-row {
    max-width: 11.5rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }

  .gallery_inner_block {
    width: auto;
    min-width: 90%;
    max-width: 90%;
    height: auto;
  }

  .gallery_inner_para-row-2 {
    margin-top: 1rem;
  }

  .gallery_inner_block-2, .gallery_inner_block-3 {
    width: auto;
    min-width: 90%;
    max-width: 90%;
    height: auto;
  }

  .menu-link {
    font-size: 9vw;
    line-height: 20vh;
  }

  .navigation-content-wrapper {
    position: relative;
  }

  .navigation-image-container {
    width: 100%;
    position: absolute;
    inset: 0%;
  }

  .navigation-links {
    z-index: 5;
    width: 100%;
    position: relative;
  }

  .navigation-image.current {
    z-index: 4;
  }

  .navigation-container {
    min-height: 100vh;
  }

  .menu-link-2, .menu-link-3, .menu-link-4, .menu-link-5, .menu-link-6 {
    font-size: 9vw;
    line-height: 20vh;
  }

  .waves-grid-hero-2 {
    grid-row-gap: 40px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-grid-hero-3 {
    grid-row-gap: 40px;
  }

  .hero_heading {
    font-size: 13em;
  }

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

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

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

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

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

  .horizontal-scroll_section-height {
    height: auto;
  }

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

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

  .article_card-image-wrap {
    padding-bottom: 56%;
  }

  .intro_image-wrap {
    width: 12.5rem;
  }

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

  .section_jornal {
    height: 100vh;
  }

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

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

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

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

  .text-link_wrap {
    font-size: .875rem;
  }

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

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

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

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

  .intro_top {
    margin-bottom: 4rem;
  }

  .jornal_subtext {
    font-size: 1.75rem;
  }

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

  .heading-style-h3-2.is-hero {
    max-width: 100%;
    font-size: 3.7em;
  }

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

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

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

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

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

  .section_articles {
    color: #fff;
    background-color: #f06446;
  }

  .image-divider_image {
    width: 100%;
  }

  .work_card {
    width: auto;
  }

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

  .horizontal-scroll_track {
    width: 100%;
  }

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

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

  .section_cta {
    flex-direction: row;
    min-height: 100vh;
    display: flex;
  }

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

  .test-size-title-small {
    font-size: .875rem;
  }

  .hero_heading-2 {
    font-size: 13em;
  }

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

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

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

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

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

  .horizontal-scroll_track-2 {
    width: 100%;
  }

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

  .test-size-title-small-2 {
    font-size: .875rem;
  }

  .nav_compoenent {
    display: none;
  }

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

  .horizontal-scroll_track-3, .horizontal-scroll_track-4 {
    width: 100%;
  }

  .white {
    font-size: 60px;
    line-height: 50px;
  }

  .secton-c {
    height: 600px;
  }

  .intro-paragraph.early-ways {
    opacity: 1;
    padding-left: 39px;
    padding-right: 39px;
  }

  .black {
    font-size: 60px;
    line-height: 50px;
  }

  .body-paragraph-small.pink-phink {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar-top {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .text {
    font-size: 1.1rem;
  }

  .waves-grid-hero-4 {
    grid-row-gap: 40px;
  }

  .waves---mega-heading-2 {
    font-size: 56px;
  }

  .waves---subtitle-2 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .my-slider-progress {
    margin-top: 32px;
  }

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

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

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .mobile-arrow {
    display: none;
  }

  .mobile-slider {
    background-color: #0000;
    height: auto;
    margin-bottom: -40px;
    margin-right: -100px;
    display: block;
  }

  .mobile-image4 {
    width: 360px;
    margin-top: 40px;
  }

  .mobile-image3, .mobile-image1 {
    width: 240px;
  }

  .history-image-left {
    width: 240px;
    margin-bottom: -160px;
    display: none;
  }

  .mobile-slide {
    width: auto;
    margin-right: 20px;
  }

  .history-image-right {
    width: 180px;
    display: none;
  }

  .mobile-slide-nav {
    display: none;
  }

  .mobile-slide-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .parallax-section {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .left-arrow-2 {
    display: none;
  }

  .mobile-image2 {
    width: 320px;
    margin-top: 40px;
  }

  .history-block {
    margin-bottom: 30px;
    padding: 0;
  }

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

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

  .padding-global-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section_header82 {
    background-size: 150%;
    background-attachment: fixed;
  }

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

  .padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .scroll-divblock {
    max-width: 24.5rem;
  }

  .card-wrapper {
    padding-right: 45%;
  }

  .layout77_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .padding-global-7 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .padding-global-8 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .section_header82-2 {
    background-size: 150%;
    background-attachment: fixed;
  }

  .is-white, .is-white-2 {
    font-size: 3.3rem;
  }

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

  .container-95 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .container-space-between {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fullscreen-inner {
    flex-flow: column-reverse wrap;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

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

  .heading-style-h3-3 {
    font-size: 1.5rem;
  }

  .fullscreen-menu-image {
    aspect-ratio: 1;
  }

  .padding-global-9 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h5-2 {
    font-size: .875rem;
  }

  .fullscreen-col-left, .fullscreen-col-right {
    width: 100%;
  }

  .fullscreen-navlink {
    padding-top: .25em;
    padding-bottom: .25em;
    font-size: 2rem;
  }

  .portfolio-teaser-subtitle {
    font-size: 1.1rem;
  }

  .intro-title {
    font-size: 2.8em;
  }

  .section-tutorial {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .header-inner {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
    flex-flow: column;
    justify-content: center;
    padding-top: 4.5em;
  }

  .header-left {
    flex-wrap: wrap;
    justify-content: center;
  }

  .intro-copy-text {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-teaser-title {
    font-size: 3.4rem;
  }

  .containerfooterlinks {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .subtitle-3.nopadding.black {
    font-size: 25px;
  }

  .sectionfooter-2, .navbar-2.fullwidth {
    display: block;
  }

  .navbar-top-2 {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .navlink_shop-2 {
    display: none;
  }

  .waves-grid-hero-5 {
    grid-row-gap: 40px;
  }

  .waves---mega-heading-3 {
    font-size: 56px;
  }

  .waves---subtitle-3 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .svg-arrow-button {
    width: 1.2rem;
    height: 1.2rem;
  }

  .slider_button {
    width: 2.5rem;
    height: 2.5rem;
  }

  .slider_button.is-next, .slider_button.is-prev {
    left: -1rem;
  }

  .team_top-component {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

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

  .mediumheadline {
    font-size: 21px;
  }

  .largeheadline.leftaligned.nopaddingleft.lineheight {
    font-size: 13px;
  }

  .regularparagraph-2.lineheight.leftaligned.smalllineheight.left {
    text-align: center;
  }

  .headlinewhite.left {
    font-size: 41px;
    line-height: 50px;
  }

  .ctaherodiv.paddingtop._80 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 5%;
  }
}

@media screen and (max-width: 479px) {
  .herosection.homepage, .herosection.agentpage.propertyvaluationherosection.fullwidth {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .container {
    max-width: none;
  }

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

  .button-primary.largebutton {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-primary.largebutton.centeralignbutton.blackbutton {
    padding-top: 10px;
    text-decoration: none;
  }

  .button-primary.largebutton.centeralignbutton.paddingbutton {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .button-primary.largebutton._100 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button-primary.largebutton._100:active {
    background-color: #fff;
  }

  .button-primary.largebutton._100.whitebtn, .button-primary.largebutton._100.whitebtn:hover {
    color: #000;
    background-color: #fff;
  }

  .button-primary.largebutton._100.whitebtn.transparent {
    color: #fff;
    background-color: #fff0;
  }

  .button-primary.largebutton._100.whitebtn.transparent.smallbtn.left.margintop.leftalignbtn._0 {
    margin-top: 10px;
  }

  .button-primary.largebutton._100.whitebtn.transparent.smallbtn.left.margintop.leftalignbtn._0._90 {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }

  .button-primary.largebutton._100.whitebtn.transparent.smallbtn.left.margintop.leftalignbtn._0.trans.white._12px {
    font-size: 12px;
  }

  .containerhomehero {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .largetitle {
    font-size: 36px;
    line-height: 35px;
  }

  .rightline {
    display: none;
  }

  .smalltitlehomecontainer {
    flex-flow: column;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-bottom: 0;
  }

  .containerhomectas {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .containerhomectas.bottomctas.nopaddingbottom._100 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .ctadiv {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .neightboroodsdiv {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }

  .pricerangediv {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-left: 0;
    margin-right: auto;
  }

  .pricerangediv.rightdivhomeselling {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .pricerangediv.rightdivhomeselling.leftalign {
    justify-content: center;
    align-items: flex-start;
  }

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

  .meettheteamhomesection {
    display: block;
  }

  .container-3 {
    max-width: 100%;
    padding-left: 0;
  }

  .smalltitledivider {
    font-size: 10px;
  }

  .bigtitledivider {
    font-size: 20px;
    line-height: 20px;
  }

  .bigtitledivider.centeraligned.blacktext.communitytitle {
    text-align: center;
  }

  .bigtitledivider.centeraligned.quotetext {
    font-size: 16px;
    line-height: 20px;
  }

  .bigtitledivider.centeraligned.quotetext.noletterspacing {
    letter-spacing: 2px;
  }

  .bigtitledivider.centeraligned.black {
    font-size: 23px;
    line-height: 22px;
  }

  .bigtitledivider.centeraligned.black.left {
    text-align: center;
  }

  .bigtitledivider.centeraligned.black.left.white._0 {
    text-align: center;
    line-height: 22px;
  }

  .bigtitledivider.rightaligned.blacktext, .bigtitledivider.nopaddingbottom {
    text-align: center;
  }

  .bigtitledivider.nopaddingbottom.whitetext {
    color: #fff;
  }

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

  .container-6 {
    max-width: 100%;
  }

  .text-block-4 {
    line-height: 26px;
  }

  .text-block-4.leftaligned {
    text-align: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .text-block-4.leftaligned.nopadding.smallparagraph {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-size: 13px;
    line-height: 22px;
  }

  .text-block-4.leftaligned.nopadding.none {
    display: none;
  }

  .text-block-4.blacktext {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 25px;
  }

  .text-block-4.blacktext.leftaligned.fullwidth.paddingtop.lineheight {
    margin-top: auto;
    padding-top: 10px;
  }

  .text-block-4.blacktext.leftaligned.fullwidth.paddingtop.lineheight.centeraligned.whitetext {
    color: #fff;
    line-height: 31px;
  }

  .text-block-4.blacktext.leftaligned.fullwidth.paddingtop.lineheight.whiteparagraph.centeraligned {
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    margin-top: 0;
    line-height: 31px;
    overflow: auto;
  }

  .text-block-4.blacktext.leftaligned.fullwidth.paddingtop.lineheight.small.borderbottom.whitecolor.leftaligned2 {
    text-align: center;
  }

  .text-block-4.blacktext.centeralign {
    line-height: 40px;
  }

  .text-block-4.blacktext._100 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-size: 12px;
    line-height: 15px;
  }

  .text-block-4.blacktext.fullwidth {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

  .div-block-3 {
    top: 0;
  }

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

  .link.leftalignlink.center {
    text-align: center;
    margin-left: auto;
  }

  .headlinesubtitle {
    font-size: .7rem;
    line-height: 15px;
  }

  .headlinesubtitle.centeredtext.nopaddingtop {
    margin-top: 0;
  }

  .container-76 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/black-gradient-bottom.webp'), url('../images/AvondaleExterior.jpg');
    background-position: 0 0, 50% 100%, 50% 100%;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, 100%, auto;
    background-attachment: scroll, scroll, scroll;
    padding-top: 0;
    padding-bottom: 0;
  }

  .headlinetitle2 {
    font-size: 1rem;
    line-height: 22px;
  }

  .div-block-3273 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .container-77 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .headlinestandarduppercasedflatline {
    text-align: center;
  }

  .headlinestandarduppercasedflatline.centeredtext.bigfontheadline {
    font-size: 36px;
  }

  .headlinestandarduppercasedflatline.centeredtext.bigfontheadline.nopadding, .headlinestandarduppercasedflatline.centeredtext.bigfontheadline.nopaddingtop {
    margin-top: 0;
  }

  .div-block-3274 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .paragraph-74.whitetext.centeredalign.syncopate.absolute {
    width: 100%;
    position: static;
  }

  .paragraph-74.whitetext.centeredalign.syncopate.smallerheadline {
    font-size: 11px;
  }

  .paragraph-74.whitetext.centeredalign.syncopate.smallerheadline.black.left {
    margin-left: auto;
  }

  .paragraph-74.whitetext.centeredalign.syncopate.smallerheadline.black.left.white.paddingtop {
    line-height: 21px;
  }

  .paragraph-74.whitetext.centeredalign.syncopate.smallerheadline.black.left.white.paddingtop.auto {
    text-align: center;
    margin-left: auto;
  }

  .paragraph-74.whitetext.centeredalign.syncopate.smallerheadline.black._22 {
    line-height: 22px;
  }

  .paragraph-74.whitetext.centeredalign.syncopate.smallerheadline.black._100 {
    width: 100%;
    line-height: 22px;
  }

  .paragraph-74.whitetext.centeredalign.syncopate.none {
    display: none;
  }

  .paragraph-74.whitetext.centeredalign.nopaddingbottom {
    margin-bottom: 0;
  }

  .paragraph-74.blacktext.syncopate.centeredtext.nopaddingbottom {
    width: 100%;
  }

  .div-block-3272 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .transparentbuttonleftline {
    text-align: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .provenresultshomesection {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
  }

  .realestatesservicessection {
    display: block;
  }

  .fancycapitalizedtitle {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 30px;
  }

  .fancycapitalizedtitle.blacktext.nopaddingbottom {
    text-align: center;
    margin-bottom: 20px;
  }

  .servicecolumn.service3, .servicecolumn.service1, .servicecolumn.service2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .servicecolumn.featuredcommunity, .servicecolumn.buyersguide, .servicecolumn.mapsearch {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .servicecolumn.sellersguidecard {
    background-image: linear-gradient(#00000059, #00000059), url('../images/Altura-Ct.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .servicecolumn.compassprivateexclusivescard {
    background-image: linear-gradient(#00000059, #00000059), url('../images/Avondale-1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .servicecolumn.contactuscard {
    background-image: linear-gradient(#00000080, #00000080), url('../images/6354-Montego.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container-79 {
    justify-content: center;
    align-items: flex-end;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding-top: 0;
  }

  .container-79.center._100 {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .container-79.flexleft._100 {
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    display: flex;
  }

  .container-79.flexalign._100 {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .divblockservicescard {
    flex-flow: column;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
    top: 0;
  }

  .divblockservicescard.norelative.flex {
    display: flex;
  }

  .divblockservicescard.norelative.flex._0 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .servicesblockbtns {
    display: block;
  }

  .servicesblockbtns._0 {
    padding-top: 0;
    display: none;
  }

  .sectionhomeexpertiseareas {
    display: block;
  }

  .areadescription {
    text-align: center;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-content-hero-1 {
    height: 400px;
    min-height: 400px;
    max-height: 400px;
  }

  .div-block-139 {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .heading-2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 25px;
    font-size: 31px;
    line-height: 30px;
  }

  .waves---section-hero-primary {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .subtitle {
    letter-spacing: 5px;
    font-size: 12px;
  }

  .container-13 {
    width: 100%;
    min-width: 100%;
  }

  .waves-image-wrap-hero-1 {
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: 80px;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .communitiestitle {
    direction: ltr;
    align-self: center;
    display: block;
  }

  .communitiestitle.left.white.nomargin {
    text-align: center;
    font-size: 23px;
  }

  .communitiestitle.left.white.nomargin.smaller {
    font-size: 11px;
  }

  .communitiestitle.left.white.nomargin.smaller.leftaligned._100.centered {
    text-align: center;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-one {
    flex: none;
    padding-top: 50px;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .sectionmediapress {
    background-size: 50%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 5rem;
    display: block;
  }

  .f-container-regular {
    background-color: #fff0;
  }

  .f-logo-carousel-wrap {
    background-color: #f4f4f400;
    border-radius: 0;
    min-height: 160px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 32px;
  }

  .f-logo-gradient-l {
    width: 40px;
  }

  .f-section-large {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .f-logo-gradient-r {
    width: 40px;
    display: none;
  }

  .sectionprivateclientnetwork {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
  }

  .div-block-3279 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .theprivatenetworklogocontainer {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .sectionhomenewsletter {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
  }

  .form.paddingbottom {
    padding-bottom: 35px;
  }

  .text-field-5, .text-field-5.leftalign, .text-field-6, .text-field-6.leftalign, .text-field-7, .text-field-7.leftalign {
    text-align: left;
  }

  .paragraph-75 {
    line-height: 15px;
  }

  .button.transparentbg.blackbutton {
    width: 250px;
  }

  .button.biggerbtn {
    width: 100%;
  }

  .buyerssellersguidescontainer {
    flex-flow: column;
    padding-top: 15rem;
  }

  .buyerssellersguidescontainer.nopaddingtop {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .sellersguidediv, .sellersguidediv._50, .buyersguidediv, .buyersguidediv._50 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .sectionhomesocialmedia, .sectionfootercontact, .sectionfooter {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
  }

  .footer_socialmedia-content {
    display: none;
  }

  .global-styles {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    display: none;
    position: static;
  }

  .footer_second-block {
    width: 100%;
  }

  .footer_grid {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .text-sm.fade {
    text-align: left;
  }

  .text-sm.fade.centerlink {
    text-align: center;
    margin-left: 0;
  }

  .slide-content.size-two {
    width: 18rem;
  }

  .slide-content.size-one {
    min-width: 100%;
    max-width: 100%;
    margin-left: 10px;
  }

  .spacer-large {
    padding-bottom: 5rem;
  }

  .heading-medium.smallerheadline.leftalign {
    text-align: left;
  }

  .heading-medium.smallerheadline.leftalign.fullwidth {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .parent-grid {
    min-width: 100%;
    max-width: 100%;
  }

  .grid-right {
    margin-top: 4rem;
    padding-right: 0;
  }

  .grid-right.paddingleft {
    min-width: 100%;
    max-width: 100%;
  }

  .grid-left.nopaddingtop.largerblock.fullwidth {
    width: 100%;
  }

  .grid-left.paddingtopextra.noextrapadding {
    padding-top: 5rem;
  }

  .img-parent.size-three {
    height: 26rem;
  }

  .img-parent.size-one {
    width: 18rem;
    height: 26rem;
  }

  .item-parent.right, .item-parent.right.fullwidth {
    min-width: 100%;
    max-width: 100%;
  }

  .img-cover.size-two {
    width: 18rem;
    height: 29rem;
  }

  .img-cover.size-three {
    height: 28rem;
  }

  .container-85 {
    max-width: none;
  }

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

  .nav_button {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    top: 2em;
    right: 1em;
  }

  .button_square {
    width: 30px;
    height: 3px;
  }

  .div-block-3282 {
    margin-top: 5rem;
  }

  .container-86 {
    width: 100%;
    min-width: 100%;
  }

  .container-86.verticalalign.soldlistingsbg {
    width: 100%;
  }

  .container-86.verticalalign.propertyvaluationhero._100 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .container-86.verticalalign.agentprofilebg.valriebg {
    width: 100%;
    min-width: 100%;
  }

  .container-87.headlinepage {
    text-align: center;
    max-width: 90%;
    padding-left: 0;
    display: block;
  }

  .container-87.headlinepage.left {
    text-align: left;
  }

  .heading-41 {
    text-align: center;
    font-size: 31px;
  }

  .heading-41._100 {
    width: 100%;
  }

  .heading-41._100.leftalign, .heading-41.leftalign.left, .heading-41.left {
    text-align: left;
  }

  .sectionabout-meettheteam {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-top: 0%;
    padding-top: 0%;
  }

  .sectionourstory.nopaddingtop {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .sectionouragents {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding-bottom: 1rem;
    display: none;
  }

  .ourstorycontainer {
    flex-flow: column;
  }

  .ourstoryleft {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }

  .waves-gallery-hero-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: 500px;
  }

  .waves-gradient-hero-2 {
    top: -1px;
  }

  .waves-gradient-hero-2.bottom {
    height: 140px;
    bottom: -1px;
  }

  .agentdescriptioncontainer.fullwidth {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .sectionagentinfo.negative {
    margin-top: -20%;
  }

  .activepastlistingscontainer {
    flex-flow: column;
  }

  .activelistingsonprofilediv {
    width: 100%;
    min-width: 100%;
  }

  .propertycardaddress {
    font-size: 1.5rem;
  }

  .pastlistingsonprofilediv {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .propertyctadiv {
    justify-content: center;
    align-items: center;
    margin-right: auto;
  }

  .propertycardsold.sample1 {
    min-width: 100%;
    max-width: 100%;
  }

  .propertycardsold.sample2, .propertycardsold.sample3 {
    min-width: 100%;
  }

  .headlinepropertylocation.smalltextcommunity.paddingtop {
    text-align: center;
  }

  .propertypreview2 {
    flex-flow: column;
  }

  .headlinepropertydetails {
    text-align: center;
  }

  .listingscontainertitle {
    padding-left: 0;
  }

  .primaryfeatureblock {
    flex-flow: column;
  }

  .primaryfeatureblock.inlinedisplay {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-57 {
    font-size: 38px;
  }

  .div-block-206 {
    width: 100%;
  }

  .primaryfeaturelabel-2.inlinedisplay {
    text-align: center;
    font-weight: 400;
  }

  .div-block-205 {
    text-align: center;
    width: 90%;
    min-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-6 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .rightalign {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-right: auto;
    display: block;
  }

  .quick-stack-7 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .propertyaddress-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 7vw;
  }

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

  .heading-56.centeredtext.whitetext {
    font-size: 16px;
    line-height: 35px;
  }

  .container-72 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/1205-muirlands-dr2.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .container-72.keltondr {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .primaryfeaturevalue-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .size3-text.size3-bottom-clear {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-small {
    flex: none;
    align-self: stretch;
    width: 90%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-small:hover {
    background-color: #000;
  }

  .div-block-204 {
    width: 100%;
    min-width: 100%;
  }

  .link-block-10 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .div-block-203 {
    flex-flow: column;
    margin-bottom: auto;
  }

  .slide-7.slideonpreview {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .propertyino {
    background-image: linear-gradient(#00000080, #00000080), url('../images/bg-2.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1021px;
    background-attachment: scroll, scroll;
  }

  .heading-59 {
    font-size: 13px;
  }

  .quick-stack-12 {
    padding-right: 0;
  }

  .container-71 {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: 50%;
  }

  .paragraph-73.centeredparagraph.whitetext {
    font-size: 8px;
  }

  .interiorfeaturesblock {
    justify-content: center;
    align-items: center;
  }

  .leftalign {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .cta1-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .listingsbtn {
    width: 90px;
    min-width: 90%;
    max-width: 90%;
    font-size: 12px;
    display: block;
  }

  .listingsbtn.contact-agent-on-porperty {
    font-size: 12px;
  }

  .video-container {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .sectionactivelistings.negative {
    margin-top: -40%;
  }

  .listingcard {
    background-image: linear-gradient(#00000040, #00000040), url('../images/Screenshot-2025-04-15-at-9.02.24-AM.png');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .sectionsellersservices.nopadding.negative {
    margin-top: -70%;
  }

  .sectionsoldlistings.negative {
    margin-top: -40%;
  }

  .slider-5.full {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .herocontainerhomevaluation {
    top: 15%;
  }

  .headlinetitle {
    font-size: 2.1rem;
    line-height: 40px;
  }

  .heading-63 {
    font-size: 10vw;
    font-weight: 400;
    display: none;
  }

  .heading-63.staticheadline {
    justify-content: center;
    align-items: center;
    font-size: 21px;
    line-height: 25px;
    display: flex;
  }

  .heading-63.staticheadline.question {
    font-size: 21px;
    line-height: 25px;
  }

  .onboarding_form {
    min-width: 100%;
    max-width: 100%;
  }

  .headingaboutrealtor-3 {
    margin-left: 0;
  }

  .heading-64 {
    font-size: 29px;
    line-height: 30px;
    display: none;
  }

  .onboarding_step._6step {
    display: none;
  }

  .onboarding_step._3step {
    max-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .onboarding_step._5step {
    max-height: 100%;
    display: none;
  }

  .onboarding_step._7step {
    display: none;
  }

  .onboarding_step.is-active._1step {
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .onboarding_step._8step {
    display: none;
  }

  .onboarding_step._4step {
    max-height: 100%;
    display: none;
  }

  .onboarding_step._2step {
    max-width: 100%;
    max-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .form_field-wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .spacer-medium-2 {
    display: none;
  }

  .button_text-3 {
    font-size: 14px;
  }

  .spacer-large-2 {
    display: none;
  }

  .section_onboarding-3 {
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

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

  .onboarding_form-block {
    max-width: 100%;
  }

  .form_input {
    padding-right: 0;
  }

  .page-wrapper-5 {
    height: 100vh;
    min-height: 100vh;
  }

  .sectionyoutube {
    display: none;
  }

  .video-block-coffee {
    background-image: linear-gradient(0deg, #0000 60%, #121212);
    width: 100%;
    height: 50%;
    display: none;
    inset: auto 0% 0%;
  }

  .button-hero {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-12.big {
    text-align: center;
  }

  .heading-19 {
    font-size: 58px;
    line-height: 50px;
  }

  .heading-19.leftalign {
    text-align: center;
    font-size: 45px;
    line-height: 45px;
  }

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

  .buttontransparent.btntransparent {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .buttontransparent.btntransparent.onyoutubebanner {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .video-hero-1.dark {
    background-image: linear-gradient(#00000080, #00000080), url('../images/kelllie-pic-contact-banner.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .play-icon {
    margin-left: auto;
    display: flex;
  }

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

  .image-29 {
    margin-left: 0;
  }

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

  .inner-swipe {
    position: absolute;
  }

  .slide-prev.mobile-prev {
    display: block;
  }

  .div-block-3285 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0%;
    padding-bottom: 2%;
    display: flex;
  }

  .content-wrapper {
    z-index: 99999;
  }

  .headlinesectionlefttextcontent {
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    line-height: 20px;
    display: block;
  }

  .div-block-3286 {
    height: 100%;
  }

  .slide-next.mobile-next {
    display: block;
  }

  .video-9 {
    width: 100%;
    height: 100vh;
  }

  .wrapper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .leftsectionheadline {
    flex-flow: column;
    padding-left: 0;
  }

  .slide-container {
    width: 100%;
    height: 100vh;
  }

  .div-block-3287 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0%;
    padding-bottom: 2%;
    display: flex;
  }

  .div-block-3288 {
    height: 100%;
  }

  .video-11 {
    width: 100%;
    height: 100vh;
  }

  .div-block-3289 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0%;
    padding-bottom: 2%;
    display: flex;
  }

  .div-block-3290 {
    height: 100%;
  }

  .video-13, .video-2 {
    width: 100%;
    height: 100vh;
  }

  .slide-container-2 {
    width: 100%;
    height: 90vh;
  }

  .sectioncommunities {
    margin-left: auto;
    margin-right: auto;
  }

  .communitiescontainer {
    max-width: 100%;
  }

  .leftcardcommunity, .rightcardcommunity {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    display: block;
  }

  .containercommunity {
    justify-content: center;
    align-items: center;
  }

  .containercommunityinfo {
    text-align: left;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
  }

  .image-41 {
    overflow: clip;
  }

  .communitynamediv {
    text-align: center;
    flex-flow: column;
  }

  .headline.hero, .headline_wrapper.hero {
    width: 100%;
  }

  .color_wrapper {
    max-width: 18rem;
  }

  .heading-style-h3 {
    font-size: .9rem;
  }

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

  .section_image {
    height: 40dvh;
  }

  .heading-style-h1.text-color-white.hero {
    font-size: 1.7rem;
  }

  .section-interior-2 {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

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

  .heading-style-h2 {
    text-align: left;
    font-size: 1.3rem;
  }

  .heading-style-h2.align-middle {
    font-size: 1.3rem;
  }

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

  .page-wrapper-6 {
    height: 100%;
    display: none;
  }

  .line-current.white {
    background-color: #fff;
  }

  .menu-link {
    font-size: 14vw;
    line-height: 14vh;
  }

  .navigation-image-container {
    display: block;
  }

  .navigation-links {
    padding-top: 0;
  }

  .navigation-container {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
  }

  .navigation-container.contactmodal {
    z-index: 2147483647;
    display: none;
  }

  .input {
    color: #fff;
  }

  .efi-frm-03 {
    background-color: #000;
    background-image: linear-gradient(#000c, #000c), url('../images/photo.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .efi-frm-03-text-grid {
    grid-template-columns: 1fr;
  }

  .efi-h3.biglink.white {
    font-size: 11vw;
  }

  .div-block-3291 {
    display: none;
  }

  .menu-link-2, .menu-link-3, .menu-link-4, .menu-link-5, .menu-link-6 {
    font-size: 14vw;
    line-height: 14vh;
  }

  .work_text-title {
    font-size: 12.5vw;
  }

  .work_text {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .work-text-subtitle {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .presslabel {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .waves---section-hero-primary-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves-gradient-hero-3 {
    top: -1px;
  }

  .waves-gradient-hero-3.bottom {
    bottom: -1px;
  }

  .waves-column-hero-2 {
    width: 48%;
  }

  .waves-column-hero-2.column-two, .waves-column-hero-2.column-one, .waves-column-hero-2.column-two {
    flex: none;
  }

  .waves-gallery-hero-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .hero_heading {
    font-size: 12.5em;
  }

  .padding-section-medium.is-hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .intro_image-wrap {
    width: auto;
    min-width: 55%;
  }

  .section_jornal {
    align-items: stretch;
    display: flex;
  }

  .text-link_wrap.is-proportion {
    padding-right: .3rem;
    font-size: .9rem;
  }

  .heading-style-h1-2 {
    font-size: 20vw;
  }

  .heading-style-h3-2.is-hero {
    font-size: 4.8em;
  }

  .cta_quorte-subtext {
    flex-wrap: wrap;
    font-size: .9rem;
  }

  .jornal_title-wrap {
    padding-bottom: 1.5rem;
  }

  .hero_heading-2 {
    font-size: 12.5em;
  }

  .main-wrapper-3 {
    height: 100%;
  }

  .white {
    opacity: 1;
    font-size: 32px;
    line-height: 40px;
  }

  .white.whatever {
    padding-bottom: 0;
    font-size: 15px;
  }

  .white.smaller {
    font-size: 21px;
    line-height: 29px;
  }

  .secton-c {
    height: 500px;
  }

  .secton-c.magic {
    height: 600px;
  }

  .intro-paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .intro-paragraph.early-ways {
    opacity: 1;
    margin-bottom: -69px;
    padding-top: 0;
    font-size: 13px;
  }

  .black {
    font-size: 16px;
    line-height: 40px;
  }

  .body-paragraph-small.yogi-bear {
    padding-left: 37px;
  }

  .pink_panther_character {
    background-position: 87%;
    height: 1000px;
  }

  .pink-panther-content-2 {
    height: 600px;
  }

  .sectionvideo {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
  }

  .container-91.paddingleft {
    background-image: linear-gradient(#0000004d, #0000004d);
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding-left: 0%;
  }

  .containervideo {
    margin-bottom: 8%;
    margin-left: auto;
    margin-right: auto;
  }

  .videoplaydiv {
    position: absolute;
    top: 4%;
  }

  .image-60 {
    max-width: 100px;
  }

  .abouthomepageright {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .duwe-olsen-group-pic {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .menu-column {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    display: block;
  }

  .image-61 {
    max-width: 179px;
  }

  .text-block-36 {
    text-align: center;
    font-size: .7rem;
  }

  .main-logo.w--current {
    margin-left: auto;
  }

  .navbar-center-logo {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 1rem;
  }

  .menu-link-4 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .navlink-text.menu {
    width: 5.5rem;
    font-size: 9px;
  }

  .text-block-32, .text-block-31, .text-block-33 {
    font-size: .7rem;
  }

  .menu {
    z-index: 99999;
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .menu.phonenumber {
    display: none;
  }

  .menu.central {
    height: 10%;
    margin-left: auto;
    margin-right: auto;
    font-family: Syncopate, sans-serif;
  }

  .menu.phonenumber {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: 5px;
    padding-right: 0;
    display: flex;
  }

  .menu-link-5 {
    padding-right: 0;
  }

  .menu-grid-car-name {
    text-align: left;
  }

  .menu-link-6 {
    padding-right: 0;
  }

  .navbar {
    z-index: 99999;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navbar.fullwidth._100 {
    display: block;
  }

  .text-block-37 {
    text-align: center;
    font-size: .7rem;
  }

  .navbar-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .menu-grid-column.flex.displaynone {
    display: none;
  }

  .navbar-right-side {
    margin-left: 5px;
  }

  .navbar-right-side.socialmedialinks {
    width: auto;
    margin-right: 5px;
    display: block;
  }

  .text-block-38 {
    text-align: center;
    font-size: .7rem;
  }

  .menu-drop {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #000000ad;
    flex-flow: column;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    overflow: auto;
  }

  .menu-drop.menu-drop-full {
    display: block;
  }

  .menu-grid-shadow {
    display: none;
  }

  .text-block-39, .text-block-34, .text-block-35 {
    text-align: center;
    font-size: .7rem;
  }

  .text-block-30 {
    font-size: .7rem;
  }

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

  .text-block-40, .text-block-41 {
    text-align: center;
    font-size: .7rem;
  }

  .menu-left-side {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .menu-grid {
    flex-flow: column;
    width: 100%;
    overflow: auto;
  }

  .text-block-42 {
    text-align: center;
    font-size: .7rem;
  }

  .team_slide.swiper-slide {
    width: 75vw;
    max-width: 20rem;
  }

  .containerpress-medi {
    justify-content: center;
    align-items: center;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    bottom: 0;
  }

  .layout77_content-left._50size.onlinepresence {
    justify-content: flex-end;
    align-items: center;
    height: 24.6rem;
  }

  .layout77_content-left._50size.buyersleads {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 25rem;
    min-height: 25rem;
  }

  .card-inner_block {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .card-inner_block.left {
    margin-right: auto;
  }

  .regulartitle {
    text-align: center;
    line-height: 35px;
  }

  .card-image {
    min-height: 100%;
    max-height: 100%;
  }

  .articles {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    width: 95%;
    min-width: 95%;
    max-width: 95%;
  }

  .mediacontainer {
    margin-bottom: 2rem;
  }

  .image-63 {
    max-width: 250px;
  }

  .waves---section-hero-primary-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---mega-heading-2 {
    font-size: 36px;
  }

  .waves---subtitle-2 {
    font-size: 20px;
  }

  .waves-gradient-hero-4 {
    top: -1px;
  }

  .waves-gradient-hero-4.bottom {
    bottom: -1px;
  }

  .waves-column-hero-3 {
    width: 48%;
  }

  .waves-column-hero-3.column-two, .waves-column-hero-3.column-one {
    flex: none;
  }

  .waves-gallery-hero-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

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

  .text-wrap-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mobile-slider {
    margin-bottom: -85px;
    display: none;
  }

  .mobile-image4 {
    width: 380px;
    margin-top: 45px;
  }

  .mobile-image3 {
    width: 200px;
    margin-top: 0;
  }

  .mobile-image1 {
    width: 200px;
  }

  .history-image-left {
    width: 200px;
    margin-bottom: -80px;
  }

  .mobile-slide {
    width: auto;
    margin-right: 20px;
  }

  .history-image-right {
    margin-bottom: -50px;
    margin-right: -80px;
  }

  .mobile-slide-block {
    position: relative;
  }

  .parallax-section {
    padding-bottom: 60px;
  }

  .headlinetitleminimal {
    font-size: 25px;
    line-height: 37px;
    position: relative;
  }

  .mobile-image2 {
    width: 320px;
    margin-top: 40px;
  }

  .regularparagraph {
    text-align: center;
  }

  .section_header82 {
    background-size: 184%;
    background-attachment: scroll;
  }

  .scroll-divblock {
    max-width: 17.5rem;
  }

  .buttonblack.smallbuttonwhite {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }

  .card-wrapper {
    padding-right: 30%;
  }

  .section_layout77 {
    overflow: hidden;
  }

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

  .overlay-card-2 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .regulartitle-2 {
    text-align: center;
    line-height: 35px;
  }

  .regulartitle-2.whitetext {
    margin-left: 0;
  }

  .regulartitle-2.whitetext.left {
    text-align: left;
  }

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

  .headingregular.webdesigntext.paddingbottom {
    font-size: 50px;
    line-height: 48px;
  }

  .section_header82-2 {
    background-size: 184%;
    background-attachment: scroll;
  }

  .parent-image {
    height: 100%;
  }

  .is-white {
    font-size: 2.4rem;
  }

  .is-white.center {
    display: none;
  }

  .is-white.center.relative {
    font-size: 1.5rem;
    display: block;
  }

  .parent-tittle {
    min-width: 100%;
    height: 100%;
    padding-right: 0;
  }

  .parent-tittle._60._100._200 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .wrapper-title._100 {
    width: 100%;
    min-width: 100%;
  }

  ._2-section.is-red {
    height: 100%;
  }

  ._2-section.is-blue {
    height: 100%;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  ._2-section.is-mustard {
    height: 100%;
    padding-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .heading-69 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-69.number.noborderright {
    font-size: 45px;
  }

  .div-block-3320 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    margin-bottom: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-3320.thrid.flex.noborderbottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-3320._100 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
  }

  .is-white-2 {
    font-size: 2.4rem;
  }

  .div-block-3321._100 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  ._3-phased-explained {
    flex-flow: column;
  }

  ._3-phased-explained.flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .leftcontainer {
    width: 100%;
    min-width: 100%;
  }

  .leftcontainer._40 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .rightcontainer {
    width: 100%;
    min-width: 100%;
  }

  .rightcontainer._60 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 50px;
  }

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

  .image-ratio-square.max-width-20 {
    margin-left: auto;
    margin-right: auto;
  }

  .horizontal-screen._03 {
    width: 100vw;
  }

  .heading-style-h4 {
    text-align: center;
    font-size: 3rem;
  }

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

  .horizontal-wrap, .track-flex {
    flex-flow: column;
  }

  .h-flex.space-between {
    display: block;
  }

  .horizontal-half {
    width: 100%;
  }

  .horizontal-half._02-01 {
    width: 100%;
    height: 100%;
  }

  .horizontal-half._01 {
    width: 100%;
  }

  .grid-12-col {
    grid-row-gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .sectionintro {
    width: 100%;
  }

  .sectionmobileversion {
    display: block;
  }

  .header-button-wrapper {
    width: 100%;
  }

  .portfolio-teaser-component {
    background-image: linear-gradient(#00000080, #00000080), url('../images/3117-stadium-2.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    justify-content: center;
    align-items: center;
  }

  .portfolio-teaser-component.is-2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/2548-wabash.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .portfolio-teaser-component.is-2.steptwo {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Aviemore.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .portfolio-teaser-component.is-2.aaa {
    background-image: linear-gradient(#00000080, #00000080), url('../images/a.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .portfolio-teaser-component.is-2.aaa.green2 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/5820-straley-6.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .portfolio-teaser-component.step3 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/a.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.step5 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/14-web-or-mls-GAR_1406.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.step5.stepfour {
    background-image: linear-gradient(#00000080, #00000080), url('../images/3117-stadium-4.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.step7 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/3117-stadium-.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.step7.stepfive {
    background-image: linear-gradient(#00000080, #00000080), url('../images/3808-trailwood-2.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.step8 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/8-westover-3.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.step8.stepsix {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Avondale.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.step8.stepseven {
    background-image: linear-gradient(#00000080, #00000080), url('../images/AvondaleExterior.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.step9 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/6354-montego-5.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.stepone {
    background-image: linear-gradient(#00000080, #00000080), url('../images/e.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.stepthree {
    background-image: linear-gradient(#00000080, #00000080), url('../images/3808-trailwood-3.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-component.westover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/westover-1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .portfolio-teaser-content {
    justify-content: space-between;
    align-items: center;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .header-button {
    width: 100%;
  }

  .header-left {
    font-size: .8em;
  }

  .div-block-3325 {
    border-bottom: .5px solid #fff;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin: 15px auto;
  }

  .container-97 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .subtitle-2 {
    letter-spacing: 5px;
    font-size: 12px;
  }

  .heading-71 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 25px;
    font-size: 31px;
    line-height: 30px;
  }

  .heading-71.fulltitle.whitetext {
    font-size: 35px;
    font-weight: 500;
    line-height: 35px;
  }

  .logo-text {
    font-size: 9em;
  }

  .circle-menu-large-absolute {
    width: 10em;
    height: 10em;
  }

  .circle-menu-small {
    width: 3em;
    height: 3em;
  }

  .hero-image-left {
    width: 100%;
  }

  .img-parent1.card {
    width: 30vw;
  }

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

  .wrapper-img {
    width: 100%;
  }

  .text-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 3em;
    font-size: 12em;
    line-height: .6;
    display: flex;
    overflow: hidden;
  }

  .big-heading {
    font-size: 15em;
  }

  .text-animate {
    font-size: 12em;
  }

  .container-61.fullwidth._80 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .heading-72 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 25px;
    font-size: 31px;
    line-height: 30px;
  }

  .heading-72.fulltitle.whitetext {
    font-size: 35px;
    font-weight: 500;
    line-height: 35px;
  }

  .div-block-3327 {
    background-color: #000;
    background-image: url('../images/black-map.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }

  .video-15 {
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .div-block-3328 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .container-100 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: none;
  }

  .container-101 {
    display: none;
  }

  .rightblocklinks, .centerblocklinks {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .textlink {
    color: #000;
  }

  .containerfooterlinks {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
  }

  .subtitle-3.nopadding {
    line-height: 22px;
  }

  .containerfooterlink {
    padding-top: 3rem;
  }

  .sectionfooter-2 {
    display: block;
  }

  .logofooter {
    max-width: 280px;
  }

  .leftblocklinks {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .divlinkproperty {
    margin-left: auto;
  }

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

  .autocomplete-cities {
    display: none;
  }

  .buttonwhite-2 {
    font-size: 4vw;
  }

  .homesearch {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-left: 0;
    overflow: hidden;
  }

  .pricerangediv-2 {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }

  .containerhomectas-2 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .containerhomectas-2.bottomctas {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .headlinetitleminimal-2 {
    font-size: 25px;
    line-height: 37px;
    position: relative;
  }

  .field-label-2.white.field-label-2._16 {
    font-size: 16px;
  }

  .field-label-2.white.field-label-2._16.nopaddingbottom {
    margin-bottom: 0;
  }

  .field-label-2.white.field-label-2._16.nopaddingbottom.lineheight {
    line-height: 25px;
  }

  .neightboroodsdiv-2 {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }

  .neightboroodsdiv-2.block {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
  }

  .homesearchonactivelistingsdiv {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-3329 {
    flex-flow: column;
  }

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

  .containerherohome {
    max-width: 90%;
    margin-top: auto;
    margin-bottom: 0;
  }

  .containerhomectas-3 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .containerhomectas-3.bottomctas {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: auto;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .pricerangediv-3 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .container-102 {
    max-width: none;
  }

  .image-70 {
    max-width: 179px;
  }

  .text-block-43 {
    text-align: center;
    font-size: .7rem;
  }

  .activelistingsonprofilediv-2 {
    width: 100%;
    min-width: 100%;
  }

  .activepastlistingscontainer-2 {
    flex-flow: column;
  }

  .pastlistingsonprofilediv-2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .headlinesubtitle-2 {
    font-size: .7rem;
    line-height: 15px;
  }

  .headlinesubtitle-2.leftsubtitle.blacktext {
    text-align: center;
  }

  .dividertextleft {
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-37, .link-block-38, .link-block-39, .link-block-40, .link-block-41, .link-block-42, .link-block-43, .link-block-44, .link-block-45, .link-block-46, .link-block-47, .link-block-48 {
    display: block;
  }

  .navlink-text-2 {
    font-size: 10px;
  }

  .div-block-3330 {
    margin-left: 0;
  }

  .menu-column-2 {
    width: 50%;
  }

  .text-block-44 {
    text-align: center;
    font-size: .7rem;
  }

  .navbar-2 {
    z-index: 99999;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navbar-2.fullwidth {
    display: block;
  }

  .menu-link-4-2 {
    text-align: center;
  }

  .text-block-45, .text-block-46 {
    font-size: .7rem;
  }

  .main-logo-2.w--current {
    margin-left: auto;
    margin-right: auto;
  }

  .image-71 {
    max-width: 190px;
  }

  .navlink-text-3 {
    font-size: 8px;
  }

  .text-block-47 {
    text-align: center;
    font-size: .7rem;
  }

  .navbar-top-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .navbar-top-2.mediumnavbar.fullwidthmenu.clearnavbar._90 {
    width: 100%;
  }

  .navlink_shop-2 {
    display: none;
  }

  .text-block-48, .text-block-49, .text-block-50, .text-block-51 {
    text-align: center;
    font-size: .7rem;
  }

  .menu-heading-2 {
    text-align: center;
  }

  .text-block-52, .text-block-53 {
    text-align: center;
    font-size: .7rem;
  }

  .menu-left-side-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .text-block-54 {
    text-align: center;
    font-size: .7rem;
  }

  .navbaronpage {
    display: block;
  }

  .whitebutton {
    margin-left: auto;
    margin-right: auto;
  }

  .pricerangediv-4, .neightboroodsdiv-3 {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }

  .herohomesearch {
    flex-flow: column;
    margin-bottom: 0;
  }

  .link-block-49, .link-block-50 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

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

  .waves---mega-heading-3 {
    font-size: 36px;
  }

  .waves---subtitle-3 {
    font-size: 20px;
  }

  .waves-gradient-hero-5 {
    top: -1px;
  }

  .waves-gradient-hero-5.bottom {
    bottom: -1px;
  }

  .waves-column-hero-4 {
    width: 48%;
  }

  .waves-column-hero-4.column-two, .waves-column-hero-4.column-one {
    flex: none;
  }

  .waves-gallery-hero-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .container-104 {
    left: 25%;
    right: auto;
  }

  .container-104.static {
    position: static;
  }

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

  .aboutuscontainer {
    width: 100%;
    min-width: 100%;
  }

  .leftimgabout {
    width: 100%;
    margin-left: 0;
  }

  .theteamslider {
    width: 100%;
    min-width: 100%;
  }

  .div-block-3332 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .teamslider {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100%;
  }

  .teammembercard.realtor {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .teammembercard.realtor.smallcard {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
  }

  .madesaonara {
    text-align: center;
    font-size: 52px;
  }

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

  .link-block-15 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

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

  .slider_button {
    top: 59%;
  }

  .regulartitle-3 {
    text-align: center;
    line-height: 35px;
  }

  .regulartitle-3.whitetext.leftalign {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .headlineblack {
    font-size: 31px;
    line-height: 40px;
  }

  .transparentbtn {
    width: 250px;
  }

  .bold-text-2 {
    font-family: Flatline, Arial, sans-serif;
  }

  .text-box {
    text-align: center;
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-3.underlined.black._0.center {
    text-align: center;
  }

  .listingcontainer.rental {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
  }

  .subheadlinewhite {
    text-align: center;
    line-height: 26px;
  }

  .featuredleftblock {
    z-index: 0;
    flex-flow: column;
    position: static;
  }

  .mediumheadline {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    font-size: 26px;
    line-height: 20px;
  }

  .linkgroup {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .linkgroup.nopaddingbottom.left0.fullwidth.absolute {
    position: static;
  }

  .linkgroup.nopaddingbottom.left0.fullwidth.absolute.paddingtop {
    padding-top: 25px;
  }

  .largeheadline {
    text-align: center;
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    font-size: 36px;
    line-height: 35px;
  }

  .communityparagraph {
    font-size: 10px;
    line-height: 17px;
  }

  .listinghomerightdescription {
    flex-flow: column;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .containerlistings {
    margin-top: 2rem;
  }

  .listinghomeleftpicture {
    height: 350px;
    min-height: 350px;
    max-height: 350px;
  }

  .propertydescription {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    padding-left: 0;
  }

  .propertyhomeaddress {
    position: relative;
    left: auto;
  }

  .regularparagraph-2.lineheight.leftaligned.smalllineheight.left {
    text-align: center;
  }

  .arrows {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .leftarrow, .rightarrow {
    width: 50px;
    height: 50px;
  }

  .image-73 {
    max-width: 10px;
  }

  .container-107 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .buyinghomepreview._250px {
    margin-top: 100px;
  }

  .regularparagraph-3.lightregularparagraph.centeraligned.lineheight {
    line-height: 31px;
  }

  .container-108 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .regularparagraph-4.lightregularparagraph.centeraligned.lineheight {
    line-height: 31px;
  }

  .containerlistingsrentals.paddingtopblock.paddingbottomblock {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-image: linear-gradient(#00000040, #00000040), url('../images/step-9.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 70vh;
    min-height: 70vh;
    max-height: 30vh;
  }

  .regulartitle-4 {
    text-align: center;
    line-height: 35px;
  }

  .regulartitle-4.whitetext.leftalign {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-3334 {
    padding-bottom: 2rem;
  }

  .link-block-53 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-3297.marginleft {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .card-inner_block-2 {
    margin-left: auto;
  }

  .container-109 {
    flex-flow: column;
  }

  .bold-text-21 {
    font-family: Flatline, Arial, sans-serif;
  }

  .div-block-3335 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .subheadlinewhite-2 {
    text-align: center;
    line-height: 26px;
  }

  .headlinewhite {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
  }

  .headlinewhite.left {
    justify-content: center;
    align-items: center;
    font-size: 28px;
  }

  .slide-27 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .right-arrow-6 {
    display: none;
  }

  .ctaherodiv.paddingtop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
  }

  .ctaherodiv.paddingtop._80 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .headlinediv {
    text-align: center;
    margin-left: 0%;
  }

  .left-arrow-5 {
    display: none;
  }

  .containerherohomepage {
    margin-left: 0;
  }

  .containerherohomepage.auto {
    margin-left: auto;
  }

  .subheadlinewhite-3 {
    text-align: center;
    line-height: 26px;
  }

  .whitebtn {
    width: 250px;
  }

  .subheadlinediv {
    margin-left: 0%;
  }

  .theteammembers {
    justify-content: center;
    align-items: center;
  }

  .lineone {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
  }
}

#w-node-a1a71df7-6d5b-b55b-9017-26d855628993-d806094b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#area-background.w-node-a1a71df7-6d5b-b55b-9017-26d8556289c2-d806094b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-b298600e-bf50-9fa4-1571-bb718d5343bc-8d5343b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_89d0408e-f9bb-7453-d56e-a9649934d66b-9934d661, #w-node-_05205cbd-3a06-743a-6e29-5233ea8c7a0e-391feb21 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#property-view-on-maps.w-node-ca3b6d42-ceef-68de-3685-1f26b837bb82-391feb21 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bb85-391feb21 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bb97-391feb21 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bbbe-391feb21 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bbd8-391feb21 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bbe5-391feb21, #w-node-ca3b6d42-ceef-68de-3685-1f26b837bc0c-391feb21 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc0f-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc12-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc18-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc1c-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc22-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc26-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc2c-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc30-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc36-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc3a-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc40-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc44-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc4e-391feb21 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc51-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc54-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc5a-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc5e-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc65-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc69-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc6f-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc73-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc7a-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc7e-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc84-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc88-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc8d-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc91-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc97-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bc9b-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bca1-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bca5-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bcab-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bcaf-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bcb5-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bcb9-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bcbf-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bcc3-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bcc9-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bccd-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bcdb-391feb21 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bcde-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bce2-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bce8-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bcec-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bcf3-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bcf7-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bcfd-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bd01-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bd07-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bd0b-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bd12-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bd16-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bd1c-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bd20-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bd2c-391feb21 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bd2f-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bd32-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bd38-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bd3c-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bd42-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bd46-391feb21 {
  justify-self: end;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bd4c-391feb21 {
  place-self: auto start;
}

#w-node-ca3b6d42-ceef-68de-3685-1f26b837bd50-391feb21 {
  justify-self: end;
}

#w-node-dc299931-9a6f-4b14-b6eb-78408564d236-2968ae62, #w-node-dc299931-9a6f-4b14-b6eb-78408564d24e-2968ae62, #w-node-dc299931-9a6f-4b14-b6eb-78408564d253-2968ae62, #w-node-dc299931-9a6f-4b14-b6eb-78408564d295-2968ae62, #w-node-dc299931-9a6f-4b14-b6eb-78408564d29a-2968ae62, #w-node-dc299931-9a6f-4b14-b6eb-78408564d29f-2968ae62, #w-node-dc299931-9a6f-4b14-b6eb-78408564d2a4-2968ae62, #w-node-dc299931-9a6f-4b14-b6eb-78408564d2b8-2968ae62, #w-node-dc299931-9a6f-4b14-b6eb-78408564d2bd-2968ae62, #w-node-dc299931-9a6f-4b14-b6eb-78408564d2c7-2968ae62, #w-node-_2b9cf616-573b-6872-d24a-6548de874916-2968ae62, #w-node-_2b9cf616-573b-6872-d24a-6548de87491b-2968ae62, #w-node-_2b9cf616-573b-6872-d24a-6548de874925-2968ae62, #w-node-dc299931-9a6f-4b14-b6eb-78408564d303-2968ae62, #w-node-dc299931-9a6f-4b14-b6eb-78408564d308-2968ae62, #w-node-fd101ab9-3ae1-0122-aea3-3ade05d85353-2968ae62, #w-node-fd101ab9-3ae1-0122-aea3-3ade05d85358-2968ae62, #w-node-dc299931-9a6f-4b14-b6eb-78408564d34c-2968ae62, #w-node-dc299931-9a6f-4b14-b6eb-78408564d351-2968ae62, #w-node-dc299931-9a6f-4b14-b6eb-78408564d356-2968ae62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc299931-9a6f-4b14-b6eb-78408564d384-2968ae62 {
  align-self: end;
}

#w-node-_4dce69d9-4a96-ab7b-34eb-95ef1649dab0-92238d88 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: auto;
}

#w-node-_4dce69d9-4a96-ab7b-34eb-95ef1649dab7-92238d88 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4dce69d9-4a96-ab7b-34eb-95ef1649dad1-92238d88, #w-node-bb813567-3c70-72c8-4998-5fa6ecd99c8d-92238d88, #w-node-_208ef189-5721-84eb-e24a-2fd710418f29-92238d88, #w-node-_4dce69d9-4a96-ab7b-34eb-95ef1649db1e-92238d88, #w-node-_4dce69d9-4a96-ab7b-34eb-95ef1649db3a-92238d88, #w-node-_4dce69d9-4a96-ab7b-34eb-95ef1649db51-92238d88, #w-node-_4dce69d9-4a96-ab7b-34eb-95ef1649db68-92238d88, #w-node-_4dce69d9-4a96-ab7b-34eb-95ef1649db7f-92238d88 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: auto;
}

#w-node-_663b9d5b-b1b6-6ce3-8842-f494b3654f10-b5085bab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4277c4a6-38dd-65ae-ab2c-91b528e0fc23-24ac4486, #w-node-_4277c4a6-38dd-65ae-ab2c-91b528e0fc2d-24ac4486, #w-node-_4277c4a6-38dd-65ae-ab2c-91b528e0fc37-24ac4486 {
  align-self: stretch;
}

#w-node-d103217b-0aaf-8425-c26b-1fddc9f9f5b1-24ac4486 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3e56cb2-1a3d-77fd-4e0e-427025c19710-24ac4486, #w-node-d6a28d92-2ff4-8498-a44c-8a17f4c28c17-24ac4486, #w-node-_90afdf77-235c-48d3-87c7-45f27ee8ed44-24ac4486, #w-node-c94716c1-4d74-9b64-0bd8-7a01e2838140-24ac4486, #w-node-_8943036f-06d3-e766-2d5a-a1f50552cd38-24ac4486, #w-node-c817a107-4029-3a5a-b16f-2c96612c3859-24ac4486, #w-node-_43fe8f9d-290e-adbd-5620-bd178abb4a5a-24ac4486 {
  align-self: center;
}

#w-node-_54759dc8-e49c-cb85-de54-bb561e9cf8ef-2bb919a3 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: auto;
}

#w-node-_54759dc8-e49c-cb85-de54-bb561e9cf8fb-2bb919a3 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_54759dc8-e49c-cb85-de54-bb561e9cf911-2bb919a3, #w-node-_93e39861-7d45-7ce8-31ae-e8e3968730e8-2bb919a3, #w-node-_02f4d94b-e7d9-a95b-a2eb-031331345848-2bb919a3, #w-node-_9b649b31-222e-966e-a9a6-7e70d37c94c0-2bb919a3, #w-node-f3668473-ae18-1aaa-1c80-263dfba3e09a-2bb919a3, #w-node-_18178c88-2c7d-6c8b-d764-c44bf6ff41a2-2bb919a3, #w-node-_033b2a92-bf7c-dfc9-42c6-fc81781360f1-2bb919a3, #w-node-b62215f7-d746-9d09-14f3-3a2d755a152d-2bb919a3 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: auto;
}

#w-node-e386e7ff-6871-b388-8aec-97b9750d79f0-c5017e71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#area-background.w-node-e386e7ff-6871-b388-8aec-97b9750d7a29-c5017e71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #property-view-on-maps.w-node-ca3b6d42-ceef-68de-3685-1f26b837bb82-391feb21 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto;
  }

  #w-node-ca3b6d42-ceef-68de-3685-1f26b837bb85-391feb21 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-ca3b6d42-ceef-68de-3685-1f26b837bbd8-391feb21 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    display: grid;
  }

  #w-node-ca3b6d42-ceef-68de-3685-1f26b837bc0c-391feb21 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ca3b6d42-ceef-68de-3685-1f26b837bc4e-391feb21 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ca3b6d42-ceef-68de-3685-1f26b837bcdb-391feb21 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ca3b6d42-ceef-68de-3685-1f26b837bd2c-391feb21 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-dc299931-9a6f-4b14-b6eb-78408564d236-2968ae62, #w-node-dc299931-9a6f-4b14-b6eb-78408564d384-2968ae62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #property-view-on-maps.w-node-ca3b6d42-ceef-68de-3685-1f26b837bb82-391feb21 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: auto;
  }

  #w-node-ca3b6d42-ceef-68de-3685-1f26b837bb85-391feb21 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-ca3b6d42-ceef-68de-3685-1f26b837bbe5-391feb21 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #property-view-on-maps.w-node-ca3b6d42-ceef-68de-3685-1f26b837bb82-391feb21 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto;
  }

  #w-node-ca3b6d42-ceef-68de-3685-1f26b837bb85-391feb21 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ca3b6d42-ceef-68de-3685-1f26b837bb97-391feb21 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ca3b6d42-ceef-68de-3685-1f26b837bbd8-391feb21 {
    display: none;
  }

  #w-node-ca3b6d42-ceef-68de-3685-1f26b837bbe5-391feb21, #w-node-ca3b6d42-ceef-68de-3685-1f26b837bc0c-391feb21, #w-node-ca3b6d42-ceef-68de-3685-1f26b837bc4e-391feb21, #w-node-ca3b6d42-ceef-68de-3685-1f26b837bcdb-391feb21, #w-node-ca3b6d42-ceef-68de-3685-1f26b837bd2c-391feb21 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Flatline';
  src: url('../fonts/flatline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}