@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-15 .tc-wp-content-root img, .wpc-scope-15 .tc-wp-content-root video, .wpc-scope-15 .tc-wp-content-root svg, .wpc-scope-15 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap{
  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-15 .tc-wp-content-root .nytax-content-wrap .nytax-section{
  position: relative;
  width: 100%;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-section-white{
  background: #ffffff;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f6f8fb 100%);
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-heading-block{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(21, 102, 214, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(21, 102, 214, 0.09), rgba(0, 166, 126, 0.1));
  color: #0f5eb8;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1566d6, #00a67e);
  box-shadow: 0 0 0 5px rgba(0, 166, 126, 0.11);
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap h2{
  margin: 0;
  color: #101827;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.12;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-heading-block p{
  margin: 16px auto 0;
  color: #536174;
  line-height: 1.7;
  max-width: 710px;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-card, .wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-trust-card, .wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-step-card{
  position: relative;
  box-sizing: border-box;
  border: 1px solid rgba(127, 142, 164, 0.18);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(22, 33, 52, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-card{
  height: 100%;
  border-radius: 22px;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-card::after, .wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(21, 102, 214, 0.13), rgba(0, 166, 126, 0.12));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-card:hover, .wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-trust-card:hover, .wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(21, 102, 214, 0.28);
  box-shadow: 0 24px 60px rgba(22, 33, 52, 0.11);
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-card:hover::after, .wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-trust-card:hover::after{
  opacity: 1;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-icon{
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1566d6, #00a67e);
  box-shadow: 0 14px 28px rgba(21, 102, 214, 0.2);
  position: relative;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-icon::before, .wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.95;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-icon-bars::before{
  width: 22px;
  height: 4px;
  left: 12px;
  top: 15px;
  border-radius: 6px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.85), 0 16px 0 rgba(255, 255, 255, 0.72);
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-icon-speed::after{
  width: 14px;
  height: 3px;
  left: 23px;
  top: 25px;
  border-radius: 4px;
  transform: rotate(-34deg);
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-icon-preview::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border-radius: 7px;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-icon-steps::before{
  width: 7px;
  height: 7px;
  left: 13px;
  top: 12px;
  border-radius: 50%;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-icon-steps::after{
  width: 16px;
  height: 3px;
  left: 24px;
  top: 14px;
  border-radius: 4px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-icon-mobile::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 9px;
  border-radius: 7px;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 20px;
  top: 30px;
  border-radius: 4px;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-icon-daily::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-icon-daily::after{
  width: 10px;
  height: 3px;
  left: 22px;
  top: 23px;
  border-radius: 4px;
  transform: rotate(35deg);
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #121b2b;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-card p, .wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-trust-card p, .wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-step-card p{
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: #536174;
  line-height: 1.68;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(21, 102, 214, 0.1), transparent 34%),
    #ffffff;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-step-card::before{
  content: "";
  position: absolute;
  left: 35px;
  top: 72px;
  bottom: -18px;
  width: 2px;
  background: linear-gradient(180deg, rgba(21, 102, 214, 0.32), rgba(0, 166, 126, 0));
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 22px;
  background: linear-gradient(135deg, #1566d6, #00a67e);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 16px 32px rgba(21, 102, 214, 0.22);
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-step-content{
  min-width: 0;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-badge{
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0, 166, 126, 0.1);
  color: #08785f;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(21, 102, 214, 0.14), transparent 34%);
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-grid-trust{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-trust-card{
  height: 100%;
  border-radius: 22px;
  background: #ffffff;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-trust-mark{
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(21, 102, 214, 0.14), rgba(0, 166, 126, 0.14));
  position: relative;
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-trust-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #00a67e;
  border-bottom: 3px solid #00a67e;
  transform: rotate(-45deg);
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-15 .tc-wp-content-root .nytax-content-wrap .nytax-reveal.nytax-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .nytax-content-wrap .nytax-section{
    padding: 48px 0;
  }.tc-wp-content-root .nytax-content-wrap .nytax-container{
    padding: 0 14px;
  }.tc-wp-content-root .nytax-content-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-heading-block p{
    font-size: 14.5px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-kicker, .tc-wp-content-root .nytax-content-wrap .nytax-badge{
    font-size: 12px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-grid, .tc-wp-content-root .nytax-content-wrap .nytax-grid-trust{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-card, .tc-wp-content-root .nytax-content-wrap .nytax-trust-card{
    padding: 22px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-card h3, .tc-wp-content-root .nytax-content-wrap .nytax-trust-card h3, .tc-wp-content-root .nytax-content-wrap .nytax-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-card p, .tc-wp-content-root .nytax-content-wrap .nytax-trust-card p, .tc-wp-content-root .nytax-content-wrap .nytax-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-step-card::before{
    display: none;
  }.tc-wp-content-root .nytax-content-wrap .nytax-step-number{
    width: 58px;
    height: 58px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .nytax-content-wrap .nytax-section{
    padding: 54px 0;
  }.tc-wp-content-root .nytax-content-wrap .nytax-container{
    padding: 0 18px;
  }.tc-wp-content-root .nytax-content-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-kicker, .tc-wp-content-root .nytax-content-wrap .nytax-badge{
    font-size: 12.5px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-grid, .tc-wp-content-root .nytax-content-wrap .nytax-grid-trust{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-card, .tc-wp-content-root .nytax-content-wrap .nytax-trust-card{
    padding: 24px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-card h3, .tc-wp-content-root .nytax-content-wrap .nytax-trust-card h3, .tc-wp-content-root .nytax-content-wrap .nytax-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-card p, .tc-wp-content-root .nytax-content-wrap .nytax-trust-card p, .tc-wp-content-root .nytax-content-wrap .nytax-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-step-card::before{
    display: none;
  }.tc-wp-content-root .nytax-content-wrap .nytax-step-number{
    width: 60px;
    height: 60px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .nytax-content-wrap .nytax-section{
    padding: 62px 0;
  }.tc-wp-content-root .nytax-content-wrap .nytax-container{
    padding: 0 22px;
  }.tc-wp-content-root .nytax-content-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-kicker, .tc-wp-content-root .nytax-content-wrap .nytax-badge{
    font-size: 13px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-grid, .tc-wp-content-root .nytax-content-wrap .nytax-grid-trust{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-card, .tc-wp-content-root .nytax-content-wrap .nytax-trust-card{
    padding: 26px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-card h3, .tc-wp-content-root .nytax-content-wrap .nytax-trust-card h3, .tc-wp-content-root .nytax-content-wrap .nytax-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-card p, .tc-wp-content-root .nytax-content-wrap .nytax-trust-card p, .tc-wp-content-root .nytax-content-wrap .nytax-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-step-card::before{
    display: none;
  }.tc-wp-content-root .nytax-content-wrap .nytax-step-number{
    width: 64px;
    height: 64px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .nytax-content-wrap .nytax-section{
    padding: 76px 0;
  }.tc-wp-content-root .nytax-content-wrap .nytax-container{
    padding: 0 32px;
  }.tc-wp-content-root .nytax-content-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-heading-block p{
    font-size: 16.5px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-kicker, .tc-wp-content-root .nytax-content-wrap .nytax-badge{
    font-size: 13px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .nytax-content-wrap .nytax-card, .tc-wp-content-root .nytax-content-wrap .nytax-trust-card{
    padding: 28px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-card h3, .tc-wp-content-root .nytax-content-wrap .nytax-trust-card h3, .tc-wp-content-root .nytax-content-wrap .nytax-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-card p, .tc-wp-content-root .nytax-content-wrap .nytax-trust-card p, .tc-wp-content-root .nytax-content-wrap .nytax-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }}@media (min-width: 1024px){.tc-wp-content-root .nytax-content-wrap .nytax-section{
    padding: 92px 0;
  }.tc-wp-content-root .nytax-content-wrap .nytax-container{
    padding: 0 36px;
  }.tc-wp-content-root .nytax-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-kicker, .tc-wp-content-root .nytax-content-wrap .nytax-badge{
    font-size: 13px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-grid-three, .tc-wp-content-root .nytax-content-wrap .nytax-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-card, .tc-wp-content-root .nytax-content-wrap .nytax-trust-card{
    padding: 30px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-card h3, .tc-wp-content-root .nytax-content-wrap .nytax-trust-card h3, .tc-wp-content-root .nytax-content-wrap .nytax-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-card p, .tc-wp-content-root .nytax-content-wrap .nytax-trust-card p, .tc-wp-content-root .nytax-content-wrap .nytax-step-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .nytax-content-wrap .nytax-step-number{
    width: 72px;
    height: 72px;
    font-size: 18px;
  }}