@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: hidden;
  color: #162033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}.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;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-section-soft{
  background: linear-gradient(180deg, #fff8f8 0%, #f8fafc 100%);
}.tc-wp-content-root .ytv-editorial-wrap .ytv-container{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.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;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  margin: 0 0 14px;
  border: 1px solid rgba(255, 0, 69, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 69, 0.1), rgba(255, 122, 0, 0.1));
  color: #c51235;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-section-head p{
  margin: 14px auto 0;
  color: #566174;
  line-height: 1.7;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-card, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms 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;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 0, 69, 0.34), rgba(255, 122, 0, 0.16), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-card:hover, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card:hover, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 69, 0.26);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 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-step-card h3, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card h3{
  margin: 0;
  color: #141b2d;
  font-weight: 820;
  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-step-card p, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card p{
  margin: 10px 0 0;
  color: #5b6678;
  line-height: 1.68;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-icon{
  width: 46px;
  height: 46px;
  display: inline-flex;
  position: relative;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0045, #ff7a00);
  box-shadow: 0 14px 30px rgba(255, 0, 69, 0.2);
  transition: transform 220ms ease;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-card:hover .ytv-icon{
  transform: translateY(-2px) scale(1.04);
}.tc-wp-content-root .ytv-editorial-wrap .ytv-icon-play::after{
  content: "";
  position: absolute;
  left: 18px;
  top: 14px;
  border-left: 14px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-icon-speed::before{
  content: "";
  position: absolute;
  inset: 13px;
  border: 3px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-icon-speed::after{
  content: "";
  position: absolute;
  width: 13px;
  height: 3px;
  left: 22px;
  top: 21px;
  background: #ffffff;
  border-radius: 99px;
  transform: rotate(-32deg);
  transform-origin: left center;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-icon-frame::before{
  content: "";
  position: absolute;
  inset: 12px 10px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-icon-check::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 13px;
  top: 15px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ytv-editorial-wrap .ytv-icon-phone::before{
  content: "";
  position: absolute;
  inset: 9px 14px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-icon-folder::before{
  content: "";
  position: absolute;
  left: 10px;
  top: 15px;
  width: 26px;
  height: 18px;
  border-radius: 5px;
  background: #ffffff;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-icon-folder::after{
  content: "";
  position: absolute;
  left: 12px;
  top: 11px;
  width: 13px;
  height: 7px;
  border-radius: 5px 5px 0 0;
  background: #ffffff;
}.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: start;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #fffafa 100%);
}.tc-wp-content-root .ytv-editorial-wrap .ytv-step-card::after{
  content: "";
  position: absolute;
  right: -60px;
  top: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 0, 69, 0.12), rgba(255, 122, 0, 0));
  pointer-events: none;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, #ff0045, #ff7a00);
  box-shadow: 0 16px 36px rgba(255, 0, 69, 0.2);
  border-radius: 18px;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-use-card{
  overflow: hidden;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-badge-dot{
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffffff 0 16%, #ff7a00 17% 36%, #ff0045 37% 100%);
  box-shadow: 0 12px 28px rgba(255, 0, 69, 0.18);
}.tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card{
  overflow: hidden;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-trust-mark{
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 0, 69, 0.12), rgba(255, 122, 0, 0.13));
  position: relative;
}.tc-wp-content-root .ytv-editorial-wrap .ytv-trust-mark::before{
  content: "";
  position: absolute;
  left: 16px;
  top: 12px;
  width: 16px;
  height: 22px;
  border-radius: 10px 10px 12px 12px;
  background: linear-gradient(135deg, #ff0045, #ff7a00);
}.tc-wp-content-root .ytv-editorial-wrap .ytv-trust-mark::after{
  content: "";
  position: absolute;
  left: 20px;
  top: 18px;
  width: 8px;
  height: 7px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.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 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 .ytv-editorial-wrap .ytv-section{
    padding: 46px 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: 25px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card h3, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card h3, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card h3{
    font-size: 17px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card p, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card p, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-steps{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-step-number{
    width: 52px;
    height: 52px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ytv-editorial-wrap .ytv-section{
    padding: 52px 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: 28px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card-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;
    border-radius: 20px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card h3, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card h3, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card p, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card p, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card p{
    font-size: 14.5px;
  }.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: 16px;
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ytv-editorial-wrap .ytv-section{
    padding: 58px 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: 32px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card-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-step-card h3, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card p, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card p, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card p{
    font-size: 15px;
  }.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: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ytv-editorial-wrap .ytv-section{
    padding: 72px 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: 40px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-grid-six, .tc-wp-content-root .ytv-editorial-wrap .ytv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.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-step-card h3, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card p, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card p, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ytv-editorial-wrap .ytv-section{
    padding: 88px 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: 46px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-grid-six, .tc-wp-content-root .ytv-editorial-wrap .ytv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card h3, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card h3, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-card p, .tc-wp-content-root .ytv-editorial-wrap .ytv-step-card p, .tc-wp-content-root .ytv-editorial-wrap .ytv-trust-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .ytv-editorial-wrap .ytv-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}

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