/* Pricing Features Block Styles */
.compare-all-feature {
  padding: 7rem 0 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .compare-all-feature {
    padding: 4rem 0;
  }
}
.compare-all-feature .compare-all-feature-header {
  margin-bottom: 0rem;
}
.compare-all-feature .compare-all-feature-title {
  color: var(--Secondary-Snow-Blue, #1772d2);
  text-align: center;
  font-family: var(--font-montserrat);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.72px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.compare-all-feature .compare-all-feature-title:hover {
  text-decoration: underline;
}
.compare-all-feature .compare-all-feature-title svg {
  transition: transform 0.3s ease;
}

.pricing-features-block {
  padding: 0 0 11rem;
}
.pricing-features-block .border-around {
  border-radius: 16px;
  border: 1px solid var(--Neutral-Grey3, #d0d0d0);
}
.pricing-features-block .sticky-header {
  border-radius: 1.6rem;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .pricing-features-block .sticky-header {
    padding: 0 !important;
  }
}
.pricing-features-block .sticky-header.is-sticky {
  background-color: #fff;
  top: 5rem;
}
.pricing-features-block .features-title {
  font-weight: 600;
  padding: 2.4rem;
}
.pricing-features-block .plan-headers {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pricing-features-block .plan-headers {
    align-items: end;
  }
}
@media screen and (max-width: 767px) {
  .pricing-features-block .plan-headers .col-4 {
    padding: 0;
  }
}
.pricing-features-block .plan-headers .titles {
  padding: 3.8rem 1rem;
}
@media screen and (max-width: 767px) {
  .pricing-features-block .plan-headers .titles {
    padding: 2.4rem 0.5rem;
  }
}
.pricing-features-block .plan-headers .titles.bg-linear .popular {
  display: none;
}
@media screen and (max-width: 767px) {
  .pricing-features-block .plan-headers .titles.bg-linear {
    background: var(--Primary-Gradient, linear-gradient(135deg, #4707fd -5.52%, #4cde93 106.82%));
    padding: 2rem 0.5rem;
  }
  .pricing-features-block .plan-headers .titles.bg-linear h3 {
    color: var(--Primary-White, #fff);
  }
  .pricing-features-block .plan-headers .titles.bg-linear .btn-outlined {
    color: #000000;
    border: 1px solid white;
    background-color: white;
  }
  .pricing-features-block .plan-headers .titles.bg-linear .popular {
    border-radius: 6.643px;
    background: var(--Secondary-Lawn-Green, #6ddca6);
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 9.3px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding: 2.63px 9px;
    min-width: 92px;
    margin: auto;
    display: block;
    line-height: normal;
    min-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .pricing-features-block .plan-headers .--col-2 .plan-title {
    background: var(--Primary-Gradient, linear-gradient(135deg, #4707fd -5.52%, #4cde93 106.82%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .pricing-features-block .plan-headers .--col-2 .btn-outlined {
    color: #fff;
    background-color: #1772D2;
    border: 1px solid #1772D2;
  }
}
.pricing-features-block .plan-headers .btn-outlined {
  color: #000000;
  border: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .pricing-features-block .plan-headers .btn-outlined {
    font-family: var(--font-inter);
    font-size: 10.703px;
    font-weight: 700;
    padding: 1rem 1.3rem;
  }
}
.pricing-features-block .plan-title {
  color: var(--Primary-Black, #000);
  text-align: center;
  font-family: var(--font-montserrat);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.72px;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .pricing-features-block .plan-title {
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: 700;
    line-height: 120%; /* 16.8px */
    letter-spacing: -0.56px;
  }
}
.pricing-features-block .btn {
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
}
.pricing-features-block .btn-primary {
  background-color: #1772d2;
  border-color: #1772d2;
  color: white;
}
.pricing-features-block .btn-primary:hover {
  background-color: #1259a4;
  border-color: #1259a4;
}
.pricing-features-block .feature-category h3 {
  background-color: #f8f9fa;
  padding: 5rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .pricing-features-block .feature-category h3 {
    padding: 1.6rem 1.4rem;
  }
}
.pricing-features-block .category-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #495057;
  text-transform: uppercase;
  border-bottom: 1px solid #D8D8D8;
}
.pricing-features-block .feature-row {
  border-bottom: 1px solid #e9ecef;
}
.pricing-features-block .feature-row:last-child {
  border-bottom: none;
}
.pricing-features-block .feature-row:last-child .feature-name {
  border-bottom: none;
}
.pricing-features-block .feature-row:last-child .feature-values .border-line {
  border-bottom: none;
}
.pricing-features-block .feature-name {
  padding: 4rem 2.4rem;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 767px) {
  .pricing-features-block .feature-name {
    padding: 0.8rem 1.6rem;
  }
}
.pricing-features-block .feature-name p {
  color: var(--Primary-Black, #000);
  font-family: var(--font-inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  display: inline;
}
@media screen and (max-width: 767px) {
  .pricing-features-block .feature-name p {
    font-size: 1.3rem;
  }
}
.pricing-features-block .feature-name p em {
  color: var(--Primary-Black, #000);
  font-family: var(--font-inter);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 19.5px */
}
.pricing-features-block .feature-name > figure {
  display: inline;
  position: relative;
}
.pricing-features-block .feature-name > figure:hover figcaption {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, -50%);
}
.pricing-features-block .feature-name > figure figcaption {
  position: absolute;
  background: #fff;
  border: 1px solid #d8d8d8;
  left: 100%;
  top: 50%;
  transform: translate(-10px, -50%);
  padding: 1rem;
  min-width: 28rem;
  border-radius: 0.6rem;
  transition: all 0.3s;
  z-index: 99;
  font-size: 1.4rem;
  opacity: 0;
  visibility: hidden;
}
.pricing-features-block .feature-name svg.info-icon {
  margin-left: 5px;
  width: 16px;
  height: 16px;
  color: #6c757d;
}
.pricing-features-block .feature-values {
  display: flex;
  align-items: center;
}
.pricing-features-block .feature-values svg {
  width: 24px;
  height: 15px;
  color: #1772d2;
}
.pricing-features-block .feature-values .border-line {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
.pricing-features-block .feature-values .feature-text {
  color: var(--Primary-Black, #000);
  font-family: var(--font-inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.pricing-features-block .feature-table {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.pricing-features-block .feature-table .table-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  padding: 15px 0;
}
.pricing-features-block .most-popular {
  background-color: #4cde93;
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.pricing-features-block .high-performance-card {
  background: linear-gradient(135deg, #4707fd -5.52%, #4cde93 106.82%);
  border-radius: 8px;
  padding: 20px;
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pricing-features-block .high-performance-card .plan-title,
.pricing-features-block .high-performance-card .price {
  color: white;
}
@media (max-width: 991px) {
  .pricing-features-block {
    padding: 0px 0 40px;
  }
  .pricing-features-block .sticky-header {
    position: sticky;
    top: 0;
    padding: 15px 0;
    background-color: #fff;
    z-index: 100;
  }
  .pricing-features-block .features-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .pricing-features-block .features-title {
    display: none;
  }
}
@media (max-width: 991px) {
  .pricing-features-block .plan-headers .col-lg-4 {
    margin-bottom: 20px;
  }
  .pricing-features-block .feature-row {
    padding: 15px 0;
  }
  .pricing-features-block .feature-values {
    flex-direction: row;
    justify-content: space-between;
  }
  .pricing-features-block .feature-values .col-lg-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    text-align: center;
    min-height: 5rem;
  }
  .pricing-features-block .category-name {
    font-size: 14px;
    padding: 0 15px;
  }
}/*# sourceMappingURL=style.css.map */