@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 .ttav-content{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #18202f;
  background: #ffffff;
}.tc-wp-content-root .ttav-content, .tc-wp-content-root .ttav-content section, .tc-wp-content-root .ttav-content div, .tc-wp-content-root .ttav-content article, .tc-wp-content-root .ttav-content span, .tc-wp-content-root .ttav-content h2, .tc-wp-content-root .ttav-content h3, .tc-wp-content-root .ttav-content p{
  box-sizing: border-box;
}.tc-wp-content-root .ttav-content .ttav-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.tc-wp-content-root .ttav-content .ttav-section-white{
  background:
    radial-gradient(circle at 12% 10%, rgba(37, 244, 238, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(254, 44, 85, 0.08), transparent 32%),
    #ffffff;
}.tc-wp-content-root .ttav-content .ttav-section-soft{
  background:
    linear-gradient(135deg, rgba(37, 244, 238, 0.07), transparent 34%),
    linear-gradient(315deg, rgba(254, 44, 85, 0.07), transparent 36%),
    #f7f9fc;
}.tc-wp-content-root .ttav-content .ttav-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ttav-content .ttav-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttav-content .ttav-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 12px;
  margin: 0 0 14px;
  border: 1px solid rgba(24, 32, 47, 0.08);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.14), rgba(254, 44, 85, 0.12));
  color: #223044;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .ttav-content .ttav-heading h2{
  margin: 0;
  color: #101827;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}.tc-wp-content-root .ttav-content .ttav-heading p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #5b6678;
  font-weight: 450;
  line-height: 1.72;
}.tc-wp-content-root .ttav-content .ttav-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttav-content .ttav-card, .tc-wp-content-root .ttav-content .ttav-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(24, 32, 47, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(22, 31, 48, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ttav-content .ttav-card::before, .tc-wp-content-root .ttav-content .ttav-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.42), rgba(254, 44, 85, 0.34), transparent 70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
  -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 .ttav-content .ttav-card:hover, .tc-wp-content-root .ttav-content .ttav-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(37, 244, 238, 0.24);
  box-shadow: 0 24px 60px rgba(22, 31, 48, 0.12);
}.tc-wp-content-root .ttav-content .ttav-card:hover::before, .tc-wp-content-root .ttav-content .ttav-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttav-content .ttav-card h3, .tc-wp-content-root .ttav-content .ttav-trust-card h3, .tc-wp-content-root .ttav-content .ttav-step-content h3{
  margin: 0;
  color: #121a29;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .ttav-content .ttav-card p, .tc-wp-content-root .ttav-content .ttav-trust-card p, .tc-wp-content-root .ttav-content .ttav-step-content p{
  margin: 10px 0 0;
  color: #637083;
  font-weight: 450;
  line-height: 1.68;
}.tc-wp-content-root .ttav-content .ttav-icon{
  width: 46px;
  height: 46px;
  display: inline-flex;
  position: relative;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 26px rgba(254, 44, 85, 0.18);
  transition: transform 260ms ease;
}.tc-wp-content-root .ttav-content .ttav-card:hover .ttav-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .ttav-content .ttav-icon::after{
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 9px;
}.tc-wp-content-root .ttav-content .ttav-icon-play::before{
  content: "";
  position: absolute;
  left: 19px;
  top: 15px;
  border-left: 12px solid #ffffff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  z-index: 1;
}.tc-wp-content-root .ttav-content .ttav-icon-bolt::before{
  content: "";
  position: absolute;
  left: 17px;
  top: 10px;
  width: 10px;
  height: 24px;
  background: #ffffff;
  clip-path: polygon(42% 0, 100% 0, 62% 43%, 100% 43%, 30% 100%, 47% 55%, 0 55%);
  z-index: 1;
}.tc-wp-content-root .ttav-content .ttav-icon-frame::before, .tc-wp-content-root .ttav-content .ttav-icon-mobile::before{
  content: "";
  position: absolute;
  inset: 11px 14px;
  border: 2px solid #ffffff;
  border-radius: 7px;
  z-index: 1;
}.tc-wp-content-root .ttav-content .ttav-icon-route::before, .tc-wp-content-root .ttav-content .ttav-icon-daily::before{
  content: "";
  position: absolute;
  left: 12px;
  top: 21px;
  width: 22px;
  height: 3px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 -8px 0 rgba(255, 255, 255, 0.8), 0 8px 0 rgba(255, 255, 255, 0.8);
  z-index: 1;
}.tc-wp-content-root .ttav-content .ttav-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttav-content .ttav-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: relative;
  width: 100%;
  border: 1px solid rgba(24, 32, 47, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82));
  box-shadow: 0 18px 46px rgba(22, 31, 48, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .ttav-content .ttav-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}.tc-wp-content-root .ttav-content .ttav-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(22, 31, 48, 0.11);
}.tc-wp-content-root .ttav-content .ttav-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(16, 24, 39, 0.18), transparent),
    linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 30px rgba(254, 44, 85, 0.18);
}.tc-wp-content-root .ttav-content .ttav-use-card{
  padding-top: 34px;
}.tc-wp-content-root .ttav-content .ttav-badge-dot{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 13px;
  height: 13px;
  border-radius: 99px;
  background: #25f4ee;
  box-shadow: -7px 7px 0 rgba(254, 44, 85, 0.8), 0 0 0 8px rgba(37, 244, 238, 0.1);
}.tc-wp-content-root .ttav-content .ttav-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    #ffffff;
}.tc-wp-content-root .ttav-content .ttav-trust-mark{
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
  position: relative;
}.tc-wp-content-root .ttav-content .ttav-trust-mark::before{
  content: "";
  position: absolute;
  left: 15px;
  top: 13px;
  width: 16px;
  height: 21px;
  border: 3px solid #18202f;
  border-radius: 10px 10px 12px 12px;
}.tc-wp-content-root .ttav-content .ttav-trust-mark::after{
  content: "";
  position: absolute;
  left: 21px;
  top: 21px;
  width: 5px;
  height: 5px;
  border-radius: 99px;
  background: #fe2c55;
}.tc-wp-content-root .ttav-content .ttav-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .ttav-content .ttav-reveal.ttav-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttav-content .ttav-section{
    padding: 46px 0;
  }.tc-wp-content-root .ttav-content .ttav-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttav-content .ttav-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .ttav-content .ttav-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ttav-content .ttav-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ttav-content .ttav-card, .tc-wp-content-root .ttav-content .ttav-trust-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .ttav-content .ttav-card h3, .tc-wp-content-root .ttav-content .ttav-trust-card h3, .tc-wp-content-root .ttav-content .ttav-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ttav-content .ttav-card p, .tc-wp-content-root .ttav-content .ttav-trust-card p, .tc-wp-content-root .ttav-content .ttav-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .ttav-content .ttav-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ttav-content .ttav-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttav-content .ttav-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttav-content .ttav-section{
    padding: 52px 0;
  }.tc-wp-content-root .ttav-content .ttav-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttav-content .ttav-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .ttav-content .ttav-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttav-content .ttav-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ttav-content .ttav-card, .tc-wp-content-root .ttav-content .ttav-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ttav-content .ttav-card h3, .tc-wp-content-root .ttav-content .ttav-trust-card h3, .tc-wp-content-root .ttav-content .ttav-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ttav-content .ttav-card p, .tc-wp-content-root .ttav-content .ttav-trust-card p, .tc-wp-content-root .ttav-content .ttav-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttav-content .ttav-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ttav-content .ttav-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ttav-content .ttav-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttav-content .ttav-section{
    padding: 60px 0;
  }.tc-wp-content-root .ttav-content .ttav-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttav-content .ttav-heading h2{
    font-size: 35px;
  }.tc-wp-content-root .ttav-content .ttav-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ttav-content .ttav-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ttav-content .ttav-card, .tc-wp-content-root .ttav-content .ttav-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ttav-content .ttav-card h3, .tc-wp-content-root .ttav-content .ttav-trust-card h3, .tc-wp-content-root .ttav-content .ttav-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ttav-content .ttav-card p, .tc-wp-content-root .ttav-content .ttav-trust-card p, .tc-wp-content-root .ttav-content .ttav-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ttav-content .ttav-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ttav-content .ttav-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .ttav-content .ttav-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttav-content .ttav-section{
    padding: 76px 0;
  }.tc-wp-content-root .ttav-content .ttav-container{
    padding: 0 30px;
  }.tc-wp-content-root .ttav-content .ttav-heading h2{
    font-size: 42px;
  }.tc-wp-content-root .ttav-content .ttav-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ttav-content .ttav-grid-three, .tc-wp-content-root .ttav-content .ttav-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttav-content .ttav-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttav-content .ttav-card, .tc-wp-content-root .ttav-content .ttav-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ttav-content .ttav-card h3, .tc-wp-content-root .ttav-content .ttav-trust-card h3, .tc-wp-content-root .ttav-content .ttav-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ttav-content .ttav-card p, .tc-wp-content-root .ttav-content .ttav-trust-card p, .tc-wp-content-root .ttav-content .ttav-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttav-content .ttav-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .ttav-content .ttav-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ttav-content .ttav-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttav-content .ttav-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttav-content .ttav-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttav-content .ttav-heading h2{
    font-size: 48px;
  }.tc-wp-content-root .ttav-content .ttav-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ttav-content .ttav-grid-three, .tc-wp-content-root .ttav-content .ttav-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttav-content .ttav-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .ttav-content .ttav-card, .tc-wp-content-root .ttav-content .ttav-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ttav-content .ttav-card h3, .tc-wp-content-root .ttav-content .ttav-trust-card h3, .tc-wp-content-root .ttav-content .ttav-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ttav-content .ttav-card p, .tc-wp-content-root .ttav-content .ttav-trust-card p, .tc-wp-content-root .ttav-content .ttav-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttav-content .ttav-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .ttav-content .ttav-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .ttav-content .ttav-step-number{
    width: 76px;
    height: 76px;
    font-size: 21px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .ttav-content .ttav-reveal, .tc-wp-content-root .ttav-content .ttav-card, .tc-wp-content-root .ttav-content .ttav-trust-card, .tc-wp-content-root .ttav-content .ttav-step-card, .tc-wp-content-root .ttav-content .ttav-icon{
    transition: none;
  }.tc-wp-content-root .ttav-content .ttav-reveal{
    opacity: 1;
    transform: none;
  }}