/* Uniqueified: 3d3868e2 */
/* Prefix: da- */
/* Prefixes-map: wn->da */
/* Widget-prefixes: {"cb":"yds","wb":"tdd","wt":"nqp"} */
/* Classmap: {"wn-age":"da-wmhzp","wn-auth":"da-hawzt","wn-brand":"da-pdwcj","wn-btn":"da-xrsrz","wn-btn--accent":"da-pxvhe","wn-btn--soft":"da-ahjgt","wn-burger":"da-mansd","wn-content":"da-qwftg","wn-copy":"da-nmpzd","wn-drawer":"da-bdyjw","wn-drawer--open":"da-fxneg","wn-drawer-auth":"da-nysqh","wn-drawer-close":"da-przsz","wn-drawer-item":"da-teqgd","wn-drawer-logo":"da-qyttr","wn-drawer-nav":"da-carsh","wn-drawer-panel":"da-jdabx","wn-drawer-scrim":"da-svmrc","wn-faq":"da-jmwmx","wn-faq-item":"da-mhgsc","wn-footer":"da-strrp","wn-footer-inner":"da-dkkcz","wn-footer-logo":"da-tpdxn","wn-footer-nav":"da-jkxhy","wn-header":"da-yvzne","wn-header-inner":"da-atwkv","wn-logo":"da-gbweg","wn-logo-sub":"da-wvzhq","wn-logo-text":"da-bcfqj","wn-main":"da-dpmxt","wn-nav":"da-fgybv","wn-nav-item":"da-nynqw","wn-rg":"da-eeqwc","wn-rg-links":"da-kswgg","wn-submenu":"da-zhfsz","wn-submenu--open":"da-pytfj","wn-submenu-toggle":"da-hveez","wn-top":"da-dykxx","wn-top--visible":"da-wnpyd"} */

:root {
    --c-bg: #382c39;
    --c-surface: #3b483e;
    --c-surface-alt: #55545a;
    --c-border: #5c6260;
    --c-text: #eafbfb;
    --c-text-muted: #a5a4aa;
    --c-accent: #517ffe;
    --c-accent-hover: #7fb2fa;
    --c-on-accent: #010205;
    --c-purple: #5787fe;
    --c-purple-hover: #86adfc;
    --c-on-purple: #010105;

        --c-white: #fdfcfb;
    --c-green: #46e691;
    --c-shadow: rgba(1, 1, 1, .35);
    --c-overlay: rgba(1, 1, 14, .7);

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

.da-xrsrz {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 14px 22px;
    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;
}

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

.da-pxvhe { background: var(--c-accent); color: var(--c-on-accent); }
.da-pxvhe:hover { background: var(--c-accent-hover); color: var(--c-on-accent); }

.da-ahjgt { background: var(--c-purple); color: var(--c-on-purple); }
.da-ahjgt:hover { background: var(--c-purple-hover); color: var(--c-on-purple); }

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

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

.da-pdwcj {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 48px;
}

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

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

.da-gbweg {
    display: flex;
    align-items: center;
    gap: 9px;
}

.da-gbweg:hover { text-decoration: none; }

.da-gbweg img { height: 44px; width: auto; }

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

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

.da-fgybv { display: none; }

.da-hawzt {
    display: flex;
    gap: 9px;
    width: 100%;
}

.da-hawzt .da-xrsrz { flex: 1; }

.da-bdyjw {
    position: fixed;
    inset: 0;
    z-index: 52;
    visibility: hidden;
}

.da-bdyjw.da-fxneg { visibility: visible; }

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

.da-bdyjw.da-fxneg .da-svmrc { opacity: 1; }

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

.da-bdyjw.da-fxneg .da-jdabx { transform: translateX(0); }

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

.da-qyttr {
    display: flex;
    justify-content: center;
    padding-top: 14px;
}

.da-nysqh {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 17px 12px 0;
}

.da-carsh {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 14px;
    list-style: none;
}

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

.da-teqgd {
    position: relative;
    display: flex;
    align-items: center;
}

.da-teqgd > a {
    flex: 1;
    min-height: 45px;
    padding: 14px 47px 11px 17px;
    font-size: 16px;
    font-weight: 500;
    color: var(--c-text);
}

.da-teqgd > a:hover { text-decoration: none; }

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

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

.da-zhfsz {
    display: none;
    padding: 0 8px 9px;
    list-style: none;
}

.da-zhfsz.da-pytfj { display: block; }

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

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

.da-dpmxt {
    display: flex;
    flex-direction: column;
    padding: 0 21px;
}

.da-qwftg {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 16px 0;
}

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

.da-dpmxt > .da-qwftg:not(:has(*)) { display: none; }

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

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

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

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

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

.da-qwftg h4 {
    margin-bottom: 9px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
}

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

.da-qwftg 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);
}

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

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

.da-qwftg ul,
.da-qwftg ol {
    margin: 0 0 15px 18px;
    font-size: 0.96rem;
    line-height: 1.51;
}

.da-qwftg li { margin-bottom: 8px; }
.da-qwftg li::marker { color: var(--c-accent); }

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

.da-qwftg .da-xrsrz { text-decoration: none; }
.da-qwftg .da-pxvhe, .da-qwftg .da-pxvhe:hover { color: var(--c-on-accent); }
.da-qwftg .da-ahjgt, .da-qwftg .da-ahjgt:hover { color: var(--c-on-purple); }

.da-qwftg strong { font-weight: 700; }
.da-qwftg em { font-style: italic; }

.da-qwftg img { max-width: 100%; height: auto; border-radius: 13px; }

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

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

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

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

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

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

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

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

.da-qwftg .tdd-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);
}

.da-qwftg .tdd-cta,
.tdd-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 11px 22px;
    border-radius: 15px;
    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;
}

.da-qwftg .tdd-cta:hover,
.tdd-cta:hover { background: var(--c-accent-hover); color: var(--c-on-accent); text-decoration: none; }

.nqp-toc { padding: 13px 0; }

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

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

.nqp-panel { display: none; margin-top: 13px; }
.nqp-panel.nqp-panel--open { display: block; }

.da-qwftg .nqp-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0;
    padding: 11px;
    border-radius: 12px;
    background: var(--c-surface);
    list-style: none;
}

.da-qwftg .nqp-list li { margin: 0; }

.da-qwftg .nqp-list a,
.nqp-list a {
    display: block;
    padding: 6px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--c-text);
    text-decoration: none;
}

.da-qwftg .nqp-list a:hover,
.nqp-list a:hover { color: var(--c-accent); }

.da-jmwmx { padding-top: 13px; }

.da-mhgsc {
    margin-bottom: 14px;
    padding: 14px 19px 24px;
    border-radius: 12px;
    background: var(--c-surface);
}

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

.da-mhgsc p:last-child { margin-bottom: 0; }

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

.da-dkkcz {
    max-width: 1240px;
    margin: 0 auto;
    padding: 21px 13px;
    text-align: center;
}

.da-jkxhy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    list-style: none;
}

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

.da-jkxhy a:hover { color: var(--c-accent); }

.da-tpdxn { display: flex; justify-content: center; margin-bottom: 19px; }
.da-tpdxn img { height: 40px; width: auto; }

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

.da-eeqwc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 18px;
}

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

.da-kswgg {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 1.55;
}
.da-kswgg a { color: var(--c-text-muted); text-decoration: underline; }
.da-kswgg a:hover { color: var(--c-text); }
.da-nmpzd {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--c-text-muted);
}

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

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

.da-dykxx.da-wnpyd { opacity: 1; visibility: visible; }

body:has(.yds-banner:not([hidden])) .da-dykxx,
body:has(.yds-overlay:not([hidden])) .da-dykxx {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

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

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

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

.yds-actions { display: flex; flex-wrap: wrap; gap: 6px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .da-jkxhy { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 14px 31px; }
        .da-eeqwc { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 15px 21px; }
    .tdd-media img { aspect-ratio: 16 / 6.5; }
    .yds-banner { flex-direction: row; align-items: center; gap: 19px; }
    .yds-actions { flex: none; }
    .yds-btn { flex: none; }
}

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

    .da-atwkv {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 13px;
        padding: 9px 23px;
    }

    .da-pdwcj { width: auto; justify-content: flex-start; }
    .da-mansd { display: none; }
    .da-bdyjw { display: none; }

    .da-gbweg img { height: 36px; }

    .da-fgybv {
        display: flex;
        flex: 1;
        justify-content: center;
        gap: 22px;
        list-style: none;
    }

    .da-nynqw { position: relative; display: flex; align-items: center; gap: 3px; }

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

    .da-nynqw > a:hover { color: var(--c-accent); }

    .da-nynqw > .da-hveez {
        position: static;
        width: 24px;
        height: 24px;
        margin: 0;
        background: none;
        color: var(--c-text);
    }

    .da-nynqw > .da-hveez svg { width: 24px; height: 24px; }

    .da-fgybv .da-zhfsz {
        position: absolute;
        top: 100%;
        left: 50%;
        min-width: 200px;
        margin-top: 9px;
        padding: 5px 14px 7px;
        border: 1px solid color-mix(in srgb, var(--c-text) 10%, transparent);
        border-radius: 12px;
        background: var(--c-surface-alt);
        transform: translateX(-50%);
    }

    .da-fgybv .da-zhfsz a { white-space: nowrap; }
    .da-fgybv .da-zhfsz li:first-child a { border-top: 0; }

    .da-hawzt { width: auto; }
    .da-hawzt .da-xrsrz { flex: none; min-width: 100px; min-height: 42px; padding: 14px 11px; }

    .da-dpmxt { padding: 0 27px; }

    .da-qwftg table { display: table; }

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

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

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

    .da-dykxx { right: 32px; bottom: 32px; }
}
