@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-80 .tc-wp-content-root img, .wpc-scope-80 .tc-wp-content-root video, .wpc-scope-80 .tc-wp-content-root svg, .wpc-scope-80 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content, .wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content *{
  box-sizing: border-box;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  --mtfg-accent: #7c3aed;
  --mtfg-accent-two: #06b6d4;
  --mtfg-accent-three: #f97316;
  --mtfg-ink: #172033;
  --mtfg-muted: #5e6a7d;
  --mtfg-soft: #f7f9fc;
  --mtfg-line: rgba(23, 32, 51, 0.1);
  --mtfg-shadow: 0 18px 44px rgba(23, 32, 51, 0.09);
  --mtfg-shadow-hover: 0 24px 58px rgba(124, 58, 237, 0.16);
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-section-white{
  background: #ffffff;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(124, 58, 237, 0.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(6, 182, 212, 0.09), transparent 30%),
    var(--mtfg-soft);
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-heading-block{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(6, 182, 212, 0.09));
  color: #5b21b6;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-heading-block h2{
  margin: 0;
  color: var(--mtfg-ink);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-heading-block p{
  margin: 16px auto 0;
  color: var(--mtfg-muted);
  font-weight: 400;
  line-height: 1.75;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-card, .wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-card, .wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-step-card{
  position: relative;
  border: 1px solid var(--mtfg-line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--mtfg-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-card, .wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 22px;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-card::before, .wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--mtfg-accent), var(--mtfg-accent-two), var(--mtfg-accent-three));
  opacity: 0.9;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-card:hover, .wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-card:hover, .wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(124, 58, 237, 0.24);
  box-shadow: var(--mtfg-shadow-hover);
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-card h3, .wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-card h3, .wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-step-content h3{
  margin: 0;
  color: var(--mtfg-ink);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-card p, .wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-card p, .wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-step-content p{
  margin: 10px 0 0;
  color: var(--mtfg-muted);
  font-weight: 400;
  line-height: 1.68;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.14), rgba(6, 182, 212, 0.13));
  box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.16);
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-icon::before, .wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-icon::after{
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-card:hover .mtfg-icon::before, .wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-card:hover .mtfg-icon::after{
  transform: translateY(-2px);
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #7c3aed;
  border-radius: 8px;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #06b6d4;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-icon-copy::before{
  width: 17px;
  height: 21px;
  left: 17px;
  top: 12px;
  border: 2px solid #7c3aed;
  border-radius: 5px;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-icon-copy::after{
  width: 17px;
  height: 21px;
  left: 12px;
  top: 17px;
  border: 2px solid #06b6d4;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-icon-text::before{
  content: "Aa";
  left: 11px;
  top: 10px;
  color: #7c3aed;
  font-size: 17px;
  font-weight: 900;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-icon-text::after{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 31px;
  border-radius: 999px;
  background: #06b6d4;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-icon-search::before{
  width: 17px;
  height: 17px;
  left: 11px;
  top: 11px;
  border: 2px solid #7c3aed;
  border-radius: 50%;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-icon-search::after{
  width: 12px;
  height: 2px;
  left: 26px;
  top: 29px;
  border-radius: 999px;
  background: #06b6d4;
  transform: rotate(45deg);
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-icon-brand::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-icon-brand::after{
  width: 10px;
  height: 10px;
  left: 18px;
  top: 18px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-icon-clean::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: inset 0 0 0 2px #7c3aed;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-icon-clean::after{
  width: 14px;
  height: 7px;
  left: 16px;
  top: 20px;
  border-left: 3px solid #06b6d4;
  border-bottom: 3px solid #06b6d4;
  transform: rotate(-45deg);
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-step-card::before{
  content: "";
  position: absolute;
  left: 35px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(124, 58, 237, 0.26), transparent);
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(124, 58, 237, 0.22);
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-badge{
  display: inline-flex;
  width: max-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.11), rgba(249, 115, 22, 0.1));
  color: #6d28d9;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-card{
  text-align: left;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.16), rgba(6, 182, 212, 0.14));
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #7c3aed;
  border-bottom: 3px solid #06b6d4;
  transform: rotate(-45deg);
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-80 .tc-wp-content-root .mtfg-bottom-content .mtfg-reveal.mtfg-is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mtfg-bottom-content .mtfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-heading-block h2{
    font-size: 25px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-heading-block p{
    font-size: 14px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-grid, .tc-wp-content-root .mtfg-bottom-content .mtfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-grid-six, .tc-wp-content-root .mtfg-bottom-content .mtfg-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-card, .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-card{
    padding: 24px 20px 22px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-step-card::before{
    display: none;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-card h3, .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-card h3, .tc-wp-content-root .mtfg-bottom-content .mtfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-card p, .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-card p, .tc-wp-content-root .mtfg-bottom-content .mtfg-step-content p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mtfg-bottom-content .mtfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-heading-block h2{
    font-size: 28px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-grid, .tc-wp-content-root .mtfg-bottom-content .mtfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-grid-six, .tc-wp-content-root .mtfg-bottom-content .mtfg-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-card, .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-card{
    padding: 26px 22px 24px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-step-card::before{
    display: none;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 15px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-card h3, .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-card h3, .tc-wp-content-root .mtfg-bottom-content .mtfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-card p, .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-card p, .tc-wp-content-root .mtfg-bottom-content .mtfg-step-content p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mtfg-bottom-content .mtfg-section{
    padding: 62px 0;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-heading-block h2{
    font-size: 32px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-grid, .tc-wp-content-root .mtfg-bottom-content .mtfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-grid-six, .tc-wp-content-root .mtfg-bottom-content .mtfg-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-card, .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-card{
    padding: 28px 24px 26px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-step-card::before{
    display: none;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 16px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-card h3, .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-card h3, .tc-wp-content-root .mtfg-bottom-content .mtfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-card p, .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-card p, .tc-wp-content-root .mtfg-bottom-content .mtfg-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mtfg-bottom-content .mtfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-heading-block h2{
    font-size: 38px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-grid, .tc-wp-content-root .mtfg-bottom-content .mtfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-grid-six, .tc-wp-content-root .mtfg-bottom-content .mtfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-card, .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-card{
    padding: 30px 26px 28px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-step-card{
    gap: 22px;
    padding: 28px 28px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 17px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-card h3, .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-card h3, .tc-wp-content-root .mtfg-bottom-content .mtfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-card p, .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-card p, .tc-wp-content-root .mtfg-bottom-content .mtfg-step-content p{
    font-size: 16px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mtfg-bottom-content .mtfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-heading-block h2{
    font-size: 44px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-grid, .tc-wp-content-root .mtfg-bottom-content .mtfg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-grid-six, .tc-wp-content-root .mtfg-bottom-content .mtfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-card, .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-card{
    padding: 32px 28px 30px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-step-number{
    width: 70px;
    height: 70px;
    font-size: 18px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-card h3, .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-card h3, .tc-wp-content-root .mtfg-bottom-content .mtfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .mtfg-bottom-content .mtfg-card p, .tc-wp-content-root .mtfg-bottom-content .mtfg-benefit-card p, .tc-wp-content-root .mtfg-bottom-content .mtfg-step-content p{
    font-size: 16px;
  }}