@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-250 .tc-wp-content-root img, .wpc-scope-250 .tc-wp-content-root video, .wpc-scope-250 .tc-wp-content-root svg, .wpc-scope-250 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #182034;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial, .wpc-scope-250 .tc-wp-content-root .amfg-editorial section, .wpc-scope-250 .tc-wp-content-root .amfg-editorial div, .wpc-scope-250 .tc-wp-content-root .amfg-editorial article{
  box-sizing: border-box;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-section-white{
  background: #ffffff;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 123, 172, 0.12), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(121, 91, 255, 0.1), transparent 28%),
    #fbfafc;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 123, 172, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 123, 172, 0.12), rgba(121, 91, 255, 0.1));
  color: #8a2f65;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff7bac, #795bff);
  box-shadow: 0 0 0 5px rgba(255, 123, 172, 0.12);
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial h2{
  margin: 0;
  color: #151a2d;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-heading p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5b6275;
  font-weight: 450;
  line-height: 1.72;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-card, .wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-benefit{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(31, 42, 68, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(37, 35, 72, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-card::after, .wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-benefit::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 123, 172, 0.16), transparent 36%, rgba(121, 91, 255, 0.12));
  opacity: 0;
  transition: opacity 240ms ease;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-card:hover, .wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-benefit:hover, .wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-step:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 123, 172, 0.34);
  box-shadow: 0 24px 62px rgba(37, 35, 72, 0.13);
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-card:hover::after, .wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-benefit:hover::after{
  opacity: 1;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-card h3, .wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-benefit h3, .wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-step h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #171d31;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-card p, .wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-benefit p, .wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-step p{
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: #5c6478;
  font-weight: 440;
  line-height: 1.68;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff7bac, #795bff);
  box-shadow: 0 12px 28px rgba(255, 123, 172, 0.24);
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-icon::before, .wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.96;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  clip-path: polygon(50% 0, 63% 36%, 100% 50%, 63% 64%, 50% 100%, 37% 64%, 0 50%, 37% 36%);
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-icon-copy::before{
  width: 17px;
  height: 19px;
  left: 17px;
  top: 13px;
  border-radius: 4px;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-icon-copy::after{
  width: 17px;
  height: 19px;
  left: 12px;
  top: 17px;
  border-radius: 4px;
  opacity: 0.55;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-icon-heart::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  clip-path: path("M9 16.5C3.8 12.4 1 9.7 1 6.2C1 3.8 2.9 2 5.2 2C6.5 2 7.8 2.6 8.6 3.6C9.4 2.6 10.7 2 12 2C14.3 2 16.2 3.8 16.2 6.2C16.2 9.7 13.4 12.4 9 16.5Z");
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-icon-star::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 62% 35%, 99% 35%, 69% 57%, 80% 94%, 50% 72%, 20% 94%, 31% 57%, 1% 35%, 38% 35%);
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-icon-badge::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 10px;
  border-radius: 999px;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-icon-badge::after{
  width: 14px;
  height: 12px;
  left: 16px;
  bottom: 9px;
  clip-path: polygon(0 0, 100% 0, 72% 100%, 50% 70%, 28% 100%);
  opacity: 0.7;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-icon-clean::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 999px;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-icon-clean::after{
  width: 8px;
  height: 8px;
  right: 12px;
  top: 10px;
  border-radius: 999px;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(31, 42, 68, 0.09);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 253, 0.96));
  box-shadow: 0 18px 48px rgba(37, 35, 72, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-step::before{
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #ff7bac, #795bff);
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-step-number{
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #ff7bac, #795bff);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(121, 91, 255, 0.22);
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-card-alt{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 123, 172, 0.5), rgba(121, 91, 255, 0.35)) border-box;
  border-color: transparent;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-mini-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 123, 172, 0.11);
  color: #8a2f65;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-benefit{
  background: #ffffff;
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-benefit-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 123, 172, 0.16), rgba(121, 91, 255, 0.14));
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #8a4cff;
  border-bottom: 3px solid #8a4cff;
  transform: rotate(-45deg);
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-250 .tc-wp-content-root .amfg-editorial .amfg-reveal.amfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .amfg-editorial .amfg-reveal, .tc-wp-content-root .amfg-editorial .amfg-reveal.amfg-visible, .tc-wp-content-root .amfg-editorial .amfg-card, .tc-wp-content-root .amfg-editorial .amfg-benefit, .tc-wp-content-root .amfg-editorial .amfg-step{
    opacity: 1;
    transform: none;
    transition: none;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .amfg-editorial .amfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .amfg-editorial .amfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .amfg-editorial h2{
    font-size: 26px;
  }.tc-wp-content-root .amfg-editorial .amfg-heading p{
    font-size: 14.5px;
  }.tc-wp-content-root .amfg-editorial .amfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .amfg-editorial .amfg-card, .tc-wp-content-root .amfg-editorial .amfg-benefit{
    padding: 22px;
  }.tc-wp-content-root .amfg-editorial .amfg-card h3, .tc-wp-content-root .amfg-editorial .amfg-benefit h3, .tc-wp-content-root .amfg-editorial .amfg-step h3{
    font-size: 18px;
  }.tc-wp-content-root .amfg-editorial .amfg-card p, .tc-wp-content-root .amfg-editorial .amfg-benefit p, .tc-wp-content-root .amfg-editorial .amfg-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .amfg-editorial .amfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .amfg-editorial .amfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .amfg-editorial .amfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .amfg-editorial .amfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .amfg-editorial .amfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .amfg-editorial h2{
    font-size: 29px;
  }.tc-wp-content-root .amfg-editorial .amfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .amfg-editorial .amfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .amfg-editorial .amfg-card, .tc-wp-content-root .amfg-editorial .amfg-benefit{
    padding: 24px;
  }.tc-wp-content-root .amfg-editorial .amfg-card h3, .tc-wp-content-root .amfg-editorial .amfg-benefit h3, .tc-wp-content-root .amfg-editorial .amfg-step h3{
    font-size: 19px;
  }.tc-wp-content-root .amfg-editorial .amfg-card p, .tc-wp-content-root .amfg-editorial .amfg-benefit p, .tc-wp-content-root .amfg-editorial .amfg-step p{
    font-size: 15px;
  }.tc-wp-content-root .amfg-editorial .amfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .amfg-editorial .amfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .amfg-editorial .amfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .amfg-editorial .amfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .amfg-editorial .amfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .amfg-editorial h2{
    font-size: 33px;
  }.tc-wp-content-root .amfg-editorial .amfg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .amfg-editorial .amfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .amfg-editorial .amfg-card, .tc-wp-content-root .amfg-editorial .amfg-benefit{
    padding: 26px;
  }.tc-wp-content-root .amfg-editorial .amfg-card h3, .tc-wp-content-root .amfg-editorial .amfg-benefit h3, .tc-wp-content-root .amfg-editorial .amfg-step h3{
    font-size: 20px;
  }.tc-wp-content-root .amfg-editorial .amfg-card p, .tc-wp-content-root .amfg-editorial .amfg-benefit p, .tc-wp-content-root .amfg-editorial .amfg-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .amfg-editorial .amfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .amfg-editorial .amfg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .amfg-editorial .amfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .amfg-editorial .amfg-section{
    padding: 74px 0;
  }.tc-wp-content-root .amfg-editorial .amfg-container{
    padding: 0 34px;
  }.tc-wp-content-root .amfg-editorial h2{
    font-size: 40px;
  }.tc-wp-content-root .amfg-editorial .amfg-heading p{
    font-size: 16.5px;
  }.tc-wp-content-root .amfg-editorial .amfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .amfg-editorial .amfg-card, .tc-wp-content-root .amfg-editorial .amfg-benefit{
    padding: 28px;
  }.tc-wp-content-root .amfg-editorial .amfg-card h3, .tc-wp-content-root .amfg-editorial .amfg-benefit h3, .tc-wp-content-root .amfg-editorial .amfg-step h3{
    font-size: 21px;
  }.tc-wp-content-root .amfg-editorial .amfg-card p, .tc-wp-content-root .amfg-editorial .amfg-benefit p, .tc-wp-content-root .amfg-editorial .amfg-step p{
    font-size: 15.8px;
  }.tc-wp-content-root .amfg-editorial .amfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .amfg-editorial .amfg-step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .amfg-editorial .amfg-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .amfg-editorial .amfg-section{
    padding: 88px 0;
  }.tc-wp-content-root .amfg-editorial .amfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .amfg-editorial h2{
    font-size: 46px;
  }.tc-wp-content-root .amfg-editorial .amfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .amfg-editorial .amfg-grid-three, .tc-wp-content-root .amfg-editorial .amfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .amfg-editorial .amfg-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .amfg-editorial .amfg-card, .tc-wp-content-root .amfg-editorial .amfg-benefit{
    padding: 30px;
  }.tc-wp-content-root .amfg-editorial .amfg-card h3, .tc-wp-content-root .amfg-editorial .amfg-benefit h3, .tc-wp-content-root .amfg-editorial .amfg-step h3{
    font-size: 22px;
  }.tc-wp-content-root .amfg-editorial .amfg-card p, .tc-wp-content-root .amfg-editorial .amfg-benefit p, .tc-wp-content-root .amfg-editorial .amfg-step p{
    font-size: 16px;
  }.tc-wp-content-root .amfg-editorial .amfg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .amfg-editorial .amfg-step{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .amfg-editorial .amfg-step-number{
    width: 76px;
    height: 76px;
    font-size: 21px;
  }}.wpc-scope-250 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .amfg-step-content{}