.cfGdprCookieConsentPopup {
    width: 100vw;
    height: 100%;
    z-index: 1000;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: none;
    overflow-y: auto;
}

.cfGdprCookieConsentPopup .cfGdprCookieConsentPopup__wrapper {
    margin: 80px auto 50px;
    background-color: #fff;
    max-width: 635px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 80%;
    padding: 25px 25px 35px;
    position: relative;
    z-index: 100;
    overflow-y: auto;
}

.cfGdprCookieConsentPopup .cfGdprCookieConsentPopup__wrapper .cfGdprCookieConsentPopup__header p {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 20px;
}

.cfGdprCookieConsentPopup .cfGdprCookieConsentPopup__wrapper .cfGdprCookieConsentPopup__body p {
    line-height: 1.4;
    margin: 0 0 15px;
}

.cfGdprCookieConsentPopup .cfGdprCookieConsentPopup__wrapper .cfGdprCookieConsentPopup__body .cfGdprCookieConsentPopup__btn {
    margin: 25px 0 0;
}

.cfGdprCookieConsentPopup .cfGdprCookieConsentPopup__wrapper .cfGdprCookieConsentPopup__body .cfGdprCookieConsentPopup__btn button {
    font-size: 18px;
    display: block;
    border: none;
    width: 100%;
    padding: 16px 10px;
    margin: 15px 0 0;
}

.cfGdprCookieConsentPopup .cfGdprCookieConsentPopup__wrapper .cfGdprCookieConsentPopup__body .cfGdprCookieConsentPopup__btn button:hover {
    cursor: pointer;
}

.cfGdprCookieConsentPopup .cfGdprCookieConsentPopup__wrapper .cfGdprCookieConsentPopup__body .cfGdprCookieConsentPopup__btn button.cfGdprCookieConsentPopup__btn-primary {
    color: #fff;
    background-color: #000;
}

.cfGdprCookieConsentPopup .cfGdprCookieConsentPopup__wrapper .cfGdprCookieConsentPopup__body .cfGdprCookieConsentPopup__btn button.cfGdprCookieConsentPopup__btn-secondary {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
}

.cfGdprCookieConsentPopup .cfGdprCookieConsentPopup__wrapper .cfGdprCookieConsentPopup__body .cfGdprCookieConsentPopup__settings {
    margin: 15px 0 0;
    display: none;
}

.cfGdprCookieConsentPopup .cfGdprCookieConsentPopup__wrapper .cfGdprCookieConsentPopup__body .cfGdprCookieConsentPopup__settings .cfGdprCookieConsentPopup__setting {
    border-top: 1px solid #c1c1c1;
    padding: 25px 0 0;
    margin: 0 0 25px;
    position: relative;
}

.cfGdprCookieConsentPopup .cfGdprCookieConsentPopup__wrapper .cfGdprCookieConsentPopup__body .cfGdprCookieConsentPopup__settings .cfGdprCookieConsentPopup__setting:first-of-type {
    border-top: none;
}

.cfGdprCookieConsentPopup .cfGdprCookieConsentPopup__wrapper .cfGdprCookieConsentPopup__body .cfGdprCookieConsentPopup__settings .cfGdprCookieConsentPopup__setting p.cfGdprCookieConsentPopup__setting-heading {
    font-weight: bold;
    font-size: 18px;
    margin: 0 30px 10px 0;
}

.cfGdprCookieConsentPopup .cfGdprCookieConsentPopup__wrapper .cfGdprCookieConsentPopup__body .cfGdprCookieConsentPopup__settings .cfGdprCookieConsentPopup__setting .cfGdprCookieConsentPopup__setting-checkbox {
    position: absolute;
    right: 0;
    top: 25px;
}