:root {
    --night-bg: #0e0b14;
    --night-elev: #191022;
    --night-veil: #190f20;
    --night-ink: #f1e7f7;
    --night-dim: #9a8cae;
    --night-accent: #d07aff;
    --night-flare: #c8ec52;
    --night-gold: #c8c66d;
    --r-xl: 22px;
    --r: 14px;
    --gap: clamp(12px, 2vw, 24px);
    --maxw: 1280px;
    --head: "Rubik", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    --body: "Lato", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

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

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

html,
body {
    height: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    background: var(--night-bg);
    color: var(--night-ink);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img,
picture,
svg,
video,
canvas {
    display: block;
    max-width: 100%;
    height: auto
}

iframe {
    border: 0
}

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

a {
    color: inherit;
    text-decoration: none
}

ul[role="list"],
ol[role="list"] {
    list-style: none;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
    margin: 0
}

::selection {
    background: #27193b;
    color: #ebdfff
}

[hidden] {
    display: none !important
}

/* base type */
h1,
.h1 {
    font-family: var(--head);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.01em
}

h2,
.h2 {
    font-family: var(--head);
    font-weight: 800;
    line-height: 1.16
}

h3,
.h3 {
    font-family: var(--head);
    font-weight: 700;
    line-height: 1.2
}

.SaTpxJkYcTGJ {
    font-size: clamp(1.05rem, 0.9rem + 0.5vw, 1.25rem);
    color: var(--night-dim)
}

/* helpers */
.shell-w {
    width: min(100% - 2*var(--gap), var(--maxw));
    margin-inline: auto
}

.grid-x {
    display: flex;
    gap: var(--gap);
    align-items: center
}

.stack-y>*+* {
    margin-top: var(--gap)
}

.is-hidden-vis {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0
}

/* surface & subtle glow */
.ksowVHVGNGt {
    background:
        radial-gradient(1100px 560px at 8% -12%, #251333 0%, transparent 55%),
        radial-gradient(900px 520px at 110% -10%, #301c40 0%, transparent 60%),
        var(--night-bg);
    color: var(--night-ink)
}

.ksowVHVGNGt--pt {
    accent-color: var(--night-accent)
}

/* motion reduce */
@media (prefers-reduced-motion:reduce) {
    html:focus-within {
        scroll-behavior: auto
    }

    * {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important
    }
}

.LUNObOp {
    width: 100%;
    max-width: var(--maxw);
    margin-inline: auto;
    padding-inline: clamp(16px, 4vw, 28px);
    box-sizing: border-box;
}

.ermEBxPDS {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
        var(--night-elev);
    border-bottom: 1px solid rgba(231, 236, 247, 0.06);
}

.JwZHdgyW {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 56px;
}

.DzssTsApEDF {
    font-family: var(--head);
    font-weight: 700;
    font-size: .95rem;
    letter-spacing: .2px;
    padding: .42rem .9rem;
    border-radius: 999px;
    text-align: center;
    white-space: normal;
    background: linear-gradient(135deg, rgba(184, 122, 255, 0.14), rgba(213, 236, 82, 0.14));
    border: 1px solid rgba(196, 184, 91, 0.3);
    color: #f5e9fa;
    text-wrap: balance;
    overflow-wrap: anywhere;
    max-width: 100%;
}

.cmuJn {
    position: relative;
    isolation: isolate;
    min-height: clamp(360px, 58vh, 640px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--night-bg);
}

.cmuJn::before {
    content: "";
    position: absolute;
    inset: -20% -10% -15% -10%;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(60% 60% at 20% -10%, rgba(184, 122, 255, 0.24) 0%, transparent 60%),
        radial-gradient(50% 50% at 110% 0%, rgba(213, 236, 82, 0.14) 0%, transparent 62%),
        conic-gradient(from 220deg at 80% 20%, rgba(200, 189, 109, 0.22), rgba(26, 36, 54, 0) 45%),
        linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, 0) 30%),
        var(--night-veil);
    filter: saturate(120%) blur(.3px);
}

.cmuJn::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(1200px 600px at 8% -10%, rgba(58, 35, 92, 0.45) 0%, transparent 55%),
        radial-gradient(900px 520px at 110% -10%, rgba(38, 35, 22, 0.35) 0%, transparent 60%);
    mix-blend-mode: screen;
    opacity: .55;
}

.TTOpRhdifJa {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: clamp(16px, 3vw, 36px);
    width: 100%;
    padding-block: clamp(28px, 4vw, 64px);
}

.GKkHlj {
    display: grid;
    align-content: center;
    gap: 12px
}

.cpgBqw {
    color: #F2F5FF;
    text-wrap: balance
}

.dHutHkFILj {
    color: var(--night-dim);
    max-width: 68ch
}

.kpDNpOcVo {
    display: flex;
    justify-content: center;
    align-items: center
}

.tQfsCKOdnrp {
    width: clamp(220px, 36vw, 460px);
    max-width: 100%;
    aspect-ratio: 1/1;
    border-radius: 20px;
    background:
        linear-gradient(145deg, rgba(255, 213, 122, 0.12), rgba(161, 109, 200, 0.1)),
        radial-gradient(60% 60% at 30% 10%, rgba(255, 255, 255, .06), transparent 60%),
        rgba(255, 255, 255, .02);
    border: 1px solid rgba(231, 236, 247, .10);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .12);
    display: grid;
    place-items: center;
    overflow: hidden;
}

.tQfsCKOdnrp img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    image-rendering: auto;
    filter: drop-shadow(0 12px 26px rgba(0, 0, 0, .35));
}

@media (max-width:980px) {
    .TTOpRhdifJa {
        grid-template-columns: 1fr;
        text-align: center
    }

    .GKkHlj {
        align-items: center
    }

    .kpDNpOcVo {
        order: -1
    }

    .tQfsCKOdnrp {
        margin-inline: auto
    }
}

.uuuBFvsqnGz {
    padding: clamp(28px, 4vw, 56px) 0
}

.AazhwIO {
    display: grid;
    gap: 6px;
    margin-bottom: clamp(12px, 2vw, 18px)
}

.JiPpFpfEGiL {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f5e9fa
}

.JiPpFpfEGiL .fa-solid {
    color: var(--night-gold);
    font-size: 1.25em
}

.uEtUHOnX {
    color: var(--night-dim);
    font-size: .9rem
}

.ptZbtvgh {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: clamp(14px, 2.2vw, 22px);
    padding: clamp(16px, 2.2vw, 24px);
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(200, 122, 255, 0.1), rgba(200, 168, 109, .10)),
        radial-gradient(80% 120% at 0% 0%, rgba(255, 255, 255, .05), transparent 60%),
        var(--night-elev);
    border: 1px solid rgba(231, 236, 247, .10);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .40), inset 0 1px 0 rgba(255, 255, 255, .10);
    overflow: hidden;
}

.ptZbtvgh::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 22px;
    pointer-events: none;
    background: conic-gradient(from 140deg at 10% 10%, rgba(208, 122, 255, 0.18), rgba(161, 236, 82, 0.14), rgba(200, 168, 109, .18), transparent 60%);
    mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
    -webkit-mask: linear-gradient(#000, #000) content-box, linear-gradient(#000, #000);
    padding: 1px;
    border: 1px solid transparent;
    opacity: .4;
}

.RFDAYjL {
    display: grid;
    gap: 10px;
    align-content: center;
    min-width: 200px
}

.XsvKoTQr {
    border-radius: 14px;
    padding: 10px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
    border: 1px solid rgba(231, 236, 247, .10)
}

.NdguozSZDgJD {
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .35))
}

.HdPTQ {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .2px;
    color: #f0cfff;
    background: rgba(202, 122, 255, 0.12);
    border: 1px solid rgba(184, 122, 255, 0.28);
    border-radius: 999px;
    padding: .28rem .55rem;
    width: max-content
}

.QjiAFS {
    display: grid;
    gap: 10px;
    align-content: center
}

.gJXT {
    color: #fbf6ff
}

.qwwLEcUhR {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center
}

.RIbgdNcdSSDHCmO {
    display: flex;
    align-items: center;
    gap: 8px
}

.RIbgdNcdSSDHCmO .fa-solid {
    font-size: 1.05rem;
    color: #c2e75e
}

.HycOaxuRl {
    font-weight: 800;
    color: #f5e9fa
}

.gsGLSJiqNCB {
    color: var(--night-dim);
    font-size: .9rem;
    display: flex;
    align-items: center;
    gap: 6px
}

.gsGLSJiqNCB .fa-solid {
    color: var(--night-dim)
}

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

.kOSAaRKVAga {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(195, 122, 255, 0.1), rgba(210, 236, 82, 0.1));
    border: 1px solid rgba(231, 236, 247, .10);
    border-radius: 14px;
    padding: .55rem .7rem;
    color: #f5e9fa;
    font-weight: 600
}

@media (max-width:780px) {
    .gJXT {
        text-align: center;
    }  
    .qwwLEcUhR {
        justify-content: center;
    }
    .kOSAaRKVAga {
        justify-content: center;
    }
}

.lxkZGTvrBT .fa-solid {
    color: #cb8fff
}

.hHcknXzr .fa-solid {
    color: #75d267
}

.vMOBGnfHyAAb .fa-solid {
    color: #ec527d
}

.EYoWgEno {
    display: grid;
    align-content: center;
    justify-items: end;
    gap: 8px;
    min-width: 180px
}

.nQdNYO {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 168px;
    padding: .9rem 1.1rem;
    border-radius: 14px;
    background: linear-gradient(92deg, #b67aff 0%, #ec527d 55%, #c0c86d 100%);
    color: #0f0b14;
    font-weight: 900;
    letter-spacing: .3px;
    box-shadow: 0 16px 32px rgba(27, 16, 34, 0.45);
    transition: transform .18s ease, filter .18s ease
}

.nQdNYO:hover {
    transform: translateY(-1px)
}

.nQdNYO:focus-visible {
    outline: 2px solid #c0c86d;
    outline-offset: 2px
}

.ljqThsQcq {
    color: var(--night-dim);
    font-size: .82rem
}

@media (max-width:1100px) {
    .ptZbtvgh {
        grid-template-columns: auto 1fr
    }

    .EYoWgEno {
        justify-items: start
    }
}

@media (max-width:780px) {
    .ptZbtvgh {
        grid-template-columns: 1fr
    }

    .RFDAYjL {
        min-width: 0
    }

    .mdXKE {
        grid-template-columns: 1fr
    }

    .nQdNYO {
        width: 100%
    }
}

.qEuLlKFcuUppDby {
    padding: clamp(28px, 4vw, 64px) 0
}

.OvVuzjmiycQguP {
    display: grid;
    gap: clamp(12px, 2vw, 18px)
}

.GKdUvfTOU {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f5e9fa;
    margin-bottom: 6px
}

.GKdUvfTOU .fa-solid {
    color: var(--night-accent);
    font-size: 1.25em
}

.JPjwoNs {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: clamp(14px, 2vw, 18px);
    border-radius: var(--r-xl);
    background:
        linear-gradient(135deg, rgba(168, 122, 255, 0.08), rgba(173, 200, 109, 0.08)),
        var(--night-elev);
    border: 1px solid rgba(231, 236, 247, .10);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .08)
}

.DXVwrYoFU {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
    border: 1px solid rgba(231, 236, 247, .10);
    color: #f5e9fa;
    flex: 0 0 auto
}

.DXVwrYoFU .fa-solid {
    font-size: 1.4rem;
    color: #f0cfff
}

.cbKmqOugaEguK {
    display: grid;
    gap: 6px
}

.FWculufA {
    color: #fbf6ff
}

.JPjwoNs p {
    color: var(--night-dim);
    max-width: 78ch
}

.JPjwoNs a {
    color: #cb8fff;
    text-decoration: underline
}

@media (max-width:560px) {
    .JPjwoNs {
        grid-template-columns: 1fr
    }

    .DXVwrYoFU {
        width: 100%;
        height: 42px;
        justify-content: start;
        padding-inline: 10px
    }

    .DXVwrYoFU .fa-solid {
        font-size: 1.2rem
    }
}

.uZgAzvDhyPh {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, 0)),
        var(--night-elev);
    border-top: 1px solid rgba(231, 236, 247, .08);
    padding: clamp(32px, 5vw, 64px) 0;
    color: #f5e9fa
}

.vGbQ {
    display: grid;
    gap: clamp(16px, 2.6vw, 24px);
    text-align: center
}

.eyCHfGv {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center
}

.GMDlndbDW {
    font-family: var(--head);
    font-weight: 800;
    font-size: clamp(1.2rem, 0.9rem + 1vw, 1.7rem);
    background: linear-gradient(92deg, #b67aff 0%, #ec527d 55%, #b4c86d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.rjxhz {
    font-size: .85rem;
    color: var(--night-dim);
    font-weight: 700
}

.QYxaQPTectrf {
    max-width: 78ch;
    margin-inline: auto;
    font-size: .95rem;
    line-height: 1.6;
    color: #C9D2EC
}

.eEArNatZ {
    margin-top: 8px;
    font-size: .88rem;
    color: #B8C1E0
}

.SBVPKzw {
    color: #d27cf7;
    font-weight: 800
}

.eWEwvpmNZQ {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(10px, 2vw, 16px);
    margin-top: 4px
}

.WXysqSfTC {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: .55rem .8rem;
    border-radius: 999px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
    border: 1px solid rgba(231, 236, 247, .12);
    color: #f5e9fa;
    font-weight: 700
}

.WXysqSfTC .fa-solid {
    font-size: 1.05rem;
    color: #f0cfff
}

.yjSVrAf {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(12px, 2vw, 18px);
    justify-content: center;
    align-items: center;
    margin-top: 2px;
}

.GhwOtDMtzKOjRD {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .45rem .65rem;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
    border: 1px solid rgba(231, 236, 247, .12);
    transition: transform .2s ease, filter .2s ease, background .2s ease;
}

.GhwOtDMtzKOjRD img {
    display: block;
    height: 40px;
    width: auto;
    transition: filter .2s ease;
}

.GhwOtDMtzKOjRD:hover {
    transform: translateY(-1px);
}

.GhwOtDMtzKOjRD:hover img {
    filter: grayscale(0%) brightness(110%) contrast(100%);
}

@media (max-width:520px) {
    .GhwOtDMtzKOjRD img {
        height: 36px;
    }
}


.AqqmADFrTnR {
    font-size: .86rem;
    color: #be9dc4
}

.oxLwD {
    position: fixed;
    inset: auto 0 0 0;
    z-index: 90
}

.oxLwD[hidden] {
    display: none
}

.UPNigBVlrj {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: clamp(10px, 2vw, 16px);
    margin: clamp(10px, 2.5vw, 16px) auto;
    padding: clamp(10px, 2vw, 14px);
    border-radius: 16px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02)),
        var(--night-elev);
    border: 1px solid rgba(231, 236, 247, .12);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .08)
}

.ATqsUFPiCOBDBi {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(184, 122, 255, 0.14), rgba(200, 168, 109, .10));
    border: 1px solid rgba(231, 236, 247, .14);
    color: #f0cfff
}

.ATqsUFPiCOBDBi .fa-solid {
    font-size: 1.25rem
}

.eBOYCeJt {
    color: #C9D2EC;
    font-size: .95rem;
    line-height: 1.55
}

.eBOYCeJt a {
    color: #cb8fff;
    text-decoration: underline
}

.ZMOCaGisekqXT {
    display: flex;
    gap: 10px
}

.KqxOvHiIc {
    appearance: none;
    border: 0;
    cursor: pointer;
    border-radius: 12px;
    padding: .6rem .9rem;
    font-weight: 800;
    letter-spacing: .2px
}

.nebulacookiebtnreject {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(231, 236, 247, .18);
    color: #f5e9fa
}

.nebulacookiebtnreject:hover {
    filter: brightness(.98)
}

.yOJEEInAAWE {
    background: linear-gradient(92deg, #b67aff 0%, #ec527d 55%, #c0c86d 100%);
    color: #0f0b14;
    box-shadow: 0 10px 20px rgba(16, 23, 34, .45)
}

.yOJEEInAAWE:hover {
    transform: translateY(-1px)
}

@media (max-width:720px) {
    .UPNigBVlrj {
        grid-template-columns: 1fr;
        text-align: left
    }

    .ZMOCaGisekqXT {
        justify-content: space-between
    }
}

.tKQjQVGBR {
    position: fixed;
    inset: 0;
    z-index: 95;
    display: grid;
    place-items: center;
}

.tKQjQVGBR[hidden] {
    display: none
}

.DuVHhxjhDl {
    position: absolute;
    inset: 0;
    background: rgba(11, 15, 20, .72);
    backdrop-filter: saturate(120%) blur(8px)
}

.XDCeUlVRg {
    position: relative;
    z-index: 1;
    width: min(96%, 560px);
    border-radius: 22px;
    padding: clamp(18px, 3vw, 24px);
    background:
        radial-gradient(120% 120% at 0% 0%, rgba(122, 139, 255, .12) 0%, transparent 55%),
        radial-gradient(120% 120% at 100% 0%, rgba(200, 168, 109, .10) 0%, transparent 55%),
        var(--night-elev);
    border: 1px solid rgba(231, 236, 247, .14);
    box-shadow:
        0 26px 64px rgba(0, 0, 0, .55),
        inset 0 1px 0 rgba(255, 255, 255, .08);
    color: #f5e9fa;
    outline: 0;

    --ring: conic-gradient(from 200deg at 70% -10%, rgba(122, 139, 255, .35), rgba(236, 210, 82, 0.28), rgba(123, 200, 109, 0.35)), transparent 60%;
}

.XDCeUlVRg::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 22px;
    pointer-events: none;
    background: var(--ring);
    mask: linear-gradient(#0000, #0000) padding-box, linear-gradient(#000, #000);
    -webkit-mask: linear-gradient(#0000, #0000) padding-box, linear-gradient(#000, #000);
    padding: 1px;
    border: 1px solid transparent;
    opacity: .45;
}

.ztQkrewZDqSEKU {
    position: absolute;
    top: -18px;
    right: 18px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 900;
    letter-spacing: .4px;
    color: #0f0b14;
    background: linear-gradient(92deg, #b67aff 0%, #ec527d 55%, #c0c86d 100%);
    box-shadow: 0 14px 30px rgba(16, 23, 34, .5), inset 0 1px 0 rgba(255, 255, 255, .5)
}

.qIyVoXSM {
    margin-bottom: 8px
}

.GrPGFXKQOMBF {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fbf6ff
}

.GrPGFXKQOMBF .fa-solid {
    color: #f0cfff
}

.tstUzyEdwx {
    color: #C9D2EC;
    line-height: 1.6
}

.tstUzyEdwx a {
    color: #cb8fff;
    text-decoration: underline
}

.hgPtpObOu {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 14px
}

.ZPrzweyFFy {
    appearance: none;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    padding: .7rem 1rem;
    font-weight: 900;
    letter-spacing: .2px
}

.XYfsUd {
    background: #2e1d2c;
    color: #ffd9fe;
    border: 1px solid #7d3a54
}

.XYfsUd:hover {
    filter: brightness(.98)
}

.vRcEIrxfEVVlx {
    background: linear-gradient(92deg, #b67aff 0%, #ec527d 55%, #c0c86d 100%);
    color: #0f0b14;
    box-shadow: 0 10px 20px rgba(32, 16, 34, 0.45)
}

.vRcEIrxfEVVlx:hover {
    transform: translateY(-1px)
}

.DGRzrQviU {
    margin-top: 8px;
    color: #be9dc4;
    font-size: .85rem;
    text-align: center
}

body.is-pyxislock {
    overflow: hidden
}

@media (max-width:520px) {
    .hgPtpObOu {
        justify-content: stretch
    }

    .ZPrzweyFFy {
        flex: 1 1 auto
    }
}