@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;
}.wpc-scope-74 .tc-wp-content-root img, .wpc-scope-74 .tc-wp-content-root video, .wpc-scope-74 .tc-wp-content-root svg, .wpc-scope-74 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap{
  width: 100%;
  overflow: hidden;
  color: #17202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap, .wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap div, .wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap section, .wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-section{
  position: relative;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-section-white{
  background: #ffffff;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-section-soft{
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 0, 92, 0.06), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(0, 242, 234, 0.08), transparent 28%),
    #f8fafc;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 92, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 92, 0.08), rgba(0, 242, 234, 0.1));
  color: #a41147;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff005c, #00d7d0);
  box-shadow: 0 0 0 5px rgba(0, 242, 234, 0.12);
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-section-head p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #5b6472;
  font-weight: 450;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 0, 92, 0.22), rgba(0, 242, 234, 0.2), rgba(17, 24, 39, 0.08)) border-box;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-card::after{
  content: "";
  position: absolute;
  inset: auto 20px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #ff005c, #00d7d0);
  opacity: 0;
  transition: opacity 240ms ease, transform 240ms ease;
  transform: scaleX(0.82);
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
  border-color: rgba(0, 215, 208, 0.26);
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-card:hover::after{
  opacity: 1;
  transform: scaleX(1);
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-card h3, .wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card h3{
  margin: 0;
  color: #141b2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-card p, .wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card p{
  margin: 10px 0 0;
  color: #5d6675;
  font-weight: 430;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(255, 0, 92, 0.1), rgba(0, 242, 234, 0.13));
  border: 1px solid rgba(17, 24, 39, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-icon::before, .wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-icon::after{
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-card:hover .tpv-icon::before{
  transform: translateY(-2px) scale(1.04);
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-icon-orbit::before{
  inset: 12px;
  border: 2px solid #ff005c;
  border-radius: 50%;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-icon-orbit::after{
  width: 8px;
  height: 8px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  background: #00d7d0;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-icon-bolt::before{
  left: 17px;
  top: 10px;
  width: 11px;
  height: 24px;
  background: linear-gradient(160deg, #ff005c, #00d7d0);
  clip-path: polygon(48% 0, 100% 0, 65% 42%, 100% 42%, 28% 100%, 48% 55%, 8% 55%);
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-icon-frame::before{
  inset: 12px;
  border: 2px solid #00b8b2;
  border-radius: 6px;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-icon-frame::after{
  left: 16px;
  right: 16px;
  top: 19px;
  height: 2px;
  background: #ff005c;
  border-radius: 99px;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-icon-path::before{
  left: 13px;
  right: 13px;
  top: 14px;
  height: 16px;
  border-left: 2px solid #ff005c;
  border-bottom: 2px solid #00b8b2;
  border-radius: 0 0 0 9px;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-icon-path::after{
  right: 12px;
  bottom: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00b8b2;
  border-right: 2px solid #00b8b2;
  transform: rotate(45deg);
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-icon-phone::before{
  left: 15px;
  top: 9px;
  width: 14px;
  height: 26px;
  border: 2px solid #111827;
  border-radius: 6px;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-icon-phone::after{
  left: 20px;
  bottom: 12px;
  width: 5px;
  height: 2px;
  border-radius: 99px;
  background: #ff005c;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-icon-note::before{
  left: 12px;
  top: 11px;
  width: 20px;
  height: 23px;
  border: 2px solid #00b8b2;
  border-radius: 6px;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-icon-note::after{
  left: 17px;
  top: 18px;
  width: 12px;
  height: 8px;
  border-top: 2px solid #ff005c;
  border-bottom: 2px solid #ff005c;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-icon-shield::before{
  left: 12px;
  top: 9px;
  width: 20px;
  height: 25px;
  background: linear-gradient(135deg, #ff005c, #00d7d0);
  clip-path: polygon(50% 0, 86% 14%, 86% 48%, 50% 100%, 14% 48%, 14% 14%);
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-icon-speed::before{
  left: 10px;
  top: 22px;
  width: 24px;
  height: 13px;
  border: 2px solid #00b8b2;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom: 0;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-icon-speed::after{
  left: 22px;
  top: 18px;
  width: 2px;
  height: 13px;
  background: #ff005c;
  border-radius: 99px;
  transform-origin: bottom center;
  transform: rotate(42deg);
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-icon-lock::before{
  left: 13px;
  top: 19px;
  width: 18px;
  height: 15px;
  border-radius: 5px;
  background: linear-gradient(135deg, #ff005c, #00d7d0);
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-icon-lock::after{
  left: 16px;
  top: 10px;
  width: 12px;
  height: 13px;
  border: 2px solid #111827;
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 55px rgba(17, 24, 39, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 0 99px 99px 0;
  background: linear-gradient(180deg, #ff005c, #00d7d0);
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 68px rgba(17, 24, 39, 0.1);
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 0, 92, 0.92), rgba(0, 198, 194, 0.92)),
    #111827;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(255, 0, 92, 0.18);
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-step-content{
  min-width: 0;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-badge{
  display: inline-flex;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 215, 208, 0.1);
  color: #087a78;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-benefit-card{
  background:
    linear-gradient(145deg, #ffffff, #fbfdff) padding-box,
    linear-gradient(135deg, rgba(255, 0, 92, 0.24), rgba(0, 242, 234, 0.28)) border-box;
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-74 .tc-wp-content-root .tpv-editorial-wrap .tpv-reveal.tpv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .tpv-editorial-wrap .tpv-section{
    padding: 52px 0;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-container{
    padding: 0 14px;
  }.tc-wp-content-root .tpv-editorial-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card{
    padding: 22px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-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-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .tpv-editorial-wrap .tpv-section{
    padding: 58px 0;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-container{
    padding: 0 18px;
  }.tc-wp-content-root .tpv-editorial-wrap h2{
    font-size: 31px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card{
    padding: 24px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-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-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .tpv-editorial-wrap .tpv-section{
    padding: 64px 0;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-container{
    padding: 0 22px;
  }.tc-wp-content-root .tpv-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card{
    padding: 26px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-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-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-list{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@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 32px;
  }.tc-wp-content-root .tpv-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card{
    padding: 28px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-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-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-benefit-grid .tpv-card:last-child{
    grid-column: span 2;
  }}@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 34px;
  }.tc-wp-content-root .tpv-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card{
    padding: 30px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-list{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }}