.article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.article-card:nth-child(2) {
  border-top-left-radius: 80px;
  overflow: hidden
}
.article-card img {
  height: 336px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.article-card__info {
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 30px
}
.article-card__title {
  font-size: 22px;
  line-height: 32px;
  margin-top: 37px
}
@media screen and (max-width:680px) {
  .article-card img {
    height: 230px
  }
  .article-card__info {
    padding: 0
  }
  .article-card__title {
    margin-top: 22px
  }
}
.article-card__title a {
  color: #222
}
.article-card__timing {
  margin-top: 15px
}
@media screen and (max-width:680px) {
  .article-card__timing {
    margin-top: 12px
  }
}
.article-card__text {
  font-size: 18px;
  line-height: 24px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 27px
}
@media screen and (max-width:680px) {
  .article-card__text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 26px
  }
}
.article-card__text a {
  color: #222
}
.article-card__button {
  color: #222;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px
}
.article-card__button::before {
  content: "";
  width: 24px;
  height: 16px;
  background: url(../../../img/icons/arrow-right.svg) no-repeat;
  margin-right: 10px
}
.article-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 43px
}
@media screen and (max-width:680px) {
  .article-card__button {
    font-size: 16px;
    line-height: 26px
  }
  .article-card__button::before {
    width: 16px;
    height: 10px;
    background-size: 100% 100%
  }
  .article-cards {
    margin-top: 42px
  }
}
.article-cards__card {
  margin-top: 43px;
  margin-right: 35px
}
@media screen and (min-width:1080px) {
  .article-cards__card {
    width: calc(33.333% - 23.333px)
  }
  .article-cards__card:nth-child(3n+1) {
    margin-right: 0
  }
  .article-cards__card:nth-child(2),
  .article-cards__card:nth-child(3),
  .article-cards__card:nth-child(4) {
    margin-top: 0
  }
}
@media screen and (min-width:681px) and (max-width:1079px) {
  .article-cards__card {
    width: calc(50% - 17.5px)
  }
  .article-cards__card:nth-child(odd) {
    margin-right: 0
  }
  .article-cards__card:nth-child(2),
  .article-cards__card:nth-child(3) {
    margin-top: 0
  }
}
@media screen and (max-width:680px) {
  .article-cards__card {
    width: 100%;
    margin-top: 42px;
    margin-right: 0
  }
  .article-cards__card:nth-child(1) {
    margin-top: 0
  }
}
.show-more {
  border-top: 2px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 31px;
  padding-top: 38px;
  margin-bottom: 104px
}
@media screen and (max-width:680px) {
  .show-more {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 42px;
    margin-bottom: 34px
  }
}
.show-more__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  cursor: pointer
}
.show-more__button::after {
  content: "";
  width: 14px;
  height: 8px;
  background: url(../../../img/icons/arrow-down.svg) no-repeat;
  margin-left: 14px;
  margin-top: 2px
}
.featured-article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
@media screen and (max-width:680px) {
  .show-more__button {
    font-size: 16px;
    line-height: 26px
  }
  .featured-article-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.featured-article-card img {
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 80px
}
@media screen and (max-width:850px) {
  .article-card:nth-child(2) {
    border-top-left-radius: 0
  }
  .featured-article-card img {
    border-top-left-radius: 40px
  }
}
.featured-article-card__image {
  width: calc(66.667% - 11.667px);
  height: 420px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media screen and (min-width:681px) and (max-width:1079px) {
  .featured-article-card__image {
    width: calc(50% - 17.5px)
  }
}
@media screen and (max-width:680px) {
  .featured-article-card__image {
    width: 100%;
    height: 205px
  }
}
.featured-article-card__image * {
  width: 100%;
  height: 100%
}
.featured-article-card__info {
  padding-left: 65px;
  padding-top: 56px
}
.featured-article-card__title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 14px
}
@media screen and (max-width:680px) {
  .featured-article-card__info {
    padding: 0
  }
  .featured-article-card__title {
    font-size: 28px;
    line-height: 40px;
    margin-top: 19px
  }
}
.featured-article-card__title a {
  color: #222
}
.featured-article-card__timing {
  margin-bottom: 26px
}
.featured-article-card__text {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 44px
}
@media screen and (max-width:680px) {
  .featured-article-card__text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px
  }
}
.featured-article-card__text p {
  line-height: inherit
}
.featured-article-card__text a {
  color: #222
}
.featured-article-card__button {
  border-radius: 3px 3px 20px
}
html.section-articles article .simplebar-scroll-content {
  display: none
}
html.section-articles article .article-hero-stage {
  margin-top: 0
}
html.section-articles article .article-hero-stage img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}
html.section-articles article .topic-content {
  position: static;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 175px;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset
}
@media print,
screen and (min-width:64em) {
  html.section-articles article .topic-content {
    padding-bottom: 201px
  }
}
@media screen and (max-width:400px) {
  html.section-articles article .topic-content {
    padding-top: 47px;
    padding-bottom: 122px
  }
}
@media screen and (min-width:400.1px) and (max-width:1023px) {
  html.section-articles article .topic-content {
    padding-top: calc(47px + (100vw - 400px)/ 623 * 68);
    padding-bottom: calc(122px + (100vw - 400px)/ 623 * 68)
  }
}
@media screen and (min-width:1023.1px) and (max-width:1420px) {
  html.section-articles article .topic-content {
    padding-top: calc(115px + (100vw - 1024px)/ 396 * 43);
    padding-bottom: calc(352px + (100vw - 1024px)/ 396 * -93)
  }
}
@media screen and (min-width:1420.1px) {
  html.section-articles article .topic-content {
    padding-top: 158px;
    padding-bottom: 259px
  }
}
html.section-articles .block-views-block-articles-block-1 [data-once=ajax-pager] {
  margin-bottom: 96px
}
html.section-articles .block-views-block-articles-block-1 [data-once=ajax-pager] .js-pager__items,
html.section-articles .block-views-block-articles-block-1 [data-once=ajax-pager] .js-pager__items li {
  margin-bottom: 0
}