@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-40 .tc-wp-content-root img, .wpc-scope-40 .tc-wp-content-root video, .wpc-scope-40 .tc-wp-content-root svg, .wpc-scope-40 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #181823;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-section{
  position: relative;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-section-white{
  background: #ffffff;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-section-soft{
  background: #fbf8f4;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #c0185a;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-kicker::before, .wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-kicker::after{
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff4f8b, #7b3cff);
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial h2{
  margin: 0;
  color: #161622;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-heading p{
  margin: 16px auto 0;
  color: #5f5d6b;
  line-height: 1.75;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-card, .wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-benefit{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(31, 28, 44, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(38, 28, 61, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-card::before, .wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-benefit::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 79, 139, 0.14), rgba(123, 60, 255, 0.1) 42%, rgba(255, 209, 102, 0.12));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-card:hover, .wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-benefit:hover{
  transform: translateY(-6px);
  border-color: rgba(192, 24, 90, 0.22);
  box-shadow: 0 24px 60px rgba(38, 28, 61, 0.13);
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-card:hover::before, .wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-benefit:hover::before{
  opacity: 1;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-card h3, .wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-benefit h3, .wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-step h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #191723;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-card p, .wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-benefit p, .wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-step p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #62606e;
  line-height: 1.7;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4f8b, #7b3cff);
  box-shadow: 0 14px 30px rgba(123, 60, 255, 0.22);
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-icon::before, .wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 13px;
  top: 17px;
  border-radius: 999px;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 21px;
  top: 21px;
  border-radius: 50%;
  background: #7b3cff;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-icon-copy::before{
  width: 18px;
  height: 20px;
  left: 18px;
  top: 13px;
  border-radius: 5px;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-icon-copy::after{
  width: 18px;
  height: 20px;
  left: 12px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-icon-spark::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0 50%, 38% 35%);
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-icon-speed::before{
  width: 23px;
  height: 23px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-icon-speed::after{
  width: 12px;
  height: 3px;
  left: 24px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-28deg);
  transform-origin: left center;
  background: #7b3cff;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-icon-clean::before{
  width: 22px;
  height: 15px;
  left: 13px;
  top: 18px;
  border-radius: 4px;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-icon-clean::after{
  width: 10px;
  height: 5px;
  left: 19px;
  top: 22px;
  border-left: 3px solid #7b3cff;
  border-bottom: 3px solid #7b3cff;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-icon-maker::before{
  width: 22px;
  height: 4px;
  left: 13px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-38deg);
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-icon-maker::after{
  width: 7px;
  height: 7px;
  left: 30px;
  top: 12px;
  border-radius: 50%;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(31, 28, 44, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(38, 28, 61, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-step::after{
  content: "";
  position: absolute;
  left: 36px;
  top: 50%;
  width: 3px;
  height: calc(100% + 22px);
  background: linear-gradient(180deg, #ff4f8b, #7b3cff);
  opacity: 0.18;
  transform: translateY(18px);
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-step:last-child::after{
  display: none;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-step:hover{
  transform: translateY(-4px);
  border-color: rgba(123, 60, 255, 0.2);
  box-shadow: 0 24px 58px rgba(38, 28, 61, 0.12);
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-step-number{
  position: relative;
  z-index: 2;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #ff4f8b, #7b3cff);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(123, 60, 255, 0.25);
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  border: 1px solid rgba(192, 24, 90, 0.16);
  border-radius: 999px;
  background: #fff3f8;
  color: #b01652;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-benefit{
  background: linear-gradient(180deg, #ffffff, #fffdfb);
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-benefit-mark{
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #181823, #3b255f);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 16px 35px rgba(24, 24, 35, 0.18);
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-40 .tc-wp-content-root .mfg-editorial .mfg-reveal.mfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mfg-editorial .mfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .mfg-editorial .mfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .mfg-editorial .mfg-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .mfg-editorial .mfg-kicker{
    font-size: 11px;
  }.tc-wp-content-root .mfg-editorial h2{
    font-size: 25px;
  }.tc-wp-content-root .mfg-editorial .mfg-heading p{
    font-size: 14px;
  }.tc-wp-content-root .mfg-editorial .mfg-grid, .tc-wp-content-root .mfg-editorial .mfg-steps{
    gap: 16px;
  }.tc-wp-content-root .mfg-editorial .mfg-grid-three, .tc-wp-content-root .mfg-editorial .mfg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .mfg-editorial .mfg-card, .tc-wp-content-root .mfg-editorial .mfg-benefit{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .mfg-editorial .mfg-card h3, .tc-wp-content-root .mfg-editorial .mfg-benefit h3, .tc-wp-content-root .mfg-editorial .mfg-step h3{
    font-size: 18px;
  }.tc-wp-content-root .mfg-editorial .mfg-card p, .tc-wp-content-root .mfg-editorial .mfg-benefit p, .tc-wp-content-root .mfg-editorial .mfg-step p{
    font-size: 14px;
  }.tc-wp-content-root .mfg-editorial .mfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .mfg-editorial .mfg-step::after{
    display: none;
  }.tc-wp-content-root .mfg-editorial .mfg-step-number{
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 15px;
  }.tc-wp-content-root .mfg-editorial .mfg-badge{
    padding: 8px 11px;
    font-size: 11px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mfg-editorial .mfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .mfg-editorial .mfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .mfg-editorial .mfg-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .mfg-editorial .mfg-kicker{
    font-size: 11px;
  }.tc-wp-content-root .mfg-editorial h2{
    font-size: 28px;
  }.tc-wp-content-root .mfg-editorial .mfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .mfg-editorial .mfg-grid, .tc-wp-content-root .mfg-editorial .mfg-steps{
    gap: 18px;
  }.tc-wp-content-root .mfg-editorial .mfg-grid-three, .tc-wp-content-root .mfg-editorial .mfg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .mfg-editorial .mfg-card, .tc-wp-content-root .mfg-editorial .mfg-benefit{
    padding: 24px;
  }.tc-wp-content-root .mfg-editorial .mfg-card h3, .tc-wp-content-root .mfg-editorial .mfg-benefit h3, .tc-wp-content-root .mfg-editorial .mfg-step h3{
    font-size: 19px;
  }.tc-wp-content-root .mfg-editorial .mfg-card p, .tc-wp-content-root .mfg-editorial .mfg-benefit p, .tc-wp-content-root .mfg-editorial .mfg-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .mfg-editorial .mfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .mfg-editorial .mfg-step::after{
    display: none;
  }.tc-wp-content-root .mfg-editorial .mfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 15px;
  }.tc-wp-content-root .mfg-editorial .mfg-badge{
    padding: 8px 12px;
    font-size: 11px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mfg-editorial .mfg-section{
    padding: 62px 0;
  }.tc-wp-content-root .mfg-editorial .mfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .mfg-editorial .mfg-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .mfg-editorial .mfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .mfg-editorial h2{
    font-size: 32px;
  }.tc-wp-content-root .mfg-editorial .mfg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .mfg-editorial .mfg-grid, .tc-wp-content-root .mfg-editorial .mfg-steps{
    gap: 20px;
  }.tc-wp-content-root .mfg-editorial .mfg-grid-three, .tc-wp-content-root .mfg-editorial .mfg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .mfg-editorial .mfg-card, .tc-wp-content-root .mfg-editorial .mfg-benefit{
    padding: 26px;
  }.tc-wp-content-root .mfg-editorial .mfg-card h3, .tc-wp-content-root .mfg-editorial .mfg-benefit h3, .tc-wp-content-root .mfg-editorial .mfg-step h3{
    font-size: 20px;
  }.tc-wp-content-root .mfg-editorial .mfg-card p, .tc-wp-content-root .mfg-editorial .mfg-benefit p, .tc-wp-content-root .mfg-editorial .mfg-step p{
    font-size: 15px;
  }.tc-wp-content-root .mfg-editorial .mfg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .mfg-editorial .mfg-step::after{
    display: none;
  }.tc-wp-content-root .mfg-editorial .mfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 16px;
  }.tc-wp-content-root .mfg-editorial .mfg-badge{
    padding: 9px 13px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mfg-editorial .mfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .mfg-editorial .mfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mfg-editorial .mfg-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .mfg-editorial .mfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .mfg-editorial h2{
    font-size: 40px;
  }.tc-wp-content-root .mfg-editorial .mfg-heading p{
    font-size: 16.5px;
  }.tc-wp-content-root .mfg-editorial .mfg-grid, .tc-wp-content-root .mfg-editorial .mfg-steps{
    gap: 22px;
  }.tc-wp-content-root .mfg-editorial .mfg-grid-three, .tc-wp-content-root .mfg-editorial .mfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .mfg-editorial .mfg-card, .tc-wp-content-root .mfg-editorial .mfg-benefit{
    padding: 28px;
  }.tc-wp-content-root .mfg-editorial .mfg-card h3, .tc-wp-content-root .mfg-editorial .mfg-benefit h3, .tc-wp-content-root .mfg-editorial .mfg-step h3{
    font-size: 21px;
  }.tc-wp-content-root .mfg-editorial .mfg-card p, .tc-wp-content-root .mfg-editorial .mfg-benefit p, .tc-wp-content-root .mfg-editorial .mfg-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .mfg-editorial .mfg-step{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-number{
    font-size: 17px;
  }.tc-wp-content-root .mfg-editorial .mfg-badge{
    padding: 9px 14px;
    font-size: 12px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mfg-editorial .mfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .mfg-editorial .mfg-container{
    padding: 0 36px;
  }.tc-wp-content-root .mfg-editorial .mfg-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .mfg-editorial .mfg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .mfg-editorial h2{
    font-size: 46px;
  }.tc-wp-content-root .mfg-editorial .mfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .mfg-editorial .mfg-grid{
    gap: 24px;
  }.tc-wp-content-root .mfg-editorial .mfg-grid-three, .tc-wp-content-root .mfg-editorial .mfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mfg-editorial .mfg-card, .tc-wp-content-root .mfg-editorial .mfg-benefit{
    padding: 30px;
  }.tc-wp-content-root .mfg-editorial .mfg-card h3, .tc-wp-content-root .mfg-editorial .mfg-benefit h3, .tc-wp-content-root .mfg-editorial .mfg-step h3{
    font-size: 22px;
  }.tc-wp-content-root .mfg-editorial .mfg-card p, .tc-wp-content-root .mfg-editorial .mfg-benefit p, .tc-wp-content-root .mfg-editorial .mfg-step p{
    font-size: 16px;
  }.tc-wp-content-root .mfg-editorial .mfg-steps{
    gap: 22px;
  }.tc-wp-content-root .mfg-editorial .mfg-step{
    gap: 28px;
    padding: 30px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-number{
    font-size: 18px;
  }.tc-wp-content-root .mfg-editorial .mfg-badge{
    padding: 9px 14px;
    font-size: 12px;
  }}.wpc-scope-40 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .mfg-step-content{}.wpc-scope-40 .tc-wp-content-root .mfg-use-card{}