@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-72 .tc-wp-content-root img, .wpc-scope-72 .tc-wp-content-root video, .wpc-scope-72 .tc-wp-content-root svg, .wpc-scope-72 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content{
  width: 100%;
  overflow-x: hidden;
  color: #173238;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-section{
  position: relative;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-section-white{
  background: #ffffff;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(36, 182, 172, 0.10), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(20, 121, 164, 0.08), transparent 28%),
    #f7fbfa;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-container{
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #08756f;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-eyebrow::before, .wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-eyebrow::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00a88f, #1677a8);
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-section-head h2{
  margin: 0;
  color: #102a30;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-section-head p{
  margin: 14px auto 0;
  color: #52676c;
  max-width: 680px;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(15, 81, 87, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(22, 55, 60, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(0, 168, 143, 0.28), rgba(22, 119, 168, 0.08), rgba(255, 255, 255, 0));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 240ms ease;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-card:hover{
  transform: translateY(-6px);
  border-color: rgba(0, 168, 143, 0.28);
  box-shadow: 0 24px 60px rgba(20, 70, 76, 0.13);
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-card:hover::before{
  opacity: 1;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-card h3{
  margin: 0;
  color: #153239;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-card p{
  margin: 10px 0 0;
  color: #5b6d72;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e6fbf6, #eef7ff);
  border: 1px solid rgba(0, 168, 143, 0.20);
  position: relative;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-icon::before, .wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(135deg, #00a88f, #1677a8);
  transition: transform 240ms ease;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-card:hover .hic-icon::before{
  transform: translateX(2px);
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-icon-lines::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 15px;
  box-shadow: 0 8px 0 rgba(22, 119, 168, 0.72);
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-icon-lines::after{
  width: 12px;
  height: 3px;
  left: 12px;
  top: 31px;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-icon-dot::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-icon-dot::after{
  width: 8px;
  height: 8px;
  right: 9px;
  top: 9px;
  opacity: 0.45;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-icon-stack::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 12px;
  border-radius: 5px;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-icon-stack::after{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 21px;
  border-radius: 5px;
  opacity: 0.55;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-icon-check::before{
  width: 22px;
  height: 10px;
  left: 12px;
  top: 16px;
  background: transparent;
  border-left: 4px solid #00a88f;
  border-bottom: 4px solid #1677a8;
  border-radius: 2px;
  transform: rotate(-45deg);
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-icon-check::after{
  display: none;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 14px;
  top: 9px;
  border-radius: 7px;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 20px;
  bottom: 12px;
  background: #ffffff;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-icon-shield::before{
  width: 24px;
  height: 28px;
  left: 11px;
  top: 8px;
  border-radius: 14px 14px 18px 18px;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-icon-shield::after{
  width: 10px;
  height: 5px;
  left: 18px;
  top: 19px;
  background: transparent;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  border-radius: 1px;
  transform: rotate(-45deg);
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: relative;
  border: 1px solid rgba(15, 81, 87, 0.12);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 251, 248, 0.98));
  box-shadow: 0 18px 48px rgba(22, 55, 60, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-step-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 24px 62px rgba(20, 70, 76, 0.13);
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #00a88f, #1677a8);
  box-shadow: 0 14px 30px rgba(0, 129, 139, 0.25);
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-step-copy h3{
  margin: 0;
  color: #153239;
  font-weight: 850;
  line-height: 1.24;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-step-copy p{
  margin: 8px 0 0;
  color: #5b6d72;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eaf8f5;
  color: #08756f;
  border: 1px solid rgba(0, 168, 143, 0.18);
  font-weight: 800;
  line-height: 1;
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-trust-card{
  background: linear-gradient(180deg, #ffffff, #fbfffe);
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-trust-mark{
  display: block;
  width: 52px;
  height: 6px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00a88f, #1677a8);
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-72 .tc-wp-content-root .hic-tax-content .hic-reveal.hic-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .hic-tax-content .hic-section{
    padding: 52px 0;
  }.tc-wp-content-root .hic-tax-content .hic-container{
    padding: 0 14px;
  }.tc-wp-content-root .hic-tax-content .hic-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .hic-tax-content .hic-eyebrow{
    font-size: 11px;
  }.tc-wp-content-root .hic-tax-content .hic-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .hic-tax-content .hic-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .hic-tax-content .hic-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .hic-tax-content .hic-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .hic-tax-content .hic-card h3{
    font-size: 18px;
  }.tc-wp-content-root .hic-tax-content .hic-card p{
    font-size: 14px;
  }.tc-wp-content-root .hic-tax-content .hic-steps{
    gap: 16px;
  }.tc-wp-content-root .hic-tax-content .hic-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .hic-tax-content .hic-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .hic-tax-content .hic-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .hic-tax-content .hic-step-copy p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .hic-tax-content .hic-section{
    padding: 58px 0;
  }.tc-wp-content-root .hic-tax-content .hic-container{
    padding: 0 18px;
  }.tc-wp-content-root .hic-tax-content .hic-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .hic-tax-content .hic-eyebrow{
    font-size: 11px;
  }.tc-wp-content-root .hic-tax-content .hic-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .hic-tax-content .hic-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .hic-tax-content .hic-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .hic-tax-content .hic-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .hic-tax-content .hic-card h3{
    font-size: 19px;
  }.tc-wp-content-root .hic-tax-content .hic-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .hic-tax-content .hic-steps{
    gap: 18px;
  }.tc-wp-content-root .hic-tax-content .hic-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .hic-tax-content .hic-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .hic-tax-content .hic-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .hic-tax-content .hic-step-copy p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .hic-tax-content .hic-section{
    padding: 64px 0;
  }.tc-wp-content-root .hic-tax-content .hic-container{
    padding: 0 22px;
  }.tc-wp-content-root .hic-tax-content .hic-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .hic-tax-content .hic-eyebrow{
    font-size: 12px;
  }.tc-wp-content-root .hic-tax-content .hic-section-head h2{
    font-size: 33px;
  }.tc-wp-content-root .hic-tax-content .hic-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .hic-tax-content .hic-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .hic-tax-content .hic-card{
    padding: 28px;
  }.tc-wp-content-root .hic-tax-content .hic-card h3{
    font-size: 20px;
  }.tc-wp-content-root .hic-tax-content .hic-card p{
    font-size: 15px;
  }.tc-wp-content-root .hic-tax-content .hic-steps{
    gap: 20px;
  }.tc-wp-content-root .hic-tax-content .hic-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .hic-tax-content .hic-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }.tc-wp-content-root .hic-tax-content .hic-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .hic-tax-content .hic-step-copy p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .hic-tax-content .hic-section{
    padding: 78px 0;
  }.tc-wp-content-root .hic-tax-content .hic-container{
    padding: 0 30px;
  }.tc-wp-content-root .hic-tax-content .hic-section-head{
    margin-bottom: 40px;
  }.tc-wp-content-root .hic-tax-content .hic-eyebrow{
    font-size: 12px;
  }.tc-wp-content-root .hic-tax-content .hic-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .hic-tax-content .hic-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .hic-tax-content .hic-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .hic-tax-content .hic-card{
    padding: 30px;
  }.tc-wp-content-root .hic-tax-content .hic-card h3{
    font-size: 21px;
  }.tc-wp-content-root .hic-tax-content .hic-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .hic-tax-content .hic-steps{
    gap: 22px;
  }.tc-wp-content-root .hic-tax-content .hic-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .hic-tax-content .hic-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }.tc-wp-content-root .hic-tax-content .hic-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .hic-tax-content .hic-step-copy p{
    font-size: 15.5px;
  }}@media (min-width: 1024px){.tc-wp-content-root .hic-tax-content .hic-section{
    padding: 92px 0;
  }.tc-wp-content-root .hic-tax-content .hic-container{
    padding: 0 32px;
  }.tc-wp-content-root .hic-tax-content .hic-section-head{
    margin-bottom: 46px;
  }.tc-wp-content-root .hic-tax-content .hic-eyebrow{
    font-size: 12px;
  }.tc-wp-content-root .hic-tax-content .hic-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .hic-tax-content .hic-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .hic-tax-content .hic-grid-six, .tc-wp-content-root .hic-tax-content .hic-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .hic-tax-content .hic-card{
    padding: 32px;
  }.tc-wp-content-root .hic-tax-content .hic-card h3{
    font-size: 22px;
  }.tc-wp-content-root .hic-tax-content .hic-card p{
    font-size: 16px;
  }.tc-wp-content-root .hic-tax-content .hic-steps{
    gap: 22px;
  }.tc-wp-content-root .hic-tax-content .hic-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .hic-tax-content .hic-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }.tc-wp-content-root .hic-tax-content .hic-step-copy h3{
    font-size: 24px;
  }.tc-wp-content-root .hic-tax-content .hic-step-copy p{
    font-size: 16px;
  }}.wpc-scope-72 .tc-wp-content-root .hic-feature-card{}.wpc-scope-72 .tc-wp-content-root .hic-use-card{}