private initializeNewsCategoriesSlider(): void {
        const self = this;
        const $el = $("ul.news-categories");
        const slidesToShow = 3;
        if (!$el.is(':visible'))