/*(c) Haxter Corporation | All rights reserved. */
:root {
    --noc-blue: #0067b8;
    --noc-blue-deep: #004f8d;
    --noc-blue-soft: #eef6fc;
    --noc-blue-line: #d8e6f2;
    --noc-ink: #101820;
    --noc-text: #20262d;
    --noc-muted: #626a73;
    --noc-line: #e3e8ed;
    --noc-soft: #f6f8fa;
    --noc-white: #ffffff;
    --noc-panel: #0d1720;
    --noc-panel-line: #263746;
    --noc-panel-muted: #9aacbb;
    --noc-green: #60c689;
    --noc-wrap: 1480px;
    --noc-header-height: 84px;
}

* {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    min-height: 100%;
    scroll-behavior: smooth;
    background: var(--noc-white);
    -webkit-text-size-adjust: 100%;
}

body {
    min-width: 320px;
    min-height: 100%;
    margin: 0;
    background: var(--noc-white);
    color: var(--noc-text);
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
    text-rendering: geometricPrecision;
}

a {
    color: inherit;
}

img,
svg {
    display: block;
    max-width: 100%;
}

button,
input {
    font: inherit;
}

::selection {
    background: rgba(0, 103, 184, 0.18);
}

.noc_skip {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 100;
    padding: 11px 15px;
    background: var(--noc-ink);
    color: var(--noc-white);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transform: translateY(-160%);
    transition: transform 160ms ease;
}

.noc_skip:focus {
    transform: translateY(0);
}

.noc_wrap {
    width: min(var(--noc-wrap), calc(100% - 80px));
    margin: 0 auto;
}

.noc_header {
    min-height: var(--noc-header-height);
    display: flex;
    align-items: center;
    position: relative;
    z-index: 20;
    border-bottom: 1px solid var(--noc-line);
    background: rgba(255, 255, 255, 0.96);
}

.noc_header_inner {
    min-height: var(--noc-header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.noc_brand {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 24px;
    text-decoration: none;
}

.noc_brand_logo {
    width: clamp(190px, 20vw, 288px);
    height: auto;
    max-height: 48px;
    object-fit: contain;
    object-position: left center;
}

.noc_brand_division {
    display: grid;
    gap: 3px;
    padding-left: 24px;
    border-left: 1px solid var(--noc-line);
}

.noc_brand_division strong {
    color: var(--noc-ink);
    font-size: 13px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.noc_brand_division span {
    color: var(--noc-muted);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.noc_nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.noc_nav a {
    color: var(--noc-muted);
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
}

.noc_nav a:hover,
.noc_nav a:focus-visible {
    color: var(--noc-blue);
}

.noc_nav .noc_nav_portal {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 16px;
    border: 1px solid var(--noc-blue);
    color: var(--noc-blue);
}

.noc_nav .noc_nav_portal:hover,
.noc_nav .noc_nav_portal:focus-visible {
    background: var(--noc-blue);
    color: var(--noc-white);
}

.noc_main {
    overflow: hidden;
}

.noc_hero {
    position: relative;
    border-bottom: 1px solid var(--noc-line);
    background:
        linear-gradient(90deg, transparent 0, transparent calc(100% - 1px), rgba(0, 103, 184, 0.055) calc(100% - 1px)) 0 0 / min(330px, 25vw) 100%,
        var(--noc-white);
}

.noc_hero_grid {
    min-height: calc(100svh - var(--noc-header-height));
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    align-items: stretch;
}

.noc_hero_public {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 86px 8vw 86px 0;
}

.noc_eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 26px;
    color: var(--noc-blue);
    font-size: 12px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.noc_eyebrow::before {
    width: 34px;
    height: 2px;
    flex: 0 0 auto;
    background: var(--noc-blue);
    content: "";
}

.noc_title {
    max-width: 850px;
    margin: 0;
    color: var(--noc-ink);
    font-size: clamp(56px, 6.7vw, 104px);
    line-height: 0.91;
    letter-spacing: -0.072em;
    font-weight: 600;
}

.noc_title span {
    display: block;
    color: var(--noc-blue);
}

.noc_lead {
    max-width: 720px;
    margin: 32px 0 0;
    color: var(--noc-muted);
    font-family: "Open Sans", "Segoe UI", sans-serif;
    font-size: clamp(17px, 1.5vw, 21px);
    line-height: 1.63;
    font-weight: 400;
}

.noc_public_actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-top: 42px;
}

.noc_primary_link {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 22px;
    background: var(--noc-blue);
    color: var(--noc-white);
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
}

.noc_primary_link:hover,
.noc_primary_link:focus-visible {
    background: var(--noc-blue-deep);
}

.noc_primary_link span {
    font-size: 22px;
    line-height: 0;
    transform: translateY(-1px);
}

.noc_text_link {
    color: var(--noc-blue);
    font-size: 14px;
    font-weight: 700;
    text-underline-offset: 5px;
}

.noc_hero_staff {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 72px 0 72px clamp(48px, 5vw, 82px);
    background: var(--noc-panel);
    color: var(--noc-white);
}

.noc_hero_staff::before {
    width: 100vw;
    position: absolute;
    inset: 0 auto 0 100%;
    background: var(--noc-panel);
    content: "";
}

.noc_console_topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--noc-panel-line);
    color: var(--noc-panel-muted);
    font-size: 11px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.noc_console_state {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--noc-green);
}

.noc_console_state::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 5px rgba(96, 198, 137, 0.1);
    content: "";
}

.noc_staff_kicker {
    margin: 46px 0 13px;
    color: #7fbce9;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.noc_staff_title {
    margin: 0;
    color: var(--noc-white);
    font-size: clamp(40px, 4.4vw, 68px);
    line-height: 0.98;
    letter-spacing: -0.055em;
    font-weight: 600;
}

.noc_staff_copy {
    max-width: 560px;
    margin: 22px 0 0;
    color: var(--noc-panel-muted);
    font-family: "Open Sans", "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.noc_access_block {
    margin-top: 38px;
    padding: 28px;
    border: 1px solid var(--noc-panel-line);
    background: rgba(255, 255, 255, 0.025);
}

.noc_access_label {
    display: block;
    margin-bottom: 16px;
    color: var(--noc-panel-muted);
    font-size: 11px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.noc_staff_button {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 20px;
    border: 1px solid #1886d4;
    background: var(--noc-blue);
    color: var(--noc-white);
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
}

.noc_staff_button:hover,
.noc_staff_button:focus-visible {
    border-color: #42a5ee;
    background: #0875c5;
}

.noc_staff_button span {
    font-size: 23px;
    line-height: 1;
    font-weight: 400;
}

.noc_restricted {
    display: flex;
    gap: 12px;
    margin: 18px 0 0;
    color: #7e909f;
    font-family: "Open Sans", "Segoe UI", sans-serif;
    font-size: 12px;
    line-height: 1.55;
}

.noc_restricted_mark {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    margin-top: 1px;
    border: 1px solid #5f7486;
    color: #8ca0b0;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
}

.noc_section {
    padding: 108px 0;
    background: var(--noc-white);
}

.noc_section_head {
    display: grid;
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
    gap: 70px;
    align-items: start;
    margin-bottom: 68px;
}

.noc_section_label {
    margin: 0;
    color: var(--noc-blue);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.noc_section_title {
    max-width: 870px;
    margin: 0;
    color: var(--noc-ink);
    font-size: clamp(34px, 4vw, 61px);
    line-height: 1.02;
    letter-spacing: -0.052em;
    font-weight: 600;
}

.noc_capabilities {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--noc-line);
    border-bottom: 1px solid var(--noc-line);
}

.noc_capability {
    min-height: 280px;
    padding: 38px 42px 42px 0;
}

.noc_capability + .noc_capability {
    padding-left: 42px;
    border-left: 1px solid var(--noc-line);
}

.noc_capability_number {
    display: block;
    margin-bottom: 54px;
    color: var(--noc-blue);
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.noc_capability h3 {
    margin: 0;
    color: var(--noc-ink);
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: -0.025em;
    font-weight: 600;
}

.noc_capability p {
    margin: 18px 0 0;
    color: var(--noc-muted);
    font-family: "Open Sans", "Segoe UI", sans-serif;
    font-size: 15px;
    line-height: 1.68;
}

.noc_scope {
    padding: 92px 0;
    border-top: 1px solid var(--noc-blue-line);
    background:
        linear-gradient(90deg, rgba(0, 103, 184, 0.04) 0 1px, transparent 1px 100%) 0 0 / 44px 44px,
        var(--noc-blue-soft);
}

.noc_scope_grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 9vw;
    align-items: start;
}

.noc_scope h2 {
    margin: 0;
    color: var(--noc-ink);
    font-size: clamp(36px, 4.2vw, 64px);
    line-height: 1;
    letter-spacing: -0.055em;
    font-weight: 600;
}

.noc_scope_copy {
    max-width: 680px;
    margin: 24px 0 0;
    color: var(--noc-muted);
    font-family: "Open Sans", "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.noc_scope_list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #bfd8ea;
}

.noc_scope_list li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 22px 0;
    border-bottom: 1px solid #bfd8ea;
    color: var(--noc-ink);
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
}

.noc_scope_list span {
    color: var(--noc-blue);
    font-size: 12px;
    letter-spacing: 0.08em;
}

.noc_footer {
    padding: 34px 0;
    border-top: 1px solid var(--noc-line);
    background: var(--noc-white);
}

.noc_footer_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    color: var(--noc-muted);
    font-family: "Open Sans", "Segoe UI", sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

.noc_footer_links {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.noc_footer a {
    text-underline-offset: 4px;
}

:focus-visible {
    outline: 2px solid var(--noc-blue);
    outline-offset: 3px;
}

@media (max-width: 1120px) {
    .noc_wrap {
        width: min(var(--noc-wrap), calc(100% - 48px));
    }

    .noc_nav a:not(.noc_nav_portal) {
        display: none;
    }

    .noc_hero_grid {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .noc_hero_public {
        min-height: 680px;
        padding: 86px 4vw 86px 0;
    }

    .noc_hero_staff {
        min-height: 620px;
        margin-inline: calc(50% - 50vw);
        padding: 72px max(24px, calc((100vw - min(var(--noc-wrap), calc(100vw - 48px))) / 2));
    }

    .noc_hero_staff::before {
        display: none;
    }

    .noc_access_block {
        max-width: 680px;
    }
}

@media (max-width: 760px) {
    :root {
        --noc-header-height: 74px;
    }

    .noc_wrap {
        width: min(var(--noc-wrap), calc(100% - 32px));
    }

    .noc_header_inner {
        gap: 16px;
    }

    .noc_brand_logo {
        width: 170px;
    }

    .noc_brand_division {
        display: none;
    }

    .noc_nav .noc_nav_portal {
        min-height: 36px;
        padding: 0 12px;
        font-size: 12px;
    }

    .noc_hero_public {
        min-height: 610px;
        padding: 68px 0;
    }

    .noc_title {
        font-size: clamp(49px, 15vw, 74px);
    }

    .noc_lead {
        margin-top: 26px;
        font-size: 17px;
    }

    .noc_public_actions {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 34px;
    }

    .noc_hero_staff {
        min-height: 560px;
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .noc_console_topline {
        align-items: flex-start;
        flex-direction: column;
    }

    .noc_staff_kicker {
        margin-top: 38px;
    }

    .noc_access_block {
        padding: 20px;
    }

    .noc_section {
        padding: 78px 0;
    }

    .noc_section_head {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-bottom: 48px;
    }

    .noc_capabilities {
        grid-template-columns: 1fr;
    }

    .noc_capability,
    .noc_capability + .noc_capability {
        min-height: 0;
        padding: 32px 0 38px;
        border-left: 0;
    }

    .noc_capability + .noc_capability {
        border-top: 1px solid var(--noc-line);
    }

    .noc_capability_number {
        margin-bottom: 38px;
    }

    .noc_scope {
        padding: 72px 0;
    }

    .noc_scope_grid {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .noc_footer_inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto;
        transition-duration: 0.01ms;
    }
}
