/* line 3, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page {
  margin-top: -20px;
}

/* line 5, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page p,
.deal-worksheet-landing-page h1,
.deal-worksheet-landing-page h2,
.deal-worksheet-landing-page h3,
.deal-worksheet-landing-page h4,
.deal-worksheet-landing-page h5,
.deal-worksheet-landing-page h6,
.deal-worksheet-landing-page label {
  margin: 0;
  padding: 0;
}

/* line 17, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .box-bg-primary {
  background-color: white !important;
}

/* line 21, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .box-bg-secondary {
  background-color: #f8fafd !important;
}

/* line 25, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .buttons-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 600px) {
  /* line 25, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .buttons-container {
    flex-direction: row;
  }
}

@media (min-width: 950px) and (max-width: 1060px) {
  /* line 25, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .buttons-container {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  /* line 25, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .buttons-container {
    justify-content: start;
  }
}

/* line 41, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .buttons-container-item {
  width: 100%;
}

@media (min-width: 950px) {
  /* line 41, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .buttons-container-item {
    width: 300px;
  }
}

/* line 48, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .buttons-container-item-btn {
  background-color: #196faf;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: white;
  text-decoration: none;
  margin-bottom: 8px;
}

/* line 92, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .component-title {
  font-family: "Roboto";
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  color: #196faf;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 92, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .component-title {
    font-size: 38px;
    line-height: 45px;
  }
}

/* line 107, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .component-sub-text {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #454b54;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 107, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .component-sub-text {
    font-size: 18px;
    line-height: 27px;
  }
}

/* line 121, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .hero-section {
  padding: 24px 20px 44px;
}

@media (min-width: 950px) {
  /* line 121, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .hero-section {
    padding: 100px 80px 24px;
  }
}

/* line 128, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .hero-section-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 950px) {
  /* line 128, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .hero-section-content {
    flex-direction: row;
  }
}

/* line 138, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-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 138, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .hero-section-content-left {
    order: 1;
    max-width: 628px;
  }
}

/* line 156, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-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 156, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .hero-section-content-left .description-box .plan-name {
    font-size: 18px;
  }
}

/* line 168, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-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 168, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .hero-section-content-left .description-box .plan-title {
    font-size: 44px;
    line-height: 52px;
  }
}

/* line 182, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .hero-section-content-left .description-box .plan-small {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  /* line 182, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .hero-section-content-left .description-box .plan-small {
    margin-bottom: 50px;
  }
}

/* line 187, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .hero-section-content-left .description-box .plan-small .plan-small-text {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #454b54;
}

@media (min-width: 1200px) {
  /* line 187, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .hero-section-content-left .description-box .plan-small .plan-small-text {
    font-size: 18px;
    line-height: 27px;
  }
}

/* line 200, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .hero-section-content-left .description-box .plan-small .link-btn {
  margin-top: 8px;
  color: #196faf;
  border-radius: 4px;
  padding: 4px;
  padding-left: 0px;
  display: flex;
  font-size: 16px;
  display: flex;
  gap: 8px;
  font-weight: 600;
  width: max-content;
  text-decoration: none;
}

@media screen and (min-width: 950px) {
  /* line 200, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .hero-section-content-left .description-box .plan-small .link-btn {
    font-size: 18px;
    height: 35px;
  }
}

/* line 218, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .hero-section-content-left .description-box .plan-small .link-btn p {
  text-decoration: underline;
}

/* line 221, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .hero-section-content-left .description-box .plan-small .link-btn div {
  font-size: 20px;
}

/* line 229, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .hero-section-content-right {
  flex: 1;
  order: 1;
  display: flex;
  justify-content: end;
  align-items: center;
}

/* line 236, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .hero-section-content-right-image {
  background-image: url(https://assets.rentometer.com/assets/deal_worksheet_landing/hero_image-d92adcad11cbc2d0b5ee94ed6564093613c25914a21c1774e07ee695982dc5df.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
  aspect-ratio: 519 / 400;
  width: 100%;
}

@media (min-width: 951px) {
  /* line 236, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .hero-section-content-right-image {
    max-width: 520px;
  }
}

@media (min-width: 1440px) {
  /* line 236, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .hero-section-content-right-image {
    max-width: 600px;
  }
}

/* line 258, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .hero-section .scroll-btn-container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 900px) {
  /* line 258, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .hero-section .scroll-btn-container {
    display: none;
  }
}

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

/* line 279, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .disclaimer-section {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 950px) {
  /* line 279, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .disclaimer-section {
    padding: 64px 80px;
  }
}

/* line 284, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .disclaimer-section .container-mobile {
  display: flex;
  flex-direction: column;
  background-color: #f8fafd;
  border: 1px solid #cee3f5;
  border-radius: 8px;
  padding: 12px;
  width: 100%;
}

@media (min-width: 950px) {
  /* line 284, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .disclaimer-section .container-mobile {
    display: none;
  }
}

/* line 297, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .disclaimer-section .container-mobile .first-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 4px;
}

/* line 304, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .disclaimer-section .container-mobile .title {
  font-size: 16px;
  color: #5b6471;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}

/* line 312, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .disclaimer-section .container-desktop {
  display: none;
}

@media (min-width: 950px) {
  /* line 312, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .disclaimer-section .container-desktop {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    background-color: #f8fafd;
    border: 1px solid #cee3f5;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
  }
}

/* line 327, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .disclaimer-section .container-desktop .title {
  font-size: 18px;
  color: #5b6471;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}

/* line 337, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .how-it-works-section {
  padding: 44px 20px;
  background-color: #e6f1fa;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 950px) {
  /* line 337, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .how-it-works-section {
    padding: 100px 80px;
  }
}

@media (min-width: 950px) {
  /* line 337, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .how-it-works-section {
    gap: 80px;
  }
}

/* line 348, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .how-it-works-section .content {
  text-align: center;
  width: 100%;
  align-self: center;
}

@media (min-width: 950px) {
  /* line 348, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .how-it-works-section .content {
    max-width: 894px;
  }
}

/* line 357, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .how-it-works-section .content .description {
  margin-bottom: 0;
}

/* line 361, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .how-it-works-section .content .title {
  margin-bottom: 16px;
}

@media (min-width: 950px) {
  /* line 361, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .how-it-works-section .content .title {
    margin-bottom: 20px;
  }
}

/* line 370, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .how-it-works-section .card {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background-color: white;
  border: 1px solid #c7cbd1;
  align-self: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (min-width: 950px) {
  /* line 370, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .how-it-works-section .card {
    max-width: 779px;
  }
}

/* line 385, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .how-it-works-section .card .card-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #e6f1fa;
}

/* line 395, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .how-it-works-section .card .card-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* line 406, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .how-it-works-section .features {
  gap: 24px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 950px) {
  /* line 406, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .how-it-works-section .features {
    max-height: 100%;
    flex-direction: row;
  }
}

/* line 418, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .how-it-works-section .features .features-item {
  border-radius: 8px;
  padding: 32px 24px 24px 24px;
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0;
  box-shadow: 0px 3px 20px 0px rgba(37, 39, 57, 0.15);
}

@media (min-width: 950px) {
  /* line 418, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .how-it-works-section .features .features-item {
    flex: 1;
  }
}

/* line 432, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .how-it-works-section .features .features-item img {
  height: 44px;
  width: 44px;
}

/* line 437, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .how-it-works-section .features .features-item .features-item-title {
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  color: #454b54;
}

@media (min-width: 950px) {
  /* line 437, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .how-it-works-section .features .features-item .features-item-title {
    font-size: 22px;
  }
}

/* line 448, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .how-it-works-section .features .features-item .features-item-description {
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  color: #5b6471;
}

@media (min-width: 950px) {
  /* line 448, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .how-it-works-section .features .features-item .features-item-description {
    font-size: 16px;
  }
}

/* line 462, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .pair-deal-section {
  padding: 44px 20px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 950px) {
  /* line 462, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .pair-deal-section {
    padding: 100px 80px;
  }
}

@media (min-width: 950px) {
  /* line 469, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .pair-deal-section .pair-deal-section-title br {
    display: none;
  }
}

/* line 475, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .pair-deal-section .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #454b54;
  text-align: center;
  margin-top: 16px;
}

@media (min-width: 950px) {
  /* line 475, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .pair-deal-section .subtitle {
    font-size: 18px;
  }
}

/* line 489, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .pair-deal-section .cards {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 950px) {
  /* line 489, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .pair-deal-section .cards {
    margin-top: 80px;
    max-width: 1280px;
    align-self: center;
  }
}

/* line 501, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .pair-deal-section .cards .description-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 950px) {
  /* line 501, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .pair-deal-section .cards .description-cards {
    flex-direction: row;
  }
}

/* line 510, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .pair-deal-section .cards .description-cards .description-card {
  box-shadow: 0px 3px 20px 0px rgba(37, 39, 57, 0.15);
  background-color: white;
  border-radius: 8px;
  padding: 32px 24px;
  line-height: 150%;
  font-size: 16px;
  color: #5b6471;
}

@media (min-width: 950px) {
  /* line 510, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .pair-deal-section .cards .description-cards .description-card {
    flex: 1;
    font-size: 18px;
  }
}

/* line 525, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .pair-deal-section .cards .info-cards {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
}

@media (min-width: 950px) {
  /* line 525, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .pair-deal-section .cards .info-cards {
    flex-direction: row;
  }
}

/* line 533, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .pair-deal-section .cards .info-cards .work-card {
  flex: 1;
  background-color: blue;
  display: flex;
  padding: 32px 0;
  flex-direction: column;
  min-width: 0;
  border-radius: 8px;
  gap: 20px;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.08);
  background-color: white;
}

/* line 546, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .pair-deal-section .cards .info-cards .work-card .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  color: #454b54;
  padding: 0 24px;
}

@media (min-width: 950px) {
  /* line 546, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .pair-deal-section .cards .info-cards .work-card .title {
    font-size: 22px;
    line-height: 26px;
  }
}

/* line 559, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .pair-deal-section .cards .info-cards .work-card .list {
  list-style: none;
  padding: 2px 24px 2px 32px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 567, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .pair-deal-section .cards .info-cards .work-card .list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #454b54;
}

/* line 575, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .pair-deal-section .cards .info-cards .work-card .list li img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

@media (min-width: 950px) {
  /* line 567, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .pair-deal-section .cards .info-cards .work-card .list li {
    font-size: 18px;
    line-height: 27px;
  }
}

/* line 588, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .pair-deal-section .cards .info-cards .work-card .link-btn {
  background-color: white;
  color: #196faf;
  border-radius: 4px;
  padding: 4px;
  padding-left: 0px;
  display: flex;
  font-size: 16px;
  display: flex;
  gap: 8px;
  font-weight: 600;
  line-height: 150%;
  width: max-content;
  text-decoration: none;
  align-self: center;
  align-items: center;
}

@media (min-width: 568px) {
  /* line 588, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .pair-deal-section .cards .info-cards .work-card .link-btn {
    text-align: center;
  }
  /* line 608, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .pair-deal-section .cards .info-cards .work-card .link-btn br {
    display: none;
  }
}

@media screen and (min-width: 950px) {
  /* line 588, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .pair-deal-section .cards .info-cards .work-card .link-btn {
    font-size: 18px;
  }
}

/* line 616, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .pair-deal-section .cards .info-cards .work-card .link-btn p {
  text-decoration: underline;
  text-align: center;
}

/* line 620, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .pair-deal-section .cards .info-cards .work-card .link-btn div {
  font-size: 20px;
}

/* line 626, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .pair-deal-section .cards .info-cards .work-image-container {
  flex: 1;
  min-width: 0;
  border-radius: 12px;
  border: 1px solid #c7cbd1;
  overflow: hidden;
}

/* line 634, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .pair-deal-section .cards .info-cards .work-image-container img {
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 628 / 380;
}

/* line 647, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .whats-included-section {
  padding: 44px 20px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 950px) {
  /* line 647, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .whats-included-section {
    padding: 100px 80px;
  }
}

@media (min-width: 950px) {
  /* line 647, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .whats-included-section {
    gap: 80px;
  }
}

/* line 656, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .whats-included-section .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #454b54;
  text-align: center;
  margin-top: 16px;
}

@media (min-width: 950px) {
  /* line 656, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .whats-included-section .subtitle {
    font-size: 18px;
  }
}

/* line 670, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .whats-included-section .features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 0 !important;
  margin-top: 32px;
}

@media (min-width: 950px) {
  /* line 670, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .whats-included-section .features-grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 80px;
  }
}

@media (min-width: 1200px) {
  /* line 670, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .whats-included-section .features-grid {
    padding-inline: 80px;
  }
}

/* line 687, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .whats-included-section .features-grid-item {
  background: white;
  border-radius: 8px;
  border: 1px solid #cee3f5;
  display: flex;
  align-items: start;
  gap: 20px;
  padding: 16px 24px;
}

/* line 696, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .whats-included-section .features-grid-item img {
  height: 24px;
  width: 24px;
}

/* line 701, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .whats-included-section .features-grid-item p {
  text-align: start;
  font-size: 16px;
  font-weight: 400;
  color: #454b54;
}

@media (min-width: 950px) {
  /* line 701, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .whats-included-section .features-grid-item p {
    font-size: 18px;
  }
}

/* line 715, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .designed-section {
  padding: 44px 20px;
  background-color: #f8fafd;
}

@media (min-width: 950px) {
  /* line 715, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .designed-section {
    padding: 100px 80px;
  }
}

/* line 719, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .designed-section .designed-section-container {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 950px) {
  /* line 719, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .designed-section .designed-section-container {
    gap: 0;
    flex-direction: row;
    align-items: stretch;
  }
}

/* line 731, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .designed-section .designed-section-container .top-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

@media (min-width: 950px) {
  /* line 731, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .designed-section .designed-section-container .top-container {
    flex: 628 1 0;
    padding: 124px 80px 124px 109px;
  }
}

/* line 742, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .designed-section .designed-section-container .top-container .title {
  font-size: 28px;
  font-weight: 700;
  color: #196faf;
  text-align: center;
  line-height: 120%;
}

@media (min-width: 950px) {
  /* line 742, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .designed-section .designed-section-container .top-container .title {
    font-size: 38px;
  }
}

/* line 753, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .designed-section .designed-section-container .top-container .subtitle {
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  font-size: 16px;
  color: #454b54;
  font-weight: 400;
}

@media (min-width: 950px) {
  /* line 753, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .designed-section .designed-section-container .top-container .subtitle {
    font-size: 18px;
  }
}

/* line 767, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .designed-section .designed-section-container .bottom-container {
  min-width: 0;
  overflow: hidden;
}

@media (min-width: 950px) {
  /* line 767, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .designed-section .designed-section-container .bottom-container {
    flex: 412 1 0;
    margin-right: 51px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 0;
  }
}

/* line 781, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .designed-section .designed-section-container .bottom-container img {
  max-width: 100%;
  border-radius: 12px;
  width: 100%;
}

@media (min-width: 950px) {
  /* line 781, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .designed-section .designed-section-container .bottom-container img {
    flex: 1 1 0;
    width: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
  }
}

/* line 800, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .subscribe-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 44px 20px;
  background-color: #196faf;
  height: max-content;
  gap: 24px;
  position: relative;
  background-position: bottom left, bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  background-image: url(https://assets.rentometer.com/assets/yield_tracker/background_mobile-a03b674f8f73b78c5e4b777fb019c183a7ea2bd8e3c61ea05fcd2cdcaa336c53.svg);
}

@media (min-width: 950px) {
  /* line 800, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .subscribe-banner {
    padding: 100px 80px;
  }
}

/* line 820, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .subscribe-banner-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 824, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .subscribe-banner-title {
  color: #ffffff;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  /* line 824, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .subscribe-banner-title {
    margin-bottom: 20px;
  }
}

/* line 834, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-page .subscribe-banner-description {
  max-width: 626px;
  color: #e6f1fa;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  /* line 834, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .subscribe-banner-description {
    margin-bottom: 80px;
  }
}

@media (min-width: 950px) {
  /* line 800, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .subscribe-banner {
    flex-direction: row;
    background-image: url(https://assets.rentometer.com/assets/pricing/background-8da3818b64dd3043c829b67d2e148e3940175d92971ff4aab2ffded2a661b3cc.svg);
  }
}

/* line 850, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
.deal-worksheet-landing-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: 14px;
  font-weight: 600;
  color: white;
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 850, app/assets/stylesheets/marketing_pages/deal_worksheet_landing.scss */
  .deal-worksheet-landing-page .subscribe-banner .subscribe-button {
    width: 300px;
    font-size: 16px;
  }
}
