@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-599 .tc-wp-content-root img, .wpc-scope-599 .tc-wp-content-root video, .wpc-scope-599 .tc-wp-content-root svg, .wpc-scope-599 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #162033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap, .wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap div, .wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap section, .wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-section-white{
  background: #ffffff;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(230, 35, 46, 0.08), transparent 34%),
    linear-gradient(180deg, #fff8f6 0%, #f8fafc 100%);
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 14px;
  border: 1px solid rgba(230, 35, 46, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(230, 35, 46, 0.1), rgba(255, 190, 11, 0.12));
  color: #b81824;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap h2{
  margin: 16px 0 0;
  color: #121827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #526071;
  line-height: 1.7;
  font-weight: 450;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-card, .wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-benefit-card, .wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(22, 32, 51, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(18, 24, 39, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-card{
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border-radius: 22px;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-card::before, .wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(230, 35, 46, 0.28), rgba(255, 203, 5, 0.2), rgba(0, 122, 255, 0.16));
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-card:hover, .wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-benefit-card:hover, .wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(230, 35, 46, 0.18);
  box-shadow: 0 24px 60px rgba(18, 24, 39, 0.12);
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-card:hover::before, .wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, #e6232e 0%, #ff7a18 56%, #ffcb05 100%);
  box-shadow: 0 12px 28px rgba(230, 35, 46, 0.24);
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-icon::before, .wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-icon::after{
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-card:hover .ntfg-icon::before, .wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-card:hover .ntfg-icon::after{
  transform: translateY(-1px) scale(1.04);
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0% 50%, 38% 36%);
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-icon-copy::before{
  width: 17px;
  height: 19px;
  left: 17px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-icon-copy::after{
  width: 17px;
  height: 19px;
  left: 12px;
  top: 17px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 5px;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-icon-play::before{
  left: 18px;
  top: 13px;
  border-left: 16px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-icon-badge::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 10px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-icon-badge::after{
  width: 16px;
  height: 10px;
  left: 15px;
  top: 27px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 50% 68%, 20% 100%);
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-icon-clean::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 3px solid #ffffff;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-icon-mobile::before{
  width: 17px;
  height: 26px;
  left: 15px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  top: 32px;
  border-radius: 8px;
  background: #ffffff;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap h3{
  margin: 0;
  color: #172033;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-card p, .wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-benefit-card p, .wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-step-card p{
  margin: 12px 0 0;
  color: #566275;
  line-height: 1.68;
  font-weight: 440;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-step-card::after{
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -72px;
  top: -72px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 35, 46, 0.16), transparent 68%);
  pointer-events: none;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #e6232e 0%, #ff7a18 58%, #ffcb05 100%);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(230, 35, 46, 0.25);
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-step-content{
  min-width: 0;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-use-card{
  overflow: hidden;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-use-dot{
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #e6232e;
  box-shadow: 18px 0 0 rgba(255, 203, 5, 0.9), 36px 0 0 rgba(0, 122, 255, 0.72);
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-benefit-card{
  min-height: 100%;
  border-radius: 22px;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-benefit-mark{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #121827;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 12px 26px rgba(18, 24, 39, 0.16);
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-disclaimer{
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: #6a7484;
  line-height: 1.65;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}.wpc-scope-599 .tc-wp-content-root .ntfg-editorial-wrap .ntfg-reveal.ntfg-is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ntfg-editorial-wrap .ntfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .ntfg-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-card, .tc-wp-content-root .ntfg-editorial-wrap .ntfg-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .ntfg-editorial-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-card p, .tc-wp-content-root .ntfg-editorial-wrap .ntfg-benefit-card p, .tc-wp-content-root .ntfg-editorial-wrap .ntfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-benefit-mark{
    min-height: 32px;
    padding: 9px 13px;
    font-size: 12px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-disclaimer{
    margin-top: 24px;
    font-size: 13.5px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ntfg-editorial-wrap .ntfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ntfg-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-card, .tc-wp-content-root .ntfg-editorial-wrap .ntfg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .ntfg-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-card p, .tc-wp-content-root .ntfg-editorial-wrap .ntfg-benefit-card p, .tc-wp-content-root .ntfg-editorial-wrap .ntfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-benefit-mark{
    min-height: 33px;
    padding: 9px 14px;
    font-size: 12px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-disclaimer{
    margin-top: 26px;
    font-size: 14px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ntfg-editorial-wrap .ntfg-section{
    padding: 66px 0;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ntfg-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-card, .tc-wp-content-root .ntfg-editorial-wrap .ntfg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .ntfg-editorial-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-card p, .tc-wp-content-root .ntfg-editorial-wrap .ntfg-benefit-card p, .tc-wp-content-root .ntfg-editorial-wrap .ntfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-benefit-mark{
    min-height: 34px;
    padding: 10px 15px;
    font-size: 12.5px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-disclaimer{
    margin-top: 28px;
    font-size: 14.5px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ntfg-editorial-wrap .ntfg-section{
    padding: 82px 0;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-container{
    padding: 0 28px;
  }.tc-wp-content-root .ntfg-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-card, .tc-wp-content-root .ntfg-editorial-wrap .ntfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .ntfg-editorial-wrap h3{
    font-size: 22px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-card p, .tc-wp-content-root .ntfg-editorial-wrap .ntfg-benefit-card p, .tc-wp-content-root .ntfg-editorial-wrap .ntfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-benefit-mark{
    min-height: 36px;
    padding: 10px 16px;
    font-size: 13px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-disclaimer{
    margin-top: 34px;
    font-size: 15px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ntfg-editorial-wrap .ntfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ntfg-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-section-head p{
    font-size: 17.5px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-grid-three, .tc-wp-content-root .ntfg-editorial-wrap .ntfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-card, .tc-wp-content-root .ntfg-editorial-wrap .ntfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .ntfg-editorial-wrap h3{
    font-size: 22px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-card p, .tc-wp-content-root .ntfg-editorial-wrap .ntfg-benefit-card p, .tc-wp-content-root .ntfg-editorial-wrap .ntfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-benefit-mark{
    min-height: 36px;
    padding: 10px 16px;
    font-size: 13px;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-disclaimer{
    margin-top: 36px;
    font-size: 15px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .ntfg-editorial-wrap .ntfg-reveal, .tc-wp-content-root .ntfg-editorial-wrap .ntfg-card, .tc-wp-content-root .ntfg-editorial-wrap .ntfg-benefit-card, .tc-wp-content-root .ntfg-editorial-wrap .ntfg-step-card, .tc-wp-content-root .ntfg-editorial-wrap .ntfg-icon::before, .tc-wp-content-root .ntfg-editorial-wrap .ntfg-icon::after{
    transition: none;
  }.tc-wp-content-root .ntfg-editorial-wrap .ntfg-reveal{
    opacity: 1;
    transform: none;
  }}