.consent-notice{background:#000;border-top:1px solid var(--yellow);bottom:0;color:#fff;display:none;left:0;padding:22px 5vw;position:fixed;right:0;z-index:99}.consent-notice.is-visible{display:block}.consent-notice p{font-size:.92rem;line-height:1.4;margin:0}.consent-notice-actions{display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px;max-width:850px}.consent-notice-actions button{background:transparent;border:1px solid var(--yellow);color:var(--yellow);cursor:pointer;font:700 .78rem Arial,Helvetica,sans-serif;letter-spacing:.08em;padding:14px;text-transform:uppercase}.consent-notice-actions button:hover,.consent-notice-actions button:focus-visible{background:var(--yellow);color:#000}@media(max-width:560px){.consent-notice-actions{grid-template-columns:1fr}.consent-notice{padding-block:18px}}
.consent-notice-actions .consent-notice-accept,.consent-notice-actions .consent-notice-accept:hover,.consent-notice-actions .consent-notice-accept:focus-visible{background:#b8e6c2;border-color:#b8e6c2;color:#000}.consent-notice-actions .consent-notice-manage,.consent-notice-actions .consent-notice-reject,.consent-notice-actions .consent-notice-manage:hover,.consent-notice-actions .consent-notice-reject:hover,.consent-notice-actions .consent-notice-manage:focus-visible,.consent-notice-actions .consent-notice-reject:focus-visible{background:var(--ink);border-color:var(--ink);color:#909090}