@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 .yarv-editorial{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.tc-wp-content-root .yarv-editorial, .tc-wp-content-root .yarv-editorial div, .tc-wp-content-root .yarv-editorial section, .tc-wp-content-root .yarv-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .yarv-editorial .yarv-section{
  position: relative;
}.tc-wp-content-root .yarv-editorial .yarv-section--white{
  background: #ffffff;
}.tc-wp-content-root .yarv-editorial .yarv-section--soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 0, 84, 0.07), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255, 122, 0, 0.08), transparent 28%),
    #f8fafc;
}.tc-wp-content-root .yarv-editorial .yarv-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .yarv-editorial .yarv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .yarv-editorial .yarv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #e11d48;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-content-root .yarv-editorial .yarv-kicker::before, .tc-wp-content-root .yarv-editorial .yarv-kicker::after{
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff003d, #ff8a00);
}.tc-wp-content-root .yarv-editorial .yarv-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .yarv-editorial .yarv-heading p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5f6b7a;
  line-height: 1.7;
}.tc-wp-content-root .yarv-editorial .yarv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .yarv-editorial .yarv-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .yarv-editorial .yarv-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #ff003d, #ff7a00, #ffb000);
  opacity: 0.9;
}.tc-wp-content-root .yarv-editorial .yarv-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 64, 87, 0.34);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .yarv-editorial .yarv-card h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .yarv-editorial .yarv-card p{
  margin: 10px 0 0;
  color: #64748b;
  line-height: 1.7;
}.tc-wp-content-root .yarv-editorial .yarv-icon{
  display: inline-flex;
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 0, 61, 0.12), rgba(255, 138, 0, 0.16));
  box-shadow: inset 0 0 0 1px rgba(255, 60, 70, 0.14);
}.tc-wp-content-root .yarv-editorial .yarv-icon::before, .tc-wp-content-root .yarv-editorial .yarv-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .yarv-editorial .yarv-card:hover .yarv-icon::before, .tc-wp-content-root .yarv-editorial .yarv-card:hover .yarv-icon::after{
  transform: translateX(2px);
}.tc-wp-content-root .yarv-editorial .yarv-icon--play::before{
  left: 19px;
  top: 15px;
  border-left: 15px solid #e11d48;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .yarv-editorial .yarv-icon--bolt::before{
  left: 18px;
  top: 10px;
  width: 12px;
  height: 27px;
  background: #e11d48;
  clip-path: polygon(48% 0, 100% 0, 65% 42%, 100% 42%, 36% 100%, 48% 57%, 0 57%);
}.tc-wp-content-root .yarv-editorial .yarv-icon--frame::before{
  left: 13px;
  top: 14px;
  width: 22px;
  height: 18px;
  border: 3px solid #e11d48;
  border-radius: 6px;
}.tc-wp-content-root .yarv-editorial .yarv-icon--path::before{
  left: 12px;
  top: 17px;
  width: 24px;
  height: 14px;
  border: 3px solid #e11d48;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 10px 0 0;
}.tc-wp-content-root .yarv-editorial .yarv-icon--mobile::before{
  left: 16px;
  top: 9px;
  width: 16px;
  height: 30px;
  border: 3px solid #e11d48;
  border-radius: 8px;
}.tc-wp-content-root .yarv-editorial .yarv-icon--daily::before{
  left: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 3px solid #e11d48;
  border-radius: 50%;
}.tc-wp-content-root .yarv-editorial .yarv-icon--daily::after{
  left: 24px;
  top: 18px;
  width: 3px;
  height: 10px;
  background: #ff7a00;
  border-radius: 999px;
  transform-origin: bottom;
  transform: rotate(45deg);
}.tc-wp-content-root .yarv-editorial .yarv-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .yarv-editorial .yarv-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fff7f4 100%);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .yarv-editorial .yarv-step::after{
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 61, 0.1), rgba(255, 138, 0, 0.12));
}.tc-wp-content-root .yarv-editorial .yarv-step:hover{
  transform: translateY(-4px);
  border-color: rgba(255, 64, 87, 0.34);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.1);
}.tc-wp-content-root .yarv-editorial .yarv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #ff003d, #ff7a00);
  box-shadow: 0 14px 30px rgba(225, 29, 72, 0.24);
}.tc-wp-content-root .yarv-editorial .yarv-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .yarv-editorial .yarv-step-content h3{
  margin: 0;
  color: #172033;
  font-weight: 850;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .yarv-editorial .yarv-step-content p{
  margin: 8px 0 0;
  color: #64748b;
  line-height: 1.7;
}.tc-wp-content-root .yarv-editorial .yarv-card--use{
  background: linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
}.tc-wp-content-root .yarv-editorial .yarv-dot{
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #ff003d;
  box-shadow: 0 0 0 8px rgba(255, 0, 61, 0.08), 18px 0 0 rgba(255, 122, 0, 0.28);
}.tc-wp-content-root .yarv-editorial .yarv-trust-card{
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 251, 248, 0.98)),
    #ffffff;
}.tc-wp-content-root .yarv-editorial .yarv-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  border: 1px solid rgba(225, 29, 72, 0.18);
  border-radius: 999px;
  color: #be123c;
  font-weight: 800;
  line-height: 1;
  background: rgba(255, 0, 61, 0.07);
}.tc-wp-content-root .yarv-editorial .yarv-note{
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
  border: 1px solid rgba(255, 122, 0, 0.2);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.06);
}.tc-wp-content-root .yarv-editorial .yarv-note p{
  margin: 0;
  color: #485568;
  line-height: 1.7;
  text-align: center;
}.tc-wp-content-root .yarv-editorial .yarv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .yarv-editorial .yarv-reveal.yarv-is-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 .yarv-editorial .yarv-section{
    padding: 54px 0;
  }.tc-wp-content-root .yarv-editorial .yarv-container{
    padding: 0 14px;
  }.tc-wp-content-root .yarv-editorial .yarv-kicker{
    font-size: 11px;
  }.tc-wp-content-root .yarv-editorial .yarv-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .yarv-editorial .yarv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .yarv-editorial .yarv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .yarv-editorial .yarv-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .yarv-editorial .yarv-card h3, .tc-wp-content-root .yarv-editorial .yarv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .yarv-editorial .yarv-card p, .tc-wp-content-root .yarv-editorial .yarv-step-content p, .tc-wp-content-root .yarv-editorial .yarv-note p{
    font-size: 14px;
  }.tc-wp-content-root .yarv-editorial .yarv-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .yarv-editorial .yarv-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .yarv-editorial .yarv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .yarv-editorial .yarv-badge{
    padding: 8px 11px;
    font-size: 12px;
  }.tc-wp-content-root .yarv-editorial .yarv-note{
    margin-top: 18px;
    padding: 20px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .yarv-editorial .yarv-section{
    padding: 60px 0;
  }.tc-wp-content-root .yarv-editorial .yarv-container{
    padding: 0 18px;
  }.tc-wp-content-root .yarv-editorial .yarv-kicker{
    font-size: 11px;
  }.tc-wp-content-root .yarv-editorial .yarv-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .yarv-editorial .yarv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .yarv-editorial .yarv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .yarv-editorial .yarv-card{
    padding: 26px;
  }.tc-wp-content-root .yarv-editorial .yarv-card h3, .tc-wp-content-root .yarv-editorial .yarv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .yarv-editorial .yarv-card p, .tc-wp-content-root .yarv-editorial .yarv-step-content p, .tc-wp-content-root .yarv-editorial .yarv-note p{
    font-size: 15px;
  }.tc-wp-content-root .yarv-editorial .yarv-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .yarv-editorial .yarv-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .yarv-editorial .yarv-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }.tc-wp-content-root .yarv-editorial .yarv-badge{
    padding: 8px 12px;
    font-size: 12px;
  }.tc-wp-content-root .yarv-editorial .yarv-note{
    margin-top: 20px;
    padding: 22px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .yarv-editorial .yarv-section{
    padding: 66px 0;
  }.tc-wp-content-root .yarv-editorial .yarv-container{
    padding: 0 22px;
  }.tc-wp-content-root .yarv-editorial .yarv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .yarv-editorial .yarv-heading h2{
    font-size: 33px;
  }.tc-wp-content-root .yarv-editorial .yarv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .yarv-editorial .yarv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .yarv-editorial .yarv-card{
    padding: 28px;
  }.tc-wp-content-root .yarv-editorial .yarv-card h3, .tc-wp-content-root .yarv-editorial .yarv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .yarv-editorial .yarv-card p, .tc-wp-content-root .yarv-editorial .yarv-step-content p, .tc-wp-content-root .yarv-editorial .yarv-note p{
    font-size: 15px;
  }.tc-wp-content-root .yarv-editorial .yarv-step-list{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .yarv-editorial .yarv-step{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .yarv-editorial .yarv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .yarv-editorial .yarv-badge{
    padding: 9px 13px;
    font-size: 12px;
  }.tc-wp-content-root .yarv-editorial .yarv-note{
    margin-top: 22px;
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .yarv-editorial .yarv-section{
    padding: 82px 0;
  }.tc-wp-content-root .yarv-editorial .yarv-container{
    padding: 0 28px;
  }.tc-wp-content-root .yarv-editorial .yarv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .yarv-editorial .yarv-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .yarv-editorial .yarv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .yarv-editorial .yarv-card-grid--three, .tc-wp-content-root .yarv-editorial .yarv-card-grid--trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .yarv-editorial .yarv-card-grid{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .yarv-editorial .yarv-card{
    padding: 30px;
  }.tc-wp-content-root .yarv-editorial .yarv-card h3, .tc-wp-content-root .yarv-editorial .yarv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .yarv-editorial .yarv-card p, .tc-wp-content-root .yarv-editorial .yarv-step-content p, .tc-wp-content-root .yarv-editorial .yarv-note p{
    font-size: 16px;
  }.tc-wp-content-root .yarv-editorial .yarv-step-list{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .yarv-editorial .yarv-step{
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .yarv-editorial .yarv-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }.tc-wp-content-root .yarv-editorial .yarv-badge{
    padding: 9px 14px;
    font-size: 12px;
  }.tc-wp-content-root .yarv-editorial .yarv-note{
    margin-top: 24px;
    padding: 26px 32px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .yarv-editorial .yarv-section{
    padding: 96px 0;
  }.tc-wp-content-root .yarv-editorial .yarv-container{
    padding: 0 32px;
  }.tc-wp-content-root .yarv-editorial .yarv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .yarv-editorial .yarv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .yarv-editorial .yarv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .yarv-editorial .yarv-card-grid--three, .tc-wp-content-root .yarv-editorial .yarv-card-grid--trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .yarv-editorial .yarv-card-grid{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .yarv-editorial .yarv-card{
    padding: 32px;
  }.tc-wp-content-root .yarv-editorial .yarv-card h3, .tc-wp-content-root .yarv-editorial .yarv-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .yarv-editorial .yarv-card p, .tc-wp-content-root .yarv-editorial .yarv-step-content p, .tc-wp-content-root .yarv-editorial .yarv-note p{
    font-size: 16px;
  }.tc-wp-content-root .yarv-editorial .yarv-step-list{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .yarv-editorial .yarv-step{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .yarv-editorial .yarv-step-number{
    width: 72px;
    height: 72px;
    font-size: 19px;
  }.tc-wp-content-root .yarv-editorial .yarv-badge{
    padding: 10px 15px;
    font-size: 12px;
  }.tc-wp-content-root .yarv-editorial .yarv-note{
    margin-top: 26px;
    padding: 28px 38px;
  }}