@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 .tpv-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.6;
  background: #ffffff;
}.tc-wp-content-root .tpv-editorial-wrap, .tc-wp-content-root .tpv-editorial-wrap div, .tc-wp-content-root .tpv-editorial-wrap section, .tc-wp-content-root .tpv-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-section-white{
  background: #ffffff;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(37, 244, 238, 0.09), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(254, 44, 85, 0.08), transparent 30%),
    #f8fafc;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #d71955;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-kicker::before, .tc-wp-content-root .tpv-editorial-wrap .tpv-kicker::after{
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55);
}.tc-wp-content-root .tpv-editorial-wrap h2{
  margin: 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head p{
  margin: 16px auto 0;
  color: #5c667a;
  font-weight: 450;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(20, 31, 50, 0.09);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-card::before, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55, #111827);
  opacity: 0.82;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-card:hover, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card:hover, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.24);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.12);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card h3{
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card p{
  margin: 10px 0 0;
  color: #606b7d;
  font-weight: 450;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.14));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-icon::before, .tc-wp-content-root .tpv-editorial-wrap .tpv-icon::after{
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-card:hover .tpv-icon::before{
  transform: translateX(2px) scale(1.04);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-icon-play::before{
  top: 15px;
  left: 18px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #fe2c55;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 3px solid #25c7c2;
  border-bottom-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-icon-preview::before{
  width: 24px;
  height: 16px;
  left: 12px;
  top: 16px;
  border: 3px solid #fe2c55;
  border-radius: 12px;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 21px;
  top: 21px;
  border-radius: 50%;
  background: #111827;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-icon-steps::before{
  width: 22px;
  height: 3px;
  left: 13px;
  top: 14px;
  border-radius: 999px;
  background: #25c7c2;
  box-shadow: 0 8px 0 #fe2c55, 0 16px 0 #111827;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border: 3px solid #111827;
  border-radius: 7px;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-icon-daily::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 10px;
  background: conic-gradient(from 90deg, #25f4ee, #fe2c55, #111827, #25f4ee);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card{
  position: relative;
  display: grid;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(20, 31, 50, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 34px;
  width: 3px;
  height: calc(100% + 22px);
  transform: translateY(8px);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(37, 244, 238, 0.55), rgba(254, 44, 85, 0.2));
}.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #111827 0%, #fe2c55 55%, #25c7c2 100%);
  box-shadow: 0 16px 34px rgba(254, 44, 85, 0.22);
  font-weight: 900;
  letter-spacing: 0;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-badge-dot{
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 23%, transparent 24%),
    conic-gradient(from 140deg, #25f4ee, #fe2c55, #111827, #25f4ee);
  box-shadow: 0 12px 28px rgba(37, 244, 238, 0.22);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    radial-gradient(circle at 100% 0%, rgba(37, 244, 238, 0.14), transparent 32%);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-trust-mark{
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(254, 44, 85, 0.9));
  position: relative;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-trust-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 10px;
  width: 12px;
  height: 18px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(42deg);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-reveal.tpv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tpv-editorial-wrap .tpv-section{
    padding: 54px 0;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-container{
    padding: 0 14px;
  }.tc-wp-content-root .tpv-editorial-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card{
    padding: 24px 20px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card::after{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tpv-editorial-wrap .tpv-section{
    padding: 60px 0;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-container{
    padding: 0 18px;
  }.tc-wp-content-root .tpv-editorial-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card{
    padding: 26px 22px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card::after{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tpv-editorial-wrap .tpv-section{
    padding: 66px 0;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-container{
    padding: 0 22px;
  }.tc-wp-content-root .tpv-editorial-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card{
    padding: 28px 24px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card::after{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tpv-editorial-wrap .tpv-section{
    padding: 78px 0;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-container{
    padding: 0 28px;
  }.tc-wp-content-root .tpv-editorial-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card{
    padding: 30px 26px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card{
    grid-template-columns: 76px 1fr;
    gap: 22px;
    padding: 28px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tpv-editorial-wrap .tpv-section{
    padding: 92px 0;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-container{
    padding: 0 32px;
  }.tc-wp-content-root .tpv-editorial-wrap h2{
    font-size: 44px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-grid-six, .tc-wp-content-root .tpv-editorial-wrap .tpv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card{
    padding: 32px 28px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card{
    grid-template-columns: 86px 1fr;
    gap: 26px;
    padding: 32px;
  }}

.tc-wp-content-root .tpv-step-content {}