@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-156 .tc-wp-content-root img, .wpc-scope-156 .tc-wp-content-root video, .wpc-scope-156 .tc-wp-content-root svg, .wpc-scope-156 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-156 .tc-wp-content-root .nitc-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-156 .tc-wp-content-root .nitc-content, .wpc-scope-156 .tc-wp-content-root .nitc-content div, .wpc-scope-156 .tc-wp-content-root .nitc-content section, .wpc-scope-156 .tc-wp-content-root .nitc-content article{
  box-sizing: border-box;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-section{
  position: relative;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-section-white{
  background: #ffffff;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(42, 117, 83, 0.08), transparent 34%),
    linear-gradient(180deg, #f8faf7 0%, #f3f7f1 100%);
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-container{
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 12px;
  border: 1px solid rgba(42, 117, 83, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(42, 117, 83, 0.1), rgba(199, 139, 54, 0.1));
  color: #2a7553;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2a7553, #c78b36);
  box-shadow: 0 0 0 5px rgba(42, 117, 83, 0.09);
}.wpc-scope-156 .tc-wp-content-root .nitc-content h2{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-heading p{
  margin: 14px auto 0;
  color: #5c6678;
  line-height: 1.7;
  font-weight: 400;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-card, .wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(199, 139, 54, 0.14), transparent 30%);
  box-shadow: 0 16px 42px rgba(23, 32, 51, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-card::after, .wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-trust-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #2a7553, #75a85b, #c78b36);
  opacity: 0.7;
  transform: scaleX(0.62);
  transform-origin: left;
  transition: transform 220ms ease, opacity 220ms ease;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-card:hover, .wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(42, 117, 83, 0.24);
  box-shadow: 0 22px 56px rgba(23, 32, 51, 0.12);
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-card:hover::after, .wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-trust-card:hover::after{
  opacity: 1;
  transform: scaleX(1);
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2a7553, #c78b36);
  box-shadow: 0 12px 24px rgba(42, 117, 83, 0.18);
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-icon::before, .wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-icon-calc::before{
  width: 22px;
  height: 4px;
  left: 12px;
  top: 12px;
  border-radius: 4px;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-icon-calc::after{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 21px;
  border-radius: 4px;
  background: linear-gradient(90deg, #fff 0 28%, transparent 28% 36%, #fff 36% 64%, transparent 64% 72%, #fff 72%);
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-icon-income::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-icon-income::after{
  width: 4px;
  height: 20px;
  left: 21px;
  top: 13px;
  border-radius: 4px;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-icon-map::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50% 50% 50% 8px;
  transform: rotate(-45deg);
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-icon-map::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 18px;
  border-radius: 50%;
  background: #2a7553;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-icon-steps::before{
  width: 24px;
  height: 4px;
  left: 11px;
  top: 14px;
  border-radius: 4px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-icon-steps::after{
  width: 5px;
  height: 5px;
  left: 8px;
  top: 14px;
  border-radius: 50%;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-icon-phone::before{
  width: 18px;
  height: 28px;
  left: 14px;
  top: 9px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-icon-phone::after{
  width: 6px;
  height: 2px;
  left: 20px;
  top: 31px;
  border-radius: 4px;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-icon-plan::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 17px;
  border-radius: 4px;
  background: transparent;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-icon-plan::after{
  width: 25px;
  height: 4px;
  left: 15px;
  top: 17px;
  border-radius: 4px;
  transform: rotate(-35deg);
  transform-origin: left center;
}.wpc-scope-156 .tc-wp-content-root .nitc-content h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-card p, .wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-trust-card p, .wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-step-card p{
  margin: 10px 0 0;
  color: #5c6678;
  line-height: 1.65;
  font-weight: 400;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-steps{
  display: grid;
  gap: 18px;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 22px;
  overflow: hidden;
  border: 1px solid rgba(42, 117, 83, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  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-156 .tc-wp-content-root .nitc-content .nitc-step-card::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #2a7553, #c78b36);
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(199, 139, 54, 0.26);
  box-shadow: 0 24px 58px rgba(23, 32, 51, 0.12);
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-step-number{
  display: grid;
  place-items: center;
  min-width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(135deg, #163f31, #2a7553 55%, #c78b36);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(42, 117, 83, 0.2);
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-badge{
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(42, 117, 83, 0.09);
  color: #2a7553;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at 0% 0%, rgba(42, 117, 83, 0.12), transparent 36%);
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-trust-dot{
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #2a7553;
  box-shadow: 0 0 0 8px rgba(42, 117, 83, 0.1), 0 0 0 16px rgba(199, 139, 54, 0.07);
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-156 .tc-wp-content-root .nitc-content .nitc-reveal.nitc-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 .nitc-content .nitc-section{
    padding: 52px 0;
  }.tc-wp-content-root .nitc-content .nitc-container{
    padding: 0 14px;
  }.tc-wp-content-root .nitc-content h2{
    font-size: 27px;
  }.tc-wp-content-root .nitc-content .nitc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .nitc-content .nitc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .nitc-content .nitc-card, .tc-wp-content-root .nitc-content .nitc-trust-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .nitc-content h3{
    font-size: 18px;
  }.tc-wp-content-root .nitc-content .nitc-card p, .tc-wp-content-root .nitc-content .nitc-trust-card p, .tc-wp-content-root .nitc-content .nitc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .nitc-content .nitc-steps{
    margin-top: 30px;
    gap: 16px;
  }.tc-wp-content-root .nitc-content .nitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .nitc-content .nitc-step-number{
    min-width: 62px;
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .nitc-content .nitc-section{
    padding: 58px 0;
  }.tc-wp-content-root .nitc-content .nitc-container{
    padding: 0 18px;
  }.tc-wp-content-root .nitc-content h2{
    font-size: 30px;
  }.tc-wp-content-root .nitc-content .nitc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .nitc-content .nitc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .nitc-content .nitc-card, .tc-wp-content-root .nitc-content .nitc-trust-card{
    padding: 24px;
  }.tc-wp-content-root .nitc-content h3{
    font-size: 19px;
  }.tc-wp-content-root .nitc-content .nitc-card p, .tc-wp-content-root .nitc-content .nitc-trust-card p, .tc-wp-content-root .nitc-content .nitc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .nitc-content .nitc-steps{
    margin-top: 32px;
  }.tc-wp-content-root .nitc-content .nitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .nitc-content .nitc-step-number{
    min-width: 66px;
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .nitc-content .nitc-section{
    padding: 64px 0;
  }.tc-wp-content-root .nitc-content .nitc-container{
    padding: 0 22px;
  }.tc-wp-content-root .nitc-content h2{
    font-size: 34px;
  }.tc-wp-content-root .nitc-content .nitc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .nitc-content .nitc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .nitc-content .nitc-card, .tc-wp-content-root .nitc-content .nitc-trust-card{
    padding: 26px;
  }.tc-wp-content-root .nitc-content h3{
    font-size: 20px;
  }.tc-wp-content-root .nitc-content .nitc-card p, .tc-wp-content-root .nitc-content .nitc-trust-card p, .tc-wp-content-root .nitc-content .nitc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .nitc-content .nitc-steps{
    margin-top: 36px;
  }.tc-wp-content-root .nitc-content .nitc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .nitc-content .nitc-step-number{
    min-width: 68px;
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .nitc-content .nitc-section{
    padding: 78px 0;
  }.tc-wp-content-root .nitc-content .nitc-container{
    padding: 0 28px;
  }.tc-wp-content-root .nitc-content h2{
    font-size: 42px;
  }.tc-wp-content-root .nitc-content .nitc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .nitc-content .nitc-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .nitc-content .nitc-card, .tc-wp-content-root .nitc-content .nitc-trust-card{
    padding: 28px;
  }.tc-wp-content-root .nitc-content h3{
    font-size: 21px;
  }.tc-wp-content-root .nitc-content .nitc-card p, .tc-wp-content-root .nitc-content .nitc-trust-card p, .tc-wp-content-root .nitc-content .nitc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .nitc-content .nitc-steps{
    margin-top: 42px;
  }.tc-wp-content-root .nitc-content .nitc-step-card{
    padding: 30px;
  }.tc-wp-content-root .nitc-content .nitc-step-number{
    font-size: 22px;
  }}@media (min-width: 1024px){.tc-wp-content-root .nitc-content .nitc-section{
    padding: 92px 0;
  }.tc-wp-content-root .nitc-content .nitc-container{
    padding: 0 32px;
  }.tc-wp-content-root .nitc-content h2{
    font-size: 48px;
  }.tc-wp-content-root .nitc-content .nitc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .nitc-content .nitc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .nitc-content .nitc-card, .tc-wp-content-root .nitc-content .nitc-trust-card{
    padding: 30px;
  }.tc-wp-content-root .nitc-content h3{
    font-size: 21px;
  }.tc-wp-content-root .nitc-content .nitc-card p, .tc-wp-content-root .nitc-content .nitc-trust-card p, .tc-wp-content-root .nitc-content .nitc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .nitc-content .nitc-steps{
    margin-top: 46px;
  }.tc-wp-content-root .nitc-content .nitc-step-card{
    padding: 32px 34px;
  }.tc-wp-content-root .nitc-content .nitc-step-number{
    font-size: 22px;
  }}.wpc-scope-156 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .nitc-step-content{}