@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-310 .tc-wp-content-root img, .wpc-scope-310 .tc-wp-content-root video, .wpc-scope-310 .tc-wp-content-root svg, .wpc-scope-310 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #221b18;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap, .wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap div, .wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap section, .wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-section{
  position: relative;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-section-white{
  background: #ffffff;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-section-soft{
  background: linear-gradient(180deg, #fff9f1 0%, #fffdf9 100%);
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 14px;
  border: 1px solid rgba(223, 46, 59, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 212, 59, 0.2), rgba(223, 46, 59, 0.1));
  color: #a21f2d;
  font-weight: 700;
  line-height: 1;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-heading-block h2{
  margin: 16px 0 0;
  color: #201714;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-heading-block p{
  margin: 16px auto 0;
  color: #645752;
  line-height: 1.7;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-card, .wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(88, 58, 38, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(88, 58, 38, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-card::before, .wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 211, 54, 0.18), rgba(223, 46, 59, 0.1), rgba(20, 93, 190, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-card:hover, .wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(223, 46, 59, 0.22);
  box-shadow: 0 24px 58px rgba(88, 58, 38, 0.13);
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-card:hover::before, .wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-card h3, .wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-benefit-card h3, .wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-content h3{
  position: relative;
  margin: 0;
  color: #231916;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-card p, .wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-benefit-card p, .wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-content p{
  position: relative;
  margin: 11px 0 0;
  color: #675b56;
  line-height: 1.68;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffcf2f 0%, #f0444f 62%, #1764c8 100%);
  box-shadow: 0 14px 28px rgba(223, 46, 59, 0.2);
  transition: transform 260ms ease;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-card:hover .mmfg-icon{
  transform: translateY(-3px) rotate(-4deg);
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-icon::before, .wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 15px;
  top: 15px;
  clip-path: polygon(50% 0%, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0% 50%, 38% 35%);
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-icon-copy::before{
  width: 18px;
  height: 22px;
  left: 17px;
  top: 13px;
  border-radius: 4px;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-icon-copy::after{
  width: 16px;
  height: 20px;
  left: 13px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-icon-magic::before{
  width: 25px;
  height: 5px;
  left: 12px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-35deg);
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-icon-magic::after{
  width: 7px;
  height: 7px;
  right: 12px;
  top: 11px;
  border-radius: 50%;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-icon-smile::before{
  width: 22px;
  height: 12px;
  left: 13px;
  top: 22px;
  border: 3px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 22px 22px;
  background: transparent;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-icon-bolt::before{
  width: 18px;
  height: 25px;
  left: 15px;
  top: 11px;
  clip-path: polygon(55% 0, 10% 53%, 45% 53%, 34% 100%, 90% 38%, 55% 38%);
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-icon-star::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0%, 61% 34%, 97% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 3% 35%, 39% 34%);
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(88, 58, 38, 0.12);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(88, 58, 38, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-card::after{
  content: "";
  position: absolute;
  left: 38px;
  top: 100%;
  width: 2px;
  height: 24px;
  background: linear-gradient(180deg, rgba(223, 46, 59, 0.3), rgba(255, 207, 47, 0));
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-card:last-child::after{
  display: none;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(223, 46, 59, 0.22);
  box-shadow: 0 24px 58px rgba(88, 58, 38, 0.12);
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ffcf2f 0%, #f0444f 68%, #1764c8 100%);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(223, 46, 59, 0.22);
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-badge, .wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-benefit-mark{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-badge{
  min-height: 32px;
  padding: 8px 13px;
  background: rgba(255, 207, 47, 0.22);
  color: #9a2630;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-benefit-mark{
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, #201714, #f0444f);
  color: #ffffff;
  box-shadow: 0 15px 32px rgba(32, 23, 20, 0.18);
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-310 .tc-wp-content-root .mmfg-editorial-wrap .mmfg-reveal.mmfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mmfg-editorial-wrap .mmfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-heading-block h2{
    font-size: 26px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-heading-block p{
    font-size: 14px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-card, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-card h3, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-benefit-card h3, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-card p, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-benefit-card p, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-list{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-card::after{
    display: none;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mmfg-editorial-wrap .mmfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-heading-block h2{
    font-size: 29px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-card, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-card h3, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-benefit-card h3, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-card p, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-benefit-card p, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-card::after{
    display: none;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mmfg-editorial-wrap .mmfg-section{
    padding: 64px 0;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-heading-block h2{
    font-size: 32px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-card, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-benefit-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-card h3, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-benefit-card h3, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-card p, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-benefit-card p, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-list{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-card::after{
    display: none;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mmfg-editorial-wrap .mmfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-heading-block h2{
    font-size: 40px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-card, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-card h3, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-benefit-card h3, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-card p, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-benefit-card p, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-number{
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mmfg-editorial-wrap .mmfg-section{
    padding: 94px 0;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-container{
    padding: 0 28px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-heading-block h2{
    font-size: 46px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-heading-block p{
    font-size: 18px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-kicker{
    font-size: 13px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-card, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-card h3, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-benefit-card h3, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-card p, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-benefit-card p, .tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-list{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .mmfg-editorial-wrap .mmfg-step-number{
    font-size: 22px;
  }}.wpc-scope-310 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .mmfg-benefit-grid{}.wpc-scope-310 .tc-wp-content-root .mmfg-use-card{}