@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-80 .tc-wp-content-root img, .wpc-scope-80 .tc-wp-content-root video, .wpc-scope-80 .tc-wp-content-root svg, .wpc-scope-80 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom{
  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.5;
  background: #ffffff;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom, .wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom section, .wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom div, .wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom article{
  box-sizing: border-box;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-section{
  position: relative;
  width: 100%;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-section-white{
  background: #ffffff;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(0, 139, 104, 0.08), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(48, 111, 255, 0.08), transparent 30%),
    #f7faf8;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 13px;
  border: 1px solid rgba(0, 139, 104, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 139, 104, 0.1), rgba(48, 111, 255, 0.08));
  color: #047857;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-section-head p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #566173;
  line-height: 1.7;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-card{
  position: relative;
  min-width: 0;
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(22, 32, 51, 0.09);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(0, 139, 104, 0.12), rgba(48, 111, 255, 0.1));
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 139, 104, 0.24);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11);
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-card:hover::before{
  opacity: 1;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-card h3{
  position: relative;
  margin: 18px 0 10px;
  color: #152033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-card p{
  position: relative;
  margin: 0;
  color: #5c6678;
  line-height: 1.68;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #008b68, #306fff);
  box-shadow: 0 14px 26px rgba(0, 139, 104, 0.2);
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-icon::before, .wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  opacity: 0.95;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-icon-calc::before{
  left: 13px;
  top: 11px;
  width: 22px;
  height: 5px;
  border-radius: 5px;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-icon-calc::after{
  left: 14px;
  top: 22px;
  width: 20px;
  height: 14px;
  border-radius: 4px;
  background: linear-gradient(90deg, #fff 0 4px, transparent 4px 8px, #fff 8px 12px, transparent 12px 16px, #fff 16px);
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-icon-speed::before{
  left: 12px;
  top: 23px;
  width: 24px;
  height: 12px;
  border-radius: 24px 24px 4px 4px;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-icon-speed::after{
  left: 23px;
  top: 15px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  transform: rotate(38deg);
  transform-origin: bottom;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-icon-preview::before{
  left: 10px;
  top: 14px;
  width: 28px;
  height: 20px;
  border-radius: 7px;
  opacity: 0.9;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-icon-preview::after{
  left: 18px;
  top: 20px;
  width: 12px;
  height: 8px;
  border-radius: 50%;
  background: #008b68;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-icon-steps::before{
  left: 13px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-icon-steps::after{
  right: 12px;
  top: 14px;
  width: 17px;
  height: 3px;
  border-radius: 3px;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-icon-mobile::before{
  left: 16px;
  top: 9px;
  width: 16px;
  height: 30px;
  border-radius: 6px;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-icon-mobile::after{
  left: 22px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #008b68;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-icon-guide::before{
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-icon-guide::after{
  left: 23px;
  top: 17px;
  width: 4px;
  height: 16px;
  border-radius: 4px;
  background: #008b68;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(0, 139, 104, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.075);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(48, 111, 255, 0.26);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.11);
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #008b68, #306fff);
  box-shadow: 0 16px 28px rgba(48, 111, 255, 0.18);
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-step-content h3{
  margin: 0 0 8px;
  color: #121a2b;
  font-weight: 790;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-step-content p{
  margin: 0;
  color: #5b6678;
  line-height: 1.7;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-badge-dot{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background: rgba(0, 139, 104, 0.1);
  border: 1px solid rgba(0, 139, 104, 0.18);
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-badge-dot::before{
  content: "";
  position: absolute;
  left: 13px;
  top: 13px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #008b68, #306fff);
  box-shadow: 0 0 0 7px rgba(48, 111, 255, 0.08);
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-benefit-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(0, 139, 104, 0.4), rgba(48, 111, 255, 0.32)) border-box;
  border: 1px solid transparent;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-benefit-mark{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #ecfdf5;
  color: #047857;
  font-size: 15px;
  font-weight: 850;
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-80 .tc-wp-content-root .ntc-editorial-bottom .ntc-reveal.ntc-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 .ntc-editorial-bottom .ntc-section{
    padding: 48px 0;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-container{
    padding: 0 14px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-card h3, .tc-wp-content-root .ntc-editorial-bottom .ntc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-card p, .tc-wp-content-root .ntc-editorial-bottom .ntc-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-step-number{
    width: 58px;
    height: 48px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ntc-editorial-bottom .ntc-section{
    padding: 54px 0;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-container{
    padding: 0 18px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-card{
    padding: 24px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-card h3, .tc-wp-content-root .ntc-editorial-bottom .ntc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-card p, .tc-wp-content-root .ntc-editorial-bottom .ntc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-step-number{
    width: 60px;
    height: 50px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ntc-editorial-bottom .ntc-section{
    padding: 62px 0;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-container{
    padding: 0 22px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-section-head h2{
    font-size: 33px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-card{
    padding: 26px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-card h3, .tc-wp-content-root .ntc-editorial-bottom .ntc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-card p, .tc-wp-content-root .ntc-editorial-bottom .ntc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-step-list{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-step-number{
    width: 64px;
    height: 52px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ntc-editorial-bottom .ntc-section{
    padding: 76px 0;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-container{
    padding: 0 30px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-card{
    padding: 28px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-card h3, .tc-wp-content-root .ntc-editorial-bottom .ntc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-card p, .tc-wp-content-root .ntc-editorial-bottom .ntc-step-content p{
    font-size: 15.75px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-step-number{
    width: 72px;
    height: 62px;
    font-size: 22px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ntc-editorial-bottom .ntc-section{
    padding: 92px 0;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-container{
    padding: 0 34px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-card{
    padding: 30px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-card h3, .tc-wp-content-root .ntc-editorial-bottom .ntc-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-card p, .tc-wp-content-root .ntc-editorial-bottom .ntc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-step-list{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-step-card{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-step-number{
    width: 78px;
    height: 66px;
    font-size: 24px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .ntc-editorial-bottom .ntc-card, .tc-wp-content-root .ntc-editorial-bottom .ntc-step-card, .tc-wp-content-root .ntc-editorial-bottom .ntc-reveal, .tc-wp-content-root .ntc-editorial-bottom .ntc-reveal.ntc-visible{
    transition: none;
    transform: none;
  }.tc-wp-content-root .ntc-editorial-bottom .ntc-reveal{
    opacity: 1;
  }}