#menu-content__level-2 .list-group a::before,
html.desktop #menu-content__level-2 .list-group a:hover::before {
    position: relative;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: auto;
    visibility: inherit;
    box-sizing: border-box;
    height: 2px;
    background-color: currentColor;
    content: "";
    transition: width .35s ease, margin .35s ease;
    will-change: width, margin
}
#menu-content__level-2 .list-group a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    overflow: visible!important;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 2.44vw;
    line-height: 1;
    -ms-flex-align: center
}
#menu-content__level-2 .list-group a::before {
    display: block;
    overflow: hidden;
    margin-right: 0;
    width: 0
}
html.desktop #menu-content__level-2 .list-group a:hover {
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
    -ms-flex-align: center
}
html.desktop #menu-content__level-2 .list-group a:hover::before {
    display: block;
    overflow: hidden;
    margin-right: 10px;
    width: 30px
}

@media (min-width:0px) and (max-width:479px){
    #menu-content__level-2 .list-group a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    overflow: visible!important;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 4.22vw;
    line-height: 1;
    -ms-flex-align: center
    }
}
@media (min-width:480px) and (max-width:767px){
    #menu-content__level-2 .list-group a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    overflow: visible!important;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 4.50vw;
    line-height: 1;
    -ms-flex-align: center
    }
}
 @media (min-width:768px) and (max-width:979px){
    #menu-content__level-2 .list-group a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    overflow: visible!important;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 4.54vw;
    line-height: 1;
    -ms-flex-align: center
    }
}