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,
figure,
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%);
    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: .95rem 1.25rem;
    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: .82rem
}

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 {
    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-e61e00f86d9fccdee24f {
    display: flex;
    gap: .25rem;
    margin-left: .5rem
}

.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
}

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

.s-0911aed621a145fb7a54 .s-255a762c36cdae2fe950 {
    position: relative
}

.s-a15e3719de339d582e71 {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: clamp(22px, 4vw, 44px);
    align-items: center;
    padding-block: clamp(40px, 6vw, 100px)
}

.s-9cd7c186300be5672687 {
    font-weight: 900;
    line-height: 1.05;
    font-size: clamp(2.2rem, 1.3rem + 3.6vw, 4.2rem);
    letter-spacing: -.02em;
    background: linear-gradient(180deg, #fff 0, #dbe6f3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.s-5d85613a56c124e3a3ff {
    margin-top: 1rem;
    color: #cdd6e3;
    font-size: clamp(1rem, .9rem + .5vw, 1.125rem);
    max-width: 52ch
}

.s-f9e2073bb5434552b837 {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 1.4rem
}

.s-eb94711fac0a46387258 {
    margin-top: .6rem
}

.s-70fa577206cbf0218d04,
.s-981897931f9ba8daca72 {
    margin-top: 1rem
}

.s-5d42c936347fe45df962 {
    margin-top: 1.4rem
}

.s-553e45f18abe5fe71e2d {
    margin: 0
}

.s-f37f1767cbaf05ca2a9c {
    margin-top: 1.6rem
}

.s-effcb816cd41234c058c {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 16px
}

.s-fba2d26b24ece064101e {
    border-radius: var(--radius);
    background: linear-gradient(180deg, #0c1b36, #0a1426);
    border: 1px solid rgba(255, 255, 255, .08);
    overflow: hidden;
    position: relative;
    min-height: 240px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .35)
}

.s-fba2d26b24ece064101e .s-bb362a46a483f3f8c993 {
    position: absolute;
    inset: 0
}

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

.s-c840d118daeac8fce5a8 {
    position: absolute;
    inset: auto;
    width: 160px;
    height: 160px;
    right: -30px;
    top: -30px;
    border-radius: 50%;
    background: radial-gradient(closest-side, rgba(212, 175, 55, .35), transparent 65%);
    filter: blur(6px);
    pointer-events: none;
    animation: 6s ease-in-out infinite breathe
}

.s-6516da97133c01add7ef {
    bottom: -20px;
    left: -20px;
    right: auto;
    top: auto
}

@keyframes breathe {

    0%,
    100% {
        transform: scale(1);
        opacity: .6
    }

    50% {
        transform: scale(1.15);
        opacity: 1
    }
}

main {
    padding-bottom: 80px
}

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

.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(24px, 3vw, 32px)
}

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

.s-179059ffe4f02a616c0d {
    font-size: clamp(1.7rem, 1.2rem + 1vw, 2.2rem);
    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-ea2b95e3c1d1d980865b {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    gap: clamp(20px, 4vw, 40px);
    align-items: stretch
}

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

.s-26bf38010c5ac381d3e0 {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1rem
}

.s-93720caa841037718a71 {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    padding: .32rem .7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .06);
    font-size: .84rem;
    color: #d0dae9
}

.s-93720caa841037718a71 strong {
    font-weight: 600
}

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

.s-1520e2a6b81efc45f56a {
    padding: 1.2rem 1.1rem;
    border-radius: 16px;
    background: rgba(11, 25, 52, .82);
    border: 1px solid rgba(255, 255, 255, .06);
    display: flex;
    flex-direction: column;
    gap: .4rem
}

.s-3a0639e4d5dfbc41f5c2 {
    font-size: .85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--muted)
}

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

.s-5fbe314d65a98610c1a1 {
    color: #d3dced;
    font-size: .95rem
}

.s-056bebf608a92e7de761,
.s-15be2bb353850135eae6 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 26px
}

.s-2d673772887206a158ce {
    padding: 1.4rem 1.3rem;
    border-radius: 18px;
    background: rgba(9, 18, 40, .96);
    border: 1px solid rgba(255, 255, 255, .06);
    display: flex;
    flex-direction: column;
    gap: .4rem
}

.s-4ca73627938e587860bc {
    font-size: .85rem;
    font-weight: 600;
    color: var(--gold-2);
    text-transform: uppercase;
    letter-spacing: .14em
}

.s-d1e8b570644c299e2de4 {
    font-size: .96rem;
    color: #cfd7ea
}

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

.s-bd370d1b6f9b3580a770 {
    padding: 1.2rem 1.1rem;
    border-radius: 18px;
    background: rgba(9, 18, 40, .96);
    border: 1px solid rgba(255, 255, 255, .06);
    position: relative;
    overflow: hidden
}

.s-628ec97ff95bdd8eabb3 {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, .15);
    border: 1px solid rgba(212, 175, 55, .4);
    font-size: .8rem;
    font-weight: 700;
    color: var(--gold-2);
    margin-bottom: .6rem
}

.s-51c6f78d009e235ed4a3,
.s-e7ffa7778f120ea2a24e {
    font-weight: 700;
    margin-bottom: .25rem
}

.s-dfe1b912189045b22b81 {
    font-size: .94rem;
    color: #d1d9ea
}

.s-896b78e1bc2d444ab431 {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    gap: clamp(22px, 4vw, 40px);
    align-items: stretch;
    margin-top: 26px
}

.s-6a71551f0705936740ea {
    display: flex;
    flex-direction: column;
    gap: 18px
}

.s-747cc9148584f3a47525 {
    border-radius: 18px;
    padding: 1.4rem 1.3rem;
    background: rgba(11, 24, 50, .96);
    border: 1px solid rgba(255, 255, 255, .06);
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) auto;
    gap: 10px 20px;
    align-items: flex-start
}

.s-16bfb6ff8d33ffe21385 {
    font-size: .95rem;
    color: #d0d9ec
}

.s-4a159392d2a477be6278 {
    text-align: right;
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--gold-2);
    white-space: nowrap
}

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

.s-bed97175b06e68eb7ff5 {
    border-radius: 20px;
    padding: 1.6rem 1.4rem 1.5rem;
    background: radial-gradient(420px 260px at 10% -10%, rgba(212, 175, 55, .14), transparent 60%), rgba(9, 17, 37, .98);
    border: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    flex-direction: column;
    gap: .7rem
}

.s-bed97175b06e68eb7ff5.s-99d637374f51ab8f607c {
    border-color: var(--gold);
    box-shadow: 0 22px 60px rgba(212, 175, 55, .22);
    position: relative
}

.s-6be8532c3f017d63264c {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: .75rem;
    padding: .18rem .55rem;
    border-radius: 999px;
    background: rgba(13, 22, 44, .95);
    border: 1px solid rgba(212, 175, 55, .7);
    color: var(--gold-2);
    text-transform: uppercase;
    letter-spacing: .16em
}

.s-d7dcc78c6f8627820ad7 {
    font-weight: 800;
    font-size: 1.05rem
}

.s-b918bbdef7866afcb6d9 {
    font-size: .95rem;
    color: #d3dcec
}

.s-19d8c250f74e0d749963 {
    margin-top: .4rem;
    font-size: 1.35rem;
    font-weight: 800
}

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

.s-88410cbd74072e7a776b {
    margin-top: .6rem;
    display: flex;
    flex-direction: column;
    gap: .35rem;
    font-size: .93rem;
    color: #d5def0
}

.s-88410cbd74072e7a776b li::before {
    content: "•";
    display: inline-block;
    margin-right: .35rem;
    color: var(--gold-2)
}

.s-e5bed9d9b5bac4e62abf {
    margin-top: 1rem;
    display: flex
}

.s-e5bed9d9b5bac4e62abf a {
    cursor: pointer;
    width: 100%;
    justify-content: center
}

.s-e29ef0bac4cf33c732a0 {
    margin-top: .5rem;
    font-size: .8rem;
    color: var(--muted)
}

.s-6958fbad4b3fcc9c47fa {
    margin-top: 22px;
    padding: 1.3rem 1.2rem;
    border-radius: 16px;
    border: 1px dashed rgba(212, 175, 55, .6);
    background: rgba(9, 18, 38, .96);
    font-size: .95rem;
    color: #d6dff0;
    display: flex;
    flex-wrap: wrap;
    gap: .8rem 1.5rem;
    align-items: center;
    justify-content: space-between
}

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

.s-f5d98dda084d28a16960 {
    border-radius: 18px;
    padding: 1.4rem 1.3rem;
    background: rgba(11, 24, 50, .96);
    border: 1px solid rgba(255, 255, 255, .06);
    position: relative
}

.s-f5d98dda084d28a16960::before {
    content: "“";
    position: absolute;
    top: -20px;
    left: 14px;
    font-size: 4rem;
    color: rgba(212, 175, 55, .35)
}

.s-1c37d6d5ea4da3b72e22 {
    font-size: .96rem;
    color: #dde5f5
}

.s-615bf1d1090140a4238c {
    margin-top: .7rem;
    font-weight: 700
}

.s-653da3dc0996dc1ed366 {
    font-size: .85rem;
    color: var(--muted)
}

.s-16c00449a9a3f15a3214 {
    position: relative;
    margin-top: 26px;
    padding-left: 18px
}

.s-16c00449a9a3f15a3214::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, rgba(212, 175, 55, .4), rgba(255, 255, 255, .1))
}

.s-f594fba69915add4318e {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px
}

.s-6d8d9f57b3873248d43e {
    position: absolute;
    left: -1px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--gold-2);
    box-shadow: 0 0 0 4px rgba(212, 175, 55, .14)
}

.s-2166fb19fa0f3dfe3667 {
    font-size: .9rem;
    font-weight: 700;
    color: var(--gold-2);
    text-transform: uppercase;
    letter-spacing: .18em;
    margin-bottom: .15rem
}

.s-a0a51f1c73695b757df9 {
    font-weight: 600;
    margin-bottom: .15rem
}

.s-78bafa7afe8855dbf524 {
    font-size: .95rem;
    color: #ccd5e8
}

.s-12a7402837b05882c37b {
    padding: 1.2rem 1.1rem;
    border-radius: 16px;
    background: rgba(10, 20, 42, .96);
    border: 1px solid rgba(255, 255, 255, .06);
    font-size: .95rem;
    color: #d3dcec
}

.s-675ea2e6317cc737637b {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
    gap: clamp(22px, 4vw, 40px);
    margin-top: 26px;
    align-items: stretch
}

.s-8796ddf0c1a2ba0b79ae {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.s-2eda8ad1632af052b0c7 {
    border-radius: 16px;
    padding: 1.1rem 1.15rem;
    background: rgba(11, 24, 50, .96);
    border: 1px solid rgba(255, 255, 255, .06);
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) auto;
    column-gap: 18px;
    row-gap: 4px;
    align-items: flex-start;
    font-size: .95rem
}

.s-945283b51035c5fb8986 {
    font-size: .85rem;
    color: var(--muted);
    text-align: right
}

.s-e2ac5ccd16460c198076 {
    grid-column: 1/-1;
    color: #d5ddf0
}

.s-47d1cbc05a41b4009039 {
    grid-column: 1/-1;
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    margin-top: .3rem
}

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

.s-006d8fe24e58bb06f1ea {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
    gap: clamp(22px, 4vw, 40px);
    margin-top: 26px;
    align-items: flex-start
}

.s-f62373ad48b8f918e778 {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.s-eca341011715419fa0d5 {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(9, 18, 38, .96);
    overflow: hidden
}

.s-dbb6d930788689d774ee {
    cursor: pointer;
    width: 100%;
    padding: .9rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .96rem;
    font-weight: 600;
    color: #e5ecf8
}

.s-dbb6d930788689d774ee span.s-f8995ba5891b07e328c6 {
    margin-left: 1rem;
    font-size: 1.1rem;
    color: var(--gold-2);
    transition: transform .2s
}

.s-fb9ebba265d2dce6deba {
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s;
    padding: 0 1rem;
    font-size: .95rem;
    color: #d1d9ec
}

.s-eca341011715419fa0d5.s-5fc7e38bffe00ca46add .s-fb9ebba265d2dce6deba {
    padding-bottom: .85rem
}

.s-eca341011715419fa0d5.s-5fc7e38bffe00ca46add .s-dbb6d930788689d774ee span.s-f8995ba5891b07e328c6 {
    transform: rotate(45deg)
}

.s-12f81c93ee04ad2d5630 {
    border-radius: 24px;
    padding: 1.8rem 1.6rem;
    background: radial-gradient(600px 280px at 100% 0, rgba(212, 175, 55, .24), transparent 60%), linear-gradient(90deg, #09152b, #0b1d3a);
    border: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    margin-top: 26px
}

.s-12f81c93ee04ad2d5630 h3 {
    font-size: 1.35rem;
    letter-spacing: -.02em
}

.s-12f81c93ee04ad2d5630 p {
    color: #d8e1f2;
    max-width: 40ch;
    font-size: .97rem
}

[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
}

.s-adac3846b477f4671462 {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .4rem .7rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    color: #e5ebf3;
    font-weight: 600
}

.s-9162e8705ede492c514e {
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, .15);
    display: inline-block
}

@media (max-width:1180px) {

    .s-056bebf608a92e7de761,
    .s-15be2bb353850135eae6,
    .s-4763952f4232b07b8ee7,
    .s-54c8990a38824f0c4478,
    .s-6578912eabc4ebb2adc8,
    .s-ee239916e89ea9c0637d {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (max-width:980px) {

    .s-006d8fe24e58bb06f1ea,
    .s-675ea2e6317cc737637b,
    .s-896b78e1bc2d444ab431,
    .s-a15e3719de339d582e71,
    .s-ea2b95e3c1d1d980865b {
        grid-template-columns: 1fr
    }

    .s-effcb816cd41234c058c {
        order: -1;
        grid-template-rows: 220px 220px
    }

    .s-48e571244e10c156dd4b {
        display: none
    }

    .s-d698cfbb7a55edf88401 {
        display: block
    }
}

@media (max-width:720px) {

    .s-056bebf608a92e7de761,
    .s-15be2bb353850135eae6,
    .s-4763952f4232b07b8ee7,
    .s-54c8990a38824f0c4478,
    .s-6578912eabc4ebb2adc8,
    .s-ee239916e89ea9c0637d {
        grid-template-columns: 1fr
    }

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

.s-ff53ea59fa77bfd26363 {
    margin-left: .35rem
}

.s-cee8819aa86c97ec4946 {
    color: var(--muted);
    font-size: .8rem;
    font-weight: 500
}

.s-06a7ccb8e3a0d81fda98 {
    color: #cfd6e3;
    font-size: .9rem
}

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