@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-91 .tc-wp-content-root img, .wpc-scope-91 .tc-wp-content-root video, .wpc-scope-91 .tc-wp-content-root svg, .wpc-scope-91 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap, .wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap div, .wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap section, .wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-section{
  position: relative;
  width: 100%;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-section-white{
  background: #ffffff;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(35, 135, 113, 0.08), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(43, 101, 236, 0.07), transparent 30%),
    #f7faf9;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-section-header{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 14px;
  margin-bottom: 14px;
  border: 1px solid rgba(35, 135, 113, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(35, 135, 113, 0.1), rgba(43, 101, 236, 0.08));
  color: #176b5a;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-section-header h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.13;
  letter-spacing: 0;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-section-header p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #5a6576;
  line-height: 1.7;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-card-grid, .wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-card, .wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-card, .wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(23, 32, 51, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-card::before, .wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(35, 135, 113, 0.14), rgba(43, 101, 236, 0.08), transparent 52%);
  opacity: 0;
  transition: opacity 240ms ease;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-card:hover, .wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-card:hover, .wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(35, 135, 113, 0.2);
  box-shadow: 0 24px 56px rgba(23, 32, 51, 0.11);
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-card:hover::before, .wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-card h3, .wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-card h3, .wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-step-content h3{
  position: relative;
  margin: 0;
  color: #142033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-card p, .wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-card p, .wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-step-content p, .wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-note p{
  position: relative;
  margin: 10px 0 0;
  color: #5c6676;
  line-height: 1.68;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1f9d7a, #2b65ec);
  box-shadow: 0 12px 28px rgba(35, 135, 113, 0.22);
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-icon::before, .wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.95;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-icon-view::before{
  width: 22px;
  height: 14px;
  left: 13px;
  top: 17px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-icon-view::after{
  width: 6px;
  height: 6px;
  left: 21px;
  top: 21px;
  border-radius: 50%;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-icon-speed::after{
  width: 12px;
  height: 2px;
  left: 24px;
  top: 21px;
  transform: rotate(-28deg);
  border-radius: 4px;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-icon-preview::before{
  width: 24px;
  height: 18px;
  left: 12px;
  top: 15px;
  border-radius: 6px;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-icon-preview::after{
  width: 14px;
  height: 2px;
  left: 17px;
  top: 22px;
  border-radius: 4px;
  background: #1f9d7a;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-icon-steps::after{
  width: 18px;
  height: 2px;
  left: 24px;
  top: 15px;
  border-radius: 4px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border-radius: 6px;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 21px;
  top: 32px;
  border-radius: 4px;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-icon-daily::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-icon-daily::after{
  width: 11px;
  height: 7px;
  left: 19px;
  top: 20px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
    #ffffff;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-step-card::after{
  content: "";
  position: absolute;
  right: -46px;
  top: -46px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(35, 135, 113, 0.14), rgba(43, 101, 236, 0.1));
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-step-number{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #1f9d7a, #2b65ec);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(35, 135, 113, 0.22);
  z-index: 1;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-step-content{
  position: relative;
  z-index: 1;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-use-card{
  padding-top: 34px;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-dot{
  position: relative;
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #1f9d7a;
  box-shadow: 0 0 0 8px rgba(35, 135, 113, 0.1), 0 0 0 16px rgba(43, 101, 236, 0.04);
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-badge{
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(35, 135, 113, 0.1);
  color: #176b5a;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.2;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-note{
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(35, 135, 113, 0.16);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(23, 32, 51, 0.06);
  text-align: center;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-note p{
  margin: 0;
  color: #435064;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-91 .tc-wp-content-root .ntc-editorial-wrap .ntc-reveal.ntc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ntc-editorial-wrap .ntc-section{
    padding: 54px 0;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-container{
    padding: 0 14px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-section-header{
    margin-bottom: 28px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-section-header h2{
    font-size: 27px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-section-header p{
    font-size: 15px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-card-grid, .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-card, .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-card h3, .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-card h3, .tc-wp-content-root .ntc-editorial-wrap .ntc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-card p, .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-card p, .tc-wp-content-root .ntc-editorial-wrap .ntc-step-content p, .tc-wp-content-root .ntc-editorial-wrap .ntc-note p{
    font-size: 14px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-steps{
    gap: 16px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-note{
    margin-top: 18px;
    padding: 20px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ntc-editorial-wrap .ntc-section{
    padding: 60px 0;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-container{
    padding: 0 18px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-section-header{
    margin-bottom: 30px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-section-header h2{
    font-size: 30px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-section-header p{
    font-size: 15.5px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-card-grid, .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-card, .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-card h3, .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-card h3, .tc-wp-content-root .ntc-editorial-wrap .ntc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-card p, .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-card p, .tc-wp-content-root .ntc-editorial-wrap .ntc-step-content p, .tc-wp-content-root .ntc-editorial-wrap .ntc-note p{
    font-size: 14.5px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-steps{
    gap: 18px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-note{
    margin-top: 20px;
    padding: 22px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ntc-editorial-wrap .ntc-section{
    padding: 66px 0;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-container{
    padding: 0 22px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-section-header{
    margin-bottom: 34px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-section-header h2{
    font-size: 34px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-section-header p{
    font-size: 16px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-card-grid, .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-card, .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-card h3, .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-card h3, .tc-wp-content-root .ntc-editorial-wrap .ntc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-card p, .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-card p, .tc-wp-content-root .ntc-editorial-wrap .ntc-step-content p, .tc-wp-content-root .ntc-editorial-wrap .ntc-note p{
    font-size: 15px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-steps{
    gap: 20px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-note{
    margin-top: 22px;
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ntc-editorial-wrap .ntc-section{
    padding: 82px 0;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-container{
    padding: 0 34px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-section-header{
    margin-bottom: 42px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-section-header h2{
    font-size: 42px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-trust-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-card, .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-card h3, .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-card h3, .tc-wp-content-root .ntc-editorial-wrap .ntc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-card p, .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-card p, .tc-wp-content-root .ntc-editorial-wrap .ntc-step-content p, .tc-wp-content-root .ntc-editorial-wrap .ntc-note p{
    font-size: 15.5px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-steps{
    gap: 22px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-step-number{
    width: 70px;
    height: 70px;
    font-size: 22px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-note{
    margin-top: 26px;
    padding: 26px 30px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ntc-editorial-wrap .ntc-section{
    padding: 96px 0;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-container{
    padding: 0 32px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-section-header{
    margin-bottom: 48px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-section-header h2{
    font-size: 48px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-card-grid, .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-card, .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-card h3, .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-card h3, .tc-wp-content-root .ntc-editorial-wrap .ntc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-card p, .tc-wp-content-root .ntc-editorial-wrap .ntc-trust-card p, .tc-wp-content-root .ntc-editorial-wrap .ntc-step-content p, .tc-wp-content-root .ntc-editorial-wrap .ntc-note p{
    font-size: 15.5px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-steps{
    gap: 24px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-step-number{
    width: 74px;
    height: 74px;
    font-size: 23px;
  }.tc-wp-content-root .ntc-editorial-wrap .ntc-note{
    margin-top: 28px;
    padding: 28px 34px;
  }}.wpc-scope-91 .tc-wp-content-root .ntc-grid-six{}