<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cookie_popup{position:absolute; top:0; left:0; width:100%; height:100%; z-index:999;}
.cookie_popup .cookie_wrapper{position:fixed; top:50%; left:50%; width:450px; padding:45px 50px 30px; text-align:center; background:#fff; box-sizing:border-box; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%); z-index:2;}
.cookie_popup .cookie_wrapper h4{font-size:22px; line-height:26px; margin:0; font-weight:700;}
.cookie_popup .cookie_wrapper strong{font-weight:700;}
.cookie_popup .cookie_wrapper small{display:block; font-size:12px; line-height:14px; margin:10px 0 40px;}
.cookie_popup .cookie_wrapper small a{text-decoration:underline;}
.cookie_popup .cookie_wrapper small a:hover{color:#37b416;}
.cookie_popup .cookie_wrapper small:last-child{margin-bottom:0;}
.cookie_popup .cookie_wrapper p{position:relative; font-size:14px; line-height:24px; text-align:left; margin:10px 0 0 0;}
.cookie_popup .cookie_wrapper p span{color:red;}
.cookie_popup .cookie_wrapper p span.icon{position:absolute; left:-26px; top:4px; width:16px; height:16px; background:url(/modules/gdpr/img/check.png) no-repeat #eee center / 12px 12px; border:1px solid #eee; cursor:pointer; border-radius:4px;}
.cookie_popup .cookie_wrapper p.disabled{color:#ccc;}
.cookie_popup .cookie_wrapper p.disabled span.icon{background-image:url(/modules/gdpr/img/cross.png);}
.cookie_popup .cookie_wrapper a.go{display:inline-block; padding:0 30px; margin:40px 0 20px; background:#37b416; color:#fff; font-size:17px; line-height:40px; font-weight:700; border-radius:5px;}
.cookie_popup .cookie_wrapper a.go:hover{background:#219403;}
.cookie_popup .cookie_wrapper a.custom{display:block; font-size:13px; line-height:13px; margin-bottom:50px; cursor:pointer;}
.cookie_popup .cookie_wrapper a.custom:hover{color:#aaa;}
.cookie_popup .cookie_bg{position:fixed; width:100%; height:100%; background:rgba(0,0,0,0.7); z-index:1;}

/*responsive*/
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
.cookie_popup .cookie_wrapper p span.icon{background-image:url(/modules/gdpr/img/check@2x.png);}
.cookie_popup .cookie_wrapper p.disabled span.icon{background-image:url(/modules/gdpr/img/cross@2x.png);}
}
@media screen and (max-width: 750px){
.cookie_popup .cookie_wrapper{position:absolute; top:20px; left:5%; width:90%; padding:30px 35px 20px; -webkit-transform:translate(0%,0%); transform:translate(0%,0%);}
.cookie_popup .cookie_wrapper small{margin:10px 0 20px;}
.cookie_popup .cookie_wrapper a.go{padding:0 24px; margin:20px 0 14px; font-size:16px; line-height:30px;}
.cookie_popup .cookie_wrapper a.custom{margin-bottom:30px;}
}</pre></body></html>