/* Uniqueified: 214fc31f */
/* Prefix: pn- */
/* Prefixes-map: wn->pn */
/* Widget-prefixes: {"cb":"dmg","wb":"znn","wt":"msf"} */
/* Classmap: {"wn-age":"pn-epaxj","wn-auth":"pn-examf","wn-brand":"pn-knmpc","wn-btn":"pn-ryqfr","wn-btn--accent":"pn-gmzwr","wn-btn--soft":"pn-hkdye","wn-burger":"pn-psatq","wn-content":"pn-mxjye","wn-copy":"pn-cazrw","wn-drawer":"pn-fmjeq","wn-drawer--open":"pn-qddej","wn-drawer-auth":"pn-fenxf","wn-drawer-close":"pn-pmdvv","wn-drawer-item":"pn-jbbkn","wn-drawer-logo":"pn-acehe","wn-drawer-nav":"pn-tewet","wn-drawer-panel":"pn-wrwme","wn-drawer-scrim":"pn-tjbqn","wn-faq":"pn-sehxm","wn-faq-item":"pn-agtyt","wn-footer":"pn-nvczh","wn-footer-inner":"pn-gjppq","wn-footer-logo":"pn-emfrn","wn-footer-nav":"pn-jfmdp","wn-header":"pn-dbcqe","wn-header-inner":"pn-bcbxt","wn-logo":"pn-trnje","wn-logo-sub":"pn-gsqyp","wn-logo-text":"pn-rjkcm","wn-main":"pn-rdsmd","wn-nav":"pn-myrxd","wn-nav-item":"pn-exmev","wn-rg":"pn-ddbzw","wn-submenu":"pn-mhvvc","wn-submenu--open":"pn-nqqjg","wn-submenu-toggle":"pn-byrjb","wn-top":"pn-dnwzn","wn-top--visible":"pn-bczcm"} */

:root {
    --c-bg: #070e20;
    --c-surface: #1b2d5f;
    --c-surface-alt: #103585;
    --c-border: #174698;
    --c-text: #c2af93;
    --c-text-muted: #7b6c6e;
    --c-accent: #1cb5a2;
    --c-accent-hover: #35e4be;
    --c-on-accent: #070621;
    --c-purple: #092e5f;
    --c-purple-hover: #23439c;
    --c-on-purple: #fafefc;

        --c-white: #fdfdf9;
    --c-green: #42ec83;
    --c-shadow: rgba(1, 1, 1, .35);
    --c-overlay: rgba(3, 2, 1, .7);

        --pn-header-h: 118px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
    min-height: 100vh;
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.46;
    color: var(--c-text);
    background: var(--c-bg);
    -webkit-font-smoothing: antialiased;
}

[hidden] { display: none !important; }

img { max-width: 100%; height: auto; }

a { color: var(--c-accent); text-decoration: none; }
a:hover { text-decoration: underline; }

button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; -webkit-tap-highlight-color: transparent; }

svg { display: block; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.go-link { cursor: pointer; }

#go-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    background: var(--c-overlay, rgba(1, 3, 10, .7));
}

#go-overlay.go-overlay--visible { display: flex; }

.go-spinner {
    width: 3.5rem;
    height: 3.5rem;
    border: .3125rem solid color-mix(in srgb, var(--c-text) 20%, transparent);
    border-top-color: var(--c-accent);
    border-radius: 50%;
    animation: go-spin .8s linear infinite;
}

@keyframes go-spin { to { transform: rotate(360deg); } }

.pn-ryqfr {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 14px 18px;
    border-radius: 13px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    transition: background 0.2s ease, transform 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.pn-ryqfr:hover { text-decoration: none; }
.pn-ryqfr:active { transform: translateY(1px); }

.pn-gmzwr { background: var(--c-accent); color: var(--c-on-accent); }
.pn-gmzwr:hover { background: var(--c-accent-hover); color: var(--c-on-accent); }

.pn-hkdye { background: var(--c-purple); color: var(--c-on-purple); }
.pn-hkdye:hover { background: var(--c-purple-hover); color: var(--c-on-purple); }

.pn-dbcqe {
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--c-surface-alt);
    border-bottom: 1px solid color-mix(in srgb, var(--c-text) 6%, transparent);
}

.pn-bcbxt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3px 16px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 11px 18px;
}

.pn-knmpc {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    min-height: 48px;
}

.pn-psatq {
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45px;
    height: 45px;
    padding: 14px 6px;
}

.pn-psatq span {
    display: block;
    width: 34px;
    height: 4px;
    border-radius: 2px;
    background: var(--c-text);
}

.pn-trnje {
    display: flex;
    align-items: center;
    gap: 11px;
}

.pn-trnje:hover { text-decoration: none; }

.pn-trnje img { height: 44px; width: auto; }

.pn-rjkcm {
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.01em;
    color: var(--c-text);
}

.pn-gsqyp {
    display: block;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: var(--c-accent);
}

.pn-myrxd { display: none; }

.pn-examf {
    display: flex;
    gap: 7px;
    width: 100%;
}

.pn-examf .pn-ryqfr { flex: 1; }

.pn-fmjeq {
    position: fixed;
    inset: 0;
    z-index: 52;
    visibility: hidden;
}

.pn-fmjeq.pn-qddej { visibility: visible; }

.pn-tjbqn {
    position: absolute;
    inset: 0;
    background: color-mix(in srgb, #000 60%, transparent);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.pn-fmjeq.pn-qddej .pn-tjbqn { opacity: 1; }

.pn-wrwme {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    max-width: 88%;
    height: 100%;
    padding: 12px;
    overflow-y: auto;
    background: var(--c-surface-alt);
    transform: translateX(-100%);
    transition: transform 0.25s ease;
}

.pn-fmjeq.pn-qddej .pn-wrwme { transform: translateX(0); }

.pn-pmdvv {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--c-accent);
    color: var(--c-on-accent);
}

.pn-acehe {
    display: flex;
    justify-content: center;
    padding-top: 14px;
}

.pn-fenxf {
    display: flex;
    flex-direction: column;
    gap: 11px;
    padding: 14px 11px 0;
}

.pn-tewet {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 18px;
    list-style: none;
}

.pn-tewet > li {
    border-radius: 12px;
    background: color-mix(in srgb, var(--c-accent) 20%, transparent);
}

.pn-jbbkn {
    position: relative;
    display: flex;
    align-items: center;
}

.pn-jbbkn > a {
    flex: 1;
    min-height: 45px;
    padding: 10px 47px 14px 15px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
}

.pn-jbbkn > a:hover { text-decoration: none; }

.pn-byrjb {
    position: absolute;
    top: 50%;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-top: -14px;
    border-radius: 50%;
    background: var(--c-purple);
    color: var(--c-on-purple);
    transition: transform 0.2s ease;
}

.pn-byrjb svg { width: 18px; height: 18px; }
.pn-byrjb[aria-expanded="true"] { transform: rotate(180deg); }

.pn-mhvvc {
    display: none;
    padding: 0 12px 8px;
    list-style: none;
}

.pn-mhvvc.pn-nqqjg { display: block; }

.pn-mhvvc a {
    display: block;
    padding: 11px 7px;
    font-size: 15px;
    font-weight: 500;
    color: var(--c-text);
    border-top: 1px solid var(--c-border);
}

.pn-mhvvc a:hover { color: var(--c-accent); text-decoration: none; }

.pn-rdsmd {
    display: flex;
    flex-direction: column;
    padding: 0 21px;
}

.pn-mxjye {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 17px 0;
}

.pn-mxjye[id],
.pn-mxjye :is(h2, h3, h4)[id] { scroll-margin-top: calc(var(--pn-header-h) + 14px); }

.pn-rdsmd > .pn-mxjye:not(:has(*)) { display: none; }

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 15px;
    padding: 0;
    font-size: 0.875rem;
    list-style: none;
    color: var(--c-text-muted);
}

.breadcrumbs li { display: flex; align-items: center; gap: 5px; }
.breadcrumbs li a { color: var(--c-text-muted); text-decoration: none; }
.breadcrumbs li a:hover { color: var(--c-accent); }
.breadcrumbs li:last-child span { color: var(--c-text); }
.breadcrumbs li + li::before { content: "/"; color: var(--c-text-muted); }

.pn-mxjye h1,
.pn-mxjye h2,
.pn-mxjye h3,
.pn-mxjye h4,
.pn-mxjye h5,
.pn-mxjye h6 { color: var(--c-text); }

.pn-mxjye h1 {
    margin-bottom: 16px;
    font-size: clamp(1.781rem, 1.653rem + 0.524vw, 2.125rem);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.pn-mxjye h2 {
    margin-bottom: 11px;
    font-size: clamp(1.646rem, 1.560rem + 0.350vw, 1.875rem);
    font-weight: 700;
    line-height: 1.05;
}

.pn-mxjye h3 {
    margin-bottom: 8px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}

.pn-mxjye h4 {
    margin-bottom: 6px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
}

.pn-mxjye h5 {
    margin-bottom: 6px;
    font-size: 1.06rem;
    font-weight: 600;
    line-height: 1.4;
}

.pn-mxjye h6 {
    margin-bottom: 7px;
    font-size: 0.96rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--c-accent);
}

.pn-mxjye h2:not(:first-child),
.pn-mxjye h3:not(:first-child) { margin-top: 24px; }

.pn-mxjye p {
    margin-bottom: 17px;
    font-size: 0.96rem;
    line-height: 1.51;
}

.pn-mxjye ul,
.pn-mxjye ol {
    margin: 0 0 17px 18px;
    font-size: 0.96rem;
    line-height: 1.51;
}

.pn-mxjye li { margin-bottom: 7px; }
.pn-mxjye li::marker { color: var(--c-accent); }

.pn-mxjye a { color: var(--c-accent); text-decoration: underline; text-underline-offset: 3px; }
.pn-mxjye a:hover { color: var(--c-purple); }

.pn-mxjye .pn-ryqfr { text-decoration: none; }
.pn-mxjye .pn-gmzwr, .pn-mxjye .pn-gmzwr:hover { color: var(--c-on-accent); }
.pn-mxjye .pn-hkdye, .pn-mxjye .pn-hkdye:hover { color: var(--c-on-purple); }

.pn-mxjye strong { font-weight: 700; }
.pn-mxjye em { font-style: italic; }

.pn-mxjye img { max-width: 100%; height: auto; border-radius: 12px; }

.pn-mxjye blockquote {
    margin: 0 0 18px;
    padding: 14px 21px;
    border-left: 3px solid var(--c-accent);
    border-radius: 0 13px 13px 0;
    background: var(--c-surface);
    font-size: 0.96rem;
    font-style: italic;
    line-height: 1.51;
}

.pn-mxjye table {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 18px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
    font-size: 0.96rem;
}

.pn-mxjye th,
.pn-mxjye td {
    padding: 6px;
    border: 1px solid var(--c-border);
    text-align: left;
    vertical-align: top;
    line-height: 1.46;
}

.pn-mxjye th {
    background: var(--c-surface);
    font-weight: 700;
    color: var(--c-text);
}

.znn-banner {
    position: relative;
    margin: 0 0 18px;
}

.znn-media {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 12px;
}

.znn-media img {
    width: 100%;
    aspect-ratio: 16 / 10.3;
    object-fit: cover;
    border-radius: 0;
}

.znn-box {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px;
    border-radius: 0 0 13px 15px;
    background: color-mix(in srgb, #000 45%, transparent);
    text-align: center;
}

.pn-mxjye .znn-title {
    margin: 0;
    font-size: clamp(1.187rem, 0.931rem + 1.049vw, 1.875rem);
    font-weight: 600;
    line-height: 1.2;
    color: var(--c-white);
}

.pn-mxjye .znn-cta,
.znn-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 11px 22px;
    border-radius: 13px;
    background: var(--c-accent);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: var(--c-on-accent);
    transition: background 0.2s ease;
}

.pn-mxjye .znn-cta:hover,
.znn-cta:hover { background: var(--c-accent-hover); color: var(--c-on-accent); text-decoration: none; }

.msf-toc { padding: 14px 0; }

.msf-toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 45px;
    padding: 5px 13px;
    border-radius: 15px;
    background: var(--c-accent);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--c-on-accent);
}

.msf-toggle svg { width: 20px; height: 20px; }

.msf-panel { display: none; margin-top: 11px; }
.msf-panel.msf-panel--open { display: block; }

.pn-mxjye .msf-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    padding: 13px;
    border-radius: 13px;
    background: var(--c-surface);
    list-style: none;
}

.pn-mxjye .msf-list li { margin: 0; }

.pn-mxjye .msf-list a,
.msf-list a {
    display: block;
    padding: 3px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--c-text);
    text-decoration: none;
}

.pn-mxjye .msf-list a:hover,
.msf-list a:hover { color: var(--c-accent); }

.pn-sehxm { padding-top: 13px; }

.pn-agtyt {
    margin-bottom: 18px;
    padding: 17px 18px 28px;
    border-radius: 13px;
    background: var(--c-surface);
}

.pn-agtyt h3 {
    margin: 0 0 10px;
    padding-bottom: 14px;
    border-bottom: 1px solid color-mix(in srgb, var(--c-text) 18%, transparent);
}

.pn-agtyt p:last-child { margin-bottom: 0; }

.pn-nvczh {
    padding-bottom: 11px;
    background: color-mix(in srgb, var(--c-bg) 65%, #000);
}

.pn-gjppq {
    max-width: 1240px;
    margin: 0 auto;
    padding: 19px 16px;
    text-align: center;
}

.pn-jfmdp {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    list-style: none;
}

.pn-jfmdp a {
    display: inline-block;
    min-height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
    text-decoration: none;
}

.pn-jfmdp a:hover { color: var(--c-accent); }

.pn-emfrn { display: flex; justify-content: center; margin-bottom: 17px; }
.pn-emfrn img { height: 40px; width: auto; }

.pn-epaxj {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 26px auto 0;
    border: 1px solid color-mix(in srgb, var(--c-text) 30%, transparent);
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
}

.pn-ddbzw {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

.pn-ddbzw a { display: flex; align-items: center; }
.pn-ddbzw img { width: 6.5rem; height: 2.2rem; object-fit: contain; }

.pn-cazrw {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--c-text-muted);
}

.pn-cazrw a { color: var(--c-text-muted); text-decoration: underline; }
.pn-cazrw a:hover { color: var(--c-accent); }

.pn-dnwzn {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: var(--c-purple);
    color: var(--c-on-purple);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.pn-dnwzn.pn-bczcm { opacity: 1; visibility: visible; }

body:has(.dmg-banner:not([hidden])) .pn-dnwzn,
body:has(.dmg-overlay:not([hidden])) .pn-dnwzn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.dmg-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: color-mix(in srgb, #000 60%, transparent);
}

.dmg-banner {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 61;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 14px 22px;
    background: var(--c-surface-alt);
    border-top: 1px solid var(--c-border);
}

.dmg-text { font-size: 0.9rem; line-height: 1.5; color: var(--c-text); }
.dmg-text a { color: var(--c-accent); text-decoration: underline; }

.dmg-actions { display: flex; flex-wrap: wrap; gap: 7px; }

.dmg-btn {
    flex: 1 1 auto;
    min-height: 45px;
    padding: 11px 17px;
    border-radius: 16px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
}

.dmg-btn--accept { background: var(--c-accent); color: var(--c-on-accent); }
.dmg-btn--save { background: var(--c-purple); color: var(--c-on-purple); }

.dmg-btn--reject,
.dmg-btn--settings {
    background: transparent;
    border: 1px solid var(--c-border);
    color: var(--c-text);
}

.dmg-modal {
    position: fixed;
    inset: 0;
    z-index: 62;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    background: color-mix(in srgb, #000 70%, transparent);
}

.dmg-modal__inner {
    width: 100%;
    max-width: 560px;
    max-height: 85vh;
    overflow-y: auto;
    padding: 21px;
    border-radius: 12px;
    background: var(--c-surface);
}

.dmg-modal__title { margin-bottom: 11px; font-size: 1.3rem; font-weight: 700; color: var(--c-text); }
.dmg-modal__desc { margin-bottom: 14px; font-size: 0.9rem; line-height: 1.5; color: var(--c-text-muted); }

.dmg-categories { display: flex; flex-direction: column; gap: 16px; margin-bottom: 17px; }

.dmg-cat { padding-bottom: 13px; border-bottom: 1px solid var(--c-border); }
.dmg-cat:last-child { border-bottom: 0; padding-bottom: 0; }

.dmg-cat__header { display: flex; align-items: center; justify-content: space-between; gap: 11px; margin-bottom: 5px; }
.dmg-cat__name { font-weight: 600; color: var(--c-text); }
.dmg-cat__always { font-size: 0.8rem; color: var(--c-text-muted); }
.dmg-cat__desc { font-size: 0.85rem; line-height: 1.45; color: var(--c-text-muted); }

.dmg-toggle { position: relative; flex: none; width: 44px; height: 24px; }
.dmg-toggle input { position: absolute; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }

.dmg-toggle__slider {
    display: block;
    width: 44px;
    height: 24px;
    border-radius: 13px;
    background: var(--c-border);
    transition: background 0.2s ease;
}

.dmg-toggle__slider::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--c-text);
    transition: transform 0.2s ease;
}

.dmg-toggle input:checked + .dmg-toggle__slider { background: var(--c-accent); }
.dmg-toggle input:checked + .dmg-toggle__slider::before { transform: translateX(20px); background: var(--c-on-accent); }

.dmg-modal__actions { display: flex; flex-wrap: wrap; gap: 9px; }

@media (min-width: 768px) {
    .pn-jfmdp { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 18px 30px; }
        .pn-ddbzw { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 14px 23px; }
    .znn-media img { aspect-ratio: 16 / 6.5; }
    .dmg-banner { flex-direction: row; align-items: center; gap: 21px; }
    .dmg-actions { flex: none; }
    .dmg-btn { flex: none; }
}

@media (min-width: 1024px) {
    :root { --pn-header-h: 69px; }

    .pn-bcbxt {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 14px;
        padding: 8px 24px;
    }

    .pn-knmpc { width: auto; justify-content: flex-start; }
    .pn-psatq { display: none; }
    .pn-fmjeq { display: none; }

    .pn-trnje img { height: 36px; }

    .pn-myrxd {
        display: flex;
        flex: 1;
        justify-content: center;
        gap: 18px;
        list-style: none;
    }

    .pn-exmev { position: relative; display: flex; align-items: center; gap: 4px; }

    .pn-exmev > a {
        font-size: 0.98rem;
        font-weight: 500;
        color: var(--c-text);
        text-decoration: none;
    }

    .pn-exmev > a:hover { color: var(--c-accent); }

    .pn-exmev > .pn-byrjb {
        position: static;
        width: 24px;
        height: 24px;
        margin: 0;
        background: none;
        color: var(--c-text);
    }

    .pn-exmev > .pn-byrjb svg { width: 24px; height: 24px; }

    .pn-myrxd .pn-mhvvc {
        position: absolute;
        top: 100%;
        left: 50%;
        min-width: 200px;
        margin-top: 11px;
        padding: 3px 11px 9px;
        border: 1px solid color-mix(in srgb, var(--c-text) 10%, transparent);
        border-radius: 12px;
        background: var(--c-surface-alt);
        transform: translateX(-50%);
    }

    .pn-myrxd .pn-mhvvc a { white-space: nowrap; }
    .pn-myrxd .pn-mhvvc li:first-child a { border-top: 0; }

    .pn-examf { width: auto; }
    .pn-examf .pn-ryqfr { flex: none; min-width: 100px; min-height: 42px; padding: 10px 14px; }

    .pn-rdsmd { padding: 0 23px; }

    .pn-mxjye table { display: table; }

    .znn-media img { aspect-ratio: 1190 / 400; }

    .znn-box {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        width: max-content;
        max-width: 60%;
        gap: 12px;
        padding: 17px 14px;
        border-radius: 13px;
        background: var(--c-overlay);
        transform: translate(-50%, -50%);
    }

    .znn-box .znn-cta { align-self: center; min-height: 39px; }

    .pn-dnwzn { right: 32px; bottom: 32px; }
}
