.elementor-8689 .elementor-element.elementor-element-914fbe6{--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 */:root {
      --ndp-ink: #172033;
      --ndp-muted: #4b5567;
      --ndp-navy: #14233d;
      --ndp-navy-2: #203a64;
      --ndp-rust: #9f3f24;
      --ndp-rust-dark: #742c19;
      --ndp-cream: #fbf7f1;
      --ndp-sand: #f2e6da;
      --ndp-blue-soft: #eaf0f8;
      --ndp-white: #ffffff;
      --ndp-line: #d8dee7;
      --ndp-shadow: 0 20px 50px rgba(20,35,61,.10);
      --ndp-radius-lg: 28px;
      --ndp-radius-md: 18px;
      --ndp-radius-sm: 12px;
      --ndp-max: 1160px;
    }

    .ndp-section,
    .ndp-section * {
      box-sizing: border-box;
    }

    .ndp-section {
      width: 100%;
      padding: 76px 24px;
      background: var(--ndp-white) !important;
      color: var(--ndp-ink) !important;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }

    .ndp-section.ndp-compact { padding-top: 36px; padding-bottom: 36px; }
    .ndp-section.ndp-cream { background: var(--ndp-cream) !important; }
    .ndp-section.ndp-sand { background: var(--ndp-sand) !important; }
    .ndp-section.ndp-blue-soft { background: var(--ndp-blue-soft) !important; }
    .ndp-section.ndp-dark {
      background: var(--ndp-navy) !important;
      color: var(--ndp-white) !important;
    }

    .ndp-container {
      width: min(100%, var(--ndp-max));
      margin: 0 auto;
    }

    .ndp-narrow {
      width: min(100%, 860px);
      margin: 0 auto;
    }

    .ndp-section h1,
    .ndp-section h2,
    .ndp-section h3,
    .ndp-section h4 {
      margin: 0;
      color: var(--ndp-ink) !important;
      font-weight: 760;
      letter-spacing: -.025em;
      line-height: 1.12;
    }

    .ndp-section h1 { font-size: clamp(2.35rem, 5vw, 4.85rem); }
    .ndp-section h2 { font-size: clamp(1.85rem, 3.4vw, 3.15rem); }
    .ndp-section h3 { font-size: clamp(1.18rem, 2vw, 1.48rem); }
    .ndp-section h4 { font-size: 1rem; }

    .ndp-section p,
    .ndp-section li,
    .ndp-section td,
    .ndp-section th,
    .ndp-section summary {
      color: var(--ndp-ink) !important;
      font-size: 1.04rem;
      line-height: 1.75;
    }

    .ndp-section p { margin: 18px 0 0; }
    .ndp-section ul,
    .ndp-section ol { margin: 18px 0 0; padding-left: 1.25rem; }
    .ndp-section li + li { margin-top: 9px; }

    .ndp-dark h1,
    .ndp-dark h2,
    .ndp-dark h3,
    .ndp-dark h4,
    .ndp-dark p,
    .ndp-dark li,
    .ndp-dark summary,
    .ndp-on-dark,
    .ndp-on-dark * {
      color: var(--ndp-white) !important;
    }

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

    .ndp-kicker {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      margin: 0 0 18px;
      color: var(--ndp-rust-dark) !important;
      font-size: .78rem !important;
      font-weight: 800;
      letter-spacing: .14em;
      line-height: 1.3 !important;
      text-transform: uppercase;
    }

    .ndp-kicker::before {
      content: "";
      width: 28px;
      height: 3px;
      border-radius: 999px;
      background: var(--ndp-rust);
    }

    .ndp-dark .ndp-kicker { color: #ffd8c8 !important; }
    .ndp-dark .ndp-kicker::before { background: #ffb08f; }

    .ndp-lead {
      max-width: 800px;
      margin-top: 22px !important;
      color: var(--ndp-muted) !important;
      font-size: clamp(1.08rem, 1.8vw, 1.3rem) !important;
      line-height: 1.7 !important;
    }

    .ndp-dark .ndp-lead { color: #e9eef8 !important; }

    .ndp-grid-2,
    .ndp-grid-3,
    .ndp-grid-4 {
      display: grid;
      gap: 22px;
      margin-top: 34px;
    }

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

    .ndp-card {
      height: 100%;
      padding: 28px;
      border: 1px solid var(--ndp-line);
      border-radius: var(--ndp-radius-md);
      background: var(--ndp-white) !important;
      box-shadow: 0 10px 30px rgba(20,35,61,.06);
    }

    .ndp-card.ndp-card-rust { border-top: 5px solid var(--ndp-rust); }
    .ndp-card.ndp-card-navy { border-top: 5px solid var(--ndp-navy-2); }
    .ndp-card.ndp-card-soft { background: var(--ndp-cream) !important; box-shadow: none; }

    .ndp-number,
    .ndp-icon {
      display: inline-grid;
      place-items: center;
      width: 42px;
      height: 42px;
      margin-bottom: 18px;
      border-radius: 50%;
      background: var(--ndp-navy) !important;
      color: var(--ndp-white) !important;
      font-size: .86rem;
      font-weight: 800;
      line-height: 1;
    }

    .ndp-icon-rust { background: var(--ndp-rust-dark) !important; }

    .ndp-chip-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 24px;
    }

    .ndp-chip {
      display: inline-flex;
      align-items: center;
      min-height: 36px;
      padding: 7px 13px;
      border: 1px solid #cbd5e1;
      border-radius: 999px;
      background: var(--ndp-white) !important;
      color: var(--ndp-ink) !important;
      font-size: .86rem !important;
      font-weight: 700;
      line-height: 1.2 !important;
    }

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

    .ndp-button,
    .ndp-button:link,
    .ndp-button:visited,
    .ndp-button:hover,
    .ndp-button:active {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
      padding: 13px 20px;
      border: 2px solid var(--ndp-rust-dark) !important;
      border-radius: 999px;
      background: var(--ndp-rust-dark) !important;
      color: var(--ndp-white) !important;
      font-size: .95rem !important;
      font-weight: 800 !important;
      line-height: 1.2 !important;
      text-align: center;
      text-decoration: none !important;
      box-shadow: none;
      cursor: pointer;
      transition: transform .2s ease, background .2s ease;
    }

    .ndp-button:hover { transform: translateY(-2px); background: #5f2113 !important; }

    .ndp-button.ndp-secondary,
    .ndp-button.ndp-secondary:link,
    .ndp-button.ndp-secondary:visited {
      border-color: var(--ndp-navy) !important;
      background: var(--ndp-white) !important;
      color: var(--ndp-navy) !important;
    }

    .ndp-button.ndp-secondary:hover {
      background: var(--ndp-blue-soft) !important;
      color: var(--ndp-navy) !important;
    }

    .ndp-dark .ndp-button.ndp-secondary,
    .ndp-dark .ndp-button.ndp-secondary:link,
    .ndp-dark .ndp-button.ndp-secondary:visited {
      border-color: var(--ndp-white) !important;
      background: transparent !important;
      color: var(--ndp-white) !important;
    }

    .ndp-dark .ndp-button.ndp-secondary:hover {
      background: var(--ndp-white) !important;
      color: var(--ndp-navy) !important;
    }

    .ndp-button:focus-visible,
    .ndp-section a:focus-visible,
    .ndp-section summary:focus-visible {
      outline: 4px solid #f5b29a;
      outline-offset: 3px;
    }

    .ndp-text-link,
    .ndp-text-link:link,
    .ndp-text-link:visited {
      color: var(--ndp-rust-dark) !important;
      font-weight: 800;
      text-decoration: underline;
      text-decoration-thickness: 2px;
      text-underline-offset: 3px;
    }

    .ndp-quote {
      margin: 32px 0 0;
      padding: 26px 28px;
      border-left: 6px solid var(--ndp-rust);
      border-radius: 0 var(--ndp-radius-md) var(--ndp-radius-md) 0;
      background: var(--ndp-cream) !important;
    }

    .ndp-quote p {
      margin: 0 !important;
      color: var(--ndp-ink) !important;
      font-size: clamp(1.12rem, 2vw, 1.4rem) !important;
      font-weight: 730;
      line-height: 1.55 !important;
    }

    .ndp-alert {
      padding: 24px 26px;
      border: 1px solid #e5b7a6;
      border-radius: var(--ndp-radius-md);
      background: #fff3ed !important;
    }

    .ndp-alert h2,
    .ndp-alert h3,
    .ndp-alert p { color: var(--ndp-ink) !important; }

    .ndp-meta {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 1px;
      overflow: hidden;
      border: 1px solid var(--ndp-line);
      border-radius: var(--ndp-radius-md);
      background: var(--ndp-line) !important;
    }

    .ndp-meta-item {
      min-height: 92px;
      padding: 18px;
      background: var(--ndp-white) !important;
    }

    .ndp-meta-label {
      display: block;
      color: var(--ndp-muted) !important;
      font-size: .73rem;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .ndp-meta-value {
      display: block;
      margin-top: 7px;
      color: var(--ndp-ink) !important;
      font-size: .93rem;
      font-weight: 750;
      line-height: 1.4;
    }

    .ndp-hero {
      position: relative;
      overflow: hidden;
      padding-top: 94px;
      padding-bottom: 94px;
      background:
        radial-gradient(circle at 85% 18%, rgba(255,176,143,.22), transparent 30%),
        linear-gradient(135deg, #101c31 0%, #1b3155 100%) !important;
    }

    .ndp-hero::after {
      content: "";
      position: absolute;
      right: -120px;
      bottom: -170px;
      width: 420px;
      height: 420px;
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 50%;
    }

    .ndp-hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 1.3fr) minmax(310px, .7fr);
      gap: 54px;
      align-items: center;
    }

    .ndp-hero h1,
    .ndp-hero p { color: var(--ndp-white) !important; }

    .ndp-hero-visual {
      padding: 26px;
      border: 1px solid rgba(255,255,255,.2);
      border-radius: var(--ndp-radius-lg);
      background: rgba(255,255,255,.08) !important;
      backdrop-filter: blur(10px);
    }

    .ndp-visual-item {
      display: flex;
      align-items: center;
      gap: 15px;
      min-height: 70px;
      padding: 16px 18px;
      border-radius: 14px;
      background: var(--ndp-white) !important;
    }

    .ndp-visual-item + .ndp-visual-item { margin-top: 12px; }

    .ndp-visual-item span:first-child {
      display: grid;
      place-items: center;
      flex: 0 0 38px;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: var(--ndp-rust-dark) !important;
      color: var(--ndp-white) !important;
      font-size: .78rem;
      font-weight: 800;
    }

    .ndp-visual-item strong {
      display: block;
      color: var(--ndp-ink) !important;
      font-size: 1rem;
    }

    .ndp-visual-item small {
      display: block;
      margin-top: 3px;
      color: var(--ndp-muted) !important;
      font-size: .82rem;
      line-height: 1.35;
    }

    .ndp-toc {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
      margin-top: 30px;
      padding: 0;
      list-style: none;
    }

    .ndp-toc li { margin: 0 !important; }
    .ndp-toc a {
      display: flex;
      align-items: center;
      min-height: 54px;
      padding: 13px 16px;
      border: 1px solid var(--ndp-line);
      border-radius: 12px;
      background: var(--ndp-white) !important;
      color: var(--ndp-ink) !important;
      font-size: .95rem;
      font-weight: 700;
      line-height: 1.35;
      text-decoration: none !important;
    }

    .ndp-toc a:hover { border-color: var(--ndp-rust); background: #fff7f3 !important; }

    .ndp-flow {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin-top: 34px;
    }

    .ndp-flow-item {
      position: relative;
      padding: 26px;
      border-radius: var(--ndp-radius-md);
      background: var(--ndp-white) !important;
      color: var(--ndp-ink) !important;
    }

    .ndp-flow-item:not(:last-child)::after {
      content: "→";
      position: absolute;
      top: 50%;
      right: -13px;
      z-index: 2;
      display: grid;
      place-items: center;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background: var(--ndp-rust-dark) !important;
      color: var(--ndp-white) !important;
      font-weight: 900;
      transform: translateY(-50%);
    }

    .ndp-table-wrap {
      margin-top: 34px;
      overflow-x: auto;
      border: 1px solid var(--ndp-line);
      border-radius: var(--ndp-radius-md);
      background: var(--ndp-white) !important;
      box-shadow: var(--ndp-shadow);
      -webkit-overflow-scrolling: touch;
    }

    .ndp-table {
      width: 100%;
      min-width: 760px;
      border-collapse: collapse;
      background: var(--ndp-white) !important;
    }

    .ndp-table th {
      padding: 18px;
      border-bottom: 1px solid #3f5577;
      background: var(--ndp-navy) !important;
      color: var(--ndp-white) !important;
      font-weight: 800;
      text-align: left;
    }

    .ndp-table td {
      padding: 18px;
      border-bottom: 1px solid var(--ndp-line);
      vertical-align: top;
    }

    .ndp-table tr:last-child td { border-bottom: 0; }
    .ndp-table tbody tr:nth-child(even) td { background: var(--ndp-cream) !important; }

    .ndp-stat-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
      margin-top: 34px;
    }

    .ndp-stat {
      padding: 22px;
      border: 1px solid rgba(255,255,255,.18);
      border-radius: var(--ndp-radius-md);
      background: rgba(255,255,255,.08) !important;
    }

    .ndp-stat strong {
      display: block;
      color: var(--ndp-white) !important;
      font-size: clamp(1.65rem, 3vw, 2.5rem);
      line-height: 1.1;
    }

    .ndp-stat span {
      display: block;
      margin-top: 8px;
      color: #dbe6f5 !important;
      font-size: .9rem;
      line-height: 1.4;
    }

    .ndp-checklist {
      margin: 18px 0 0 !important;
      padding: 0 !important;
      list-style: none;
    }

    .ndp-checklist li {
      position: relative;
      margin: 0 !important;
      padding: 12px 0 12px 34px;
      border-bottom: 1px solid var(--ndp-line);
    }

    .ndp-checklist li::before {
      content: "✓";
      position: absolute;
      top: 13px;
      left: 0;
      display: grid;
      place-items: center;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: var(--ndp-navy) !important;
      color: var(--ndp-white) !important;
      font-size: .76rem;
      font-weight: 900;
    }

    .ndp-checklist li:last-child { border-bottom: 0; }

    .ndp-faq {
      margin-top: 30px;
      border-top: 1px solid var(--ndp-line);
    }

    .ndp-faq details {
      border-bottom: 1px solid var(--ndp-line);
      background: var(--ndp-white) !important;
    }

    .ndp-faq summary {
      position: relative;
      padding: 23px 48px 23px 0;
      font-weight: 800;
      cursor: pointer;
      list-style: none;
    }

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

    .ndp-faq summary::after {
      content: "+";
      position: absolute;
      top: 50%;
      right: 4px;
      display: grid;
      place-items: center;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: var(--ndp-blue-soft) !important;
      color: var(--ndp-navy) !important;
      font-size: 1.25rem;
      font-weight: 800;
      transform: translateY(-50%);
    }

    .ndp-faq details[open] summary::after { content: "−"; }
    .ndp-faq-answer { padding: 0 48px 24px 0; }
    .ndp-faq-answer p { margin-top: 0 !important; color: var(--ndp-muted) !important; }

    .ndp-source-list {
      margin-top: 28px;
      padding: 0;
      list-style: none;
    }

    .ndp-source-list li {
      margin: 0 !important;
      padding: 14px 0;
      border-bottom: 1px solid var(--ndp-line);
    }

    .ndp-source-list a,
    .ndp-source-list a:link,
    .ndp-source-list a:visited {
      color: var(--ndp-navy) !important;
      font-weight: 750;
      text-decoration: underline;
      text-decoration-thickness: 1.5px;
      text-underline-offset: 3px;
    }

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

    .ndp-share .ndp-button { min-width: 150px; }

    @media (max-width: 900px) {
      .ndp-section { padding: 60px 20px; }
      .ndp-hero { padding-top: 72px; padding-bottom: 72px; }
      .ndp-hero-grid,
      .ndp-grid-2,
      .ndp-grid-3,
      .ndp-grid-4 { grid-template-columns: 1fr; }
      .ndp-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .ndp-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .ndp-flow { grid-template-columns: 1fr; }
      .ndp-flow-item:not(:last-child)::after {
        content: "↓";
        top: auto;
        right: 50%;
        bottom: -20px;
        transform: translateX(50%);
      }
      .ndp-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }

    @media (max-width: 600px) {
      .ndp-section { padding: 48px 16px; }
      .ndp-section.ndp-compact { padding-top: 28px; padding-bottom: 28px; }
      .ndp-card { padding: 22px; }
      .ndp-grid-4,
      .ndp-toc,
      .ndp-meta,
      .ndp-stat-grid { grid-template-columns: 1fr; }
      .ndp-buttons,
      .ndp-share { flex-direction: column; }
      .ndp-button,
      .ndp-share .ndp-button { width: 100%; }
      .ndp-hero-visual { padding: 16px; }
      .ndp-faq-answer { padding-right: 0; }
    }

    /* HIGH-CONTRAST LOCK
       These final rules sit after all layout rules so Elementor/Hello theme
       colours cannot place pale text inside white cards or dark text on navy. */
    .ndp-section,
    .ndp-section p,
    .ndp-section li,
    .ndp-section h1,
    .ndp-section h2,
    .ndp-section h3,
    .ndp-section h4,
    .ndp-section td,
    .ndp-section th,
    .ndp-section summary,
    .ndp-section strong,
    .ndp-section span {
      opacity: 1 !important;
      text-shadow: none !important;
    }

    .ndp-section:not(.ndp-dark),
    .ndp-section:not(.ndp-dark) p,
    .ndp-section:not(.ndp-dark) li,
    .ndp-section:not(.ndp-dark) h1,
    .ndp-section:not(.ndp-dark) h2,
    .ndp-section:not(.ndp-dark) h3,
    .ndp-section:not(.ndp-dark) h4,
    .ndp-section:not(.ndp-dark) summary {
      color: #172033 !important;
      -webkit-text-fill-color: #172033 !important;
    }

    .ndp-section.ndp-dark,
    .ndp-section.ndp-dark p,
    .ndp-section.ndp-dark li,
    .ndp-section.ndp-dark h1,
    .ndp-section.ndp-dark h2,
    .ndp-section.ndp-dark h3,
    .ndp-section.ndp-dark h4 {
      color: #ffffff !important;
      -webkit-text-fill-color: #ffffff !important;
    }

    /* White cards and controls always use dark text, including inside dark blocks. */
    .ndp-section .ndp-card,
    .ndp-section .ndp-flow-item,
    .ndp-section .ndp-visual-item,
    .ndp-section .ndp-meta-item,
    .ndp-section .ndp-faq details,
    .ndp-section .ndp-table-wrap,
    .ndp-section .ndp-table td,
    .ndp-section .ndp-chip {
      background-color: #ffffff !important;
      color: #172033 !important;
      -webkit-text-fill-color: #172033 !important;
    }

    .ndp-section .ndp-card h2,
    .ndp-section .ndp-card h3,
    .ndp-section .ndp-card h4,
    .ndp-section .ndp-card p,
    .ndp-section .ndp-card li,
    .ndp-section .ndp-card strong,
    .ndp-section .ndp-flow-item h3,
    .ndp-section .ndp-flow-item p,
    .ndp-section .ndp-visual-item strong,
    .ndp-section .ndp-meta-item span,
    .ndp-section .ndp-faq summary,
    .ndp-section .ndp-faq-answer p,
    .ndp-section .ndp-table td,
    .ndp-section .ndp-chip {
      color: #172033 !important;
      -webkit-text-fill-color: #172033 !important;
    }

    .ndp-section .ndp-visual-item small,
    .ndp-section .ndp-meta-label,
    .ndp-section .ndp-faq-answer p,
    .ndp-section .ndp-muted {
      color: #4b5567 !important;
      -webkit-text-fill-color: #4b5567 !important;
    }

    /* Cream callouts also require dark copy inside navy sections. */
    .ndp-section .ndp-quote,
    .ndp-section .ndp-alert {
      background-color: #fbf7f1 !important;
    }

    .ndp-section .ndp-quote p,
    .ndp-section .ndp-alert h2,
    .ndp-section .ndp-alert h3,
    .ndp-section .ndp-alert p,
    .ndp-section .ndp-alert strong {
      color: #172033 !important;
      -webkit-text-fill-color: #172033 !important;
    }

    /* Keep dark-background interface elements white. */
    .ndp-section .ndp-number,
    .ndp-section .ndp-icon,
    .ndp-section .ndp-visual-item > span:first-child,
    .ndp-section .ndp-checklist li::before,
    .ndp-section.ndp-dark .ndp-stat strong {
      color: #ffffff !important;
      -webkit-text-fill-color: #ffffff !important;
    }

    .ndp-section.ndp-dark .ndp-stat span {
      color: #dbe6f5 !important;
      -webkit-text-fill-color: #dbe6f5 !important;
    }

    .ndp-section .ndp-kicker {
      color: #742c19 !important;
      -webkit-text-fill-color: #742c19 !important;
    }

    .ndp-section.ndp-dark .ndp-kicker {
      color: #ffd8c8 !important;
      -webkit-text-fill-color: #ffd8c8 !important;
    }

    .ndp-section .ndp-text-link,
    .ndp-section .ndp-text-link:link,
    .ndp-section .ndp-text-link:visited {
      color: #742c19 !important;
      -webkit-text-fill-color: #742c19 !important;
    }

    .ndp-section .ndp-button,
    .ndp-section .ndp-button:link,
    .ndp-section .ndp-button:visited,
    .ndp-section .ndp-button:hover,
    .ndp-section .ndp-button:active {
      background-color: #742c19 !important;
      border-color: #742c19 !important;
      color: #ffffff !important;
      -webkit-text-fill-color: #ffffff !important;
    }

    .ndp-section .ndp-button.ndp-secondary,
    .ndp-section .ndp-button.ndp-secondary:link,
    .ndp-section .ndp-button.ndp-secondary:visited {
      background-color: #ffffff !important;
      border-color: #14233d !important;
      color: #14233d !important;
      -webkit-text-fill-color: #14233d !important;
    }

    .ndp-section.ndp-dark .ndp-button.ndp-secondary,
    .ndp-section.ndp-dark .ndp-button.ndp-secondary:link,
    .ndp-section.ndp-dark .ndp-button.ndp-secondary:visited {
      background-color: transparent !important;
      border-color: #ffffff !important;
      color: #ffffff !important;
      -webkit-text-fill-color: #ffffff !important;
    }

    .ndp-section.ndp-dark .ndp-button.ndp-secondary:hover {
      background-color: #ffffff !important;
      color: #14233d !important;
      -webkit-text-fill-color: #14233d !important;
    }
  </style>/* End custom CSS */