@charset "UTF-8";
/* line 1, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
:root {
  --primary-text-color: #222;
  --secondary-text-color: #fff;
  --primary-bg-color: #222;
  --secondary-bg-color: #fff;
  --tertiary-bg-color: #ddd;
  --tab-active-basic: #74B566;
  --tab-active-essential: #196FAF;
  --tab-active-pro: #EF6F22;
}

/* line 23, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold p,
.pricing-below-fold h1,
.pricing-below-fold h2,
.pricing-below-fold h3,
.pricing-below-fold h4,
.pricing-below-fold h5,
.pricing-below-fold h6 {
  margin: 0;
  padding: 0;
}

/* line 34, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-view {
  display: block;
}

@media (min-width: 951px) {
  /* line 34, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-view {
    display: none !important;
  }
}

/* line 42, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .desktop-view {
  display: none;
}

@media (min-width: 951px) {
  /* line 42, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .desktop-view {
    display: block !important;
  }
}

/* line 50, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .order-container {
  display: flex;
  flex-direction: column;
}

/* line 54, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .order-container .order-1 {
  order: 1;
}

/* line 58, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .order-container .order-2 {
  order: 2;
}

/* line 63, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .padding-container {
  padding: 44px 16px;
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  /* line 63, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .padding-container {
    padding: 64px 80px;
  }
}

@media screen and (min-width: 950px) and (max-width: 1200px) {
  /* line 63, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .padding-container {
    padding: 64px 20px;
  }
}

@media (min-width: 1201px) {
  /* line 63, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .padding-container {
    padding: 64px 80px;
  }
}

/* line 79, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .features-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #196faf;
  text-align: center;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  /* line 79, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .features-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 56px;
  }
}

/* line 95, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs-padding-container {
  padding: 44px 8px;
}

@media screen and (min-width: 768px) and (max-width: 899px) {
  /* line 95, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs-padding-container {
    padding: 64px 80px;
  }
}

@media screen and (min-width: 900px) and (max-width: 950px) {
  /* line 95, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs-padding-container {
    padding: 64px 20px;
  }
}

@media screen and (min-width: 950px) and (max-width: 1200px) {
  /* line 95, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs-padding-container {
    padding: 64px 20px;
  }
}

@media (min-width: 1201px) {
  /* line 95, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs-padding-container {
    padding: 64px 80px;
  }
}

/* line 115, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .home-page-view {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 44px;
}

/* line 123, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner {
  background-color: #F8FAFD;
}

/* line 126, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner-header {
  display: flex;
  gap: 8px;
  align-items: start;
}

@media (min-width: 768px) {
  /* line 126, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner-header {
    display: flex;
    gap: 16px;
    align-items: center;
  }
}

/* line 137, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner-header-title {
  font-size: 22px;
  font-weight: 700;
  color: #196FAF;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 137, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner-header-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 56px;
    margin-bottom: 0;
  }
}

/* line 152, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner-header-image {
  height: 32px;
  width: 32px;
}

@media (min-width: 768px) {
  /* line 152, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner-header-image {
    height: 40px;
    width: 40px;
  }
}

/* line 163, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #717780;
  margin-left: 40px;
}

@media (min-width: 768px) {
  /* line 163, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner-description {
    max-width: 1224px;
    margin-left: 57px;
  }
}

/* line 176, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner .stats-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: max-content;
  gap: 32px;
}

@media (min-width: 900px) {
  /* line 176, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner .stats-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}

@media (min-width: 1201px) {
  /* line 176, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner .stats-container {
    gap: 80px;
  }
}

/* line 191, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner .stats-container .item-1 {
  order: 1;
}

/* line 192, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner .stats-container .item-2 {
  order: 3;
}

/* line 193, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner .stats-container .item-3 {
  order: 2;
}

/* line 194, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner .stats-container .item-4 {
  order: 4;
}

@media (min-width: 768px) {
  /* line 197, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner .stats-container .item-1 {
    order: 1;
  }
  /* line 198, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner .stats-container .item-2 {
    order: 2;
  }
  /* line 199, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner .stats-container .item-3 {
    order: 3;
  }
  /* line 200, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner .stats-container .item-4 {
    order: 4;
  }
}

/* line 203, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner .stats-container .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150px;
  gap: 4px;
}

@media (min-width: 768px) {
  /* line 203, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner .stats-container .stat-item {
    width: 198px;
    text-align: center;
  }
}

/* line 216, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner .stats-container .stat-item-number {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #474747;
}

@media (min-width: 768px) {
  /* line 216, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner .stats-container .stat-item-number {
    font-size: 36px;
    line-height: 56px;
    font-weight: 500;
  }
}

/* line 229, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .promo-banner .stats-container .stat-item-description {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #717780;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 229, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .promo-banner .stats-container .stat-item-description {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    width: 175px;
  }
}

/* line 250, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs {
  display: flex;
  flex-wrap: wrap;
}

/* line 254, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs input[type="radio"] {
  display: none;
}

/* line 258, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs input[type="radio"]:checked + label {
  font-size: 20px;
  font-weight: 600;
  color: #2D3035;
}

/* line 264, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs input[type="radio"]:checked + label {
  position: relative;
}

/* line 267, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
}

/* line 278, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs input#tab-basic[type="radio"]:checked + label::after {
  background-color: #196FAF;
}

/* line 282, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs input#tab-essential[type="radio"]:checked + label::after {
  background-color: #196FAF;
}

/* line 286, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs input#tab-pro[type="radio"]:checked + label::after {
  background-color: #196FAF;
}

/* line 290, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs input[type="radio"]:checked + label + .tab-content {
  display: block;
}

/* line 294, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs label {
  font-size: 20px;
  font-weight: 400;
  color: #717780;
  cursor: pointer;
  display: block;
  padding: 6px 0px 4px 0px;
  margin: 0 8px;
  width: auto;
}

/* line 305, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .featuresLabel {
  margin: 0;
  display: flex;
  padding: 12px 16px;
  margin-bottom: 8px;
}

/* line 312, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content {
  background: #fff;
  display: none;
  flex-grow: 1;
  width: 100%;
}

/* line 318, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #2D3035;
  padding: 32px 16px 32px 16px;
}

@media (min-width: 900px) {
  /* line 318, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .tab-content-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    max-width: 47%;
    padding: 12px 0 44px 0;
  }
}

/* line 336, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container {
  width: 100%;
  background: white;
  border-radius: 12px;
}

/* line 341, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .content {
  display: flex;
  justify-content: space-between;
}

/* line 345, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .content .indicator {
  position: absolute;
  height: 60px;
  width: 100%;
  top: 0;
  left: 0;
  background: #F3F6F9;
  border-radius: 12px;
  transition: all 0.2s ease;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
}

/* line 361, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .content-boxes {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 50px;
}

@media (min-width: 900px) {
  /* line 361, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .tab-content .features-container .content-boxes {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 56px;
  }
}

/* line 378, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .list-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 388, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .list-content-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #2D3035;
  padding: 0 16px 16px 16px;
}

@media (min-width: 900px) {
  /* line 388, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .tab-content .features-container .list-content-title {
    font-size: 24px;
    line-height: 22px;
    font-weight: 400;
    padding: 16px;
  }
}

/* line 405, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .list-content .btn-container {
  width: 100%;
  padding: 0 16px;
}

/* line 410, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .list-content-btn {
  background-color: #196faf;
  height: 52px;
  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;
}

/* line 428, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .list-content .list {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin-right: 50px;
  margin-bottom: 20px;
}

/* line 436, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .list-content .list label {
  height: 60px;
  border-radius: 12px;
  line-height: 60px;
  font-size: 22px;
  font-weight: 500;
  cursor: pointer;
  margin: 0;
  padding: 0 16px;
  color: #333;
  z-index: 12;
  transition: all 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 453, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .list-content .list label .label-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* line 460, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .list-content .list .topic {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #2D3035;
}

/* line 469, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .features-slide {
  max-width: 750px;
}

/* line 473, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .text-content {
  height: auto;
  background-color: #F3F6F9;
  border-radius: 9px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
}

@media (min-width: 768px) {
  /* line 473, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .tab-content .features-container .text-content {
    height: 520px;
  }
}

/* line 485, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .text-content .text {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

/* line 492, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .text-content .text-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}

@media screen and (min-width: 600px) {
  /* line 492, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .tab-content .features-container .text-content .text-image {
    height: calc(520px - 110px);
    padding: 0;
  }
}

/* line 507, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .text-content .text-footer {
  background-color: white;
  padding: 16px;
  border-radius: 0 0 9px 9px;
  box-sizing: border-box;
  display: flex;
  align-items: start;
  gap: 16px;
  bottom: 1px;
  width: 100%;
}

/* line 520, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .text-content .text-footer-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #2D3035;
  margin-bottom: 4px;
}

@media (min-width: 900px) {
  /* line 520, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .tab-content .features-container .text-content .text-footer-title {
    font-size: 18px;
  }
}

/* line 533, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .text-content .text-footer-description {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #717780;
}

@media (min-width: 900px) {
  /* line 533, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .tab-content .features-container .text-content .text-footer-description {
    font-size: 16px;
  }
}

/* line 544, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .text-content .text-footer-image .active-icon {
  background-color: #196FAF;
}

@media (min-width: 900px) {
  /* line 507, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .tab-content .features-container .text-content .text-footer {
    height: 110px;
    width: 100%;
  }
}

/* line 556, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-content .features-container .text-content .text {
  display: none;
}

/* line 563, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .text-content {
  order: 2;
}

/* line 567, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .list-content {
  order: 1;
}

/* line 571, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .text-content {
  order: 1;
}

@media (min-width: 900px) {
  /* line 571, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .text-content {
    order: 2;
  }
}

/* line 579, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .list-content {
  order: 2;
}

@media (min-width: 900px) {
  /* line 579, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .list-content {
    order: 1;
  }
}

/* line 587, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .features-container .content .content-boxes .text-content {
  width: 47%;
}

/* line 591, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .features-container .content .content-boxes .list-content {
  width: 47%;
}

/* line 595, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .features-container .content .content-boxes .text-content {
  width: 100%;
}

/* line 599, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .features-container .content .content-boxes .list-content {
  width: 100%;
}

@media (min-width: 10em) {
  /* line 604, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .tab-content {
    order: 99;
  }
  /* line 608, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs label {
    order: 1;
    margin-right: 0.3rem;
    margin-top: 0;
  }
}

/* line 615, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .tab-basic-label {
  margin-left: 16px;
}

@media (min-width: 768px) {
  /* line 615, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .tab-basic-label {
    margin-left: 8px;
  }
}

/* line 624, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #homeBasic:checked ~ .content-boxes .list-content .list .homeBasic .label-content .topic,
.pricing-below-fold .tabs #aboutBasic:checked ~ .content-boxes .list-content .list .aboutBasic .label-content .topic {
  color: #196FAF;
}

/* line 629, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #homeBasic:checked ~ .content-boxes .list-content .list .indicator {
  top: 0;
}

/* line 633, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #aboutBasic:checked ~ .content-boxes .list-content .list .indicator {
  top: 60px;
}

/* line 637, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #homeBasic:checked ~ .content-boxes .text-content .homeBasic,
.pricing-below-fold .tabs #aboutBasic:checked ~ .content-boxes .text-content .aboutBasic {
  display: block;
}

/* line 642, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #homeBasic:checked ~ .content-boxes .list-content .list .homeBasic .label-content .quick-view-icon,
.pricing-below-fold .tabs #aboutBasic:checked ~ .content-boxes .list-content .list .aboutBasic .label-content .mobile-app {
  background-color: #196FAF;
}

/* line 648, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #homeEssential:checked ~ .content-boxes .list-content .list .homeEssential .label-content .topic,
.pricing-below-fold .tabs #blogEssential:checked ~ .content-boxes .list-content .list .blogEssential .label-content .topic,
.pricing-below-fold .tabs #helpEssential:checked ~ .content-boxes .list-content .list .helpEssential .label-content .topic,
.pricing-below-fold .tabs #codeEssential:checked ~ .content-boxes .list-content .list .codeEssential .label-content .topic,
.pricing-below-fold .tabs #aboutEssential:checked ~ .content-boxes .list-content .list .aboutEssential .label-content .topic {
  color: #196FAF;
}

/* line 656, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #homeEssential:checked ~ .content-boxes .list-content .list .indicator {
  top: 0;
}

/* line 660, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #blogEssential:checked ~ .content-boxes .list-content .list .indicator {
  top: 60px;
}

/* line 664, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #helpEssential:checked ~ .content-boxes .list-content .list .indicator {
  top: 120px;
}

/* line 668, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #codeEssential:checked ~ .content-boxes .list-content .list .indicator {
  top: 180px;
}

/* line 672, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #aboutEssential:checked ~ .content-boxes .list-content .list .indicator {
  top: 240px;
}

/* line 676, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #homeEssential:checked ~ .content-boxes .text-content .homeEssential,
.pricing-below-fold .tabs #blogEssential:checked ~ .content-boxes .text-content .blogEssential,
.pricing-below-fold .tabs #helpEssential:checked ~ .content-boxes .text-content .helpEssential,
.pricing-below-fold .tabs #codeEssential:checked ~ .content-boxes .text-content .codeEssential,
.pricing-below-fold .tabs #aboutEssential:checked ~ .content-boxes .text-content .aboutEssential {
  display: block;
}

/* line 684, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #homeEssential:checked ~ .content-boxes .list-content .list .homeEssential .label-content .quick-view-icon,
.pricing-below-fold .tabs #blogEssential:checked ~ .content-boxes .list-content .list .blogEssential .label-content .pro-reports,
.pricing-below-fold .tabs #helpEssential:checked ~ .content-boxes .list-content .list .helpEssential .label-content .rent-comps,
.pricing-below-fold .tabs #codeEssential:checked ~ .content-boxes .list-content .list .codeEssential .label-content .custom-report,
.pricing-below-fold .tabs #aboutEssential:checked ~ .content-boxes .list-content .list .aboutEssential .label-content .mobile-app {
  background-color: #196FAF;
}

/* line 693, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #quickview:checked ~ .content-boxes .list-content .list .quickview .label-content .topic,
.pricing-below-fold .tabs #pro_report:checked ~ .content-boxes .list-content .list .pro_report .label-content .topic,
.pricing-below-fold .tabs #rent_comps:checked ~ .content-boxes .list-content .list .rent_comps .label-content .topic,
.pricing-below-fold .tabs #custom_report:checked ~ .content-boxes .list-content .list .custom_report .label-content .topic,
.pricing-below-fold .tabs #rentometer_api:checked ~ .content-boxes .list-content .list .rentometer_api .label-content .topic,
.pricing-below-fold .tabs #batch_processor:checked ~ .content-boxes .list-content .list .batch_processor .label-content .topic,
.pricing-below-fold .tabs #lead_generation:checked ~ .content-boxes .list-content .list .lead_generation .label-content .topic,
.pricing-below-fold .tabs #mobile_app:checked ~ .content-boxes .list-content .list .mobile_app .label-content .topic {
  color: #196FAF;
}

/* line 704, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .content .indicator {
  position: absolute;
  height: 60px;
  width: 100%;
  top: 0;
  left: 0;
  background: #F3F6F9;
  border-radius: 12px;
  transition: all 0.2s ease;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.14);
}

/* line 719, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #quickview:checked ~ .content-boxes .list-content .list .indicator {
  top: 0;
}

/* line 723, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #pro_report:checked ~ .content-boxes .list-content .list .indicator {
  top: 60px;
}

/* line 727, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #rent_comps:checked ~ .content-boxes .list-content .list .indicator {
  top: 120px;
}

/* line 731, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #custom_report:checked ~ .content-boxes .list-content .list .indicator {
  top: 180px;
}

/* line 735, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #rentometer_api:checked ~ .content-boxes .list-content .list .indicator {
  top: 240px;
}

/* line 739, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #batch_processor:checked ~ .content-boxes .list-content .list .indicator {
  top: 300px;
}

/* line 743, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #lead_generation:checked ~ .content-boxes .list-content .list .indicator {
  top: 360px;
}

/* line 747, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #mobile_app:checked ~ .content-boxes .list-content .list .indicator {
  top: 420px;
}

/* line 751, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #quickview:checked ~ .content-boxes .text-content .quickview,
.pricing-below-fold .tabs #pro_report:checked ~ .content-boxes .text-content .pro_report,
.pricing-below-fold .tabs #rent_comps:checked ~ .content-boxes .text-content .rent_comps,
.pricing-below-fold .tabs #custom_report:checked ~ .content-boxes .text-content .custom_report,
.pricing-below-fold .tabs #rentometer_api:checked ~ .content-boxes .text-content .rentometer_api,
.pricing-below-fold .tabs #batch_processor:checked ~ .content-boxes .text-content .batch_processor,
.pricing-below-fold .tabs #lead_generation:checked ~ .content-boxes .text-content .lead_generation,
.pricing-below-fold .tabs #mobile_app:checked ~ .content-boxes .text-content .mobile_app {
  display: block;
}

/* line 762, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #quickview:checked ~ .content-boxes .list-content .list .quickview .label-content .quick-view-icon,
.pricing-below-fold .tabs #pro_report:checked ~ .content-boxes .list-content .list .pro_report .label-content .pro-reports,
.pricing-below-fold .tabs #rent_comps:checked ~ .content-boxes .list-content .list .rent_comps .label-content .rent-comps,
.pricing-below-fold .tabs #custom_report:checked ~ .content-boxes .list-content .list .custom_report .label-content .custom-report,
.pricing-below-fold .tabs #rentometer_api:checked ~ .content-boxes .list-content .list .rentometer_api .label-content .rentometer_api,
.pricing-below-fold .tabs #batch_processor:checked ~ .content-boxes .list-content .list .batch_processor .label-content .batch-processor,
.pricing-below-fold .tabs #lead_generation:checked ~ .content-boxes .list-content .list .lead_generation .label-content .lead-generation,
.pricing-below-fold .tabs #mobile_app:checked ~ .content-boxes .list-content .list .mobile_app .label-content .mobile-app {
  background-color: #196FAF;
}

/* line 773, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs #pro_report:checked ~ .content-boxes .text-content .quickview,
.pricing-below-fold .tabs #rent_comps:checked ~ .content-boxes .text-content .quickview,
.pricing-below-fold .tabs #custom_report:checked ~ .content-boxes .text-content .quickview,
.pricing-below-fold .tabs #rentometer_api:checked ~ .content-boxes .text-content .quickview,
.pricing-below-fold .tabs #batch_processor:checked ~ .content-boxes .text-content .quickview,
.pricing-below-fold .tabs #lead_generation:checked ~ .content-boxes .text-content .quickview,
.pricing-below-fold .tabs #mobile_app:checked ~ .content-boxes .text-content .quickview {
  display: none;
}

/* line 784, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .quick-view-icon {
  background-color: #000000;
  mask-image: url(https://assets.rentometer.com/assets/pricing/list-qv-icon-ca0ca59848b5450d5a14ae095561190a2a16b311cee269258b399d0cb40a33a3.svg);
  -webkit-mask-image: url(https://assets.rentometer.com/assets/pricing/list-qv-icon-ca0ca59848b5450d5a14ae095561190a2a16b311cee269258b399d0cb40a33a3.svg);
  width: 40px;
  height: 40px;
}

/* line 792, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .pro-reports {
  background-color: #000000;
  mask-image: url(https://assets.rentometer.com/assets/pricing/list-pro-report-icon-092e3501f2777b165d7e8fac1be980c9981ab720bc476aeb5f13b529d986d197.svg);
  -webkit-mask-image: url(https://assets.rentometer.com/assets/pricing/list-pro-report-icon-092e3501f2777b165d7e8fac1be980c9981ab720bc476aeb5f13b529d986d197.svg);
  width: 40px;
  height: 40px;
}

/* line 800, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .rent-comps {
  background-color: #000000;
  mask-image: url(https://assets.rentometer.com/assets/pricing/list-rent-comps-icon-b787b09044d5e71c5b7a3c1fd1e3c9c23a3407003c81b55282d47bc2944e875d.svg);
  -webkit-mask-image: url(https://assets.rentometer.com/assets/pricing/list-rent-comps-icon-b787b09044d5e71c5b7a3c1fd1e3c9c23a3407003c81b55282d47bc2944e875d.svg);
  width: 40px;
  height: 40px;
}

/* line 808, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .custom-report {
  background-color: #000000;
  mask-image: url(https://assets.rentometer.com/assets/pricing/list-custom-report-icon-43ba62bfa9de59629f0cf5c7bfde65a23b7482be4452dd54c0729050472476ce.svg);
  -webkit-mask-image: url(https://assets.rentometer.com/assets/pricing/list-custom-report-icon-43ba62bfa9de59629f0cf5c7bfde65a23b7482be4452dd54c0729050472476ce.svg);
  width: 40px;
  height: 40px;
}

/* line 816, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .mobile-app {
  background-color: #000000;
  mask-image: url(https://assets.rentometer.com/assets/pricing/list-mobile-app-icon-5a4b3fd9f68cb7467c62d39f4df06e32187c380e4c9368e09f0e52abbb805bc5.svg);
  -webkit-mask-image: url(https://assets.rentometer.com/assets/pricing/list-mobile-app-icon-5a4b3fd9f68cb7467c62d39f4df06e32187c380e4c9368e09f0e52abbb805bc5.svg);
  width: 40px;
  height: 40px;
}

/* line 824, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .batch-processor {
  background-color: #000000;
  mask-image: url(https://assets.rentometer.com/assets/pricing/list-batch-precessor-icon-e6f75b4e8e4c16c71374b6e4aa239a221e2ca8418c900b00ed825489b9a19248.svg);
  -webkit-mask-image: url(https://assets.rentometer.com/assets/pricing/list-batch-precessor-icon-e6f75b4e8e4c16c71374b6e4aa239a221e2ca8418c900b00ed825489b9a19248.svg);
  width: 40px;
  height: 40px;
}

/* line 832, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .lead-generation {
  background-color: #000000;
  mask-image: url(https://assets.rentometer.com/assets/pricing/list-lead-generation-icon-cbabbb38c3ccecea6a79aa2a7bba2ff89fa164f9d58b5ee632d943a3910e9603.svg);
  -webkit-mask-image: url(https://assets.rentometer.com/assets/pricing/list-lead-generation-icon-cbabbb38c3ccecea6a79aa2a7bba2ff89fa164f9d58b5ee632d943a3910e9603.svg);
  width: 40px;
  height: 40px;
}

/* line 840, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .rentometer-api {
  background-color: #000000;
  mask-image: url(https://assets.rentometer.com/assets/pricing/list-rentometer-api-icon-c636496ac5d7b5d2321ac928323ae8752146aa4705e4ab52a4b4bdb0b6c024c6.svg);
  -webkit-mask-image: url(https://assets.rentometer.com/assets/pricing/list-rentometer-api-icon-c636496ac5d7b5d2321ac928323ae8752146aa4705e4ab52a4b4bdb0b6c024c6.svg);
  width: 40px;
  height: 40px;
}

/* line 849, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .demo-full-image {
  width: 90%;
  height: auto;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}

/* line 855, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .demo-gif-image {
  width: 95%;
  height: auto;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 1400px) {
  /* line 855, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .demo-gif-image {
    width: 552px;
    height: 372px;
  }
}

/* line 867, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .demo-rent-comps-image {
  width: 60%;
  height: auto;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 1300px) {
  /* line 867, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .demo-rent-comps-image {
    width: 461px;
  }
}

/* line 878, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .demo-custom-report-image {
  width: 55%;
  height: auto;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 600px) and (max-width: 900px) {
  /* line 878, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .demo-custom-report-image {
    width: 40%;
  }
}

@media screen and (min-width: 1300px) {
  /* line 878, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .tabs .demo-custom-report-image {
    width: auto;
    height: 395px;
  }
}

/* line 894, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .demo-lead-generation-image {
  width: 67%;
  height: auto;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}

/* line 901, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .tabs .pro_report_gif {
  display: block;
  background: url(https://assets.rentometer.com/pro-report.gif) 0 0 no-repeat;
  width: 500px;
  height: 500px;
  animation: like-gif steps(28) 1s infinite both;
}

/* line 910, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 0px;
  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 910, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-banner {
    flex-direction: row;
    background-image: url(https://assets.rentometer.com/assets/pricing/background-8da3818b64dd3043c829b67d2e148e3940175d92971ff4aab2ffded2a661b3cc.svg);
    padding-top: 32px;
    padding-bottom: 0px;
  }
}

/* line 938, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner-content-title {
  font-weight: 600;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  max-width: 650px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 938, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-banner-content-title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 16px;
  }
}

/* line 956, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner-content-description {
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  max-width: 650px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  /* line 956, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-banner-content-description {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 8px;
  }
}

/* line 974, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner-content-description-bold {
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  max-width: 650px;
}

@media (min-width: 768px) {
  /* line 974, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-banner-content-description-bold {
    font-size: 20px;
    font-weight: 700;
  }
}

/* line 988, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner-qr-content {
  display: flex;
  position: relative;
}

@media (min-width: 500px) {
  /* line 988, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-banner-qr-content {
    gap: 24px;
  }
}

/* line 996, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner-qr-content .qr-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 25px 0 8px;
}

@media (min-width: 768px) {
  /* line 996, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-banner-qr-content .qr-section {
    flex-direction: row;
    gap: 24px;
    padding: 60px 0 44px;
  }
}

/* line 1009, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner-qr-content .qr-section-container {
  border-radius: 12px;
  padding: 8px;
  background-color: white;
  box-shadow: 0px 2.05px 5.45px rgba(128, 128, 128, 0.16), 0px 4.77px 5.45px rgba(128, 128, 128, 0.14), 0px 10.23px 8.18px rgba(128, 128, 128, 0.04), 0px 37.5px 8.18px rgba(128, 128, 128, 0.02), 0px 58.64px 8.18px rgba(128, 128, 128, 0);
  height: 178px;
  width: 142px;
  box-sizing: border-box;
  z-index: 2;
}

@media (min-width: 768px) {
  /* line 1009, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-banner-qr-content .qr-section-container {
    height: 208px;
    width: 160px;
    padding: 12px;
  }
}

/* line 1035, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner-qr-content .banner-image {
  position: relative;
  width: 240px;
  flex-shrink: 0;
  overflow: hidden;
  margin-left: -50px;
}

@media (min-width: 450px) {
  /* line 1035, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-banner-qr-content .banner-image {
    margin-left: 0;
  }
}

/* line 1047, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner-qr-content .banner-image img {
  height: 500px;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 1057, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner .qr-box {
  position: relative;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  /* line 1057, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-banner .qr-box {
    margin-bottom: 8px;
  }
}

/* line 1066, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner .qr-box-img {
  height: 118px;
  width: 126px;
}

@media (min-width: 768px) {
  /* line 1066, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .mobile-banner .qr-box-img {
    height: 136px;
    width: 136px;
  }
}

/* line 1076, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner .qr-box-logo {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1083, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner .qr-box-btn {
  height: 40px;
  width: 100%;
}

/* line 1088, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .mobile-banner .qr-box-coming-soon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1097, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials {
  background-color: #F8FAFD;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1103, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials-contentainer {
  max-width: 850px;
  width: 100%;
  text-align: center;
}

/* line 1108, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials-contentainer-title {
  font-size: 20px;
  line-height: 16px;
  font-weight: 500;
  color: #196FAF;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  /* line 1108, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .testimonials-contentainer-title {
    font-size: 36px;
    line-height: 56px;
  }
}

/* line 1121, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials-contentainer-slider {
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
}

/* line 1126, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials-contentainer-slider input {
  display: none;
}

/* line 1130, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials-contentainer-slider-content {
  display: flex;
  transition: transform 0.5s ease;
}

/* line 1135, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials-contentainer-slider-nav {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

/* line 1143, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials .testimonials-slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px 10px;
  position: relative;
}

@media (min-width: 768px) {
  /* line 1143, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .testimonials .testimonials-slide {
    padding: 20px 40px 0px;
  }
}

/* line 1153, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials .testimonials-slide-mark {
  position: absolute;
  left: 0;
  top: 0;
  height: 11px;
  width: 14px;
}

@media (min-width: 768px) {
  /* line 1153, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .testimonials .testimonials-slide-mark {
    height: auto;
    width: auto;
  }
}

/* line 1167, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials .testimonials-slide-description {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  color: #2D3035;
  text-align: center;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  /* line 1167, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .testimonials .testimonials-slide-description {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}

/* line 1184, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials .testimonials-slide-person {
  font-style: italic;
  font-size: 12px;
  line-height: 25px;
  font-weight: 400;
  color: #717780;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 1184, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .testimonials .testimonials-slide-person {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
  }
}

/* line 1200, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials .testimonials-slider-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: 1px solid #f5a16f;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* line 1210, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials .testimonials-slider-dot:hover {
  background-color: #f5a16f;
}

/* line 1214, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials #slide1:checked ~ .testimonials-contentainer-slider-content {
  transform: translateX(0);
}

/* line 1218, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials #slide2:checked ~ .testimonials-contentainer-slider-content {
  transform: translateX(-100%);
}

/* line 1222, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials #slide3:checked ~ .testimonials-contentainer-slider-content {
  transform: translateX(-200%);
}

/* line 1226, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials #slide1:checked ~ .testimonials-contentainer-slider-nav label[for="slide1"] {
  background-color: #f5a16f;
}

/* line 1230, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials #slide2:checked ~ .testimonials-contentainer-slider-nav label[for="slide2"] {
  background-color: #f5a16f;
}

/* line 1234, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .testimonials #slide3:checked ~ .testimonials-contentainer-slider-nav label[for="slide3"] {
  background-color: #f5a16f;
}

/* line 1240, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: 8px;
  outline: none;
  border: none;
}

/* line 1254, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms-content {
  width: 100%;
}

/* line 1258, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms-item {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #2D3035;
  margin-left: 16px;
  padding-left: 16px;
}

/* line 1266, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms-item::marker {
  color: #5796D2;
}

/* line 1270, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms-item:not(:last-child) {
  margin-bottom: 12px;
}

/* line 1275, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms details summary::-webkit-details-marker {
  display: none;
}

/* line 1279, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms details summary::before {
  content: "▶";
  font-size: 12px;
  transition: transform 0.3s ease;
}

/* line 1285, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms details[open] summary::before {
  transform: rotate(90deg);
}

/* line 1289, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms details .content {
  padding-top: 10px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.5s ease;
}

/* line 1297, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms details[open] .content {
  opacity: 1;
  max-height: 500px;
  transition: opacity 0.3s ease, max-height 0.5s ease;
}

/* line 1303, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms details summary:focus {
  outline: none;
  background-color: transparent;
}

/* line 1308, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .important-terms details[open] summary {
  background-color: white;
  color: black;
  outline: none;
}

/* line 1315, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .rent-research {
  display: flex;
  justify-content: center;
}

/* line 1319, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .rent-research-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

/* line 1326, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .rent-research-title {
  font-size: 20px;
  line-height: 16px;
  font-weight: 500;
  color: #196faf;
  text-align: center;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  /* line 1326, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .rent-research-title {
    font-size: 36px;
    line-height: 56px;
    margin-bottom: 0px;
  }
}

/* line 1343, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .rent-research-description {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  color: #2d3035;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 1343, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
  .pricing-below-fold .rent-research-description {
    font-size: 18px;
    line-height: 32px;
  }
}

/* line 1356, app/assets/stylesheets/pricing/individual_pricing_below_fold.scss */
.pricing-below-fold .rent-research-btn {
  background-color: #ef6f22;
  border: none;
  outline: none;
  border-radius: 4px;
  height: 52px;
  width: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: white;
  text-decoration: none;
}
