@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;
}.wpc-scope-129 .tc-wp-content-root img, .wpc-scope-129 .tc-wp-content-root video, .wpc-scope-129 .tc-wp-content-root svg, .wpc-scope-129 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  background: #ffffff;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap, .wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap div, .wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap section, .wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-section{
  position: relative;
  width: 100%;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-section-white{
  background: #ffffff;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-section-soft{
  background:
    radial-gradient(circle at top left, rgba(37, 244, 238, 0.14), transparent 32%),
    radial-gradient(circle at bottom right, rgba(254, 44, 85, 0.10), transparent 34%),
    #f8fafc;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.14), rgba(254, 44, 85, 0.12));
  color: #26324a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-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);
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap h2{
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-section-head p{
  margin: 14px auto 0;
  max-width: 720px;
  color: #5b6475;
  line-height: 1.7;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-info-card, .wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-use-card, .wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card, .wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-step-card{
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(21, 31, 51, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(19, 31, 53, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-info-card, .wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-use-card, .wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card{
  border-radius: 22px;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-info-card::after, .wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-use-card::after, .wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #25f4ee, #fe2c55, #7c3aed);
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-info-card:hover, .wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-use-card:hover, .wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card:hover, .wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.24);
  box-shadow: 0 24px 58px rgba(19, 31, 53, 0.12);
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-info-card:hover::after, .wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-use-card:hover::after, .wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card:hover::after{
  opacity: 1;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-info-card h3, .wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-use-card h3, .wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card h3, .wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-step-card h3{
  margin: 0;
  color: #151f33;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-info-card p, .wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-use-card p, .wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card p, .wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-step-card p{
  margin: 10px 0 0;
  color: #5b6475;
  line-height: 1.68;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 10px 22px rgba(37, 244, 238, 0.14);
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-icon::before, .wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-info-card:hover .ttuv-icon::before, .wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-info-card:hover .ttuv-icon::after{
  transform: translateY(-2px);
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-icon-play::before{
  left: 18px;
  top: 14px;
  border-left: 13px solid #fe2c55;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-icon-bolt::before{
  left: 18px;
  top: 10px;
  width: 10px;
  height: 25px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
  clip-path: polygon(45% 0, 100% 0, 63% 42%, 100% 42%, 30% 100%, 44% 55%, 0 55%);
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-icon-frame::before{
  inset: 13px;
  border: 2px solid #25b9c8;
  border-radius: 7px;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-icon-frame::after{
  width: 8px;
  height: 8px;
  right: 13px;
  top: 13px;
  border-radius: 50%;
  background: #fe2c55;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-icon-route::before{
  left: 12px;
  top: 21px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #25b9c8;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-icon-route::after{
  right: 12px;
  top: 17px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fe2c55;
  border-right: 3px solid #fe2c55;
  transform: rotate(45deg);
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-icon-phone::before{
  left: 16px;
  top: 9px;
  width: 14px;
  height: 28px;
  border: 2px solid #25b9c8;
  border-radius: 6px;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-icon-phone::after{
  left: 21px;
  bottom: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fe2c55;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-icon-check::before{
  left: 14px;
  top: 21px;
  width: 18px;
  height: 10px;
  border-left: 3px solid #25b9c8;
  border-bottom: 3px solid #fe2c55;
  transform: rotate(-45deg);
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.12));
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #121827;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 32px rgba(18, 24, 39, 0.18);
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-use-card{
  background:
    radial-gradient(circle at 100% 0, rgba(37, 244, 238, 0.12), transparent 38%),
    #ffffff;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-badge-dot{
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin: 0 0 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 38%, #ffffff 0 16%, transparent 17%),
    linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 24px rgba(254, 44, 85, 0.14);
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card{
  text-align: left;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(254, 44, 85, 0.12), transparent 34%);
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-mark{
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 0 0 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(37, 244, 238, 0.18);
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-129 .tc-wp-content-root .ttuv-content-wrap .ttuv-reveal.ttuv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ttuv-content-wrap .ttuv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttuv-content-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card-grid, .tc-wp-content-root .ttuv-content-wrap .ttuv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-info-card, .tc-wp-content-root .ttuv-content-wrap .ttuv-use-card, .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-info-card h3, .tc-wp-content-root .ttuv-content-wrap .ttuv-use-card h3, .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card h3, .tc-wp-content-root .ttuv-content-wrap .ttuv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-info-card p, .tc-wp-content-root .ttuv-content-wrap .ttuv-use-card p, .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card p, .tc-wp-content-root .ttuv-content-wrap .ttuv-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ttuv-content-wrap .ttuv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttuv-content-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card-grid, .tc-wp-content-root .ttuv-content-wrap .ttuv-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-info-card, .tc-wp-content-root .ttuv-content-wrap .ttuv-use-card, .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-info-card h3, .tc-wp-content-root .ttuv-content-wrap .ttuv-use-card h3, .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card h3, .tc-wp-content-root .ttuv-content-wrap .ttuv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-info-card p, .tc-wp-content-root .ttuv-content-wrap .ttuv-use-card p, .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card p, .tc-wp-content-root .ttuv-content-wrap .ttuv-step-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ttuv-content-wrap .ttuv-section{
    padding: 62px 0;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttuv-content-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card-grid, .tc-wp-content-root .ttuv-content-wrap .ttuv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-info-card, .tc-wp-content-root .ttuv-content-wrap .ttuv-use-card, .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-number{
    width: 60px;
    height: 60px;
    font-size: 20px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-info-card h3, .tc-wp-content-root .ttuv-content-wrap .ttuv-use-card h3, .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card h3, .tc-wp-content-root .ttuv-content-wrap .ttuv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-info-card p, .tc-wp-content-root .ttuv-content-wrap .ttuv-use-card p, .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card p, .tc-wp-content-root .ttuv-content-wrap .ttuv-step-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ttuv-content-wrap .ttuv-section{
    padding: 76px 0;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-container{
    padding: 0 28px;
  }.tc-wp-content-root .ttuv-content-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card-grid, .tc-wp-content-root .ttuv-content-wrap .ttuv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-info-card, .tc-wp-content-root .ttuv-content-wrap .ttuv-use-card, .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-number{
    width: 68px;
    height: 68px;
    font-size: 22px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-info-card h3, .tc-wp-content-root .ttuv-content-wrap .ttuv-use-card h3, .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card h3, .tc-wp-content-root .ttuv-content-wrap .ttuv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-info-card p, .tc-wp-content-root .ttuv-content-wrap .ttuv-use-card p, .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card p, .tc-wp-content-root .ttuv-content-wrap .ttuv-step-card p{
    font-size: 16px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ttuv-content-wrap .ttuv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttuv-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card-grid, .tc-wp-content-root .ttuv-content-wrap .ttuv-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-info-card, .tc-wp-content-root .ttuv-content-wrap .ttuv-use-card, .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-number{
    width: 76px;
    height: 76px;
    font-size: 24px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-info-card h3, .tc-wp-content-root .ttuv-content-wrap .ttuv-use-card h3, .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card h3, .tc-wp-content-root .ttuv-content-wrap .ttuv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-info-card p, .tc-wp-content-root .ttuv-content-wrap .ttuv-use-card p, .tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card p, .tc-wp-content-root .ttuv-content-wrap .ttuv-step-card p{
    font-size: 16px;
  }}.wpc-scope-129 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .ttuv-step-content{}