@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-42 .tc-wp-content-root img, .wpc-scope-42 .tc-wp-content-root video, .wpc-scope-42 .tc-wp-content-root svg, .wpc-scope-42 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-42 .tc-wp-content-root .az-tax-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  --aztc-ink: #172033;
  --aztc-muted: #5d6678;
  --aztc-soft: #f7f9fc;
  --aztc-line: rgba(25, 42, 70, 0.11);
  --aztc-blue: #1769e0;
  --aztc-copper: #c96a2d;
  --aztc-green: #1f8a70;
  --aztc-shadow: 0 18px 50px rgba(23, 32, 51, 0.1);
  --aztc-soft-shadow: 0 10px 30px rgba(23, 32, 51, 0.07);
  --aztc-gradient: linear-gradient(135deg, #1769e0 0%, #1f8a70 52%, #c96a2d 100%);
}.wpc-scope-42 .tc-wp-content-root .az-tax-content, .wpc-scope-42 .tc-wp-content-root .az-tax-content div, .wpc-scope-42 .tc-wp-content-root .az-tax-content section, .wpc-scope-42 .tc-wp-content-root .az-tax-content article{
  box-sizing: border-box;
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-section{
  position: relative;
  width: 100%;
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-section-white{
  background: #ffffff;
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(23, 105, 224, 0.07), transparent 34%),
    radial-gradient(circle at 88% 16%, rgba(201, 106, 45, 0.08), transparent 30%),
    #f7f9fc;
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #1769e0;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-kicker::before, .wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: var(--aztc-gradient);
}.wpc-scope-42 .tc-wp-content-root .az-tax-content h2{
  margin: 0;
  color: var(--aztc-ink);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-heading p{
  margin: 16px auto 0;
  color: var(--aztc-muted);
  line-height: 1.7;
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-card, .wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--aztc-line);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: var(--aztc-soft-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-card::before, .wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--aztc-gradient);
  opacity: 0.9;
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-card:hover, .wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(23, 105, 224, 0.24);
  box-shadow: var(--aztc-shadow);
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-card h3, .wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-step-card h3, .wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-trust-card h3{
  margin: 0;
  color: var(--aztc-ink);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-card p, .wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-step-card p, .wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-trust-card p{
  margin: 10px 0 0;
  color: var(--aztc-muted);
  line-height: 1.65;
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(23, 105, 224, 0.12), rgba(31, 138, 112, 0.12));
  border: 1px solid rgba(23, 105, 224, 0.13);
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-icon::after{
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 8px;
  background: var(--aztc-gradient);
  transition: transform 220ms ease;
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-card:hover .aztc-icon::after{
  transform: translateY(-2px) rotate(5deg);
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-icon-circle::after{
  border-radius: 50%;
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-icon-steps::after{
  width: 20px;
  height: 6px;
  top: 13px;
  left: 13px;
  box-shadow: 0 9px 0 rgba(31, 138, 112, 0.95), 0 18px 0 rgba(201, 106, 45, 0.95);
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-icon-check::after{
  width: 20px;
  height: 12px;
  top: 15px;
  left: 13px;
  border-radius: 0;
  background: transparent;
  border-left: 4px solid #1f8a70;
  border-bottom: 4px solid #1f8a70;
  transform: rotate(-45deg);
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-icon-phone::after{
  inset: 10px 15px;
  border-radius: 7px;
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-icon-shield::after{
  inset: 10px 12px 12px;
  border-radius: 14px 14px 18px 18px;
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-steps{
  display: grid;
  gap: 18px;
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 105, 224, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--aztc-soft-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(201, 106, 45, 0.24);
  box-shadow: var(--aztc-shadow);
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  background: var(--aztc-gradient);
  box-shadow: 0 12px 24px rgba(23, 105, 224, 0.2);
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-step-body{
  min-width: 0;
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #1769e0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  background: rgba(23, 105, 224, 0.09);
  border: 1px solid rgba(23, 105, 224, 0.11);
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at 80% 0%, rgba(31, 138, 112, 0.13), transparent 40%);
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-trust-mark{
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    var(--aztc-gradient) border-box;
  border: 2px solid transparent;
  position: relative;
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-trust-mark::after{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 13px;
  top: 15px;
  border-left: 4px solid #1f8a70;
  border-bottom: 4px solid #1f8a70;
  transform: rotate(-45deg);
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-42 .tc-wp-content-root .az-tax-content .aztc-reveal.aztc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .az-tax-content .aztc-section{
    padding: 46px 0;
  }.tc-wp-content-root .az-tax-content .aztc-container{
    padding: 0 14px;
  }.tc-wp-content-root .az-tax-content h2{
    font-size: 25px;
  }.tc-wp-content-root .az-tax-content .aztc-heading p{
    font-size: 14px;
  }.tc-wp-content-root .az-tax-content .aztc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .az-tax-content .aztc-card, .tc-wp-content-root .az-tax-content .aztc-trust-card{
    padding: 24px 20px;
  }.tc-wp-content-root .az-tax-content .aztc-card h3, .tc-wp-content-root .az-tax-content .aztc-step-card h3, .tc-wp-content-root .az-tax-content .aztc-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .az-tax-content .aztc-card p, .tc-wp-content-root .az-tax-content .aztc-step-card p, .tc-wp-content-root .az-tax-content .aztc-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .az-tax-content .aztc-steps{
    margin-top: 28px;
  }.tc-wp-content-root .az-tax-content .aztc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 18px;
  }.tc-wp-content-root .az-tax-content .aztc-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .az-tax-content .aztc-section{
    padding: 52px 0;
  }.tc-wp-content-root .az-tax-content .aztc-container{
    padding: 0 18px;
  }.tc-wp-content-root .az-tax-content h2{
    font-size: 28px;
  }.tc-wp-content-root .az-tax-content .aztc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .az-tax-content .aztc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .az-tax-content .aztc-card, .tc-wp-content-root .az-tax-content .aztc-trust-card{
    padding: 26px 22px;
  }.tc-wp-content-root .az-tax-content .aztc-card h3, .tc-wp-content-root .az-tax-content .aztc-step-card h3, .tc-wp-content-root .az-tax-content .aztc-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .az-tax-content .aztc-card p, .tc-wp-content-root .az-tax-content .aztc-step-card p, .tc-wp-content-root .az-tax-content .aztc-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .az-tax-content .aztc-steps{
    margin-top: 32px;
  }.tc-wp-content-root .az-tax-content .aztc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .az-tax-content .aztc-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .az-tax-content .aztc-section{
    padding: 60px 0;
  }.tc-wp-content-root .az-tax-content .aztc-container{
    padding: 0 22px;
  }.tc-wp-content-root .az-tax-content h2{
    font-size: 31px;
  }.tc-wp-content-root .az-tax-content .aztc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .az-tax-content .aztc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .az-tax-content .aztc-card, .tc-wp-content-root .az-tax-content .aztc-trust-card{
    padding: 28px 24px;
  }.tc-wp-content-root .az-tax-content .aztc-card h3, .tc-wp-content-root .az-tax-content .aztc-step-card h3, .tc-wp-content-root .az-tax-content .aztc-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .az-tax-content .aztc-card p, .tc-wp-content-root .az-tax-content .aztc-step-card p, .tc-wp-content-root .az-tax-content .aztc-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .az-tax-content .aztc-steps{
    margin-top: 34px;
  }.tc-wp-content-root .az-tax-content .aztc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }.tc-wp-content-root .az-tax-content .aztc-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .az-tax-content .aztc-section{
    padding: 76px 0;
  }.tc-wp-content-root .az-tax-content .aztc-container{
    padding: 0 30px;
  }.tc-wp-content-root .az-tax-content h2{
    font-size: 38px;
  }.tc-wp-content-root .az-tax-content .aztc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .az-tax-content .aztc-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .az-tax-content .aztc-card, .tc-wp-content-root .az-tax-content .aztc-trust-card{
    padding: 30px 26px;
  }.tc-wp-content-root .az-tax-content .aztc-card h3, .tc-wp-content-root .az-tax-content .aztc-step-card h3, .tc-wp-content-root .az-tax-content .aztc-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .az-tax-content .aztc-card p, .tc-wp-content-root .az-tax-content .aztc-step-card p, .tc-wp-content-root .az-tax-content .aztc-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .az-tax-content .aztc-steps{
    margin-top: 42px;
  }.tc-wp-content-root .az-tax-content .aztc-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .az-tax-content .aztc-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}@media (min-width: 1024px){.tc-wp-content-root .az-tax-content .aztc-section{
    padding: 92px 0;
  }.tc-wp-content-root .az-tax-content .aztc-container{
    padding: 0 32px;
  }.tc-wp-content-root .az-tax-content h2{
    font-size: 44px;
  }.tc-wp-content-root .az-tax-content .aztc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .az-tax-content .aztc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .az-tax-content .aztc-card, .tc-wp-content-root .az-tax-content .aztc-trust-card{
    padding: 32px 28px;
  }.tc-wp-content-root .az-tax-content .aztc-card h3, .tc-wp-content-root .az-tax-content .aztc-step-card h3, .tc-wp-content-root .az-tax-content .aztc-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .az-tax-content .aztc-card p, .tc-wp-content-root .az-tax-content .aztc-step-card p, .tc-wp-content-root .az-tax-content .aztc-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .az-tax-content .aztc-steps{
    margin-top: 48px;
  }.tc-wp-content-root .az-tax-content .aztc-step-card{
    gap: 26px;
    padding: 34px 36px;
  }.tc-wp-content-root .az-tax-content .aztc-step-number{
    width: 74px;
    height: 74px;
    font-size: 20px;
  }}.wpc-scope-42 .tc-wp-content-root .aztc-icon-slab{}