@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 .ychv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .ychv-editorial-wrap, .tc-wp-content-root .ychv-editorial-wrap div, .tc-wp-content-root .ychv-editorial-wrap section, .tc-wp-content-root .ychv-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-section{
  position: relative;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-section-soft{
  background: linear-gradient(180deg, #fff8f8 0%, #f8fafc 100%);
}.tc-wp-content-root .ychv-editorial-wrap .ychv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-eyebrow{
  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: rgba(255, 0, 72, 0.07);
  color: #b4123d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-eyebrow::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff003d, #ff7a18);
  box-shadow: 0 0 0 5px rgba(255, 0, 61, 0.1);
}.tc-wp-content-root .ychv-editorial-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-section-head p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #5b6474;
  font-weight: 450;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-card-grid, .tc-wp-content-root .ychv-editorial-wrap .ychv-trust-grid{
  display: grid;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-info-card, .tc-wp-content-root .ychv-editorial-wrap .ychv-use-card, .tc-wp-content-root .ychv-editorial-wrap .ychv-trust-card, .tc-wp-content-root .ychv-editorial-wrap .ychv-step-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 45px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-info-card::after, .tc-wp-content-root .ychv-editorial-wrap .ychv-use-card::after, .tc-wp-content-root .ychv-editorial-wrap .ychv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 0, 61, 0.09), rgba(255, 122, 24, 0));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-info-card:hover, .tc-wp-content-root .ychv-editorial-wrap .ychv-use-card:hover, .tc-wp-content-root .ychv-editorial-wrap .ychv-trust-card:hover, .tc-wp-content-root .ychv-editorial-wrap .ychv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 0, 61, 0.2);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .ychv-editorial-wrap .ychv-info-card:hover::after, .tc-wp-content-root .ychv-editorial-wrap .ychv-use-card:hover::after, .tc-wp-content-root .ychv-editorial-wrap .ychv-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-card-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff003d, #ff7a18);
  box-shadow: 0 14px 28px rgba(255, 0, 61, 0.2);
}.tc-wp-content-root .ychv-editorial-wrap .ychv-card-icon::before, .tc-wp-content-root .ychv-editorial-wrap .ychv-card-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-icon-play{
  position: relative;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-icon-play::before{
  top: 14px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-icon-speed{
  position: relative;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-icon-speed::before{
  top: 22px;
  left: 12px;
  width: 22px;
  height: 10px;
  border: 3px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 22px 22px;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-icon-speed::after{
  top: 18px;
  left: 23px;
  width: 11px;
  height: 3px;
  border-radius: 99px;
  background: #ffffff;
  transform: rotate(-28deg);
}.tc-wp-content-root .ychv-editorial-wrap .ychv-icon-preview{
  position: relative;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-icon-preview::before{
  top: 13px;
  left: 10px;
  width: 26px;
  height: 20px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-icon-preview::after{
  top: 20px;
  left: 18px;
  width: 10px;
  height: 7px;
  border-radius: 2px;
  background: #ffffff;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-icon-steps{
  position: relative;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-icon-steps::before{
  top: 12px;
  left: 13px;
  width: 20px;
  height: 22px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  border-radius: 0 0 0 8px;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-icon-steps::after{
  top: 10px;
  right: 11px;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: -14px 12px 0 #ffffff;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-icon-mobile{
  position: relative;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-icon-mobile::before{
  top: 9px;
  left: 15px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-icon-mobile::after{
  bottom: 12px;
  left: 21px;
  width: 4px;
  height: 4px;
  border-radius: 99px;
  background: #ffffff;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-icon-daily{
  position: relative;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-icon-daily::before{
  top: 12px;
  left: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-icon-daily::after{
  top: 22px;
  left: 22px;
  width: 12px;
  height: 3px;
  border-radius: 99px;
  background: #ffffff;
  transform: rotate(42deg);
  transform-origin: left center;
}.tc-wp-content-root .ychv-editorial-wrap h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151c2e;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-info-card p, .tc-wp-content-root .ychv-editorial-wrap .ychv-use-card p, .tc-wp-content-root .ychv-editorial-wrap .ychv-trust-card p, .tc-wp-content-root .ychv-editorial-wrap .ychv-step-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5e6878;
  font-weight: 430;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-step-card{
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 0, 61, 0.12), transparent 32%),
    #ffffff;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-step-card::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ff003d, #ff7a18);
}.tc-wp-content-root .ychv-editorial-wrap .ychv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 35px rgba(17, 24, 39, 0.18);
}.tc-wp-content-root .ychv-editorial-wrap .ychv-mini-badge{
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 0, 61, 0.08);
  color: #b4123d;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-trust-card{
  text-align: left;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-trust-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 61, 0.12), rgba(255, 122, 24, 0.18));
  position: relative;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-trust-mark::before{
  content: "";
  position: absolute;
  top: 12px;
  left: 15px;
  width: 9px;
  height: 15px;
  border-right: 3px solid #d81b4a;
  border-bottom: 3px solid #d81b4a;
  transform: rotate(42deg);
}.tc-wp-content-root .ychv-editorial-wrap .ychv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .ychv-editorial-wrap .ychv-reveal.ychv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ychv-editorial-wrap .ychv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ychv-editorial-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-card-grid, .tc-wp-content-root .ychv-editorial-wrap .ychv-trust-grid, .tc-wp-content-root .ychv-editorial-wrap .ychv-step-list{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-info-card, .tc-wp-content-root .ychv-editorial-wrap .ychv-use-card, .tc-wp-content-root .ychv-editorial-wrap .ychv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ychv-editorial-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-info-card p, .tc-wp-content-root .ychv-editorial-wrap .ychv-use-card p, .tc-wp-content-root .ychv-editorial-wrap .ychv-trust-card p, .tc-wp-content-root .ychv-editorial-wrap .ychv-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ychv-editorial-wrap .ychv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ychv-editorial-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-card-grid, .tc-wp-content-root .ychv-editorial-wrap .ychv-trust-grid, .tc-wp-content-root .ychv-editorial-wrap .ychv-step-list{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-info-card, .tc-wp-content-root .ychv-editorial-wrap .ychv-use-card, .tc-wp-content-root .ychv-editorial-wrap .ychv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .ychv-editorial-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-info-card p, .tc-wp-content-root .ychv-editorial-wrap .ychv-use-card p, .tc-wp-content-root .ychv-editorial-wrap .ychv-trust-card p, .tc-wp-content-root .ychv-editorial-wrap .ychv-step-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ychv-editorial-wrap .ychv-section{
    padding: 62px 0;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ychv-editorial-wrap h2{
    font-size: 33px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-card-grid, .tc-wp-content-root .ychv-editorial-wrap .ychv-trust-grid, .tc-wp-content-root .ychv-editorial-wrap .ychv-step-list{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-info-card, .tc-wp-content-root .ychv-editorial-wrap .ychv-use-card, .tc-wp-content-root .ychv-editorial-wrap .ychv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .ychv-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-info-card p, .tc-wp-content-root .ychv-editorial-wrap .ychv-use-card p, .tc-wp-content-root .ychv-editorial-wrap .ychv-trust-card p, .tc-wp-content-root .ychv-editorial-wrap .ychv-step-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ychv-editorial-wrap .ychv-section{
    padding: 76px 0;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-container{
    padding: 0 30px;
  }.tc-wp-content-root .ychv-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-card-grid, .tc-wp-content-root .ychv-editorial-wrap .ychv-trust-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-info-card, .tc-wp-content-root .ychv-editorial-wrap .ychv-use-card, .tc-wp-content-root .ychv-editorial-wrap .ychv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-step-card{
    grid-template-columns: 84px 1fr;
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ychv-editorial-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-info-card p, .tc-wp-content-root .ychv-editorial-wrap .ychv-use-card p, .tc-wp-content-root .ychv-editorial-wrap .ychv-trust-card p, .tc-wp-content-root .ychv-editorial-wrap .ychv-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ychv-editorial-wrap .ychv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ychv-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-card-grid, .tc-wp-content-root .ychv-editorial-wrap .ychv-trust-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-step-list{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-info-card, .tc-wp-content-root .ychv-editorial-wrap .ychv-use-card, .tc-wp-content-root .ychv-editorial-wrap .ychv-trust-card{
    padding: 32px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-step-card{
    grid-template-columns: 92px 1fr;
    gap: 26px;
    padding: 34px 36px;
  }.tc-wp-content-root .ychv-editorial-wrap h3{
    font-size: 22px;
  }.tc-wp-content-root .ychv-editorial-wrap .ychv-info-card p, .tc-wp-content-root .ychv-editorial-wrap .ychv-use-card p, .tc-wp-content-root .ychv-editorial-wrap .ychv-trust-card p, .tc-wp-content-root .ychv-editorial-wrap .ychv-step-card p{
    font-size: 16px;
  }}

.tc-wp-content-root .ychv-grid-six {}
.tc-wp-content-root .ychv-step-content {}