@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;
}.wpc-scope-67 .tc-wp-content-root img, .wpc-scope-67 .tc-wp-content-root video, .wpc-scope-67 .tc-wp-content-root svg, .wpc-scope-67 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-section{
  position: relative;
  isolation: isolate;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-section-white{
  background: #ffffff;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(0, 242, 234, 0.11), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 0, 80, 0.09), transparent 30%),
    #f7f9fc;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 0, 80, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.12));
  color: #b4164c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-heading p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #586174;
  font-weight: 450;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-card, .wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-trust-card, .wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(21, 32, 55, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-card{
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-card::before, .wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-trust-card::before{
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.16), transparent 34%, rgba(255, 0, 80, 0.13));
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-card:hover, .wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-trust-card:hover, .wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.2);
  box-shadow: 0 24px 60px rgba(21, 32, 55, 0.12);
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-card:hover::before, .wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-card h3, .wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-trust-card h3, .wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-step-copy h3{
  position: relative;
  margin: 0;
  color: #141b2d;
  font-weight: 820;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-card p, .wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-trust-card p, .wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-step-copy p{
  position: relative;
  margin: 10px 0 0;
  color: #5d6678;
  font-weight: 430;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00f2ea, #ff0050);
  box-shadow: 0 12px 26px rgba(255, 0, 80, 0.18);
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-icon::before, .wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-icon::after{
  position: absolute;
  content: "";
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-icon-play::before{
  top: 13px;
  left: 17px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ffffff;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-icon-flash::before{
  top: 9px;
  left: 18px;
  width: 11px;
  height: 28px;
  background: #ffffff;
  clip-path: polygon(44% 0, 100% 0, 62% 43%, 100% 43%, 34% 100%, 48% 56%, 0 56%);
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-icon-frame::before{
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-icon-path::before{
  top: 13px;
  left: 12px;
  width: 22px;
  height: 14px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  border-radius: 0 0 10px 0;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-icon-path::after{
  top: 22px;
  right: 11px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #ffffff;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-icon-phone::before{
  inset: 9px 14px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-icon-phone::after{
  bottom: 12px;
  left: 21px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #ffffff;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-icon-bookmark::before{
  top: 10px;
  left: 15px;
  width: 16px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 72%, 0 100%);
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.1));
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-step-card::after{
  position: absolute;
  top: -38px;
  right: -38px;
  width: 112px;
  height: 112px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.24), rgba(255, 0, 80, 0.18));
  content: "";
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-step-number{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.18);
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-use-card{
  background:
    linear-gradient(180deg, #ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(0, 242, 234, 0.34), rgba(255, 0, 80, 0.32)) border-box;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-dot{
  position: relative;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00f2ea, #ff0050);
  box-shadow: 0 0 0 8px rgba(0, 242, 234, 0.09), 0 12px 22px rgba(255, 0, 80, 0.14);
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-trust-card{
  height: 100%;
  overflow: hidden;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-badge{
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0, 242, 234, 0.12);
  color: #087a78;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-67 .tc-wp-content-root .tsv-content-wrap .tsv-reveal.tsv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .tsv-content-wrap .tsv-card, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card, .tc-wp-content-root .tsv-content-wrap .tsv-step-card, .tc-wp-content-root .tsv-content-wrap .tsv-reveal, .tc-wp-content-root .tsv-content-wrap .tsv-reveal.tsv-visible{
    transform: none;
    transition: none;
  }.tc-wp-content-root .tsv-content-wrap .tsv-reveal{
    opacity: 1;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .tsv-content-wrap .tsv-section{
    padding: 48px 0;
  }.tc-wp-content-root .tsv-content-wrap .tsv-container{
    padding: 0 14px;
  }.tc-wp-content-root .tsv-content-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card h3, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card h3, .tc-wp-content-root .tsv-content-wrap .tsv-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card p, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card p, .tc-wp-content-root .tsv-content-wrap .tsv-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .tsv-content-wrap .tsv-section{
    padding: 56px 0;
  }.tc-wp-content-root .tsv-content-wrap .tsv-container{
    padding: 0 18px;
  }.tc-wp-content-root .tsv-content-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card h3, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card h3, .tc-wp-content-root .tsv-content-wrap .tsv-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card p, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card p, .tc-wp-content-root .tsv-content-wrap .tsv-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .tsv-content-wrap .tsv-section{
    padding: 64px 0;
  }.tc-wp-content-root .tsv-content-wrap .tsv-container{
    padding: 0 22px;
  }.tc-wp-content-root .tsv-content-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card h3, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card h3, .tc-wp-content-root .tsv-content-wrap .tsv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card p, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card p, .tc-wp-content-root .tsv-content-wrap .tsv-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .tsv-content-wrap .tsv-section{
    padding: 78px 0;
  }.tc-wp-content-root .tsv-content-wrap .tsv-container{
    padding: 0 32px;
  }.tc-wp-content-root .tsv-content-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-grid-six, .tc-wp-content-root .tsv-content-wrap .tsv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card h3, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card h3, .tc-wp-content-root .tsv-content-wrap .tsv-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card p, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card p, .tc-wp-content-root .tsv-content-wrap .tsv-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-step-number{
    width: 70px;
    height: 70px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .tsv-content-wrap .tsv-section{
    padding: 96px 0;
  }.tc-wp-content-root .tsv-content-wrap .tsv-container{
    padding: 0 40px;
  }.tc-wp-content-root .tsv-content-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-grid-six, .tc-wp-content-root .tsv-content-wrap .tsv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card h3, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card h3, .tc-wp-content-root .tsv-content-wrap .tsv-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-card p, .tc-wp-content-root .tsv-content-wrap .tsv-trust-card p, .tc-wp-content-root .tsv-content-wrap .tsv-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-steps{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .tsv-content-wrap .tsv-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }}