.elementor-8676 .elementor-element.elementor-element-42dbad38{--display:flex;}.elementor-8676 .elementor-element.elementor-element-afc3f87{--display:flex;}.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>
  .nwb-article,
  .nwb-article * {
    box-sizing: border-box;
  }

  .nwb-article {
    --nwb-ink: #15253f;
    --nwb-ink-2: #203554;
    --nwb-cream: #f7f0e5;
    --nwb-paper: #fffdf9;
    --nwb-white: #ffffff;
    --nwb-coral: #b84b34;
    --nwb-coral-dark: #8f321f;
    --nwb-gold: #e7ad57;
    --nwb-sky: #dceaf1;
    --nwb-line: #d8d3ca;
    --nwb-muted: #506078;
    --nwb-green: #176a57;
    --nwb-shadow: 0 18px 48px rgba(21, 37, 63, 0.11);
    color: var(--nwb-ink);
    font-family: inherit;
    font-size: 17px;
    line-height: 1.72;
  }

  .nwb-article .nwb-block {
    position: relative;
    padding: clamp(56px, 7vw, 96px) 24px;
  }

  .nwb-article .nwb-block--compact {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .nwb-article .nwb-shell {
    width: min(1120px, 100%);
    margin: 0 auto;
  }

  .nwb-article .nwb-shell--text {
    width: min(820px, 100%);
    margin: 0 auto;
  }

  .nwb-article h1,
  .nwb-article h2,
  .nwb-article h3,
  .nwb-article p,
  .nwb-article ul,
  .nwb-article ol,
  .nwb-article blockquote {
    margin-top: 0;
  }

  .nwb-article h1,
  .nwb-article h2,
  .nwb-article h3 {
    color: inherit;
    font-family: inherit;
    letter-spacing: -0.035em;
    line-height: 1.12;
  }

  .nwb-article h1 {
    max-width: 980px;
    margin-bottom: 24px;
    font-size: clamp(42px, 7vw, 82px);
  }

  .nwb-article h2 {
    margin-bottom: 22px;
    font-size: clamp(31px, 4.2vw, 52px);
  }

  .nwb-article h3 {
    margin-bottom: 12px;
    font-size: clamp(21px, 2.2vw, 28px);
  }

  .nwb-article p:last-child,
  .nwb-article ul:last-child,
  .nwb-article ol:last-child {
    margin-bottom: 0;
  }

  .nwb-article a {
    color: var(--nwb-coral-dark);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .nwb-article .nwb-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--nwb-coral-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .nwb-article .nwb-eyebrow::before {
    width: 34px;
    height: 3px;
    border-radius: 99px;
    background: currentColor;
    content: "";
  }

  .nwb-article .nwb-lead {
    max-width: 820px;
    color: var(--nwb-muted);
    font-size: clamp(19px, 2vw, 23px);
    line-height: 1.62;
  }

  .nwb-article .nwb-intro {
    color: var(--nwb-ink);
    font-size: clamp(20px, 2.1vw, 25px);
    line-height: 1.58;
  }

  .nwb-article .nwb-kicker {
    color: var(--nwb-coral-dark);
    font-weight: 800;
  }

  .nwb-article .nwb-muted {
    color: var(--nwb-muted);
  }

  .nwb-article .nwb-bg-paper { background: var(--nwb-paper); }
  .nwb-article .nwb-bg-cream { background: var(--nwb-cream); }
  .nwb-article .nwb-bg-sky { background: var(--nwb-sky); }
  .nwb-article .nwb-bg-white { background: var(--nwb-white); }
  .nwb-article .nwb-bg-ink { background: var(--nwb-ink); color: var(--nwb-white); }
  .nwb-article .nwb-bg-coral { background: var(--nwb-coral-dark); color: var(--nwb-white); }

  .nwb-article .nwb-bg-ink .nwb-eyebrow,
  .nwb-article .nwb-bg-coral .nwb-eyebrow {
    color: #ffd69b;
  }

  .nwb-article .nwb-bg-ink .nwb-lead,
  .nwb-article .nwb-bg-ink .nwb-muted,
  .nwb-article .nwb-bg-coral .nwb-lead,
  .nwb-article .nwb-bg-coral .nwb-muted {
    color: #edf2f7;
  }

  .nwb-article .nwb-grid-2,
  .nwb-article .nwb-grid-3,
  .nwb-article .nwb-grid-4 {
    display: grid;
    gap: 22px;
  }

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

  .nwb-article .nwb-card {
    height: 100%;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid var(--nwb-line);
    border-radius: 22px;
    background: var(--nwb-white);
    color: var(--nwb-ink);
    box-shadow: 0 8px 24px rgba(21, 37, 63, 0.06);
  }

  .nwb-article .nwb-card--ink {
    border-color: rgba(255, 255, 255, 0.18);
    background: var(--nwb-ink-2);
    color: var(--nwb-white);
  }

  .nwb-article .nwb-card--coral {
    border-color: transparent;
    background: var(--nwb-coral-dark);
    color: var(--nwb-white);
  }

  .nwb-article .nwb-card--gold {
    border-color: transparent;
    background: #f6d79f;
    color: var(--nwb-ink);
  }

  .nwb-article .nwb-card--ink p,
  .nwb-article .nwb-card--ink li,
  .nwb-article .nwb-card--coral p,
  .nwb-article .nwb-card--coral li {
    color: #f5f7fa;
  }

  .nwb-article .nwb-number,
  .nwb-article .nwb-icon {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: var(--nwb-coral-dark);
    color: var(--nwb-white);
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
  }

  .nwb-article .nwb-card--ink .nwb-number,
  .nwb-article .nwb-card--ink .nwb-icon,
  .nwb-article .nwb-card--coral .nwb-number,
  .nwb-article .nwb-card--coral .nwb-icon {
    background: var(--nwb-gold);
    color: var(--nwb-ink);
  }

  .nwb-article .nwb-list,
  .nwb-article .nwb-checks,
  .nwb-article .nwb-crosses {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
  }

  .nwb-article .nwb-list li,
  .nwb-article .nwb-checks li,
  .nwb-article .nwb-crosses li {
    position: relative;
    margin: 0 0 12px;
    padding-left: 31px;
  }

  .nwb-article .nwb-list li::before,
  .nwb-article .nwb-checks li::before,
  .nwb-article .nwb-crosses li::before {
    position: absolute;
    top: 0.08em;
    left: 0;
    width: 22px;
    font-weight: 900;
    text-align: center;
  }

  .nwb-article .nwb-list li::before { color: var(--nwb-coral); content: "•"; }
  .nwb-article .nwb-checks li::before { color: var(--nwb-green); content: "✓"; }
  .nwb-article .nwb-crosses li::before { color: var(--nwb-coral-dark); content: "×"; }

  .nwb-article .nwb-bg-ink .nwb-list li::before,
  .nwb-article .nwb-bg-coral .nwb-list li::before {
    color: var(--nwb-gold);
  }

  .nwb-article .nwb-quote {
    margin: 34px 0 0;
    padding: 24px 28px;
    border: 0;
    border-left: 5px solid var(--nwb-coral);
    border-radius: 0 18px 18px 0;
    background: rgba(184, 75, 52, 0.08);
    color: var(--nwb-ink);
    font-size: clamp(20px, 2.1vw, 26px);
    font-weight: 760;
    line-height: 1.5;
  }

  .nwb-article .nwb-bg-ink .nwb-quote,
  .nwb-article .nwb-bg-coral .nwb-quote {
    border-left-color: var(--nwb-gold);
    background: rgba(255, 255, 255, 0.1);
    color: var(--nwb-white);
  }

  .nwb-article .nwb-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 30px;
  }

  .nwb-article .nwb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 21px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
  }

  .nwb-article .nwb-btn:hover,
  .nwb-article .nwb-btn:focus-visible {
    transform: translateY(-2px);
  }

  .nwb-article .nwb-btn--primary {
    background: var(--nwb-coral-dark);
    color: var(--nwb-white) !important;
  }

  .nwb-article .nwb-btn--primary:hover,
  .nwb-article .nwb-btn--primary:focus-visible {
    background: #702515;
    color: var(--nwb-white) !important;
  }

  .nwb-article .nwb-btn--dark {
    background: var(--nwb-ink);
    color: var(--nwb-white) !important;
  }

  .nwb-article .nwb-btn--dark:hover,
  .nwb-article .nwb-btn--dark:focus-visible {
    background: #081425;
    color: var(--nwb-white) !important;
  }

  .nwb-article .nwb-btn--light {
    border-color: var(--nwb-white);
    background: var(--nwb-white);
    color: var(--nwb-ink) !important;
  }

  .nwb-article .nwb-btn--light:hover,
  .nwb-article .nwb-btn--light:focus-visible {
    border-color: var(--nwb-gold);
    background: var(--nwb-gold);
    color: var(--nwb-ink) !important;
  }

  .nwb-article .nwb-btn--outline {
    border-color: var(--nwb-ink);
    background: transparent;
    color: var(--nwb-ink) !important;
  }

  .nwb-article .nwb-btn--outline:hover,
  .nwb-article .nwb-btn--outline:focus-visible {
    background: var(--nwb-ink);
    color: var(--nwb-white) !important;
  }

  .nwb-article .nwb-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 24px;
    color: var(--nwb-muted);
    font-size: 14px;
    font-weight: 720;
    text-align: center;
  }

  .nwb-article .nwb-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }

  .nwb-article .nwb-meta span::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--nwb-coral);
    content: "";
  }

  .nwb-article .nwb-split {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
    gap: clamp(30px, 6vw, 78px);
  }

  .nwb-article .nwb-sticky {
    position: sticky;
    top: 32px;
  }

  .nwb-article .nwb-step-list {
    margin: 26px 0 0;
    padding: 0;
    counter-reset: nwb-step;
    list-style: none;
  }

  .nwb-article .nwb-step-list li {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    align-items: start;
    margin-bottom: 16px;
    counter-increment: nwb-step;
  }

  .nwb-article .nwb-step-list li::before {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--nwb-coral-dark);
    color: var(--nwb-white);
    content: counter(nwb-step, decimal-leading-zero);
    font-size: 12px;
    font-weight: 900;
  }

  .nwb-article .nwb-table-wrap {
    overflow-x: auto;
    margin-top: 28px;
    border: 1px solid var(--nwb-line);
    border-radius: 18px;
    background: var(--nwb-white);
    box-shadow: 0 8px 24px rgba(21, 37, 63, 0.06);
  }

  .nwb-article table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    color: var(--nwb-ink);
  }

  .nwb-article th,
  .nwb-article td {
    padding: 18px 20px;
    border-bottom: 1px solid var(--nwb-line);
    text-align: left;
    vertical-align: top;
  }

  .nwb-article th {
    background: var(--nwb-ink);
    color: var(--nwb-white);
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .nwb-article tr:last-child td { border-bottom: 0; }
  .nwb-article tbody tr:nth-child(even) { background: #f7f2ea; }

  /* Full-width hero */
  .nwb-article .nwb-hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: var(--nwb-ink);
    color: var(--nwb-white);
  }

  .nwb-article .nwb-hero__content {
    padding: clamp(66px, 9vw, 126px) 24px clamp(48px, 7vw, 84px);
    background:
      radial-gradient(circle at 82% 22%, rgba(231, 173, 87, 0.2), transparent 28%),
      linear-gradient(135deg, #111f35 0%, #1a3150 100%);
  }

  .nwb-article .nwb-hero__content .nwb-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
    align-items: end;
    gap: clamp(30px, 6vw, 80px);
  }

  .nwb-article .nwb-hero__content p {
    max-width: 760px;
    color: #e6edf5;
    font-size: clamp(18px, 2vw, 23px);
  }

  .nwb-article .nwb-hero__aside {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
  }

  .nwb-article .nwb-hero__aside strong {
    display: block;
    margin-bottom: 10px;
    color: #ffd69b;
    font-size: 13px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .nwb-article .nwb-hero__aside p {
    margin-bottom: 0;
    color: var(--nwb-white);
    font-size: 16px;
  }

  .nwb-article .nwb-hero__image {
    width: 100%;
    height: clamp(330px, 48vw, 700px);
    margin: 0;
    background: #c8c0b4;
  }

  .nwb-article .nwb-hero__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .nwb-article .nwb-callout {
    padding: clamp(28px, 4vw, 46px);
    border-radius: 26px;
    background: var(--nwb-ink);
    color: var(--nwb-white);
    box-shadow: var(--nwb-shadow);
  }

  .nwb-article .nwb-callout h2,
  .nwb-article .nwb-callout h3,
  .nwb-article .nwb-callout p,
  .nwb-article .nwb-callout li {
    color: var(--nwb-white);
  }

  .nwb-article .nwb-callout--gold {
    background: #f1c877;
    color: var(--nwb-ink);
  }

  .nwb-article .nwb-callout--gold h2,
  .nwb-article .nwb-callout--gold h3,
  .nwb-article .nwb-callout--gold p,
  .nwb-article .nwb-callout--gold li {
    color: var(--nwb-ink);
  }

  .nwb-article .nwb-test-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2px;
    overflow: hidden;
    margin-top: 28px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.14);
  }

  .nwb-article .nwb-test-strip div {
    min-height: 142px;
    padding: 22px 18px;
    background: var(--nwb-ink-2);
    color: var(--nwb-white);
  }

  .nwb-article .nwb-test-strip b {
    display: block;
    margin-bottom: 8px;
    color: var(--nwb-gold);
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .nwb-article .nwb-faq {
    display: grid;
    gap: 12px;
    margin-top: 30px;
  }

  .nwb-article .nwb-faq details {
    border: 1px solid var(--nwb-line);
    border-radius: 16px;
    background: var(--nwb-white);
    color: var(--nwb-ink);
  }

  .nwb-article .nwb-faq summary {
    position: relative;
    padding: 21px 58px 21px 22px;
    color: var(--nwb-ink);
    cursor: pointer;
    font-weight: 820;
    line-height: 1.4;
    list-style: none;
  }

  .nwb-article .nwb-faq summary::-webkit-details-marker { display: none; }

  .nwb-article .nwb-faq summary::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--nwb-cream);
    color: var(--nwb-coral-dark);
    content: "+";
    font-size: 23px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    transform: translateY(-50%);
  }

  .nwb-article .nwb-faq details[open] summary::after { content: "−"; }

  .nwb-article .nwb-faq__answer {
    padding: 0 22px 22px;
    color: var(--nwb-muted);
  }

  .nwb-article .nwb-location {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
    gap: 22px;
    margin-top: 30px;
  }

  .nwb-article .nwb-location address {
    color: inherit;
    font-style: normal;
  }

  .nwb-article .nwb-link-card {
    display: flex;
    flex-direction: column;
    min-height: 250px;
    padding: 28px;
    border: 1px solid var(--nwb-line);
    border-radius: 22px;
    background: var(--nwb-white);
    color: var(--nwb-ink);
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(21, 37, 63, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease;
  }

  .nwb-article .nwb-link-card:hover,
  .nwb-article .nwb-link-card:focus-visible {
    color: var(--nwb-ink);
    transform: translateY(-4px);
    box-shadow: var(--nwb-shadow);
  }

  .nwb-article .nwb-link-card .nwb-link-card__arrow {
    margin-top: auto;
    padding-top: 22px;
    color: var(--nwb-coral-dark);
    font-weight: 850;
  }

  .nwb-article .nwb-share {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
  }

  .nwb-article .nwb-share a,
  .nwb-article .nwb-share button {
    appearance: none;
    min-height: 48px;
    padding: 12px 18px;
    border: 2px solid var(--nwb-ink);
    border-radius: 999px;
    background: var(--nwb-white);
    color: var(--nwb-ink) !important;
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 820;
    line-height: 1.2;
    text-decoration: none;
  }

  .nwb-article .nwb-share a:hover,
  .nwb-article .nwb-share a:focus-visible,
  .nwb-article .nwb-share button:hover,
  .nwb-article .nwb-share button:focus-visible {
    background: var(--nwb-ink);
    color: var(--nwb-white) !important;
  }

  .nwb-article .nwb-copy-status {
    width: 100%;
    min-height: 24px;
    margin-top: 8px;
    color: var(--nwb-green);
    font-size: 14px;
    font-weight: 800;
  }

  .nwb-article .nwb-reference-list a {
    color: var(--nwb-white);
  }

  .nwb-article .nwb-reference-list a:hover,
  .nwb-article .nwb-reference-list a:focus-visible {
    color: #ffd69b;
  }

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

    .nwb-article .nwb-split,
    .nwb-article .nwb-hero__content .nwb-shell,
    .nwb-article .nwb-location {
      grid-template-columns: 1fr;
    }

    .nwb-article .nwb-sticky { position: static; }
    .nwb-article .nwb-test-strip { grid-template-columns: 1fr 1fr; }
  }

  @media (max-width: 620px) {
    .nwb-article { font-size: 16px; }

    .nwb-article .nwb-block {
      padding: 50px 18px;
    }

    .nwb-article .nwb-block--compact {
      padding-top: 24px;
      padding-bottom: 24px;
    }

    .nwb-article .nwb-grid-2,
    .nwb-article .nwb-grid-3,
    .nwb-article .nwb-grid-4,
    .nwb-article .nwb-test-strip {
      grid-template-columns: 1fr;
    }

    .nwb-article .nwb-buttons,
    .nwb-article .nwb-share {
      flex-direction: column;
    }

    .nwb-article .nwb-btn,
    .nwb-article .nwb-share a,
    .nwb-article .nwb-share button {
      width: 100%;
    }

    .nwb-article .nwb-hero__content {
      padding-left: 18px;
      padding-right: 18px;
    }

    .nwb-article .nwb-hero__image {
      height: 340px;
    }

    .nwb-article .nwb-meta {
      align-items: flex-start;
      flex-direction: column;
      text-align: left;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .nwb-article *,
    .nwb-article *::before,
    .nwb-article *::after {
      scroll-behavior: auto !important;
      transition: none !important;
    }
  }
</style>/* End custom CSS */