@charset "UTF-8";
@font-face {
  font-family: "Atlas Grotesk";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/AtlasGrotesk-Regular-190618-Web.woff2") format("woff2");
}
@font-face {
  font-family: "Atlas Grotesk";
  font-weight: 500;
  font-style: normal;
  src: url("/static/fonts/AtlasGrotesk-Medium-190618-Web.woff2") format("woff2");
}
@font-face {
  font-family: "Atlas Grotesk";
  font-weight: 700;
  font-style: normal;
  src: url("/static/fonts/AtlasGrotesk-Bold-190618-Web.woff2") format("woff2");
}
@font-face {
  font-family: "HAL Timezone";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/HALTimezone-Regular.woff") format("woff");
}
@font-face {
  font-family: "HAL Timezone";
  font-weight: 400;
  font-style: italic;
  src: url("/static/fonts/HALTimezone-Italic.woff") format("woff");
}
@font-face {
  font-family: "HAL Timezone";
  font-weight: 700;
  font-style: normal;
  src: url("/static/fonts/HALTimezoneUnlicensed-Regular.woff") format("woff");
}
@font-face {
  font-family: "HAL Timezone Mono";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/HALTimezoneUnlicensed-MonoRegular.otf") format("opentype");
}
.font-hal {
  font-family: "HAL Timezone";
}

.font-atlas {
  font-family: "Atlas Grotesk";
}

.font-mono {
  font-family: "HAL Timezone Mono", monospace;
}

html {
  font-size: 16px;
  font-family: "Atlas Grotesk";
}

body {
  font-family: "Atlas Grotesk";
  margin: 0;
  padding: 0;
}

.button {
  display: inline-block;
  border: 1px solid black;
  border-radius: 1rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  text-decoration: none;
  color: black;
  background: white;
  letter-spacing: 0.0175em;
  cursor: pointer;
}
.button:hover {
  color: inherit;
}
.button.active {
  color: white;
  background: black;
}

.button-group {
  line-height: 2.125rem;
}
.button-group .button {
  border-left: none;
  border-radius: 0;
  display: inline-block;
  padding: 0 1rem;
  float: left;
}
.button-group .button:first-child {
  border-left: 1px solid black;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.button-group .button:last-child {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.button-group.inverted .button {
  border: 1px solid white;
  color: white;
  background: #242424;
  cursor: pointer;
}
.button-group.inverted .button.active {
  color: #242424;
  background: white;
}

@font-face {
  font-family: "Atlas Grotesk";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/AtlasGrotesk-Regular-190618-Web.woff2") format("woff2");
}
@font-face {
  font-family: "Atlas Grotesk";
  font-weight: 500;
  font-style: normal;
  src: url("/static/fonts/AtlasGrotesk-Medium-190618-Web.woff2") format("woff2");
}
@font-face {
  font-family: "Atlas Grotesk";
  font-weight: 700;
  font-style: normal;
  src: url("/static/fonts/AtlasGrotesk-Bold-190618-Web.woff2") format("woff2");
}
@font-face {
  font-family: "HAL Timezone";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/HALTimezone-Regular.woff") format("woff");
}
@font-face {
  font-family: "HAL Timezone";
  font-weight: 400;
  font-style: italic;
  src: url("/static/fonts/HALTimezone-Italic.woff") format("woff");
}
@font-face {
  font-family: "HAL Timezone";
  font-weight: 700;
  font-style: normal;
  src: url("/static/fonts/HALTimezoneUnlicensed-Regular.woff") format("woff");
}
@font-face {
  font-family: "HAL Timezone Mono";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/HALTimezoneUnlicensed-MonoRegular.otf") format("opentype");
}
.font-hal {
  font-family: "HAL Timezone";
}

.font-atlas {
  font-family: "Atlas Grotesk";
}

.font-mono {
  font-family: "HAL Timezone Mono", monospace;
}

html {
  font-size: 16px;
  font-family: "Atlas Grotesk";
}

body {
  font-family: "Atlas Grotesk";
  margin: 0;
  padding: 0;
}

.button {
  display: inline-block;
  border: 1px solid black;
  border-radius: 1rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  text-decoration: none;
  color: black;
  background: white;
  letter-spacing: 0.0175em;
  cursor: pointer;
}
.button:hover {
  color: inherit;
}
.button.active {
  color: white;
  background: black;
}

.button-group {
  line-height: 2.125rem;
}
.button-group .button {
  border-left: none;
  border-radius: 0;
  display: inline-block;
  padding: 0 1rem;
  float: left;
}
.button-group .button:first-child {
  border-left: 1px solid black;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.button-group .button:last-child {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.button-group.inverted .button {
  border: 1px solid white;
  color: white;
  background: #242424;
  cursor: pointer;
}
.button-group.inverted .button.active {
  color: #242424;
  background: white;
}

#storiesView {
  background: #D9E1DA;
  font-family: "HAL Timezone";
  z-index: 20;
}
#storiesView > .material-symbols-outlined {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 3rem;
  line-height: 2rem;
  cursor: pointer;
  z-index: 20;
  color: white;
  font-weight: 200;
}
#storiesView .editorial-cover {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  background: #670024;
  background-image: url("/static/img/noise-texture_bordo.svg");
  background-repeat: repeat;
  color: #fff;
  display: flex;
  align-items: end;
}
#storiesView .editorial-cover img {
  width: 100%;
  height: calc(100vh - 8rem);
  margin-top: 8rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#storiesView .editorial-list {
  padding-top: 8rem;
  height: 100vh;
  color: #670024;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
}
#storiesView .editorial-list::-webkit-scrollbar {
  display: none;
}
#storiesView .editorial-list .editorial-row {
  margin-bottom: 6rem;
  margin-left: 2rem;
}
#storiesView .editorial-list .editorial-row .editorial-number {
  font-family: "Atlas Grotesk";
  font-weight: 900;
  font-size: 1.40625rem;
  line-height: 1.625rem;
  vertical-align: bottom;
  text-transform: uppercase;
  position: relative;
  top: 2.5rem;
}
#storiesView .editorial-list .editorial-row .editorial-title {
  color: #670024;
  text-decoration: none;
  font-size: 4.25rem;
  line-height: 5rem;
}

.view {
  background: white;
  position: absolute;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3;
  transition: top 0.3s ease-in-out, left 0.3s ease-in-out;
}
.view#articleView {
  z-index: 20;
}
.view#articleView > .row {
  margin-left: 0;
  margin-right: 0;
}
.view.fold-right {
  left: 100vw;
  top: 0;
}
.view.fold-down {
  top: 100vh;
  left: 0;
}
.view.fold-static {
  top: 0;
  left: 0;
}
.view.active {
  left: 0 !important;
  top: 0 !important;
  z-index: 10;
}
.view.selected {
  z-index: 4;
}

@font-face {
  font-family: "Atlas Grotesk";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/AtlasGrotesk-Regular-190618-Web.woff2") format("woff2");
}
@font-face {
  font-family: "Atlas Grotesk";
  font-weight: 500;
  font-style: normal;
  src: url("/static/fonts/AtlasGrotesk-Medium-190618-Web.woff2") format("woff2");
}
@font-face {
  font-family: "Atlas Grotesk";
  font-weight: 700;
  font-style: normal;
  src: url("/static/fonts/AtlasGrotesk-Bold-190618-Web.woff2") format("woff2");
}
@font-face {
  font-family: "HAL Timezone";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/HALTimezone-Regular.woff") format("woff");
}
@font-face {
  font-family: "HAL Timezone";
  font-weight: 400;
  font-style: italic;
  src: url("/static/fonts/HALTimezone-Italic.woff") format("woff");
}
@font-face {
  font-family: "HAL Timezone";
  font-weight: 700;
  font-style: normal;
  src: url("/static/fonts/HALTimezoneUnlicensed-Regular.woff") format("woff");
}
@font-face {
  font-family: "HAL Timezone Mono";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/HALTimezoneUnlicensed-MonoRegular.otf") format("opentype");
}
.font-hal {
  font-family: "HAL Timezone";
}

.font-atlas {
  font-family: "Atlas Grotesk";
}

.font-mono {
  font-family: "HAL Timezone Mono", monospace;
}

html {
  font-size: 16px;
  font-family: "Atlas Grotesk";
}

body {
  font-family: "Atlas Grotesk";
  margin: 0;
  padding: 0;
}

.button {
  display: inline-block;
  border: 1px solid black;
  border-radius: 1rem;
  line-height: 2rem;
  padding: 0 1.5rem;
  text-decoration: none;
  color: black;
  background: white;
  letter-spacing: 0.0175em;
  cursor: pointer;
}
.button:hover {
  color: inherit;
}
.button.active {
  color: white;
  background: black;
}

.button-group {
  line-height: 2.125rem;
}
.button-group .button {
  border-left: none;
  border-radius: 0;
  display: inline-block;
  padding: 0 1rem;
  float: left;
}
.button-group .button:first-child {
  border-left: 1px solid black;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.button-group .button:last-child {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.button-group.inverted .button {
  border: 1px solid white;
  color: white;
  background: #242424;
  cursor: pointer;
}
.button-group.inverted .button.active {
  color: #242424;
  background: white;
}

header {
  position: fixed;
  z-index: 11;
  top: 0;
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
}
header .views {
  float: right;
}
header .views .button-group {
  display: inline;
  font-family: "Atlas Grotesk";
}
header .views #storiesBtn {
  margin-left: 1rem;
  background: #FF4141;
  color: white;
  border: 1px solid #FF4141;
  font-family: "HAL Timezone";
}
@media (max-width: 768px) {
  header .views {
    margin-top: 2rem;
  }
}

#logo-fixed {
  position: fixed;
  top: 2rem;
  left: 2rem;
  z-index: 100;
}
#logo-fixed #logo {
  font-family: "HAL Timezone";
  font-weight: 400;
  font-size: 23.5px;
  line-height: 26px;
  letter-spacing: 0.005;
  color: #FF4141;
  text-decoration: none;
  transition: color 0.3s ease-out;
}
#logo-fixed #logo.text-dark-red {
  color: #670024;
}
#logo-fixed #languageSelector {
  margin-left: 8px;
  display: inline-block;
}
#logo-fixed #languageSelector.button-group .button {
  line-height: 1rem;
  font-size: 9px;
  font-weight: 500;
  padding: 0 5px;
}

@media (max-width: 768px) {
  header {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 3.75rem;
  }
  header .views {
    width: 100%;
    margin-top: 0;
  }
  header .views .button-group {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  header .views .button-group a {
    text-align: center;
  }
  header .views #storiesBtn {
    margin-left: 0rem;
    position: fixed;
    top: 1rem;
    right: 1rem;
    padding-left: 0;
    padding-right: 0;
  }
  header .views #storiesBtn img {
    height: 2rem;
    padding: 0.5rem;
  }
  #logo-fixed {
    top: 1.2rem;
    left: 1rem;
  }
}
.editorial {
  overflow-x: hidden;
}
.editorial .title-container {
  font-family: "HAL Timezone Mono", monospace;
  background: #670024;
  background-image: url("/static/img/noise-texture_bordo.svg");
  background-repeat: repeat;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.editorial .title-container .editorial-title {
  margin: auto;
  padding: 6rem 6rem;
  padding-top: 10rem;
  padding-bottom: 3rem;
  font-size: 4.25rem;
  line-height: 4.5rem;
  text-align: center;
  color: white;
}
.editorial .cover-image {
  position: relative;
  background: #670024;
  background-image: url("/static/img/noise-texture_bordo.svg");
  background-repeat: repeat;
  margin-bottom: 4rem;
  text-align: center;
  width: 100%;
  overflow: hidden;
  max-height: 80vh;
}
.editorial .cover-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 100%;
  margin: auto;
}
.editorial .paragraph .row {
  position: relative;
}
.editorial .paragraph {
  margin-bottom: 4rem;
}
.editorial .paragraph:has(+ .image) {
  margin-bottom: 3rem;
}
.editorial .paragraph:has(+ .quote) {
  margin-bottom: 3rem;
}
.editorial .quote {
  margin-bottom: 3rem;
}
.editorial .paragraph:has(+ .heading1) {
  margin-bottom: 4rem;
}
.editorial .heading1 {
  margin-bottom: 2rem;
}
.editorial .image {
  margin-bottom: 3rem;
}
.editorial .editorial-element.heading1 h2 {
  font-family: "Atlas Grotesk";
  font-weight: 900;
  font-size: 1.40625rem;
  line-height: 1.625rem;
  letter-spacing: 0.08em;
  font-variant: small-caps;
  text-transform: uppercase;
  color: #670024;
  margin-bottom: 0;
  /*margin-bottom:2rem;
  margin-top:2rem;*/
}
.editorial .editorial-element.paragraph {
  color: #670024;
  font-size: 1.46875rem;
  line-height: 1.75rem;
  font-family: "HAL Timezone";
  /*margin-bottom: 2rem;*/
  letter-spacing: 1px;
}
.editorial .editorial-element.paragraph .p-edit {
  display: block;
  border: none;
}
.editorial .editorial-element.paragraph .p-view {
  margin-bottom: 0;
}
.editorial .editorial-element.paragraph .p-view a {
  color: #670024;
}
.editorial .editorial-element.paragraph .p-view a:hover {
  color: #FF4141;
}
.editorial .editorial-element.paragraph .card-pointer {
  background: #670024;
  display: inline-block;
  border-radius: 50%;
  width: 1.09rem;
  height: 1.09rem;
}
.editorial .editorial-element.paragraph .card-pointer:hover, .editorial .editorial-element.paragraph .card-pointer.hover {
  background: #FF4141;
}
.editorial .editorial-element.quote blockquote {
  position: relative;
  color: #670024;
  font-size: 1.46875rem;
  line-height: 1.75rem;
  font-family: "HAL Timezone Mono", monospace;
  margin-bottom: 0rem;
  text-wrap: pretty;
}
.editorial .editorial-element.quote blockquote::after {
  content: "»";
  position: absolute;
  left: -1rem;
  top: 0;
  display: block;
}
.editorial .editorial-element.image .image-preview {
  max-width: 100%;
  max-height: 80vh;
  margin: auto;
  display: block;
  /*margin-bottom:1rem;*/
}
.editorial .editorial-element.image .input-upload {
  display: none;
}
.editorial .editorial-element.image .image-caption {
  color: #670024;
  font-family: "Atlas Grotesk";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2%;
  margin-top: 1rem;
  margin-bottom: 0;
  /*margin-bottom:3rem;*/
}
.editorial .editorial-element.gallery .image-list {
  padding-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  grid-auto-rows: minmax(100px, auto);
}
.editorial .editorial-element.gallery .image-preview[src=""] {
  background: #670024;
  width: 100%;
  height: 200px;
}
.editorial .editorial-element.gallery-view {
  background: #242424;
  color: white;
  position: relative;
  padding: 2rem;
}
.editorial .editorial-element.gallery-view .full-screen-btn {
  color: white;
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  text-align: center;
  z-index: 200;
}
.editorial .editorial-element.gallery-view .full-screen-btn .material-symbols-outlined {
  font-size: 3rem;
  line-height: 2rem;
  cursor: pointer;
  color: white;
  font-weight: 200;
}
.editorial .editorial-element.gallery-view .gallery-scrollable {
  overflow: auto;
  white-space: nowrap;
  padding-left: 40%;
}
.editorial .editorial-element.gallery-view .gallery-scrollable img {
  max-height: calc(80vh - 4rem);
  max-width: 500px;
  margin-right: 2.5rem;
}
.editorial .editorial-element.gallery-view .gallery-title {
  position: absolute;
  top: 4rem;
  font-family: "Atlas Grotesk";
  line-height: 2rem;
  font-size: 1.12rem;
  text-align: left;
  text-transform: uppercase;
  font-variant-caps: all-small-caps;
  font-weight: 500;
}
.editorial .editorial-element.gallery-view .full-screen-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #272727;
  color: white;
  padding: 2rem;
  z-index: 150;
}
.editorial .editorial-element.gallery-view .full-screen-view .button-group {
  position: absolute;
  right: 50%;
  top: 1.85rem;
  z-index: 1000;
}
.editorial .editorial-element.gallery-view .full-screen-view .single-image-view, .editorial .editorial-element.gallery-view .full-screen-view .list-view, .editorial .editorial-element.gallery-view .full-screen-view .grid-view {
  margin-top: 4.5rem;
  display: none;
}
.editorial .editorial-element.gallery-view .full-screen-view .single-image-view.active, .editorial .editorial-element.gallery-view .full-screen-view .list-view.active, .editorial .editorial-element.gallery-view .full-screen-view .grid-view.active {
  display: block;
}
.editorial .editorial-element.gallery-view .full-screen-view .single-image-view .carousel .carousel-item {
  height: calc(100vh - 8.5rem);
}
.editorial .editorial-element.gallery-view .full-screen-view .single-image-view .carousel .carousel-item.active, .editorial .editorial-element.gallery-view .full-screen-view .single-image-view .carousel .carousel-item.carousel-item-start, .editorial .editorial-element.gallery-view .full-screen-view .single-image-view .carousel .carousel-item.carousel-item-end {
  text-align: center;
}
.editorial .editorial-element.gallery-view .full-screen-view .single-image-view .carousel .carousel-item img {
  max-height: calc(100vh - 8.5rem);
  max-width: 100%;
}
.editorial .editorial-element.gallery-view .full-screen-view .list-view > .row > div {
  height: calc(100vh - 8.5rem);
}
.editorial .editorial-element.gallery-view .full-screen-view .list-view table {
  border-collapse: collapse;
  box-sizing: border-box;
  width: 100%;
  font-family: "HAL Timezone";
  color: white;
  display: grid;
  grid-template-rows: 1fr fit-content(calc(100vh - 10.5rem)) 1fr;
}
.editorial .editorial-element.gallery-view .full-screen-view .list-view table thead, .editorial .editorial-element.gallery-view .full-screen-view .list-view table tbody, .editorial .editorial-element.gallery-view .full-screen-view .list-view table tfoot, .editorial .editorial-element.gallery-view .full-screen-view .list-view table tr {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/4;
}
.editorial .editorial-element.gallery-view .full-screen-view .list-view table tbody {
  max-height: calc(100vh - 12.5rem);
  overflow: auto;
  display: grid;
  grid-template-columns: subgrid;
}
.editorial .editorial-element.gallery-view .full-screen-view .list-view table td, .editorial .editorial-element.gallery-view .full-screen-view .list-view table th {
  border-bottom: 1px solid white;
  line-height: 2rem;
  text-align: right;
}
.editorial .editorial-element.gallery-view .full-screen-view .list-view table td:first-child, .editorial .editorial-element.gallery-view .full-screen-view .list-view table th:first-child {
  text-align: left;
}
.editorial .editorial-element.gallery-view .full-screen-view .list-view table td {
  font-family: "Atlas Grotesk";
  font-size: 0.875rem;
  line-height: 2rem;
  /*text-overflow: ellipsis;
  white-space: nowrap;*/
}
.editorial .editorial-element.gallery-view .full-screen-view .list-view table td.ellipsis {
  position: relative;
}
.editorial .editorial-element.gallery-view .full-screen-view .list-view table td.ellipsis:before {
  content: "&nbsp;";
  visibility: hidden;
}
.editorial .editorial-element.gallery-view .full-screen-view .list-view table td.ellipsis span {
  position: absolute;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.editorial .editorial-element.gallery-view .full-screen-view .list-view table th {
  text-transform: uppercase;
  font-variant-caps: all-small-caps;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  font-family: "Atlas Grotesk";
  padding-bottom: 1rem;
}
.editorial .editorial-element.gallery-view .full-screen-view .list-view table th .material-symbols-outlined {
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: none;
  font-variant-caps: normal;
  font-weight: bold;
}
.editorial .editorial-element.gallery-view .full-screen-view .list-view table tr.active td {
  color: #888888;
}
.editorial .editorial-element.gallery-view .full-screen-view .list-view .image-src {
  max-height: calc(100vh - 10.5rem);
  max-width: 100%;
  margin: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.editorial .editorial-element.gallery-view .full-screen-view .list-view .image-caption {
  position: absolute;
  bottom: 0;
}
.editorial .editorial-element.gallery-view .full-screen-view .grid-view > .row > div:first-child {
  height: calc(100vh - 8rem);
  overflow: scroll;
  scrollbar-width: none;
}
.editorial .editorial-element.gallery-view .full-screen-view .grid-view > .row > div:last-child {
  padding: 0 2.75rem;
}
.editorial .editorial-element.gallery-view .full-screen-view .grid-view .grid {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.editorial .editorial-element.gallery-view .full-screen-view .grid-view .grid > div {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.editorial .editorial-element.gallery-view .full-screen-view .grid-view .grid > div p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  max-height: 2.5rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.4375rem;
  margin-bottom: 3rem;
}
.editorial .editorial-element.gallery-view .full-screen-view .grid-view .grid > div img {
  width: 100%;
}
.editorial .editorial-element.gallery-view .full-screen-view .grid-view .image-src {
  max-height: calc(100vh - 14.5rem);
  max-width: 100%;
  margin: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.editorial .editorial-element.gallery-view .full-screen-view .grid-view .image-caption {
  position: absolute;
  bottom: 0;
  padding-right: 2rem;
}

.col-1-5 {
  width: 12.5%;
}

.card-container {
  text-align: center;
}

.article-card {
  display: inline-block;
  width: 15.25rem;
  text-decoration: none;
  color: black;
  background: #eeeeee;
  border-radius: 1rem;
  text-align: left;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
}
.article-card.mobile-show {
  display: block !important;
  z-index: 50;
  position: absolute;
}
.article-card:hover, .article-card.hover {
  background: #FF4141;
  color: black;
}
.article-card .card-image {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background: black;
  height: 10rem;
  width: 100%;
  background-position: center 25%;
  background-size: cover;
  filter: grayscale(1);
  box-shadow: inset 0 0 0 1000px rgba(103, 0, 36, 0.1);
}
.article-card .card-category {
  border: 1px solid black;
  font-family: "Atlas Grotesk";
  font-weight: 500;
  font-size: 0.5625rem;
  line-height: 1rem;
  border-radius: 1rem;
  letter-spacing: 16%;
  padding: 0 6px;
  font-variant: small-caps;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-left: 1rem;
}
.article-card .card-title {
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0;
  font-family: "HAL Timezone";
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  letter-spacing: 0.02em;
}
.article-card .card-date {
  margin-left: 1rem;
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-family: "HAL Timezone Mono", monospace;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  letter-spacing: 0.02em;
}

@media (max-width: 992px) {
  .editorial .title-container .editorial-title {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2rem;
    line-height: 1.2;
  }
  .editorial .container {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: none;
  }
}
@media (min-width: 1600px) {
  .title-container .editorial-title {
    width: 70%;
    line-height: 1.1;
    font-size: 4vw;
    padding-left: 0;
    padding-right: 0;
  }
}
#storiesView {
  position: fixed;
  top: 0;
}/*# sourceMappingURL=editorial.css.map */