* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body{user-select:none;-webkit-user-select:none;}html{}

html,
body {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

section[id] {
    scroll-margin-top: 110px;
}

@keyframes anchor-bounce {
    0% { transform: translateY(0); }
    35% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}

.is-anchor-jump {
    animation: anchor-bounce 520ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

body {
    font-family: "Inter", sans-serif;
    background-color: #131314;
    background-image: url("img/bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@keyframes fade-up {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

._v {
    animation: fade-up 1400ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
    animation-delay: 160ms;
}

._h {
    animation: fade-up 1400ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
    animation-delay: 440ms;
}

._b {
    animation: fade-up 1400ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
    animation-delay: 720ms;
}

._ax {
    animation: fade-up 1400ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
    animation-delay: 1000ms;
}

._ss {
    max-width: 1250px;
    margin: 0 auto;
    padding: 10px 0 0;
    animation: fade-up 1400ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
    animation-delay: 1240ms;
}

._ps {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 18px 28px;
    animation: fade-up 1400ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
    animation-delay: 1480ms;
}

._ls {
    border-radius: 18px;
    padding: 12px 14px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(var(--accent-rgb), 0.22);
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.14), rgba(var(--accent-rgb), 0.06));
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

._gs {
    min-width: 0;
}

._hs {
    justify-self: center;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.74);
    letter-spacing: 0.01em;
}

._os {
    justify-self: end;
    display: flex;
    justify-content: flex-end;
}

._vs {
    padding: 22px;
    display: grid;
    gap: 10px;
}

._is {
    padding: 4px 2px 6px;
}

._7s {
    margin: 0;
    font-size: clamp(20px, 2.2vw, 28px);
    letter-spacing: -0.03em;
    line-height: 1.12;
    color: rgba(255, 255, 255, 0.96);
}

._8s {
    margin: 10px 0 0;
    max-width: 68ch;
    color: rgba(255, 255, 255, 0.70);
    line-height: 1.55;
    font-size: 14px;
}

._rs {
    border-radius: 18px;
    border: 1px solid rgba(var(--accent-rgb), 0.16);
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.08), rgba(var(--accent-rgb), 0.02));
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
}

._ts {
    list-style: none;
    cursor: pointer;
    padding: 14px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.92);
}

._ts::-webkit-details-marker {
    display: none;
}

._ks {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: 1px solid rgba(var(--accent-rgb), 0.28);
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.20), rgba(var(--accent-rgb), 0.06));
    position: relative;
    flex: 0 0 auto;
}

._ks::before,
._ks::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 2px;
    background: rgba(255, 255, 255, 0.90);
    transform: translate(-50%, -50%);
}

._ks::after {
    width: 2px;
    height: 10px;
}

._rs[open] ._ks::after {
    transform: translate(-50%, -50%) scaleY(0);
}

._as {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 320ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

._5s {
    overflow: hidden;
    padding: 0 14px 14px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.55;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 240ms ease, transform 240ms ease;
}

._rs[open] ._as {
    grid-template-rows: 1fr;
}

._rs[open] ._5s {
    opacity: 1;
    transform: translateY(0px);
}

._ox {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

._cx {
    border-radius: 18px;
    padding: 14px 14px 12px;
    border: 1px solid rgba(var(--accent-rgb), 0.14);
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.09), rgba(var(--accent-rgb), 0.02));
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 180ms ease, filter 180ms ease, border-color 180ms ease;
}

._cx:hover {
    transform: translateY(-2px);
    filter: brightness(1.03);
    border-color: rgba(var(--accent-rgb), 0.22);
}

._mx {
    font-size: 12px;
    font-weight: 650;
    color: rgba(255, 255, 255, 0.70);
}

._jx {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.95);
}

.market-v--pos {
    color: rgba(var(--accent-rgb), 1);
}

.market-v--neg {
    color: rgba(255, 120, 120, 0.95);
}

._hx {
    margin-top: 10px;
}

._hx ._cx {
    padding: 12px 12px 11px;
    border-radius: 16px;
}

._hx ._jx {
    font-size: 16px;
    margin-top: 7px;
}

._hx[data-state="loading"] ._jx,
._hx[data-state="error"] ._jx {
    opacity: 0.75;
}

._hx[data-state="loading"] ._cx {
    position: relative;
    overflow: hidden;
}

._hx[data-state="loading"] ._cx::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.06),
        rgba(255, 255, 255, 0)
    );
    width: 50%;
    left: -60%;
    transform: skewX(-14deg);
    animation: progress-shimmer 2400ms ease-in-out infinite;
    pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: smooth;
    }

    ._v,
    ._h,
    ._b,
    ._ax,
    ._ss,
    ._ps {
        opacity: 1;
        transform: none;
        animation: none;
    }

    ._nx,
    ._0x::after,
    ._wx,
    ._bx::after,
    ._3x.is-active ._6x {
        animation: none !important;
    }

    ._hx[data-state="loading"] ._cx::after {
        animation: none;
    }

    ._as,
    ._5s {
        transition: none !important;
    }

    .is-anchor-jump {
        animation: none !important;
    }
}

#_m {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.9;
}

._v,
._g {
    position: relative;
    z-index: 1;
}

._g {
    padding: 24px 18px 64px;
}

._h {
    max-width: 1250px;
    margin: 0 auto;
    padding-top: 18px;
}

._o {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 22px;
}

._c {
    text-align: left;
}

._m {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(var(--accent-rgb), 0.34);
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.20), rgba(var(--accent-rgb), 0.06));
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    font-weight: 500;
}

._j {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, rgba(var(--accent-rgb), 1), rgba(var(--accent-rgb), 0.18));
    box-shadow: 0 0 0 4px rgba(var(--accent-rgb), 0.10);
}

._y {
    margin-top: 14px;
    font-size: 44px;
    line-height: 1.08;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.96);
}

._q {
    display: block;
    max-width: 24ch;
    text-wrap: balance;
}

._e {
    display: block;
    margin-top: 6px;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.08;
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 1), rgba(var(--accent-rgb), 0.55));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

._d {
    margin-top: 14px;
    max-width: 520px;
    font-size: 16px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.80);
}

._9 {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

._4 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 14px;
    border-radius: 14px;
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid rgba(var(--accent-rgb), 0.40);
    transition: transform 160ms ease, filter 160ms ease, background 160ms ease, color 160ms ease;
    user-select: none;
    cursor: pointer;
}

._f {
    color: var(--button-text-color);
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 1), rgba(var(--accent-rgb), 0.72));
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

._0 {
    color: rgba(255, 255, 255, 0.90);
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.18), rgba(var(--accent-rgb), 0.06));
}

._4:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
}

._4:active {
    transform: translateY(0px);
}

._n {
    display: grid;
    place-items: center;
    min-height: 260px;
    justify-self: end;
}

._2 {
    position: relative;
    width: min(560px, 100%);
}

._w {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.40));
    opacity: 0.95;
    user-select: none;
    pointer-events: none;
}

._z {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
    width: 50%;
    padding-top: 50%;
}

._1 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    pointer-events: none;
    user-select: none;
    object-fit: cover;
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.38));
}

._b {
    max-width: 1250px;
    margin: 0 auto;
    padding: 10px 0 0;
}

._3 {
    padding: 22px;
}

._u {
    max-width: 760px;
}

._6 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
}

._xx {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
}

._sx {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 14px;
}

._vx {
    grid-column: span 6;
    border-radius: 18px;
    padding: 16px 16px 14px;

    border: 1px solid rgba(var(--accent-rgb), 0.18);
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.10), rgba(var(--accent-rgb), 0.03));
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

._kx {
    grid-column: span 12;
}

._ix {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

._7x {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.70);
}

._8x {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    border: 1px solid rgba(var(--accent-rgb), 0.30);
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.24), rgba(var(--accent-rgb), 0.10));
    color: rgba(255, 255, 255, 0.92);
    flex: 0 0 auto;
}

._rx {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.01em;
    font-weight: 650;
    color: rgba(255, 255, 255, 0.95);
}

._tx {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.78);
}

._ax {
    max-width: 1250px;
    margin: 0 auto;
    padding: 10px 0 0;
}

._5x {
    padding: 22px;
}

._px {
    max-width: 760px;
}

._lx {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
}

._gx {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
}

._yx {
    --p: 0;
    margin-top: 16px;
    border-radius: 20px;
    padding: 18px;
    display: grid;
    gap: 14px;

    border: 1px solid rgba(var(--accent-rgb), 0.18);
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.09), rgba(var(--accent-rgb), 0.03));
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

._qx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

._dx {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

._ex {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.72);
    letter-spacing: 0.01em;
}

._9x {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.86);
    padding: 7px 10px;
    border-radius: 999px;
    border: 1px solid rgba(var(--accent-rgb), 0.18);
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.12), rgba(var(--accent-rgb), 0.03));
}

._4x {
    color: rgba(var(--accent-rgb), 1);
}

._fx {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(var(--accent-rgb), 0.45);
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 1), rgba(var(--accent-rgb), 0.72));
    color: var(--button-text-color);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: -0.01em;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
    transition: transform 160ms ease, filter 160ms ease;
    user-select: none;
    cursor: pointer;
}

._fx:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
}

._fx:active {
    transform: translateY(0px);
}

._0x {
    height: 10px;
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid rgba(var(--accent-rgb), 0.22);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.08));
    position: relative;
}

._nx {
    height: 100%;
    width: calc(var(--p) * 1%);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 1), rgba(var(--accent-rgb), 0.55));
    box-shadow: 0 10px 24px rgba(var(--accent-rgb), 0.22);
    animation: progress-fill 1800ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
    animation-delay: 420ms;
}

._0x::after {
    content: "";
    position: absolute;
    inset: -2px 0 -2px 0;
    width: 55%;
    left: -60%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.08),
        rgba(255, 255, 255, 0)
    );
    transform: skewX(-14deg);
    animation: progress-shimmer 2400ms ease-in-out infinite;
    animation-delay: 900ms;
    pointer-events: none;
}

._2x {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

._wx {
    border-radius: 16px;
    padding: 11px 12px;
    border: 1px solid rgba(var(--accent-rgb), 0.14);
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.09), rgba(var(--accent-rgb), 0.02));
    transition: transform 180ms ease, filter 180ms ease, border-color 180ms ease;
    animation: stat-in 900ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

._wx:nth-child(1) { animation-delay: 560ms; }
._wx:nth-child(2) { animation-delay: 640ms; }
._wx:nth-child(3) { animation-delay: 720ms; }
._wx:nth-child(4) { animation-delay: 800ms; }

._wx:hover {
    transform: translateY(-2px);
    filter: brightness(1.03);
    border-color: rgba(var(--accent-rgb), 0.22);
}

._zx {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.70);
}

._1x {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.94);
}

._bx {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 0;
    padding-top: 6px;
}

._bx::before {
    content: "";
    position: absolute;
    left: 6%;
    right: 6%;
    top: 12px;
    height: 2px;
    border-radius: 999px;
    background: rgba(var(--accent-rgb), 0.18);
}

._bx::after {
    content: "";
    position: absolute;
    left: 6%;
    top: 12px;
    height: 2px;
    border-radius: 999px;
    width: calc(var(--p) * 0.88%);
    background: linear-gradient(90deg, rgba(var(--accent-rgb), 1), rgba(var(--accent-rgb), 0.35));
    animation: milestone-fill 1800ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
    animation-delay: 520ms;
}

._3x {
    flex: 1 1 0;
    text-align: center;
}

._6x {
    width: 12px;
    height: 12px;
    margin: 0 auto 8px;
    border-radius: 999px;
    border: 1px solid rgba(var(--accent-rgb), 0.30);
    background: rgba(var(--accent-rgb), 0.10);
    box-shadow: 0 0 0 5px rgba(var(--accent-rgb), 0.06);
}

._3x.is-done ._6x {
    background: rgba(var(--accent-rgb), 0.55);
}

._3x.is-active ._6x {
    background: rgba(var(--accent-rgb), 1);
    box-shadow: 0 0 0 6px rgba(var(--accent-rgb), 0.12);
    animation: milestone-pulse 1600ms ease-in-out infinite;
}

._xs {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.78);
}

@keyframes progress-fill {
    from { width: 0%; }
    to { width: calc(var(--p) * 1%); }
}

@keyframes progress-shimmer {
    0% { left: -60%; opacity: 0; }
    20% { opacity: 1; }
    50% { left: 110%; opacity: 0.9; }
    100% { left: 110%; opacity: 0; }
}

@keyframes stat-in {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes milestone-fill {
    from { width: 0%; }
    to { width: calc(var(--p) * 0.88%); }
}

@keyframes milestone-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}

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

._v {
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 18px 18px 32px;
    overflow: visible;
}

._i {
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 14px;

    border-radius: 18px;
    padding: 12px 14px;
    border: 1px solid rgba(var(--accent-rgb), 0.28);
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.18), rgba(var(--accent-rgb), 0.08));
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

._l {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.35));
    margin-top: 1px;
}

._7 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-self: start;
    min-width: 0;
}

._8 {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: block;
    flex: 0 0 auto;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}

._r {
    font-weight: 600;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.92);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

._t {
    justify-self: center;
    display: inline-flex;
    gap: 10px;
    padding: 0;
}

._k {
    padding: 10px 12px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.82);
    transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

._k:hover {
    background: rgba(var(--accent-rgb), 0.14);
    color: rgba(255, 255, 255, 0.95);
    transform: translateY(-1px);
}

._k.is-active {
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.28), rgba(var(--accent-rgb), 0.10));
    color: rgba(255, 255, 255, 0.95);
}

._5 {
    justify-self: end;
    display: flex;
    justify-content: flex-end;
}

._p {
    appearance: none;
    border: 1px solid rgba(var(--accent-rgb), 0.45);
    border-radius: 14px;
    padding: 10px 14px;
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    color: var(--button-text-color);
    background: linear-gradient(135deg, rgba(var(--accent-rgb), 1), rgba(var(--accent-rgb), 0.72));
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: transform 160ms ease, filter 160ms ease;
}

._p:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
}

._p:active {
    transform: translateY(0px);
}

@media (max-width: 720px) {
    ._t {
        display: none;
    }

    ._i {
        grid-template-columns: 1fr auto;
    }

    ._c {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    ._d {
        margin-left: auto;
        margin-right: auto;
    }

    ._m {
        margin-left: auto;
        margin-right: auto;
    }

    ._9 {
        justify-content: center;
    }

    ._u {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    ._vx {
        text-align: center;
    }

    ._ix {
        justify-content: center;
    }

    ._px {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    ._qx {
        justify-content: center;
        flex-wrap: wrap;
    }

    ._2x {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    ._bx {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    ._ox {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    ._vs {
        padding: 18px;
    }

    ._is {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    ._8s {
        margin-left: auto;
        margin-right: auto;
    }

    ._ls {
        grid-template-columns: auto 1fr auto;
        justify-items: stretch;
        gap: 10px;
        text-align: left;
        padding: 10px 12px;
    }

    ._os {
        justify-self: end;
    }

    ._hs {
        display: none;
    }

    ._ps ._p {
        padding: 9px 12px;
        font-size: 13px;
        border-radius: 12px;
    }

    ._o {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    ._y {
        font-size: 36px;
    }

    ._n {
        min-height: 180px;
        margin-top: 14px;
        justify-self: center;
    }

    ._3 {
        padding: 18px;
    }
}

@media (max-width: 600px) {
    ._vx {
        grid-column: span 12;
    }
}

@media (max-width: 400px) {
    ._h {
        padding-top: 0;
    }

    ._o {
        padding: 0;
    }
    
    ._3 {
        padding: 0;
    }

    ._5x {
        padding: 0;
    }

    ._vs {
        padding: 0;
    }
}
