/* line 1, app/assets/stylesheets/components/_value_props_section.scss */
.value-props-section {
  padding: 44px 20px;
  background-color: #f8fafd;
}

@media (min-width: 768px) {
  /* line 1, app/assets/stylesheets/components/_value_props_section.scss */
  .value-props-section {
    padding: 80px 100px;
  }
}

/* line 10, app/assets/stylesheets/components/_value_props_section.scss */
.value-props-section .value-props-title {
  margin: 0 auto;
  max-width: 1120px;
  padding: 0;
  font-family: "Roboto";
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
  color: #196faf;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 10, app/assets/stylesheets/components/_value_props_section.scss */
  .value-props-section .value-props-title {
    font-size: 38px;
  }
}

/* line 26, app/assets/stylesheets/components/_value_props_section.scss */
.value-props-section .value-props-title .title-part {
  display: inline;
}

@media (min-width: 768px) {
  /* line 26, app/assets/stylesheets/components/_value_props_section.scss */
  .value-props-section .value-props-title .title-part {
    display: block;
  }
}

/* line 35, app/assets/stylesheets/components/_value_props_section.scss */
.value-props-section .value-props-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 32px;
  max-width: 1280px;
}

@media (min-width: 768px) {
  /* line 35, app/assets/stylesheets/components/_value_props_section.scss */
  .value-props-section .value-props-cards {
    grid-template-columns: repeat(3, 1fr);
    margin: 80px auto 0;
    gap: 24px;
  }
}

@media (min-width: 768px) {
  /* line 49, app/assets/stylesheets/components/_value_props_section.scss */
  .value-props-section .value-props-cards--four {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  /* line 49, app/assets/stylesheets/components/_value_props_section.scss */
  .value-props-section .value-props-cards--four {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 59, app/assets/stylesheets/components/_value_props_section.scss */
.value-props-section .value-props-card {
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  background-color: white;
  border: 1px solid #e5e9ef;
  border-radius: 8px;
  gap: 20px;
}

/* line 70, app/assets/stylesheets/components/_value_props_section.scss */
.value-props-section .value-props-card-icon {
  width: 44px;
  height: 44px;
}

/* line 75, app/assets/stylesheets/components/_value_props_section.scss */
.value-props-section .value-props-card-title {
  margin: 0;
  padding: 0;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
  color: #454b54;
}

@media (min-width: 768px) {
  /* line 75, app/assets/stylesheets/components/_value_props_section.scss */
  .value-props-section .value-props-card-title {
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 949px) {
  /* line 75, app/assets/stylesheets/components/_value_props_section.scss */
  .value-props-section .value-props-card-title {
    font-size: 18px;
  }
}

/* line 92, app/assets/stylesheets/components/_value_props_section.scss */
.value-props-section .value-props-card-description {
  margin: 0;
  padding: 0;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5b6471;
}

@media (min-width: 768px) {
  /* line 92, app/assets/stylesheets/components/_value_props_section.scss */
  .value-props-section .value-props-card-description {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 949px) {
  /* line 92, app/assets/stylesheets/components/_value_props_section.scss */
  .value-props-section .value-props-card-description {
    font-size: 16px;
  }
}

/* line 1, app/assets/stylesheets/components/_info_cards_section.scss */
.info-cards-section {
  padding: 44px 20px;
}

@media (min-width: 950px) {
  /* line 1, app/assets/stylesheets/components/_info_cards_section.scss */
  .info-cards-section {
    padding: 100px 80px;
  }
}

/* line 8, app/assets/stylesheets/components/_info_cards_section.scss */
.info-cards-section .info-cards-title {
  margin: 0 auto;
  font-family: "Roboto";
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
  color: #196faf;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 8, app/assets/stylesheets/components/_info_cards_section.scss */
  .info-cards-section .info-cards-title {
    font-size: 38px;
    line-height: 120%;
  }
}

/* line 24, app/assets/stylesheets/components/_info_cards_section.scss */
.info-cards-section .info-cards-description {
  margin: 20px auto 0;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #454b54;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 24, app/assets/stylesheets/components/_info_cards_section.scss */
  .info-cards-section .info-cards-description {
    font-size: 18px;
    line-height: 27px;
  }
}

/* line 40, app/assets/stylesheets/components/_info_cards_section.scss */
.info-cards-section .info-cards-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 32px;
  max-width: 1280px;
}

@media (min-width: 950px) {
  /* line 40, app/assets/stylesheets/components/_info_cards_section.scss */
  .info-cards-section .info-cards-container {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 80px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 950px) and (max-width: 1024px) {
  /* line 40, app/assets/stylesheets/components/_info_cards_section.scss */
  .info-cards-section .info-cards-container {
    grid-template-columns: 1fr;
  }
}

/* line 61, app/assets/stylesheets/components/_info_cards_section.scss */
.info-cards-section .info-card {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #f8fafd;
  border: 1px solid #c7cbd1;
  border-radius: 8px;
}

@media (min-width: 950px) {
  /* line 61, app/assets/stylesheets/components/_info_cards_section.scss */
  .info-cards-section .info-card {
    padding: 32px;
  }
}

/* line 75, app/assets/stylesheets/components/_info_cards_section.scss */
.info-cards-section .info-card-preview {
  margin-bottom: 32px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 75, app/assets/stylesheets/components/_info_cards_section.scss */
  .info-cards-section .info-card-preview {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 85, app/assets/stylesheets/components/_info_cards_section.scss */
.info-cards-section .info-card-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid rgba(199, 203, 209, 0.5);
}

/* line 93, app/assets/stylesheets/components/_info_cards_section.scss */
.info-cards-section .info-card-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 99, app/assets/stylesheets/components/_info_cards_section.scss */
.info-cards-section .info-card-title {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
  color: #454b54;
  margin: 0;
  padding: 0;
}

@media (min-width: 950px) {
  /* line 99, app/assets/stylesheets/components/_info_cards_section.scss */
  .info-cards-section .info-card-title {
    font-size: 22px;
  }
}

/* line 111, app/assets/stylesheets/components/_info_cards_section.scss */
.info-cards-section .info-card-title .step-number {
  color: #ef6f22;
}

/* line 116, app/assets/stylesheets/components/_info_cards_section.scss */
.info-cards-section .info-card-description {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #5b6471;
  margin: 0;
  padding: 0;
}

@media (min-width: 950px) {
  /* line 116, app/assets/stylesheets/components/_info_cards_section.scss */
  .info-cards-section .info-card-description {
    font-size: 16px;
  }
}

/* line 129, app/assets/stylesheets/components/_info_cards_section.scss */
.info-cards-section .info-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 138, app/assets/stylesheets/components/_info_cards_section.scss */
.info-cards-section .info-card-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #454b54;
}

@media (min-width: 950px) {
  /* line 138, app/assets/stylesheets/components/_info_cards_section.scss */
  .info-cards-section .info-card-list-item {
    font-size: 16px;
  }
}

/* line 152, app/assets/stylesheets/components/_info_cards_section.scss */
.info-cards-section .info-card-list-item strong {
  font-weight: 700;
}

/* line 157, app/assets/stylesheets/components/_info_cards_section.scss */
.info-cards-section .info-card-list-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 1px;
}

/* line 166, app/assets/stylesheets/components/_info_cards_section.scss */
.info-cards-section .info-cards-cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media (min-width: 950px) {
  /* line 166, app/assets/stylesheets/components/_info_cards_section.scss */
  .info-cards-section .info-cards-cta {
    margin-top: 80px;
  }
}

/* line 175, app/assets/stylesheets/components/_info_cards_section.scss */
.info-cards-section .info-cards-cta-btn {
  height: 56px;
  padding: 16px 64px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #196faf;
  border: 1px solid #196faf;
  text-decoration: none;
}

/* line 189, app/assets/stylesheets/components/_info_cards_section.scss */
.info-cards-section .info-cards-cta-btn:hover, .info-cards-section .info-cards-cta-btn:focus {
  background-color: #135382;
  border-color: #135382;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 950px) {
  /* line 175, app/assets/stylesheets/components/_info_cards_section.scss */
  .info-cards-section .info-cards-cta-btn {
    height: 53px;
    width: 100%;
  }
}

/* line 12, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page p,
.rent-estimate-page h1,
.rent-estimate-page h2,
.rent-estimate-page h3,
.rent-estimate-page h4,
.rent-estimate-page h5,
.rent-estimate-page h6 {
  margin: 0;
  padding: 0;
}

/* line 23, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .box-bg-primary {
  background-color: white !important;
}

/* line 27, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .box-bg-secondary {
  background-color: #f8fafd !important;
}

/* line 31, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .hero-section {
  padding: 44px 20px;
  margin-top: -20px;
}

@media (min-width: 950px) {
  /* line 31, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .hero-section {
    padding: 100px 80px 24px;
  }
}

/* line 40, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .hero-section-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 950px) {
  /* line 40, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .hero-section-content {
    flex-direction: row;
  }
}

/* line 50, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .hero-section-content-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 12px;
  box-sizing: border-box;
  order: 2;
}

@media (min-width: 950px) {
  /* line 50, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .hero-section-content-left {
    order: 1;
    max-width: 628px;
  }
}

/* line 67, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .hero-section-content-left .description-box {
  border-radius: 4px;
}

@media (min-width: 950px) {
  /* line 67, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .hero-section-content-left .description-box {
    padding: 0px;
  }
}

/* line 74, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .hero-section-content-left .description-box .plan-name {
  font-size: 16px;
  font-weight: 600;
  color: #196faf;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  /* line 74, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .hero-section-content-left .description-box .plan-name {
    font-size: 18px;
  }
}

/* line 86, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .hero-section-content-left .description-box .plan-title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #2e3238;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  /* line 86, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .hero-section-content-left .description-box .plan-title {
    font-size: 44px;
    line-height: 52px;
  }
}

/* line 100, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .hero-section-content-left .description-box .plan-small {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  max-width: 571px;
  color: #454b54;
}

@media (min-width: 1200px) {
  /* line 100, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .hero-section-content-left .description-box .plan-small {
    font-size: 18px;
    line-height: 27px;
  }
}

/* line 113, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .hero-section-content-left .description-box .rent-estimate-hero-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  width: 100%;
}

@media (min-width: 950px) {
  /* line 113, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .hero-section-content-left .description-box .rent-estimate-hero-actions {
    flex-direction: row;
    gap: 24px;
    margin-top: 50px;
  }
}

/* line 126, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .hero-section-content-left .description-box .rent-estimate-hero-actions .btn {
  flex: 1;
  height: 56px;
  min-height: 53px;
  padding: 0 16px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  white-space: nowrap;
}

/* line 141, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .hero-section-content-left .description-box .rent-estimate-hero-actions .btn.btn-primary {
  color: #fff;
  background-color: #196faf;
  border: 1px solid #196faf;
}

/* line 147, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .hero-section-content-left .description-box .rent-estimate-hero-actions .btn.btn-default {
  color: #196faf;
  border: 1px solid #196faf;
  background-color: #fff;
}

/* line 157, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .hero-section-content-right {
  flex: 1;
  order: 1;
  display: flex;
  justify-content: end;
  align-items: center;
}

/* line 164, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .hero-section-content-right-image {
  background-image: url(/assets/marketing_pages/rent_estimate_hero-5b13dcfe2c387ed435592010d008b6ffe84f36bfd524d1346cbcc1d72bfe9654.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
  aspect-ratio: 779 / 600;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 950px) {
  /* line 164, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .hero-section-content-right-image {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (min-width: 951px) {
  /* line 164, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .hero-section-content-right-image {
    max-width: 500px;
  }
}

@media (min-width: 1440px) {
  /* line 164, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .hero-section-content-right-image {
    max-width: 560px;
  }
}

/* line 191, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .hero-section .scroll-btn-container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 900px) {
  /* line 191, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .hero-section .scroll-btn-container {
    display: none;
  }
}

/* line 202, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .hero-section .scroll-btn-container button {
  border: 1px solid #196faf;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  background-color: white;
}

/* line 212, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .know-the-range-section {
  padding: 44px 20px;
  background-color: #e6f1fa;
}

@media (min-width: 950px) {
  /* line 212, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .know-the-range-section {
    padding: 100px 80px;
  }
}

/* line 221, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .know-the-range-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 950px) {
  /* line 221, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .know-the-range-container {
    flex-direction: row;
    gap: 60px;
  }
}

/* line 236, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .know-the-range-content {
  width: 100%;
}

@media (min-width: 950px) {
  /* line 236, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .know-the-range-content {
    flex: 1;
  }
}

/* line 244, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .know-the-range-preview {
  width: 100%;
}

@media (min-width: 950px) {
  /* line 244, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .know-the-range-preview {
    flex: 0 0 41%;
  }
}

/* line 252, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .know-the-range-image {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

@media (min-width: 950px) {
  /* line 252, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .know-the-range-image {
    margin: 0;
  }
}

/* line 266, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .know-the-range-title {
  font-family: "Roboto";
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  color: #196faf;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  /* line 266, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .know-the-range-title {
    font-size: 38px;
  }
}

/* line 279, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .know-the-range-description {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #454b54;
  margin-bottom: 32px;
  max-width: 628px;
}

@media (min-width: 768px) {
  /* line 279, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .know-the-range-description {
    font-size: 18px;
  }
}

/* line 293, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .know-the-range-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 299, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .know-the-range-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

/* line 304, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .know-the-range-item-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 2px;
}

/* line 311, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .know-the-range-item-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 317, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .know-the-range-item-title {
  font-family: "Roboto";
  font-size: 22px;
  font-weight: 700;
  color: #454b54;
}

/* line 324, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .know-the-range-item-description {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #5b6471;
  max-width: 454px;
}

@media (min-width: 768px) {
  /* line 324, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .know-the-range-item-description {
    font-size: 18px;
  }
}

/* line 338, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .focus-analysis-section {
  padding: 44px 20px;
  background-color: #f8fafd;
}

@media (min-width: 950px) {
  /* line 338, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .focus-analysis-section {
    padding: 100px 80px;
  }
}

/* line 347, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .focus-analysis-container {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

/* line 353, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .focus-analysis-title {
  font-family: "Roboto";
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  color: #196faf;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  /* line 353, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .focus-analysis-title {
    font-size: 38px;
  }
}

/* line 366, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .focus-analysis-description {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #454b54;
  margin: 0 auto 32px;
  max-width: 800px;
}

@media (min-width: 768px) {
  /* line 366, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .focus-analysis-description {
    font-size: 18px;
    margin-bottom: 56px;
  }
}

/* line 381, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .focus-analysis-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}

@media (min-width: 950px) {
  /* line 381, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .focus-analysis-grid {
    flex-direction: row;
    gap: 24px;
  }
}

/* line 393, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .focus-analysis-card-left {
  flex: 1;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(37, 39, 57, 0.05);
}

@media (min-width: 950px) {
  /* line 393, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .focus-analysis-card-left {
    padding: 48px;
  }
}

/* line 405, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .focus-analysis-card-right {
  flex: 1;
  background-color: #eaf3fa;
  background-image: url(/assets/lead_generation_widget/lead_gen_widget_bg_elements-b4cbeacafb8cecb7c5ede7ddb0e695d7f50630b66beb8c7df087750162e5d9df.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto 150px;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 950px) {
  /* line 405, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .focus-analysis-card-right {
    padding: 48px;
    background-size: 618px 214px;
  }
}

/* line 427, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .focus-analysis-card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #454b54;
  margin-bottom: 20px;
}

@media (min-width: 950px) {
  /* line 427, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .focus-analysis-card-title {
    font-size: 22px;
  }
}

/* line 439, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .focus-analysis-card-right-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #454b54;
  margin-bottom: 24px;
}

@media (min-width: 950px) {
  /* line 439, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .focus-analysis-card-right-title {
    font-size: 32px;
  }
}

/* line 451, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .focus-analysis-card-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #454b54;
  margin: 0;
}

/* line 458, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .focus-analysis-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 600px) {
  /* line 458, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .focus-analysis-list {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}

/* line 469, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .focus-analysis-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #5b6471;
}

/* line 477, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .focus-analysis-list-item .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* line 484, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .everyday-decisions-section {
  padding: 44px 20px;
  background-color: #f8fafd;
  text-align: center;
}

@media (min-width: 950px) {
  /* line 484, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .everyday-decisions-section {
    padding: 100px 80px;
  }
}

/* line 494, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .everyday-decisions-container {
  max-width: 1280px;
  margin: 0 auto;
}

/* line 499, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .everyday-decisions-title {
  font-family: "Roboto";
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  color: #196faf;
  margin: 0 auto 32px;
}

@media (min-width: 768px) {
  /* line 499, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .everyday-decisions-title {
    font-size: 38px;
    margin-bottom: 80px;
  }
}

/* line 513, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .everyday-decisions-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 600px) {
  /* line 513, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .everyday-decisions-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1025px) {
  /* line 513, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .everyday-decisions-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* line 526, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .everyday-decisions-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px 24px;
  text-align: left;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(37, 39, 57, 0.05);
}

/* line 536, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .everyday-decisions-card-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

/* line 542, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .everyday-decisions-card-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

/* line 548, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .everyday-decisions-card-title {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #454b54;
  margin: 0;
}

@media (min-width: 950px) {
  /* line 548, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .everyday-decisions-card-title {
    font-size: 22px;
  }
}

/* line 561, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .everyday-decisions-card-description {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #5b6471;
  margin: 0;
}

@media (min-width: 950px) {
  /* line 561, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .everyday-decisions-card-description {
    font-size: 18px;
  }
}

/* line 574, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .everyday-cta {
  background-color: #eaf3fa;
  background-image: url(/assets/lead_generation_widget/lead_gen_widget_bg_elements-b4cbeacafb8cecb7c5ede7ddb0e695d7f50630b66beb8c7df087750162e5d9df.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto 150px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  margin: 32px auto 0;
  width: 100%;
}

@media (min-width: 950px) {
  /* line 574, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .everyday-cta {
    margin-top: 80px;
    height: 269px;
    padding: 0;
    background-size: auto 214px;
  }
}

/* line 601, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .everyday-cta-title {
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 700;
  color: #454b54;
  margin-bottom: 16px;
}

@media (min-width: 950px) {
  /* line 601, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .everyday-cta-title {
    font-size: 32px;
  }
}

/* line 613, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .everyday-cta-desc {
  font-family: "Roboto";
  font-size: 16px;
  color: #5b6471;
  margin-bottom: 32px;
}

@media (min-width: 950px) {
  /* line 613, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .everyday-cta-desc {
    font-size: 18px;
  }
}

/* line 624, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .everyday-cta .everyday-cta-btn {
  background-color: #ef6f22;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  /* line 624, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .everyday-cta .everyday-cta-btn {
    height: 53px;
  }
}

/* line 643, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .everyday-cta .everyday-cta-btn:hover {
  background-color: #cf570f;
  color: white;
}

/* line 650, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .pro-report-promo-section {
  padding: 44px 20px;
  background-color: #ffffff;
}

@media (min-width: 950px) {
  /* line 650, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .pro-report-promo-section {
    padding: 100px 80px;
  }
}

/* line 659, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .pro-report-promo-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

@media (min-width: 1280px) {
  /* line 659, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .pro-report-promo-container {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }
}

/* line 675, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .pro-report-promo-left {
  width: 100%;
}

@media (min-width: 1280px) {
  /* line 675, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .pro-report-promo-left {
    flex: 0 0 480px;
    max-width: 480px;
  }
}

/* line 684, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .pro-report-promo-title {
  font-family: "Roboto";
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  color: #196faf;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  /* line 684, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .pro-report-promo-title {
    font-size: 38px;
    margin-bottom: 20px;
  }
}

/* line 698, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .pro-report-promo-desc {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #454b54;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  /* line 698, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .pro-report-promo-desc {
    font-size: 18px;
  }
}

/* line 711, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .pro-report-promo-btn {
  background-color: #196faf;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (min-width: 600px) {
  /* line 711, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .pro-report-promo-btn {
    max-width: 260px;
    display: flex;
    margin: 0 auto;
  }
}

@media (min-width: 1280px) {
  /* line 711, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .pro-report-promo-btn {
    display: inline-flex;
    margin: 0;
  }
}

/* line 735, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .pro-report-promo-btn:hover {
  background-color: #135382;
  color: white;
}

/* line 741, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .pro-report-promo-card {
  flex: 1;
  width: 100%;
  background-color: #f8fafd;
  border: 1px solid #e5e9ef;
  border-radius: 12px;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 768px) {
  /* line 741, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .pro-report-promo-card {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 737px;
    margin: 0 auto;
    padding: 32px;
  }
}

@media (min-width: 1280px) {
  /* line 741, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .pro-report-promo-card {
    flex: 0 0 737px;
    max-width: 737px;
    height: 470px;
    margin: 0;
  }
}

/* line 769, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .pro-report-promo-image-wrapper {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 769, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .pro-report-promo-image-wrapper {
    width: 300px;
  }
}

/* line 778, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .pro-report-promo-image {
  width: 100%;
  height: auto;
  border-radius: 8.89px;
  border: 1.11px solid #c7cbd1;
  background-color: #ffffff;
  object-fit: cover;
}

@media (min-width: 768px) {
  /* line 778, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .pro-report-promo-image {
    width: 300px;
    height: 406px;
  }
}

/* line 792, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .pro-report-promo-features {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* line 798, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .pro-report-promo-features-title {
  font-size: 18px;
  font-weight: 700;
  color: #454b54;
  margin-bottom: 16px;
}

@media (min-width: 950px) {
  /* line 798, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .pro-report-promo-features-title {
    font-size: 22px;
  }
}

/* line 809, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .pro-report-promo-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 815, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .pro-report-promo-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #5b6471;
}

/* line 823, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .pro-report-promo-list-item .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

@media (min-width: 950px) {
  /* line 815, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .pro-report-promo-list-item {
    font-size: 16px;
  }
}

/* line 833, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .subscribe-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 44px 20px;
  background-color: #196faf;
  background-image: url(/assets/marketing_pages/pro_report/cta-banner-background-e225f17e87e45198e4927fe0723e7f3c18c5c5d67271004300ab6743525ed655.svg);
  height: max-content;
  gap: 24px;
  position: relative;
  background-position: bottom left, bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
}

@media (min-width: 950px) {
  /* line 833, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .subscribe-banner {
    padding: 100px 80px;
  }
}

/* line 861, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .subscribe-banner-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

/* line 870, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .subscribe-banner-title {
  color: #e6f1fa;
  text-align: center;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  /* line 870, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .subscribe-banner-title {
    margin-bottom: 20px;
  }
}

/* line 880, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .subscribe-banner-description {
  max-width: 626px;
  color: #e6f1fa;
  text-align: center;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  /* line 880, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .subscribe-banner-description {
    margin-bottom: 80px;
  }
}

@media (min-width: 950px) {
  /* line 833, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .subscribe-banner {
    flex-direction: row;
  }
}

/* line 895, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .subscribe-banner .subscribe-banner-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 895, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .subscribe-banner .subscribe-banner-actions {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
  }
}

/* line 910, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .subscribe-banner .subscribe-button {
  background-color: #ef6f22;
  border: none;
  outline: none;
  border-radius: 4px;
  height: 52px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: white;
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 910, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .subscribe-banner .subscribe-button {
    width: 280px;
  }
}

/* line 933, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .subscribe-banner .subscribe-button-secondary {
  background-color: transparent;
  border: 1px solid white;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 933, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
  .rent-estimate-page .subscribe-banner .subscribe-button-secondary {
    width: 260px;
  }
}

/* line 942, app/assets/stylesheets/marketing_pages/rent_estimate.scss */
.rent-estimate-page .subscribe-banner .subscribe-button-secondary:hover, .rent-estimate-page .subscribe-banner .subscribe-button-secondary:focus {
  background-color: rgba(255, 255, 255, 0.12);
  color: white;
  text-decoration: none;
}
