#mm182, #mm182_mobile {
    --mm-bg-dark: #101a38;
    --mm-txt-dark: #e0e6ed;
    --mm-ddbg-dark: #111a2e;
    --mm-bg: var(--mm-bg-dark);
    --mm-txt: var(--mm-txt-dark);
    --mm-ddbg: var(--mm-ddbg-dark);
    --mm-acc: #00e5cc;
    --mm-cta: #06423f;
    --mm-fw: 300;
    --mm-fs: 14px;
    --mm-tt: none;
    --mm-ls: 0px;
    --mm-h: 50px;
    --mm-h-stuck: 40px;
    --mm-h-mobile: 48px;
    --mm-logo-h: 40px;
    --mm-logo-h-stuck: 30px;
    --mm-dd-radius: 12px;
    --mm-dd-min-w: 220px;
    --mm-dd-max-w: 240px;
    --mm-justify: center;
    --mm-light-bg: #ffffff;
    --mm-light-txt: #071833;
}
#mm182.mm-light, #mm182_mobile.mm-light {
    --mm-bg: #ffffff;
    --mm-txt: #071833;
    --mm-ddbg: #f3f4f6;
}
@media (min-width: 993px) {
    #mm182_mobile, #mm182_overlay { display: none; }
}
@media (max-width: 992px) {
    #mm182 .mm-nav, #mm182 .mm-cta, #mm182 .mm-sub-wrap, #mm182 .mm-search { display: none; }
    #mm182 .mm-burger { display: flex; }
    #mm182 .mm-container { min-height: 0; height: 48px; padding: 0 16px; }
    #mm182 .mm-logo-img { height: 24px; }
}
