:root {
    --paper: #FFFFFF;
    --ink: #446e59;
    --ink-2: #075c49;
    --muted: #64748B;
    --accent: #2563EB;
    --accent-2: #1D4ED8;
    --link-color: #2563EB;
    --danger: #EF4444;
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    --radius: 12px;
    --container: 1200px;
    --bg-secondary: #F8FAFC;
}

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

html:focus-within {
    scroll-behavior: smooth
}

body,
html {
    height: 100%
}

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

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

a {
    text-decoration: none
}

body {
    margin: 0;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Inter, Helvetica, Arial, sans-serif;
    color: var(--paper);
    background: radial-gradient(1200px 600px at 85% -20%, rgba(53, 195, 109, .25), transparent 60%), radial-gradient(800px 500px at -10% 120%, rgba(53, 195, 109, .18), transparent 55%), var(--ink);
    background-attachment: fixed;
    max-width: 100vw;
    overflow-x: hidden
}

.s-255a762c36cdae2fe950 {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 24px
}

.s-212301c593df7a10ee64 {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    color: #04130b;
    border: 0;
    padding: 14px 22px;
    border-radius: 14px;
    font-weight: 700;
    letter-spacing: .2px;
    cursor: pointer;
    box-shadow: var(--shadow);
    transition: transform .2s, box-shadow .2s, filter .2s;
    white-space: nowrap
}

.s-212301c593df7a10ee64:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .25);
    filter: saturate(1.05)
}

.s-0911aed621a145fb7a54 .s-255a762c36cdae2fe950,
.s-212301c593df7a10ee64[aria-label] {
    position: relative
}

.s-4f0aa52d656a3d75867f {
    color: var(--link-color);
    cursor: pointer
}

[data-clickable],
a,
button {
    cursor: pointer
}

header.s-f819d7dee1ee55de63a8 {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: saturate(140%) blur(10px);
    background: color-mix(in oklab, var(--ink) 80%, transparent);
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

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

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

.s-7d767248f14b8b8d87fc {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    background: #0c1116;
    display: grid;
    place-items: center;
    flex: 0 0 36px
}

.s-5109b8ed055a6af8a9f4 .s-5807dd602664a565fe53 img,
.s-7d767248f14b8b8d87fc img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.s-755ea24aa34ee7d8efa5 {
    font-weight: 900;
    letter-spacing: .3px
}

nav.s-e3b7c980d763196e9d13 {
    display: flex;
    align-items: center;
    gap: 22px
}

nav.s-e3b7c980d763196e9d13 a {
    color: var(--paper);
    opacity: .9;
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 8px
}

nav.s-e3b7c980d763196e9d13 a:hover {
    background: rgba(255, 255, 255, .06)
}

.s-4aac12c56bbf05b275e9 {
    margin-left: 8px
}

.s-7a86b15480e0a870f0b0 {
    display: none;
    flex-direction: column;
    gap: 6px;
    width: 38px;
    height: 34px;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    background: rgba(255, 255, 255, .04)
}

.s-7a86b15480e0a870f0b0 span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 3px
}

.s-1c6027c0667c7646b964 i,
.s-657ce6c21cc08f06a3a0 .s-348a3c4a81ea6081e50d {
    border-radius: 50%;
    background: var(--accent);
    width: 8px;
    height: 8px
}

.s-0911aed621a145fb7a54 {
    position: relative;
    min-height: 92vh;
    display: grid;
    place-items: center;
    overflow: hidden;
    isolation: isolate
}

.s-5eecf5ed4569e5f0b09c {
    position: absolute;
    inset: -20% -10% -10% -10%;
    z-index: -1;
    opacity: .18;
    background: linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, .08) 50%, transparent 51%) 0 0/100% 32px, linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, .08) 50%, transparent 51%) 0 0/32px 100%;
    mask: radial-gradient(70% 50% at 60% 40%, #000 60%, transparent 100%);
    animation: 24s linear infinite gridShift
}

@keyframes gridShift {

    0%,
    100% {
        transform: translate3d(0, 0, 0)
    }

    50% {
        transform: translate3d(-48px, -24px, 0)
    }
}

.s-a15e3719de339d582e71 {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 40px;
    align-items: center
}

@media (max-width:980px) {
    nav.s-e3b7c980d763196e9d13 {
        position: fixed;
        inset: 72px 0 auto 0;
        background: color-mix(in oklab, var(--ink-2) 90%, transparent);
        display: grid;
        gap: 6px;
        padding: 18px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, .08);
        transform: translateY(-120%);
        transition: transform .3s
    }

    nav.s-e3b7c980d763196e9d13.s-5fc7e38bffe00ca46add {
        transform: translateY(0)
    }

    .s-7a86b15480e0a870f0b0 {
        display: flex
    }

    .s-4aac12c56bbf05b275e9 {
        display: none
    }

    .s-a15e3719de339d582e71 {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 40px 0
    }
}

.s-657ce6c21cc08f06a3a0 {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: var(--accent);
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase
}

.s-657ce6c21cc08f06a3a0 .s-348a3c4a81ea6081e50d {
    box-shadow: 0 0 0 6px rgba(53, 195, 109, .15)
}

.s-ac4ae97285c19b13201d {
    font-size: clamp(40px, 6vw, 74px);
    line-height: .95;
    margin: 10px 0 14px;
    letter-spacing: -.8px;
    font-weight: 900;
    background: linear-gradient(180deg, #fff, #b8c4cc 70%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-wrap: balance
}

.s-5d85613a56c124e3a3ff {
    color: #d5dee5;
    max-width: 58ch
}

.s-7092448aaa11e02ee643 {
    margin: 18px 0 26px;
    display: grid;
    gap: 8px
}

.s-1c6027c0667c7646b964 {
    display: inline-grid;
    grid-auto-flow: column;
    align-items: center;
    gap: 10px;
    color: #e8eef2
}

.s-f9e2073bb5434552b837 {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 6px
}

.s-f9e2073bb5434552b837 .s-fcbc333bd18271e9c200 {
    color: #c8d3db;
    font-size: .92rem
}

.s-b0212d6a131a07cc5359 {
    position: relative;
    perspective: 1200px
}

.s-69093143858d27c4bd80 {
    position: relative;
    transform: rotateY(-14deg) rotateX(6deg);
    transform-style: preserve-3d
}

.s-fad7abc8664a0b53b795 {
    position: absolute;
    inset: auto;
    right: 0;
    width: min(420px, 40vw);
    height: 104px;
    border-radius: 14px;
    background: linear-gradient(180deg, #19222a, #0e1419);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: var(--shadow);
    display: grid;
    grid-template-columns: 110px 1fr;
    overflow: hidden;
    opacity: 0;
    translate: 0 40px;
    transition: opacity .6s, translate .6s
}

.s-fad7abc8664a0b53b795:first-child {
    top: -12px;
    z-index: 3;
    transition-delay: .15s
}

.s-fad7abc8664a0b53b795:nth-child(2) {
    top: 108px;
    z-index: 2;
    transition-delay: .30s
}

.s-fad7abc8664a0b53b795:nth-child(3) {
    top: 228px;
    z-index: 1;
    transition-delay: .45s
}

.s-fad7abc8664a0b53b795 .s-a4159efe32853e986435 {
    position: relative;
    background: #0b1116
}

.s-fad7abc8664a0b53b795 .s-a4159efe32853e986435 .s-106c1e6e023f0d235ab0 {
    width: 100%;
    height: 100%
}

.s-106c1e6e023f0d235ab0 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0
}

.s-106c1e6e023f0d235ab0 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.s-fad7abc8664a0b53b795 .s-cb030491157b26a570b6 {
    padding: 14px 14px 12px
}

.s-adac3846b477f4671462 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(53, 195, 109, .15);
    border: 1px solid rgba(53, 195, 109, .25);
    color: #cff3dd;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 700
}

.s-cb030491157b26a570b6 h3 {
    margin: 10px 0 6px;
    font-size: 1.05rem;
    color: #ecf2f6
}

.s-cb030491157b26a570b6 p {
    margin: 0;
    color: #b6c3ce;
    font-size: .95rem
}

.s-fad7abc8664a0b53b795.s-db3d405b10675998c030 {
    opacity: 1;
    translate: 0 0
}

.s-bd5a6fcd49ada4f8ed0d {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 360px
}

@media (max-width:520px) {
    .s-bd5a6fcd49ada4f8ed0d {
        grid-template-columns: 1fr
    }
}

.s-03f23247b4405c32ea53 {
    height: 220px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #0c1217;
    box-shadow: var(--shadow)
}

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

.s-835ca8720636a9a868cf {
    background: radial-gradient(600px 400px at 0 0, rgba(53, 195, 109, .15), transparent 60%), var(--ink-2)
}

.s-ce713f486917d789b03b {
    margin-bottom: 32px;
    max-width: 720px
}

.s-675f86fe814f97648b78 {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .78rem;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 8px
}

.s-179059ffe4f02a616c0d {
    font-size: clamp(26px, 3vw, 36px);
    margin: 0 0 10px
}

.s-6ad93ff9b5ffd93b911d {
    margin: 0;
    color: #d3dee6;
    max-width: 60ch
}

.s-8f00c73503d56eac45f4 {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: 40px;
    align-items: flex-start
}

.s-e4b074a036fcdaa716be {
    color: #c0ccd6;
    font-size: .95rem
}

.s-6b192072db913f2c7563,
.s-7a15f944596e6681e20e {
    margin-top: 18px
}

.s-93720caa841037718a71 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .08);
    font-size: .8rem;
    color: #e4edf4
}

.s-c67acda2ed2201db8916 {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent)
}

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

.s-584b59eaafaa354b39a5 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px
}

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

.s-4778c6d05f9c4dfbca06 {
    margin-top: 28px
}

@media (max-width:900px) {
    .s-8f00c73503d56eac45f4 {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .s-584b59eaafaa354b39a5 {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:600px) {

    .s-584b59eaafaa354b39a5,
    .s-8e6c522d6391250f675d,
    .s-de820e2414088aefe2e5 {
        grid-template-columns: 1fr
    }
}

.s-2ab0591dbcf5fefdad65 {
    border-radius: var(--radius);
    background: radial-gradient(circle at 0 0, rgba(255, 255, 255, .08), transparent 45%), #0c493f;
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: var(--shadow);
    padding: 20px 18px 18px
}

.s-2ab0591dbcf5fefdad65 h3 {
    margin: 0 0 8px;
    font-size: 1.05rem
}

.s-2ab0591dbcf5fefdad65 p,
.s-bd370d1b6f9b3580a770 p {
    margin: 0;
    color: #c4d0da;
    font-size: .95rem
}

.s-d9e1e9bee9dc4ea03863 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px
}

.s-5e9b60f69165f32f8930 {
    font-size: .78rem;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .08);
    color: #dce5ee
}

.s-81c116cfc5cee8b99395 {
    display: grid;
    gap: 12px;
    padding: 18px 18px 16px;
    border-radius: 16px;
    background: rgba(11, 17, 22, .9);
    border: 1px solid rgba(255, 255, 255, .08)
}

.s-87f3e8bafe8c337cad70 {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    font-size: .9rem;
    color: #d0d9e2
}

.s-87f3e8bafe8c337cad70 strong {
    color: #f5faff
}

.s-207b7e04fe7a01a9b8eb {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: rgba(53, 195, 109, .16);
    display: grid;
    place-items: center;
    margin-bottom: 12px
}

.s-207b7e04fe7a01a9b8eb svg {
    width: 18px;
    height: 18px
}

.s-0ebc73132a9ebed3a1f7 {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 18px;
    padding: 18px 16px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: linear-gradient(135deg, #0b1116, #131922)
}

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

.s-0ebc73132a9ebed3a1f7 h3 {
    margin: 0 0 6px;
    font-size: 1.02rem
}

.s-4ca73627938e587860bc {
    font-size: .8rem;
    color: #afc2d1;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 4px
}

.s-ace46bac3d1a9e389071 {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 26px
}

.s-18408dbda6219c75b0d3 {
    padding: 18px 18px 16px;
    border-radius: 18px;
    border: 1px dashed rgba(255, 255, 255, .18);
    background: rgba(7, 11, 16, .9)
}

.s-18408dbda6219c75b0d3 h3,
.s-bd370d1b6f9b3580a770 h3 {
    margin: 0 0 6px;
    font-size: 1rem
}

.s-18408dbda6219c75b0d3 ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    display: grid;
    gap: 6px;
    font-size: .94rem;
    color: #c7d2dc
}

.s-18408dbda6219c75b0d3 li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
    margin-right: 8px;
    transform: translateY(1px)
}

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

@media (max-width:960px) {
    .s-6578912eabc4ebb2adc8 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (max-width:640px) {
    .s-6578912eabc4ebb2adc8 {
        grid-template-columns: 1fr
    }
}

.s-bd370d1b6f9b3580a770 {
    position: relative;
    padding: 18px 16px 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #0c1117
}

.s-5d4d6a70c85c8762005a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .4);
    font-size: .8rem;
    margin-bottom: 10px
}

.s-593fc0a539c2e212115c {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    font-size: .88rem;
    color: #e0f5ea
}

.s-5f873da7f1368359e85d {
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(53, 195, 109, .4);
    background: rgba(53, 195, 109, .15)
}

.s-056bebf608a92e7de761 {
    display: grid;
    grid-template-columns: 1.15fr 1.15fr .9fr;
    gap: 24px
}

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

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

.s-3f2be862afeb01d0582a {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: linear-gradient(150deg, #0a1015, #10151d);
    box-shadow: var(--shadow);
    padding: 20px 18px 18px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.s-1d50a2bb7999bcee465d {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px
}

.s-02d571af7c3ecb309ec5 {
    font-weight: 700;
    font-size: 1.02rem
}

.s-80aa3c1f773459317a39 {
    font-weight: 800;
    font-size: 1.15rem
}

.s-934932fcdf41e2476894 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 6px;
    color: #c6d4e0;
    font-size: .95rem
}

.s-934932fcdf41e2476894 li::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--accent);
    margin-right: 8px;
    transform: translateY(-1px)
}

.s-305eb7cb8676336739c2 {
    margin-top: auto
}

.s-36ee9ef7d82f6d50990f {
    margin-top: 12px;
    font-size: .86rem;
    color: #bac7d2
}

.s-f5d98dda084d28a16960 {
    position: relative;
    padding: 22px 20px 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: #0a1016;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .35)
}

.s-f5d98dda084d28a16960::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(53, 195, 109, .16);
    mask: linear-gradient(180deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    pointer-events: none
}

.s-1c37d6d5ea4da3b72e22 {
    font-style: italic;
    color: #e5edf6;
    margin: 0 0 14px
}

.s-896fc8cc7e1c13520af5 {
    font-weight: 600;
    color: #f3faff;
    font-size: .94rem
}

.s-653da3dc0996dc1ed366 {
    color: #b5c2d0;
    font-size: .86rem
}

.s-16c00449a9a3f15a3214 {
    position: relative;
    padding-left: 18px;
    display: grid;
    gap: 20px
}

.s-16c00449a9a3f15a3214::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    bottom: 4px;
    width: 1px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .6), rgba(255, 255, 255, .1))
}

.s-f594fba69915add4318e {
    position: relative;
    padding-left: 14px
}

.s-e718eb1feb6bfdd59632 {
    position: absolute;
    left: -4px;
    top: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 4px rgba(53, 195, 109, .25)
}

.s-2166fb19fa0f3dfe3667 {
    font-size: .9rem;
    font-weight: 700;
    color: #cfeadb;
    margin-bottom: 4px
}

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

.s-a0a51f1c73695b757df9 {
    font-weight: 600;
    margin-bottom: 2px
}

.s-78bafa7afe8855dbf524 {
    margin: 0;
    color: #c5d1dd;
    font-size: .95rem
}

.s-12a7402837b05882c37b {
    border-radius: 18px;
    padding: 18px 16px 16px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #0b1218
}

.s-c90af5ade20f261bfe1b {
    font-size: .8rem;
    color: #9fbad0;
    text-transform: uppercase;
    letter-spacing: .14em;
    margin-bottom: 6px
}

.s-2eda8ad1632af052b0c7 {
    border-radius: 18px;
    padding: 18px 18px 16px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #0c1117;
    display: grid;
    gap: 6px
}

.s-382240ed1c8ae85e000f {
    font-size: .86rem;
    color: #a9bac9
}

.s-a1969d98ce94a737f2aa {
    margin: 0;
    color: #c5d4e0;
    font-size: .95rem
}

.s-1650c1855c381c9e5cd6 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px
}

.s-68f5f361b12c4aaf4897 {
    font-size: .8rem;
    padding: 3px 9px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .12);
    color: #dde7f0
}

.s-e75bc04532a5639ed1e9 {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 30px
}

@media (max-width:960px) {
    .s-e75bc04532a5639ed1e9 {
        grid-template-columns: 1fr
    }
}

details {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: #0a1016;
    padding: 10px 14px
}

summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

summary::-webkit-details-marker {
    display: none
}

details[open] {
    background: #0c121d
}

.s-8838adb004cef3c06fb7 {
    margin-top: 8px;
    color: #c5d1df;
    font-size: .95rem
}

.s-d048598ede4daa101e10 {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .3);
    display: grid;
    place-items: center;
    font-size: .8rem;
    color: #ccd6e0;
    flex: 0 0 auto
}

.s-12f81c93ee04ad2d5630 {
    border-radius: 20px;
    padding: 20px 20px 18px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: radial-gradient(circle at 0 0, rgba(53, 195, 109, .35), transparent 55%), #0a1015;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    justify-content: space-between
}

.s-12f81c93ee04ad2d5630 h3 {
    margin: 0;
    font-size: 1.1rem
}

.s-12f81c93ee04ad2d5630 p {
    margin: 2px 0 0;
    color: #d7e4ef;
    font-size: .95rem
}

.s-529e18e3c6d5ea602179 {
    max-width: 520px
}

footer.s-a928d4c5751e4352ec16 {
    background: linear-gradient(0deg, var(--ink-2), var(--ink));
    border-top: 1px solid rgba(255, 255, 255, .06);
    margin-top: 80px
}

.s-57af18394ef051b5bec5 {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 40px;
    padding: 48px 0
}

@media (max-width:900px) {
    .s-ace46bac3d1a9e389071 {
        grid-template-columns: 1fr
    }

    .s-57af18394ef051b5bec5 {
        grid-template-columns: 1fr;
        gap: 28px
    }
}

.s-5109b8ed055a6af8a9f4 {
    display: grid;
    gap: 10px
}

.s-5109b8ed055a6af8a9f4 .s-5807dd602664a565fe53 {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    overflow: hidden;
    background: #0c1116;
    box-shadow: var(--shadow)
}

.s-5109b8ed055a6af8a9f4 p {
    color: #c9d2da;
    max-width: 60ch
}

.s-5ab97e7baeed3b39b1b4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.s-5ab97e7baeed3b39b1b4 a {
    color: #e6edf3;
    opacity: .9;
    padding: 6px 0
}

.s-5ab97e7baeed3b39b1b4 a:hover {
    opacity: 1
}

.s-e53511877ed60d7daf6d {
    border-top: 1px solid rgba(255, 255, 255, .06);
    padding: 18px 0 46px;
    color: #adbac5
}

.s-e53511877ed60d7daf6d p {
    margin: 10px 0
}

.s-71babb24ece4739fa748 {
    color: #dde6ec;
    margin-top: 10px
}

.s-71babb24ece4739fa748 a {
    color: #eaf6ef
}

.s-658c8286c17e402644ee {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .7s, transform .7s
}

.s-658c8286c17e402644ee.s-db3d405b10675998c030 {
    opacity: 1;
    transform: none
}