@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 .tav-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background: #ffffff;
}.tc-wp-content-root .tav-editorial-wrap, .tc-wp-content-root .tav-editorial-wrap section, .tc-wp-content-root .tav-editorial-wrap div, .tc-wp-content-root .tav-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .tav-editorial-wrap .tav-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .tav-editorial-wrap .tav-section-white{
  background: #ffffff;
}.tc-wp-content-root .tav-editorial-wrap .tav-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(37, 244, 238, 0.12), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(254, 44, 85, 0.10), transparent 28%),
    #f8fafc;
}.tc-wp-content-root .tav-editorial-wrap .tav-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tav-editorial-wrap .tav-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tav-editorial-wrap .tav-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 12px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #b4173d;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .tav-editorial-wrap .tav-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tav-editorial-wrap .tav-heading p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #526071;
  font-weight: 450;
}.tc-wp-content-root .tav-editorial-wrap .tav-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tav-editorial-wrap .tav-card, .tc-wp-content-root .tav-editorial-wrap .tav-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tav-editorial-wrap .tav-card::before, .tc-wp-content-root .tav-editorial-wrap .tav-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.14), transparent 32%, rgba(254, 44, 85, 0.10));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .tav-editorial-wrap .tav-card:hover, .tc-wp-content-root .tav-editorial-wrap .tav-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.24);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .tav-editorial-wrap .tav-card:hover::before, .tc-wp-content-root .tav-editorial-wrap .tav-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tav-editorial-wrap .tav-card h3, .tc-wp-content-root .tav-editorial-wrap .tav-trust-card h3, .tc-wp-content-root .tav-editorial-wrap .tav-step h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .tav-editorial-wrap .tav-card p, .tc-wp-content-root .tav-editorial-wrap .tav-trust-card p, .tc-wp-content-root .tav-editorial-wrap .tav-step p{
  position: relative;
  margin: 10px 0 0;
  color: #5b6677;
  font-weight: 430;
}.tc-wp-content-root .tav-editorial-wrap .tav-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 26px rgba(254, 44, 85, 0.18);
  transition: transform 260ms ease;
}.tc-wp-content-root .tav-editorial-wrap .tav-card:hover .tav-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .tav-editorial-wrap .tav-icon::before, .tc-wp-content-root .tav-editorial-wrap .tav-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .tav-editorial-wrap .tav-icon-play::before{
  width: 0;
  height: 0;
  top: 14px;
  left: 18px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
  background: transparent;
}.tc-wp-content-root .tav-editorial-wrap .tav-icon-speed::before{
  width: 20px;
  height: 20px;
  top: 13px;
  left: 13px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .tav-editorial-wrap .tav-icon-speed::after{
  width: 13px;
  height: 3px;
  top: 23px;
  left: 23px;
  border-radius: 999px;
  transform: rotate(-25deg);
}.tc-wp-content-root .tav-editorial-wrap .tav-icon-frame::before{
  width: 22px;
  height: 18px;
  top: 14px;
  left: 12px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.tc-wp-content-root .tav-editorial-wrap .tav-icon-path::before{
  width: 22px;
  height: 4px;
  top: 14px;
  left: 12px;
  border-radius: 999px;
}.tc-wp-content-root .tav-editorial-wrap .tav-icon-path::after{
  width: 22px;
  height: 4px;
  top: 27px;
  left: 12px;
  border-radius: 999px;
}.tc-wp-content-root .tav-editorial-wrap .tav-icon-mobile::before{
  width: 17px;
  height: 25px;
  top: 10px;
  left: 15px;
  border: 3px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.tc-wp-content-root .tav-editorial-wrap .tav-icon-daily::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .tav-editorial-wrap .tav-icon-daily::after{
  width: 10px;
  height: 3px;
  top: 21px;
  left: 22px;
  border-radius: 999px;
}.tc-wp-content-root .tav-editorial-wrap .tav-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tav-editorial-wrap .tav-step{
  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: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 46px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .tav-editorial-wrap .tav-step:hover{
  transform: translateY(-4px);
  border-color: rgba(37, 244, 238, 0.38);
  box-shadow: 0 26px 62px rgba(15, 23, 42, 0.10);
}.tc-wp-content-root .tav-editorial-wrap .tav-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #283449);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 28px rgba(17, 24, 39, 0.16);
}.tc-wp-content-root .tav-editorial-wrap .tav-step::after{
  content: "";
  position: absolute;
  width: 5px;
  top: 24px;
  bottom: 24px;
  left: 101px;
  border-radius: 999px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
  opacity: 0.58;
}.tc-wp-content-root .tav-editorial-wrap .tav-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .tav-editorial-wrap .tav-badge-dot, .tc-wp-content-root .tav-editorial-wrap .tav-trust-mark{
  position: relative;
  display: inline-flex;
  width: 15px;
  height: 15px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 7px rgba(37, 244, 238, 0.10), 0 0 0 13px rgba(254, 44, 85, 0.07);
}.tc-wp-content-root .tav-editorial-wrap .tav-trust-card{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), #ffffff);
}.tc-wp-content-root .tav-editorial-wrap .tav-trust-mark{
  width: 42px;
  height: 42px;
  border-radius: 15px;
}.tc-wp-content-root .tav-editorial-wrap .tav-trust-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  top: 14px;
  left: 12px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .tav-editorial-wrap .tav-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .tav-editorial-wrap .tav-reveal.tav-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tav-editorial-wrap .tav-section{
    padding: 48px 0;
  }.tc-wp-content-root .tav-editorial-wrap .tav-container{
    padding: 0 14px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-heading p{
    font-size: 15px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card, .tc-wp-content-root .tav-editorial-wrap .tav-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card h3, .tc-wp-content-root .tav-editorial-wrap .tav-trust-card h3, .tc-wp-content-root .tav-editorial-wrap .tav-step h3{
    font-size: 18px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card p, .tc-wp-content-root .tav-editorial-wrap .tav-trust-card p, .tc-wp-content-root .tav-editorial-wrap .tav-step p{
    font-size: 14px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step::after{
    display: none;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tav-editorial-wrap .tav-section{
    padding: 54px 0;
  }.tc-wp-content-root .tav-editorial-wrap .tav-container{
    padding: 0 18px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card, .tc-wp-content-root .tav-editorial-wrap .tav-trust-card{
    padding: 24px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card h3, .tc-wp-content-root .tav-editorial-wrap .tav-trust-card h3, .tc-wp-content-root .tav-editorial-wrap .tav-step h3{
    font-size: 19px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card p, .tc-wp-content-root .tav-editorial-wrap .tav-trust-card p, .tc-wp-content-root .tav-editorial-wrap .tav-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step::after{
    display: none;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tav-editorial-wrap .tav-section{
    padding: 60px 0;
  }.tc-wp-content-root .tav-editorial-wrap .tav-container{
    padding: 0 22px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-heading p{
    font-size: 16px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card, .tc-wp-content-root .tav-editorial-wrap .tav-trust-card{
    padding: 26px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card h3, .tc-wp-content-root .tav-editorial-wrap .tav-trust-card h3, .tc-wp-content-root .tav-editorial-wrap .tav-step h3{
    font-size: 20px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card p, .tc-wp-content-root .tav-editorial-wrap .tav-trust-card p, .tc-wp-content-root .tav-editorial-wrap .tav-step p{
    font-size: 15px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step::after{
    display: none;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tav-editorial-wrap .tav-section{
    padding: 76px 0;
  }.tc-wp-content-root .tav-editorial-wrap .tav-container{
    padding: 0 30px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card, .tc-wp-content-root .tav-editorial-wrap .tav-trust-card{
    padding: 28px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card h3, .tc-wp-content-root .tav-editorial-wrap .tav-trust-card h3, .tc-wp-content-root .tav-editorial-wrap .tav-step h3{
    font-size: 21px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card p, .tc-wp-content-root .tav-editorial-wrap .tav-trust-card p, .tc-wp-content-root .tav-editorial-wrap .tav-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step{
    gap: 30px;
    padding: 30px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step::after{
    left: 96px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tav-editorial-wrap .tav-section{
    padding: 92px 0;
  }.tc-wp-content-root .tav-editorial-wrap .tav-container{
    padding: 0 32px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-heading p{
    font-size: 17.5px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tav-editorial-wrap .tav-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card, .tc-wp-content-root .tav-editorial-wrap .tav-trust-card{
    padding: 30px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card h3, .tc-wp-content-root .tav-editorial-wrap .tav-trust-card h3, .tc-wp-content-root .tav-editorial-wrap .tav-step h3{
    font-size: 22px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-card p, .tc-wp-content-root .tav-editorial-wrap .tav-trust-card p, .tc-wp-content-root .tav-editorial-wrap .tav-step p{
    font-size: 16px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step{
    gap: 34px;
    padding: 32px 36px;
  }.tc-wp-content-root .tav-editorial-wrap .tav-step-number{
    font-size: 21px;
  }}

.tc-wp-content-root .tav-trust-grid {}