@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-39 .tc-wp-content-root img, .wpc-scope-39 .tc-wp-content-root video, .wpc-scope-39 .tc-wp-content-root svg, .wpc-scope-39 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background: #ffffff;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap, .wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap section, .wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap div, .wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-section{
  position: relative;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-section-white{
  background: #ffffff;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-section-soft{
  background:
    radial-gradient(circle at 10% 15%, rgba(28, 154, 103, 0.08), transparent 32%),
    linear-gradient(180deg, #f8fbf7 0%, #f4f8f6 100%);
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(21, 128, 88, 0.2);
  border-radius: 999px;
  background: rgba(21, 128, 88, 0.08);
  color: #116747;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #16a36b, #f5b942);
  box-shadow: 0 0 0 5px rgba(22, 163, 107, 0.12);
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap h2{
  margin: 0;
  color: #122018;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-heading p{
  margin: 14px auto 0;
  color: #526173;
  line-height: 1.7;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-card, .wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(31, 58, 45, 0.1);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfb 100%);
  box-shadow: 0 18px 45px rgba(17, 42, 32, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-card::after, .wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-benefit-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(22, 163, 107, 0.14), transparent 45%, rgba(245, 185, 66, 0.12));
  opacity: 0;
  transition: opacity 240ms ease;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-card:hover, .wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(22, 163, 107, 0.28);
  box-shadow: 0 24px 58px rgba(17, 42, 32, 0.12);
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-card:hover::after, .wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-benefit-card:hover::after{
  opacity: 1;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-icon{
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #158058, #20b879);
  box-shadow: 0 14px 28px rgba(22, 163, 107, 0.22);
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-icon::before{
  content: "";
  display: block;
  margin: auto;
  width: 18px;
  height: 18px;
  border: 2px solid #ffffff;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-icon-coin::before{
  border-radius: 50%;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-icon-check::before{
  width: 15px;
  height: 9px;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-icon-chart::before{
  border-top: 0;
  border-right: 0;
  transform: skew(-8deg);
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-icon-lock::before{
  width: 16px;
  height: 13px;
  border-radius: 4px;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-icon-phone::before{
  width: 12px;
  height: 20px;
  border-radius: 5px;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-icon-spark::before{
  width: 16px;
  height: 16px;
  border-radius: 4px;
  transform: rotate(45deg);
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-card p, .wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-benefit-card p, .wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-step-card p{
  margin: 10px 0 0;
  color: #5b6877;
  line-height: 1.65;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(31, 58, 45, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(17, 42, 32, 0.08);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(22, 163, 107, 0.26);
  box-shadow: 0 22px 54px rgba(17, 42, 32, 0.12);
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #116747, #18a76d 62%, #f5b942);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 32px rgba(22, 163, 107, 0.22);
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-card-alt{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(22, 163, 107, 0.35), rgba(245, 185, 66, 0.22)) border-box;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-card-alt::before{
  content: "";
  display: block;
  width: 38px;
  height: 6px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #16a36b, #f5b942);
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(22, 163, 107, 0.1);
  color: #116747;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-reveal{
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-39 .tc-wp-content-root .tx-tax-content-wrap .tx-tax-reveal.tx-tax-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .tx-tax-content-wrap .tx-tax-section{
    padding: 52px 0;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-container{
    padding: 0 14px;
  }.tc-wp-content-root .tx-tax-content-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-heading p{
    font-size: 15px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-card, .tc-wp-content-root .tx-tax-content-wrap .tx-tax-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .tx-tax-content-wrap h3{
    font-size: 18px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-card p, .tc-wp-content-root .tx-tax-content-wrap .tx-tax-benefit-card p, .tc-wp-content-root .tx-tax-content-wrap .tx-tax-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .tx-tax-content-wrap .tx-tax-section{
    padding: 58px 0;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-container{
    padding: 0 18px;
  }.tc-wp-content-root .tx-tax-content-wrap h2{
    font-size: 31px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-card, .tc-wp-content-root .tx-tax-content-wrap .tx-tax-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .tx-tax-content-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-card p, .tc-wp-content-root .tx-tax-content-wrap .tx-tax-benefit-card p, .tc-wp-content-root .tx-tax-content-wrap .tx-tax-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .tx-tax-content-wrap .tx-tax-section{
    padding: 64px 0;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-container{
    padding: 0 22px;
  }.tc-wp-content-root .tx-tax-content-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-heading p{
    font-size: 16px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-card, .tc-wp-content-root .tx-tax-content-wrap .tx-tax-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .tx-tax-content-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-card p, .tc-wp-content-root .tx-tax-content-wrap .tx-tax-benefit-card p, .tc-wp-content-root .tx-tax-content-wrap .tx-tax-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-step-card{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .tx-tax-content-wrap .tx-tax-section{
    padding: 78px 0;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-container{
    padding: 0 30px;
  }.tc-wp-content-root .tx-tax-content-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-grid-three, .tc-wp-content-root .tx-tax-content-wrap .tx-tax-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-card, .tc-wp-content-root .tx-tax-content-wrap .tx-tax-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .tx-tax-content-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-card p, .tc-wp-content-root .tx-tax-content-wrap .tx-tax-benefit-card p, .tc-wp-content-root .tx-tax-content-wrap .tx-tax-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-steps{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-step-number{
    width: 62px;
    height: 62px;
    font-size: 17px;
  }}@media (min-width: 1024px){.tc-wp-content-root .tx-tax-content-wrap .tx-tax-section{
    padding: 92px 0;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-container{
    padding: 0 34px;
  }.tc-wp-content-root .tx-tax-content-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-heading p{
    font-size: 18px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-grid-three, .tc-wp-content-root .tx-tax-content-wrap .tx-tax-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-card, .tc-wp-content-root .tx-tax-content-wrap .tx-tax-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .tx-tax-content-wrap h3{
    font-size: 22px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-card p, .tc-wp-content-root .tx-tax-content-wrap .tx-tax-benefit-card p, .tc-wp-content-root .tx-tax-content-wrap .tx-tax-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-step-card{
    gap: 24px;
    padding: 34px;
  }.tc-wp-content-root .tx-tax-content-wrap .tx-tax-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }}