@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-396 .tc-wp-content-root img, .wpc-scope-396 .tc-wp-content-root video, .wpc-scope-396 .tc-wp-content-root svg, .wpc-scope-396 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #162033;
  font-family: inherit;
  --mtg-accent-a: #6d5dfc;
  --mtg-accent-b: #00b8d9;
  --mtg-accent-c: #ff7a90;
  --mtg-text: #162033;
  --mtg-muted: #5f6b7a;
  --mtg-line: rgba(22, 32, 51, 0.1);
  --mtg-soft: #f7f9fc;
  --mtg-shadow: 0 18px 45px rgba(22, 32, 51, 0.08);
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-section{
  position: relative;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-section-white{
  background: #ffffff;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(109, 93, 252, 0.08), transparent 32%),
    radial-gradient(circle at 88% 24%, rgba(0, 184, 217, 0.08), transparent 28%),
    var(--mtg-soft);
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-section-head{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(109, 93, 252, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(109, 93, 252, 0.1), rgba(0, 184, 217, 0.1));
  color: #4051c8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap h2, .wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap h3, .wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap p{
  margin-top: 0;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap h2{
  color: var(--mtg-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-section-head p{
  color: var(--mtg-muted);
  line-height: 1.72;
  margin-bottom: 0;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-card, .wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid var(--mtg-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 28px rgba(22, 32, 51, 0.055);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-card::before, .wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(109, 93, 252, 0.34), rgba(0, 184, 217, 0.2), rgba(255, 122, 144, 0.18));
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-card:hover, .wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(109, 93, 252, 0.22);
  box-shadow: var(--mtg-shadow);
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-card:hover::before, .wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-card h3, .wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-card h3, .wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-step-card h3{
  color: var(--mtg-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-card p, .wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-card p, .wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-step-card p{
  color: var(--mtg-muted);
  line-height: 1.68;
  margin-bottom: 0;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--mtg-accent-a), var(--mtg-accent-b));
  box-shadow: 0 12px 24px rgba(109, 93, 252, 0.2);
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-icon::before, .wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-icon-flip::before{
  width: 21px;
  height: 2px;
  left: 13px;
  top: 17px;
  box-shadow: 0 12px 0 #ffffff;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-icon-flip::after{
  width: 9px;
  height: 9px;
  right: 12px;
  top: 14px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  background: transparent;
  transform: rotate(45deg);
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-icon-copy::before{
  width: 17px;
  height: 21px;
  left: 18px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-icon-copy::after{
  width: 17px;
  height: 21px;
  left: 12px;
  top: 17px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 5px;
  background: transparent;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-icon-spark::before{
  width: 20px;
  height: 20px;
  left: 14px;
  top: 14px;
  background: #ffffff;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-icon-eye::before{
  width: 26px;
  height: 16px;
  left: 11px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-icon-eye::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 22px;
  border-radius: 50%;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-icon-text::before{
  width: 24px;
  height: 3px;
  left: 12px;
  top: 15px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-icon-clean::before{
  width: 20px;
  height: 11px;
  left: 14px;
  top: 17px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-card:hover .mtg-icon{
  transform: translateY(-2px);
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-steps{
  display: grid;
  gap: 18px;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(109, 93, 252, 0.16);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(22, 32, 51, 0.06);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--mtg-accent-a), var(--mtg-accent-b));
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: var(--mtg-shadow);
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--mtg-accent-a), var(--mtg-accent-b));
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 28px rgba(109, 93, 252, 0.24);
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(0, 184, 217, 0.14), transparent 38%);
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-badge{
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(109, 93, 252, 0.1);
  color: #4051c8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-card{
  text-align: center;
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-mark{
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(109, 93, 252, 0.14), rgba(0, 184, 217, 0.14));
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-mark::before{
  content: "";
  width: 22px;
  height: 12px;
  border-left: 3px solid var(--mtg-accent-a);
  border-bottom: 3px solid var(--mtg-accent-b);
  transform: rotate(-45deg);
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-396 .tc-wp-content-root .mtg-editorial-wrap .mtg-reveal.mtg-is-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mtg-editorial-wrap .mtg-section{
    padding: 48px 0;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-container{
    padding: 0 14px;
  }.tc-wp-content-root .mtg-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card, .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card h3, .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-card h3, .tc-wp-content-root .mtg-editorial-wrap .mtg-step-card h3{
    font-size: 18px;
    margin-bottom: 9px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card p, .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-card p, .tc-wp-content-root .mtg-editorial-wrap .mtg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mtg-editorial-wrap .mtg-section{
    padding: 54px 0;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-container{
    padding: 0 18px;
  }.tc-wp-content-root .mtg-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card, .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card h3, .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-card h3, .tc-wp-content-root .mtg-editorial-wrap .mtg-step-card h3{
    font-size: 19px;
    margin-bottom: 10px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card p, .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-card p, .tc-wp-content-root .mtg-editorial-wrap .mtg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mtg-editorial-wrap .mtg-section{
    padding: 60px 0;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-container{
    padding: 0 22px;
  }.tc-wp-content-root .mtg-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card, .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-card{
    padding: 26px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card h3, .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-card h3, .tc-wp-content-root .mtg-editorial-wrap .mtg-step-card h3{
    font-size: 20px;
    margin-bottom: 10px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card p, .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-card p, .tc-wp-content-root .mtg-editorial-wrap .mtg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mtg-editorial-wrap .mtg-section{
    padding: 76px 0;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mtg-editorial-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-grid-six, .tc-wp-content-root .mtg-editorial-wrap .mtg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card, .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-card{
    padding: 28px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card h3, .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-card h3, .tc-wp-content-root .mtg-editorial-wrap .mtg-step-card h3{
    font-size: 21px;
    margin-bottom: 11px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card p, .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-card p, .tc-wp-content-root .mtg-editorial-wrap .mtg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mtg-editorial-wrap .mtg-section{
    padding: 92px 0;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-container{
    padding: 0 36px;
  }.tc-wp-content-root .mtg-editorial-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-grid-six, .tc-wp-content-root .mtg-editorial-wrap .mtg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card, .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-card{
    padding: 30px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card h3, .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-card h3, .tc-wp-content-root .mtg-editorial-wrap .mtg-step-card h3{
    font-size: 22px;
    margin-bottom: 12px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card p, .tc-wp-content-root .mtg-editorial-wrap .mtg-trust-card p, .tc-wp-content-root .mtg-editorial-wrap .mtg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-step-card{
    gap: 26px;
    padding: 32px 34px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-step-number{
    width: 74px;
    height: 74px;
    font-size: 20px;
  }}