.w_developer button span {
    color:var(--footer-surface-color) !important;
}
.custom-spacer {
    margin-top:30px !important;
}
body.page_id_557906903 #container-list .col-links {
    margin-top: -40px !important;
}

#WIPSMAINCONTENTS #mainContent ul {
    margin-left: 24px;
}
#WIPSMAINCONTENTS #mainContent ul li {
    line-height: 26px;
} 


div.consent-dialog-inner {
    --dialog-row-gap: 0em !important;
}
div.consent-dialog-inner h2 {
    margin-top:22px !important;
    font-size:19px !important;
}
div.consent-dialog-inner h3 {
    margin-bottom: 15px !important;
    font-size:18px !important;
}
div.consent-dialog-inner p,
div.consent-dialog-inner .show-more-button {
    margin-bottom: 5px !important;
    font-size:14px !important;
}

.w_footer {
    background-color: #f3f3f3 !important;
    border-top: 1px solid #0066CC !important;
}

/*    */
.w_logo {
    animation: fadeIn 1.5s ease-in forwards; /* Name, duration, timing, and fill-mode */
}
@keyframes fadeIn {
    0% {
        opacity: 0.0;
    }
    100% {
        opacity: 1;
    }
}