@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-200 .tc-wp-content-root img, .wpc-scope-200 .tc-wp-content-root video, .wpc-scope-200 .tc-wp-content-root svg, .wpc-scope-200 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #18212f;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content, .wpc-scope-200 .tc-wp-content-root .mfg-bottom-content div, .wpc-scope-200 .tc-wp-content-root .mfg-bottom-content section, .wpc-scope-200 .tc-wp-content-root .mfg-bottom-content article{
  box-sizing: border-box;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-section-white{
  background: #ffffff;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-section-soft{
  background: linear-gradient(180deg, #fff9f1 0%, #fffdf9 100%);
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 13px;
  border: 1px solid rgba(232, 67, 48, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 218, 68, 0.28), rgba(232, 67, 48, 0.1));
  color: #b83224;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-section-head h2{
  margin: 18px 0 0;
  color: #111827;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-section-head p{
  margin: 16px auto 0;
  color: #5a6475;
  line-height: 1.72;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(24, 33, 47, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(232, 67, 48, 0.42), rgba(255, 205, 51, 0.34), rgba(44, 151, 75, 0.2));
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(232, 67, 48, 0.22);
  box-shadow: 0 24px 60px rgba(24, 33, 47, 0.12);
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-card:hover::before{
  opacity: 1;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-card h3{
  margin: 0;
  color: #151c29;
  font-weight: 850;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-card p{
  margin: 12px 0 0;
  color: #606b7d;
  line-height: 1.68;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e84330 0%, #ffb629 100%);
  box-shadow: 0 14px 30px rgba(232, 67, 48, 0.22);
  transition: transform 240ms ease;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-card:hover .mfg-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-icon::before, .wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-icon-preview::before{
  width: 22px;
  height: 14px;
  top: 15px;
  left: 13px;
  border-radius: 9px;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-icon-preview::after{
  width: 8px;
  height: 8px;
  top: 18px;
  left: 20px;
  border-radius: 50%;
  background: #e84330;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-icon-copy::before{
  width: 18px;
  height: 22px;
  top: 12px;
  left: 16px;
  border-radius: 4px;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-icon-copy::after{
  width: 14px;
  height: 18px;
  top: 17px;
  left: 22px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-icon-spark::before{
  width: 20px;
  height: 20px;
  top: 14px;
  left: 14px;
  clip-path: polygon(50% 0, 62% 34%, 100% 50%, 62% 66%, 50% 100%, 38% 66%, 0 50%, 38% 34%);
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-icon-spark::after{
  width: 6px;
  height: 6px;
  top: 11px;
  right: 10px;
  border-radius: 50%;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-icon-game::before{
  width: 26px;
  height: 16px;
  top: 17px;
  left: 11px;
  border-radius: 9px;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-icon-game::after{
  width: 4px;
  height: 4px;
  top: 23px;
  left: 18px;
  border-radius: 50%;
  box-shadow: 7px 0 0 #e84330, 18px -2px 0 #e84330, 22px 2px 0 #e84330;
  background: #e84330;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-icon-clean::before{
  width: 24px;
  height: 18px;
  top: 15px;
  left: 12px;
  border-radius: 6px;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-icon-clean::after{
  width: 14px;
  height: 7px;
  top: 20px;
  left: 17px;
  border-left: 3px solid #e84330;
  border-bottom: 3px solid #e84330;
  transform: rotate(-45deg);
  background: transparent;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-icon-fast::before{
  width: 22px;
  height: 22px;
  top: 13px;
  left: 13px;
  border-radius: 50%;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-icon-fast::after{
  width: 10px;
  height: 3px;
  top: 23px;
  left: 23px;
  border-radius: 4px;
  transform: rotate(-32deg);
  transform-origin: left center;
  background: #e84330;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(232, 67, 48, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fffaf1 100%);
  box-shadow: 0 18px 48px rgba(24, 33, 47, 0.08);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: linear-gradient(180deg, #e84330, #ffcc33, #2c974b);
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 62px rgba(24, 33, 47, 0.12);
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #e84330 0%, #ffb629 100%);
  box-shadow: 0 14px 28px rgba(232, 67, 48, 0.2);
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-step-content h3{
  margin: 0;
  color: #151c29;
  font-weight: 850;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-step-content p{
  margin: 10px 0 0;
  color: #606b7d;
  line-height: 1.7;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-bottom: 20px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(44, 151, 75, 0.1);
  color: #247b40;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-benefit-card{
  background: #ffffff;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-benefit-mark{
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(44, 151, 75, 0.15), rgba(255, 204, 51, 0.24));
  position: relative;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  top: 16px;
  left: 13px;
  border-left: 3px solid #2c974b;
  border-bottom: 3px solid #2c974b;
  transform: rotate(-45deg);
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.wpc-scope-200 .tc-wp-content-root .mfg-bottom-content .mfg-reveal.mfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mfg-bottom-content .mfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .mfg-bottom-content .mfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card h3{
    font-size: 19px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 22px 22px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-content p{
    font-size: 14.5px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mfg-bottom-content .mfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .mfg-bottom-content .mfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card{
    padding: 24px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card h3{
    font-size: 20px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card p{
    font-size: 15px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px 24px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-content p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mfg-bottom-content .mfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .mfg-bottom-content .mfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card{
    padding: 28px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card h3{
    font-size: 21px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mfg-bottom-content .mfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .mfg-bottom-content .mfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-grid-three, .tc-wp-content-root .mfg-bottom-content .mfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card{
    padding: 30px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card h3{
    font-size: 22px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card p{
    font-size: 16px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-card{
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-content p{
    font-size: 16px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mfg-bottom-content .mfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .mfg-bottom-content .mfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-grid-three, .tc-wp-content-root .mfg-bottom-content .mfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card{
    padding: 32px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card h3{
    font-size: 22px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-card p{
    font-size: 16px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-content h3{
    font-size: 23px;
  }.tc-wp-content-root .mfg-bottom-content .mfg-step-content p{
    font-size: 16.5px;
  }}.wpc-scope-200 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .mfg-feature-card{}.wpc-scope-200 .tc-wp-content-root .mfg-use-card{}