@charset "utf-8";
@keyframes ga-cookie-accept-bar-slide-in{from{transform:translateY(10rem)}
to{transform:translateY(0)}
}
.module-ga-cookie-accept-bar{animation-duration:.6s;
animation-name:ga-cookie-accept-bar-slide-in;
margin:0;
padding:0;
position:fixed;
left:0;
right:0;
bottom:1rem;
width:100%;
overflow:hidden;
z-index:10000}
.module-ga-cookie-accept-bar.state-remove{display:none}
.module-ga-cookie-accept-bar .module-ga-cookie-accept-bar-inner{box-shadow:transparent 0 0 0 0,transparent 0 0 0 0,rgba(0,0,0,.1) 0 10px 15px -3px,rgba(0,0,0,.05) 0 4px 6px -2px;
border-radius:.5rem;
background-color:#1e293b;
box-sizing:border-box;
margin-left:2rem;
margin-right:2rem;
padding:1rem;
line-height:1.7;
color:#fff;
/*font-size:.875rem;*/
font-size: 1.6rem !important;
}
.module-ga-cookie-accept-bar .module-ga-cookie-accept-bar-header{position:absolute;
width:1px;
height:1px;
padding:0;
margin:-1px;
overflow:hidden;
clip:rect(0,0,0,0);
white-space:nowrap;
border-width:0}
.module-ga-cookie-accept-bar p{margin:0;}
.module-ga-cookie-accept-bar a{color:inherit;
text-decoration:underline}
.module-ga-cookie-accept-bar svg{vertical-align:middle;
margin-right:.2rem}
.module-ga-cookie-accept-bar button:nth-child(n+2){margin-left:1rem}
.module-ga-cookie-accept-bar .module-ga-cookie-btn{margin-top:1rem;
display:flex;
align-items:center}
.module-ga-cookie-accept-bar .module-ga-cookie-accept-btn{appearance:none;
display:inline-flex;
justify-content:center;
align-items:center;
border:1px;
border-color:transparent;
display:inline-block;
background-color:#b91c1c;
color:#fff;
font-family:inherit;
font-size:1.2em;
margin:0;
padding-left:1rem;
padding-right:1rem;
padding-top:.5rem;
padding-bottom:.5rem;
border-radius:.375rem;
box-shadow:transparent 0 0 0 0,transparent 0 0 0 0,rgba(0,0,0,.1) 0 10px 15px -3px,rgba(0,0,0,.05) 0 4px 6px -2px;
transition:.3s ease-out}
.module-ga-cookie-accept-bar .module-ga-cookie-accept-btn:hover{background-color:#771212;
cursor:pointer}
.module-ga-cookie-accept-bar .module-ga-cookie-accept-btn:focus{outline:2px solid #fff}
.module-ga-cookie-accept-bar .module-ga-cookie-accept-btn.module-ga-cookie-deny-btn{background-color:#fff;
color:#1e293b}
.module-ga-cookie-accept-bar .module-ga-cookie-accept-btn.module-ga-cookie-deny-btn:hover{background-color:#d9d9d9;
cursor:pointer}
.module-ga-cookie-accept-bar .module-ga-cookie-accept-btn.module-ga-cookie-deny-btn:focus{outline:2px solid #b91c1c}
@media (max-width:640px){.module-ga-cookie-accept-bar .module-ga-cookie-accept-bar-inner{margin-left:1rem;
margin-right:1rem}
.module-ga-cookie-accept-bar .module-ga-cookie-btn{flex-direction:column;
align-items:stretch}
.module-ga-cookie-accept-bar .module-ga-cookie-accept-btn{display:flex}
.module-ga-cookie-accept-bar button:nth-child(n+2){margin-left:0;
margin-top:.75rem}
}
