@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-446 .tc-wp-content-root img, .wpc-scope-446 .tc-wp-content-root video, .wpc-scope-446 .tc-wp-content-root svg, .wpc-scope-446 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  --mtfg-bg: #ffffff;
  --mtfg-soft: #f7f9fc;
  --mtfg-text: #172033;
  --mtfg-muted: #5f6b7a;
  --mtfg-border: rgba(27, 44, 75, 0.1);
  --mtfg-shadow: 0 18px 45px rgba(25, 44, 76, 0.1);
  --mtfg-shadow-soft: 0 12px 30px rgba(25, 44, 76, 0.08);
  --mtfg-gradient: linear-gradient(135deg, #5f6cff 0%, #9b5cff 48%, #19c6b7 100%);
  --mtfg-gradient-soft: linear-gradient(135deg, rgba(95, 108, 255, 0.12), rgba(25, 198, 183, 0.12));
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-section{
  position: relative;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-section-white{
  background: #ffffff;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(95, 108, 255, 0.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(25, 198, 183, 0.08), transparent 34%),
    #f7f9fc;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-container{
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(95, 108, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #535fe8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  box-shadow: 0 8px 22px rgba(95, 108, 255, 0.08);
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-section-head h2{
  margin: 0;
  color: #121a2b;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-section-head p{
  margin: 16px auto 0;
  color: #5f6b7a;
  line-height: 1.72;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-card, .wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid var(--mtfg-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--mtfg-shadow-soft);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-card::before, .wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: var(--mtfg-gradient);
  opacity: 0;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  transition: opacity 220ms ease;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-card:hover, .wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(95, 108, 255, 0.28);
  box-shadow: var(--mtfg-shadow);
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-card:hover::before, .wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-card h3, .wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-card h3, .wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-step-content h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-card p, .wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-card p, .wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-step-content p{
  margin: 11px 0 0;
  color: #5f6b7a;
  line-height: 1.68;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: var(--mtfg-gradient-soft);
  box-shadow: inset 0 0 0 1px rgba(95, 108, 255, 0.14);
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-icon::before, .wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-icon::after{
  content: "";
  position: absolute;
  background: var(--mtfg-gradient);
  transition: transform 220ms ease;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-card:hover .mtfg-icon::before, .wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-card:hover .mtfg-icon::after{
  transform: translateY(-2px);
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 13px;
  top: 17px;
  border-radius: 4px;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 18px;
  top: 13px;
  border-radius: 5px;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-icon-copy::after{
  width: 17px;
  height: 20px;
  left: 13px;
  top: 17px;
  border-radius: 5px;
  background: rgba(95, 108, 255, 0.38);
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-icon-spark::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  clip-path: polygon(50% 0, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0 50%, 38% 35%);
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-icon-spark::after{
  width: 7px;
  height: 7px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-icon-clean::before{
  width: 24px;
  height: 4px;
  left: 12px;
  top: 16px;
  border-radius: 999px;
  box-shadow: 0 8px 0 rgba(95, 108, 255, 0.75), 0 16px 0 rgba(25, 198, 183, 0.75);
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-icon-clean::after{
  width: 9px;
  height: 9px;
  right: 11px;
  top: 10px;
  border-radius: 50%;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-icon-speed::after{
  width: 13px;
  height: 4px;
  left: 24px;
  top: 22px;
  border-radius: 999px;
  background: #ffffff;
  transform-origin: left center;
  transform: rotate(-34deg);
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-icon-brand::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
  transform: rotate(45deg);
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-icon-brand::after{
  width: 10px;
  height: 10px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(95, 108, 255, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82));
  box-shadow: var(--mtfg-shadow-soft);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-step-card::after{
  content: "";
  position: absolute;
  left: 37px;
  top: 78px;
  bottom: -22px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(95, 108, 255, 0.35), rgba(25, 198, 183, 0));
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-step-card:last-child::after{
  display: none;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(95, 108, 255, 0.32);
  box-shadow: var(--mtfg-shadow);
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: var(--mtfg-gradient);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(95, 108, 255, 0.25);
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-badge{
  display: inline-flex;
  width: max-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--mtfg-gradient-soft);
  color: #535fe8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-card{
  overflow: hidden;
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-card::after{
  content: "";
  position: absolute;
  right: -36px;
  top: -36px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: var(--mtfg-gradient-soft);
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 50%;
  background: var(--mtfg-gradient);
  box-shadow: 0 14px 30px rgba(95, 108, 255, 0.24);
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 9px;
  left: 13px;
  top: 16px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-446 .tc-wp-content-root .mtfg-editorial-content .mtfg-reveal.mtfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mtfg-editorial-content .mtfg-section{
    padding: 46px 0;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-grid, .tc-wp-content-root .mtfg-editorial-content .mtfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-grid-three, .tc-wp-content-root .mtfg-editorial-content .mtfg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-card, .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-card h3, .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-card h3, .tc-wp-content-root .mtfg-editorial-content .mtfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-card p, .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-card p, .tc-wp-content-root .mtfg-editorial-content .mtfg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-step-card::after{
    display: none;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-step-number{
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mtfg-editorial-content .mtfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-grid, .tc-wp-content-root .mtfg-editorial-content .mtfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-grid-three, .tc-wp-content-root .mtfg-editorial-content .mtfg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-card, .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-card h3, .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-card h3, .tc-wp-content-root .mtfg-editorial-content .mtfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-card p, .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-card p, .tc-wp-content-root .mtfg-editorial-content .mtfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-step-card::after{
    display: none;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-step-number{
    width: 60px;
    height: 60px;
    border-radius: 18px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mtfg-editorial-content .mtfg-section{
    padding: 62px 0;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-grid, .tc-wp-content-root .mtfg-editorial-content .mtfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-grid-three, .tc-wp-content-root .mtfg-editorial-content .mtfg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-card, .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-card{
    padding: 26px;
    border-radius: 21px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-card h3, .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-card h3, .tc-wp-content-root .mtfg-editorial-content .mtfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-card p, .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-card p, .tc-wp-content-root .mtfg-editorial-content .mtfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-step-card::after{
    display: none;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-step-number{
    width: 64px;
    height: 64px;
    border-radius: 19px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mtfg-editorial-content .mtfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-container{
    padding: 0 28px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-grid, .tc-wp-content-root .mtfg-editorial-content .mtfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-grid-three, .tc-wp-content-root .mtfg-editorial-content .mtfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-card, .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-card h3, .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-card h3, .tc-wp-content-root .mtfg-editorial-content .mtfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-card p, .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-card p, .tc-wp-content-root .mtfg-editorial-content .mtfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-step-card{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-step-number{
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mtfg-editorial-content .mtfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-grid, .tc-wp-content-root .mtfg-editorial-content .mtfg-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-grid-three, .tc-wp-content-root .mtfg-editorial-content .mtfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-card, .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-card h3, .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-card h3, .tc-wp-content-root .mtfg-editorial-content .mtfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-card p, .tc-wp-content-root .mtfg-editorial-content .mtfg-benefit-card p, .tc-wp-content-root .mtfg-editorial-content .mtfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .mtfg-editorial-content .mtfg-step-number{
    font-size: 21px;
  }}