@font-face {
    font-family: "Mont";
    src: url("../fonts/Mont-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Mont";
    src: url("../fonts/Mont-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Mont";
    src: url("../fonts/Mont-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Mont";
    src: url("../fonts/Mont-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.bex-cookie-root,
.bex-cookie-root h2,
.bex-cookie-root p,
.bex-cookie-root a,
.bex-cookie-root button,
.bex-cookie-root strong,
.bex-cookie-root small {
    font-family: "Mont", "Poppins", sans-serif;
}

.bex-cookie-root { position: relative; z-index: 10050; }
.bex-cookie-root [hidden] { display: none !important; }

.bex-cookie-notice {
    position: fixed;
    right: 0;
    bottom: 16px;
    left: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    width: min(960px, calc(100vw - 32px));
    padding: 9px;
    margin: auto;
    color: #30353a;
    background: rgba(255, 255, 255, .96);
    border: 1px solid #e5e3df;
    border-radius: 20px;
    box-shadow: 0 16px 44px rgba(34, 39, 43, .16);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.bex-cookie-notice__content {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    min-width: 0;
    max-width: 675px;
    padding: 11px 13px;
    background: #f7f7f5;
    border-radius: 14px;
}
.bex-cookie-notice__mark {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: #c97900;
    background: #fff1d7;
    border: 1px solid #f2d9ad;
    border-radius: 13px;
}
.bex-cookie-notice__mark svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.bex-cookie-notice__copy { min-width: 0; }
.bex-cookie-notice__eyebrow { display: block; margin-bottom: 2px; color: #9a620a; font-size: 10px; font-weight: 700; line-height: 1.3; letter-spacing: .12em; text-transform: uppercase; }
.bex-cookie-notice h2 { margin: 0 0 3px; color: #30353a; font-size: 17px; font-weight: 700; line-height: 1.3; letter-spacing: -.01em; }
.bex-cookie-notice p { margin: 0; color: #687078; font-size: 12.5px; line-height: 1.5; }
.bex-cookie-notice__links { display: flex; flex-wrap: wrap; gap: 5px 15px; margin-top: 5px !important; }
.bex-cookie-root a { color: #a96200; font-weight: 600; text-decoration: none; text-underline-offset: 3px; }
.bex-cookie-root a:hover { color: #794800; text-decoration: underline; }
.bex-cookie-notice__actions { display: flex; flex-wrap: nowrap; justify-content: flex-end; gap: 5px; padding: 5px; background: #f7f7f5; border: 1px solid #eceae6; border-radius: 14px; }

.bex-cookie-root .bex-cookie-notice .bex-cookie-notice__button {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    min-width: 0;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 13px;
    color: #4f575e;
    background: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: none;
    font: inherit;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-shadow: none;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
    transition: color .16s ease, background-color .16s ease, border-color .16s ease, transform .16s ease;
}
.bex-cookie-root .bex-cookie-notice .bex-cookie-notice__button:hover { transform: translateY(-1px); }
.bex-cookie-root .bex-cookie-notice .bex-cookie-notice__button--settings:hover { color: #30353a; background: #ecece9; }
.bex-cookie-root .bex-cookie-notice .bex-cookie-notice__button--reject { color: #4d555c; background: #fff; border-color: #deddd9; }
.bex-cookie-root .bex-cookie-notice .bex-cookie-notice__button--reject:hover { color: #30353a; border-color: #c9c7c2; }
.bex-cookie-root .bex-cookie-notice .bex-cookie-notice__button--accept { color: #33250e; background: #f6ad36; border-color: #f6ad36; }
.bex-cookie-root .bex-cookie-notice .bex-cookie-notice__button--accept:hover { background: #eb9e21; border-color: #eb9e21; }
.bex-cookie-root .bex-cookie-notice .bex-cookie-notice__button:focus-visible { outline: 3px solid rgba(239, 150, 0, .3); outline-offset: 2px; }

.bex-cookie-overlay { position: fixed; inset: 0; background: rgba(22, 26, 29, .52); backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px); }
.bex-cookie-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    display: grid;
    width: min(640px, calc(100% - 28px));
    max-height: calc(100vh - 30px);
    gap: 8px;
    padding: 9px;
    overflow-y: auto;
    color: #30353a;
    background: rgba(255, 255, 255, .98);
    border: 1px solid #e4e2de;
    border-radius: 24px;
    box-shadow: 0 30px 90px rgba(21, 25, 28, .3);
    transform: translate(-50%, -50%);
}
.bex-cookie-dialog__header { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 13px; background: #f7f7f5; border-radius: 16px; }
.bex-cookie-dialog__heading { display: flex; min-width: 0; align-items: center; gap: 12px; }
.bex-cookie-dialog__mark { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; color: #c97900; background: #fff1d7; border: 1px solid #f2d9ad; border-radius: 13px; }
.bex-cookie-dialog__mark svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.bex-cookie-dialog__eyebrow { display: block; margin-bottom: 2px; color: #9a620a; font-size: 10px; font-weight: 700; line-height: 1.3; letter-spacing: .12em; text-transform: uppercase; }
.bex-cookie-dialog__header h2 { margin: 0; color: #30353a; font-size: clamp(20px, 4vw, 25px); font-weight: 700; line-height: 1.2; letter-spacing: -.018em; }
.bex-cookie-root .bex-cookie-dialog .bex-cookie-dialog__close {
    appearance: none;
    -webkit-appearance: none;
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    margin: 0;
    padding: 0;
    color: #5e666c;
    background: #fff;
    background-image: none;
    border: 1px solid #e2e0dc;
    border-radius: 11px;
    box-shadow: none;
    cursor: pointer;
    transition: color .16s ease, background-color .16s ease, border-color .16s ease, transform .16s ease;
}
.bex-cookie-dialog__close svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.bex-cookie-root .bex-cookie-dialog .bex-cookie-dialog__close:hover { color: #30353a; background: #efefec; border-color: #d5d3ce; transform: rotate(3deg); }
.bex-cookie-dialog__intro { padding: 14px 16px; background: #fff8ec; border: 1px solid #f3e2c7; border-radius: 15px; }
.bex-cookie-dialog__description { max-width: 560px; margin: 0; color: #6d6559; font-size: 13px; line-height: 1.58; }
.bex-cookie-dialog__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.bex-cookie-option { display: grid; min-width: 0; min-height: 132px; grid-template-columns: 38px minmax(0, 1fr) auto; gap: 11px; align-items: start; padding: 15px; background: #fff; border: 1px solid #ebe9e5; border-radius: 16px; }
.bex-cookie-option--necessary { background: #f7f7f5; }
.bex-cookie-option--analytics { background: #fff; }
.bex-cookie-option__icon { display: grid; width: 38px; height: 38px; place-items: center; color: #7a8288; background: #fff; border: 1px solid #e5e3df; border-radius: 11px; }
.bex-cookie-option--analytics .bex-cookie-option__icon { color: #b76e00; background: #fff5e3; border-color: #f1dfbf; }
.bex-cookie-option__icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.bex-cookie-option__copy { min-width: 0; }
.bex-cookie-option__title { display: flex; flex-wrap: wrap; gap: 5px 7px; align-items: center; margin: 1px 0 7px; }
.bex-cookie-option strong, .bex-cookie-option small { display: block; }
.bex-cookie-option strong { color: #30363b; font-size: 14px; font-weight: 700; line-height: 1.3; }
.bex-cookie-option__title span { padding: 3px 6px; color: #757b80; background: #ececea; border-radius: 99px; font-size: 8.5px; font-weight: 700; line-height: 1.2; letter-spacing: .05em; text-transform: uppercase; }
.bex-cookie-option--analytics .bex-cookie-option__title span { color: #9a620a; background: #fff0d5; }
.bex-cookie-option small { color: #70787e; font-size: 11.5px; line-height: 1.48; }
.bex-cookie-switch { position: relative; flex: 0 0 auto; margin-top: 5px; }
.bex-cookie-switch input { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; opacity: 0; }
.bex-cookie-switch span { position: relative; display: block; width: 42px; height: 24px; background: #d2d5d6; border: 1px solid #c7cbcd; border-radius: 99px; cursor: pointer; transition: background-color .18s ease, border-color .18s ease; }
.bex-cookie-switch span::after { content: ""; position: absolute; top: 2px; left: 2px; width: 18px; height: 18px; background: #fff; border-radius: 50%; box-shadow: 0 2px 5px rgba(37, 42, 46, .2); transition: transform .18s ease; }
.bex-cookie-switch input:checked + span { background: #efa024; border-color: #efa024; }
.bex-cookie-switch input:checked + span::after { transform: translateX(18px); }
.bex-cookie-switch input:disabled + span { background: #efc277; border-color: #efc277; cursor: not-allowed; opacity: .76; }
.bex-cookie-dialog__footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 9px 9px 9px 14px; background: #f7f7f5; border: 1px solid #ebe9e5; border-radius: 16px; }
.bex-cookie-dialog__footer p { max-width: 215px; margin: 0; color: #7a8187; font-size: 10.5px; line-height: 1.42; }
.bex-cookie-dialog__actions { display: flex; gap: 6px; }
.bex-cookie-root .bex-cookie-dialog .bex-cookie-dialog__button {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 14px;
    color: #4d555c;
    background: #fff;
    background-image: none;
    border: 1px solid #deddd9;
    border-radius: 11px;
    box-shadow: none;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-shadow: none;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
    transition: color .16s ease, background-color .16s ease, border-color .16s ease, transform .16s ease;
}
.bex-cookie-root .bex-cookie-dialog .bex-cookie-dialog__button--reject { color: #4d555c; background: #fff; border-color: #deddd9; }
.bex-cookie-root .bex-cookie-dialog .bex-cookie-dialog__button:hover { color: #30353a; border-color: #c9c7c2; transform: translateY(-1px); }
.bex-cookie-root .bex-cookie-dialog .bex-cookie-dialog__button--save { color: #33250e; background: #f6ad36; border-color: #f6ad36; }
.bex-cookie-root .bex-cookie-dialog .bex-cookie-dialog__button--save:hover { background: #eb9e21; border-color: #eb9e21; }
.bex-cookie-dialog__button:focus-visible, .bex-cookie-dialog__close:focus-visible, .bex-cookie-switch input:focus-visible + span { outline: 3px solid rgba(239, 150, 0, .3); outline-offset: 2px; }
body.bex-cookie-scroll-lock { overflow: hidden; }

@media (max-width: 760px) {
    .bex-cookie-notice { grid-template-columns: 1fr; gap: 7px; width: min(620px, calc(100vw - 24px)); padding: 7px; }
    .bex-cookie-notice__content { max-width: none; }
    .bex-cookie-notice__actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .bex-cookie-root .bex-cookie-notice .bex-cookie-notice__button { width: 100%; }
    .bex-cookie-dialog__grid { grid-template-columns: 1fr; }
    .bex-cookie-option { min-height: 0; }
    .bex-cookie-dialog__footer { align-items: stretch; flex-direction: column; padding: 11px; }
    .bex-cookie-dialog__footer p { max-width: none; padding: 0 2px; }
    .bex-cookie-dialog__actions { display: grid; grid-template-columns: 1fr 1fr; }
    .bex-cookie-root .bex-cookie-dialog .bex-cookie-dialog__button { width: 100%; }
}

@media (max-width: 480px) {
    .bex-cookie-notice { bottom: 8px; width: calc(100vw - 16px); border-radius: 17px; }
    .bex-cookie-notice__content { grid-template-columns: 38px minmax(0, 1fr); gap: 10px; padding: 10px; }
    .bex-cookie-notice__mark { width: 38px; height: 38px; border-radius: 11px; }
    .bex-cookie-notice__mark svg { width: 20px; height: 20px; }
    .bex-cookie-notice__eyebrow { font-size: 9px; }
    .bex-cookie-notice h2 { font-size: 15.5px; }
    .bex-cookie-notice p { font-size: 11.5px; }
    .bex-cookie-notice__links { gap: 4px 12px; }
    .bex-cookie-notice__actions { grid-template-columns: 1fr 1fr; }
    .bex-cookie-notice__actions [data-privacy-action="accept"] { grid-column: 1 / -1; grid-row: 1; }
    .bex-cookie-dialog { width: calc(100% - 16px); max-height: calc(100vh - 16px); border-radius: 19px; }
    .bex-cookie-dialog__header { padding: 10px; }
    .bex-cookie-dialog__mark { width: 40px; height: 40px; flex-basis: 40px; border-radius: 11px; }
    .bex-cookie-dialog__mark svg { width: 21px; height: 21px; }
    .bex-cookie-dialog__eyebrow { font-size: 9px; }
    .bex-cookie-dialog__header h2 { font-size: 19px; }
    .bex-cookie-dialog__intro { padding: 12px 13px; }
    .bex-cookie-option { grid-template-columns: 34px minmax(0, 1fr) auto; gap: 9px; padding: 12px; }
    .bex-cookie-option__icon { width: 34px; height: 34px; }
}

@media (max-width: 350px) {
    .bex-cookie-notice__actions { grid-template-columns: 1fr; }
    .bex-cookie-notice__actions [data-privacy-action="accept"] { grid-column: auto; grid-row: auto; }
    .bex-cookie-dialog__actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .bex-cookie-root .bex-cookie-notice .bex-cookie-notice__button,
    .bex-cookie-root .bex-cookie-dialog .bex-cookie-dialog__button,
    .bex-cookie-root .bex-cookie-dialog .bex-cookie-dialog__close,
    .bex-cookie-switch span,
    .bex-cookie-switch span::after { transition: none; }
}
