/* Uniqueified: 63cae0b3 */
/* Prefix: hs- */
/* Prefixes-map: wn->hs */
/* Widget-prefixes: {"cb":"ddj","wb":"djp","wt":"jnj"} */
/* Classmap: {"wn-age":"hs-jesxr","wn-auth":"hs-pknwg","wn-brand":"hs-zdgsr","wn-btn":"hs-xaqsj","wn-btn--accent":"hs-nztqq","wn-btn--soft":"hs-mwnbr","wn-burger":"hs-csjya","wn-content":"hs-pbtfg","wn-copy":"hs-szfhg","wn-drawer":"hs-taxza","wn-drawer--open":"hs-cfqaf","wn-drawer-auth":"hs-teqxj","wn-drawer-close":"hs-cgtxw","wn-drawer-item":"hs-cnkha","wn-drawer-logo":"hs-nvgns","wn-drawer-nav":"hs-nxsfz","wn-drawer-panel":"hs-hkpyg","wn-drawer-scrim":"hs-fgswv","wn-faq":"hs-qxzrj","wn-faq-item":"hs-jrara","wn-footer":"hs-zzbwe","wn-footer-inner":"hs-macew","wn-footer-logo":"hs-nmjmv","wn-footer-nav":"hs-gvncv","wn-header":"hs-cqvgd","wn-header-inner":"hs-mmbjy","wn-logo":"hs-apfdq","wn-logo-mark":"hs-rsxzk","wn-logo-sub":"hs-mfhmb","wn-logo-text":"hs-pxeyw","wn-main":"hs-jqypw","wn-nav":"hs-ynnxk","wn-nav-item":"hs-xccgk","wn-rg":"hs-qdekm","wn-submenu":"hs-ygpcz","wn-submenu--open":"hs-cyqvb","wn-submenu-toggle":"hs-tyvqs","wn-top":"hs-mkwwk","wn-top--visible":"hs-wrrdj","wn-visually-hidden":"hs-arqhd"} */

:root {
    --c-bg: #021300;
    --c-surface: #01531d;
    --c-surface-alt: #007429;
    --c-border: #029032;
    --c-text: #fdffff;
    --c-text-muted: #9a9f98;
    --c-accent: #ffe71e;
    --c-accent-hover: #fded57;
    --c-on-accent: #021001;
    --c-purple: #157b45;
    --c-purple-hover: #1cab61;
    --c-on-purple: #fffeff;

        --c-white: #fffffe;
    --c-green: #41e08a;
    --c-shadow: rgba(0, 1, 0, .35);
    --c-overlay: rgba(0, 0, 2, .7);

        --hs-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; }

.hs-arqhd {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.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, 0, 0, .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); } }

.hs-xaqsj {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 10px 21px;
    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;
}

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

.hs-nztqq { background: var(--c-accent); color: var(--c-on-accent); }
.hs-nztqq:hover { background: var(--c-accent-hover); color: var(--c-on-accent); }

.hs-mwnbr { background: var(--c-purple); color: var(--c-on-purple); }
.hs-mwnbr:hover { background: var(--c-purple-hover); color: var(--c-on-purple); }

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

.hs-mmbjy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 17px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 12px 14px;
}

.hs-zdgsr {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    min-height: 48px;
}

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

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

.hs-apfdq {
    display: flex;
    align-items: center;
    gap: 9px;
}

.hs-apfdq:hover { text-decoration: none; }

.hs-apfdq img { height: 44px; width: auto; }

.hs-rsxzk {
    flex: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--c-accent);
    color: var(--c-on-accent);
    font-size: 24px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
}

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

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

.hs-ynnxk { display: none; }

.hs-pknwg {
    display: flex;
    gap: 7px;
    width: 100%;
}

.hs-pknwg .hs-xaqsj { flex: 1; }

.hs-taxza {
    position: fixed;
    inset: 0;
    z-index: 52;
    visibility: hidden;
}

.hs-taxza.hs-cfqaf { visibility: visible; }

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

.hs-taxza.hs-cfqaf .hs-fgswv { opacity: 1; }

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

.hs-taxza.hs-cfqaf .hs-hkpyg { transform: translateX(0); }

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

.hs-nvgns {
    display: flex;
    justify-content: center;
    padding-top: 13px;
}

.hs-teqxj {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 14px 12px 0;
}

.hs-nxsfz {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 17px;
    list-style: none;
}

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

.hs-cnkha {
    position: relative;
    display: flex;
    align-items: center;
}

.hs-cnkha > a {
    flex: 1;
    min-height: 45px;
    padding: 13px 48px 10px 17px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
}

.hs-cnkha > a:hover { text-decoration: none; }

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

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

.hs-ygpcz {
    display: none;
    padding: 0 8px 12px;
    list-style: none;
}

.hs-ygpcz.hs-cyqvb { display: block; }

.hs-ygpcz a {
    display: block;
    padding: 9px 4px;
    font-size: 15px;
    font-weight: 500;
    color: var(--c-text);
    border-top: 1px solid var(--c-border);
}

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

.hs-jqypw {
    display: flex;
    flex-direction: column;
    padding: 0 21px;
}

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

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

.hs-jqypw > .hs-pbtfg:not(:has(*)) { display: none; }

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

.breadcrumbs li { display: flex; align-items: center; gap: 4px; }
.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); }

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

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

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

.hs-pbtfg h3 {
    margin-bottom: 9px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}

.hs-pbtfg h4 {
    margin-bottom: 7px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
}

.hs-pbtfg h5 {
    margin-bottom: 9px;
    font-size: 1.06rem;
    font-weight: 600;
    line-height: 1.4;
}

.hs-pbtfg 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);
}

.hs-pbtfg h2:not(:first-child),
.hs-pbtfg h3:not(:first-child) { margin-top: 28px; }

.hs-pbtfg p {
    margin-bottom: 15px;
    font-size: 0.96rem;
    line-height: 1.51;
}

.hs-pbtfg ul,
.hs-pbtfg ol {
    margin: 0 0 14px 21px;
    font-size: 0.96rem;
    line-height: 1.51;
}

.hs-pbtfg li { margin-bottom: 4px; }
.hs-pbtfg li::marker { color: var(--c-accent); }

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

.hs-pbtfg .hs-xaqsj { text-decoration: none; }
.hs-pbtfg .hs-nztqq, .hs-pbtfg .hs-nztqq:hover { color: var(--c-on-accent); }
.hs-pbtfg .hs-mwnbr, .hs-pbtfg .hs-mwnbr:hover { color: var(--c-on-purple); }

.hs-pbtfg strong { font-weight: 700; }
.hs-pbtfg em { font-style: italic; }

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

.hs-pbtfg blockquote {
    margin: 0 0 14px;
    padding: 17px 21px;
    border-left: 3px solid var(--c-accent);
    border-radius: 0 16px 15px 0;
    background: var(--c-surface);
    font-size: 0.96rem;
    font-style: italic;
    line-height: 1.51;
}

.hs-pbtfg 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;
}

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

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

.djp-banner {
    position: relative;
    margin: 0 0 21px;
}

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

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

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

.hs-pbtfg .djp-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);
}

.hs-pbtfg .djp-cta,
.djp-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 14px 19px;
    border-radius: 16px;
    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;
}

.hs-pbtfg .djp-cta:hover,
.djp-cta:hover { background: var(--c-accent-hover); color: var(--c-on-accent); text-decoration: none; }

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

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

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

.jnj-panel { display: none; margin-top: 10px; }
.jnj-panel.jnj-panel--open { display: block; }

.hs-pbtfg .jnj-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0;
    padding: 11px;
    border-radius: 13px;
    background: var(--c-surface);
    list-style: none;
}

.hs-pbtfg .jnj-list li { margin: 0; }

.hs-pbtfg .jnj-list a,
.jnj-list a {
    display: block;
    padding: 7px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--c-text);
    text-decoration: none;
}

.hs-pbtfg .jnj-list a:hover,
.jnj-list a:hover { color: var(--c-accent); }

.hs-qxzrj { padding-top: 17px; }

.hs-jrara {
    margin-bottom: 15px;
    padding: 15px 19px 24px;
    border-radius: 16px;
    background: var(--c-surface);
}

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

.hs-jrara p:last-child { margin-bottom: 0; }

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

.hs-macew {
    max-width: 1240px;
    margin: 0 auto;
    padding: 18px 17px;
    text-align: center;
}

.hs-gvncv {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    list-style: none;
}

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

.hs-gvncv a:hover { color: var(--c-accent); }

.hs-nmjmv { display: flex; justify-content: center; margin-bottom: 16px; }
.hs-nmjmv img { height: 40px; width: auto; }

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

.hs-qdekm {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    margin-top: 19px;
}

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

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

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

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

.hs-mkwwk.hs-wrrdj { opacity: 1; visibility: visible; }

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

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

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

.ddj-actions { display: flex; flex-wrap: wrap; gap: 9px; }

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

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

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

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

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

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

.ddj-categories { display: flex; flex-direction: column; gap: 15px; margin-bottom: 19px; }

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

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

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

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

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

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

.ddj-modal__actions { display: flex; flex-wrap: wrap; gap: 6px; }

@media (min-width: 768px) {
    .hs-gvncv { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 17px 31px; }
        .hs-qdekm { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 14px 24px; }
    .djp-media img { aspect-ratio: 16 / 6.5; }
    .ddj-banner { flex-direction: row; align-items: center; gap: 22px; }
    .ddj-actions { flex: none; }
    .ddj-btn { flex: none; }
}

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

    .hs-mmbjy {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 16px;
        padding: 12px 24px;
    }

    .hs-zdgsr { width: auto; justify-content: flex-start; }
    .hs-csjya { display: none; }
    .hs-taxza { display: none; }

    .hs-apfdq img { height: 36px; }

    .hs-ynnxk {
        display: flex;
        flex: 1;
        justify-content: center;
        gap: 19px;
        list-style: none;
    }

    .hs-xccgk { position: relative; display: flex; align-items: center; gap: 6px; }

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

    .hs-xccgk > a:hover { color: var(--c-accent); }

    .hs-xccgk > .hs-tyvqs {
        position: static;
        width: 24px;
        height: 24px;
        margin: 0;
        background: none;
        color: var(--c-text);
    }

    .hs-xccgk > .hs-tyvqs svg { width: 24px; height: 24px; }

    .hs-ynnxk .hs-ygpcz {
        position: absolute;
        top: 100%;
        left: 50%;
        min-width: 200px;
        margin-top: 9px;
        padding: 2px 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%);
    }

    .hs-ynnxk .hs-ygpcz a { white-space: nowrap; }
    .hs-ynnxk .hs-ygpcz li:first-child a { border-top: 0; }

    .hs-pknwg { width: auto; }
    .hs-pknwg .hs-xaqsj { flex: none; min-width: 100px; min-height: 42px; padding: 10px 11px; }

    .hs-jqypw { padding: 0 26px; }

    .hs-pbtfg table { display: table; }

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

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

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

    .hs-mkwwk { right: 32px; bottom: 32px; }
}
