.pagination {
    padding: 40px 0 0 0;
    width: 100%;
}
.pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 8px;
}
.pagination ul li {
    margin: 0;
}
.pagination ul li a, .pagination ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: #111832;
    transition: all 0.3s ease;
}
.pagination ul li a {
    background: #ffffff;
    border: 1px solid #e8eef0;
}
.pagination ul li a:hover {
    background: #e8eef0;
    border-color: transparent;
    color: #ffffff;
}
.pagination ul li a:hover svg path {
    stroke: #ffffff;
}
.pagination ul li .current {
    background: #e8eef0;
    border: 1px solid transparent;
}
.pagination ul li.ellipsis span {
    border: none;
    background: transparent;
    cursor: default;
}
@media (max-width: 991.98px) {
    .pagination {
        padding: 32px 0 0;
    }
    .pagination ul {
        gap: 6px;
    }
}
@media (max-width: 767.98px) {
    .pagination {
        padding: 24px 0 0;
    }
    .pagination ul {
        gap: 4px;
    }
}

.breadcrumb {
    width: 100%;
    margin-bottom: 20px;
}
.breadcrumb__list {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 20px;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.breadcrumb__list li:last-child {
    width: fit-content;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}
@media (max-width: 767.98px) {
    .breadcrumb__list {
        flex-wrap: nowrap;
    }
    .breadcrumb__list li:last-child {
        width: fit-content;
        max-width: 535px;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
    }
}
.breadcrumb__item {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    color: #45464a;
    text-decoration: none;
    white-space: nowrap;
}
.breadcrumb__item--home {
    color: #45464a;
}
.breadcrumb__item--home:hover {
    color: #00529c;
}
.breadcrumb__item--current {
    color: #45464a;
    cursor: default;
}
.breadcrumb__item:not(.breadcrumb__item--current):not(.breadcrumb__item--home):hover {
    color: #00529c;
}
.breadcrumb a.breadcrumb__item {
    transition: color 0.2s ease;
}
.breadcrumb a.breadcrumb__item:hover {
    text-decoration: none;
}
.breadcrumb__separator {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #45464a;
}
.breadcrumb__icon {
    width: 16px;
    height: 16px;
    color: #45464a;
    flex-shrink: 0;
}

.news-feature {
    padding: 40px 0;
    padding-top: 20px;
}
.news-feature .container {
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 991.98px) {
    .news-feature .container {
        max-width: unset;
    }
}
.news-feature__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
    margin: 40px 0;
}
.news-feature__slider-container {
    width: 100%;
    position: relative;
}
.news-feature__slider-container .slider-wrapper {
    width: 100%;
}
.news-feature__slider-container .slider {
    width: 100%;
}
.news-feature__slider-container .slider .slider-item {
    width: 100%;
    padding: 0;
}
.news-feature__slide {
    padding: 8px;
    border-radius: 16px;
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 40px;
    width: 100%;
}
@media (max-width: 991.98px) {
    .news-feature__slide {
        flex-direction: column;
        gap: 24px;
    }
}
.news-feature__image-container {
    position: relative;
    width: 65.63%;
    height: 473px;
    flex-shrink: 0;
}
@media (max-width: 1199.98px) {
    .news-feature__image-container {
        width: 100%;
        max-width: 600px;
        height: 400px;
    }
}
@media (max-width: 991.98px) {
    .news-feature__image-container {
        height: 320px;
        max-width: unset;
    }
}
@media (max-width: 767.98px) {
    .news-feature__image-container {
        height: 250px;
    }
}
.news-feature__image-holder {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}
.news-feature__image-holder img {
    max-width: none;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}
.news-feature__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 20px;
    gap: 53px;
}
@media (max-width: 1199.98px) {
    .news-feature__info {
        padding: 0;
        gap: 24px;
    }
}
.news-feature__content-wrapper {
    display: flex;
    flex-direction: column;
}
@media (max-width: 1199.98px) {
    .news-feature__content-wrapper {
        gap: 24px;
    }
}
@media (max-width: 991.98px) {
    .news-feature__content-wrapper {
        gap: 12px;
    }
}
.news-feature__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.news-feature__category {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(270deg, rgb(72, 88, 239) 0%, rgb(27, 181, 236) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.news-feature__category span {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    color: #ffffff;
}
.news-feature__separator {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #45464a;
}
.news-feature__date {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    color: #6d6d6d;
}
.news-feature__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    color: #111832;
    margin-bottom: 16px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 1199.98px) {
    .news-feature__title {
        font-size: 28px;
    }
}
@media (max-width: 991.98px) {
    .news-feature__title {
        font-size: 24px;
    }
}
@media (max-width: 767.98px) {
    .news-feature__title {
        font-size: 20px;
    }
}
.news-feature__description {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #45464a;
    margin: 0;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
    .news-feature__description {
        display: none;
    }
}
.news-feature__button {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.news-feature__button:hover .news-feature__button-icon {
    background: linear-gradient(270deg, rgb(72, 88, 239) 0%, rgb(27, 181, 236) 100%);
}
.news-feature__button:hover .news-feature__button-icon svg {
    color: #ffffff;
}
@media (max-width: 991.98px) {
    .news-feature__button {
        display: none;
    }
}
.news-feature__button-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.366;
    color: #111832;
}
.news-feature__button-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #e8eef0;
    border: 1px solid #e8eef0;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.news-feature__button-icon svg {
    width: 20px;
    height: 20px;
    color: #111832;
    transition: color 0.3s ease;
}
.news-feature__dots {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}
@media (max-width: 767.98px) {
    .news-feature__dots {
        margin-top: 16px;
    }
}
.news-feature__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e8eef0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.news-feature__dot--active {
    width: 36px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(270deg, rgb(72, 88, 239) 0%, rgb(27, 181, 236) 100%);
}
.news-feature__dot:hover {
    background: linear-gradient(270deg, rgb(72, 88, 239) 0%, rgb(27, 181, 236) 100%);
}

.news-list {
    padding: 40px 0 72px;
}
@media (max-width: 767.98px) {
    .news-list {
        padding: 40px 0 36px;
    }
}
@media (max-width: 991.98px) {
    .news-list .container {
        max-width: unset;
    }
}
.news-list__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
    width: 528px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 991.98px) {
    .news-list__header {
        margin-bottom: 40px;
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    .news-list__header {
        margin-bottom: 32px;
    }
}
.news-list__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 1.2;
    color: #111832;
    text-align: center;
    margin: 0;
}
@media (max-width: 991.98px) {
    .news-list__title {
        font-size: 36px;
    }
}
@media (max-width: 767.98px) {
    .news-list__title {
        font-size: 32px;
    }
}
.news-list__filters {
    display: flex;
    align-items: center;
    align-self: stretch;
    gap: 12px;
    flex-wrap: nowrap;
    justify-content: center;
}
@media (max-width: 767.98px) {
    .news-list__filters {
        gap: 8px;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow: auto;
    }
    .news-list__filters::-webkit-scrollbar {
        width: 0 !important;
        display: none;
    }
}
.news-list__filter {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    border: 1px solid white;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #111832;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #ffffff;
    white-space: nowrap;
    position: relative;
}
.news-list__filter::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 8px;
    background: linear-gradient(270deg, #4858EF 0%, #1BB5EC 100%);
    padding: 1px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.news-list__filter:hover:not(.news-list__filter--active) {
    background: linear-gradient(270deg, #4858EF 0%, #1BB5EC 100%);
    color: #ffffff;
}
.news-list__filter:hover:not(.news-list__filter--active)::before {
    display: none;
}
.news-list__filter--active {
    background: linear-gradient(270deg, #4858EF 0%, #1BB5EC 100%);
    color: #ffffff;
    font-weight: 700;
}
.news-list__filter--active::before {
    display: none;
}
@media (max-width: 767.98px) {
    .news-list__filter {
        padding: 12px;
        font-size: 12px;
    }
}
.news-list__content {
    width: 100%;
}
.news-list__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-self: stretch;
    gap: 40px;
    width: 100%;
}
@media (max-width: 1199.98px) {
    .news-list__grid {
        gap: 32px;
    }
}
@media (max-width: 991.98px) {
    .news-list__grid {
        gap: 24px;
        justify-content: center;
    }
}
.news-list__card {
    display: flex;
    flex-direction: column;
    width: calc((100% - 80px) / 3);
    max-width: 100%;
    cursor: pointer;
    transition: transform 0.3s ease;
    background: #ffffff;
    padding: 8px;
    border-radius: 16px;
}
.news-list__card:hover {
    transform: translateY(-4px);
}
.news-list__card:hover .news-list__action-icon {
    background: linear-gradient(270deg, #4858EF 0%, #1BB5EC 100%);
}
.news-list__card:hover .news-list__action-icon svg {
    color: #ffffff;
}
@media (max-width: 1199.98px) {
    .news-list__card {
        width: calc(50% - 16px);
    }
}
@media (max-width: 991.98px) {
    .news-list__card {
        width: 100%;
        max-width: 400px;
    }
}
.news-list__image-wrapper {
    width: 100%;
    height: 243.55px;
    overflow: hidden;
    border-radius: 12px;
}
.news-list__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 991.98px) {
    .news-list__image-wrapper {
        height: 200px;
    }
}
.news-list__card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    padding: 24px 0;
    min-height: 295px;
}
@media (max-width: 991.98px) {
    .news-list__card-content {
        min-height: 260px;
        padding: 20px 0;
    }
}
@media (max-width: 767.98px) {
    .news-list__card-content {
        padding: 16px 0 0 0;
        min-height: unset;
        gap: 12px;
    }
}
.news-list__card-header {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    gap: 8px;
}
.news-list__card-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #111832;
    margin: 0;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 991.98px) {
    .news-list__card-title {
        font-size: 20px;
    }
}
@media (max-width: 767.98px) {
    .news-list__card-title {
        font-size: 18px;
    }
}
.news-list__meta {
    display: flex;
    align-self: stretch;
    gap: 4px;
}
.news-list__category {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.4;
    color: #111832;
    background: linear-gradient(270deg, #4858EF 0%, #1BB5EC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.news-list__separator {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.4;
    color: #6D6D6D;
}
.news-list__date {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.4;
    color: #6D6D6D;
}
.news-list__description {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: #45464A;
    margin: 0;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
    .news-list__description {
        display: none;
    }
}
.news-list__action {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 6px 0;
}
@media (max-width: 767.98px) {
    .news-list__action {
        display: none;
    }
}
.news-list__action-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.265;
    color: #111832;
}
.news-list__action-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    padding: 6.22px;
    background: #e8eef0;
    border-radius: 6.22px;
    transition: all 0.3s ease;
}
.news-list__action-icon svg {
    width: 15.56px;
    height: 15.56px;
    color: #111832;
    transition: color 0.3s ease;
}

.pagination {
    padding-bottom: 60px;
}
/*# sourceMappingURL=news.css.map */
