@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-450 .tc-wp-content-root img, .wpc-scope-450 .tc-wp-content-root video, .wpc-scope-450 .tc-wp-content-root svg, .wpc-scope-450 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial, .wpc-scope-450 .tc-wp-content-root .mfg-editorial section, .wpc-scope-450 .tc-wp-content-root .mfg-editorial div, .wpc-scope-450 .tc-wp-content-root .mfg-editorial article{
  box-sizing: border-box;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-section-white{
  background: #ffffff;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(78, 191, 179, 0.11), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(124, 92, 255, 0.09), transparent 28%),
    #f8fafc;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-heading-wrap{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(78, 191, 179, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(78, 191, 179, 0.12), rgba(124, 92, 255, 0.1));
  color: #116b65;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-heading-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-heading-wrap p{
  margin: 16px auto 0;
  color: #5f6b7a;
  line-height: 1.7;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-card, .wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-benefit-card, .wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-card::before, .wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(78, 191, 179, 0.55), rgba(124, 92, 255, 0.38), rgba(255, 255, 255, 0));
  opacity: 0;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 220ms ease;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-card:hover, .wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-benefit-card:hover, .wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(78, 191, 179, 0.28);
  box-shadow: 0 22px 58px rgba(17, 24, 39, 0.12);
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-card:hover::before, .wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-card h3, .wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-benefit-card h3, .wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-step-content h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-card p, .wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-benefit-card p, .wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-step-content p{
  margin: 10px 0 0;
  color: #5f6b7a;
  line-height: 1.65;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #4ebfb3, #7c5cff);
  box-shadow: 0 12px 26px rgba(78, 191, 179, 0.25);
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-icon::before{
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-icon-copy::before{
  width: 16px;
  height: 18px;
  border-radius: 4px;
  box-shadow: 5px -5px 0 rgba(255, 255, 255, 0.42);
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-icon-style::before{
  width: 20px;
  height: 12px;
  border-width: 0 0 3px;
  border-radius: 0;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0);
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-icon-fast::before{
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 15px solid #ffffff;
  border-right: 0;
  border-radius: 0;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-icon-clean::before{
  border-radius: 50%;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-icon-social::before{
  width: 19px;
  height: 19px;
  border-radius: 50%;
  box-shadow: 8px 1px 0 -5px #ffffff, -8px 1px 0 -5px #ffffff;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #4ebfb3, #7c5cff);
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: linear-gradient(135deg, #172033, #29364d);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.16);
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(78, 191, 179, 0.12);
  color: #116b65;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at top right, rgba(124, 92, 255, 0.12), transparent 35%);
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-benefit-card{
  background: #ffffff;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(78, 191, 179, 0.16), rgba(124, 92, 255, 0.14));
  border: 1px solid rgba(78, 191, 179, 0.25);
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-benefit-mark::before{
  content: "";
  width: 16px;
  height: 9px;
  margin: auto;
  border-left: 3px solid #18a89c;
  border-bottom: 3px solid #18a89c;
  transform: rotate(-45deg) translate(1px, -1px);
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-450 .tc-wp-content-root .mfg-editorial .mfg-reveal.mfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mfg-editorial .mfg-section{
    padding: 46px 0;
  }.tc-wp-content-root .mfg-editorial .mfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .mfg-editorial .mfg-heading-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .mfg-editorial .mfg-heading-wrap p{
    font-size: 14px;
  }.tc-wp-content-root .mfg-editorial .mfg-card-grid, .tc-wp-content-root .mfg-editorial .mfg-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mfg-editorial .mfg-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .mfg-editorial .mfg-card, .tc-wp-content-root .mfg-editorial .mfg-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px 22px;
  }.tc-wp-content-root .mfg-editorial .mfg-card h3, .tc-wp-content-root .mfg-editorial .mfg-benefit-card h3, .tc-wp-content-root .mfg-editorial .mfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .mfg-editorial .mfg-card p, .tc-wp-content-root .mfg-editorial .mfg-benefit-card p, .tc-wp-content-root .mfg-editorial .mfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mfg-editorial .mfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .mfg-editorial .mfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .mfg-editorial .mfg-heading-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .mfg-editorial .mfg-heading-wrap p{
    font-size: 15px;
  }.tc-wp-content-root .mfg-editorial .mfg-card-grid, .tc-wp-content-root .mfg-editorial .mfg-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .mfg-editorial .mfg-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .mfg-editorial .mfg-card, .tc-wp-content-root .mfg-editorial .mfg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px 24px;
  }.tc-wp-content-root .mfg-editorial .mfg-card h3, .tc-wp-content-root .mfg-editorial .mfg-benefit-card h3, .tc-wp-content-root .mfg-editorial .mfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .mfg-editorial .mfg-card p, .tc-wp-content-root .mfg-editorial .mfg-benefit-card p, .tc-wp-content-root .mfg-editorial .mfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mfg-editorial .mfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .mfg-editorial .mfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .mfg-editorial .mfg-heading-wrap h2{
    font-size: 31px;
  }.tc-wp-content-root .mfg-editorial .mfg-heading-wrap p{
    font-size: 16px;
  }.tc-wp-content-root .mfg-editorial .mfg-card-grid, .tc-wp-content-root .mfg-editorial .mfg-step-list{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .mfg-editorial .mfg-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .mfg-editorial .mfg-card, .tc-wp-content-root .mfg-editorial .mfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .mfg-editorial .mfg-card h3, .tc-wp-content-root .mfg-editorial .mfg-benefit-card h3, .tc-wp-content-root .mfg-editorial .mfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .mfg-editorial .mfg-card p, .tc-wp-content-root .mfg-editorial .mfg-benefit-card p, .tc-wp-content-root .mfg-editorial .mfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mfg-editorial .mfg-section{
    padding: 74px 0;
  }.tc-wp-content-root .mfg-editorial .mfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .mfg-editorial .mfg-heading-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .mfg-editorial .mfg-heading-wrap p{
    font-size: 17px;
  }.tc-wp-content-root .mfg-editorial .mfg-card-grid, .tc-wp-content-root .mfg-editorial .mfg-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .mfg-editorial .mfg-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .mfg-editorial .mfg-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .mfg-editorial .mfg-card, .tc-wp-content-root .mfg-editorial .mfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .mfg-editorial .mfg-card h3, .tc-wp-content-root .mfg-editorial .mfg-benefit-card h3, .tc-wp-content-root .mfg-editorial .mfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .mfg-editorial .mfg-card p, .tc-wp-content-root .mfg-editorial .mfg-benefit-card p, .tc-wp-content-root .mfg-editorial .mfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }}@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 32px;
  }.tc-wp-content-root .mfg-editorial .mfg-heading-wrap h2{
    font-size: 44px;
  }.tc-wp-content-root .mfg-editorial .mfg-heading-wrap p{
    font-size: 18px;
  }.tc-wp-content-root .mfg-editorial .mfg-card-grid, .tc-wp-content-root .mfg-editorial .mfg-step-list{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .mfg-editorial .mfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mfg-editorial .mfg-card, .tc-wp-content-root .mfg-editorial .mfg-benefit-card{
    height: 100%;
    padding: 32px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .mfg-editorial .mfg-card h3, .tc-wp-content-root .mfg-editorial .mfg-benefit-card h3, .tc-wp-content-root .mfg-editorial .mfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .mfg-editorial .mfg-card p, .tc-wp-content-root .mfg-editorial .mfg-benefit-card p, .tc-wp-content-root .mfg-editorial .mfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .mfg-editorial .mfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }}.wpc-scope-450 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .mfg-icon-preview{}