@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 .ttpv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .ttpv-content-wrap, .tc-wp-content-root .ttpv-content-wrap div, .tc-wp-content-root .ttpv-content-wrap section, .tc-wp-content-root .ttpv-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-section{
  position: relative;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-section-soft{
  background:
    radial-gradient(circle at 15% 10%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(254, 44, 85, 0.10), transparent 30%),
    #f8fafc;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(37, 244, 238, 0.32);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #0f5161;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-kicker::before{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 4px rgba(37, 244, 238, 0.12);
  content: "";
}.tc-wp-content-root .ttpv-content-wrap h2, .tc-wp-content-root .ttpv-content-wrap h3, .tc-wp-content-root .ttpv-content-wrap p{
  margin-top: 0;
}.tc-wp-content-root .ttpv-content-wrap h2{
  margin-bottom: 14px;
  color: #111827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-section-head p{
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 680px;
  color: #596579;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-feature-card, .tc-wp-content-root .ttpv-content-wrap .ttpv-use-card, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-feature-card:hover, .tc-wp-content-root .ttpv-content-wrap .ttpv-use-card:hover, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card:hover, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(37, 244, 238, 0.34);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .ttpv-content-wrap .ttpv-feature-card::after, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card::after{
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.11), rgba(254, 44, 85, 0.09));
  content: "";
  opacity: 0.8;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-feature-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-use-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-content h3{
  position: relative;
  z-index: 1;
  margin-bottom: 9px;
  color: #162033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-feature-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-use-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-content p, .tc-wp-content-root .ttpv-content-wrap .ttpv-note p{
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #5b6678;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 30px rgba(254, 44, 85, 0.17);
}.tc-wp-content-root .ttpv-content-wrap .ttpv-icon::before, .tc-wp-content-root .ttpv-content-wrap .ttpv-icon::after{
  position: absolute;
  content: "";
}.tc-wp-content-root .ttpv-content-wrap .ttpv-icon-play::before{
  top: 14px;
  left: 17px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-icon-speed::before{
  top: 15px;
  left: 12px;
  width: 22px;
  height: 14px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-icon-speed::after{
  top: 21px;
  left: 23px;
  width: 12px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(-28deg);
  transform-origin: left center;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-icon-view::before{
  top: 16px;
  left: 10px;
  width: 26px;
  height: 15px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-icon-view::after{
  top: 20px;
  left: 20px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-icon-steps::before{
  top: 12px;
  left: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-icon-steps::after{
  top: 18px;
  left: 18px;
  width: 11px;
  height: 6px;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttpv-content-wrap .ttpv-icon-mobile::before{
  top: 9px;
  left: 15px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-icon-mobile::after{
  bottom: 12px;
  left: 22px;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-icon-daily::before{
  top: 11px;
  left: 11px;
  width: 24px;
  height: 24px;
  border: 3px solid #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-icon-daily::after{
  top: 21px;
  left: 22px;
  width: 12px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-step-card::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
  content: "";
}.tc-wp-content-root .ttpv-content-wrap .ttpv-step-number{
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #111827;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 35px rgba(17, 24, 39, 0.18);
}.tc-wp-content-root .ttpv-content-wrap .ttpv-use-card{
  overflow: hidden;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-use-card::before{
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.08), transparent 38%, rgba(254, 44, 85, 0.07));
  content: "";
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-use-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-badge-dot{
  position: relative;
  z-index: 1;
  display: block;
  width: 36px;
  height: 8px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55);
}.tc-wp-content-root .ttpv-content-wrap .ttpv-trust-mark{
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
}.tc-wp-content-root .ttpv-content-wrap .ttpv-trust-mark::before{
  position: absolute;
  top: 13px;
  left: 14px;
  width: 18px;
  height: 11px;
  border-bottom: 4px solid #0f8e8b;
  border-left: 4px solid #0f8e8b;
  content: "";
  transform: rotate(-45deg);
}.tc-wp-content-root .ttpv-content-wrap .ttpv-note{
  border: 1px solid rgba(37, 244, 238, 0.24);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.10), rgba(255, 255, 255, 0.86), rgba(254, 44, 85, 0.08));
  text-align: center;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-reveal.ttpv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttpv-content-wrap .ttpv-section{
    padding: 46px 0;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttpv-content-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-feature-card, .tc-wp-content-root .ttpv-content-wrap .ttpv-use-card, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-feature-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-use-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-feature-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-use-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-content p, .tc-wp-content-root .ttpv-content-wrap .ttpv-note p{
    font-size: 14px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-note{
    margin-top: 20px;
    padding: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttpv-content-wrap .ttpv-section{
    padding: 52px 0;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttpv-content-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-feature-card, .tc-wp-content-root .ttpv-content-wrap .ttpv-use-card, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-feature-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-use-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-feature-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-use-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-content p, .tc-wp-content-root .ttpv-content-wrap .ttpv-note p{
    font-size: 15px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-note{
    margin-top: 22px;
    padding: 20px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttpv-content-wrap .ttpv-section{
    padding: 58px 0;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttpv-content-wrap h2{
    font-size: 31px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-feature-card, .tc-wp-content-root .ttpv-content-wrap .ttpv-use-card, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-feature-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-use-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-feature-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-use-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-content p, .tc-wp-content-root .ttpv-content-wrap .ttpv-note p{
    font-size: 15px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-note{
    margin-top: 24px;
    padding: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttpv-content-wrap .ttpv-section{
    padding: 74px 0;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-container{
    padding: 0 30px;
  }.tc-wp-content-root .ttpv-content-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-feature-card, .tc-wp-content-root .ttpv-content-wrap .ttpv-use-card, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-feature-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-use-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-feature-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-use-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-content p, .tc-wp-content-root .ttpv-content-wrap .ttpv-note p{
    font-size: 16px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-note{
    margin-top: 28px;
    padding: 24px 30px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttpv-content-wrap .ttpv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-container{
    padding: 0 34px;
  }.tc-wp-content-root .ttpv-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-feature-card, .tc-wp-content-root .ttpv-content-wrap .ttpv-use-card, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-feature-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-use-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-feature-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-use-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-content p, .tc-wp-content-root .ttpv-content-wrap .ttpv-note p{
    font-size: 16px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-note{
    margin-top: 30px;
    padding: 26px 36px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ttpv-content-wrap .ttpv-reveal, .tc-wp-content-root .ttpv-content-wrap .ttpv-feature-card, .tc-wp-content-root .ttpv-content-wrap .ttpv-use-card, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-card{
    transition: none;
  }.tc-wp-content-root .ttpv-content-wrap .ttpv-reveal{
    opacity: 1;
    transform: none;
  }}