.elementor-13157 .elementor-element.elementor-element-e8d20e9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}/* Start custom CSS */<style>
.nsg,
.nsg * {
  box-sizing: border-box;
}

.nsg {
  --nsg-ink: #172722;
  --nsg-body: #30453e;
  --nsg-muted: #52665f;
  --nsg-paper: #fffdf9;
  --nsg-sand: #f2e9dd;
  --nsg-mint: #dcebe4;
  --nsg-forest: #163c34;
  --nsg-forest-2: #0f2c27;
  --nsg-rust: #93452f;
  --nsg-rust-dark: #6e2f20;
  --nsg-gold: #d8aa64;
  --nsg-line: #cad7d1;
  --nsg-white: #ffffff;
  width: 100%;
  margin: 0;
  color: var(--nsg-body) !important;
  background: var(--nsg-paper);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

.nsg__inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 76px 0;
}

.nsg__inner--narrow {
  width: min(860px, calc(100% - 40px));
}

.nsg h1,
.nsg h2,
.nsg h3,
.nsg h4 {
  margin: 0 0 20px !important;
  color: var(--nsg-ink) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em !important;
  text-transform: none !important;
  opacity: 1 !important;
}

.nsg h1 {
  max-width: 980px;
  font-size: clamp(42px, 7vw, 76px) !important;
  line-height: 1.03 !important;
}

.nsg h2 {
  max-width: 900px;
  font-size: clamp(32px, 4.4vw, 50px) !important;
  line-height: 1.1 !important;
}

.nsg h3 {
  font-size: clamp(21px, 2.2vw, 27px) !important;
  line-height: 1.25 !important;
}

.nsg h4 {
  font-size: 18px !important;
  line-height: 1.3 !important;
}

.nsg p,
.nsg li,
.nsg td,
.nsg th,
.nsg summary,
.nsg address,
.nsg figcaption {
  color: var(--nsg-body) !important;
  opacity: 1 !important;
}

.nsg p {
  margin: 0 0 20px !important;
}

.nsg p:last-child,
.nsg li:last-child {
  margin-bottom: 0 !important;
}

.nsg ul,
.nsg ol {
  margin: 20px 0 0 !important;
  padding-left: 23px !important;
}

.nsg li {
  margin: 0 0 10px !important;
  padding-left: 4px;
}

.nsg a:not(.nsg-btn) {
  color: var(--nsg-rust-dark) !important;
  font-weight: 750 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 3px !important;
}

.nsg a:not(.nsg-btn):hover,
.nsg a:not(.nsg-btn):focus-visible {
  color: var(--nsg-forest) !important;
}

.nsg--paper { background: var(--nsg-paper); }
.nsg--white { background: var(--nsg-white); }
.nsg--sand { background: var(--nsg-sand); }
.nsg--mint { background: var(--nsg-mint); }
.nsg--dark { background: var(--nsg-forest-2); }
.nsg--forest { background: var(--nsg-forest); }
.nsg--rust { background: var(--nsg-rust-dark); }

.nsg--dark h1,
.nsg--dark h2,
.nsg--dark h3,
.nsg--dark h4,
.nsg--forest h1,
.nsg--forest h2,
.nsg--forest h3,
.nsg--forest h4,
.nsg--rust h1,
.nsg--rust h2,
.nsg--rust h3,
.nsg--rust h4 {
  color: #ffffff !important;
}

.nsg--dark p,
.nsg--dark li,
.nsg--dark td,
.nsg--dark th,
.nsg--dark summary,
.nsg--dark address,
.nsg--forest p,
.nsg--forest li,
.nsg--forest td,
.nsg--forest th,
.nsg--forest summary,
.nsg--forest address,
.nsg--rust p,
.nsg--rust li,
.nsg--rust td,
.nsg--rust th,
.nsg--rust summary,
.nsg--rust address {
  color: #eff7f3 !important;
}

.nsg--dark a:not(.nsg-btn),
.nsg--forest a:not(.nsg-btn),
.nsg--rust a:not(.nsg-btn) {
  color: #f5cc8b !important;
}

.nsg__kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px !important;
  color: var(--nsg-rust-dark) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  letter-spacing: .14em !important;
  line-height: 1.3 !important;
  text-transform: uppercase !important;
}

.nsg__kicker::before {
  width: 30px;
  height: 3px;
  background: currentColor;
  content: "";
}

.nsg--dark .nsg__kicker,
.nsg--forest .nsg__kicker,
.nsg--rust .nsg__kicker {
  color: #f5cc8b !important;
}

.nsg__lead {
  max-width: 830px;
  font-size: clamp(19px, 2.3vw, 24px) !important;
  line-height: 1.58 !important;
}

.nsg__muted {
  color: var(--nsg-muted) !important;
}

.nsg__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.nsg .nsg-btn,
.nsg button.nsg-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px !important;
  border: 2px solid var(--nsg-rust-dark) !important;
  border-radius: 999px !important;
  background: var(--nsg-rust-dark) !important;
  color: #ffffff !important;
  font: inherit !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  opacity: 1 !important;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.nsg .nsg-btn:hover,
.nsg .nsg-btn:focus-visible,
.nsg button.nsg-btn:hover,
.nsg button.nsg-btn:focus-visible {
  border-color: var(--nsg-forest) !important;
  background: var(--nsg-forest) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.nsg .nsg-btn--light {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: var(--nsg-forest-2) !important;
}

.nsg .nsg-btn--light:hover,
.nsg .nsg-btn--light:focus-visible {
  border-color: #f5cc8b !important;
  background: #f5cc8b !important;
  color: var(--nsg-forest-2) !important;
}

.nsg .nsg-btn--outline {
  border-color: var(--nsg-forest) !important;
  background: transparent !important;
  color: var(--nsg-forest) !important;
}

.nsg .nsg-btn--outline:hover,
.nsg .nsg-btn--outline:focus-visible {
  background: var(--nsg-forest) !important;
  color: #ffffff !important;
}

.nsg--dark .nsg-btn--outline,
.nsg--forest .nsg-btn--outline,
.nsg--rust .nsg-btn--outline {
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.nsg__grid {
  display: grid;
  gap: 22px;
}

.nsg__grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nsg__grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.nsg__grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.nsg__card {
  height: 100%;
  padding: 28px;
  border: 1px solid var(--nsg-line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 36px rgba(15, 44, 39, .07);
}

.nsg .nsg__card h3,
.nsg .nsg__card h4 {
  color: var(--nsg-ink) !important;
}

.nsg .nsg__card p,
.nsg .nsg__card li {
  color: var(--nsg-body) !important;
}

.nsg__card--dark {
  border-color: rgba(255,255,255,.18);
  background: var(--nsg-forest);
  box-shadow: none;
}

.nsg .nsg__card--dark h3,
.nsg .nsg__card--dark h4,
.nsg .nsg__card--dark p,
.nsg .nsg__card--dark li {
  color: #ffffff !important;
}

.nsg__card--rust {
  border-color: var(--nsg-rust-dark);
  background: var(--nsg-rust-dark);
  box-shadow: none;
}

.nsg .nsg__card--rust h3,
.nsg .nsg__card--rust h4,
.nsg .nsg__card--rust p,
.nsg .nsg__card--rust li {
  color: #ffffff !important;
}

.nsg__number {
  display: inline-grid;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--nsg-rust-dark);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 850;
}

.nsg__pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.nsg__pill {
  display: inline-flex;
  padding: 8px 13px;
  border: 1px solid var(--nsg-line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--nsg-ink) !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.nsg__quote {
  margin: 30px 0 0 !important;
  padding: 28px 30px;
  border: 0 !important;
  border-left: 6px solid var(--nsg-gold) !important;
  border-radius: 0 18px 18px 0;
  background: var(--nsg-forest);
  color: #ffffff !important;
  font-size: clamp(22px, 3vw, 31px) !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.nsg__callout {
  margin-top: 28px;
  padding: 26px 28px;
  border: 2px solid var(--nsg-rust-dark);
  border-radius: 20px;
  background: #fff7ed;
}

.nsg .nsg__callout h3,
.nsg .nsg__callout p,
.nsg .nsg__callout li {
  color: var(--nsg-ink) !important;
}

.nsg__checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 22px;
  margin: 28px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.nsg__checklist li {
  position: relative;
  margin: 0 !important;
  padding: 15px 16px 15px 44px !important;
  border: 1px solid var(--nsg-line);
  border-radius: 14px;
  background: #ffffff;
  color: var(--nsg-body) !important;
}

.nsg__checklist li::before {
  position: absolute;
  top: 14px;
  left: 15px;
  color: var(--nsg-rust-dark);
  content: "✓";
  font-weight: 900;
}

.nsg__table-wrap {
  width: 100%;
  margin-top: 28px;
  overflow-x: auto;
  border: 1px solid var(--nsg-line);
  border-radius: 18px;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.nsg table {
  width: 100%;
  min-width: 680px;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  background: #ffffff !important;
}

.nsg th,
.nsg td {
  padding: 18px 20px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--nsg-line) !important;
  background: #ffffff !important;
  color: var(--nsg-body) !important;
  text-align: left !important;
  vertical-align: top !important;
}

.nsg th {
  background: var(--nsg-forest) !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  letter-spacing: .02em;
}

.nsg tr:last-child td {
  border-bottom: 0 !important;
}

.nsg__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nsg__meta li {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--nsg-body) !important;
}

.nsg__meta strong {
  display: block;
  color: var(--nsg-ink) !important;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.nsg__faq {
  border: 1px solid var(--nsg-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 44, 39, .06);
}

.nsg__faq summary {
  position: relative;
  padding: 25px 64px 25px 26px;
  color: var(--nsg-ink) !important;
  font-size: clamp(19px, 2.2vw, 24px) !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
  cursor: pointer;
  list-style: none;
}

.nsg__faq summary::-webkit-details-marker { display: none; }

.nsg__faq summary::after {
  position: absolute;
  top: 21px;
  right: 24px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--nsg-mint);
  color: var(--nsg-forest) !important;
  content: "+";
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}

.nsg__faq[open] summary::after { content: "−"; }

.nsg__faq-body {
  padding: 0 26px 26px;
}

.nsg__faq-body p,
.nsg__faq-body li {
  color: var(--nsg-body) !important;
}

.nsg__hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgba(216,170,100,.32), transparent 30%),
    linear-gradient(135deg, #0f2c27 0%, #163c34 56%, #6e2f20 140%);
}

.nsg__hero::after {
  position: absolute;
  right: -130px;
  bottom: -210px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  content: "";
}

.nsg__hero .nsg__inner {
  position: relative;
  z-index: 1;
  padding-top: 104px;
  padding-bottom: 96px;
}

.nsg__hero h1,
.nsg__hero p {
  color: #ffffff !important;
}

.nsg__hero .nsg__lead {
  color: #e9f3ef !important;
}

.nsg__hero-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 42px;
}

.nsg__hero-fact {
  padding: 16px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 15px;
  background: rgba(255,255,255,.08);
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  backdrop-filter: blur(5px);
}

.nsg__split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 46px;
  align-items: start;
}

.nsg__eyebrow {
  display: block;
  margin-bottom: 9px;
  color: var(--nsg-rust-dark) !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.nsg__share {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.nsg__address {
  margin: 0;
  font-style: normal !important;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .nsg__grid--4,
  .nsg__hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nsg__grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nsg__split {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 680px) {
  .nsg {
    font-size: 16px;
  }

  .nsg__inner,
  .nsg__inner--narrow {
    width: min(100% - 28px, 1180px);
    padding: 54px 0;
  }

  .nsg__hero .nsg__inner {
    padding-top: 72px;
    padding-bottom: 64px;
  }

  .nsg__grid--2,
  .nsg__grid--3,
  .nsg__grid--4,
  .nsg__hero-facts,
  .nsg__checklist {
    grid-template-columns: 1fr;
  }

  .nsg__card {
    padding: 22px;
    border-radius: 17px;
  }

  .nsg__buttons,
  .nsg__share {
    flex-direction: column;
  }

  .nsg .nsg-btn,
  .nsg button.nsg-btn {
    width: 100%;
  }

  .nsg__quote {
    padding: 23px 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nsg .nsg-btn { transition: none; }
}
/* Readability enhancement for light backgrounds */
.nsg {
  --nsg-body: #243832;
  --nsg-muted: #41574f;
  font-weight: 500;
}

.nsg p,
.nsg li,
.nsg td,
.nsg address,
.nsg figcaption {
  font-weight: 500 !important;
}

.nsg strong,
.nsg b {
  color: inherit !important;
  font-weight: 800 !important;
}

.nsg .nsg__kicker {
  font-weight: 850 !important;
}

.nsg .nsg__lead {
  font-weight: 600 !important;
}
</style>/* End custom CSS */