.featured-content--topics, .featured-content--topics div[class^="bg-color-"] {
    background-color: transparent !important;
}

.featured-content--topics .card {
    color: var(--bs-body-color) !important;
    background-color: transparent !important;
}

.featured-content--topics .swiper-wrapper {
    flex-wrap: wrap;
    margin: 0 -15px;
    overflow: hidden;
}


.featured-content--topics .swiper-slide {
    max-width: 33.33%;
    flex-basis: 33.33%;
    padding: 0 15px;
    margin: 0 !important;
}

@media screen and (max-width: 991px) {
    .featured-content--topics {

        .swiper-slide {
            max-width: 50%;
            flex-basis: 50%;
        }
    }
}

@media screen and (max-width: 768px) {
    .featured-content--topics {

        .swiper-slide {
            max-width: 100%;
            flex-basis: 100%;
        }
    }

}

.simple-top-news {
    padding-top: 40px;
    margin-bottom: 20px;
}

.simple-news-list {
    max-width: 550px;
}

.simple-news-list__date {
    margin-bottom: 10px;
    display: block;
}

.simple-news-list__link {
    color: #005e83;
    font-size: 22px;
    font-weight: bold;
    min-height: 60px;
}

.simple-news-list__link:hover {
    color: var(--bs-body-color);
}


.simple-news-list__item {
    border-bottom: 1px solid #ececed;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.simple-news-list__more-wrap {
    text-align: right;
    margin-top: 21px;
}

.simple-news-list__more {
    color: #005e83;
    font-weight: bold;
}

.simple-news-list__more:hover {
    color: var(--bs-body-color);
}

.simple-top-news h3.card-title a {
    height: auto !important;
}

.simple-top-news__image-wrap {
    width: 100%;
    max-width: 620px;
    min-height: 458px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.more-news-swiper .slider-link {
    background: transparent !important;
}

.more-news-swiper .card-body {
    height: 100%;
}

.more-news-swiper .next-card-title {
    height: auto !important;
    margin-bottom: 0;
}

.more-news-swiper .more-news-bodytext {
    margin-top: 10px;
}

.simple-top-news .card-title {
    font-size: 22px !important;
}

.simple-top-news .card-title a {
    font-size: inherit !important;
}

.simple-top-news .blue-more {
    padding-top: 6px !important;
}

@media screen and (max-width: 767px) {
    .simple-top-news__image-wrap img {
        max-width: 180px;
    }

    .simple-top-news__image-wrap {
        min-height: 320px;
    }
}

@media screen and (max-width: 992px) {
    .mobile-order-first {
        order: -1;
    }
}


.button-icon--modal {
    display: flex;
    flex-direction: column;
}

.button-icon--modal i {
    margin-bottom: 5px;
    font-size: 40px;
}

.blue-more:before,
.event-subscription:before,
.internal-link-subscription:before,
.internal-link-slider:before {
    content: none !important;
}

.news-placeholder {
    width: 100%;
    height: auto;
}

.pers-card picture img {
    filter: none;
}