@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-content{
  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;
}.tc-wp-content-root .pyv-editorial-content, .tc-wp-content-root .pyv-editorial-content .pyv-section, .tc-wp-content-root .pyv-editorial-content .pyv-container, .tc-wp-content-root .pyv-editorial-content .pyv-card, .tc-wp-content-root .pyv-editorial-content .pyv-step-card, .tc-wp-content-root .pyv-editorial-content .pyv-trust-card{
  box-sizing: border-box;
}.tc-wp-content-root .pyv-editorial-content .pyv-section{
  position: relative;
}.tc-wp-content-root .pyv-editorial-content .pyv-section-white{
  background: #ffffff;
}.tc-wp-content-root .pyv-editorial-content .pyv-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 42, 89, 0.08), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(124, 58, 237, 0.08), transparent 30%),
    #f8fafc;
}.tc-wp-content-root .pyv-editorial-content .pyv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .pyv-editorial-content .pyv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .pyv-editorial-content .pyv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 42, 89, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 42, 89, 0.1), rgba(124, 58, 237, 0.1));
  color: #b91c4a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .pyv-editorial-content .pyv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff2a59, #7c3aed);
  box-shadow: 0 0 0 5px rgba(255, 42, 89, 0.1);
}.tc-wp-content-root .pyv-editorial-content h2, .tc-wp-content-root .pyv-editorial-content h3, .tc-wp-content-root .pyv-editorial-content p{
  margin-top: 0;
}.tc-wp-content-root .pyv-editorial-content h2{
  margin-bottom: 14px;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .pyv-editorial-content .pyv-section-head p{
  margin-bottom: 0;
  color: #526071;
  font-weight: 450;
}.tc-wp-content-root .pyv-editorial-content .pyv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .pyv-editorial-content .pyv-card, .tc-wp-content-root .pyv-editorial-content .pyv-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .pyv-editorial-content .pyv-card::after, .tc-wp-content-root .pyv-editorial-content .pyv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 42, 89, 0.11), rgba(124, 58, 237, 0.1));
  transition: opacity 260ms ease;
}.tc-wp-content-root .pyv-editorial-content .pyv-card:hover, .tc-wp-content-root .pyv-editorial-content .pyv-trust-card:hover, .tc-wp-content-root .pyv-editorial-content .pyv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 42, 89, 0.28);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .pyv-editorial-content .pyv-card:hover::after, .tc-wp-content-root .pyv-editorial-content .pyv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .pyv-editorial-content .pyv-card > *, .tc-wp-content-root .pyv-editorial-content .pyv-trust-card > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .pyv-editorial-content .pyv-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff2a59, #7c3aed);
  box-shadow: 0 14px 28px rgba(255, 42, 89, 0.22);
  transition: transform 260ms ease;
}.tc-wp-content-root .pyv-editorial-content .pyv-card:hover .pyv-icon{
  transform: translateY(-2px) rotate(-3deg);
}.tc-wp-content-root .pyv-editorial-content .pyv-icon::before, .tc-wp-content-root .pyv-editorial-content .pyv-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .pyv-editorial-content .pyv-icon-play{
  position: relative;
}.tc-wp-content-root .pyv-editorial-content .pyv-icon-play::before{
  top: 14px;
  left: 18px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #ffffff;
}.tc-wp-content-root .pyv-editorial-content .pyv-icon-bolt{
  position: relative;
}.tc-wp-content-root .pyv-editorial-content .pyv-icon-bolt::before{
  top: 10px;
  left: 17px;
  width: 12px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(55% 0, 100% 0, 62% 43%, 100% 43%, 35% 100%, 46% 55%, 0 55%);
}.tc-wp-content-root .pyv-editorial-content .pyv-icon-frame{
  position: relative;
}.tc-wp-content-root .pyv-editorial-content .pyv-icon-frame::before{
  inset: 13px 10px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .pyv-editorial-content .pyv-icon-frame::after{
  top: 20px;
  left: 18px;
  width: 10px;
  height: 6px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .pyv-editorial-content .pyv-icon-route{
  position: relative;
}.tc-wp-content-root .pyv-editorial-content .pyv-icon-route::before{
  top: 15px;
  left: 12px;
  width: 22px;
  height: 14px;
  border: 2px solid #ffffff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .pyv-editorial-content .pyv-icon-route::after{
  top: 12px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .pyv-editorial-content .pyv-icon-mobile{
  position: relative;
}.tc-wp-content-root .pyv-editorial-content .pyv-icon-mobile::before{
  top: 9px;
  left: 15px;
  width: 16px;
  height: 28px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .pyv-editorial-content .pyv-icon-mobile::after{
  bottom: 12px;
  left: 21px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .pyv-editorial-content .pyv-icon-calendar{
  position: relative;
}.tc-wp-content-root .pyv-editorial-content .pyv-icon-calendar::before{
  top: 13px;
  left: 11px;
  width: 24px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .pyv-editorial-content .pyv-icon-calendar::after{
  top: 19px;
  left: 16px;
  width: 14px;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 6px 0 #ffffff;
}.tc-wp-content-root .pyv-editorial-content h3{
  margin-bottom: 9px;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .pyv-editorial-content .pyv-card p, .tc-wp-content-root .pyv-editorial-content .pyv-step-card p, .tc-wp-content-root .pyv-editorial-content .pyv-trust-card p{
  margin-bottom: 0;
  color: #5b6677;
}.tc-wp-content-root .pyv-editorial-content .pyv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .pyv-editorial-content .pyv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(10px);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .pyv-editorial-content .pyv-step-card::before{
  content: "";
  position: absolute;
  left: 34px;
  top: -18px;
  bottom: -18px;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(255, 42, 89, 0.28), rgba(124, 58, 237, 0.28), transparent);
}.tc-wp-content-root .pyv-editorial-content .pyv-step-card:first-child::before{
  top: 50%;
}.tc-wp-content-root .pyv-editorial-content .pyv-step-card:last-child::before{
  bottom: 50%;
}.tc-wp-content-root .pyv-editorial-content .pyv-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ff2a59, #7c3aed);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(124, 58, 237, 0.22);
}.tc-wp-content-root .pyv-editorial-content .pyv-card-accent{
  overflow: hidden;
}.tc-wp-content-root .pyv-editorial-content .pyv-card-accent::before{
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #ff2a59, #7c3aed);
}.tc-wp-content-root .pyv-editorial-content .pyv-dot{
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff2a59, #7c3aed);
  box-shadow: 0 0 0 8px rgba(255, 42, 89, 0.08);
}.tc-wp-content-root .pyv-editorial-content .pyv-badge{
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 42, 89, 0.09);
  color: #be1749;
  font-size: 12px;
  font-weight: 850;
}.tc-wp-content-root .pyv-editorial-content .pyv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .pyv-editorial-content .pyv-reveal.pyv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .pyv-editorial-content .pyv-section{
    padding: 46px 0;
  }.tc-wp-content-root .pyv-editorial-content .pyv-container{
    padding: 0 14px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .pyv-editorial-content h2{
    font-size: 27px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-card, .tc-wp-content-root .pyv-editorial-content .pyv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .pyv-editorial-content h3{
    font-size: 18px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-card p, .tc-wp-content-root .pyv-editorial-content .pyv-step-card p, .tc-wp-content-root .pyv-editorial-content .pyv-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-steps{
    gap: 14px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-step-card::before{
    display: none;
  }.tc-wp-content-root .pyv-editorial-content .pyv-step-number{
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .pyv-editorial-content .pyv-section{
    padding: 52px 0;
  }.tc-wp-content-root .pyv-editorial-content .pyv-container{
    padding: 0 18px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .pyv-editorial-content h2{
    font-size: 30px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-card, .tc-wp-content-root .pyv-editorial-content .pyv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .pyv-editorial-content h3{
    font-size: 19px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-card p, .tc-wp-content-root .pyv-editorial-content .pyv-step-card p, .tc-wp-content-root .pyv-editorial-content .pyv-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-steps{
    gap: 16px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-step-card::before{
    display: none;
  }.tc-wp-content-root .pyv-editorial-content .pyv-step-number{
    width: 60px;
    height: 60px;
    border-radius: 19px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .pyv-editorial-content .pyv-section{
    padding: 58px 0;
  }.tc-wp-content-root .pyv-editorial-content .pyv-container{
    padding: 0 22px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .pyv-editorial-content h2{
    font-size: 34px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-card, .tc-wp-content-root .pyv-editorial-content .pyv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .pyv-editorial-content h3{
    font-size: 20px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-card p, .tc-wp-content-root .pyv-editorial-content .pyv-step-card p, .tc-wp-content-root .pyv-editorial-content .pyv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-steps{
    gap: 18px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-step-card::before{
    display: none;
  }.tc-wp-content-root .pyv-editorial-content .pyv-step-number{
    width: 64px;
    height: 64px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .pyv-editorial-content .pyv-section{
    padding: 72px 0;
  }.tc-wp-content-root .pyv-editorial-content .pyv-container{
    padding: 0 30px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .pyv-editorial-content h2{
    font-size: 40px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-grid-three, .tc-wp-content-root .pyv-editorial-content .pyv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-card, .tc-wp-content-root .pyv-editorial-content .pyv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .pyv-editorial-content h3{
    font-size: 20px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-card p, .tc-wp-content-root .pyv-editorial-content .pyv-step-card p, .tc-wp-content-root .pyv-editorial-content .pyv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-steps{
    gap: 20px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-step-card{
    gap: 22px;
    padding: 28px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .pyv-editorial-content .pyv-section{
    padding: 86px 0;
  }.tc-wp-content-root .pyv-editorial-content .pyv-container{
    padding: 0 32px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .pyv-editorial-content h2{
    font-size: 46px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-grid-three, .tc-wp-content-root .pyv-editorial-content .pyv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-card, .tc-wp-content-root .pyv-editorial-content .pyv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .pyv-editorial-content h3{
    font-size: 21px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-card p, .tc-wp-content-root .pyv-editorial-content .pyv-step-card p, .tc-wp-content-root .pyv-editorial-content .pyv-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-steps{
    gap: 22px;
  }.tc-wp-content-root .pyv-editorial-content .pyv-step-card{
    gap: 26px;
    padding: 30px 34px;
  }}

.tc-wp-content-root .pyv-step-copy {}