.section-articles,
.acf-block-preview .section-articles {
  padding-top: 13rem; }
  @media (max-width: 1279.5px) {
    .section-articles,
    .acf-block-preview .section-articles {
      padding-top: 10rem; } }
  @media (max-width: 767.5px) {
    .section-articles,
    .acf-block-preview .section-articles {
      padding-top: 9rem; } }
  .section-articles__subtitle,
  .acf-block-preview .section-articles__subtitle {
    margin-top: 1.5rem; }
  .section-articles__content-wrap,
  .acf-block-preview .section-articles__content-wrap {
    position: relative;
    z-index: 1; }
  .section-articles__particles-bg,
  .acf-block-preview .section-articles__particles-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .section-articles__content,
  .acf-block-preview .section-articles__content {
    position: relative;
    border-left: 0.2rem solid;
    border-right: 0.2rem solid;
    transition: border-color 0.3s linear; }
    .theme-light .section-articles__content, .theme-light
    .acf-block-preview .section-articles__content {
      border-color: rgba(0, 0, 0, 0.05); }
    .theme-night .section-articles__content, .theme-night
    .acf-block-preview .section-articles__content {
      border-color: rgba(255, 255, 255, 0.05); }
    @media (max-width: 1279.5px) {
      .section-articles__content,
      .acf-block-preview .section-articles__content {
        border: none; } }
  .section-articles__filter-wrap,
  .acf-block-preview .section-articles__filter-wrap {
    padding: 3rem 3rem 0; }
    @media (max-width: 1279.5px) {
      .section-articles__filter-wrap,
      .acf-block-preview .section-articles__filter-wrap {
        padding-left: 0;
        padding-right: 0; } }
  .section-articles__slider-wrap,
  .acf-block-preview .section-articles__slider-wrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
    @media (max-width: 1279.5px) {
      .section-articles__slider-wrap,
      .acf-block-preview .section-articles__slider-wrap {
        margin-left: -1rem;
        margin-right: -1rem;
        padding-left: 0;
        padding-right: 0; } }
  .section-articles__slider,
  .acf-block-preview .section-articles__slider {
    padding: 5rem 0.5rem; }
    @media (max-width: 1279.5px) {
      .section-articles__slider,
      .acf-block-preview .section-articles__slider {
        padding: 3rem 1rem 5rem; } }
    @media (max-width: 767.5px) {
      .section-articles__slider,
      .acf-block-preview .section-articles__slider {
        padding-bottom: 4rem;
        overflow: visible; } }
  .section-articles__controls,
  .acf-block-preview .section-articles__controls {
    position: relative;
    padding-top: 1.2rem;
    padding-bottom: 1.8rem; }
    .section-articles__controls::before, .section-articles__controls::after,
    .acf-block-preview .section-articles__controls::before,
    .acf-block-preview .section-articles__controls::after {
      content: "";
      position: absolute;
      display: block;
      left: 50%;
      width: 100%;
      height: 0.2rem;
      transform: translateX(-50%);
      transition: background-color 0.3s linear; }
      .theme-light .section-articles__controls::before, .theme-light .section-articles__controls::after, .theme-light
      .acf-block-preview .section-articles__controls::before, .theme-light
      .acf-block-preview .section-articles__controls::after {
        background-color: rgba(0, 0, 0, 0.05); }
      .theme-night .section-articles__controls::before, .theme-night .section-articles__controls::after, .theme-night
      .acf-block-preview .section-articles__controls::before, .theme-night
      .acf-block-preview .section-articles__controls::after {
        background-color: rgba(255, 255, 255, 0.05); }
    .section-articles__controls::before,
    .acf-block-preview .section-articles__controls::before {
      top: 0; }
    .section-articles__controls::after,
    .acf-block-preview .section-articles__controls::after {
      bottom: 0; }
    @media (max-width: 1279.5px) {
      .section-articles__controls,
      .acf-block-preview .section-articles__controls {
        padding-top: 1.9rem;
        padding-bottom: 2rem; }
        .section-articles__controls::before,
        .acf-block-preview .section-articles__controls::before {
          width: calc(var(--vw, 1vw) * 100); }
        .section-articles__controls::after,
        .acf-block-preview .section-articles__controls::after {
          display: none; } }
    @media (max-width: 767.5px) {
      .section-articles__controls,
      .acf-block-preview .section-articles__controls {
        display: none; } }
  .section-articles-card,
  .acf-block-preview .section-articles-card {
    overflow: hidden;
    height: auto;
    border-radius: 0.8rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
    transition: background-color 0.3s linear; }
    .theme-light .section-articles-card, .theme-light
    .acf-block-preview .section-articles-card {
      background-color: #ffffff; }
    .theme-night .section-articles-card, .theme-night
    .acf-block-preview .section-articles-card {
      background-color: #03293a; }
    @media (max-width: 1279.5px) {
      .section-articles-card,
      .acf-block-preview .section-articles-card {
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25); } }
    .section-articles-card__wrap,
    .acf-block-preview .section-articles-card__wrap {
      position: relative;
      height: 100%; }
    .section-articles-card__image,
    .acf-block-preview .section-articles-card__image {
      position: relative;
      padding-top: 60%; }
      @media (min-width: 1280px) {
        .section-articles-card__image .button-modal-video,
        .acf-block-preview .section-articles-card__image .button-modal-video {
          width: 8rem;
          height: 8rem; }
          .section-articles-card__image .button-modal-video .icon-wrap,
          .acf-block-preview .section-articles-card__image .button-modal-video .icon-wrap {
            margin-left: 1rem;
            width: 3.6rem;
            height: 3.6rem; } }
      @media (max-width: 1279.5px) {
        .section-articles-card__image,
        .acf-block-preview .section-articles-card__image {
          padding-top: 54%; } }
      @media (max-width: 767.5px) {
        .section-articles-card__image,
        .acf-block-preview .section-articles-card__image {
          padding-top: 57%; } }
    .section-articles-card__body,
    .acf-block-preview .section-articles-card__body {
      padding: 3rem 2rem 13.4rem; }
      @media (max-width: 767.5px) {
        .section-articles-card__body,
        .acf-block-preview .section-articles-card__body {
          padding: 2rem 1.5rem 10.4rem; } }
    .section-articles-card__info,
    .acf-block-preview .section-articles-card__info {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      font-size: 1.4rem;
      line-height: 100%;
      letter-spacing: 0.1em;
      transition: color 0.3s linear;
      font-family: "Gotham";
      font-weight: 400; }
      .theme-light .section-articles-card__info, .theme-light
      .acf-block-preview .section-articles-card__info {
        color: rgba(3, 41, 58, 0.5); }
      .theme-night .section-articles-card__info, .theme-night
      .acf-block-preview .section-articles-card__info {
        color: rgba(255, 255, 255, 0.5); }
    .section-articles-card__date,
    .acf-block-preview .section-articles-card__date {
      line-height: 1.5; }
    .section-articles-card__line,
    .acf-block-preview .section-articles-card__line {
      margin-left: 0.5rem;
      margin-right: 0.5rem;
      line-height: 1.5; }
    .section-articles-card__author-link,
    .acf-block-preview .section-articles-card__author-link {
      text-decoration: none;
      line-height: 1.5; }
      .theme-light .section-articles-card__author-link, .theme-light
      .acf-block-preview .section-articles-card__author-link {
        color: #03293a; }
      .theme-night .section-articles-card__author-link, .theme-night
      .acf-block-preview .section-articles-card__author-link {
        color: #ffffff; }
      @media (false), (hover: hover) and (pointer: fine) {
        .section-articles-card__author-link:hover, .section-articles-card__author-link:focus,
        .acf-block-preview .section-articles-card__author-link:hover,
        .acf-block-preview .section-articles-card__author-link:focus {
          color: #ff1e00; } }
    .section-articles-card .section-subtitle,
    .acf-block-preview .section-articles-card .section-subtitle {
      text-align: left;
      margin-top: 1.5rem; }
      .section-articles-card .section-subtitle::before,
      .acf-block-preview .section-articles-card .section-subtitle::before {
        left: 0;
        transform: translateX(0); }
    .section-articles-card__title,
    .acf-block-preview .section-articles-card__title {
      font-size: 2.2rem;
      line-height: 120%;
      text-align: left;
      font-family: "Source Serif Pro";
      font-weight: 600;
      text-decoration: none; }
      .theme-light .section-articles-card__title, .theme-light
      .acf-block-preview .section-articles-card__title {
        color: #03293a; }
      .theme-night .section-articles-card__title, .theme-night
      .acf-block-preview .section-articles-card__title {
        color: #ffffff; }
      .section-articles-card__title::before,
      .acf-block-preview .section-articles-card__title::before {
        left: 0;
        transform: none; }
      @media (false), (hover: hover) and (pointer: fine) {
        .section-articles-card__title:hover, .section-articles-card__title:focus,
        .acf-block-preview .section-articles-card__title:hover,
        .acf-block-preview .section-articles-card__title:focus {
          color: #ff1e00; } }
      @media (max-width: 1279.5px) {
        .section-articles-card__title,
        .acf-block-preview .section-articles-card__title {
          font-size: 2rem; } }
    .section-articles-card__link,
    .acf-block-preview .section-articles-card__link {
      position: absolute;
      left: 2rem;
      bottom: 3rem; }
      @media (max-width: 767.5px) {
        .section-articles-card__link,
        .acf-block-preview .section-articles-card__link {
          left: 1.5rem;
          bottom: 2rem; } }
  .section-articles--style-v2, .section-articles--style-v3,
  .acf-block-preview .section-articles--style-v2,
  .acf-block-preview .section-articles--style-v3 {
    padding-top: 0; }
    .section-articles--style-v2 .section-articles__title, .section-articles--style-v3 .section-articles__title,
    .acf-block-preview .section-articles--style-v2 .section-articles__title,
    .acf-block-preview .section-articles--style-v3 .section-articles__title {
      padding-top: 15rem; }
      @media (max-width: 1279.5px) {
        .section-articles--style-v2 .section-articles__title, .section-articles--style-v3 .section-articles__title,
        .acf-block-preview .section-articles--style-v2 .section-articles__title,
        .acf-block-preview .section-articles--style-v3 .section-articles__title {
          padding-top: 6rem; } }
      @media (max-width: 767.5px) {
        .section-articles--style-v2 .section-articles__title, .section-articles--style-v3 .section-articles__title,
        .acf-block-preview .section-articles--style-v2 .section-articles__title,
        .acf-block-preview .section-articles--style-v3 .section-articles__title {
          padding-top: 4rem; } }
    .section-articles--style-v2 .section-articles__controls, .section-articles--style-v3 .section-articles__controls,
    .acf-block-preview .section-articles--style-v2 .section-articles__controls,
    .acf-block-preview .section-articles--style-v3 .section-articles__controls {
      padding-bottom: 2.5rem; }
