@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 .ttfv-content-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .ttfv-content-wrap, .tc-wp-content-root .ttfv-content-wrap section, .tc-wp-content-root .ttfv-content-wrap div, .tc-wp-content-root .ttfv-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(37, 244, 238, 0.12), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(254, 44, 85, 0.10), transparent 32%),
    #f8fafc;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 13px;
  border: 1px solid rgba(37, 244, 238, 0.35);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.10), rgba(254, 44, 85, 0.08));
  color: #0f6470;
  font-weight: 760;
  line-height: 1.2;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 18px rgba(254, 44, 85, 0.28);
}.tc-wp-content-root .ttfv-content-wrap .ttfv-section-head h2{
  margin: 0;
  color: #101827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-section-head p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #526071;
  line-height: 1.72;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-card, .tc-wp-content-root .ttfv-content-wrap .ttfv-trust-card{
  position: relative;
  height: 100%;
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 24px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.42), rgba(254, 44, 85, 0.24), rgba(15, 23, 42, 0.10)) border-box;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  overflow: hidden;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-card::after, .tc-wp-content-root .ttfv-content-wrap .ttfv-trust-card::after{
  content: "";
  position: absolute;
  inset: auto -24px -48px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 244, 238, 0.14), transparent 68%);
  pointer-events: none;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-card:hover, .tc-wp-content-root .ttfv-content-wrap .ttfv-trust-card:hover, .tc-wp-content-root .ttfv-content-wrap .ttfv-step-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .ttfv-content-wrap .ttfv-card h3, .tc-wp-content-root .ttfv-content-wrap .ttfv-trust-card h3, .tc-wp-content-root .ttfv-content-wrap .ttfv-step-card h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 790;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-card p, .tc-wp-content-root .ttfv-content-wrap .ttfv-trust-card p, .tc-wp-content-root .ttfv-content-wrap .ttfv-step-card p{
  position: relative;
  margin: 12px 0 0;
  color: #536274;
  line-height: 1.68;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
  box-shadow: inset 0 0 0 1px rgba(37, 244, 238, 0.22);
}.tc-wp-content-root .ttfv-content-wrap .ttfv-icon::before, .tc-wp-content-root .ttfv-content-wrap .ttfv-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-icon-view::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #0f9aa5;
  border-radius: 50%;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-icon-view::after{
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #fe2c55;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-icon-speed::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #0f9aa5;
  border-radius: 50%;
  border-left-color: transparent;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 22px;
  top: 22px;
  background: #fe2c55;
  transform: rotate(-35deg);
  transform-origin: left center;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-icon-preview::before{
  width: 22px;
  height: 17px;
  left: 12px;
  top: 14px;
  border: 2px solid #0f9aa5;
  border-radius: 7px;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-icon-preview::after{
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 999px;
  background: #fe2c55;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-icon-steps::before{
  width: 7px;
  height: 7px;
  left: 12px;
  top: 13px;
  border-radius: 50%;
  background: #25f4ee;
  box-shadow: 0 10px 0 #fe2c55, 0 20px 0 #25f4ee;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-icon-steps::after{
  width: 15px;
  height: 2px;
  left: 24px;
  top: 16px;
  border-radius: 999px;
  background: #0f9aa5;
  box-shadow: 0 10px 0 #0f9aa5, 0 20px 0 #0f9aa5;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-icon-mobile::before{
  width: 17px;
  height: 25px;
  left: 14px;
  top: 10px;
  border: 2px solid #0f9aa5;
  border-radius: 7px;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 28px;
  border-radius: 50%;
  background: #fe2c55;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #0f9aa5;
  border-radius: 50%;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-icon-daily::after{
  width: 9px;
  height: 9px;
  left: 20px;
  top: 17px;
  border-left: 2px solid #fe2c55;
  border-bottom: 2px solid #fe2c55;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.075);
  transition: transform 220ms ease, box-shadow 220ms ease;
  overflow: hidden;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}.tc-wp-content-root .ttfv-content-wrap .ttfv-step-number{
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #243049);
  color: #ffffff;
  font-weight: 860;
  letter-spacing: 0;
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.18);
}.tc-wp-content-root .ttfv-content-wrap .ttfv-step-content{
  min-width: 0;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-badge-dot{
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 35% 35%, #ffffff 0 18%, transparent 19%),
    linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 30px rgba(254, 44, 85, 0.14);
}.tc-wp-content-root .ttfv-content-wrap .ttfv-trust-card{
  text-align: left;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-trust-mark{
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
  position: relative;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-trust-mark::before{
  content: "";
  position: absolute;
  left: 17px;
  top: 13px;
  width: 18px;
  height: 24px;
  border: 2px solid #0f9aa5;
  border-radius: 12px 12px 10px 10px;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-trust-mark::after{
  content: "";
  position: absolute;
  left: 24px;
  top: 23px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #fe2c55;
  border-bottom: 2px solid #fe2c55;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttfv-content-wrap .ttfv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .ttfv-content-wrap .ttfv-reveal.ttfv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttfv-content-wrap .ttfv-section{
    padding: 46px 0;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-card, .tc-wp-content-root .ttfv-content-wrap .ttfv-trust-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-card h3, .tc-wp-content-root .ttfv-content-wrap .ttfv-trust-card h3, .tc-wp-content-root .ttfv-content-wrap .ttfv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-card p, .tc-wp-content-root .ttfv-content-wrap .ttfv-trust-card p, .tc-wp-content-root .ttfv-content-wrap .ttfv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttfv-content-wrap .ttfv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-card, .tc-wp-content-root .ttfv-content-wrap .ttfv-trust-card{
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-card h3, .tc-wp-content-root .ttfv-content-wrap .ttfv-trust-card h3, .tc-wp-content-root .ttfv-content-wrap .ttfv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-card p, .tc-wp-content-root .ttfv-content-wrap .ttfv-trust-card p, .tc-wp-content-root .ttfv-content-wrap .ttfv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttfv-content-wrap .ttfv-section{
    padding: 62px 0;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-section-head h2{
    font-size: 33px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-card, .tc-wp-content-root .ttfv-content-wrap .ttfv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-card h3, .tc-wp-content-root .ttfv-content-wrap .ttfv-trust-card h3, .tc-wp-content-root .ttfv-content-wrap .ttfv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-card p, .tc-wp-content-root .ttfv-content-wrap .ttfv-trust-card p, .tc-wp-content-root .ttfv-content-wrap .ttfv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttfv-content-wrap .ttfv-section{
    padding: 76px 0;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-card, .tc-wp-content-root .ttfv-content-wrap .ttfv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-card h3, .tc-wp-content-root .ttfv-content-wrap .ttfv-trust-card h3, .tc-wp-content-root .ttfv-content-wrap .ttfv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-card p, .tc-wp-content-root .ttfv-content-wrap .ttfv-trust-card p, .tc-wp-content-root .ttfv-content-wrap .ttfv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttfv-content-wrap .ttfv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-container{
    padding: 0 36px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-card, .tc-wp-content-root .ttfv-content-wrap .ttfv-trust-card{
    padding: 32px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-card h3, .tc-wp-content-root .ttfv-content-wrap .ttfv-trust-card h3, .tc-wp-content-root .ttfv-content-wrap .ttfv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-card p, .tc-wp-content-root .ttfv-content-wrap .ttfv-trust-card p, .tc-wp-content-root .ttfv-content-wrap .ttfv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .ttfv-content-wrap .ttfv-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }}