#q4u_cookie_consent {
    position: fixed;
    z-index: 999999998;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0);
    opacity: 0;
    transform: translateY(100px);
    animation: q4u_cookie_consent 2s 1s forwards;
}
@keyframes q4u_cookie_consent {
    0% {
        opacity: 0;
        transform: translateY(100px);
        background: rgba(0,0,0,0);
    }
    50% {
        opacity: 1;
        transform: translateY(0);
        background: rgba(0,0,0,0);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        background: rgba(0,0,0,.5);
    }
}
#q4u_cookie_consent .q4u_cookie_consent__layer {
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    padding: 20px 20px 0 20px;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(0,0,0,.5);
    overflow: auto;
    background: #fff;
}
@media (max-width: 767px) {
    #q4u_cookie_consent .q4u_cookie_consent__layer {
        max-width: calc(100% - 20px);
        max-height: calc(100% - 20px);
    }
}
@media (min-width: 768px) {
    #q4u_cookie_consent .q4u_cookie_consent__layer {
        width: 728px;
    }
}
@media (min-height: 768px) {
    #q4u_cookie_consent .q4u_cookie_consent__layer {
        max-height: calc(100% - 200px);
    }
}
#q4u_cookie_consent h2 {
    margin-top: 0;
}
@media (max-width: 767px) {
    #q4u_cookie_consent h2 {
        font-size: 1.75rem;
    }
}
#q4u_cookie_consent h3 {
    margin-top: 1em;
}
@media (min-width: 768px) {
    #q4u_cookie_consent button {
        width: auto !important;
    }
}
#q4u_cookie_consent button:focus {
    outline: 0 !important;
}
#q4u_cookie_consent .q4u_cookie_consent__settings {
    margin-top: 2em;
}
#q4u_cookie_consent .q4u_cookie_consent__checkbox + .q4u_cookie_consent__checkbox {
    margin: 20px 0 0 0;
}
@media (min-width: 768px) {
    #q4u_cookie_consent .q4u_cookie_consent__settings > div {
        display: flex;
    }
    #q4u_cookie_consent .q4u_cookie_consent__checkbox + .q4u_cookie_consent__checkbox {
        margin: 0 0 0 20px;
    }
}
#q4u_cookie_consent .q4u_cookie_consent__settings > div + div {
    margin-top: 20px;
}
#q4u_cookie_consent .q4u_cookie_consent__checkbox {
    position: relative;
    height: 20px;
    padding-left: 30px;
}
#q4u_cookie_consent .q4u_cookie_consent__checkbox input {
    position: absolute;
    opacity: 0;
}
#q4u_cookie_consent .q4u_cookie_consent__checkbox label {
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    cursor: pointer;
}
#q4u_cookie_consent .q4u_cookie_consent__checkbox label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #002846;
    border-radius: 4px;
}
#q4u_cookie_consent .q4u_cookie_consent__checkbox input:focus + label::before {
    outline: 3px solid #bfcfd7 !important;
}
#q4u_cookie_consent .q4u_cookie_consent__checkbox input:checked + label::after {
    content: "\e60c";
    position: absolute;
    top: 3px;
    left: 2px;
    color: #002846;
    font-family: vdm-metals-iconfont;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    speak: none;
    text-transform: none;
    line-height: normal;
}
#q4u_cookie_consent .q4u_cookie_consent__checkbox input[disabled="disabled"] + label {
    color: #999;
    cursor: not-allowed;
}
#q4u_cookie_consent .q4u_cookie_consent__checkbox input[disabled="disabled"] + label::before {
    border: 1px solid #999;
}
#q4u_cookie_consent .q4u_cookie_consent__checkbox input[disabled="disabled"] + label::after {
    color: #999;
}
#q4u_cookie_consent .q4u_cookie_consent__toggle {
    justify-content: flex-end;
    flex-wrap: wrap;
}
#q4u_cookie_consent .q4u_cookie_consent__toggle__button {
    padding: 0;
    border: 0 !important;
    background: transparent;
    color: #ff5000;
    font-family: MorebiRoundedRegular,Arial,Helvetica,sans-serif;
    font-size: 20px;
}
#q4u_cookie_consent .q4u_cookie_consent__toggle__button:focus {
    outline: 3px solid #bfcfd7 !important;
}
#q4u_cookie_consent .q4u_cookie_consent__toggle__button::after {
    content: "\e60a";
    margin-left: 1em;
    font-family: vdm-metals-iconfont;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    speak: none;
    text-transform: none;
    line-height: normal;
}
#q4u_cookie_consent .q4u_cookie_consent__toggle__button[aria-expanded="true"]::after {
    content: "\e60b";
}
#q4u_cookie_consent .q4u_cookie_consent__toggle__content {
    flex: 0 0 100%;
    display: none;
}
#q4u_cookie_consent .q4u_cookie_consent__toggle__content p {
    margin-top: 0;
}
#q4u_cookie_consent .q4u_cookie_consent__submit {
    justify-content: flex-end;
}
#q4u_cookie_consent .vdm-button {
    height: 40px;
    margin-bottom: 20px;
}
#q4u_cookie_consent .vdm-button:focus {
    outline: 3px solid #bfcfd7 !important;
}
@media (max-width: 767px) {
    #q4u_cookie_consent .vdm-button {
        width: 100%;
    }
}
#q4u_cookie_consent [class="vdm-button"] {
    border: 0 !important;
}
@media (min-width: 768px) {
    #q4u_cookie_consent [class="vdm-button"] {
        margin-left: 20px;
    }
}
span.q4u_cookie-settings__button {
    color: #ff5000;
    text-decoration: underline;
    cursor: pointer;
}
