@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .schv-bottom-content{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .schv-bottom-content, .tc-wp-content-root .schv-bottom-content div, .tc-wp-content-root .schv-bottom-content section, .tc-wp-content-root .schv-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .schv-bottom-content .schv-section{
  position: relative;
}.tc-wp-content-root .schv-bottom-content .schv-section-white{
  background: #ffffff;
}.tc-wp-content-root .schv-bottom-content .schv-section-soft{
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 252, 78, 0.18), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(0, 196, 255, 0.10), transparent 30%),
    #f8fafc;
}.tc-wp-content-root .schv-bottom-content .schv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .schv-bottom-content .schv-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .schv-bottom-content .schv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 214, 10, 0.45);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 252, 78, 0.22), rgba(0, 196, 255, 0.10));
  color: #354052;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .schv-bottom-content .schv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fffc4e, #00c4ff);
  box-shadow: 0 0 0 5px rgba(255, 252, 78, 0.20);
}.tc-wp-content-root .schv-bottom-content .schv-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .schv-bottom-content .schv-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5b6475;
  line-height: 1.72;
}.tc-wp-content-root .schv-bottom-content .schv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .schv-bottom-content .schv-card, .tc-wp-content-root .schv-bottom-content .schv-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 252, 78, 0.58), rgba(0, 196, 255, 0.34), rgba(255, 255, 255, 0.2)) border-box;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .schv-bottom-content .schv-card::after, .tc-wp-content-root .schv-bottom-content .schv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 252, 78, 0.10), transparent 42%, rgba(0, 196, 255, 0.07));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .schv-bottom-content .schv-card:hover, .tc-wp-content-root .schv-bottom-content .schv-trust-card:hover, .tc-wp-content-root .schv-bottom-content .schv-step-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
  border-color: rgba(0, 196, 255, 0.34);
}.tc-wp-content-root .schv-bottom-content .schv-card:hover::after, .tc-wp-content-root .schv-bottom-content .schv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .schv-bottom-content .schv-card h3, .tc-wp-content-root .schv-bottom-content .schv-trust-card h3, .tc-wp-content-root .schv-bottom-content .schv-step-content h3{
  margin: 0;
  color: #152033;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .schv-bottom-content .schv-card p, .tc-wp-content-root .schv-bottom-content .schv-trust-card p, .tc-wp-content-root .schv-bottom-content .schv-step-content p, .tc-wp-content-root .schv-bottom-content .schv-note p{
  margin: 10px 0 0;
  color: #5b6475;
  line-height: 1.68;
}.tc-wp-content-root .schv-bottom-content .schv-icon{
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fffc4e, #00c4ff);
  box-shadow: 0 14px 28px rgba(0, 196, 255, 0.16);
}.tc-wp-content-root .schv-bottom-content .schv-icon::before, .tc-wp-content-root .schv-bottom-content .schv-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .schv-bottom-content .schv-card:hover .schv-icon::before{
  transform: translateX(2px) translateY(-2px);
}.tc-wp-content-root .schv-bottom-content .schv-icon-view::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #122033;
  border-radius: 14px;
}.tc-wp-content-root .schv-bottom-content .schv-icon-view::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #122033;
}.tc-wp-content-root .schv-bottom-content .schv-icon-speed::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #122033;
  border-radius: 50%;
  border-left-color: transparent;
}.tc-wp-content-root .schv-bottom-content .schv-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 24px;
  top: 22px;
  background: #122033;
  transform: rotate(-28deg);
  transform-origin: left center;
}.tc-wp-content-root .schv-bottom-content .schv-icon-preview::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border: 2px solid #122033;
  border-radius: 7px;
}.tc-wp-content-root .schv-bottom-content .schv-icon-preview::after{
  width: 10px;
  height: 3px;
  left: 18px;
  top: 22px;
  border-radius: 99px;
  background: #122033;
}.tc-wp-content-root .schv-bottom-content .schv-icon-easy::before{
  width: 20px;
  height: 12px;
  left: 13px;
  top: 17px;
  border-left: 3px solid #122033;
  border-bottom: 3px solid #122033;
  transform: rotate(-45deg);
}.tc-wp-content-root .schv-bottom-content .schv-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 15px;
  top: 11px;
  border: 2px solid #122033;
  border-radius: 7px;
}.tc-wp-content-root .schv-bottom-content .schv-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 28px;
  border-radius: 50%;
  background: #122033;
}.tc-wp-content-root .schv-bottom-content .schv-icon-daily::before{
  width: 22px;
  height: 20px;
  left: 12px;
  top: 14px;
  border: 2px solid #122033;
  border-radius: 8px;
}.tc-wp-content-root .schv-bottom-content .schv-icon-daily::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 22px;
  border-radius: 99px;
  background: #122033;
  box-shadow: 0 6px 0 #122033;
}.tc-wp-content-root .schv-bottom-content .schv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .schv-bottom-content .schv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .schv-bottom-content .schv-step-card::before{
  content: "";
  position: absolute;
  left: 33px;
  top: -18px;
  width: 2px;
  height: 18px;
  background: linear-gradient(180deg, transparent, rgba(0, 196, 255, 0.45));
}.tc-wp-content-root .schv-bottom-content .schv-step-card:first-child::before{
  display: none;
}.tc-wp-content-root .schv-bottom-content .schv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #fffc4e, #00c4ff);
  color: #111827;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0, 196, 255, 0.18);
}.tc-wp-content-root .schv-bottom-content .schv-badge-dot{
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fffc4e, #00c4ff);
  box-shadow: 0 0 0 8px rgba(255, 252, 78, 0.16);
}.tc-wp-content-root .schv-bottom-content .schv-trust-card{
  text-align: left;
}.tc-wp-content-root .schv-bottom-content .schv-trust-mark{
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fffc4e, #00c4ff);
  color: #101827;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0, 196, 255, 0.18);
}.tc-wp-content-root .schv-bottom-content .schv-note{
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(0, 196, 255, 0.22);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 252, 78, 0.14));
  text-align: center;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}.tc-wp-content-root .schv-bottom-content .schv-note p{
  margin: 0;
  color: #394456;
}.tc-wp-content-root .schv-bottom-content [data-schv-reveal]{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .schv-bottom-content .schv-is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .schv-bottom-content .schv-section{
    padding: 54px 0;
  }.tc-wp-content-root .schv-bottom-content .schv-container{
    padding: 0 14px;
  }.tc-wp-content-root .schv-bottom-content .schv-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .schv-bottom-content .schv-section-head p{
    font-size: 14.5px;
  }.tc-wp-content-root .schv-bottom-content .schv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .schv-bottom-content .schv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .schv-bottom-content .schv-card, .tc-wp-content-root .schv-bottom-content .schv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .schv-bottom-content .schv-card h3, .tc-wp-content-root .schv-bottom-content .schv-trust-card h3, .tc-wp-content-root .schv-bottom-content .schv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .schv-bottom-content .schv-card p, .tc-wp-content-root .schv-bottom-content .schv-trust-card p, .tc-wp-content-root .schv-bottom-content .schv-step-content p, .tc-wp-content-root .schv-bottom-content .schv-note p{
    font-size: 14px;
  }.tc-wp-content-root .schv-bottom-content .schv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .schv-bottom-content .schv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .schv-bottom-content .schv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .schv-bottom-content .schv-note{
    margin-top: 24px;
    padding: 20px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .schv-bottom-content .schv-section{
    padding: 60px 0;
  }.tc-wp-content-root .schv-bottom-content .schv-container{
    padding: 0 18px;
  }.tc-wp-content-root .schv-bottom-content .schv-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .schv-bottom-content .schv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .schv-bottom-content .schv-kicker{
    font-size: 12.5px;
  }.tc-wp-content-root .schv-bottom-content .schv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .schv-bottom-content .schv-card, .tc-wp-content-root .schv-bottom-content .schv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .schv-bottom-content .schv-card h3, .tc-wp-content-root .schv-bottom-content .schv-trust-card h3, .tc-wp-content-root .schv-bottom-content .schv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .schv-bottom-content .schv-card p, .tc-wp-content-root .schv-bottom-content .schv-trust-card p, .tc-wp-content-root .schv-bottom-content .schv-step-content p, .tc-wp-content-root .schv-bottom-content .schv-note p{
    font-size: 14.5px;
  }.tc-wp-content-root .schv-bottom-content .schv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .schv-bottom-content .schv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .schv-bottom-content .schv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .schv-bottom-content .schv-note{
    margin-top: 26px;
    padding: 22px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .schv-bottom-content .schv-section{
    padding: 66px 0;
  }.tc-wp-content-root .schv-bottom-content .schv-container{
    padding: 0 22px;
  }.tc-wp-content-root .schv-bottom-content .schv-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .schv-bottom-content .schv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .schv-bottom-content .schv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .schv-bottom-content .schv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .schv-bottom-content .schv-card, .tc-wp-content-root .schv-bottom-content .schv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .schv-bottom-content .schv-card h3, .tc-wp-content-root .schv-bottom-content .schv-trust-card h3, .tc-wp-content-root .schv-bottom-content .schv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .schv-bottom-content .schv-card p, .tc-wp-content-root .schv-bottom-content .schv-trust-card p, .tc-wp-content-root .schv-bottom-content .schv-step-content p, .tc-wp-content-root .schv-bottom-content .schv-note p{
    font-size: 15px;
  }.tc-wp-content-root .schv-bottom-content .schv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .schv-bottom-content .schv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .schv-bottom-content .schv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .schv-bottom-content .schv-note{
    margin-top: 28px;
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .schv-bottom-content .schv-section{
    padding: 78px 0;
  }.tc-wp-content-root .schv-bottom-content .schv-container{
    padding: 0 30px;
  }.tc-wp-content-root .schv-bottom-content .schv-section-head h2{
    font-size: 39px;
  }.tc-wp-content-root .schv-bottom-content .schv-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .schv-bottom-content .schv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .schv-bottom-content .schv-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .schv-bottom-content .schv-grid-three, .tc-wp-content-root .schv-bottom-content .schv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .schv-bottom-content .schv-card, .tc-wp-content-root .schv-bottom-content .schv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .schv-bottom-content .schv-card h3, .tc-wp-content-root .schv-bottom-content .schv-trust-card h3, .tc-wp-content-root .schv-bottom-content .schv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .schv-bottom-content .schv-card p, .tc-wp-content-root .schv-bottom-content .schv-trust-card p, .tc-wp-content-root .schv-bottom-content .schv-step-content p, .tc-wp-content-root .schv-bottom-content .schv-note p{
    font-size: 15.5px;
  }.tc-wp-content-root .schv-bottom-content .schv-steps{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .schv-bottom-content .schv-step-card{
    grid-template-columns: 70px 1fr;
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .schv-bottom-content .schv-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }.tc-wp-content-root .schv-bottom-content .schv-note{
    margin-top: 32px;
    padding: 26px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .schv-bottom-content .schv-section{
    padding: 92px 0;
  }.tc-wp-content-root .schv-bottom-content .schv-container{
    padding: 0 32px;
  }.tc-wp-content-root .schv-bottom-content .schv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .schv-bottom-content .schv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .schv-bottom-content .schv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .schv-bottom-content .schv-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .schv-bottom-content .schv-grid-three, .tc-wp-content-root .schv-bottom-content .schv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .schv-bottom-content .schv-card, .tc-wp-content-root .schv-bottom-content .schv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .schv-bottom-content .schv-card h3, .tc-wp-content-root .schv-bottom-content .schv-trust-card h3, .tc-wp-content-root .schv-bottom-content .schv-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .schv-bottom-content .schv-card p, .tc-wp-content-root .schv-bottom-content .schv-trust-card p, .tc-wp-content-root .schv-bottom-content .schv-step-content p, .tc-wp-content-root .schv-bottom-content .schv-note p{
    font-size: 16px;
  }.tc-wp-content-root .schv-bottom-content .schv-steps{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .schv-bottom-content .schv-step-card{
    grid-template-columns: 76px 1fr;
    gap: 24px;
    padding: 30px 34px;
  }.tc-wp-content-root .schv-bottom-content .schv-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }.tc-wp-content-root .schv-bottom-content .schv-note{
    margin-top: 36px;
    padding: 28px 34px;
  }}

.tc-wp-content-root .schv-use-card {}