@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 .ttsc-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.tc-wp-content-root .ttsc-content-wrap, .tc-wp-content-root .ttsc-content-wrap div, .tc-wp-content-root .ttsc-content-wrap section, .tc-wp-content-root .ttsc-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-section-soft{
  background:
    radial-gradient(circle at 12% 16%, rgba(51, 132, 255, 0.08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(0, 196, 167, 0.08), transparent 30%),
    #f7fafc;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 12px;
  border: 1px solid rgba(51, 132, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(51, 132, 255, 0.1), rgba(0, 196, 167, 0.1));
  color: #1262c8;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-section-head p{
  margin: 16px auto 0;
  color: #5b667a;
  line-height: 1.75;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-card, .tc-wp-content-root .ttsc-content-wrap .ttsc-step-card, .tc-wp-content-root .ttsc-content-wrap .ttsc-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(20, 34, 66, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(24, 39, 75, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-card::before, .tc-wp-content-root .ttsc-content-wrap .ttsc-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(51, 132, 255, 0.18), rgba(0, 196, 167, 0.14));
  opacity: 0;
  transition: opacity 220ms ease;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  padding: 1px;
  mask-composite: exclude;
  -webkit-mask-composite: xor;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-card:hover, .tc-wp-content-root .ttsc-content-wrap .ttsc-step-card:hover, .tc-wp-content-root .ttsc-content-wrap .ttsc-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(51, 132, 255, 0.2);
  box-shadow: 0 24px 60px rgba(24, 39, 75, 0.12);
}.tc-wp-content-root .ttsc-content-wrap .ttsc-card:hover::before, .tc-wp-content-root .ttsc-content-wrap .ttsc-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-card h3, .tc-wp-content-root .ttsc-content-wrap .ttsc-step-card h3, .tc-wp-content-root .ttsc-content-wrap .ttsc-trust-card h3{
  margin: 0;
  color: #121a2a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-card p, .tc-wp-content-root .ttsc-content-wrap .ttsc-step-card p, .tc-wp-content-root .ttsc-content-wrap .ttsc-trust-card p{
  margin: 10px 0 0;
  color: #626d80;
  line-height: 1.7;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #3384ff, #00c4a7);
  box-shadow: 0 12px 26px rgba(51, 132, 255, 0.22);
}.tc-wp-content-root .ttsc-content-wrap .ttsc-icon::before, .tc-wp-content-root .ttsc-content-wrap .ttsc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-icon-clock::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-icon-clock::after{
  width: 9px;
  height: 2px;
  left: 23px;
  top: 22px;
  transform-origin: left center;
  transform: rotate(35deg);
}.tc-wp-content-root .ttsc-content-wrap .ttsc-icon-pace::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 15px;
  border-radius: 10px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 rgba(255, 255, 255, 0.75);
}.tc-wp-content-root .ttsc-content-wrap .ttsc-icon-pace::after{
  width: 8px;
  height: 8px;
  right: 10px;
  top: 19px;
  border-radius: 50%;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-icon-script::before{
  width: 20px;
  height: 24px;
  left: 13px;
  top: 11px;
  border-radius: 5px;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-icon-script::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 18px;
  border-radius: 8px;
  box-shadow: 0 6px 0 #3384ff, 0 12px 0 #3384ff;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-icon-target::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-icon-target::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-icon-edit::before{
  width: 21px;
  height: 4px;
  left: 13px;
  top: 21px;
  border-radius: 6px;
  transform: rotate(-35deg);
}.tc-wp-content-root .ttsc-content-wrap .ttsc-icon-edit::after{
  width: 8px;
  height: 8px;
  left: 12px;
  top: 26px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}.tc-wp-content-root .ttsc-content-wrap .ttsc-icon-calm::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
}.tc-wp-content-root .ttsc-content-wrap .ttsc-icon-calm::after{
  width: 14px;
  height: 7px;
  left: 16px;
  top: 21px;
  border-bottom: 2px solid #3384ff;
  border-radius: 0 0 14px 14px;
  background: transparent;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, rgba(51, 132, 255, 0.12), rgba(0, 196, 167, 0.1));
}.tc-wp-content-root .ttsc-content-wrap .ttsc-step-card::after{
  content: "";
  position: absolute;
  left: 38px;
  top: 76px;
  bottom: -18px;
  width: 2px;
  background: linear-gradient(180deg, rgba(51, 132, 255, 0.32), rgba(0, 196, 167, 0));
}.tc-wp-content-root .ttsc-content-wrap .ttsc-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #3384ff, #00c4a7);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(51, 132, 255, 0.24);
}.tc-wp-content-root .ttsc-content-wrap .ttsc-step-content{
  min-width: 0;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0, 196, 167, 0.1);
  color: #087f70;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at top right, rgba(51, 132, 255, 0.12), transparent 42%);
}.tc-wp-content-root .ttsc-content-wrap .ttsc-trust-card{
  text-align: center;
  background: #ffffff;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-trust-mark{
  width: 54px;
  height: 54px;
  margin: 0 auto 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(51, 132, 255, 0.13), rgba(0, 196, 167, 0.16));
  position: relative;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-trust-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 17px;
  top: 19px;
  border-left: 3px solid #0aa88f;
  border-bottom: 3px solid #0aa88f;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttsc-content-wrap .ttsc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .ttsc-content-wrap .ttsc-reveal.ttsc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttsc-content-wrap .ttsc-section{
    padding: 46px 0;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-card, .tc-wp-content-root .ttsc-content-wrap .ttsc-trust-card{
    padding: 20px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-card h3, .tc-wp-content-root .ttsc-content-wrap .ttsc-step-card h3, .tc-wp-content-root .ttsc-content-wrap .ttsc-trust-card h3{
    font-size: 17px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-card p, .tc-wp-content-root .ttsc-content-wrap .ttsc-step-card p, .tc-wp-content-root .ttsc-content-wrap .ttsc-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-steps{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-step-card::after{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttsc-content-wrap .ttsc-section{
    padding: 52px 0;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-card, .tc-wp-content-root .ttsc-content-wrap .ttsc-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-card h3, .tc-wp-content-root .ttsc-content-wrap .ttsc-step-card h3, .tc-wp-content-root .ttsc-content-wrap .ttsc-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-card p, .tc-wp-content-root .ttsc-content-wrap .ttsc-step-card p, .tc-wp-content-root .ttsc-content-wrap .ttsc-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-step-card::after{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttsc-content-wrap .ttsc-section{
    padding: 58px 0;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-card, .tc-wp-content-root .ttsc-content-wrap .ttsc-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-card h3, .tc-wp-content-root .ttsc-content-wrap .ttsc-step-card h3, .tc-wp-content-root .ttsc-content-wrap .ttsc-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-card p, .tc-wp-content-root .ttsc-content-wrap .ttsc-step-card p, .tc-wp-content-root .ttsc-content-wrap .ttsc-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-step-card::after{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttsc-content-wrap .ttsc-section{
    padding: 74px 0;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-grid-six, .tc-wp-content-root .ttsc-content-wrap .ttsc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-card, .tc-wp-content-root .ttsc-content-wrap .ttsc-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-card h3, .tc-wp-content-root .ttsc-content-wrap .ttsc-step-card h3, .tc-wp-content-root .ttsc-content-wrap .ttsc-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-card p, .tc-wp-content-root .ttsc-content-wrap .ttsc-step-card p, .tc-wp-content-root .ttsc-content-wrap .ttsc-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-step-card{
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 28px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttsc-content-wrap .ttsc-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-container{
    padding: 0 34px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-grid-six, .tc-wp-content-root .ttsc-content-wrap .ttsc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-card, .tc-wp-content-root .ttsc-content-wrap .ttsc-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-card h3, .tc-wp-content-root .ttsc-content-wrap .ttsc-step-card h3, .tc-wp-content-root .ttsc-content-wrap .ttsc-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-card p, .tc-wp-content-root .ttsc-content-wrap .ttsc-step-card p, .tc-wp-content-root .ttsc-content-wrap .ttsc-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ttsc-content-wrap .ttsc-step-card{
    grid-template-columns: auto 1fr;
    gap: 26px;
    padding: 32px;
  }}