@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-500 .tc-wp-content-root img, .wpc-scope-500 .tc-wp-content-root video, .wpc-scope-500 .tc-wp-content-root svg, .wpc-scope-500 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #171821;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap section, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap div, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-section{
  position: relative;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-section-white{
  background: #ffffff;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-section-soft{
  background: linear-gradient(180deg, #fff9f6 0%, #f8fafc 100%);
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(224, 35, 45, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(224, 35, 45, 0.08), rgba(250, 186, 32, 0.12));
  color: #b41722;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e0232d, #faba20);
  box-shadow: 0 0 0 5px rgba(224, 35, 45, 0.1);
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap h2, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap h3, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap p{
  margin: 0;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap h2{
  color: #12131a;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-section-head p{
  color: #5f6472;
  line-height: 1.75;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-info-card, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-use-card, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-benefit-card, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(20, 24, 34, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(25, 28, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-info-card, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-use-card, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-benefit-card{
  border-radius: 8px;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-info-card::after, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-use-card::after, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-benefit-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(224, 35, 45, 0.1), transparent 34%, rgba(250, 186, 32, 0.12));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-info-card:hover, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-use-card:hover, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-benefit-card:hover, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(224, 35, 45, 0.22);
  box-shadow: 0 24px 60px rgba(25, 28, 40, 0.12);
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-info-card:hover::after, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-use-card:hover::after, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-benefit-card:hover::after{
  opacity: 1;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-card-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, #e0232d, #faba20);
  box-shadow: 0 12px 28px rgba(224, 35, 45, 0.22);
  transition: transform 260ms ease;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-info-card:hover .mfg-card-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-card-icon::before, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-card-icon::after{
  content: "";
  position: absolute;
  inset: 11px;
  border: 2px solid rgba(255, 255, 255, 0.92);
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-burst::before{
  transform: rotate(45deg);
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-burst::after{
  transform: rotate(0deg);
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-copy::before{
  inset: 10px 14px 14px 10px;
  border-radius: 3px;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-copy::after{
  inset: 15px 9px 9px 15px;
  border-radius: 3px;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-spark::before{
  inset: 9px;
  border-radius: 50%;
  border-width: 0;
  background: rgba(255, 255, 255, 0.94);
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-spark::after{
  display: none;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-shield::before{
  inset: 9px 11px;
  border-radius: 12px 12px 16px 16px;
  clip-path: polygon(50% 0, 100% 18%, 88% 72%, 50% 100%, 12% 72%, 0 18%);
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-shield::after{
  display: none;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-device::before{
  inset: 8px 13px;
  border-radius: 5px;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-device::after{
  inset: auto 19px 12px 19px;
  height: 2px;
  border: 0;
  background: #ffffff;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-pen::before{
  inset: 10px 20px 8px 18px;
  border-width: 0;
  border-radius: 99px;
  background: #ffffff;
  transform: rotate(38deg);
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-pen::after{
  inset: auto 10px 10px auto;
  width: 9px;
  height: 9px;
  border-width: 0;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: rotate(38deg);
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-info-card h3, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-use-card h3, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-benefit-card h3, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-step-card h3{
  position: relative;
  z-index: 1;
  color: #151722;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.25;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-info-card p, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-use-card p, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-benefit-card p, .wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-step-card p{
  position: relative;
  z-index: 1;
  color: #606675;
  line-height: 1.7;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(224, 35, 45, 0.07), rgba(250, 186, 32, 0.06)),
    #ffffff;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-step-card::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #e0232d, #faba20);
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-step-number{
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #151722;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(21, 23, 34, 0.18);
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-use-tag{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(224, 35, 45, 0.08);
  color: #b41722;
  font-size: 12px;
  font-weight: 850;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-benefit-mark{
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e0232d, #faba20);
  box-shadow: 0 12px 28px rgba(224, 35, 45, 0.2);
  position: relative;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  top: 12px;
  left: 11px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}.wpc-scope-500 .tc-wp-content-root .mfg-editorial-wrap .mfg-reveal.mfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .mfg-editorial-wrap .mfg-reveal, .tc-wp-content-root .mfg-editorial-wrap .mfg-info-card, .tc-wp-content-root .mfg-editorial-wrap .mfg-use-card, .tc-wp-content-root .mfg-editorial-wrap .mfg-benefit-card, .tc-wp-content-root .mfg-editorial-wrap .mfg-step-card, .tc-wp-content-root .mfg-editorial-wrap .mfg-card-icon{
    transition: none;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-reveal{
    opacity: 1;
    transform: none;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mfg-editorial-wrap .mfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-container{
    padding: 0 16px;
  }.tc-wp-content-root .mfg-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-section-head p{
    margin-top: 14px;
    font-size: 15px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-card-grid, .tc-wp-content-root .mfg-editorial-wrap .mfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-grid-six, .tc-wp-content-root .mfg-editorial-wrap .mfg-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-info-card, .tc-wp-content-root .mfg-editorial-wrap .mfg-use-card, .tc-wp-content-root .mfg-editorial-wrap .mfg-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .mfg-editorial-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-info-card p, .tc-wp-content-root .mfg-editorial-wrap .mfg-use-card p, .tc-wp-content-root .mfg-editorial-wrap .mfg-benefit-card p, .tc-wp-content-root .mfg-editorial-wrap .mfg-step-card p{
    margin-top: 9px;
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mfg-editorial-wrap .mfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-container{
    padding: 0 20px;
  }.tc-wp-content-root .mfg-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-section-head p{
    margin-top: 15px;
    font-size: 15.5px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-card-grid, .tc-wp-content-root .mfg-editorial-wrap .mfg-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-grid-six, .tc-wp-content-root .mfg-editorial-wrap .mfg-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-info-card, .tc-wp-content-root .mfg-editorial-wrap .mfg-use-card, .tc-wp-content-root .mfg-editorial-wrap .mfg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .mfg-editorial-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-info-card p, .tc-wp-content-root .mfg-editorial-wrap .mfg-use-card p, .tc-wp-content-root .mfg-editorial-wrap .mfg-benefit-card p, .tc-wp-content-root .mfg-editorial-wrap .mfg-step-card p{
    margin-top: 9px;
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mfg-editorial-wrap .mfg-section{
    padding: 62px 0;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-container{
    padding: 0 24px;
  }.tc-wp-content-root .mfg-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-section-head p{
    margin-top: 16px;
    font-size: 16px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-card-grid, .tc-wp-content-root .mfg-editorial-wrap .mfg-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-grid-six, .tc-wp-content-root .mfg-editorial-wrap .mfg-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-info-card, .tc-wp-content-root .mfg-editorial-wrap .mfg-use-card, .tc-wp-content-root .mfg-editorial-wrap .mfg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .mfg-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-info-card p, .tc-wp-content-root .mfg-editorial-wrap .mfg-use-card p, .tc-wp-content-root .mfg-editorial-wrap .mfg-benefit-card p, .tc-wp-content-root .mfg-editorial-wrap .mfg-step-card p{
    margin-top: 10px;
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mfg-editorial-wrap .mfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-container{
    padding: 0 34px;
  }.tc-wp-content-root .mfg-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-section-head p{
    margin-top: 18px;
    font-size: 17px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-card-grid, .tc-wp-content-root .mfg-editorial-wrap .mfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-grid-six, .tc-wp-content-root .mfg-editorial-wrap .mfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-info-card, .tc-wp-content-root .mfg-editorial-wrap .mfg-use-card, .tc-wp-content-root .mfg-editorial-wrap .mfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-step-card{
    grid-template-columns: 76px 1fr;
    gap: 22px;
    padding: 28px 30px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }.tc-wp-content-root .mfg-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-info-card p, .tc-wp-content-root .mfg-editorial-wrap .mfg-use-card p, .tc-wp-content-root .mfg-editorial-wrap .mfg-benefit-card p, .tc-wp-content-root .mfg-editorial-wrap .mfg-step-card p{
    margin-top: 10px;
    font-size: 15.5px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mfg-editorial-wrap .mfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mfg-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-section-head p{
    margin-top: 18px;
    font-size: 17px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-card-grid, .tc-wp-content-root .mfg-editorial-wrap .mfg-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-grid-six, .tc-wp-content-root .mfg-editorial-wrap .mfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-info-card, .tc-wp-content-root .mfg-editorial-wrap .mfg-use-card, .tc-wp-content-root .mfg-editorial-wrap .mfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-step-card{
    grid-template-columns: 92px 1fr;
    gap: 26px;
    padding: 30px 34px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }.tc-wp-content-root .mfg-editorial-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-info-card p, .tc-wp-content-root .mfg-editorial-wrap .mfg-use-card p, .tc-wp-content-root .mfg-editorial-wrap .mfg-benefit-card p, .tc-wp-content-root .mfg-editorial-wrap .mfg-step-card p{
    margin-top: 10px;
    font-size: 15.5px;
  }}.wpc-scope-500 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .mfg-step-content{}