@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 .pyv-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
  --pyv-accent: #ff2f62;
  --pyv-accent-2: #7c3cff;
  --pyv-accent-3: #00a6c8;
  --pyv-text: #172033;
  --pyv-muted: #5e6878;
  --pyv-border: rgba(23, 32, 51, 0.1);
  --pyv-soft: #f7f8fb;
  --pyv-shadow: 0 18px 45px rgba(20, 28, 45, 0.08);
  --pyv-shadow-hover: 0 24px 60px rgba(20, 28, 45, 0.13);
}.tc-wp-content-root .pyv-editorial, .tc-wp-content-root .pyv-editorial section, .tc-wp-content-root .pyv-editorial div, .tc-wp-content-root .pyv-editorial article, .tc-wp-content-root .pyv-editorial span, .tc-wp-content-root .pyv-editorial h2, .tc-wp-content-root .pyv-editorial h3, .tc-wp-content-root .pyv-editorial p{
  box-sizing: border-box;
}.tc-wp-content-root .pyv-editorial .pyv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .pyv-editorial .pyv-section-white{
  background: #ffffff;
}.tc-wp-content-root .pyv-editorial .pyv-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 47, 98, 0.08), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(124, 60, 255, 0.08), transparent 28%),
    var(--pyv-soft);
}.tc-wp-content-root .pyv-editorial .pyv-container{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}.tc-wp-content-root .pyv-editorial .pyv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .pyv-editorial .pyv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 47, 98, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 47, 98, 0.1), rgba(124, 60, 255, 0.1));
  color: #9d1b50;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .pyv-editorial h2{
  margin: 0;
  color: var(--pyv-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .pyv-editorial .pyv-section-head p{
  margin: 16px auto 0;
  color: var(--pyv-muted);
  line-height: 1.7;
}.tc-wp-content-root .pyv-editorial .pyv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .pyv-editorial .pyv-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--pyv-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--pyv-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .pyv-editorial .pyv-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 47, 98, 0.09), rgba(124, 60, 255, 0.08), rgba(0, 166, 200, 0.06));
  transition: opacity 260ms ease;
}.tc-wp-content-root .pyv-editorial .pyv-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 47, 98, 0.24);
  box-shadow: var(--pyv-shadow-hover);
}.tc-wp-content-root .pyv-editorial .pyv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .pyv-editorial .pyv-card h3, .tc-wp-content-root .pyv-editorial .pyv-card p, .tc-wp-content-root .pyv-editorial .pyv-card span, .tc-wp-content-root .pyv-editorial .pyv-step-card h3, .tc-wp-content-root .pyv-editorial .pyv-step-card p, .tc-wp-content-root .pyv-editorial .pyv-step-card span{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .pyv-editorial .pyv-card h3{
  margin: 18px 0 0;
  color: var(--pyv-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .pyv-editorial .pyv-card p{
  margin: 10px 0 0;
  color: var(--pyv-muted);
  line-height: 1.65;
}.tc-wp-content-root .pyv-editorial .pyv-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--pyv-accent), var(--pyv-accent-2));
  box-shadow: 0 12px 26px rgba(255, 47, 98, 0.22);
}.tc-wp-content-root .pyv-editorial .pyv-icon::before, .tc-wp-content-root .pyv-editorial .pyv-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .pyv-editorial .pyv-icon-play{
  position: relative;
}.tc-wp-content-root .pyv-editorial .pyv-icon-play::before{
  left: 18px;
  top: 14px;
  width: 0;
  height: 0;
  border-left: 13px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .pyv-editorial .pyv-icon-speed{
  position: relative;
}.tc-wp-content-root .pyv-editorial .pyv-icon-speed::before{
  left: 13px;
  top: 24px;
  width: 20px;
  height: 10px;
  border: 3px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}.tc-wp-content-root .pyv-editorial .pyv-icon-speed::after{
  left: 24px;
  top: 14px;
  width: 3px;
  height: 16px;
  background: #ffffff;
  border-radius: 3px;
  transform: rotate(42deg);
  transform-origin: bottom;
}.tc-wp-content-root .pyv-editorial .pyv-icon-frame{
  position: relative;
}.tc-wp-content-root .pyv-editorial .pyv-icon-frame::before{
  left: 12px;
  top: 13px;
  width: 22px;
  height: 17px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .pyv-editorial .pyv-icon-frame::after{
  left: 17px;
  top: 34px;
  width: 13px;
  height: 3px;
  background: #ffffff;
  border-radius: 4px;
}.tc-wp-content-root .pyv-editorial .pyv-icon-flow{
  position: relative;
}.tc-wp-content-root .pyv-editorial .pyv-icon-flow::before{
  left: 12px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .pyv-editorial .pyv-icon-flow::after{
  left: 20px;
  top: 20px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .pyv-editorial .pyv-icon-mobile{
  position: relative;
}.tc-wp-content-root .pyv-editorial .pyv-icon-mobile::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 27px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .pyv-editorial .pyv-icon-mobile::after{
  left: 21px;
  top: 30px;
  width: 5px;
  height: 3px;
  background: #ffffff;
  border-radius: 4px;
}.tc-wp-content-root .pyv-editorial .pyv-icon-daily{
  position: relative;
}.tc-wp-content-root .pyv-editorial .pyv-icon-daily::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .pyv-editorial .pyv-icon-daily::after{
  left: 18px;
  top: 20px;
  width: 12px;
  height: 7px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .pyv-editorial .pyv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .pyv-editorial .pyv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--pyv-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .pyv-editorial .pyv-step-card::after{
  content: "";
  position: absolute;
  left: 39px;
  top: 74px;
  bottom: -20px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 47, 98, 0.34), rgba(124, 60, 255, 0));
}.tc-wp-content-root .pyv-editorial .pyv-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .pyv-editorial .pyv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(124, 60, 255, 0.22);
  box-shadow: var(--pyv-shadow-hover);
}.tc-wp-content-root .pyv-editorial .pyv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 24px;
  background: linear-gradient(135deg, #12192b, #283450);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 18px 34px rgba(18, 25, 43, 0.18);
}.tc-wp-content-root .pyv-editorial .pyv-step-copy h3{
  margin: 0;
  color: var(--pyv-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .pyv-editorial .pyv-step-copy p{
  margin: 9px 0 0;
  color: var(--pyv-muted);
  line-height: 1.65;
}.tc-wp-content-root .pyv-editorial .pyv-dot{
  display: inline-flex;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pyv-accent), var(--pyv-accent-3));
  box-shadow: 0 0 0 8px rgba(255, 47, 98, 0.09);
}.tc-wp-content-root .pyv-editorial .pyv-badge{
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 166, 200, 0.1);
  color: #08758a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .pyv-editorial .pyv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .pyv-editorial .pyv-reveal.pyv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .pyv-editorial .pyv-section{
    padding: 48px 0;
  }.tc-wp-content-root .pyv-editorial .pyv-container{
    padding: 0 14px;
  }.tc-wp-content-root .pyv-editorial h2{
    font-size: 25px;
  }.tc-wp-content-root .pyv-editorial .pyv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .pyv-editorial .pyv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .pyv-editorial .pyv-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .pyv-editorial .pyv-card h3, .tc-wp-content-root .pyv-editorial .pyv-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .pyv-editorial .pyv-card p, .tc-wp-content-root .pyv-editorial .pyv-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .pyv-editorial .pyv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .pyv-editorial .pyv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .pyv-editorial .pyv-step-card::after{
    display: none;
  }.tc-wp-content-root .pyv-editorial .pyv-step-number{
    width: 60px;
    height: 60px;
    border-radius: 18px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .pyv-editorial .pyv-section{
    padding: 54px 0;
  }.tc-wp-content-root .pyv-editorial .pyv-container{
    padding: 0 18px;
  }.tc-wp-content-root .pyv-editorial h2{
    font-size: 28px;
  }.tc-wp-content-root .pyv-editorial .pyv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .pyv-editorial .pyv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .pyv-editorial .pyv-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .pyv-editorial .pyv-card h3, .tc-wp-content-root .pyv-editorial .pyv-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .pyv-editorial .pyv-card p, .tc-wp-content-root .pyv-editorial .pyv-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .pyv-editorial .pyv-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .pyv-editorial .pyv-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .pyv-editorial .pyv-step-card::after{
    display: none;
  }.tc-wp-content-root .pyv-editorial .pyv-step-number{
    width: 64px;
    height: 64px;
    border-radius: 19px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .pyv-editorial .pyv-section{
    padding: 62px 0;
  }.tc-wp-content-root .pyv-editorial .pyv-container{
    padding: 0 22px;
  }.tc-wp-content-root .pyv-editorial h2{
    font-size: 32px;
  }.tc-wp-content-root .pyv-editorial .pyv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .pyv-editorial .pyv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .pyv-editorial .pyv-card{
    padding: 26px;
  }.tc-wp-content-root .pyv-editorial .pyv-card h3, .tc-wp-content-root .pyv-editorial .pyv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .pyv-editorial .pyv-card p, .tc-wp-content-root .pyv-editorial .pyv-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .pyv-editorial .pyv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .pyv-editorial .pyv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .pyv-editorial .pyv-step-card::after{
    display: none;
  }.tc-wp-content-root .pyv-editorial .pyv-step-number{
    width: 68px;
    height: 68px;
    border-radius: 20px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .pyv-editorial .pyv-section{
    padding: 78px 0;
  }.tc-wp-content-root .pyv-editorial .pyv-container{
    padding: 0 30px;
  }.tc-wp-content-root .pyv-editorial h2{
    font-size: 39px;
  }.tc-wp-content-root .pyv-editorial .pyv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .pyv-editorial .pyv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .pyv-editorial .pyv-trust-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .pyv-editorial .pyv-card{
    padding: 28px;
  }.tc-wp-content-root .pyv-editorial .pyv-card h3, .tc-wp-content-root .pyv-editorial .pyv-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .pyv-editorial .pyv-card p, .tc-wp-content-root .pyv-editorial .pyv-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .pyv-editorial .pyv-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .pyv-editorial .pyv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .pyv-editorial .pyv-step-number{
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .pyv-editorial .pyv-section{
    padding: 92px 0;
  }.tc-wp-content-root .pyv-editorial .pyv-container{
    padding: 0 32px;
  }.tc-wp-content-root .pyv-editorial h2{
    font-size: 46px;
  }.tc-wp-content-root .pyv-editorial .pyv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .pyv-editorial .pyv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .pyv-editorial .pyv-card{
    padding: 30px;
  }.tc-wp-content-root .pyv-editorial .pyv-card h3, .tc-wp-content-root .pyv-editorial .pyv-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .pyv-editorial .pyv-card p, .tc-wp-content-root .pyv-editorial .pyv-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .pyv-editorial .pyv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .pyv-editorial .pyv-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .pyv-editorial .pyv-step-number{
    font-size: 21px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .pyv-editorial .pyv-card, .tc-wp-content-root .pyv-editorial .pyv-step-card, .tc-wp-content-root .pyv-editorial .pyv-reveal{
    transition: none;
  }.tc-wp-content-root .pyv-editorial .pyv-reveal{
    opacity: 1;
    transform: none;
  }.tc-wp-content-root .pyv-editorial .pyv-card:hover, .tc-wp-content-root .pyv-editorial .pyv-step-card:hover{
    transform: none;
  }}

.tc-wp-content-root .pyv-feature-card {}
.tc-wp-content-root .pyv-trust-card {}
.tc-wp-content-root .pyv-use-card {}