@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 .rsv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #18202c;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-section{
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-section-white{
  background: #ffffff;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-section-soft{
  background: linear-gradient(180deg, #fff7f4 0%, #f9fafb 100%);
}.tc-wp-content-root .rsv-editorial-wrap .rsv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 69, 0, 0.2);
  border-radius: 999px;
  background: rgba(255, 69, 0, 0.08);
  color: #c43c00;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-section-head p{
  margin: 16px auto 0;
  color: #5f6978;
  line-height: 1.7;
  font-weight: 450;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-feature-card, .tc-wp-content-root .rsv-editorial-wrap .rsv-use-card, .tc-wp-content-root .rsv-editorial-wrap .rsv-trust-card, .tc-wp-content-root .rsv-editorial-wrap .rsv-step-card{
  position: relative;
  border: 1px solid rgba(24, 32, 44, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-feature-card, .tc-wp-content-root .rsv-editorial-wrap .rsv-use-card, .tc-wp-content-root .rsv-editorial-wrap .rsv-trust-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 22px;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-feature-card::before, .tc-wp-content-root .rsv-editorial-wrap .rsv-use-card::before, .tc-wp-content-root .rsv-editorial-wrap .rsv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.12), rgba(255, 135, 84, 0.03) 38%, rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-feature-card:hover, .tc-wp-content-root .rsv-editorial-wrap .rsv-use-card:hover, .tc-wp-content-root .rsv-editorial-wrap .rsv-trust-card:hover, .tc-wp-content-root .rsv-editorial-wrap .rsv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 69, 0, 0.22);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}.tc-wp-content-root .rsv-editorial-wrap .rsv-feature-card:hover::before, .tc-wp-content-root .rsv-editorial-wrap .rsv-use-card:hover::before, .tc-wp-content-root .rsv-editorial-wrap .rsv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-feature-card h3, .tc-wp-content-root .rsv-editorial-wrap .rsv-use-card h3, .tc-wp-content-root .rsv-editorial-wrap .rsv-trust-card h3, .tc-wp-content-root .rsv-editorial-wrap .rsv-step-card h3{
  position: relative;
  margin: 0;
  color: #151b26;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-feature-card p, .tc-wp-content-root .rsv-editorial-wrap .rsv-use-card p, .tc-wp-content-root .rsv-editorial-wrap .rsv-trust-card p, .tc-wp-content-root .rsv-editorial-wrap .rsv-step-card p{
  position: relative;
  margin: 12px 0 0;
  color: #616b79;
  line-height: 1.65;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-card-icon{
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4500, #ff8a4c);
  box-shadow: 0 14px 28px rgba(255, 69, 0, 0.22);
}.tc-wp-content-root .rsv-editorial-wrap .rsv-card-icon::before, .tc-wp-content-root .rsv-editorial-wrap .rsv-card-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-icon-window::before{
  inset: 12px 10px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-icon-window::after{
  top: 18px;
  left: 14px;
  width: 18px;
  height: 2px;
  background: #ffffff;
  border-radius: 4px;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-icon-bolt::before{
  top: 10px;
  left: 17px;
  width: 11px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(48% 0, 100% 0, 65% 42%, 100% 42%, 30% 100%, 43% 56%, 0 56%);
}.tc-wp-content-root .rsv-editorial-wrap .rsv-icon-preview::before{
  top: 14px;
  left: 11px;
  width: 24px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-icon-preview::after{
  top: 20px;
  left: 19px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-icon-steps::before{
  top: 12px;
  left: 12px;
  width: 22px;
  height: 4px;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-icon-mobile::before{
  top: 9px;
  left: 15px;
  width: 16px;
  height: 28px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-icon-mobile::after{
  bottom: 12px;
  left: 21px;
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-icon-calendar::before{
  top: 12px;
  left: 11px;
  width: 24px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-icon-calendar::after{
  top: 19px;
  left: 15px;
  width: 16px;
  height: 2px;
  background: #ffffff;
  border-radius: 4px;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-step-card::after{
  content: "";
  position: absolute;
  top: -60px;
  right: -70px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 69, 0, 0.15), rgba(255, 69, 0, 0));
}.tc-wp-content-root .rsv-editorial-wrap .rsv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4500, #ff8a4c);
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(255, 69, 0, 0.25);
}.tc-wp-content-root .rsv-editorial-wrap .rsv-dot{
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ff4500;
  box-shadow: 0 0 0 8px rgba(255, 69, 0, 0.1);
}.tc-wp-content-root .rsv-editorial-wrap .rsv-trust-badge{
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #fff0ea;
  color: #c43c00;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .rsv-editorial-wrap .rsv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .rsv-editorial-wrap .rsv-reveal.rsv-is-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 .rsv-editorial-wrap .rsv-section{
    padding: 54px 0;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-container{
    padding: 0 14px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-card-grid, .tc-wp-content-root .rsv-editorial-wrap .rsv-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-grid-six, .tc-wp-content-root .rsv-editorial-wrap .rsv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-feature-card, .tc-wp-content-root .rsv-editorial-wrap .rsv-use-card, .tc-wp-content-root .rsv-editorial-wrap .rsv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-feature-card h3, .tc-wp-content-root .rsv-editorial-wrap .rsv-use-card h3, .tc-wp-content-root .rsv-editorial-wrap .rsv-trust-card h3, .tc-wp-content-root .rsv-editorial-wrap .rsv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-feature-card p, .tc-wp-content-root .rsv-editorial-wrap .rsv-use-card p, .tc-wp-content-root .rsv-editorial-wrap .rsv-trust-card p, .tc-wp-content-root .rsv-editorial-wrap .rsv-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .rsv-editorial-wrap .rsv-section{
    padding: 60px 0;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-container{
    padding: 0 18px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-card-grid, .tc-wp-content-root .rsv-editorial-wrap .rsv-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-grid-six, .tc-wp-content-root .rsv-editorial-wrap .rsv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-feature-card, .tc-wp-content-root .rsv-editorial-wrap .rsv-use-card, .tc-wp-content-root .rsv-editorial-wrap .rsv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-feature-card h3, .tc-wp-content-root .rsv-editorial-wrap .rsv-use-card h3, .tc-wp-content-root .rsv-editorial-wrap .rsv-trust-card h3, .tc-wp-content-root .rsv-editorial-wrap .rsv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-feature-card p, .tc-wp-content-root .rsv-editorial-wrap .rsv-use-card p, .tc-wp-content-root .rsv-editorial-wrap .rsv-trust-card p, .tc-wp-content-root .rsv-editorial-wrap .rsv-step-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .rsv-editorial-wrap .rsv-section{
    padding: 66px 0;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-container{
    padding: 0 22px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-card-grid, .tc-wp-content-root .rsv-editorial-wrap .rsv-step-list{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-grid-six, .tc-wp-content-root .rsv-editorial-wrap .rsv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-feature-card, .tc-wp-content-root .rsv-editorial-wrap .rsv-use-card, .tc-wp-content-root .rsv-editorial-wrap .rsv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-feature-card h3, .tc-wp-content-root .rsv-editorial-wrap .rsv-use-card h3, .tc-wp-content-root .rsv-editorial-wrap .rsv-trust-card h3, .tc-wp-content-root .rsv-editorial-wrap .rsv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-feature-card p, .tc-wp-content-root .rsv-editorial-wrap .rsv-use-card p, .tc-wp-content-root .rsv-editorial-wrap .rsv-trust-card p, .tc-wp-content-root .rsv-editorial-wrap .rsv-step-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .rsv-editorial-wrap .rsv-section{
    padding: 78px 0;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-container{
    padding: 0 30px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-card-grid, .tc-wp-content-root .rsv-editorial-wrap .rsv-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-grid-six, .tc-wp-content-root .rsv-editorial-wrap .rsv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-feature-card, .tc-wp-content-root .rsv-editorial-wrap .rsv-use-card, .tc-wp-content-root .rsv-editorial-wrap .rsv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-step-card{
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-feature-card h3, .tc-wp-content-root .rsv-editorial-wrap .rsv-use-card h3, .tc-wp-content-root .rsv-editorial-wrap .rsv-trust-card h3, .tc-wp-content-root .rsv-editorial-wrap .rsv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-feature-card p, .tc-wp-content-root .rsv-editorial-wrap .rsv-use-card p, .tc-wp-content-root .rsv-editorial-wrap .rsv-trust-card p, .tc-wp-content-root .rsv-editorial-wrap .rsv-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .rsv-editorial-wrap .rsv-section{
    padding: 92px 0;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-container{
    padding: 0 32px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-card-grid, .tc-wp-content-root .rsv-editorial-wrap .rsv-step-list{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-grid-six, .tc-wp-content-root .rsv-editorial-wrap .rsv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-feature-card, .tc-wp-content-root .rsv-editorial-wrap .rsv-use-card, .tc-wp-content-root .rsv-editorial-wrap .rsv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-feature-card h3, .tc-wp-content-root .rsv-editorial-wrap .rsv-use-card h3, .tc-wp-content-root .rsv-editorial-wrap .rsv-trust-card h3, .tc-wp-content-root .rsv-editorial-wrap .rsv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .rsv-editorial-wrap .rsv-feature-card p, .tc-wp-content-root .rsv-editorial-wrap .rsv-use-card p, .tc-wp-content-root .rsv-editorial-wrap .rsv-trust-card p, .tc-wp-content-root .rsv-editorial-wrap .rsv-step-card p{
    font-size: 16px;
  }}

.tc-wp-content-root .rsv-step-copy {}