@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-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #152033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .ttvv-editorial-wrap, .tc-wp-content-root .ttvv-editorial-wrap section, .tc-wp-content-root .ttvv-editorial-wrap div, .tc-wp-content-root .ttvv-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(0, 242, 234, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255, 0, 80, 0.07), transparent 28%),
    #f7f9fc;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(0, 242, 234, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.11), rgba(255, 0, 80, 0.09));
  color: #0f6470;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-section-head h2{
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-section-head p{
  margin: 16px auto 0;
  color: #5b6678;
  line-height: 1.7;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-card, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-trust-card, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(21, 32, 51, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-card::before, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.16), transparent 34%, rgba(255, 0, 80, 0.13));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-card:hover, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-trust-card:hover, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 183, 191, 0.28);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.13);
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-card:hover::before, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-card h3, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-trust-card h3, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-copy h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-card p, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-trust-card p, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-copy p{
  position: relative;
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.68;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00f2ea, #ff0050);
  box-shadow: 0 12px 24px rgba(255, 0, 80, 0.16);
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-icon::before, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-icon-play::before{
  width: 0;
  height: 0;
  left: 18px;
  top: 13px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #ffffff;
  background: transparent;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-icon-speed::before{
  width: 22px;
  height: 12px;
  left: 12px;
  top: 18px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  background: transparent;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-icon-speed::after{
  width: 13px;
  height: 3px;
  left: 22px;
  top: 25px;
  border-radius: 10px;
  transform: rotate(-34deg);
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-icon-preview::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-icon-steps::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 14px;
  border-radius: 99px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-icon-mobile::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-icon-daily::after{
  width: 10px;
  height: 3px;
  left: 23px;
  top: 23px;
  border-radius: 10px;
  transform: rotate(38deg);
  transform-origin: left center;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 99px 99px 0;
  background: linear-gradient(180deg, #00f2ea, #ff0050);
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-number{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #243247);
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.18);
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 100% 0, rgba(0, 242, 234, 0.18), transparent 34%);
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-dot{
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: #00c8c8;
  box-shadow: 20px 0 0 rgba(255, 0, 80, 0.85), 40px 0 0 rgba(17, 24, 39, 0.88);
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-trust-card{
  height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-badge{
  position: relative;
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #9b103f;
  background: rgba(255, 0, 80, 0.09);
  border: 1px solid rgba(255, 0, 80, 0.14);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .ttvv-editorial-wrap .ttvv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttvv-editorial-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-editorial-wrap .ttvv-section{
    padding: 46px 0;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-card, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-card h3, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-trust-card h3, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-card p, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-trust-card p, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttvv-editorial-wrap .ttvv-section{
    padding: 52px 0;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-card, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-card h3, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-trust-card h3, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-card p, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-trust-card p, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttvv-editorial-wrap .ttvv-section{
    padding: 58px 0;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-card, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-card h3, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-trust-card h3, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-card p, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-trust-card p, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttvv-editorial-wrap .ttvv-section{
    padding: 76px 0;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-container{
    padding: 0 28px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-card, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-card h3, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-trust-card h3, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-card p, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-trust-card p, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttvv-editorial-wrap .ttvv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-grid-three, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-card, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-card h3, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-trust-card h3, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-card p, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-trust-card p, .tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .ttvv-editorial-wrap .ttvv-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}