@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 .ytcv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .ytcv-content-wrap, .tc-wp-content-root .ytcv-content-wrap section, .tc-wp-content-root .ytcv-content-wrap div, .tc-wp-content-root .ytcv-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-section{
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-section-soft{
  background: #f8fafc;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 0, 0, 0.16);
  border-radius: 999px;
  color: #bf1420;
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.08), rgba(255, 127, 80, 0.08));
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-section-head h2{
  margin: 16px 0 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-section-head p{
  margin: 16px auto 0;
  color: #5b6473;
  line-height: 1.75;
  font-weight: 400;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-card, .tc-wp-content-root .ytcv-content-wrap .ytcv-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffefe 100%);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-card::before, .tc-wp-content-root .ytcv-content-wrap .ytcv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 0, 0, 0.12), rgba(255, 127, 80, 0.08), transparent 46%);
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-card:hover, .tc-wp-content-root .ytcv-content-wrap .ytcv-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 0, 0.18);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.1);
}.tc-wp-content-root .ytcv-content-wrap .ytcv-card:hover::before, .tc-wp-content-root .ytcv-content-wrap .ytcv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-card h3, .tc-wp-content-root .ytcv-content-wrap .ytcv-step-card h3, .tc-wp-content-root .ytcv-content-wrap .ytcv-trust-card h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-card p, .tc-wp-content-root .ytcv-content-wrap .ytcv-step-card p, .tc-wp-content-root .ytcv-content-wrap .ytcv-trust-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5b6473;
  line-height: 1.7;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-icon{
  width: 46px;
  height: 46px;
  display: inline-flex;
  position: relative;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0033, #ff7a3d);
  box-shadow: 0 14px 26px rgba(255, 0, 51, 0.22);
  transition: transform 220ms ease;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-card:hover .ytcv-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .ytcv-content-wrap .ytcv-icon::after{
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-icon-play::after{
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #ffffff;
  transform: translateX(2px);
}.tc-wp-content-root .ytcv-content-wrap .ytcv-icon-flash::after{
  width: 13px;
  height: 21px;
  background: #ffffff;
  clip-path: polygon(55% 0, 100% 0, 63% 42%, 100% 42%, 37% 100%, 52% 54%, 14% 54%);
}.tc-wp-content-root .ytcv-content-wrap .ytcv-icon-frame::after{
  width: 22px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-icon-check::after{
  width: 18px;
  height: 10px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg) translate(1px, -1px);
}.tc-wp-content-root .ytcv-content-wrap .ytcv-icon-mobile::after{
  width: 15px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-icon-calendar::after{
  width: 22px;
  height: 19px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  box-shadow: inset 0 6px 0 rgba(255, 255, 255, 0.28);
}.tc-wp-content-root .ytcv-content-wrap .ytcv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: relative;
  border: 1px solid rgba(255, 0, 0, 0.12);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fff7f5 100%);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 0, 0, 0.22);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.1);
}.tc-wp-content-root .ytcv-content-wrap .ytcv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff0033, #ff7a3d);
  box-shadow: 0 16px 34px rgba(255, 0, 51, 0.24);
}.tc-wp-content-root .ytcv-content-wrap .ytcv-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}.tc-wp-content-root .ytcv-content-wrap .ytcv-badge-dot{
  display: block;
  width: 12px;
  height: 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #ff0033;
  box-shadow: 0 0 0 8px rgba(255, 0, 51, 0.08), 0 0 24px rgba(255, 0, 51, 0.22);
}.tc-wp-content-root .ytcv-content-wrap .ytcv-trust-card{
  background: #ffffff;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-trust-mark{
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  color: #bf1420;
  background: rgba(255, 0, 51, 0.08);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .ytcv-content-wrap .ytcv-reveal.ytcv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ytcv-content-wrap .ytcv-section{
    padding: 52px 0;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-container{
    padding: 0 16px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-card, .tc-wp-content-root .ytcv-content-wrap .ytcv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-card h3, .tc-wp-content-root .ytcv-content-wrap .ytcv-step-card h3, .tc-wp-content-root .ytcv-content-wrap .ytcv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-card p, .tc-wp-content-root .ytcv-content-wrap .ytcv-step-card p, .tc-wp-content-root .ytcv-content-wrap .ytcv-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ytcv-content-wrap .ytcv-section{
    padding: 58px 0;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-card, .tc-wp-content-root .ytcv-content-wrap .ytcv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-card h3, .tc-wp-content-root .ytcv-content-wrap .ytcv-step-card h3, .tc-wp-content-root .ytcv-content-wrap .ytcv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-card p, .tc-wp-content-root .ytcv-content-wrap .ytcv-step-card p, .tc-wp-content-root .ytcv-content-wrap .ytcv-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ytcv-content-wrap .ytcv-section{
    padding: 64px 0;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-card, .tc-wp-content-root .ytcv-content-wrap .ytcv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-card h3, .tc-wp-content-root .ytcv-content-wrap .ytcv-step-card h3, .tc-wp-content-root .ytcv-content-wrap .ytcv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-card p, .tc-wp-content-root .ytcv-content-wrap .ytcv-step-card p, .tc-wp-content-root .ytcv-content-wrap .ytcv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ytcv-content-wrap .ytcv-section{
    padding: 76px 0;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-trust-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-card, .tc-wp-content-root .ytcv-content-wrap .ytcv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-card h3, .tc-wp-content-root .ytcv-content-wrap .ytcv-step-card h3, .tc-wp-content-root .ytcv-content-wrap .ytcv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-card p, .tc-wp-content-root .ytcv-content-wrap .ytcv-step-card p, .tc-wp-content-root .ytcv-content-wrap .ytcv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ytcv-content-wrap .ytcv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-container{
    padding: 0 28px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 48px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-card, .tc-wp-content-root .ytcv-content-wrap .ytcv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-card h3, .tc-wp-content-root .ytcv-content-wrap .ytcv-step-card h3, .tc-wp-content-root .ytcv-content-wrap .ytcv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-card p, .tc-wp-content-root .ytcv-content-wrap .ytcv-step-card p, .tc-wp-content-root .ytcv-content-wrap .ytcv-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .ytcv-content-wrap .ytcv-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }}

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