@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.5;
}.tc-wp-content-root .tpv-editorial-wrap, .tc-wp-content-root .tpv-editorial-wrap section, .tc-wp-content-root .tpv-editorial-wrap div, .tc-wp-content-root .tpv-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-section{
  position: relative;
}.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% 8%, rgba(37, 244, 238, 0.12), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(254, 44, 85, 0.1), transparent 28%),
    #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: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #3b4050;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 5px rgba(37, 244, 238, 0.12);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head h2{
  margin: 0;
  color: #121827;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #5d667a;
  line-height: 1.7;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-info-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-use-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(18, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-info-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-use-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card{
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 22px;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-info-card::after, .tc-wp-content-root .tpv-editorial-wrap .tpv-use-card::after, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), transparent 32%, rgba(254, 44, 85, 0.12));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-info-card:hover, .tc-wp-content-root .tpv-editorial-wrap .tpv-use-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(37, 244, 238, 0.36);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-info-card:hover::after, .tc-wp-content-root .tpv-editorial-wrap .tpv-use-card:hover::after, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-card-icon{
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  flex: 0 0 auto;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #7b61ff 48%, #fe2c55);
  box-shadow: 0 12px 28px rgba(254, 44, 85, 0.16);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-card-icon::before{
  content: "";
  position: absolute;
  inset: 12px 10px 10px 14px;
  border: 2px solid #ffffff;
  border-left: 0;
  border-bottom: 0;
  border-radius: 3px;
  transform: rotate(45deg);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-info-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-use-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-content h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151c2d;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.22;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-info-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-use-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-content p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5c6476;
  line-height: 1.7;
}.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{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
}.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-step-number{
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 18px 38px rgba(17, 24, 39, 0.18);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-mini-badge{
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.11);
  color: #166d72;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .tpv-editorial-wrap .tpv-trust-mark{
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.2), rgba(254, 44, 85, 0.14));
  border: 1px solid rgba(18, 24, 39, 0.08);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-trust-mark::before{
  content: "";
  position: absolute;
  top: 13px;
  left: 17px;
  width: 10px;
  height: 18px;
  border-right: 3px solid #111827;
  border-bottom: 3px solid #111827;
  transform: rotate(42deg);
}.tc-wp-content-root .tpv-editorial-wrap .tpv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.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 220ms ease, border-color 220ms 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 .tpv-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card-grid, .tc-wp-content-root .tpv-editorial-wrap .tpv-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-info-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-use-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card{
    padding: 22px;
  }.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-info-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-use-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-info-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-use-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-content p{
    font-size: 14px;
  }}@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 .tpv-section-head h2{
    font-size: 30px;
  }.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, .tc-wp-content-root .tpv-editorial-wrap .tpv-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-info-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-use-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card{
    padding: 24px;
  }.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-info-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-use-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-info-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-use-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-content p{
    font-size: 14.5px;
  }}@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 .tpv-section-head 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, .tc-wp-content-root .tpv-editorial-wrap .tpv-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-info-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-use-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-info-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-use-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-info-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-use-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-content p{
    font-size: 15px;
  }}@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 30px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head 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: 42px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-info-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-use-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-info-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-use-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-info-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-use-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-content p{
    font-size: 15.5px;
  }}@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 .tpv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.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-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-info-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-use-card, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-info-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-use-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card h3, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .tpv-editorial-wrap .tpv-info-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-use-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-trust-card p, .tc-wp-content-root .tpv-editorial-wrap .tpv-step-content p{
    font-size: 15.5px;
  }}

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