@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-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #17202f;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .ttfv-editorial-wrap, .tc-wp-content-root .ttfv-editorial-wrap section, .tc-wp-content-root .ttfv-editorial-wrap div, .tc-wp-content-root .ttfv-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%);
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  max-width: 100%;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(0, 211, 255, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 211, 255, 0.1), rgba(255, 45, 85, 0.1));
  color: #0b6172;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00d3ff, #ff2d55);
  box-shadow: 0 0 18px rgba(0, 211, 255, 0.45);
}.tc-wp-content-root .ttfv-editorial-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-section-head p{
  margin: 16px auto 0;
  color: #5d6678;
  font-weight: 400;
  line-height: 1.7;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(19, 31, 49, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(19, 31, 49, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 22px;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card::after, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #00d3ff, #ff2d55);
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card:hover, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card:hover, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 211, 255, 0.24);
  box-shadow: 0 24px 60px rgba(19, 31, 49, 0.12);
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card:hover::after, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card h3, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card h3, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card h3{
  margin: 0;
  color: #121a28;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card p{
  margin: 10px 0 0;
  color: #637084;
  line-height: 1.7;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 211, 255, 0.14), rgba(255, 45, 85, 0.14));
  border: 1px solid rgba(0, 211, 255, 0.18);
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon::before, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon::after{
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card:hover .ttfv-icon::before, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-card:hover .ttfv-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon-ring::before{
  inset: 12px;
  border: 3px solid #00a8c8;
  border-radius: 50%;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon-ring::after{
  right: 9px;
  bottom: 9px;
  width: 10px;
  height: 3px;
  border-radius: 999px;
  background: #ff2d55;
  transform: rotate(45deg);
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon-bolt::before{
  left: 17px;
  top: 10px;
  width: 11px;
  height: 24px;
  background: linear-gradient(180deg, #ff2d55, #00d3ff);
  clip-path: polygon(45% 0, 100% 0, 66% 42%, 100% 42%, 32% 100%, 45% 55%, 0 55%);
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon-frame::before{
  inset: 11px;
  border: 3px solid #00a8c8;
  border-radius: 8px;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon-frame::after{
  left: 16px;
  top: 18px;
  width: 12px;
  height: 8px;
  border-radius: 2px;
  background: #ff2d55;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon-path::before{
  left: 12px;
  top: 14px;
  width: 20px;
  height: 16px;
  border-left: 3px solid #00a8c8;
  border-bottom: 3px solid #00a8c8;
  border-radius: 0 0 0 10px;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon-path::after{
  right: 11px;
  top: 12px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #ff2d55;
  border-right: 3px solid #ff2d55;
  transform: rotate(45deg);
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon-phone::before{
  left: 15px;
  top: 8px;
  width: 14px;
  height: 26px;
  border: 3px solid #00a8c8;
  border-radius: 7px;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon-phone::after{
  left: 20px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff2d55;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon-pulse::before{
  left: 10px;
  top: 21px;
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: #00a8c8;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon-pulse::after{
  left: 15px;
  top: 12px;
  width: 14px;
  height: 20px;
  background: #ff2d55;
  clip-path: polygon(0 48%, 26% 48%, 40% 0, 63% 100%, 77% 48%, 100% 48%, 100% 62%, 68% 62%, 61% 87%, 39% 22%, 31% 62%, 0 62%);
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(0, 211, 255, 0.14), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #fbfcff 100%);
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #00d3ff, #ff2d55);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 18px 30px rgba(255, 45, 85, 0.2);
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-content{
  min-width: 0;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-badge-dot{
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin: 0 0 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 0 24%, transparent 25%),
    conic-gradient(from 90deg, #00d3ff, #ff2d55, #00d3ff);
  box-shadow: 0 14px 30px rgba(0, 211, 255, 0.16);
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card{
  height: 100%;
  min-width: 0;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at top right, rgba(255, 45, 85, 0.12), transparent 36%);
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-mark{
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #101828, #283244);
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.16);
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-reveal.ttfv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttfv-editorial-wrap .ttfv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-container{
    padding: 0 16px;
  }.tc-wp-content-root .ttfv-editorial-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card h3, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card h3, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttfv-editorial-wrap .ttfv-section{
    padding: 60px 0;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttfv-editorial-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card h3, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card h3, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttfv-editorial-wrap .ttfv-section{
    padding: 66px 0;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttfv-editorial-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card h3, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card h3, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttfv-editorial-wrap .ttfv-section{
    padding: 82px 0;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttfv-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card h3, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card h3, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttfv-editorial-wrap .ttfv-section{
    padding: 96px 0;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttfv-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-grid-six, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card h3, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card h3, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }}