:root {
  --white: white;
  --neongreen2: #3f6;
  --black: black;
  --purpneon: #b523f3;
  --tealneon: #00ffea;
  --off-black: #252525;
  --silver: #c2c2c2;
  --dim-grey: #555;
  --neongreen1: #5be52d;
  --neongreen3: #6f3;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.section {
  background-color: #252525;
  justify-content: center;
  align-items: center;
  padding: 40px 55px 110px;
  display: block;
}

.section._3 {
  background-color: #0000;
  height: 100%;
  padding: 0;
  display: block;
}

.heading1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Chivo, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
  position: absolute;
  top: 5%;
  left: 5%;
}

.accordian {
  background-color: #0000;
  border: 1px solid #000;
  border-width: 1px 2px;
  border-radius: 0;
  flex-direction: column;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.accordian.white {
  border-width: 1px;
  border-color: var(--neongreen2);
  width: 100%;
  overflow: visible;
}

.dropdown {
  width: 100%;
}

.toggle {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: block;
}

.toggle.white {
  border: 1px solid var(--neongreen2);
  background-color: #822f2f00;
  padding-top: 10px;
  padding-bottom: 10px;
}

.textblock {
  color: #000;
}

.textblock.white {
  color: var(--white);
}

.arrow {
  color: var(--black);
}

.arrow.white {
  color: var(--neongreen2);
  font-size: 1.2rem;
  line-height: 1.3rem;
}

.list {
  background-color: #0000;
  height: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.inside {
  color: #fff;
  padding: 0;
  overflow: visible;
}

.text {
  color: #000;
  margin-bottom: 0;
  font-size: 12px;
}

.text.white {
  color: var(--white);
  overflow: visible;
}

.accordion-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: visible;
}

.accordion-wrap.text-scanlines {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hover_image {
  z-index: 500;
  opacity: 1;
  mix-blend-mode: normal;
  border-radius: 5px;
  height: 15rem;
  position: absolute;
  inset: auto 0% -220% 30%;
  overflow: hidden;
}

.n-line {
  z-index: 1;
  background-color: #2e2a27;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.n-line.bottom {
  background-color: var(--black);
  height: 1px;
  padding-top: 0;
  inset: auto 0% 0%;
}

.n-line.bottom:hover {
  background-color: var(--purpneon);
}

.text_hover {
  z-index: 10;
  color: var(--white);
  letter-spacing: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-bottom: 3px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 2rem;
  display: flex;
  position: relative;
}

.text_hover:hover {
  color: var(--purpneon);
}

.hover-parent {
  border-top: 2px solid #2e2a27;
  border-bottom: 2px solid #2e2a27;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hover-parent.border-none {
  border-top-style: none;
  border-bottom-style: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
}

.is-main {
  z-index: 3;
  letter-spacing: -.07em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.is-main.border-null {
  cursor: pointer;
  border-top: 2px #2e2a27;
  border-bottom: 2px #2e2a27;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cat-ref-text {
  color: var(--neongreen2);
  font-size: 1.3rem;
}

.cat-ref-text.shuffle-text {
  color: var(--neongreen2);
  letter-spacing: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
}

.cat-ref-text.shuffle-text:hover {
  color: var(--neongreen2);
  -webkit-text-stroke-color: var(--purpneon);
}

.cat-ref-text.shuffle-text.text-scanlines:hover {
  color: var(--neongreen2);
}

.button-linkfire {
  color: var(--neongreen2);
  background-color: #fff0;
  border-radius: 100vw;
  margin-top: 0;
  padding: .9rem 2.4rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2rem;
  transition: background-color .15s;
  display: block;
}

.button-linkfire:hover {
  background-color: #c8ff0000;
}

.button-linkfire.shuffle-text {
  border: 0px solid var(--purpneon);
  color: var(--neongreen2);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  vertical-align: bottom;
  background-color: #00ffea00;
  width: 100%;
  margin-top: 0;
  margin-bottom: .25rem;
  padding: .4rem .5rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3rem;
  position: relative;
}

.button-linkfire.shuffle-text:hover {
  color: var(--neongreen2);
  background-color: #3f60;
  transform: scale(1.1);
}

.button-linkfire.shuffle-text:active {
  color: var(--neongreen2);
  background-color: #b523f300;
}

.button-linkfire.button-link {
  color: #3f6;
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 10px;
  margin-right: 10px;
  padding: .25rem 0;
  display: block;
}

.grid-wrap-content {
  width: auto;
  margin: 20px;
  display: flex;
}

.img-wrap {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: block;
}

.img-card {
  perspective: none;
  cursor: pointer;
  width: auto;
  position: static;
  inset: 0% auto auto 0%;
  transform: none;
}

.strm-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: 0;
  display: block;
  overflow: visible;
}

.text-pitch {
  text-align: left;
  letter-spacing: .3rem;
  text-indent: 0;
  column-count: auto;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: absolute;
  inset: auto 35rem 0% auto;
}

.text-pitch.shuffle-text {
  color: var(--purpneon);
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3rem;
  display: none;
  position: static;
  right: 0;
  overflow: visible;
}

.column-right {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  overflow: visible;
}

.text-header {
  color: var(--purpneon);
  text-align: justify;
  padding: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.9rem;
}

.text-header.text-scanlines {
  padding: 0;
}

.text-header.shuffle-text {
  padding: 100px 40px 50px;
}

.text-bio {
  color: var(--neongreen2);
  width: 100%;
  height: 100%;
  font-weight: 300;
  line-height: 2.2rem;
  position: relative;
}

.text-bio.shuffle-text {
  z-index: 0;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.9rem;
  font-weight: 300;
  line-height: 2rem;
  display: block;
  position: relative;
}

.text-bio.shuffle-text.text-scanlines {
  position: static;
}

.body {
  background-color: var(--black);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block {
  color: var(--neongreen2);
  -webkit-text-stroke-color: var(--purpneon);
  margin-bottom: 0;
  padding-bottom: 3px;
  font-size: 1rem;
  font-weight: 500;
}

.footer-section {
  text-align: center;
  font-size: 2rem;
  line-height: 1.3rem;
}

.logo-anim {
  z-index: 0;
  width: auto;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.logo-anim.linked {
  z-index: 1000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 600px;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.logo-van-img {
  opacity: 1;
  mix-blend-mode: normal;
  border: 0 solid #000;
  width: 4rem;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 1rem;
}

.logo-van-img.top {
  color: var(--purpneon);
  width: 100px;
  margin-top: 0;
  font-size: 4.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 6rem;
  text-decoration: none;
}

.logo-van-img.top:hover {
  color: var(--tealneon);
  transform: scale(1.4);
}

.columns-wrap {
  margin: 10px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.column-left {
  text-align: center;
  margin-bottom: 0;
}

.lightbox-link-video {
  aspect-ratio: auto;
  text-align: center;
  vertical-align: baseline;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.anim-link-video {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  width: auto;
  display: inline-block;
}

.column {
  display: block;
}

.no-section {
  display: none;
}

.anim-video-nolink {
  width: 100px;
}

.section-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 100px 40px 50px;
  display: block;
  overflow: hidden;
}

.section-header.text-scanlines {
  width: 100%;
  height: 10%;
  padding: 0;
}

.slider-wrapper {
  border: 0px solid var(--white);
  background-color: #3f60;
  border-radius: 0;
  flex: none;
  width: 80%;
  height: 40%;
  display: flex;
  overflow: hidden;
}

.items-holder {
  flex: none;
  display: flex;
}

.items {
  flex: none;
  align-items: center;
  display: flex;
}

.item {
  width: 150px;
  margin-left: 20px;
  margin-right: 20px;
}

.text-block-2 {
  font-weight: 500;
}

.text-block-contact {
  color: var(--neongreen2);
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3rem;
}

.contact-link {
  color: var(--neongreen2);
  text-align: left;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3rem;
  text-decoration: none;
}

.contact-link.shuffle-text {
  color: var(--neongreen2);
  font-size: 1rem;
  line-height: 1.3rem;
  text-decoration: none;
}

.contact-link.shuffle-text:hover {
  color: var(--tealneon);
}

.slider-section {
  justify-content: center;
  align-items: center;
  height: 5vh;
  display: flex;
}

.slider-section.text-scanlines {
  margin-top: 0;
  margin-bottom: 35px;
}

.cat-format-text {
  color: var(--purpneon);
  text-align: left;
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cat-date-text {
  color: var(--purpneon);
  text-align: left;
  font-size: 1.5rem;
  line-height: 2rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cat-artist-text {
  font-size: 1.9rem;
  line-height: 2rem;
}

.image {
  text-align: left;
  width: 100px;
  display: inline-block;
  position: static;
}

.image-2 {
  width: 40px;
}

.top-arrow-link {
  color: var(--tealneon);
  -webkit-text-stroke-color: var(--purpneon);
  text-transform: uppercase;
  padding-left: .25rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 6rem;
  text-decoration: none;
  position: relative;
}

.image-3 {
  text-align: left;
  width: 60px;
  margin-top: 10px;
  margin-bottom: 20px;
  position: absolute;
  inset: auto auto -14% 0%;
}

.code-embed {
  margin-top: 0;
  margin-bottom: 10px;
}

.logo-image {
  margin-top: 1rem;
  margin-right: 1rem;
}

.lightbox-artworks-link {
  color: var(--neongreen2);
  width: 100%;
  position: static;
}

.lightbox-link {
  vertical-align: baseline;
  display: inline-block;
}

.background-video {
  z-index: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: fixed;
  inset: 0%;
}

@media screen and (min-width: 1920px) {
  .button-linkfire.shuffle-text {
    vertical-align: bottom;
  }

  .strm-wrap {
    text-align: center;
  }

  .column-right {
    text-align: right;
  }

  .text-header {
    padding-left: 60px;
    padding-right: 60px;
  }

  .logo-van-img.top {
    width: 180px;
  }

  .column-left {
    text-align: center;
  }

  .lightbox-link-video {
    text-align: left;
    vertical-align: baseline;
  }

  .anim-link-video {
    object-fit: fill;
    width: auto;
  }

  .slider-wrapper {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .hover_image {
    display: none;
  }

  .is-main {
    font-size: 3rem;
  }

  .is-main.border-null {
    font-weight: 900;
  }

  .text-header, .text-header.shuffle-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-van-img.top {
    width: 90px;
  }

  .slider-wrapper {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-size: auto, auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .accordion-wrap.text-scanlines {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text_hover {
    padding-left: 20px;
    padding-right: 20px;
  }

  .is-main {
    font-size: 2.5rem;
    line-height: 1;
  }

  .text-header, .text-header.shuffle-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-van-img.top {
    width: 70px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-size: 250%, auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion-wrap.text-scanlines {
    padding: 40px 5px;
  }

  .text_hover {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cat-ref-text.shuffle-text {
    font-size: 1.2rem;
  }

  .text-header.shuffle-text {
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .text-bio.shuffle-text {
    font-size: 1.5rem;
  }

  .slider-wrapper {
    width: 90%;
  }
}


