.newsPage .top-page .breadcrumb {
    margin-bottom: 0px;
}
@media only screen and (max-width: 575px) {
    .newsPage .top-page .breadcrumb {
        margin-bottom: 40px;
    }
}
.newsPage-item {
    margin-top: 0px;
    margin-bottom: 0px;
}
@media only screen and (max-width: 575px) {
    .newsPage-item {
        margin-top: 20px;
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .newsPage-item {
        margin-top: 50px;
    }
}
.newsPage-item__info {
    margin-bottom: 40px;
}
.newsPage-item__info p {
    font-size: 18px;
    margin-bottom: 30px;
}
.newsPage-item__info p a {
    color: #004376;
}
.newsPage-item__info p a:hover {
    text-decoration: underline !important;
    color: #004376;
}
.newsPage-item__social {
    margin-top: 70px;
    padding: 0 0 0 15px;
}
.newsPage-item__social a {
    font-size: 32px;
    color: #000000;
    margin-right: 20px;
}
.newsPage-item__items {
    margin-top: 90px;
    padding-top: 50px;
    border-top: 1px solid #dfdedf;
}
@media only screen and (max-width: 575px) {
    .newsPage-item__items {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .newsPage-item__items {
        margin-top: 50px;
    }
}
.newsPage-list {
    margin-top: 80px;
    columns: 2;
    column-gap: 130px;
}
.newsPage-list--3 {
    margin-top: 50px;
    columns: 3;
    column-gap: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .newsPage-list--3 {
        columns: 2;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .newsPage-list--3 {
        columns: 1;
        column-gap: 0px;
    }
}
@media only screen and (max-width: 575px) {
    .newsPage-list--3 {
        columns: 1;
        column-gap: 0px;
    }
}
.newsPage-list--3 .newsPage-list__item {
    border-bottom: 0 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .newsPage-list--3 .newsPage-list__item {
        border-bottom: 1px solid #dfdedf !important;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .newsPage-list--3 .newsPage-list__item {
        border-bottom: 1px solid #dfdedf !important;
    }
}
@media only screen and (max-width: 575px) {
    .newsPage-list--3 .newsPage-list__item {
        border-bottom: 1px solid #dfdedf !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .newsPage-list {
        column-gap: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .newsPage-list {
        column-gap: 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .newsPage-list {
        columns: 1;
        column-gap: 0px;
    }
}
@media only screen and (max-width: 575px) {
    .newsPage-list {
        columns: 1;
        column-gap: 0px;
    }
}
.newsPage-list__item {
    padding-bottom: 25px;
    border-bottom: 1px solid #dfdedf;
    transition: opacity 0.33s ease;
    cursor: pointer;
    margin-bottom: 50px;
    break-inside: avoid;
    position: relative;
}
.newsPage-list__item:nth-last-child(1) {
    border-bottom: 0 !important;
}
.newsPage-list__item:hover {
    opacity: 0.8;
}
.newsPage-list__item-header {
    margin-bottom: 24px;
}
.newsPage-list__item--no-border {
    border-bottom: 0;
}
@media only screen and (max-width: 575px) {
    .newsPage-list__item--no-border {
        border-bottom: 1px solid #dfdedf;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .newsPage-list__item--no-border {
        border-bottom: 1px solid #dfdedf;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .newsPage-list__item--no-border {
        border-bottom: 1px solid #dfdedf;
    }
}
.newsPage-list__item-description {
    font-size: 18px;
}
@media only screen and (max-width: 575px) {
    .newsPage-list__item-description {
        font-size: 16px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .newsPage-list__item-description {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .newsPage-list__item-description {
        font-size: 16px;
    }
}
.newsPage-list__item-date {
    color: #838383;
    margin-bottom: 0;
    margin-top: 20px;
}
.newsPage-list__links {
    margin-top: 80px;
    margin-bottom: 50px;
}
.newsPage-list__link {
    color: #969ba3;
    font-size: 26px;
    font-weight: 500;
    display: block;
    margin-right: 20px;
    padding: 0 15px;
}
@media only screen and (max-width: 575px) {
    .newsPage-list__link {
        font-size: 18px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .newsPage-list__link {
        font-size: 18px;
    }
}
.newsPage-list__link:hover,
.newsPage-list__link--active {
    color: #000000;
}

/*# sourceMappingURL=news.css.map */
