img,
main {
    display: block
}

:root {
    --slate: #8A94A6;
    --coral: #7C4DFF;
    --pale: #E3F2FD;
    --ink: #07090D;
    --bg: #5a81bd;
    --text: #F0F4F8;
    --muted: #94A3B8;
    --link-color: #A855F7;
    --wrap: 1200px;
    --radius: 16px;
    --shadow: 0 20px 40px rgba(0, 0, 0, .45);
    --shadow-soft: 0 8px 20px rgba(0, 0, 0, .3);
    --grad: radial-gradient(60% 80% at 20% 10%, rgba(124, 77, 255, .15) 0%, rgba(124, 77, 255, 0) 70%), radial-gradient(50% 60% at 80% 20%, rgba(30, 136, 229, .12) 0%, rgba(30, 136, 229, 0) 60%);
}

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

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    height: 0
}

img {
    border-style: none
}

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

b,
strong {
    font-weight: bolder
}

button,
input {
    font: inherit
}

button {
    border: none;
    background: 0 0
}

body {
    margin: 0;
    font-family: ui-sans-serif, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
    color: var(--text);
    background: var(--bg);
    background-image: var(--grad);
    letter-spacing: .2px;
    max-width: 100vw;
    overflow-x: hidden
}

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

.s-0a5f700aac3b0c0745b9 {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.s-0a5f700aac3b0c0745b9:focus {
    position: fixed;
    left: 16px;
    top: 16px;
    width: auto;
    height: auto;
    padding: 10px 14px;
    background: #fff;
    color: #111;
    z-index: 9999;
    border-radius: 8px
}

header.s-c099a42a5555825cdb50 {
    position: sticky;
    top: 0;
    z-index: 50;
    background: linear-gradient(180deg, rgba(15, 18, 24, .9), rgba(15, 18, 24, .6));
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(216, 234, 254, .12)
}

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

.s-63acf68c4f951d6412a8 {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0
}

.s-63acf68c4f951d6412a8 img {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    box-shadow: var(--shadow-soft)
}

.s-63acf68c4f951d6412a8 .s-3d42e76c338c0d360e74 {
    font-weight: 900;
    letter-spacing: .5px
}

.s-63acf68c4f951d6412a8 .s-3d42e76c338c0d360e74 i {
    font-style: normal;
    color: var(--coral)
}

.s-fea877d4f0f1699da0f9 a {
    color: var(--muted);
    transition: color .2s
}

.s-1be399a83f09d16aa990 a,
.s-fea877d4f0f1699da0f9 a:hover {
    color: var(--text)
}

.s-fea877d4f0f1699da0f9 a.s-9613c87ef22f34bb9290 {
    color: #0c0f14;
    background: var(--coral);
    padding: 10px 14px;
    border-radius: 12px;
    font-weight: 700;
    box-shadow: var(--shadow)
}

.s-fea877d4f0f1699da0f9 a.s-9613c87ef22f34bb9290:hover {
    filter: brightness(1.05)
}

.s-138c9372f768b6e5c469,
.s-fea877d4f0f1699da0f9 a {
    cursor: pointer
}

.s-379e75c850e1334ef7be {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap
}

.s-e61e00f86d9fccdee24f {
    display: flex;
    gap: 14px;
    opacity: .9
}

.s-8f0b9038b08d7dc2a2f7,
.s-e61e00f86d9fccdee24f a {
    font-size: .95rem
}

.s-4ca656c85a1711c13e48 {
    width: 1px;
    height: 22px;
    background: rgba(216, 234, 254, .18)
}

.s-138c9372f768b6e5c469 {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: rgba(216, 234, 254, .08)
}

.s-138c9372f768b6e5c469 span,
.s-138c9372f768b6e5c469::after,
.s-138c9372f768b6e5c469::before {
    display: block;
    content: "";
    width: 22px;
    height: 2px;
    background: var(--text);
    margin: 0 auto;
    transition: transform .25s, opacity .25s
}

.s-138c9372f768b6e5c469 span {
    margin-top: 21px
}

.s-138c9372f768b6e5c469::before {
    margin-top: 12px;
    transform: translateY(-7px)
}

.s-138c9372f768b6e5c469::after {
    margin-top: -12px;
    transform: translateY(7px)
}

.s-612f420cf99dc83e9f06 .s-138c9372f768b6e5c469 span {
    opacity: 0
}

.s-612f420cf99dc83e9f06 .s-138c9372f768b6e5c469::before {
    transform: translateY(0) rotate(45deg)
}

.s-612f420cf99dc83e9f06 .s-138c9372f768b6e5c469::after {
    transform: translateY(0) rotate(-45deg)
}

.s-252a25667dc7c65fe0e9 {
    display: flex;
    gap: 18px;
    align-items: center
}

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

.s-0911aed621a145fb7a54 .s-f0cad97953dfb126d32d {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 36px;
    align-items: center
}

.s-adac3846b477f4671462 {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    background: rgba(216, 234, 254, .08);
    color: var(--pale);
    padding: 8px 12px;
    border: 1px solid rgba(216, 234, 254, .18);
    border-radius: 999px;
    font-weight: 700;
    font-size: .9rem
}

.s-adac3846b477f4671462 .s-348a3c4a81ea6081e50d {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--coral);
    box-shadow: 0 0 0 6px rgba(255, 79, 100, .15)
}

.s-0911aed621a145fb7a54 h1 {
    font-size: clamp(2.2rem, 3.6vw + 1rem, 4.2rem);
    line-height: 1.05;
    margin: 14px 0 10px;
    letter-spacing: .2px;
    background: linear-gradient(180deg, #fff 45%, #cfe1f5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.s-0911aed621a145fb7a54 p.s-5d85613a56c124e3a3ff {
    color: var(--muted);
    font-size: clamp(1rem, .7vw + .9rem, 1.25rem);
    margin: 0 0 22px
}

.s-9613c87ef22f34bb9290 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    background: var(--coral);
    color: #0b0f14;
    font-weight: 800;
    border-radius: 14px;
    box-shadow: var(--shadow);
    transform: translateZ(0)
}

.s-9613c87ef22f34bb9290:active {
    transform: scale(.98)
}

.s-9613c87ef22f34bb9290 .s-7187dadeaa9825054bf2 {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #0b0f14;
    position: relative
}

.s-9613c87ef22f34bb9290 .s-7187dadeaa9825054bf2::after {
    content: "";
    position: absolute;
    inset: -6px;
    border: 2px solid #0b0f14;
    border-radius: 50%;
    opacity: .35
}

.s-00a526859704c77f64e4,
.s-531663120bf11b41ccc9,
.s-5b5b3d429e20c9e597f3 {
    display: grid;
    gap: 16px
}

.s-bb362a46a483f3f8c993 {
    position: relative;
    width: 100%;
    aspect-ratio: 16/11;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(216, 234, 254, .06);
    border: 1px solid rgba(216, 234, 254, .12);
    box-shadow: var(--shadow-soft)
}

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

.s-bb362a46a483f3f8c993 .s-c6b6df0a9e1bcfd2478c {
    position: absolute;
    right: 14px;
    top: 14px;
    background: rgba(255, 79, 100, .92);
    color: #0b0f14;
    font-weight: 800;
    padding: 8px 10px;
    border-radius: 999px;
    box-shadow: var(--shadow)
}

.s-6581f6543148cc24252e {
    position: absolute;
    inset: auto;
    pointer-events: none;
    opacity: .8;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .35));
    will-change: transform
}

.s-6581f6543148cc24252e.s-640d87e741e6aa4c669a {
    left: -40px;
    top: 10%;
    width: 140px;
    transform: rotate(-12deg)
}

.s-6581f6543148cc24252e.s-4205714cdfe14ed9e3d0 {
    right: -30px;
    bottom: 6%;
    width: 160px;
    transform: rotate(10deg)
}

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

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

.s-20182fbc10716eb197ea {
    padding: 72px 0 64px
}

.s-f306ff7f63ef84791ce3 {
    padding-top: 52px;
    padding-bottom: 48px
}

.s-8e44183d54e9adfec795 {
    background: rgba(12, 15, 20, .94);
    border-top: 1px solid rgba(216, 234, 254, .08);
    border-bottom: 1px solid rgba(216, 234, 254, .08)
}

.s-ce713f486917d789b03b {
    margin-bottom: 28px;
    max-width: 640px
}

.s-675f86fe814f97648b78 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(216, 234, 254, .06);
    border: 1px solid rgba(216, 234, 254, .16);
    font-size: .85rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: .12em
}

.s-675f86fe814f97648b78 span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--coral)
}

.s-ce713f486917d789b03b h2 {
    font-size: clamp(1.6rem, 1.1vw + 1.1rem, 2.2rem);
    margin: 10px 0
}

.s-ce713f486917d789b03b p {
    margin: 0;
    color: var(--muted);
    font-size: .98rem
}

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

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

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

@media (max-width:1024px) {
    .s-584b59eaafaa354b39a5 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

.s-2ab0591dbcf5fefdad65 {
    background: rgba(216, 234, 254, .05);
    border-radius: var(--radius);
    border: 1px solid rgba(216, 234, 254, .12);
    padding: 18px 18px 20px;
    box-shadow: var(--shadow-soft)
}

.s-4b51dee9a6e2ecd60cc2 {
    background: rgba(216, 234, 254, .03);
    border-radius: var(--radius);
    border: 1px dashed rgba(216, 234, 254, .16);
    padding: 18px 18px 20px
}

.s-d14d61187e532efb866d {
    margin-bottom: 14px
}

.s-8b15bcc580b46dcb8801 {
    margin-bottom: 16px
}

.s-93720caa841037718a71 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    min-height: 20px;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 600;
    background: rgba(216, 234, 254, .1);
    color: var(--muted)
}

.s-1828410d550eec0cd37d,
.s-e4b074a036fcdaa716be {
    color: var(--muted)
}

.s-3b8062c8ec6756724252 {
    margin-top: 6px
}

.s-d75211ddb61a59d83687 {
    font-size: .86rem;
    margin-top: 18px
}

.s-df7769817e8146582b58 {
    margin: 0 0 10px
}

.s-9fb7c6b1dff3d6b23257 {
    margin-top: 0
}

.s-c44e12466ad9bfb4d398 {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .18em;
    color: var(--muted)
}

.s-c5a39a3a7b3df7a7c25d {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff
}

.s-c5a39a3a7b3df7a7c25d span {
    font-size: .8rem;
    font-weight: 600;
    color: var(--muted);
    margin-left: 4px
}

.s-236fb8b4f96abbd5ab3e p {
    margin: 0 0 14px;
    font-size: .98rem;
    color: var(--muted)
}

.s-236fb8b4f96abbd5ab3e p:last-child {
    margin-bottom: 0
}

.s-6966922100bf006356af,
.s-9f167c75fc82878b2410 {
    display: grid;
    gap: 12px
}

.s-9f167c75fc82878b2410 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
    font-size: .9rem;
    color: var(--muted)
}

.s-b015636afb73fc588592 {
    font-weight: 700;
    margin-bottom: 6px
}

.s-77a6a5cf62dd161f4d60 {
    margin: 0;
    font-size: .94rem;
    color: var(--muted)
}

.s-7beae8583774a36dbe3e {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    margin-bottom: 4px
}

.s-7beae8583774a36dbe3e .s-93720caa841037718a71 {
    background: rgba(255, 79, 100, .16);
    color: #fff
}

.s-df8817c3662e8149ddff {
    margin: 0 0 10px;
    font-size: .95rem;
    color: var(--muted)
}

.s-3032d5b39916e37b77a7 {
    margin: 0;
    padding-left: 18px;
    color: var(--muted);
    font-size: .9rem
}

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

.s-5d4d6a70c85c8762005a {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: rgba(255, 79, 100, .16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    font-weight: 700;
    color: var(--coral)
}

.s-e7ffa7778f120ea2a24e {
    font-weight: 700;
    margin: 8px 0 4px
}

.s-1dad72282a33a121f39c,
.s-78bafa7afe8855dbf524,
.s-dfe1b912189045b22b81 {
    margin: 0;
    font-size: .9rem;
    color: var(--muted)
}

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

.s-9502189d5e68b8f70196 {
    display: grid;
    gap: 12px;
    margin-top: 6px
}

.s-bad4731d2485aa92fddb {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 2fr) auto;
    gap: 8px;
    align-items: center;
    font-size: .88rem
}

@media (max-width:720px) {

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

    .s-bad4731d2485aa92fddb {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 2fr);
        grid-template-rows: auto auto
    }

    .s-bad4731d2485aa92fddb .s-974691ee0b71d3e02300 {
        grid-column: 1/-1;
        justify-self: flex-start;
        margin-top: 4px
    }
}

.s-3c71110ee21d954d96a7 {
    color: #fff;
    font-weight: 600
}

.s-5837bd073434b6640f46 {
    display: flex;
    gap: 4px;
    align-items: center;
    background: rgba(216, 234, 254, .04);
    border-radius: 999px;
    padding: 3px;
    overflow: hidden
}

.s-a5ea447559b17e0f2f92 {
    flex-basis: 60%
}

.s-ad12aaf15031ba1dbf23 {
    flex-basis: 88%
}

.s-50387c6b7fe1440eb474 {
    flex-basis: 55%
}

.s-eb19823a3b021ac06f76 {
    flex-basis: 80%
}

.s-df76f765a999dbd5cc3e {
    flex-basis: 72%
}

.s-662fb2d4aaf44da125e9 {
    flex-basis: 90%
}

.s-a444c114c18f8d5bc7ba {
    flex-basis: 20%
}

.s-422aa570be40ab9c9f4e {
    flex-basis: 68%
}

.s-a49342a4ca81bfbee3cd {
    flex: 1;
    height: 8px;
    border-radius: 999px;
    transform-origin: left;
    transform: scaleX(.2);
    transition: transform .6s ease-out
}

.s-a49342a4ca81bfbee3cd.s-859d455b8ebd64a26ac0 {
    background: rgba(216, 234, 254, .32)
}

.s-a49342a4ca81bfbee3cd.s-ad7004a9dc47be082723 {
    background: var(--coral)
}

[data-animate].s-9fb29051f2217270a7b2 .s-a49342a4ca81bfbee3cd {
    transform: scaleX(1)
}

.s-974691ee0b71d3e02300 {
    font-weight: 600;
    color: var(--coral);
    font-size: .8rem
}

.s-b780d252a12c8c472099 {
    padding: 14px;
    border-radius: 14px;
    background: rgba(216, 234, 254, .06);
    border: 1px solid rgba(216, 234, 254, .16);
    font-size: .9rem
}

.s-b780d252a12c8c472099 strong {
    display: block;
    margin-bottom: 6px
}

.s-b780d252a12c8c472099 span {
    display: block;
    font-size: .8rem;
    color: var(--muted);
    margin-top: 4px
}

.s-36ee9ef7d82f6d50990f {
    font-size: .84rem;
    color: var(--muted);
    margin-top: 8px
}

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

.s-b465a2061e37e9d25481 {
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--muted);
    margin-bottom: 6px
}

.s-d7dcc78c6f8627820ad7 {
    font-weight: 800;
    margin-bottom: 4px
}

.s-19d8c250f74e0d749963 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px
}

.s-19d8c250f74e0d749963 span {
    font-size: .8rem;
    font-weight: 500;
    color: var(--muted);
    margin-left: 4px
}

.s-bed97175b06e68eb7ff5 ul {
    margin: 0 0 12px;
    padding-left: 18px;
    font-size: .9rem;
    color: var(--muted)
}

.s-bed97175b06e68eb7ff5 .s-03648b909e476a499259 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 79, 100, .14);
    color: #fff;
    font-size: .86rem;
    font-weight: 600;
    cursor: pointer
}

.s-bed97175b06e68eb7ff5 .s-03648b909e476a499259:hover {
    background: rgba(255, 79, 100, .2)
}

.s-c3bd4936d18c73f66174 {
    margin-top: 24px;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 18px;
    align-items: center
}

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

.s-d39a47507bbe27c2a794 {
    background: rgba(216, 234, 254, .04);
    border-radius: var(--radius);
    border: 1px solid rgba(216, 234, 254, .12);
    padding: 14px 14px 16px;
    box-shadow: var(--shadow-soft)
}

.s-8bb7b81cc5be0c4263a7 {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 10px;
    background: rgba(216, 234, 254, .06)
}

.s-bb4ed9149c9ca6646054 {
    font-weight: 700;
    margin-bottom: 2px
}

.s-8664ad785270649a0b0d {
    font-size: .9rem;
    color: var(--muted);
    margin-bottom: 6px
}

.s-8c8bd4a047289777e167 {
    font-size: .86rem;
    color: var(--muted);
    margin: 0
}

.s-f5d98dda084d28a16960 {
    position: relative;
    padding: 18px 18px 16px;
    border-radius: 16px;
    background: rgba(216, 234, 254, .05);
    border: 1px solid rgba(216, 234, 254, .16)
}

.s-2eda8ad1632af052b0c7,
.s-6406510c31e0c9925733,
details {
    background: rgba(216, 234, 254, .04)
}

.s-f5d98dda084d28a16960::before {
    content: "“";
    position: absolute;
    left: 12px;
    top: 4px;
    font-size: 2rem;
    color: rgba(216, 234, 254, .28)
}

.s-f5d98dda084d28a16960 p {
    margin: 10px 0 8px;
    font-size: .96rem
}

.s-f5d98dda084d28a16960 span {
    font-size: .86rem;
    color: var(--muted)
}

.s-6406510c31e0c9925733 {
    padding: 16px 16px 18px;
    border-radius: 16px;
    border: 1px solid rgba(216, 234, 254, .14)
}

.s-fb8cfb2bcbb7442d6a35 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px
}

.s-058ed46b94ceb2a310f2,
.s-3268697a794f60912905 {
    font-weight: 700
}

.s-19c1304248f82a9fbe8e {
    margin: 0 0 10px;
    font-size: .9rem;
    color: var(--muted)
}

.s-1c624633818c2f6db221 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: .82rem;
    color: var(--muted)
}

.s-16c00449a9a3f15a3214 {
    position: relative;
    padding-left: 20px;
    border-left: 2px dashed rgba(216, 234, 254, .22);
    display: grid;
    gap: 16px
}

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

.s-f594fba69915add4318e::before {
    content: "";
    position: absolute;
    left: -21px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--coral);
    box-shadow: 0 0 0 6px rgba(255, 79, 100, .18)
}

.s-2166fb19fa0f3dfe3667 {
    font-size: .9rem;
    font-weight: 700;
    color: var(--muted);
    margin-bottom: 4px
}

.s-51c6f78d009e235ed4a3,
.s-a0a51f1c73695b757df9 {
    font-weight: 700;
    margin-bottom: 4px
}

@media (max-width:960px) {

    .s-6578912eabc4ebb2adc8,
    .s-82e51ce291af013c2cd8,
    .s-ee239916e89ea9c0637d {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (max-width:640px) {

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

.s-2eda8ad1632af052b0c7 {
    padding: 14px;
    border-radius: 14px;
    border: 1px solid rgba(216, 234, 254, .14)
}

.s-62d46ae55f198f2502c6,
.s-8f327bef6e7f6d96a4d1,
details[open] {
    background: rgba(216, 234, 254, .06)
}

.s-898584e516d64d2b6737 {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 4px
}

.s-382240ed1c8ae85e000f {
    font-size: .8rem;
    color: var(--muted)
}

.s-2eda8ad1632af052b0c7 p {
    margin: 0 0 8px;
    font-size: .9rem;
    color: var(--muted)
}

.s-2eda8ad1632af052b0c7 a {
    font-size: .86rem;
    text-decoration: underline
}

.s-e75bc04532a5639ed1e9 {
    max-width: 820px;
    margin: 0 auto;
    display: grid;
    gap: 10px
}

details {
    border-radius: 14px;
    border: 1px solid rgba(216, 234, 254, .18);
    padding: 10px 14px
}

details>summary {
    list-style: none;
    cursor: pointer;
    font-weight: 600;
    font-size: .96rem
}

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

details p {
    margin: 10px 0 0;
    font-size: .9rem;
    color: var(--muted)
}

.s-3cbb66029672ea76240a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .8rem;
    color: var(--muted);
    margin-bottom: 6px
}

.s-3cbb66029672ea76240a span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--coral)
}

.s-8f327bef6e7f6d96a4d1 {
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(216, 234, 254, .12);
    box-shadow: var(--shadow-soft)
}

.s-2c20bfc03b2a34fcc998 {
    margin-top: 18px
}

footer.s-c099a42a5555825cdb50 {
    background: #2e446b;
    border-top: 1px solid rgba(216, 234, 254, .12);
    margin-top: 6rem;
    color: var(--muted)
}

.s-32cb9138ce24c9c5d191 {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 36px;
    padding: 40px 0
}

@media (max-width:980px) {
    .s-138c9372f768b6e5c469 {
        display: block
    }

    .s-252a25667dc7c65fe0e9 {
        position: fixed;
        inset: 72px 0 auto 0;
        background: rgba(15, 18, 24, .98);
        border-bottom: 1px solid rgba(216, 234, 254, .12);
        padding: 18px 20px;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px
    }

    .s-252a25667dc7c65fe0e9.s-9fb29051f2217270a7b2 {
        display: flex
    }

    .s-e61e00f86d9fccdee24f {
        order: 2;
        width: 100%;
        padding-top: 10px;
        border-top: 1px dashed rgba(216, 234, 254, .12)
    }

    .s-379e75c850e1334ef7be {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }

    .s-4ca656c85a1711c13e48 {
        display: none
    }

    .s-0911aed621a145fb7a54 .s-f0cad97953dfb126d32d {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .s-de820e2414088aefe2e5 {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .s-056bebf608a92e7de761,
    .s-3fc9ef2d464a5b08f5f1,
    .s-7fa90331434d2f0db244 {
        grid-template-columns: 1fr
    }

    .s-32cb9138ce24c9c5d191 {
        grid-template-columns: 1fr;
        gap: 22px
    }
}

.s-32cb9138ce24c9c5d191 .s-b150a1aa0a630d6d247c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px
}

.s-32cb9138ce24c9c5d191 a {
    color: var(--link-color)
}

.s-32cb9138ce24c9c5d191 small {
    display: block;
    opacity: .9;
    line-height: 1.6;
    font-size: .8rem
}

.s-1be399a83f09d16aa990 {
    display: grid;
    gap: 6px;
    margin: 12px 0 16px;
    font-size: .88rem
}

.s-0e68b2e004949a0b4a82 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 18px 0 26px
}

.s-3be3ffc6421e7e71e407 {
    color: var(--muted);
    padding: 12px 0
}

.s-b1cf792c1a0739a79d6f {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 18px 0 0;
    padding: 0
}

.s-62d46ae55f198f2502c6 {
    border: 1px solid rgba(216, 234, 254, .12);
    border-radius: 12px;
    padding: 14px
}

.s-e44f0451f37d808c8623 {
    color: #fff;
    display: block
}

.s-32946d8a86358479a5b5 {
    font-size: 1.1rem;
    margin: 8px 0 6px
}

.s-9700ae0d4b0f23fefc2f {
    color: var(--muted);
    font-size: .9rem;
    margin: 0;
    padding-left: 18px
}