#cookie-consent-banner{position:fixed;display:flex;padding:20px;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;bottom:20px;right:20px;width:calc(100% - 40px);max-width:800px;background:var(--main-color) 0 0 no-repeat padding-box;box-shadow:0 3px 30px #00000029;border-radius:10px;opacity:.95;font-weight:300;color:#fff;z-index:40000;letter-spacing:1.1px}#cookie-consent-banner button{font-family:inherit}#cookie-consent-banner .icon{font-family:var(--fa-font);font-weight:300;font-size:3rem;margin-bottom:.25rem}#cookie-consent-banner h3{text-align:center;font-size:30px;line-height:37px;font-weight:300;margin-bottom:10px;font-family:var(--main-font-second)}#cookie-consent-banner label,#cookie-consent-banner p{font-size:1rem;line-height:26px}#cookie-consent-banner p{text-align:center;text-wrap:balance;margin-bottom:20px}#cookie-consent-banner label input{margin-right:7px;height:20px;width:20px;box-shadow:0 0 10px rgba(0,0,0,.3);border:none}#cookie-consent-banner label input:checked{border:none;color:var(--main-color)}#cookie-consent-banner .cookie-consent-buttons,#cookie-consent-banner .cookie-consent-options{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:20px;gap:20px}#cookie-consent-banner .cookie-consent-buttons button{display:block;width:200px;height:40px;border:2px solid #fff;border-radius:0;box-sizing:border-box;color:#fff;font-size:.9rem;font-weight:400;line-height:23px;text-transform:uppercase;letter-spacing:1px}#cookie-consent-banner .cookie-consent-buttons button:hover{opacity:.5;transition:.5s ease-out}#cookie-consent-banner .cookie-consent-buttons button:first-of-type,#cookie-consent-banner .cookie-consent-buttons button:nth-of-type(2){background-color:var(--main-color);border-color:#fff}#cookie-consent-banner .cookie-consent-buttons button:nth-of-type(3){background-color:#fff;color:var(--main-color)}@media screen and (width < 600px){#cookie-consent-banner h3{font-size:20px;line-height:25px}#cookie-consent-banner p{font-size:14px;line-height:16px}#cookie-consent-banner .cookie-consent-buttons{flex-direction:column}}