#before-scroll .cpel-switcher__list li:not(:last-child):after {
content: '/';
margin: 0 10px;
font-weight: 400;
font-size: 18px;
font-family: "Aeonik Regular", sans-serif;
color: #fff;
display: inline-block;
}
#after-scroll .cpel-switcher__list li:not(:last-child):after {
content: '/';
margin: 0 10px;
font-size: 18px;
font-weight: 400;
font-family: "Aeonik Regular", sans-serif;
color: #000;
display: inline-block;
} a.nav-footer{
font-family: Arial;
color: #000000 !important;
position:relative;
text-decoration:none;
display:inline-block;
}
a.nav-footer:after {
display:block;
padding-bottom: 1px;
content: '';
border-bottom: solid 2px #000000;
transform: scaleX(0);  
transition: transform 250ms ease-in-out;
transform-origin:100% 50%
}
a.nav-footer:hover:after {
font-family: Arial;  
color: #000000 !important;
transform: scaleX(1);
transform-origin:0 50%;
}