@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 .nyitc-content{
  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;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content, .wpc-scope-15 .tc-wp-content-root .nyitc-content section, .wpc-scope-15 .tc-wp-content-root .nyitc-content div, .wpc-scope-15 .tc-wp-content-root .nyitc-content article{
  box-sizing: border-box;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-section{
  position: relative;
  width: 100%;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-section-white{
  background: #ffffff;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-section-soft{
  background:
    radial-gradient(circle at top left, rgba(30, 111, 92, 0.08), transparent 34%),
    linear-gradient(180deg, #f7faf8 0%, #f3f7f5 100%);
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-heading{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 13px;
  border: 1px solid rgba(30, 111, 92, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(30, 111, 92, 0.1), rgba(201, 155, 65, 0.12));
  color: #1e6f5c;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-heading h2{
  margin: 0;
  color: #101828;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-heading p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #536073;
  font-weight: 450;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-card, .wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-trust-card, .wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-card::before, .wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #1e6f5c, #2f80ed, #c99b41);
  opacity: 0.9;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-card:hover, .wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-trust-card:hover, .wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(30, 111, 92, 0.24);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.13);
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-card h3, .wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-trust-card h3, .wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-step-content h3{
  margin: 0;
  color: #111827;
  font-weight: 780;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-card p, .wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-trust-card p, .wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-step-content p{
  margin: 10px 0 0;
  color: #5b6678;
  font-weight: 430;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1e6f5c, #2f80ed);
  box-shadow: 0 12px 24px rgba(30, 111, 92, 0.22);
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-icon::before, .wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-icon-calc::before{
  width: 20px;
  height: 5px;
  top: 12px;
  left: 13px;
  border-radius: 5px;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-icon-calc::after{
  width: 20px;
  height: 15px;
  left: 13px;
  bottom: 10px;
  border-radius: 4px;
  opacity: 0.9;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-icon-map::before{
  width: 18px;
  height: 18px;
  top: 12px;
  left: 14px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-icon-map::after{
  width: 7px;
  height: 7px;
  top: 17px;
  left: 20px;
  border-radius: 50%;
  background: #1e6f5c;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-icon-wallet::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 16px;
  border-radius: 5px;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-icon-wallet::after{
  width: 8px;
  height: 8px;
  right: 11px;
  top: 20px;
  border-radius: 50%;
  background: #1e6f5c;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-icon-lock::before{
  width: 22px;
  height: 16px;
  left: 12px;
  bottom: 10px;
  border-radius: 5px;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-icon-lock::after{
  width: 14px;
  height: 12px;
  left: 16px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: transparent;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid #ffffff;
  border-bottom-color: transparent;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-icon-speed::after{
  width: 15px;
  height: 4px;
  right: 10px;
  top: 23px;
  border-radius: 5px;
  transform: rotate(-32deg);
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-icon-phone::before{
  width: 18px;
  height: 28px;
  left: 14px;
  top: 9px;
  border-radius: 5px;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-icon-phone::after{
  width: 6px;
  height: 2px;
  left: 20px;
  bottom: 12px;
  border-radius: 3px;
  background: #1e6f5c;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(30, 111, 92, 0.45), rgba(47, 128, 237, 0.35), rgba(201, 155, 65, 0.35)) border-box;
  border: 1px solid transparent;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #1e6f5c, #2f80ed);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 15px 28px rgba(30, 111, 92, 0.22);
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-card-lined{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 251, 249, 0.97)),
    #ffffff;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(30, 111, 92, 0.1);
  color: #1e6f5c;
  font-size: 12px;
  font-weight: 800;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-trust-card{
  background:
    radial-gradient(circle at top right, rgba(201, 155, 65, 0.1), transparent 38%),
    #ffffff;
}.wpc-scope-15 .tc-wp-content-root .nyitc-content .nyitc-dot{
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #1e6f5c;
  box-shadow: 0 0 0 8px rgba(30, 111, 92, 0.1), 0 0 0 16px rgba(47, 128, 237, 0.06);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .nyitc-content .nyitc-section{
    padding: 48px 0;
  }.tc-wp-content-root .nyitc-content .nyitc-container{
    padding: 0 15px;
  }.tc-wp-content-root .nyitc-content .nyitc-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .nyitc-content .nyitc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .nyitc-content .nyitc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .nyitc-content .nyitc-card, .tc-wp-content-root .nyitc-content .nyitc-trust-card{
    padding: 24px 20px;
  }.tc-wp-content-root .nyitc-content .nyitc-card h3, .tc-wp-content-root .nyitc-content .nyitc-trust-card h3, .tc-wp-content-root .nyitc-content .nyitc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .nyitc-content .nyitc-card p, .tc-wp-content-root .nyitc-content .nyitc-trust-card p, .tc-wp-content-root .nyitc-content .nyitc-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .nyitc-content .nyitc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .nyitc-content .nyitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .nyitc-content .nyitc-step-number{
    width: 50px;
    height: 50px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .nyitc-content .nyitc-section{
    padding: 54px 0;
  }.tc-wp-content-root .nyitc-content .nyitc-container{
    padding: 0 18px;
  }.tc-wp-content-root .nyitc-content .nyitc-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .nyitc-content .nyitc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .nyitc-content .nyitc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .nyitc-content .nyitc-card, .tc-wp-content-root .nyitc-content .nyitc-trust-card{
    padding: 25px 22px;
  }.tc-wp-content-root .nyitc-content .nyitc-card h3, .tc-wp-content-root .nyitc-content .nyitc-trust-card h3, .tc-wp-content-root .nyitc-content .nyitc-step-content h3{
    font-size: 18.5px;
  }.tc-wp-content-root .nyitc-content .nyitc-card p, .tc-wp-content-root .nyitc-content .nyitc-trust-card p, .tc-wp-content-root .nyitc-content .nyitc-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .nyitc-content .nyitc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .nyitc-content .nyitc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .nyitc-content .nyitc-step-number{
    width: 52px;
    height: 52px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .nyitc-content .nyitc-section{
    padding: 60px 0;
  }.tc-wp-content-root .nyitc-content .nyitc-container{
    padding: 0 22px;
  }.tc-wp-content-root .nyitc-content .nyitc-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .nyitc-content .nyitc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .nyitc-content .nyitc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .nyitc-content .nyitc-card, .tc-wp-content-root .nyitc-content .nyitc-trust-card{
    padding: 28px 24px;
  }.tc-wp-content-root .nyitc-content .nyitc-card h3, .tc-wp-content-root .nyitc-content .nyitc-trust-card h3, .tc-wp-content-root .nyitc-content .nyitc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .nyitc-content .nyitc-card p, .tc-wp-content-root .nyitc-content .nyitc-trust-card p, .tc-wp-content-root .nyitc-content .nyitc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .nyitc-content .nyitc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .nyitc-content .nyitc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .nyitc-content .nyitc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .nyitc-content .nyitc-section{
    padding: 76px 0;
  }.tc-wp-content-root .nyitc-content .nyitc-container{
    padding: 0 30px;
  }.tc-wp-content-root .nyitc-content .nyitc-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .nyitc-content .nyitc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .nyitc-content .nyitc-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .nyitc-content .nyitc-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .nyitc-content .nyitc-card, .tc-wp-content-root .nyitc-content .nyitc-trust-card{
    padding: 30px 26px;
  }.tc-wp-content-root .nyitc-content .nyitc-card h3, .tc-wp-content-root .nyitc-content .nyitc-trust-card h3, .tc-wp-content-root .nyitc-content .nyitc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .nyitc-content .nyitc-card p, .tc-wp-content-root .nyitc-content .nyitc-trust-card p, .tc-wp-content-root .nyitc-content .nyitc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .nyitc-content .nyitc-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .nyitc-content .nyitc-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .nyitc-content .nyitc-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 1024px){.tc-wp-content-root .nyitc-content .nyitc-section{
    padding: 92px 0;
  }.tc-wp-content-root .nyitc-content .nyitc-container{
    padding: 0 32px;
  }.tc-wp-content-root .nyitc-content .nyitc-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .nyitc-content .nyitc-heading p{
    font-size: 18px;
  }.tc-wp-content-root .nyitc-content .nyitc-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .nyitc-content .nyitc-grid-three, .tc-wp-content-root .nyitc-content .nyitc-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .nyitc-content .nyitc-card, .tc-wp-content-root .nyitc-content .nyitc-trust-card{
    padding: 32px 28px;
    min-height: 100%;
  }.tc-wp-content-root .nyitc-content .nyitc-card h3, .tc-wp-content-root .nyitc-content .nyitc-trust-card h3, .tc-wp-content-root .nyitc-content .nyitc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .nyitc-content .nyitc-card p, .tc-wp-content-root .nyitc-content .nyitc-trust-card p, .tc-wp-content-root .nyitc-content .nyitc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .nyitc-content .nyitc-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .nyitc-content .nyitc-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .nyitc-content .nyitc-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}