@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-61 .tc-wp-content-root img, .wpc-scope-61 .tc-wp-content-root video, .wpc-scope-61 .tc-wp-content-root svg, .wpc-scope-61 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content{
  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-61 .tc-wp-content-root .ky-tax-content, .wpc-scope-61 .tc-wp-content-root .ky-tax-content section, .wpc-scope-61 .tc-wp-content-root .ky-tax-content div, .wpc-scope-61 .tc-wp-content-root .ky-tax-content article{
  box-sizing: border-box;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-section{
  position: relative;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-section-white{
  background: #ffffff;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-section-soft{
  background:
    radial-gradient(circle at 12% 0%, rgba(31, 130, 98, 0.08), transparent 34%),
    linear-gradient(180deg, #f8fbf8 0%, #f3f7f1 100%);
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border: 1px solid rgba(31, 130, 98, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(31, 130, 98, 0.1), rgba(199, 153, 63, 0.12));
  color: #1b6f55;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-heading p{
  margin: 14px auto 0;
  color: #5f6978;
  line-height: 1.7;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(31, 130, 98, 0.24), rgba(199, 153, 63, 0.18)) border-box;
  box-shadow: 0 18px 45px rgba(23, 32, 51, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
  overflow: hidden;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-card::after{
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 112px;
  height: 112px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(31, 130, 98, 0.1), rgba(199, 153, 63, 0.11));
  transform: rotate(18deg);
  transition: transform 240ms ease, opacity 240ms ease;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-card:hover{
  transform: translateY(-6px);
  border-color: rgba(31, 130, 98, 0.24);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.12);
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-card:hover::after{
  transform: rotate(18deg) translate(-8px, 8px);
  opacity: 0.9;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #162033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #667085;
  line-height: 1.68;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1f8262, #c7993f);
  box-shadow: 0 12px 28px rgba(31, 130, 98, 0.22);
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-icon::before, .wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-icon-calc::before{
  left: 13px;
  top: 12px;
  width: 20px;
  height: 6px;
  border-radius: 3px;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-icon-calc::after{
  left: 13px;
  top: 23px;
  width: 20px;
  height: 11px;
  border-radius: 3px;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,0.92) 0 4px, transparent 4px 8px);
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-icon-fast::before{
  left: 12px;
  top: 14px;
  width: 22px;
  height: 18px;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 18% 50%);
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-icon-preview::before{
  left: 10px;
  top: 14px;
  width: 26px;
  height: 18px;
  border-radius: 12px;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-icon-preview::after{
  left: 19px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1f8262;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-icon-steps::before{
  left: 12px;
  top: 13px;
  width: 22px;
  height: 4px;
  border-radius: 3px;
  box-shadow: 0 8px 0 rgba(255,255,255,0.9), 0 16px 0 rgba(255,255,255,0.9);
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-icon-mobile::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border-radius: 5px;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-icon-help::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-icon-help::after{
  left: 21px;
  top: 18px;
  width: 4px;
  height: 13px;
  border-radius: 3px;
  background: #1f8262;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(31, 130, 98, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(23, 32, 51, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease;
  overflow: hidden;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-step::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #1f8262, #c7993f);
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-step:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(23, 32, 51, 0.11);
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #1f8262, #c7993f);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(31, 130, 98, 0.22);
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-step-copy h3{
  margin: 0;
  color: #162033;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-step-copy p{
  margin: 8px 0 0;
  color: #657083;
  line-height: 1.68;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(31, 130, 98, 0.1);
  color: #1b6f55;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-trust-card{
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)) padding-box,
    linear-gradient(135deg, rgba(31, 130, 98, 0.25), rgba(199, 153, 63, 0.2)) border-box;
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-dot{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #1f8262;
  box-shadow: 0 0 0 8px rgba(31, 130, 98, 0.1), 0 0 0 15px rgba(199, 153, 63, 0.08);
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-61 .tc-wp-content-root .ky-tax-content .ky-tax-reveal.ky-tax-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ky-tax-content .ky-tax-section{
    padding: 46px 0;
  }.tc-wp-content-root .ky-tax-content .ky-tax-container{
    padding: 0 14px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-kicker{
    padding: 8px 12px;
    font-size: 11px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-heading p{
    font-size: 14px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-card h3, .tc-wp-content-root .ky-tax-content .ky-tax-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-card p, .tc-wp-content-root .ky-tax-content .ky-tax-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-step{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 20px 22px 24px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-step-number{
    width: 48px;
    height: 48px;
    font-size: 15px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-badge{
    padding: 8px 10px;
    font-size: 11px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ky-tax-content .ky-tax-section{
    padding: 52px 0;
  }.tc-wp-content-root .ky-tax-content .ky-tax-container{
    padding: 0 18px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-kicker{
    padding: 8px 13px;
    font-size: 12px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-card{
    padding: 24px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-card h3, .tc-wp-content-root .ky-tax-content .ky-tax-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-card p, .tc-wp-content-root .ky-tax-content .ky-tax-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-step{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px 22px 24px 27px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-badge{
    padding: 8px 11px;
    font-size: 12px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ky-tax-content .ky-tax-section{
    padding: 58px 0;
  }.tc-wp-content-root .ky-tax-content .ky-tax-container{
    padding: 0 22px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-kicker{
    padding: 9px 14px;
    font-size: 12px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-heading h2{
    font-size: 33px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-card{
    padding: 26px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-card h3, .tc-wp-content-root .ky-tax-content .ky-tax-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-card p, .tc-wp-content-root .ky-tax-content .ky-tax-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-step{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px 24px 26px 29px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-badge{
    padding: 8px 12px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ky-tax-content .ky-tax-section{
    padding: 74px 0;
  }.tc-wp-content-root .ky-tax-content .ky-tax-container{
    padding: 0 30px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-kicker{
    padding: 9px 15px;
    font-size: 12px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-grid-three, .tc-wp-content-root .ky-tax-content .ky-tax-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-card{
    padding: 28px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-card h3, .tc-wp-content-root .ky-tax-content .ky-tax-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-card p, .tc-wp-content-root .ky-tax-content .ky-tax-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-steps{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-step{
    gap: 22px;
    padding: 30px 30px 30px 35px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-badge{
    padding: 9px 13px;
    font-size: 12px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ky-tax-content .ky-tax-section{
    padding: 92px 0;
  }.tc-wp-content-root .ky-tax-content .ky-tax-container{
    padding: 0 32px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-kicker{
    padding: 10px 16px;
    font-size: 13px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-heading p{
    font-size: 18px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-grid-three, .tc-wp-content-root .ky-tax-content .ky-tax-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-card{
    padding: 30px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-card h3, .tc-wp-content-root .ky-tax-content .ky-tax-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-card p, .tc-wp-content-root .ky-tax-content .ky-tax-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-steps{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-step{
    gap: 24px;
    padding: 32px 34px 32px 39px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }.tc-wp-content-root .ky-tax-content .ky-tax-badge{
    padding: 9px 14px;
    font-size: 12px;
  }}