@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-23 .tc-wp-content-root img, .wpc-scope-23 .tc-wp-content-root video, .wpc-scope-23 .tc-wp-content-root svg, .wpc-scope-23 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections{
  width: 100%;
  overflow-x: hidden;
  color: #162033;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections, .wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections div, .wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections section, .wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections article{
  box-sizing: border-box;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-section{
  position: relative;
  width: 100%;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-section-white{
  background: #ffffff;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-section-soft{
  background:
    radial-gradient(circle at top left, rgba(31, 117, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 12px;
  border: 1px solid rgba(31, 117, 255, 0.18);
  border-radius: 999px;
  background: rgba(31, 117, 255, 0.07);
  color: #1b63d6;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-eyebrow::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1f75ff, #12b886);
  box-shadow: 0 0 0 5px rgba(18, 184, 134, 0.1);
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-section-head p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #5b667a;
  line-height: 1.72;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(22, 32, 51, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(31, 117, 255, 0.2), rgba(18, 184, 134, 0.16)) border-box;
  box-shadow: 0 16px 42px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #1f75ff, #12b886, #f59e0b);
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-card:hover{
  transform: translateY(-6px);
  border-color: rgba(31, 117, 255, 0.24);
  box-shadow: 0 22px 55px rgba(17, 24, 39, 0.11);
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-card:hover::after{
  opacity: 1;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-card h3{
  margin: 0;
  color: #141c2f;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-card p{
  margin: 10px 0 0;
  color: #607086;
  line-height: 1.68;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-icon{
  display: inline-block;
  position: relative;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(31, 117, 255, 0.12), rgba(18, 184, 134, 0.14));
  border: 1px solid rgba(31, 117, 255, 0.14);
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-icon::before, .wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(135deg, #1f75ff, #12b886);
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-icon-lines::before{
  width: 22px;
  height: 3px;
  left: 10px;
  top: 13px;
  box-shadow: 0 8px 0 rgba(31, 117, 255, 0.72), 0 16px 0 rgba(18, 184, 134, 0.72);
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-icon-speed::before{
  width: 18px;
  height: 18px;
  left: 12px;
  top: 12px;
  background: transparent;
  border: 3px solid #1f75ff;
  border-bottom-color: #12b886;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-icon-speed::after{
  width: 12px;
  height: 3px;
  left: 21px;
  top: 20px;
  transform: rotate(-35deg);
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-icon-preview::before{
  width: 24px;
  height: 15px;
  left: 9px;
  top: 14px;
  background: transparent;
  border: 3px solid #1f75ff;
  border-radius: 12px;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 18px;
  top: 18px;
  background: #12b886;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-icon-steps::before{
  width: 8px;
  height: 8px;
  left: 10px;
  top: 10px;
  box-shadow: 0 12px 0 #12b886, 0 24px 0 #1f75ff;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-icon-steps::after{
  width: 15px;
  height: 3px;
  right: 8px;
  top: 13px;
  box-shadow: 0 12px 0 rgba(18, 184, 134, 0.82), 0 24px 0 rgba(31, 117, 255, 0.82);
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 13px;
  top: 8px;
  background: transparent;
  border: 3px solid #1f75ff;
  border-radius: 7px;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 19px;
  top: 28px;
  background: #12b886;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-icon-calendar::before{
  width: 22px;
  height: 22px;
  left: 10px;
  top: 11px;
  background: transparent;
  border: 3px solid #1f75ff;
  border-radius: 7px;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-icon-calendar::after{
  width: 18px;
  height: 3px;
  left: 12px;
  top: 18px;
  background: #12b886;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(31, 117, 255, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.07);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-step-card::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #1f75ff, #12b886);
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.1);
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #1f75ff, #12b886);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 28px rgba(31, 117, 255, 0.22);
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-step-content h3{
  margin: 0;
  color: #141c2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-step-content p{
  margin: 8px 0 0;
  color: #607086;
  line-height: 1.68;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-badge-dot{
  display: inline-block;
  width: 34px;
  height: 34px;
  margin: 0 0 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, #ffffff 0 24%, transparent 25%),
    conic-gradient(from 140deg, #1f75ff, #12b886, #f59e0b, #1f75ff);
  box-shadow: 0 10px 24px rgba(31, 117, 255, 0.18);
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), #ffffff),
    linear-gradient(135deg, rgba(31, 117, 255, 0.2), rgba(18, 184, 134, 0.2));
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-trust-mark{
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ecfdf5, #eff6ff);
  color: #0f8b65;
  border: 1px solid rgba(18, 184, 134, 0.24);
  font-weight: 900;
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-23 .tc-wp-content-root .usa-tax-content-sections .utx-reveal.utx-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .usa-tax-content-sections .utx-section{
    padding: 48px 0;
  }.tc-wp-content-root .usa-tax-content-sections .utx-container{
    padding: 0 14px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-card h3, .tc-wp-content-root .usa-tax-content-sections .utx-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-card p, .tc-wp-content-root .usa-tax-content-sections .utx-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .usa-tax-content-sections .utx-section{
    padding: 54px 0;
  }.tc-wp-content-root .usa-tax-content-sections .utx-container{
    padding: 0 18px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-card h3, .tc-wp-content-root .usa-tax-content-sections .utx-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-card p, .tc-wp-content-root .usa-tax-content-sections .utx-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-step-list{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .usa-tax-content-sections .utx-section{
    padding: 60px 0;
  }.tc-wp-content-root .usa-tax-content-sections .utx-container{
    padding: 0 22px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-card{
    padding: 26px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-card h3, .tc-wp-content-root .usa-tax-content-sections .utx-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-card p, .tc-wp-content-root .usa-tax-content-sections .utx-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-step-list{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .usa-tax-content-sections .utx-section{
    padding: 76px 0;
  }.tc-wp-content-root .usa-tax-content-sections .utx-container{
    padding: 0 28px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-grid-six, .tc-wp-content-root .usa-tax-content-sections .utx-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .usa-tax-content-sections .utx-card{
    padding: 28px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-card h3, .tc-wp-content-root .usa-tax-content-sections .utx-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-card p, .tc-wp-content-root .usa-tax-content-sections .utx-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .usa-tax-content-sections .utx-section{
    padding: 92px 0;
  }.tc-wp-content-root .usa-tax-content-sections .utx-container{
    padding: 0 32px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-grid-six, .tc-wp-content-root .usa-tax-content-sections .utx-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .usa-tax-content-sections .utx-card{
    padding: 30px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-card h3, .tc-wp-content-root .usa-tax-content-sections .utx-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-card p, .tc-wp-content-root .usa-tax-content-sections .utx-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-step-list{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .usa-tax-content-sections .utx-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }}