body,
nav a {
    color: #e9eef5
}

:root {
    --midnight: #0b3a1e;
    --midnight-2: #16572f;
    --gold: #c67d53;
    --gold-2: #e29a75;
    --light: #f9f7f2;
    --ink: #101d1a;
    --muted: #b0b8b1;
    --link-color: #c67d53;
    --shadow: 0 12px 45px rgba(20, 36, 32, 0.15);
    --radius: 12px;
    --container: 1180px;
}

*,
::after,
::before {
    box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

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

a,
button {
    background: 0 0;
    border: none;
    text-decoration: none;
    color: inherit
}

:focus {
    outline: currentColor dashed 2px;
    outline-offset: 2px
}

html {
    scroll-behavior: smooth
}

body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
    line-height: 1.5;
    background: radial-gradient(1200px 600px at 70% -10%, rgba(212, 175, 55, .12), transparent 60%), linear-gradient(180deg, var(--midnight) 0, var(--midnight-2) 100%);
    min-height: 100vh;
    max-width: 100vw;
    overflow-x: hidden
}

a {
    color: var(--link-color)
}

.s-255a762c36cdae2fe950 {
    width: min(100%, var(--container));
    margin-inline: auto;
    padding-inline: clamp(16px, 2.5vw, 28px)
}

.s-212301c593df7a10ee64 {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    padding: .9rem 1.2rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    color: #0c1018;
    font-weight: 700;
    letter-spacing: .2px;
    box-shadow: 0 8px 24px rgba(212, 175, 55, .25);
    transition: transform .2s, box-shadow .2s, filter .2s
}

.s-212301c593df7a10ee64:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(212, 175, 55, .35);
    filter: saturate(1.05)
}

.s-212301c593df7a10ee64.s-e059fc6904f0a3146139 {
    background: 0 0;
    color: var(--gold);
    border: 1.5px solid color-mix(in oklab, var(--gold) 70%, #fff 30%);
    box-shadow: none
}

.s-d698cfbb7a55edf88401,
nav a {
    border-radius: 10px;
    cursor: pointer
}

.s-657ce6c21cc08f06a3a0 {
    color: var(--muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .8rem
}

header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(8px);
    background: color-mix(in oklab, var(--midnight) 85%, #000 15% / 72%);
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.s-ab75b8b1ff22d65876f0 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px
}

.s-63acf68c4f951d6412a8,
.s-cdd57d9ee6225d01d783 {
    display: flex;
    align-items: center;
    gap: .75rem
}

.s-652029a08c148de48b20 {
    gap: .6rem
}

.s-63acf68c4f951d6412a8 img {
    width: 34px;
    height: 34px;
    border-radius: 8px
}

.s-755ea24aa34ee7d8efa5 {
    font-weight: 800;
    letter-spacing: .4px
}

nav a {
    padding: .6rem .8rem;
    opacity: .9;
    font-weight: 600;
    transition: background .2s, opacity .2s
}

nav a:hover {
    background: rgba(255, 255, 255, .06);
    opacity: 1
}

.s-48e571244e10c156dd4b {
    display: flex;
    align-items: center;
    gap: .25rem
}

.s-d698cfbb7a55edf88401 {
    display: none;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, .06)
}

.s-d698cfbb7a55edf88401 span,
.s-d698cfbb7a55edf88401::after,
.s-d698cfbb7a55edf88401::before {
    content: "";
    display: block;
    height: 2px;
    width: 22px;
    background: #fff;
    margin: 0 auto;
    border-radius: 2px;
    transform-origin: center;
    transition: transform .2s, opacity .2s
}

.s-d698cfbb7a55edf88401 span {
    margin-top: 20px
}

.s-d698cfbb7a55edf88401::before {
    position: relative;
    top: 12px
}

.s-d698cfbb7a55edf88401::after {
    position: relative;
    top: -12px
}

.s-38591decbaf4a67f37e3 {
    position: fixed;
    inset: 0 0 0 auto;
    width: 88vw;
    max-width: 360px;
    background: #0b1528;
    transform: translateX(100%);
    transition: transform .3s;
    box-shadow: var(--shadow);
    padding: 88px 22px 22px;
    display: flex;
    flex-direction: column;
    gap: .4rem
}

.s-38591decbaf4a67f37e3 a {
    font-size: 1.05rem;
    padding: .9rem 1rem;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 12px
}

.s-38591decbaf4a67f37e3.s-5fc7e38bffe00ca46add {
    transform: translateX(0)
}

.s-9d189dbb7f16defff440 {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s
}

.s-9d189dbb7f16defff440.s-9fb29051f2217270a7b2 {
    opacity: 1;
    pointer-events: auto
}

main {
    min-height: calc(100vh - 72px - 260px);
    padding-bottom: 60px
}

.s-20182fbc10716eb197ea {
    padding-block: clamp(48px, 6vw, 80px)
}

.s-8e44183d54e9adfec795 {
    background: radial-gradient(900px 400px at 10% -10%, rgba(255, 255, 255, .08), transparent 60%)
}

.s-4902abc708abd2ff2455 {
    display: flex;
    flex-direction: column;
    gap: clamp(22px, 3vw, 30px)
}

.s-ce713f486917d789b03b {
    max-width: 640px
}

.s-179059ffe4f02a616c0d {
    font-size: clamp(1.9rem, 1.3rem + 1.4vw, 2.5rem);
    margin-top: .35rem;
    letter-spacing: -.02em
}

.s-6ad93ff9b5ffd93b911d {
    margin-top: .6rem;
    color: #cdd6e3
}

.s-7eb76f1e480df2fc4014 {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .32rem .7rem;
    background: rgba(255, 255, 255, .04);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .1);
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: var(--muted)
}

.s-6d2664d1359dbd4e27d8 {
    padding-block: clamp(52px, 7vw, 90px)
}

.s-55f829da38f3649b5937 {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, .9fr);
    gap: clamp(24px, 4vw, 40px);
    align-items: center
}

.s-700f8a5120f2f5ba7123 {
    margin-top: 1.1rem;
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    font-size: .9rem;
    color: #d8e0f1
}

.s-700f8a5120f2f5ba7123 span {
    padding: .3rem .7rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .04)
}

.s-a4159efe32853e986435 {
    border-radius: var(--radius);
    background: #0b1830;
    border: 1px solid rgba(255, 255, 255, .08);
    overflow: hidden;
    min-height: 260px;
    position: relative;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .35)
}

.s-a4159efe32853e986435 img,
.s-b26f0ce160dec5896322 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.s-82e51ce291af013c2cd8 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 26px
}

.s-6467baa3b187373e3931 {
    border-radius: 18px;
    padding: 1.2rem 1.1rem 1.1rem;
    background: rgba(10, 20, 42, .96);
    border: 1px solid rgba(255, 255, 255, .06);
    display: flex;
    flex-direction: column;
    gap: .6rem;
    font-size: .94rem;
    color: #d6def0
}

.s-b26f0ce160dec5896322 {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    overflow: hidden;
    background: #0b1830;
    flex-shrink: 0
}

.s-95660e9690d6a3119ace {
    font-weight: 700
}

.s-78577a2c4ebf1658afa0 {
    font-size: .84rem;
    color: #c1cbe0
}

.s-d2a8f54182b564f85fb2 {
    font-size: .9rem;
    color: #dfe6f7
}

.s-bcd7cafd71d241e0f706 {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    margin-top: .2rem
}

.s-ee2f83ca68885ce8aa26 {
    padding: .18rem .55rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .12);
    font-size: .78rem;
    color: #cfd7ea
}

.s-572ae846e550eead9eca {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .9fr);
    gap: clamp(24px, 4vw, 40px);
    align-items: stretch;
    margin-top: 26px
}

.s-7707c23122f620b78134 {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.s-af50291e01166890a68e {
    border-radius: 16px;
    padding: 1.1rem;
    background: rgba(9, 18, 40, .96);
    border: 1px solid rgba(255, 255, 255, .06);
    font-size: .95rem;
    color: #d6dff2
}

.s-af50291e01166890a68e strong {
    display: block;
    margin-bottom: .2rem
}

.s-26bf38010c5ac381d3e0 {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: 1.1rem;
    font-size: .9rem
}

.s-93720caa841037718a71 {
    padding: .3rem .7rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .04);
    color: #d6deef
}

.s-161784394b02526736b0 {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: clamp(24px, 4vw, 40px);
    align-items: stretch;
    margin-top: 26px
}

[data-animate] {
    opacity: 0;
    transform: translateY(16px) scale(.98);
    transition: opacity .5s, transform .6s cubic-bezier(.2, .7, .2, 1)
}

[data-animate].s-af10ef20dd9060bbeead {
    opacity: 1;
    transform: none
}

footer {
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: #0a162c
}

.s-790f5a4f2e985b582ee9 {
    padding-block: clamp(40px, 5vw, 80px);
    display: grid;
    gap: 28px
}

.s-e53f6505fb12a7b7f678 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 40px
}

.s-e53f6505fb12a7b7f678 a {
    cursor: pointer;
    color: #dbe6f3;
    opacity: .9;
    padding: .3rem 0;
    display: block
}

.s-e53f6505fb12a7b7f678 a:hover {
    opacity: 1;
    text-decoration: underline;
    text-decoration-color: var(--gold);
    text-underline-offset: 3px
}

.s-3e3ad2dbdd16803952ae {
    color: #b8c3d5;
    font-size: .95rem;
    display: grid;
    gap: .8rem;
    max-width: 80ch
}

@media (max-width:1180px) {
    .s-82e51ce291af013c2cd8 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (max-width:980px) {
    .s-48e571244e10c156dd4b {
        display: none
    }

    .s-d698cfbb7a55edf88401 {
        display: block
    }

    .s-161784394b02526736b0,
    .s-55f829da38f3649b5937,
    .s-572ae846e550eead9eca {
        grid-template-columns: 1fr
    }
}

@media (max-width:720px) {
    .s-82e51ce291af013c2cd8 {
        grid-template-columns: 1fr
    }
}

.s-0107699152b2a851818a {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.6rem
}

.s-a0902bceb0d3ec3bb863 {
    margin-top: 8px
}