/* line 12, app/assets/stylesheets/marketing_pages/pro_plan.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 23, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .mobile-view {
  display: block;
}

@media (min-width: 951px) {
  /* line 23, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .mobile-view {
    display: none !important;
  }
}

/* line 31, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .desktop-view {
  display: none;
}

@media (min-width: 951px) {
  /* line 31, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .desktop-view {
    display: block !important;
  }
}

/* line 62, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .order-container {
  display: flex;
  flex-direction: column;
}

/* line 66, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .order-container .order-1 {
  order: 1;
}

/* line 70, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .order-container .order-2 {
  order: 2;
}

/* line 75, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .padding-container {
  padding: 44px 16px;
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  /* line 75, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .padding-container {
    padding: 64px 80px;
  }
}

@media screen and (min-width: 950px) and (max-width: 1200px) {
  /* line 75, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .padding-container {
    padding: 64px 20px;
  }
}

@media (min-width: 1201px) {
  /* line 75, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .padding-container {
    padding: 64px 80px;
  }
}

/* line 91, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .link-el {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  color: #196faf;
}

@media (min-width: 768px) {
  /* line 91, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .link-el {
    font-size: 18px;
    line-height: 27px;
  }
}

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

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

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

/* line 133, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .hero-section {
  padding: 44px 20px;
}

@media (min-width: 768px) {
  /* line 133, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .hero-section {
    padding: 44px 10px;
  }
}

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

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

/* line 150, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .hero-section-content-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f8fafd;
  border-radius: 12px;
  box-sizing: border-box;
  order: 2;
}

@media (min-width: 950px) {
  /* line 150, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .hero-section-content-left {
    order: 1;
  }
}

/* line 166, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .hero-section-content-left .description-box {
  padding: 24px 16px;
}

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

/* line 173, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .hero-section-content-left .description-box .plan-name {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #196faf;
  margin-bottom: 20px;
}

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

/* line 188, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .hero-section-content-left .description-box .plan-title {
  font-family: 'Roboto';
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #2e3238;
  margin-bottom: 20px;
}

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

/* line 203, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .hero-section-content-left .description-box .plan-small {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #454b54;
}

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

/* line 218, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .hero-section-content-right {
  flex: 1;
  order: 1;
}

@media (min-width: 768px) {
  /* line 218, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .hero-section-content-right {
    min-height: 300px;
  }
}

@media (min-width: 1000px) {
  /* line 218, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .hero-section-content-right {
    min-height: 318px;
  }
}

@media (min-width: 1200px) {
  /* line 218, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .hero-section-content-right {
    min-height: 385px;
  }
}

@media (min-width: 1400px) {
  /* line 218, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .hero-section-content-right {
    min-height: 450px;
  }
}

@media (min-width: 950px) {
  /* line 218, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .hero-section-content-right {
    order: 2;
  }
}

/* line 242, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .hero-section-content-right img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 12px;
}

/* line 253, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .features-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
  color: #196faf;
  text-align: center;
  padding-top: 44px;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  /* line 253, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .features-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 56px;
  }
}

/* line 270, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .features-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #5b6471;
  padding: 20px 20px 0 20px;
}

@media (min-width: 768px) {
  /* line 270, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .features-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 27x;
  }
}

/* line 285, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs-padding-container {
  padding: 44px 8px;
}

@media screen and (min-width: 768px) and (max-width: 899px) {
  /* line 285, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs-padding-container {
    padding: 64px 80px;
  }
}

@media screen and (min-width: 900px) and (max-width: 950px) {
  /* line 285, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs-padding-container {
    padding: 64px 20px;
  }
}

@media screen and (min-width: 950px) and (max-width: 1200px) {
  /* line 285, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs-padding-container {
    padding: 64px 20px;
  }
}

@media (min-width: 1201px) {
  /* line 285, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs-padding-container {
    padding: 64px 80px 100px;
  }
}

/* line 305, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs {
  display: none;
}

@media (min-width: 951px) {
  /* line 305, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs {
    display: flex;
    flex-wrap: wrap;
  }
}

/* line 313, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs-title-2 {
  color: #196faf;
  text-align: center;
  width: 100%;
  margin-bottom: 44px;
}

/* line 321, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs input[type="radio"] {
  display: none;
}

/* line 325, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs input[type="radio"]:checked + label {
  font-size: 20px;
  font-weight: 600;
  color: #2D3035;
}

/* line 331, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs input[type="radio"]:checked + label {
  position: relative;
}

/* line 334, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
}

/* line 345, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs input#tab-basic[type="radio"]:checked + label::after {
  background-color: #196FAF;
}

/* line 349, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs input#tab-essential[type="radio"]:checked + label::after {
  background-color: #196FAF;
}

/* line 353, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs input#tab-pro[type="radio"]:checked + label::after {
  background-color: #196FAF;
}

/* line 357, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs input[type="radio"]:checked + label + .tab-content {
  display: block;
}

/* line 361, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .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 372, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .tab-content {
  background: #fff;
  display: none;
  flex-grow: 1;
  width: 100%;
}

/* line 378, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .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 378, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs .tab-content-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    max-width: 47%;
    padding: 12px 0 44px 0;
  }
}

/* line 396, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .tab-content .features-container {
  width: 100%;
  background: white;
  border-radius: 12px;
}

/* line 401, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .tab-content .features-container .content {
  display: flex;
  justify-content: space-between;
}

/* line 405, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .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 421, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .tab-content .features-container .content-boxes {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 50px;
}

@media (min-width: 900px) {
  /* line 421, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs .tab-content .features-container .content-boxes {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 56px;
  }
}

/* line 437, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .tab-content .features-container .list-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 442, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .tab-content .features-container .list-content-title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #454b54;
  padding: 0 16px 16px 16px;
}

@media (min-width: 900px) {
  /* line 442, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs .tab-content .features-container .list-content-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    padding: 16px;
  }
}

/* line 459, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .tab-content .features-container .list-content .btn-container {
  width: 100%;
  padding: 0 16px;
}

/* line 464, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .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 482, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .tab-content .features-container .list-content .list {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin-right: 50px;
  margin-bottom: 20px;
}

/* line 490, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .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 507, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .tab-content .features-container .list-content .list label .label-content {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* line 514, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .tab-content .features-container .list-content .list .topic {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #5b6471;
}

@media (min-width: 768px) {
  /* line 514, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs .tab-content .features-container .list-content .list .topic {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
  }
}

/* line 527, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .tab-content .features-container .list-content .list .topic-pro {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #5b6471;
}

/* line 536, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .tab-content .features-container .features-slide {
  max-width: 750px;
}

/* line 540, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .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 540, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs .tab-content .features-container .text-content {
    height: 520px;
  }
}

/* line 552, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .tab-content .features-container .text-content-title {
  font-size: 22px;
  font-weight: 600;
  color: #454b54;
  margin-bottom: 20px;
}

/* line 560, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .tab-content .features-container .text-content-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 570, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .tab-content .features-container .text-content-list-item {
  display: flex;
  gap: 12px;
}

/* line 575, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .tab-content .features-container .text-content-list-item-text {
  font-size: 18px;
  font-weight: 400;
  color: #5b6471;
}

/* line 581, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .tab-content .features-container .text-content .text {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

/* line 588, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .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 588, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs .tab-content .features-container .text-content .text-image {
    height: calc(520px - 148px);
    padding: 0;
  }
}

/* line 602, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .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 615, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .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 615, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs .tab-content .features-container .text-content .text-footer-title {
    font-size: 18px;
  }
}

/* line 628, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .tab-content .features-container .text-content .text-footer-description {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #717780;
  margin-bottom: 8px;
}

@media (min-width: 900px) {
  /* line 628, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs .tab-content .features-container .text-content .text-footer-description {
    font-size: 16px;
  }
}

/* line 641, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .tab-content .features-container .text-content .text-footer-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  cursor: pointer;
  color: #196faf;
  margin-bottom: 24px;
}

/* line 653, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .tab-content .features-container .text-content .text-footer .arrow {
  text-decoration: none;
  display: inline-block;
  padding-left: 8px;
}

/* line 659, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .tab-content .features-container .text-content .text-footer-image .active-icon {
  background-color: #196FAF;
}

@media (min-width: 768px) {
  /* line 602, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs .tab-content .features-container .text-content .text-footer {
    height: 148px;
    width: 100%;
  }
}

/* line 671, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .tab-content .features-container .text-content .text {
  display: none;
}

/* line 678, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .text-content {
  order: 2;
}

/* line 682, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .list-content {
  order: 1;
}

/* line 686, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .text-content {
  order: 1;
}

@media (min-width: 900px) {
  /* line 686, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs .text-content {
    order: 2;
  }
}

/* line 694, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .list-content {
  order: 2;
}

@media (min-width: 900px) {
  /* line 694, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs .list-content {
    order: 1;
  }
}

/* line 702, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .features-container .content .content-boxes .text-content {
  width: 47%;
}

/* line 706, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .features-container .content .content-boxes .list-content {
  width: 47%;
}

/* line 710, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .features-container .content .content-boxes .text-content {
  width: 100%;
}

/* line 714, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .features-container .content .content-boxes .list-content {
  width: 100%;
}

@media (min-width: 10em) {
  /* line 719, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs .tab-content {
    order: 99;
  }
  /* line 723, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs label {
    order: 1;
    margin-right: 0.3rem;
    margin-top: 0;
  }
}

/* line 730, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .tab-basic-label {
  margin-left: 16px;
}

@media (min-width: 768px) {
  /* line 730, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs .tab-basic-label {
    margin-left: 8px;
  }
}

/* line 738, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #investors:checked ~ .content-boxes .text-content .investors-content,
.pro-plan-page .tabs #property_management_companies:checked ~ .content-boxes .text-content .property_management_companies-content,
.pro-plan-page .tabs #agents_and_brokerages:checked ~ .content-boxes .text-content .agents_and_brokerages-content,
.pro-plan-page .tabs #prop_tech_companies:checked ~ .content-boxes .text-content .prop_tech_companies-content {
  display: block;
}

/* line 745, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #property_management_companies:checked ~ .content-boxes .text-content .investors-content,
.pro-plan-page .tabs #agents_and_brokerages:checked ~ .content-boxes .text-content .investors-content,
.pro-plan-page .tabs #prop_tech_companies-content:checked ~ .content-boxes .text-content .investors-content {
  display: none;
}

/* line 751, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #investors:checked ~ .content-boxes .list-content .list .quickview .label-content .topic,
.pro-plan-page .tabs #property_management_companies:checked ~ .content-boxes .list-content .list .pro_report .label-content .topic,
.pro-plan-page .tabs #agents_and_brokerages:checked ~ .content-boxes .list-content .list .rent_comps .label-content .topic,
.pro-plan-page .tabs #prop_tech_companies:checked ~ .content-boxes .list-content .list .custom_report .label-content .topic {
  color: #196FAF;
}

/* line 758, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #investors:checked ~ .content-boxes .list-content .list .indicator {
  top: 0;
}

/* line 762, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #property_management_companies:checked ~ .content-boxes .list-content .list .indicator {
  top: 60px;
}

/* line 766, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #agents_and_brokerages:checked ~ .content-boxes .list-content .list .indicator {
  top: 120px;
}

/* line 770, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #prop_tech_companies:checked ~ .content-boxes .list-content .list .indicator {
  top: 180px;
}

/* line 774, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #homeBasic:checked ~ .content-boxes .list-content .list .homeBasic .label-content .topic,
.pro-plan-page .tabs #aboutBasic:checked ~ .content-boxes .list-content .list .aboutBasic .label-content .topic {
  color: #196FAF;
}

/* line 779, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #homeBasic:checked ~ .content-boxes .list-content .list .indicator {
  top: 0;
}

/* line 783, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #aboutBasic:checked ~ .content-boxes .list-content .list .indicator {
  top: 60px;
}

/* line 787, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #homeBasic:checked ~ .content-boxes .text-content .homeBasic,
.pro-plan-page .tabs #aboutBasic:checked ~ .content-boxes .text-content .aboutBasic {
  display: block;
}

/* line 792, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #homeBasic:checked ~ .content-boxes .list-content .list .homeBasic .label-content .quick-view-icon,
.pro-plan-page .tabs #aboutBasic:checked ~ .content-boxes .list-content .list .aboutBasic .label-content .mobile-app {
  background-color: #196FAF;
}

/* line 797, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #homeEssential:checked ~ .content-boxes .list-content .list .homeEssential .label-content .topic,
.pro-plan-page .tabs #blogEssential:checked ~ .content-boxes .list-content .list .blogEssential .label-content .topic,
.pro-plan-page .tabs #helpEssential:checked ~ .content-boxes .list-content .list .helpEssential .label-content .topic,
.pro-plan-page .tabs #codeEssential:checked ~ .content-boxes .list-content .list .codeEssential .label-content .topic,
.pro-plan-page .tabs #aboutEssential:checked ~ .content-boxes .list-content .list .aboutEssential .label-content .topic {
  color: #196FAF;
}

/* line 805, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #homeEssential:checked ~ .content-boxes .list-content .list .indicator {
  top: 0;
}

/* line 809, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #blogEssential:checked ~ .content-boxes .list-content .list .indicator {
  top: 60px;
}

/* line 813, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #helpEssential:checked ~ .content-boxes .list-content .list .indicator {
  top: 120px;
}

/* line 817, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #codeEssential:checked ~ .content-boxes .list-content .list .indicator {
  top: 180px;
}

/* line 821, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #aboutEssential:checked ~ .content-boxes .list-content .list .indicator {
  top: 240px;
}

/* line 825, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #homeEssential:checked ~ .content-boxes .text-content .homeEssential,
.pro-plan-page .tabs #blogEssential:checked ~ .content-boxes .text-content .blogEssential,
.pro-plan-page .tabs #helpEssential:checked ~ .content-boxes .text-content .helpEssential,
.pro-plan-page .tabs #codeEssential:checked ~ .content-boxes .text-content .codeEssential,
.pro-plan-page .tabs #aboutEssential:checked ~ .content-boxes .text-content .aboutEssential {
  display: block;
}

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

/* line 841, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #quickview:checked ~ .content-boxes .list-content .list .quickview .label-content .topic,
.pro-plan-page .tabs #pro_report:checked ~ .content-boxes .list-content .list .pro_report .label-content .topic,
.pro-plan-page .tabs #rent_comps:checked ~ .content-boxes .list-content .list .rent_comps .label-content .topic,
.pro-plan-page .tabs #custom_report:checked ~ .content-boxes .list-content .list .custom_report .label-content .topic,
.pro-plan-page .tabs #rentometer_api:checked ~ .content-boxes .list-content .list .rentometer_api .label-content .topic,
.pro-plan-page .tabs #batch_processor:checked ~ .content-boxes .list-content .list .batch_processor .label-content .topic,
.pro-plan-page .tabs #lead_generation:checked ~ .content-boxes .list-content .list .lead_generation .label-content .topic,
.pro-plan-page .tabs #mobile_app:checked ~ .content-boxes .list-content .list .mobile_app .label-content .topic {
  color: #196FAF;
}

/* line 852, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .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 867, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #quickview:checked ~ .content-boxes .list-content .list .indicator {
  top: 0;
}

/* line 871, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #pro_report:checked ~ .content-boxes .list-content .list .indicator {
  top: 60px;
}

/* line 875, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #rent_comps:checked ~ .content-boxes .list-content .list .indicator {
  top: 120px;
}

/* line 879, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #custom_report:checked ~ .content-boxes .list-content .list .indicator {
  top: 180px;
}

/* line 883, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #rentometer_api:checked ~ .content-boxes .list-content .list .indicator {
  top: 240px;
}

/* line 887, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #batch_processor:checked ~ .content-boxes .list-content .list .indicator {
  top: 300px;
}

/* line 891, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #lead_generation:checked ~ .content-boxes .list-content .list .indicator {
  top: 360px;
}

/* line 895, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #mobile_app:checked ~ .content-boxes .list-content .list .indicator {
  top: 420px;
}

/* line 899, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #quickview:checked ~ .content-boxes .text-content .quickview,
.pro-plan-page .tabs #pro_report:checked ~ .content-boxes .text-content .pro_report,
.pro-plan-page .tabs #rent_comps:checked ~ .content-boxes .text-content .rent_comps,
.pro-plan-page .tabs #custom_report:checked ~ .content-boxes .text-content .custom_report,
.pro-plan-page .tabs #rentometer_api:checked ~ .content-boxes .text-content .rentometer_api,
.pro-plan-page .tabs #batch_processor:checked ~ .content-boxes .text-content .batch_processor,
.pro-plan-page .tabs #lead_generation:checked ~ .content-boxes .text-content .lead_generation,
.pro-plan-page .tabs #mobile_app:checked ~ .content-boxes .text-content .mobile_app {
  display: block;
}

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

/* line 921, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #investors:checked ~ .content-boxes .list-content .list .quickview .label-content .investors,
.pro-plan-page .tabs #property_management_companies:checked ~ .content-boxes .list-content .list .pro_report .label-content .property_management_companies,
.pro-plan-page .tabs #agents_and_brokerages:checked ~ .content-boxes .list-content .list .rent_comps .label-content .agents_and_brokerages,
.pro-plan-page .tabs #prop_tech_companies:checked ~ .content-boxes .list-content .list .custom_report .label-content .prop_tech_companies {
  background-color: #196FAF;
}

/* line 928, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs #pro_report:checked ~ .content-boxes .text-content .quickview,
.pro-plan-page .tabs #rent_comps:checked ~ .content-boxes .text-content .quickview,
.pro-plan-page .tabs #custom_report:checked ~ .content-boxes .text-content .quickview,
.pro-plan-page .tabs #rentometer_api:checked ~ .content-boxes .text-content .quickview,
.pro-plan-page .tabs #batch_processor:checked ~ .content-boxes .text-content .quickview,
.pro-plan-page .tabs #lead_generation:checked ~ .content-boxes .text-content .quickview,
.pro-plan-page .tabs #mobile_app:checked ~ .content-boxes .text-content .quickview {
  display: none;
}

/* line 938, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .content-boxes .text-content .investors-content,
.pro-plan-page .tabs .content-boxes .text-content .property_management_companies-content,
.pro-plan-page .tabs .content-boxes .text-content .agents_and_brokerages-content,
.pro-plan-page .tabs .content-boxes .text-content .prop_tech_companies-content {
  background-color: white;
  border-radius: 8px;
  height: 100%;
  padding: 24px;
}

/* line 949, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .investors {
  background-color: #000000;
  mask-image: url(https://assets.rentometer.com/assets/pro_plan/investors-177af5ae4967e858c461114ffb882d5b021ac0def20250dc95651dddcb32c417.svg);
  -webkit-mask-image: url(https://assets.rentometer.com/assets/pro_plan/investors-177af5ae4967e858c461114ffb882d5b021ac0def20250dc95651dddcb32c417.svg);
  width: 40px;
  height: 40px;
}

/* line 957, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .property_management_companies {
  background-color: #000000;
  mask-image: url(https://assets.rentometer.com/assets/pro_plan/property_management_companies-e9077b6a318f70da04a50deb41b34a0e25917163597770f11b76627301a7d2c4.svg);
  -webkit-mask-image: url(https://assets.rentometer.com/assets/pro_plan/property_management_companies-e9077b6a318f70da04a50deb41b34a0e25917163597770f11b76627301a7d2c4.svg);
  width: 40px;
  height: 40px;
}

/* line 965, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .agents_and_brokerages {
  background-color: #000000;
  mask-image: url(https://assets.rentometer.com/assets/pro_plan/agents_and_brokerages-116afbe0a8576669ef37a402cd3e91266828c4a35c380f5fe6586d542ca65b44.svg);
  -webkit-mask-image: url(https://assets.rentometer.com/assets/pro_plan/agents_and_brokerages-116afbe0a8576669ef37a402cd3e91266828c4a35c380f5fe6586d542ca65b44.svg);
  width: 40px;
  height: 40px;
}

/* line 973, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .prop_tech_companies {
  background-color: #000000;
  mask-image: url(https://assets.rentometer.com/assets/pro_plan/prop_tech_companies-4ec040d96c33ad5495b3d9176528a4584464005c4a4bb8db22119e5ce10fd7ca.svg);
  -webkit-mask-image: url(https://assets.rentometer.com/assets/pro_plan/prop_tech_companies-4ec040d96c33ad5495b3d9176528a4584464005c4a4bb8db22119e5ce10fd7ca.svg);
  width: 40px;
  height: 40px;
}

/* line 981, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .quick-view-icon {
  background-color: #5b6471;
  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 989, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .pro-reports {
  background-color: #5b6471;
  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 997, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .rent-comps {
  background-color: #5b6471;
  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 1005, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .custom-report {
  background-color: #5b6471;
  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 1013, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .mobile-app {
  background-color: #5b6471;
  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 1021, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .batch-processor {
  background-color: #5b6471;
  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 1029, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .lead-generation {
  background-color: #5b6471;
  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 1037, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .rentometer-api {
  background-color: #5b6471;
  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 1045, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .demo-full-image {
  width: 90%;
  height: auto;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}

/* line 1051, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .demo-full-image-large {
  width: 80%;
  height: auto;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}

/* line 1057, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .demo-gif-image {
  width: 90%;
  height: auto;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 600px) {
  /* line 1057, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs .demo-gif-image {
    width: 75%;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  /* line 1057, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs .demo-gif-image {
    width: 552px;
    height: 350px;
  }
}

@media screen and (min-width: 900px) {
  /* line 1057, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs .demo-gif-image {
    width: 95%;
    height: auto;
  }
}

@media screen and (min-width: 1400px) {
  /* line 1057, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs .demo-gif-image {
    width: 552px;
    height: 350px;
  }
}

/* line 1084, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .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 1084, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs .demo-rent-comps-image {
    width: 431px;
  }
}

/* line 1095, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .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 1095, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs .demo-custom-report-image {
    width: 40%;
  }
}

@media screen and (min-width: 1300px) {
  /* line 1095, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs .demo-custom-report-image {
    width: auto;
    height: 355px;
  }
}

/* line 1111, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs .demo-lead-generation-image {
  width: 60%;
  height: auto;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}

/* line 1118, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .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 1127, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs-shared {
  display: flex;
  flex-direction: column;
}

@media (min-width: 951px) {
  /* line 1127, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs-shared {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* line 1138, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .tabs-2-padding {
  padding: 44px 20px;
}

@media (min-width: 768px) {
  /* line 1138, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .tabs-2-padding {
    padding: 100px 80px;
  }
}

/* line 1142, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .one-plan-section {
  padding: 44px 20px;
  background-color: #F8FAFD;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  /* line 1142, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .one-plan-section {
    padding: 100px 80px;
  }
}

/* line 1149, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .one-plan-section-container {
  max-width: 850px;
  width: 100%;
  text-align: center;
}

/* line 1154, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .one-plan-section-container-title {
  color: #196FAF;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  /* line 1154, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .one-plan-section-container-title {
    margin-bottom: 20px;
  }
}

/* line 1164, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .one-plan-section-container-description {
  color: #454b54;
  margin-bottom: 4px;
}

/* line 1170, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .one-plan-section-container-link {
  margin-bottom: 36px;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  /* line 1170, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .one-plan-section-container-link {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 54px;
  }
}

/* line 1183, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .one-plan-section-container .buttons-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 768px) {
  /* line 1183, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .one-plan-section-container .buttons-container {
    gap: 0;
    flex-direction: row;
    justify-content: center;
  }
}

/* line 1194, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .one-plan-section-container .buttons-container-item {
  width: 100%;
  padding: 0 16px;
}

@media (min-width: 768px) {
  /* line 1194, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .one-plan-section-container .buttons-container-item {
    width: 300px;
  }
}

/* line 1201, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .one-plan-section-container .buttons-container-item-text {
  text-align: center;
  color: #454b54;
}

/* line 1210, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .one-plan-section-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;
  margin-bottom: 8px;
}

/* line 1230, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .one-plan-section-btn_white {
  border: 1px solid #196faf;
  background-color: white;
  color: #196faf;
}

/* line 1237, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .testimonials {
  background-color: #F8FAFD;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 44px 20px;
}

@media (min-width: 768px) {
  /* line 1237, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .testimonials {
    padding: 100px 80px;
  }
}

/* line 1245, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .testimonials-contentainer {
  max-width: 850px;
  width: 100%;
  text-align: center;
}

/* line 1250, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .testimonials-contentainer-title {
  color: #196FAF;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  /* line 1250, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .testimonials-contentainer-title {
    margin-bottom: 50px;
  }
}

/* line 1260, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .testimonials-contentainer-slider {
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
}

/* line 1265, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .testimonials-contentainer-slider input {
  display: none;
}

/* line 1269, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .testimonials-contentainer-slider-content {
  display: flex;
  transition: transform 0.5s ease;
}

/* line 1274, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .testimonials-contentainer-slider-nav {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

/* line 1282, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .testimonials .testimonials-slide {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px 10px;
  position: relative;
}

@media (min-width: 768px) {
  /* line 1282, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .testimonials .testimonials-slide {
    padding: 20px 40px 0px;
  }
}

/* line 1292, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .testimonials .testimonials-slide-mark {
  position: absolute;
  left: 0;
  top: 0;
  height: 11px;
  width: 14px;
}

@media (min-width: 768px) {
  /* line 1292, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .testimonials .testimonials-slide-mark {
    height: auto;
    width: auto;
  }
}

/* line 1306, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .testimonials .testimonials-slide-description {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  color: #454b54;
  text-align: center;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  /* line 1306, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .testimonials .testimonials-slide-description {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 16px;
  }
}

/* line 1323, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .testimonials .testimonials-slide-person {
  font-size: 12px;
  line-height: 25px;
  font-weight: 400;
  color: #747e8e;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 1323, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .testimonials .testimonials-slide-person {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
  }
}

/* line 1338, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .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 1348, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .testimonials .testimonials-slider-dot:hover {
  background-color: #f5a16f;
}

/* line 1352, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .testimonials #slide1:checked ~ .testimonials-contentainer-slider-content {
  transform: translateX(0);
}

/* line 1356, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .testimonials #slide2:checked ~ .testimonials-contentainer-slider-content {
  transform: translateX(-100%);
}

/* line 1360, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .testimonials #slide3:checked ~ .testimonials-contentainer-slider-content {
  transform: translateX(-200%);
}

/* line 1364, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .testimonials #slide1:checked ~ .testimonials-contentainer-slider-nav label[for="slide1"] {
  background-color: #f5a16f;
}

/* line 1368, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .testimonials #slide2:checked ~ .testimonials-contentainer-slider-nav label[for="slide2"] {
  background-color: #f5a16f;
}

/* line 1372, app/assets/stylesheets/marketing_pages/pro_plan.scss */
.pro-plan-page .testimonials #slide3:checked ~ .testimonials-contentainer-slider-nav label[for="slide3"] {
  background-color: #f5a16f;
}

/* line 1377, app/assets/stylesheets/marketing_pages/pro_plan.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: 768px) {
  /* line 1377, app/assets/stylesheets/marketing_pages/pro_plan.scss */
  .pro-plan-page .subscribe-banner {
    padding: 100px 80px;
  }
}

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

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

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

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

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

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

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