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

/* tc-scoped:tc-wp-content-root */

.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-123 .tc-wp-content-root img, .wpc-scope-123 .tc-wp-content-root video, .wpc-scope-123 .tc-wp-content-root svg, .wpc-scope-123 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content, .wpc-scope-123 .tc-wp-content-root .ky-tax-content *{
  box-sizing: border-box;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__section{
  position: relative;
  width: 100%;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__section--white{
  background: #ffffff;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__section--soft{
  background:
    radial-gradient(circle at 15% 10%, rgba(33, 132, 92, 0.09), transparent 30%),
    radial-gradient(circle at 85% 18%, rgba(179, 124, 45, 0.1), transparent 32%),
    #f7f9f4;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__header{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(33, 132, 92, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(33, 132, 92, 0.1), rgba(179, 124, 45, 0.12));
  color: #1f6f4e;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__eyebrow::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #21845c, #c7913f);
  box-shadow: 0 0 0 4px rgba(33, 132, 92, 0.12);
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content h2{
  margin: 0;
  color: #132033;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__header p{
  margin: 14px auto 0;
  color: #5f6b7a;
  line-height: 1.7;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__card, .wpc-scope-123 .tc-wp-content-root .ky-tax-content__trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #fbfcf8);
  box-shadow: 0 18px 46px rgba(23, 32, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__card::after, .wpc-scope-123 .tc-wp-content-root .ky-tax-content__trust-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #21845c, #c7913f);
  opacity: 0.8;
  transform: scaleX(0.55);
  transform-origin: left;
  transition: transform 220ms ease;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__card:hover, .wpc-scope-123 .tc-wp-content-root .ky-tax-content__trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(33, 132, 92, 0.26);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.13);
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__card:hover::after, .wpc-scope-123 .tc-wp-content-root .ky-tax-content__trust-card:hover::after{
  transform: scaleX(1);
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(33, 132, 92, 0.14), rgba(199, 145, 63, 0.16));
  box-shadow: inset 0 0 0 1px rgba(33, 132, 92, 0.12);
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__icon::before, .wpc-scope-123 .tc-wp-content-root .ky-tax-content__icon::after{
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__card:hover .ky-tax-content__icon::before, .wpc-scope-123 .tc-wp-content-root .ky-tax-content__card:hover .ky-tax-content__icon::after{
  transform: translateY(-1px);
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__icon--check::before{
  width: 18px;
  height: 10px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #21845c;
  border-bottom: 3px solid #21845c;
  transform: rotate(-45deg);
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__icon--speed::before{
  width: 21px;
  height: 21px;
  left: 12px;
  top: 12px;
  border: 3px solid #21845c;
  border-radius: 50%;
  border-left-color: transparent;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__icon--speed::after{
  width: 10px;
  height: 3px;
  left: 21px;
  top: 20px;
  border-radius: 999px;
  background: #c7913f;
  transform: rotate(-25deg);
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__icon--preview::before{
  width: 22px;
  height: 15px;
  left: 11px;
  top: 15px;
  border: 3px solid #21845c;
  border-radius: 9px;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__icon--preview::after{
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #c7913f;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__icon--steps::before{
  width: 20px;
  height: 3px;
  left: 12px;
  top: 14px;
  border-radius: 999px;
  background: #21845c;
  box-shadow: 0 7px 0 #c7913f, 0 14px 0 #21845c;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__icon--mobile::before{
  width: 17px;
  height: 25px;
  left: 14px;
  top: 9px;
  border: 3px solid #21845c;
  border-radius: 7px;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__icon--mobile::after{
  width: 5px;
  height: 5px;
  left: 20px;
  top: 28px;
  border-radius: 50%;
  background: #c7913f;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__icon--daily::before{
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border: 3px solid #21845c;
  border-radius: 8px;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__icon--daily::after{
  width: 12px;
  height: 3px;
  left: 16px;
  top: 21px;
  border-radius: 999px;
  background: #c7913f;
  box-shadow: 0 6px 0 rgba(33, 132, 92, 0.55);
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__card p, .wpc-scope-123 .tc-wp-content-root .ky-tax-content__trust-card p, .wpc-scope-123 .tc-wp-content-root .ky-tax-content__step p{
  margin: 10px 0 0;
  color: #607080;
  line-height: 1.68;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(33, 132, 92, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__step::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #21845c, #c7913f);
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__step:hover{
  transform: translateY(-4px);
  border-color: rgba(199, 145, 63, 0.32);
  box-shadow: 0 24px 62px rgba(23, 32, 51, 0.13);
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #21845c, #c7913f);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 28px rgba(33, 132, 92, 0.22);
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 15px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(33, 132, 92, 0.09);
  color: #1f6f4e;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__card--use{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(251, 252, 248, 0.98)),
    radial-gradient(circle at 100% 0%, rgba(199, 145, 63, 0.15), transparent 35%);
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 252, 247, 0.98)),
    radial-gradient(circle at 90% 5%, rgba(33, 132, 92, 0.13), transparent 34%);
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__trust-dot{
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #21845c, #c7913f);
  box-shadow: 0 0 0 8px rgba(33, 132, 92, 0.1);
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-123 .tc-wp-content-root .ky-tax-content__reveal.ky-tax-content__is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ky-tax-content__section{
    padding: 52px 0;
  }.tc-wp-content-root .ky-tax-content__container{
    padding: 0 14px;
  }.tc-wp-content-root .ky-tax-content h2{
    font-size: 26px;
  }.tc-wp-content-root .ky-tax-content__header p{
    font-size: 14.5px;
  }.tc-wp-content-root .ky-tax-content__grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ky-tax-content__card, .tc-wp-content-root .ky-tax-content__trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ky-tax-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ky-tax-content__card p, .tc-wp-content-root .ky-tax-content__trust-card p, .tc-wp-content-root .ky-tax-content__step p{
    font-size: 14px;
  }.tc-wp-content-root .ky-tax-content__steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ky-tax-content__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px 22px;
  }.tc-wp-content-root .ky-tax-content__step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ky-tax-content__section{
    padding: 58px 0;
  }.tc-wp-content-root .ky-tax-content__container{
    padding: 0 18px;
  }.tc-wp-content-root .ky-tax-content h2{
    font-size: 29px;
  }.tc-wp-content-root .ky-tax-content__header p{
    font-size: 15px;
  }.tc-wp-content-root .ky-tax-content__grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ky-tax-content__card, .tc-wp-content-root .ky-tax-content__trust-card{
    padding: 24px;
    border-radius: 19px;
  }.tc-wp-content-root .ky-tax-content h3{
    font-size: 18.5px;
  }.tc-wp-content-root .ky-tax-content__card p, .tc-wp-content-root .ky-tax-content__trust-card p, .tc-wp-content-root .ky-tax-content__step p{
    font-size: 14.5px;
  }.tc-wp-content-root .ky-tax-content__steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ky-tax-content__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px 24px;
  }.tc-wp-content-root .ky-tax-content__step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ky-tax-content__section{
    padding: 64px 0;
  }.tc-wp-content-root .ky-tax-content__container{
    padding: 0 22px;
  }.tc-wp-content-root .ky-tax-content h2{
    font-size: 32px;
  }.tc-wp-content-root .ky-tax-content__header p{
    font-size: 15.5px;
  }.tc-wp-content-root .ky-tax-content__grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ky-tax-content__card, .tc-wp-content-root .ky-tax-content__trust-card{
    padding: 26px;
  }.tc-wp-content-root .ky-tax-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ky-tax-content__card p, .tc-wp-content-root .ky-tax-content__trust-card p, .tc-wp-content-root .ky-tax-content__step p{
    font-size: 15px;
  }.tc-wp-content-root .ky-tax-content__steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ky-tax-content__step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 26px 26px;
  }.tc-wp-content-root .ky-tax-content__step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ky-tax-content__section{
    padding: 78px 0;
  }.tc-wp-content-root .ky-tax-content__container{
    padding: 0 34px;
  }.tc-wp-content-root .ky-tax-content h2{
    font-size: 38px;
  }.tc-wp-content-root .ky-tax-content__header p{
    font-size: 16.5px;
  }.tc-wp-content-root .ky-tax-content__grid--six, .tc-wp-content-root .ky-tax-content__grid--three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ky-tax-content__card, .tc-wp-content-root .ky-tax-content__trust-card{
    padding: 28px;
  }.tc-wp-content-root .ky-tax-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ky-tax-content__card p, .tc-wp-content-root .ky-tax-content__trust-card p, .tc-wp-content-root .ky-tax-content__step p{
    font-size: 15.5px;
  }.tc-wp-content-root .ky-tax-content__steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .ky-tax-content__step{
    gap: 22px;
    padding: 30px 32px;
  }.tc-wp-content-root .ky-tax-content__step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ky-tax-content__section{
    padding: 92px 0;
  }.tc-wp-content-root .ky-tax-content__container{
    padding: 0 32px;
  }.tc-wp-content-root .ky-tax-content h2{
    font-size: 46px;
  }.tc-wp-content-root .ky-tax-content__header p{
    font-size: 17px;
  }.tc-wp-content-root .ky-tax-content__grid--six{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ky-tax-content__grid--three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ky-tax-content__card, .tc-wp-content-root .ky-tax-content__trust-card{
    padding: 30px;
  }.tc-wp-content-root .ky-tax-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ky-tax-content__card p, .tc-wp-content-root .ky-tax-content__trust-card p, .tc-wp-content-root .ky-tax-content__step p{
    font-size: 15.5px;
  }.tc-wp-content-root .ky-tax-content__steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ky-tax-content__step{
    gap: 24px;
    padding: 32px 34px;
  }.tc-wp-content-root .ky-tax-content__step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}.wpc-scope-123 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .ky-tax-content__step-body{}