.cookie-wall{position:fixed;left:0;top:0;width:100vw;height:100vh;display:flex;flex-flow:column;justify-content:center;align-items:center;opacity:1;transition:opacity .3s ease,display .3s ease allow-discrete;background-color:rgba(255,255,255,.75);z-index:1001}.cookie-wall a{text-decoration:underline}.cookie-wall.cookie-wall-accepted{display:none;opacity:0}.cookie-wall.cookie-wall-not-accepted .cookie-wall-content{display:block}.cookie-wall noscript{color:#b00;font-size:1.5rem;padding:1em;box-shadow:0 0 6px -3px #b00;border-radius:1em;background-color:#fff;text-align:center}.cookie-wall .cookie-wall-links{display:flex;justify-content:center}.cookie-wall .cookie-wall-links>*{margin-right:1em}.cookie-wall .cookie-wall-content{display:none;background-color:#fff;padding:2.5em;width:100%}@media screen and (min-width:768px){.cookie-wall .cookie-wall-content{width:680px}}.cookie-wall .cookie-wall-content .cookie-wall-buttons{margin-top:2em;margin-bottom:1em;display:flex;justify-content:space-between}.cookie-wall .cookie-wall-content .cookie-wall-buttons a{font-weight:700;text-decoration:none;background-color:#ddd;color:#222;padding:1em 2em}.cookie-wall .cookie-wall-content .cookie-wall-buttons a.main-button{background-color:#18233f;color:#fff}main{opacity:0;transition:opacity .3s ease,display .3s ease allow-discrete;max-height:50vh;overflow:hidden}main.cookie-wall-accepted{display:block;opacity:1;max-height:unset}