@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

 

.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-75 .tc-wp-content-root img, .wpc-scope-75 .tc-wp-content-root video, .wpc-scope-75 .tc-wp-content-root svg, .wpc-scope-75 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content{
  width: 100%;
  overflow-x: hidden;
  color: #17211b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content, .wpc-scope-75 .tc-wp-content-root .mt-tax-content div, .wpc-scope-75 .tc-wp-content-root .mt-tax-content section, .wpc-scope-75 .tc-wp-content-root .mt-tax-content article{
  box-sizing: border-box;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__section{
  position: relative;
  width: 100%;
  isolation: isolate;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__section--white{
  background: #ffffff;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__section--soft{
  background:
    radial-gradient(circle at 15% 12%, rgba(34, 139, 99, 0.1), transparent 30%),
    linear-gradient(180deg, #f8fbf7 0%, #f3f7f0 100%);
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__header{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 13px;
  border: 1px solid rgba(36, 132, 94, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(36, 132, 94, 0.1), rgba(202, 154, 62, 0.13));
  color: #246b50;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.2;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__title{
  margin: 0;
  color: #111c16;
  font-weight: 820;
  line-height: 1.08;
  letter-spacing: 0;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__intro{
  margin: 16px auto 0;
  max-width: 710px;
  color: #53645a;
  font-weight: 450;
  line-height: 1.7;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__card, .wpc-scope-75 .tc-wp-content-root .mt-tax-content__trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(34, 67, 48, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 20% 0%, rgba(36, 132, 94, 0.12), transparent 35%);
  box-shadow: 0 18px 46px rgba(22, 43, 31, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__card::before, .wpc-scope-75 .tc-wp-content-root .mt-tax-content__trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(36, 132, 94, 0.42), rgba(202, 154, 62, 0.22), rgba(36, 132, 94, 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;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__card:hover, .wpc-scope-75 .tc-wp-content-root .mt-tax-content__trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(36, 132, 94, 0.24);
  box-shadow: 0 24px 60px rgba(22, 43, 31, 0.12);
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__card:hover::before, .wpc-scope-75 .tc-wp-content-root .mt-tax-content__trust-card:hover::before{
  opacity: 1;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, #247a58, #69a35e 52%, #cda24a);
  box-shadow: 0 12px 28px rgba(36, 122, 88, 0.2);
  transition: transform 220ms ease;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__card:hover .mt-tax-content__icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__icon::before, .wpc-scope-75 .tc-wp-content-root .mt-tax-content__icon::after{
  content: "";
  position: absolute;
  display: block;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__icon--mountain::before{
  left: 11px;
  bottom: 13px;
  width: 24px;
  height: 18px;
  background: #ffffff;
  clip-path: polygon(0 100%, 42% 20%, 58% 48%, 74% 6%, 100% 100%);
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__icon--speed::before{
  left: 12px;
  top: 14px;
  width: 22px;
  height: 18px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 22px 22px 0 0;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__icon--speed::after{
  left: 23px;
  top: 23px;
  width: 14px;
  height: 3px;
  border-radius: 99px;
  background: #ffffff;
  transform: rotate(-28deg);
  transform-origin: left center;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__icon--clean::before{
  left: 12px;
  top: 11px;
  width: 22px;
  height: 24px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.95);
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__icon--clean::after{
  left: 17px;
  top: 18px;
  width: 12px;
  height: 8px;
  border-left: 3px solid #247a58;
  border-bottom: 3px solid #247a58;
  transform: rotate(-45deg);
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__icon--simple::before{
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__icon--simple::after{
  left: 18px;
  top: 21px;
  width: 14px;
  height: 3px;
  border-radius: 99px;
  background: #ffffff;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__icon--mobile::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__icon--mobile::after{
  left: 21px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__icon--daily::before{
  left: 11px;
  top: 12px;
  width: 24px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__icon--daily::after{
  left: 17px;
  top: 19px;
  width: 12px;
  height: 3px;
  border-radius: 99px;
  background: #ffffff;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.86);
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__card-title{
  margin: 0;
  color: #152018;
  font-weight: 780;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__card-text{
  margin: 12px 0 0;
  color: #596a60;
  line-height: 1.68;
  font-weight: 430;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__steps{
  position: relative;
  display: grid;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(34, 67, 48, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(22, 43, 31, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__step:hover{
  transform: translateY(-4px);
  border-color: rgba(36, 132, 94, 0.22);
  box-shadow: 0 22px 58px rgba(22, 43, 31, 0.12);
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 820;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #1d6f50, #4d965f 58%, #c69b42);
  box-shadow: 0 14px 32px rgba(36, 122, 88, 0.22);
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__step-title{
  margin: 0;
  color: #132019;
  font-weight: 780;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__step-text{
  margin: 10px 0 0;
  color: #596a60;
  line-height: 1.68;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__card--accent{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 253, 249, 0.98)),
    radial-gradient(circle at 90% 8%, rgba(202, 154, 62, 0.12), transparent 30%);
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin: 0 0 18px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(36, 132, 94, 0.1);
  color: #286d52;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.2;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at top right, rgba(36, 132, 94, 0.13), transparent 34%);
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__trust-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(36, 132, 94, 0.16), rgba(202, 154, 62, 0.2));
  position: relative;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__trust-mark::before{
  content: "";
  position: absolute;
  left: 13px;
  top: 11px;
  width: 14px;
  height: 9px;
  border-left: 3px solid #247a58;
  border-bottom: 3px solid #247a58;
  transform: rotate(-45deg);
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__reveal.is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .mt-tax-content .mt-tax-content__reveal, .tc-wp-content-root .mt-tax-content .mt-tax-content__card, .tc-wp-content-root .mt-tax-content .mt-tax-content__trust-card, .tc-wp-content-root .mt-tax-content .mt-tax-content__step, .tc-wp-content-root .mt-tax-content .mt-tax-content__icon{
    transition: none;
  }.tc-wp-content-root .mt-tax-content .mt-tax-content__reveal{
    opacity: 1;
    transform: none;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mt-tax-content__section{
    padding: 48px 0;
  }.tc-wp-content-root .mt-tax-content__container{
    padding: 0 14px;
  }.tc-wp-content-root .mt-tax-content__title{
    font-size: 28px;
  }.tc-wp-content-root .mt-tax-content__intro{
    font-size: 15px;
  }.tc-wp-content-root .mt-tax-content__grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mt-tax-content__card, .tc-wp-content-root .mt-tax-content__trust-card{
    padding: 22px;
  }.tc-wp-content-root .mt-tax-content__card-title, .tc-wp-content-root .mt-tax-content__step-title{
    font-size: 18px;
  }.tc-wp-content-root .mt-tax-content__card-text, .tc-wp-content-root .mt-tax-content__step-text{
    font-size: 14px;
  }.tc-wp-content-root .mt-tax-content__steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mt-tax-content__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .mt-tax-content__step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mt-tax-content__section{
    padding: 54px 0;
  }.tc-wp-content-root .mt-tax-content__container{
    padding: 0 18px;
  }.tc-wp-content-root .mt-tax-content__title{
    font-size: 31px;
  }.tc-wp-content-root .mt-tax-content__intro{
    font-size: 15.5px;
  }.tc-wp-content-root .mt-tax-content__grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .mt-tax-content__card, .tc-wp-content-root .mt-tax-content__trust-card{
    padding: 24px;
  }.tc-wp-content-root .mt-tax-content__card-title, .tc-wp-content-root .mt-tax-content__step-title{
    font-size: 19px;
  }.tc-wp-content-root .mt-tax-content__card-text, .tc-wp-content-root .mt-tax-content__step-text{
    font-size: 14.5px;
  }.tc-wp-content-root .mt-tax-content__steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .mt-tax-content__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .mt-tax-content__step-number{
    width: 54px;
    height: 54px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mt-tax-content__section{
    padding: 62px 0;
  }.tc-wp-content-root .mt-tax-content__container{
    padding: 0 22px;
  }.tc-wp-content-root .mt-tax-content__title{
    font-size: 34px;
  }.tc-wp-content-root .mt-tax-content__intro{
    font-size: 16px;
  }.tc-wp-content-root .mt-tax-content__grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mt-tax-content__card, .tc-wp-content-root .mt-tax-content__trust-card{
    padding: 26px;
  }.tc-wp-content-root .mt-tax-content__card-title, .tc-wp-content-root .mt-tax-content__step-title{
    font-size: 20px;
  }.tc-wp-content-root .mt-tax-content__card-text, .tc-wp-content-root .mt-tax-content__step-text{
    font-size: 15px;
  }.tc-wp-content-root .mt-tax-content__steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mt-tax-content__step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .mt-tax-content__step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mt-tax-content__section{
    padding: 76px 0;
  }.tc-wp-content-root .mt-tax-content__container{
    padding: 0 32px;
  }.tc-wp-content-root .mt-tax-content__title{
    font-size: 42px;
  }.tc-wp-content-root .mt-tax-content__intro{
    font-size: 17px;
  }.tc-wp-content-root .mt-tax-content__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mt-tax-content__grid--trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .mt-tax-content__card, .tc-wp-content-root .mt-tax-content__trust-card{
    padding: 28px;
  }.tc-wp-content-root .mt-tax-content__card-title, .tc-wp-content-root .mt-tax-content__step-title{
    font-size: 21px;
  }.tc-wp-content-root .mt-tax-content__card-text, .tc-wp-content-root .mt-tax-content__step-text{
    font-size: 15.5px;
  }.tc-wp-content-root .mt-tax-content__steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mt-tax-content__step{
    grid-template-columns: 72px 1fr;
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .mt-tax-content__step-number{
    width: 64px;
    height: 64px;
    font-size: 17px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mt-tax-content__section{
    padding: 92px 0;
  }.tc-wp-content-root .mt-tax-content__container{
    padding: 0 36px;
  }.tc-wp-content-root .mt-tax-content__title{
    font-size: 48px;
  }.tc-wp-content-root .mt-tax-content__intro{
    font-size: 18px;
  }.tc-wp-content-root .mt-tax-content__grid{
    margin-top: 48px;
    gap: 24px;
  }.tc-wp-content-root .mt-tax-content__grid--three, .tc-wp-content-root .mt-tax-content__grid--trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mt-tax-content__card, .tc-wp-content-root .mt-tax-content__trust-card{
    padding: 30px;
  }.tc-wp-content-root .mt-tax-content__card-title, .tc-wp-content-root .mt-tax-content__step-title{
    font-size: 22px;
  }.tc-wp-content-root .mt-tax-content__card-text, .tc-wp-content-root .mt-tax-content__step-text{
    font-size: 16px;
  }.tc-wp-content-root .mt-tax-content__steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mt-tax-content__step{
    grid-template-columns: 78px 1fr;
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .mt-tax-content__step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }}.wpc-scope-75 .tc-wp-content-root .mt-tax-content__step-body{}