.agent-website-7,
.agent-website-7 * {
  box-sizing: border-box;
}
.agent-website-7 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  max-width: 2800px;
  position: relative;
  overflow: hidden;
}

[data-aos] {
  will-change: opacity, transform;
}

[data-aos="fade-up"]:not(.aos-animate) { transform: translate3d(0, 20px, 0) !important; }
[data-aos="fade-right"]:not(.aos-animate) { transform: translate3d(-20px, 0, 0) !important; }
[data-aos="fade-left"]:not(.aos-animate) { transform: translate3d(20px, 0, 0) !important; }

/* Never leave content invisible after AOS marks it as revealed. */
[data-aos].aos-animate {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

@media (prefers-reduced-motion: reduce) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.hero {
  padding: 32px 64px 32px 64px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: flex-start;
  justify-content: flex-end;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.submit-btn.success {
  padding: 0 !important;
}

.logo {
  max-width: 200px;
  /*position: absolute;
  top: 50px;
  left: 5%;*/
}

.logo-wrap {
  width: 100%;
}

/* .hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 16px;
} */

/* .frame-1171275553 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 300px;
  position: relative;
} */

.title {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  margin-top: 600px;
  margin-left: 5%;
  padding-bottom: 64px;
}
.header {
  color: var(--inverted-header-text-color);
  font-size: var(--h1-font-size);
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  flex: 1;
}
.hero2 {
  padding: 64px;
  display: flex;
  flex-direction: row;
  gap: 32px;
  row-gap: 64px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.frame-11712755532 {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  min-width: 200px;
  position: relative;
}
.paragraph {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 800px;
  position: relative;
}
.this-is-a-paragraph {
  color: var(--inverted-container-text-color);
  font-size: calc(var(--body-font-size) * 1.4);
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: 400;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.button {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  border: 1px solid var(--button-border);
  padding: 16px 32px 16px 32px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  text-align: left;
  font-size: calc(var(--body-font-size) * 1.06);
  letter-spacing: 0.5px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.agent-website-7 .btn,
.agent-website-7 .submit-btn {
  border-color: var(--button-border);
}

.agent-website-7 .hero2 .button,
.agent-website-7 .inverted .btn,
.agent-website-7 .inverted .submit-btn {
  border-color: var(--button-border);
}

.agent-website-7 .hero-contact-button,
.agent-website-7 .contact-form .submit-btn,
.agent-website-7 .agent-profile__cta {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: var(--button-border, var(--container-text-color)) !important;
  box-shadow: inset 0 0 0 1px var(--button-border, var(--container-text-color));
}

.testimonial {
  background: var(--container-bg-color);
  padding: 80px 72px;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.testimonial-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 19px;
}

.testimonial-ttl {
  letter-spacing: -0.5px;
}

.frame-1171275610 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.ellipse-135 {
  border-radius: 50%;
  flex-shrink: 0;
  width: 128px;
  height: 128px;
  position: relative;
  object-fit: cover;
}
.title2 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 1024px;
  position: relative;
  overflow: hidden;
}
.header2 {
  color: var(--container-header-color, var(--container-text-color));
  text-align: left;
  font-size: var(--h1-font-size);
  font-weight: 500;
  position: relative;
  flex: 1;
}
.this-is-a-paragraph2 {
  color: var(--container-text-color);
  text-align: left;
  /* font-size: 20px; */
  font-size: calc(var(--body-font-size) * 1.4);
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.testimonial2 {
  background: var(--container-bg-color);
  padding: 64px 0px 64px 0px;
  display: flex;
  flex-direction: row;
  gap: 300px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-1171275609 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  height: auto;
  position: relative;
  overflow: visible;
}
.services {
  background: var(--inverted-container-bg-color);
  padding: 80px 170px 80px 170px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.listing-title {
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 1600px;
  position: relative;
}

.paragraph2 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.this-is-a-paragraph3 {
  color: var(--inverted-container-text-color);
  text-align: left;
  font-size: calc(var(--body-font-size) * 1.4);
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.title3 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 1024px;
  position: relative;
}
.header3 {
  color: var(--inverted-header-text-color);
  text-align: left;
  /* font-size: 48px; */
  font-size: calc(var(--h1-font-size));
  font-weight: 500;
  position: relative;
  flex: 1;
}
.frame-1171275521 {
  display: flex;
  flex-direction: row;
  gap: 200px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 1600px;
  position: relative;
}
.img {
  flex: 1;
  height: 504px;
  min-width: 300px;
  position: relative;
  object-fit: cover;
}
.frame-1171275522 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  min-width: 280px;
  position: relative;
}
.row-1 {
  border-style: solid;
  border-color: color-mix(in srgb, currentColor 20%, transparent);
  border-width: 0px 0px 1px 0px;
  padding: 0px 0px 40px 0px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.title4 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 300px;
  position: relative;
}
.paragraph3 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  min-width: 240px;
  position: relative;
}
.this-is-a-paragraph4 {
  color: var(--inverted-container-text-color);
  font-size: calc(var(--body-font-size) * 1.06);
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 400;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.title5 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  min-width: 300px;
  position: relative;
}
.title6 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 324.5px;
  height: 86px;
  min-width: 200px;
  position: relative;
}
.row-12 {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.success {
  background: var(--container-bg-color);
  border-style: solid;
  border-color: var(--button-border);
  border-width: 1px 0px 0px 0px;
  padding: 64px 0 150px;
  display: grid;
  grid-template-columns:
    [full-start] minmax(24px, 1fr)
    [content-start] min(1600px, calc(100% - 48px))
    [content-end] minmax(24px, 1fr)
    [full-end];
  row-gap: 64px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.success > .title8,
.success > .container {
  grid-column: content;
  width: 100%;
}
.title8 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.title9 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  /* overflow: hidden; */
}
.container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.row-13 {
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.item-1 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  min-width: 250px;
  position: relative;
}
.image {
  align-self: stretch;
  flex-shrink: 0;
  height: 320px;
  position: relative;
  object-fit: cover;
}
.content {
  display: flex;
  flex-direction: row;
  row-gap: 32px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-1171275584 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  min-width: 300px;
  position: relative;
}
.frame-1171275551 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  min-width: 300px;
  max-width: 800px;
  position: relative;
}
.title10 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.header5 {
  color: var(--container-header-color, var(--container-text-color));
  text-align: left;
  font-size: calc(var(--h2-font-size) * 1.08);
  letter-spacing: -0.015em;
  font-weight: 500;
  position: relative;
}
.sold {
  color: var(--container-header-color, var(--container-text-color));
  text-align: left;
  font-size: calc(var(--h3-font-size));
  font-weight: 500;
  position: relative;
}
.rechat-listings-sdk {
  width: 100%;
  flex: 1;
}

/* Keep Pure's grid mechanics without replacing brand-palette typography. */
.agent-website-7 .pure-g,
.agent-website-7 .pure-g [class*="pure-u"] {
  font-family: inherit;
}
.rechat-listings-root,
.rechat-listings-sdk rechat-listings {
  display: block;
  width: 100%;
}
.rechat-listings-toolbar {
  margin-bottom: var(--rechat-theme-space-6);
}
.rechat-listings-toolbar .search_address_input,
.rechat-listings-toolbar .search_address_input__field_wrapper,
.rechat-listings-toolbar .map-listings-filters__container {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.rechat-listings-results {
  display: flex;
  flex-direction: column;
  gap: var(--rechat-theme-space-6);
  width: 100%;
}
.frame-1171275443 {
  background: var(--container-bg-color);
  border: 0;
  padding: 72px 0;
  display: grid;
  grid-template-columns:
    [full-start] minmax(24px, 1fr)
    [content-start] min(1600px, calc(100% - 48px))
    [content-end] minmax(24px, 1fr)
    [full-end];
  row-gap: 64px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-1171275441 {
  grid-column: content;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: none;
  position: relative;
}
.title11 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-1171275398 {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 100%;
}
.screenshot-2024-09-25-at-21-46-52-1 {
  border-radius: 4px;
  flex-shrink: 0;
  width: 368px;
  height: 360px;
  position: relative;
  object-fit: cover;
}
.screenshot-2024-09-25-at-21-46-52-2 {
  border-radius: 4px;
  flex-shrink: 0;
  width: 368px;
  height: 360px;
  position: relative;
  object-fit: cover;
}
.screenshot-2024-09-25-at-21-46-52-3 {
  border-radius: 4px;
  flex-shrink: 0;
  width: 368px;
  height: 360px;
  position: relative;
  object-fit: cover;
}
.footer {
  background: var(--container-bg-color);
  border: 0;
  padding: 150px 64px 64px 64px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.credits {
  padding: 50px 0px 50px 0px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.rechat {
  display: flex;
  flex-direction: column;
  gap: 52px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-1171275476 {
  display: flex;
  flex-direction: column;
  gap: 52px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.paragraph4 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.this-is-a-paragraph5 {
  color: var(--container-text-color);
  text-align: left;
  /* font-size: 16px; */
  font-size: calc(var(--body-font-size) * 1.06);
  line-height: 1.5;
  letter-spacing: 0.15px;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.this-is-a-paragraph6 {
  color: var(--inverted-container-text-color);
  text-align: left;
  font-size: calc(var(--body-font-size) * 1.28);
  line-height: 1.5;
  letter-spacing: 0.15px;
  font-weight: 400;
  position: relative;
  flex: 1;
}

.powered-by-rechat {
  color: #000;
  flex-shrink: 0;
  width: 142.86px;
  height: 16px;
  position: relative;
  overflow: visible;
}

.link {
  transition: 0.3s ease;
  cursor: pointer;
}

.link:hover {
  transform: scale(1.1);
}
.unknownImg {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  min-width: 400px;
  position: relative;
}

.maxHeight {
  height: 110vh;
  position: absolute;
  width: 100%;
  padding: 0;
}

body.gjs-dashed .maxHeight {
  height: 1100px !important;
}

@media only screen and (max-width: 1024px) {
  .header {
    /* font-size: 100px; */
    /*line-height: 80px;*/
  }

  .maxHeight {
    height: 930px;
  }
}

@media only screen and (max-width: 749px) {
  .services {
    padding: 80px 70px 80px 70px;
  }

  .maxHeight {
    height: 755px;
  }

  .hero2 {
    padding: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .hero,
  .testimonial,
  .services,
  .frame-1171275443,
  .success,
  .footer {
    padding: 32px 14px 32px 14px;
  }

  .logo {
    width: 150px;
    position: absolute;
    top: 25px;
  }

  .image2 {
    width: 100%;
  }

  .unknownImg {
    min-width: 250px;
  }

  .maxHeight {
    padding: 0 !important ;
  }
  .hero2 {
    padding: 30px 16px;
  }

  .testimonial {
    gap: 32px;
  }
}

@media only screen and (max-width: 320px) {
  .maxHeight {
    padding: 0 !important ;
  }
}

.splide__list li {
  margin-right: 10px !important;
}
.splide__slide {
  width: auto !important;
  height: auto !important;
  max-width: 100vw;
  max-height: 80vh;
}
.splide__list,
.splide__track {
  width: 100% !important;
  height: auto !important;
  padding-right: 0 !important;
}
.splide__image {
  width: 100% !important;
  /* height: auto !important; */
  object-fit: cover;
}

/* Alpha SDK integration: layout only; colors are owned by the SDK color mode. */
.success-listings-sdk {
  display: block;
  width: 100%;
  min-width: 0;
}

.success-listings-root,
.success-listings-sdk rechat-listings,
.success-listings-sdk rechat-map-listings-grid {
  display: block;
  width: 100%;
}

.success-listings-sdk > rechat-root,
#LISTING rechat-root {
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
}

.rechat-listings-sdk > [data-type="grid-column"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.success-listings-sdk .map-listing-grid__root,
#LISTING .map-listing-grid__root {
  display: block;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

.success-listings-sdk rechat-map-listings-grid {
  max-height: none !important;
  overflow: visible !important;
}

.success-listings-sdk .map-listing-grid__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(32px, 5vw, 72px);
  row-gap: clamp(36px, 5vw, 64px);
  width: 100%;
  min-height: 0 !important;
  overflow: visible !important;
  padding: 0;
}

.success-listings-sdk .map-listing-grid__card-wrapper {
  display: block;
  width: 100%;
  min-width: 0;
}

/* The SDK replaces listing cards with one empty-state element when no results
   match. Let that state span the complete section instead of treating it as
   the first card in the two-column editorial grid. */
.success-listings-sdk .map-listing-grid__list:not(:has(.map-listing-grid__card-wrapper)) {
  display: flex;
  width: 100%;
  min-height: 240px !important;
  align-items: center;
  justify-content: center;
}

.success-listings-sdk .map-listing-grid__list:not(:has(.map-listing-grid__card-wrapper)) > * {
  box-sizing: border-box;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

/* Some legacy editor shells inject this obsolete vertical-menu overlay after
   the hero. It must never intercept clicks on the page or SDK drawers. */
#fade.fade,
.vertical-menu .fade {
  display: none !important;
  pointer-events: none !important;
}

/* Reference design: the two sold cards are wide, monochrome editorial features. */
.success-listings-sdk .rechat-listing-card,
.success-listings-sdk .listing-card {
  width: 100%;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.success-listings-sdk .rechat-listing-card__media,
.success-listings-sdk .rechat-listing-card__photo,
.success-listings-sdk .rechat-listing-card__photo-image,
.success-listings-sdk .listing-card__image {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 2.15 / 1;
  border-radius: 0;
}

.success-listings-sdk .rechat-listing-card__photo-image,
.success-listings-sdk .listing-card__image {
  object-fit: cover;
  filter: grayscale(1);
}

.success-listings-sdk .rechat-listing-card__content,
.success-listings-sdk .listing-card__properties {
  padding: 16px 0 0;
}

#LISTING rechat-root {
  display: block;
  width: 100%;
}

#LISTING,
#LISTING rechat-root,
#LISTING rechat-listings {
  text-align: left;
}

#LISTING rechat-listings-count {
  display: block;
  padding: 14px 0 20px;
  text-align: left;
}

#LISTING rechat-listings-count > p {
  margin: 0;
  padding: 0;
  text-align: left;
}

#LISTING .map-listing-grid__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: clamp(24px, 3vw, 44px);
  row-gap: clamp(32px, 4vw, 52px);
  min-height: 0 !important;
  overflow: visible !important;
  padding: 0;
}

#LISTING .map-listing-grid__card-wrapper {
  display: block;
  width: 100%;
  min-width: 0;
}

/* Reference design: listing cards stay compact and retain full-color photography. */
#LISTING .rechat-listing-card,
#LISTING .listing-card {
  width: 100%;
  max-width: none;
}

#LISTING .rechat-listing-card__media,
#LISTING .rechat-listing-card__photo,
#LISTING .rechat-listing-card__photo-image,
#LISTING .listing-card__image {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1.45 / 1;
}

#LISTING .rechat-listing-card__photo-image,
#LISTING .listing-card__image {
  object-fit: cover;
  filter: none;
}

@media only screen and (max-width: 900px) {
  #LISTING .map-listing-grid__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 700px) {
  .success-listings-sdk .map-listing-grid__list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media only screen and (max-width: 560px) {
  #LISTING .map-listing-grid__list {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}


.splide__pagination li {
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
}

.splide__pagination__page {
  width: 30px !important;
  border-radius: 3px !important;
  height: 5px !important;
  margin: 5px !important;
  background: color-mix(in srgb, var(--container-text-color) 55%, transparent) !important;
}
.splide__pagination__page.is-active {
  background: var(--button-bg-color) !important;
  border: solid 1px var(--button-border) !important;
  transform: scale(1.3) !important;
}

.splide--draggable > .splide__track > .splide__list > .is-active {
  margin-right: 10px !important;
}

/* agent block styles*/
.agent-light,
.agent-light * {
  box-sizing: border-box;
}
.agent-light {
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-end;
  max-width: 1200px;
  width: 100%;
}

/* Pure grid agent profile: template layout only. */
.agent-light {
  max-width: 1600px;
}

.agent-profile {
  width: 100%;
  align-items: center;
}

.agent-profile > [class*="pure-u"] {
  box-sizing: border-box;
  padding: clamp(12px, 1.5vw, 24px);
  vertical-align: middle;
}

.agent-profile__photo-unit {
  text-align: left;
}

.agent-profile__photo {
  display: block;
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
  object-position: center 25%;
}

.agent-profile__details {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.agent-profile__team,
.agent-profile__designation {
  font-size: var(--body-font-size);
}

.agent-profile__name {
  font-size: clamp(36px, 3.2vw, 56px);
  font-weight: 500;
  line-height: 1.05;
}

.agent-profile__contact-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin-top: 26px;
  width: 100%;
}

.agent-profile__contact-row {
  display: flex;
  gap: 16px;
  align-items: center;
}

.agent-profile__contact-row--plain {
  padding-left: 0;
}

.agent-profile__contact-row--address {
  grid-column: auto;
}

.agent-profile__contact-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}

.agent-profile__contact-value {
  overflow-wrap: anywhere;
}

.agent-profile__contact-value {
  color: inherit;
  font-size: calc(var(--body-font-size) * 1.05);
  line-height: 1.3;
  text-decoration: none;
}

.agent-profile__actions {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
}

.agent-profile__actions .bma__socials {
  width: auto;
  max-width: 100%;
  justify-content: flex-end;
}

.agent-profile__actions .bma__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.agent-profile__cta {
  display: inline-flex;
  min-height: 64px;
  padding: 16px 30px;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .agent-profile > [class*="pure-u"] {
    padding: 12px 0;
  }

  .agent-profile__photo {
    max-height: 360px;
  }

  .agent-profile__details {
    padding-top: 18px;
  }

  .agent-profile__actions {
    min-height: 0;
    padding-top: 18px;
    align-items: flex-start;
  }

  .agent-profile__actions .bma__socials {
    justify-content: flex-start;
  }
}
.get-in-touch {
  font-size: 64px;
  font-weight: 500;
}
.frame-2085664016 {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: wrap;
}
.slider3 {
  width: 396px;
  height: 500px;
  object-fit: contain;
}
.frame-1171275523 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
}
.name-designation {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
}
.frame-2085664023 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
}
.team-name {
  font-size: 24px;
}
.sarah-sanders {
  font-weight: 600;
}
.sales-representative {
  letter-spacing: 0.4px;
}
.frame-2085664024 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
}
.frame-1171275508 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
}
.frame-2085664019 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
}
.phone {
  letter-spacing: 2px;
}
.frame-2085664020 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
}
.emailEmail {
  letter-spacing: 2px;
}
.frame-2085664025 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
}
.license {
  letter-spacing: 2px;
}
.frame-2085664022 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
}
.vector-148 {
  height: 1px;
}
.office {
  letter-spacing: 2px;
}
.frame-2085664026 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
}
.address {
  letter-spacing: 2px;
}

/*.frame-20856640262 {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
}
.social-icon {
  width: 24px;
  height: 24px;
}*/

@media only screen and (max-width: 768px) {
  .get-in-touch {
    font-size: 48px !important;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .agent-light {
    padding: 40px 0;
  }
  .mls-num {
    text-align: left;
  }
  .frame-2085664016 {
    width: 100%;
  }
  .frame-2085664027 {
    width: 100%;
  }
  .slider3 {
    width: 100%;
    height: 350px;
  }
  .frame-1171275523 {
    max-width: 90%;
  }
  /*.frame-20856640262 {
    gap: 15px;
  }*/
  .vector-148 {
    width: 100%;
  }
}

@media print {
  .agent-light {
    page-break-inside: avoid !important;
    padding: 0;
  }
  .slider3 {
    height: 350px;
    width: 300px;
  }
  .frame-20856640262 {
    display: none;
  }
  .get-in-touch {
    text-align: center;
  }
  .frame-2085664016 {
    flex-direction: column;
    align-items: center;
  }
}
/* agent block styles end */

/* Composed top hero: image, overlapping name, biography, and CTA. */
.agent-website-7 > .hero.maxHeight {
  position: relative;
  z-index: 1;
  width: 100%;
  height: clamp(720px, 82vh, 980px);
  min-height: 720px;
  padding: 0 !important;
  overflow: visible;
}

.agent-website-7 > .hero.maxHeight > img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center 28%;
}

.agent-website-7 > .hero.maxHeight > .hero-gradient {
  position: absolute;
  inset: 35% 0 0;
  z-index: 1;
  pointer-events: none;
}

.agent-website-7 > .hero.maxHeight > .logo-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  pointer-events: none;
}

.agent-website-7 > .hero.maxHeight > .logo-wrap > a,
.agent-website-7 > .hero.maxHeight > .logo-wrap > .title {
  pointer-events: auto;
}

.agent-website-7 > .hero.maxHeight .title {
  position: absolute;
  right: 5%;
  bottom: -34px;
  left: 5%;
  width: auto;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
}

.agent-website-7 > .hero.maxHeight .header {
  max-width: 9ch;
  font-size: clamp(92px, 11vw, 176px);
  line-height: 0.72;
  letter-spacing: -0.05em;
  text-shadow: 0 8px 34px color-mix(in srgb, currentColor 28%, transparent);
}

.agent-website-7 > .hero2 {
  z-index: 0;
  padding: clamp(130px, 12vw, 178px) 5% clamp(72px, 7vw, 104px);
  justify-content: flex-start;
}

.agent-website-7 > .hero2 .frame-11712755532 {
  max-width: 900px;
}

@media only screen and (max-width: 760px) {
  .agent-website-7 > .hero.maxHeight {
    height: clamp(560px, 72vh, 700px);
    min-height: 560px;
  }

  .agent-website-7 > .hero.maxHeight > .logo-wrap > a {
    top: 24px !important;
    left: 18px !important;
  }

  .agent-website-7 > .hero.maxHeight .title {
    right: 20px;
    bottom: -20px;
    left: 20px;
  }

  .agent-website-7 > .hero.maxHeight .header {
    font-size: clamp(62px, 18vw, 104px);
    line-height: 0.78;
  }

  .agent-website-7 > .hero2 {
    padding: 94px 20px 64px;
  }
}

/* Consistent, compact vertical rhythm across the main page sections. */
.agent-website-7 > .hero2 {
  padding-top: clamp(130px, 12vw, 178px);
  padding-bottom: clamp(56px, 5vw, 72px);
}

.agent-website-7 > .services,
.agent-website-7 > .testimonial,
.agent-website-7 > .success,
.agent-website-7 > .frame-1171275443 {
  padding-top: clamp(56px, 6vw, 80px);
  padding-bottom: clamp(56px, 6vw, 80px);
}

.agent-website-7 > .success {
  padding-bottom: 24px;
}

.agent-website-7 > .frame-1171275443 {
  padding-top: 24px;
}

.agent-website-7 > .footer {
  padding-top: clamp(64px, 7vw, 96px);
  padding-bottom: 40px;
}

.agent-website-7 > .footer .agent-light {
  padding-top: 40px;
  padding-bottom: 40px;
}

.agent-website-7 > .footer .credits {
  padding-top: 36px;
  padding-bottom: 36px;
  border: 0 !important;
}

/* Legal and platform attribution must remain visible even if page animation
   resources are unavailable on a generated website. */
.agent-website-7 > .footer .credits .rechat {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.agent-website-7 > .footer .agent-light {
  border-bottom: 0 !important;
}

@media only screen and (max-width: 760px) {
  .agent-website-7 > .hero2 {
    padding-top: 94px;
    padding-bottom: 48px;
  }

  .agent-website-7 > .services,
  .agent-website-7 > .testimonial,
  .agent-website-7 > .success,
  .agent-website-7 > .frame-1171275443,
  .agent-website-7 > .footer {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .agent-website-7 > .success,
  .agent-website-7 > .frame-1171275443 {
    grid-template-columns:
      [full-start] 14px
      [content-start] minmax(0, 1fr)
      [content-end] 14px
      [full-end];
    padding-right: 0;
    padding-left: 0;
  }

  .agent-website-7 > .success {
    padding-bottom: 24px;
  }

  .agent-website-7 > .frame-1171275443 {
    padding-top: 24px;
  }

}
