.agent-6,
.agent-6 * {
  box-sizing: border-box;
}

.listing-card {
  width: auto !important;
}

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


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

  .slider-controls {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }

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

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

.agent-6 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.nav {
  padding: 20px 64px 20px 64px;
  display: flex;
  flex-direction: row;
  gap: 116px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 2400px;
  position: relative;
  backdrop-filter: blur(1px);
}

.linkObject {
  cursor: pointer;
  transition: .3s ease;
}
 
.linkObject:hover {
  transform: scale(1.1);
}
 
.logo {
  max-width: 232px;
  object-fit: contain;
}

.menu {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-content: center;
  flex: 1;
  position: relative;
}
.overview {
  color: #715a35;
  text-align: left;
  font-size: calc(var(--body-font-size) * 1.06);
  line-height: 1.5;
  letter-spacing: 0.15px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.photos {
  color: #715a35;
  text-align: left;
  font-size: calc(var(--body-font-size) * 1.06);
  line-height: 1.5;
  letter-spacing: 0.15px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.features {
  color: #715a35;
  text-align: left;
  font-size: calc(var(--body-font-size) * 1.06);
  line-height: 1.5;
  letter-spacing: 0.15px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tour {
  color: #715a35;
  font-size: calc(var(--body-font-size) * 1.06);
  line-height: 1.5;
  letter-spacing: 0.15px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.explore {
  color: #715a35;
  text-align: left;
  font-size: calc(var(--body-font-size) * 1.06);
  line-height: 1.5;
  letter-spacing: 0.15px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.neighborhood {
  color: #715a35;
  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;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.team {
  color: #715a35;
  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;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.frame-6 {
  background: #715a35;
  padding: 12px 16px 12px 16px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 141.75px;
  position: relative;
  overflow: hidden;
}
.contact-agent {
  color: #ffffff;
  text-align: left;
  /* font-size: 16px; */
  font-size: calc(var(--body-font-size) * 1.06);
  line-height: 1.5;
  font-weight: 500;
  position: relative;
}
.hero {
padding: 32px 64px 64px 64px;
  display: flex;
  row-gap: 64px;
  align-items: center;
  justify-content: space-between;
  /*flex-wrap: wrap;*/
  align-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 2400px;
  position: relative;
  overflow: hidden;
}
.content {
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  max-width: 495px;
}
.title {
  font-size: calc(var(--h1-font-size) * 1.4);
  line-height: 100%;
}
.desc {
  color: #000000;
  text-align: left;
  /* font-size: 17px; */
  font-size: calc(var(--body-font-size) * 1.13);
  line-height: 160%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.items {
  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;
}
.frame-7 {
  border-style: solid;
  border-color: #000000;
  border-width: 2px;
  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;
  transition: .3s ease;
  cursor: pointer;
}

.listings {
  color: #000000;
  text-align: left;
  /* font-size: 16px; */
  font-size: calc(var(--body-font-size) * 1.06);
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 400;
  position: relative;
}
.frame-62 {
  background: #715a35;
  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;
  border-style: solid;
  border-color: #715a35;
  border-width: 2px;
  transition: .3s ease;
  cursor: pointer;
}


.contact {
  color: #ffffff;
  text-align: left;
  /* font-size: 16px; */
  font-size: calc(var(--body-font-size) * 1.06);
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.image {
  flex-shrink: 0;
  width: 50%;
  height: 540px;
  position: relative;
  object-fit: cover;

}
.section-2 {
  padding: 150px 64px 150px 64px;
  display: flex;
  flex-direction: row;
  gap: 220px;
  row-gap: 64px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 2400px;
  position: relative;
  overflow: hidden;
}
.images {
  display: flex;
  flex-direction: row;
  gap: 35px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  flex: 1;
  min-width: 300px;
  position: relative;
}
.image2 {
  flex-shrink: 0;
  width: 100%;
  height: 560px;
  position: relative;
  object-fit: cover;
}
.image3 {
  flex-shrink: 0;
  width: 283px;
  height: 281px;
  position: absolute;
  left: calc(40% - -50.5px);
  top: calc(50% - 61.5px);
  object-fit: cover;
}
.title2 {
  font-size: calc(var(--h1-font-size) * 1.1);
  line-height: 100%;
}
.desc2 {
  color: #000000;
  text-align: left;
  /* font-size: 18px; */
  font-size: calc(var(--body-font-size) * 1.2);
  line-height: 160%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.items2 {
  display: flex;
  flex-direction: row;
  gap: 34px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.frame-1171275357 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 200px;
  position: relative;
}
._350 {
  color: #a39175;
  text-align: left;
  font-size: calc(var(--h1-font-size) * 1.2);
  line-height: 120%;
  font-weight: 400;
  position: relative;
}
.happy-customers {
  color: #000000;
  text-align: left;
  /* font-size: 20px; */
  font-size: calc(var(--body-font-size) * 1.4);
  line-height: 150%;
  font-weight: 400;
  position: relative;
}
.frame-1171275314 {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 200px;
  position: relative;
}
._200 {
  color: #a39175;
  text-align: left;
  font-size: calc(var(--h1-font-size) * 1.2);
  line-height: 120%;
  font-weight: 400;
  position: relative;
}
.projects-done {
  color: #000000;
  text-align: left;
  /* font-size: 20px; */
  font-size: calc(var(--body-font-size) * 1.4);
  line-height: 150%;
  font-weight: 400;
  position: relative;
}

.stars {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.star {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.star2 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.star3 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.star4 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}
.star5 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}

.frame-1171275358 {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.listing {
  padding: 80px 170px 80px 170px;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 2400px;
  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-28 {
  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-support2 {
  color: var(--black, #000000);
  text-align: left;
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
  position: relative;
}
.exclusive-listings {
  text-align: left;
  font-size: calc(var(--h1-font-size) * 1.2);
  line-height: 100%;
  letter-spacing: -0.03em;
  font-weight: 400;
}
.frame-1171275524 {
  width: 100%;
  flex-shrink: 0;
  /* height: 700px; */
  max-width: 1600px;
  min-height: 700px;
  position: relative;
}
.rechat-listings-sdk {
  padding: 40px 0;
  color: var(--rechat-theme-text-primary, #1e1f24);
}
.rechat-listings-sdk > [data-type="grid-column"],
.rechat-listings-root,
.rechat-listings-sdk rechat-listings {
  display: block;
  width: 100%;
}
.rechat-listings-toolbar {
  margin-bottom: var(--rechat-theme-space-6);
}
.rechat-listings-results {
  display: flex;
  flex-direction: column;
  gap: var(--rechat-theme-space-6);
  width: 100%;
}
#LISTING rechat-root {
  --rechat-theme-secondary-9: var(--button-bg-color);
  --rechat-theme-secondary-10: var(--container-header-color);
  --rechat-theme-secondary-11: var(--container-header-color);
  --rechat-theme-text-font-family: var(--template-container-font-family, inherit);
  --rechat-listing-heading-font-family: var(--template-h1-font-family, var(--template-container-font-family, inherit));
  --rechat-theme-text-primary: var(--container-text-color);
  --rechat-theme-text-secondary: var(--container-text-color);
  --rechat-theme-text-tertiary: var(--container-text-color);
  --rechat-theme-gray-10: var(--container-text-color);
  --rechat-theme-gray-12: var(--container-text-color);
  --rechat-theme-gray-surface: rgba(255, 255, 255, 0.94);
  --rechat-theme-background-color: var(--rechat-theme-gray-surface);
  --rechat-theme-black-a4: rgba(0, 0, 0, 0.08);
  --rechat-theme-black-a6: rgba(0, 0, 0, 0.14);
  --rechat-theme-radius-6: var(--rechat-theme-radius-3);
  --rechat-theme-font-size-3: var(--body-font-size);
  --rechat-theme-font-size-5: var(--h3-font-size);
  --rechat-theme-font-size-6: calc(var(--h2-font-size) * 1.08);
  --rechat-theme-font-weight-bold: var(--rechat-theme-font-weight-medium);
  --rechat-theme-listing-card-box-shadow: 0 18px 42px rgba(0, 0, 0, 0.10);
  --rechat-theme-listing-card-highlighted-box-shadow: 0 26px 60px rgba(0, 0, 0, 0.16);
  display: block;
  width: 100%;
  color: var(--container-text-color, #304545);
}

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

#LISTING .map-listing-grid__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: calc(var(--rechat-theme-space-7) + var(--rechat-theme-space-4)) var(--rechat-theme-space-9);
  min-height: 0 !important;
  overflow: visible !important;
  padding: 0;
}

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

#LISTING .map-listing-grid__list .listing-card {
  width: 100%;
  max-width: none;
  min-width: 0;
  box-sizing: border-box;
  overflow: visible;
  padding: calc(var(--rechat-theme-space-4) + 2px) calc(var(--rechat-theme-space-4) + 2px) calc(var(--rechat-theme-space-5) - 4px);
  border: 1px solid var(--rechat-theme-black-a4);
  border-radius: var(--rechat-theme-radius-3);
  background: var(--rechat-theme-background-color);
  box-shadow: var(--rechat-theme-listing-card-box-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

#LISTING .map-listing-grid__list .listing-card:hover {
  border-color: var(--rechat-theme-black-a6);
  box-shadow: var(--rechat-theme-listing-card-highlighted-box-shadow);
  transform: translateY(-4px);
}

#LISTING .map-listing-grid__list .listing-card.listing-card--skeleton {
  min-height: 430px;
}

#LISTING .map-listing-grid__list .listing-card .listing-card__image,
#LISTING .map-listing-grid__list .listing-card .listing-card__image:hover {
  display: block;
  width: 100%;
  height: 320px;
  min-height: 320px;
  border-radius: var(--rechat-theme-radius-2);
  object-fit: cover;
  filter: none;
  transform: none;
  transition: none;
}

#LISTING .listing-card .listing-card__badges-container {
  top: calc(320px + var(--rechat-theme-space-5) + var(--rechat-theme-space-4) + 2px);
  right: calc(var(--rechat-theme-space-4) + 2px);
  left: auto;
  gap: 0;
}

#LISTING .listing-card .listing-card__badges-container .listing-card__badge {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--rechat-theme-text-primary);
  font-family: var(--rechat-listing-heading-font-family, var(--rechat-theme-text-font-family, inherit));
  font-size: var(--rechat-theme-font-size-5);
  font-weight: var(--rechat-theme-font-weight-medium);
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}

#LISTING .listing-card .listing-card__badges-container .listing-card__badge + .listing-card__badge {
  display: none;
}

#LISTING .listing-card .listing-card__properties {
  display: flex;
  flex-direction: column;
  gap: var(--rechat-theme-space-4);
  padding: var(--rechat-theme-space-5) 0 0;
}

#LISTING .listing-card .listing-card__properties .listing-card__price {
  padding-right: calc(var(--rechat-theme-space-9) + var(--rechat-theme-space-6));
  box-sizing: border-box;
  color: var(--rechat-theme-text-primary);
  font-family: var(--rechat-listing-heading-font-family, var(--rechat-theme-text-font-family, inherit));
  font-size: var(--rechat-theme-font-size-6);
  font-weight: var(--rechat-theme-font-weight-medium);
  line-height: 1.1;
  letter-spacing: 0;
}

#LISTING .listing-card .listing-card__properties .listing-card__attributes {
  display: none;
}

#LISTING .listing-card .listing-card__properties .listing-card__address {
  display: block;
  color: var(--rechat-theme-text-primary);
  font-size: var(--rechat-theme-font-size-3);
  line-height: 1.35;
}

#LISTING .listing-card .listing-card__properties .listing-card__address .listing-card__address-line {
  display: inline;
  line-height: inherit;
}

#LISTING .listing-card .listing-card__properties .listing-card__address .listing-card__address-line + .listing-card__address-line::before {
  content: ", ";
}

@media only screen and (min-width: 1601px) {
  #LISTING .map-listing-grid__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: calc(var(--rechat-theme-space-7) + var(--rechat-theme-space-4));
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1400px) {
  #LISTING .map-listing-grid__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(var(--rechat-theme-space-7) + var(--rechat-theme-space-4));
  }
}

@media only screen and (min-width: 769px) and (max-width: 1100px) {
  #LISTING .map-listing-grid__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--rechat-theme-space-8);
  }
}

@media only screen and (max-width: 768px) {
  #LISTING .map-listing-grid__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--rechat-theme-space-8);
  }

  #LISTING .map-listing-grid__list .listing-card .listing-card__image,
  #LISTING .map-listing-grid__list .listing-card .listing-card__image:hover {
    height: 280px;
    min-height: 280px;
  }

  #LISTING .listing-card .listing-card__badges-container {
    top: calc(280px + var(--rechat-theme-space-5) + var(--rechat-theme-space-4) + 2px);
    right: calc(var(--rechat-theme-space-4) + 2px);
  }
}

@media only screen and (max-width: 480px) {
  #LISTING .map-listing-grid__list {
    grid-template-columns: 1fr;
    gap: var(--rechat-theme-space-7);
  }

  #LISTING .map-listing-grid__list .listing-card .listing-card__image,
  #LISTING .map-listing-grid__list .listing-card .listing-card__image:hover {
    height: 240px;
    min-height: 240px;
  }

  #LISTING .listing-card .listing-card__badges-container {
    top: calc(240px + var(--rechat-theme-space-5) + var(--rechat-theme-space-4) + 2px);
    right: calc(var(--rechat-theme-space-4) + 2px);
  }

  #LISTING .listing-card .listing-card__properties .listing-card__price {
    padding-right: calc(var(--rechat-theme-space-9) + var(--rechat-theme-space-4) - 2px);
  }
}

.services {
  padding: 80px 170px 80px 170px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 2400px;
  position: relative;
}
.titles {
  display: flex;
  flex-direction: column;
  gap: 19px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 1600px;
  position: relative;
}
.caption {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.title3 {
  text-align: center;
  font-size: calc(var(--h1-font-size) * 1.2);
  line-height: 100%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  min-width: 250px;
}
.container {
  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;
}
.left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  min-width: 200px;
  position: relative;
  margin: 20px;
}
.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;
}

.link {
  transition: .3s ease;
}

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

.title4 {
  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; */
  font-size: calc(var(--body-font-size) * 1.13);
  line-height: 160%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.exploration {
  color: var(--black, #000000);
  text-align: left;
  /* font-size: 34px; */
  font-size: calc(var(--h2-font-size) * 1.12);
  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; */
  font-size: calc(var(--body-font-size) * 1.13);
  line-height: 160%;
  font-weight: 400;
  position: relative;
  flex: 1;
  min-width: 240px;
}
._02 {
  color: var(--black, #000000);
  text-align: left;
  /* font-size: 17px; */
  font-size: calc(var(--body-font-size) * 1.13);
  line-height: 160%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.matchmaking {
  color: var(--black, #000000);
  text-align: left;
  /* font-size: 34px; */
  font-size: calc(var(--h2-font-size) * 1.12);
  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; */
  font-size: calc(var(--body-font-size) * 1.13);
  line-height: 160%;
  font-weight: 400;
  position: relative;
  flex: 1;
  min-width: 240px;
}
.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; */
  font-size: calc(var(--body-font-size) * 1.13);
  line-height: 160%;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.tours {
  color: var(--black, #000000);
  text-align: left;
  /* font-size: 34px; */
  font-size: calc(var(--h2-font-size) * 1.12);
  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; */
  font-size: calc(var(--body-font-size) * 1.13);
  line-height: 160%;
  font-weight: 400;
  position: relative;
  flex: 1;
  min-width: 240px;
}
.img {
  flex-shrink: 0;
  width: 371px;
  height: 504px;
  position: relative;
  object-fit: cover;
}


.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;
  width: 100%;
  flex-shrink: 0;
  max-width: 2400px;
  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 {
  max-width: 228.94px;
  object-fit: contain;
}
.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;
}
/*media query*/

@media only screen and (max-width: 1024px) {
    
.menu{
  display: none
}

.hero {
  padding: 64px 32px 64px 16px;
  flex-direction: column;
}

.content{
    width: 100%;
}
.title,.desc{
        text-align: center;
    }
    .items{
        justify-content: center;
    }
.image {
  width: 100%;
}

.section-2{
  padding:64px 16px 64px 16px;
}


.listing{
    padding: 64px 16px 64px 16px;
}
    
    .services{
    padding: 64px 16px 64px 16px;

    }
    .container{
        gap: 100px;
    }
    .img{
        width: 100%;
    }
    /* .exclusive-listings{
        font-size: 40px;
    } */
        .titles{

    align-items: flex-start;
    }
    .title3{
        /* font-size: 40px; */
        text-align: left;
    }

    .your-trusted-property-expert{
        text-align: center;
        /* font-size: 48px; */
    }
    .frame-1171275508{
        align-items: center;
    }
    .footer{
        padding: 64px 16px 64px 16px;
    }
}


@media only screen and (max-width: 480px) {

  .items2 {
    flex-direction: column;
    align-self: center;

  }

  .nav{
    padding: 20px 30px;
  }
  .logo {
    width: 175px;
  }
  .row-1 {
  padding: 0px 0px 10px 0px;
  }

  .hero {
    padding: 64px 16px 64px 16px;
  }
  .content {
    width: 100%;
  }
  .title,.desc { 
    text-align: center;
  }
  .items {
    justify-content: center;
  }
  .image {
    width: 100%;
  }

  .section-2 {
    padding:64px 16px 64px 16px;
  }

  .quote-container {
    padding: 64px 16px 64px 16px;        
  }
  
  .listing {
    padding: 64px 16px 64px 16px;
  }
    
  .services {
    padding: 64px 16px 64px 16px;
  }
  .container {
    gap: 100px;
  }
  /* .exclusive-listings {
    font-size: 40px;
  } */
  .titles {
    align-items: flex-start;
  }
  .title3 {
    /* font-size: 40px; */
    text-align: left;
  }
  .agent {
    padding: 64px 16px 64px 16px;
  }
  .your-trusted-property-expert {
    text-align: center;
    /* font-size: 48px; */
  }
  .frame-1171275508 {
    align-items: center;
  }
  .footer {
    padding: 64px 16px 64px 16px;
  }
}


/* 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%;
}
.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: .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 10px;
  }
  .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 */

/* Testimonials v2 */

.testimonials-v2-section {
  width: 100%;
  min-height: 667px;
  padding: 100px 64px;
  margin: 0;
  background-image: url("../images/testimonials-bg-desktop.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.testimonials-v2-section .testimonials-v2-card {
  width: 100%;
  min-height: 467px;
  background: #fff;
  padding: 48px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.testimonials-v2-section .slider-container {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.testimonials-v2-section .slide {
  flex: 0 0 100%;
  width: 100%;
  min-height: 371px;
  padding: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: stretch;
  box-sizing: border-box;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.testimonials-v2-section .slide.active {
  opacity: 1;
  pointer-events: auto;
}

.testimonials-v2-heading {
  width: 612px;
  max-width: 100%;
  margin: 0 0 26px;
}

.testimonials-v2-eyebrow {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.testimonials-v2-title {
  font-weight: 500;
  font-size: 64px;
  line-height: 1.03;
  text-align: left;
  margin: 0;
}

.testimonials-v2-content {
  width: 700px;
  max-width: 100%;
  min-height: 179px;
  margin: 0;
}

.testimonials-v2-text,
.quote-text.testimonials-v2-text {
  width: 700px;
  max-width: 100%;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.32;
  text-align: left;
  margin: 0;
  padding: 0;
  min-width: 0;
  color: inherit;
}

.testimonials-v2-bottom {
  width: 100%;
  min-height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-top: 27px;
}

.testimonials-v2-person {
  min-width: 0;
}

.testimonials-v2-author,
.exceptional-and-trustworthy-support.testimonials-v2-author {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  text-align: left;
  margin: 0 0 8px;
  color: inherit;
}

.testimonials-v2-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
}

.testimonials-v2-rating .testimonial-star {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}

.testimonials-v2-controls {
  width: 125px;
  height: 32px;
  display: grid;
  grid-template-columns: 31px 45px 31px;
  align-items: center;
  gap: 8px;

  position: absolute;
  right: 48px;
  bottom: 48px;
  z-index: 5;
}

.testimonials-v2-arrow {
  width: 31px;
  height: 31px;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
  font-size: 17px;
  transition: opacity 0.2s ease;
}

.testimonials-v2-arrow:hover {
  opacity: 0.7;
}

.testimonials-v2-counter {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {

  .testimonials-v2-heading {}

  .testimonials-v2-content,
  .testimonials-v2-text,
  .quote-text.testimonials-v2-text,
  .testimonials-v2-heading {
    width: auto;
  }

  .testimonials-v2-title {
    font-size: 54px;
  }
}

@media screen and (max-width: 767px) {
  .testimonials-v2-section {
    min-height: auto;
    padding: 16px;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
  }

  .testimonials-v2-section .testimonials-v2-card {
    width: 100%;
    min-height: 0;
    padding: 28px 22px 22px;
    background: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
  }

  .testimonials-v2-heading {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    margin: 0 0 50px;
    flex: 0 0 auto;
  }

  .testimonials-v2-eyebrow {
    width: auto;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 12px;
    text-transform: uppercase;
  }

  .testimonials-v2-title {
    width: 100%;
    max-width: 100%;
    font-size: 42px;
    line-height: 1.05;
    margin: 0;
  }

  .testimonials-v2-section .slider-container {
    width: 100%;
    min-height: 0;
    height: auto;
    display: flex;
    flex: 0 0 auto;
  }

  .testimonials-v2-section .slide {
    flex: 0 0 100%;
    width: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
  }

  .testimonials-v2-section .slide.active {
    opacity: 1;
    pointer-events: auto;
  }

  .testimonials-v2-content {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    margin: 0 0 58px;
  }

  .testimonials-v2-text,
  .quote-text.testimonials-v2-text {
    width: 100%;
    max-width: 100%;
    font-size: 26px;
    line-height: 1.18;
    max-height: none;
    overflow: visible;
    margin: 0;
    padding: 0;
  }

  .testimonials-v2-bottom {
    width: 100%;
    min-height: auto;
    display: block;
    margin: 0;
    padding: 0 0 70px;
  }

  .testimonials-v2-author,
  .exceptional-and-trustworthy-support.testimonials-v2-author {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 10px;
  }

  .testimonials-v2-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
  }

  .testimonials-v2-rating .testimonial-star {
    width: 20px;
    height: 20px;
  }

  .testimonials-v2-controls {
    width: 170px;
    height: 32px;
    display: grid;
    grid-template-columns: 32px 1fr 32px;
    align-items: center;
    gap: 18px;

    position: absolute;
    left: 50%;
    right: auto;
    bottom: 22px;
    transform: translateX(-50%);
    margin: 0;
    z-index: 5;
  }

  .testimonials-v2-arrow {
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 32px;
    line-height: 1;
  }

  .testimonials-v2-arrow-prev {
    color: rgba(0, 0, 0, 0.28);
  }

  .testimonials-v2-arrow-next {
    color: #000;
  }

  .testimonials-v2-counter {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
  }

  .testimonials-v2-quote-mark {
    display: none;
  }
}

@media screen and (max-width: 440px) {
  .testimonials-v2-section {
    width: 100%;
    padding: 16px;
  }

  .testimonials-v2-section .testimonials-v2-card,
  .testimonials-v2-heading,
  .testimonials-v2-content,
  .testimonials-v2-text,
  .quote-text.testimonials-v2-text,
  .testimonials-v2-controls {
    max-width: 100%;
  }
}

.testimonials-v2-quote-mark {
  position: absolute;
  top: 48px;
  right: 48px;
  width: 150px;
  height: auto;
  display: block;
  pointer-events: none;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .testimonials-v2-quote-mark {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  .testimonials-v2-section {
    padding: 12px;
  }

  .testimonials-v2-section .testimonials-v2-card {
    padding: 24px 16px 20px;
  }

  .testimonials-v2-heading {
    margin-bottom: 36px;
  }

  .testimonials-v2-eyebrow {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .testimonials-v2-title {
    font-size: 30px;
    line-height: 1.05;
  }

  .testimonials-v2-content {
    margin-bottom: 42px;
  }

  .testimonials-v2-text,
  .quote-text.testimonials-v2-text {
    font-size: 22px;
    line-height: 1.18;
  }

  .testimonials-v2-bottom {
    padding-bottom: 62px;
  }

  .testimonials-v2-author,
  .exceptional-and-trustworthy-support.testimonials-v2-author {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .testimonials-v2-rating .testimonial-star {
    width: 18px;
    height: 18px;
  }

  .testimonials-v2-controls {
    width: 150px;
    grid-template-columns: 28px 1fr 28px;
    gap: 14px;
    bottom: 20px;
  }

  .testimonials-v2-arrow {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }

  .testimonials-v2-counter {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .testimonials-v2-section {
    padding: 10px;
  }

  .testimonials-v2-section .testimonials-v2-card {
    padding: 22px 14px 18px;
  }

  .testimonials-v2-heading {
    margin-bottom: 30px;
  }

  .testimonials-v2-title {
    font-size: 34px;
  }

  .testimonials-v2-content {
    margin-bottom: 34px;
  }

  .testimonials-v2-text,
  .quote-text.testimonials-v2-text {
    font-size: 20px;
    line-height: 1.18;
  }

  .testimonials-v2-bottom {
    padding-bottom: 58px;
  }

  .testimonials-v2-author,
  .exceptional-and-trustworthy-support.testimonials-v2-author {
    font-size: 17px;
  }

  .testimonials-v2-rating .testimonial-star {
    width: 17px;
    height: 17px;
  }

  .testimonials-v2-controls {
    width: 140px;
    grid-template-columns: 26px 1fr 26px;
    gap: 12px;
    bottom: 18px;
  }

  .testimonials-v2-arrow {
    width: 26px;
    height: 26px;
    font-size: 26px;
  }

  .testimonials-v2-counter {
    font-size: 15px;
  }
}