#cookie-consent{--color-green-light:#a6f567;width:500px;right:0;bottom:0;z-index:9999;border-top-left-radius:5px;box-shadow:0 0 30px #0000001c;font-size:.9em;overflow-y:auto;max-height:100vh}#cookie-consent>div a{text-decoration:underline}#cookie-consent>div .btn{text-decoration:none}#cookie-consent .me-3{margin-right:2rem}#cookie-consent-bg{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000061;z-index:9998}#cookie-consent div.switch{display:flex;align-items:center}#cookie-consent div.switch>.switch{margin-right:1rem;position:relative;display:inline-block;width:60px;height:34px}#cookie-consent div.switch>.switch input{display:none}#cookie-consent div.switch>label:last-of-type{width:70%;display:block;line-height:1.4;cursor:pointer}#cookie-consent div.switch>label>small{line-height:1.4;opacity:.6;display:block}#cookie-consent .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#dfdfdf;-webkit-transition:.4s;transition:.4s}#cookie-consent .switch .slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}#cookie-consent .switch input:checked+.slider{background-color:var(--color-green-light)}#cookie-consent .switch input:focus+.slider{box-shadow:0 0 1px var(--color-green-light)}#cookie-consent .switch input:checked+.slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px)}#cookie-consent .switch .slider.round{border-radius:34px}#cookie-consent .switch .slider.round:before{border-radius:50%}#cookie-consent .switch input:disabled+.slider{cursor:not-allowed;background-color:#e0e0e0}#cookie-consent .switch input:disabled:checked+.slider{background-color:var(--color-green-light)}@media only screen and (max-width:991px){#cookie-consent{width:100%;border-radius:0;font-size:.85em}}