@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 .rav-content-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 .rav-content-wrap, .tc-wp-content-root .rav-content-wrap section, .tc-wp-content-root .rav-content-wrap div, .tc-wp-content-root .rav-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .rav-content-wrap .rav-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .rav-content-wrap .rav-section-white{
  background: #ffffff;
}.tc-wp-content-root .rav-content-wrap .rav-section-soft{
  background: linear-gradient(180deg, #fbfaf8 0%, #f6f3ef 100%);
}.tc-wp-content-root .rav-content-wrap .rav-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .rav-content-wrap .rav-section-head{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .rav-content-wrap .rav-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 69, 0, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.1), rgba(255, 139, 76, 0.12));
  color: #b93408;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-content-root .rav-content-wrap .rav-section-head h2{
  margin: 16px 0 12px;
  color: #121826;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .rav-content-wrap .rav-section-head p{
  margin: 0 auto;
  max-width: 720px;
  color: #5f6878;
  line-height: 1.72;
}.tc-wp-content-root .rav-content-wrap .rav-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .rav-content-wrap .rav-info-card, .tc-wp-content-root .rav-content-wrap .rav-use-card, .tc-wp-content-root .rav-content-wrap .rav-trust-card, .tc-wp-content-root .rav-content-wrap .rav-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(28, 35, 50, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .rav-content-wrap .rav-info-card, .tc-wp-content-root .rav-content-wrap .rav-use-card, .tc-wp-content-root .rav-content-wrap .rav-trust-card{
  border-radius: 22px;
  overflow: hidden;
}.tc-wp-content-root .rav-content-wrap .rav-info-card::before, .tc-wp-content-root .rav-content-wrap .rav-use-card::before, .tc-wp-content-root .rav-content-wrap .rav-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #ff4500, #ff8b4c, #a45cff);
  opacity: 0.9;
}.tc-wp-content-root .rav-content-wrap .rav-info-card:hover, .tc-wp-content-root .rav-content-wrap .rav-use-card:hover, .tc-wp-content-root .rav-content-wrap .rav-trust-card:hover, .tc-wp-content-root .rav-content-wrap .rav-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 69, 0, 0.24);
  box-shadow: 0 24px 60px rgba(255, 69, 0, 0.13), 0 18px 45px rgba(28, 35, 50, 0.08);
}.tc-wp-content-root .rav-content-wrap .rav-info-card h3, .tc-wp-content-root .rav-content-wrap .rav-use-card h3, .tc-wp-content-root .rav-content-wrap .rav-trust-card h3, .tc-wp-content-root .rav-content-wrap .rav-step-copy h3{
  margin: 0;
  color: #172033;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .rav-content-wrap .rav-info-card p, .tc-wp-content-root .rav-content-wrap .rav-use-card p, .tc-wp-content-root .rav-content-wrap .rav-trust-card p, .tc-wp-content-root .rav-content-wrap .rav-step-copy p{
  margin: 10px 0 0;
  color: #626b7b;
  line-height: 1.68;
}.tc-wp-content-root .rav-content-wrap .rav-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4500, #ff8b4c);
  box-shadow: 0 12px 28px rgba(255, 69, 0, 0.24);
}.tc-wp-content-root .rav-content-wrap .rav-icon::before, .tc-wp-content-root .rav-content-wrap .rav-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .rav-content-wrap .rav-icon-view::before{
  width: 20px;
  height: 12px;
  left: 13px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .rav-content-wrap .rav-icon-view::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .rav-content-wrap .rav-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-bottom-color: transparent;
}.tc-wp-content-root .rav-content-wrap .rav-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 23px;
  top: 22px;
  border-radius: 2px;
  background: #ffffff;
  transform: rotate(-28deg);
  transform-origin: left center;
}.tc-wp-content-root .rav-content-wrap .rav-icon-preview::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .rav-content-wrap .rav-icon-preview::after{
  width: 10px;
  height: 2px;
  left: 18px;
  top: 23px;
  border-radius: 2px;
  background: #ffffff;
}.tc-wp-content-root .rav-content-wrap .rav-icon-steps::before{
  width: 5px;
  height: 5px;
  left: 14px;
  top: 14px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .rav-content-wrap .rav-icon-steps::after{
  width: 15px;
  height: 2px;
  left: 24px;
  top: 16px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .rav-content-wrap .rav-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 15px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .rav-content-wrap .rav-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  top: 30px;
  border-radius: 2px;
  background: #ffffff;
}.tc-wp-content-root .rav-content-wrap .rav-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .rav-content-wrap .rav-icon-daily::after{
  width: 12px;
  height: 7px;
  left: 17px;
  top: 19px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .rav-content-wrap .rav-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .rav-content-wrap .rav-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(255, 69, 0, 0.1), transparent 34%),
    #ffffff;
  overflow: hidden;
}.tc-wp-content-root .rav-content-wrap .rav-step-card::before{
  content: "";
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(255, 69, 0, 0.35), transparent);
}.tc-wp-content-root .rav-content-wrap .rav-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff4500, #ff8b4c);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(255, 69, 0, 0.26);
}.tc-wp-content-root .rav-content-wrap .rav-mini-dot{
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ff4500;
  box-shadow: 0 0 0 8px rgba(255, 69, 0, 0.1), 0 0 28px rgba(255, 69, 0, 0.28);
}.tc-wp-content-root .rav-content-wrap .rav-badge{
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 69, 0, 0.1);
  color: #b93408;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-content-root .rav-content-wrap .rav-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .rav-content-wrap .rav-reveal.rav-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .rav-content-wrap .rav-section{
    padding: 48px 0;
  }.tc-wp-content-root .rav-content-wrap .rav-container{
    padding: 0 14px;
  }.tc-wp-content-root .rav-content-wrap .rav-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .rav-content-wrap .rav-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .rav-content-wrap .rav-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .rav-content-wrap .rav-card-grid, .tc-wp-content-root .rav-content-wrap .rav-step-list{
    gap: 16px;
  }.tc-wp-content-root .rav-content-wrap .rav-grid-three, .tc-wp-content-root .rav-content-wrap .rav-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .rav-content-wrap .rav-info-card, .tc-wp-content-root .rav-content-wrap .rav-use-card, .tc-wp-content-root .rav-content-wrap .rav-trust-card{
    padding: 24px 20px;
  }.tc-wp-content-root .rav-content-wrap .rav-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px;
  }.tc-wp-content-root .rav-content-wrap .rav-step-card::before{
    display: none;
  }.tc-wp-content-root .rav-content-wrap .rav-step-number{
    width: 54px;
    height: 54px;
    font-size: 15px;
  }.tc-wp-content-root .rav-content-wrap .rav-info-card h3, .tc-wp-content-root .rav-content-wrap .rav-use-card h3, .tc-wp-content-root .rav-content-wrap .rav-trust-card h3, .tc-wp-content-root .rav-content-wrap .rav-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .rav-content-wrap .rav-info-card p, .tc-wp-content-root .rav-content-wrap .rav-use-card p, .tc-wp-content-root .rav-content-wrap .rav-trust-card p, .tc-wp-content-root .rav-content-wrap .rav-step-copy p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rav-content-wrap .rav-section{
    padding: 54px 0;
  }.tc-wp-content-root .rav-content-wrap .rav-container{
    padding: 0 18px;
  }.tc-wp-content-root .rav-content-wrap .rav-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .rav-content-wrap .rav-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .rav-content-wrap .rav-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .rav-content-wrap .rav-card-grid, .tc-wp-content-root .rav-content-wrap .rav-step-list{
    gap: 18px;
  }.tc-wp-content-root .rav-content-wrap .rav-grid-three, .tc-wp-content-root .rav-content-wrap .rav-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .rav-content-wrap .rav-info-card, .tc-wp-content-root .rav-content-wrap .rav-use-card, .tc-wp-content-root .rav-content-wrap .rav-trust-card{
    padding: 26px 22px;
  }.tc-wp-content-root .rav-content-wrap .rav-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 22px;
  }.tc-wp-content-root .rav-content-wrap .rav-step-card::before{
    display: none;
  }.tc-wp-content-root .rav-content-wrap .rav-step-number{
    width: 56px;
    height: 56px;
    font-size: 15px;
  }.tc-wp-content-root .rav-content-wrap .rav-info-card h3, .tc-wp-content-root .rav-content-wrap .rav-use-card h3, .tc-wp-content-root .rav-content-wrap .rav-trust-card h3, .tc-wp-content-root .rav-content-wrap .rav-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .rav-content-wrap .rav-info-card p, .tc-wp-content-root .rav-content-wrap .rav-use-card p, .tc-wp-content-root .rav-content-wrap .rav-trust-card p, .tc-wp-content-root .rav-content-wrap .rav-step-copy p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rav-content-wrap .rav-section{
    padding: 60px 0;
  }.tc-wp-content-root .rav-content-wrap .rav-container{
    padding: 0 22px;
  }.tc-wp-content-root .rav-content-wrap .rav-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .rav-content-wrap .rav-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .rav-content-wrap .rav-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .rav-content-wrap .rav-card-grid, .tc-wp-content-root .rav-content-wrap .rav-step-list{
    gap: 20px;
  }.tc-wp-content-root .rav-content-wrap .rav-grid-three, .tc-wp-content-root .rav-content-wrap .rav-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .rav-content-wrap .rav-info-card, .tc-wp-content-root .rav-content-wrap .rav-use-card, .tc-wp-content-root .rav-content-wrap .rav-trust-card{
    padding: 28px 24px;
  }.tc-wp-content-root .rav-content-wrap .rav-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .rav-content-wrap .rav-step-card::before{
    display: none;
  }.tc-wp-content-root .rav-content-wrap .rav-step-number{
    width: 58px;
    height: 58px;
    font-size: 16px;
  }.tc-wp-content-root .rav-content-wrap .rav-info-card h3, .tc-wp-content-root .rav-content-wrap .rav-use-card h3, .tc-wp-content-root .rav-content-wrap .rav-trust-card h3, .tc-wp-content-root .rav-content-wrap .rav-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .rav-content-wrap .rav-info-card p, .tc-wp-content-root .rav-content-wrap .rav-use-card p, .tc-wp-content-root .rav-content-wrap .rav-trust-card p, .tc-wp-content-root .rav-content-wrap .rav-step-copy p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rav-content-wrap .rav-section{
    padding: 76px 0;
  }.tc-wp-content-root .rav-content-wrap .rav-container{
    padding: 0 28px;
  }.tc-wp-content-root .rav-content-wrap .rav-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .rav-content-wrap .rav-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .rav-content-wrap .rav-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .rav-content-wrap .rav-card-grid{
    gap: 22px;
  }.tc-wp-content-root .rav-content-wrap .rav-step-list{
    gap: 22px;
  }.tc-wp-content-root .rav-content-wrap .rav-grid-three, .tc-wp-content-root .rav-content-wrap .rav-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .rav-content-wrap .rav-info-card, .tc-wp-content-root .rav-content-wrap .rav-use-card, .tc-wp-content-root .rav-content-wrap .rav-trust-card{
    padding: 30px 26px;
  }.tc-wp-content-root .rav-content-wrap .rav-step-card{
    gap: 26px;
    padding: 30px 30px;
  }.tc-wp-content-root .rav-content-wrap .rav-step-number{
    width: 64px;
    height: 64px;
    font-size: 17px;
  }.tc-wp-content-root .rav-content-wrap .rav-info-card h3, .tc-wp-content-root .rav-content-wrap .rav-use-card h3, .tc-wp-content-root .rav-content-wrap .rav-trust-card h3, .tc-wp-content-root .rav-content-wrap .rav-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .rav-content-wrap .rav-info-card p, .tc-wp-content-root .rav-content-wrap .rav-use-card p, .tc-wp-content-root .rav-content-wrap .rav-trust-card p, .tc-wp-content-root .rav-content-wrap .rav-step-copy p{
    font-size: 16px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .rav-content-wrap .rav-section{
    padding: 92px 0;
  }.tc-wp-content-root .rav-content-wrap .rav-container{
    padding: 0 32px;
  }.tc-wp-content-root .rav-content-wrap .rav-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .rav-content-wrap .rav-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .rav-content-wrap .rav-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .rav-content-wrap .rav-card-grid{
    gap: 24px;
  }.tc-wp-content-root .rav-content-wrap .rav-step-list{
    gap: 24px;
  }.tc-wp-content-root .rav-content-wrap .rav-grid-three, .tc-wp-content-root .rav-content-wrap .rav-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .rav-content-wrap .rav-info-card, .tc-wp-content-root .rav-content-wrap .rav-use-card, .tc-wp-content-root .rav-content-wrap .rav-trust-card{
    padding: 32px 28px;
  }.tc-wp-content-root .rav-content-wrap .rav-step-card{
    gap: 30px;
    padding: 34px 36px;
  }.tc-wp-content-root .rav-content-wrap .rav-step-number{
    width: 72px;
    height: 72px;
    font-size: 18px;
  }.tc-wp-content-root .rav-content-wrap .rav-info-card h3, .tc-wp-content-root .rav-content-wrap .rav-use-card h3, .tc-wp-content-root .rav-content-wrap .rav-trust-card h3, .tc-wp-content-root .rav-content-wrap .rav-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .rav-content-wrap .rav-info-card p, .tc-wp-content-root .rav-content-wrap .rav-use-card p, .tc-wp-content-root .rav-content-wrap .rav-trust-card p, .tc-wp-content-root .rav-content-wrap .rav-step-copy p{
    font-size: 16px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .rav-content-wrap .rav-reveal, .tc-wp-content-root .rav-content-wrap .rav-reveal.rav-visible, .tc-wp-content-root .rav-content-wrap .rav-info-card, .tc-wp-content-root .rav-content-wrap .rav-use-card, .tc-wp-content-root .rav-content-wrap .rav-trust-card, .tc-wp-content-root .rav-content-wrap .rav-step-card{
    opacity: 1;
    transform: none;
    transition: none;
  }}