@font-face {
  font-family: "CSTM 2";
  src: url('../fonts/cstmxprmntl02italic_italic-2.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Benzin;
  src: url('../fonts/benzin-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --accentcopy\<deleted\|variable-79da7903-f8b5-f6dc-5dbb-3112118ef74b\>: #ff3496;
  --accent: #ec008c;
  --white: white;
}

h1 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: CSTM Xprmntl;
  font-size: 40px;
  font-weight: 400;
  line-height: 90px;
}

h2 {
  color: var(--accentcopy\<deleted\|variable-79da7903-f8b5-f6dc-5dbb-3112118ef74b\>);
  letter-spacing: 0;
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Benzin, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 140%;
}

a {
  text-decoration: underline;
}

.section {
  overflow: visible;
}

.section.top {
  z-index: 2;
  background-image: url('../images/cj_26_hero.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 920px;
  max-height: 1200px;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.section.black {
  background-color: #1a1a1a;
  background-image: url('../images/cj-bg_1.avif');
  background-position: 50% 146svw;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 80px 100px 60px;
}

.section.black.bg-2 {
  z-index: 900;
  background-color: #140c10;
  background-image: none;
  padding-top: 120px;
  padding-bottom: 40px;
  display: block;
  position: static;
}

.section.black.map {
  z-index: 1000;
  background-color: #140c10;
  padding-top: 70px;
  padding-bottom: 0;
}

.section.black.footer {
  background-color: #140c10;
  background-image: none;
  padding-top: 20px;
  padding-bottom: 40px;
  position: static;
}

.section.black.grain {
  z-index: 0;
  background-color: #140c10;
  background-image: none;
  display: block;
  position: relative;
}

.section.black.grain._404 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 800px;
  max-height: 1200px;
  display: flex;
}

.hero {
  justify-content: center;
  height: auto;
  display: flex;
}

.logo {
  flex: none;
  align-self: auto;
  width: 294px;
  max-width: 100%;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
}

.divider {
  background-color: #fae0c9;
  align-self: stretch;
  height: 1px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.divider.green {
  background-color: var(--accent);
  align-self: center;
  width: 40px;
  height: 1px;
}

.divider.green.hide-mob {
  background-color: var(--accent);
  height: 2px;
  margin-bottom: 3px;
}

.button_1 {
  border: 2px solid var(--accent);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f3630000;
  width: auto;
  margin-bottom: 0;
  padding: 18px 40px;
  font-family: Benzin, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  transition: all .2s;
}

.button_1:hover {
  background-color: var(--accent);
}

.text_20 {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  font-family: Benzin, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
}

.text_20.orange {
  color: #bbfcf4;
}

.text_20.big {
  font-size: 13px;
  line-height: 21px;
}

.text_25 {
  color: #bbfcf4;
  font-family: "Cstmxprmntl 02";
  font-size: 25px;
  line-height: 30px;
}

.mid_wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.mid_wrapper.hero {
  width: auto;
}

.flex_horizontal {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% -10%;
}

.flex_horizontal.ver-mob {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  position: static;
}

.flex_horizontal.ver-mob.mt {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.flex_horizontal.social {
  position: static;
}

.social_col {
  border: 1px none var(--accent);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  transition: all .2s;
  display: flex;
  position: relative;
}

.social_col:hover {
  background-color: var(--accent);
}

.social_icon {
  width: 20px;
}

.social_icon.hover {
  opacity: 0;
  width: 15px;
  position: absolute;
}

.social_icon.def {
  width: 15px;
}

.toggle {
  z-index: 1000;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  width: 210px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  font-family: Benzin, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  position: static;
  inset: auto 0% 5%;
}

.button_buy {
  opacity: 1;
  font-size: 14px;
}

.button_buy.row {
  z-index: 100;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.bg_wrapper {
  z-index: 2000;
  text-align: center;
  display: block;
  position: absolute;
  inset: 0%;
}

.bg_wrapper._2 {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.play_wrapper {
  z-index: 3000;
  width: 170px;
  height: 46px;
  position: absolute;
  inset: auto 4% 3% auto;
}

.toggle_1 {
  z-index: 2;
  width: 170px;
  height: 46px;
  color: var(--accent);
  letter-spacing: 1px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Neutral Face;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto 0% 1%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.white {
  color: #fff;
}

.artists {
  color: #fff;
  font-family: Benzin, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 116%;
}

.artists.row {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 120%;
}

.artists-wrapper {
  margin-bottom: 0;
}

.artists-wrapper.row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.artists-wrapper-hero {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.artists-wrapper-hero._404 {
  color: #fff;
  margin-top: 50px;
  font-family: Benzin, sans-serif;
  font-size: 80px;
  line-height: 130px;
}

.partner-img.h18 {
  margin-top: 6px;
}

.partner-img.symb {
  margin-top: 2px;
}

.partner-img.mb {
  margin-bottom: 0;
}

.partner-img.mt {
  margin-top: 0;
}

.partner-img.mt2 {
  margin-top: 5px;
}

.partner-img.mb2 {
  margin-bottom: 2px;
}

.head-row {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.head-row._2 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 16px;
}

.head-row._3 {
  flex-flow: row;
  width: 100%;
  margin-bottom: 0;
}

.text-wide {
  color: #ff3496;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Benzin, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.text-wide.color-white {
  color: #fff;
}

.logo-top {
  height: 23px;
  margin-top: 7px;
}

.logo-top.big {
  width: 50px;
  height: auto;
  margin-top: 0;
  margin-bottom: 4px;
}

.logo-top.big._w-100 {
  width: 90px;
}

.date-row {
  align-items: center;
  display: flex;
}

.date-row.top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 0;
}

.date-row.top._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.date__block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 100%;
  max-width: 190px;
  display: flex;
}

.date__block.left-aling {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
}

.divider-2 {
  background-color: var(--accent);
  flex: 1;
  height: 1px;
  margin-left: 5px;
  margin-right: 5px;
}

.container {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
}

.bg-video {
  z-index: 1000;
  opacity: .99;
  text-align: center;
  border: 8px #d5ff7b;
  flex-direction: column;
  justify-content: center;
  height: 50em;
  padding: 0;
  display: flex;
  position: relative;
}

.bg-video.outline {
  border: 3px solid var(--accent);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #00000059;
  border-radius: 0;
  width: 68em;
  height: 49em;
  overflow: hidden;
}

.cta-100vw {
  z-index: 100;
  grid-column-gap: 130px;
  background-color: var(--accent);
  justify-content: center;
  align-items: center;
  height: 50px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.cta-100vw.hide {
  display: block;
  position: static;
}

.cta-100vw.is-static {
  position: static;
}

.cta-100vw.align_top {
  inset: 0% 0% auto;
}

.cta-text {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  font-family: Benzin, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  display: inline;
}

.artists-wrapper-2 {
  grid-column-gap: 80px;
  justify-content: space-between;
  display: flex;
}

.artists-wrapper-2.dt {
  justify-content: center;
}

.artists-wrapper-2.mob {
  flex-direction: column;
  display: none;
}

.home-col {
  grid-row-gap: 12px;
  flex-direction: column;
  flex: none;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.home-col.right {
  margin-top: 0;
}

.home-col.artists {
  grid-row-gap: 48px;
}

.aritist-div {
  z-index: 100;
  width: auto;
  position: relative;
}

.aritist-div.grow {
  flex: 1;
}

.artist-row-inside {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bg-video-artist-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
  position: relative;
}

.h2-white {
  color: #fff;
  font-size: 20px;
}

.partners-row {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.partners-row.hide, .partners-row.is-hidden {
  display: none;
}

.partners-row.margin-top {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.partner-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.partners-wrapper {
  z-index: 100;
  grid-row-gap: 70px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.map-img {
  margin-top: 0;
}

.footer-wrapper {
  z-index: 1000;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
  inset: auto 0% 10%;
}

.footer-wrapper.static {
  align-items: stretch;
  position: static;
}

.footer-text {
  z-index: 300;
  color: #707070;
  text-align: center;
  text-transform: uppercase;
  font-family: Benzin, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
  position: relative;
}

.artist-heading {
  color: var(--accent);
  text-transform: uppercase;
  font-family: Benzin, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.artist-heading._2 {
  text-transform: uppercase;
  border-style: none;
  margin-top: 14px;
  font-size: 16px;
  line-height: 25px;
}

.artist-body {
  color: #000;
  margin-top: 16px;
  font-family: Neutral Face;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
}

.track-horizontal-alt {
  grid-column-gap: 60px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.cta-row {
  grid-column-gap: 60px;
  flex: none;
  display: flex;
}

.cta-row.gap-24 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
}

.hero-content-wrapper {
  z-index: 10;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-bg {
  text-align: justify;
  background-image: linear-gradient(#00000012, #00000012);
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-bg.main {
  z-index: 1;
  background-image: linear-gradient(#0000001f, #0000001f);
  top: 0%;
}

.page-content {
  display: block;
}

.content-wrapper {
  z-index: 3000;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-bg-video-wrapper {
  position: relative;
}

.section-bg-video-wrapper._404 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-video-sec-2 {
  z-index: 5;
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

.bg-video-sec-2._2 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/cj_26_hero.avif'), linear-gradient(#0000004f, #0000004f);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 31%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.link-video {
  flex: 0 auto;
  margin-top: 25px;
  text-decoration: none;
  display: block;
}

.grain-wrapper {
  position: relative;
}

.map-row {
  display: flex;
}

.map-col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.h2-cstm {
  color: var(--accent);
  font-family: "CSTM 2", Georgia, sans-serif;
  font-size: 37px;
  font-weight: 400;
}

.h2-cstm.color-white {
  color: #fff;
  font-family: "CSTM 2", Georgia, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.name-date-div {
  border-style: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.name-date-div.gap-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h2-date {
  font-size: 16px;
}

.h2-date.white {
  flex: none;
  font-size: 20px;
  line-height: 120%;
}

.bg-hero {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg_video {
  z-index: 2000;
  background-color: #0006;
  height: 100%;
  display: flex;
}

.jazz-set {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.jazz-set.wrap {
  justify-content: flex-start;
  align-items: flex-start;
}

.bg-video-artist-new {
  z-index: 10;
  height: 100%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.bg-video-artist-2 {
  z-index: 1000;
  border: 4px solid #00fef3;
  flex: 0 auto;
  align-self: stretch;
  margin-bottom: 1px;
  position: relative;
}

.bg-video-artist-2.h500 {
  border-width: 3px;
  border-color: var(--accent);
  width: 500px;
  height: 500px;
  margin-bottom: 20px;
}

.bg-video-artist-2.h500.varum {
  background-image: none;
  border-color: #f36300;
}

.bg-video-artist-2.h500.zoloto {
  background-image: none;
}

.artist-info-2 {
  z-index: 20;
  background-color: var(--white);
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 24px 15px 15px;
  transition: opacity .2s;
  display: block;
  position: absolute;
  inset: 0%;
}

.artist-info-2:hover {
  opacity: 1;
}

.button-overlay {
  z-index: 100;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.cookie-banner {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  background-color: #fff;
  flex-flow: column;
  max-width: 400px;
  padding: 16px 24px;
  display: block;
  position: fixed;
  inset: auto 2% 2% auto;
}

.text-small {
  text-transform: uppercase;
  font-family: Benzin, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.text-small.color-grey {
  color: #6b6b6b;
}

.button-2 {
  background-color: var(--accent);
  color: #fff;
  text-transform: uppercase;
  font-family: Benzin, sans-serif;
}

.link {
  color: #b3b3b3;
  text-transform: uppercase;
  font-family: Benzin, sans-serif;
  text-decoration: none;
}

.logo-big {
  width: 100px;
}

.image {
  margin-top: 90px;
}

.small-text-bottom-wrapper {
  color: #fff;
  text-align: right;
  margin-top: 40px;
  font-family: Benzin, sans-serif;
  font-size: 12px;
}

.h2-shrink {
  flex: none;
}

.heading {
  flex: 1;
}

.logo__block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.chip {
  margin-top: 3px;
}

.h2.font-cstm {
  color: #fff;
  text-transform: none;
  font-family: "CSTM 2", Georgia, sans-serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 400;
}

.h2.color-white {
  color: #fff;
}

.link-grey {
  color: #707070;
}

@media screen and (min-width: 1280px) {
  .section {
    height: auto;
  }

  .hero {
    background-image: none;
    height: 100vh;
  }

  .mid_wrapper.hero {
    height: auto;
  }

  .flex_horizontal {
    justify-content: center;
  }

  .social_col {
    width: 30px;
    height: 30px;
  }

  .divider-2 {
    flex: 1;
  }

  .h2.font-cstm {
    width: 200px;
  }
}

@media screen and (min-width: 1440px) {
  .hero {
    background-image: none;
    max-height: none;
    position: static;
  }

  .logo {
    margin-right: 0;
  }

  .button_1 {
    font-size: 16px;
  }

  .text_20 {
    line-height: 15px;
  }

  .text_25 {
    line-height: 36px;
  }

  .logo-top {
    margin-top: 14px;
  }

  .date-row.top {
    margin-bottom: 0;
  }

  .hero-bg.main {
    top: 0%;
  }

  .bg-video-sec-2 {
    filter: none;
  }
}

@media screen and (min-width: 1920px) {
  .bg-video-sec-2._2 {
    background-image: url('../images/bg-img.avif');
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.top {
    height: 100vh;
    padding: 35px 30px;
  }

  .section.black {
    background-image: none;
    padding: 60px 30px;
  }

  .section.black.grain {
    height: auto;
    padding: 60px 30px 0;
  }

  .hero {
    flex-direction: column;
    height: auto;
    max-height: none;
  }

  .logo {
    width: 230px;
    height: auto;
  }

  .button_1 {
    font-size: 18px;
    line-height: 36px;
  }

  .text_20 {
    font-size: 18px;
    line-height: 28px;
  }

  .text_25 {
    font-size: 35px;
    line-height: 41px;
  }

  .mid_wrapper.hero {
    width: auto;
  }

  .flex_horizontal {
    bottom: -14%;
  }

  .flex_horizontal.ver-mob.mt, .flex_horizontal.ver-mob.mt._2 {
    flex-flow: wrap;
  }

  .social_col {
    width: 40px;
    height: 40px;
  }

  .social_icon {
    width: 25px;
  }

  .toggle {
    bottom: 11%;
  }

  .artists.row {
    font-size: 16px;
  }

  .head-row._2 {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .logo-top {
    height: 19px;
  }

  .date__block {
    align-items: center;
  }

  .date__block.left-aling {
    justify-content: center;
    align-items: center;
  }

  .bg-video.outline {
    width: 56em;
    height: 54em;
  }

  .artists-wrapper-2.dt {
    display: none;
  }

  .artists-wrapper-2.mob {
    display: block;
  }

  .home-col.hor-mob {
    grid-column-gap: 30px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 16px -30px 48px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: scroll;
  }

  .home-col.hor-mob.is-hidden {
    display: none;
  }

  .aritist-div {
    flex: none;
    width: 300px;
  }

  .aritist-div.grow {
    flex: none;
  }

  .bg-video-artist-wrapper {
    align-items: flex-start;
  }

  .h2-white.is-hidden {
    display: none;
  }

  .footer-wrapper {
    bottom: 8%;
  }

  .artist-heading {
    font-size: 20px;
  }

  .artist-body {
    color: var(--accent);
    text-transform: uppercase;
    margin-top: 4px;
    font-family: Benzin, sans-serif;
    font-size: 9px;
    line-height: 16px;
  }

  .artist-img {
    border: 4px solid var(--accentcopy\<deleted\|variable-79da7903-f8b5-f6dc-5dbb-3112118ef74b\>);
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: cover;
    align-self: stretch;
    height: 300px;
    margin-bottom: 10px;
    position: relative;
  }

  .hero-bg {
    display: none;
  }

  .hero-bg.main {
    background-image: linear-gradient(#0000001f, #0000001f);
    display: block;
  }

  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .bg-video-sec-2._2 {
    background-image: linear-gradient(#0003, #0003), url('../images/cj_26_hero.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 37%;
  }

  .h2-date {
    color: #fff;
    display: block;
  }

  .h2-date.is-hidden, .bg-hero {
    display: none;
  }

  .jazz-set {
    flex-flow: wrap;
    flex: 0 auto;
    width: auto;
  }

  .bg-video-artist-2.h500 {
    height: 300px;
  }

  .artist-info-2 {
    color: var(--accent);
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .artist-img-2 {
    border: 4px solid var(--accent);
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: cover;
    align-self: stretch;
    height: 300px;
    margin-bottom: 10px;
    position: relative;
  }

  .artist-img-2.obst {
    background-image: url('../images/obstoyatelstva.webp');
  }

  .artist-img-2.mazaev {
    background-image: url('../images/Mazaev.avif');
    background-position: 50%;
  }

  .artist-img-2.bb {
    background-image: url('../images/Beautiful-Boys.webp');
  }

  .artist-img-2.bazar {
    background-image: url('../images/bazar.avif');
    background-position: 50%;
    background-size: cover;
  }

  .artist-img-2.tima {
    background-image: url('../images/Tima.webp');
  }

  .artist-img-2.tigran {
    background-image: url('../images/Tigran-Hamasyan-1.webp');
  }

  .artist-img-2.antoha {
    background-image: url('../images/antoha-mc.webp');
    background-size: cover;
  }

  .artist-img-2.zoloto {
    background-image: url('../images/2026-05-22-15.16.27-1.avif');
    background-position: 0 4%;
    background-size: cover;
  }

  .artist-img-2.feduk {
    background-image: url('../images/feduk.webp');
  }

  .artist-img-2.iowa {
    background-image: url('../images/-IOWA.webp');
    background-position: 50% 10%;
  }

  .artist-img-2.lolita {
    background-image: url('../images/lolita.avif');
    background-position: 50%;
  }

  .artist-img-2.mich {
    background-image: url('../images/moya_michelle.avif');
    background-position: 50%;
  }

  .artist-img-2.ziv {
    background-image: url('../images/Zivert.avif');
    background-position: 50%;
  }

  .artist-img-2.kat {
    background-image: url('../images/Katikov2.avif');
    background-position: 50% 0;
  }

  .artist-img-2.terelya {
    background-image: url('../images/Terelya.avif');
    background-position: 50% 0;
  }

  .artist-img-2.settlers {
    background-image: url('../images/Settlers.avif');
    background-position: 50%;
  }

  .artist-img-2.strio {
    background-image: url('../images/strio.avif');
    background-position: 50%;
  }

  .artist-img-2.nani {
    background-image: url('../images/Nani_Eva.avif');
    background-position: 50% 31%;
  }

  .image {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    line-height: 29px;
  }

  .section {
    height: auto;
  }

  .section.top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.black {
    background-image: none;
  }

  .hero {
    flex-direction: column;
    height: auto;
    max-height: none;
  }

  .logo {
    width: 190px;
  }

  .divider.green {
    display: block;
  }

  .divider.green.hide-mob {
    display: none;
  }

  .flex_horizontal.ver-mob {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .flex_horizontal.ver-mob.mt {
    grid-row-gap: 15px;
    margin-top: 2px;
  }

  .flex_horizontal.ver-mob.mt._2 {
    margin-top: 14px;
  }

  .artists-wrapper.row.ver-mob {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .artists-wrapper-hero {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .head-row {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 23px;
  }

  .head-row._3 {
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .date__block {
    align-items: center;
  }

  .bg-video {
    height: 790px;
  }

  .bg-video.outline {
    width: 35em;
    height: 53em;
  }

  .artist-heading {
    font-size: 18px;
    line-height: 22px;
  }

  .artist-body {
    font-size: 10px;
    line-height: 15px;
  }

  .hero-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .artist-img {
    margin-bottom: 7px;
  }

  .h2-cstm {
    line-height: 140%;
  }

  .jazz-set.wrap {
    flex-flow: row-reverse;
  }

  .artist-img-2 {
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .section.top {
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-height: 600px;
    max-height: 1400px;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .section.black {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.black.bg-2 {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section.black.map {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.black.footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section.black.grain {
    background-image: none;
    height: auto;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .logo {
    width: 210px;
    height: auto;
    margin-bottom: 0;
  }

  .divider.green {
    width: 10px;
    display: block;
  }

  .button_1 {
    padding: 16px 31px;
    font-size: 11px;
    line-height: 15px;
  }

  .text_20 {
    font-size: 8px;
    line-height: 22px;
  }

  .text_20.big {
    font-size: 10px;
    line-height: 17px;
  }

  .text_25 {
    font-size: 23px;
    line-height: 38px;
  }

  .mid_wrapper {
    margin-top: 30px;
  }

  .mid_wrapper.hero {
    margin-top: 12px;
  }

  .flex_horizontal {
    bottom: -12%;
  }

  .flex_horizontal.ver-mob {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    place-content: center;
    align-items: center;
  }

  .flex_horizontal.ver-mob.mt {
    grid-row-gap: 20px;
    margin-top: 12px;
  }

  .flex_horizontal.ver-mob.mt._2 {
    margin-top: 0;
  }

  .social_col {
    width: 30px;
    height: 30px;
  }

  .social_icon.def {
    width: 15px;
  }

  .toggle {
    bottom: 3.5vh;
  }

  .bg_wrapper {
    display: none;
  }

  .bg_wrapper._2 {
    display: block;
  }

  .artists {
    font-size: 16px;
    line-height: 140%;
  }

  .artists.row {
    font-size: 14px;
    line-height: 140%;
  }

  .artists-wrapper.row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .artists-wrapper-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .artists-wrapper-hero._404 {
    text-align: center;
  }

  .partner-img.mt2 {
    margin-top: 0;
  }

  .head-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 24px;
  }

  .head-row._2 {
    grid-column-gap: 100px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-bottom: 30px;
    display: flex;
  }

  .head-row._3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    max-width: 185px;
  }

  .text-wide {
    font-size: 8.5px;
  }

  .logo-top {
    height: 18px;
    font-size: 11px;
  }

  .logo-top.big {
    width: 38px;
  }

  .date-row.top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .date-row.top._2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .date__block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: center;
    max-width: 250px;
  }

  .date__block.left-aling {
    justify-content: center;
    align-items: center;
  }

  .divider-2 {
    height: 1px;
  }

  .bg-video {
    border-width: 4px;
    height: 141vw;
    display: block;
  }

  .bg-video.outline {
    border-width: 2px;
    width: 82vw;
    height: 600px;
    margin-bottom: 40px;
  }

  .home-col.hor-mob {
    grid-column-gap: 0px;
    margin-top: 10px;
    padding-left: 30px;
  }

  .home-col.hor-mob.is-hidden {
    display: none;
  }

  .aritist-div {
    width: auto;
    margin-right: 30px;
  }

  .artist-row-inside {
    grid-column-gap: 0px;
  }

  .bg-video-artist-wrapper {
    text-align: left;
    flex: 0 auto;
    align-items: flex-start;
    max-width: 270px;
  }

  .h2-white {
    margin-top: 4px;
    font-size: 16px;
  }

  .h2-white.is-hidden {
    display: none;
  }

  .partners-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .map-img {
    width: 100%;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-wrapper {
    z-index: 1000;
    grid-row-gap: 10px;
    position: absolute;
    bottom: 9%;
  }

  .footer-text {
    font-size: 9px;
    line-height: 12px;
  }

  .artist-heading {
    font-size: 17px;
  }

  .artist-heading._2 {
    font-size: 18px;
  }

  .artist-body {
    margin-top: 4px;
    font-size: 9px;
    line-height: 13px;
  }

  .hero-content-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .artist-img {
    border-color: var(--accentcopy\<deleted\|variable-79da7903-f8b5-f6dc-5dbb-3112118ef74b\>);
    width: 270px;
    height: 270px;
    margin-bottom: 10px;
  }

  .hero-bg.main {
    display: block;
  }

  .page-content {
    height: 100vh;
    overflow: visible;
  }

  .content-wrapper {
    background-image: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bg-video-sec-2 {
    display: none;
  }

  .bg-video-sec-2._2 {
    height: 50%;
    display: none;
  }

  .link-video {
    margin-top: 8px;
  }

  .h2-cstm {
    text-transform: uppercase;
    font-family: "CSTM 2", Georgia, sans-serif;
    font-size: 29px;
    font-style: italic;
    font-weight: 400;
  }

  .h2-cstm.color-white {
    font-family: "CSTM 2", Georgia, sans-serif;
  }

  .h2-date {
    z-index: 10;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    display: block;
    position: relative;
  }

  .h2-date.is-hidden {
    display: none;
  }

  .bg_video {
    display: block;
  }

  .jazz-set {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .jazz-set.wrap {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .text-block-3 {
    font-size: 50px;
    line-height: 60px;
  }

  .bg-video-artist-2 {
    margin-bottom: 8px;
  }

  .bg-video-artist-2.h500 {
    width: 260px;
    height: 260px;
  }

  .artist-info-2 {
    padding-top: 10px;
  }

  .artist-info-2:hover {
    opacity: 1;
  }

  .artist-img-2 {
    border-color: var(--accent);
    width: 270px;
    height: 270px;
    margin-bottom: 10px;
  }

  .artist-img-2.zoloto {
    border-color: var(--accent);
  }

  .cookie-banner {
    max-width: 300px;
  }

  .text-small {
    font-size: 10px;
    line-height: 16px;
  }

  .button-2, .link {
    font-size: 11px;
  }

  .chip {
    margin-top: 0;
    margin-bottom: 3px;
  }

  .h2.font-cstm {
    width: 220px;
    font-size: 22px;
    line-height: 137%;
  }
}


@font-face {
  font-family: 'CSTM 2';
  src: url('../fonts/cstmxprmntl02italic_italic-2.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Benzin';
  src: url('../fonts/benzin-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}