@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/ProximaNova/ProximaNova-Black.otf");
    font-display: fallback;
    font-weight: 600;
}

@font-face {
    font-family: "ProximaNova";
  src: url("../fonts/ProximaNova/ProximaNova-Bold.otf");
  font-display: fallback;
  font-weight: 500;
}

@font-face {
    font-family: "ProximaNova";
  src: url("../fonts/ProximaNova/ProximaNova-Regular.otf");
  font-display: fallback;
  font-weight: 400;
}

@font-face {
    font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Bold.ttf");
  font-display: fallback;
  font-weight: 500;
}

@font-face {
    font-family: "Poppins";
  src: url("../fonts/Poppins/Poppins-Medium.ttf");
  font-display: fallback;
  font-weight: 400;
}

@font-face {
    font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Regular.ttf");
  font-display: fallback;
  font-weight: normal;
}

.vh {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.vh.focusable:active,
.vh.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.featured-articles {
    margin-bottom: 61px;
    background-color: #212121;
    color: #ffffff;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.featured-articles__inside {
    max-width: 1121px;
    margin: 0 auto;
    padding: 34px 20px 50px;
}

.featured-articles .swiper-slide:nth-child(odd) header {
    display: none;
}

.featured-articles .swiper-slide:nth-child(odd) .card {
    height: auto;
}

.featured-articles .swiper-slide:nth-child(odd) h2 {
    font-size: 18px;
    line-height: 27px;
}

.featured-articles .card header {
    overflow: hidden;
    height: 100%;
}

/*# sourceMappingURL=block-featured.css.map */
