*:not(.header-accessibility__contrast),
*:not(.header-accessibility__contrast):before,
*:not(.header-accessibility__contrast):after {
    background: black !important;
    color: white !important;
    border-color: white !important;
}

a:hover,
a:hover:before,
a:hover:after {
    background-color: white !important;
    color: black !important;
}

.header-accessibility {
    border: 0 !important;
}

.header__slider *:not(.slider__span) {
    background: none !important;
}
