#cookie-checker{position:fixed;bottom:0;right:0;padding:40px;background-color:var(--color-primary);color:var(--color-white);border-top-left-radius:40px;z-index:9999;display:flex;align-items:center;width:100%}@media(min-width:576px){#cookie-checker{width:400px}}#cookie-checker{transform:translateY(100%)}@keyframes appear{0%{transform:translateY(100%)}to{transform:translateY(0)}}#cookie-checker{animation-delay:2s;animation-fill-mode:forwards;animation-name:appear;animation-direction:normal;animation-duration:1s}#cookie-checker section{margin:0 auto;text-align:center;max-width:600px;font-size:1em}#cookie-checker section figure img{max-width:100px;width:100%}#cookie-checker section a{color:var(--color-white);text-decoration:underline;font-family:var(--font-family-regular)}#cookie-checker section a:hover{color:var(--color-secondary)}#cookie-checker section .the-big-question{font-family:var(--font-family-semi-bold);font-size:1.2em}#cookie-checker section .button-container{margin-top:1rem}#cookie-checker section .button-container button{font-size:.8em}#cookie-checker section .button-container button:first-child{margin-right:5px}#cookie-checker section>div>div{display:inline;font-size:.7em;line-height:1.2em;margin-left:10px}