@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-63 .tc-wp-content-root img, .wpc-scope-63 .tc-wp-content-root video, .wpc-scope-63 .tc-wp-content-root svg, .wpc-scope-63 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content, .wpc-scope-63 .tc-wp-content-root .sc-tax-content div, .wpc-scope-63 .tc-wp-content-root .sc-tax-content section, .wpc-scope-63 .tc-wp-content-root .sc-tax-content article{
  box-sizing: border-box;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__section{
  position: relative;
  width: 100%;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__section--white{
  background: #ffffff;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__section--soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(26, 118, 255, 0.08), transparent 28%),
    radial-gradient(circle at 88% 74%, rgba(0, 170, 133, 0.08), transparent 26%),
    #f7fafc;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__header{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  margin: 0 0 14px;
  border: 1px solid rgba(26, 118, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(26, 118, 255, 0.1), rgba(0, 170, 133, 0.1));
  color: #0f6f62;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__header h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__header p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #5d6678;
  line-height: 1.7;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__card, .wpc-scope-63 .tc-wp-content-root .sc-tax-content__benefit{
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__card::before, .wpc-scope-63 .tc-wp-content-root .sc-tax-content__benefit::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(26, 118, 255, 0.12), rgba(0, 170, 133, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__card:hover, .wpc-scope-63 .tc-wp-content-root .sc-tax-content__benefit:hover{
  transform: translateY(-5px);
  border-color: rgba(26, 118, 255, 0.2);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__card:hover::before, .wpc-scope-63 .tc-wp-content-root .sc-tax-content__benefit:hover::before{
  opacity: 1;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1a76ff, #00aa85);
  box-shadow: 0 12px 24px rgba(26, 118, 255, 0.2);
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__icon::before, .wpc-scope-63 .tc-wp-content-root .sc-tax-content__icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.95;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__icon--calc::before{
  width: 20px;
  height: 22px;
  left: 13px;
  top: 12px;
  border-radius: 4px;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__icon--calc::after{
  width: 14px;
  height: 3px;
  left: 16px;
  top: 18px;
  border-radius: 3px;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.9);
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__icon--income::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border-radius: 5px;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__icon--income::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #00aa85;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__icon--clean::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  border-radius: 6px;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__icon--clean::after{
  width: 16px;
  height: 3px;
  left: 15px;
  top: 20px;
  border-radius: 4px;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.88);
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__icon--steps::before{
  width: 5px;
  height: 5px;
  left: 14px;
  top: 14px;
  border-radius: 50%;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__icon--steps::after{
  width: 14px;
  height: 3px;
  left: 23px;
  top: 15px;
  border-radius: 4px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.9), 0 16px 0 rgba(255, 255, 255, 0.82);
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__icon--mobile::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border-radius: 5px;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__icon--mobile::after{
  width: 6px;
  height: 2px;
  left: 20px;
  bottom: 13px;
  border-radius: 3px;
  background: #00aa85;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__icon--daily::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__icon--daily::after{
  width: 10px;
  height: 3px;
  left: 22px;
  top: 22px;
  border-radius: 4px;
  transform: rotate(45deg);
  background: #00aa85;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__card h3, .wpc-scope-63 .tc-wp-content-root .sc-tax-content__benefit h3, .wpc-scope-63 .tc-wp-content-root .sc-tax-content__step-copy h3{
  position: relative;
  margin: 0;
  color: #151c2e;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__card p, .wpc-scope-63 .tc-wp-content-root .sc-tax-content__benefit p, .wpc-scope-63 .tc-wp-content-root .sc-tax-content__step-copy p{
  position: relative;
  margin: 10px 0 0;
  color: #606a7d;
  line-height: 1.68;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(26, 118, 255, 0.13);
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff 0%, #fafdff 100%);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__step::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #1a76ff, #00aa85);
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__step:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 170, 133, 0.22);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.11);
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #1a76ff, #00aa85);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(26, 118, 255, 0.22);
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(0, 170, 133, 0.1);
  color: #087464;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__card--use{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 253, 255, 0.96)),
    #ffffff;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__benefit{
  background: #ffffff;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__dot{
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: #00aa85;
  box-shadow: 0 0 0 8px rgba(0, 170, 133, 0.11), 0 0 0 16px rgba(26, 118, 255, 0.06);
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-63 .tc-wp-content-root .sc-tax-content__reveal.sc-tax-content__is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .sc-tax-content__section{
    padding: 46px 0;
  }.tc-wp-content-root .sc-tax-content__container{
    padding: 0 14px;
  }.tc-wp-content-root .sc-tax-content__header h2{
    font-size: 25px;
  }.tc-wp-content-root .sc-tax-content__header p{
    font-size: 14px;
  }.tc-wp-content-root .sc-tax-content__grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .sc-tax-content__card, .tc-wp-content-root .sc-tax-content__benefit{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .sc-tax-content__card h3, .tc-wp-content-root .sc-tax-content__benefit h3, .tc-wp-content-root .sc-tax-content__step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .sc-tax-content__card p, .tc-wp-content-root .sc-tax-content__benefit p, .tc-wp-content-root .sc-tax-content__step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .sc-tax-content__steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .sc-tax-content__step{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }.tc-wp-content-root .sc-tax-content__step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .sc-tax-content__section{
    padding: 52px 0;
  }.tc-wp-content-root .sc-tax-content__container{
    padding: 0 18px;
  }.tc-wp-content-root .sc-tax-content__header h2{
    font-size: 28px;
  }.tc-wp-content-root .sc-tax-content__header p{
    font-size: 15px;
  }.tc-wp-content-root .sc-tax-content__grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .sc-tax-content__card, .tc-wp-content-root .sc-tax-content__benefit{
    padding: 24px;
  }.tc-wp-content-root .sc-tax-content__card h3, .tc-wp-content-root .sc-tax-content__benefit h3, .tc-wp-content-root .sc-tax-content__step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .sc-tax-content__card p, .tc-wp-content-root .sc-tax-content__benefit p, .tc-wp-content-root .sc-tax-content__step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .sc-tax-content__steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .sc-tax-content__step{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px;
  }.tc-wp-content-root .sc-tax-content__step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .sc-tax-content__section{
    padding: 58px 0;
  }.tc-wp-content-root .sc-tax-content__container{
    padding: 0 22px;
  }.tc-wp-content-root .sc-tax-content__header h2{
    font-size: 31px;
  }.tc-wp-content-root .sc-tax-content__header p{
    font-size: 16px;
  }.tc-wp-content-root .sc-tax-content__grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .sc-tax-content__card, .tc-wp-content-root .sc-tax-content__benefit{
    padding: 26px;
  }.tc-wp-content-root .sc-tax-content__card h3, .tc-wp-content-root .sc-tax-content__benefit h3, .tc-wp-content-root .sc-tax-content__step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .sc-tax-content__card p, .tc-wp-content-root .sc-tax-content__benefit p, .tc-wp-content-root .sc-tax-content__step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .sc-tax-content__steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .sc-tax-content__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .sc-tax-content__step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .sc-tax-content__section{
    padding: 72px 0;
  }.tc-wp-content-root .sc-tax-content__container{
    padding: 0 30px;
  }.tc-wp-content-root .sc-tax-content__header h2{
    font-size: 38px;
  }.tc-wp-content-root .sc-tax-content__header p{
    font-size: 17px;
  }.tc-wp-content-root .sc-tax-content__grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sc-tax-content__grid--three, .tc-wp-content-root .sc-tax-content__grid--benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .sc-tax-content__card, .tc-wp-content-root .sc-tax-content__benefit{
    padding: 28px;
  }.tc-wp-content-root .sc-tax-content__card h3, .tc-wp-content-root .sc-tax-content__benefit h3, .tc-wp-content-root .sc-tax-content__step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .sc-tax-content__card p, .tc-wp-content-root .sc-tax-content__benefit p, .tc-wp-content-root .sc-tax-content__step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .sc-tax-content__steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sc-tax-content__step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .sc-tax-content__step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 1024px){.tc-wp-content-root .sc-tax-content__section{
    padding: 88px 0;
  }.tc-wp-content-root .sc-tax-content__container{
    padding: 0 32px;
  }.tc-wp-content-root .sc-tax-content__header h2{
    font-size: 46px;
  }.tc-wp-content-root .sc-tax-content__header p{
    font-size: 18px;
  }.tc-wp-content-root .sc-tax-content__grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .sc-tax-content__grid--three, .tc-wp-content-root .sc-tax-content__grid--benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .sc-tax-content__card, .tc-wp-content-root .sc-tax-content__benefit{
    padding: 30px;
  }.tc-wp-content-root .sc-tax-content__card h3, .tc-wp-content-root .sc-tax-content__benefit h3, .tc-wp-content-root .sc-tax-content__step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .sc-tax-content__card p, .tc-wp-content-root .sc-tax-content__benefit p, .tc-wp-content-root .sc-tax-content__step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .sc-tax-content__steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .sc-tax-content__step{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .sc-tax-content__step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }}