@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-398 .tc-wp-content-root img, .wpc-scope-398 .tc-wp-content-root video, .wpc-scope-398 .tc-wp-content-root svg, .wpc-scope-398 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #1d2430;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-section{
  position: relative;
  width: 100%;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-section-white{
  background: #ffffff;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-section-soft{
  background: #f8f5ef;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(178, 119, 32, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(178, 119, 32, 0.12), rgba(112, 58, 168, 0.1));
  color: #794514;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-section-head h2{
  margin: 0;
  color: #151a22;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-section-head p{
  margin: 16px auto 0;
  color: #5f6673;
  line-height: 1.7;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-card, .wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-benefit-card, .wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(34, 42, 54, 0.09);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(31, 36, 47, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-card{
  overflow: hidden;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-card::before, .wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #b77920, #7c3aed, #315c8c);
  opacity: 0.9;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-card:hover, .wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-benefit-card:hover, .wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(178, 119, 32, 0.28);
  box-shadow: 0 24px 60px rgba(31, 36, 47, 0.11);
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-card h3, .wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-benefit-card h3, .wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-step-content h3{
  margin: 0;
  color: #171c25;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-card p, .wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-benefit-card p, .wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-step-content p{
  margin: 10px 0 0;
  color: #626a76;
  line-height: 1.65;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(178, 119, 32, 0.16), rgba(124, 58, 237, 0.13));
  box-shadow: inset 0 0 0 1px rgba(178, 119, 32, 0.18);
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-icon::before, .wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-icon::after{
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #b77920, #7c3aed);
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-icon-quill::before{
  width: 22px;
  height: 6px;
  top: 20px;
  left: 12px;
  border-radius: 999px;
  transform: rotate(-38deg);
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-icon-quill::after{
  width: 8px;
  height: 8px;
  top: 11px;
  left: 27px;
  border-radius: 50%;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-icon-copy::before{
  width: 17px;
  height: 21px;
  top: 12px;
  left: 17px;
  border-radius: 4px;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-icon-copy::after{
  width: 17px;
  height: 21px;
  top: 16px;
  left: 12px;
  border: 2px solid #b77920;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-icon-crown::before{
  width: 24px;
  height: 14px;
  top: 19px;
  left: 11px;
  clip-path: polygon(0 100%, 0 28%, 25% 62%, 50% 0, 75% 62%, 100% 28%, 100% 100%);
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-icon-spark::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  clip-path: polygon(50% 0, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0 50%, 38% 35%);
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-icon-scroll::before{
  width: 23px;
  height: 24px;
  top: 11px;
  left: 12px;
  border-radius: 6px;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-icon-shield::before{
  width: 22px;
  height: 26px;
  top: 10px;
  left: 12px;
  clip-path: polygon(50% 0, 92% 16%, 82% 72%, 50% 100%, 18% 72%, 8% 16%);
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-badge{
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(49, 92, 140, 0.09);
  color: #315c8c;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 0%, #fffaf2 100%);
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-step-card::after{
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 42px;
  width: 2px;
  background: linear-gradient(180deg, rgba(178, 119, 32, 0.7), rgba(124, 58, 237, 0.12));
  z-index: 0;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #b77920, #7c3aed);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(124, 58, 237, 0.22);
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-step-content{
  position: relative;
  z-index: 1;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-benefit-card{
  overflow: hidden;
  background: #ffffff;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-benefit-mark{
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(178, 119, 32, 0.16), rgba(49, 92, 140, 0.13));
  position: relative;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  top: 15px;
  left: 13px;
  border-left: 3px solid #7c3aed;
  border-bottom: 3px solid #b77920;
  transform: rotate(-45deg);
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.wpc-scope-398 .tc-wp-content-root .mtg-editorial-wrap .mtg-reveal.mtg-visible{
  opacity: 1;
  transform: translateY(0);
}@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 .mtg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card, .tc-wp-content-root .mtg-editorial-wrap .mtg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card h3, .tc-wp-content-root .mtg-editorial-wrap .mtg-benefit-card h3, .tc-wp-content-root .mtg-editorial-wrap .mtg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card p, .tc-wp-content-root .mtg-editorial-wrap .mtg-benefit-card p, .tc-wp-content-root .mtg-editorial-wrap .mtg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-step-card::after{
    display: none;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@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 .mtg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card, .tc-wp-content-root .mtg-editorial-wrap .mtg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card h3, .tc-wp-content-root .mtg-editorial-wrap .mtg-benefit-card h3, .tc-wp-content-root .mtg-editorial-wrap .mtg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card p, .tc-wp-content-root .mtg-editorial-wrap .mtg-benefit-card p, .tc-wp-content-root .mtg-editorial-wrap .mtg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-steps{
    gap: 18px;
    margin-top: 32px;
  }.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-card::after{
    display: none;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@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 .mtg-section-head h2{
    font-size: 33px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card, .tc-wp-content-root .mtg-editorial-wrap .mtg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card h3, .tc-wp-content-root .mtg-editorial-wrap .mtg-benefit-card h3, .tc-wp-content-root .mtg-editorial-wrap .mtg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card p, .tc-wp-content-root .mtg-editorial-wrap .mtg-benefit-card p, .tc-wp-content-root .mtg-editorial-wrap .mtg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-step-card::after{
    display: none;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mtg-editorial-wrap .mtg-section{
    padding: 74px 0;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-grid-three, .tc-wp-content-root .mtg-editorial-wrap .mtg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card, .tc-wp-content-root .mtg-editorial-wrap .mtg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card h3, .tc-wp-content-root .mtg-editorial-wrap .mtg-benefit-card h3, .tc-wp-content-root .mtg-editorial-wrap .mtg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card p, .tc-wp-content-root .mtg-editorial-wrap .mtg-benefit-card p, .tc-wp-content-root .mtg-editorial-wrap .mtg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-step-number{
    width: 64px;
    height: 64px;
    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 28px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-grid-three, .tc-wp-content-root .mtg-editorial-wrap .mtg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card, .tc-wp-content-root .mtg-editorial-wrap .mtg-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card h3, .tc-wp-content-root .mtg-editorial-wrap .mtg-benefit-card h3, .tc-wp-content-root .mtg-editorial-wrap .mtg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-card p, .tc-wp-content-root .mtg-editorial-wrap .mtg-benefit-card p, .tc-wp-content-root .mtg-editorial-wrap .mtg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .mtg-editorial-wrap .mtg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}