.elementor-549 .elementor-element.elementor-element-c380e6b{--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;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-549 .elementor-element.elementor-element-0291ae5{text-align:center;}.elementor-549 .elementor-element.elementor-element-0291ae5 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:33px;font-weight:600;letter-spacing:-0.5px;color:var( --e-global-color-63e36c0 );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-28f2191 */:root {
      --brand-blue: #003E75;
      --brand-cyan: #3AC1CC;
      --brand-blue-dark: #002b52;
      --text: #24313c;
      --muted: #5d6b78;
      --surface: #ffffff;
      --surface-soft: #f4f9fb;
      --border: #d8e5ea;
      --shadow: 0 18px 45px rgba(0, 62, 117, .11);
      --radius: 18px;
      --content-width: 1180px;
    }

    * { box-sizing: border-box; }
  
    body {
      margin: 0;
      font-family: "Montserrat", Arial, sans-serif;
      color: var(--text);
      background: #003E75;
      line-height: 1.7;
    }
    button, input, select, textarea { font: inherit; }
    a { color: var(--brand-blue); text-underline-offset: 3px; }
    a:hover { color: var(--brand-blue-dark); }
    img { max-width: 100%; height: auto; }

    .skip-link {
      position: fixed;
      top: 10px;
      left: 10px;
      z-index: 1000;
      transform: translateY(-150%);
      background: var(--brand-blue);
      color: #fff;
      padding: .65rem 1rem;
      border-radius: 8px;
    }
    .skip-link:focus { transform: translateY(0); }

    .hero {
      position: relative;
      overflow: hidden;
      color: #fff;
      background:
        radial-gradient(circle at 82% 18%, rgba(58, 193, 204, .34), transparent 34%),
        linear-gradient(135deg, var(--brand-blue-dark), var(--brand-blue));
    }
    .hero::after {
      content: "";
      position: absolute;
      inset: auto -10vw -120px 35vw;
      height: 260px;
      border-radius: 50% 50% 0 0;
      background: rgba(58, 193, 204, .16);
      transform: rotate(-6deg);
    }
    .hero__inner {
      position: relative;
      z-index: 1;
      max-width: var(--content-width);
      margin: 0 auto;
      padding: 54px 28px 82px;
    }
    .brand-lockup {
      display: inline-flex;
      align-items: center;
      padding: 10px 14px;
      background: rgba(255,255,255,.96);
      border-radius: 14px;
      box-shadow: 0 10px 30px rgba(0,0,0,.14);
    }
    .brand-lockup img { width: 180px; display: block; }
    .eyebrow {
      display: block;
      margin-top: 34px;
      color: #b8f5fa;
      font-size: .8rem;
      font-weight: 800;
      letter-spacing: .16em;
      text-transform: uppercase;
    }
   
    .hero__summary {
      max-width: 760px;
      margin: 0;
      color: #e5f3f7;
      font-size: clamp(1rem, 2vw, 1.18rem);
    }

    .page-shell {
      max-width: var(--content-width);
      margin: 32px auto 64px;
      padding: 0 28px;
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 26px;
      position: relative;
      z-index: 2;
    }
    main {
      min-width: 0;
      padding: clamp(24px, 4vw, 52px);
      border: 1px solid rgba(216,229,234,.9);
      border-radius: var(--radius);
      background: var(--surface);
      box-shadow: var(--shadow);
    }
    .document-meta {
      margin: 0 0 44px;
      overflow: hidden;
      border: 1px solid var(--border);
      border-radius: 14px;
      background: var(--surface-soft);
    }
    .document-meta div {
      display: grid;
      grid-template-columns: minmax(180px, .7fr) 1.5fr;
      border-bottom: 1px solid var(--border);
    }
    .document-meta div:last-child { border-bottom: 0; }
    .document-meta dt, .document-meta dd { margin: 0; padding: 13px 16px; }
    .document-meta dt {
      color: #fff;
      background: var(--brand-blue);
      font-size: .82rem;
      font-weight: 800;
      letter-spacing: .035em;
      text-transform: uppercase;
    }
    .document-meta dd { background: #fff; }

    section { margin-block: 44px; }
    main[id], section[id], h2[id], h3[id], h4[id] {
      scroll-margin-top: 140px;
    }
    section:first-of-type { margin-top: 0; }
    h2, h3, h4 {
      color: var(--brand-blue);
      line-height: 1.25;
      text-wrap: balance;
    }
    h2 {
      margin: 0 0 20px;
      padding-bottom: 12px;
      font-size: clamp(1.65rem, 3vw, 1.85rem);
      border-bottom: 3px solid var(--brand-cyan);
    }
    h3 { margin: 34px 0 12px; font-size: 1.42rem; }
    h4 { margin: 28px 0 10px; font-size: 1.12rem; }
    p { margin: 0 0 1rem; }
    ul, ol { margin: .8rem 0 1.3rem; padding-left: 1.4rem; }
    li { margin: .42rem 0; padding-left: .2rem; }
    li::marker { color: var(--brand-cyan); font-weight: 800; }
    strong { color: #162d40; }

    .callout {
      margin: 24px 0;
      padding: 20px 22px;
      border-left: 5px solid var(--brand-cyan);
      border-radius: 0 12px 12px 0;
      background: var(--surface-soft);
    }
    .definition {
      margin: 18px 0;
      padding: 18px 20px;
      border: 1px solid var(--border);
      border-radius: 12px;
      background: #fbfdfe;
    }
    .definition dt {
      margin-bottom: 6px;
      color: var(--brand-blue);
      font-weight: 800;
    }
    .definition dd { margin: 0; }

    address {
      font-style: normal;
      padding: 22px;
      border-radius: 14px;
      background: linear-gradient(135deg, rgba(0,62,117,.06), rgba(58,193,204,.12));
      border: 1px solid var(--border);
    }
   

    @media (max-width: 900px) {
      html { scroll-padding-top: 24px; }
      main[id], section[id], h2[id], h3[id], h4[id] { scroll-margin-top: 24px; }
      .page-shell { grid-template-columns: 1fr; }
    }
    @media (max-width: 620px) {
      .hero__inner, .page-shell, footer { padding-left: 18px; padding-right: 18px; }
      .brand-lockup img { width: 145px; }
      main { padding: 24px 18px; }
      .document-meta div { grid-template-columns: 1fr; }
      .document-meta dt { padding-bottom: 7px; }
      .document-meta dd { padding-top: 7px; }
    }
    @media print {
      body { background: #fff; }
      .hero { color: #000; background: #fff; }
      .hero__summary, .eyebrow { color: #333; }
      .page-shell { display: block; margin: 0; max-width: none; }
      main { box-shadow: none; border: 0; padding: 0; }
      a { color: inherit; }
      section { break-inside: avoid-page; }
    }/* End custom CSS */