@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-52 .tc-wp-content-root img, .wpc-scope-52 .tc-wp-content-root video, .wpc-scope-52 .tc-wp-content-root svg, .wpc-scope-52 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap, .wpc-scope-52 .tc-wp-content-root .oktax-content-wrap div, .wpc-scope-52 .tc-wp-content-root .oktax-content-wrap section, .wpc-scope-52 .tc-wp-content-root .oktax-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-section{
  position: relative;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-section-white{
  background: #ffffff;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(49, 132, 114, 0.08), transparent 28%),
    linear-gradient(180deg, #f8fbf9 0%, #f3f7f5 100%);
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(49, 132, 114, 0.2);
  border-radius: 999px;
  background: rgba(49, 132, 114, 0.08);
  color: #1f6f61;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-heading h2{
  margin: 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-heading p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #526174;
  font-weight: 450;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(25, 42, 64, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 88% 0%, rgba(240, 173, 78, 0.12), transparent 36%);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(49, 132, 114, 0.32), rgba(240, 173, 78, 0.22), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-card:hover{
  transform: translateY(-5px);
  border-color: rgba(49, 132, 114, 0.24);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.11);
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-card:hover::before{
  opacity: 1;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-card h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-card p{
  margin: 10px 0 0;
  color: #5d6b7d;
  font-weight: 430;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #1f7a68, #f0ad4e);
  box-shadow: 0 12px 26px rgba(31, 122, 104, 0.22);
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-icon::before, .wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-card:hover .oktax-icon{
  transform: translateY(-2px);
  transition: transform 220ms ease;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-icon-bars::before{
  left: 13px;
  bottom: 12px;
  width: 5px;
  height: 12px;
  border-radius: 8px;
  box-shadow: 8px -5px 0 rgba(255, 255, 255, 0.92), 16px -10px 0 rgba(255, 255, 255, 0.92);
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-icon-circle::before{
  inset: 12px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  background: transparent;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-icon-shield::before{
  left: 13px;
  top: 10px;
  width: 18px;
  height: 22px;
  clip-path: polygon(50% 0, 100% 18%, 88% 72%, 50% 100%, 12% 72%, 0 18%);
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-icon-lines::before{
  left: 12px;
  top: 13px;
  width: 20px;
  height: 3px;
  border-radius: 8px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.92), 0 16px 0 rgba(255, 255, 255, 0.92);
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-icon-mobile::before{
  left: 14px;
  top: 9px;
  width: 16px;
  height: 26px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 5px;
  background: transparent;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-icon-spark::before{
  left: 20px;
  top: 8px;
  width: 4px;
  height: 28px;
  border-radius: 10px;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-icon-spark::after{
  left: 8px;
  top: 20px;
  width: 28px;
  height: 4px;
  border-radius: 10px;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-icon-lock::before{
  left: 13px;
  top: 19px;
  width: 18px;
  height: 14px;
  border-radius: 4px;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-icon-lock::after{
  left: 16px;
  top: 10px;
  width: 12px;
  height: 13px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
  background: transparent;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-icon-speed::before{
  left: 10px;
  top: 22px;
  width: 24px;
  height: 12px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  background: transparent;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-icon-speed::after{
  left: 22px;
  top: 17px;
  width: 3px;
  height: 14px;
  border-radius: 8px;
  transform: rotate(45deg);
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-icon-check::before{
  left: 12px;
  top: 20px;
  width: 20px;
  height: 10px;
  border-left: 4px solid rgba(255, 255, 255, 0.92);
  border-bottom: 4px solid rgba(255, 255, 255, 0.92);
  transform: rotate(-45deg);
  background: transparent;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-steps{
  position: relative;
  display: grid;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(31, 122, 104, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-step-card::after{
  content: "";
  position: absolute;
  left: 34px;
  top: 76px;
  bottom: -22px;
  width: 2px;
  background: linear-gradient(180deg, rgba(31, 122, 104, 0.26), rgba(240, 173, 78, 0));
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-step-card:last-child::after{
  display: none;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.1);
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #1f7a68, #f0ad4e);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 16px 32px rgba(31, 122, 104, 0.22);
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-step-content{
  min-width: 0;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-step-content h3{
  margin: 0;
  color: #172033;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-step-content p{
  margin: 8px 0 0;
  color: #5d6b7d;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(240, 173, 78, 0.12);
  color: #8a5b14;
  font-size: 12px;
  font-weight: 800;
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at 10% 0%, rgba(49, 132, 114, 0.12), transparent 38%);
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-52 .tc-wp-content-root .oktax-content-wrap .oktax-reveal.oktax-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .oktax-content-wrap .oktax-section{
    padding: 48px 0;
  }.tc-wp-content-root .oktax-content-wrap .oktax-container{
    padding: 0 14px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-heading p{
    font-size: 14px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-card h3, .tc-wp-content-root .oktax-content-wrap .oktax-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-card p, .tc-wp-content-root .oktax-content-wrap .oktax-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-step-card::after{
    display: none;
  }.tc-wp-content-root .oktax-content-wrap .oktax-step-number{
    width: 56px;
    height: 56px;
    font-size: 15px;
    border-radius: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .oktax-content-wrap .oktax-section{
    padding: 54px 0;
  }.tc-wp-content-root .oktax-content-wrap .oktax-container{
    padding: 0 18px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-heading p{
    font-size: 15px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-card h3, .tc-wp-content-root .oktax-content-wrap .oktax-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-card p, .tc-wp-content-root .oktax-content-wrap .oktax-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-step-card::after{
    display: none;
  }.tc-wp-content-root .oktax-content-wrap .oktax-step-number{
    width: 58px;
    height: 58px;
    font-size: 15px;
    border-radius: 17px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .oktax-content-wrap .oktax-section{
    padding: 60px 0;
  }.tc-wp-content-root .oktax-content-wrap .oktax-container{
    padding: 0 22px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-heading p{
    font-size: 16px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-card h3, .tc-wp-content-root .oktax-content-wrap .oktax-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-card p, .tc-wp-content-root .oktax-content-wrap .oktax-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-step-card::after{
    display: none;
  }.tc-wp-content-root .oktax-content-wrap .oktax-step-number{
    width: 62px;
    height: 62px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .oktax-content-wrap .oktax-section{
    padding: 76px 0;
  }.tc-wp-content-root .oktax-content-wrap .oktax-container{
    padding: 0 32px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-heading p{
    font-size: 17px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-card{
    padding: 28px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-card h3, .tc-wp-content-root .oktax-content-wrap .oktax-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-card p, .tc-wp-content-root .oktax-content-wrap .oktax-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-final-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 1024px){.tc-wp-content-root .oktax-content-wrap .oktax-section{
    padding: 92px 0;
  }.tc-wp-content-root .oktax-content-wrap .oktax-container{
    padding: 0 28px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-heading p{
    font-size: 18px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .oktax-content-wrap .oktax-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-card{
    padding: 30px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-card h3, .tc-wp-content-root .oktax-content-wrap .oktax-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-card p, .tc-wp-content-root .oktax-content-wrap .oktax-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .oktax-content-wrap .oktax-step-card{
    gap: 26px;
    padding: 32px;
  }}