@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 .ytdv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}.tc-wp-content-root .ytdv-editorial-wrap, .tc-wp-content-root .ytdv-editorial-wrap section, .tc-wp-content-root .ytdv-editorial-wrap div, .tc-wp-content-root .ytdv-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-section-soft{
  background: linear-gradient(180deg, #fff8f7 0%, #f8fbff 100%);
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 72, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 72, 0.08), rgba(255, 177, 66, 0.12));
  color: #c7143f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff0048, #ffb142);
  box-shadow: 0 0 0 5px rgba(255, 0, 72, 0.08);
}.tc-wp-content-root .ytdv-editorial-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-section-head p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #5f6b7a;
  line-height: 1.72;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-card, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-trust-card, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-step-card{
  position: relative;
  border: 1px solid rgba(21, 31, 48, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(22, 31, 49, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 22px;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-card::after, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 0, 72, 0.12), rgba(255, 177, 66, 0.08));
  transition: opacity 260ms ease;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-card:hover, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-trust-card:hover, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 72, 0.22);
  box-shadow: 0 24px 60px rgba(22, 31, 49, 0.12);
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-card:hover::after, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .ytdv-editorial-wrap h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-card p, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-step-card p, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-trust-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #637083;
  line-height: 1.68;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0048, #ff7a45 52%, #ffb142);
  box-shadow: 0 12px 28px rgba(255, 65, 72, 0.22);
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-icon::before, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-icon-play::before{
  top: 14px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #ffffff;
  background: transparent;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-icon-bolt::before{
  top: 10px;
  left: 18px;
  width: 11px;
  height: 25px;
  clip-path: polygon(52% 0, 100% 0, 62% 41%, 100% 41%, 34% 100%, 45% 55%, 0 55%);
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-icon-lines::before{
  top: 13px;
  left: 13px;
  width: 20px;
  height: 3px;
  border-radius: 10px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-icon-route::before{
  top: 13px;
  left: 12px;
  width: 22px;
  height: 18px;
  border: 3px solid #ffffff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 14px;
  background: transparent;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-icon-phone::before{
  top: 9px;
  left: 15px;
  width: 16px;
  height: 27px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-icon-check::before{
  top: 15px;
  left: 13px;
  width: 20px;
  height: 11px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
  background: transparent;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border-radius: 24px;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-step-card::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ff0048, #ffb142);
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff0048, #ff7a45 55%, #ffb142);
  box-shadow: 0 14px 30px rgba(255, 65, 72, 0.2);
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-step-content{
  min-width: 0;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-use-card{
  background: linear-gradient(180deg, #ffffff, #fffdfb);
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-dot{
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(255, 0, 72, 0.1);
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-dot::before{
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff0048, #ffb142);
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-trust-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 22px;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-badge{
  position: relative;
  z-index: 1;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 0, 72, 0.08);
  color: #c7143f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ytdv-editorial-wrap .ytdv-reveal.ytdv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ytdv-editorial-wrap .ytdv-section{
    padding: 46px 0;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ytdv-editorial-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-card-grid, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-card, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .ytdv-editorial-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-card p, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-step-card p, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-trust-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ytdv-editorial-wrap .ytdv-section{
    padding: 52px 0;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ytdv-editorial-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-card-grid, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-card, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .ytdv-editorial-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-card p, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-step-card p, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-trust-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ytdv-editorial-wrap .ytdv-section{
    padding: 58px 0;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ytdv-editorial-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-card-grid, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-card, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }.tc-wp-content-root .ytdv-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-card p, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-step-card p, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-trust-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ytdv-editorial-wrap .ytdv-section{
    padding: 74px 0;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-container{
    padding: 0 30px;
  }.tc-wp-content-root .ytdv-editorial-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-card, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-step-card{
    gap: 22px;
    padding: 28px 30px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }.tc-wp-content-root .ytdv-editorial-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-card p, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-step-card p, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-trust-card p{
    font-size: 16px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ytdv-editorial-wrap .ytdv-section{
    padding: 88px 0;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ytdv-editorial-wrap h2{
    font-size: 44px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-card, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-step-card{
    gap: 26px;
    padding: 30px 34px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }.tc-wp-content-root .ytdv-editorial-wrap h3{
    font-size: 22px;
  }.tc-wp-content-root .ytdv-editorial-wrap .ytdv-card p, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-step-card p, .tc-wp-content-root .ytdv-editorial-wrap .ytdv-trust-card p{
    font-size: 16px;
  }}

.tc-wp-content-root .ytdv-trust-grid {}