<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.landing-page-header {
  position: relative;
  padding: clamp(39px, 4.17vw, 80px) clamp(18px, 6.51vw, 125px);
  min-height: 48.43vw;
  overflow: hidden;
}

.landing-page-header::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 140.26vw;
  width: 151.1vw;
  background-image: url(/img/site_specific_images/blue_waves_backgroud.jpg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.landing-page-header &gt; div {
  z-index: 1;
}

.landing-page-header__container--left-bottom {
  display: none;
}

.landing-page-header__title h1 {
  position: relative;
  color: var(--design-sys-sec-color__purple--7);
  font-size: clamp(30px, 1.65vw, 40px);
  line-height: clamp(48px, 4.16vw, 50px);
  margin-bottom: 0.44vw;
  height: 55px;
  text-shadow: 0px 19px 41px rgb(0 0 0 / 30%);
}

.landing-page-header__title--unlock {
  color: var(--design-sys-sec-color__blue--2);
}

.landing-page-header__title-animation {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.landing-page-header__title-animation
  span:not(.landing-page-header__title--unlock) {
  opacity: 0;
  transition: opacity 0.7s ease;
}

.landing-page-header__title-animation--show {
  pointer-events: visible;
}

.landing-page-header__title-animation--show span {
  opacity: 1 !important;
}

.landing-page-header__title h2 {
  font-family: "Poppins";
  color: var(--design-sys-sec-color__white);
  font-size: clamp(34px, 3.65vw, 70px);
  line-height: clamp(48px, 4.16vw, 80px);
  padding-right: 2.5vw;
  margin-bottom: 2.38vw;
  text-shadow: 0px 19px 41px rgb(0 0 0 / 30%);
}
.landing-page-header__title h3 {
  font-family: "Poppins";
  color: var(--design-sys-sec-color__white);
  font-size: clamp(20px, 1.09vw, 26px);
  line-height: clamp(30px, 2.6vw, 30px);
  padding-right: 5.5vw;
  margin-bottom: 5.38vw;
  text-shadow: 0px 9px 72px rgba(0, 0, 0, 0.17);
}

.landing-page-header__button {
  font-family: "Poppins";
  width: min(28.67vw, 330px);
  padding: 12px 60px;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
  font-size: 16px;
  box-shadow: 0px 92px 26px 0px rgba(0, 0, 0, 0),
    0px 59px 23px 0px rgba(0, 0, 0, 0.01), 0px 33px 20px 0px rgba(0, 0, 0, 0.05),
    0px 15px 15px 0px rgba(0, 0, 0, 0.09), 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}

.landing-page-header__tabs-container {
  max-width: 554px;
  margin: 0 auto;
  padding: clamp(5px, 0.88vw, 17px) clamp(11px, 1.98vw, 23px);
  gap: 0.67vw;
  border-radius: 100px;
  border: 1px solid var(--Card-Fill, rgba(255, 255, 255, 0.3));
  background: rgba(255, 255, 255, 0.52);
}

.landing-page-header__tab {
  font-family: "Poppins";
  font-size: clamp(16px, 0.94vw, 18px);
  line-height: clamp(20px, 1.46vw, 28px);
  color: var(--design-sys-sec-color__blue--9);
  background: var(--design-sys-sec-color__grey--10);
  border: 1px solid var(--design-sys-sec-color__purple--2);
  border-radius: 100px;
  padding-left: clamp(10px, 1.25vw, 24px);
  padding-right: clamp(10px, 1.25vw, 24px);
}

.landing-page-header__tab:hover,
.landing-page-header__tab--active {
  color: var(--design-sys-sec-color__white);
  background: var(--Card-2, linear-gradient(180deg, #2e5bb2 0%, #0f3785 100%));
  border-color: var(--design-sys-sec-color__purple--2);
}

.landing-page-header__imgs {
  position: relative;
  margin-top: 23px;
  height: 100%;
}

.landing-page-header__imgs-container {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}

.landing-page-header__imgs-container--active {
  pointer-events: visible;
  opacity: 1;
}

.landing-page-header__imgs-container &gt; div {
  position: absolute;
  border-radius: 1.3vw;
  overflow: hidden;
  background: transparent;
  box-shadow: 0px 16px 35px 0px rgba(0, 0, 0, 0.1);
}

.landing-page-header__img {
  cursor: pointer;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
}

.landing-page-header__img-big__container {
  width: 23.54vw;
  height: 30vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.landing-page-header__img-hover img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: unset;
  max-height: unset;
  transform: translate(-50%, -50%);
}

.landing-page-header__img-hover img:last-of-type {
  opacity: 0;
}

.landing-page-header__img-square__container {
  width: 10.42vw;
  height: 10.42vw;
  top: 0;
  right: 2.6vw;
}

.landing-page-header__img-square__container img {
  height: 100%;
  width: 100%;
}

.landing-page-header__img-vertical__container {
  width: 11.1vw;
  height: 13.49vw;
  top: 6.4vw;
  left: 2.5vw;
}

.landing-page-header__img-vertical__container img {
  height: auto;
  width: 100%;
}

.landing-page-header__img-horizontal__container {
  width: 18.54vw;
  height: 11.97vw;
  bottom: -0.26vw;
  right: 2.6vw;
}

.landing-page-header__img-horizontal__container img {
  height: auto;
  width: 100%;
}

/* Special adjusments */
img[alt="prospecting-graphic-4-hover"].landing-page-header__img-horizontal-hover {
  height: 100%;
  width: auto;
  left: 0;
  transform: translateY(-50%);
}

img[alt="new-listing-graphic-2"].landing-page-header__img-vertical,
img[alt="new-listing-graphic-2-hover"].landing-page-header__img-vertical-hover,
img[alt="open-house-graphic-2"].landing-page-header__img-vertical {
  top: 0;
  transform: translateX(-50%);
}
.desktop-hide{
  display: none;
}

/* desktop */
@media (min-width: 770px) {
  .landing-page-header__img-big:hover {
    transform: scale(1.05);
  }

  .landing-page-header__img-hover:hover img:first-of-type {
    opacity: 0;
  }

  .landing-page-header__img-hover img:first-of-type,
  .landing-page-header__img-hover:hover img:last-of-type {
    opacity: 1;
  }
}

/* mobile */
@media (max-width: 768px) {
  .landing-page-header {
    padding: 39px 35px;
    min-height: unset;
    flex-direction: column;
    align-items: center;
  }

  .landing-page-header::before {
    height: 100%;
    width: 100%;
    background-size: auto 100%;
    background-position-x: 35%;
  }

  .landing-page-header__container--left,
  .landing-page-header__container--right {
    width: 100%;
    max-width: 360px;
    align-items: center;
  }

  .landing-page-header__container--right {
    margin-bottom: 98px;
    height: 307px;
  }

  .landing-page-header__button {
    position: absolute;
    max-width: 360px;
    bottom: 43px;
    padding: 12px 60px;
    font-size: 16px;
  }

  .landing-page-header__title {
    width: calc(100% + 2px);
    margin-left: -1px;
  }

  .landing-page-header__title h1 {
    font-size: clamp(25px, 7.71vw, 21px);
    line-height: clamp(29px, 8.87vw, 23px);
    height: 45px;
  }

  .landing-page-header__title h2 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .landing-page-header__title h3 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    padding-right: 0;
    margin-bottom: 32px;
  }

  .landing-page-header__tabs-container {
    display: none;
  }

  .landing-page-header__imgs-container &gt; div {
    border-radius: 10px;
  }

  .landing-page-header__imgs {
    width: 100%;
    margin-top: 0;
  }

  .landing-page-header__img-big__container {
    width: 208px;
    height: 265px;
  }

  .landing-page-header__img-square__container {
    width: 92px;
    height: 92px;
  }

  .landing-page-header__img-vertical__container {
    top: 56px;
    width: 98px;
    height: 119px;
  }

  .landing-page-header__img-horizontal__container {
    width: 164px;
    height: 106px;
  }
  .design-sys-nav__create_btn {
    display: inline;
  }
  .desktop-button {
    display: none;
  }
}

@media (max-width: 420px) {
  .landing-page-header__title {
    width: calc(100% + 6.18vw);
    margin-left: -3.09vw;
  }
}
</pre></body></html>