@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 .ytav-content-wrap{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .ytav-content-wrap, .tc-wp-content-root .ytav-content-wrap div, .tc-wp-content-root .ytav-content-wrap section, .tc-wp-content-root .ytav-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ytav-content-wrap .ytav-section{
  position: relative;
}.tc-wp-content-root .ytav-content-wrap .ytav-section-white{
  background: #ffffff;
}.tc-wp-content-root .ytav-content-wrap .ytav-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fc 100%);
}.tc-wp-content-root .ytav-content-wrap .ytav-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ytav-content-wrap .ytav-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ytav-content-wrap .ytav-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 0, 51, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 51, 0.08), rgba(255, 122, 24, 0.08));
  color: #b4072d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-content-root .ytav-content-wrap .ytav-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff0033, #ff7a18);
  box-shadow: 0 0 0 5px rgba(255, 0, 51, 0.08);
}.tc-wp-content-root .ytav-content-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}.tc-wp-content-root .ytav-content-wrap .ytav-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5b6575;
  font-weight: 400;
}.tc-wp-content-root .ytav-content-wrap .ytav-card-grid, .tc-wp-content-root .ytav-content-wrap .ytav-trust-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ytav-content-wrap .ytav-card, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ytav-content-wrap .ytav-card::before, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 0, 51, 0.08), rgba(255, 122, 24, 0.05), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .ytav-content-wrap .ytav-card:hover, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 51, 0.18);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.12);
}.tc-wp-content-root .ytav-content-wrap .ytav-card:hover::before, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ytav-content-wrap .ytav-card h3, .tc-wp-content-root .ytav-content-wrap .ytav-step-content h3, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card h3{
  position: relative;
  margin: 0;
  color: #151c2e;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ytav-content-wrap .ytav-card p, .tc-wp-content-root .ytav-content-wrap .ytav-step-content p, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5c6678;
  font-weight: 400;
}.tc-wp-content-root .ytav-content-wrap .ytav-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0033, #ff7a18);
  box-shadow: 0 14px 30px rgba(255, 0, 51, 0.2);
}.tc-wp-content-root .ytav-content-wrap .ytav-icon::before, .tc-wp-content-root .ytav-content-wrap .ytav-icon::after{
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}.tc-wp-content-root .ytav-content-wrap .ytav-card:hover .ytav-icon::before, .tc-wp-content-root .ytav-content-wrap .ytav-card:hover .ytav-icon::after{
  transform: translateX(2px);
}.tc-wp-content-root .ytav-content-wrap .ytav-icon-play::before{
  left: 18px;
  top: 14px;
  border-left: 13px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .ytav-content-wrap .ytav-icon-speed::before{
  left: 12px;
  top: 23px;
  width: 22px;
  height: 3px;
  border-radius: 99px;
  background: #ffffff;
}.tc-wp-content-root .ytav-content-wrap .ytav-icon-speed::after{
  left: 20px;
  top: 14px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .ytav-content-wrap .ytav-icon-frame::before{
  left: 12px;
  top: 13px;
  width: 22px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .ytav-content-wrap .ytav-icon-steps::before{
  left: 13px;
  top: 13px;
  width: 20px;
  height: 4px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .ytav-content-wrap .ytav-icon-mobile::before{
  left: 15px;
  top: 10px;
  width: 16px;
  height: 26px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .ytav-content-wrap .ytav-icon-daily::before{
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ytav-content-wrap .ytav-icon-daily::after{
  left: 22px;
  top: 17px;
  width: 3px;
  height: 11px;
  border-radius: 99px;
  background: #ffffff;
  transform-origin: bottom center;
  transform: rotate(45deg);
}.tc-wp-content-root .ytav-content-wrap .ytav-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ytav-content-wrap .ytav-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .ytav-content-wrap .ytav-step-card::after{
  content: "";
  position: absolute;
  left: 28px;
  top: 50%;
  bottom: -28px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 0, 51, 0.24), rgba(255, 122, 24, 0));
}.tc-wp-content-root .ytav-content-wrap .ytav-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .ytav-content-wrap .ytav-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 0, 51, 0.18);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .ytav-content-wrap .ytav-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff0033, #ff7a18);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(255, 0, 51, 0.22);
}.tc-wp-content-root .ytav-content-wrap .ytav-use-card{
  padding-top: 34px;
}.tc-wp-content-root .ytav-content-wrap .ytav-badge-dot{
  display: inline-flex;
  width: 32px;
  height: 8px;
  margin-bottom: 18px;
  border-radius: 99px;
  background: linear-gradient(90deg, #ff0033, #ff7a18);
  box-shadow: 0 10px 22px rgba(255, 0, 51, 0.18);
}.tc-wp-content-root .ytav-content-wrap .ytav-trust-mark{
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 0, 51, 0.12), rgba(255, 122, 24, 0.14));
  border: 1px solid rgba(255, 0, 51, 0.18);
}.tc-wp-content-root .ytav-content-wrap .ytav-trust-mark::before{
  content: "";
  position: absolute;
  left: 16px;
  top: 13px;
  width: 14px;
  height: 20px;
  border-right: 4px solid #ff0033;
  border-bottom: 4px solid #ff0033;
  transform: rotate(40deg);
  border-radius: 2px;
}.tc-wp-content-root .ytav-content-wrap .ytav-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .ytav-content-wrap .ytav-reveal.ytav-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ytav-content-wrap .ytav-section{
    padding: 52px 0;
  }.tc-wp-content-root .ytav-content-wrap .ytav-container{
    padding: 0 14px;
  }.tc-wp-content-root .ytav-content-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card-grid, .tc-wp-content-root .ytav-content-wrap .ytav-trust-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card h3, .tc-wp-content-root .ytav-content-wrap .ytav-step-content h3, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card p, .tc-wp-content-root .ytav-content-wrap .ytav-step-content p, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-step-card::after{
    display: none;
  }.tc-wp-content-root .ytav-content-wrap .ytav-step-number{
    width: 54px;
    height: 54px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ytav-content-wrap .ytav-section{
    padding: 58px 0;
  }.tc-wp-content-root .ytav-content-wrap .ytav-container{
    padding: 0 18px;
  }.tc-wp-content-root .ytav-content-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card-grid, .tc-wp-content-root .ytav-content-wrap .ytav-trust-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card h3, .tc-wp-content-root .ytav-content-wrap .ytav-step-content h3, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card p, .tc-wp-content-root .ytav-content-wrap .ytav-step-content p, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-step-card::after{
    display: none;
  }.tc-wp-content-root .ytav-content-wrap .ytav-step-number{
    width: 56px;
    height: 56px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ytav-content-wrap .ytav-section{
    padding: 64px 0;
  }.tc-wp-content-root .ytav-content-wrap .ytav-container{
    padding: 0 22px;
  }.tc-wp-content-root .ytav-content-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card-grid, .tc-wp-content-root .ytav-content-wrap .ytav-trust-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card h3, .tc-wp-content-root .ytav-content-wrap .ytav-step-content h3, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card p, .tc-wp-content-root .ytav-content-wrap .ytav-step-content p, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-step-card::after{
    display: none;
  }.tc-wp-content-root .ytav-content-wrap .ytav-step-number{
    width: 58px;
    height: 58px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ytav-content-wrap .ytav-section{
    padding: 78px 0;
  }.tc-wp-content-root .ytav-content-wrap .ytav-container{
    padding: 0 28px;
  }.tc-wp-content-root .ytav-content-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-trust-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card h3, .tc-wp-content-root .ytav-content-wrap .ytav-step-content h3, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card p, .tc-wp-content-root .ytav-content-wrap .ytav-step-content p, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-step-number{
    width: 64px;
    height: 64px;
    font-size: 17px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ytav-content-wrap .ytav-section{
    padding: 92px 0;
  }.tc-wp-content-root .ytav-content-wrap .ytav-container{
    padding: 0 32px;
  }.tc-wp-content-root .ytav-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-trust-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card h3, .tc-wp-content-root .ytav-content-wrap .ytav-step-content h3, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-card p, .tc-wp-content-root .ytav-content-wrap .ytav-step-content p, .tc-wp-content-root .ytav-content-wrap .ytav-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-steps{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .ytav-content-wrap .ytav-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }}

.tc-wp-content-root .ytav-grid-six {}