:root {
    --night-bg: #0b1413;
    --night-elev: #102222;
    --night-veil: #0f201f;
    --night-ink: #e7f7e8;
    --night-dim: #93ae8c;
    --night-accent: #7affa2;
    --night-flare: #49cf49;
    --night-gold: #6c9e55;
    --r-xl: 22px;
    --r: 14px;
    --gap: clamp(12px, 2vw, 24px);
    --maxw: 1280px;
    --head: "Lexend", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    --body: "Raleway", 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: #193b34;
    color: #e2ffdf
}

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

.cgegeCnlT {
    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 */
.GiNXVgzPMfbb {
    background:
        radial-gradient(1100px 560px at 8% -12%, #133326 0%, transparent 55%),
        radial-gradient(900px 520px at 110% -10%, #1c402a 0%, transparent 60%),
        var(--night-bg);
    color: var(--night-ink)
}

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

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

.XHWYwemGLsW {
    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);
}

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

.VtZtiyBmkZgp {
    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(206, 255, 122, 0.14), rgba(82, 236, 228, 0.14));
    border: 1px solid rgba(105, 196, 91, 0.352);
    color: #f5e9fa;
    text-wrap: balance;
    overflow-wrap: anywhere;
    max-width: 100%;
}

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

.UYnX::before {
    content: "";
    position: absolute;
    inset: -20% -10% -15% -10%;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(60% 60% at 20% -10%, rgba(149, 255, 122, 0.24) 0%, transparent 60%),
        radial-gradient(50% 50% at 110% 0%, rgba(82, 236, 125, 0.14) 0%, transparent 62%),
        conic-gradient(from 220deg at 80% 20%, rgba(117, 200, 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);
}

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

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

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

.hrCDqexC {
    color: #f2fff8;
    text-wrap: balance
}

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

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

.AXzbylxJWt {
    width: clamp(220px, 36vw, 460px);
    max-width: 100%;
    aspect-ratio: 1/1;
    border-radius: 20px;
    background:
        linear-gradient(145deg, rgba(153, 255, 122, 0.12), rgba(109, 192, 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;
}

.AXzbylxJWt 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) {
    .ozjrA {
        grid-template-columns: 1fr;
        text-align: center
    }

    .bdktdGVbbQ {
        align-items: center
    }

    .bTRnIz {
        order: -1
    }

    .AXzbylxJWt {
        margin-inline: auto
    }
}

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

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

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

.rJZro .bx {
    color: var(--night-gold);
    font-size: 1.25em
}

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

.pwzwDePBSdsEg {
    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(122, 255, 217, 0.1), rgba(109, 200, 115, 0.1)),
        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;
}

.pwzwDePBSdsEg::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 22px;
    pointer-events: none;
    background: conic-gradient(from 140deg at 10% 10%, rgba(17, 47, 23, 0.39), 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;
}

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

.QeQgWpCSNj {
    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)
}

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

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

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

.yVzgPsg {
    color: #f7fff6
}

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

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

.uojxtthqxaRV .bx {
    font-size: 1.05rem;
    color: #c2e75e
}

.zXYmCJmDbdH {
    font-weight: 800;
    color: #e9faeb
}

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

.HczuzvSh .bx {
    color: var(--night-dim)
}

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

.AQeKNNa {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(131, 255, 122, 0.1), rgba(179, 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) {
    .yVzgPsg {
        text-align: center;
    }  
    .fYhyBuY {
        justify-content: center;
    }
    .AQeKNNa {
        justify-content: center;
    }
}

.VASK .bx {
    color: #8fc9ff
}

.BYsauPw .bx {
    color: #cbd267
}

.svlDNCvbQKo .bx {
    color: #ff9c9c
}

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

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

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

.BqDpeeZhD:focus-visible {
    outline: 2px solid #78c86d;
    outline-offset: 2px
}

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

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

    .IEugACoy {
        justify-items: start
    }
}

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

    .WcppCzMRD {
        min-width: 0
    }

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

    .BqDpeeZhD {
        width: 100%
    }
}

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

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

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

.wDEYmcOCed .bx {
    color: var(--night-accent);
    font-size: 1.25em
}

.xOmMzljUL {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: clamp(14px, 2vw, 18px);
    border-radius: var(--r-xl);
    background:
        linear-gradient(135deg, rgba(122, 255, 135, 0.255), 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)
}

.JpQwgUkqTCUoT {
    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: #e9fae9;
    flex: 0 0 auto
}

.JpQwgUkqTCUoT .bx {
    font-size: 1.4rem;
    color: #e1ffcf
}

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

.oYTAucDkP {
    color: #fbfff6
}

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

.xOmMzljUL a {
    color: #8fffb3;
    text-decoration: underline
}

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

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

    .JpQwgUkqTCUoT .bx {
        font-size: 1.2rem
    }
}

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

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

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

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

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

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

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

.UiLMty {
    color: #447c5a;
    font-weight: 800
}

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

.UiTwozGGhvRhPh {
    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: #e9fae9;
    font-weight: 700
}

.UiTwozGGhvRhPh .bx {
    font-size: 1.05rem;
    color: #e1ffcf
}

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

.MAGWcWnhiLJJ {
    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;
}

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

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

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

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


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

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

.izmwkeARwqekC[hidden] {
    display: none
}

.yHttQ {
    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)
}

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

.vxCjQMv .bx {
    font-size: 1.25rem
}

.jLunPrgTHAu {
    color: #c9ecdc;
    font-size: .95rem;
    line-height: 1.55
}

.jLunPrgTHAu a {
    color: #a0ff8f;
    text-decoration: underline
}

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

.sGDSr {
    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: #edfae9
}

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

.lmYBRRfQ {
    background: linear-gradient(92deg, #7c7aff6c 0%, #ff9c9c 55%, #78c86d 100%);
    color: #0b1412;
    box-shadow: 0 10px 20px rgba(16, 23, 34, .45)
}

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

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

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

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

.KgTQQJGRc[hidden] {
    display: none
}

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

.ahwKYDhfRYiZ {
    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, 255, 122, 0.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(129, 255, 122, 0.256), rgba(236, 210, 82, 0.28), rgba(109, 157, 200, 0.35)), transparent 60%;
}

.ahwKYDhfRYiZ::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;
}

.sKpDYo {
    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: #0b1412;
    background: linear-gradient(92deg, #7c7aff6c 0%, #ff9c9c 55%, #78c86d 100%);
    box-shadow: 0 14px 30px rgba(16, 34, 25, 0.5), inset 0 1px 0 rgba(255, 255, 255, .5)
}

.skCgPJBeHc {
    margin-bottom: 8px
}

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

.gMFtnKcokns .bx {
    color: #e1ffcf
}

.ekUXehu {
    color: #c9eccd;
    line-height: 1.6
}

.ekUXehu a {
    color: #509475;
    text-decoration: underline
}

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

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

.dJXSvzQh {
    background: #1d252e;
    color: #d9fff3;
    border: 1px solid #7d3a54
}

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

.zfVOPUdTDbEQ {
    background: linear-gradient(92deg, #7c7aff6c 0%, #ff9c9c 55%, #78c86d 100%);
    color: #0b1412;
    box-shadow: 0 10px 20px rgba(16, 34, 31, 0.45)
}

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

.jWTBWJ {
    margin-top: 8px;
    color: #5d826e;
    font-size: .85rem;
    text-align: center
}

body.is-pyxislock {
    overflow: hidden
}

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

    .AOgSOoFgbF {
        flex: 1 1 auto
    }
}