@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 .yt-url-viewer-content{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-section-white{
  background: #ffffff;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-section-soft{
  background:
    radial-gradient(circle at top left, rgba(255, 0, 72, 0.07), transparent 34%),
    linear-gradient(180deg, #fff8fa 0%, #f8fafc 100%);
}.tc-wp-content-root .yt-url-viewer-content .ytuv-container{
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  margin: 0 0 14px;
  border: 1px solid rgba(255, 0, 72, 0.16);
  border-radius: 999px;
  color: #c90034;
  background: rgba(255, 0, 72, 0.07);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-section-head p{
  margin: 16px auto 0;
  color: #526070;
  line-height: 1.7;
  font-weight: 400;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-card, .tc-wp-content-root .yt-url-viewer-content .ytuv-trust-card{
  position: relative;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: #ffffff;
  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 .yt-url-viewer-content .ytuv-card::before, .tc-wp-content-root .yt-url-viewer-content .ytuv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 0, 72, 0.12), rgba(255, 115, 0, 0.06), transparent 44%);
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-card:hover, .tc-wp-content-root .yt-url-viewer-content .ytuv-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 72, 0.22);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.11);
}.tc-wp-content-root .yt-url-viewer-content .ytuv-card:hover::before, .tc-wp-content-root .yt-url-viewer-content .ytuv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-card h3, .tc-wp-content-root .yt-url-viewer-content .ytuv-trust-card h3, .tc-wp-content-root .yt-url-viewer-content .ytuv-step-copy h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-card p, .tc-wp-content-root .yt-url-viewer-content .ytuv-trust-card p, .tc-wp-content-root .yt-url-viewer-content .ytuv-step-copy p{
  position: relative;
  margin: 12px 0 0;
  color: #5c6878;
  line-height: 1.68;
  font-weight: 400;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0048 0%, #ff6b00 100%);
  box-shadow: 0 14px 30px rgba(255, 0, 72, 0.22);
  transition: transform 220ms ease;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-card:hover .ytuv-icon{
  transform: translateY(-2px) scale(1.04);
}.tc-wp-content-root .yt-url-viewer-content .ytuv-icon::before, .tc-wp-content-root .yt-url-viewer-content .ytuv-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-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 .yt-url-viewer-content .ytuv-icon-speed::before{
  left: 12px;
  top: 22px;
  width: 22px;
  height: 11px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-icon-speed::after{
  left: 23px;
  top: 20px;
  width: 3px;
  height: 12px;
  border-radius: 5px;
  background: #ffffff;
  transform: rotate(38deg);
  transform-origin: bottom center;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-icon-frame::before{
  left: 12px;
  top: 13px;
  width: 22px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-icon-route::before{
  left: 12px;
  top: 14px;
  width: 22px;
  height: 18px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-radius: 0 12px 0 0;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-icon-route::after{
  right: 10px;
  bottom: 11px;
  width: 9px;
  height: 9px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .yt-url-viewer-content .ytuv-icon-mobile::before{
  left: 16px;
  top: 9px;
  width: 14px;
  height: 26px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-icon-daily::before{
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-icon-daily::after{
  left: 22px;
  top: 16px;
  width: 3px;
  height: 12px;
  background: #ffffff;
  border-radius: 6px;
  transform: rotate(45deg);
  transform-origin: bottom center;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid rgba(255, 0, 72, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  width: 4px;
  height: 60%;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(180deg, #ff0048, #ff6b00);
}.tc-wp-content-root .yt-url-viewer-content .ytuv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 0, 72, 0.28);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}.tc-wp-content-root .yt-url-viewer-content .ytuv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff0048 0%, #ff6b00 100%);
  box-shadow: 0 14px 34px rgba(255, 0, 72, 0.25);
  font-weight: 900;
  letter-spacing: 0;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-badge{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 10px;
  margin: 0 0 16px;
  border-radius: 999px;
  color: #b80031;
  background: rgba(255, 0, 72, 0.08);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .yt-url-viewer-content .ytuv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), #ffffff),
    radial-gradient(circle at right top, rgba(255, 107, 0, 0.12), transparent 34%);
}.tc-wp-content-root .yt-url-viewer-content .ytuv-trust-card{
  text-align: left;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.93), #ffffff),
    radial-gradient(circle at left top, rgba(255, 0, 72, 0.1), transparent 35%);
}.tc-wp-content-root .yt-url-viewer-content .ytuv-trust-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff0048, #ff6b00);
  box-shadow: 0 14px 30px rgba(255, 0, 72, 0.2);
}.tc-wp-content-root .yt-url-viewer-content .ytuv-trust-mark::before{
  content: "";
  position: absolute;
  left: 13px;
  top: 11px;
  width: 13px;
  height: 8px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .yt-url-viewer-content .ytuv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .yt-url-viewer-content .ytuv-reveal.ytuv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .yt-url-viewer-content .ytuv-section{
    padding: 48px 0;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-container{
    padding: 0 14px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-card, .tc-wp-content-root .yt-url-viewer-content .ytuv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-card h3, .tc-wp-content-root .yt-url-viewer-content .ytuv-trust-card h3, .tc-wp-content-root .yt-url-viewer-content .ytuv-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-card p, .tc-wp-content-root .yt-url-viewer-content .ytuv-trust-card p, .tc-wp-content-root .yt-url-viewer-content .ytuv-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .yt-url-viewer-content .ytuv-section{
    padding: 54px 0;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-container{
    padding: 0 18px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-card, .tc-wp-content-root .yt-url-viewer-content .ytuv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-card h3, .tc-wp-content-root .yt-url-viewer-content .ytuv-trust-card h3, .tc-wp-content-root .yt-url-viewer-content .ytuv-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-card p, .tc-wp-content-root .yt-url-viewer-content .ytuv-trust-card p, .tc-wp-content-root .yt-url-viewer-content .ytuv-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .yt-url-viewer-content .ytuv-section{
    padding: 62px 0;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-container{
    padding: 0 22px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-section-head h2{
    font-size: 33px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-card, .tc-wp-content-root .yt-url-viewer-content .ytuv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-card h3, .tc-wp-content-root .yt-url-viewer-content .ytuv-trust-card h3, .tc-wp-content-root .yt-url-viewer-content .ytuv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-card p, .tc-wp-content-root .yt-url-viewer-content .ytuv-trust-card p, .tc-wp-content-root .yt-url-viewer-content .ytuv-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .yt-url-viewer-content .ytuv-section{
    padding: 76px 0;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-container{
    padding: 0 30px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-grid-three, .tc-wp-content-root .yt-url-viewer-content .ytuv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-card, .tc-wp-content-root .yt-url-viewer-content .ytuv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-card h3, .tc-wp-content-root .yt-url-viewer-content .ytuv-trust-card h3, .tc-wp-content-root .yt-url-viewer-content .ytuv-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-card p, .tc-wp-content-root .yt-url-viewer-content .ytuv-trust-card p, .tc-wp-content-root .yt-url-viewer-content .ytuv-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-step-number{
    width: 66px;
    height: 66px;
    font-size: 21px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .yt-url-viewer-content .ytuv-section{
    padding: 90px 0;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-container{
    padding: 0 32px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-grid-three, .tc-wp-content-root .yt-url-viewer-content .ytuv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-card, .tc-wp-content-root .yt-url-viewer-content .ytuv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-card h3, .tc-wp-content-root .yt-url-viewer-content .ytuv-trust-card h3, .tc-wp-content-root .yt-url-viewer-content .ytuv-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-card p, .tc-wp-content-root .yt-url-viewer-content .ytuv-trust-card p, .tc-wp-content-root .yt-url-viewer-content .ytuv-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .yt-url-viewer-content .ytuv-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }}