.menu_personal {
    position: sticky;
    top: 0;
}

.is-scrolled .menu_personal {
    top: 100px;
}

.menu_personal_list {
    padding-left: 0;
}

.menu_personal_link {
    font-size: 1rem;
    line-height: 1.2;
    color: inherit;
    padding: 5px 1rem;
    border-radius: 2rem;
    background: transparent;
}

.menu_personal_link.active {
    color: var(--primary);
    font-weight: bold;
    background: #f4f4f4;
}