.cookie-notification{font-family:'Gilroy-Medium';position:fixed;bottom:-100px;left:20px;padding:15px;border-radius:8px;background-color:#262832c4;display:flex;align-items:center;justify-content:space-between;max-width:420px;flex-direction:row;gap:10px;z-index:1000000000;-webkit-animation:fadeIn 1200ms forwards;-moz-animation:fadeIn 1200ms forwards;-o-animation:fadeIn 1200ms forwards;-ms-transition:fadeIn 1200ms forwards;animation:fadeIn 1200ms forwards}@media (max-width:768px){.cookie-notification{flex-direction:column;width:400px;max-width:90%}}.cookie-notification.fadeout{-webkit-animation:fadeOut 1000ms forwards;-moz-animation:fadeOut 1000ms forwards;-o-animation:fadeOut 1000ms forwards;-ms-transition:fadeOut 1000ms forwards;animation:fadeOut 1000ms forwards}.cookie-notification p{font-size:14px;color:#fff;text-align:left;direction:ltr;margin-bottom:0;font-weight:300}.cookie-notification p a{font-size:13px;text-decoration:underline;color:#b6e3ff}.cookie-notification button{background-color:#e2e3e9;color:#101117;border:none;font-weight:500;text-align:center;border-radius:48px;outline:none;transition:all ease-in-out .2s;user-select:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;font-size:14px;padding:8px 24px}@-moz-keyframes fadeIn{0%{opacity:0;bottom:-100px}100%{opacity:1;bottom:20px}}@-ms-keyframes fadeIn{0%{opacity:0;bottom:-100px}100%{opacity:1;bottom:20px}}@-o-keyframes fadeIn{0%{opacity:0;bottom:-100px}100%{opacity:1;bottom:20px}}@-webkit-keyframes fadeIn{0%{opacity:0;bottom:-100px}100%{opacity:1;bottom:20px}}@keyframes fadeIn{0%{opacity:0;bottom:-100px}100%{opacity:1;bottom:20px}}@-moz-keyframes fadeOut{0%{opacity:1;bottom:20px}100%{opacity:0;bottom:-100px}}@-ms-keyframes fadeOut{0%{opacity:1;bottom:20px}100%{opacity:0;bottom:-100px}}@-o-keyframes fadeOut{0%{opacity:1;bottom:20px}100%{opacity:0;bottom:-100px}}@-webkit-keyframes fadeOut{0%{opacity:1;bottom:20px}100%{opacity:0;bottom:-100px}}@keyframes fadeOut{0%{opacity:1;bottom:20px}100%{opacity:0;bottom:-100px}}/*# sourceMappingURL=./cookie-notification.css.map */