.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
[data-tippy-root] {
  pointer-events: auto !important;
}
*:focus-visible {
  outline: 2px solid #193c61 !important;
}
footer *:focus-visible {
  outline: 2px solid #e42313 !important;
}
.news-list-categories:before {
  content: "|";
  margin-right: 0.2em;
}
.news-list-categories > span, .news-list-categories .title {
  margin-right: 0.2em;
}
.news-list-categories > span:after, .news-list-categories .title:after {
  content: ",";
}
.news-list-categories > span:last-child:after, .news-list-categories .title:last-child:after {
  content: none;
}
.media-category-badge {
  padding: 8px 15px;
  background-color: #193c61;
  color: #fff;
  font-size: 110%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  font-weight: 800;
}
.media-category-badge:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.media-hero-main .category-item-list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.media-hero-main .category-item-list a {
  margin-bottom: 20px;
}
.media-hero-main .media-category-badge {
  background: #e42313;
}
.media-hero-list .category-item-list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.media-hero-list .category-item-list .media-category-badge {
  font-size: 1rem;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
}
.media-hero-list .item-active .media-category-badge {
  background: #e42313;
}
.media-hero-slider .swiper-button-next, .media-hero-slider .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.3);
  width: 37px;
  height: 54px;
}
.media-hero-slider .swiper-button-next {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cpolygon fill='%23ffffff' points='76.547 45.602 140.946 110 76.547 174.398 87.154 185.006 162.159 110 87.154 34.995 76.547 45.602'/%3E%3C/svg%3E%0A");
}
.media-hero-slider .swiper-button-prev {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cpolygon fill='%23ffffff' points='134.547 34.995 59.543 110 134.547 185.006 145.154 174.398 80.756 110 145.154 45.602 134.547 34.995'/%3E%3C/svg%3E%0A");
}
.media-hero-slider a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.media-hero-slider .item-title {
  color: inherit;
}
.media-hero-slider .media-hero-nav-col:before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.media-hero-image-container .imagewrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.media-hero-main {
  position: relative;
}
.media-hero-main .focuspoint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-hero-main .focuspoint img {
  max-width: none;
}
.media-hero-main .media-image-text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  transform: translate(0, 100%);
  opacity: 0;
  transition: all 1s;
}
.media-hero-main .item-title {
  font-size: 18px;
  font-weight: 500;
}
.media-hero-main .swiper-slide-active .media-image-text-wrap {
  transform: translate(0, 0);
  opacity: 1;
}
.media-hero-list {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
}
.media-hero-list-item {
  background: #ededed;
  font-size: 14px;
  line-height: 18px;
}
.media-hero-list-item a {
  font-size: inherit;
  font-weight: inherit;
}
.media-hero-list-item.item-active {
  color: #000;
}
.media-hero-list-item .news-info {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media-hero-list-item .item-title {
  font-size: inherit;
  max-height: 36px;
  margin: auto 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: bold;
}
.media-hero-list-item .list-item-wrap {
  padding-top: 35px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: auto;
  margin-bottom: auto;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.media-hero-list-item a:hover {
  color: #000;
}
@media (max-width: 991.98px) {
  .media-hero-list {
    position: relative;
    margin-top: 5px;
  }
  .media-hero-slider .swiper-button-prev, .media-hero-slider .swiper-button-next {
    display: none;
  }
  .media-hero-list-item {
    height: 100px;
  }
}
@media (max-width: 767.98px) {
  .media-hero-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
  .media-hero-list-item {
    width: 66.6666% !important;
  }
  .media-hero-main .media-image-text-wrap {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .media-hero-list-item {
    width: 80% !important;
  }
}
.news--group-header {
  border-bottom: 3px solid #e42313;
}
.news--group-header .title {
  font-size: 1rem;
  color: #fff;
  background-color: #e42313;
  display: inline-block;
  font-weight: 800;
  padding: 5px 10px;
  text-decoration: none;
}
.news--list-item {
  font-size: 1rem;
  margin-bottom: 2em;
}
.news--list-item a {
  text-decoration: none;
}
.news--list-item .news-info {
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .news--list-item .news-info {
    margin-top: 0;
  }
}
.news--list-item .news-header {
  font-size: inherit;
  font-weight: bold;
  margin-top: 0.5em;
}
.news--list-item .media-col {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .news--list-item .media-col {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.news--liste-showmore {
  text-align: right;
}
.news--liste {
  padding: 1rem 0;
}
.news--list-related .swiper-container {
  margin-left: -15px;
  margin-right: -15px;
}
.news--list-related .swiper-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.news--list-related .news--list-item {
  margin-bottom: 0;
}
.news--list-related .news--list-item .media-col, .news--list-related .news--list-item .content-col {
  flex: 0 0 100%;
  max-width: 100%;
}
.news--list-related .news--list-item .news-info {
  margin-top: 0.5em;
}
.news--sidebar-header {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 2em;
  padding: 5px 0;
}
.news-single-sticky-sidebar {
  top: 50px;
}
.news--sidebar {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .news--sidebar .news--list-item {
    font-size: 14px;
  }
  .news--sidebar .news--list-item .media-col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.news--follow .network-link {
  text-decoration: none;
}
.news--follow .network-icon {
  flex-basis: 50px;
  max-width: 50px;
  margin-right: 1rem;
}
.news--follow .follow-item {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 2em;
  align-items: center;
}
.news--follow .follow-item-header {
  font-size: inherit;
  font-weight: 800;
}
.news--follow svg {
  fill: currentColor;
}
.news--follow .network-text > *:last-child {
  margin-bottom: 0 !important;
}
.news-single .news-sidebar-item {
  padding-left: 60px;
  margin-bottom: 2rem;
}
.news-single .news-sidebar-item .sidebar-header {
  margin-left: -60px;
}
.news-single .sidebar-header {
  padding-left: 60px;
  font-weight: 800;
  position: relative;
  line-height: 40px;
}
.news-single .sidebar-header .svg-icon {
  font-size: 40px;
  margin-bottom: -0.2em;
  position: absolute;
  top: 0;
  left: 0;
}
.news-single .news-related-links .link-description {
  text-decoration: none;
  display: block;
}
.news-single .news-related-links .link-item {
  position: relative;
}
.news-single .news-share .news-share-links .btn {
  font-size: 2.5rem;
  line-height: 1;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.news-single .news-share .news-share-links .btn .svg-icon {
  margin: 0;
}
.news--filter.filter-category {
  padding: 0.5rem 0;
}
.news--filter.filter-category .filter-list {
  margin-top: 1rem;
  flex-wrap: wrap;
  line-height: 28px;
}
.news--filter.filter-category .filter-reset {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
  white-space: nowrap;
}
.news--filter.filter-category .filter-reset .svg-icon {
  margin-top: -0.125em;
  vertical-align: middle;
}
.news--filter.filter-category .filter-reset a {
  text-decoration: none;
}
.news--filter.filter-category .filter-sorting {
  white-space: nowrap;
  line-height: 1.5rem;
}
.news--filter.filter-category .sorting-active {
  text-decoration: none;
  display: inline-block;
}
.news--filter.filter-category .news--sorting-options ul {
  margin: 0;
}
.news--filter.filter-category .news--sorting-options li {
  margin: 0.25em 0;
}
.news--filter.filter-category .btn {
  background-color: #ededed;
  margin-bottom: 1rem;
  font-weight: 800;
}
.news--filter.filter-category .btn.active {
  background-color: #000;
  color: #fff;
}
.news--filter.filter-category .category-list {
  width: 100%;
  flex: 0 0 100%;
}
.news--filter.filter-category .swiper-slide {
  width: auto;
}
.news--filter.filter-category .wrapper-news-category-swiper {
  position: relative;
  overflow: hidden;
}
.news--filter.filter-category .wrapper-news-category-swiper .swiper-button-prev {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 100%);
  z-index: 10;
}
.news--filter.filter-category .wrapper-news-category-swiper .swiper-button-next {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  z-index: 10;
}
.news--filter.filter-category .wrapper-news-category-swiper .swiper-container {
  overflow: visible;
}
.news--filter.filter-category .wrapper-news-category-swiper .swiper-wrapper {
  padding-top: 1rem;
}
.news--filter .tag-link.active {
  background-color: #000;
  color: #fff;
}
.news--filter .tag-link {
  padding: 0.3em 0.5em;
  margin: 0;
  margin-right: 0.2rem;
  border: 1px solid #ededed;
  background: #ededed;
  display: inline-block;
  margin-bottom: 0.3rem;
  font-style: normal;
  text-decoration: none;
}
@media (min-width: 992px) {
  .news-main--sidebar {
    flex: 0 0 350px;
    max-width: 350px;
  }
}
@media (min-width: 1200px) {
  .news-main--sidebar {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.news-detail-header {
  font-size: 1.5714285714rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .news-detail-header {
    font-size: 1.8571428571rem;
  }
}
.news-single .headermedia .img-fluid {
  width: 100%;
}
.news-single .prev-next-nav {
  margin-left: -5px;
  margin-right: -5px;
}
.news-single .prev-next-nav > .nav-col {
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.news-single .prev-next-nav .btn {
  align-items: center;
  justify-content: center;
  font-weight: bold;
  min-width: 100%;
  white-space: nowrap;
}
.news-single .prev-next-nav .btn .svg-icon {
  font-size: 1.5em;
}
.news-single .prev-next-nav .btn-backlink .svg-icon {
  transform: rotate(90deg);
}
.news-single-content .container {
  padding-left: 0;
  padding-right: 0;
}
.news-single .news-list-tags {
  display: block;
}
.news-single .tag-link {
  padding: 0.3em 0.5em;
  margin: 0;
  margin-right: 0.2rem;
  border: 1px solid #ededed;
  background: #ededed;
  display: inline-block;
  margin-bottom: 0.3rem;
  font-style: normal;
  text-decoration: none;
}
.news-single .header {
  margin-bottom: 24px;
}
.news-single .news-single-content h1, .news-single .news-single-content h2, .news-single .news-single-content h3, .news-single .news-single-content h4 {
  margin-top: 1em;
}
