@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 .yev-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .yev-content-wrap, .tc-wp-content-root .yev-content-wrap .yev-section, .tc-wp-content-root .yev-content-wrap .yev-container, .tc-wp-content-root .yev-content-wrap .yev-card-grid, .tc-wp-content-root .yev-content-wrap .yev-step-list{
  box-sizing: border-box;
}.tc-wp-content-root .yev-content-wrap .yev-section{
  position: relative;
}.tc-wp-content-root .yev-content-wrap .yev-section-white{
  background: #ffffff;
}.tc-wp-content-root .yev-content-wrap .yev-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fc 100%);
}.tc-wp-content-root .yev-content-wrap .yev-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .yev-content-wrap .yev-heading-block{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .yev-content-wrap .yev-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(231, 55, 75, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 36, 67, 0.09), rgba(255, 137, 74, 0.1));
  color: #b71f35;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .yev-content-wrap .yev-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff2443, #ff8a3d);
  box-shadow: 0 0 0 5px rgba(255, 36, 67, 0.12);
}.tc-wp-content-root .yev-content-wrap h2{
  margin: 0;
  color: #121a2b;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .yev-content-wrap .yev-heading-block p{
  margin: 14px auto 0;
  max-width: 700px;
  color: #5e687a;
  line-height: 1.7;
  letter-spacing: 0;
}.tc-wp-content-root .yev-content-wrap .yev-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .yev-content-wrap .yev-info-card, .tc-wp-content-root .yev-content-wrap .yev-use-card, .tc-wp-content-root .yev-content-wrap .yev-trust-card, .tc-wp-content-root .yev-content-wrap .yev-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(31, 45, 72, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(21, 31, 52, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .yev-content-wrap .yev-info-card, .tc-wp-content-root .yev-content-wrap .yev-use-card, .tc-wp-content-root .yev-content-wrap .yev-trust-card{
  height: 100%;
}.tc-wp-content-root .yev-content-wrap .yev-info-card::after, .tc-wp-content-root .yev-content-wrap .yev-use-card::after, .tc-wp-content-root .yev-content-wrap .yev-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 36, 67, 0.08), rgba(255, 138, 61, 0.07), rgba(42, 110, 255, 0.04));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .yev-content-wrap .yev-info-card:hover, .tc-wp-content-root .yev-content-wrap .yev-use-card:hover, .tc-wp-content-root .yev-content-wrap .yev-trust-card:hover, .tc-wp-content-root .yev-content-wrap .yev-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 36, 67, 0.24);
  box-shadow: 0 24px 64px rgba(21, 31, 52, 0.12);
}.tc-wp-content-root .yev-content-wrap .yev-info-card:hover::after, .tc-wp-content-root .yev-content-wrap .yev-use-card:hover::after, .tc-wp-content-root .yev-content-wrap .yev-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .yev-content-wrap .yev-info-card h3, .tc-wp-content-root .yev-content-wrap .yev-use-card h3, .tc-wp-content-root .yev-content-wrap .yev-trust-card h3, .tc-wp-content-root .yev-content-wrap .yev-step-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #162033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .yev-content-wrap .yev-info-card p, .tc-wp-content-root .yev-content-wrap .yev-use-card p, .tc-wp-content-root .yev-content-wrap .yev-trust-card p, .tc-wp-content-root .yev-content-wrap .yev-step-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #606b7d;
  line-height: 1.65;
  letter-spacing: 0;
}.tc-wp-content-root .yev-content-wrap .yev-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff2443, #ff8a3d);
  box-shadow: 0 12px 28px rgba(255, 65, 65, 0.22);
}.tc-wp-content-root .yev-content-wrap .yev-icon::before, .tc-wp-content-root .yev-content-wrap .yev-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .yev-content-wrap .yev-icon-play::before{
  top: 14px;
  left: 18px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
}.tc-wp-content-root .yev-content-wrap .yev-icon-speed::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 17px;
  border: 3px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 18px 18px;
}.tc-wp-content-root .yev-content-wrap .yev-icon-speed::after{
  width: 11px;
  height: 3px;
  left: 23px;
  top: 20px;
  background: #ffffff;
  border-radius: 99px;
  transform: rotate(-28deg);
}.tc-wp-content-root .yev-content-wrap .yev-icon-frame::before{
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .yev-content-wrap .yev-icon-steps::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 14px;
  background: #ffffff;
  border-radius: 99px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .yev-content-wrap .yev-icon-mobile::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .yev-content-wrap .yev-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .yev-content-wrap .yev-icon-daily::after{
  width: 8px;
  height: 3px;
  left: 23px;
  top: 22px;
  background: #ffffff;
  border-radius: 99px;
}.tc-wp-content-root .yev-content-wrap .yev-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .yev-content-wrap .yev-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 36, 67, 0.08), transparent 34%),
    #ffffff;
}.tc-wp-content-root .yev-content-wrap .yev-step-card::before{
  content: "";
  position: absolute;
  left: 35px;
  top: 76px;
  bottom: -28px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 36, 67, 0.34), rgba(255, 138, 61, 0));
}.tc-wp-content-root .yev-content-wrap .yev-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff2443, #ff8a3d);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 36px rgba(255, 65, 65, 0.24);
}.tc-wp-content-root .yev-content-wrap .yev-step-copy{
  min-width: 0;
}.tc-wp-content-root .yev-content-wrap .yev-badge-dot{
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 17px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 36, 67, 0.12), rgba(255, 138, 61, 0.16));
  position: relative;
}.tc-wp-content-root .yev-content-wrap .yev-badge-dot::after{
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2443, #ff8a3d);
}.tc-wp-content-root .yev-content-wrap .yev-trust-mark{
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(255, 36, 67, 0.12), rgba(42, 110, 255, 0.1));
  color: #d7203d;
  font-weight: 900;
}.tc-wp-content-root .yev-content-wrap .yev-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .yev-content-wrap .yev-reveal.yev-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .yev-content-wrap .yev-section{
    padding: 50px 0;
  }.tc-wp-content-root .yev-content-wrap .yev-container{
    padding: 0 16px;
  }.tc-wp-content-root .yev-content-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .yev-content-wrap .yev-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .yev-content-wrap .yev-kicker{
    font-size: 12px;
  }.tc-wp-content-root .yev-content-wrap .yev-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .yev-content-wrap .yev-info-card, .tc-wp-content-root .yev-content-wrap .yev-use-card, .tc-wp-content-root .yev-content-wrap .yev-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .yev-content-wrap .yev-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .yev-content-wrap .yev-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .yev-content-wrap .yev-step-card::before{
    display: none;
  }.tc-wp-content-root .yev-content-wrap .yev-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .yev-content-wrap .yev-info-card h3, .tc-wp-content-root .yev-content-wrap .yev-use-card h3, .tc-wp-content-root .yev-content-wrap .yev-trust-card h3, .tc-wp-content-root .yev-content-wrap .yev-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .yev-content-wrap .yev-info-card p, .tc-wp-content-root .yev-content-wrap .yev-use-card p, .tc-wp-content-root .yev-content-wrap .yev-trust-card p, .tc-wp-content-root .yev-content-wrap .yev-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .yev-content-wrap .yev-section{
    padding: 56px 0;
  }.tc-wp-content-root .yev-content-wrap .yev-container{
    padding: 0 18px;
  }.tc-wp-content-root .yev-content-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .yev-content-wrap .yev-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .yev-content-wrap .yev-kicker{
    font-size: 12.5px;
  }.tc-wp-content-root .yev-content-wrap .yev-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .yev-content-wrap .yev-info-card, .tc-wp-content-root .yev-content-wrap .yev-use-card, .tc-wp-content-root .yev-content-wrap .yev-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .yev-content-wrap .yev-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .yev-content-wrap .yev-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .yev-content-wrap .yev-step-card::before{
    display: none;
  }.tc-wp-content-root .yev-content-wrap .yev-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }.tc-wp-content-root .yev-content-wrap .yev-info-card h3, .tc-wp-content-root .yev-content-wrap .yev-use-card h3, .tc-wp-content-root .yev-content-wrap .yev-trust-card h3, .tc-wp-content-root .yev-content-wrap .yev-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .yev-content-wrap .yev-info-card p, .tc-wp-content-root .yev-content-wrap .yev-use-card p, .tc-wp-content-root .yev-content-wrap .yev-trust-card p, .tc-wp-content-root .yev-content-wrap .yev-step-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .yev-content-wrap .yev-section{
    padding: 62px 0;
  }.tc-wp-content-root .yev-content-wrap .yev-container{
    padding: 0 22px;
  }.tc-wp-content-root .yev-content-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .yev-content-wrap .yev-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .yev-content-wrap .yev-kicker{
    font-size: 13px;
  }.tc-wp-content-root .yev-content-wrap .yev-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .yev-content-wrap .yev-info-card, .tc-wp-content-root .yev-content-wrap .yev-use-card, .tc-wp-content-root .yev-content-wrap .yev-trust-card{
    padding: 26px;
  }.tc-wp-content-root .yev-content-wrap .yev-step-list{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .yev-content-wrap .yev-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .yev-content-wrap .yev-step-card::before{
    display: none;
  }.tc-wp-content-root .yev-content-wrap .yev-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }.tc-wp-content-root .yev-content-wrap .yev-info-card h3, .tc-wp-content-root .yev-content-wrap .yev-use-card h3, .tc-wp-content-root .yev-content-wrap .yev-trust-card h3, .tc-wp-content-root .yev-content-wrap .yev-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .yev-content-wrap .yev-info-card p, .tc-wp-content-root .yev-content-wrap .yev-use-card p, .tc-wp-content-root .yev-content-wrap .yev-trust-card p, .tc-wp-content-root .yev-content-wrap .yev-step-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .yev-content-wrap .yev-section{
    padding: 76px 0;
  }.tc-wp-content-root .yev-content-wrap .yev-container{
    padding: 0 32px;
  }.tc-wp-content-root .yev-content-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .yev-content-wrap .yev-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .yev-content-wrap .yev-kicker{
    font-size: 13px;
  }.tc-wp-content-root .yev-content-wrap .yev-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .yev-content-wrap .yev-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .yev-content-wrap .yev-info-card, .tc-wp-content-root .yev-content-wrap .yev-use-card, .tc-wp-content-root .yev-content-wrap .yev-trust-card{
    padding: 28px;
  }.tc-wp-content-root .yev-content-wrap .yev-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .yev-content-wrap .yev-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .yev-content-wrap .yev-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }.tc-wp-content-root .yev-content-wrap .yev-info-card h3, .tc-wp-content-root .yev-content-wrap .yev-use-card h3, .tc-wp-content-root .yev-content-wrap .yev-trust-card h3, .tc-wp-content-root .yev-content-wrap .yev-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .yev-content-wrap .yev-info-card p, .tc-wp-content-root .yev-content-wrap .yev-use-card p, .tc-wp-content-root .yev-content-wrap .yev-trust-card p, .tc-wp-content-root .yev-content-wrap .yev-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .yev-content-wrap .yev-section{
    padding: 92px 0;
  }.tc-wp-content-root .yev-content-wrap .yev-container{
    padding: 0 32px;
  }.tc-wp-content-root .yev-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .yev-content-wrap .yev-heading-block p{
    font-size: 18px;
  }.tc-wp-content-root .yev-content-wrap .yev-kicker{
    font-size: 13px;
  }.tc-wp-content-root .yev-content-wrap .yev-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .yev-content-wrap .yev-grid-six, .tc-wp-content-root .yev-content-wrap .yev-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .yev-content-wrap .yev-info-card, .tc-wp-content-root .yev-content-wrap .yev-use-card, .tc-wp-content-root .yev-content-wrap .yev-trust-card{
    padding: 30px;
  }.tc-wp-content-root .yev-content-wrap .yev-step-list{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .yev-content-wrap .yev-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .yev-content-wrap .yev-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }.tc-wp-content-root .yev-content-wrap .yev-info-card h3, .tc-wp-content-root .yev-content-wrap .yev-use-card h3, .tc-wp-content-root .yev-content-wrap .yev-trust-card h3, .tc-wp-content-root .yev-content-wrap .yev-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .yev-content-wrap .yev-info-card p, .tc-wp-content-root .yev-content-wrap .yev-use-card p, .tc-wp-content-root .yev-content-wrap .yev-trust-card p, .tc-wp-content-root .yev-content-wrap .yev-step-card p{
    font-size: 16px;
  }}