@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: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.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%;
}.tc-wp-content-root .ypvv-editorial .ypvv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ypvv-editorial .ypvv-section-soft{
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 0, 86, 0.08), transparent 34%),
    radial-gradient(circle at 90% 16%, rgba(112, 64, 255, 0.08), transparent 30%),
    #f8fafc;
}.tc-wp-content-root .ypvv-editorial .ypvv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ypvv-editorial .ypvv-heading{
  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;
  margin: 0 0 12px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 0, 86, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 86, 0.08), rgba(112, 64, 255, 0.08));
  color: #b0174f;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .ypvv-editorial .ypvv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff0056, #7040ff);
  box-shadow: 0 0 0 5px rgba(255, 0, 86, 0.1);
}.tc-wp-content-root .ypvv-editorial h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ypvv-editorial .ypvv-heading p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #586174;
  font-weight: 450;
}.tc-wp-content-root .ypvv-editorial .ypvv-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{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ypvv-editorial .ypvv-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  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: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #ff0056, #ff7a18, #7040ff);
  opacity: 0;
  transition: opacity 220ms 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:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 86, 0.2);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 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 h3{
  margin: 0;
  color: #151d2f;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .ypvv-editorial .ypvv-card p, .tc-wp-content-root .ypvv-editorial .ypvv-step p, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card p{
  margin: 10px 0 0;
  color: #5c6576;
  font-weight: 430;
}.tc-wp-content-root .ypvv-editorial .ypvv-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(255, 0, 86, 0.12), rgba(112, 64, 255, 0.12));
  box-shadow: inset 0 0 0 1px rgba(255, 0, 86, 0.12);
}.tc-wp-content-root .ypvv-editorial .ypvv-icon::before, .tc-wp-content-root .ypvv-editorial .ypvv-icon::after{
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}.tc-wp-content-root .ypvv-editorial .ypvv-card:hover .ypvv-icon::before, .tc-wp-content-root .ypvv-editorial .ypvv-card:hover .ypvv-icon::after{
  transform: translateX(2px);
}.tc-wp-content-root .ypvv-editorial .ypvv-icon-play::before{
  left: 17px;
  top: 13px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ff0056;
}.tc-wp-content-root .ypvv-editorial .ypvv-icon-bolt::before{
  left: 18px;
  top: 10px;
  width: 10px;
  height: 22px;
  background: #ff7a18;
  clip-path: polygon(45% 0, 100% 0, 64% 42%, 100% 42%, 28% 100%, 48% 55%, 0 55%);
}.tc-wp-content-root .ypvv-editorial .ypvv-icon-frame::before{
  left: 12px;
  top: 13px;
  width: 20px;
  height: 15px;
  border: 2px solid #7040ff;
  border-radius: 5px;
}.tc-wp-content-root .ypvv-editorial .ypvv-icon-path::before{
  left: 12px;
  top: 14px;
  width: 20px;
  height: 16px;
  border-top: 2px solid #ff0056;
  border-right: 2px solid #ff0056;
  border-radius: 0 8px 0 0;
}.tc-wp-content-root .ypvv-editorial .ypvv-icon-phone::before{
  left: 15px;
  top: 9px;
  width: 14px;
  height: 25px;
  border: 2px solid #7040ff;
  border-radius: 6px;
}.tc-wp-content-root .ypvv-editorial .ypvv-icon-calendar::before{
  left: 12px;
  top: 13px;
  width: 20px;
  height: 18px;
  border: 2px solid #ff7a18;
  border-radius: 6px;
}.tc-wp-content-root .ypvv-editorial .ypvv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ypvv-editorial .ypvv-step{
  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.9)),
    linear-gradient(135deg, rgba(255, 0, 86, 0.08), rgba(112, 64, 255, 0.08));
}.tc-wp-content-root .ypvv-editorial .ypvv-step::before{
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 0, 86, 0.22), transparent);
}.tc-wp-content-root .ypvv-editorial .ypvv-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff0056, #7040ff);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(255, 0, 86, 0.22);
}.tc-wp-content-root .ypvv-editorial .ypvv-step-content{
  min-width: 0;
}.tc-wp-content-root .ypvv-editorial .ypvv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(255, 0, 86, 0.1), transparent 30%);
}.tc-wp-content-root .ypvv-editorial .ypvv-badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 0, 86, 0.08);
  color: #b0174f;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-content-root .ypvv-editorial .ypvv-trust-card{
  min-width: 0;
  height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .ypvv-editorial .ypvv-trust-mark{
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 0, 86, 0.12), rgba(112, 64, 255, 0.12));
}.tc-wp-content-root .ypvv-editorial .ypvv-trust-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 11px;
  height: 17px;
  border-right: 3px solid #ff0056;
  border-bottom: 3px solid #ff0056;
  transform: rotate(42deg);
}.tc-wp-content-root .ypvv-editorial .ypvv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ypvv-editorial .ypvv-reveal.ypvv-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 .ypvv-editorial .ypvv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ypvv-editorial .ypvv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ypvv-editorial h2{
    font-size: 26px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-grid, .tc-wp-content-root .ypvv-editorial .ypvv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-grid-three, .tc-wp-content-root .ypvv-editorial .ypvv-grid-trust{
    grid-template-columns: 1fr;
  }.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-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-step::before{
    display: none;
  }.tc-wp-content-root .ypvv-editorial h3{
    font-size: 18px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card p, .tc-wp-content-root .ypvv-editorial .ypvv-step p, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card p{
    font-size: 14.5px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ypvv-editorial .ypvv-section{
    padding: 60px 0;
  }.tc-wp-content-root .ypvv-editorial .ypvv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ypvv-editorial h2{
    font-size: 29px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-grid, .tc-wp-content-root .ypvv-editorial .ypvv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-grid-three, .tc-wp-content-root .ypvv-editorial .ypvv-grid-trust{
    grid-template-columns: 1fr;
  }.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-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-step::before{
    display: none;
  }.tc-wp-content-root .ypvv-editorial h3{
    font-size: 19px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card p, .tc-wp-content-root .ypvv-editorial .ypvv-step p, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ypvv-editorial .ypvv-section{
    padding: 66px 0;
  }.tc-wp-content-root .ypvv-editorial .ypvv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ypvv-editorial h2{
    font-size: 32px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-grid, .tc-wp-content-root .ypvv-editorial .ypvv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-grid-three, .tc-wp-content-root .ypvv-editorial .ypvv-grid-trust{
    grid-template-columns: 1fr;
  }.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-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-step::before{
    display: none;
  }.tc-wp-content-root .ypvv-editorial h3{
    font-size: 20px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card p, .tc-wp-content-root .ypvv-editorial .ypvv-step p, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ypvv-editorial .ypvv-section{
    padding: 82px 0;
  }.tc-wp-content-root .ypvv-editorial .ypvv-container{
    padding: 0 30px;
  }.tc-wp-content-root .ypvv-editorial h2{
    font-size: 40px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-grid, .tc-wp-content-root .ypvv-editorial .ypvv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-grid-three, .tc-wp-content-root .ypvv-editorial .ypvv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.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-step{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .ypvv-editorial h3{
    font-size: 21px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card p, .tc-wp-content-root .ypvv-editorial .ypvv-step p, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card p{
    font-size: 16px;
  }}@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: 46px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-heading p{
    font-size: 17.5px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-grid, .tc-wp-content-root .ypvv-editorial .ypvv-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-grid-three, .tc-wp-content-root .ypvv-editorial .ypvv-grid-trust{
    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-step{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 30px 34px;
  }.tc-wp-content-root .ypvv-editorial h3{
    font-size: 22px;
  }.tc-wp-content-root .ypvv-editorial .ypvv-card p, .tc-wp-content-root .ypvv-editorial .ypvv-step p, .tc-wp-content-root .ypvv-editorial .ypvv-trust-card p{
    font-size: 16px;
  }}