@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 .ytv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.tc-wp-content-root .ytv-editorial-wrap, .tc-wp-content-root .ytv-editorial-wrap section, .tc-wp-content-root .ytv-editorial-wrap div, .tc-wp-content-root .ytv-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 0, 64, 0.07), transparent 34%),
    radial-gradient(circle at 88% 82%, rgba(255, 122, 24, 0.08), transparent 30%),
    #fafafa;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 64, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 64, 0.08), rgba(255, 122, 24, 0.08));
  color: #c5163c;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff003d, #ff7a18);
  box-shadow: 0 0 0 5px rgba(255, 0, 64, 0.1);
}.tc-wp-content-root .ytv-editorial-wrap .ytv-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-section-head p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #5d6778;
  font-weight: 450;
  line-height: 1.72;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-card, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20, 29, 45, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-card::before, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, #ff003d, #ff7a18);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-card:hover, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card:hover, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 64, 0.2);
  box-shadow: 0 22px 60px rgba(17, 24, 39, 0.11);
}.tc-wp-content-root .ytv-editorial-wrap .ytv-card:hover::before, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-card h3, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card h3, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card h3{
  margin: 0;
  color: #141d2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-card p, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card p, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card p{
  margin: 10px 0 0;
  color: #667085;
  line-height: 1.68;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 0, 64, 0.12), rgba(255, 122, 24, 0.13));
  box-shadow: inset 0 0 0 1px rgba(255, 0, 64, 0.09);
}.tc-wp-content-root .ytv-editorial-wrap .ytv-icon::before, .tc-wp-content-root .ytv-editorial-wrap .ytv-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-icon-play::before{
  left: 19px;
  top: 15px;
  border-left: 15px solid #ff003d;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-icon-speed::before{
  left: 13px;
  top: 26px;
  width: 22px;
  height: 11px;
  border: 3px solid #ff003d;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-icon-speed::after{
  left: 25px;
  top: 20px;
  width: 3px;
  height: 14px;
  background: #ff7a18;
  border-radius: 99px;
  transform: rotate(38deg);
  transform-origin: bottom;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-icon-frame::before{
  left: 12px;
  top: 14px;
  width: 24px;
  height: 18px;
  border: 3px solid #ff003d;
  border-radius: 6px;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-icon-check::before{
  left: 15px;
  top: 16px;
  width: 18px;
  height: 10px;
  border-left: 4px solid #ff003d;
  border-bottom: 4px solid #ff003d;
  transform: rotate(-45deg);
  border-radius: 2px;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-icon-mobile::before{
  left: 16px;
  top: 10px;
  width: 16px;
  height: 28px;
  border: 3px solid #ff003d;
  border-radius: 7px;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-icon-bookmark::before{
  left: 15px;
  top: 11px;
  width: 18px;
  height: 26px;
  background: #ff003d;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 74%, 0 100%);
  border-radius: 4px 4px 1px 1px;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-card:hover .ytv-icon{
  transform: translateY(-2px);
}.tc-wp-content-root .ytv-editorial-wrap .ytv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 246, 0.98)),
    #ffffff;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-step-card::after{
  content: "";
  position: absolute;
  right: -42px;
  top: -52px;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 64, 0.1), rgba(255, 122, 24, 0.08));
}.tc-wp-content-root .ytv-editorial-wrap .ytv-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff003d, #ff7a18);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 35px rgba(255, 0, 64, 0.2);
}.tc-wp-content-root .ytv-editorial-wrap .ytv-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-card-accent{
  padding-top: 34px;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-dot{
  display: inline-flex;
  width: 11px;
  height: 11px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #ff003d;
  box-shadow: 0 0 0 8px rgba(255, 0, 64, 0.09), 18px 0 0 rgba(255, 122, 24, 0.55);
}.tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card{
  background:
    linear-gradient(180deg, #ffffff, #fffafa);
}.tc-wp-content-root .ytv-editorial-wrap .ytv-badge{
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 0, 64, 0.08);
  color: #c5163c;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ytv-editorial-wrap .ytv-reveal.ytv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ytv-editorial-wrap .ytv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card h3, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card h3, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card p, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card p, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ytv-editorial-wrap .ytv-section{
    padding: 60px 0;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card h3, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card h3, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card p, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card p, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ytv-editorial-wrap .ytv-section{
    padding: 68px 0;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-section-head h2{
    font-size: 33px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card h3, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card h3, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card p, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card p, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-step-card{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ytv-editorial-wrap .ytv-section{
    padding: 82px 0;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card h3, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card h3, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card p, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card p, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ytv-editorial-wrap .ytv-section{
    padding: 96px 0;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-container{
    padding: 0 28px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-section-head h2{
    font-size: 48px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-grid-3, .tc-wp-content-root .ytv-editorial-wrap .ytv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card{
    min-height: 100%;
    padding: 30px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card h3, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card h3, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card p, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card p, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-steps{
    gap: 22px;
    margin-top: 52px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-step-card{
    grid-template-columns: 84px 1fr;
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }}