.agent,
.agent * {
  box-sizing: border-box;
}
.agent {
  background: var(--white, #ffffff);
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  max-width: 2800px;
  position: relative;
  overflow: hidden;
}
.submit-btn.success {
  padding: 0 !important;
}
.frame-1171275527 {
  padding: 0px 100px 0px 0px;
  display: flex;
  flex-direction: row;
  gap: 100px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  height: 800px;
  /* height: 100vh; */
}

.container {
  width: 100%;
}

.slider-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
  /* overflow: hidden; */
  width: 100%;
}

.slider-container .slide {
  /* margin: 0 100px 0 0 ; */
  flex: 0 0 100%; 
  transition: 0.5s ease-in-out;
  opacity: 0 !important;
}

.slider-container .slide.active {
  opacity: 1 !important;
}

.logo {
  width: 225px;
  margin-bottom: 20px;
}


.slider-arrow {
  cursor: pointer;
  transition: .2s ease-in-out ;
}

.slider-arrow:hover {
  transform: scale(1.4);
}

.splide__list li {
  margin-right: 10px !important;
}
.splide__slide {
  width: auto !important;
  height: auto !important;
  max-width: 100vw;
  max-height: 100vh;
}
.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;
}

.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: #888 !important; 
}
 .splide__pagination__page.is-active
{
  background: #000 !important;
  border:solid 1px #aaa !important;
  transform: scale(1.3) !important;
}

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

.image {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  flex: 1;
  
  min-width: 200px;
  max-width: 1600px;
  position: relative;
  object-fit: cover;
}
.frame-1171275526 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  min-width: 300px;
  max-width: 1600px;
  position: relative;
  margin: 20px 0;
}
.frame-1171275525 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.agent-name {
  color: var(--black, #000000);
  text-align: left;
  font-size: 94px;
  line-height: 100%;
  letter-spacing: -2.22px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
}
.agent-desc {
  color: var(--black, #000000);
  text-align: left;
  font-size: 17px;
  line-height: 160%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.frame-1171275355 {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.listing-button {
  padding: 12px 48px 12px 48px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.listings {
  color: var(--black, #000000);
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  font-weight: 400;
  position: relative;
}
.contact-button {
  background: var(--black, #000000);
  padding: 12px 48px 12px 48px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.contact {
  color: var(--white, #ffffff);
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  font-weight: 400;
  position: relative;
}
.quote {
  padding: 80px 170px 80px 170px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  justify-content: flex-end;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.arrow-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 1600px;
  position: relative;
}
.frame-1171275358 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.arrow-left {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  overflow: visible;
}
.arrow-right {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  overflow: visible;
}
.content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 1600px;
  position: relative;
}
.icon {
  filter: invert(1);
  /* opacity: 0.08; */
  flex-shrink: 0;
  width: 74.3px;
  height: 56.99px;
  position: relative;
  overflow: visible;
}
.desc {
  color: #fff;
  text-align: left;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.5px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.credit-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 1600px;
  position: relative;
}
.credit {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.exceptional-and-trustworthy-support {
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 160%;
  font-weight: 700;
  position: relative;
}
.line-28 {
  margin-top: -1px;
  border-style: solid;
  border-color: var(--black, #000000);
  border-width: 1px 0 0 0;
  flex-shrink: 0;
  width: 16px;
  height: 0px;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(120deg) scale(1, 1);
}
.exceptional-and-trustworthy-support2 {
  color: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 160%;
  font-weight: 300;
  position: relative;
}
.listing {
  background: var(--white, #ffffff);
  padding: 80px 170px 80px 170px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  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;
}
.collective-properties {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-1171275517 {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.line-282 {
  margin-top: -1px;
  border-style: solid;
  border-color: var(--black, #000000);
  border-width: 1px 0 0 0;
  flex-shrink: 0;
  width: 60px;
  height: 0px;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
}
.exceptional-and-trustworthy-support3 {
  color: var(--black, #000000);
  text-align: left;
  font-size: 12px;
  line-height: 160%;
  font-weight: 400;
  position: relative;
}
.exclusive-listings {
  color: var(--black, #000000);
  text-align: left;
  font-size: 62px;
  line-height: 100%;
  letter-spacing: -2.22px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
  margin: 0;
}
.frame-1171275524 {
  width: 100%;
  flex-shrink: 0;
  height: 700px;
  max-width: 1600px;
  min-height: 700px;
  position: relative;
  overflow: hidden;
}
.services {
  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;
}
.frame-11712755172 {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.unparalleled-passion-unmatched-results {
  color: var(--black, #000000);
  text-align: left;
  font-size: 62px;
  line-height: 100%;
  letter-spacing: -2.22px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
  min-width: 250px;
  margin: 0;
}
.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-shrink: 0;
  width: 275px;
  height: 504px;
  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: rgba(0, 0, 0, 0.2);
  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;
}
.title {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 200px;
  position: relative;
}
._01 {
  color: var(--black, #000000);
  text-align: left;
  font-size: 17px;
  line-height: 160%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.exploration {
  color: var(--black, #000000);
  text-align: left;
  font-size: 34px;
  line-height: 160%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.we-inquire-and-respond-to-your-queries-driven-by-curiosity-we-listen-to-your-story-and-uncover-what-truly-matters-to-you {
  color: var(--black, #000000);
  text-align: left;
  font-size: 17px;
  line-height: 160%;
  font-weight: 400;
  position: relative;
  flex: 1;
  min-width: 250px;
}
._02 {
  color: var(--black, #000000);
  text-align: left;
  font-size: 17px;
  line-height: 160%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.matchmaking {
  color: var(--black, #000000);
  text-align: left;
  font-size: 34px;
  line-height: 160%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.consider-us-your-knowledgeable-friend-our-sole-mission-is-to-connect-you-with-an-apartment-that-feels-custom-made-for-your-preferences {
  color: var(--black, #000000);
  text-align: left;
  font-size: 17px;
  line-height: 160%;
  font-weight: 400;
  position: relative;
  flex: 1;
  min-width: 250px;
}
.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;
}
._03 {
  color: var(--black, #000000);
  text-align: left;
  font-size: 17px;
  line-height: 160%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.tours {
  color: var(--black, #000000);
  text-align: left;
  font-size: 34px;
  line-height: 160%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.now-it-s-time-to-explore-your-options-we-handle-all-the-logistics-of-scheduling-apartment-viewings-while-supporting-you-with-photos-weighing-pros-and-cons-and-answering-your-questions-throughout-the-process {
  color: var(--black, #000000);
  text-align: left;
  font-size: 17px;
  line-height: 160%;
  font-weight: 400;
  position: relative;
  flex: 1;
  min-width: 250px;
}
.agent2 {
  padding: 150px 170px 150px 170px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  justify-content: flex-end;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.listing-title2 {
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 1600px;
  position: relative;
}
.your-trusted-property-expert {
  color: var(--black, #000000);
  text-align: center;
  font-size: 62px;
  line-height: 100%;
  letter-spacing: -2.22px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
}
.agent-2 {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 1600px;
  position: relative;
}
.slider {
  flex-shrink: 0;
  width: 396px;
  height: 369px;
  position: relative;
  object-fit: cover;
}
.frame-1171275523 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-shrink: 0;
  height: 293px;
  position: relative;
}
.name-designation {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.andrew-elson {
  color: var(--black, #000000);
  text-align: left;
  font-size: 42px;
  letter-spacing: 0.5px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}
.sales-representative {
  color: inherit;
  text-align: left;
  font-size: 28px;
  letter-spacing: 0.5px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.social {
  display: flex;
  flex-direction: row;
  gap: 18px;
  /* align-items: center; */
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  margin: 20px 0;
}
.x {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  position: relative;
  overflow: visible;
}
.instagram-with-circle-svgrepo-com-1 {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  position: relative;
  overflow: visible;
}
.tiktok {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  position: relative;
  overflow: visible;
}
.youtube-round-svgrepo-com-1 {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  position: relative;
  overflow: hidden;
}
.group {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  overflow: visible;
}
.linkedin-round-svgrepo-com-5 {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  position: relative;
  overflow: visible;
}
.facebook {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  position: relative;
  overflow: visible;
}
.frame-1171275508 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
._14745374634 {
  color: #000000;
  text-align: left;
  font-size: 28px;
  letter-spacing: 0.5px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.david-elliman-com {
  color: #000000;
  text-align: left;
  font-size: 28px;
  letter-spacing: 0.5px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer {
  background: var(--black, #000000);
  padding: 40px 80px 40px 80px;
  display: flex;
  flex-direction: column;
  gap: 52px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-2609610 {
  display: flex;
  flex-direction: row;
  gap: 138px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.image-2 {
  flex-shrink: 0;
  width: 228.94px;
  max-height: 100px;
  position: relative;
  object-fit: cover;
}
.real-estate-agents-affiliated-with-brokerage-are-independent-contractor-sales-associates-not-employees-2024-brokerage-all-rights-reserved-brokerage-fully-supports-the-principles-of-the-fair-housing-act-and-the-equal-opportunity-act {
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
  font-size: var(--content-body1-font-size, 16px);
  line-height: var(--content-body1-line-height, 24px);
  letter-spacing: var(--content-body1-letter-spacing, 0.15px);
  font-weight: var(--content-body1-font-weight, 400);
  position: relative;
  align-self: stretch;
}
.group-1630 {
  flex-shrink: 0;
  width: 142.86px;
  height: 16px;
  position: relative;
  overflow: visible;
}

.link {
  transition: .3s ease;
}

.link:hover {
  transform: scale(1.1);
}

@media only screen and (max-width: 768px) {
  
.frame-1171275527{
    padding: 0px 0px 0px 0px;
    gap:0px;
    height: 100%;
    flex-direction: column-reverse;
    height: unset;
}
.frame-1171275526{
    padding: 64px 32px 64px 32px;
    }
.image{ 
    min-width: unset;
    max-height: 500px;
    margin-bottom: 50px;
}
.quote{
    padding: 80px 32px 80px 32px;
    gap:24px;
}
.listing{
    padding: 80px 16px 80px 16px;
}
.services {
  padding: 80px 32px 80px 32px;
}
.img {
flex: 1;
}
.agent2 {
  padding: 150px 32px 150px 32px;
}
}
@media only screen and (max-width: 480px) {

  .footer {
    padding: 40px 40px 40px 40px;
  }

  ._14745374634,
  .david-elliman-com {
    font-size: 19px;
  }
    
.image{
    min-width: unset;
    width: 300px;
    }
.frame-1171275527{
    padding: 50px 0px 50px 0px;
    gap:0px;
    flex-direction: column-reverse;
    }
.frame-1171275526{
    padding: 0px 16px 50px 16px;
    }
.quote{
    padding: 80px 16px 80px 16px;
    gap:24px;
    }
.listing{
    padding: 80px 16px 80px 16px;
    }
.listing-title {
    width: unset;
    padding: 0px 16px 0px 16px;

}
.services {
  padding: 80px 16px 80px 16px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
  .agent2{
    padding: 150px 16px 150px 16px;
  }

  .unparalleled-passion-unmatched-results {
    font-size: 48px;
  }

  .frame-1171275523 {
    width: 100%;
  }
  .social a {
    width: 35px;
    height: 35px;
  }
  .agent-name {
    font-size: 65px;
  }

  .frame-1171275355 {
    justify-content: center;
  }
}



.agent-light,
.agent-light * {
  box-sizing: border-box;
}
.agent-light {
  padding: 64px 20px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: flex-end;
  max-width: 2400px;
  position: relative;
  width: 100%;
}
.frame-2085664017 {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  /* width: 1280px; */
  max-width: 1280px;
  position: relative;
}
.listing-title {
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 1600px;
  position: relative;
}
.get-in-touch {
  text-align: left;
  font-size: 64px;
  letter-spacing: -3px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
}
.frame-2085664016 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  flex-wrap: wrap;
}
.frame-2085664027 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.slider3 {
  flex-shrink: 0;
  width: 396px;
  height: 500px;
  position: relative;
  object-fit: contain;
}
.frame-1171275523 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  height: auto;
  
}
.name-designation {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-2085664023 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.team-name {
  text-align: left;
  font-size: 24px;
  letter-spacing: -0.5px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.sarah-sanders {
  text-align: left;
  font-size: 42px;
  letter-spacing: -2.5px;
  font-weight: 400;
  position: relative;
}
.sales-representative {
  text-align: left;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664024 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.frame-1171275508 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-2085664019 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.phone {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  opacity: 0.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._555-867-5309 {
  color: inherit;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664020 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.emailEmail {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  opacity: 0.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sarah-adler-associates-com {
  color: inherit;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664025 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.license {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  opacity: 0.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._01234567 {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664022 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.vector-148 {
  align-self: stretch;
  flex-shrink: 0;
  height: 1px;
  position: relative;
  overflow: visible;
}
.office {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  opacity: 0.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._555-367-2389 {
  color: inherit;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-2085664026 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.address {
  text-align: left;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  opacity: 0.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
._1234-maplewood-lane-springfield-ca-90210 {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-20856640262 {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.instagram-line {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.tiktok-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.facebook-circle-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.twitter-x-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.linkedin-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.youtube-fill {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}


@media (max-width: 480px) {
    .slider3 {
        width: 300px;
        height: 350px;
    }
    .get-in-touch {
        font-size: 54px;
        text-align: center;
    }

    .frame-1171275523 {
        max-width: 90%;
    }
    .frame-20856640262 {
        gap: 15px;
    }

    .vector-148 {
        width: 280px;
    }
}

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


