.agent-website-9,
.agent-website-9 * {
  box-sizing: border-box;
}
.agent-website-9 {
  background: var(--container-bg-color, #ffffff);
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  max-width: 2800px;
  position: relative;
  overflow: hidden;
}
.nav {
  padding: 20px 64px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 2400px;
}
.logo {
  width: 100%;
  max-width: 232px;
  object-fit: contain;
}
.hero {
  padding: 64px 200px 64px 200px;
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.submit-btn.success {
  padding: 0 !important;
  width: 86px !important;
  height: 36px !important;
}

.link {
  transition: .3s ease;
  cursor: pointer;
}
.link:hover {
  transform: scale(1.1);
}
.image {
  display: flex;
  flex-direction: row;
  gap: 64px;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-end;
  flex: 1;
  height: 800px;
  min-width: 300px;
  max-width: 700px;
  position: relative;
  object-fit: cover;
}
.content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  min-width: 300px;
  max-width: 800px;
  position: relative;
}
.title {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  min-width: 300px;
  position: relative;
  overflow: hidden;
}

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

.header {
  color: var(--container-header-color, #213636);
  font-size: var(--h1-font-size);
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  flex: 1;
}
.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;
}
.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(--container-text-color, #000000);
  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;
}
.button {
  background: var(--button-bg-color, #304545);
  padding: 16px 32px 16px 32px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.button2 {
  color: var(--button-text-color, #ffffff);
  text-align: left;
  /* font-size: 16px; */
  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;
}
.second-2 {
  background: var(--inverted-container-bg-color, #304545);
  padding: 300px 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.title2 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 1024px;
  position: relative;
}
.header2 {
  color: var(--inverted-header-text-color, #dfeded);
  text-align: center;
  /* font-size: 64px; */
  font-size: calc(var(--h1-font-size) * 1.3);
  letter-spacing: -0.01em;
  font-weight: 500;
  position: relative;
  flex: 1;
}
.paragraph2 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.this-is-a-paragraph2 {
  color: var(--inverted-container-text-color, #ffffff);
  text-align: center;
  /* font-size: 24px; */
  font-size: calc(var(--h3-font-size));
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 400;
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.success {
  padding: 128px 200px 128px 200px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 2400px;
  position: relative;
}
.title3 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.title4 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.header3 {
  color: var(--container-header-color, #213636);
  text-align: center;
  /* font-size: 48px; */
  font-size: calc(var(--h1-font-size));
  letter-spacing: -0.01em;
  font-weight: 500;
  position: relative;
  flex: 1;
}
.this-is-a-paragraph3 {
  color: var(--container-text-color, #000000);
  text-align: center;
  /* 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: center;
}
.container {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.image2 {
  flex: 1;
  height: 600px;
  min-width: 300px;
  max-width: 500px;
  position: relative;
  object-fit: cover;
}
.testimonial {
  padding: 200px;
  display: flex;
  flex-direction: column;
  gap: 300px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 2400px;
  position: relative;
}
.frame-1171275610 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.ellipse-135 {
  border-radius: 50%;
  flex-shrink: 0;
  width: 128px;
  height: 128px;
  position: relative;
  object-fit: cover;
}
.paragraph3 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 800px;
  position: relative;
}
.title5 {
  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;
}
.frame-1171275443 {
  padding: 72px 200px 250px 200px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  max-width: 2400px;
  position: relative;
}
.frame-1171275441 {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.title6 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.header4 {
  color: var(--container-header-color, #213636);
  text-align: center;
  /* font-size: 48px; */
  font-size: calc(var(--h1-font-size));
  letter-spacing: -0.01em;
  font-weight: 500;
  position: relative;
}
.frame-1171275398 {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.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;
}
.screenshot-2024-09-25-at-21-46-52-4 {
  border-radius: 4px;
  flex-shrink: 0;
  width: 368px;
  height: 360px;
  position: relative;
  object-fit: cover;
}


.credits {
  padding: 50px 200px 50px 200px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 2400px;
  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;
}
.this-is-a-paragraph5 {
  color: var(--light-text-color, #595959);
  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;
  flex: 1;
}
.powered-by-rechat {
  flex-shrink: 0;
  width: 142.86px;
  height: 16px;
  position: relative;
  overflow: visible;
}

@media only screen and (max-width: 1024px) {
  .hero,
  .success,
  .testimonial,
  .frame-1171275443,
  .credits {
    padding: 64px 100px;
  }

  .image {
    height: 400px;
  }
  .header {
    line-height: 1;
  }
  .second-2 {
    padding: 200px 40px;
  }
}

@media only screen and (max-width: 689px) {
  .header {
    font-size: var(--h1-font-size);
    line-height: 1.1;
  }
  .nav {
    padding: 20px;
  }
}

@media only screen and (max-width: 489px) {
  .success,
  .testimonial,
  .frame-1171275443,
  .credits {
    padding: 64px 20px;
  }
   .second-2 {
    padding: 100px 20px;
  }
  .this-is-a-paragraph4 {
  font-size: calc(var(--body-font-size) * 1.06);
  }
}

/* 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 */
