@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 .ttvv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #17202a;
  font-family: inherit;
  background: #ffffff;
  --ttvv-text: #17202a;
  --ttvv-muted: #607083;
  --ttvv-line: rgba(23, 32, 42, 0.1);
  --ttvv-soft: #f7f8fb;
  --ttvv-card: #ffffff;
  --ttvv-cyan: #13e2dc;
  --ttvv-rose: #ff3b7f;
  --ttvv-violet: #6b5cff;
  --ttvv-shadow: 0 18px 44px rgba(22, 31, 46, 0.09);
  --ttvv-shadow-hover: 0 24px 62px rgba(22, 31, 46, 0.14);
}.tc-wp-content-root .ttvv-content-wrap, .tc-wp-content-root .ttvv-content-wrap section, .tc-wp-content-root .ttvv-content-wrap div, .tc-wp-content-root .ttvv-content-wrap article, .tc-wp-content-root .ttvv-content-wrap span, .tc-wp-content-root .ttvv-content-wrap h2, .tc-wp-content-root .ttvv-content-wrap h3, .tc-wp-content-root .ttvv-content-wrap p{
  box-sizing: border-box;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(19, 226, 220, 0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 59, 127, 0.1), transparent 30%),
    #f7f8fb;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 59, 127, 0.18);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(19, 226, 220, 0.12), rgba(255, 59, 127, 0.1));
  color: #243142;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 14px;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-section-head h2{
  margin: 0;
  color: var(--ttvv-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-section-head p{
  margin: 14px auto 0;
  color: var(--ttvv-muted);
  line-height: 1.7;
  max-width: 680px;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-card, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card{
  position: relative;
  height: 100%;
  background: var(--ttvv-card);
  border: 1px solid var(--ttvv-line);
  border-radius: 22px;
  box-shadow: var(--ttvv-shadow);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-card::before, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--ttvv-cyan), var(--ttvv-rose), var(--ttvv-violet));
  opacity: 0.9;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-card:hover, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card:hover, .tc-wp-content-root .ttvv-content-wrap .ttvv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 59, 127, 0.24);
  box-shadow: var(--ttvv-shadow-hover);
}.tc-wp-content-root .ttvv-content-wrap .ttvv-card h3, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card h3, .tc-wp-content-root .ttvv-content-wrap .ttvv-step-content h3{
  margin: 0;
  color: var(--ttvv-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-card p, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card p, .tc-wp-content-root .ttvv-content-wrap .ttvv-step-content p{
  margin: 10px 0 0;
  color: var(--ttvv-muted);
  line-height: 1.68;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(19, 226, 220, 0.18), rgba(255, 59, 127, 0.18));
  border: 1px solid rgba(23, 32, 42, 0.08);
}.tc-wp-content-root .ttvv-content-wrap .ttvv-icon::before, .tc-wp-content-root .ttvv-content-wrap .ttvv-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-card:hover .ttvv-icon::before, .tc-wp-content-root .ttvv-content-wrap .ttvv-card:hover .ttvv-icon::after{
  transform: translateX(2px);
}.tc-wp-content-root .ttvv-content-wrap .ttvv-icon-play::before{
  left: 19px;
  top: 14px;
  border-left: 14px solid #ff3b7f;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-icon-speed::before{
  left: 13px;
  top: 24px;
  width: 22px;
  height: 10px;
  border: 3px solid #13aaa7;
  border-top: 0;
  border-radius: 0 0 24px 24px;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-icon-speed::after{
  left: 24px;
  top: 17px;
  width: 3px;
  height: 13px;
  background: #ff3b7f;
  border-radius: 99px;
  transform: rotate(42deg);
  transform-origin: bottom;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-icon-frame::before{
  left: 13px;
  top: 14px;
  width: 22px;
  height: 18px;
  border: 3px solid #6b5cff;
  border-radius: 7px;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-icon-flow::before{
  left: 13px;
  top: 15px;
  width: 22px;
  height: 18px;
  border-top: 3px solid #13aaa7;
  border-bottom: 3px solid #ff3b7f;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-icon-flow::after{
  right: 11px;
  top: 20px;
  border-left: 8px solid #6b5cff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-icon-mobile::before{
  left: 16px;
  top: 10px;
  width: 16px;
  height: 28px;
  border: 3px solid #13aaa7;
  border-radius: 8px;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-icon-daily::before{
  left: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 3px solid #ff3b7f;
  border-radius: 50%;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-icon-daily::after{
  left: 23px;
  top: 18px;
  width: 3px;
  height: 11px;
  background: #6b5cff;
  border-radius: 99px;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(23, 32, 42, 0.09);
  border-radius: 24px;
  box-shadow: var(--ttvv-shadow);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-step-card::before{
  content: "";
  position: absolute;
  left: 31px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(19, 226, 220, 0.5), rgba(255, 59, 127, 0.5), transparent);
}.tc-wp-content-root .ttvv-content-wrap .ttvv-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 20px;
  background: linear-gradient(135deg, #101827, #263146);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(16, 24, 39, 0.22);
}.tc-wp-content-root .ttvv-content-wrap .ttvv-use-card{
  padding-top: 34px;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-badge-dot{
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ttvv-cyan), var(--ttvv-rose));
  box-shadow: 0 0 0 8px rgba(19, 226, 220, 0.09);
}.tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card{
  text-align: left;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-trust-mark{
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(19, 226, 220, 0.18), rgba(255, 59, 127, 0.16)),
    #ffffff;
  border: 1px solid rgba(23, 32, 42, 0.08);
  position: relative;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-trust-mark::before{
  content: "";
  position: absolute;
  left: 17px;
  top: 14px;
  width: 15px;
  height: 22px;
  border-right: 4px solid #13aaa7;
  border-bottom: 4px solid #ff3b7f;
  transform: rotate(42deg);
  border-radius: 2px;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-reveal.ttvv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttvv-content-wrap .ttvv-section{
    padding: 52px 0;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card{
    padding: 24px 20px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card h3, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card h3, .tc-wp-content-root .ttvv-content-wrap .ttvv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card p, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card p, .tc-wp-content-root .ttvv-content-wrap .ttvv-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttvv-content-wrap .ttvv-section{
    padding: 58px 0;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card{
    padding: 26px 22px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card h3, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card h3, .tc-wp-content-root .ttvv-content-wrap .ttvv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card p, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card p, .tc-wp-content-root .ttvv-content-wrap .ttvv-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttvv-content-wrap .ttvv-section{
    padding: 64px 0;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card{
    padding: 28px 24px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card h3, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card h3, .tc-wp-content-root .ttvv-content-wrap .ttvv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card p, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card p, .tc-wp-content-root .ttvv-content-wrap .ttvv-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttvv-content-wrap .ttvv-section{
    padding: 78px 0;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-container{
    padding: 0 28px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card{
    padding: 30px 26px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card h3, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card h3, .tc-wp-content-root .ttvv-content-wrap .ttvv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card p, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card p, .tc-wp-content-root .ttvv-content-wrap .ttvv-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-step-card{
    gap: 24px;
    padding: 28px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttvv-content-wrap .ttvv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-section-head h2{
    font-size: 48px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card{
    padding: 32px 28px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card h3, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card h3, .tc-wp-content-root .ttvv-content-wrap .ttvv-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card p, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card p, .tc-wp-content-root .ttvv-content-wrap .ttvv-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-step-card{
    gap: 28px;
    padding: 30px 34px;
  }}