.ArtistsList {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-items: stretch;
  align-content: stretch;
  background: var(--mainColor--black);
  padding: 30px;
}
.Inverse .ArtistsList {
  background-color: unset;
}
@media only screen and (max-width: 1050px) {
  .ArtistsList {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .ArtistsList {
    column-count: 2;
    column-gap: 40px;
    display: block;
    padding: 30px 10px;
    position: relative;
    z-index: 200;
  }
}
.ArtistsList-wrapper {
  position: relative;
  padding: 18px 8px 14px 25px;
  margin-bottom: 25px;
  margin-top: 121px;
}
@media only screen and (max-width: 768px) {
  .ArtistsList-wrapper {
    margin-top: calc(60.5px);
    padding: 0;
  }
  .ArtistsList-wrapper:before {
    left: -10vw;
  }
  .ArtistsList-wrapper:after {
    right: -10vw;
  }
}
.ArtistsList_latter {
  flex: 0 0 calc(14.28571429%);
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.Inverse .ArtistsList_latter {
  color: var(--mainColor--black);
}
@media only screen and (max-width: 1440px) {
  .ArtistsList_latter {
    flex-basis: calc(20%);
  }
}
@media only screen and (max-width: 1050px) {
  .ArtistsList_latter {
    padding-right: 0;
    flex-basis: calc(25%);
  }
}
@media only screen and (max-width: 768px) {
  .ArtistsList_latter {
    margin-bottom: 0;
    font-size: 13px;
  }
}
.ArtistsList_latter-latter {
  font-family: 'neue-haas-grotesk-display';
  font-size: 59px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .ArtistsList_latter-latter {
    display: none;
    margin-bottom: 0;
  }
}
.ArtistsList_latter-list {
  display: flex;
  flex-flow: column;
}
@media only screen and (max-width: 768px) {
  .ArtistsList_latter-list {
    display: block;
  }
}
.ArtistsList_latter-list_artist {
  color: #fff !important;
}
.Inverse .ArtistsList_latter-list_artist {
  color: var(--mainColor--black) !important;
}
@media only screen and (max-width: 768px) {
  .ArtistsList_latter-list_artist {
    display: inline-block;
    margin-bottom: 1em;
  }
}
