@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 .tpav-editorial-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .tpav-editorial-wrap, .tc-wp-content-root .tpav-editorial-wrap div, .tc-wp-content-root .tpav-editorial-wrap section, .tc-wp-content-root .tpav-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-section-white{
  background: #ffffff;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-section-soft{
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 0, 96, 0.08), transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(0, 242, 234, 0.10), transparent 32%),
    #f7f9fc;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 13px;
  border: 1px solid rgba(0, 242, 234, 0.26);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 96, 0.10));
  color: #44516a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .tpav-editorial-wrap h2{
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-section-head p{
  margin: 16px auto 0;
  color: #5a6478;
  font-weight: 400;
  line-height: 1.72;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-feature-card, .tc-wp-content-root .tpav-editorial-wrap .tpav-use-card, .tc-wp-content-root .tpav-editorial-wrap .tpav-trust-card, .tc-wp-content-root .tpav-editorial-wrap .tpav-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(20, 31, 52, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 46px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-feature-card, .tc-wp-content-root .tpav-editorial-wrap .tpav-use-card, .tc-wp-content-root .tpav-editorial-wrap .tpav-trust-card{
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 22px;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-feature-card::before, .tc-wp-content-root .tpav-editorial-wrap .tpav-use-card::before, .tc-wp-content-root .tpav-editorial-wrap .tpav-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.42), rgba(255, 0, 96, 0.34), transparent 62%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-feature-card:hover, .tc-wp-content-root .tpav-editorial-wrap .tpav-use-card:hover, .tc-wp-content-root .tpav-editorial-wrap .tpav-trust-card:hover, .tc-wp-content-root .tpav-editorial-wrap .tpav-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 242, 234, 0.26);
  box-shadow: 0 22px 58px rgba(16, 24, 40, 0.12);
}.tc-wp-content-root .tpav-editorial-wrap .tpav-feature-card:hover::before, .tc-wp-content-root .tpav-editorial-wrap .tpav-use-card:hover::before, .tc-wp-content-root .tpav-editorial-wrap .tpav-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tpav-editorial-wrap h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-feature-card p, .tc-wp-content-root .tpav-editorial-wrap .tpav-use-card p, .tc-wp-content-root .tpav-editorial-wrap .tpav-trust-card p, .tc-wp-content-root .tpav-editorial-wrap .tpav-step-card p{
  margin: 12px 0 0;
  color: #5e687a;
  line-height: 1.68;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00f2ea, #ff0060);
  box-shadow: 0 12px 28px rgba(255, 0, 96, 0.18);
  transition: transform 260ms ease;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-feature-card:hover .tpav-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .tpav-editorial-wrap .tpav-icon::before, .tc-wp-content-root .tpav-editorial-wrap .tpav-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-icon-play::before{
  width: 0;
  height: 0;
  left: 19px;
  top: 14px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ffffff;
  background: transparent;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 14px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-icon-speed::after{
  width: 12px;
  height: 3px;
  left: 24px;
  top: 24px;
  border-radius: 3px;
  transform: rotate(-28deg);
}.tc-wp-content-root .tpav-editorial-wrap .tpav-icon-frame::before{
  inset: 13px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-icon-frame::after{
  width: 10px;
  height: 10px;
  right: 12px;
  top: 12px;
  border-radius: 50%;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-icon-steps::before{
  width: 24px;
  height: 3px;
  left: 12px;
  top: 15px;
  border-radius: 3px;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-icon-mobile::before{
  width: 19px;
  height: 28px;
  left: 15px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 22px;
  bottom: 12px;
  border-radius: 50%;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-icon-daily::after{
  width: 14px;
  height: 3px;
  left: 22px;
  top: 23px;
  border-radius: 3px;
  transform: rotate(42deg);
  transform-origin: left center;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(0, 242, 234, 0.18), rgba(255, 0, 96, 0.14));
}.tc-wp-content-root .tpav-editorial-wrap .tpav-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.18);
}.tc-wp-content-root .tpav-editorial-wrap .tpav-step-content{
  min-width: 0;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-badge-dot{
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00f2ea, #ff0060);
  box-shadow: 0 0 0 8px rgba(0, 242, 234, 0.10);
}.tc-wp-content-root .tpav-editorial-wrap .tpav-trust-mark{
  width: 52px;
  height: 52px;
  margin: 0 0 20px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(0, 242, 234, 0.16), rgba(255, 0, 96, 0.14)),
    #ffffff;
  border: 1px solid rgba(0, 242, 234, 0.24);
  position: relative;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-trust-mark::before{
  content: "";
  position: absolute;
  left: 17px;
  top: 14px;
  width: 16px;
  height: 22px;
  border: 3px solid #172033;
  border-radius: 10px 10px 8px 8px;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-trust-mark::after{
  content: "";
  position: absolute;
  left: 22px;
  top: 24px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff0060;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .tpav-editorial-wrap .tpav-reveal.tpav-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tpav-editorial-wrap .tpav-section{
    padding: 48px 0;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-container{
    padding: 0 14px;
  }.tc-wp-content-root .tpav-editorial-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-card-grid, .tc-wp-content-root .tpav-editorial-wrap .tpav-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-feature-card, .tc-wp-content-root .tpav-editorial-wrap .tpav-use-card, .tc-wp-content-root .tpav-editorial-wrap .tpav-trust-card{
    padding: 22px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .tpav-editorial-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-feature-card p, .tc-wp-content-root .tpav-editorial-wrap .tpav-use-card p, .tc-wp-content-root .tpav-editorial-wrap .tpav-trust-card p, .tc-wp-content-root .tpav-editorial-wrap .tpav-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tpav-editorial-wrap .tpav-section{
    padding: 54px 0;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-container{
    padding: 0 18px;
  }.tc-wp-content-root .tpav-editorial-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-card-grid, .tc-wp-content-root .tpav-editorial-wrap .tpav-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-feature-card, .tc-wp-content-root .tpav-editorial-wrap .tpav-use-card, .tc-wp-content-root .tpav-editorial-wrap .tpav-trust-card{
    padding: 24px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .tpav-editorial-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-feature-card p, .tc-wp-content-root .tpav-editorial-wrap .tpav-use-card p, .tc-wp-content-root .tpav-editorial-wrap .tpav-trust-card p, .tc-wp-content-root .tpav-editorial-wrap .tpav-step-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tpav-editorial-wrap .tpav-section{
    padding: 60px 0;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-container{
    padding: 0 22px;
  }.tc-wp-content-root .tpav-editorial-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-card-grid, .tc-wp-content-root .tpav-editorial-wrap .tpav-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-feature-card, .tc-wp-content-root .tpav-editorial-wrap .tpav-use-card, .tc-wp-content-root .tpav-editorial-wrap .tpav-trust-card{
    padding: 26px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }.tc-wp-content-root .tpav-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-feature-card p, .tc-wp-content-root .tpav-editorial-wrap .tpav-use-card p, .tc-wp-content-root .tpav-editorial-wrap .tpav-trust-card p, .tc-wp-content-root .tpav-editorial-wrap .tpav-step-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tpav-editorial-wrap .tpav-section{
    padding: 72px 0;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-container{
    padding: 0 28px;
  }.tc-wp-content-root .tpav-editorial-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-feature-card, .tc-wp-content-root .tpav-editorial-wrap .tpav-use-card, .tc-wp-content-root .tpav-editorial-wrap .tpav-trust-card{
    padding: 28px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-step-card{
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }.tc-wp-content-root .tpav-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-feature-card p, .tc-wp-content-root .tpav-editorial-wrap .tpav-use-card p, .tc-wp-content-root .tpav-editorial-wrap .tpav-trust-card p, .tc-wp-content-root .tpav-editorial-wrap .tpav-step-card p{
    font-size: 15px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tpav-editorial-wrap .tpav-section{
    padding: 88px 0;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-container{
    padding: 0 32px;
  }.tc-wp-content-root .tpav-editorial-wrap h2{
    font-size: 44px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-card-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-feature-card, .tc-wp-content-root .tpav-editorial-wrap .tpav-use-card, .tc-wp-content-root .tpav-editorial-wrap .tpav-trust-card{
    padding: 30px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-step-card{
    grid-template-columns: auto 1fr;
    gap: 26px;
    padding: 30px 34px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }.tc-wp-content-root .tpav-editorial-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .tpav-editorial-wrap .tpav-feature-card p, .tc-wp-content-root .tpav-editorial-wrap .tpav-use-card p, .tc-wp-content-root .tpav-editorial-wrap .tpav-trust-card p, .tc-wp-content-root .tpav-editorial-wrap .tpav-step-card p{
    font-size: 15.5px;
  }}

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