@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-71 .tc-wp-content-root img, .wpc-scope-71 .tc-wp-content-root video, .wpc-scope-71 .tc-wp-content-root svg, .wpc-scope-71 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content, .wpc-scope-71 .tc-wp-content-root .mn-tax-content *{
  box-sizing: border-box;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-section{
  position: relative;
  width: 100%;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-section--white{
  background: #ffffff;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-section--soft{
  background:
    radial-gradient(circle at top left, rgba(42, 141, 123, 0.1), transparent 34%),
    linear-gradient(180deg, #f8fbf9 0%, #f4f7f5 100%);
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #1e7f6b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-kicker::before, .wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2a8d7b, #d89b2b);
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-heading h2{
  margin: 0;
  color: #122033;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-heading p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5b6472;
  line-height: 1.72;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(34, 58, 76, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(216, 155, 43, 0.12), transparent 42%);
  box-shadow: 0 18px 45px rgba(24, 45, 60, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(42, 141, 123, 0.16), transparent 34%, rgba(216, 155, 43, 0.12));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-card:hover{
  transform: translateY(-6px);
  border-color: rgba(42, 141, 123, 0.24);
  box-shadow: 0 24px 60px rgba(24, 45, 60, 0.13);
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-card:hover::after{
  opacity: 1;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-card h3, .wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-step h3{
  position: relative;
  margin: 0;
  color: #132236;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  z-index: 1;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-card p, .wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-step p{
  position: relative;
  margin: 10px 0 0;
  color: #5a6470;
  line-height: 1.68;
  z-index: 1;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2a8d7b, #d89b2b);
  box-shadow: 0 12px 28px rgba(42, 141, 123, 0.22);
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-icon::before, .wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  transition: transform 260ms ease;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-card:hover .mn-tax-icon::before{
  transform: translateY(-2px);
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-icon--calc::before{
  left: 13px;
  top: 12px;
  width: 22px;
  height: 4px;
  border-radius: 4px;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-icon--calc::after{
  left: 14px;
  top: 22px;
  width: 20px;
  height: 14px;
  border-radius: 4px;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,0.94) 0 4px, transparent 4px 7px);
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-icon--speed::before{
  left: 12px;
  top: 24px;
  width: 25px;
  height: 4px;
  border-radius: 8px;
  transform: rotate(-28deg);
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-icon--speed::after{
  right: 11px;
  top: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-icon--preview::before{
  left: 10px;
  top: 14px;
  width: 28px;
  height: 20px;
  border-radius: 7px;
  background: rgba(255,255,255,0.35);
  border: 2px solid rgba(255,255,255,0.9);
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-icon--preview::after{
  left: 18px;
  top: 20px;
  width: 12px;
  height: 8px;
  border-radius: 50%;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-icon--steps::before{
  left: 13px;
  top: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  box-shadow: 0 10px 0 rgba(255,255,255,0.92), 0 20px 0 rgba(255,255,255,0.92);
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-icon--steps::after{
  right: 12px;
  top: 15px;
  width: 14px;
  height: 3px;
  border-radius: 4px;
  box-shadow: 0 10px 0 rgba(255,255,255,0.92), 0 20px 0 rgba(255,255,255,0.92);
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-icon--mobile::before{
  left: 15px;
  top: 9px;
  width: 18px;
  height: 30px;
  border-radius: 6px;
  background: rgba(255,255,255,0.2);
  border: 2px solid rgba(255,255,255,0.92);
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-icon--mobile::after{
  left: 22px;
  bottom: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-icon--daily::before{
  left: 12px;
  top: 13px;
  width: 24px;
  height: 22px;
  border-radius: 7px;
  background: rgba(255,255,255,0.3);
  border: 2px solid rgba(255,255,255,0.92);
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-icon--daily::after{
  left: 17px;
  top: 22px;
  width: 14px;
  height: 3px;
  border-radius: 4px;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(42, 141, 123, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 50px rgba(24, 45, 60, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-step::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  background: linear-gradient(180deg, #2a8d7b, #d89b2b);
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-step:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 65px rgba(24, 45, 60, 0.12);
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #1e7f6b, #d89b2b);
  box-shadow: 0 14px 28px rgba(42, 141, 123, 0.2);
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-step-copy{
  min-width: 0;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(42, 141, 123, 0.1);
  color: #1e7f6b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-card--trust{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at bottom left, rgba(42, 141, 123, 0.12), transparent 40%);
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-icon--lock::before{
  left: 14px;
  top: 20px;
  width: 20px;
  height: 16px;
  border-radius: 5px;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-icon--lock::after{
  left: 17px;
  top: 11px;
  width: 14px;
  height: 15px;
  border-radius: 999px 999px 4px 4px;
  background: transparent;
  border: 3px solid rgba(255,255,255,0.92);
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-icon--clean::before{
  left: 12px;
  top: 14px;
  width: 24px;
  height: 4px;
  border-radius: 4px;
  box-shadow: 0 8px 0 rgba(255,255,255,0.92), 0 16px 0 rgba(255,255,255,0.92);
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-icon--clean::after{
  right: 11px;
  bottom: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-icon--guide::before{
  left: 14px;
  top: 11px;
  width: 20px;
  height: 26px;
  border-radius: 5px;
  background: rgba(255,255,255,0.26);
  border: 2px solid rgba(255,255,255,0.92);
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-icon--guide::after{
  left: 19px;
  top: 18px;
  width: 10px;
  height: 3px;
  border-radius: 4px;
  box-shadow: 0 8px 0 rgba(255,255,255,0.92);
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content.mn-tax-ready .mn-tax-reveal{
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-71 .tc-wp-content-root .mn-tax-content .mn-tax-reveal.mn-tax-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mn-tax-content .mn-tax-section{
    padding: 46px 0;
  }.tc-wp-content-root .mn-tax-content .mn-tax-container{
    padding: 0 14px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-heading p{
    font-size: 14px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card{
    padding: 22px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card h3, .tc-wp-content-root .mn-tax-content .mn-tax-step h3{
    font-size: 18px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card p, .tc-wp-content-root .mn-tax-content .mn-tax-step p{
    font-size: 14px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px 22px 26px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-step-number{
    width: 50px;
    height: 50px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mn-tax-content .mn-tax-section{
    padding: 54px 0;
  }.tc-wp-content-root .mn-tax-content .mn-tax-container{
    padding: 0 18px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-heading p{
    font-size: 15px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card{
    padding: 24px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card h3, .tc-wp-content-root .mn-tax-content .mn-tax-step h3{
    font-size: 19px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card p, .tc-wp-content-root .mn-tax-content .mn-tax-step p{
    font-size: 15px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px 24px 29px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mn-tax-content .mn-tax-section{
    padding: 62px 0;
  }.tc-wp-content-root .mn-tax-content .mn-tax-container{
    padding: 0 22px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-heading h2{
    font-size: 33px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-heading p{
    font-size: 16px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card{
    padding: 28px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card h3, .tc-wp-content-root .mn-tax-content .mn-tax-step h3{
    font-size: 20px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card p, .tc-wp-content-root .mn-tax-content .mn-tax-step p{
    font-size: 15px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-step{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px 24px 26px 31px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-step-number{
    width: 54px;
    height: 54px;
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mn-tax-content .mn-tax-section{
    padding: 76px 0;
  }.tc-wp-content-root .mn-tax-content .mn-tax-container{
    padding: 0 30px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-heading p{
    font-size: 17px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-grid--trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .mn-tax-content .mn-tax-card{
    padding: 30px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card h3, .tc-wp-content-root .mn-tax-content .mn-tax-step h3{
    font-size: 21px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card p, .tc-wp-content-root .mn-tax-content .mn-tax-step p{
    font-size: 16px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-step{
    gap: 22px;
    padding: 30px 30px 30px 37px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-step-number{
    width: 60px;
    height: 60px;
    font-size: 16px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mn-tax-content .mn-tax-section{
    padding: 92px 0;
  }.tc-wp-content-root .mn-tax-content .mn-tax-container{
    padding: 0 34px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-heading p{
    font-size: 17px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-grid--three, .tc-wp-content-root .mn-tax-content .mn-tax-grid--trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mn-tax-content .mn-tax-card{
    padding: 32px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card h3, .tc-wp-content-root .mn-tax-content .mn-tax-step h3{
    font-size: 22px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-card p, .tc-wp-content-root .mn-tax-content .mn-tax-step p{
    font-size: 16px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-step{
    gap: 24px;
    padding: 34px 36px 34px 43px;
  }.tc-wp-content-root .mn-tax-content .mn-tax-step-number{
    width: 64px;
    height: 64px;
    font-size: 17px;
  }}