@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-405 .tc-wp-content-root img, .wpc-scope-405 .tc-wp-content-root video, .wpc-scope-405 .tc-wp-content-root svg, .wpc-scope-405 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial{
  width: 100%;
  overflow: hidden;
  color: #152033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial, .wpc-scope-405 .tc-wp-content-root .mtfg-editorial div, .wpc-scope-405 .tc-wp-content-root .mtfg-editorial section, .wpc-scope-405 .tc-wp-content-root .mtfg-editorial article{
  box-sizing: border-box;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-section-white{
  background: #ffffff;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-section-soft{
  background: linear-gradient(180deg, #fbfbfd 0%, #f5f7fb 100%);
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #7c3aed;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-kicker::before, .wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-kicker::after{
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7c3aed, #06b6d4);
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-heading h2{
  margin: 0;
  color: #101828;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.15;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-heading p{
  margin: 16px auto 0;
  color: #526071;
  line-height: 1.75;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(22, 31, 52, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.34), rgba(6, 182, 212, 0.2), rgba(255, 255, 255, 0));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(124, 58, 237, 0.28);
  box-shadow: 0 24px 60px rgba(22, 31, 52, 0.13);
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-card:hover::before{
  opacity: 1;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-card h3{
  margin: 0;
  color: #101828;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.28;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-card p{
  margin: 10px 0 0;
  color: #5a6677;
  line-height: 1.72;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-icon{
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7c3aed, #06b6d4);
  box-shadow: 0 14px 30px rgba(124, 58, 237, 0.22);
  position: relative;
  transition: transform 240ms ease;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-card:hover .mtfg-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-icon::before, .wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 13px;
  top: 15px;
  border-radius: 8px;
  opacity: 0.95;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 18px;
  border-radius: 50%;
  background: #7c3aed;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-icon-copy::before{
  width: 16px;
  height: 20px;
  left: 18px;
  top: 13px;
  border-radius: 4px;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-icon-copy::after{
  width: 16px;
  height: 20px;
  left: 13px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-icon-spark::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-icon-search::before{
  width: 17px;
  height: 17px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-icon-search::after{
  width: 13px;
  height: 3px;
  left: 27px;
  top: 29px;
  border-radius: 999px;
  transform: rotate(45deg);
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-icon-brand::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
  opacity: 0.95;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-icon-brand::after{
  width: 10px;
  height: 10px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #06b6d4;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-icon-fast::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  clip-path: polygon(44% 0, 100% 0, 62% 42%, 92% 42%, 31% 100%, 45% 55%, 14% 55%);
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(22, 31, 52, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-step::after{
  content: "";
  position: absolute;
  left: 42px;
  top: calc(100% + 2px);
  width: 2px;
  height: 22px;
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.45), rgba(6, 182, 212, 0));
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-step:last-child::after{
  display: none;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-step:hover{
  transform: translateY(-4px);
  border-color: rgba(124, 58, 237, 0.24);
  box-shadow: 0 24px 64px rgba(22, 31, 52, 0.12);
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 84px;
  height: 84px;
  border-radius: 22px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, #7c3aed 0%, #06b6d4 100%);
  box-shadow: 0 16px 34px rgba(124, 58, 237, 0.24);
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-step-content h3{
  margin: 0;
  color: #101828;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.25;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-step-content p{
  margin: 8px 0 0;
  color: #5a6677;
  line-height: 1.72;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-use-card{
  overflow: hidden;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-use-card::after{
  content: "";
  position: absolute;
  right: -28px;
  top: -28px;
  width: 86px;
  height: 86px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(6, 182, 212, 0.14));
  transform: rotate(12deg);
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 30px;
  margin-bottom: 16px;
  padding: 0 12px;
  border-radius: 999px;
  color: #6d28d9;
  font-size: 12px;
  font-weight: 850;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.11), rgba(6, 182, 212, 0.12));
  border: 1px solid rgba(124, 58, 237, 0.16);
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-trust-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-check{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981, #06b6d4);
  box-shadow: 0 14px 30px rgba(16, 185, 129, 0.2);
  position: relative;
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-check::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-405 .tc-wp-content-root .mtfg-editorial .mtfg-reveal.mtfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mtfg-editorial .mtfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .mtfg-editorial .mtfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-heading p{
    font-size: 14px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-card h3, .tc-wp-content-root .mtfg-editorial .mtfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-card p, .tc-wp-content-root .mtfg-editorial .mtfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-steps{
    gap: 16px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-step::after{
    display: none;
  }.tc-wp-content-root .mtfg-editorial .mtfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mtfg-editorial .mtfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .mtfg-editorial .mtfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-card h3, .tc-wp-content-root .mtfg-editorial .mtfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-card p, .tc-wp-content-root .mtfg-editorial .mtfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-steps{
    gap: 18px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-step::after{
    display: none;
  }.tc-wp-content-root .mtfg-editorial .mtfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mtfg-editorial .mtfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .mtfg-editorial .mtfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-card{
    padding: 28px;
    border-radius: 22px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-card h3, .tc-wp-content-root .mtfg-editorial .mtfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-card p, .tc-wp-content-root .mtfg-editorial .mtfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-steps{
    gap: 20px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-step::after{
    display: none;
  }.tc-wp-content-root .mtfg-editorial .mtfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mtfg-editorial .mtfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .mtfg-editorial .mtfg-container{
    padding: 0 28px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-grid{
    gap: 22px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-grid-3, .tc-wp-content-root .mtfg-editorial .mtfg-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .mtfg-editorial .mtfg-card{
    padding: 30px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-card h3, .tc-wp-content-root .mtfg-editorial .mtfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-card p, .tc-wp-content-root .mtfg-editorial .mtfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-steps{
    gap: 22px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-step-number{
    width: 78px;
    height: 78px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mtfg-editorial .mtfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .mtfg-editorial .mtfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-grid{
    gap: 24px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-grid-3, .tc-wp-content-root .mtfg-editorial .mtfg-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mtfg-editorial .mtfg-card{
    padding: 32px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-card h3, .tc-wp-content-root .mtfg-editorial .mtfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-card p, .tc-wp-content-root .mtfg-editorial .mtfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-steps{
    gap: 24px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-step{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .mtfg-editorial .mtfg-step-number{
    width: 84px;
    height: 84px;
    font-size: 22px;
  }}