@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: #15202b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .ttvv-content-wrap, .tc-wp-content-root .ttvv-content-wrap div, .tc-wp-content-root .ttvv-content-wrap section, .tc-wp-content-root .ttvv-content-wrap article{
  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: #f7f9fb;
}.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: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(37, 244, 238, 0.35);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #0f6f73;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 5px rgba(37, 244, 238, 0.12);
}.tc-wp-content-root .ttvv-content-wrap .ttvv-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-section-head p{
  margin: 16px auto 0;
  color: #526173;
  line-height: 1.75;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-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, .tc-wp-content-root .ttvv-content-wrap .ttvv-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(21, 32, 43, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  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 .ttvv-content-wrap .ttvv-card::after, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card::after, .tc-wp-content-root .ttvv-content-wrap .ttvv-step-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
}.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(-6px);
  border-color: rgba(37, 244, 238, 0.42);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .ttvv-content-wrap .ttvv-card:hover::after, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card:hover::after, .tc-wp-content-root .ttvv-content-wrap .ttvv-step-card:hover::after{
  opacity: 1;
}.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-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #121a24;
  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-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5b6778;
  line-height: 1.72;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #111827, #263242);
  box-shadow: 0 12px 24px rgba(17, 24, 39, 0.16);
}.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: 18px;
  top: 14px;
  border-left: 13px solid #25f4ee;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-icon-flash::before{
  left: 18px;
  top: 10px;
  width: 10px;
  height: 26px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
  clip-path: polygon(42% 0, 100% 0, 66% 42%, 100% 42%, 28% 100%, 45% 55%, 0 55%);
}.tc-wp-content-root .ttvv-content-wrap .ttvv-icon-frame::before{
  left: 12px;
  top: 13px;
  width: 22px;
  height: 18px;
  border: 2px solid #25f4ee;
  border-radius: 7px;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-icon-steps::before{
  left: 13px;
  top: 13px;
  width: 20px;
  height: 3px;
  border-radius: 8px;
  background: #25f4ee;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #fe2c55;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-icon-phone::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 2px solid #25f4ee;
  border-radius: 8px;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-icon-daily::before{
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 2px solid #25f4ee;
  border-radius: 50%;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-icon-daily::after{
  left: 22px;
  top: 17px;
  width: 2px;
  height: 9px;
  border-radius: 4px;
  background: #fe2c55;
  transform-origin: bottom;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-steps{
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}.tc-wp-content-root .ttvv-content-wrap .ttvv-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(254, 44, 85, 0.2);
}.tc-wp-content-root .ttvv-content-wrap .ttvv-step-body{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-use-card{
  overflow: hidden;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-badge-dot{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(37, 244, 238, 0.14);
  border: 1px solid rgba(37, 244, 238, 0.28);
}.tc-wp-content-root .ttvv-content-wrap .ttvv-badge-dot::before{
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
}.tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card{
  overflow: hidden;
}.tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card::before{
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 244, 238, 0.22), rgba(254, 44, 85, 0));
}.tc-wp-content-root .ttvv-content-wrap .ttvv-trust-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
  border: 1px solid rgba(21, 32, 43, 0.08);
}.tc-wp-content-root .ttvv-content-wrap .ttvv-trust-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 15px;
  height: 9px;
  border-left: 3px solid #0f8f89;
  border-bottom: 3px solid #0f8f89;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttvv-content-wrap .ttvv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttvv-content-wrap .ttvv-reveal.ttvv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttvv-content-wrap .ttvv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-section-head{
    margin-bottom: 28px;
  }.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: 15px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.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-card 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-card p{
    font-size: 14px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-steps{
    gap: 16px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttvv-content-wrap .ttvv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-section-head{
    margin-bottom: 30px;
  }.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: 15.5px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card{
    padding: 24px;
    border-radius: 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-card 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-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-steps{
    gap: 18px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttvv-content-wrap .ttvv-section{
    padding: 62px 0;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-section-head{
    margin-bottom: 34px;
  }.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-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card{
    padding: 26px;
    border-radius: 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-card 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-card p{
    font-size: 15px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-steps{
    gap: 20px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttvv-content-wrap .ttvv-section{
    padding: 76px 0;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-container{
    padding: 0 30px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-grid-six, .tc-wp-content-root .ttvv-content-wrap .ttvv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card{
    padding: 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-card 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-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-steps{
    gap: 20px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-step-card{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}@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{
    margin-bottom: 48px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-grid-six, .tc-wp-content-root .ttvv-content-wrap .ttvv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-card, .tc-wp-content-root .ttvv-content-wrap .ttvv-trust-card{
    padding: 30px;
  }.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-card 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-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-steps{
    gap: 22px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .ttvv-content-wrap .ttvv-step-number{
    width: 74px;
    height: 74px;
    font-size: 20px;
  }}