img,
main {
    display: block
}

:root {
    --bg: #0f172a;
    --accent: #10b981;
    --muted: #1e293b;
    --text: #f8fafc;
    --text-2: #94a3b8;
    --ink: #020617;
    --ink-2: #1e293b;
    --link-color: #34d399;
    --shadow: 0 12px 40px rgba(0, 0, 0, .45);
    --radius: 14px;
    --radius-sm: 8px;
    --wrap: 1200px
}

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

body,
html {
    margin: 0;
    padding: 0
}

img {
    max-width: 100%;
    height: auto
}

button,
input,
select,
textarea {
    font: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 .6rem
}

ol,
ul {
    margin: 0 0 1rem 1.25rem;
    padding: 0
}

a {
    text-decoration: none;
    color: var(--link-color)
}

html {
    scroll-behavior: smooth
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background: radial-gradient(1200px 700px at 80% -10%, rgba(255, 43, 61, .22), transparent 60%), linear-gradient(180deg, #0b1b3b 0, #0a1734 100%);
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Helvetica Neue", sans-serif;
    max-width: 100vw;
    overflow-x: hidden
}

.s-f0cad97953dfb126d32d {
    max-width: var(--wrap);
    margin-inline: auto;
    padding-inline: 20px
}

.s-fc46522b7845e61fe891 {
    padding-bottom: 28px
}

.s-212301c593df7a10ee64 {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: .9rem 1.25rem;
    font-weight: 700;
    letter-spacing: .2px;
    box-shadow: var(--shadow);
    transition: transform .2s, box-shadow .2s;
    cursor: pointer
}

.s-212301c593df7a10ee64:hover {
    transform: translateY(-2px)
}

.s-212301c593df7a10ee64.s-e059fc6904f0a3146139 {
    background: 0 0;
    border: 1.5px solid var(--muted);
    color: var(--muted);
    box-shadow: none
}

.s-5e9b60f69165f32f8930 {
    display: inline-block;
    padding: .25rem .6rem;
    border-radius: 999px;
    background: rgba(232, 235, 240, .1);
    color: var(--muted);
    font-size: .8rem
}

header {
    position: sticky;
    top: 0;
    z-index: 60;
    background: rgba(11, 27, 59, .7);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.s-60fd8536301150cbca7d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px
}

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

.s-26ac4dc810ec7ff7424c {
    margin-bottom: 10px
}

.s-63acf68c4f951d6412a8 .s-5807dd602664a565fe53 {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(255, 43, 61, .25)
}

.s-8c76877e46b83510c7a7 {
    height: 36px;
    width: 36px
}

.s-63acf68c4f951d6412a8 .s-6ae999552a0d2dca14d6 {
    font-weight: 800;
    letter-spacing: .3px
}

nav a {
    padding: .6rem .9rem;
    border-radius: 10px;
    color: var(--text-2)
}

nav a:hover {
    background: rgba(255, 255, 255, .06);
    color: var(--text)
}

.s-5ec12f16bda817f39d35 {
    display: flex;
    align-items: center;
    gap: .25rem
}

.s-b3eb332789356742a909 {
    display: flex;
    gap: .25rem;
    margin-left: .25rem
}

.s-d6a8182dd1a6f8cdfbf9 {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-left: 1rem
}

.s-d698cfbb7a55edf88401 {
    display: none;
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .2);
    width: 44px;
    height: 44px;
    border-radius: 10px;
    color: var(--text);
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.s-d698cfbb7a55edf88401 span {
    width: 20px;
    height: 2px;
    background: var(--text);
    position: relative;
    display: block
}

.s-d698cfbb7a55edf88401 span::after,
.s-d698cfbb7a55edf88401 span::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--text)
}

.s-d698cfbb7a55edf88401 span::before {
    top: -6px
}

.s-d698cfbb7a55edf88401 span::after {
    top: 6px
}

.s-0911aed621a145fb7a54 {
    min-height: 92vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: radial-gradient(900px 500px at 10% -10%, rgba(255, 43, 61, .18), transparent 60%), linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, 0) 60%)
}

.s-0911aed621a145fb7a54 .s-f0cad97953dfb126d32d {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 32px;
    align-items: center
}

.s-8c2fd8442fc659def2cf {
    position: relative;
    padding: 36px;
    border-radius: var(--radius);
    background: linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01));
    border: 1px solid rgba(255, 255, 255, .06);
    box-shadow: var(--shadow)
}

.s-8c2fd8442fc659def2cf h1 {
    font-size: clamp(2rem, 3.6vw + .5rem, 4rem);
    line-height: 1.03;
    letter-spacing: -.5px;
    background: linear-gradient(180deg, #fff 0, #dbe3f3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.s-8c2fd8442fc659def2cf p.s-8cb33b2754e53feca4f7 {
    color: var(--text-2);
    font-size: 1.05rem;
    margin-top: .9rem
}

.s-f9e2073bb5434552b837 {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
    margin-top: 1.1rem
}

.s-abd22ceca7ee1a940b3e {
    display: flex;
    gap: 10px;
    margin-top: 1rem;
    flex-wrap: wrap
}

.s-6a16e7ad475ffe7b5c57 {
    border: 1px dashed rgba(255, 255, 255, .25);
    background: rgba(19, 42, 85, .55);
    color: var(--muted);
    padding: .5rem .75rem;
    border-radius: 12px;
    font-size: .85rem
}

.s-e10e13bc3165dd3d9e16 {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
    height: min(68vh, 620px)
}

.s-bb362a46a483f3f8c993 {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #0e1f43
}

.s-8f327bef6e7f6d96a4d1 img,
.s-bb362a46a483f3f8c993 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.s-0d6671ea2f5d5f8eccbe {
    position: absolute;
    inset: auto 12px 12px auto;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    padding: .25rem .55rem;
    border-radius: 8px;
    font-size: .75rem;
    border: 1px solid rgba(255, 255, 255, .15)
}

.s-fb709d6e85f5a0a5171e {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px
}

.s-fad7abc8664a0b53b795 {
    background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01));
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    padding: 12px
}

.s-9c6c337ee51971e973c9 {
    font-weight: 900;
    font-size: 1.6rem
}

.s-9d7bf1516b2059c77d4f {
    color: var(--text-2);
    font-size: .85rem
}

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

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

.s-20182fbc10716eb197ea {
    padding: 72px 0;
    border-top: 1px solid rgba(255, 255, 255, .05)
}

.s-8e44183d54e9adfec795 {
    background: radial-gradient(900px 600px at 0 0, rgba(255, 255, 255, .02), transparent 60%)
}

.s-f7058e3a84e94fb19638 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 32px
}

.s-f7058e3a84e94fb19638 h2 {
    font-size: 1.8rem
}

.s-f7058e3a84e94fb19638 p {
    max-width: 540px;
    color: var(--text-2)
}

.s-f7058e3a84e94fb19638 .s-93720caa841037718a71 {
    margin-bottom: .4rem
}

.s-4c2c0e6e2aaf018eafd4 {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 32px;
    align-items: flex-start
}

.s-93720caa841037718a71 {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .23rem .65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    color: var(--text-2);
    font-size: .78rem
}

.s-23613abf74c6095dbbbc {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px
}

.s-158f340e2a0f7aaaf2e8 {
    flex: 1 1 120px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .08);
    padding: 10px 12px;
    background: rgba(11, 27, 59, .9)
}

.s-158f340e2a0f7aaaf2e8 strong {
    font-size: 1.1rem
}

.s-8f327bef6e7f6d96a4d1 {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #0e1f43;
    aspect-ratio: 4/3
}

.s-57e362597578f7462a51 {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(255, 255, 255, .08);
    border-radius: 999px;
    padding: .22rem .6rem;
    font-size: .75rem;
    color: var(--muted);
    border: 1px solid rgba(255, 255, 255, .18)
}

.s-d43ba2248008b780eec9,
.s-ee239916e89ea9c0637d {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px
}

.s-c791c8f509ff7921952e {
    border-radius: var(--radius-sm);
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(11, 27, 59, .8);
    position: relative;
    overflow: hidden
}

.s-c791c8f509ff7921952e::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 999px;
    border: 12px solid rgba(255, 43, 61, .22);
    right: -40px;
    bottom: -40px;
    opacity: .6
}

.s-3f0b25fcc983a285f94f {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--text-2);
    margin-bottom: .25rem
}

.s-c791c8f509ff7921952e h3,
.s-f32b67c7e26342af42ef h3 {
    font-size: 1.05rem;
    margin-bottom: .3rem
}

.s-c791c8f509ff7921952e p {
    color: var(--text-2);
    font-size: .92rem
}

.s-a98a0b97e8be1dff45f6 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px
}

.s-4b7615dce52c4c05ce4e {
    border-radius: var(--radius-sm);
    padding: 20px;
    border: 1px dashed rgba(255, 255, 255, .14);
    background: rgba(11, 27, 59, .85)
}

.s-4b7615dce52c4c05ce4e h3 {
    font-size: 1.05rem;
    margin-bottom: .25rem
}

.s-4b7615dce52c4c05ce4e p,
.s-6406510c31e0c9925733 p,
.s-f32b67c7e26342af42ef p {
    color: var(--text-2);
    font-size: .94rem
}

.s-056bebf608a92e7de761 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px
}

@media (max-width:1150px) {
    .s-056bebf608a92e7de761 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (max-width:700px) {
    .s-056bebf608a92e7de761 {
        grid-template-columns: 1fr
    }
}

.s-353d56120fdab6f7754b {
    border-radius: var(--radius);
    padding: 22px 20px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: linear-gradient(145deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01))
}

.s-353d56120fdab6f7754b.s-c9addaa49db28bc1dcfc {
    border-color: var(--accent);
    box-shadow: var(--shadow);
    background: radial-gradient(600px 500px at 0 0, rgba(255, 43, 61, .24), transparent 60%)
}

.s-02b5c4d8b0b49fca6f4e {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .09em;
    color: var(--text-2);
    margin-bottom: .25rem
}

.s-b46c4ad3ecc82421ff86 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: .25rem
}

.s-b46c4ad3ecc82421ff86 span {
    font-size: .9rem;
    font-weight: 500;
    color: var(--text-2)
}

.s-fa1c6fc110b159b41c63 {
    font-size: .85rem;
    color: var(--text-2);
    margin-bottom: .6rem
}

.s-8664ad785270649a0b0d,
.s-f2769cb63df4b7252238 {
    font-size: .9rem;
    color: var(--text-2)
}

.s-f2769cb63df4b7252238 {
    list-style: none;
    margin: 0;
    padding: 0
}

.s-f2769cb63df4b7252238 li {
    display: flex;
    gap: .35rem;
    margin: .18rem 0
}

.s-f2769cb63df4b7252238 li::before {
    content: "•";
    color: var(--accent);
    margin-top: .03rem
}

.s-31cefb74b3ef585be413 {
    margin-top: 1rem
}

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

.s-d39a47507bbe27c2a794 {
    border-radius: var(--radius-sm);
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(11, 27, 59, .85)
}

.s-886a7c854096a8540641 {
    margin-top: 10px
}

.s-61bfece4dc39ff50c8ce {
    font-size: .8rem;
    color: var(--text-2)
}

.s-f5d98dda084d28a16960 {
    border-radius: var(--radius-sm);
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(11, 27, 59, .9);
    position: relative
}

.s-f5d98dda084d28a16960::before {
    content: "“";
    font-size: 3rem;
    position: absolute;
    left: 10px;
    top: -8px;
    color: rgba(255, 255, 255, .08)
}

.s-f5d98dda084d28a16960 p {
    font-size: .95rem
}

.s-f5d98dda084d28a16960 footer {
    margin-top: 1rem;
    font-size: .9rem;
    color: var(--text-2)
}

.s-6406510c31e0c9925733 {
    border-radius: var(--radius-sm);
    padding: 18px 18px 22px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: radial-gradient(600px 400px at 0 0, rgba(255, 43, 61, .18), transparent 60%)
}

.s-4a159392d2a477be6278 {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: .15rem
}

.s-1c624633818c2f6db221 {
    font-size: .8rem;
    color: var(--text-2);
    text-transform: uppercase;
    letter-spacing: .07em;
    margin-bottom: .3rem
}

.s-16c00449a9a3f15a3214 {
    border-left: 1.5px solid rgba(255, 255, 255, .2);
    padding-left: 18px;
    margin-top: 8px
}

.s-f594fba69915add4318e {
    position: relative;
    margin: 14px 0 18px
}

.s-f594fba69915add4318e::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 4px rgba(255, 43, 61, .25)
}

.s-2166fb19fa0f3dfe3667 {
    font-weight: 700
}

.s-8fbe7531c7fa87ef6212 {
    color: var(--text-2);
    font-size: .95rem;
    margin-top: .25rem
}

@media (max-width:980px) {
    .s-5ec12f16bda817f39d35 {
        display: none;
        position: fixed;
        inset: 72px 16px auto 16px;
        background: #0a1734;
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 16px;
        padding: 14px;
        flex-direction: column;
        gap: .25rem
    }

    .s-5ec12f16bda817f39d35.s-5fc7e38bffe00ca46add {
        display: flex
    }

    .s-d6a8182dd1a6f8cdfbf9 {
        margin-left: 0
    }

    .s-d698cfbb7a55edf88401 {
        display: inline-flex
    }

    .s-0911aed621a145fb7a54 .s-f0cad97953dfb126d32d {
        grid-template-columns: 1fr
    }

    .s-4d3ee087652cd10b9658,
    .s-82e51ce291af013c2cd8,
    .s-a98a0b97e8be1dff45f6,
    .s-d43ba2248008b780eec9,
    .s-ee239916e89ea9c0637d,
    .s-f9063c359f30d308e94e {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (max-width:640px) {

    .s-82e51ce291af013c2cd8,
    .s-d43ba2248008b780eec9,
    .s-ee239916e89ea9c0637d {
        grid-template-columns: 1fr
    }
}

.s-f32b67c7e26342af42ef {
    border-radius: var(--radius-sm);
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(11, 27, 59, .9)
}

.s-6966922100bf006356af {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px
}

@media (max-width:800px) {
    .s-6966922100bf006356af {
        grid-template-columns: 1fr
    }
}

.s-2eda8ad1632af052b0c7 {
    border-radius: var(--radius-sm);
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(11, 27, 59, .9);
    display: flex;
    flex-direction: column;
    gap: .4rem
}

.s-058ed46b94ceb2a310f2,
.s-dbb6d930788689d774ee {
    font-weight: 600
}

.s-382240ed1c8ae85e000f {
    font-size: .85rem;
    color: var(--text-2)
}

.s-5c453fee86516a5454f9 {
    margin-top: .4rem;
    font-size: .9rem
}

.s-f62373ad48b8f918e778 {
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(11, 27, 59, .9);
    overflow: hidden
}

.s-521307ddb67a4abc1424,
footer {
    border-top: 1px solid rgba(255, 255, 255, .08)
}

.s-eca341011715419fa0d5 {
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    padding: 16px 18px
}

.s-eca341011715419fa0d5:last-child {
    border-bottom: none
}

.s-fb9ebba265d2dce6deba {
    color: var(--text-2);
    margin-top: .4rem;
    font-size: .95rem
}

footer {
    margin-top: 64px;
    background: #0a1734
}

.s-d352dbdf6170085acaf7 {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 24px;
    padding: 36px 0
}

@media (max-width:900px) {

    .s-4c2c0e6e2aaf018eafd4,
    .s-d352dbdf6170085acaf7 {
        grid-template-columns: 1fr
    }
}

.s-d352dbdf6170085acaf7 h4 {
    margin-bottom: .5rem
}

.s-d352dbdf6170085acaf7 .s-136d18f212024d0a9fa2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 22px
}

.s-42fb786e01f734b89f38 a,
.s-d352dbdf6170085acaf7 a {
    color: var(--text-2)
}

.s-42fb786e01f734b89f38 a:hover,
.s-d352dbdf6170085acaf7 a:hover {
    color: var(--text)
}

.s-d352dbdf6170085acaf7 .s-b150a1aa0a630d6d247c {
    color: var(--text-2);
    font-size: .9rem;
    margin-top: .25rem
}

.s-42fb786e01f734b89f38 {
    display: flex;
    gap: .6rem;
    margin: .15rem 0;
    color: var(--text-2)
}

.s-521307ddb67a4abc1424 {
    padding: 16px 0;
    color: var(--text-2);
    font-size: .85rem
}

.s-5807dd602664a565fe53,
a,
button {
    cursor: pointer
}

:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 2px
}

@media (max-width:720px) {

    .s-4d3ee087652cd10b9658,
    .s-a98a0b97e8be1dff45f6,
    .s-f9063c359f30d308e94e {
        grid-template-columns: 1fr
    }

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

.s-10bca7e001643eb3b5b7 {
    white-space: nowrap
}