/*------------ FOOTER ------------*/
@media screen and (min-width: 991px) {
    a.footer_nav_link.w--current::before {
        content: '';
        position: absolute;
        width: 0.375rem;
        height: 0.375rem;
        background-color: #FDC41F;
        border-radius: 100%;
        left: -1rem;
        top: 1.35rem;
        opacity: 1;
    }
}

.footer_nav_link.w--current {
    color: var(--footer-text-color-active);
    pointer-events: none;
}