@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 .ytpv-content{
  width: 100%;
  color: #162033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
  background: #ffffff;
}.tc-wp-content-root .ytpv-content, .tc-wp-content-root .ytpv-content section, .tc-wp-content-root .ytpv-content div, .tc-wp-content-root .ytpv-content article, .tc-wp-content-root .ytpv-content span, .tc-wp-content-root .ytpv-content h2, .tc-wp-content-root .ytpv-content h3, .tc-wp-content-root .ytpv-content p{
  box-sizing: border-box;
}.tc-wp-content-root .ytpv-content .ytpv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ytpv-content .ytpv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ytpv-content .ytpv-section-soft{
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 0, 63, 0.075), transparent 32%),
    radial-gradient(circle at 88% 10%, rgba(255, 107, 53, 0.08), transparent 34%),
    #fafbff;
}.tc-wp-content-root .ytpv-content .ytpv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ytpv-content .ytpv-section-head{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ytpv-content .ytpv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 auto 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 63, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 63, 0.09), rgba(255, 159, 67, 0.1));
  color: #c9183a;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .ytpv-content .ytpv-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff003f, #ff8a3d);
  box-shadow: 0 0 0 5px rgba(255, 0, 63, 0.09);
}.tc-wp-content-root .ytpv-content .ytpv-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ytpv-content .ytpv-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5c667a;
  font-weight: 450;
  line-height: 1.72;
}.tc-wp-content-root .ytpv-content .ytpv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ytpv-content .ytpv-card, .tc-wp-content-root .ytpv-content .ytpv-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    #ffffff;
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.075);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .ytpv-content .ytpv-card::after, .tc-wp-content-root .ytpv-content .ytpv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 0, 63, 0.11), rgba(255, 138, 61, 0.06), transparent 44%);
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .ytpv-content .ytpv-card:hover, .tc-wp-content-root .ytpv-content .ytpv-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 0, 63, 0.18);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.115);
}.tc-wp-content-root .ytpv-content .ytpv-card:hover::after, .tc-wp-content-root .ytpv-content .ytpv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .ytpv-content .ytpv-card h3, .tc-wp-content-root .ytpv-content .ytpv-trust-card h3, .tc-wp-content-root .ytpv-content .ytpv-step h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .ytpv-content .ytpv-card p, .tc-wp-content-root .ytpv-content .ytpv-trust-card p, .tc-wp-content-root .ytpv-content .ytpv-step p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5d6678;
  font-weight: 430;
  line-height: 1.68;
}.tc-wp-content-root .ytpv-content .ytpv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff003f, #ff7a3d);
  box-shadow: 0 13px 28px rgba(255, 0, 63, 0.24);
}.tc-wp-content-root .ytpv-content .ytpv-icon::before, .tc-wp-content-root .ytpv-content .ytpv-icon::after{
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}.tc-wp-content-root .ytpv-content .ytpv-card:hover .ytpv-icon::before, .tc-wp-content-root .ytpv-content .ytpv-card:hover .ytpv-icon::after{
  transform: translateX(2px);
}.tc-wp-content-root .ytpv-content .ytpv-icon-play::before{
  left: 18px;
  top: 14px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
}.tc-wp-content-root .ytpv-content .ytpv-icon-bolt::before{
  left: 18px;
  top: 10px;
  width: 10px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(56% 0, 100% 0, 66% 44%, 100% 44%, 30% 100%, 46% 54%, 0 54%);
}.tc-wp-content-root .ytpv-content .ytpv-icon-frame::before{
  inset: 13px 11px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .ytpv-content .ytpv-icon-path::before{
  left: 12px;
  top: 16px;
  width: 22px;
  height: 13px;
  border: 3px solid #ffffff;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 8px 0 0;
}.tc-wp-content-root .ytpv-content .ytpv-icon-mobile::before{
  left: 16px;
  top: 9px;
  width: 15px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .ytpv-content .ytpv-icon-daily::before{
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ytpv-content .ytpv-icon-daily::after{
  left: 22px;
  top: 17px;
  width: 3px;
  height: 10px;
  background: #ffffff;
  border-radius: 999px;
  transform-origin: bottom center;
}.tc-wp-content-root .ytpv-content .ytpv-steps{
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}.tc-wp-content-root .ytpv-content .ytpv-step{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: relative;
  border: 1px solid rgba(255, 0, 63, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 247, 0.94)),
    #ffffff;
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.075);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .ytpv-content .ytpv-step::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #ff003f, #ff8a3d);
}.tc-wp-content-root .ytpv-content .ytpv-step:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 0, 63, 0.22);
  box-shadow: 0 24px 62px rgba(17, 24, 39, 0.11);
}.tc-wp-content-root .ytpv-content .ytpv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff003f, #ff8a3d);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(255, 0, 63, 0.23);
}.tc-wp-content-root .ytpv-content .ytpv-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 0, 63, 0.075);
  color: #c9183a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .ytpv-content .ytpv-trust-card{
  padding-top: 34px;
}.tc-wp-content-root .ytpv-content .ytpv-trust-dot{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff003f, #ff8a3d);
  box-shadow: 0 0 0 8px rgba(255, 0, 63, 0.09);
}.tc-wp-content-root .ytpv-content .ytpv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ytpv-content .ytpv-reveal.ytpv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ytpv-content .ytpv-section{
    padding: 52px 0;
  }.tc-wp-content-root .ytpv-content .ytpv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ytpv-content .ytpv-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .ytpv-content .ytpv-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .ytpv-content .ytpv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ytpv-content .ytpv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .ytpv-content .ytpv-card, .tc-wp-content-root .ytpv-content .ytpv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ytpv-content .ytpv-card h3, .tc-wp-content-root .ytpv-content .ytpv-trust-card h3, .tc-wp-content-root .ytpv-content .ytpv-step h3{
    font-size: 18px;
  }.tc-wp-content-root .ytpv-content .ytpv-card p, .tc-wp-content-root .ytpv-content .ytpv-trust-card p, .tc-wp-content-root .ytpv-content .ytpv-step p{
    font-size: 14px;
  }.tc-wp-content-root .ytpv-content .ytpv-steps{
    gap: 16px;
  }.tc-wp-content-root .ytpv-content .ytpv-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px 22px;
  }.tc-wp-content-root .ytpv-content .ytpv-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ytpv-content .ytpv-section{
    padding: 58px 0;
  }.tc-wp-content-root .ytpv-content .ytpv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ytpv-content .ytpv-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .ytpv-content .ytpv-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .ytpv-content .ytpv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytpv-content .ytpv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .ytpv-content .ytpv-card, .tc-wp-content-root .ytpv-content .ytpv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ytpv-content .ytpv-card h3, .tc-wp-content-root .ytpv-content .ytpv-trust-card h3, .tc-wp-content-root .ytpv-content .ytpv-step h3{
    font-size: 19px;
  }.tc-wp-content-root .ytpv-content .ytpv-card p, .tc-wp-content-root .ytpv-content .ytpv-trust-card p, .tc-wp-content-root .ytpv-content .ytpv-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .ytpv-content .ytpv-steps{
    gap: 18px;
  }.tc-wp-content-root .ytpv-content .ytpv-step{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px 24px 24px;
  }.tc-wp-content-root .ytpv-content .ytpv-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ytpv-content .ytpv-section{
    padding: 64px 0;
  }.tc-wp-content-root .ytpv-content .ytpv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ytpv-content .ytpv-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .ytpv-content .ytpv-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .ytpv-content .ytpv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ytpv-content .ytpv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .ytpv-content .ytpv-card, .tc-wp-content-root .ytpv-content .ytpv-trust-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .ytpv-content .ytpv-card h3, .tc-wp-content-root .ytpv-content .ytpv-trust-card h3, .tc-wp-content-root .ytpv-content .ytpv-step h3{
    font-size: 20px;
  }.tc-wp-content-root .ytpv-content .ytpv-card p, .tc-wp-content-root .ytpv-content .ytpv-trust-card p, .tc-wp-content-root .ytpv-content .ytpv-step p{
    font-size: 15px;
  }.tc-wp-content-root .ytpv-content .ytpv-steps{
    gap: 20px;
  }.tc-wp-content-root .ytpv-content .ytpv-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 26px 26px;
  }.tc-wp-content-root .ytpv-content .ytpv-step-number{
    width: 66px;
    height: 66px;
    font-size: 21px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ytpv-content .ytpv-section{
    padding: 78px 0;
  }.tc-wp-content-root .ytpv-content .ytpv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ytpv-content .ytpv-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .ytpv-content .ytpv-section-head h2{
    font-size: 39px;
  }.tc-wp-content-root .ytpv-content .ytpv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ytpv-content .ytpv-grid-three, .tc-wp-content-root .ytpv-content .ytpv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ytpv-content .ytpv-card, .tc-wp-content-root .ytpv-content .ytpv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ytpv-content .ytpv-card h3, .tc-wp-content-root .ytpv-content .ytpv-trust-card h3, .tc-wp-content-root .ytpv-content .ytpv-step h3{
    font-size: 20px;
  }.tc-wp-content-root .ytpv-content .ytpv-card p, .tc-wp-content-root .ytpv-content .ytpv-trust-card p, .tc-wp-content-root .ytpv-content .ytpv-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytpv-content .ytpv-steps{
    gap: 22px;
  }.tc-wp-content-root .ytpv-content .ytpv-step{
    grid-template-columns: 82px 1fr;
    gap: 24px;
    padding: 30px 34px;
  }.tc-wp-content-root .ytpv-content .ytpv-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ytpv-content .ytpv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ytpv-content .ytpv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ytpv-content .ytpv-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .ytpv-content .ytpv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ytpv-content .ytpv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ytpv-content .ytpv-grid-three, .tc-wp-content-root .ytpv-content .ytpv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .ytpv-content .ytpv-card, .tc-wp-content-root .ytpv-content .ytpv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ytpv-content .ytpv-card h3, .tc-wp-content-root .ytpv-content .ytpv-trust-card h3, .tc-wp-content-root .ytpv-content .ytpv-step h3{
    font-size: 21px;
  }.tc-wp-content-root .ytpv-content .ytpv-card p, .tc-wp-content-root .ytpv-content .ytpv-trust-card p, .tc-wp-content-root .ytpv-content .ytpv-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytpv-content .ytpv-steps{
    gap: 24px;
  }.tc-wp-content-root .ytpv-content .ytpv-step{
    grid-template-columns: 92px 1fr;
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .ytpv-content .ytpv-step-number{
    width: 78px;
    height: 78px;
    font-size: 23px;
  }}

.tc-wp-content-root .ytpv-step-body {}