<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ArticleListComponent {
  min-height: 50px;
}
.ArticleListComponent .single-tile:last-child .article-item {
  margin-bottom: 26px;
}
.ArticleListComponent .loadmore-wrapper {
  margin-bottom: 26px;
}
@media (min-width: 1152px) {
  .ArticleListComponent .loadmore-wrapper {
    margin-bottom: 60px;
  }
}
.ArticleListComponent .link--no-decorators,
.ArticleListComponent .link--no-decorators:hover {
  color: #333333;
  text-decoration: none;
}
.ArticleListComponent .article-item {
  margin-bottom: 50px;
  background: #ffffff;
  overflow: hidden;
  font-size: 1rem;
}
.ArticleListComponent .article-item__image {
  display: flex;
  align-items: flex-end;
  min-height: 204px;
  overflow: hidden;
  position: relative;
}
.ArticleListComponent .article-item__image img {
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.ArticleListComponent .article-item__content {
  padding: 24px 12px;
  box-sizing: border-box;
}
.ArticleListComponent .article-item__content * {
  margin-bottom: 0;
}
.ArticleListComponent .article-item__content * + * {
  margin-top: 1em;
}
.ArticleListComponent .article-item__content li + li {
  margin-top: 0.5em;
}
.ArticleListComponent .article-item .chip {
  display: inline-block;
  font-size: 0.875rem;
  color: #ffffff;
  background: #8e0038;
  height: 24px;
  line-height: 1.71428571;
  padding: 0 12px;
  border-radius: 16px;
  max-height: 24px;
  max-width: 272px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .ArticleListComponent .article-item {
    display: flex;
    min-height: 204px;
    margin-bottom: 36px;
  }
  .ArticleListComponent .article-item__image {
    box-sizing: border-box;
    min-height: 204px;
    border-right: 12px solid transparent;
    flex-basis: 419px;
    background-clip: content-box;
  }
  .ArticleListComponent .article-item__content {
    box-sizing: border-box;
    border-left: 12px solid transparent;
    background-clip: content-box;
    flex-basis: 50%;
    flex-grow: 1;
    padding: 32px 12px 32px 0;
  }
  .ArticleListComponent .article-item__content * + * {
    margin-top: 1.5em;
  }
}
@media (min-width: 1440px) {
  .ArticleListComponent .article-item__image {
    border-right: 24px solid transparent;
  }
  .ArticleListComponent .article-item__content {
    border-left: 24px solid transparent;
  }
  .ArticleListComponent .article-item__content b {
    font-size: 1.125rem;
  }
}
.loading-wrapper {
  width: 100%;
  min-height: 150px;
  position: relative;
  display: block;
  margin-bottom: 26px;
}
.loadmore-wrapper {
  text-align: center;
}
.loadmore-wrapper .loadmore-button {
  min-width: 180px;
  min-height: 36px;
}
@media (min-width: 1440px) {
  .loadmore-wrapper .loadmore-button {
    min-width: 150px;
    min-height: 48px;
  }
}
.ArticleListComponent .masonrygrid .gutter-sizer {
  width: 2%;
}
.ArticleListComponent .masonrygrid .grid-sizer,
.ArticleListComponent .masonrygrid .single-tile {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ArticleListComponent .masonrygrid .grid-sizer,
  .ArticleListComponent .masonrygrid .single-tile {
    width: 49%;
  }
}
@media screen and (min-width: 1152px) {
  .ArticleListComponent .masonrygrid .grid-sizer,
  .ArticleListComponent .masonrygrid .single-tile {
    width: 32%;
  }
}
@media screen and (min-width: 1152px) {
  .ArticleListComponent .masonrygrid .single-tile:first-of-type {
    width: 66%;
    /* stylelint-disable selector-max-specificity */
    /* stylelint-enable selector-max-specificity */
  }
  .ArticleListComponent .masonrygrid .single-tile:first-of-type .article-item__image {
    min-height: 450px;
  }
}
.ArticleListComponent .masonrygrid .article-item {
  display: block;
  width: 100%;
}
.ArticleListComponent .masonrygrid .article-item__image {
  border-right: none;
}
@media screen and (min-width: 1152px) {
  .ArticleListComponent .masonrygrid .article-item__image {
    border-right: none;
  }
}
.ArticleListComponent .masonrygrid .article-item__content {
  position: relative;
}
.ArticleListComponent .masonrygrid .chip {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

</pre></body></html>