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

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

@font-face {
  font-family: Kenjo I;
  src: url('../fonts/Kenjo-I.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --spark-library--black: black;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--white: #fff0;
  --spark-library--foreground-interactive-hover: #1e116e;
  --waves-library--black: #131313;
  --kütüp-library--dark-slate-grey: #264653;
  --kütüp-library--dim-grey: #6e6e6e;
  --kütüp-library--burntsienna: #e76f51;
  --waves-library--white: white;
  --spark-library--border-default: #00000029;
  --spark-library--light-steel-purple: #a695fb;
  --waves-library--dark-elevation: #ede0d8;
  --spark-library--foreground-secondary: #000000c2;
}

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

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

.homehero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 70vh;
  margin-top: 0;
  display: flex;
}

.homehero.herosection {
  height: 100vh;
}

.homeheroslider {
  width: 100%;
  max-width: 100%;
  height: 100vh;
}

.spark-square-menu-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-square-menu-inner.spark-full-width-nav {
  max-width: 100%;
}

.spark-mega-menu-take-over {
  background-color: #fff0;
  background-image: linear-gradient(#ffffffd6, #ffffffd6);
  width: 100%;
  height: 90vh;
  max-height: 100vh;
  padding: 130px 64px;
  inset: 0% 0% auto;
}

.spark-mega-nav-link {
  color: #000;
  border-bottom: 3px solid #f0ecfd;
  justify-content: space-between;
  width: 300px;
  padding: 16px 24px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: color .15s;
  display: flex;
}

.spark-mega-nav-link:hover {
  opacity: 1;
  color: #010b15;
  border-bottom-color: #5532fa;
}

.spark-mega-nav-link.w--current {
  color: #5532fa;
}

.spark-take-over-menu {
  background-color: #000;
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: sticky;
  inset: 0% 0% auto;
}

.spark-line-1 {
  z-index: 2;
  background-color: #000;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: #fff;
  border-radius: 0;
  width: 24px;
  height: 1px;
  top: 18px;
}

.spark-brand-logo {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.spark-line-3 {
  z-index: 2;
  background-color: #000;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: #fff;
  border-radius: 0;
  width: 12.75px;
  height: 1px;
  margin-left: 18px;
  top: 38px;
}

.image-13 {
  width: 250px;
  height: 100%;
}

.spark-simple-menu-button {
  background-color: #fff0;
  border: .5px #fff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  padding: 0 20px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: #010b15;
  border-radius: 8px;
}

.spark-mega-nav-link-label {
  align-self: center;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 400;
}

.spark-line-2 {
  z-index: 1;
  background-color: #000;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: #fff;
  border-radius: 0;
  width: 24px;
  height: 1px;
  top: 28px;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-2.spark-flexed {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.spark-hold-card-links {
  grid-column-gap: 32px;
  display: block;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-icon.spark-large-icon {
  width: 32px;
}

.spark-line-4 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-4.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-5 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-5.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-6 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-6.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button-right {
  background-color: #0000;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button-right.w--open {
  background-color: #0000;
}

.spark-nav-link {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-full-nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-centered-brand-logo {
  z-index: 2;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.spark-hamburger-menu-inner {
  justify-content: flex-end;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigationbar {
  z-index: 99;
  background-color: var(--spark-library--white);
  background-image: linear-gradient(#0000, #0000);
  width: 100%;
  padding: 16px;
  position: absolute;
  top: 0;
}

.slide1 {
  background-image: linear-gradient(#0000005e, #0000005e), url('../images/pexels-julia-kuzenkov-442028-1974596.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide1.slide1gettoknowme {
  background-image: linear-gradient(#00000080, #00000080), url('../images/37.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide1.slide1gettoknowme.slide1contact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/36.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide1.slide1gettoknowme.slide1testimonials {
  background-image: linear-gradient(#00000080, #00000080), url('../images/34.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.slide1.slide1activelistings {
  background-image: linear-gradient(#00000080, #00000080), url('../images/26.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide1.slide1pasttransactions {
  background-image: linear-gradient(#00000080, #00000080), url('../images/16.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide1.slide1communities {
  background-image: linear-gradient(#00000080, #00000080), url('../images/17.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide1.buyersguidehero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/27.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide1.compassprivateexclusivehero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/9.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide1.compassconciergehero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/28.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide1.slide1marketingapproach {
  background-image: linear-gradient(#00000080, #00000080), url('../images/16.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide1.slide1compasscollections {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide1.sellersguidehero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/32.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide1.slide1faq {
  background-image: none;
}

.slide1.compassone {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_832119976.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.sectionhero.paddingbottomhero {
  padding-bottom: 5%;
}

.sectionhero.paddingbottomhero2 {
  padding-bottom: 10%;
}

.image-14 {
  width: auto;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.spark-take-over-menu-2 {
  background-color: #fff0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.spark-line-7 {
  z-index: 2;
  background-color: #000;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-7.spark-simple-line {
  background-color: #fff;
  border-radius: 0;
  width: 24px;
  height: 1px;
  top: 18px;
}

.spark-line-8 {
  z-index: 2;
  background-color: #000;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-8.spark-simple-line {
  background-color: #fff;
  border-radius: 0;
  width: 12.75px;
  height: 1px;
  margin-left: 18px;
  top: 38px;
}

.image-15 {
  width: 250px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.headlinehero {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Italiana, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 70px;
}

.headlinehero.fullherotitle {
  text-transform: uppercase;
  width: 100%;
}

.text-span {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 100;
}

.text-span.smallerherotitle {
  font-size: 4.5rem;
  font-style: normal;
}

.filigranlightlogo {
  z-index: 9999;
  opacity: .61;
  width: 50%;
  height: 100%;
  position: absolute;
}

.image-16 {
  margin: auto;
  display: block;
}

.div-block {
  position: absolute;
  inset: auto;
}

.slide-nav {
  margin-left: 0;
  display: none;
  inset: auto auto 5% 5%;
}

.container-2 {
  z-index: 99;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.ctasblock {
  z-index: 9999;
  width: 85%;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: auto;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.lynx-nav-button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 0;
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 120%;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.lynx-nav-button-3:hover {
  color: #000000de;
  background-color: #fff;
  font-size: 10px;
}

.lynx-nav-buttons-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-brand-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-nav-link-3 {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 200;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link-3:hover {
  color: #fff;
  font-weight: 300;
}

.lynx-nav-block-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.lynx-navbar-3 {
  z-index: 99999999;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.lynx-nav-3 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lynx-logo-3 {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 180px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  position: relative;
}

.code-embed {
  overflow: hidden;
}

.slider-10 {
  height: 100vh;
  position: static;
}

.sizejumbo-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 80px;
  font-weight: 300;
  line-height: 96px;
}

.sizejumbo-text.sizejumbo-full-clear {
  z-index: 1;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 200;
  line-height: 70px;
}

.div-block-130 {
  background-color: #00000087;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 20px;
}

.slide-40 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/slider-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.left-arrow-13 {
  height: 50%;
}

.submit-button {
  background-color: #000;
  border: 1px #fff;
  border-radius: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.submit-button.search-bar {
  padding-left: 50px;
  padding-right: 50px;
}

.hero6-text {
  flex: 1;
  margin-bottom: 0;
}

.right-arrow-13 {
  height: 50%;
}

.text-field-2 {
  color: #000;
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.div-block-132 {
  width: 100%;
  min-width: 100%;
}

.slide-39 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/calle-del-oro8.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-41 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_9653-HDR-Edit-MConverter.eu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 65%;
  display: flex;
}

.slide-38 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/calle-del-oro3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 100;
}

.link-block-2 {
  z-index: 101;
  border: .5px solid #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 65px;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 100px;
}

.div-block-62 {
  background-color: #fff;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.hero6-content {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 26% 0% auto;
}

.slide-42 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/slider-3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-133 {
  width: 100%;
}

.button-15 {
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.button-15.search-listing-button {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
}

.form-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
}

.div-block-131 {
  width: 70%;
}

.ctascontainer {
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
}

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

.cta {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  border: .5px solid #fff;
  width: 200px;
  margin-left: auto;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 300;
  display: block;
}

.cta.call1 {
  width: auto;
  margin-left: 0;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cta.call2 {
  width: 90%;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cta.call3 {
  width: 90%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cell-2, .cell-3 {
  justify-content: flex-end;
  align-items: center;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.titlectas {
  color: #fff;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  font-family: Italiana, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.titlectas.title1 {
  text-align: left;
  border: 0 solid #000;
  font-size: 30px;
}

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

.div-block-134, .div-block-135, .div-block-136 {
  width: 100%;
}

.div-block-137 {
  background-color: #fff;
  width: 15%;
  height: .5px;
  margin-top: 50px;
  margin-left: 85px;
  position: absolute;
}

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

.lineleft {
  background-color: #fff;
  width: 200px;
  height: 1px;
  position: absolute;
  inset: 50% auto 0% 0%;
}

.lineright {
  background-color: #fff;
  width: 200px;
  height: 1px;
  position: absolute;
  inset: 50% 0% 0% auto;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  width: 75%;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 30px;
}

.paragraph-2.leftaligned {
  text-align: left;
}

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

.container-3 {
  background-color: #000;
  width: 15%;
  max-width: 15%;
}

.sectionwelcomeheadline {
  margin-bottom: 5%;
  display: block;
}

.welcomebg {
  max-width: 90%;
  margin-top: 5%;
}

.spark-big-circle {
  background-image: url('../images/down-arrow_1down-arrow.png');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #0000008f;
  border-radius: 100%;
  width: 25vw;
  max-width: 300px;
  height: 25vw;
  max-height: 300px;
  position: relative;
  left: -85%;
}

.spark-big-circle.spark-circle-three-right {
  position: absolute;
  inset: 0% -40% 0% auto;
}

.spark-big-circle.spark-circle-right-two {
  position: absolute;
  inset: 0% -61% 0% auto;
}

.spark-big-circle.spark-circle-static {
  left: auto;
  right: -85%;
}

.spark-big-circle.spark-circle-three {
  position: absolute;
  inset: 0% auto 0% -40%;
}

.spark-big-circle.spark-circle-two {
  position: absolute;
  inset: 0% auto 0% -61%;
}

.spark-hold-circles {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-image: url('../images/down-arrow_1down-arrow.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.spark-hold-circles.spark-right-side {
  perspective-origin: 100%;
  transform-origin: 100%;
  left: auto;
  right: 0;
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-tiny-icon {
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.spark-lightbox-button {
  grid-column-gap: 16px;
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.spark-lightbox-button:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-centered {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
}

.spark-flex-row.spark-centered.blackcolor {
  display: none;
}

.headlinetitle {
  color: #000;
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 64px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.headlinetitle.headlineonsection {
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}

.headlinetitle.headlineonsection.white {
  color: #fff;
}

.headlinetitle.headlineonsection.whitetext {
  color: #fff;
  text-transform: uppercase;
}

.headlinetitle.headlineonsection.whitetext.leftaligned {
  text-align: left;
}

.headlinetitle.headlineonsection.leftaligned {
  text-align: left;
  letter-spacing: 0;
  font-weight: 600;
}

.headlinetitle.headlineonsection.rightaligned {
  text-align: right;
  letter-spacing: 0;
  font-weight: 600;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-centered-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.spark-container.spark-centered-content.titleheadlinehero {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.spark-container.spark-centered-content.nopadding {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.spark-centered-content {
  text-align: center;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section.spark-overflow-hidden {
  background-image: linear-gradient(#00000042, #00000042), url('../images/29.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  color: #fff;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 100;
  line-height: 35px;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-overflow-hidden {
  overflow: hidden;
}

.container-24 {
  text-align: center;
  max-width: 20%;
  margin-top: 0;
  margin-bottom: 0;
}

.image-3 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  border: 1px solid #fff;
  width: 30px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.text-block-4 {
  color: #fff;
  letter-spacing: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.text-block-4.black {
  letter-spacing: 7px;
}

.text-block-4.black.centeredtext {
  text-align: center;
  text-transform: uppercase;
  font-size: .8rem;
  line-height: 16px;
}

.link-block-3 {
  margin-bottom: 0;
  display: block;
}

.sectionabouttheagent {
  padding-bottom: 5%;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Italiana, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 50px;
}

.heading.leftalign {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  line-height: 50px;
  display: block;
}

.aboutagentcontainer {
  flex-flow: column;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.agentdescription {
  width: 80%;
  margin-right: auto;
}

.agentdescription.agentdescriptiononpage {
  width: 90%;
  margin-top: 0%;
  margin-left: 5%;
  margin-right: 5%;
}

.paragraph-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0%;
  margin-bottom: 10%;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 25px;
}

.paragraph-3.blackcolor {
  color: #000;
  text-align: center;
  font-weight: 300;
}

.paragraph-3.blackcolor.centeredtext {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.paragraph-3.blackcolor.rightaligned {
  text-align: right;
  margin-top: 5%;
  margin-bottom: 10%;
}

.paragraph-3.blackcolor.rightaligned.paragraphtablet {
  display: none;
}

.paragraph-3.blackcolor.rightaligned.centeredtext {
  text-align: center;
}

.paragraph-3.blackcolor.centeredaligned {
  margin-bottom: 0%;
}

.paragraph-3.blackcolor.paragraphnopadding {
  text-align: center;
  margin-bottom: 0%;
}

.paragraph-3.blackcolor.leftaligned {
  text-align: left;
  margin-top: 5%;
}

.paragraph-3.centeredtext {
  text-align: center;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin: 5% auto 0%;
}

.paragraph-3.centeredtext.fullparagraph {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
}

.paragraph-3.centeredtext.fullparagraph.nomargintop {
  margin-top: 25px;
}

.paragraph-3.nopadding {
  margin-bottom: 5%;
}

.paragraph-3.nopaddingparagraph {
  width: 90%;
  margin: 5% auto 0%;
}

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

.paragraph-3.blacktext.centeredtext.nopadding {
  margin-top: 0%;
  margin-bottom: 0%;
}

.paragraph-3.blacktext.nopaddingleft.nopaddingbottom {
  margin-bottom: 5%;
}

.paragraph-3.blacktext.nopaddingleft.nopaddingbottom.whitetext {
  color: #fff;
}

.paragraph-3.blacktext.nopaddingleft.nopaddingbottom0 {
  margin-bottom: 0%;
  font-size: 9px;
}

.paragraph-3.blacktext.nopaddingleft.centeredtext.nopaddingtop {
  margin-top: 0%;
}

.paragraph-3.blacktext.nopaddingleft.centeredtext.nopaddingtop.fullwidth {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.paragraph-3.blacktext.rightaligned {
  text-align: right;
}

.image-17 {
  z-index: 7;
  position: absolute;
  inset: auto 0% 0%;
}

.image-18 {
  z-index: 2;
  position: absolute;
  inset: auto 0% 0%;
}

.image-19 {
  z-index: 2;
  position: absolute;
  inset: auto 0% 0% auto;
}

.container-25 {
  background-image: url('../images/filigran-black-logo.webp');
  background-position: 50% 100%;
  background-size: cover;
  width: 90%;
  max-width: 90%;
}

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

.agentinfo.paddingtop {
  padding-top: 10%;
}

.div-block-138 {
  width: 20%;
  min-width: 20%;
  max-width: 20%;
}

.lisatozerinfoblock {
  background-image: url('../images/dark-compass-bg.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.lisatozerinfoblock.blockdisplay {
  display: block;
}

.image-20 {
  color: #fff;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.sectionbuyers {
  background-image: url('../images/dark-compass-bg.webp');
  background-position: 0 0;
  background-size: cover;
}

.sectionbuyers.paddingbottom {
  margin-bottom: 10%;
}

.container-19 {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

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

.container-18 {
  z-index: 1;
  background-image: linear-gradient(#00000052, #00000052), url('../images/compass-collections.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 500px;
  display: flex;
  position: relative;
  top: 15%;
}

.container-18.listingscontainer {
  background-image: linear-gradient(#00000052, #00000052), url('../images/listings.webp');
  background-size: auto, cover;
  height: 500px;
}

.container-18.listingscontainer.listingselectioncard {
  background-image: linear-gradient(#00000040, #00000040), url('../images/34.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-18.listingscontainer.listingselectioncard:hover {
  background-image: linear-gradient(#000000b0, #000000b0), linear-gradient(#00000052, #00000052), url('../images/34.webp');
  background-position: 0 0, 0 0, 0%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.container-18.listingscontainer.listingselectioncard.compassreferral {
  background-image: linear-gradient(#00000040, #00000040), url('../images/private-exclusive2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-18.listingscontainer.listingselectioncard.compassreferral:hover {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/private-exclusive2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-18.listingscontainer.listingselectioncard.compassreferral.sellerscardbg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/antonio-araujo-zKt00Cv4plE-unsplash.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-18.listingscontainer.listingselectioncard.concierge {
  background-image: linear-gradient(#00000040, #00000040), url('../images/compass-exclusives.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-18.listingscontainer.listingselectioncard.concierge:hover {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/compass-exclusives.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-18.listingscontainer.listingselectioncard.one {
  background-image: linear-gradient(#00000040, #00000040), url('../images/private-exclusive2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-18.listingscontainer.listingselectioncard.one:hover {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/private-exclusive2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-18.listingscontainer.compassconcierge {
  background-image: linear-gradient(#00000040, #00000040), url('../images/compass-exclusives.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-18.listingscontainer.compassconcierge:hover {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/compass-exclusives.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-18.compassexclusivecard {
  background-image: linear-gradient(#00000040, #00000040), url('../images/compass-collections.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-18.compassexclusivecard:hover {
  background-image: linear-gradient(#000000b0, #000000b0), linear-gradient(#00000052, #00000052), url('../images/compass-collections.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.container-18.compassexclusivecard.buyerscardbg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/salman-saqib-pGPAinRjNVk-unsplash.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-18.compassconciergecard {
  background-image: linear-gradient(#00000040, #00000040), url('../images/compass-concierge.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-18.compassconciergecard:hover {
  background-image: linear-gradient(#000000b0, #000000b0), url('../images/compass-concierge.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.container-22 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  height: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
}

.heading-19 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Italiana, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.heading-19.blacktext {
  color: #000;
}

.heading-19.blacktext.leftalign {
  text-align: left;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  line-height: 25px;
}

.heading-19.blacktext.paddingtopontext {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-19.lineheight {
  line-height: 30px;
}

.heading-19.centeredaligned, .heading-19.centeredtext, .heading-19.centered {
  text-align: center;
}

.buttoncomponent {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border: .5px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding: 15px 45px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 200;
  text-decoration: none;
  display: flex;
}

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

.buttoncomponent.buyersguide {
  color: #000;
  border-color: #000;
  width: 40%;
  font-size: 12px;
  font-weight: 500;
}

.buttoncomponent.buyersguide.largerbutton {
  width: auto;
}

.buttoncomponent.buyersguide.paddingbottom {
  margin-top: 30px;
}

.buttoncomponent.movingtips {
  color: #000;
  border-color: #000;
  justify-content: center;
  align-items: center;
  width: 40%;
  font-size: 12px;
  font-weight: 500;
}

.buttoncomponent.propertydetailsbtn {
  width: 60%;
  font-weight: 200;
}

.buttoncomponent.smallbutton {
  justify-content: center;
  align-items: center;
  margin-left: 0;
}

.buttoncomponent.smallbutton.rightbtnaligned {
  margin-left: auto;
}

.buttoncomponent.boldbutton {
  font-weight: 700;
}

.container-20 {
  background-image: linear-gradient(#00000052, #00000052), url('../images/listings.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  top: 15%;
}

.container-21 {
  background-image: linear-gradient(#00000052, #00000052), url('../images/compass-exclusives.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  top: 15%;
}

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

.quick-stack-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 20px;
}

.heading-20 {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  width: 90%;
  height: auto;
  margin: 0 10px 0 auto;
  font-family: Granjon, sans-serif;
  font-weight: 400;
  line-height: 29px;
}

.heading-20.blacktext {
  color: #000;
}

.heading-20.blacktext.centeredtextheadline {
  text-align: center;
  margin-right: auto;
}

.titleheading {
  line-height: 20px;
}

.heading-21 {
  color: #000;
  text-align: right;
  letter-spacing: 3px;
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  margin: 10px 10px 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 13px;
  display: block;
}

.heading-21.paddingtop {
  text-transform: uppercase;
  margin-top: 40px;
}

.heading-21.paddingtop.centeredtextheadline {
  text-align: center;
  margin-right: auto;
}

.image-21 {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.div-block-140 {
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-141 {
  opacity: .58;
  color: #000;
  background-image: url('../images/filigran-black-logo.webp');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 60%;
  background-attachment: scroll;
  height: auto;
  margin-top: 0%;
  padding-top: 10%;
  padding-bottom: 10%;
}

.div-block-141.nopaddingbottom {
  padding-bottom: 0%;
}

.heading-22 {
  color: #000;
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

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

.heading-22.leftaligned {
  text-align: left;
}

.paragraph-4 {
  color: #000;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 35px;
}

.paragraph-4.whitetext {
  color: #fff;
}

.buyersctas {
  z-index: 9999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.buyersctas.longbuttonsblock {
  width: 70%;
  margin-top: 50px;
  position: relative;
}

.dividerbothlines {
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
}

.div-block-142 {
  color: #ab0000;
  background-color: #8b0000;
  width: 200px;
  height: 1px;
  position: relative;
}

.hero-slide {
  border: 0 solid #fff;
  border-left-width: 1px;
  height: 100%;
}

.video-icon {
  filter: none;
}

.home-hero-intro {
  z-index: 20;
  grid-column-gap: 18px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.video-button-waves {
  z-index: 27;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: none;
  position: absolute;
  inset: auto;
}

.slider-arrow-icon {
  width: 16px;
}

.hero-slider-mask {
  overflow: visible;
}

.home-hero {
  background-color: #fff;
  justify-content: center;
  align-items: stretch;
  height: 90vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-video-button {
  z-index: 25;
  border: 1px #c0c0d333;
  border-radius: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-top: -36px;
  display: flex;
  position: relative;
}

.video-button-background {
  z-index: 30;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.xxl-heading {
  font-family: Italiana, sans-serif;
  font-size: 68px;
  line-height: .8em;
}

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

.hero-collection-wrapper {
  height: 100%;
}

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

.hero-slide-arrow {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  inset: auto 190px 0% auto;
}

.hero-slide-arrow.left {
  border-top-style: none;
  border-radius: 100px;
  bottom: 0;
  right: 100px;
}

.home-hero-title {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 2.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Capture-d’écran-2024-07-19-à-3.00.25-PM.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  padding-bottom: 50px;
  display: grid;
  position: relative;
}

.video-button-verlay {
  z-index: 25;
  background-color: #0f132696;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-hover-button {
  z-index: 35;
  cursor: pointer;
  border: 1px dashed #c0c0d34d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: relative;
}

.wave-one {
  background-color: #c0c0d333;
  border-radius: 100%;
  width: 88%;
  height: 88%;
}

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

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

.button.white {
  color: #081c3a;
  background-color: #fff;
}

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

.button-video {
  width: 300px;
  min-width: 300px;
  height: 300px;
  min-height: 300px;
  position: absolute;
  inset: 0%;
}

.hero-slider {
  background-color: #0000;
  height: 100%;
}

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

.overlay {
  background-color: #0000008c;
  position: absolute;
  inset: 0%;
}

.overlay.light {
  background-color: #0f132659;
}

.home-hero-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 360px;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-top: 92px;
  padding-bottom: 0;
  padding-left: 40px;
  display: grid;
  position: relative;
}

.wave-two {
  background-color: #c0c0d333;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

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

.subtitle.white {
  color: #fff;
  font-family: Italiana, sans-serif;
  font-size: 16px;
}

.video-icon-wrapper {
  background-color: #c0c0d333;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
}

.div-block-143 {
  background-image: url('../images/dark-compass-bg.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 5%;
}

.container-26 {
  max-width: 90%;
  margin-left: 40px;
}

.heading-23 {
  color: #fff;
  letter-spacing: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 0;
}

.heading-24 {
  width: 90%;
  height: auto;
  margin-top: 0;
  margin-left: 40px;
  font-family: Granjon, sans-serif;
  font-weight: 400;
  line-height: 26px;
}

.div-block-144 {
  padding-bottom: 5%;
  line-height: 8px;
}

.sellercontainer {
  background-image: linear-gradient(#00000029, #00000029), url('../images/sellers-bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  max-width: 100%;
  padding-top: 5%;
  padding-bottom: 0%;
}

.div-block-145 {
  width: 95%;
  display: flex;
}

.container-27 {
  width: 50%;
  max-width: 50%;
  height: auto;
}

.container-28 {
  width: 50%;
  max-width: 50%;
  height: auto;
  display: flex;
}

.container-29 {
  width: 90%;
  max-width: 90%;
}

.heading-25 {
  color: #fff;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.paragraph-5 {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-family: Italiana, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.div-block-146 {
  background-image: url('../images/dark-compass-bg.webp');
  background-position: 50%;
  background-size: cover;
  width: 350px;
  height: 350px;
  margin-left: auto;
}

.div-block-147 {
  z-index: 999;
  background-color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/sellers-bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-self: auto;
  width: 350px;
  height: 400px;
  position: relative;
  top: 50px;
  left: 120px;
}

.image-22 {
  width: 70%;
  max-width: 70%;
  margin: 0 auto;
  display: block;
}

.heading-26 {
  color: #fff;
  text-align: center;
  letter-spacing: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

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

.button-16 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: .5px solid #fff;
  width: 100%;
  padding: 15px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 200;
}

.quick-stack-3 {
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-toggle {
  color: #211f54;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: #4a3aff;
}

.text-block {
  color: #fff;
  letter-spacing: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---dropdown-chevron {
  color: #fff;
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-link {
  color: #6e7191;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: #4a3aff;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-list-item-middle {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---header-nav-link {
  color: #fff;
  letter-spacing: 3px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: color .3s;
  display: block;
}

.brix---header-nav-link:hover {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.container-30 {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.heading-27 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.image-23 {
  clear: none;
  direction: ltr;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: rotate(90deg);
}

.contactinfoblock {
  flex-flow: column;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  display: block;
}

.contactinfoblock.leftalignblock {
  margin-left: auto;
}

.profilepictureblock {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
}

.phonenumber {
  color: #fff;
  letter-spacing: 7px;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 200;
}

.phonenumber.rightalign {
  justify-content: flex-end;
  align-items: center;
  padding-right: 5%;
  display: flex;
}

.socialmedia {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.socialmedia.rightalign {
  justify-content: flex-end;
  align-items: center;
  padding-right: 5%;
}

.readmorecta {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0;
  display: flex;
  position: relative;
  right: 0%;
}

.readmorecta.listwith {
  z-index: 0;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  right: 10%;
}

.readmorecta.listwith.learnmorebtn {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  right: 0%;
}

.readmorecta.listwith.learnmorebtn.reverse {
  direction: ltr;
  overflow-wrap: normal;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.readmoreprofilecta {
  z-index: 9999;
  text-align: center;
  letter-spacing: 3px;
  background-color: #fff0;
  border: 1px solid #fff;
  align-self: center;
  width: 40%;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 200;
  position: relative;
}

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

.divider {
  color: #000;
  background-color: #000;
  background-image: url('../images/rose-gold.webp');
  background-position: 100%;
  background-size: auto;
  border: 1px #fff;
  width: 200px;
  height: 2px;
  margin-top: auto;
  margin-bottom: auto;
  position: static;
  right: 25%;
}

.divider.leftdivider {
  background-image: none;
  position: absolute;
  left: 5%;
  right: auto;
}

.divider.dividerrightalign {
  margin-left: auto;
}

.instagramicon, .linkedinicon {
  width: 40px;
  height: 40px;
}

.compass-1brokerage {
  z-index: 9999;
  width: 250px;
  display: inline-block;
  position: relative;
}

.div-block-148 {
  z-index: 99;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  margin: auto auto 0;
  display: block;
  position: absolute;
  inset: 0% auto -43%;
}

.image-24 {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.heading-28 {
  color: #1e1e1e;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Kenjo I, sans-serif;
  font-size: 250px;
  display: block;
}

.slide-43 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/17.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.container-31 {
  width: 150px;
  height: 300px;
  margin-left: auto;
  margin-right: 0;
  position: static;
  right: 0;
}

.propertyprice {
  z-index: 9999;
  background-color: #000000d1;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: block;
  position: absolute;
  top: 5%;
  right: 0;
}

.div-block-150 {
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: block;
}

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

.pricingdivider {
  border: .5px solid #fff;
  align-self: center;
  width: 50%;
  min-width: 65%;
  max-width: 65%;
}

.pricinglabel {
  align-self: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.heading-29 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Italiana, sans-serif;
  font-size: 27px;
  font-weight: 400;
}

.listingprice {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Italiana, sans-serif;
  font-size: 65px;
  font-weight: 400;
  display: block;
}

.container-33 {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.div-block-151 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: flex;
}

.hero-slide-2 {
  height: 100%;
}

.slider-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: 120px 148px;
  display: flex;
}

.slider-background-wrapper.hero-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto;
}

.slider-background {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 100vw;
  display: flex;
  position: absolute;
  inset: 0% auto;
  overflow: hidden;
}

.background {
  z-index: 1;
  background-image: url('../images/slider-3_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.product-slider-arrow {
  z-index: 20;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto 0% 80px auto;
}

.product-slider-arrow.left {
  right: 72px;
}

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

.background-2 {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.testimonialsctablock {
  margin-left: 2%;
}

.container-34 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-left: 0%;
  display: flex;
}

.heading-30 {
  color: #000;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.div-block-152 {
  justify-content: center;
  align-items: flex-end;
  margin-top: auto;
  display: flex;
}

.div-block-153 {
  width: 75%;
  min-width: 75%;
  max-width: 75%;
}

.div-block-154 {
  border: .5px #000;
  align-self: center;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
}

.div-block-155 {
  border: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.button-17 {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  background-color: #fff;
  border: .5px solid #000;
  width: 30%;
  margin-left: 0;
  margin-right: auto;
  padding: 15px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 200;
}

.sectionpasttransactions {
  margin-top: 5%;
  margin-bottom: 5%;
}

.combine-text-size-regular {
  letter-spacing: 2px;
  text-transform: none;
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 200;
  line-height: 30px;
}

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

.div-block-156 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.combine-section_cta2 {
  background-color: #fff;
}

.combine-heading-style-h2 {
  text-transform: capitalize;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Italiana, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 50px;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 15px;
}

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

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.phonenumber-2 {
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
}

.emailaddress {
  color: #fff;
  text-transform: uppercase;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.form-2 {
  width: 80%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.form-2.contact-form.contactfullwith {
  width: 95%;
}

.form-2.contact-form.fullformwidth {
  width: 90%;
}

.combine-padding-global {
  background-image: linear-gradient(#00000080, #00000080), url('../images/newsletter-bg-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.email {
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
}

.buttononnewsletter {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #fff;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
  display: block;
}

.buttononnewsletter:hover {
  background-color: #4e8999;
}

.sectionsocialmedia {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

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

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

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

.waves-image-wrap-hero-1 {
  border-radius: 0;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

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

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

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

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

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

.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---mg-top-16 {
  margin-top: 16px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.waves---section-hero-primary {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.sectionnewsletter.paddingtop {
  text-transform: uppercase;
  padding-top: 5%;
}

.followuscontainer {
  z-index: 9999;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: #0000;
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5vw;
  padding-bottom: 5vw;
  position: absolute;
}

.heading-31 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Italiana, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 70px;
}

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

.socialmediaheadinecontainer {
  text-transform: none;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.heading-33 {
  color: #000;
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 19px;
}

.newsletterbutton {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 200;
  display: block;
}

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

.sectioncontact {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: flex;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #f71818;
  border-radius: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
}

.success-message {
  color: #fff;
  background-color: #00963e;
  border-radius: 5px;
  font-size: 15px;
}

.kutup-button-green {
  background-color: var(--kütüp-library--dark-slate-grey);
  color: #fff;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.kutup-button-green:hover {
  background-color: #3f6474;
}

.kutup-divider-20px {
  height: 20px;
}

.kutup-gray-link {
  color: #818181;
  font-weight: 700;
}

.kutup-checkbox-label {
  color: var(--kütüp-library--dim-grey);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
}

.kutup-checkbox {
  background-color: #fff;
  border: 1px solid #29335c33;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.kutup-checkbox.w--redirected-checked {
  border-color: var(--kütüp-library--burntsienna);
  background-color: var(--kütüp-library--burntsienna);
  background-size: 11px;
}

.kutup-checkbox-field {
  font-size: 15px;
  display: flex;
}

.kutup-divider-15px {
  height: 15px;
}

.kutup-field {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 14px;
}

.kutup-field::placeholder {
  color: var(--kütüp-library--dim-grey);
  font-size: 14px;
  font-weight: 700;
}

.kutup-field.kutup-select {
  background-color: #fff;
  padding-left: 0;
  padding-right: 12px;
}

.kutup-select-field {
  color: #686868;
  background-color: #fff;
  border: 1px #000;
  border-radius: 8px;
  height: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
}

.kutup-select-field:active, .kutup-select-field:focus {
  color: #111;
}

.kutup-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2%;
  display: flex;
}

.kutup-request-form {
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.kutup-divider-40px {
  height: 40px;
}

.kutup-display-3 {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-small-top-text {
  color: var(--kütüp-library--burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-max-w-width-640px {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-max-w-width-640px.contactfullheadingwidth, .kutup-max-w-width-640px.fullformwidth {
  max-width: 100%;
}

.kutup-large-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-section {
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-julia-kuzenkov-442028-1974596.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 90px 5%;
}

.kutup-section.contactsectionbg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-heyho-6585767.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.kutup-section.contactsectionbg.contactnewbg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-moii-12236018.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.kutup-section.contactsectionbg.contactnewbg.contactnopadding {
  background-image: linear-gradient(#00000080, #00000080), url('../images/23.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 95%;
  min-width: 95%;
  max-width: 95px;
  padding-left: 0%;
  padding-right: 0%;
}

.heading-34 {
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 19px;
}

.heading-34.smallwidthparagraph {
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lastname {
  color: #fff;
  text-transform: uppercase;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

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

.uui-text-size-small-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-2.text-color-gray500 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 400;
}

.uui-text-size-small-2.text-color-gray500.all-right-reserved {
  letter-spacing: 0;
  margin-top: 5px;
  font-size: 7px;
}

.combine-footer4_info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 25rem;
  display: flex;
}

.combine-form_error-message-2 {
  color: #e2004f;
  background-color: #ffecec;
  border: 1px solid #e2004f;
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-footer4_top-text {
  color: #bfc4ce;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.5;
}

.combine-footer4_top-text.privacy {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 200;
}

.combine-form_input {
  color: #1f2c3d;
  background-color: #fff0;
  border: 0 solid #f2f3f7;
  border-bottom-width: 1px;
  border-radius: 0;
  min-width: 16rem;
  height: 3.3rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem .5rem 0;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input:hover {
  border-color: #d9dce2;
}

.combine-form_input:focus {
  border-color: #6157f8;
}

.combine-form_input::placeholder {
  color: #bfc4ce;
}

.combine-footer4_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.combine-footer4_link {
  color: #fff;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer4_link:hover {
  color: #fff;
  text-decoration: underline;
}

.uui-footer08_bottom-wrapper {
  text-align: center;
  border: 0 #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.image-6 {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.combine-padding-section-medium {
  border-bottom: .5px solid #fff;
  padding: 2rem 10px 1rem;
}

.combine-form_success-message-2 {
  color: #6d9400;
  text-align: left;
  background-color: #ebf7de;
  border: 1px solid #6d9400;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.buttononcards {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: #fff0;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
  display: flex;
}

.buttononcards:hover {
  background-image: linear-gradient(#4e8999, #4e8999);
}

.combine-footer4_title {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer4_form-wrapper {
  margin-bottom: 0;
}

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

.combine-footer4_column {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-span-3 {
  text-align: center;
  letter-spacing: 8px;
  font-size: 10px;
}

.uui-logo_logotype {
  flex: none;
  width: 200px;
  max-width: 200px;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.div-block-9 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.combine-padding-global-2 {
  background-image: url('../images/dark-compass-bg.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.combine-footer4_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-bottom: .5px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 1rem;
  display: grid;
}

.combine-footer4_form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.sectionfooter {
  z-index: 5;
  background-color: #f2f2f2;
  justify-content: space-around;
  align-items: baseline;
  display: flex;
  position: relative;
}

.form-block-5 {
  display: block;
}

.textlinkmenu {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 300;
}

.brix---header-right-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.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;
  display: flex;
  position: fixed;
  inset: 4em 1vw auto auto;
}

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

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: .25rem;
  display: flex;
}

.nav-menu {
  z-index: 5;
  background-color: #dcdbd000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/past-transactions-bg.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-bottom: 1px solid #b5b5ab;
  width: 100%;
  height: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.linksubmenu {
  text-decoration: none;
}

.navbarmenu {
  z-index: 2147483647;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.brix---container-default {
  max-width: 100%;
  padding-top: 0;
  padding-left: 14px;
  padding-right: 14px;
}

.nav {
  z-index: 2147483647;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 0 1em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.nav_link-desc {
  color: #4a4942;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 18vw;
  height: 100%;
  font-size: 3rem;
  line-height: 1.1;
  display: flex;
}

.brix---hamburger-menu-bar-bottom {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.page-wrapper-4 {
  z-index: 2147483647;
  position: relative;
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.headernavbar {
  z-index: 999;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.brix---header-left-col-top {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---header-nav-menu-list-2 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 16px;
  list-style-type: none;
  display: flex;
}

.brix---dropdown-link-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: .5px solid #fff;
  align-items: center;
  width: 100%;
  padding: 0 0 5px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: #fff;
}

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

.buttontransparent.btntransparent.contactkellietop {
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  display: flex;
}

.buttontransparent.btntransparent.pinkbutton {
  z-index: 99;
  color: #c94592;
  border-color: #c94592;
  position: relative;
  inset: auto 0% 5%;
}

.buttontransparent.btntransparent.pinkbutton:hover {
  color: #fff;
}

.buttontransparent.btntransparent.pinkbutton.viewproperty {
  z-index: 99;
  position: relative;
  bottom: 0%;
}

.buttontransparent.btntransparent.pinkbutton.centeredbutton.middlesizebtn {
  width: 60%;
}

.buttontransparent.btntransparent.pinkbutton.centeredbutton.largebtn {
  width: 70%;
}

.brix---dropdown-pd-2 {
  background-color: #fff0;
  padding: 0 40px 40px 0;
}

.brix---dropdown-column-wrapper-2 {
  background-color: #0000;
  padding-top: 32px;
  display: block;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-2.w--open {
  transform: translate(-50%);
}

.nav_link {
  background-color: #dcdbd0;
  border-bottom: 1px solid #b5b5ab;
  border-left: 1px solid #b5b5ab;
  flex-flow: column;
  width: 40vw;
  height: 40vh;
  padding-top: 1.5vw;
  padding-left: 1vw;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.nav_link:hover {
  background-color: #e6e6dd;
}

.nav_link.is-02 {
  z-index: 3;
  background-color: #dcdbd000;
  justify-content: space-between;
  align-items: flex-start;
  width: 60vw;
  height: 60vh;
  position: absolute;
}

.nav_link.is-04 {
  z-index: 1;
  background-color: #dcdbd000;
  border-bottom-style: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  position: absolute;
  transform: translate(0);
}

.nav_link.is-03 {
  z-index: 2;
  background-color: #dcdbd000;
  justify-content: space-between;
  align-items: flex-start;
  width: 80vw;
  height: 80vh;
  position: absolute;
}

.nav_link.is-01 {
  z-index: 4;
  background-color: #dcdbd000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: absolute;
  overflow: hidden;
}

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

.button_square.bar-three, .button_square.bar-two {
  width: 35px;
  height: 2px;
}

.button_square.bar-one {
  width: 65px;
  height: 2px;
}

.brix---header-middle-col {
  margin-left: 0;
  margin-right: auto;
}

.brix---header-logo {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav_content {
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.text-block-23 {
  color: #fff;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 600;
}

.brix---header-wrapper {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: absolute;
  inset: 0% 0% auto;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-bar-top {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---dropdown-chevron-2 {
  color: #fff;
  vertical-align: baseline;
  width: 14px;
  margin-left: 6px;
  display: block;
}

.brix---dropdown-toggle-2 {
  color: #211f54;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-2:hover {
  color: #4a3aff;
}

.brix---mg-bottom-24px---0-on-tablet {
  width: 90%;
  margin-top: 0;
  margin-bottom: 24px;
}

.brix---header-nav-link-2 {
  color: #fff;
  letter-spacing: 3px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link-2:hover {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.brix---header-nav-link-2:active {
  font-weight: 300;
}

.brix---header-nav-link-2.w--current {
  color: #eff0f6;
  font-weight: 300;
}

.brix---header-nav-list-item-middle-2 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.navbar_link-content {
  color: #4a4942;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-right: 1vw;
  font-size: 2.5vw;
  line-height: 1.1;
  display: flex;
  position: relative;
  bottom: 3.5vw;
}

.brix---dropdown-card-2 {
  background-color: #0000;
  border: 1px #eff0f6;
  border-radius: 0;
  min-width: auto;
  top: 32px;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

.nav_component {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.brix---flex-center {
  justify-content: center;
  display: flex;
}

.body {
  background-color: #000;
}

.heading-35 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.div-block-158 {
  border-bottom: 1px solid #fff;
}

.div-block-159 {
  width: 20%;
  margin: auto;
  padding-top: 5%;
}

.div-block-159.pargrph {
  width: 100%;
}

.div-block-159.pargrph.whitw {
  color: #fff;
}

.ctasblock-2 {
  z-index: 9999;
  width: 100%;
  margin: 0 auto auto;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: auto 0% 10%;
}

.ctasblock-2.heroquote {
  bottom: 35%;
}

.ctascontainer-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.ctascontainer-2.relativeposition {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  position: relative;
  top: -200px;
}

.btntransparent {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #000;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 45px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 200;
  display: block;
}

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

.btntransparent.rightalignbutton {
  margin-right: 20%;
}

.btntransparent.rightalignbutton.mediumsizebutton.centeredbutton {
  width: 70%;
  margin-right: auto;
}

.btntransparent.rightalignbutton.mediumsizebutton.centeredbutton.fullwidth:hover {
  border-color: #000;
}

.btntransparent.rightalignbutton.mediumsizebutton.learnmorebtn {
  margin-right: 0%;
}

.btntransparent.rightalignbutton.mediumsizebutton.learnmorebtn.contactlisa:hover {
  border-color: #000;
}

.btntransparent.rightalignbutton.mediumsizebutton.nopadding {
  margin-right: auto;
}

.btntransparent.rightalignbutton.mediumsizebutton.nopadding.borderblackbtn {
  text-transform: uppercase;
}

.btntransparent.rightalignbutton.mediumsizebutton.nopadding.borderblackbtn:hover {
  border-color: #000;
}

.btntransparent.rightalignbtn {
  margin-right: 5%;
}

.btntransparent.transparent, .btntransparent.transparentbg {
  background-color: #0000;
}

.btntransparent.transparentbg.noblackhover:hover {
  color: #fff;
}

.btntransparent.btnnobg {
  background-color: #0000;
}

.btntransparent.btnnobg:hover {
  color: #fff;
}

.div-block-160 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-161 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-161.blur-background {
  height: 50%;
}

.div-block-162 {
  margin-left: auto;
  margin-right: auto;
}

.blackcolo {
  color: #fff;
  font-size: 2rem;
  font-weight: 100;
  line-height: 35px;
}

.blackcolo.whitetextheadline {
  margin-bottom: 20px;
}

.blackcolo.whitetextheadline.blacktext {
  color: #000;
}

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

.blackcolo.centeredtext.smallreviewtext {
  justify-content: center;
  align-items: center;
  height: 25vh;
  min-height: 25vh;
  max-height: 25vh;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 27px;
  display: block;
  overflow: auto;
}

.blackcolo.blacktext {
  color: #000;
}

.blackcolo.blacktext.nopadding {
  margin-bottom: 0;
}

.blackcolo.blacktext.nopadding.rightaligned {
  text-align: right;
}

.navbarmenu2 {
  z-index: 2147483647;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-163 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  min-width: 60%;
  max-width: 60%;
  display: flex;
}

.div-block-164 {
  width: 70%;
  min-width: 70%;
  max-width: 70%;
}

.div-block-165 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-166 {
  width: 60%;
  min-width: 60%;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.brix---dropdown-card-3 {
  background-color: #0000;
  border: 1px #eff0f6;
  border-radius: 0;
  min-width: 281px;
  margin-left: 50%;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-pd-3 {
  background-color: #fff0;
  padding: 0 40px 40px 0;
}

.brix---dropdown-link-3 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: .5px solid #fff;
  align-items: center;
  width: 100%;
  padding: 0 0 5px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-3:hover {
  color: #fff;
}

.brix---dropdown-link-3.w--current {
  transition: none;
}

.text-block-24 {
  color: #fff;
  letter-spacing: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.brix---dropdown-chevron-3 {
  color: #fff;
  vertical-align: baseline;
  width: 14px;
  margin-left: 6px;
  display: block;
}

.brix---dropdown-toggle-3 {
  color: #211f54;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-3:hover {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.brix---header-nav-list-item-middle-3 {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.brix---header-nav-list-item-middle-3:hover {
  font-family: Montserrat, sans-serif;
}

.brix---dropdown-column-wrapper-3 {
  background-color: #0000;
  padding-top: 32px;
  display: none;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-3.w--open {
  transform: translate(-50%);
}

.div-block-167 {
  background-image: url('../images/filigran-black-logo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-block-167.nobgimage {
  background-image: none;
}

.text-span-4 {
  font-family: Italiana, sans-serif;
  font-size: 10rem;
}

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

.div-block-168 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.leftblocdescription {
  width: 60%;
  min-width: 60%;
  max-width: 60%;
}

.rightblocdescription {
  align-self: flex-start;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  padding-left: 10px;
  padding-right: 10px;
}

.divimagebg {
  position: static;
}

.divbuttons {
  z-index: 99;
  position: relative;
  inset: auto 0% 0%;
}

.containerbuttonsdescriptions {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  bottom: 0;
}

.buttonlowdiv {
  z-index: 6;
  background-image: url('../images/filigran-white-logo.png'), linear-gradient(#000000ab, #000000ab);
  background-position: 0%, 0 0;
  background-repeat: repeat-y, repeat;
  background-size: contain, auto;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  position: static;
  bottom: -20%;
}

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

.leftlistingblock {
  background-image: url('../images/sample2.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 50vh;
  display: flex;
}

.leftlistingblock.property1 {
  cursor: grab;
  background-image: linear-gradient(#00000040, #00000040), url('../images/Screenshot-2025-06-03-at-7.01.23-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.leftlistingblock.property3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/travis-heights.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: none;
}

.leftlistingblock.property5 {
  background-image: url('../images/sample1.webp');
  display: none;
}

.leftlistingblock.property7 {
  background-image: url('../images/sample7.webp');
  background-position: 50%;
  display: none;
}

.leftlistingblock.community1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/barton-hills.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.leftlistingblock.community3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/central-austin.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.leftlistingblock.community5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/dripping-springs.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.leftlistingblock.community5.budacommunity {
  background-image: linear-gradient(#00000080, #00000080), url('../images/buda.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.leftlistingblock.community1 {
  background-image: linear-gradient(#00000080, #00000080);
}

.leftlistingblock.community1.fullwidth {
  background-image: none;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
}

.leftlistingblock.property2 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Screenshot-2025-06-03-at-7.01.00-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.rightlistingblock {
  background-image: url('../images/sample6.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 50vh;
  display: flex;
}

.rightlistingblock.property2 {
  background-image: none;
  display: block;
}

.rightlistingblock.property4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/sample8.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: none;
}

.rightlistingblock.property6 {
  background-image: url('../images/sample4.webp');
  display: none;
}

.rightlistingblock.property8 {
  background-image: url('../images/sample8.webp');
}

.rightlistingblock.property8.viewmorehome {
  background-image: linear-gradient(#0000009c, #0000009c), url('../images/sample8.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
}

.rightlistingblock.property8.viewmorehome.viewmorehome2 {
  display: none;
}

.rightlistingblock.community2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/buda.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.rightlistingblock.community4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/central-c-ranch.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.rightlistingblock.community6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/kyle_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.rightlistingblock.community6.barton-hills {
  background-image: linear-gradient(#00000080, #00000080), url('../images/barton-hills.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.rightlistingblock.community2 {
  background-image: linear-gradient(#00000080, #00000080);
  border-left: .5px #fff;
}

.propertyinfo {
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 0;
  padding-left: 5%;
  display: block;
}

.propertyinfo.viewmorehome {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-left: 0%;
  display: flex;
}

.propertyaddress {
  color: #fff;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 34px;
}

.propertyaddress.centeredtext {
  text-align: center;
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
}

.heading-36 {
  color: #fff;
  letter-spacing: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 24px;
}

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

.splide__slide {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  min-width: 30%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-medium-2 {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.slide-content {
  grid-row-gap: .4rem;
  flex-direction: column;
  width: 100%;
  padding-top: 1.4rem;
  display: flex;
  position: relative;
}

.cover-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.cover-img.size {
  width: 100%;
  min-width: 100%;
  height: 100%;
}

.cover-img.size:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.img-parent {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.soldlistingstate, .soldlistinaddress {
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}

.bathroomcount {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.propertydiv {
  width: 45%;
  min-width: 45%;
  max-width: 45%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.propertydiv.leftaligned {
  margin-left: 0;
}

.propertyaddress-2 {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  display: flex;
}

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

.soldpropertyinfodiv {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.soldpropertyinfodiv.centered {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  margin-right: auto;
}

.propertycityzip.black {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.soldlistingzipcode {
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 20px;
}

.addressvalue {
  color: #000;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 50px;
}

.bedroomcount {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.comma {
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 20px;
}

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

.propertyinfos {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 10%;
  min-height: 10%;
  max-height: 10%;
  padding-bottom: 1rem;
}

.propertyimageoverview {
  background-image: url('../images/property3.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 50vh;
  min-height: 50vh;
  max-height: 50vh;
}

.propertyimageoverview.property1 {
  background-image: url('../images/property2.webp');
}

.propertyimageoverview.property2 {
  background-image: url('../images/property1.webp');
}

.propertyimageoverview.property3 {
  background-image: url('../images/property8.webp');
}

.propertyimageoverview.property5 {
  background-image: url('../images/property4.webp');
}

.propertyimageoverview.property6 {
  background-image: url('../images/property5.webp');
}

.propertyimageoverview.property7 {
  background-image: url('../images/property7.webp');
}

.propertyimageoverview.property8 {
  background-image: url('../images/property6.webp');
}

.propertyimageoverview.eton-dr {
  background-image: url('../images/Screenshot-2025-03-01-at-8.59.25-AM.webp');
}

.sqtsize {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.div-block-169 {
  width: 50%;
  min-width: 60%;
  max-width: 60%;
}

.page-intro-splitscreen-top {
  background-color: #fff;
  width: 100%;
  height: 0%;
}

.containerlocation {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.section_home-hero {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.scroll-grid-item {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 17em;
  height: 100%;
  max-height: 30em;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
  overflow: hidden;
}

.scroll-grid-item.is-large {
  background-color: #fff;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 36em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.scroll-grid-item.is-large.is-special {
  flex: 1;
  min-width: 17em;
}

.page-intro-title-wrapper {
  grid-column-gap: .5vh;
  grid-row-gap: .5vh;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.card_arrow_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  transition: transform .2s linear;
  display: flex;
  position: absolute;
}

.container-5 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  left: auto;
}

.spacer-sm-start {
  padding-top: 2.25rem;
}

.spacer-sm-start.spacer-sm-end {
  padding-bottom: 2.25rem;
}

.page-intro-title-small {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 1.5vw;
  font-weight: 400;
}

.page-intro-title-small.is-best-in-class {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  align-self: flex-start;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.page-intro-title-small.is-made-in-webflow {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

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

.page-intro-title {
  letter-spacing: -.06em;
  text-transform: uppercase;
  font-size: 10vw;
  font-weight: 900;
  line-height: .8;
}

.page-intro-title.is-webdesign {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  margin-left: 0;
  font-family: Italiana, sans-serif;
}

.page-intro-title.is-animation {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  text-transform: none;
  margin-top: 72px;
  margin-left: 3em;
  font-family: Italiana, sans-serif;
}

.text-align-center {
  text-align: center;
  background-image: url('../images/filigran-black-logo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.div-block-8 {
  margin-left: auto;
  margin-right: auto;
}

.page-intro-content {
  z-index: 0;
  position: relative;
}

.scroll-grid-wrapper {
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.padding-section-medium {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 2rem;
  padding-bottom: 5rem;
  display: flex;
}

.card_image-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.card {
  border-radius: 0;
  flex-direction: column;
  flex: 25%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32em;
  transition: filter .6s cubic-bezier(.645, .045, .355, 1), opacity .6s cubic-bezier(.645, .045, .355, 1), flex-basis .6s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.card:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-basis: 100%;
}

.spacer-xl-start {
  padding-top: 2rem;
}

.section-after-intro-text {
  z-index: 3;
  color: #fff;
  background-color: #fff;
  margin-top: 21vh;
  padding-top: 4em;
  padding-bottom: 7.5em;
  position: relative;
}

.scroll-grid-sticky {
  justify-content: center;
  align-items: center;
  height: 75vh;
  position: sticky;
  top: 14.5vh;
  overflow: hidden;
}

.heading-38 {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.card_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.scroll-grid-inner {
  background-image: linear-gradient(#fff, #fff);
  justify-content: center;
  align-items: center;
  height: 100%;
}

.scroll-grid-row {
  grid-column-gap: 1em;
  width: 100%;
  max-width: 120em;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.scroll-grid-row.is-top {
  align-items: flex-end;
  margin-top: 5rem;
  inset: 0% 0% auto;
}

.scroll-grid-row.is-bottom {
  align-items: flex-start;
  height: 35%;
}

.section-scroll-grid {
  background-color: #fff;
  height: 360vh;
  margin-bottom: 8em;
  display: none;
}

.heading-39 {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  line-height: 37px;
}

.sec {
  margin-top: 20%;
}

.down-arrow {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  border: 1px solid #fff;
  width: 30px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section-page-intro {
  background-color: #eeebdc;
  justify-content: center;
  align-items: center;
  min-height: 200svh;
  overflow: clip;
}

.page-intro-splitscreen-wrapper {
  z-index: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.exploreareas {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  word-break: keep-all;
  background-color: #fff0;
  border: 1px solid #fff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  overflow: hidden;
}

.exploreareas:hover {
  background-color: #4e8999;
}

.page-intro-text-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -5vh;
  margin-right: 0;
  display: flex;
}

.scroll-grid-image {
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  display: block;
}

.headlinelocation {
  text-align: center;
  font-family: Italiana, sans-serif;
  font-size: 3rem;
  font-weight: 200;
  line-height: 40px;
}

.heading-style-h6 {
  color: #333;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.1;
}

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

.buttononareas {
  text-align: center;
  letter-spacing: 2px;
  background-color: #fff0;
  border: 1px solid #fff;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.buttononareas:hover {
  background-color: #4e8999;
}

.page-intro-splitscreen-bottom {
  background-color: #000;
  width: 100%;
  height: 0%;
}

.page-intro-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080), url('../images/29.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: sticky;
  top: 0;
}

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

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

.card-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.communitiesheadlines {
  color: #000;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  line-height: 30px;
}

.heading-40 {
  color: #000;
  font-family: Italiana, sans-serif;
  font-size: 130px;
  position: relative;
}

.container-36 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  left: auto;
}

.div-block-172 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-173 {
  align-self: center;
  width: 40%;
  min-width: 40%;
  max-width: 40%;
}

.div-block-174 {
  width: 60%;
  min-width: 60%;
  max-width: 60%;
}

.heading-41 {
  color: #fff;
  text-align: left;
  letter-spacing: 4px;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.heading-42 {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  line-height: 37px;
}

.sectionaustinneighborhoods {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0%;
  overflow: visible;
}

.container-37 {
  width: 60%;
  min-width: 60%;
  max-width: 60%;
  display: flex;
}

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

.communitiesinfo {
  text-align: center;
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.div-block-175 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.communitiesctablock {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide1home {
  background-image: linear-gradient(#00000080, #00000080), url('../images/14.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.heading-45 {
  text-align: right;
  width: auto;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

.sticky-parent-2 {
  width: 100%;
  height: 400vh;
}

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

.border-line.light {
  background-color: #fff6;
  width: 74%;
}

.num-ab {
  z-index: 4;
  color: #919191;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: difference;
  background-color: #d0cab694;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Italiana, sans-serif;
  font-size: 16rem;
  line-height: 1;
  position: absolute;
  inset: auto 0 -11rem auto;
}

.num-ab.mobile-space {
  bottom: -4.1rem;
  right: 4rem;
}

.heading-50 {
  color: #ffffff8f;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Italiana, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 9vh;
}

.heading-50.number {
  color: #919191;
  font-size: 16rem;
}

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

.text-sm.fade.text-white {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 25px;
}

.text-sm.fade.text-white.rightalign {
  color: #000;
  text-align: right;
}

.text-sm.fade.text-white.smallerparagraph {
  font-size: 8px;
  line-height: 14px;
}

.col-2 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  padding: 8rem 0 4rem 4rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.col-2.bg-colour {
  z-index: 4;
  background-color: #4e8999;
}

.col-2.bg-colour.blue {
  background-color: #000;
  background-image: url('../images/filigran-white-logo.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.col-2.bg-colour.pink {
  background-color: #ffffff9e;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.img-whipe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.img-whipe.three {
  z-index: 1;
}

.img-whipe.three.mobile {
  position: relative;
}

.img-whipe.two {
  z-index: 2;
}

.img-whipe.two.mobile {
  position: relative;
}

.img-whipe.one {
  z-index: 3;
}

.img-whipe.one.mobile {
  position: relative;
}

.heading-medium-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 4rem;
  font-weight: 100;
  line-height: 70px;
}

.heading-medium-4.rightalign {
  color: #000;
  text-align: right;
  font-size: 3.5rem;
}

.heading-medium-4.smallertagline {
  font-size: 3rem;
}

.headlinehero-3 {
  color: #fff;
  text-align: center;
  border-left: 0 #fff;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0%;
  font-family: Italiana, sans-serif;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 70px;
  display: block;
  position: static;
}

.sticky-child {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.scroll-text-parent {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.scroll-text-parent.three {
  position: absolute;
  inset: 0% auto auto 0%;
}

.scroll-text-parent.three.text-white.rel {
  position: relative;
}

.scroll-text-parent.two {
  position: absolute;
  inset: 0% auto auto 0%;
}

.scroll-text-parent.two.text-white.rel {
  position: relative;
}

.parent {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.parent.pad-top {
  padding-top: 2rem;
}

.img-scroll {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.img-scroll.img-two {
  background-image: url('../images/Hero_02.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.img-scroll.img-two.img-height {
  background-image: url('../images/seller-step5_1seller-step5.avif');
}

.img-scroll.img-two.img-height.img5 {
  background-image: url('../images/29.webp');
}

.img-scroll.img-two.image-four {
  background-image: url('../images/side-property-bg-1.webp');
  background-position: 50%;
}

.img-scroll.img-two.image-four.height-img {
  background-image: url('../images/seller-step8_1seller-step8.avif');
}

.img-scroll.img-two.image-four.height-img.img8 {
  background-image: url('../images/9.webp');
  background-position: 50%;
  background-attachment: fixed;
}

.img-scroll.img-two.image-four.height-img.img8.img9th {
  background-image: url('../images/private-exclusive2.webp');
}

.img-scroll.img-two.image-four.height-img.img8.eleventh {
  background-image: url('../images/img3.webp');
}

.img-scroll.img-two.image-four.img2 {
  background-image: url('../images/34.webp');
}

.img-scroll.img-three {
  background-image: url('../images/Hero_01.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.img-scroll.img-three.img-six {
  background-image: url('../images/footer-bg.webp');
}

.img-scroll.img-three.img-six.img6 {
  background-image: url('../images/20.webp');
}

.img-scroll.img-three.img-ten {
  background-image: url('../images/seller-step7_1seller-step7.avif');
}

.img-scroll.img-three.img-ten.img10 {
  background-image: url('../images/30.webp');
}

.img-scroll.img-three.img-seven {
  background-image: url('../images/center.webp');
}

.img-scroll.img-three.img-seven.img7 {
  background-image: url('../images/13.webp');
}

.img-scroll.img-three.img-nine {
  background-image: url('../images/seller-step6_1seller-step6.avif');
}

.img-scroll.img-three.img-nine.img6 {
  background-image: url('../images/pexels-heyho-6585760.webp');
}

.img-scroll.img-three.img-nine.img6.img-stepper {
  background-image: url('../images/8.webp');
}

.img-scroll.img-one {
  background-image: url('../images/bg-4.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.img-scroll.img-one.seventh-img {
  background-image: linear-gradient(to bottom, null, null), url('../images/seller-step7_1seller-step7.avif');
}

.img-scroll.img-one.seventh-img.img7 {
  background-image: url('../images/1.webp');
  background-position: 50%;
  background-attachment: fixed;
}

.img-scroll.img-one.seventh-img.img7.tenth {
  background-image: url('../images/23.webp');
}

.img-scroll.img-one.img-two {
  background-image: url('../images/seller-step4_1seller-step4.avif');
  background-position: 0%;
  background-size: cover;
  background-attachment: scroll;
}

.img-scroll.img-one.img-two.img4 {
  background-image: url('../images/14.webp');
  background-position: 50%;
}

.img-scroll.img-one.img-1 {
  background-image: url('../images/31.webp');
}

.mobile-section {
  background-color: #222;
  display: none;
}

.container-53 {
  z-index: 99999999;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: auto;
}

.linecontainer-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  display: flex;
}

.heading-44 {
  color: #fff;
  text-align: center;
  letter-spacing: 11px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.div-block-194 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  border-right: .5px #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-right: 0%;
  display: flex;
}

.image-27 {
  max-width: 250px;
}

.privateexclusiveheadline {
  color: #fff;
  border: 0 solid #fff;
  border-left-width: .5px;
  border-right-style: none;
  padding-left: 10%;
  font-family: Italiana, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: 9vh;
}

.privateexclusiveheadline.noborderleft {
  border-left-width: 0;
}

.privateexclusiveheadline.noborderleft.centeredtext {
  text-align: center;
  padding-left: 0%;
}

.content16-left-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content24-quote {
  color: #000;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 53px;
  font-weight: 300;
  line-height: 52px;
  position: relative;
}

.text-label-2 {
  opacity: 1;
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 19px;
  display: block;
}

.buyersguide-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: baseline;
  background-color: #000;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  margin-top: 15px;
  margin-left: auto;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

.buyersguide-2.leftalign {
  margin-left: 0;
}

.div-block-195 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2024-11-29-at-4.18.50-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 5%;
}

.div-block-195.lefttoright {
  background-image: none;
  padding-top: 0%;
}

.content16-headline-wrap {
  margin-bottom: 36px;
}

.content16-headline-wrap.rightaligned {
  text-align: right;
}

.text-span-11 {
  font-size: 38px;
  font-weight: 100;
  line-height: 20px;
}

.section-29 {
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 5% 36px;
}

.size1-text-3 {
  color: #fff;
  text-align: center;
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Italiana, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 50px;
}

.size1-text-3.rightaligned {
  text-align: right;
}

.size1-text-3.leftaligned {
  text-align: left;
  font-size: 55px;
}

.size1-text-3.leftaligned.blacktext {
  color: #000;
}

.size1-text-3.leftaligned.blacktext.paddingbottom {
  margin-bottom: 64px;
}

.size1-text-3.leftaligned.blacktext.paddingbottom.whitetext {
  color: #fff;
}

.size1-text-3.leftaligned.blacktext.centeredtext {
  text-align: center;
}

.size1-text-3.leftaligned.blacktext.nopaddingbottom {
  margin-top: 0;
}

.size1-text-3.nopadding {
  margin-top: 5px;
  margin-bottom: 0;
}

.size1-text-3.paddingbottom.blacktext.rightaligned {
  color: #000;
}

.compassexclusiveexplanations {
  background-image: linear-gradient(#00000080, #00000080), url('../images/24.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.content16-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  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;
  justify-content: stretch;
  place-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  display: grid;
}

.content16-grid.notagrid {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.content24-image {
  background-image: url('../images/pexels-reneterp-1358900.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 360px;
  margin-top: 67px;
}

.paragraph-70 {
  opacity: 1;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 25px;
}

.div-block-196 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.content24-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 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;
  display: grid;
}

.container-42 {
  max-width: 100%;
}

.kutup-max-w-width-640px-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 0%;
  display: block;
}

.kutup-max-w-width-640px-2.nopadding {
  padding-bottom: 5%;
}

.kutup-max-w-width-640px-2.nopadding._0padding {
  padding-top: 2%;
  padding-bottom: 2%;
}

.heading-51 {
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 19px;
}

.heading-51.black {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-51.blacktext {
  color: #000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.combine-heading-style-h2-2 {
  text-transform: capitalize;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Italiana, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 50px;
}

.combine-heading-style-h2-2.black {
  text-transform: none;
  color: #000;
}

.communitiesinfo-2 {
  text-align: center;
  border-left: .5px #fff;
  align-self: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.communitiesinfo-2.leftborderline {
  border-left: .5px solid #fff;
}

.communitiesinfo-2.bordertop {
  border-top: .5px solid #fff;
}

.div-block-197 {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.featuredcommunitiescontainer-2._2ndblock {
  border-top: .5px #fff;
  margin-top: 0%;
}

.featuredcommunitiescontainer-2.fullwidthbg {
  background-image: linear-gradient(#00000080, #00000080);
  border-top: .5px #fff;
}

.paragraph-71 {
  opacity: 1;
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 18px;
  line-height: 27px;
}

.paragraph-71.leftaligned {
  text-align: left;
}

.image-28 {
  max-width: 350px;
}

.image-28.smallcompasslogo {
  max-width: 150px;
}

.communitiesctablock-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin-top: 3%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.propertyaddress-3 {
  color: #fff;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 34px;
}

.container-54 {
  max-width: 100%;
}

.kutup-max-w-width-640px-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 0%;
  display: block;
}

.kutup-max-w-width-640px-3.nopadding {
  padding-bottom: 5%;
}

.kutup-max-w-width-640px-3.nopadding._0padding {
  padding-top: 2%;
  padding-bottom: 0%;
}

.cta8-form {
  grid-column-gap: 36px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 0;
  display: grid;
}

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

.success-message-2 {
  color: #12b878;
  text-align: center;
  text-transform: uppercase;
  background-color: #12b8781a;
  border-bottom: 3px solid #12b878;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.section-30 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 36px;
}

.cta8-form-wrap {
  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;
}

.cta8-form-wrap.contact-form {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cta8-form-wrap.contact-form._5array {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.button-18 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 200;
  line-height: 20px;
}

.button-18.borderbtnwhite {
  border: .5px solid #fff;
}

.text-field {
  border-style: none;
  border-width: 1px 0 2px 1px;
  border-color: black black var(--waves-library--white);
  color: #fff;
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.text-field:hover {
  background-color: #fff0;
}

.text-field:active {
  color: #fff0;
  background-color: #ececec00;
}

.text-field:focus {
  color: #18181d;
  background-color: #ececec00;
}

.borderbottomfield {
  color: #fff;
  border-bottom: .5px solid #fff;
}

.cta8-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  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;
  display: grid;
}

.error-message-2 {
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: #db4b680d;
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slide-4 {
  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-4.slidee {
  background-image: url('../images/Screenshot-2025-06-03-at-7.06.32-PM.webp');
}

.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-06-03-at-7.16.32-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

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

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

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

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

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

.propertylocationblock {
  display: flex;
}

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

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

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

.cell-12: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;
}

.primaryfeatureblock {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  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;
}

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

.sectionpropertytemplate {
  height: 100%;
}

.div-block-199 {
  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;
}

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

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

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

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

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

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

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

.heroblock {
  height: 100%;
}

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

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

.heading-53 {
  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-10 {
  border-bottom: .5px solid #000;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}

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

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

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

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

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

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

.primaryfeaturevalue {
  color: #000;
  text-align: right;
  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;
}

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

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

.slide-2 {
  background-image: url('../images/Screenshot-2025-03-01-at-8.58.57-AM.webp');
  background-position: 50%;
  background-size: cover;
}

.heading-54 {
  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-54.leftaligned {
  justify-content: flex-start;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.slide-3.slideonpreview.slidea {
  background-image: url('../images/Screenshot-2025-06-03-at-7.16.23-PM.webp');
}

.slide-3.slideonpreview.slidea.prop1 {
  background-image: url('../images/Screenshot-2025-06-03-at-7.01.00-PM.webp');
  background-position: 50%;
}

.slide-3.slideonpreview.slideb {
  background-image: url('../images/Screenshot-2025-06-03-at-7.16.32-PM.webp');
}

.slide-3.slideonpreview.slideb.prop2 {
  background-image: url('../images/Screenshot-2025-06-03-at-7.06.40-PM.webp');
  background-position: 50%;
}

.slide-3.slideonpreview.slidec {
  background-image: url('../images/Screenshot-2025-06-03-at-7.16.35-PM.webp');
}

.slide-3.slideonpreview.slidec.prop3 {
  background-image: url('../images/Screenshot-2025-06-03-at-7.06.32-PM.webp');
  background-position: 50%;
}

.slide-3.slideonpreview.slided {
  background-image: url('../images/Screenshot-2025-06-03-at-7.16.35-PM.webp');
}

.slide-3.slideonpreview.slided.prop4 {
  background-image: url('../images/Screenshot-2025-06-03-at-7.06.29-PM.webp');
  background-position: 50%;
}

.propertyaddress-4 {
  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;
}

.div-block-201 {
  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;
}

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

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

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

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

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

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

.cell-24.alignitems {
  align-items: flex-start;
}

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

.moredetailsblock {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Screenshot-2025-06-03-at-7.16.17-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

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

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

.rightalign.alignitems {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.primaryfeaturelabel {
  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.inlinedisplay {
  text-align: left;
  margin-right: 0;
  padding-bottom: 15px;
  display: block;
}

.primaryfeaturelabel.whitetext {
  color: #fff;
}

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

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

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

.button-label {
  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:hover {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

.text-label {
  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;
}

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

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

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

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

.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 {
  text-align: center;
  margin-top: 0;
}

.listingsbtn.blackbutton {
  color: #fff;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.propertycity {
  color: #fff;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.propertycity.blacktext {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
}

.propertycity.blacktext.centeredtext {
  text-align: center;
}

.content18-image1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/33.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 310px;
  display: flex;
}

.content18-image1.reviewbg1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/24.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.content18-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content18-images-grid {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sectioncompassconciergeheadline {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
}

.content18-headline-wrap {
  margin-bottom: 36px;
}

.content18-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  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: 0%;
  display: grid;
}

.content18-image3 {
  background-image: url('../images/30.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 460px;
  display: flex;
}

.content18-image3.reviewbg2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/31.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.content18-image2 {
  background-image: url('../images/13.webp');
  background-position: 50%;
  background-size: cover;
  height: 260px;
}

.centeredtextblock {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.easy {
  background-image: linear-gradient(#00000040, #00000040), url('../images/private-exclusive2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  height: 30vh;
  display: flex;
}

.easy:hover {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/41.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.smart {
  background-image: linear-gradient(#00000040, #00000040), url('../images/1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  height: 30vh;
  display: flex;
}

.smart:hover {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.paragraph-73 {
  color: #fff;
  text-align: center;
  letter-spacing: 7px;
  width: 75%;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-73.blacktext {
  color: #000;
  text-transform: uppercase;
}

.paragraph-73.blacktext.fullwidth {
  color: #fff;
  width: 90%;
}

.paragraph-73.headlineaboutdescription {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.paragraph-73.headlineaboutdescription.herosubtitle {
  text-align: left;
  margin-left: 0;
}

.paragraph-73.headlineaboutdescription.herosubtitle.subtitle-blue {
  color: #4e8999;
}

.paragraph-73.headlineaboutdescription.herosubtitle.subtitle-blue.centeredtext {
  color: #fff;
  text-align: center;
  margin-left: auto;
}

.paragraph-74 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}

.transparent {
  background-image: linear-gradient(#00000040, #00000040), url('../images/32.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  height: 30vh;
  display: flex;
}

.transparent:hover {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/32.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.fast {
  background-image: linear-gradient(#00000040, #00000040), url('../images/2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 25%;
  min-width: 25%;
  max-width: 25%;
  height: 30vh;
  display: flex;
}

.fast:hover {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.container-60 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.heading-56 {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 400;
  display: flex;
}

.content6-headline-wrap {
  text-align: center;
  background-color: #4e8999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 10%;
  display: none;
}

.propertyaddressvalue {
  color: #fff;
  text-transform: capitalize;
  font-size: 55px;
  font-weight: 400;
  line-height: 50px;
}

.propertyaddressvalue.blacktext {
  color: #fff;
  margin-bottom: 40px;
}

.content21-image {
  background-image: url('../images/29.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  min-height: 582px;
}

.item-overlay {
  z-index: 30;
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(#18181d1a, #18181d1a);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.item-overlay:hover {
  background-image: linear-gradient(#000000bf, #000000bf);
}

.paragraph-75 {
  color: #fff;
  text-align: center;
  letter-spacing: 7px;
  width: 75%;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-75.headlineaboutdescription {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.paragraph-75.headlineaboutdescription.white.black {
  color: #000;
  font-weight: 300;
}

.paragraph-76 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}

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

.sectioneligibility {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-top: 50px;
  padding-left: 36px;
  padding-right: 36px;
}

.deco-dot-2 {
  background-color: #000;
  flex: none;
  width: 12px;
  height: 6px;
  margin-top: 7px;
  margin-right: 30px;
}

.content21-content-wrap {
  margin-top: 40px;
  padding-right: 0;
}

.content21-content-wrap.content21-rght-column {
  padding-left: 0;
  padding-right: 0;
}

.content21-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  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: 5%;
  display: grid;
}

.button-small-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

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

.button-small-2.white-small {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #000;
  border-radius: 0;
  justify-content: center;
  line-height: 20px;
}

.centralsectionheadline {
  border-bottom: .5px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.heading-57 {
  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-57.name {
  position: static;
}

.heading-57.name.black {
  color: #000;
  text-align: center;
  margin-left: auto;
  padding-left: 0;
}

.text-block-25 {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 200;
}

.image-wrap {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.bold-text-4 {
  text-decoration: underline;
}

.content21-item-wrap {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.leftfulllinedividier {
  background-color: #000;
  width: 30%;
  height: 1px;
}

.leftfulllinedividier.fullline {
  background-color: #000;
  width: 80%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
}

.rightblock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: .5px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.centeredblock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: .5px #000;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.paragraph-77 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}

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

.paragraph-77.blacktext.centeredtext {
  text-align: center;
  padding-top: 10px;
}

.global {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7vw;
  font-weight: 400;
  line-height: 90%;
}

.global.blacktext {
  color: #000;
  -webkit-text-stroke-color: #000;
  font-family: Italiana, sans-serif;
}

.global.leftalign {
  text-align: left;
}

.leftblock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-right: .5px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.sectionstatistics {
  margin-top: 5%;
}

.container-61 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.hero7-bottom-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 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;
  display: grid;
  position: relative;
}

.div-block-3286 {
  padding-top: 3vw;
}

.paragraph-78 {
  color: #fff;
  text-align: center;
  letter-spacing: 7px;
  width: 75%;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-78.headlineaboutdescription {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.paragraph-78.headlineaboutdescription.herosubtitle {
  text-align: left;
  margin-left: 0;
}

.paragraph-78.headlineaboutdescription.herosubtitle.blacktext {
  text-align: left;
  margin-left: 0;
  font-size: 16px;
}

.paragraph-78.headlineaboutdescription.herosubtitle.blacktext.centeredtext {
  text-align: center;
  margin-left: auto;
}

.paragraph-79 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}

.paragraph-79.leftalign {
  text-align: left;
  font-size: 16px;
}

.image-33 {
  width: 200px;
  min-width: 200px;
  max-width: 100%;
}

.hero7-product-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  display: flex;
}

.sectionhowitworks {
  padding-top: 75px;
}

.hero7-background {
  background-image: linear-gradient(#18181d80, #18181d80), url('../images/4.webp');
  background-position: 0 0, 50% 30%;
  background-size: auto, cover;
  min-height: 640px;
  padding-left: 36px;
  padding-right: 0;
  display: flex;
}

.hero7-bottom-title {
  color: #fff;
  flex-direction: column;
  padding-bottom: 67px;
  padding-right: 123px;
  display: flex;
}

.hero7-bottom-title.leftalign {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-right: 10px;
}

.compare-divider-icon {
  width: 40%;
}

.paragraph-80 {
  color: #fff;
  text-align: center;
  letter-spacing: 7px;
  width: 75%;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph-80.headlineaboutdescription {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.paragraph-80.headlineaboutdescription.leftalign {
  text-align: left;
  width: 90%;
  margin-left: 0;
}

.paragraph-80.headlineaboutdescription.leftalign.blacktext {
  text-align: center;
  margin-left: auto;
}

.compare-divider-circle-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.compare-after-media {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.compare-before-media {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 0% 0%;
  overflow: clip;
}

.page-padding-3 {
  padding-left: 10rem;
  padding-right: 10rem;
}

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

.compare-after-wrapper {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.compare-divider-circle {
  background-color: #fff;
  border-radius: 999rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
  box-shadow: 0 1em 3em #00000063;
}

.compare-divider-wrapper {
  z-index: 1;
  background-color: #f1ebe7;
  justify-content: center;
  align-items: stretch;
  width: 6px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.diagonal-horizontal-wrapper {
  position: relative;
}

.sectionbeforeafter {
  padding-top: 5%;
}

.compare-before-inner {
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.compare-before-wrapper {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.compare-component {
  aspect-ratio: 16 / 9;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slidemainhero {
  background-image: linear-gradient(#00000080, #00000080), url('../images/slider-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.gettoknowmeheroslider {
  width: 100%;
  height: 100vh;
}

.featuredlistingheroslider {
  background-color: #ddd0;
  width: 100%;
  height: 100vh;
}

.featuredpasttransactionshero, .communitiesheroslider, .buyersguideheroslider {
  width: 100%;
  height: 100vh;
}

.compassprivateexclusiveheroslider {
  width: 100%;
  max-width: 100%;
  height: 100vh;
}

.compassconciergeheroslider {
  width: 100%;
  height: 100vh;
}

.successstoriesblock {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}

.cookie-preference-button_icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-left {
  color: #000;
  background-color: #000;
  transform: rotate(45deg);
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_button_text {
  color: #fff;
}

.cookie-modal_button_text.acceptance {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.cookie-modal_button_text.save-settings {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.cookie-modal_button_text.accept-cookies {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  text-decoration: underline;
}

.cookie-modal_button_text.cooke-settings {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  text-decoration: underline;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-preference-button_text {
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 400;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_component {
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 0;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-preference-button_flex {
  color: #262926;
  background-color: #fff;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-policy {
  z-index: 99999;
  display: none;
  position: relative;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_radio_description {
  text-transform: uppercase;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: .6rem;
  font-weight: 400;
}

.cookie-modal_radio_description.is--not-allowed {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .6rem;
  font-weight: 400;
}

.cookie-modal_styles {
  display: block;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  background-color: #000;
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_title {
  color: #000;
  text-transform: uppercase;
  margin-bottom: .1875em;
  font-family: Italiana, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  color: #000;
  text-transform: uppercase;
  font-family: Italiana, sans-serif;
  font-size: 1.5rem;
}

.cookie-modal_description {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .7rem;
  font-weight: 300;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-preference_component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-popup_component-2 {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-preference-button {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-modal_radio_label {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: .25rem;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  font-weight: 500;
}

.cookie-modal_radio_label.is--not-allowed {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  display: block;
  position: relative;
  overflow: auto;
}

.cookie-modal_button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  color: #fff;
  background-color: #fff;
  text-decoration: underline;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  color: #000;
  cursor: not-allowed;
  background-color: #000;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.recaptchascript {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  display: flex;
}

.mask-2 {
  background-image: linear-gradient(#0000, #0000);
  width: 100%;
}

.mask-2.masktestimonials {
  background-image: none;
  border-top: 1px solid #fff;
}

.slider-11 {
  background-color: #00000054;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 80%;
  min-width: 80%;
  height: 50%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-11.darksliderbg {
  background-image: linear-gradient(#000000b8, #000000b8), url('../images/sample4.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, contain;
  border-top: 1px solid #fff;
  width: 90%;
  min-width: 90%;
}

.heading-58 {
  color: #fff;
  letter-spacing: 7px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 30px;
  display: block;
}

.heading-58.centeredtext {
  text-align: center;
}

.div-block-3288 {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 50px;
  display: flex;
}

.div-block-3288.displayflex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-3288.displayflex.nobg {
  background-image: none;
}

.div-block-3289 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.heading-59 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.heading-59.centeredtext {
  text-align: center;
}

.div-block-3290 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: auto;
  min-height: auto;
  max-height: 100%;
  display: block;
}

.div-block-3290.nominheight {
  height: auto;
  min-height: auto;
  max-height: 100%;
}

.slide-nav-4 {
  left: 0;
}

.slide-44 {
  background-color: #fff0;
}

.slide-44.darker {
  background-image: linear-gradient(#00000080, #00000080);
}

.slide-44.darker.review1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/14.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.link-block-15, .link-block-16, .link-block-17 {
  text-decoration: none;
}

.recaptchacode {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.recaptchascript-2 {
  margin-left: auto;
  margin-right: auto;
}

.paragraph-81 {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  font-weight: 200;
  line-height: 15px;
}

.linecontainer-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  display: flex;
}

.contactdivcontainer {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-image: url('../images/filigran-white-logo_1.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 15%;
  margin-bottom: 5%;
  display: block;
  position: relative;
  top: auto;
}

.textarea {
  color: #fff;
  background-color: #fff0;
  padding-bottom: 150px;
}

.heading-60 {
  color: #fff;
  text-align: center;
  letter-spacing: 11px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.lastname-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.div-block-3276 {
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
}

.kutup-form-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2%;
  display: flex;
}

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

.headlinehero-4 {
  color: #fff;
  text-align: center;
  border-left: 0 #fff;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0%;
  font-family: Italiana, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: 9vh;
  display: block;
  position: static;
}

.container-62 {
  z-index: 99999999;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: auto;
}

.container-62.relativeheadline {
  margin-top: 0%;
  margin-bottom: 0;
  position: relative;
  top: auto;
}

.searchhomebtn {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  width: 100%;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

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

.searchhomebtn.followusbtn {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.searchhomebtn.followusbtn.contactkevinmcgovern {
  margin-left: auto;
  margin-right: auto;
}

.error-message-3 {
  color: #fff;
  text-align: center;
  background-color: #f71818;
  border-radius: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
}

.ctasblock-3 {
  z-index: 9999;
  width: 90%;
  margin: 0 auto 10%;
  padding-bottom: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.ctasblock-3.relativediv {
  margin-bottom: 0%;
  position: relative;
  inset: auto;
}

.link-block-18 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.kutup-request-form-2 {
  width: 80%;
  min-width: 80%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.list-item-5 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.form-3 {
  margin-top: 10%;
}

.image-25 {
  max-width: 70%;
}

.success-message-3 {
  color: #fff;
  background-color: #00963e;
  border-radius: 5px;
  font-size: 15px;
}

.list {
  justify-content: center;
  align-items: center;
  margin: 5% auto auto;
  padding-left: 0;
  display: flex;
}

.section-31 {
  background-color: #d30000;
}

.openeranimation {
  display: block;
}

.section-32 {
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contactinfodiv {
  border-bottom: .5px solid #fff;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
}

.contactformdiv {
  background-color: #fff;
  width: 95%;
  min-width: 95%;
  max-width: 95%;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
}

.contactinfoleft {
  border-bottom: .5px solid #3c2c2c;
  align-self: flex-start;
  width: 35%;
  min-width: 35%;
  max-width: 35%;
  margin-top: 0;
  margin-right: 40px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.div-block-3293 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.contactinforight {
  width: 65%;
  min-width: 65%;
  max-width: 65%;
}

.heading-61 {
  color: #fff;
  letter-spacing: 7px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.heading-61.blacktext {
  color: #000;
}

.heading-62 {
  color: #fff;
  font-family: Italiana, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.heading-62.blacktext {
  color: #000;
}

.heading-62.blacktext.spacinglineheight {
  line-height: 53px;
}

.heading-62.blacktext.spacinglineheight.rightaligned {
  text-align: right;
}

.div-block-3294 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 10%;
  display: flex;
}

.body-2 {
  height: 100%;
}

.paragraph-82 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.div-block-3295 {
  background-image: url('../images/bel-occhio-chandelier_r3_download.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

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

.newsletterblock {
  background-color: #fff;
}

.contactblock {
  background-color: #000;
}

.link-block-19, .link-block-20, .link-block-21 {
  text-decoration: none;
}

.tup-pic-1 {
  width: 4em;
}

.tup-icon-2 {
  width: 2em;
}

.tup-wrap-5 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  align-items: center;
  display: flex;
}

.tup-icon-1 {
  width: 5em;
}

.tup-wrap-1 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  display: flex;
}

.tup-section-1 {
  z-index: 99;
  background-color: #9b9ea5;
  background-image: linear-gradient(#fff9, #fff9), url('../images/pexels-perqued-13203192.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 5em;
  font-size: 1vw;
  display: block;
  position: relative;
  top: -200px;
}

.tup-paragraph-1 {
  color: #09132f;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.6em;
}

.tup-wrap-2 {
  display: flex;
}

.tup-wrap-2-1 {
  background-color: #000;
  border-radius: 8em;
  padding: 3.3em;
}

.tup-wrap-6 {
  flex-direction: column;
}

.tup-text-2 {
  color: #000;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
}

.tup-wrap-8 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  flex: 0 70%;
  padding-right: 7.4em;
  display: flex;
}

.tup-text-3 {
  color: var(--spark-library--black);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  font-family: Kenjo I, sans-serif;
  font-size: 15em;
  font-weight: 400;
  line-height: 1em;
}

.tup-wrap-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tup-container-1 {
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
}

.tup-text-1 {
  color: #000;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3em;
}

.tup-wrap-9 {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.tup-wrap-4 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.tup-wrap-7 {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.tup-wrap-1-1 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-63 {
  justify-content: center;
  align-items: center;
  max-width: 90%;
  display: flex;
}

.testimonialsdiv {
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: auto;
  left: auto;
}

.slide-45, .slide-46, .slide-47 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-48, .slide-49 {
  background-color: #c27e7e;
}

.slide-50, .slide-51 {
  background-color: #a55454;
}

.slide-52, .slide-53 {
  background-color: #471111;
}

.slide-54, .slide-55, .slide-56 {
  background-color: #180303;
}

.slide-57, .slide-58, .slide-59, .slide-60, .slide-61 {
  background-color: #130202;
}

.slide-62 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-63 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/sample7.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-63.slide2testimonials {
  background-image: linear-gradient(#00000080, #00000080), url('../images/14.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-33 {
  height: 10vh;
}

.review2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/34.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.review3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/21.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.slide3testimonials {
  background-image: linear-gradient(#00000080, #00000080), url('../images/21.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slide4testimonials {
  background-image: linear-gradient(#00000080, #00000080), url('../images/31.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slide5testimonials {
  background-image: linear-gradient(#00000080, #00000080), url('../images/15.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slide6testimonials {
  background-image: linear-gradient(#00000080, #00000080), url('../images/37.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slide7testimonials {
  background-image: linear-gradient(#00000080, #00000080), url('../images/39.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slide8testimonials {
  background-image: linear-gradient(#00000080, #00000080), url('../images/18.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slide9testimonials {
  background-image: linear-gradient(#00000080, #00000080), url('../images/private-exclusive-1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slide10testimonials {
  background-image: linear-gradient(#00000080, #00000080), url('../images/private-exclusive3.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.testimonials4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/31.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.testimonials6 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/15.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.testimonials7 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/37.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.testimonials8 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/18.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.testimonials9 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/private-exclusive-1.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.testimonials10 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/private-exclusive3.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.sectionleavemeareview {
  padding-bottom: 5%;
}

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

.div-block-3298.paddingbutton {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.is-text-link {
  color: #fff;
}

.block {
  background-color: #000;
  flex: 1;
  height: 100%;
  margin-right: -2px;
}

.block.part1 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/21.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.block.part2 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/21.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.block.part8 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/21.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.block-overlay {
  z-index: 2147483647;
  color: #736e6e;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  min-height: 100%;
  padding: 15em 5em;
  display: none;
  position: relative;
  top: 0;
  left: 0;
  overflow: visible;
}

.toggle-btn1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.nav-2 {
  width: 100%;
  padding: 1.5em 1em 2em;
}

.hero_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.block-menu-item {
  z-index: 2;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: .5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.block-menu-item:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-heyho-8134762.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.block-menu-item.menu1 {
  border-bottom: 1px solid #fff;
}

.block-menu-item.menu1:hover {
  background-image: linear-gradient(#00000080, #00000080);
}

.block-menu-item.menu2 {
  border-bottom: 1px solid #fff;
}

.block-menu-item.menu2:hover {
  background-image: linear-gradient(#00000080, #00000080);
}

.block-menu-item.menu3 {
  border-bottom: 1px solid #fff;
}

.block-menu-item.menu3:hover {
  background-image: linear-gradient(#00000080, #00000080);
}

.block-menu-item.menu4 {
  border-bottom: 1px solid #fff;
}

.block-menu-item.menu4:hover, .block-menu-item.menu4.menu10:hover {
  background-image: linear-gradient(#00000080, #00000080);
}

.block-menu-item.menu5 {
  border-bottom: 1px solid #fff;
}

.block-menu-item.menu5:hover {
  background-image: linear-gradient(#00000080, #00000080);
}

.block-menu-item.menu6 {
  border-bottom: 1px solid #fff;
}

.block-menu-item.menu6:hover {
  background-image: linear-gradient(#00000080, #00000080);
}

.block-menu-item.menu7 {
  border-bottom: 1px solid #fff;
}

.block-menu-item.menu7:hover {
  background-image: linear-gradient(#00000080, #00000080);
}

.block-menu-item.menu8 {
  border-bottom: 1px solid #fff;
  display: block;
}

.block-menu-item.menu8:hover {
  background-image: linear-gradient(#00000080, #00000080);
}

.block-menu-item.menu8.active-listings-menu {
  display: none;
}

.block-item-year {
  text-transform: uppercase;
  flex: .5;
  font-size: .8em;
}

.text-color-light {
  color: #fff;
}

.block-menu-title {
  z-index: 2;
  text-transform: uppercase;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.container-64 {
  width: 95%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.block-item-link {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  font-size: .8em;
  text-decoration: none;
}

.block-item-text-wrap {
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.burger {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff0;
  border: none;
  border-radius: 100%;
  outline: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 1.5em 2em;
  display: flex;
}

.nav_text {
  color: #f0eee5;
}

.nav_text.text-color-dark {
  color: #141414;
}

.section_intro {
  z-index: -1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.block-item-name {
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  flex: 3;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  position: relative;
}

.block-item-text {
  color: #fff;
  text-align: left;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: 0%;
}

.main-wrapper-2 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.overlay-bg {
  pointer-events: none;
  background-color: #000;
  flex-flow: column;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.image-34 {
  max-width: 300px;
  position: relative;
  top: 5%;
}

.button-19 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: .5px solid #fff;
  padding: 15px 45px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.toggle-btn1-2 {
  justify-content: flex-end;
  display: flex;
}

.nav-3 {
  width: 100%;
  padding: 1.5em 1em 2em;
}

.hero_component-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.burger-2 {
  background-color: #ffffff40;
  border: none;
  border-radius: .25em;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 20px;
  padding: 1.5em 2em;
  display: flex;
}

.nav_content-2 {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.main-wrapper-3 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.toggle-btn1-3 {
  justify-content: flex-end;
  display: flex;
}

.nav-4 {
  width: 100%;
  padding: 1.5em 1em 2em;
}

.hero_component-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.main-wrapper-4 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.toggle-btn1-4 {
  justify-content: flex-end;
  display: flex;
}

.nav-5 {
  width: 100%;
  padding: 1.5em 1em 2em;
}

.hero_component-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.main-wrapper-5 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.body-3 {
  background-color: #000;
}

.toggle-btn {
  margin-left: auto;
}

.div-block-3299 {
  position: absolute;
  inset: 0% 0% auto;
}

.mavbarmenu {
  z-index: 999999;
  aspect-ratio: auto;
  max-height: 200vh;
  display: block;
  position: static;
  inset: 0% 0% auto;
  overflow: auto;
}

.lisatozerlogo {
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-35 {
  max-width: 250px;
}

.menusection {
  color: #fff;
  font-family: Italiana, sans-serif;
  font-weight: 300;
}

.text-block-26 {
  color: #fff;
  font-family: Italiana, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.text-block-27 {
  font-family: Montserrat, sans-serif;
  font-size: 2em;
  text-decoration: underline;
}

.image-36 {
  max-width: 300px;
  padding-bottom: 5px;
}

.compassmenulogo {
  max-width: 300px;
  padding-top: 0;
  padding-bottom: 5px;
}

.link-block-22, .link-block-23, .link-block-24, .link-block-25 {
  text-decoration: none;
}

.div-block-3300 {
  z-index: 2147483647;
  background-image: linear-gradient(#ee0c0c80, #ee0c0c80);
  position: relative;
}

.logo-middle {
  mix-blend-mode: difference;
  width: 11em;
}

.grid_item {
  width: 100%;
  padding: 1.5em;
}

.grid_item.footer-copywriting {
  justify-content: space-between;
  align-items: center;
  height: 13em;
  padding: 2em 0 0;
  display: flex;
}

.grid_item.subscribe-heading {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5em;
  display: flex;
}

.grid_item.contact-social {
  flex-direction: column;
  width: 30%;
  padding: 0;
  display: flex;
}

.grid_item.subscribe-form {
  justify-content: center;
  align-items: center;
  padding-top: 3.5em;
  padding-left: 10em;
  padding-right: 10em;
  display: flex;
}

.grid_item.text-links {
  border-right: 2px solid #ebeaea;
  align-items: baseline;
  width: 70%;
  padding: 6.25em 2em 4.28em;
  display: flex;
}

.social-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-right: 0;
  display: flex;
}

.text-link-footer {
  color: #fff;
  text-align: left;
  letter-spacing: 6px;
  text-transform: uppercase;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.contact-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.5em;
  display: flex;
  overflow: hidden;
}

.text-field-3 {
  z-index: 0;
  color: #cacbcb;
  letter-spacing: .2em;
  background-color: #fff0;
  border: 2px solid #ebeaea;
  border-radius: .8em;
  width: 25em;
  height: 5em;
  margin-bottom: 0;
  padding: .3em 0 0 2.1em;
  font-size: 1vw;
  line-height: 1.3;
  position: relative;
}

.text-field-3::placeholder {
  color: #cacbcb;
  font-size: .8em;
}

.gdpr-text-wrapper {
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.social-icon {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: center;
  width: 40px;
  padding-right: 0;
  display: block;
}

.grid.footer-text-contact {
  background-image: url('../images/filigran-white-logo.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
}

.submit-button-2 {
  color: #7e7e7e;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #ebeaea;
  border-radius: .8em;
  height: 5em;
  padding: .3em 2em 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link {
  text-align: left;
  align-self: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
  text-decoration: none;
  overflow: visible;
}

.contact-text {
  color: #fff;
  letter-spacing: 6px;
  text-transform: uppercase;
  padding-top: .31em;
  padding-bottom: .31em;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 19px;
}

.form-4 {
  position: static;
}

.container-65 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
}

.container-65.footer {
  border-top: 2px solid #ebeaea;
  border-bottom: 2px solid #ebeaea;
  width: auto;
  margin-top: 5em;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-65.footer-copywriting {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 5.21em;
  padding-right: 5.21em;
}

.text-link_wrapper {
  display: flex;
}

.text-link_wrapper.column-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-left: 2em;
  display: flex;
}

.text-link_wrapper.column-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  padding-left: 2rem;
  display: flex;
}

.form-block {
  width: 44em;
  position: relative;
}

.text-info-final {
  color: #fff;
  text-align: center;
  letter-spacing: .5em;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Syncopate, sans-serif;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.5;
}

.contact-social {
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
}

.contact-social.column-1-vertical {
  border-bottom: 2px solid #ebeaea;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 2em 0;
  display: flex;
}

.contact-social.column-2-vertical {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 50%;
  padding: 0 5.21em 0 6.93em;
  display: flex;
}

.heading-footer {
  text-align: center;
  letter-spacing: .1em;
  white-space: nowrap;
  flex-direction: column;
  font-size: 4em;
  line-height: 1.2;
  display: flex;
}

.wrapper-text-final {
  overflow: hidden;
}

.text-gdpr {
  color: #9c9c9c;
  letter-spacing: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.5;
}

.footer {
  background-color: #000;
  background-image: linear-gradient(#000000b5, #000000b5), url('../images/3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.certifications {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.certificationdivider {
  border-top: 0 solid #000;
  border-right: 0 solid #fff;
  width: 100%;
  min-width: auto;
  max-width: 100%;
}

.certificationdivider.topbordercertifications {
  border-top-color: #fff;
  padding-top: 20px;
}

.div-block-3301 {
  grid-column-gap: 15%;
  grid-row-gap: 15%;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-3302 {
  grid-column-gap: 15%;
  grid-row-gap: 15%;
  border-top: .5px solid #fff;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sectionmarketingapproachintro {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.container-66 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0 2vw;
  display: flex;
}

.leftblockmarketingstrategy {
  align-self: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  padding-right: 5%;
}

.rightblockmarketingstrategy {
  align-self: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.image-37 {
  display: block;
}

.stepperimage {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.container-67 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.container-67.centeredtext {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/32.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.div-block-3303 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/37.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 5vh;
  padding-top: 5vh;
}

.div-block-3303.compasscollectionbg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/39.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.image-38 {
  max-width: 250px;
  display: block;
}

.compasscomingsoon {
  max-width: 350px;
  margin-left: auto;
  padding-bottom: 5%;
  display: block;
}

.compassconcierge {
  max-width: 350px;
  padding-bottom: 5%;
}

.sectioncompassreferral.paddingtop {
  padding-top: 5%;
}

.container-68 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 5vh;
  display: flex;
}

.referralleft {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 50vh;
}

.referralright {
  background-image: url('../images/Screenshot-2025-01-03-at-2.54.29-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60%;
  min-width: 60%;
  max-width: 60%;
  height: 50vh;
  padding-top: 0;
}

.container-69 {
  z-index: 9;
  background-color: #000000a3;
  border: .5px solid #fff;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
}

.container-70 {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#000, #000);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 5%;
  margin-bottom: 10%;
  padding-top: 5vh;
  padding-bottom: 15vh;
}

.container-70.lesspadding {
  padding-bottom: 5vh;
}

.container-70.lesspadding.nopaddingbottom {
  margin-bottom: 0%;
}

.container-70.lesspadding.nopaddingbottom.transparentblack {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000008c, #0000008c);
}

.div-block-3304 {
  border-left: .5px solid #fff;
}

.whatisitsection {
  background-color: #000;
}

.container-71 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

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

.organizecontainer.paddingtop {
  border-bottom: .5px solid #000;
  margin-top: 50px;
  padding-top: 0;
}

.organizecontainer.paddingtop.flex {
  border-bottom-width: 0;
}

.organizecontainer.borderbottom {
  border-top: .5px solid #000;
}

.organizecontainer.borderbottom.displayflex {
  flex-flow: column;
}

._50left {
  align-self: center;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: auto;
  min-height: auto;
  max-height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

._50left.center {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

._50left.center.nopaddingleft.nopaddingbottom {
  height: auto;
  min-height: auto;
  max-height: 100%;
  padding-left: 0;
}

._50left.center.nopaddingleft.nopaddingbottom.borderpadding {
  padding-left: 50px;
  padding-right: 50px;
}

._50right {
  background-image: url('../images/collaborate.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  height: 60vh;
  min-height: 60vh;
  max-height: 60vh;
}

._50right.organizebg {
  background-image: none;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

._50right.collaboratebg {
  background-image: url('../images/collaborate-png.webp');
  align-self: auto;
  height: auto;
  min-height: auto;
  max-height: 100%;
}

._50right.discussbg {
  background-image: none;
  height: auto;
  min-height: auto;
  max-height: 100%;
}

._50right.monitor {
  background-image: url('../images/monitor-img.webp');
  height: auto;
  min-height: auto;
  max-height: 100%;
}

._50right.videobg {
  background-image: none;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

._50right.videobg.center {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: 100%;
}

._50right.videobg.center.paddingbottom {
  margin-bottom: 50px;
}

.nextstepblock {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 50px;
}

.image-39 {
  width: 70px;
  min-width: 70px;
  max-width: 70px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.displayflex {
  background-image: linear-gradient(#000000d1, #000000d1), url('../images/1_HkNjYEVmTHFwpK6GtEnXVw.gif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 5%;
  display: flex;
}

.link-block-26, .link-block-27, .link-block-28, .link-block-29 {
  display: block;
}

.container-72 {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

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

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

.accordion-icon_horizontal-line {
  color: #fff;
  background-color: #fff;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-faq04_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-faq04_heading {
  color: #fff;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-faq04_icon-wrapper {
  color: #7f56d9;
}

.uui-faq04_component {
  margin-top: 4rem;
}

.uui-text-size-medium {
  color: #fff;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-faq04_answer {
  overflow: hidden;
}

.container-11 {
  max-width: 100%;
  height: auto;
  line-height: 20px;
}

.container-11.faq-small {
  background-color: #68343400;
  background-image: linear-gradient(#000000ba, #000000ba);
  padding-bottom: 40px;
}

.accordion-icon_vertical-line {
  background-color: #fff;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.heading-5 {
  color: #000;
  justify-content: center;
  width: 70%;
  height: 135px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 80px;
  line-height: 60px;
  display: block;
}

.heading-5.third {
  color: #fff;
  text-align: center;
  width: auto;
  font-size: 70px;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.heading-2 {
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  position: static;
  inset: auto 0 0%;
}

.heading-2.medium-header {
  color: #fff;
  justify-content: flex-end;
  padding-left: 20px;
  font-size: 48px;
  line-height: 55px;
}

.heading-2.medium-header.second {
  color: #000;
  line-height: 0;
  display: block;
}

.heading-2.medium-header.second.big {
  font-size: 80px;
  line-height: 60px;
}

.uui-padding-vertical-xhuge {
  padding-top: 0;
  padding-bottom: 0;
}

.accordion-icon_component {
  color: #fff;
  border: 2px #fff;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 14px;
  display: flex;
  position: relative;
}

.uui-faq04_layout {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.container-10 {
  background-color: #000;
  max-width: 100%;
  padding-top: 20px;
}

.container-10.faq-big {
  background-color: #fff;
}

.uui-faq04_accordion {
  border-bottom: 1px solid #eaecf0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.div-block-3305 {
  background-image: url('../images/vj-von-art-BP1Ze0qcp-c-unsplash.webp');
  background-position: 50%;
  background-size: cover;
}

.waves---mg-top-17 {
  margin-top: 16px;
}

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

.waves-image-rounded-24 {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
}

.waves---section-medium {
  padding-top: 0;
  padding-bottom: 0;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  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;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves-master-cta-3 {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.waves---grid-cta-3 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
}

.container-73 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/private-exclusive2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  max-width: 100%;
  margin-top: 5%;
  padding-top: 2%;
  padding-bottom: 2%;
}

.pagecontent {
  display: block;
}

.spark-container-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-3.spark-centered-content-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.spark-nav-link-2 {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link-2:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link-2.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link-2.spark-button {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link-2.spark-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-nav-link-2.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white);
}

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2.spark-primary-background-and-centered-content {
  background-color: var(--spark-library--background--interactive);
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  color: var(--spark-library--black);
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.spark-section-2.spark-dark-hero-background-image {
  background-image: linear-gradient(74.2deg, var(--waves-library--white), #0000), url('../images/compass-one-header.png');
  color: var(--spark-library--white);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 80vh;
}

.spark-button-2 {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button-2.spark-secondary-button {
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  color: var(--spark-library--foreground-interactive);
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2.spark-secondary-button:hover {
  background-color: var(--spark-library--light-steel-purple);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--light-steel-purple);
  color: var(--spark-library--foreground-interactive-hover);
}

.spark-nav-menu {
  align-items: center;
  display: flex;
}

.spark-brand-logo-2 {
  z-index: 2;
  padding-left: 0;
}

.spark-line-9 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-9.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-10 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-10.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button-2 {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button-2.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-line-11 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-11.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-square-menu-with-links {
  background-color: var(--spark-library--white);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  inset: 0% 0% auto;
}

.spark-square-menu-inner-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-2.spark-centered {
  grid-column-gap: 24px;
  justify-content: center;
}

.spark-flex-row-2.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row-2.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-sub-image {
  border-radius: 8px;
  width: 100%;
  display: block;
  position: relative;
}

.spark-lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.spark-lightbox:hover {
  opacity: 1;
}

.spark-absolute-watch-button {
  grid-column-gap: 16px;
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  display: flex;
  position: absolute;
  inset: 50% 0% 0%;
  transform: translate(0, -50%);
}

.spark-button-text {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-centered-content-2 {
  text-align: center;
}

.spark-max-width-730 {
  flex: none;
  max-width: 730px;
}

.spark-lightbox-button-2 {
  grid-column-gap: 16px;
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.spark-lightbox-button-2:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-lightbox-button-2.spark-white-button {
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive);
}

.spark-lightbox-button-2.spark-white-button:hover {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--background--interactive);
}

.spark-tiny-icon-2 {
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-74 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

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

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 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---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  background-image: linear-gradient(#000, #000);
  margin-top: 5%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---sides-heading-button {
  border-bottom: .5px solid #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---heading-2-no-margins-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves---grid-features-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves-wide-tile-features-7 {
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 410px;
  padding: 36px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves-inside-wide-feature-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 365px;
  display: flex;
  position: relative;
}

.waves-image-wide-feature-7 {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  width: 65%;
  max-height: 100%;
  margin-top: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.waves-vertical-tile-features-7 {
  grid-row-gap: 24px;
  background-color: var(--waves-library--dark-elevation);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 0;
  display: flex;
}

.waves-inside-tile-vertical-features-7 {
  z-index: 2;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.image-vertical-feature-7 {
  width: 100%;
}

.waves-tile-small-feature-7 {
  grid-row-gap: 16px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 10px;
  display: flex;
}

.div-block-3306 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3307 {
  width: 100%;
  padding-top: 10%;
}

.div-block-3308 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  overflow: visible;
}

.slide-64 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/newsletter-bg-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.slide-66 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/newsletter-bg-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-67 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/34.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.slide2.prop2 {
  background-image: linear-gradient(to bottom, null, null), url('../images/Screenshot-2025-06-03-at-7.06.20-PM.webp');
}

.slide2.prop2.prop33 {
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2025-06-03-at-7.06.32-PM.webp');
  background-position: 0 0, 50%;
}

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

.slide3.prop3 {
  background-image: linear-gradient(to bottom, null, null), url('../images/Screenshot-2025-06-03-at-7.06.36-PM.webp');
}

.slide3.prop3.prop44 {
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2025-06-03-at-7.06.20-PM.webp');
}

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

.slide4.prop4 {
  background-image: linear-gradient(to bottom, null, null), url('../images/Screenshot-2025-06-03-at-7.06.25-PM.webp');
}

.slide4.prop4.prop44 {
  background-image: linear-gradient(#0000, #0000), url('../images/Screenshot-2025-06-03-at-7.06.25-PM.webp');
}

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

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

.text-span-12, .text-span-13 {
  line-height: 4vw;
}

.link-block-31 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  text-decoration: none;
}

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

.mini2 {
  background-image: url('../images/Screenshot-2025-03-01-at-8.58.57-AM.webp');
  background-position: 50%;
  background-size: cover;
}

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

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

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

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

.div-block-3309 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .lynx-nav-button-3 {
    background-color: #000;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .lynx-nav-button-3:hover {
    color: #000;
    background-color: #fff;
    font-size: 14px;
  }

  .lynx-nav-link-3 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 200;
  }

  .lynx-nav-link-3:hover {
    color: #fff;
    font-weight: 400;
  }

  .lynx-nav-block-3 {
    max-width: 95%;
  }

  .lynx-navbar-3 {
    position: fixed;
    inset: 0% 0% auto;
  }

  .lynx-logo-3 {
    width: 250px;
    height: auto;
  }

  .sizejumbo-text.sizejumbo-full-clear {
    font-family: Montserrat, sans-serif;
    font-size: 80px;
    font-weight: 200;
    line-height: 75px;
  }

  .left-arrow-13, .right-arrow-13 {
    height: 50%;
  }

  .paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 45px;
    font-weight: 100;
  }

  .link-block-2 {
    width: 300px;
    height: 75px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero6-content {
    padding-top: 0;
  }

  .text-block-3 {
    font-size: 18px;
  }

  .image-3 {
    width: 50px;
  }

  .heading {
    line-height: 50px;
  }

  .paragraph-3 {
    margin-left: 5%;
  }

  .paragraph-3.blackcolor.leftaligned {
    margin-left: 0%;
  }

  .paragraph-3.centeredtext.fullparagraph.nomargintop {
    margin-top: 25px;
  }

  .paragraph-3.blacktext.nopaddingleft {
    margin-left: 0%;
  }

  .paragraph-3.blacktext.nopaddingleft.nopaddingbottom {
    margin-bottom: 0%;
  }

  .paragraph-3.nopaddingleft {
    margin-left: 0%;
  }

  .container-25 {
    background-repeat: repeat-y;
    background-size: auto;
    width: 100%;
    max-width: 100%;
    padding-left: 2px;
  }

  .container-19 {
    width: 80%;
    max-width: 80%;
  }

  .container-18 {
    height: 500px;
  }

  .heading-19.blacktext.paddingtopontext {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-146 {
    background-image: linear-gradient(#000000c7, #000000c7);
    width: 400px;
  }

  .div-block-147 {
    height: 500px;
    left: 120px;
  }

  .quick-stack-3 {
    padding-top: 70px;
  }

  .brix---header-nav-menu-list {
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---header-nav-list-item-middle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .readmorecta {
    right: 20%;
  }

  .combine-padding-global {
    background-image: linear-gradient(#00000080, #00000080), url('../images/newsletter-bg-1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .uui-text-size-small-2 {
    color: #fff;
  }

  .uui-text-size-small-2.text-color-gray500 {
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: .8rem;
    font-weight: 300;
  }

  .uui-footer08_bottom-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .uui-logo_logotype {
    max-width: 200px;
    padding-bottom: 0;
  }

  .combine-padding-global-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---header-right-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .brix---container-default {
    padding: 20px 25px;
  }

  .brix---header-nav-menu-list-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: center;
    align-items: center;
  }

  .buttontransparent.btntransparent.pinkbutton.centeredbutton.middlesizebtn {
    width: 50%;
  }

  .buttontransparent.btntransparent.pinkbutton.centeredbutton.largebtn {
    width: 70%;
  }

  .heading-37 {
    color: #4e8999;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 130px;
    line-height: 70px;
    position: relative;
    top: auto;
  }

  .container-5 {
    left: auto;
  }

  .text-align-center {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/filigran-black-logo.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .div-block-170 {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
  }

  .spacer-xl-start {
    padding-top: 2rem;
  }

  .section-after-intro-text {
    margin-top: 21vh;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .div-block-171 {
    justify-content: flex-start;
    align-items: center;
    width: 60%;
    min-width: 60%;
    max-width: 60%;
    display: flex;
  }

  .heading-39 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }

  .down-arrow {
    border-color: #4e8999;
    width: 50px;
  }

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

  .container-35 {
    flex-flow: row;
    width: 60%;
    min-width: 60%;
    max-width: 60%;
    display: flex;
  }

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

  .communitiesheadlines {
    color: #000;
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 200;
    line-height: 30px;
  }

  .heading-40 {
    color: #000;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    font-family: Italiana, sans-serif;
    font-size: 130px;
    line-height: 70px;
    position: relative;
    top: auto;
  }

  .container-36 {
    left: auto;
  }

  .div-block-173 {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
  }

  .div-block-174 {
    justify-content: flex-start;
    align-items: center;
    width: 60%;
    min-width: 60%;
    max-width: 60%;
    display: flex;
  }

  .heading-42 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }

  .container-37 {
    flex-flow: row;
    width: 60%;
    min-width: 60%;
    max-width: 60%;
    display: flex;
  }

  .col-2.bg-colour.pink {
    background-color: #ffffff91;
  }

  .heading-medium-4 {
    line-height: 55px;
  }

  .headlinehero-3 {
    line-height: 9vh;
  }

  .container-42, .container-54 {
    max-width: 95%;
  }

  .text-field {
    color: #fff;
  }

  .easy:hover {
    background-image: linear-gradient(#000000bf, #000000bf), url('../images/easy.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .smart:hover {
    background-image: linear-gradient(#000000bf, #000000bf), url('../images/smart.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .transparent:hover {
    background-image: linear-gradient(#000000bf, #000000bf), url('../images/transparent.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .fast:hover {
    background-image: linear-gradient(#000000bf, #000000bf), url('../images/fast.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .button-small-2.white-small {
    color: #fff;
    background-color: #c94592;
    border: 0 #c94592;
  }

  .text-block-25 {
    color: #fff;
    letter-spacing: 2px;
    line-height: 20px;
  }

  .page-padding-3 {
    padding-bottom: 0;
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .headlinehero-4 {
    line-height: 9vh;
  }

  .block-overlay {
    display: none;
  }

  ._50left.center.nopaddingleft {
    height: auto;
    min-height: auto;
    padding-left: 0;
  }

  ._50left.center.nopaddingleft.nopaddingbottom {
    padding-bottom: 50px;
  }

  .container-11 {
    background-color: #fff;
    line-height: 20px;
  }

  .heading-5 {
    margin-top: 0;
    line-height: 57px;
  }

  .heading-2.medium-header {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    line-height: 41px;
  }

  .heading-2.medium-header.second {
    line-height: 40px;
  }

  .heading-2.medium-header.second.big {
    margin-top: 0;
    line-height: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .lynx-nav-button-3 {
    background-color: #000;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .lynx-nav-button-3:hover {
    color: #000000de;
    background-color: #fff;
    font-size: 16px;
  }

  .lynx-nav-link-3 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 200;
  }

  .lynx-nav-link-3:hover {
    color: #fff;
    font-weight: 400;
  }

  .lynx-nav-block-3 {
    max-width: 95%;
  }

  .lynx-navbar-3 {
    position: fixed;
    inset: 0% 0% auto;
  }

  .lynx-logo-3 {
    width: 300px;
    height: auto;
  }

  .sizejumbo-text.sizejumbo-full-clear {
    font-size: 90px;
    line-height: 80px;
  }

  .left-arrow-13, .right-arrow-13 {
    height: 50%;
  }

  .paragraph-3.centeredtext.fullparagraph.nomargintop {
    margin-top: 25px;
  }

  .brix---header-nav-list-item-middle {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .kutup-section.contactsectionbg {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .headernavbar {
    z-index: 99999999;
  }

  .brix---dropdown-link-3:hover {
    font-weight: 500;
  }

  .text-align-center {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .container-small {
    min-width: 95%;
  }

  .heading-medium-4 {
    line-height: 60px;
  }

  .headlinehero-3 {
    line-height: 9vh;
  }

  .container-42 {
    max-width: 95%;
  }

  .kutup-max-w-width-640px-2.nopadding {
    padding-bottom: 10%;
  }

  .container-54 {
    max-width: 95%;
  }

  .kutup-max-w-width-640px-3.nopadding {
    padding-bottom: 10%;
  }

  .text-field {
    background-color: #fff0;
  }

  .cta1-grid {
    margin-left: 0;
  }

  .paragraph-73.headlineaboutdescription, .paragraph-75.headlineaboutdescription, .paragraph-78.headlineaboutdescription, .paragraph-80.headlineaboutdescription {
    width: 90%;
  }

  .page-padding-3 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .headlinehero-4 {
    line-height: 9vh;
  }

  .tup-section-1 {
    font-size: 14px;
  }

  .toggle-btn1 {
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
  }

  .nav-2 {
    padding-top: 1.1em;
    top: 0;
  }

  .hero_component {
    justify-content: center;
    align-items: center;
  }

  .main-wrapper-2 {
    top: 0%;
  }

  .heading-63 {
    margin-top: 100px;
  }

  .image-34 {
    max-width: 300px;
    position: relative;
    top: 5%;
  }
}

@media screen and (min-width: 1920px) {
  .lynx-nav-button-3 {
    background-color: #000;
    border-radius: 0;
    padding: 20px 40px;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
  }

  .lynx-nav-button-3:hover {
    color: #000;
    background-color: #fff;
    font-size: 24px;
  }

  .lynx-nav-link-3 {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 200;
  }

  .lynx-nav-link-3:hover {
    color: #fff;
    font-weight: 400;
  }

  .lynx-nav-block-3 {
    max-width: 95%;
  }

  .lynx-navbar-3 {
    position: fixed;
    inset: 0% 0% auto;
  }

  .lynx-logo-3 {
    width: 350px;
    height: auto;
  }

  .sizejumbo-text.sizejumbo-full-clear {
    width: 100%;
    font-size: 160px;
    line-height: 128px;
  }

  .left-arrow-13 {
    height: 50%;
  }

  .right-arrow-13 {
    height: 50%;
    top: 0;
  }

  .link-block-2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    top: 40px;
  }

  .text-block-3 {
    font-size: 23px;
  }

  .paragraph-3.blackcolor {
    font-size: 20px;
  }

  .paragraph-3.centeredtext.fullparagraph.nomargintop {
    margin-top: 25px;
  }

  .container-25 {
    background-position: 50%;
    background-size: cover;
  }

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

  .brix---header-right-col {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .page-intro-splitscreen-top {
    background-color: #fff;
  }

  .text-align-center {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .heading-medium-4 {
    line-height: 75px;
  }

  .content18-grid.fullwidth {
    max-width: 100%;
  }

  .slider-11 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-3288.nopadding {
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    display: flex;
  }

  .contactinfodiv {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    overflow: visible;
  }

  .newsletterblock {
    width: 95%;
    min-width: 95%;
    max-width: 95%;
  }

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

  .div-block-3297 {
    width: 100%;
  }

  .heading-5 {
    margin-top: 0;
  }

  .container-73 {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .homehero {
    min-width: 100%;
    max-width: 100%;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .spark-mega-menu-take-over {
    height: 100vh;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .spark-mega-nav-link {
    text-align: left;
    margin-bottom: 1rem;
  }

  .spark-take-over-menu {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-line-1.spark-simple-line {
    background-color: #fff;
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-mega-nav-link-list {
    grid-column-gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px;
    display: flex;
  }

  .spark-line-3.spark-simple-line {
    background-color: #fff;
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: #000;
  }

  .spark-line-2.spark-simple-line {
    background-color: #fff;
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-container-2.spark-flexed {
    flex-wrap: wrap;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-line-4.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-5.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-6.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button-right {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button-right.w--open {
    background-color: #0000;
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-full-nav-menu {
    background-color: var(--spark-library--white);
  }

  .spark-hamburger-menu-inner {
    padding: 0;
  }

  .navigationbar {
    padding: 0 32px;
  }

  .spark-take-over-menu-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-line-7.spark-simple-line {
    background-color: #fff;
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-8.spark-simple-line {
    background-color: #fff;
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .headlinehero.fullherotitle {
    width: 80%;
  }

  .slide-nav {
    display: none;
  }

  .ctasblock {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: auto;
    display: flex;
    left: auto;
    right: auto;
  }

  .lynx-menu-button-3 {
    color: #1f2022;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px #1f202233;
  }

  .lynx-menu-button-3.w--open {
    color: #fff;
    background-color: #000;
  }

  .lynx-nav-menu-3 {
    background-color: #000;
    padding: 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .lynx-nav-link-3:hover {
    color: #fff;
    font-weight: 400;
  }

  .lynx-nav-block-3 {
    align-self: auto;
    align-items: center;
  }

  .lynx-nav-3 {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .lynx-logo-3 {
    order: 0;
    align-self: center;
    width: 300px;
    height: auto;
    display: inline-flex;
  }

  .sizejumbo-text.sizejumbo-full-clear {
    font-family: Montserrat, sans-serif;
    font-weight: 200;
  }

  .right-arrow-13 {
    z-index: 1;
    top: 0;
  }

  .form {
    width: 100%;
    margin-bottom: 10px;
  }

  .paragraph {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 100;
  }

  .form-block-4 {
    flex-flow: column;
  }

  .ctascontainer {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-right: auto;
    display: flex;
  }

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

  .cta.call1 {
    width: 40%;
    font-size: 10px;
  }

  .cta.call2 {
    width: 40%;
  }

  .cta.call3 {
    width: 40%;
    padding-left: 10px;
    font-size: 9px;
  }

  .quick-stack {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .titlectas.title1, .titlectas.title2, .titlectas.title3 {
    display: none;
  }

  .div-block-134 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-135, .div-block-136 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .titlewithlines {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-137 {
    display: none;
  }

  .linecontainer {
    justify-content: center;
    align-items: center;
  }

  .lineleft, .lineright {
    width: 100px;
  }

  .paragraph-2 {
    line-height: 30px;
  }

  .spark-hold-circles {
    top: 66%;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading.leftalign {
    text-align: center;
    margin-left: auto;
  }

  .agentdescription {
    text-align: center;
    width: 90%;
    margin-left: auto;
  }

  .paragraph-3.blackcolor.rightaligned {
    display: none;
  }

  .paragraph-3.blackcolor.rightaligned.paragraphtablet {
    display: block;
  }

  .paragraph-3.centeredtext {
    font-size: 10px;
    line-height: 20px;
  }

  .div-block-138 {
    display: none;
  }

  .lisatozerinfoblock.blockdisplay.fullwidthblock {
    width: 100%;
  }

  .container-19 {
    width: 50%;
    max-width: 100%;
  }

  .heading-19 {
    font-weight: 400;
  }

  .buttoncomponent {
    text-align: center;
  }

  .paragraph-4 {
    margin-bottom: 30px;
    font-weight: 200;
    line-height: 30px;
  }

  .sectionpromotedlistings {
    display: none;
  }

  .home-hero-intro {
    text-align: left;
    margin-bottom: 140px;
  }

  .home-hero {
    height: auto;
    min-height: 93vh;
    max-height: 900px;
  }

  .hero-video-button {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 140px;
  }

  .xxl-heading {
    font-size: 54px;
  }

  .hero-slide-arrow {
    left: 101px;
    right: auto;
  }

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

  .video-hover-button {
    width: 120px;
    height: 120px;
  }

  .home-hero-content {
    grid-column-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr auto;
    padding-top: 140px;
    padding-left: 36px;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .container-29 {
    width: 95%;
    max-width: 95%;
  }

  .heading-25 {
    font-size: 1rem;
    line-height: 20px;
  }

  .paragraph-5 {
    font-size: 2rem;
    line-height: 30px;
  }

  .div-block-146 {
    display: none;
  }

  .div-block-147 {
    width: 300px;
    left: 50px;
  }

  .heading-26 {
    font-size: 1rem;
  }

  .quick-stack-3 {
    padding-top: 60px;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .readmorecta.listwith {
    right: 0%;
  }

  .divider.leftdivider {
    width: 100px;
  }

  .slider-background-wrapper {
    padding: 60px;
  }

  .slider-background-wrapper.hero-wrapper {
    height: auto;
    min-height: auto;
    padding-left: 60px;
  }

  .product-slider-arrow {
    bottom: 48px;
  }

  .product-slider-arrow.left {
    bottom: 120px;
    right: 0;
  }

  .heading-30 {
    color: #000;
    font-size: 1rem;
    line-height: 20px;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .paragraph-6 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

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

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .kutup-section {
    background-image: linear-gradient(#0000, #0000), url('../images/newsletter-bg.webp');
    background-position: 0 0, 50%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .kutup-section.contactsectionbg {
    background-image: linear-gradient(#00000080, #00000080), url('../images/21.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .combine-footer4_top-text.privacy {
    text-align: center;
  }

  .combine-form_input {
    min-width: 12rem;
  }

  .div-block-9 {
    margin-right: auto;
  }

  .combine-padding-global-2 {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#0000, #0000), url('../images/dark-compass-bg.webp');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat-x;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-footer4_grid {
    grid-template-columns: auto auto auto;
  }

  .combine-footer4_form {
    grid-template-columns: 1fr;
  }

  .sectionfooter {
    display: block;
  }

  .icon-embed-small {
    width: 1.5rem;
    height: 1.5rem;
  }

  .navbarmenu {
    display: block;
  }

  .nav_link-desc {
    display: none;
  }

  .brix---hamburger-menu-bar-bottom {
    background-color: #fff;
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-nav-menu-list-2 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---dropdown-column-wrapper-2 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-2.w--open {
    transform: none;
  }

  .nav_link.is-02 {
    background-image: url('../images/past-transactions-bg.webp');
    background-position: 50%;
    background-size: cover;
  }

  .nav_link.is-04, .nav_link.is-03 {
    background-image: url('../images/past-transactions-bg.webp');
    background-position: 0%;
    background-size: cover;
  }

  .nav_link.is-01 {
    background-image: url('../images/past-transactions-bg.webp');
    background-position: 100%;
    background-size: cover;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---hamburger-menu-bar-top {
    background-color: #fff;
    width: 44px;
    height: 3px;
  }

  .brix---mg-bottom-24px---0-on-tablet {
    margin-bottom: 0;
  }

  .brix---header-nav-list-item-middle-2 {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar_link-content {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 4vw;
  }

  .brix---dropdown-card-2 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .nav_component {
    background-image: url('../images/past-transactions-bg.webp');
    background-position: 50%;
    background-size: auto;
  }

  .ctasblock-2 {
    bottom: 5%;
  }

  .ctascontainer-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    display: flex;
  }

  .btntransparent.rightalignbutton.mediumsizebutton.centeredbutton.fullwidth {
    width: 100%;
  }

  .blackcolo.centeredtext.smallreviewtext {
    max-height: 25vh;
    overflow: auto;
  }

  .brix---dropdown-card-3 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-3.w--open {
    position: static;
  }

  .brix---dropdown-pd-3 {
    padding: 20px 0 14px;
  }

  .brix---header-nav-list-item-middle-3 {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .brix---dropdown-column-wrapper-3 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-3.w--open {
    transform: none;
  }

  .leftblocdescription {
    align-self: flex-start;
    width: 55%;
  }

  .rightblocdescription {
    width: 45%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .divimagebg {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .buttonlowdiv {
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .sectionlistings {
    flex-flow: column;
    display: block;
  }

  .featuredlistingscontainer {
    flex-flow: column;
  }

  .leftlistingblock.community5.budacommunity {
    background-image: linear-gradient(#00000080, #00000080), url('../images/buda.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .leftlistingblock.community1, .rightlistingblock.property8.viewmorehome {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .rightlistingblock.community6.barton-hills {
    background-image: linear-gradient(#00000080, #00000080), url('../images/barton-hills.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .rightlistingblock.community2 {
    border-left-style: none;
    border-left-width: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .splide__slide {
    width: 90%;
    min-width: 90%;
  }

  .cover-img.size {
    width: 61%;
  }

  .propertydiv {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
  }

  .propertypreview2 {
    flex-flow: column;
  }

  .scroll-grid-item {
    width: 48%;
    height: 50%;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .scroll-grid-item.is-large {
    width: 48%;
  }

  .scroll-grid-item.is-large.is-special {
    flex: 0 auto;
    order: 1;
    min-width: auto;
  }

  .page-intro-title-wrapper {
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
  }

  .spacer-sm-start.spacer-sm-end {
    margin-left: 0;
  }

  .padding-section-medium {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-xl-start {
    padding-top: 2rem;
  }

  .scroll-grid-sticky {
    height: 85vh;
    top: 7.5vh;
  }

  .card_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .scroll-grid-row.is-top {
    grid-column-gap: 2%;
    flex-wrap: wrap;
    align-items: flex-start;
    overflow: hidden;
  }

  .scroll-grid-row.is-bottom {
    grid-column-gap: 2%;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .heading-39 {
    margin-left: auto;
    margin-right: auto;
  }

  .headlinelocation {
    font-size: 2.5rem;
    line-height: 35px;
  }

  .container-small {
    width: 100%;
    max-width: 100%;
  }

  .page-padding {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .div-block-173 {
    flex-flow: column;
    display: flex;
  }

  .heading-42 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .communitiesctablock {
    flex-flow: column;
  }

  .heading-45.leftalign {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: Italiana, sans-serif;
  }

  .sticky-parent-2 {
    display: none;
  }

  .border-line.light {
    width: 28rem;
  }

  .num-ab.mobile-space {
    background-color: #ffffff94;
    font-size: 10rem;
    bottom: -3.2rem;
    right: 3rem;
  }

  .heading-50 {
    font-size: 6rem;
    line-height: 10vw;
  }

  .heading-50.headingpremarket {
    color: #0000008f;
    font-size: 6rem;
    display: none;
  }

  .text-sm.fade.text-white {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 25px;
  }

  .text-sm.fade.text-white.smallparagraph {
    font-size: 9px;
    line-height: 16px;
  }

  .col-2 {
    color: #4e8999;
    padding-bottom: 3rem;
    padding-left: 2rem;
  }

  .col-2.bg-colour {
    padding-left: 2rem;
  }

  .col-2.div-hide {
    color: #000;
    padding-top: 4rem;
  }

  .headlinehero-3 {
    font-weight: 400;
    line-height: 4vh;
  }

  .parent.pad-top {
    margin-left: auto;
    margin-right: auto;
  }

  .img-scroll.img-two {
    background-image: url('../images/pexels-reneterp-1358900.webp');
  }

  .img-scroll.img-two.height-img {
    background-image: url('../images/10.webp');
  }

  .img-scroll.img-two.height-img.ninth {
    background-image: url('../images/marketing-approach1.webp');
  }

  .img-scroll.img-two.height-img.tenth {
    background-image: url('../images/30.webp');
  }

  .img-scroll.img-two.height-img.eleventh {
    background-image: url('../images/13.webp');
    flex-flow: column;
  }

  .img-scroll.img-one {
    background-image: url('../images/pexels-maria-von-losch-3538711-5314129.webp');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    flex-flow: column;
  }

  .img-scroll.img-one.sseventh-pic {
    background-image: url('../images/11.webp');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .img-scroll.img-one.fourth-step {
    background-image: url('../images/pexels-heyho-6538903.webp');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .img-scroll.img-three {
    background-image: url('../images/slider-1_1.webp');
    background-position: 50%;
  }

  .img-scroll.img-three.fith-image {
    background-image: url('../images/5.webp');
  }

  .mobile-section {
    background-color: #000;
    display: block;
  }

  .content16-left-column {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .content24-quote {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

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

  .buyersguide-2.leftalign.centeredbtn {
    margin-left: auto;
    margin-right: auto;
  }

  .buyersguide-2.rightaligned.centeredaligned {
    margin-right: auto;
    display: block;
  }

  .section-29 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .size1-text-3.rightaligned, .size1-text-3.leftaligned {
    text-align: center;
  }

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

  .content16-grid.notagrid {
    direction: ltr;
    flex-flow: column-reverse wrap;
  }

  .content24-image {
    background-position: 50%;
    margin-top: 0;
    margin-bottom: 20px;
    display: none;
  }

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

  .div-block-196 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

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

  .kutup-max-w-width-640px-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .communitiesinfo-2.leftborderline {
    border-left-width: 0;
  }

  .featuredcommunitiescontainer-2 {
    flex-flow: column;
  }

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

  .kutup-max-w-width-640px-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .success-message-2 {
    max-width: 738px;
  }

  .section-30 {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .cta8-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .error-message-2 {
    max-width: 738px;
  }

  .div-block-198 {
    text-align: center;
    width: 90%;
    margin-left: auto;
  }

  .cell-14 {
    display: flex;
  }

  .paragraph-72 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .quick-stack-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-199 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .cell-13 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .button-small {
    display: block;
  }

  .button-small.viewonmapsbutton {
    display: none;
  }

  .heading-54.whitetext.leftaligned {
    justify-content: center;
    align-items: center;
  }

  .propertyaddress-4 {
    text-align: center;
    margin-bottom: 0;
  }

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

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

  .propertydescriptioncontainer {
    max-width: 100%;
  }

  .listingsbtn {
    text-align: center;
    display: block;
  }

  .sectioncompassconciergeheadline {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content18-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content18-grid.fullwidth {
    flex-flow: column;
    display: flex;
  }

  .content18-image3 {
    display: none;
  }

  .content21-image {
    background-position: 50% 0;
    min-height: 460px;
  }

  .sectioneligibility {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content21-content-wrap {
    margin-top: 20px;
    margin-bottom: -30px;
    padding-right: 0;
  }

  .content21-content-wrap.content21-rght-column {
    margin-top: 0;
    padding-left: 0;
  }

  .content21-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .heading-57.name.black {
    text-align: center;
  }

  .content21-item-wrap {
    text-align: left;
    margin-bottom: 20px;
  }

  .global {
    font-size: 9vw;
  }

  .hero7-bottom-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .div-block-3286 {
    text-align: center;
  }

  .hero7-product-wrap {
    color: #fff;
    background-color: #fff;
    margin-left: -24px;
    margin-right: -24px;
    padding: 24px;
  }

  .hero7-background {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero7-bottom-title {
    padding-top: 47px;
    padding-bottom: 37px;
    padding-right: 0;
  }

  .page-padding-3 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .slider-11 {
    width: 95%;
    min-width: 95%;
    height: 50%;
  }

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

  .div-block-3288 {
    flex-flow: column;
    padding-left: 0;
  }

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

  .headlinehero-4 {
    font-weight: 400;
    line-height: 4vh;
  }

  .ctasblock-3 {
    width: 100%;
  }

  .kutup-request-form-2, .form-3 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .form-3.smallform {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .list-item-6 {
    display: none;
  }

  .tup-section-1 {
    font-size: 1.3vw;
  }

  .grid_item.subscribe-heading {
    font-size: 1.5vw;
  }

  .grid_item.contact-social {
    border-top: 2px solid #ebeaea;
    border-bottom: 2px solid #ebeaea;
    flex-direction: row;
    align-items: baseline;
    width: 100%;
  }

  .grid_item.subscribe-form {
    font-size: 1vw;
  }

  .grid_item.text-links {
    border-right-style: none;
    width: 100%;
    padding-left: 20em;
    padding-right: 20em;
  }

  .page-wrapper-8 {
    width: 100%;
    overflow: hidden;
  }

  .text-link-footer {
    font-size: 1.2em;
  }

  .grid.footer-text-contact {
    flex-direction: column;
  }

  .contact-text {
    font-size: 1em;
  }

  .form-4, .container-65 {
    font-size: 1vw;
  }

  .container-65.footer {
    border-bottom-style: none;
  }

  .text-link_wrapper.column-2 {
    padding-left: 10em;
  }

  .text-link_wrapper.column-1 {
    justify-content: center;
    padding-left: 5em;
  }

  .form-block {
    width: 44em;
    font-size: 1vw;
  }

  .text-info-final {
    font-size: 1em;
  }

  .contact-social.column-1-vertical {
    border-bottom-style: none;
    border-right: 2px solid #ebeaea;
    width: 50%;
  }

  .contact-social.column-2-vertical {
    width: 50%;
  }

  .text-gdpr {
    font-size: 1em;
  }

  .certifications {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .certificationdivider {
    width: auto;
    min-width: auto;
    max-width: 100%;
  }

  .container-11 {
    background-color: #fff;
  }

  .heading-5 {
    width: 70%;
    font-size: 60px;
    line-height: 45px;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-faq04_layout {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-master-cta-3 {
    padding: 80px 64px;
  }

  .waves---grid-cta-3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .container-73 {
    display: none;
  }

  .spark-nav-link-2 {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link-2.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: var(--spark-library--white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-line-9.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-10.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button-2 {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button-2.w--open {
    background-color: #0000;
  }

  .spark-line-11.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-square-menu-with-links {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-square-menu-inner-2 {
    padding: 0;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .container-74 {
    max-width: 728px;
  }

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

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr 1fr;
  }

  .waves-wide-tile-features-7 {
    min-height: 330px;
  }

  .waves-inside-wide-feature-7 {
    max-width: 280px;
  }

  .link-block-31 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-mega-menu-take-over {
    min-height: auto;
    padding-bottom: 100px;
    overflow: scroll;
  }

  .spark-mega-nav-link {
    width: 48%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.6rem;
  }

  .spark-take-over-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-container-2, .spark-hold-card-links {
    width: 100%;
  }

  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-hamburger-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .navigationbar, .spark-take-over-menu-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .headlinehero {
    font-size: 4rem;
  }

  .sizejumbo-text {
    font-size: 34px;
    line-height: 42px;
  }

  .sizejumbo-text.sizejumbo-full-clear {
    padding-bottom: 20px;
    font-size: 50px;
    line-height: 45px;
  }

  .spark-big-circle {
    width: 20vw;
    height: 20vw;
  }

  .spark-hold-circles {
    top: 68%;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-centered {
    flex-direction: row;
  }

  .headlinetitle {
    margin-bottom: 32px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section p {
    font-size: 1.2rem;
    line-height: 25px;
  }

  .lisatozerinfoblock {
    width: 100%;
  }

  .buyersctas.longbuttonsblock {
    flex-flow: column;
  }

  .home-hero-intro {
    grid-row-gap: 24px;
    text-align: center;
    margin-bottom: 48px;
  }

  .home-hero {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .hero-video-button {
    margin-bottom: 48px;
  }

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

  .hero-slide-arrow {
    left: 36px;
  }

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

  .video-hover-button {
    width: 100px;
    height: 100px;
  }

  .home-hero-content {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .contactinfoblock {
    width: 80%;
  }

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

  .readmorecta {
    flex-flow: column;
  }

  .slider-background-wrapper {
    flex-direction: row;
    padding: 20px;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }

  .product-slider-arrow {
    width: 48px;
    height: 48px;
  }

  .product-slider-arrow.left {
    bottom: 108px;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-33 {
    font-family: Montserrat, sans-serif;
    font-weight: 200;
    line-height: 19px;
  }

  .kutup-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .combine-footer4_info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .combine-footer4_top-text, .combine-footer4_top-text.privacy {
    text-align: center;
  }

  .combine-form_input {
    min-width: 0;
  }

  .combine-footer4_top {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .combine-footer4_link {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .uui-footer08_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
  }

  .image-6 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .combine-footer4_title {
    text-align: center;
    align-self: center;
  }

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

  .div-block-9 {
    width: 95%;
  }

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

  .combine-footer4_grid {
    grid-template-columns: auto auto auto;
  }

  .icon-embed-small.hide-sm {
    display: none;
  }

  .brix---hamburger-menu-bar-bottom {
    background-color: #fff;
  }

  .buttontransparent.btntransparent.contactkellietop {
    display: none;
  }

  .brix---header-logo {
    max-width: 60%;
    margin-left: 0;
  }

  .brix---hamburger-menu-bar-top {
    background-color: #fff;
  }

  .navbar_link-content {
    font-size: 5vw;
  }

  .ctasblock-2 {
    bottom: 5%;
  }

  .descriptioncontainer {
    flex-flow: column;
  }

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

  .rightblocdescription {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 5%;
  }

  .page-intro-title-small {
    font-size: 2.6vw;
  }

  .page-intro-title-small.is-best-in-class {
    margin-left: 0;
  }

  .page-intro-title-small.is-made-in-webflow {
    margin-right: 0;
  }

  .page-intro-title {
    font-size: 13vw;
  }

  .page-intro-title.is-webdesign {
    margin-left: 0;
  }

  .page-intro-title.is-animation {
    flex: 1;
    margin-left: 0;
  }

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

  .heading-39 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
    line-height: 25px;
  }

  .page-intro-text-wrapper {
    margin-top: -4vh;
  }

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

  .heading-42 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
    line-height: 25px;
  }

  .border-line.light {
    width: 25rem;
  }

  .num-ab.mobile-space {
    font-size: 7rem;
  }

  .parent.pad-top {
    padding-right: 18rem;
  }

  .div-block-194 {
    flex-flow: row;
  }

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

  .content16-left-column {
    margin-bottom: 20px;
  }

  .content24-quote {
    font-size: 34px;
    line-height: 42px;
  }

  .content16-headline-wrap {
    margin-bottom: 26px;
  }

  .section-29 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .size1-text-3 {
    font-size: 34px;
    line-height: 42px;
  }

  .content16-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content24-image {
    background-position: 50%;
  }

  .content24-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

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

  .success-message-2 {
    width: 100%;
    max-width: none;
  }

  .section-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta8-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .error-message-2 {
    width: 100%;
    max-width: none;
  }

  .div-block-198 {
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    line-height: 20px;
  }

  .container-55.muirlands {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-199 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .cell-13 {
    display: flex;
  }

  .propertyaddress-4 {
    text-align: center;
    line-height: 6vw;
  }

  .cta1-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
    padding: 40px 20px;
  }

  .content18-image1 {
    height: 360px;
  }

  .content18-content-wrap {
    margin-bottom: 20px;
  }

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

  .content18-headline-wrap {
    margin-bottom: 26px;
  }

  .content18-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

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

  .content21-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .global {
    margin-top: 0;
    font-size: 9vw;
  }

  .hero7-bottom-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .hero7-product-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero7-background {
    padding-left: 0;
    padding-right: 0;
  }

  .hero7-bottom-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-preference-button_text {
    display: none;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton.is-sticky {
    top: -1rem;
  }

  .div-block-3288 {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .link-block-9 {
    display: none;
  }

  .tup-section-1 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.69vw;
  }

  .tup-wrap-8 {
    padding-right: 4.2em;
  }

  .block-overlay {
    padding: 15em 1em;
  }

  .uui-faq04_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-faq04_component {
    margin-top: 3rem;
  }

  .heading-5 {
    font-size: 50px;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-faq04_list.first-col {
    border-bottom: 1px solid #eaecf0;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-faq04_layout {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .spark-container-3 {
    width: 100%;
  }

  .spark-nav-link-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section-2.spark-dark-hero-background-image {
    background-image: linear-gradient(113deg, var(--spark-library--foreground-interactive-hover), var(--spark-library--border-default)), url('../images/image_1image.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-square-menu-with-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-square-menu-inner-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-centered {
    flex-direction: row;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row-2.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-lightbox {
    margin-top: 64px;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---grid-features-7 {
    grid-template-columns: 1fr;
  }

  .waves-wide-tile-features-7 {
    grid-row-gap: 30px;
    align-items: center;
    padding-bottom: 0;
  }

  .waves-inside-wide-feature-7 {
    text-align: center;
    align-items: center;
    max-width: 80%;
  }

  .waves-image-wide-feature-7 {
    width: auto;
    height: 320px;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .homehero {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    overflow: visible;
  }

  .homehero.herosection {
    height: 100vh;
  }

  .homehero.smallerhero {
    height: 50vh;
  }

  .spark-square-menu-inner {
    background-color: #fff0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-inner.spark-full-width-nav {
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .spark-mega-menu-take-over {
    height: 100vh;
    padding-top: 64px;
    overflow: scroll;
  }

  .spark-mega-nav-link {
    width: 100%;
    margin-bottom: .5rem;
  }

  .spark-take-over-menu {
    z-index: 2;
    background-color: #fff0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-13 {
    width: 200px;
  }

  .spark-simple-menu-button {
    border-style: none;
    width: 50px;
    height: 50px;
    padding-left: 0;
  }

  .spark-container-2.spark-flexed {
    padding-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-hold-card-links {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-hamburger-menu-inner {
    padding: 0;
  }

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

  .sectionhero {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .spark-take-over-menu-2 {
    z-index: 2;
    background-color: #fff0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-15 {
    width: 200px;
  }

  .container {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    display: block;
    inset: 20% 0% auto;
  }

  .headlinehero {
    font-size: 2.5rem;
    line-height: 30px;
  }

  .headlinehero.fullherotitle {
    text-align: center;
    width: 100%;
    font-size: 3rem;
  }

  .text-span.smallerherotitle {
    font-size: 1.8rem;
  }

  .ctasblock {
    width: 100%;
  }

  .lynx-nav-buttons-3 {
    display: none;
  }

  .lynx-nav-menu-3 {
    background-color: #000;
  }

  .lynx-nav-link-3:hover {
    color: #fff;
    font-weight: 400;
  }

  .lynx-logo-3 {
    width: 300px;
  }

  .sizejumbo-text.sizejumbo-full-clear {
    padding-bottom: 20px;
    font-size: 45px;
    line-height: 45px;
  }

  .left-arrow-13 {
    z-index: 99;
    display: none;
  }

  .hero6-text {
    overflow: visible;
  }

  .right-arrow-13 {
    z-index: 99;
    display: none;
  }

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

  .link-block-2 {
    width: 140px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero6-content {
    padding-top: 20px;
  }

  .div-block-133, .form-block-4 {
    flex-flow: column;
    display: block;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .div-block-131 {
    flex-flow: column;
    width: 90%;
    display: block;
  }

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

  .cta.call1 {
    width: 100%;
  }

  .cta.call2, .cta.call3 {
    width: 100%;
    padding: 5px;
  }

  .quick-stack {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .titlectas.title1, .titlectas.title2, .titlectas.title3 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .lineleft, .lineright {
    width: 15%;
    top: 35%;
  }

  .paragraph-2 {
    letter-spacing: 4px;
    width: 100%;
    font-size: .7rem;
    line-height: 18px;
  }

  .sectionwelcomeheadline {
    margin-bottom: 0%;
    display: block;
  }

  .welcomebg {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .spark-hold-circles {
    top: 82%;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-centered {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    align-items: center;
  }

  .spark-flex-row.spark-centered.blackcolor {
    color: #000;
    display: none;
  }

  .headlinetitle.headlineonsection.whitetext {
    letter-spacing: 7px;
    font-size: 12px;
  }

  .headlinetitle.headlineonsection.leftaligned, .headlinetitle.headlineonsection.rightaligned {
    text-align: center;
  }

  .spark-container.spark-centered-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .spark-container.spark-centered-content.titleheadlinehero {
    justify-content: center;
    align-items: center;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section.spark-overflow-hidden {
    background-image: linear-gradient(#0000, #0000);
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-section p {
    color: #000;
    font-size: 2rem;
  }

  .image-3 {
    margin-top: 10px;
  }

  .text-block-4.black {
    color: #fff;
    text-align: center;
  }

  .text-block-4.black.blacksignature {
    color: #000;
  }

  .sectionabouttheagent {
    display: block;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.5rem;
  }

  .agentdescription {
    text-align: center;
    width: 100%;
  }

  .paragraph-3.blackcolor {
    margin-top: 10%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .paragraph-3.blackcolor.rightaligned.paragraphtablet, .paragraph-3.blackcolor.centeredaligned {
    margin-top: 0%;
  }

  .paragraph-3.blackcolor.toptextpadding {
    margin-top: 40%;
  }

  .paragraph-3.blackcolor.leftaligned, .paragraph-3.whitetext, .paragraph-3.blacktext.nopaddingleft {
    text-align: center;
  }

  .container-25 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    min-width: 100%;
  }

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

  .agentinfo.paddingtop {
    padding-top: 20%;
  }

  .div-block-138 {
    display: none;
  }

  .lisatozerinfoblock {
    width: 100%;
  }

  .lisatozerinfoblock.blockdisplay.fullwidthblock {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-19 {
    flex-flow: column;
    width: 90%;
    display: block;
  }

  .container-18 {
    height: 300px;
  }

  .container-18.listingscontainer.listingselectioncard, .container-18.compassexclusivecard, .container-18.compassconciergecard {
    height: 400px;
  }

  .container-22 {
    width: 95%;
    min-width: 95%;
  }

  .heading-19 {
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 25px;
  }

  .heading-19.blacktext.leftalign {
    justify-content: center;
    align-items: center;
  }

  .heading-19.smalllineheight {
    line-height: 15px;
    text-decoration: underline;
  }

  .heading-19.lineheight {
    text-align: center;
  }

  .buttoncomponent {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    font-size: .8rem;
  }

  .buttoncomponent.buyersguide {
    width: auto;
    font-size: .8rem;
  }

  .buttoncomponent.movingtips {
    width: auto;
  }

  .buttoncomponent.smallbutton {
    margin-left: auto;
  }

  .buttoncomponent.smallbutton.mediumsizebutton {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
  }

  .container-20 {
    z-index: 1;
    width: 100%;
    height: 300px;
  }

  .container-21 {
    z-index: 1;
    height: 300px;
  }

  .quick-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-20 {
    text-align: center;
    font-size: 30px;
  }

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

  .div-block-141 {
    background-repeat: repeat-x;
    background-size: contain;
    padding-top: 30%;
  }

  .paragraph-4 {
    width: 100%;
    font-size: 1rem;
  }

  .buyersctas {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 100%;
  }

  .buyersctas.longbuttonsblock.bigblockbtn {
    width: 100%;
  }

  .dividerbothlines {
    justify-content: center;
    align-items: center;
    margin-bottom: auto;
  }

  .sectionpromotedlistings {
    display: none;
  }

  .video-icon {
    width: 12px;
  }

  .home-hero-intro {
    margin-bottom: 0;
  }

  .home-hero {
    min-height: 93vh;
  }

  .hero-video-button {
    margin-bottom: 12px;
    display: flex;
  }

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

  .hero-slide-arrow {
    border-right-style: solid;
    width: 60px;
    height: 60px;
    margin-left: 0;
    inset: auto 0 0% auto;
  }

  .hero-slide-arrow.left {
    border-radius: 0;
    bottom: 60px;
  }

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

  .video-hover-button {
    width: 95px;
    height: 95px;
  }

  .home-hero-content {
    grid-row-gap: 48px;
    padding-top: 136px;
    padding-bottom: 136px;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

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

  .heading-23.underline {
    text-decoration: underline;
  }

  .heading-24 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .sellercontainer {
    display: block;
  }

  .div-block-145 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-27 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

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

  .container-29 {
    width: 100%;
    max-width: 100%;
  }

  .heading-25, .paragraph-5 {
    text-align: center;
  }

  .div-block-147 {
    margin-top: 15%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .brix---header-nav-list-item-middle {
    text-align: left;
    width: 100%;
  }

  .contactinfoblock {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .contactinfoblock.leftalignblock {
    display: block;
  }

  .profilepictureblock {
    flex-flow: row;
    display: none;
  }

  .phonenumber {
    text-align: center;
    letter-spacing: 4px;
    font-size: 12px;
    line-height: 20px;
  }

  .phonenumber.rightalign {
    justify-content: center;
    align-items: center;
  }

  .phonenumber.centeredalign {
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
  }

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

  .socialmedia {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .readmorecta {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    right: auto;
  }

  .readmorecta.listwith {
    margin-left: 0;
  }

  .readmorecta.listwith.learnmorebtn {
    margin-left: auto;
    right: auto;
  }

  .divider {
    display: none;
  }

  .slider-background-wrapper {
    min-height: auto;
    padding: 51px 6% 40px;
    position: relative;
  }

  .slider-background-wrapper.hero-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .product-slider-arrow {
    bottom: 36px;
    left: 60px;
    right: 0;
  }

  .product-slider-arrow.left {
    bottom: 36px;
    left: 0;
    right: 60px;
  }

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

  .container-34 {
    flex-flow: column;
    width: 95%;
    min-width: 95%;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .div-block-153 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 5%;
  }

  .sectionpasttransactions {
    margin-top: 20%;
  }

  .combine-heading-style-h2 {
    font-size: 1.7rem;
    line-height: 34px;
  }

  .paragraph-6 {
    width: 100%;
    font-size: 9px;
  }

  .form-2 {
    width: 100%;
    display: block;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sectionsocialmedia {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves---section-hero-primary {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .followuscontainer {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    overflow: hidden;
  }

  .heading-31 {
    font-size: 3rem;
  }

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

  .heading-32 {
    font-size: 1rem;
    line-height: 20px;
  }

  .socialmediaheadinecontainer {
    overflow: hidden;
  }

  .heading-33 {
    font-size: 1rem;
    line-height: 20px;
  }

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

  .kutup-checkbox {
    flex: none;
  }

  .kutup-field.kutup-select {
    margin-bottom: 10px;
  }

  .kutup-form-grid {
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .kutup-request-form {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .kutup-display-3 {
    font-size: 32px;
  }

  .kutup-max-w-width-640px {
    max-width: 100%;
  }

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

  .kutup-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-section.contactsectionbg {
    background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-heyho-6758773.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-34 {
    letter-spacing: 0;
    font-size: 12px;
  }

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

  .div-block-157 {
    flex-flow: column;
  }

  .combine-footer4_info {
    align-items: center;
  }

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

  .combine-footer4_top-text.privacy {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .combine-footer4_top {
    align-items: center;
  }

  .uui-footer08_bottom-wrapper {
    text-align: center;
    align-items: center;
  }

  .image-6 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .combine-padding-section-medium.newsletter {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .combine-footer4_title {
    text-align: center;
    font-size: 1rem;
  }

  .combine-footer4_form-wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .uui-logo_logotype {
    display: block;
  }

  .div-block-9 {
    width: 95%;
    margin-right: auto;
  }

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

  .combine-footer4_grid {
    flex-flow: column;
    grid-template-columns: auto auto;
    display: flex;
  }

  .combine-footer4_form {
    text-align: center;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    justify-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .brix---container-default {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav {
    justify-content: center;
    align-items: center;
    padding-top: 1.5em;
  }

  .brix---hamburger-menu-bar-bottom {
    background-color: #fff;
  }

  .brix---header-content-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .buttontransparent.btntransparent {
    width: 80%;
    min-width: 80%;
    max-width: 80%;
  }

  .buttontransparent.btntransparent.contactkellietop {
    width: 20%;
    min-width: 20%;
    max-width: 20px;
    display: none;
  }

  .buttontransparent.btntransparent.pinkbutton {
    position: relative;
  }

  .buttontransparent.btntransparent.pinkbutton.centeredbutton {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    left: auto;
    right: auto;
  }

  .nav_link.is-02 {
    background-color: #d3d2c1;
  }

  .nav_link.is-04 {
    background-color: #b5b4a1;
  }

  .nav_link.is-03 {
    background-color: #c6c5b3;
  }

  .button_square {
    width: 30px;
    height: 3px;
  }

  .brix---header-logo {
    max-width: 75%;
  }

  .brix---header-wrapper {
    padding-top: 0;
    display: block;
  }

  .brix---header-logo-link.w--current {
    margin-right: 0;
    left: auto;
  }

  .brix---hamburger-menu-bar-top {
    background-color: #f2f1ff;
  }

  .brix---header-nav-list-item-middle-2 {
    text-align: left;
    width: 100%;
    margin-top: 16px;
  }

  .navbar_link-content {
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 1rem;
  }

  .ctasblock-2 {
    margin-top: 0;
    margin-bottom: auto;
    bottom: 0%;
  }

  .ctasblock-2.heroquote {
    display: block;
    bottom: 40%;
  }

  .ctascontainer-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .btntransparent {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .btntransparent.rightalignbutton {
    width: 100%;
    margin-right: 20%;
  }

  .btntransparent.rightalignbutton.mediumsizebutton {
    width: 85%;
  }

  .btntransparent.rightalignbutton.mediumsizebutton.learnmorebtn {
    margin-right: auto;
  }

  .btntransparent.transparentbg.noblackhover.smallerbtn {
    width: 80%;
    font-size: 10px;
  }

  .div-block-160, .div-block-161, .div-block-162 {
    width: 90%;
    max-width: 90%;
  }

  .blackcolo.whitetextheadline {
    text-align: center;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 30px;
  }

  .blackcolo.centeredtext.smallreviewtext {
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
  }

  .blackcolo.blacktext.nopadding {
    text-align: center;
  }

  .div-block-163 {
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-164 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-top: 5%;
  }

  .div-block-165, .div-block-166 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .brix---header-nav-list-item-middle-3 {
    text-align: left;
    width: 100%;
  }

  .div-block-167 {
    background-size: contain;
  }

  .divbuttons {
    margin-left: 0;
    left: 0;
  }

  .containerbuttonsdescriptions {
    width: 95%;
    min-width: 95%;
    max-width: 95px;
    display: block;
    left: auto;
    right: auto;
  }

  .buttonlowdiv {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .featuredlistingscontainer {
    flex-flow: column;
  }

  .leftlistingblock.property1, .leftlistingblock.property3, .leftlistingblock.property5, .leftlistingblock.property7 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 40vh;
  }

  .leftlistingblock.community1, .leftlistingblock.community3, .leftlistingblock.community5 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

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

  .rightlistingblock.property2, .rightlistingblock.property4, .rightlistingblock.property6, .rightlistingblock.property8 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 40vh;
  }

  .rightlistingblock.community2, .rightlistingblock.community4, .rightlistingblock.community6 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

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

  .cover-img {
    width: 100%;
    min-width: 104%;
    max-width: 100%;
  }

  .soldlistingstate {
    letter-spacing: 3px;
    font-size: 12px;
  }

  .soldlistinaddress {
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 300;
  }

  .bathroomcount {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .propertyaddress-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .propertycta {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    min-width: 90%;
    max-width: 90%;
    margin-left: auto;
    padding-top: 3vw;
  }

  .soldpropertyinfodiv.centered {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .propertycityzip.black {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .soldlistingzipcode {
    letter-spacing: 3px;
    font-size: 12px;
  }

  .addressvalue {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .bedroomcount {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .comma {
    letter-spacing: 3px;
    font-size: 12px;
  }

  .propertyinfos {
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    padding-bottom: 2vw;
  }

  .sqtsize {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-169 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .section_home-hero {
    display: none;
  }

  .scroll-grid-item {
    width: 100%;
    max-height: 20em;
  }

  .scroll-grid-item.is-large {
    width: 100%;
  }

  .scroll-grid-item.is-large.is-special.viewall {
    background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-pixabay-271795.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 10vh;
  }

  .text-align-center {
    padding-top: 0;
  }

  .scroll-grid-wrapper {
    position: static;
    bottom: auto;
  }

  .card_image-wrapper {
    height: 300px;
  }

  .section-after-intro-text {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .scroll-grid-sticky {
    height: 100%;
    top: auto;
  }

  .card_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .scroll-grid-row.is-top {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    flex-flow: row;
    max-width: 120em;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: auto;
  }

  .scroll-grid-row.is-bottom {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: auto;
  }

  .section-scroll-grid {
    height: 100%;
    margin-bottom: 0;
    display: block;
  }

  .heading-39 {
    margin-left: auto;
    margin-right: auto;
    font-size: .8rem;
    line-height: 12px;
  }

  .down-arrow {
    margin-top: 10px;
  }

  .page-intro-text-wrapper {
    margin-top: -3vh;
  }

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

  .communitiesheadlines {
    text-align: center;
    font-size: 25px;
  }

  .heading-40 {
    margin-top: 20px;
    font-size: 25vw;
  }

  .div-block-173, .div-block-174 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .heading-42 {
    margin-left: auto;
    margin-right: auto;
    font-size: .8rem;
    line-height: 12px;
  }

  .sectionaustinneighborhoods {
    display: block;
  }

  .container-37, .featuredcommunitiescontainer, .communitiesctablock {
    flex-flow: column;
  }

  .heading-45 {
    text-align: center;
    font-size: 11vw;
    line-height: 5vh;
  }

  .heading-45.leftalign {
    text-align: center;
  }

  .border-line.light {
    width: 100%;
  }

  .num-ab.mobile-space {
    display: none;
  }

  .heading-50 {
    font-size: 5rem;
    line-height: 20vw;
  }

  .heading-50.headingpremarket {
    display: none;
  }

  .text-sm.fade.text-white {
    text-align: center;
  }

  .col-2 {
    padding-top: 4rem;
    padding-bottom: 2rem;
    padding-left: 1.4rem;
  }

  .col-2.div-hide {
    padding-right: 1.4rem;
  }

  .headlinehero-3 {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-size: 14vw;
    line-height: 7vh;
  }

  .parent.pad-top {
    padding-right: 0;
  }

  .img-scroll.img-two {
    background-attachment: scroll;
  }

  .img-scroll.img-two.height-img {
    background-image: url('../images/pexels-heyho-6585767.webp');
  }

  .img-scroll.img-one {
    background-image: linear-gradient(to bottom, null, null), url('../images/seller-step1_1seller-step1.avif');
    background-attachment: scroll, scroll;
  }

  .img-scroll.img-one.sseventh-pic {
    background-image: url('../images/14.webp');
  }

  .img-scroll.img-one.fourth-step {
    background-image: linear-gradient(to bottom, null, null), url('../images/pexels-asadphoto-1268871.jpg');
    background-attachment: scroll, scroll;
  }

  .img-scroll.img-three {
    background-attachment: scroll;
  }

  .img-scroll.img-three.fith-image {
    background-image: url('../images/scroller-bg-communities.webp');
  }

  .mobile-section {
    margin-top: 0;
  }

  .container-53 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .linecontainer-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 95%;
    display: flex;
  }

  .heading-44 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-weight: 200;
    line-height: 18px;
  }

  .div-block-194 {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    flex-flow: column;
    width: 90%;
    padding-top: 0%;
    display: flex;
  }

  .image-27 {
    max-width: 100px;
  }

  .privateexclusiveheadline {
    border-left-style: none;
    border-left-width: 0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 9vh;
    display: flex;
  }

  .content24-quote {
    font-size: 30px;
    line-height: 38px;
  }

  .buyersguide-2 {
    width: 90%;
    margin-right: auto;
  }

  .section-29 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .size1-text-3.leftaligned.blacktext.paddingbottom.whitetext {
    margin-left: 0;
  }

  .content16-grid, .content24-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .kutup-max-w-width-640px-2 {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .heading-51 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 19px;
  }

  .heading-51.black {
    letter-spacing: 2px;
    font-size: 5vw;
  }

  .combine-heading-style-h2-2 {
    font-size: 1.7rem;
    line-height: 34px;
  }

  .combine-heading-style-h2-2.black {
    line-height: 30px;
  }

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

  .featuredcommunitiescontainer-2 {
    flex-flow: column;
  }

  .featuredcommunitiescontainer-2.fullwidthbg {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .paragraph-71.leftaligned {
    text-align: center;
  }

  .image-28 {
    max-width: 100px;
  }

  .communitiesctablock-2 {
    flex-flow: column;
  }

  .kutup-max-w-width-640px-3 {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .section-30 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta8-form-wrap {
    grid-row-gap: 10px;
  }

  .cta8-form-wrap.contact-form {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .button-18 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .cta8-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .quick-stack-6 {
    padding-right: 0;
  }

  .div-block-198 {
    text-align: center;
    width: 90%;
    min-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-72.centeredparagraph.whitetext {
    font-size: 8px;
  }

  .link-block-4 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .slide-4 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .heading-52 {
    font-size: 13px;
  }

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

  .div-block-199 {
    flex-flow: column;
    margin-bottom: auto;
  }

  .link-block-5 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .leftalign {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-200 {
    width: 100%;
  }

  .container-57 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/1205-muirlands-dr2.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .container-57.keltondr {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .primaryfeaturevalue {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .quick-stack-7 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .button-small {
    flex: none;
    align-self: stretch;
    width: 90%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .heading-54.centeredtext.whitetext {
    font-size: 16px;
    line-height: 35px;
  }

  .slide-3.slideonpreview {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .propertyaddress-4 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 7vw;
  }

  .div-block-201 {
    width: 100%;
    min-width: 100%;
  }

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

  .link-block-6 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .interiorfeaturesblock {
    justify-content: center;
    align-items: center;
  }

  .rightalign {
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-right: auto;
    display: block;
  }

  .rightalign.alignitems {
    display: block;
  }

  .size3-text.size3-bottom-clear {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta1-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .primaryfeaturelabel.inlinedisplay {
    text-align: center;
    font-weight: 400;
  }

  .heading-55 {
    font-size: 38px;
  }

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

  .link-block-7 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container-58 {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: 50%;
  }

  .link-block-8 {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .listingsbtn {
    width: 90px;
    min-width: 90%;
    max-width: 90%;
    font-size: 12px;
    display: block;
  }

  .listingsbtn.contact-agent-on-porperty {
    font-size: 12px;
  }

  .listingsbtn.blackbutton {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .propertycity {
    letter-spacing: 3px;
    font-size: 12px;
    line-height: 20px;
  }

  .content18-images-grid {
    display: none;
  }

  .content18-images-grid.displayblock {
    padding-bottom: 15vh;
    display: block;
  }

  .sectioncompassconciergeheadline {
    padding-left: 5px;
    padding-right: 5px;
  }

  .content18-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .easy, .smart {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .paragraph-73 {
    width: 100%;
    margin-bottom: 0;
    line-height: 25px;
  }

  .paragraph-73.headlineaboutdescription {
    letter-spacing: 3px;
    font-size: 12px;
    line-height: 15px;
    display: none;
  }

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

  .container-59 {
    flex-flow: column;
  }

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

  .content6-headline-wrap {
    text-align: left;
    align-items: flex-start;
  }

  .propertyaddressvalue {
    font-size: 45px;
  }

  .paragraph-75 {
    width: 100%;
    margin-bottom: 0;
    line-height: 25px;
  }

  .paragraph-75.headlineaboutdescription {
    letter-spacing: 3px;
    font-size: 12px;
    line-height: 15px;
    display: none;
  }

  .paragraph-75.headlineaboutdescription.white {
    color: #000;
    margin-top: 0;
  }

  .div-block-3287, .paragraph-76.blacktext {
    text-align: center;
  }

  .sectioneligibility {
    padding-left: 16px;
    padding-right: 16px;
  }

  .deco-dot-2 {
    margin-bottom: 7px;
    margin-right: 0;
  }

  .content21-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-bottom: 5%;
  }

  .button-small-2 {
    flex: none;
    align-self: stretch;
  }

  .button-small-2.white-small {
    flex: none;
  }

  .centralsectionheadline {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .heading-57 {
    font-size: 10vw;
    font-weight: 400;
    display: none;
  }

  .heading-57.name.black {
    line-height: 30px;
    display: block;
  }

  .content21-item-wrap {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .rightblock {
    width: 100%;
    min-width: 100%;
    max-width: 1000%;
  }

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

  .paragraph-77.blacktext {
    text-align: center;
  }

  .global {
    text-align: center;
    font-size: 10vw;
    line-height: 90%;
  }

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

  .container-61 {
    flex-flow: column;
  }

  .hero7-bottom-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .paragraph-78 {
    width: 100%;
    margin-bottom: 0;
    line-height: 25px;
  }

  .paragraph-78.headlineaboutdescription {
    letter-spacing: 3px;
    font-size: 12px;
    line-height: 15px;
    display: none;
  }

  .paragraph-79.leftalign {
    text-align: center;
  }

  .image-33 {
    margin-left: auto;
    margin-right: auto;
  }

  .hero7-product-wrap {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 16px;
  }

  .hero7-bottom-title {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-80 {
    width: 100%;
    margin-bottom: 0;
    line-height: 25px;
  }

  .paragraph-80.headlineaboutdescription {
    letter-spacing: 3px;
    font-size: 12px;
    line-height: 15px;
    display: none;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-popup_component-2 {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-preference-button {
    left: 1rem;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .slider-11 {
    width: 95%;
    min-width: 95%;
    height: 50%;
  }

  .slider-11.darksliderbg {
    width: 95%;
    min-width: 95%;
  }

  .heading-58 {
    letter-spacing: 3px;
    font-size: 9px;
    line-height: 20px;
  }

  .div-block-3288 {
    margin-top: 10px;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-3288.displayflex {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-59 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-3291 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
  }

  .link-block-10, .link-block-11, .link-block-12, .link-block-13, .link-block-14 {
    text-decoration: none;
  }

  .paragraph-81 {
    width: 95%;
    font-size: 9px;
  }

  .linecontainer-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 95%;
    display: flex;
  }

  .contactdivcontainer {
    margin-top: 20%;
  }

  .heading-60 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-weight: 200;
    line-height: 18px;
  }

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

  .kutup-form-grid-2 {
    grid-template-columns: 1fr;
  }

  .div-block-3292 {
    flex-flow: column;
  }

  .headlinehero-4 {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-size: 14vw;
    line-height: 7vh;
  }

  .container-62 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .searchhomebtn {
    font-size: 12px;
  }

  .searchhomebtn.followusbtn {
    width: 70%;
  }

  .searchhomebtn.followusbtn.contactkevinmcgovern {
    width: 95%;
  }

  .ctasblock-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 90%;
    margin-top: auto;
    margin-bottom: 5%;
    display: flex;
    position: static;
    top: auto;
  }

  .image-25 {
    max-width: 80%;
  }

  .contactinfodiv {
    flex-flow: column;
  }

  .contactinfoleft {
    align-self: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

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

  .heading-61, .heading-62 {
    text-align: center;
  }

  .heading-62.blacktext.spacinglineheight {
    text-align: center;
    font-size: 2.5rem;
    line-height: 40px;
  }

  .heading-62.blacktext.spacinglineheight.rightaligned {
    text-align: center;
  }

  .div-block-3294 {
    flex-flow: column;
  }

  .tup-section-1 {
    padding-top: 5em;
    padding-bottom: 5em;
    font-size: 2.5vw;
  }

  .tup-wrap-2 {
    flex-direction: column;
  }

  .tup-wrap-8 {
    order: 1;
    padding-right: 0;
  }

  .is-text-link {
    font-size: 13px;
  }

  .block.part1 {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .block.part2 {
    background-image: linear-gradient(#00000080, #00000080);
    display: block;
  }

  .block.part8 {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .block-overlay {
    display: none;
  }

  .block-menu-item {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    padding: 0 0 2em;
  }

  .block-menu-item.menu1, .block-menu-item.menu2, .block-menu-item.menu3, .block-menu-item.menu4, .block-menu-item.menu5, .block-menu-item.menu6 {
    border-bottom-width: 0;
  }

  .block-menu-item.menu7 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    border-bottom-width: 0;
  }

  .block-menu-item.menu8 {
    border-bottom-width: 0;
  }

  .block-item-year {
    font-size: .7em;
  }

  .text-color-light {
    font-size: 13px;
  }

  .block-item-link {
    font-size: .7em;
  }

  .block-item-text-wrap {
    flex-flow: column;
    display: flex;
  }

  .block-item-name {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 6vw;
    line-height: 1.3;
  }

  .block-item-text {
    text-align: center;
    line-height: 1.5;
    top: auto;
  }

  .overlay-bg {
    background-color: #000;
  }

  .button-19 {
    display: none;
  }

  .compassmenulogo {
    max-width: 150px;
  }

  .link-block-24 {
    align-self: auto;
    margin-left: 0;
    line-height: 1.3;
  }

  .grid_item.footer-copywriting, .grid_item.subscribe-heading {
    font-size: 2vw;
  }

  .grid_item.contact-social {
    flex-flow: column;
    align-items: center;
  }

  .grid_item.text-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 7em 5em 10em;
    display: grid;
  }

  .section, .page-wrapper-8 {
    font-size: 1vw;
  }

  .social-wrapper {
    width: 100%;
    font-size: 1vw;
  }

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

  .contact-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5em;
  }

  .text-field-3 {
    border-width: 1px;
    width: 24em;
    padding-top: 0;
    font-size: 2vw;
  }

  .gdpr-text-wrapper {
    flex-direction: column;
    justify-content: space-around;
    font-size: 3vw;
    display: flex;
  }

  .social-icon {
    width: 5em;
    font-size: 2vw;
  }

  .grid.footer-text-contact {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .submit-button-2 {
    border-width: 1px;
    font-size: 2vw;
  }

  .link {
    font-size: 2vw;
  }

  .link.w--current {
    text-align: center;
  }

  .contact-text {
    font-size: 1em;
  }

  .form-4 {
    font-size: 1vw;
  }

  .container-65 {
    padding-top: 10em;
  }

  .container-65.footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 5em;
    padding-bottom: 5em;
    display: block;
  }

  .container-65.footer-copywriting {
    padding-top: 7em;
  }

  .text-link_wrapper.column-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 42%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .text-link_wrapper.column-1 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 1vw;
  }

  .form-block {
    width: 80em;
    font-size: 1vw;
  }

  .contact-social.column-1-vertical {
    flex-direction: column;
    width: 100%;
    padding-top: 10em;
    padding-bottom: 10em;
    padding-left: 5em;
  }

  .contact-social.column-2-vertical {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 7em;
  }

  .text-gdpr {
    padding-bottom: 1.5em;
  }

  .div-block-3301, .div-block-3302, .container-66 {
    flex-flow: column;
  }

  .leftblockmarketingstrategy {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-right: 0%;
  }

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

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

  .compasscomingsoon {
    max-width: 200px;
    margin-right: auto;
  }

  .compassconcierge {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .organizecontainer.paddingtop.flex {
    flex-flow: column;
  }

  ._50left.fullwidth {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

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

  .uui-faq04_question {
    flex-flow: column;
  }

  .uui-faq04_heading {
    font-weight: 400;
  }

  .uui-text-size-medium {
    font-size: .7rem;
  }

  .heading-5 {
    width: 90%;
    height: auto;
    font-size: 34px;
    line-height: 30px;
  }

  .heading-5.third {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    font-size: 36px;
    line-height: 28px;
  }

  .heading-2.medium-header {
    text-align: left;
    justify-content: flex-end;
    align-items: flex-start;
    width: 90%;
    margin-left: auto;
    padding-left: 20px;
    font-size: 25px;
  }

  .heading-2.medium-header.second {
    text-align: center;
    margin-top: 0;
    padding-right: 20px;
    font-size: 34px;
    line-height: 30px;
  }

  .heading-2.medium-header.second.big {
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
    line-height: 35px;
    display: block;
  }

  .section-16 {
    margin-left: 0;
    display: block;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .uui-faq04_layout {
    grid-template-columns: 1fr;
  }

  .container-10 {
    height: 65px;
    padding-top: 0;
  }

  .container-10.faq-big {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    line-height: 20px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves-master-cta-3 {
    padding: 16px 16px 32px;
  }

  .link-block-30 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .spark-nav-link-2 {
    margin-bottom: .5rem;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2.spark-primary-background-and-centered-content {
    padding-bottom: 64px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .spark-section-2.spark-dark-hero-background-image {
    background-image: linear-gradient(113deg, var(--waves-library--white), var(--spark-library--border-default)), url('../images/compass-one-header.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 20%;
    padding-bottom: 64px;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-simple-menu-button-2 {
    padding-left: 0;
  }

  .spark-square-menu-with-links {
    padding-right: 0;
  }

  .spark-square-menu-inner-2 {
    background-color: var(--spark-library--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-centered {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    align-items: center;
  }

  .spark-flex-row-2.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-lightbox {
    margin-top: 32px;
  }

  .container-74 {
    max-width: none;
  }

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

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---sides-heading-button {
    padding-bottom: 15px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-wide-tile-features-7 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-inside-wide-feature-7 {
    max-width: 100%;
  }

  .waves-image-wide-feature-7 {
    width: 100%;
    height: auto;
  }

  .waves-inside-tile-vertical-features-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-tile-small-feature-7 {
    text-align: center;
    align-items: center;
  }

  .div-block-3306 {
    flex-flow: column;
  }

  .bold-text-6 {
    text-align: center;
    font-weight: 400;
  }
}

#w-node-_2eb77a11-2b86-4e6d-b5a9-7dafecd2a375-2afcb1e3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_70d469d8-ccfc-17e1-bad5-8aec85cd5ab0-85cd5a9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_70d469d8-ccfc-17e1-bad5-8aec85cd5ab2-85cd5a9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_56c619a7-d01a-a495-3b84-1f00215db901-215db8fc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#email-form.w-node-fe045273-619c-523b-c250-da9949c49af3-dae467a3, #w-node-fe045273-619c-523b-c250-da9949c49af4-dae467a3, #w-node-fe045273-619c-523b-c250-da9949c49af6-dae467a3, #w-node-fe045273-619c-523b-c250-da9949c49af8-dae467a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#button-contact-form.w-node-fe045273-619c-523b-c250-da9949c49afa-dae467a3 {
  place-self: center;
}

#w-node-_55b3e46c-b9c3-e49f-2f18-446e6df4aef5-ee20d49d, #w-node-_8b9c77be-ec2c-2c54-6bf3-5aee464c58c5-329faebe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a52aa2e9-03f5-5d05-b7ea-0036c808ccf9-d9abe4d9 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: start;
}

#w-node-a52aa2e9-03f5-5d05-b7ea-0036c808cd04-d9abe4d9 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-a52aa2e9-03f5-5d05-b7ea-0036c808cd08-d9abe4d9 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-a52aa2e9-03f5-5d05-b7ea-0036c808cd10-d9abe4d9 {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-a52aa2e9-03f5-5d05-b7ea-0036c808cd13-d9abe4d9 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-a52aa2e9-03f5-5d05-b7ea-0036c808cd18-d9abe4d9 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: auto;
}

#w-node-_174c67bf-b14e-7bb2-540e-4ce068022ed4-d9abe4d9 {
  grid-area: 2 / 1 / 3 / 13;
}

#email-form.w-node-_174c67bf-b14e-7bb2-540e-4ce068022ed5-d9abe4d9, #w-node-_174c67bf-b14e-7bb2-540e-4ce068022ed6-d9abe4d9, #w-node-_13dd7b12-ff83-60b5-3b7e-e4d117dd2fc9-d9abe4d9, #w-node-_174c67bf-b14e-7bb2-540e-4ce068022ed8-d9abe4d9, #w-node-_174c67bf-b14e-7bb2-540e-4ce068022eda-d9abe4d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#button-contact-form.w-node-_174c67bf-b14e-7bb2-540e-4ce068022edc-d9abe4d9 {
  place-self: center;
}

#w-node-d40b2cf1-ab17-817a-7b0e-6bff7c6f8de9-fce0f53f {
  grid-area: 1 / 1 / 2 / 7;
  place-self: center start;
}

#w-node-d40b2cf1-ab17-817a-7b0e-6bff7c6f8def-fce0f53f {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-d40b2cf1-ab17-817a-7b0e-6bff7c6f8df0-fce0f53f, #w-node-d40b2cf1-ab17-817a-7b0e-6bff7c6f8df1-fce0f53f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d40b2cf1-ab17-817a-7b0e-6bff7c6f8df2-fce0f53f {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-f832c074-5bc9-2564-d7e2-eeb2c45e02d6-fce0f53f {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: start;
}

#w-node-f832c074-5bc9-2564-d7e2-eeb2c45e02ee-fce0f53f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f832c074-5bc9-2564-d7e2-eeb2c45e02f4-fce0f53f {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: start;
}

#w-node-_5247e201-6331-fc6d-25c1-0e21ca0a8ae9-fce0f53f {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: center start;
}

#w-node-_5247e201-6331-fc6d-25c1-0e21ca0a8af6-fce0f53f {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: end;
}

#property-view-on-maps.w-node-_60e7e119-fe99-59cb-d1a8-c964c2239fb9-1aa2bc0e {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c2239fbc-1aa2bc0e {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c2239fd2-1aa2bc0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c2239ff9-1aa2bc0e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a013-1aa2bc0e {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a020-1aa2bc0e, #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a045-1aa2bc0e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a048-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a04b-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a051-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a055-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a05b-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a05f-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a065-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a069-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a06f-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a073-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a079-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a07d-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a087-1aa2bc0e {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a08a-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a08d-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a092-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a096-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0a6-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0aa-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0b0-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0b4-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0ba-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0be-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0c4-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0c8-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0cd-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0d1-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0d7-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0db-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0e1-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0e5-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0eb-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0ef-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0f5-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0f9-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0ff-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a103-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a109-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a10d-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a13f-1aa2bc0e {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a142-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a146-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a14b-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a14f-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a15e-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a162-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a168-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a16c-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a172-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a176-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a185-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a189-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a18f-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a193-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a1d2-1aa2bc0e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a1d5-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a1d8-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a1de-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a1e2-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a1e8-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a1ec-1aa2bc0e {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a1f2-1aa2bc0e {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a1f6-1aa2bc0e {
  justify-self: end;
}

#w-node-_8d6cf43b-cd11-4852-4cf0-ca7b3929f1c4-a491a007 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: center start;
}

#w-node-_8d6cf43b-cd11-4852-4cf0-ca7b3929f1ca-a491a007 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_8d6cf43b-cd11-4852-4cf0-ca7b3929f1cc-a491a007 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d6cf43b-cd11-4852-4cf0-ca7b3929f1cd-a491a007 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-c5f120b8-fbbf-be76-dcbc-3c1f15d96e9f-b83e8885 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_55720524-e51b-0f6f-7518-e95cb9e635e9-f3861b4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55720524-e51b-0f6f-7518-e95cb9e635ea-f3861b4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3e92e988-4343-cb90-7c3e-ebdd18200d33-97df5d3a {
  grid-area: 2 / 1 / 3 / 13;
}

#email-form.w-node-_3e92e988-4343-cb90-7c3e-ebdd18200d34-97df5d3a, #w-node-_3e92e988-4343-cb90-7c3e-ebdd18200d35-97df5d3a, #w-node-_3e92e988-4343-cb90-7c3e-ebdd18200d39-97df5d3a, #w-node-_3e92e988-4343-cb90-7c3e-ebdd18200d3b-97df5d3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#button-contact-form.w-node-_3e92e988-4343-cb90-7c3e-ebdd18200d3d-97df5d3a {
  place-self: center;
}

#w-node-_91326f23-5a42-2e1f-209d-0f948c0c9412-843d51f8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2b8cf035-6f64-9df8-d07c-a230947f90d8-d09429e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#property-view-on-maps.w-node-fa3fcd2d-e22b-3db2-7427-b4223c2389ce-6a27da98 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c2389d1-6a27da98 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c2389e6-6a27da98 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a0d-6a27da98 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a27-6a27da98 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a34-6a27da98, #w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a5b-6a27da98 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a5e-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a61-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a67-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a6b-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a71-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a75-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a7b-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a7f-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a85-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a89-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a8f-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a93-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a9d-6a27da98 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238aa0-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238aa3-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238aa9-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238aad-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238ab4-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238ab8-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238abe-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238ac2-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238ac9-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238acd-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238ad3-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238ad7-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238adc-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238ae0-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238ae6-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238aea-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238af0-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238af4-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238afa-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238afe-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b04-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b08-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b0e-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b12-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b18-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b1c-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b2a-6a27da98 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b2d-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b31-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b37-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b3b-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b42-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b46-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b4c-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b50-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b56-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b5a-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b61-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b65-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b6b-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b6f-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b7b-6a27da98 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b7e-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b81-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b87-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b8b-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b91-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b95-6a27da98 {
  justify-self: end;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b9b-6a27da98 {
  place-self: auto start;
}

#w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b9f-6a27da98 {
  justify-self: end;
}

#property-view-on-maps.w-node-_60e7e119-fe99-59cb-d1a8-c964c2239fb9-e3f37769 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c2239fbc-e3f37769 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c2239fd2-e3f37769 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c2239ff9-e3f37769 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a013-e3f37769 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a020-e3f37769, #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a045-e3f37769 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a048-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a04b-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a051-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a055-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a05b-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a05f-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a065-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a069-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a06f-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a073-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a079-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a07d-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a087-e3f37769 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a08a-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a08d-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a092-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a096-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0a6-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0aa-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0b0-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0b4-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0ba-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0be-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0c4-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0c8-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0cd-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0d1-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0d7-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0db-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0e1-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0e5-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0eb-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0ef-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0f5-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0f9-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a0ff-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a103-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a109-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a10d-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a13f-e3f37769 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a142-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a146-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a14b-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a14f-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a15e-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a162-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a168-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a16c-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a172-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a176-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a185-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a189-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a18f-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a193-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a1d2-e3f37769 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a1d5-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a1d8-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a1de-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a1e2-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a1e8-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a1ec-e3f37769 {
  justify-self: end;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a1f2-e3f37769 {
  place-self: auto start;
}

#w-node-_60e7e119-fe99-59cb-d1a8-c964c223a1f6-e3f37769 {
  justify-self: end;
}

#property-view-on-maps.w-node-_2c51baf0-76ef-f833-efbe-defffcc0e40d-64953bb6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e410-64953bb6 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e425-64953bb6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e44c-64953bb6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e466-64953bb6 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e473-64953bb6, #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e49a-64953bb6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e49d-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4a0-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4a6-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4aa-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4b0-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4b4-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4ba-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4be-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4c4-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4c8-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4ce-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4d2-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4dc-64953bb6 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4df-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4e2-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4e8-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4ec-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4f3-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4f7-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4fd-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e501-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e508-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e50c-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e512-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e516-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e51b-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e51f-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e525-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e529-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e52f-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e533-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e539-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e53d-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e543-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e547-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e54d-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e551-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e557-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e55b-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e569-64953bb6 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e56c-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e570-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e576-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e57a-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e581-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e585-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e58b-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e58f-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e595-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e599-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5a0-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5a4-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5aa-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5ae-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5ba-64953bb6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5bd-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5c0-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5c6-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5ca-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5d0-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5d4-64953bb6 {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5da-64953bb6 {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5de-64953bb6 {
  justify-self: end;
}

#property-view-on-maps.w-node-_2c51baf0-76ef-f833-efbe-defffcc0e40d-89f145cd {
  grid-area: span 1 / span 4 / span 1 / span 4;
  place-self: center;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e410-89f145cd {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e425-89f145cd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e44c-89f145cd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e466-89f145cd {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e473-89f145cd, #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e49a-89f145cd {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e49d-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4a0-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4a6-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4aa-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4b0-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4b4-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4ba-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4be-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4c4-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4c8-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4ce-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4d2-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4dc-89f145cd {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4df-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4e2-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4e8-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4ec-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4f3-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4f7-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4fd-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e501-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e508-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e50c-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e512-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e516-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e51b-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e51f-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e525-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e529-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e52f-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e533-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e539-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e53d-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e543-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e547-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e54d-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e551-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e557-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e55b-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e569-89f145cd {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e56c-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e570-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e576-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e57a-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e581-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e585-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e58b-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e58f-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e595-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e599-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5a0-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5a4-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5aa-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5ae-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5ba-89f145cd {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5bd-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5c0-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5c6-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5ca-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5d0-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5d4-89f145cd {
  justify-self: end;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5da-89f145cd {
  place-self: auto start;
}

#w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5de-89f145cd {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_56c619a7-d01a-a495-3b84-1f00215db901-215db8fc, #w-node-_55b3e46c-b9c3-e49f-2f18-446e6df4aef5-ee20d49d, #w-node-_8b9c77be-ec2c-2c54-6bf3-5aee464c58c5-329faebe {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a52aa2e9-03f5-5d05-b7ea-0036c808ccf9-d9abe4d9 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }

  #w-node-a52aa2e9-03f5-5d05-b7ea-0036c808cd04-d9abe4d9, #w-node-a52aa2e9-03f5-5d05-b7ea-0036c808cd08-d9abe4d9, #w-node-a52aa2e9-03f5-5d05-b7ea-0036c808cd10-d9abe4d9, #w-node-a52aa2e9-03f5-5d05-b7ea-0036c808cd13-d9abe4d9 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-a52aa2e9-03f5-5d05-b7ea-0036c808cd18-d9abe4d9 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }

  #w-node-_174c67bf-b14e-7bb2-540e-4ce068022ed4-d9abe4d9 {
    grid-column: 1 / 9;
  }

  #w-node-d40b2cf1-ab17-817a-7b0e-6bff7c6f8de9-fce0f53f {
    grid-area: 1 / 1 / 2 / 6;
    place-self: center start;
  }

  #w-node-f832c074-5bc9-2564-d7e2-eeb2c45e02d6-fce0f53f {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: start;
  }

  #w-node-f832c074-5bc9-2564-d7e2-eeb2c45e02ee-fce0f53f {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-f832c074-5bc9-2564-d7e2-eeb2c45e02f4-fce0f53f {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: start;
  }

  #w-node-_5247e201-6331-fc6d-25c1-0e21ca0a8ae9-fce0f53f {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: end;
  }

  #w-node-_5247e201-6331-fc6d-25c1-0e21ca0a8af6-fce0f53f {
    order: 9999;
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: end;
  }

  #property-view-on-maps.w-node-_60e7e119-fe99-59cb-d1a8-c964c2239fb9-1aa2bc0e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c2239fbc-1aa2bc0e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a013-1aa2bc0e {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    display: grid;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a045-1aa2bc0e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a087-1aa2bc0e {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a13f-1aa2bc0e {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a1d2-1aa2bc0e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8d6cf43b-cd11-4852-4cf0-ca7b3929f1c4-a491a007 {
    grid-area: 1 / 1 / 2 / 6;
    place-self: center start;
  }

  #w-node-c5f120b8-fbbf-be76-dcbc-3c1f15d96e9f-b83e8885 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3e92e988-4343-cb90-7c3e-ebdd18200d33-97df5d3a {
    grid-column: 1 / 9;
  }

  #w-node-_91326f23-5a42-2e1f-209d-0f948c0c9412-843d51f8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #property-view-on-maps.w-node-fa3fcd2d-e22b-3db2-7427-b4223c2389ce-6a27da98 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto;
  }

  #w-node-fa3fcd2d-e22b-3db2-7427-b4223c2389d1-6a27da98 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a27-6a27da98 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    display: grid;
  }

  #w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a5b-6a27da98 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a9d-6a27da98 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b2a-6a27da98 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b7b-6a27da98 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #property-view-on-maps.w-node-_60e7e119-fe99-59cb-d1a8-c964c2239fb9-e3f37769 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c2239fbc-e3f37769 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a013-e3f37769 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    display: grid;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a045-e3f37769 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a087-e3f37769 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a13f-e3f37769 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a1d2-e3f37769 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #property-view-on-maps.w-node-_2c51baf0-76ef-f833-efbe-defffcc0e40d-64953bb6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e410-64953bb6 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e466-64953bb6 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    display: grid;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e49a-64953bb6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4dc-64953bb6 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e569-64953bb6 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5ba-64953bb6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #property-view-on-maps.w-node-_2c51baf0-76ef-f833-efbe-defffcc0e40d-89f145cd {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e410-89f145cd {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e466-89f145cd {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    display: grid;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e49a-89f145cd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4dc-89f145cd {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e569-89f145cd {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5ba-89f145cd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a52aa2e9-03f5-5d05-b7ea-0036c808ccf9-d9abe4d9, #w-node-a52aa2e9-03f5-5d05-b7ea-0036c808cd04-d9abe4d9 {
    grid-column: span 6 / span 6;
  }

  #w-node-a52aa2e9-03f5-5d05-b7ea-0036c808cd08-d9abe4d9, #w-node-a52aa2e9-03f5-5d05-b7ea-0036c808cd10-d9abe4d9 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-a52aa2e9-03f5-5d05-b7ea-0036c808cd13-d9abe4d9, #w-node-a52aa2e9-03f5-5d05-b7ea-0036c808cd18-d9abe4d9 {
    grid-column: span 6 / span 6;
  }

  #w-node-_174c67bf-b14e-7bb2-540e-4ce068022ed4-d9abe4d9, #w-node-d40b2cf1-ab17-817a-7b0e-6bff7c6f8de9-fce0f53f, #w-node-d40b2cf1-ab17-817a-7b0e-6bff7c6f8def-fce0f53f {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-f832c074-5bc9-2564-d7e2-eeb2c45e02d6-fce0f53f {
    grid-column: span 6 / span 6;
  }

  #w-node-f832c074-5bc9-2564-d7e2-eeb2c45e02ee-fce0f53f {
    grid-column-end: 7;
  }

  #w-node-f832c074-5bc9-2564-d7e2-eeb2c45e02f4-fce0f53f, #w-node-_5247e201-6331-fc6d-25c1-0e21ca0a8ae9-fce0f53f, #w-node-_5247e201-6331-fc6d-25c1-0e21ca0a8af6-fce0f53f {
    grid-column: span 6 / span 6;
  }

  #property-view-on-maps.w-node-_60e7e119-fe99-59cb-d1a8-c964c2239fb9-1aa2bc0e {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: auto;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c2239fbc-1aa2bc0e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a020-1aa2bc0e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8d6cf43b-cd11-4852-4cf0-ca7b3929f1c4-a491a007, #w-node-_8d6cf43b-cd11-4852-4cf0-ca7b3929f1ca-a491a007, #w-node-_3e92e988-4343-cb90-7c3e-ebdd18200d33-97df5d3a {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_2b8cf035-6f64-9df8-d07c-a230947f90d8-d09429e1 {
    grid-column: span 1 / span 1;
  }

  #property-view-on-maps.w-node-fa3fcd2d-e22b-3db2-7427-b4223c2389ce-6a27da98 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: auto;
  }

  #w-node-fa3fcd2d-e22b-3db2-7427-b4223c2389d1-6a27da98 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a34-6a27da98 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #property-view-on-maps.w-node-_60e7e119-fe99-59cb-d1a8-c964c2239fb9-e3f37769 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: auto;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c2239fbc-e3f37769 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a020-e3f37769 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #property-view-on-maps.w-node-_2c51baf0-76ef-f833-efbe-defffcc0e40d-64953bb6 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: auto;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e410-64953bb6 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e473-64953bb6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #property-view-on-maps.w-node-_2c51baf0-76ef-f833-efbe-defffcc0e40d-89f145cd {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: auto;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e410-89f145cd {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e473-89f145cd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5821f2af-d1ae-e914-7891-c1f74eb338da-4eb338d4 {
    align-self: auto;
  }

  #w-node-_56c619a7-d01a-a495-3b84-1f00215db901-215db8fc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #email-form.w-node-fe045273-619c-523b-c250-da9949c49af3-dae467a3 {
    justify-self: auto;
  }

  #w-node-fe045273-619c-523b-c250-da9949c49af4-dae467a3, #w-node-fe045273-619c-523b-c250-da9949c49af6-dae467a3, #w-node-fe045273-619c-523b-c250-da9949c49af8-dae467a3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_55b3e46c-b9c3-e49f-2f18-446e6df4aef5-ee20d49d, #w-node-_8b9c77be-ec2c-2c54-6bf3-5aee464c58c5-329faebe {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a52aa2e9-03f5-5d05-b7ea-0036c808ccf9-d9abe4d9, #w-node-a52aa2e9-03f5-5d05-b7ea-0036c808cd04-d9abe4d9, #w-node-a52aa2e9-03f5-5d05-b7ea-0036c808cd08-d9abe4d9, #w-node-a52aa2e9-03f5-5d05-b7ea-0036c808cd10-d9abe4d9, #w-node-a52aa2e9-03f5-5d05-b7ea-0036c808cd13-d9abe4d9, #w-node-a52aa2e9-03f5-5d05-b7ea-0036c808cd18-d9abe4d9, #w-node-_174c67bf-b14e-7bb2-540e-4ce068022ed4-d9abe4d9 {
    grid-column: span 4 / span 4;
  }

  #email-form.w-node-_174c67bf-b14e-7bb2-540e-4ce068022ed5-d9abe4d9 {
    justify-self: auto;
  }

  #w-node-_174c67bf-b14e-7bb2-540e-4ce068022ed6-d9abe4d9, #w-node-_13dd7b12-ff83-60b5-3b7e-e4d117dd2fc9-d9abe4d9, #w-node-_174c67bf-b14e-7bb2-540e-4ce068022ed8-d9abe4d9, #w-node-_174c67bf-b14e-7bb2-540e-4ce068022eda-d9abe4d9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #button-contact-form.w-node-_174c67bf-b14e-7bb2-540e-4ce068022edc-d9abe4d9 {
    justify-self: auto;
  }

  #w-node-d40b2cf1-ab17-817a-7b0e-6bff7c6f8de9-fce0f53f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d40b2cf1-ab17-817a-7b0e-6bff7c6f8def-fce0f53f, #w-node-f832c074-5bc9-2564-d7e2-eeb2c45e02d6-fce0f53f {
    grid-column: span 4 / span 4;
  }

  #w-node-f832c074-5bc9-2564-d7e2-eeb2c45e02ee-fce0f53f {
    grid-column-end: 5;
  }

  #w-node-f832c074-5bc9-2564-d7e2-eeb2c45e02f4-fce0f53f, #w-node-_5247e201-6331-fc6d-25c1-0e21ca0a8ae9-fce0f53f, #w-node-_5247e201-6331-fc6d-25c1-0e21ca0a8af6-fce0f53f {
    grid-column: span 4 / span 4;
  }

  #property-view-on-maps.w-node-_60e7e119-fe99-59cb-d1a8-c964c2239fb9-1aa2bc0e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c2239fbc-1aa2bc0e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c2239fd2-1aa2bc0e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a013-1aa2bc0e {
    display: none;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a020-1aa2bc0e, #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a045-1aa2bc0e, #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a087-1aa2bc0e, #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a13f-1aa2bc0e, #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a1d2-1aa2bc0e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8d6cf43b-cd11-4852-4cf0-ca7b3929f1c4-a491a007 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8d6cf43b-cd11-4852-4cf0-ca7b3929f1ca-a491a007 {
    grid-column: span 4 / span 4;
  }

  #w-node-c5f120b8-fbbf-be76-dcbc-3c1f15d96e9f-b83e8885 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3e92e988-4343-cb90-7c3e-ebdd18200d33-97df5d3a {
    grid-column: span 4 / span 4;
  }

  #email-form.w-node-_3e92e988-4343-cb90-7c3e-ebdd18200d34-97df5d3a {
    justify-self: auto;
  }

  #w-node-_3e92e988-4343-cb90-7c3e-ebdd18200d35-97df5d3a, #w-node-_3e92e988-4343-cb90-7c3e-ebdd18200d39-97df5d3a, #w-node-_3e92e988-4343-cb90-7c3e-ebdd18200d3b-97df5d3a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #button-contact-form.w-node-_3e92e988-4343-cb90-7c3e-ebdd18200d3d-97df5d3a {
    justify-self: auto;
  }

  #w-node-_91326f23-5a42-2e1f-209d-0f948c0c9412-843d51f8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #property-view-on-maps.w-node-fa3fcd2d-e22b-3db2-7427-b4223c2389ce-6a27da98 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto;
  }

  #w-node-fa3fcd2d-e22b-3db2-7427-b4223c2389d1-6a27da98 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-fa3fcd2d-e22b-3db2-7427-b4223c2389e6-6a27da98 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a27-6a27da98 {
    display: none;
  }

  #w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a34-6a27da98, #w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a5b-6a27da98, #w-node-fa3fcd2d-e22b-3db2-7427-b4223c238a9d-6a27da98, #w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b2a-6a27da98, #w-node-fa3fcd2d-e22b-3db2-7427-b4223c238b7b-6a27da98 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #property-view-on-maps.w-node-_60e7e119-fe99-59cb-d1a8-c964c2239fb9-e3f37769 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c2239fbc-e3f37769 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c2239fd2-e3f37769 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a013-e3f37769 {
    display: none;
  }

  #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a020-e3f37769, #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a045-e3f37769, #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a087-e3f37769, #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a13f-e3f37769, #w-node-_60e7e119-fe99-59cb-d1a8-c964c223a1d2-e3f37769 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #property-view-on-maps.w-node-_2c51baf0-76ef-f833-efbe-defffcc0e40d-64953bb6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e410-64953bb6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e425-64953bb6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e466-64953bb6 {
    display: none;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e473-64953bb6, #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e49a-64953bb6, #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4dc-64953bb6, #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e569-64953bb6, #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5ba-64953bb6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #property-view-on-maps.w-node-_2c51baf0-76ef-f833-efbe-defffcc0e40d-89f145cd {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e410-89f145cd {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e425-89f145cd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e466-89f145cd {
    display: none;
  }

  #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e473-89f145cd, #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e49a-89f145cd, #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e4dc-89f145cd, #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e569-89f145cd, #w-node-_2c51baf0-76ef-f833-efbe-defffcc0e5ba-89f145cd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Italiana';
  src: url('../fonts/Italiana-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Granjon';
  src: url('../fonts/Granjon.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kenjo I';
  src: url('../fonts/Kenjo-I.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}