@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: hidden;
  color: #17202a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  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;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(37, 244, 238, 0.11), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(254, 44, 85, 0.09), transparent 28%),
    #f8fafc;
}.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-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #0f7f82;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-kicker::before, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-kicker::after{
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55);
}.tc-wp-content-root .ttfv-editorial-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-heading p{
  margin: 16px auto 0;
  color: #5f6b7a;
  line-height: 1.7;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-grid{
  display: grid;
  width: 100%;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.09);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card::before, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #25f4ee, #111827 50%, #fe2c55);
  opacity: 0.85;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card:hover, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card:hover, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(37, 244, 238, 0.45);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.13);
}.tc-wp-content-root .ttfv-editorial-wrap h3{
  margin: 0;
  color: #141b25;
  font-weight: 820;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-note p{
  margin: 0;
  color: #5f6b7a;
  line-height: 1.68;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.2), rgba(254, 44, 85, 0.18));
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}.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 260ms 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: translateX(2px);
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon-play::before{
  left: 18px;
  top: 14px;
  border-left: 13px solid #111827;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon-speed::before{
  left: 11px;
  top: 21px;
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: #111827;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon-speed::after{
  left: 22px;
  top: 12px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fe2c55;
  border-right: 3px solid #fe2c55;
  transform: rotate(45deg);
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon-preview::before{
  left: 10px;
  top: 13px;
  width: 26px;
  height: 18px;
  border: 3px solid #111827;
  border-radius: 8px;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon-preview::after{
  left: 19px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #25f4ee;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon-steps::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 3px solid #111827;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon-steps::after{
  left: 21px;
  top: 8px;
  width: 3px;
  height: 30px;
  border-radius: 999px;
  background: #fe2c55;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon-mobile::before{
  left: 15px;
  top: 8px;
  width: 16px;
  height: 30px;
  border: 3px solid #111827;
  border-radius: 8px;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon-mobile::after{
  left: 21px;
  top: 31px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #25f4ee;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon-daily::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  border: 3px solid #111827;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-icon-daily::after{
  left: 18px;
  top: 18px;
  width: 13px;
  height: 7px;
  border-left: 3px solid #fe2c55;
  border-bottom: 3px solid #fe2c55;
  transform: rotate(-45deg);
}.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;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card::after{
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 122px;
  height: 122px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-number{
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(135deg, #111827 0%, #0f7f82 48%, #fe2c55 100%);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.22);
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-badge{
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 16px;
  border: 1px solid rgba(37, 244, 238, 0.35);
  border-radius: 999px;
  color: #0f7f82;
  background: rgba(37, 244, 238, 0.1);
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card{
  height: 100%;
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-dot{
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #25f4ee;
  box-shadow: 16px 0 0 #111827, 32px 0 0 #fe2c55;
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-note{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.09);
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff, #f9fbfd);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-note::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttfv-editorial-wrap .ttfv-reveal.ttfv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@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 14px;
  }.tc-wp-content-root .ttfv-editorial-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-heading p{
    font-size: 15px;
  }.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: 24px;
  }.tc-wp-content-root .ttfv-editorial-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-note 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: 18px;
    padding: 24px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-badge{
    padding: 8px 11px;
    font-size: 12px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-note{
    margin-top: 18px;
    padding: 22px 22px 22px 26px;
  }}@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: 31px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-heading p{
    font-size: 15.5px;
  }.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: 26px;
  }.tc-wp-content-root .ttfv-editorial-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-note p{
    font-size: 14.5px;
  }.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: 18px;
    padding: 26px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-badge{
    padding: 8px 12px;
    font-size: 12px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-note{
    margin-top: 20px;
    padding: 24px 24px 24px 28px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttfv-editorial-wrap .ttfv-section{
    padding: 68px 0;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttfv-editorial-wrap h2{
    font-size: 35px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-heading 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: 28px;
  }.tc-wp-content-root .ttfv-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-note 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: 28px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-badge{
    padding: 9px 13px;
    font-size: 12px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-note{
    margin-top: 22px;
    padding: 26px 26px 26px 31px;
  }}@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 30px;
  }.tc-wp-content-root .ttfv-editorial-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-heading 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-card, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ttfv-editorial-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-note p{
    font-size: 15.5px;
  }.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: 32px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-badge{
    padding: 9px 14px;
    font-size: 12px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-note{
    margin-top: 24px;
    padding: 30px 30px 30px 36px;
  }}@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: 48px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-grid-three, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-grid-trust{
    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: 32px;
  }.tc-wp-content-root .ttfv-editorial-wrap h3{
    font-size: 22px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-trust-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card p, .tc-wp-content-root .ttfv-editorial-wrap .ttfv-note p{
    font-size: 16px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-step-number{
    width: 76px;
    height: 76px;
    font-size: 21px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-badge{
    padding: 9px 14px;
    font-size: 12px;
  }.tc-wp-content-root .ttfv-editorial-wrap .ttfv-note{
    margin-top: 26px;
    padding: 32px 34px 32px 40px;
  }}