@font-face {
    font-family: "Prompt";
    src: url("../fonts/Prompt-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Prompt";
    src: url("../fonts/Prompt-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Prompt";
    src: url("../fonts/Prompt-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.sp-shell {
    width: min(calc(100% - 48px), 1220px);
    margin-inline: auto;
}

.sp-utility,
.sp-header {
    font-family: "Prompt", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sp-utility {
    position: relative;
    z-index: 152;
    min-height: 34px;
    background: #071523;
    color: #c7d3de;
    font-size: .7rem;
    letter-spacing: .04em;
}

.sp-utility__inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.sp-utility p {
    margin: 0;
    color: #aebdca;
    font-size: .67rem;
    letter-spacing: .1em;
    line-height: 1.4;
    text-transform: uppercase;
}

.sp-status-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 9px;
    border-radius: 50%;
    background: #4fe69d;
    box-shadow: 0 0 0 4px rgba(79, 230, 157, .12);
    vertical-align: 1px;
}

.sp-utility__links {
    display: flex;
    align-items: center;
    gap: 25px;
}

.sp-utility a,
.sp-header a {
    color: inherit;
    text-decoration: none;
}

.sp-utility a {
    transition: color .18s ease;
}

.sp-utility a:hover {
    color: #fff;
}

.sp-header {
    position: sticky;
    top: 0;
    z-index: 151;
    height: 82px;
    border-bottom: 1px solid rgba(13, 44, 69, .08);
    background: rgba(255, 255, 255, .97);
    color: #102033;
    backdrop-filter: blur(16px);
}

.sp-header__inner {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 28px;
}

.sp-brand {
    width: 166px;
    flex: 0 0 auto;
    display: block;
}

.sp-brand img {
    width: 100%;
    height: auto;
    display: block;
}

.sp-menu {
    margin-left: auto;
}

.sp-menu__toggle,
.sp-menu__trigger {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sp-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 23px;
}

.sp-nav__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    color: #33485b !important;
    font-size: .78rem;
    font-weight: 500;
    line-height: 1.35;
    white-space: nowrap;
    transition: color .18s ease;
}

.sp-nav__link::after {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 2px;
    left: 0;
    height: 2px;
    background: #1769e0;
    transition: right .18s ease;
}

.sp-nav__link:hover,
.sp-nav__link[aria-current="page"] {
    color: #1769e0 !important;
}

.sp-nav__link:hover::after,
.sp-nav__link[aria-current="page"]::after {
    right: 0;
}

.sp-nav__home {
    min-height: 42px;
    padding: 8px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #1769e0;
    border-radius: 8px;
    background: #1769e0;
    color: #fff !important;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1.35;
    white-space: nowrap;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.sp-nav__home:hover {
    border-color: #0f56bd;
    background: #0f56bd;
    transform: translateY(-1px);
}

.sp-header :focus-visible,
.sp-utility :focus-visible {
    outline: 3px solid #46cdf0;
    outline-offset: 3px;
}

@media (max-width: 1120px) {
    .sp-header {
        height: 72px;
        backdrop-filter: none;
    }

    .sp-brand {
        width: 150px;
    }

    .sp-menu {
        position: relative;
    }

    .sp-menu__toggle {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .sp-menu__trigger {
        position: static;
        width: 44px;
        height: 44px;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        border: 0;
        background: transparent;
        color: #102033;
        cursor: pointer;
    }

    .sp-menu__trigger span {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .sp-menu__trigger i {
        width: 23px;
        height: 2px;
        display: block;
        background: currentColor;
        transition: opacity .18s ease, transform .18s ease;
    }

    .sp-menu__toggle:checked + .sp-menu__trigger i:nth-of-type(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .sp-menu__toggle:checked + .sp-menu__trigger i:nth-of-type(2) {
        opacity: 0;
    }

    .sp-menu__toggle:checked + .sp-menu__trigger i:nth-of-type(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .sp-menu__toggle:not(:checked) ~ .sp-nav {
        display: none;
    }

    .sp-nav {
        position: absolute;
        top: calc(100% + 14px);
        right: 0;
        width: min(360px, calc(100vw - 36px));
        padding: 14px;
        display: grid;
        gap: 2px;
        border: 1px solid #d9e4ed;
        border-radius: 14px;
        background: #fff;
        box-shadow: 0 20px 55px rgba(12, 42, 67, .16);
    }

    .sp-nav__link {
        min-height: 46px;
        padding: 10px 12px;
        border-radius: 8px;
        font-size: .84rem;
    }

    .sp-nav__link::after {
        display: none;
    }

    .sp-nav__link:hover,
    .sp-nav__link[aria-current="page"] {
        background: #edf5fb;
    }

    .sp-nav__home {
        width: 100%;
        min-height: 48px;
        margin-top: 7px;
    }
}

@media (max-width: 680px) {
    .sp-shell {
        width: min(calc(100% - 28px), 1220px);
    }

    .sp-utility {
        display: none;
    }

    .sp-brand {
        width: 148px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sp-header *,
    .sp-utility * {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
