@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: #151822;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .ttpv-content-wrap, .tc-wp-content-root .ttpv-content-wrap section, .tc-wp-content-root .ttpv-content-wrap div, .tc-wp-content-root .ttpv-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-section-soft{
  background: linear-gradient(180deg, #fbfbfd 0%, #f7f8fb 100%);
}.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;
  color: #0f8f9b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-kicker::before, .tc-wp-content-root .ttpv-content-wrap .ttpv-kicker::after{
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55);
}.tc-wp-content-root .ttpv-content-wrap h2{
  margin: 0;
  color: #11131a;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-section-head p{
  margin: 16px auto 0;
  color: #596173;
  line-height: 1.75;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-card, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-card, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(17, 19, 26, .08);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 44px rgba(20, 24, 35, .07);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-card{
  height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-card::before, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, .45), rgba(254, 44, 85, .35), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity .28s ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-card:hover, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-card:hover, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(37, 244, 238, .35);
  box-shadow: 0 24px 60px rgba(20, 24, 35, .11);
}.tc-wp-content-root .ttpv-content-wrap .ttpv-card:hover::before, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card h3{
  margin: 0;
  color: #151822;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card p{
  margin: 10px 0 0;
  color: #5d6577;
  line-height: 1.7;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-icon{
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, .16), rgba(254, 44, 85, .14));
  box-shadow: inset 0 0 0 1px rgba(17, 19, 26, .06);
}.tc-wp-content-root .ttpv-content-wrap .ttpv-icon::before, .tc-wp-content-root .ttpv-content-wrap .ttpv-icon::after{
  content: "";
  position: absolute;
  transition: transform .28s ease;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-card:hover .ttpv-icon::before{
  transform: translateX(2px);
}.tc-wp-content-root .ttpv-content-wrap .ttpv-icon-play::before{
  left: 18px;
  top: 14px;
  border-left: 13px solid #fe2c55;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-icon-speed::before{
  left: 12px;
  top: 15px;
  width: 22px;
  height: 14px;
  border: 3px solid #0f8f9b;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-icon-frame::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #fe2c55;
  border-radius: 8px;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-icon-steps::before{
  left: 13px;
  top: 14px;
  width: 20px;
  height: 18px;
  border-left: 3px solid #0f8f9b;
  border-bottom: 3px solid #0f8f9b;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttpv-content-wrap .ttpv-icon-mobile::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #fe2c55;
  border-radius: 7px;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-icon-daily::before{
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 3px solid #0f8f9b;
  border-radius: 50%;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-icon-daily::after{
  left: 23px;
  top: 10px;
  width: 3px;
  height: 14px;
  border-radius: 999px;
  background: #fe2c55;
  transform-origin: bottom;
  transform: rotate(35deg);
}.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;
  border-radius: 24px;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-step-card::after{
  content: "";
  position: absolute;
  right: -60px;
  top: -80px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 244, 238, .2), rgba(254, 44, 85, .08) 48%, transparent 70%);
  pointer-events: none;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, #11131a 0%, #0f8f9b 48%, #fe2c55 100%);
  box-shadow: 0 14px 34px rgba(15, 143, 155, .2);
}.tc-wp-content-root .ttpv-content-wrap .ttpv-use-card{
  overflow: hidden;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-dot{
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #25f4ee;
  box-shadow: 18px 0 0 #fe2c55, 36px 0 0 rgba(17, 19, 26, .12);
}.tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card{
  height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-badge{
  display: inline-flex;
  margin-bottom: 18px;
  border: 1px solid rgba(37, 244, 238, .3);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, .12), rgba(254, 44, 85, .1));
  color: #0b6770;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .ttpv-content-wrap .ttpv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttpv-content-wrap .ttpv-reveal.ttpv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity .55s ease, transform .55s ease, box-shadow .28s ease, border-color .28s ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttpv-content-wrap .ttpv-section{ padding: 48px 0; }.tc-wp-content-root .ttpv-content-wrap .ttpv-container{ padding: 0 16px; }.tc-wp-content-root .ttpv-content-wrap h2{ font-size: 27px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-section-head p{ font-size: 15px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-grid{ grid-template-columns: 1fr; gap: 16px; margin-top: 30px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-card, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card{ padding: 22px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card h3{ font-size: 18px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card p{ font-size: 14px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-steps{ gap: 16px; margin-top: 30px; }.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: 58px; height: 58px; font-size: 17px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-badge{ padding: 9px 12px; font-size: 12px; }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttpv-content-wrap .ttpv-section{ padding: 54px 0; }.tc-wp-content-root .ttpv-content-wrap .ttpv-container{ padding: 0 18px; }.tc-wp-content-root .ttpv-content-wrap h2{ font-size: 30px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-section-head p{ font-size: 15.5px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-grid{ grid-template-columns: 1fr; gap: 18px; margin-top: 32px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-card, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card{ padding: 24px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card h3{ font-size: 19px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card p{ font-size: 14.5px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-steps{ gap: 18px; margin-top: 32px; }.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: 60px; height: 60px; font-size: 18px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-badge{ padding: 9px 13px; font-size: 12px; }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttpv-content-wrap .ttpv-section{ padding: 62px 0; }.tc-wp-content-root .ttpv-content-wrap .ttpv-container{ padding: 0 22px; }.tc-wp-content-root .ttpv-content-wrap h2{ font-size: 34px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-section-head p{ font-size: 16px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-grid{ grid-template-columns: 1fr; gap: 20px; margin-top: 36px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-card, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card{ padding: 26px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card h3{ font-size: 20px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card p{ font-size: 15px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-steps{ gap: 20px; margin-top: 36px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-card{ grid-template-columns: auto 1fr; gap: 18px; padding: 26px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-number{ width: 62px; height: 62px; font-size: 18px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-badge{ padding: 10px 14px; font-size: 12px; }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttpv-content-wrap .ttpv-section{ padding: 76px 0; }.tc-wp-content-root .ttpv-content-wrap .ttpv-container{ padding: 0 32px; }.tc-wp-content-root .ttpv-content-wrap h2{ font-size: 42px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-section-head p{ font-size: 17px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-grid-3, .tc-wp-content-root .ttpv-content-wrap .ttpv-grid-trust{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 42px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-card, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card{ padding: 28px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card h3{ font-size: 21px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card p{ font-size: 15.5px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-steps{ gap: 22px; margin-top: 42px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-card{ gap: 22px; padding: 30px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-number{ width: 70px; height: 70px; font-size: 20px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-badge{ padding: 10px 15px; font-size: 12.5px; }}@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 28px; }.tc-wp-content-root .ttpv-content-wrap h2{ font-size: 48px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-section-head p{ font-size: 17px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-grid-3{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 48px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-grid-trust{ grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 48px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-card, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card{ padding: 30px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-card h3, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card h3{ font-size: 22px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-step-card p, .tc-wp-content-root .ttpv-content-wrap .ttpv-trust-card p{ font-size: 15.5px; }.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: 26px; padding: 32px 36px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-step-number{ width: 76px; height: 76px; font-size: 21px; }.tc-wp-content-root .ttpv-content-wrap .ttpv-badge{ padding: 10px 16px; font-size: 13px; }}

.tc-wp-content-root .ttpv-step-content {}