@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 .ypvv-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #151821;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: #ffffff;
}.tc-wp-content-root .ypvv-editorial, .tc-wp-content-root .ypvv-editorial div, .tc-wp-content-root .ypvv-editorial section, .tc-wp-content-root .ypvv-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .ypvv-editorial .ypvv-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.tc-wp-content-root .ypvv-editorial .ypvv-section-white{
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 24, 72, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}.tc-wp-content-root .ypvv-editorial .ypvv-section-soft{
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 86, 48, 0.1), transparent 30%),
    linear-gradient(180deg, #fff8f7 0%, #f8fafc 100%);
}.tc-wp-content-root .ypvv-editorial .ypvv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ypvv-editorial .ypvv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ypvv-editorial .ypvv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 24, 72, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #c21638;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  box-shadow: 0 10px 30px rgba(255, 24, 72, 0.08);
}.tc-wp-content-root .ypvv-editorial .ypvv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff1848, #ff7a3d);
  box-shadow: 0 0 0 5px rgba(255, 24, 72, 0.1);
}.tc-wp-content-root .ypvv-editorial h2{
  margin: 18px 0 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: 0;
}.tc-wp-content-root .ypvv-editorial .ypvv-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #556070;
  font-weight: 450;
  line-height: 1.75;
}.tc-wp-content-root .ypvv-editorial .ypvv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ypvv-editorial .ypvv-card, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card, .tc-wp-content-root .ypvv-editorial .ypvv-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .ypvv-editorial .ypvv-card{
  border-radius: 22px;
}.tc-wp-content-root .ypvv-editorial .ypvv-card::after, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  border: 1px solid rgba(255, 24, 72, 0.24);
  transition: opacity 240ms ease;
}.tc-wp-content-root .ypvv-editorial .ypvv-card:hover, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card:hover, .tc-wp-content-root .ypvv-editorial .ypvv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 24, 72, 0.18);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}.tc-wp-content-root .ypvv-editorial .ypvv-card:hover::after, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .ypvv-editorial .ypvv-card h3, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card h3, .tc-wp-content-root .ypvv-editorial .ypvv-step-card h3{
  margin: 0;
  color: #131722;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ypvv-editorial .ypvv-card p, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card p, .tc-wp-content-root .ypvv-editorial .ypvv-step-card p{
  margin: 10px 0 0;
  color: #586273;
  font-weight: 430;
  line-height: 1.68;
}.tc-wp-content-root .ypvv-editorial .ypvv-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff1848 0%, #ff5630 55%, #ff9f43 100%);
  box-shadow: 0 14px 28px rgba(255, 24, 72, 0.2);
  position: relative;
  transition: transform 240ms ease;
}.tc-wp-content-root .ypvv-editorial .ypvv-card:hover .ypvv-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .ypvv-editorial .ypvv-icon::before, .tc-wp-content-root .ypvv-editorial .ypvv-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .ypvv-editorial .ypvv-icon-play::before{
  left: 19px;
  top: 14px;
  border-left: 13px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .ypvv-editorial .ypvv-icon-flash::before{
  left: 19px;
  top: 10px;
  width: 9px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(45% 0, 100% 0, 65% 43%, 100% 43%, 35% 100%, 48% 55%, 0 55%);
}.tc-wp-content-root .ypvv-editorial .ypvv-icon-frame::before{
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .ypvv-editorial .ypvv-icon-frame::after{
  left: 20px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #ffffff;
}.tc-wp-content-root .ypvv-editorial .ypvv-icon-steps::before{
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border-radius: 7px;
  border: 3px solid #ffffff;
}.tc-wp-content-root .ypvv-editorial .ypvv-icon-steps::after{
  right: 11px;
  bottom: 10px;
  width: 14px;
  height: 3px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: -7px -8px 0 #ffffff;
}.tc-wp-content-root .ypvv-editorial .ypvv-icon-mobile::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .ypvv-editorial .ypvv-icon-daily::before{
  left: 12px;
  top: 13px;
  width: 22px;
  height: 20px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .ypvv-editorial .ypvv-icon-daily::after{
  left: 18px;
  top: 9px;
  width: 4px;
  height: 9px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 10px 0 0 #ffffff;
}.tc-wp-content-root .ypvv-editorial .ypvv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ypvv-editorial .ypvv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 247, 0.92)),
    linear-gradient(135deg, rgba(255, 24, 72, 0.08), transparent);
}.tc-wp-content-root .ypvv-editorial .ypvv-step-card::before{
  content: "";
  position: absolute;
  left: 40px;
  top: 82px;
  bottom: -34px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 24, 72, 0.22), transparent);
}.tc-wp-content-root .ypvv-editorial .ypvv-step-card:last-child::before{
  display: none;
}.tc-wp-content-root .ypvv-editorial .ypvv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 850;
  background: linear-gradient(135deg, #ff1848, #ff7a3d);
  box-shadow: 0 18px 36px rgba(255, 24, 72, 0.22);
}.tc-wp-content-root .ypvv-editorial .ypvv-card-soft{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.86)),
    radial-gradient(circle at 100% 0%, rgba(255, 24, 72, 0.08), transparent 34%);
}.tc-wp-content-root .ypvv-editorial .ypvv-badge-dot{
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 12px;
  background: rgba(255, 24, 72, 0.08);
  border: 1px solid rgba(255, 24, 72, 0.16);
  position: relative;
}.tc-wp-content-root .ypvv-editorial .ypvv-badge-dot::before{
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 99px;
  background: linear-gradient(135deg, #ff1848, #ff9f43);
  box-shadow: 0 0 0 6px rgba(255, 24, 72, 0.08);
}.tc-wp-content-root .ypvv-editorial .ypvv-trust-card{
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at 15% 0%, rgba(255, 122, 61, 0.1), transparent 34%);
}.tc-wp-content-root .ypvv-editorial .ypvv-trust-mark{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 34px;
  margin-bottom: 18px;
  padding: 0 12px;
  border-radius: 999px;
  color: #b81231;
  background: rgba(255, 24, 72, 0.08);
  border: 1px solid rgba(255, 24, 72, 0.16);
  font-size: 13px;
  font-weight: 850;
}.tc-wp-content-root .ypvv-editorial .ypvv-reveal{
  opacity: 0;
  transform: translateY(16px);
}.tc-wp-content-root .ypvv-editorial .ypvv-reveal.ypvv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ypvv-editorial .ypvv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ypvv-editorial .ypvv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ypvv-editorial h2{
    font-size: 27px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-section-head p{
    font-size: 14.5px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card h3, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card h3, .tc-wp-content-root .ypvv-editorial .ypvv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card p, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card p, .tc-wp-content-root .ypvv-editorial .ypvv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-step-card::before{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ypvv-editorial .ypvv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ypvv-editorial .ypvv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ypvv-editorial h2{
    font-size: 30px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card h3, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card h3, .tc-wp-content-root .ypvv-editorial .ypvv-step-card h3{
    font-size: 18.5px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card p, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card p, .tc-wp-content-root .ypvv-editorial .ypvv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-step-card::before{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ypvv-editorial .ypvv-section{
    padding: 62px 0;
  }.tc-wp-content-root .ypvv-editorial .ypvv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ypvv-editorial h2{
    font-size: 34px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card h3, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card h3, .tc-wp-content-root .ypvv-editorial .ypvv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card p, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card p, .tc-wp-content-root .ypvv-editorial .ypvv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-step-card::before{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ypvv-editorial .ypvv-section{
    padding: 78px 0;
  }.tc-wp-content-root .ypvv-editorial .ypvv-container{
    padding: 0 30px;
  }.tc-wp-content-root .ypvv-editorial h2{
    font-size: 42px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card h3, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card h3, .tc-wp-content-root .ypvv-editorial .ypvv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card p, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card p, .tc-wp-content-root .ypvv-editorial .ypvv-step-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-trust-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 1024px) {.tc-wp-content-root .ypvv-editorial .ypvv-section{
    padding: 96px 0;
  }.tc-wp-content-root .ypvv-editorial .ypvv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ypvv-editorial h2{
    font-size: 48px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ypvv-editorial .ypvv-card, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card h3, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card h3, .tc-wp-content-root .ypvv-editorial .ypvv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card p, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card p, .tc-wp-content-root .ypvv-editorial .ypvv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-steps{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-step-card{
    gap: 24px;
    padding: 34px 36px;
  }}

.tc-wp-content-root .ypvv-step-content {}