@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 .ypv-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 .ypv-editorial-content, .tc-wp-content-root .ypv-editorial-content section, .tc-wp-content-root .ypv-editorial-content div, .tc-wp-content-root .ypv-editorial-content article{
  box-sizing: border-box;
}.tc-wp-content-root .ypv-editorial-content .ypv-section{
  position: relative;
}.tc-wp-content-root .ypv-editorial-content .ypv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ypv-editorial-content .ypv-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fc 100%);
}.tc-wp-content-root .ypv-editorial-content .ypv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ypv-editorial-content .ypv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ypv-editorial-content .ypv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-bottom: 14px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 0, 84, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 84, 0.08), rgba(255, 183, 0, 0.12));
  color: #b11242;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .ypv-editorial-content .ypv-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .ypv-editorial-content .ypv-heading p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #5f6b7a;
  font-weight: 450;
}.tc-wp-content-root .ypv-editorial-content .ypv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ypv-editorial-content .ypv-card, .tc-wp-content-root .ypv-editorial-content .ypv-trust-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(20, 31, 54, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ypv-editorial-content .ypv-card::before, .tc-wp-content-root .ypv-editorial-content .ypv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 0, 84, 0.08), rgba(255, 183, 0, 0.08), rgba(0, 132, 255, 0.06));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .ypv-editorial-content .ypv-card:hover, .tc-wp-content-root .ypv-editorial-content .ypv-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 84, 0.22);
  box-shadow: 0 24px 58px rgba(20, 31, 54, 0.12);
}.tc-wp-content-root .ypv-editorial-content .ypv-card:hover::before, .tc-wp-content-root .ypv-editorial-content .ypv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ypv-editorial-content .ypv-card h3, .tc-wp-content-root .ypv-editorial-content .ypv-trust-card h3, .tc-wp-content-root .ypv-editorial-content .ypv-step-copy h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151f30;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ypv-editorial-content .ypv-card p, .tc-wp-content-root .ypv-editorial-content .ypv-trust-card p, .tc-wp-content-root .ypv-editorial-content .ypv-step-copy p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #627083;
  font-weight: 430;
}.tc-wp-content-root .ypv-editorial-content .ypv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0054, #ffb700);
  box-shadow: 0 14px 26px rgba(255, 0, 84, 0.2);
}.tc-wp-content-root .ypv-editorial-content .ypv-icon::before, .tc-wp-content-root .ypv-editorial-content .ypv-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .ypv-editorial-content .ypv-icon-play::before{
  top: 14px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
}.tc-wp-content-root .ypv-editorial-content .ypv-icon-speed::before{
  inset: 13px 11px 11px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .ypv-editorial-content .ypv-icon-speed::after{
  top: 21px;
  left: 23px;
  width: 12px;
  height: 3px;
  border-radius: 10px;
  background: #ffffff;
  transform: rotate(-28deg);
  transform-origin: left center;
}.tc-wp-content-root .ypv-editorial-content .ypv-icon-preview::before{
  inset: 13px 10px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .ypv-editorial-content .ypv-icon-preview::after{
  top: 20px;
  left: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .ypv-editorial-content .ypv-icon-steps::before{
  top: 13px;
  left: 13px;
  width: 20px;
  height: 3px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .ypv-editorial-content .ypv-icon-mobile::before{
  top: 9px;
  left: 15px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .ypv-editorial-content .ypv-icon-mobile::after{
  bottom: 10px;
  left: 22px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .ypv-editorial-content .ypv-icon-daily::before{
  top: 11px;
  left: 12px;
  width: 22px;
  height: 24px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .ypv-editorial-content .ypv-icon-daily::after{
  top: 20px;
  left: 17px;
  width: 12px;
  height: 3px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff;
}.tc-wp-content-root .ypv-editorial-content .ypv-badge-dot{
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffffff 0 18%, #ffb700 19% 36%, #ff0054 37% 100%);
  box-shadow: 0 14px 28px rgba(255, 0, 84, 0.16);
}.tc-wp-content-root .ypv-editorial-content .ypv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ypv-editorial-content .ypv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 18px 46px rgba(20, 31, 54, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ypv-editorial-content .ypv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 0, 84, 0.22);
  box-shadow: 0 24px 60px rgba(20, 31, 54, 0.12);
}.tc-wp-content-root .ypv-editorial-content .ypv-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #263449);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.16);
}.tc-wp-content-root .ypv-editorial-content .ypv-trust-card{
  text-align: left;
}.tc-wp-content-root .ypv-editorial-content .ypv-trust-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ff0054, #ffb700);
  box-shadow: 0 14px 28px rgba(255, 0, 84, 0.18);
}.tc-wp-content-root .ypv-editorial-content .ypv-trust-mark::before{
  content: "";
  position: absolute;
  top: 13px;
  left: 12px;
  width: 17px;
  height: 9px;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ypv-editorial-content .ypv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ypv-editorial-content .ypv-reveal.ypv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ypv-editorial-content .ypv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ypv-editorial-content .ypv-container{
    padding: 0 16px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-card, .tc-wp-content-root .ypv-editorial-content .ypv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-card h3, .tc-wp-content-root .ypv-editorial-content .ypv-trust-card h3, .tc-wp-content-root .ypv-editorial-content .ypv-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-card p, .tc-wp-content-root .ypv-editorial-content .ypv-trust-card p, .tc-wp-content-root .ypv-editorial-content .ypv-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ypv-editorial-content .ypv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ypv-editorial-content .ypv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-card, .tc-wp-content-root .ypv-editorial-content .ypv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-card h3, .tc-wp-content-root .ypv-editorial-content .ypv-trust-card h3, .tc-wp-content-root .ypv-editorial-content .ypv-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-card p, .tc-wp-content-root .ypv-editorial-content .ypv-trust-card p, .tc-wp-content-root .ypv-editorial-content .ypv-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ypv-editorial-content .ypv-section{
    padding: 60px 0;
  }.tc-wp-content-root .ypv-editorial-content .ypv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-card, .tc-wp-content-root .ypv-editorial-content .ypv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-card h3, .tc-wp-content-root .ypv-editorial-content .ypv-trust-card h3, .tc-wp-content-root .ypv-editorial-content .ypv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-card p, .tc-wp-content-root .ypv-editorial-content .ypv-trust-card p, .tc-wp-content-root .ypv-editorial-content .ypv-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ypv-editorial-content .ypv-section{
    padding: 76px 0;
  }.tc-wp-content-root .ypv-editorial-content .ypv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-grid-three, .tc-wp-content-root .ypv-editorial-content .ypv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-card, .tc-wp-content-root .ypv-editorial-content .ypv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-card h3, .tc-wp-content-root .ypv-editorial-content .ypv-trust-card h3, .tc-wp-content-root .ypv-editorial-content .ypv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-card p, .tc-wp-content-root .ypv-editorial-content .ypv-trust-card p, .tc-wp-content-root .ypv-editorial-content .ypv-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ypv-editorial-content .ypv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ypv-editorial-content .ypv-container{
    padding: 0 36px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-grid-three, .tc-wp-content-root .ypv-editorial-content .ypv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-card, .tc-wp-content-root .ypv-editorial-content .ypv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-card h3, .tc-wp-content-root .ypv-editorial-content .ypv-trust-card h3, .tc-wp-content-root .ypv-editorial-content .ypv-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-card p, .tc-wp-content-root .ypv-editorial-content .ypv-trust-card p, .tc-wp-content-root .ypv-editorial-content .ypv-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .ypv-editorial-content .ypv-step-number{
    width: 74px;
    height: 74px;
    font-size: 21px;
  }}