/* --- Colors --- */

:root {
    --main: #9d9bc0;
    --main-light: #fdb5f0;
    --main-dark: #444343;
    --bg-shared-banner: #f9f9f9;
    --color-services: #ff6e21;
    --btn-hover: #65637e;
    --btn: #262626;
    --bg-footer: #1C1C1C;
    --bg-nav: #1F1F1F;
}
.banner-wrap .banner-content-7 h2 a {
    color: #e083d2!important;
}
#cookie-bar {
    background-color: #fdb5f0!important;
}