@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 .ytvv-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-section{
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f5f8fc 100%);
}.tc-wp-content-root .ytvv-editorial-content .ytvv-container{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-section-soft::before, .tc-wp-content-root .ytvv-editorial-content .ytvv-section-white::before{
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 35, 75, 0.14), rgba(255, 35, 75, 0));
  right: -150px;
  top: -170px;
  pointer-events: none;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-section-head{
  text-align: center;
  margin: 0 auto;
  max-width: 790px;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 13px;
  margin: 0 0 14px;
  border: 1px solid rgba(255, 35, 75, 0.22);
  border-radius: 999px;
  color: #c41435;
  background: linear-gradient(135deg, rgba(255, 35, 75, 0.1), rgba(255, 122, 65, 0.08));
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.14;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-section-head p{
  margin: 14px auto 0;
  color: #5c667a;
  max-width: 700px;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-card, .tc-wp-content-root .ytvv-editorial-content .ytvv-step-card{
  position: relative;
  border: 1px solid rgba(21, 31, 50, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(24, 34, 58, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-card{
  height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(255, 35, 75, 0.28), rgba(255, 122, 65, 0.18), rgba(42, 111, 255, 0.14)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-card:hover, .tc-wp-content-root .ytvv-editorial-content .ytvv-step-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(24, 34, 58, 0.12);
  border-color: rgba(255, 35, 75, 0.24);
}.tc-wp-content-root .ytvv-editorial-content .ytvv-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-card h3, .tc-wp-content-root .ytvv-editorial-content .ytvv-step-content h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-card p, .tc-wp-content-root .ytvv-editorial-content .ytvv-step-content p{
  margin: 10px 0 0;
  color: #5d687b;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-icon{
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff234b, #ff7a41);
  box-shadow: 0 14px 30px rgba(255, 35, 75, 0.2);
  transition: transform 260ms ease;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-card:hover .ytvv-icon{
  transform: translateY(-2px) scale(1.04);
}.tc-wp-content-root .ytvv-editorial-content .ytvv-icon-play::before{
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #ffffff;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-icon-speed::before{
  content: "";
  width: 19px;
  height: 19px;
  border: 3px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-icon-frame::before{
  content: "";
  width: 22px;
  height: 15px;
  border: 3px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-icon-steps::before{
  content: "";
  width: 22px;
  height: 18px;
  background: linear-gradient(#ffffff 0 0) left 0 top 0 / 22px 3px no-repeat,
    linear-gradient(#ffffff 0 0) left 0 center / 16px 3px no-repeat,
    linear-gradient(#ffffff 0 0) left 0 bottom 0 / 20px 3px no-repeat;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-icon-mobile::before{
  content: "";
  width: 15px;
  height: 23px;
  border: 3px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-icon-browse::before{
  content: "";
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: inset -5px -5px 0 rgba(255, 255, 255, 0.25);
}.tc-wp-content-root .ytvv-editorial-content .ytvv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fff8f9 100%);
}.tc-wp-content-root .ytvv-editorial-content .ytvv-step-card::before{
  content: "";
  position: absolute;
  left: 39px;
  top: 76px;
  bottom: -28px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 35, 75, 0.24), rgba(255, 122, 65, 0));
}.tc-wp-content-root .ytvv-editorial-content .ytvv-step-card:last-child::before{
  display: none;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff234b, #ff7a41);
  box-shadow: 0 14px 30px rgba(255, 35, 75, 0.2);
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-use-card{
  background: linear-gradient(180deg, #ffffff, #fbfcff);
}.tc-wp-content-root .ytvv-editorial-content .ytvv-mini-dot{
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ff234b;
  box-shadow: 18px 0 0 rgba(255, 122, 65, 0.55), 36px 0 0 rgba(42, 111, 255, 0.28);
}.tc-wp-content-root .ytvv-editorial-content .ytvv-trust-card{
  background: #ffffff;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-badge{
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 18px;
  padding: 4px 11px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.05);
  color: #c41435;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .ytvv-editorial-content .ytvv-reveal.ytvv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ytvv-editorial-content .ytvv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-section-head{
    margin-bottom: 26px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-grid{
    grid-template-columns: 1fr;
    gap: 15px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-card{
    padding: 20px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-card h3, .tc-wp-content-root .ytvv-editorial-content .ytvv-step-content h3{
    font-size: 17px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-card p, .tc-wp-content-root .ytvv-editorial-content .ytvv-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-steps{
    gap: 15px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-step-card::before{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ytvv-editorial-content .ytvv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-card{
    padding: 22px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-card h3, .tc-wp-content-root .ytvv-editorial-content .ytvv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-card p, .tc-wp-content-root .ytvv-editorial-content .ytvv-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-steps{
    gap: 16px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-step-card::before{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ytvv-editorial-content .ytvv-section{
    padding: 60px 0;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-section-head{
    margin-bottom: 32px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-card{
    padding: 24px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-card h3, .tc-wp-content-root .ytvv-editorial-content .ytvv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-card p, .tc-wp-content-root .ytvv-editorial-content .ytvv-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-steps{
    gap: 18px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-step-card::before{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ytvv-editorial-content .ytvv-section{
    padding: 74px 0;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-container{
    padding: 0 30px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-section-head{
    margin-bottom: 38px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-grid-three, .tc-wp-content-root .ytvv-editorial-content .ytvv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-card{
    padding: 26px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-card h3, .tc-wp-content-root .ytvv-editorial-content .ytvv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-card p, .tc-wp-content-root .ytvv-editorial-content .ytvv-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-steps{
    gap: 20px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-step-card{
    gap: 22px;
    padding: 28px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ytvv-editorial-content .ytvv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-section-head{
    margin-bottom: 46px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-grid-three, .tc-wp-content-root .ytvv-editorial-content .ytvv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-card{
    padding: 30px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-card h3, .tc-wp-content-root .ytvv-editorial-content .ytvv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-card p, .tc-wp-content-root .ytvv-editorial-content .ytvv-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-steps{
    gap: 22px;
  }.tc-wp-content-root .ytvv-editorial-content .ytvv-step-card{
    gap: 24px;
    padding: 30px;
  }}

.tc-wp-content-root .ytvv-feature-card {}