@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;
}.wpc-scope-184 .tc-wp-content-root img, .wpc-scope-184 .tc-wp-content-root video, .wpc-scope-184 .tc-wp-content-root svg, .wpc-scope-184 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap section, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap div, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-section{
  position: relative;
  width: 100%;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-section-white{
  background: #ffffff;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-section-soft{
  background: linear-gradient(180deg, #fbfaf8 0%, #f7f9fc 100%);
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-heading-block{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #d84f1f;
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-kicker::before, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff4500, #ff8a3d);
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-heading-block p{
  margin: 16px auto 0;
  color: #5d6678;
  line-height: 1.72;
  max-width: 720px;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-grid-six, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-grid-three{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-info-card, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-use-card, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-trust-card, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(20, 29, 48, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(31, 41, 55, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-info-card, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-use-card, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-trust-card{
  overflow: hidden;
  border-radius: 22px;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-info-card::after, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-use-card::after, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.1), rgba(36, 133, 255, 0.08));
  transition: opacity 240ms ease;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-info-card:hover, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-use-card:hover, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-trust-card:hover, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 69, 0, 0.25);
  box-shadow: 0 24px 60px rgba(31, 41, 55, 0.13);
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-info-card:hover::after, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-use-card:hover::after, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-trust-card:hover::after{
  opacity: 1;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-info-card h3, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-use-card h3, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-trust-card h3, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-step-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172033;
  font-weight: 780;
  line-height: 1.28;
  letter-spacing: 0;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-info-card p, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-use-card p, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-trust-card p, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-step-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5f6878;
  line-height: 1.68;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4500, #ff8a3d);
  box-shadow: 0 12px 28px rgba(255, 69, 0, 0.24);
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-icon::before, .wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-icon::after{
  content: "";
  position: absolute;
  display: block;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-icon-link::before{
  width: 20px;
  height: 10px;
  left: 14px;
  top: 19px;
  border: 3px solid #ffffff;
  border-radius: 999px;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  border-left-color: transparent;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-icon-preview::before{
  width: 24px;
  height: 16px;
  left: 12px;
  top: 16px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-icon-steps::before{
  width: 22px;
  height: 3px;
  left: 13px;
  top: 15px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-icon-mobile::before{
  width: 16px;
  height: 25px;
  left: 16px;
  top: 11px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-icon-daily::before{
  width: 23px;
  height: 23px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-icon-daily::after{
  width: 8px;
  height: 3px;
  left: 24px;
  top: 24px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(-35deg);
  transform-origin: left center;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 69, 0, 0.12), transparent 34%),
    #ffffff;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-step-card::before{
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 69, 0, 0), rgba(255, 69, 0, 0.35), rgba(36, 133, 255, 0));
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  color: #ffffff;
  font-weight: 820;
  letter-spacing: 0;
  background: linear-gradient(135deg, #ff4500, #2563eb);
  box-shadow: 0 16px 34px rgba(255, 69, 0, 0.22);
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-step-content{
  position: relative;
  z-index: 1;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), transparent 32%);
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-mini-dot{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ff4500;
  box-shadow: 0 0 0 7px rgba(255, 69, 0, 0.1), 0 0 0 13px rgba(37, 99, 235, 0.05);
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 69, 0, 0.22);
  border-radius: 999px;
  color: #c74218;
  background: rgba(255, 69, 0, 0.08);
  font-weight: 760;
  line-height: 1;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-note{
  display: flex;
  align-items: flex-start;
  border: 1px solid rgba(255, 69, 0, 0.16);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.08), rgba(37, 99, 235, 0.06));
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-note-mark{
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin-top: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4500, #2563eb);
  box-shadow: 0 0 0 7px rgba(255, 69, 0, 0.1);
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-note p{
  margin: 0;
  color: #4d596d;
  line-height: 1.7;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-184 .tc-wp-content-root .rlv-editorial-wrap .rlv-reveal.rlv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .rlv-editorial-wrap .rlv-section{
    padding: 46px 0;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-container{
    padding: 0 14px;
  }.tc-wp-content-root .rlv-editorial-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-heading-block p{
    font-size: 14px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-card-grid, .tc-wp-content-root .rlv-editorial-wrap .rlv-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-grid-six, .tc-wp-content-root .rlv-editorial-wrap .rlv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-info-card, .tc-wp-content-root .rlv-editorial-wrap .rlv-use-card, .tc-wp-content-root .rlv-editorial-wrap .rlv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-step-card::before{
    display: none;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-info-card h3, .tc-wp-content-root .rlv-editorial-wrap .rlv-use-card h3, .tc-wp-content-root .rlv-editorial-wrap .rlv-trust-card h3, .tc-wp-content-root .rlv-editorial-wrap .rlv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-info-card p, .tc-wp-content-root .rlv-editorial-wrap .rlv-use-card p, .tc-wp-content-root .rlv-editorial-wrap .rlv-trust-card p, .tc-wp-content-root .rlv-editorial-wrap .rlv-step-card p, .tc-wp-content-root .rlv-editorial-wrap .rlv-note p{
    font-size: 14px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-badge{
    padding: 8px 11px;
    font-size: 12px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-note{
    gap: 14px;
    margin-top: 20px;
    padding: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .rlv-editorial-wrap .rlv-section{
    padding: 52px 0;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-container{
    padding: 0 18px;
  }.tc-wp-content-root .rlv-editorial-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-card-grid, .tc-wp-content-root .rlv-editorial-wrap .rlv-step-list{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-grid-six, .tc-wp-content-root .rlv-editorial-wrap .rlv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-info-card, .tc-wp-content-root .rlv-editorial-wrap .rlv-use-card, .tc-wp-content-root .rlv-editorial-wrap .rlv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-step-card::before{
    display: none;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-info-card h3, .tc-wp-content-root .rlv-editorial-wrap .rlv-use-card h3, .tc-wp-content-root .rlv-editorial-wrap .rlv-trust-card h3, .tc-wp-content-root .rlv-editorial-wrap .rlv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-info-card p, .tc-wp-content-root .rlv-editorial-wrap .rlv-use-card p, .tc-wp-content-root .rlv-editorial-wrap .rlv-trust-card p, .tc-wp-content-root .rlv-editorial-wrap .rlv-step-card p, .tc-wp-content-root .rlv-editorial-wrap .rlv-note p{
    font-size: 15px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-badge{
    padding: 8px 12px;
    font-size: 12px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-note{
    gap: 14px;
    margin-top: 22px;
    padding: 20px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .rlv-editorial-wrap .rlv-section{
    padding: 58px 0;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-container{
    padding: 0 22px;
  }.tc-wp-content-root .rlv-editorial-wrap h2{
    font-size: 31px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-card-grid, .tc-wp-content-root .rlv-editorial-wrap .rlv-step-list{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-grid-six, .tc-wp-content-root .rlv-editorial-wrap .rlv-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-info-card, .tc-wp-content-root .rlv-editorial-wrap .rlv-use-card, .tc-wp-content-root .rlv-editorial-wrap .rlv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-step-card::before{
    display: none;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-info-card h3, .tc-wp-content-root .rlv-editorial-wrap .rlv-use-card h3, .tc-wp-content-root .rlv-editorial-wrap .rlv-trust-card h3, .tc-wp-content-root .rlv-editorial-wrap .rlv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-info-card p, .tc-wp-content-root .rlv-editorial-wrap .rlv-use-card p, .tc-wp-content-root .rlv-editorial-wrap .rlv-trust-card p, .tc-wp-content-root .rlv-editorial-wrap .rlv-step-card p, .tc-wp-content-root .rlv-editorial-wrap .rlv-note p{
    font-size: 15px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-badge{
    padding: 9px 13px;
    font-size: 12px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-note{
    gap: 16px;
    margin-top: 24px;
    padding: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .rlv-editorial-wrap .rlv-section{
    padding: 72px 0;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-container{
    padding: 0 30px;
  }.tc-wp-content-root .rlv-editorial-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-card-grid, .tc-wp-content-root .rlv-editorial-wrap .rlv-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-grid-six, .tc-wp-content-root .rlv-editorial-wrap .rlv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-info-card, .tc-wp-content-root .rlv-editorial-wrap .rlv-use-card, .tc-wp-content-root .rlv-editorial-wrap .rlv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-info-card h3, .tc-wp-content-root .rlv-editorial-wrap .rlv-use-card h3, .tc-wp-content-root .rlv-editorial-wrap .rlv-trust-card h3, .tc-wp-content-root .rlv-editorial-wrap .rlv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-info-card p, .tc-wp-content-root .rlv-editorial-wrap .rlv-use-card p, .tc-wp-content-root .rlv-editorial-wrap .rlv-trust-card p, .tc-wp-content-root .rlv-editorial-wrap .rlv-step-card p, .tc-wp-content-root .rlv-editorial-wrap .rlv-note p{
    font-size: 15px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-badge{
    padding: 9px 14px;
    font-size: 13px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-note{
    gap: 18px;
    margin-top: 26px;
    padding: 24px;
  }}@media (min-width: 1024px){.tc-wp-content-root .rlv-editorial-wrap .rlv-section{
    padding: 90px 0;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-container{
    padding: 0 32px;
  }.tc-wp-content-root .rlv-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-card-grid, .tc-wp-content-root .rlv-editorial-wrap .rlv-step-list{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-grid-six, .tc-wp-content-root .rlv-editorial-wrap .rlv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-info-card, .tc-wp-content-root .rlv-editorial-wrap .rlv-use-card, .tc-wp-content-root .rlv-editorial-wrap .rlv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 30px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-info-card h3, .tc-wp-content-root .rlv-editorial-wrap .rlv-use-card h3, .tc-wp-content-root .rlv-editorial-wrap .rlv-trust-card h3, .tc-wp-content-root .rlv-editorial-wrap .rlv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-info-card p, .tc-wp-content-root .rlv-editorial-wrap .rlv-use-card p, .tc-wp-content-root .rlv-editorial-wrap .rlv-trust-card p, .tc-wp-content-root .rlv-editorial-wrap .rlv-step-card p, .tc-wp-content-root .rlv-editorial-wrap .rlv-note p{
    font-size: 15px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-badge{
    padding: 10px 15px;
    font-size: 13px;
  }.tc-wp-content-root .rlv-editorial-wrap .rlv-note{
    gap: 18px;
    margin-top: 28px;
    padding: 26px 28px;
  }}