#gdpr {position:fixed;bottom:0;left:0;width:100%;height:auto;min-height:0;background:rgba(0,0,0,.9);color:#fff;transition:bottom 1s ease;font-family:Helvetica,Arial,sans-serif;font-size:.8rem;line-height:1rem;padding:1rem;display:flex;align-items:center;align-self:center;align-content:center;justify-content:center;box-sizing:border-box;z-index:99999;}
#gdpr.accept {bottom:-50%;}
#gdpr p {margin:0!important;font-family:Helvetica,Arial,sans-serif;font-weight:lighter;font-size:.8rem;line-height:1rem;color:#fff;max-width:none;letter-spacing:normal;}
#gdpr p::first-line {font-family:Helvetica,Arial,sans-serif;font-weight:lighter;font-size:.8rem;line-height:1rem;color:#fff;}
#gdpr a {color:#fff;text-decoration:underline;cursor:pointer;margin:0;border:0;padding:0;}
#gdpr .gdpr-agreement {height:2rem;border:1px solid #fff;border-radius:3px;background:#fff;color:#000;font-family:Helvetica,Arial,sans-serif;font-size:.8rem;line-height:.8rem;margin-left:20px;padding:0 20px;cursor:pointer;width:auto;}
#gdpr .gdpr-agreement:hover {background:#000;color:#fff;}
#gdpr-popup {position:fixed;width:calc(70% - 100px);background:rgba(0, 0, 0, .9);top:-100%;left:calc(15% + 50px);height:calc(70% - 100px);border-radius:3px;overflow-y:auto;padding:50px;transition:all 1s ease;font-family:Helvetica,Arial,sans-serif;font-size:.8rem;line-height:1rem;color:#fff;opacity:0;z-index:99999999;}
#gdpr-popup.active {top:15%;opacity:1;}
#gdpr-popup a.bt-gdpr-close {font-size:2rem;width:2rem;height:2rem;line-height:2rem;position:absolute;margin:0;padding:0;top:1rem;right:1rem;display:flex;align-self:center;justify-self:center;justify-content:center;color:#000;background:#fff;border-radius:50%;text-align:center;transform:rotate(45deg);transition:all .5s ease;cursor:pointer;text-decoration:none;}
#gdpr-popup a.bt-gdpr-close:hover {transform:rotate(405deg);cursor:pointer;}
#gdpr-popup h1, #gdpr-popup h2, #gdpr-popup h3 {position:relative;font-family:Helvetica,Arial,sans-serif;font-size:2rem;display:block;font-weight:bold;font-style:normal;margin:0 0 1rem 0;color:#fff;background:none;height:auto;text-indent:initial;border:none;letter-spacing:initial;padding:0;transform:none;text-align:left;top:0;left:0;float:none;}
#gdpr-popup h1 {margin-bottom:2rem;text-align:center;}
#gdpr-popup h2 {font-size:1.5rem;margin-top:1rem;}
#gdpr-popup h2::after, #gdpr-popup h2::before {display:none;}
#gdpr-popup h3 {font-size:1.1rem;}
#gdpr-popup ul {margin-left:1.25rem;}
#gdpr-popup p, #gdpr-popup li, #gdpr-popup p::first-line {font-family:Helvetica,Arial,sans-serif;font-size:.8rem;font-weight:normal;color:#fff;padding-left:0;text-align:justify;max-width:none;width:auto;letter-spacing:normal;line-height:1;margin:0 0 .5rem 0!important;}
.rgpd-widget-form label {font-family:Helvetica, Arial,sans-serif!important;font-size:10px!important;font-style:italic!important;line-height:12px!important;display:block;clear:both;}
.rgpd-widget-form label input[type="checkbox"] {width:auto!important;height:auto!important;margin:0;display:inline-block;}
form .rgpd-form-policy {text-decoration:underline;cursor:pointer;display:initial!important;font-size:10px!important;}
.rgpd-form-policy {cursor:pointer;}
footer .rgpd-form-policy::before, .footer .rgpd-form-policy::before {content:' - ';}
@media screen and (max-width:768px) {
    #gdpr-popup {width:95%;padding:30px;left:2.5%;}
}
