@charset "UTF-8";.consentBanner{position:fixed;z-index:150;background-color:rgba(0,0,0,.85);border-top:1px solid #fff;border-bottom:1px solid #fff;width:100%;bottom:80px;color:#e1e1e1;font-size:90%;-webkit-box-shadow:0 0 15px 0 rgba(34,34,34,.5);-moz-box-shadow:0 0 15px 0 rgba(34,34,34,.5);box-shadow:0 0 15px 0 rgba(34,34,34,.5);}@media all and (max-device-width:600px),all and (max-width:600px){.consentBanner{bottom:30px;}}.consentBanner button{font-weight:bold;background-color:#fff;border:none;color:#000;transition:all linear 200ms;margin-bottom:12px;width:calc(100% - 6px);font-size:inherit;padding:6px 8px;margin:2px 0 8px 0;border-radius:3px;}.consentBanner button::before{content:'';margin-right:15px;}.consentBanner button::after{font-family:Century Gothic,"Didact Gothic",Futura,Arial,Verdana;content:'✔';margin-left:5px;color:#fff;font-size:120%;}.consentBanner button:hover{background-color:#666;color:#fff !important;}.consentBanner button:hover::after{color:#90ee90;}.consentBanner .content{position:relative;width:100%;max-width:1100px;padding:15px 10px;margin:0 auto;}.consentBanner .content p{text-align:justify;}.consentBanner .content .col-left,.consentBanner .content .col-right{display:inline-block;vertical-align:top;padding:0 15px;}.consentBanner .content .col-left{width:85%;}.consentBanner .content .col-right{text-align:center;width:15%;height:100%;}@media all and (max-device-width:600px),all and (max-width:600px){.consentBanner .content .col-left{width:100%;}.consentBanner .content .col-right{padding-top:15px;width:100%;}}