/* line 4, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page p,
.pro-plan-page h1,
.pro-plan-page h2,
.pro-plan-page h3,
.pro-plan-page h4,
.pro-plan-page h5,
.pro-plan-page h6 {
  margin: 0;
  padding: 0;
}

/* line 15, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .box-bg-secondary {
  background-color: #f8fafd !important;
}

/* line 34, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .component-title {
  font-family: "Roboto";
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
  color: #196faf;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 34, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .component-title {
    font-size: 38px;
    line-height: 120%;
  }
}

/* line 50, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-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 50, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .component-sub-text {
    font-size: 18px;
    line-height: 27px;
  }
}

/* line 64, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .hero-section {
  padding: 44px 24px;
  margin-top: -20px;
}

@media (min-width: 950px) {
  /* line 64, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .hero-section {
    padding: 100px 80px 24px;
  }
}

/* line 73, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .hero-section-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 950px) {
  /* line 73, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .hero-section-content {
    flex-direction: row;
  }
}

/* line 83, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-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 83, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .hero-section-content-left {
    order: 1;
    max-width: 628px;
  }
}

/* line 100, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .hero-section-content-left .description-box {
  border-radius: 4px;
}

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

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

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

/* line 132, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-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 132, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .hero-section-content-left .description-box .plan-small {
    font-size: 18px;
    line-height: 27px;
  }
}

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

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

/* line 158, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .hero-section-content-left .description-box .pro-report-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;
  text-align: center;
  white-space: nowrap;
}

/* line 172, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .hero-section-content-left .description-box .pro-report-hero-actions .btn.btn-default {
  color: #196faf;
  border: 1px solid #196faf;
  background-color: #fff;
}

/* line 178, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .hero-section-content-left .description-box .pro-report-hero-actions .btn.btn-primary {
  color: white;
  border: none;
  background-color: #196faf;
}

/* line 188, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .hero-section-content-right {
  flex: 1;
  order: 1;
  display: flex;
  justify-content: end;
  align-items: center;
}

/* line 195, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .hero-section-content-right-image {
  background-image: url(/assets/marketing_pages/pro_report_hero-3004dd38490dfc3ffbec93adc9eaf7aa0b4f13168c48f834f05c7c38890c4a10.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
  aspect-ratio: 519 / 400;
  width: 100%;
}

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

@media (min-width: 951px) {
  /* line 195, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .hero-section-content-right-image {
    max-width: 500px;
  }
}

@media (min-width: 1440px) {
  /* line 195, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .hero-section-content-right-image {
    max-width: 560px;
  }
}

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

@media (max-width: 900px) {
  /* line 223, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .hero-section .scroll-btn-container {
    display: none;
  }
}

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

/* line 244, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .value-props-section {
  padding: 44px 20px;
  background-color: #f8fafd;
}

@media (min-width: 768px) {
  /* line 244, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .value-props-section {
    padding: 64px 80px;
  }
}

/* line 254, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .value-props-title {
  margin: 0 auto;
  max-width: 1120px;
}

/* line 258, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .value-props-title .title-part {
  display: inline;
}

@media (min-width: 768px) {
  /* line 258, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .value-props-title .title-part {
    display: block;
  }
}

/* line 267, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .value-props-description {
  text-align: center;
  margin: 16px auto 0;
  max-width: 800px;
  text-wrap: balance;
}

/* line 274, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .value-props-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 32px;
  max-width: 1280px;
}

@media (min-width: 768px) {
  /* line 274, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .value-props-cards {
    grid-template-columns: repeat(3, 1fr);
    margin: 80px auto 0;
    gap: 24px;
  }
}

/* line 288, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .value-props-card {
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  background-color: white;
  border: 1px solid #e5e9ef;
  border-radius: 8px;
  gap: 20px;
}

/* line 299, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .value-props-card-icon {
  width: 44px;
  height: 44px;
}

/* line 304, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .value-props-card-title {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
  color: #454b54;
}

@media (min-width: 768px) {
  /* line 304, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .value-props-card-title {
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 949px) {
  /* line 304, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .value-props-card-title {
    font-size: 18px;
  }
}

/* line 319, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .value-props-card-description {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5b6471;
}

@media (min-width: 768px) {
  /* line 319, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .value-props-card-description {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 949px) {
  /* line 319, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .value-props-card-description {
    font-size: 16px;
  }
}

/* line 335, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-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;
}

@media (min-width: 950px) {
  /* line 335, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .subscribe-banner {
    padding: 100px 80px;
  }
}

/* line 353, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .subscribe-banner-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 357, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .subscribe-banner-title {
  color: #e6f1fa;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  /* line 357, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .subscribe-banner-title {
    margin-bottom: 20px;
  }
}

/* line 367, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .subscribe-banner-description {
  max-width: 626px;
  color: #e6f1fa;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  /* line 367, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .subscribe-banner-description {
    margin-bottom: 80px;
  }
}

@media (min-width: 950px) {
  /* line 335, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .subscribe-banner {
    flex-direction: row;
    background-image: url(/assets/marketing_pages/pro_report/cta-banner-background-e225f17e87e45198e4927fe0723e7f3c18c5c5d67271004300ab6743525ed655.svg);
  }
}

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

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

/* line 400, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-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 400, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .subscribe-banner .subscribe-button {
    width: 300px;
  }
}

/* line 423, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .subscribe-banner .subscribe-button-secondary {
  background-color: transparent;
  border: 1px solid white;
}

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

/* line 436, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section {
  padding: 44px 20px;
  background-color: white;
}

@media (min-width: 950px) {
  /* line 436, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .pro-report-features-section {
    padding: 100px 80px;
  }
}

/* line 444, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 950px) {
  /* line 444, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .pro-report-features-section .pro-report-features-container {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}

@media (min-width: 950px) {
  /* line 444, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .pro-report-features-section .pro-report-features-container {
    flex-direction: row;
    gap: 80px;
  }
}

/* line 464, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}

/* line 471, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-left .features-title {
  text-align: left;
}

/* line 475, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-left .features-list {
  padding-left: 0;
  list-style: none;
  counter-reset: feature-counter;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* line 485, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-left .feature-item {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 22px;
  color: #454b54;
  padding-left: 0;
  max-width: 521px;
}

@media (min-width: 768px) and (max-width: 950px) {
  /* line 485, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .pro-report-features-section .pro-report-features-left .feature-item {
    max-width: none;
  }
}

/* line 498, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-left .feature-item-title {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
  color: #454b54;
  margin-bottom: 8px;
}

@media (min-width: 950px) {
  /* line 498, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .pro-report-features-section .pro-report-features-left .feature-item-title {
    font-size: 22px;
  }
}

/* line 508, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-left .feature-item-title::before {
  counter-increment: feature-counter;
  content: counter(feature-counter) ". ";
}

/* line 514, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-left .feature-item-desc {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #5b6471;
  margin: 0;
}

@media (min-width: 950px) {
  /* line 514, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .pro-report-features-section .pro-report-features-left .feature-item-desc {
    font-size: 18px;
  }
}

/* line 527, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-left .feature-btn-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

/* line 533, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-left .feature-btn-container .feature-cta-button {
  max-width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  padding: 0 24px;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 16px;
  color: white;
  background-color: #196faf;
  text-decoration: none;
  white-space: nowrap;
}

/* line 552, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-left .feature-btn-container .sample-report-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 56px;
  max-width: 100%;
  font-weight: 600;
  font-size: 16px;
  color: #196faf;
  text-decoration: none;
  white-space: nowrap;
}

/* line 565, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-left .feature-btn-container .sample-report-btn span {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* line 573, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  /* line 573, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .pro-report-features-section .pro-report-features-right {
    justify-content: end;
  }
}

/* line 583, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .pro-report-features-section .pro-report-features-right .features-image {
  width: 100%;
  max-width: 520px;
  height: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

@media (min-width: 768px) and (max-width: 950px) {
  /* line 583, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .pro-report-features-section .pro-report-features-right .features-image {
    max-width: 100%;
  }
}

/* line 597, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-section {
  padding: 44px 20px;
}

@media (min-width: 950px) {
  /* line 597, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-breakdown-section {
    padding: 100px 80px;
  }
}

/* line 605, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-title {
  margin: 0 auto;
  max-width: 640px;
}

/* line 610, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-description {
  margin: 20px auto 0;
  max-width: 700px;
  color: #454b54;
}

/* line 616, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 32px;
  max-width: 1280px;
}

@media (min-width: 950px) {
  /* line 616, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-breakdown-cards {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 64px;
    margin: 44px auto 0;
  }
}

@media (min-width: 950px) and (max-width: 1024px) {
  /* line 616, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-breakdown-cards {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1440px) {
  /* line 616, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-breakdown-cards {
    display: none;
  }
}

/* line 641, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-card {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #f8fafd;
  border: 1px solid #c7cbd1;
  border-radius: 8px;
}

@media (min-width: 950px) {
  /* line 641, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-breakdown-card {
    padding: 28px;
    padding: 32px;
  }
}

/* line 656, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-card-preview {
  margin-bottom: 32px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 656, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-breakdown-card-preview {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 668, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-card-image {
  display: block;
  width: 100%;
  height: auto;
}

/* line 674, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-card-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 680, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-card-title {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 700;
  color: #454b54;
}

@media (min-width: 950px) {
  /* line 680, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-breakdown-card-title {
    font-size: 22px;
  }
}

/* line 691, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-card-description {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #5b6471;
}

@media (min-width: 950px) {
  /* line 691, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-breakdown-card-description {
    font-size: 16px;
  }
}

/* line 702, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 711, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-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 711, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-breakdown-card-list-item {
    font-size: 16px;
  }
}

/* line 725, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-card-list-item strong {
  font-weight: 700;
}

/* line 730, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-card-list-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 1px;
}

/* line 741, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-tabs-layout {
  display: none;
}

@media (min-width: 1440px) {
  /* line 741, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-breakdown-tabs-layout {
    display: flex;
    gap: 24px;
    max-width: 1248px;
    margin: 44px auto 0;
  }
}

/* line 752, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-tab-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 764, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-tab-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 320px;
  flex-shrink: 0;
}

/* line 773, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-tab {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
}

/* line 784, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-tab-eyebrow {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
  color: #454b54;
}

/* line 791, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-tab-title {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  color: #5b6471;
}

/* line 799, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page #report-breakdown-tab-1:checked
~ .report-breakdown-tab-list
.report-breakdown-tab:nth-child(1),
.pro-plan-page #report-breakdown-tab-2:checked
~ .report-breakdown-tab-list
.report-breakdown-tab:nth-child(2),
.pro-plan-page #report-breakdown-tab-3:checked
~ .report-breakdown-tab-list
.report-breakdown-tab:nth-child(3) {
  background-color: #f8fafd;
  border-color: #c7cbd1;
}

/* line 812, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page #report-breakdown-tab-1:checked
~ .report-breakdown-tab-list
.report-breakdown-tab:nth-child(1)
.report-breakdown-tab-eyebrow,
.pro-plan-page #report-breakdown-tab-2:checked
~ .report-breakdown-tab-list
.report-breakdown-tab:nth-child(2)
.report-breakdown-tab-eyebrow,
.pro-plan-page #report-breakdown-tab-3:checked
~ .report-breakdown-tab-list
.report-breakdown-tab:nth-child(3)
.report-breakdown-tab-eyebrow {
  color: #196faf;
}

/* line 827, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-panel {
  width: 904px;
  height: 624px;
  flex-shrink: 0;
  box-sizing: border-box;
  background-color: #f8fafd;
  border: 1px solid #c7cbd1;
  border-radius: 12px;
  padding: 32px;
}

/* line 839, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-panel-page {
  display: none;
  gap: 32px;
  height: 100%;
}

/* line 846, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page #report-breakdown-tab-1:checked
~ .report-breakdown-panel
.report-breakdown-panel-page:nth-child(1),
.pro-plan-page #report-breakdown-tab-2:checked
~ .report-breakdown-panel
.report-breakdown-panel-page:nth-child(2),
.pro-plan-page #report-breakdown-tab-3:checked
~ .report-breakdown-panel
.report-breakdown-panel-page:nth-child(3) {
  display: flex;
}

/* line 858, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-panel-preview {
  flex: 1;
  height: 100%;
  overflow: hidden;
}

/* line 864, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-panel-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 871, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-panel-info {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* line 880, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-panel-title {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
  color: #454b54;
}

/* line 887, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-panel-description {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #5b6471;
}

/* line 895, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-panel-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 904, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-panel-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #454b54;
}

/* line 915, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-panel-list-item strong {
  font-weight: 700;
}

/* line 920, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-panel-list-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 1px;
}

/* line 928, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-cta-section {
  padding: 0 20px 44px;
  background-color: white;
}

@media (min-width: 950px) {
  /* line 928, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-breakdown-cta-section {
    padding: 0 80px 100px;
  }
}

/* line 938, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-cta-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 20px;
  background-color: #e6f1fa;
  border-radius: 12px;
}

@media (min-width: 950px) {
  /* line 938, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-breakdown-cta-box {
    padding: 48px 80px;
  }
}

/* line 958, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-cta-title {
  margin: 0;
  font-family: "Roboto";
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  color: #196faf;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 958, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-breakdown-cta-title {
    font-size: 26px;
  }
}

/* line 973, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-cta-description {
  margin: 0;
}

/* line 977, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-breakdown-cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  width: 100%;
  height: 56px;
  padding: 16px 64px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #ef6f22;
  color: white;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

@media (min-width: 768px) {
  /* line 977, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-breakdown-cta-button {
    width: 300px;
  }
}

@media (max-width: 440px) {
  /* line 977, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-breakdown-cta-button {
    height: 53px;
  }
}

/* line 1006, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-section {
  padding: 44px 20px;
  background-color: #e6f1fa;
}

@media (min-width: 950px) {
  /* line 1006, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .custom-branding-section {
    padding: 100px 80px;
  }
}

/* line 1016, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 950px) {
  /* line 1016, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .custom-branding-container {
    flex-direction: row;
    gap: 60px;
  }
}

/* line 1031, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-preview {
  width: 100%;
}

@media (min-width: 950px) {
  /* line 1031, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .custom-branding-preview {
    flex: 0 0 45%;
  }
}

/* line 1039, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-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 1039, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .custom-branding-image {
    margin: 0;
  }
}

/* line 1055, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-content {
  width: 100%;
}

@media (min-width: 950px) {
  /* line 1055, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .custom-branding-content {
    flex: 1;
  }
}

/* line 1063, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-title {
  text-align: left;
}

/* line 1067, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-description {
  text-align: left;
  margin-top: 20px;
}

/* line 1073, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-share-label {
  text-align: left;
  margin-top: 12px;
}

/* line 1079, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

@media (min-width: 600px) {
  /* line 1079, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .custom-branding-options {
    gap: 20px;
    margin-top: 24px;
  }
}

/* line 1093, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-option {
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 1102, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-option-icon {
  display: flex;
  align-items: center;
  height: 24px;
  margin-bottom: 2px;
}

/* line 1110, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-option-icon img {
  max-height: 24px;
  width: auto;
}

/* line 1116, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-option-title {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #454b54;
}

@media (min-width: 600px) {
  /* line 1116, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .custom-branding-option-title {
    font-size: 18px;
    line-height: 27px;
  }
}

/* line 1129, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .custom-branding-option-description {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #5b6471;
}

@media (min-width: 600px) {
  /* line 1129, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .custom-branding-option-description {
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 1143, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .share-tools-section {
  padding: 44px 20px;
  background-color: white;
}

@media (min-width: 950px) {
  /* line 1143, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .share-tools-section {
    padding: 100px 80px;
  }
}

/* line 1153, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .share-tools-description {
  margin: 20px auto 0;
  max-width: 800px;
}

/* line 1158, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .share-tools-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 1280px;
  margin: 44px auto 0;
}

@media (min-width: 768px) {
  /* line 1158, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .share-tools-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 64px;
  }
}

/* line 1174, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .share-tools-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px;
  text-align: left;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 3px 20px rgba(37, 39, 57, 0.1);
}

/* line 1187, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .share-tools-card-icon {
  width: 32px;
  height: 32px;
}

/* line 1192, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .share-tools-card-title {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 700;
  color: #454b54;
}

@media (min-width: 950px) {
  /* line 1192, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .share-tools-card-title {
    font-size: 22px;
  }
}

/* line 1203, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .share-tools-card-description {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #5b6471;
}

@media (min-width: 950px) {
  /* line 1203, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .share-tools-card-description {
    font-size: 18px;
  }
}

/* line 1216, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-audience-section {
  padding: 44px 20px;
  background-color: white;
}

@media (min-width: 950px) {
  /* line 1216, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-audience-section {
    padding: 100px 80px;
  }
}

/* line 1226, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-audience-title {
  margin: 0 auto;
}

/* line 1230, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-audience-description {
  text-align: center;
  margin: 20px auto 0;
  max-width: 840px;
  color: #454b54;
}

/* line 1237, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-audience-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 32px auto 0;
  max-width: 1280px;
}

@media (min-width: 600px) {
  /* line 1237, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-audience-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 950px) {
  /* line 1237, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-audience-cards {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 64px;
  }
}

@media (min-width: 950px) and (max-width: 1024px) {
  /* line 1237, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-audience-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* line 1260, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-audience-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px 24px;
  text-align: left;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 3px 20px rgba(37, 39, 57, 0.1);
}

/* line 1273, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-audience-card-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

/* line 1279, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-audience-card-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

/* line 1286, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-audience-card-title {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #454b54;
}

@media (min-width: 950px) {
  /* line 1286, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-audience-card-title {
    font-size: 22px;
  }
}

/* line 1297, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-audience-card-description {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #5b6471;
}

@media (min-width: 950px) {
  /* line 1297, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-audience-card-description {
    font-size: 18px;
  }
}

/* line 1309, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-audience-cta {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

/* line 1316, app/assets/stylesheets/marketing_pages/pro_report.scss */
.pro-plan-page .report-audience-cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  padding: 16px 64px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #196faf;
  color: white;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

@media (min-width: 768px) {
  /* line 1316, app/assets/stylesheets/marketing_pages/pro_report.scss */
  .pro-plan-page .report-audience-cta-button {
    width: 300px;
  }
}
