.register-screen {
  background-image: url(/wp-content/themes/astra-child/assets/images/registration/background_glows_d.png);
  background-size: cover;
  background-position: center center;
  background-repeat: none;
  width: 100vw;
  min-height: calc(100vh - 77px);
}
@media (max-width: 768px) {
  .register-screen {
    background-image: url(/wp-content/themes/astra-child/assets/images/registration/background_glows_m.png);
  }
}
.register-screen .inner {
  width: 100%;
  min-height: calc(100vh - 77px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 42px;
  padding-bottom: 42px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .register-screen .inner {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.register-screen .inner .column-1 {
  margin-right: 40px;
  flex-basis: 53.33333%;
}
@media (max-width: 1024px) {
  .register-screen .inner .column-1 {
    flex-basis: 50%;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .register-screen .inner .column-1 {
    margin-right: 40px;
    flex-basis: auto;
    margin: 16px;
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
.register-screen .inner .column-1 .limited-time-offer {
  margin-bottom: 88px;
}
@media (max-width: 1024px) {
  .register-screen .inner .column-1 .limited-time-offer {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .register-screen .inner .column-1 .limited-time-offer {
    margin-bottom: 48px;
  }
}
.register-screen .inner .column-1 .limited-time-offer .lto {
  font-family: NotoSans, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #0B0C1A;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .register-screen .inner .column-1 .limited-time-offer .lto {
    padding-left: 28px;
    line-height: 24px;
    background-image: url(/wp-content/themes/astra-child/assets/images/icons/little-star-burst.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px 24px;
  }
}
.register-screen .inner .column-1 .limited-time-offer h2 {
  font-family: NotoSans, sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #0B0C1A;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .register-screen .inner .column-1 .limited-time-offer h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.register-screen .inner .column-1 .limited-time-offer .big-pink {
  font-family: NotoSans, sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 54.48px;
  letter-spacing: 0%;
  color: #CF1759;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .register-screen .inner .column-1 .limited-time-offer .big-pink {
    font-size: 32px;
    line-height: 38px;
  }
}
.register-screen .inner .column-1 .limited-time-offer .details {
  font-family: NotoSans, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #0B0C1A;
}
@media (max-width: 768px) {
  .register-screen .inner .column-1 .limited-time-offer .details {
    font-size: 16px;
    line-height: 24px;
  }
}
.register-screen .inner .column-1 .limited-time-offer .badge {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  padding: 12px 25px;
  box-sizing: border-box;
  border: 2px solid #FAFAFA;
  box-shadow: 0px 0px 4px #A5ABFA;
  border-radius: 200px;
  background-color: #FFCA8C;
  color: #754000;
  gap: 12px;
  font-family: NotoSans, sans-serif;
  font-weight: 700;
}
.register-screen .inner .column-1 .limited-time-offer .badge .visual {
  display: flex;
}
.register-screen .inner .column-1 .limited-time-offer .badge .copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.register-screen .inner .column-1 .limited-time-offer .badge .percent {
  font-size: 16px;
  color: #754000;
}
.register-screen .inner .column-1 .limited-time-offer .badge .percent .guarantee {
  font-size: 12px;
  text-transform: uppercase;
}
.register-screen .inner .column-1 .limited-time-offer .badge .days {
  color: #906026;
  font-weight: 600;
  font-size: 12px;
}
.register-screen .inner .column-1 .what-you-get h2 {
  font-family: NotoSans, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #1D42C5;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .register-screen .inner .column-1 .what-you-get h2 {
    font-size: 18px;
    line-height: 30px;
  }
}
.register-screen .inner .column-1 .what-you-get ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.register-screen .inner .column-1 .what-you-get ul li {
  font-family: NotoSans, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #0B0C1A;
  padding-left: 52px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-image: url(/wp-content/themes/astra-child/assets/images/icons/icon-thinking.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .register-screen .inner .column-1 .what-you-get ul li {
    font-size: 14px;
    line-height: 19.07px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 24px;
  }
}
.register-screen .inner .column-1 .what-you-get ul li strong {
  font-family: NotoSans, sans-serif;
  font-weight: 700;
}
.register-screen .inner .column-1 .what-you-get ul li:last-child {
  margin-bottom: 0;
}
.register-screen .inner .column-1 .what-you-get ul li:nth-child(2) {
  background-image: url(/wp-content/themes/astra-child/assets/images/icons/icon-goals.svg);
}
.register-screen .inner .column-1 .what-you-get ul li:nth-child(4) {
  background-image: url(/wp-content/themes/astra-child/assets/images/icons/icon-scientific.svg);
}
.register-screen .inner .column-1 .what-you-get ul li:nth-child(5) {
  background-image: url(/wp-content/themes/astra-child/assets/images/icons/icon-teamshare.svg);
}
.register-screen .inner .column-2 {
  margin-left: 40px;
  flex-basis: 46.66667%;
  border-radius: 16px;
  background-color: #F9FBFD;
  box-shadow: 0px 0px 16px 0px rgba(172, 185, 226, 0.5019607843);
  padding: 48px;
  padding-bottom: 33px;
}
@media (max-width: 1024px) {
  .register-screen .inner .column-2 {
    flex-basis: 50%;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 9px;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .register-screen .inner .column-2 {
    margin-left: 0;
    flex-basis: auto;
    border-radius: 0;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    padding: 16px;
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.register-screen .inner .column-2 .create h2 {
  font-family: NotoSans, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #0B0C1A;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .register-screen .inner .column-2 .create h2 {
    font-size: 18px;
    line-height: 30px;
  }
}
.register-screen .inner .column-2 .create p {
  font-family: NotoSans, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  margin-bottom: 40px;
}
.register-screen .inner .column-2 .create p a {
  font-family: NotoSans, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  color: #CF1759;
}
@media (max-width: 768px) {
  .register-screen .inner .column-2 .create p {
    margin-bottom: 48px;
  }
}
.register-screen .inner .column-2 .create button.sign-in-with-google {
  width: 100%;
  padding-left: 56px;
  padding-right: 56px;
  border: 1px solid #BDBDC1;
  border-radius: 8px;
  min-height: 48px;
  font-family: NotoSans, sans-serif;
  font-weight: 600;
  color: #0B0C1A;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  background: #F2F2F2;
  background-image: url(/wp-content/themes/astra-child/assets/images/icons/google-svg-logo.svg);
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: 24px 24px;
}
.register-screen .inner .column-2 .or {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: NotoSans, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #BDBDC1;
}
.register-screen .inner .column-2 .or span {
  flex-shrink: 100;
  padding-left: 20px;
  padding-right: 20px;
}
.register-screen .inner .column-2 .or:before, .register-screen .inner .column-2 .or:after {
  content: "";
  height: 1px;
  flex-basis: 50%;
  flex-grow: 100;
  background-color: #BDBDC1;
}
@media (max-width: 768px) {
  .register-screen .inner .column-2 .or {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.register-screen .inner .column-2 .sign-up .uwp-register-class div.card {
  border: none;
  background-color: transparent;
}
.register-screen .inner .column-2 .sign-up .uwp-register-class div.card div.card-body {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  background-color: transparent;
}
.register-screen .inner .column-2 .sign-up .uwp-register-class div.card div.card-body form.uwp-registration-form {
  padding-top: 0;
}
@media (max-width: 768px) {
  .register-screen .inner .column-2 .sign-up .uwp-register-class div.card div.card-body input.uwp_register_submit {
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
    width: 100vw;
    margin-bottom: -1rem;
  }
}

.or-separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: #BDBDC1;
  font-weight: bold;
  margin: 2em 0;
  font-family: NotoSans, sans-serif;
}
.or-separator::before, .or-separator::after {
  content: "";
  flex: 1;
  margin: 0 1em;
  border-bottom: 1px solid #ccc;
}
.or-separator::before {
  margin-right: 0.5em;
}
.or-separator::after {
  margin-left: 0.5em;
}

.post-survey-offer {
  margin-bottom: 88px;
}
@media (max-width: 1024px) {
  .post-survey-offer {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .post-survey-offer {
    margin-bottom: 48px;
  }
}
.post-survey-offer p {
  font-family: NotoSans, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0B0C1A;
  margin-bottom: 12px;
}
.post-survey-offer p:last-child {
  margin-bottom: 0;
}
.post-survey-offer p em {
  font-size: 20px;
  font-weight: 800;
  font-style: normal;
}
.post-survey-offer p .highlight {
  color: #5A7BF2;
}
@media (max-width: 768px) {
  .post-survey-offer p {
    font-size: 14px;
    line-height: 20px;
  }
}

.tg-plus-woo-popup-diag {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.tg-plus-woo-popup-diag.active {
  display: flex;
}

.woocommerce-order .cta-link {
  font-family: NotoSans, sans-serif;
  font-size: 24px;
  color: grey;
}
.woocommerce-order .cta-link a {
  transition: color, 250ms;
  color: black;
  text-decoration: underline;
}
.woocommerce-order .cta-link a:hover {
  color: #C2294D;
}

.checkout-page {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px 40px;
  background-color: white;
  width: 100%;
}
@media (max-width: 768px) {
  .checkout-page {
    padding: 40px 15px 30px;
  }
}
.checkout-page .checkout-grid-wrapper {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  margin-top: 30px;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .checkout-page .checkout-grid-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.checkout-page .checkout-left-column {
  width: 100%;
  max-width: 100%;
}
.checkout-page .checkout-right-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .checkout-page .checkout-right-column {
    margin-top: 30px;
  }
}
.checkout-page .woocommerce-checkout {
  width: 100% !important;
  max-width: 100% !important;
}
.checkout-page form.checkout {
  width: 100% !important;
  max-width: 100% !important;
}
.checkout-page form #customer_details.col2-set,
.checkout-page .woocommerce-checkout form #customer_details.col2-set,
.checkout-page .col2-set {
  width: 100% !important;
  float: none !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}
.checkout-page .col2-set .col-1,
.checkout-page .col2-set .col-2 {
  width: 100% !important;
  float: none !important;
  max-width: 100% !important;
}
@media (min-width: 922px) {
  .checkout-page form #customer_details.col2-set,
  .checkout-page .woocommerce-checkout form #customer_details.col2-set {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
  }
  .checkout-page form #order_review,
  .checkout-page form #order_review_heading,
  .checkout-page .woocommerce-checkout form #order_review,
  .checkout-page .woocommerce-checkout form #order_review_heading {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    clear: none !important;
  }
  .checkout-page form.checkout_coupon {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 921px) {
  .checkout-page form.checkout_coupon {
    width: 100%;
    float: none;
    margin: 0;
    grid-template-columns: 1fr;
  }
  .checkout-page form.checkout_coupon input[type=text],
  .checkout-page form.checkout_coupon button[name=apply_coupon] {
    grid-column: 1;
  }
  .checkout-page form.checkout_coupon button[name=apply_coupon] {
    grid-row: 2;
  }
  .checkout-page form.checkout_coupon .woocommerce-message,
  .checkout-page form.checkout_coupon .woocommerce-error,
  .checkout-page form.checkout_coupon .woocommerce-notice {
    grid-row: 3;
  }
}
.checkout-page .headings {
  padding: 0px 20px;
}
.checkout-page .headings h1 {
  font-family: NotoSans, sans-serif;
  font-size: 24px;
  font-weight: 800;
}
.checkout-page .headings p {
  font-family: NotoSans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
}
.checkout-page .billing-summary {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.checkout-page .billing-summary.with-quote {
  gap: 50px;
}
.checkout-page .billing-summary.without-quote {
  gap: 5px;
}
.checkout-page .billing-summary .checkout-quote-box {
  padding-top: 24px;
  padding-bottom: 12px;
  padding-left: 14px;
  padding-right: 14px;
  background-color: #E4EAF6;
  border-radius: 10px;
  position: relative;
}
.checkout-page .billing-summary .checkout-quote-box .checkout-quote-above {
  position: absolute;
  top: -24px;
}
.checkout-page .billing-summary .checkout-quote-box .checkout-quote {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  /* Royal Blue Purple Gradient */
  background: linear-gradient(91.66deg, #170E7E 0%, #491FEF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.checkout-page .billing-summary .checkout-quote-box .quote-desc {
  padding-top: 10px;
  color: #636369;
  font-size: 14px;
}
.checkout-page .billing-summary h3.billing_price_head {
  font-family: NotoSans, sans-serif;
  font-size: 32px !important;
  font-weight: 800;
  line-height: 38px;
  text-align: left;
  margin-bottom: 25px;
}
.checkout-page .billing-summary h3.billing_price_head .head {
  /* Royal Blue Purple Gradient */
  background: linear-gradient(91.66deg, #170E7E 0%, #491FEF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.checkout-page .billing-summary h3.billing_price_head .cancel_line {
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #636369;
}
.checkout-page #place_order {
  background-color: #C2294D;
  transition: background-color, 250ms;
}
.checkout-page #place_order:hover {
  background-color: #E34D71;
}
.checkout-page #payment {
  margin-top: 20px;
}
.checkout-page p.usd-spider-text {
  text-align: center;
  font-size: 88%;
}

.checkout-common .checkout-container {
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background-color: white;
}
.checkout-common .checkout-container h3 {
  color: #1D42C5;
  font-family: NotoSans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}
.checkout-common .form-row {
  gap: 0px;
}
.checkout-common .checkout-content {
  font-family: NotoSans, sans-serif;
  display: block;
  background: #ffffff;
  width: 100%;
  padding: 20px;
}
@media (max-width: 768px) {
  .checkout-common .checkout-content {
    padding: 20px 10px;
  }
}
.checkout-common .checkout-left {
  flex: 1;
  max-width: 526px;
}
.checkout-common .checkout-right {
  flex: 1;
  max-width: 448px;
}
.checkout-common .checkout-footer {
  text-align: center;
}

.tg-plus-woo-popup-diag .checkout-header {
  text-align: center;
  padding: 30px 20px;
}

.tg-plus-woo-popup-diag .checkout-header .logo {
  max-width: 190px;
}

.checkout-common .checkout-content .payment-plan,
.checkout-common .checkout-content .personal-info {
  margin-bottom: 20px;
}

/* Plan Tabs Container */
.payment-plan {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.payment-plan .plan-tenure {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
}
.payment-plan .razzle-dazzle {
  color: #CF1759;
}
.payment-plan .pitch {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 400px; /* tuned by eye to make it fit on three lines and look decent */
  min-height: 72px;
  font-family: NotoSans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #3E3E42;
}
.payment-plan .plan-tabs {
  position: relative;
  display: flex;
  width: 220px;
  /* Adjust width as needed */
  border: 3px solid #1D42C5;
  border-radius: 200px;
  overflow: hidden;
  background: white;
}
.payment-plan .plan-slider {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(50% - 2px);
  height: calc(100% - 4px);
  background: #1D42C5;
  border-radius: 200px;
  transition: transform 0.3s ease-in-out;
}
.payment-plan .plan-btn {
  flex: 1;
  border: none;
  background: transparent;
  color: #1D42C5;
  font-weight: bold;
  padding: 6px 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 12px;
}
.payment-plan .plan-btn:focus {
  background-color: unset !important;
}
.payment-plan .plan-btn.active {
  color: #fff;
}
.payment-plan button.plan-btn:hover {
  background: unset;
}

.checkout-common .subheading {
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #3E3E42;
  /* these margins orignally come from various places, inline reset, another reset... */
  margin-top: 0px;
  margin-bottom: 10px;
}

.checkout-page .info-section .subheading {
  /* subheading a bit bigger on the page */
  font-size: 18px;
  line-height: 27px;
}

.checkout-page #payment-section {
  margin-top: 40px;
}

.checkout-common .checkout-content .info-section {
  margin-top: 10px;
}

.tg-plus-woo-popup-diag .checkout-content .info-section .summary-box {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #DADFF3;
}

.tg-plus-woo-popup-diag .checkout-content .info-section .info {
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  display: none;
}
.tg-plus-woo-popup-diag .checkout-content .info-section .info.active {
  display: flex;
}
.tg-plus-woo-popup-diag .checkout-content .info-section .info .billing_info {
  flex-direction: column;
  display: flex;
  padding: 16px;
}

.tg-plus-woo-popup-diag .checkout-content .info-section .edit-btn {
  background-color: transparent;
  border: none;
  color: #4b5563;
  cursor: pointer;
  text-decoration: underline;
}

.checkout-common .checkout-content .coupon {
  display: block;
  margin-top: 10px;
  color: #5A7BF2;
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.post_price_text {
  background: #F9FBFD;
  padding: 16px;
  border-radius: 8px;
}

.post_price_text .heading {
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #0B0C1A;
  margin-bottom: 5px;
}

.post_price_text .subtext {
  font-family: NotoSans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  text-align: left;
  color: #3E3E42;
  margin-bottom: 0;
}

.checkout-common .billing-summary {
  position: relative;
  background-color: #ECF2F9;
  padding: 40px;
  border-radius: 8px;
}

.tg-plus-woo-popup-diag .billing-summary {
  margin-top: 35px; /* move it down to align with blue title */
}

.checkout-common .billing-summary .summary {
  margin-top: 3rem;
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #0B0C1A;
}

.checkout-common .billing-summary .summary p {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}

.checkout-common .billing-summary .summary #total {
  font-weight: bold;
}

.checkout-common .billing-summary .complete-order-btn {
  position: absolute; /* for the anmiation effect, pop it out of the flow but don't move it */
  width: 100%;
}

.checkout-common .billing-summary .complete-order-btn,
.tgv2-popup-button {
  padding: 10px;
  background: linear-gradient(91.66deg, #E34D71 0%, #C2294D 100%);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  line-height: 24px;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}

.checkout-common .checkout-cta-box {
  position: relative; /* pheff, for sizing the button */
  display: flex;
  justify-content: center;
  height: 44px;
  width: 100%;
}

.tgv2-popup-button::before {
  background: unset !important;
}

.form-actions {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 35px;
  margin-left: 12px;
}

button.save-btn.tgv2-popup-button {
  width: 144px;
  font-family: NotoSans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: linear-gradient(91.66deg, #C2294D 0%, #E34D71 100%);
  transition: transform 0.6s ease;
}

.tg-plus-woo-popup-diag .billing-summary .complete-order-btn::before, .checkout-page .billing-summary .complete-order-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  /* Hidden initially */
  width: 100%;
  height: 100%;
  background: linear-gradient(91.66deg, #C2294D 0%, #E34D71 100%);
  z-index: -1;
  transition: transform 0.6s ease;
}
.tg-plus-woo-popup-diag .billing-summary .complete-order-btn:hover, .checkout-page .billing-summary .complete-order-btn:hover {
  color: #fff;
}
.tg-plus-woo-popup-diag .billing-summary .complete-order-btn:hover::before, .checkout-page .billing-summary .complete-order-btn:hover::before {
  transform: translateX(100%);
}

a.cancel-link {
  font-family: NotoSans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #888990;
}

.tg-plus-woo-popup-diag .checkout-footer {
  text-align: center;
  padding: 10px;
  position: sticky;
  width: 100%;
}

.tg-plus-woo-popup-diag .checkout-footer .no-thanks-btn-woo {
  background-color: transparent;
  border: none;
  color: #6b7280;
  cursor: pointer;
  text-decoration: underline;
}

.monthly-plan {
  display: none;
}

.discount-price {
  color: #E43636;
}

form.edit-form {
  display: none;
}
form.edit-form input[type=text], form.edit-form input[type=email] {
  padding: 0.5em;
  border-color: #DADFF3;
  font-size: 16px;
  font-weight: 500;
  color: black;
}
form.edit-form select {
  padding: 0.5em;
  border-color: #DADFF3;
  border-width: 1px;
  font-size: 16px;
  font-weight: 500;
  color: black;
}
form.edit-form.active {
  display: block;
}

.checkout-common form.edit-form label {
  font-family: NotoSans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.form-group {
  flex: 1;
}

.form-group.full-width {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.popup-left form.edit-form {
  padding: 24px;
  border: 1px solid #1D42C5;
  border-radius: 8px;
}

.popup-left form.edit-form .form-row {
  gap: 10px;
}

.popup-left .edit-form input,
.popup-left .edit-form select {
  border: 1px solid #DADFF3;
  border-radius: 4px;
  height: 40px;
  width: 100%;
  padding: 0 1em;
}

.coupon-section {
  margin-top: 1.5em;
}

a.coupon-toggle {
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #5A7BF2;
}

.coupon-form {
  margin-top: 1em;
  display: none;
  width: 100%;
}
.coupon-form .coupon-row {
  display: flex;
  width: 100%;
  justify-content: stretch;
  gap: 5px;
}
.coupon-form .coupon-row input[type=text] {
  min-width: 55%;
}
.coupon-form .coupon-row .apply-coupon-btn {
  width: 100%;
  background: #3E3E42;
  color: #fff;
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  padding: 12px;
  font-weight: 600;
  line-height: 24px;
}
.coupon-form .coupon-row .apply-coupon-btn:hover {
  background: #636369;
}
.coupon-form .coupon-row .apply-coupon-btn:focus {
  background-color: #888990 !important;
}
.coupon-form.active {
  display: block;
}

.price-section {
  text-align: center;
  background: #ECF2F9;
  border-radius: 10px;
  margin: 2em 0;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  padding: 2em;
}
.price-section::before, .price-section::after {
  position: absolute;
  content: url("/wp-content/themes/astra-child/assets/images/icon-bg-starburst.svg");
}
.price-section::before {
  width: 83px;
  top: 0;
  left: 0;
  transform: translate(-15%, -15%);
}
.price-section::after {
  width: 149px;
  bottom: 0;
  right: 0;
  transform: translate(30%, 30%);
}
.price-section h1 {
  margin: 10px 0;
  background: linear-gradient(91.66deg, #170E7E 0%, #491FEF 100%);
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.price-section p {
  font-size: 14px;
  font-weight: 700;
  line-height: 19.07px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #3E3E42;
  margin-bottom: 0;
}

.cta-button-box {
  display: flex;
  justify-content: center;
}

.cta-button {
  display: block;
  margin-top: 15px;
  padding: 10px 20px;
  color: #CF1759;
  border: 2px solid #CF1759;
  border-radius: 10px;
  cursor: pointer;
  width: 230px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.cta-button:hover {
  color: #CF1759;
  background: #fff;
}

.f-hide {
  display: none !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  display: block;
}

.woocommerce-form-coupon-toggle .woocommerce-info, .woocommerce-message {
  background-color: initial;
  border-top: initial;
  padding-right: 0px;
  padding-left: 0px;
}
.woocommerce-form-coupon-toggle .woocommerce-info a, .woocommerce-message a {
  color: #1D42C5;
}
.woocommerce-form-coupon-toggle .woocommerce-info:before, .woocommerce-message:before {
  display: none;
}

.checkout-page form.checkout_coupon .form-row-first,
.checkout-page form.checkout_coupon .form-row-last {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}
.checkout-page form.checkout_coupon {
  display: grid;
  grid-template-columns: 3fr auto;
  grid-template-rows: auto auto;
  gap: 10px;
  align-items: start;
}
.checkout-page form.checkout_coupon input[type=text] {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.checkout-page form.checkout_coupon button[name=apply_coupon] {
  grid-column: 2;
  grid-row: 1;
  background-color: #636369;
  transition: background-color, 250ms;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}
.checkout-page form.checkout_coupon button[name=apply_coupon]:hover {
  background-color: #888990;
}
.checkout-page form.checkout_coupon {
  /* Validation messages appear below input field only, button stays in place */
}
.checkout-page form.checkout_coupon .woocommerce-message,
.checkout-page form.checkout_coupon .woocommerce-error,
.checkout-page form.checkout_coupon .woocommerce-notice {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

#order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
  padding: 0 2em;
  border-width: 2px 2px 2px 2px !important;
  border-style: solid;
  border-color: var(--ast-border-color);
  border-radius: 10px;
}

.checkout-currency-switcher {
  margin: 20px 0;
  padding: 15px;
  background: #f9f9f9;
  border-left: 4px solid #a69eba;
  border-radius: 4px;
}
.checkout-currency-switcher > div {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.checkout-currency-switcher strong {
  color: #333;
  font-size: 14px;
}
.checkout-currency-switcher .woocs-container {
  display: inline-flex;
  align-items: center;
}
.checkout-currency-switcher span {
  color: #666;
  font-size: 12px;
  font-style: italic;
}
.checkout-currency-switcher .dd-select,
.checkout-currency-switcher .dd-options {
  font-family: inherit !important;
}
.checkout-currency-switcher .dd-option,
.checkout-currency-switcher .dd-selected {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.checkout-currency-switcher .dd-options img,
.checkout-currency-switcher .dd-selected img,
.checkout-currency-switcher .dd-option-image {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  object-fit: cover !important;
  border-radius: 2px !important;
  vertical-align: middle !important;
}
.checkout-currency-switcher .dd-option-text,
.checkout-currency-switcher .dd-selected-text {
  line-height: 20px !important;
  vertical-align: middle !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-right: 10px !important;
}
.checkout-currency-switcher .dd-select {
  min-height: 36px !important;
  padding: 8px 35px 8px 12px !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  background: #fff !important;
  cursor: pointer !important;
  position: relative !important;
}
.checkout-currency-switcher .dd-pointer {
  right: 12px !important;
  pointer-events: none !important;
}
.checkout-currency-switcher .dd-options {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-top: none !important;
  border-radius: 0 0 4px 4px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
  margin-top: 0 !important;
  z-index: 9999 !important;
  max-height: none !important;
}
.checkout-currency-switcher .dd-option {
  padding: 8px 12px !important;
  min-height: 36px !important;
  display: flex !important;
}
.checkout-currency-switcher .dd-option:hover {
  background: #f5f5f5 !important;
}
.checkout-currency-switcher .dd-selected {
  padding: 0 !important;
}
.checkout-currency-switcher .dd-selected-description,
.checkout-currency-switcher .dd-desc,
.checkout-currency-switcher .dd-option-description {
  display: none !important;
}

.checkout-page-2 .form-row {
  margin-right: 0 !important;
  margin-left: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
}

.checkout-page-2 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 47px 15px;
  background: #ffffff;
}
@media (max-width: 1200px) {
  .checkout-page-2 {
    padding: 40px 50px;
  }
}
@media (max-width: 768px) {
  .checkout-page-2 {
    padding: 30px 20px;
  }
}
.checkout-page-2 .checkout-2-header {
  text-align: center;
  margin-bottom: 100px;
}
.checkout-page-2 .checkout-2-header h1 {
  font-size: 32px;
  font-weight: 700;
  color: #202020;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .checkout-page-2 .checkout-2-header h1 {
    font-size: 24px;
  }
}

.checkout-2-container {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .checkout-2-container {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .checkout-2-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.checkout-2-left {
  width: 100%;
  background: #FFFFFF;
  padding: 15px;
  border-radius: 16px;
  border: 1px solid #E8E8E8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.checkout-2-left .section-title {
  font-size: 24px;
  font-weight: 700;
  color: #202020;
  margin-bottom: 20px;
  margin-top: 0;
}

.checkout-2-billing-fields {
  margin-bottom: 25px;
}
.checkout-2-billing-fields .form-row-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .checkout-2-billing-fields .form-row-group {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.checkout-2-billing-fields .form-row-group .form-row {
  margin-bottom: 0;
}
.checkout-2-billing-fields .form-row {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.checkout-2-billing-fields .form-row.form-row-wide {
  width: 100%;
  display: flex;
  flex-direction: column !important;
}
.checkout-2-billing-fields .form-row.validate-required {
  display: flex;
  flex-direction: column !important;
}
.checkout-2-billing-fields .form-row label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #202020;
  margin-bottom: 6px;
}
.checkout-2-billing-fields .form-row label .required {
  color: #CF1759;
}
.checkout-2-billing-fields .form-row input[type=text],
.checkout-2-billing-fields .form-row input[type=email],
.checkout-2-billing-fields .form-row select,
.checkout-2-billing-fields .form-row .select2-container {
  width: 100%;
  padding: 10px 16px;
  font-size: 15px;
  border: 1px solid #D0D0D0;
  border-radius: 8px;
  background: #FFFFFF;
  color: #202020;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.checkout-2-billing-fields .form-row input[type=text]:focus,
.checkout-2-billing-fields .form-row input[type=email]:focus,
.checkout-2-billing-fields .form-row select:focus,
.checkout-2-billing-fields .form-row .select2-container:focus {
  outline: none;
  border-color: #1D42C5;
  box-shadow: none;
}
.checkout-2-billing-fields .form-row input[type=text]::placeholder,
.checkout-2-billing-fields .form-row input[type=email]::placeholder,
.checkout-2-billing-fields .form-row select::placeholder,
.checkout-2-billing-fields .form-row .select2-container::placeholder {
  color: #999999;
}
.checkout-2-billing-fields .form-row select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  padding-right: 40px;
  cursor: pointer;
}
.checkout-2-billing-fields .form-row select:focus {
  outline: none;
  box-shadow: none;
}
.checkout-2-billing-fields .form-row .select2-container {
  outline: none !important;
  box-shadow: none !important;
}
.checkout-2-billing-fields .form-row .select2-container .select2-selection {
  outline: none !important;
  box-shadow: none !important;
  border: 0px solid #D0D0D0 !important;
}
.checkout-2-billing-fields .form-row .select2-container .select2-selection:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0px solid #D0D0D0 !important;
}
.checkout-2-billing-fields .form-row .select2-container--default .select2-selection--single {
  outline: none !important;
  box-shadow: none !important;
}
.checkout-2-billing-fields .form-row .select2-container--default .select2-selection--single:focus {
  outline: none !important;
  box-shadow: none !important;
}
.checkout-2-billing-fields .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px !important;
  position: absolute !important;
  top: 15px !important;
  right: 1px !important;
  width: 20px !important;
}
.checkout-2-billing-fields .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #333 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  height: 0;
  left: 50%;
  margin-left: -5px;
  margin-top: 0px;
  position: absolute;
  top: 50%;
  width: 0;
  transform: translateY(-50%);
}
.checkout-2-billing-fields .form-row .select2-container:focus {
  outline: none !important;
  box-shadow: none !important;
}
.checkout-2-billing-fields .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.checkout-2-billing-fields .form-row .woocommerce-input-wrapper input,
.checkout-2-billing-fields .form-row .woocommerce-input-wrapper select {
  width: 100%;
}

.payment-method-section {
  margin-top: 25px;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.payment-method-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
}
.payment-method-header label {
  font-size: 16px;
  font-weight: 600;
  color: #202020;
  display: flex;
  align-items: center;
  gap: 10px;
}
.payment-method-header label::before {
  content: "\f09d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #666666;
}

.card-logos {
  display: flex;
  gap: 8px;
  align-items: center;
}
.card-logos .card-logo {
  height: 20px;
  width: auto;
  object-fit: contain;
}

.payment-fields {
  background: #F5F5F3;
  padding: 25px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.payment-fields .form-row {
  margin-bottom: 15px;
}
.payment-fields .form-row label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #404040;
  margin-bottom: 8px;
}
.payment-fields .form-row label .required {
  color: #CF1759;
}
.payment-fields .form-row input.input-text {
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
  border: 1px solid #D8D8D8;
  border-radius: 6px;
  background: #FFFFFF;
  color: #202020;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.payment-fields .form-row input.input-text:focus {
  outline: none;
  border-color: #999999;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}
.payment-fields .form-row input.input-text::placeholder {
  color: #AAAAAA;
}
.payment-fields .card-number-field {
  flex-direction: column !important;
}
.payment-fields .card-number-field .card-number-wrapper {
  position: relative;
}
.payment-fields .card-number-field .card-number-wrapper input.input-text {
  padding-right: 140px;
}
.payment-fields .card-number-field .card-number-wrapper .card-logos-inline {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 6px;
  align-items: center;
  pointer-events: none;
}
.payment-fields .card-number-field .card-number-wrapper .card-logos-inline .card-logo {
  height: 20px;
  width: auto;
  object-fit: contain;
  opacity: 0.7;
}
.payment-fields .cvc-field .cvc-wrapper {
  position: relative;
}
.payment-fields .cvc-field .cvc-wrapper input.input-text {
  padding-right: 45px;
}
.payment-fields .cvc-field .cvc-wrapper .cvc-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999999;
  font-size: 18px;
  pointer-events: none;
}
.payment-fields .form-row-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .payment-fields .form-row-group {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.payment-fields .form-row-group .form-row {
  margin-bottom: 0;
}
.payment-fields .form-row-group-three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .payment-fields .form-row-group-three {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.payment-fields .form-row-group-three .form-row {
  margin-bottom: 0;
}
.payment-fields .form-row-group-three .form-row-third {
  margin-bottom: 0;
}
.payment-fields .save-payment-row {
  margin-top: 20px;
  margin-bottom: 0;
}
.payment-fields .save-payment-row .checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  font-weight: normal;
}
.payment-fields .save-payment-row .checkbox-label input[type=checkbox] {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  flex-shrink: 0;
}
.payment-fields .save-payment-row .checkbox-label span {
  line-height: 1.5;
}

.privacy-policy-text {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 13px;
  color: #666666;
  line-height: 1.6;
}
.privacy-policy-text p {
  margin: 0;
}
.privacy-policy-text a {
  color: #1D42C5;
  text-decoration: underline;
}

.checkout-2-right {
  width: 100%;
}

.checkout-2-right-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media (max-width: 1024px) {
  .checkout-2-right-grid {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .checkout-2-right-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.checkout-2-right-cart {
  border: 1px solid #E8E8E8;
  border-radius: 16px;
  padding: 5px;
  background: #FFFFFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}
.checkout-2-right-cart .section-title {
  font-size: 24px;
  font-weight: 700;
  color: #202020;
  margin-bottom: 20px;
  margin-top: 0;
}

.checkout-2-right-sidebar {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cart-items {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #F0F0F0;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 0;
}
.cart-item .item-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cart-item .item-label {
  font-size: 12px;
  color: #888888;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cart-item .item-name {
  font-size: 15px;
  color: #202020;
  font-weight: 600;
  line-height: 1.4;
}
.cart-item .item-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.cart-item .price-label {
  font-size: 12px;
  color: #888888;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cart-item .price-value {
  font-size: 16px;
  font-weight: 700;
  color: #202020;
}

.cart-totals {
  margin-bottom: 20px;
}

.total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-size: 15px;
  border-bottom: 1px solid #F5F5F5;
}
.total-row:last-child {
  border-bottom: none;
}
.total-row .total-label {
  color: #404040;
  font-weight: 500;
  font-size: 14px;
}
.total-row .total-value {
  color: #202020;
  font-weight: 600;
  font-size: 15px;
}

.subtotal-row .total-label {
  font-weight: 600;
}

.coupon-row {
  background: #F9F9F9;
  padding: 12px 15px;
  margin: 0 -15px;
  border-radius: 8px;
}
.coupon-row .total-value.discount {
  color: #E63946;
  font-weight: 700;
}
.coupon-row .remove-coupon {
  font-size: 13px;
  color: #1D42C5;
  text-decoration: none;
  margin-left: 5px;
  font-weight: 600;
}
.coupon-row .remove-coupon:hover {
  text-decoration: underline;
}

.grand-total-row {
  border-top: 2px solid #202020 !important;
  padding-top: 15px;
  margin-top: 10px;
}
.grand-total-row .total-label,
.grand-total-row .total-value {
  font-size: 18px;
  font-weight: 700;
  color: #202020;
}

.usd-notice {
  text-align: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #F0F0F0;
}
.usd-notice p {
  font-size: 12px;
  color: #888888;
  margin: 0;
  font-style: italic;
}

.money-back-guarantee-box {
  margin-top: 120px;
  position: relative;
}
@media (max-width: 768px) {
  .money-back-guarantee-box {
    text-align: center;
  }
}

.guarantee-button {
  position: relative;
  cursor: pointer;
  background: linear-gradient(135deg, #FFB570 0%, #FF9A4D 100%);
  padding: 10px 20px;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgba(255, 154, 77, 0.25);
  transition: all 0.3s ease;
  display: inline-block;
  width: auto;
}
.guarantee-button:hover {
  box-shadow: 0 5px 15px rgba(255, 154, 77, 0.35);
  transform: translateY(-2px);
}
.guarantee-button .guarantee-badge {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: #945f25;
}
.guarantee-button .guarantee-badge i.fas.fa-award {
  font-size: 20px;
  color: #945f25;
}
.guarantee-button .guarantee-badge strong {
  font-size: 14px;
  font-weight: 700;
  color: #945f25;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.guarantee-button .guarantee-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  transform: translateX(-50%);
  width: 300px;
  padding: 16px 20px;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 100;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.guarantee-button .guarantee-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #E0E0E0;
}
.guarantee-button .guarantee-tooltip::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #FFFFFF;
  z-index: 1;
  margin-top: -1px;
}
.guarantee-button .guarantee-tooltip p {
  font-size: 13px;
  line-height: 1.6;
  margin: 8px 0;
  color: #404040;
}
.guarantee-button .guarantee-tooltip p:first-child {
  margin-top: 0;
}
.guarantee-button .guarantee-tooltip p:last-child {
  margin-bottom: 0;
}
.guarantee-button .guarantee-tooltip p strong {
  font-weight: 700;
  color: #202020;
  font-size: 13px;
}
.guarantee-button .guarantee-tooltip a {
  color: #1D42C5;
  text-decoration: none;
  font-weight: 600;
}
.guarantee-button .guarantee-tooltip a:hover {
  text-decoration: underline;
  color: rgb(22.4557522124, 51.1061946903, 152.5442477876);
}
.guarantee-button:hover .guarantee-tooltip {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .guarantee-button {
    padding: 12px 18px;
    border-radius: 40px;
  }
  .guarantee-button .guarantee-badge strong {
    font-size: 12px;
  }
  .guarantee-button .guarantee-badge i.fas.fa-award {
    font-size: 18px;
  }
  .guarantee-button .guarantee-tooltip {
    width: 280px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: calc(100% + 12px);
    transform: translateX(-50%);
  }
  .guarantee-button .guarantee-tooltip::after {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #E0E0E0;
    border-bottom: none;
  }
  .guarantee-button .guarantee-tooltip::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #FFFFFF;
    border-bottom: none;
    margin-left: 0;
    margin-top: -1px;
  }
}

.coupon-section-box {
  margin: 0;
  padding: 20px;
  background: #F8F9FA;
  border-radius: 12px;
  text-align: center;
}
.coupon-section-box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #202020;
  margin-bottom: 10px;
  margin-top: 0;
}
.coupon-section-box .coupon-link {
  display: inline-block;
  font-size: 15px;
  color: #1D42C5;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}
.coupon-section-box .coupon-link:hover {
  color: rgb(22.4557522124, 51.1061946903, 152.5442477876);
  text-decoration: underline;
}

.coupon-form-wrapper {
  margin-top: 20px;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
}
.coupon-form-wrapper .checkout_coupon {
  display: flex;
  gap: 10px;
}
.coupon-form-wrapper input[type=text] {
  flex: 1;
  padding: 12px 16px;
  font-size: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  background: #FFFFFF;
}
.coupon-form-wrapper button {
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  background: #CF1759;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.coupon-form-wrapper button:hover {
  background: rgb(161.1, 17.9, 69.2652173913);
}

.testimonial-full-width-box {
  margin-top: 25px;
  padding: 25px;
  background: #FFFFFF;
  border-radius: 12px;
  width: 100%;
}
.testimonial-full-width-box .testimonial-full-title {
  font-size: 20px;
  font-weight: 700;
  color: #CF1759;
  margin: 0 0 20px 0;
  text-align: left;
}
.testimonial-full-width-box .testimonial-full-video {
  position: relative;
}
.testimonial-full-width-box .testimonial-video-wrapper-full {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
.testimonial-full-width-box .testimonial-video-wrapper-full .testimonial-featured-image-full {
  width: 80%;
  height: 300px;
  display: block;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .testimonial-full-width-box .testimonial-video-wrapper-full .testimonial-featured-image-full {
    width: 100%;
  }
}
.testimonial-full-width-box .testimonial-video-wrapper-full .video-overlay-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}
@media (max-width: 768px) {
  .testimonial-full-width-box .testimonial-video-wrapper-full .video-overlay-full {
    width: 100%;
  }
}
.testimonial-full-width-box .testimonial-video-wrapper-full .video-overlay-full .play-button-full {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
  cursor: pointer;
}
.testimonial-full-width-box .testimonial-video-wrapper-full .video-overlay-full .play-button-full svg {
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
}
.testimonial-full-width-box .testimonial-video-wrapper-full .video-overlay-full .testimonial-subtitle {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  padding: 15px 20px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 8px;
  backdrop-filter: blur(10px);
}
.testimonial-full-width-box .testimonial-video-wrapper-full .video-overlay-full .testimonial-subtitle p {
  margin: 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  font-style: italic;
}
@media (max-width: 768px) {
  .testimonial-full-width-box .testimonial-video-wrapper-full .video-overlay-full .testimonial-subtitle {
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 12px 15px;
  }
  .testimonial-full-width-box .testimonial-video-wrapper-full .video-overlay-full .testimonial-subtitle p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .testimonial-full-width-box {
    padding: 20px;
    margin-top: -70px;
  }
  .testimonial-full-width-box .testimonial-full-title {
    font-size: 18px;
  }
  .testimonial-full-width-box .play-button-full svg {
    width: 48px;
    height: 48px;
  }
}

.checkout-page-2 #place_order,
.checkout-page-2 .place-order-button {
  width: 100%;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  background: #C92A32;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 15px;
  text-transform: none;
  box-shadow: 0 4px 12px rgba(201, 42, 50, 0.25);
}
.checkout-page-2 #place_order:hover,
.checkout-page-2 .place-order-button:hover {
  background: rgb(158.8148148148, 33.1851851852, 39.5061728395);
  box-shadow: 0 6px 16px rgba(201, 42, 50, 0.35);
  transform: translateY(-1px);
}
.checkout-page-2 #place_order:active,
.checkout-page-2 .place-order-button:active {
  transform: translateY(0);
}

.checkout-page-2 .woocommerce-billing-fields,
.checkout-page-2 .woocommerce-checkout-payment {
  border: none;
  padding: 0;
  margin: 0;
}
.checkout-page-2 .woocommerce-checkout-payment {
  background: transparent;
}
.checkout-page-2 .payment_methods {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.checkout-page-2 .wc_payment_method {
  margin-bottom: 15px;
}
.checkout-page-2 .wc_payment_method label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.checkout-page-2 .wc_payment_method label:hover {
  border-color: #1D42C5;
}
.checkout-page-2 .wc_payment_method input[type=radio] {
  margin: 0;
}
.checkout-page-2 .payment_box {
  padding: 15px;
  background: #F5F5F5;
  border-radius: 8px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .checkout-2-container {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
  }
  .cart-summary-section {
    position: static;
  }
  .checkout-page-2 .checkout-2-header h1 {
    font-size: 22px;
  }
  .checkout-page-2 .checkout-2-container {
    display: flex;
    flex-direction: column;
  }
  .checkout-page-2 .checkout-2-container .checkout-2-left {
    order: 2;
  }
  .checkout-page-2 .checkout-2-container .checkout-2-right {
    display: flex;
    flex-direction: column;
    order: 1;
  }
  .checkout-page-2 .checkout-2-container .checkout-2-right .testimonial-full-width-box {
    order: 1;
  }
  .checkout-page-2 .checkout-2-container .checkout-2-right .checkout-2-right-grid {
    display: flex;
    flex-direction: column;
    order: 2;
  }
  .checkout-page-2 .checkout-2-container .checkout-2-right .checkout-2-right-grid .checkout-2-right-cart {
    order: 1;
  }
  .checkout-page-2 .checkout-2-container .checkout-2-right .checkout-2-right-grid .checkout-2-right-sidebar {
    display: flex;
    flex-direction: column;
    order: 2;
  }
  .checkout-page-2 .checkout-2-container .checkout-2-right .checkout-2-right-grid .checkout-2-right-sidebar .money-back-guarantee-box {
    order: 1;
  }
  .checkout-page-2 .checkout-2-container .checkout-2-right .checkout-2-right-grid .checkout-2-right-sidebar .coupon-section-box {
    order: 2;
  }
}
.feature {
  position: relative;
}

.upgrade-info-box {
  display: none;
  position: absolute;
  bottom: 30px;
  border: 2px solid #170E7E;
  border-radius: 8px;
  padding: 8px;
  background-color: #EDEDFA;
}
@media (max-width: 992px) {
  .upgrade-info-box {
    bottom: 60px;
  }
}
.upgrade-info-box p {
  font-family: NotoSans, sans-serif;
  font-weight: 600;
}

/* there's another info-icon "mixin" but not sure where that is supposed to be */
.info-icon {
  position: relative;
}
.info-icon svg {
  position: relative;
  top: -4px;
}

body.page-template-favorites .wrapper {
  background: radial-gradient(118.78% 91.26% at 87.92% 26.33%, rgba(255, 136, 243, 0.2) 0%, rgba(255, 136, 243, 0) 100%), radial-gradient(177.87% 106.02% at 12.12% 9.35%, rgba(45, 78, 255, 0.2) 0%, rgba(242, 174, 186, 0) 100%), #E4EAF6;
}

.container-favorites {
  max-width: 1312px;
  margin: 40px auto;
  padding: 0 40px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 16px rgba(172, 185, 226, 0.5);
}
@media (max-width: 1312px) {
  .container-favorites {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .container-favorites {
    padding: 0 20px;
  }
}

.prescreen-course-section {
  padding: 60px 0 40px;
  border-bottom: 2px solid #F2F2F3;
}
@media (max-width: 768px) {
  .prescreen-course-section {
    padding: 40px 0 30px;
  }
}
.prescreen-course-section__title {
  font-family: NotoSans, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  color: #1D42C5;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .prescreen-course-section__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.prescreen-course-section__title .before_icon {
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.prescreen-course-section__title .before_icon img {
  width: 28px;
  height: auto;
}

.course-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (max-width: 768px) {
  .course-grid {
    gap: 24px;
  }
}
@media (min-width: 520px) {
  .course-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 880px) {
  .course-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.prescreen-course-card {
  background: #ffffff;
  border: 2px solid #D1DFFA;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.prescreen-course-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(29, 66, 197, 0.2);
  border-color: #1D42C5;
}
.prescreen-course-card__link {
  display: block;
  text-decoration: none;
  height: 100%;
}
.prescreen-course-card__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 8/11;
  overflow: hidden;
}
.prescreen-course-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prescreen-course-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
  padding: 40px 24px 24px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .prescreen-course-card__overlay {
    padding: 30px 20px 20px;
  }
}
.prescreen-course-card__title {
  font-family: NotoSans, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 768px) {
  .prescreen-course-card__title {
    font-size: 22px;
  }
}

.course-completion-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: NotoSans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
  z-index: 10;
}
@media (max-width: 768px) {
  .course-completion-badge {
    top: 12px;
    right: 12px;
    padding: 6px 12px;
    font-size: 12px;
  }
}
.course-completion-badge svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.5;
}
@media (max-width: 768px) {
  .course-completion-badge svg {
    width: 16px;
    height: 16px;
  }
}
.course-completion-badge span {
  line-height: 1;
}

.prescreen-course-card.is-completed {
  border-color: #10b981;
}
.prescreen-course-card.is-completed:hover {
  border-color: #059669;
}

.favorites-section {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .favorites-section {
    padding: 40px 0;
  }
}
.favorites-section__title {
  font-family: NotoSans, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  color: #1D42C5;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .favorites-section__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.favorites-section__title .before_icon {
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.favorites-section__title .before_icon img {
  width: 28px;
  height: auto;
}

.favorites-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (max-width: 768px) {
  .favorites-grid {
    gap: 24px;
  }
}
@media (min-width: 520px) {
  .favorites-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 880px) {
  .favorites-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.favorite-card {
  background: #ffffff;
  border: 1px solid #F2F2F3;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.favorite-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(29, 66, 197, 0.15);
  border-color: #D1DFFA;
}
.favorite-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  position: relative;
  background-color: #F2F2F3;
}
.favorite-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.favorite-card__content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .favorite-card__content {
    padding: 20px;
  }
}
.favorite-card__title {
  margin: 0;
  font-family: NotoSans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #1D42C5;
}
.favorite-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.favorite-card__title a:hover {
  color: #CF1759;
}
.favorite-card__excerpt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #636369;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.favorite-card__meta {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #F2F2F3;
}
.favorite-card__recommendation {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: #636369;
  margin: 0;
}
.favorite-card__recommendation strong {
  color: #3E3E42;
}
.favorite-card__recommendation a {
  color: #1D42C5;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}
.favorite-card__recommendation a:hover {
  color: #CF1759;
  text-decoration: underline;
}
.favorite-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.favorite-card__tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  flex: 1;
}
.favorite-card__tags .tag {
  display: inline-block;
  padding: 4px 10px;
  background-color: #E4EAF6;
  color: #1D42C5;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  white-space: nowrap;
}
.favorite-card__domain {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #3E3E42;
  white-space: nowrap;
}
.favorite-card__domain img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.favorites-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 80px 20px;
}
@media (max-width: 768px) {
  .favorites-empty {
    padding: 60px 20px;
  }
}
.favorites-empty h2 {
  font-family: NotoSans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #3E3E42;
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .favorites-empty h2 {
    font-size: 24px;
  }
}
.favorites-empty p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #636369;
  margin: 0 0 32px;
}
.favorites-empty .btn-primary {
  display: inline-block;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(91.66deg, #CF1759 0%, #C2294D 100%);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.favorites-empty .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(227, 77, 113, 0.3);
}

@media (max-width: 768px) {
  .pricing-page .disappear_on_mobile {
    display: none;
  }
}

.pricing-page {
  background-image: url(/wp-content/themes/astra-child/assets/images/registration/background_glows_d.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding: 60px 20px 80px;
}
@media (max-width: 768px) {
  .pricing-page {
    background-image: url(/wp-content/themes/astra-child/assets/images/registration/background_glows_m.png);
    padding: 40px 20px;
  }
}
.pricing-page__container {
  max-width: 1200px;
  margin: 0 auto;
}
.pricing-page__hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .pricing-page__hero {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.pricing-page__hero-content {
  max-width: 640px;
}
.pricing-page__hero-title {
  font-family: NotoSans, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
  background: linear-gradient(74deg, #CE22D1 0%, #FCA033 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
  width: fit-content;
  display: inline-block;
}
@media (max-width: 768px) {
  .pricing-page__hero-title {
    font-size: 28px;
    line-height: 34px;
  }
}
.pricing-page__hero-description {
  font-family: NotoSans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #0B0C1A;
}
@media (max-width: 768px) {
  .pricing-page__hero-description {
    font-size: 18px;
    line-height: 26px;
  }
}
.pricing-page__hero-label {
  font-family: NotoSans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #E34D71;
  text-align: center;
  margin-bottom: 20px;
}
.pricing-page__hero-video-wrapper {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
.pricing-page__hero-video-wrapper:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.pricing-page__hero-video-wrapper:hover .pricing-page__hero-video-thumbnail {
  transform: scale(1.05);
}
.pricing-page__hero-video-wrapper:hover .video-play-button {
  background: rgba(233, 30, 99, 0.9);
  transform: translate(-50%, -50%) scale(1.1);
}
.pricing-page__hero-video-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.pricing-page__testimonial-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.pricing-page__title {
  font-family: NotoSans, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 38px;
  text-align: center;
  color: #0B0C1A;
  margin-top: 0;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .pricing-page__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
.pricing-page__disclaimer {
  font-family: NotoSans, sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  text-align: center;
  color: #636369;
  margin-top: 30px;
  margin-bottom: 0;
}
.pricing-page__cards-wrapper {
  background: #F9FBFD;
  border-radius: 16px;
  padding: 60px 40px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
@media (max-width: 992px) {
  .pricing-page__cards-wrapper {
    border-radius: 0;
    padding: 40px 20px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
.pricing-page__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
  grid-template-rows: auto auto 1fr auto;
  align-items: start;
}
@media (max-width: 992px) {
  .pricing-page__cards {
    grid-template-columns: 1fr;
    max-width: 500px;
    gap: 60px;
    grid-template-rows: auto;
  }
}

.pricing-card {
  background: white;
  border-radius: 12px;
  border: 2px solid #E5E7EB;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 40px 30px;
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  grid-template-areas: "header" "pricing" "features" "cta";
}
@supports (grid-template-rows: subgrid) {
  @media (min-width: 993px) {
    .pricing-card {
      grid-template-rows: subgrid;
      grid-row: span 4;
    }
  }
}
@media (max-width: 768px) {
  .pricing-card {
    padding: 30px 20px;
  }
}
.pricing-card--featured {
  border-color: #3730A3;
  border-width: 1px;
}
.pricing-card--featured .pricing-card__logo img {
  height: 47px;
}
.pricing-card__badge {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  /* Royal Blue Purple Gradient */
  background: linear-gradient(91.66deg, #170E7E 0%, #491FEF 100%);
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  white-space: nowrap;
}
.pricing-card__header {
  grid-area: header;
  text-align: center;
  margin-bottom: 0;
}
.pricing-card__logo {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
  min-height: 47px;
}
.pricing-card__logo img {
  height: 32px;
  width: auto;
  display: block;
}
.pricing-card__description {
  font-size: 14px;
  line-height: 20px;
  color: #6B7280;
  font-weight: 700;
  margin-bottom: 8px;
}
.pricing-card__pricing {
  grid-area: pricing;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.pricing-card__price {
  font-family: NotoSans, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  /* Royal Blue Purple Gradient */
  background: linear-gradient(91.66deg, #170E7E 0%, #491FEF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 6px;
}
.pricing-card__price-frequency {
  font-family: NotoSans, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: normal;
  color: #6B7280;
  background: none;
  -webkit-text-fill-color: #6B7280;
}
.pricing-card__price-detail {
  font-size: 16px;
  line-height: 24px;
  color: #6B7280;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 16px;
}
.pricing-card__savings {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F9D877;
  color: #7E6F54;
  padding: 10px 23px;
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  min-height: 44px;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 11px) 50%, 100% 100%, 0% 100%, 11px 50%);
  box-shadow: inset 0 0 0 1px rgba(126, 111, 84, 0.15), 0 2px 4px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.pricing-card__toggle {
  display: inline-flex;
  justify-content: center;
  gap: 2px;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  border: 1px solid #5A7BF2;
  border-radius: 8px;
  padding: 2px;
}
.pricing-card__toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 36px;
  padding: 0 12px;
  border: none;
  background: transparent;
  color: #1D42C5;
  font-family: NotoSans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.15s ease;
  outline: none;
}
.pricing-card__toggle-btn:hover {
  background: rgba(218, 223, 243, 0.5);
  color: #1D42C5;
}
.pricing-card__toggle-btn:focus {
  outline: none;
}
.pricing-card__toggle-btn.active, .pricing-card__toggle-btn.active:focus, .pricing-card__toggle-btn.active:focus:not(:focus-visible) {
  background: #DADFF3 !important;
  color: #1D42C5;
}
.pricing-card__divider {
  background: transparent;
  border: none;
  border-bottom: 1px solid #E5E7EB;
  margin: 0 -30px;
  margin-top: auto;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .pricing-card__divider {
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 10px;
  }
}
.pricing-card__features {
  grid-area: features;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .pricing-card__features {
    margin-top: 24px;
  }
}
.pricing-card__feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pricing-card__feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #0B0C1A;
}
.pricing-card__feature-item--disabled {
  color: #9CA3AF;
}
.pricing-card__feature-item--no-icon {
  padding-left: 36px;
}
.pricing-card__feature-item--has-sublist {
  align-items: flex-start;
}
.pricing-card__feature-item--has-sublist .icon {
  margin-top: 10px;
}
.pricing-card__feature-item .icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.pricing-card__feature-sublist {
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
  margin-bottom: 0;
}
.pricing-card__feature-sublist li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #0B0C1A;
}
.pricing-card__feature-sublist li.pricing-card__feature-sublist-item--disabled {
  color: #9CA3AF;
}
.pricing-card__feature-sublist .sublist-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.pricing-card__feature-sublist .sublist-icon--starburst {
  filter: brightness(0) saturate(100%) invert(27%) sepia(77%) saturate(7471%) hue-rotate(337deg) brightness(94%) contrast(96%);
}
.pricing-card__feature-sublist .sublist-icon--starburst.sublist-icon--disabled {
  filter: brightness(0) saturate(100%) invert(72%) sepia(0%) saturate(0%) hue-rotate(169deg) brightness(92%) contrast(89%);
}
.pricing-card__cta {
  grid-area: cta;
  margin-top: 30px;
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pricing-card__disclaimer {
  font-family: NotoSans, sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  text-align: center;
  color: #636369;
  margin: 0;
}
.pricing-card__button {
  display: block;
  width: 100%;
  padding: 14px 24px;
  background: white;
  border: 2px solid #E91E63;
  color: #E91E63;
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.pricing-card__button:hover {
  background: #E91E63;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(233, 30, 99, 0.3);
}
.pricing-card__button:active {
  transform: translateY(0);
}
.pricing-card__trial-note {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #1D42C5;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  .pricing-card__trial-note {
    margin-top: 16px;
  }
}
.pricing-card__guarantee-anchor {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-left: 4px;
  position: relative;
}
.pricing-card__guarantee-anchor .guarantee-icon {
  width: 20px;
  height: 20px;
  display: block;
}
.pricing-card__guarantee-anchor:hover + .pricing-card__guarantee-popover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.pricing-card__guarantee-popover {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #636369;
  color: white;
  padding: 16px;
  border-radius: 8px;
  max-width: 452px;
  width: max-content;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
}
.pricing-card__guarantee-popover strong {
  display: block;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 4px;
}
.pricing-card__guarantee-popover span {
  display: block;
  font-weight: 500;
  line-height: normal;
}
.pricing-card__guarantee-popover.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .pricing-card__guarantee-popover {
    max-width: 90vw;
  }
}
.pricing-card__learn-more-anchor {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  z-index: 10;
}
.pricing-card__learn-more-anchor .learn-more-icon {
  width: 20px;
  height: 20px;
  display: block;
}
.pricing-card__learn-more-anchor:hover + .pricing-card__learn-more-popover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.pricing-card__learn-more-popover {
  position: absolute;
  top: 50px;
  right: 0;
  background: #636369;
  color: white;
  padding: 24px;
  border-radius: 8px;
  width: 640px;
  text-align: left;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
}
.pricing-card__learn-more-popover strong {
  display: block;
  font-family: NotoSans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}
.pricing-card__learn-more-popover.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (min-width: 993px) {
  .pricing-card__learn-more-popover {
    max-width: calc(50vw - 40px);
  }
}
@media (max-width: 992px) {
  .pricing-card__learn-more-popover {
    max-width: 90vw;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.pricing-card--featured .pricing-card__learn-more-popover {
  max-width: 640px;
}
@media (max-width: 992px) {
  .pricing-card--featured .pricing-card__learn-more-popover {
    max-width: 90vw;
  }
}
.pricing-card__learn-more-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.pricing-card__learn-more-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pricing-card__learn-more-list li .learn-more-list-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: block;
}
.pricing-card__learn-more-list li span {
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: white;
}
.pricing-card__learn-more-list li span strong {
  display: inline;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.pricing-footer {
  margin-top: 50px;
  margin-left: -40px;
  margin-right: -40px;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  border-top: 1px solid #E5E7EB;
}
@media (max-width: 992px) {
  .pricing-footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pricing-footer__security {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  color: #3E3E42;
  font-family: NotoSans, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .pricing-footer__security {
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }
}
.pricing-footer__security svg, .pricing-footer__security img {
  width: 24px;
  height: 24px;
}
.pricing-footer__security strong {
  font-weight: 800;
}
.pricing-footer__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .pricing-footer__left {
    flex-direction: column;
    gap: 15px;
  }
}
.pricing-footer__payment-methods {
  display: flex;
  align-items: center;
  gap: 23px;
}
.pricing-footer__payment-methods img {
  height: 48px;
  width: 70px;
  display: block;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
}
.pricing-footer__payment-methods .payment-card--mastercard {
  padding: 3px;
  box-sizing: border-box;
}
.pricing-footer__powered-by {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pricing-footer__powered-by img {
  height: 33px;
  width: auto;
  display: block;
}

.pricing-learn-more-wrapper {
  background: white;
  border-radius: 16px;
  padding: 60px 40px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  margin-top: 80px;
}
@media (max-width: 992px) {
  .pricing-learn-more-wrapper {
    border-radius: 0;
    padding: 40px 20px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}

.pricing-learn-more {
  max-width: 1200px;
  margin: 0 auto;
}
.pricing-learn-more__title {
  font-family: NotoSans, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 38px;
  background: linear-gradient(74deg, #CE22D1 0%, #FCA033 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: left;
  width: fit-content;
  display: inline-block;
}
@media (max-width: 768px) {
  .pricing-learn-more__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}
.pricing-learn-more__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 992px) {
  .pricing-learn-more__cards {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.pricing-learn-more__card {
  text-align: left;
}
.pricing-learn-more__video-wrapper {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background: #A6A7A9;
  margin-bottom: 20px;
  border: 1px solid #3730A3;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
.pricing-learn-more__video-wrapper:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
}
.pricing-learn-more__video-wrapper:hover .pricing-learn-more__video-thumbnail {
  transform: scale(1.05);
}
.pricing-learn-more__video-wrapper:hover .video-play-button {
  background: rgba(233, 30, 99, 0.9);
  transform: translate(-50%, -50%) scale(1.1);
}
.pricing-learn-more__video-thumbnail {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.pricing-learn-more__image {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background: #A6A7A9;
  margin-bottom: 20px;
  border: 1px solid #3730A3;
}
.pricing-learn-more__card-title {
  font-family: NotoSans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #0B0C1A;
  margin: 0;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(11, 12, 26, 0.7);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}
.video-play-button img {
  width: 43px;
  height: 48px;
  max-width: none;
  display: block;
  pointer-events: none;
}
.video-play-button:hover {
  background: rgba(233, 30, 99, 0.9);
  transform: translate(-50%, -50%) scale(1.1);
}
.video-play-button:focus {
  outline: 3px solid rgba(233, 30, 99, 0.5);
  outline-offset: 4px;
}

.pricing-card--registration {
  position: relative;
  background: #FFFFFF;
  border: 2px solid #E5E7EB;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 768px) {
  .pricing-card--registration {
    padding: 30px 20px;
    height: auto;
  }
}
.pricing-card--registration .pricing-card__arrow-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .pricing-card--registration .pricing-card__arrow-icon {
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
  }
}
.pricing-card--registration .pricing-card__arrow-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.pricing-card--registration .pricing-card__header--registration {
  margin-bottom: 30px;
}
.pricing-card--registration .pricing-card__registration-title {
  font-family: NotoSans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  color: #0B0C1A;
  margin: 0;
  padding-right: 40px;
  text-align: left;
}
@media (max-width: 768px) {
  .pricing-card--registration .pricing-card__registration-title {
    font-size: 24px;
    line-height: 32px;
    padding-right: 30px;
  }
}

.pricing-registration-uwp {
  display: flex;
  flex-direction: column;
}

.pricing-login-link {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}
.pricing-login-link a {
  color: #0066cc;
  text-decoration: none;
  font-weight: 600;
}
.pricing-login-link a:hover {
  text-decoration: underline;
  color: #0052a3;
}

.pricing-registration-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pricing-registration-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pricing-registration-form .form-group label {
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #1F2937;
}
.pricing-registration-form .form-group label .required-asterisk {
  color: #CF1759;
  margin-left: 2px;
}
.pricing-registration-form .form-group input {
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  background: #FFFFFF;
  color: #0B0C1A;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.pricing-registration-form .form-group input:focus {
  outline: none;
  border-color: #3730A3;
  box-shadow: 0 0 0 3px rgba(55, 48, 163, 0.1);
}
.pricing-registration-form .form-group input::placeholder {
  color: #9CA3AF;
}
.pricing-registration-form .form-group input:disabled {
  background: #F3F4F6;
  color: #6B7280;
  opacity: 1;
}
.pricing-registration-form .form-group .form-help-text {
  font-family: NotoSans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #6B7280;
  margin: 0;
  margin-top: -4px;
}
.pricing-registration-form .form-group .password-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.pricing-registration-form .form-group .password-input-wrapper input {
  flex: 1;
  padding-right: 48px;
}
.pricing-registration-form .form-group .password-input-wrapper .password-toggle-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6B7280;
  transition: color 0.2s ease;
}
.pricing-registration-form .form-group .password-input-wrapper .password-toggle-btn:hover {
  color: #374151;
}
.pricing-registration-form .form-group .password-input-wrapper .password-toggle-btn:focus {
  outline: none;
  color: #3730A3;
}
.pricing-registration-form .form-group .password-input-wrapper .password-toggle-btn .eye-icon {
  width: 20px;
  height: 20px;
  display: block;
}
.pricing-registration-form .form-terms {
  font-family: NotoSans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #636369;
  margin: 0;
}
.pricing-registration-form .form-terms a {
  color: #3730A3;
  text-decoration: underline;
}
.pricing-registration-form .form-terms a:hover {
  color: #4F46E5;
}
.pricing-registration-form .pricing-registration-form__submit {
  margin-top: 10px;
  background: #CF1759;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  padding: 14px 24px;
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.pricing-registration-form .pricing-registration-form__submit:hover:not(:disabled) {
  background: #C2294D;
}
.pricing-registration-form .pricing-registration-form__submit:disabled {
  background: rgba(207, 23, 89, 0.4);
  cursor: not-allowed;
  opacity: 0.6;
}
.pricing-registration-form .form-error {
  background: #FEE2E2;
  border: 1px solid #F87171;
  border-radius: 8px;
  padding: 12px 16px;
  font-family: NotoSans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #991B1B;
  margin-top: 10px;
}

.pricing-registration-continue {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 40px 0;
  flex: 1;
}
.pricing-registration-continue .pricing-continue-button {
  background: #CF1759;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  padding: 14px 48px;
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: inline-block;
}
.pricing-registration-continue .pricing-continue-button:hover {
  background: #C2294D;
  color: #FFFFFF;
}

.pricing-card--simplified {
  background: #FFFFFF;
  border: 2px solid #E5E7EB;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .pricing-card--simplified {
    padding: 30px 20px;
  }
}
.pricing-card--simplified .pricing-card__header--simplified {
  margin-bottom: 30px;
}
.pricing-card--simplified .pricing-card__simplified-title {
  font-family: NotoSans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #0B0C1A;
  margin: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .pricing-card--simplified .pricing-card__simplified-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.pricing-card--simplified .pricing-card__features {
  flex: 1;
  margin-bottom: 30px;
}
.pricing-card--simplified .pricing-card__pricing--trial {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #E5E7EB;
}
.pricing-card--simplified .pricing-card__zero-today {
  font-family: NotoSans, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  background: linear-gradient(74deg, #CE22D1 0%, #FCA033 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
  padding-bottom: 6px;
}
@media (max-width: 768px) {
  .pricing-card--simplified .pricing-card__zero-today {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .pricing-card--simplified .pricing-card__zero-today {
    font-size: 36px;
    line-height: 44px;
  }
}
.pricing-card--simplified .pricing-card__trial-terms {
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4B5563;
}
@media (max-width: 768px) {
  .pricing-card--simplified .pricing-card__trial-terms {
    font-size: 14px;
    line-height: 22px;
  }
}

.course-landing-page {
  background: #ffffff;
}
.course-landing-page .course-hero {
  position: relative;
  overflow: hidden;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 80px 0;
  background-color: #fdeef9;
}
@media (max-width: 1024px) {
  .course-landing-page .course-hero {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .course-landing-page .course-hero {
    padding: 60px 0;
    background-position: 45% center;
    background-size: cover;
  }
}
@media (max-width: 480px) {
  .course-landing-page .course-hero {
    background-position: 52% center;
  }
}
.course-landing-page .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 246, 249, 0) 0%, rgba(255, 246, 249, 0.17) 45%, rgba(253, 238, 249, 0.4) 70%, rgba(253, 238, 249, 0.05) 100%);
}
@media (max-width: 768px) {
  .course-landing-page .hero-overlay {
    background: linear-gradient(179deg, rgb(255, 255, 255) 0%, rgba(255, 246, 249, 0.66) 50%, rgba(255, 255, 255, 0) 100%);
  }
}
.course-landing-page .hero-container {
  position: relative;
  z-index: 2;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 0px;
  display: flex;
  justify-content: flex-start;
  min-height: 560px;
}
@media (max-width: 1024px) {
  .course-landing-page .hero-container {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .course-landing-page .hero-container {
    padding: 0 20px;
    min-height: auto;
    justify-content: center;
  }
}
.course-landing-page .hero-content {
  max-width: 621px;
  padding: 56px 0px;
}
@media (max-width: 768px) {
  .course-landing-page .hero-content {
    padding: 20px 20px 40px;
    text-align: center;
    max-width: 100%;
  }
}
.course-landing-page .hero-logo {
  margin-bottom: 24px;
}
.course-landing-page .hero-logo img {
  height: 40px;
  width: auto;
}
.course-landing-page .hero-title {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 600;
  line-height: 1.25;
  color: #B32046;
  margin-bottom: 20px;
  margin-top: -50px;
  padding-right: 96px;
  font-family: "Poppins";
}
@media (max-width: 768px) {
  .course-landing-page .hero-title {
    font-size: 29px;
    font-family: "Poppins";
    margin-bottom: 16px;
    padding-right: 0;
    text-align: center;
  }
}
.course-landing-page .hero-subtitle {
  font-size: 20px;
  color: #25215f;
  margin-bottom: 32px;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 768px) {
  .course-landing-page .hero-subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 160px;
  }
}
.course-landing-page .hero-form-panel {
  padding: 0;
}
@media (max-width: 768px) {
  .course-landing-page .hero-form-panel {
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    margin-top: 24px;
  }
}
.course-landing-page .hero-form-panel .hero-form-intro {
  font-size: 20px;
  font-weight: 500;
  color: #25215f;
  margin-bottom: 16px;
}
.course-landing-page .course-form .form-group {
  margin-bottom: 16px;
}
.course-landing-page .course-form .form-group .form-input {
  width: 100%;
  padding: 7px 10px;
  font-size: 16px;
  border: 2px solid #e2e8f0;
  border-radius: 20px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.95);
  font-family: inherit;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.course-landing-page .course-form .form-group .form-input:focus {
  outline: none;
  border-color: #C1105E;
  background: white;
  box-shadow: 0 0 0 3px rgba(193, 16, 94, 0.15), 0 2px 8px rgba(0, 0, 0, 0.1);
}
.course-landing-page .course-form .form-group .form-input::placeholder {
  color: #a0aec0;
}
.course-landing-page .course-form .form-group .form-input:hover {
  border-color: #cbd5e0;
  background: white;
}
.course-landing-page .course-form .btn {
  width: 100%;
  padding: 11px 12.75px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
  margin-top: 0px;
}
.course-landing-page .course-form .btn.btn-primary {
  background: #C1105E;
  color: white;
  box-shadow: 0 6px 20px rgba(193, 16, 94, 0.4);
}
.course-landing-page .course-form .btn.btn-primary:hover {
  background: #7a7a7a;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(122, 122, 122, 0.5);
}
.course-landing-page .course-form .btn.btn-primary:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(193, 16, 94, 0.4);
}
.course-landing-page .specialist-header {
  background: #ffffff;
  padding: 60px 0;
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .course-landing-page .specialist-header {
    padding: 40px 30px 40px;
    margin-bottom: 40px;
    background: #ffffff;
  }
}
.course-landing-page .specialist-header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .course-landing-page .specialist-header-container {
    padding: 0;
    gap: 0;
  }
}
@media (max-width: 480px) {
  .course-landing-page .specialist-header-container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .course-landing-page .specialist-container {
    margin-bottom: 0;
  }
}
.course-landing-page .specialist-container::after {
  display: none;
}
.course-landing-page .specialist-header-row-1 {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .course-landing-page .specialist-header-row-1 {
    justify-content: center;
    margin-bottom: 0;
  }
}
.course-landing-page .specialist-header-row-1 .specialist-heading {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 600;
  color: #25215f;
  margin: 0;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 968px) {
  .course-landing-page .specialist-header-row-1 .specialist-heading {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .course-landing-page .specialist-header-row-1 .specialist-heading {
    font-size: 36px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .course-landing-page .specialist-header-row-1 .specialist-heading {
    font-size: 23px;
  }
}
.course-landing-page .specialist-header-row-2 {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .course-landing-page .specialist-header-row-2 {
    display: none;
  }
}
.course-landing-page .specialist-header-row-2 .testimonial-quote {
  margin: 0;
  padding: 0;
  border: none;
  text-align: right;
  max-width: 700px;
}
@media (max-width: 768px) {
  .course-landing-page .specialist-header-row-2 .testimonial-quote {
    text-align: center;
    max-width: 100%;
  }
}
.course-landing-page .specialist-header-row-2 .testimonial-quote .quote-text {
  font-size: 38.59px;
  font-weight: 600;
  color: #b32046;
  margin-bottom: 8px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .course-landing-page .specialist-header-row-2 .testimonial-quote .quote-text {
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .course-landing-page .specialist-header-row-2 .testimonial-quote .quote-text {
    font-size: 20px;
    text-align: center;
  }
}
.course-landing-page .specialist-header-row-2 .testimonial-quote .quote-author {
  font-size: 24px;
  color: #25215f;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .course-landing-page .specialist-header-row-2 .testimonial-quote .quote-author {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .course-landing-page .specialist-header-row-2 .testimonial-quote .quote-author {
    font-size: 16px;
    text-align: center;
  }
}
.course-landing-page .specialist-container {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  min-height: 900px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 968px) {
  .course-landing-page .specialist-container {
    min-height: 600px;
  }
}
@media (max-width: 1000px) {
  .course-landing-page .specialist-container {
    min-height: auto;
    grid-template-columns: 1fr;
    overflow: visible;
  }
}
.course-landing-page .specialist-image-column {
  position: relative;
  height: 80% !important;
  min-height: 618px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: var(--specialist-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px 0 0 30px;
  box-shadow: 20px 20px 60px rgba(255, 255, 255, 0.9), 30px 30px 80px rgba(255, 255, 255, 0.7);
}
@media (max-width: 968px) {
  .course-landing-page .specialist-image-column {
    min-height: 600px;
  }
}
@media (max-width: 768px) {
  .course-landing-page .specialist-image-column {
    min-height: 325px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(255, 255, 255, 0.9);
  }
}
.course-landing-page .specialist-overlay {
  display: none;
}
.course-landing-page .testimonial-quote-mobile {
  display: none;
}
@media (max-width: 1000px) {
  .course-landing-page .testimonial-quote-mobile {
    display: block;
    grid-column: 1;
    position: relative;
    z-index: 2;
    text-align: left;
    padding: 20px;
    background: #ffffff;
  }
  .course-landing-page .testimonial-quote-mobile .quote-text {
    font-size: 24px;
    font-weight: 600;
    color: #b32046;
    margin-bottom: 8px;
    line-height: 1.4;
    text-align: left;
  }
}
@media (max-width: 1000px) and (max-width: 480px) {
  .course-landing-page .testimonial-quote-mobile .quote-text {
    font-size: 20px;
    text-align: left;
  }
}
@media (max-width: 1000px) {
  .course-landing-page .testimonial-quote-mobile .quote-author {
    font-size: 18px;
    color: #25215f;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
  }
}
@media (max-width: 1000px) and (max-width: 480px) {
  .course-landing-page .testimonial-quote-mobile .quote-author {
    font-size: 16px;
    text-align: left;
  }
}
.course-landing-page .specialist-content {
  position: relative;
  padding: 20px 0 0 0;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  text-align: right;
}
@media (max-width: 1000px) {
  .course-landing-page .specialist-content {
    /* padding: 40px 30px 100px; */
    border-radius: 0 0 20px 20px;
    text-align: left;
  }
}
.course-landing-page .specialist-bio {
  /* margin-bottom: 30px; */
  margin-top: -80px;
  font-size: 20px;
  line-height: 1.5;
  color: #25215f;
  padding-right: 40px;
  font-family: poppins-v2, sans-serif;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .course-landing-page .specialist-bio {
    margin-top: 0px;
    padding-right: 0;
    text-align: left;
  }
}
.course-landing-page .specialist-bio p {
  margin-bottom: 16px;
}
.course-landing-page .specialist-bio p:last-child {
  margin-bottom: 0;
}
.course-landing-page .specialist-bio p strong {
  color: #25215f;
  font-weight: bold;
}
.course-landing-page .specialist-bio p strong.bio-highlight {
  font-size: 21px;
  font-family: poppins-v2, sans-serif;
}
.course-landing-page .specialist-bio em {
  font-style: normal;
}
.course-landing-page .brand-logo {
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .course-landing-page .brand-logo {
    text-align: left;
  }
}
.course-landing-page .bio-tagline {
  margin: 0;
  padding-right: 45px;
  text-align: right;
}
@media (max-width: 1000px) {
  .course-landing-page .bio-tagline {
    padding-right: 0;
    text-align: left;
  }
}
.course-landing-page .bio-tagline h3 {
  font-size: 30px;
  font-weight: 700;
  color: #c1105e;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .course-landing-page .bio-tagline h3 {
    font-size: 18px;
  }
}
.course-landing-page .trust-badges {
  position: absolute;
  bottom: -120px;
  right: -20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 600px;
  padding-right: 30px;
  z-index: 3;
}
@media (max-width: 1024px) {
  .course-landing-page .trust-badges {
    right: -10px;
    bottom: -30px;
    padding-right: 20px;
  }
}
@media (max-width: 1000px) {
  .course-landing-page .trust-badges {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    max-width: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
@media (max-width: 480px) {
  .course-landing-page .trust-badges {
    gap: 8px;
  }
}
.course-landing-page .trust-badges .badge-wrapper {
  position: relative;
  display: inline-block;
  margin: 0;
}
@media (max-width: 768px) {
  .course-landing-page .trust-badges .badge-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.course-landing-page .trust-badges .badge-wrapper.badge-with-tooltip .badge-tooltip {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
  background: #ffffff;
  border: 4px solid #cbd5e0;
  padding: 10px 20px 10px 17px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  white-space: normal;
  width: 260px;
  font-size: 18px;
  line-height: 1.5;
  color: #2D3747;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
  pointer-events: none;
  text-align: center;
}
.course-landing-page .trust-badges .badge-wrapper.badge-with-tooltip .badge-tooltip::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-left-color: #cbd5e0;
}
.course-landing-page .trust-badges .badge-wrapper.badge-with-tooltip .badge-tooltip::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%) translateX(-2px);
  border: 6px solid transparent;
  border-left-color: #ffffff;
  z-index: 1;
}
@media (max-width: 768px) {
  .course-landing-page .trust-badges .badge-wrapper.badge-with-tooltip .badge-tooltip {
    width: 240px;
    font-size: 12px;
  }
}
.course-landing-page .trust-badges .badge-wrapper.badge-with-tooltip:hover .badge-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(-5px);
}
.course-landing-page .trust-badges .badge-logo {
  padding-right: 28px;
  height: 100px;
  width: auto;
  object-fit: cover;
  cursor: pointer;
  background-color: transparent;
  flex-shrink: 0;
}
.course-landing-page .trust-badges .badge-logo:hover {
  transform: scale(1.05);
}
@media (max-width: 1000px) {
  .course-landing-page .trust-badges .badge-logo {
    padding-right: 10px;
    height: 70px;
  }
}
@media (max-width: 768px) {
  .course-landing-page .trust-badges .badge-logo {
    height: 65px;
  }
}
@media (max-width: 480px) {
  .course-landing-page .trust-badges .badge-logo {
    height: 55px;
  }
}
.course-landing-page .course-footer-black {
  background: #000000;
  padding: 60px 20px 40px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .course-landing-page .course-footer-black {
    padding: 50px 20px 30px;
    margin-top: 60px;
  }
}
.course-landing-page .course-footer-black .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.course-landing-page .course-footer-black .footer-logo-container {
  position: relative;
  display: inline-block;
  margin-bottom: 32px;
}
.course-landing-page .course-footer-black .footer-logo-container .footer-logo {
  height: 50px;
  width: auto;
  filter: brightness(0) invert(1);
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (max-width: 480px) {
  .course-landing-page .course-footer-black .footer-logo-container .footer-logo {
    height: 40px;
  }
}
.course-landing-page .course-footer-black .footer-logo-container .logo-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) scale(0.95);
  background: white;
  color: #2d3748;
  padding: 16px 20px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
}
.course-landing-page .course-footer-black .footer-logo-container .logo-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: white;
}
@media (max-width: 768px) {
  .course-landing-page .course-footer-black .footer-logo-container .logo-tooltip {
    white-space: normal;
    max-width: 280px;
    font-size: 13px;
  }
}
.course-landing-page .course-footer-black .footer-logo-container:hover .logo-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scale(1.05);
}
.course-landing-page .course-footer-black .footer-social-icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 480px) {
  .course-landing-page .course-footer-black .footer-social-icons {
    gap: 20px;
  }
}
.course-landing-page .course-footer-black .footer-social-icons a {
  color: white;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
}
.course-landing-page .course-footer-black .footer-social-icons a:hover {
  opacity: 0.7;
}
.course-landing-page .course-footer-black .footer-social-icons a svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 480px) {
  .course-landing-page .course-footer-black .footer-social-icons a svg {
    width: 20px;
    height: 20px;
  }
}
.course-landing-page .course-footer-black .footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .course-landing-page .course-footer-black .footer-links {
    gap: 12px;
  }
}
.course-landing-page .course-footer-black .footer-links a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.3s ease;
}
.course-landing-page .course-footer-black .footer-links a:hover {
  opacity: 0.7;
}
@media (max-width: 480px) {
  .course-landing-page .course-footer-black .footer-links a {
    font-size: 13px;
  }
}
.course-landing-page .course-footer-black .footer-links .separator {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}
@media (max-width: 480px) {
  .course-landing-page .course-footer-black .footer-links .separator {
    font-size: 13px;
  }
}
.course-landing-page .btn.loading {
  pointer-events: none;
  opacity: 0.6;
  position: relative;
}
.course-landing-page .btn.loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.course-landing-page .btn.loading span {
  opacity: 0;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media print {
  .course-landing-page .course-hero {
    min-height: auto;
    background: white !important;
  }
  .course-landing-page .hero-overlay {
    background: white !important;
  }
  .course-landing-page .course-footer-black {
    background: white !important;
    color: black !important;
    border-top: 1px solid #e2e8f0;
  }
}

.magic-login-screen {
  width: 100vw;
  min-height: calc(100vh - 77px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 42px 20px;
}
@media (max-width: 768px) {
  .magic-login-screen {
    padding: 24px 16px;
  }
}
.magic-login-screen .magic-login-container {
  max-width: 600px;
  width: 100%;
}
.magic-login-screen .tg-logo-main {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .magic-login-screen .tg-logo-main {
    margin-bottom: 32px;
  }
}
.magic-login-screen .tg-logo-main .tg-logo-icon {
  max-width: 200px;
  height: auto;
}
.magic-login-screen .magic-login-card {
  padding: 48px;
}
@media (max-width: 768px) {
  .magic-login-screen .magic-login-card {
    padding: 24px;
  }
}
@media (max-width: 480px) {
  .magic-login-screen .magic-login-card {
    padding: 16px;
  }
}
.magic-login-screen .magic-login-title {
  font-family: NotoSans, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #0B0C1A;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 768px) {
  .magic-login-screen .magic-login-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
  }
}
.magic-login-screen .magic-login-form {
  margin-bottom: 32px;
}
.magic-login-screen .magic-login-form .form-group {
  margin-bottom: 24px;
}
.magic-login-screen .magic-login-form .form-label {
  font-family: NotoSans, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0B0C1A;
  margin-bottom: 8px;
  display: block;
}
.magic-login-screen .magic-login-form .magic-email-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #BDBDC1;
  border-radius: 8px;
  font-family: NotoSans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #0B0C1A;
  background-color: #ffffff;
  transition: border-color 0.2s ease;
}
.magic-login-screen .magic-login-form .magic-email-input:focus {
  outline: none;
  border-color: #1D42C5;
  box-shadow: 0 0 0 3px rgba(29, 66, 197, 0.1);
}
.magic-login-screen .magic-login-form .magic-email-input::placeholder {
  color: #888990;
}
.magic-login-screen .magic-login-form .form-help-text {
  font-family: NotoSans, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #636369;
  margin-top: 8px;
  margin-bottom: 0;
}
.magic-login-screen .btn-magic-login {
  width: 100%;
  padding: 14px 24px;
  background-color: #CF1759;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-family: NotoSans, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.magic-login-screen .btn-magic-login:hover {
  background-color: #C2294D;
}
.magic-login-screen .btn-magic-login:active {
  background-color: #C2294D;
  transform: translateY(1px);
}
.magic-login-screen .btn-magic-login:disabled {
  background-color: #BDBDC1;
  cursor: not-allowed;
  transform: none;
}
@media (max-width: 768px) {
  .magic-login-screen .btn-magic-login {
    font-size: 16px;
    padding: 12px 20px;
  }
}
.magic-login-screen .magic-login-message {
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
  font-family: NotoSans, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.magic-login-screen .magic-login-message.success {
  background-color: #D4EDDA;
  color: #155724;
  border: 1px solid #C3E6CB;
}
.magic-login-screen .magic-login-message.error {
  background-color: #F8D7DA;
  color: #721C24;
  border: 1px solid #F5C6CB;
}
.magic-login-screen .traditional-login-link {
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid #BDBDC1;
}
.magic-login-screen .traditional-login-link p {
  font-family: NotoSans, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #636369;
  margin: 0;
}
.magic-login-screen .traditional-login-link p a {
  color: #CF1759;
  font-weight: 600;
  text-decoration: none;
}
.magic-login-screen .traditional-login-link p a:hover {
  text-decoration: underline;
}

.pre-screening-progress {
  background-color: #F9FBFD;
  padding: 50px 40px 85px 40px;
}
@media (max-width: 768px) {
  .pre-screening-progress {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pre-screening-progress h3 {
  font-family: NotoSans, sans-serif;
  font-size: 32px;
  color: #1D42C5;
  font-weight: 800;
  line-height: 38px;
}
.pre-screening-progress h3 .before-icon {
  margin-right: 12px;
}
.pre-screening-progress h3 .before-icon img {
  max-width: 30px;
}
.pre-screening-progress p {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  line-height: 24px;
}

.pre-screening-progress-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.pre-screening-progress-link:hover {
  text-decoration: none;
  color: inherit;
}
.pre-screening-progress-link:hover .continue-screening-button {
  background: rgb(170.28, 18.92, 73.212173913);
}

.screening-progress-container {
  margin-top: 40px;
}

.screening-progress-box {
  background: #888888;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .screening-progress-box {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
}

.progress-info {
  flex: 1;
  background: #FFFFFF;
  border-radius: 8px;
  max-width: 500px;
  width: 100%;
  padding: 20px;
}

.progress-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.progress-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .progress-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
  }
}

.progress-label {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
}
.progress-label .label-icon {
  max-width: 20px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .progress-label {
    justify-content: center;
  }
}

.progress-value {
  font-size: 16px;
  font-weight: 400;
  color: #1D42C5;
}

.continue-screening-button {
  background: #CF1759;
  color: #FFFFFF;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease;
  display: inline-block;
  align-self: flex-end;
}
@media (max-width: 768px) {
  .continue-screening-button {
    width: 100%;
    max-width: 500px;
    text-align: center;
    align-self: auto;
  }
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  z-index: 100001;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.video-modal.show {
  display: flex;
  opacity: 1;
}
.video-modal__container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}
@media (max-width: 768px) {
  .video-modal__container {
    padding-top: 0;
  }
}
.video-modal__content {
  width: 100%;
  position: relative;
  background: #000;
  border-radius: 8px;
  overflow: visible;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}
.video-modal__video {
  width: 100%;
  height: auto;
  display: block;
  max-height: calc(90vh - 70px);
  border-radius: 8px;
}
@media (max-width: 768px) {
  .video-modal__video {
    max-height: 90vh;
  }
}
.video-modal__close {
  position: absolute;
  top: -50px;
  right: 0;
  background: transparent;
  border: none;
  color: white;
  font-size: 36px;
  cursor: pointer;
  padding: 8px;
  line-height: 1;
  transition: transform 0.2s ease, opacity 0.2s ease;
  z-index: 100002;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-modal__close:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
.video-modal__close:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
.video-modal__close::before, .video-modal__close::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 3px;
  background: white;
  border-radius: 2px;
}
.video-modal__close::before {
  transform: rotate(45deg);
}
.video-modal__close::after {
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .video-modal__container {
    width: 95%;
  }
  .video-modal__close {
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }
  .video-modal__close::before, .video-modal__close::after {
    width: 20px;
    height: 2px;
  }
}

.navbar.navbar-expand-lg.navbar-dark {
  display: none;
}

.page-header {
  z-index: 100000;
  position: relative;
  background: #161624;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #1D42C5;
  z-index: 1;
  padding: 13px 20px;
}
.main-nav .main-nav-brand {
  display: inline-block;
}
.main-nav .main-nav-brand:focus {
  outline: 1px dotted white;
}
.main-nav .main-nav-brand .header-logo {
  width: 100%;
  max-width: 250px;
  height: auto;
}
.main-nav .main-nav-menu {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.main-nav .nav-container {
  position: relative;
  flex: 0 0 auto;
}
.main-nav .fluid-container {
  flex: 1 1 auto;
  padding: 0 10px;
}
.main-nav .fluid-container .user-desktop-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.main-nav .fluid-container .client-menu-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-nav .client-menu {
  position: relative;
  display: inline-block;
}
.main-nav #main-menu-dropdown {
  min-width: 240px;
}
.main-nav .main-nav-dropdown-content {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  border-radius: 8px;
  box-shadow: 0px 1px 4px #5A7BF2;
  background: white;
  padding: 4px 0;
  margin: 0;
  display: none;
}
.main-nav .main-nav-dropdown-content.open {
  display: block;
}
.main-nav .main-nav-dropdown-content li {
  list-style: none;
  padding: 0 4px;
}
.main-nav .main-nav-dropdown-content li.li-logout {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #BDBDC1;
}
.main-nav .main-nav-dropdown-content li.mobile-li-upgrade {
  display: none;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 10px;
}
.main-nav .main-nav-dropdown-content li.mobile-li-upgrade .pill-cta.red {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 10px;
}
.main-nav .main-nav-dropdown-content li.upsell-container {
  margin-top: 4px;
  padding: 10px 20px 0;
  border-top: 1px solid #BDBDC1;
}
.main-nav .main-nav-dropdown-content li.upsell-container .upsell-logo-container {
  margin-bottom: 10px;
  text-align: center;
}
.main-nav .main-nav-dropdown-content li.upsell-container .upsell-logo-container img {
  margin: 10px 0;
  width: 150px;
}
.main-nav .main-nav-dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 6px 10px;
  border-radius: 4px;
  background: transparent;
  transition: background 0.3s;
}
.main-nav .main-nav-dropdown-item .main-nav-icon {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-nav .main-nav-dropdown-item .subnav-toggle-icon {
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-nav .main-nav-dropdown-item .subnav-toggle-icon svg {
  width: 9px;
  transition: transform 0.1s;
}
.main-nav .main-nav-dropdown-item .subnav-toggle-icon.open svg {
  transform: rotate(180deg);
}
.main-nav .main-nav-dropdown-item i, .main-nav .main-nav-dropdown-item svg {
  color: #7D7E85;
  transition: color 0.3s;
}
.main-nav .main-nav-dropdown-item span {
  margin-left: 10px;
  white-space: nowrap;
  font-family: NotoSans-medium, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}
.main-nav .main-nav-dropdown-item:hover {
  background: #E4EAF6;
}
.main-nav .main-nav-dropdown-item:hover span {
  font-weight: 700;
  color: #1D42C5;
}
.main-nav .main-nav-dropdown-item:hover i, .main-nav .main-nav-dropdown-item:hover svg {
  color: #1D42C5;
}
.main-nav .dropdown-subnav {
  margin-left: 20px;
  display: none;
}
.main-nav .dropdown-subnav.open {
  display: block;
}
.main-nav .dropdown-subnav li:last-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.main-nav .pill-cta {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
  background: #282833;
  border: 1px solid black;
  color: white;
  font-size: 14px;
  font-weight: 600;
}
.main-nav .pill-cta.active, .main-nav .pill-cta:hover {
  text-decoration: underline;
}
.main-nav .pill-cta.light {
  background: #45455A;
}
.main-nav .pill-cta.red {
  background: rgb(207, 85, 112);
  background: linear-gradient(90deg, rgb(207, 85, 112) 0%, rgb(181, 57, 81) 80%);
}
.main-nav .avatar-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 3px;
}
.main-nav .avatar-cta:after {
  content: "";
  margin-left: 0.255em;
  border-top: 5px solid white;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 0;
}
.main-nav .avatar-cta:focus {
  outline: 1px dotted white;
}
.main-nav .avatar {
  background: linear-gradient(91.66deg, #170E7E 0%, #491FEF 100%);
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
}
.main-nav .avatar span {
  font-family: NotoSans, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.main-nav .hamburger-menu {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}
.main-nav .hamburger-menu #hamburger-lines {
  display: block;
}
.main-nav .hamburger-menu #hamburger-x {
  display: none;
}
.main-nav .hamburger-menu.open #hamburger-lines {
  display: none;
}
.main-nav .hamburger-menu.open #hamburger-x {
  display: block;
}
.main-nav .upsell-cta {
  padding: 6px 10px;
  margin-bottom: 10px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  border: 1px solid #DC4569;
  background: white;
  color: black;
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .main-nav {
    flex-direction: row;
    align-items: space-between;
    padding: 10px 20px;
    gap: 20px;
  }
  .main-nav.with-client-menu {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-nav .main-nav-menu {
    width: 100%;
  }
  .main-nav .fluid-container {
    padding-left: 0;
    justify-content: flex-start;
  }
  .main-nav .fluid-container .user-desktop-menu {
    display: none;
  }
  .main-nav .fluid-container .client-menu-container {
    justify-content: flex-start;
  }
  .main-nav .fluid-container, .main-nav .nav-container, .main-nav .client-menu {
    position: unset;
  }
  .main-nav .main-nav-dropdown-content {
    top: calc(100% - 2px);
    left: 0;
    right: 0;
    box-shadow: none;
    background-color: #161624;
    border-radius: 0;
    border-bottom: 2px solid #1D42C5;
  }
  .main-nav .main-nav-dropdown-content li.li-logout {
    border-color: #050519;
  }
  .main-nav .main-nav-dropdown-content li {
    padding: 0 20px;
  }
  .main-nav .main-nav-dropdown-content li.mobile-li-upgrade {
    display: block;
  }
  .main-nav .main-nav-dropdown-content li.upsell-container {
    padding-top: 10px;
    border-color: #050519;
  }
  .main-nav .main-nav-dropdown-item {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .main-nav .main-nav-dropdown-item i, .main-nav .main-nav-dropdown-item svg, .main-nav .main-nav-dropdown-item span {
    color: #FFF;
  }
  .main-nav .main-nav-dropdown-item:hover {
    background: transparent;
  }
  .main-nav .main-nav-dropdown-item:hover i, .main-nav .main-nav-dropdown-item:hover svg, .main-nav .main-nav-dropdown-item:hover span {
    color: #FFF;
  }
  .main-nav .avatar-cta:after {
    display: none;
  }
  .main-nav .avatar {
    display: none;
  }
  .main-nav .hamburger-menu {
    display: flex;
  }
  .main-nav .upsell-cta {
    background-color: #282833;
    color: #FFF;
  }
}
.tooltip2 {
  position: relative;
  cursor: pointer;
}
.tooltip2 svg path {
  fill: #888;
}
.tooltip2 .tooltip2-modal {
  display: none;
  position: absolute;
  top: 0px;
  left: calc(100% + 10px);
  width: 520px;
  max-width: calc(100vw - 20px);
  background-color: rgb(62, 62, 66);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  z-index: 100;
  cursor: initial;
}
.tooltip2 .tooltip2-modal > .inner {
  padding: 16px;
  padding-top: 32px;
  position: relative;
  white-space: normal;
  display: block;
}
.tooltip2 .tooltip2-modal > .inner .learn-more {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.tooltip2 .tooltip2-modal > .inner .learn-more a {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.tooltip2 .tooltip2-modal > .inner .learn-more a:hover {
  color: #fff;
}
.tooltip2 .tooltip2-modal > .inner .closer {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
.tooltip2 .tooltip2-modal.small {
  width: auto;
}
.tooltip2 .tooltip2-modal.small .inner {
  white-space: nowrap;
}
.tooltip2 .tooltip2-modal.small.wrapit .inner {
  white-space: normal;
}
.tooltip2.showtip .tooltip2-modal {
  display: block;
}

body.treatment-map-page .wrapper {
  background: radial-gradient(118.78% 91.26% at 87.92% 26.33%, rgba(255, 136, 243, 0.2) 0%, rgba(255, 136, 243, 0) 100%), radial-gradient(177.87% 106.02% at 12.12% 9.35%, rgba(45, 78, 255, 0.2) 0%, rgba(242, 174, 186, 0) 100%), #EEF2FE;
}

.container-footer {
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
}

.container-tm {
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  border-radius: 10px;
  background-color: #F9FBFD;
  box-shadow: 0px 0px 16px rgba(172, 185, 226, 0.5);
}
@media (max-width: 1312px) {
  .container-tm {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
}

.before_icon {
  padding-right: 10px;
}

.d-only {
  display: flex;
}
@media (max-width: 768px) {
  .d-only {
    display: none !important;
  }
}

.m-only {
  display: none;
}
@media (max-width: 768px) {
  .m-only {
    display: flex !important;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 2px solid #1D42C5;
  background-color: #161624;
  color: #fff;
  position: relative;
  height: 60px;
}
.header__upgrade {
  display: flex;
}
.header__logo {
  font-size: 32px;
  color: #fff;
  line-height: 34px;
  padding: 25px;
  max-width: 250px;
}
.header__nav {
  display: flex;
  gap: 60px;
}
.header__nav__item {
  height: 60px;
}
.header__nav__item.active {
  border-bottom: 6px solid #CF1759;
}
.header__nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  height: 60px;
  display: flex;
  transition: opacity 0.3s;
  justify-content: center;
  align-items: center;
}
.header__nav a:hover {
  opacity: 0.7;
  color: #fff;
}
.header__profile {
  display: flex;
  width: 30px;
  height: 30px;
  padding: 5px;
  line-height: 15px;
  display: inline-block;
  margin-top: 2px;
  text-align: center;
  background: linear-gradient(91.66deg, #170E7E 0%, #491FEF 100%);
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  font-size: 12px;
}
.header__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
}
.header__toggle-icon {
  width: 25px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #161624;
    padding: 10px 0;
  }
  .header__nav a {
    padding: 10px;
    font-size: 1rem;
    margin: 0 30px;
    display: block;
  }
  .header__toggle {
    display: block;
  }
  .header.is-open .header__nav {
    display: flex;
  }
}

.welcome-section {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  background: linear-gradient(to right, #170E7E, #491FEF);
  border-radius: 8px;
  color: #fff;
}
.welcome-section .welcome-text {
  max-width: 60%;
}
.welcome-section .welcome-text h2 {
  font-family: NotoSans, sans-serif;
  color: #fff;
  font-weight: 800;
  font-size: 32px;
  line-height: 38px;
}
.welcome-section .welcome-text p {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.welcome-section .welcome-text .video-button {
  padding: 10px 20px;
  background: linear-gradient(to left, #C2294D, #E34D71);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.welcome-section .welcome-text .video-button:hover {
  background: linear-gradient(to left, rgb(151.8978723404, 32.1021276596, 60.2893617021), rgb(218.6116504854, 34.3883495146, 78.6019417476));
}
.welcome-section .user-image {
  max-width: 30%;
  border-radius: 8px;
}

.hero {
  background: linear-gradient(135deg, #170E7E, #491FEF);
  color: #fff;
  padding: 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1312px) {
  .hero {
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hero__content {
  display: flex;
  gap: 20px;
  justify-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.hero__text {
  max-width: 720px;
  margin: 0 auto;
}
.hero.back .hero__content {
  flex-direction: row;
}
.hero.back .hero__content .hero__text {
  text-align: left;
}
.hero.back .hero__content .hero__video-wrapper {
  margin-top: 0;
}
@media (max-width: 768px) {
  .hero.back .hero__content {
    flex-direction: column;
  }
}
.hero h1 {
  font-family: NotoSans, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
  color: #fff;
}
.hero p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.hero__video-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}
.hero__video-wrapper .hero__video-thumbnail {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
.hero__video-wrapper .hero__video-thumbnail:hover {
  transform: scale(1.1);
}
.hero__video-wrapper:hover img {
  transform: scale(1.1);
}
.hero__video-wrapper .hero__video-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 16px;
  width: 80px;
  height: 80px;
  background: rgba(11, 12, 26, 0.6);
  color: #fff;
  border: none;
  border-radius: 100px;
  font-size: 1rem;
  cursor: pointer;
  align-items: center;
  gap: 5px;
  top: 35%;
  transition: background-color 0.3s;
}
.hero__video-wrapper .hero__video-button:hover {
  background-color: rgb(151.8978723404, 32.1021276596, 60.2893617021);
}
.hero__video-wrapper .hero__video-button span {
  font-weight: bold;
}

.info-icon {
  display: inline-block;
  margin-left: 8px;
  position: relative;
  font-size: 16px;
  color: #3b82f6;
  cursor: pointer;
}
.info-icon:hover .custom-tooltip {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  transform: translateY(0);
}
.info-icon .custom-tooltip {
  position: absolute;
  top: 2rem;
  left: -17rem;
  transform: translateX(-50%) translateY(10px);
  background-color: #333;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  width: 30rem;
  height: auto;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.info-icon .custom-tooltip p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #FFFFFF;
}
.info-icon .custom-tooltip a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  display: block;
  margin-top: 5px;
  text-decoration: underline;
}
.info-icon .custom-tooltip::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
}

.psychometric-scores {
  background-color: #ffffff;
  padding: 80px 40px 85px 40px;
}
@media (max-width: 768px) {
  .psychometric-scores {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.psychometric-scores h3 {
  font-family: NotoSans, sans-serif;
  font-size: 32px;
  color: #1D42C5;
  font-weight: 800;
  line-height: 38px;
}
.psychometric-scores p {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  line-height: 24px;
}
.psychometric-scores a {
  font-size: 16px;
  color: #CF1759;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
}
.psychometric-scores .legend {
  display: flex;
  background-color: #F2F2F3;
  margin-top: 2rem;
  gap: 30px;
  padding: 20px 10px;
  flex-wrap: wrap;
}
.psychometric-scores .legend .lable {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 20px;
  flex-basis: 100%;
}
.psychometric-scores .legend div {
  display: flex;
  gap: 10px;
}
.psychometric-scores .legend div p {
  font-size: 14px;
  font-weight: 500;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.psychometric-scores .legend div .whisker {
  max-width: 64px;
}
.psychometric-scores .legend div .m-population {
  max-width: 40px;
}
.psychometric-scores .legend div .average {
  max-width: 20px;
}
.psychometric-scores .legend div .score {
  max-width: 16px;
}
@media (max-width: 768px) {
  .psychometric-scores .legend div {
    flex-wrap: wrap;
    gap: 10px;
  }
  .psychometric-scores .legend div .lable {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
  .psychometric-scores .legend div div {
    flex: 1 1 calc(50% - 10px);
    margin-bottom: 10px;
  }
}
.psychometric-scores .legend p {
  margin-bottom: 0;
}
.psychometric-scores .scale-section {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 65px;
}
.psychometric-scores .scale-section .scale {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .psychometric-scores .scale-section .scale {
    flex-direction: column;
  }
}
.psychometric-scores .scale-section .scale .scale-info {
  flex-basis: 36.28%;
}
@media (max-width: 768px) {
  .psychometric-scores .scale-section .scale .scale-info {
    flex-basis: auto;
  }
}
.psychometric-scores .scale-section .scale .scale-info .scale-title {
  flex: 1;
  font-family: NotoSans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}
.psychometric-scores .scale-section .scale .scale-info .scale-title .tooltip2-container {
  white-space: nowrap;
  display: inline-block;
}
.psychometric-scores .scale-section .scale .scale-info .scale-title .tooltip2-container .tooltip2 {
  display: inline-block;
  margin-left: 10px;
}
.psychometric-scores .scale-section .scale .scale-info .score {
  font-family: NotoSans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #000;
  margin-top: 5px;
}
.psychometric-scores .scale-section .scale .whisker-box {
  flex-basis: 63.72%;
  height: 24px;
  position: relative;
}
@media (max-width: 768px) {
  .psychometric-scores .scale-section .scale .whisker-box {
    flex-basis: auto;
    margin-top: 36px;
  }
}
.psychometric-scores .scale-section .scale .whisker-box .actual-scale {
  display: block;
  width: 100%;
  position: relative;
}
.psychometric-scores .scale-section .scale .whisker-box .actual-scale .whisker {
  position: relative;
  height: 1px;
  background-color: #8B9AD0;
  border-radius: 5px;
  top: 10px;
  width: 76.56%;
  left: 50%;
  transform: translate(-50%, 0);
}
.psychometric-scores .scale-section .scale .whisker-box .actual-scale .whisker > .inner {
  width: 100%;
  position: relative;
}
.psychometric-scores .scale-section .scale .whisker-box .actual-scale .whisker > .inner .start-label,
.psychometric-scores .scale-section .scale .whisker-box .actual-scale .whisker > .inner .end-label {
  position: absolute;
  bottom: -35px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.psychometric-scores .scale-section .scale .whisker-box .actual-scale .whisker > .inner .start-label {
  left: 0;
  transform: translateX(-50%);
}
.psychometric-scores .scale-section .scale .whisker-box .actual-scale .whisker > .inner .end-label {
  right: 0;
  transform: translateX(50%);
}
.psychometric-scores .scale-section .scale .whisker-box .actual-scale .whisker > .inner::before, .psychometric-scores .scale-section .scale .whisker-box .actual-scale .whisker > .inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #D1DFFA;
}
.psychometric-scores .scale-section .scale .whisker-box .actual-scale .whisker > .inner::before {
  left: 0;
}
.psychometric-scores .scale-section .scale .whisker-box .actual-scale .whisker > .inner::after {
  right: 0;
}
.psychometric-scores .scale-section .scale .whisker-box .actual-scale .box {
  position: absolute;
  height: 20px;
  background-color: #f5a25d;
  border-radius: 5px;
}
.psychometric-scores .scale-section .scale .whisker-box .actual-scale .average {
  position: absolute;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: bold;
  color: #888;
  text-align: center;
}
.psychometric-scores .scale-section .scale .whisker-box .actual-scale .average .svg-icon {
  position: relative;
  display: block;
  height: 40px;
  margin: 0 auto;
  /* Center the SVG */
  top: 0px;
  margin-bottom: 5px;
}
.psychometric-scores .scale-section .scale .whisker-box .actual-scale .average .info-icon {
  display: inline-block;
  margin-left: 8px;
  position: relative;
  font-size: 16px;
  color: #3b82f6;
  cursor: pointer;
}
.psychometric-scores .scale-section .scale .whisker-box .actual-scale .average .info-icon:hover .custom-tooltip {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  transform: translateY(0);
}
.psychometric-scores .scale-section .scale .whisker-box .actual-scale .average .info-icon .custom-tooltip {
  position: absolute;
  top: 2rem;
  left: -17rem;
  transform: translateX(-50%) translateY(10px);
  background-color: #333;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  width: 30rem;
  height: auto;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.psychometric-scores .scale-section .scale .whisker-box .actual-scale .average .info-icon .custom-tooltip p {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #FFFFFF;
}
.psychometric-scores .scale-section .scale .whisker-box .actual-scale .average .info-icon .custom-tooltip a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  display: block;
  margin-top: 5px;
  text-decoration: underline;
}
.psychometric-scores .scale-section .scale .whisker-box .actual-scale .average .info-icon .custom-tooltip::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
}
.psychometric-scores .scale-section .scale .whisker-box .actual-scale .score-marker {
  position: absolute;
  top: -18px;
  /* Position the score above the whisker */
  transform: translateX(-50%);
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #3b82f6;
}
.psychometric-scores .scale-section .scale .whisker-box .actual-scale .score-marker .score-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -5px;
  width: 25px;
}
.psychometric-scores .scale-section .scale .whisker-box .actual-scale .score-marker .score-content .score-svg {
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
  display: block;
}
.psychometric-scores .scale-section .scale .whisker-box .actual-scale .score-marker .score-content .score-text {
  font-size: 14px;
  font-weight: 700;
  color: #3b82f6;
}

.insights {
  background-color: #333;
  padding: 80px 30px;
  color: #fff;
}
@media (max-width: 768px) {
  .insights {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.insights__title {
  font-family: NotoSans, sans-serif;
  display: flex;
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
  color: #fff;
}
.insights__card {
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 35px;
}
.insights__card:hover {
  box-shadow: inset 0 6px 12px rgba(0, 0, 0, 0.2);
  background-color: #f9f9f9;
}
@media (max-width: 768px) {
  .insights__card {
    flex-direction: column;
    margin-top: 20px;
    padding: 0;
  }
}
.insights__image {
  position: relative;
  flex: 0 0 204px;
  max-width: 204px;
  max-height: 280px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .insights__image {
    max-width: 100%;
  }
}
.insights__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.insights__image img:hover {
  transform: scale(1.1);
}
.insights__image .insights__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 66, 197, 0.4);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.insights__image .insights__number {
  color: #fff;
  font-family: NotoSans, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 76px;
}
@media (max-width: 768px) {
  .insights__image {
    width: 100%;
    height: auto;
    max-height: 200px;
  }
}
.insights__content {
  flex: 1;
  padding: 0px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.insights__content h3 {
  font-family: NotoSans, sans-serif;
  color: #000;
  font-weight: 900;
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
}
.insights__content p {
  font-size: 0.9rem;
  margin: 10px 0;
  line-height: 1.4;
  color: #0B0C1A;
}
.insights__content a {
  color: #1D42C5;
  font-size: 16px;
  text-decoration: underline;
  line-height: 24px;
  font-weight: 700;
}
.insights__content a:hover {
  text-decoration: underline;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .insights__content {
    padding: 10px;
    width: 100%;
  }
}
.insights__badge {
  position: absolute;
  top: -15px;
  right: 15px;
  width: 120px;
  height: 32px;
  background-color: #FFF4E8;
  color: #333;
  padding: 2px 8px;
  border-radius: 5px;
  font-family: NotoSans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.insights__badge svg {
  margin-right: 5px;
}
.insights__badge__completed {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  z-index: 10;
}
.insights__badge__completed img {
  width: 100%;
  height: auto;
}
.insights__internal {
  border-left: 4px #BDBDC1 solid;
  padding-left: 10px;
}
.insights__internal .expand_link {
  color: #888;
  text-decoration: underline;
  font-weight: 700px;
  font-size: 14px;
  line-height: 20px;
}
.insights__internal .expand_link:hover {
  cursor: pointer;
}
.insights__research {
  padding: 10px;
  padding-left: 14px;
}

.next-steps {
  padding: 100px 40px;
  background-color: #F9FBFD;
}
@media (max-width: 768px) {
  .next-steps {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.next-steps h3 {
  font-family: NotoSans, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 38px;
  color: #1D42C5;
}
.next-steps-content {
  max-width: 960px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.next-steps .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .next-steps .content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
  }
}
.next-steps .left-section {
  position: relative;
  flex: 1;
  max-width: 740px;
  object-fit: cover;
  overflow: hidden;
}
@media (min-width: 769px) {
  .next-steps .left-section {
    max-width: none;
    max-height: 640px;
  }
}
@media (max-width: 768px) {
  .next-steps .left-section {
    flex: 0 0 100%;
    max-height: 420px;
  }
}
.next-steps .left-section .image-overlay {
  position: relative;
  height: 100%;
}
@media (min-width: 769px) {
  .next-steps .left-section .image-overlay {
    max-height: 640px;
  }
}
.next-steps .left-section .image-overlay .main-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
@media (min-width: 769px) {
  .next-steps .left-section .image-overlay .main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.next-steps .left-section .image-overlay:hover .main-image {
  transform: scale(1.1);
  /* Slight zoom-in effect */
}
.next-steps .left-section .image-overlay .overlay-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.next-steps .left-section .image-overlay .overlay-content {
  position: absolute;
  bottom: 15%;
  left: 20px;
  color: #fff;
  max-width: 350px;
}
@media (max-width: 768px) {
  .next-steps .left-section .image-overlay .overlay-content {
    top: 5%;
    bottom: inherit;
  }
}
.next-steps .left-section .image-overlay .overlay-content h2 {
  font-family: NotoSans, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 54.48px;
  margin: 0 0 10px;
  color: #fff;
}
.next-steps .left-section .image-overlay .overlay-content p {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}
.next-steps .left-section .image-overlay .overlay-content .cta-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  width: 120px;
  color: #fff;
  background: linear-gradient(91.66deg, #E34D71 0%, #C2294D 100%);
  text-decoration: none;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
}
.next-steps .left-section .image-overlay .overlay-content .cta-button:hover {
  background: linear-gradient(91.66deg, rgb(196.5776699029, 30.9223300971, 70.6796116505) 0%, rgb(130.8468085106, 27.6531914894, 51.9340425532) 100%);
}
@media (max-width: 768px) {
  .next-steps .left-section .image-overlay .overlay-content .cta-button {
    background: transparent;
    border: 1px solid #fff;
  }
}
.next-steps .right-section {
  flex: 1;
}
.next-steps .right-section h3 {
  font-family: NotoSans, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
  color: #1D42C5;
  display: flex;
  align-items: center;
}
.next-steps .right-section h3 .before-icon {
  margin-right: 12px;
}
.next-steps .right-section h3 .before-icon img {
  max-width: 30px;
}
.next-steps .right-section-content {
  max-width: 350px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 30px;
}
.next-steps .right-section .step-item-container {
  display: flex;
  flex-direction: column;
  counter-reset: step-item;
}
.next-steps .right-section .step-item-container .best-next-step {
  background: linear-gradient(to right, #E34D71, #1D42C5);
  margin-bottom: 0;
  border-radius: 5px 5px 0px 0px;
}
.next-steps .right-section .step-item-container .best-next-step img {
  height: 24px;
  width: auto;
}
.next-steps .right-section .step-item-container .best-next-step span {
  color: #fff;
  padding-left: 10px;
  font-weight: 700;
}
.next-steps .right-section .step-item {
  display: flex;
  align-items: flex-start;
  border: 1px solid #eee;
  border-bottom: 3px solid #BDBDC1;
  padding: 16px;
  position: relative;
  transition: transform 0.2s ease-in-out;
}
.next-steps .right-section .step-item.active {
  background-color: #EDEAFF;
}
.next-steps .right-section .step-item.active::after {
  color: #fff;
}
.next-steps .right-section .step-item.completed .completion-bedge {
  position: absolute;
  max-width: 40px;
  max-height: 40px;
  right: 10px;
}
.next-steps .right-section .step-item.completed::after {
  content: "";
}
.next-steps .right-section .step-item:hover {
  transform: scaleX(1.02);
}
.next-steps .right-section .step-item:hover .dive-in {
  display: block !important;
  opacity: 1;
}
.next-steps .right-section .step-item .step-image {
  margin-right: 16px;
}
.next-steps .right-section .step-item .step-image img {
  max-width: 80px;
  height: auto;
  border-radius: 4px;
}
.next-steps .right-section .step-item .step-content .completed-on {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #888990;
}
.next-steps .right-section .step-item .step-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #1D42C5;
}
.next-steps .right-section .step-item .step-content p {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  margin: 8px 0;
}
.next-steps .right-section .step-item .step-content .dive-in {
  display: none;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 600;
  color: #E34D71;
  text-decoration: underline;
}
.next-steps .right-section .step-item .step-content .dive-in:hover {
  color: rgb(196.5776699029, 30.9223300971, 70.6796116505);
  opacity: 1;
}
.next-steps .right-section .step-item::after {
  content: counter(step-item);
  counter-increment: step-item;
  position: absolute;
  bottom: -25px;
  right: 4px;
  z-index: 0;
  color: #eee;
  font-size: 92px;
  font-weight: bold;
  text-align: center;
}

.faq {
  margin-top: 40px;
  background-color: #E4EAF6;
  padding: 20px 40px;
  padding-bottom: 60px;
  border-radius: 8px;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .faq {
    margin: 0;
    border-radius: 0;
    padding: 40px 20px;
  }
}
.faq h3 {
  font-family: NotoSans, sans-serif;
  color: #1D42C5;
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.faq h3 .before-icon {
  margin-right: 10px;
}
.faq h3 .before-icon img {
  width: 24px;
  height: auto;
}
.faq .faq-item {
  border-bottom: 1px solid #DDD;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
}
.faq .faq-item:last-child {
  border-bottom: none;
}
.faq .faq-item .faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  padding: 10px 20px;
  cursor: pointer;
  outline: none;
}
.faq .faq-item .faq-question:hover {
  background: hsl(220, 50%, 102.9411764706%);
}
.faq .faq-item .faq-question .faq-toggle-icon {
  font-size: 18px;
  color: #666;
  transition: transform 0.3s;
}
.faq .faq-item .faq-answer {
  display: none;
  padding: 10px 20px;
  background: #fff;
  border-radius: 4px;
  margin-top: 5px;
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
.faq .faq-item.open .faq-answer {
  display: block;
}
.faq .faq-item.open .faq-toggle-icon {
  transform: rotate(45deg);
}

.footer {
  padding: 20px 0;
  text-align: center;
}
.footer .footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .footer .footer-content {
    justify-content: space-between;
  }
}
.footer .footer-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #1D42C5;
  margin: 0;
}
.footer .footer-links {
  display: flex;
  gap: 15px;
}
.footer .footer-links a {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #1D42C5;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer .footer-links a:hover {
  color: rgb(22.4557522124, 51.1061946903, 152.5442477876);
}

body.woocommerce-checkout .footer .footer-text, body.woocommerce-checkout .footer .footer-links a {
  color: grey;
}
body.woocommerce-checkout .footer .footer-links a:hover {
  text-decoration: underline;
}

.teamshare-upgrade-pitch.upgrade-box.internal.floating {
  top: 150px;
  right: 50px;
  left: initial;
  max-width: 350px;
}

li.hip-upgrade-plus {
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 25px;
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
}

.hip-upgrade-plus img {
  width: 20px;
  height: 20px;
}

.hip-upgrade-plus a#plus-upgrade {
  color: #ffffff;
  padding: 10px 15px;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
  background-image: linear-gradient(90deg, rgb(207, 85, 112) 0%, rgb(181, 57, 81) 80%);
  cursor: pointer;
  font-family: NotoSans, sans-serif;
  font-weight: 700;
}
.hip-upgrade-plus a#plus-upgrade:hover {
  text-decoration: underline;
}

.page-header .navbar-dark .navbar-nav .nav-link {
  font-family: NotoSans, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 49px;
  color: #FFFFFF;
  margin-right: 20px;
}
.page-header .navbar-dark .navbar-nav .nav-link:not(.dropdown-toggle):hover {
  text-decoration: underline;
}

/*# sourceMappingURL=main.css.map */
