@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;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .mtg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .mtg-editorial-content, .tc-wp-content-root .mtg-editorial-content div, .tc-wp-content-root .mtg-editorial-content section, .tc-wp-content-root .mtg-editorial-content article{
  box-sizing: border-box;
}.tc-wp-content-root .mtg-editorial-content .mtg-section{
  position: relative;
}.tc-wp-content-root .mtg-editorial-content .mtg-section-white{
  background: #ffffff;
}.tc-wp-content-root .mtg-editorial-content .mtg-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(34, 197, 176, 0.08), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(59, 130, 246, 0.08), transparent 30%),
    #f7fafc;
}.tc-wp-content-root .mtg-editorial-content .mtg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .mtg-editorial-content .mtg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .mtg-editorial-content .mtg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(20, 184, 166, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.12), rgba(59, 130, 246, 0.1));
  color: #0f766e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .mtg-editorial-content .mtg-section-head h2{
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .mtg-editorial-content .mtg-section-head p{
  margin: 16px auto 0;
  color: #526173;
  line-height: 1.72;
}.tc-wp-content-root .mtg-editorial-content .mtg-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .mtg-editorial-content .mtg-card, .tc-wp-content-root .mtg-editorial-content .mtg-benefit-card, .tc-wp-content-root .mtg-editorial-content .mtg-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .mtg-editorial-content .mtg-card, .tc-wp-content-root .mtg-editorial-content .mtg-benefit-card{
  height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .mtg-editorial-content .mtg-card::before, .tc-wp-content-root .mtg-editorial-content .mtg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.5), rgba(59, 130, 246, 0.22), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .mtg-editorial-content .mtg-card:hover, .tc-wp-content-root .mtg-editorial-content .mtg-benefit-card:hover, .tc-wp-content-root .mtg-editorial-content .mtg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(20, 184, 166, 0.28);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
}.tc-wp-content-root .mtg-editorial-content .mtg-card:hover::before, .tc-wp-content-root .mtg-editorial-content .mtg-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .mtg-editorial-content .mtg-card h3, .tc-wp-content-root .mtg-editorial-content .mtg-benefit-card h3, .tc-wp-content-root .mtg-editorial-content .mtg-step-copy h3{
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .mtg-editorial-content .mtg-card p, .tc-wp-content-root .mtg-editorial-content .mtg-benefit-card p, .tc-wp-content-root .mtg-editorial-content .mtg-step-copy p{
  margin: 10px 0 0;
  color: #5c6b7d;
  line-height: 1.68;
}.tc-wp-content-root .mtg-editorial-content .mtg-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #14b8a6, #3b82f6);
  box-shadow: 0 12px 28px rgba(20, 184, 166, 0.24);
}.tc-wp-content-root .mtg-editorial-content .mtg-icon::before{
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: 14px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .mtg-editorial-content .mtg-icon-search::before{
  border-radius: 50%;
  box-shadow: 8px 8px 0 -5px #ffffff;
}.tc-wp-content-root .mtg-editorial-content .mtg-icon-copy::before{
  box-shadow: 5px 5px 0 -1px rgba(255, 255, 255, 0.55);
}.tc-wp-content-root .mtg-editorial-content .mtg-icon-share::before{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 12px -5px 0 -5px #ffffff, 12px 12px 0 -5px #ffffff;
}.tc-wp-content-root .mtg-editorial-content .mtg-icon-tune::before{
  width: 20px;
  height: 14px;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}.tc-wp-content-root .mtg-editorial-content .mtg-icon-speed::before{
  border-radius: 50% 50% 50% 8px;
  transform: rotate(-35deg);
}.tc-wp-content-root .mtg-editorial-content .mtg-icon-quality::before{
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}.tc-wp-content-root .mtg-editorial-content .mtg-badge{
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .mtg-editorial-content .mtg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .mtg-editorial-content .mtg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, rgba(20, 184, 166, 0.16), rgba(59, 130, 246, 0.14));
}.tc-wp-content-root .mtg-editorial-content .mtg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f766e, #2563eb);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.18);
}.tc-wp-content-root .mtg-editorial-content .mtg-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.14), rgba(59, 130, 246, 0.14));
  border: 1px solid rgba(20, 184, 166, 0.2);
}.tc-wp-content-root .mtg-editorial-content .mtg-benefit-mark::before{
  content: "";
  width: 18px;
  height: 10px;
  margin: 13px 0 0 11px;
  border-left: 3px solid #0f766e;
  border-bottom: 3px solid #0f766e;
  transform: rotate(-45deg);
}.tc-wp-content-root .mtg-editorial-content .mtg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .mtg-editorial-content .mtg-reveal.mtg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .mtg-editorial-content .mtg-section{
    padding: 48px 0;
  }.tc-wp-content-root .mtg-editorial-content .mtg-container{
    padding: 0 14px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-card, .tc-wp-content-root .mtg-editorial-content .mtg-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-card h3, .tc-wp-content-root .mtg-editorial-content .mtg-benefit-card h3, .tc-wp-content-root .mtg-editorial-content .mtg-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-card p, .tc-wp-content-root .mtg-editorial-content .mtg-benefit-card p, .tc-wp-content-root .mtg-editorial-content .mtg-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-step-number{
    width: 48px;
    height: 48px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .mtg-editorial-content .mtg-section{
    padding: 54px 0;
  }.tc-wp-content-root .mtg-editorial-content .mtg-container{
    padding: 0 18px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-card, .tc-wp-content-root .mtg-editorial-content .mtg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-card h3, .tc-wp-content-root .mtg-editorial-content .mtg-benefit-card h3, .tc-wp-content-root .mtg-editorial-content .mtg-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-card p, .tc-wp-content-root .mtg-editorial-content .mtg-benefit-card p, .tc-wp-content-root .mtg-editorial-content .mtg-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-step-number{
    width: 50px;
    height: 50px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .mtg-editorial-content .mtg-section{
    padding: 60px 0;
  }.tc-wp-content-root .mtg-editorial-content .mtg-container{
    padding: 0 22px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-card, .tc-wp-content-root .mtg-editorial-content .mtg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-card h3, .tc-wp-content-root .mtg-editorial-content .mtg-benefit-card h3, .tc-wp-content-root .mtg-editorial-content .mtg-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-card p, .tc-wp-content-root .mtg-editorial-content .mtg-benefit-card p, .tc-wp-content-root .mtg-editorial-content .mtg-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .mtg-editorial-content .mtg-section{
    padding: 72px 0;
  }.tc-wp-content-root .mtg-editorial-content .mtg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 40px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-card, .tc-wp-content-root .mtg-editorial-content .mtg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-card h3, .tc-wp-content-root .mtg-editorial-content .mtg-benefit-card h3, .tc-wp-content-root .mtg-editorial-content .mtg-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-card p, .tc-wp-content-root .mtg-editorial-content .mtg-benefit-card p, .tc-wp-content-root .mtg-editorial-content .mtg-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-steps{
    gap: 22px;
    margin-top: 40px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .mtg-editorial-content .mtg-section{
    padding: 88px 0;
  }.tc-wp-content-root .mtg-editorial-content .mtg-container{
    padding: 0 34px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-card-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-grid-six, .tc-wp-content-root .mtg-editorial-content .mtg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mtg-editorial-content .mtg-card, .tc-wp-content-root .mtg-editorial-content .mtg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-card h3, .tc-wp-content-root .mtg-editorial-content .mtg-benefit-card h3, .tc-wp-content-root .mtg-editorial-content .mtg-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-card p, .tc-wp-content-root .mtg-editorial-content .mtg-benefit-card p, .tc-wp-content-root .mtg-editorial-content .mtg-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .mtg-editorial-content .mtg-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}