* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@font-face {
  font-family: 'FuturaRennerRegular';
  src: url('../fonts/FuturaRennerRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?8rg60d');
  src: url('../fonts/icomoon.eot?8rg60d#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?8rg60d') format('truetype'), url('../fonts/icomoon.woff?8rg60d') format('woff'), url('../fonts/icomoon.svg?8rg60d#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="i_"],
[class*=" i_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.i_gplus:before {
  content: "\ea8b";
}
.i_facebook:before {
  content: "\ea90";
}
.i_whatsapp:before {
  content: "\ea93";
}
.i_twitter:before {
  content: "\ea96";
}
html,
body {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  letter-spacing: .08em;
}
h1 {
  text-transform: uppercase;
  letter-spacing: 1.2em;
  font-size: 2.8rem;
}
h1,h3 {
  font-family: 'FuturaRennerRegular', sans-serif;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
h3 {
  font-size: 1.7rem;
  letter-spacing: .85em;
  line-height: 1.7em;
}
h5 {
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: .1em;
}
h5,p {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
p {
  font-size: .94rem;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: .07em;
}
.text_block {
  max-width: 44rem;
}
.text_block p:not(:last-child) {
  margin-bottom: .8em;
}
.text_block .head {
  margin-bottom: 3rem;
}
.text_block .subhead {
  margin-bottom: 1.75rem;
}
@media (max-width: 500px) {
  h1 {
    letter-spacing: .8em;
    font-size: 8vw;
  }
  h3 {
    font-size: 5.7vw;
  }
}
@media (max-width: 330px) {
  html,
  body {
    font-size: 14px;
  }
  h3 {
    font-size: 5.4vw;
  }
}
.logo {
  display: block;
  height: 2rem;
  width: 4rem;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
.logo #logo {
  width: 100%;
  height: 100%;
}
.logo #logo_fill {
  fill: white;
  -webkit-transition: fill 300ms linear;
  transition: fill 300ms linear;
}
.privacy .logo {
  cursor: pointer;
}
@media (min-width: 1400px) {
  .privacy .logo #logo:hover #logo_fill {
    -webkit-animation: coltoggle 4000ms linear infinite;
            animation: coltoggle 4000ms linear infinite;
  }
}
#tickets_jump {
  width: 9.75em;
  height: 1.75em;
  margin-top: .125em;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#tickets_jump text {
  font-family: 'FuturaRennerRegular', sans-serif;
  font-size: 1.15rem;
  letter-spacing: .7em;
}
#tickets_jump #mask_fg {
  transform: translateX(0.33em);
}
#tickets_jump #mask_fg,
#tickets_jump #mask_bg {
  -webkit-transition: fill 300ms ease-out;
  transition: fill 300ms ease-out;
}
#tickets_jump #mask_fg {
  fill: black;
}
#tickets_jump #mask_bg {
  fill: white;
}
#tickets_jump:hover #ticketjump_fill {
  -webkit-animation: coltoggle 2000ms linear infinite;
          animation: coltoggle 2000ms linear infinite;
}
#share {
  width: 2rem;
  height: 2rem;
  display: grid;
  justify-items: center;
  cursor: pointer;
  position: relative;
}
#share .share_buttons {
  position: absolute;
  top: 0;
  right: 0;
}
#share .share_buttons .share_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#share .share_buttons .share_container button,
#share .share_buttons .share_container .sharetoggle {
  font-size: 1.75rem;
  line-height: 2rem;
  padding: 0;
  background: none;
  color: white;
  border: 0;
  cursor: pointer;
  text-align: center;
}
#share .share_buttons .share_container button:hover,
#share .share_buttons .share_container .sharetoggle:hover,
#share .share_buttons .share_container button:hover .sharetoggle_fill,
#share .share_buttons .share_container .sharetoggle:hover .sharetoggle_fill {
  -webkit-animation: coltoggle 2000ms linear infinite;
          animation: coltoggle 2000ms linear infinite;
}
#share .share_buttons .share_container button {
  width: 2rem;
  height: 2rem;
  margin-right: .7em;
}
#share .share_buttons .share_container button[data-sharer="facebook"] {
  font-size: 1.55rem;
}
#share .share_buttons .share_container button[data-sharer="googleplus"] {
  font-size: 2rem;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}
#share .share_buttons .share_container .sharetoggle {
  width: 1.6rem;
  height: 1.6rem;
  margin: .2rem .2rem;
}
#share_svg:hover #share_fill {
  -webkit-animation: coltoggle 2000ms linear infinite;
          animation: coltoggle 2000ms linear infinite;
}
#audio_toggle {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  cursor: pointer;
  grid-area: audio;
}
#audio_toggle #landing_info {
  position: absolute;
  right: calc(100% + 2rem);
  text-align: right;
  top: 50%;
  width: 7em;
  opacity: .5;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  visibility: hidden;
}
#audio_toggle #landing_info h6 {
  font-size: .75rem;
  letter-spacing: .05em;
  padding: 0;
  margin: 0;
  line-height: 2rem;
  height: 2rem;
  font-weight: 400;
}
#audio_toggle audio {
  display: none;
}
#audio_toggle.ready .line {
  -webkit-animation: audio linear infinite;
          animation: audio linear infinite;
  height: 100%;
}
#audio_toggle .line {
  width: 2px;
  background-color: white;
  position: absolute;
  bottom: 0;
  height: 0;
  opacity: .4;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
#audio_toggle .line.l_1 {
  left: 0;
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
}
#audio_toggle .line.l_2 {
  left: 33%;
  -webkit-animation-duration: 1200ms;
          animation-duration: 1200ms;
}
#audio_toggle .line.l_3 {
  left: 66%;
  -webkit-animation-duration: 3200ms;
          animation-duration: 3200ms;
}
#audio_toggle .line.l_4 {
  left: 100%;
  -webkit-animation-duration: 2400ms;
          animation-duration: 2400ms;
}
#audio_toggle[data-state='1'] .line,
#audio_toggle:hover .line {
  opacity: 1;
  -webkit-animation: audioglow linear infinite;
          animation: audioglow linear infinite;
}
#audio_toggle[data-state='1'] .line.l_1,
#audio_toggle:hover .line.l_1 {
  -webkit-animation-duration: 2000ms;
          animation-duration: 2000ms;
}
#audio_toggle[data-state='1'] .line.l_2,
#audio_toggle:hover .line.l_2 {
  -webkit-animation-duration: 1200ms;
          animation-duration: 1200ms;
}
#audio_toggle[data-state='1'] .line.l_3,
#audio_toggle:hover .line.l_3 {
  -webkit-animation-duration: 3200ms;
          animation-duration: 3200ms;
}
#audio_toggle[data-state='1'] .line.l_4,
#audio_toggle:hover .line.l_4 {
  -webkit-animation-duration: 2400ms;
          animation-duration: 2400ms;
}
.partner_logo.logo_s {
  height: 1.8rem;
}
.partner_logo.logo_r {
  height: 3.2rem;
}
#pricepoints {
  display: grid;
  grid-auto-flow: row;
  grid-gap: .8rem;
  padding: 0 1.5rem;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pricepoint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-decoration: none;
  color: white;
}
.pricepoint .label {
  font-weight: 600;
  letter-spacing: .1em;
}
.pricepoint .price {
  text-align: right;
  font-size: .875rem;
  font-weight: 300;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 1rem;
}
.pricepoint .price:after {
  content: ' + bf';
}
.pricepoint.sublabel {
  margin-top: 1rem;
  font-size: .8em;
  font-weight: 400;
}
.ticket {
  display: grid;
  grid-template-areas: 'date status button';
  grid-template-columns: auto 1fr auto;
  grid-gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 1.5rem;
}
.ticket .date_block,
.ticket .ticket_status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ticket .date_block {
  grid-area: date;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.ticket .date_block .month {
  font-family: 'FuturaRennerRegular', sans-serif;
  color: #AA232A;
  font-size: .8125rem;
  line-height: 1.154em;
  letter-spacing: .215em;
  text-transform: uppercase;
  margin-bottom: .4em;
  font-weight: 600;
}
.ticket .date_block .date {
  font-size: 1.375rem;
  line-height: 1em;
  letter-spacing: .15em;
}
.ticket .ticket_status {
  grid-area: status;
}
.ticket .ticket_status .label {
  line-height: 1em;
  margin-bottom: .75em;
  font-weight: 600;
  letter-spacing: 0;
  color: white;
}
.ticket .ticket_status .label:before {
  content: 'Tickets Available';
}
.ticket .ticket_status .sessions {
  font-size: .875rem;
  line-height: .75rem;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ticket .ticket_status .sessions .session {
  text-decoration: none;
  color: white;
}
.ticket .ticket_status .sessions .session:not(:last-of-type) {
  margin-right: .75rem;
}
.ticket .button {
  grid-area: button;
  text-decoration: none;
  color: inherit;
  font-size: .84rem;
  letter-spacing: .03em;
  font-weight: 600;
}
.ticket .button:hover {
  -webkit-animation: coltoggle 2000ms linear infinite;
          animation: coltoggle 2000ms linear infinite;
}
@media (min-width: 1300px) {
  .ticket[data-s1="1"] .session_1:hover,
  .ticket[data-s2="1"] .session_2:hover {
    -webkit-animation: coltoggle 2000ms linear infinite;
            animation: coltoggle 2000ms linear infinite;
  }
}
.ticket[data-s1="0"] .ticket_status .session_1,
.ticket[data-s2="0"] .ticket_status .session_2 {
  opacity: .4;
  text-decoration: line-through;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.ticket[data-s1="0"].ticket[data-s2="1"] .ticket_status .label:before,
.ticket[data-s1="1"].ticket[data-s2="0"] .ticket_status .label:before {
  content: 'Tickets Almost Gone';
  color: #E92C1D;
}
.ticket[data-s1="0"].ticket[data-s2="0"] .ticket_status .label:before {
  content: 'SOLD OUT';
  color: #AA232A;
}
.ticket[data-s1="0"].ticket[data-s2="0"] .date_block {
  opacity: .3;
}
.ticket[data-s1="0"].ticket[data-s2="0"] .button {
  opacity: .4;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.ticket:not(:last-of-type) {
  border-bottom: 1px solid white;
}
#mediaplay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
#mediaplay #mediaplay_fill {
  fill: white;
  opacity: .5;
  -webkit-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
}
#mediaplay:hover #mediaplay_fill {
  opacity: .8;
}
#mediaclose {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  z-index: 5;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
}
#mediaclose:hover {
  opacity: .8;
}
.modal_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1rem;
  cursor: pointer;
}
@media (min-width: 1300px), screen and (orientation: landscape) {
  .modal_close:hover,
  .modal_close:hover .icon_fill {
    -webkit-animation: coltoggle 2000ms linear infinite;
            animation: coltoggle 2000ms linear infinite;
  }
}
.icon_chevron_left {
  height: 1.4em;
  margin-right: .5em;
}
.icon_chevron_left .icon_fill {
  fill: white;
}
.input_container {
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.input_container .anim_border {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0) scaleX(0);
          transform: translate3d(-50%, 0, 0) scaleX(0);
  height: 2px;
  width: 100%;
  background-color: white;
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
}
.input_container:hover .anim_border {
  -webkit-transform: translate3d(-50%, 0, 0) scaleX(1);
          transform: translate3d(-50%, 0, 0) scaleX(1);
}
.input_container input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background: none;
  color: white;
  text-align: center;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  outline: none;
  font-size: 1.4rem;
  height: 3rem;
  line-height: 1.4rem;
  padding: .8rem .3rem;
  -webkit-animation: bordertoggle 2000ms linear infinite;
          animation: bordertoggle 2000ms linear infinite;
}
.input_container input::-webkit-input-placeholder {
  opacity: .7;
}
.input_container input:-ms-input-placeholder {
  opacity: .7;
}
.input_container input::-ms-input-placeholder {
  opacity: .7;
}
.input_container input::placeholder {
  opacity: .7;
}
.button_container {
  position: relative;
}
.button_container input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  margin: 0;
  padding: 0;
}
#mc_embed_signup_scroll {
  width: 100%;
}
form:not(.valid) #subscribe_fauxsubmit {
  opacity: .15;
}
form:not(.valid) input[type="submit"] {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1400px), screen and (orientation: portrait) {
  form:not(.valid) .input_container .anim_border {
    -webkit-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
  }
}
form.valid .input_container .anim_border {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}
form.valid #subscribe_fauxsubmit {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
@media (min-width: 1300px), screen and (orientation: landscape) {
  form.valid input[type="submit"] {
    cursor: pointer;
  }
  form.valid .button_container:hover .fill {
    -webkit-animation: coltoggle 2000ms linear infinite;
            animation: coltoggle 2000ms linear infinite;
  }
}
#subscribe_fauxsubmit {
  width: 14rem;
  height: 2.4rem;
  -webkit-transition: opacity 400ms ease-out, -webkit-filter 400ms ease-out;
  transition: opacity 400ms ease-out, -webkit-filter 400ms ease-out;
  transition: opacity 400ms ease-out, filter 400ms ease-out;
  transition: opacity 400ms ease-out, filter 400ms ease-out, -webkit-filter 400ms ease-out;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#subscribe_fauxsubmit text {
  font-family: 'FuturaRennerRegular', sans-serif;
  font-size: 1.15rem;
  letter-spacing: .7em;
}
#scrollhint {
  position: fixed;
  bottom: 5.5rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  display: block;
  width: 3.5rem;
  -webkit-animation: scrollhint 1600ms ease-in-out infinite;
          animation: scrollhint 1600ms ease-in-out infinite;
  z-index: 5;
  visibility: hidden;
}
#scrollhint .icon_chevron_down {
  width: 100%;
  height: 100%;
}
@media (max-width: 1100px) {
  #tickets_jump:hover #ticketjump_fill {
    -webkit-animation: none;
            animation: none;
  }
}
@media (max-width: 840px) {
  #share .share_buttons .share_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #share .share_buttons .share_container button {
    margin-bottom: .7em;
    margin-right: 0;
  }
  #share .share_buttons .share_container .sharetoggle {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: .7em;
  }
  .partner_logo.logo_s {
    height: 1.4rem;
  }
}
@media (max-width: 500px) {
  #tickets_jump {
    left: 1.4rem;
  }
  #tickets_jump,#audio_toggle {
    position: fixed;
    bottom: 1.4rem;
  }
  #audio_toggle {
    right: 1.4rem;
  }
  .partner_logo.logo_r {
    height: 2.6rem;
  }
  #mediaplay {
    width: 4rem;
    height: 4rem;
  }
  #scrollhint {
    bottom: 4rem;
  }
  #audio_toggle #landing_info {
    opacity: 1;
    right: calc(100% + 1rem);
  }
}
@media (max-width: 330px) {
  .logo {
    height: 1.8rem;
  }
  #share,
  #share_svg,
  #share .share_buttons .share_container button {
    width: 1.8rem;
    height: 1.8rem;
  }
  #scrollhint {
    width: 2.8rem;
  }
  .ticket {
    padding: .8rem .6rem;
  }
  .ticket .ticket_status .label {
    font-size: 1rem;
  }
  .ticket .ticket_status .sessions {
    font-size: .9rem;
  }
}
nav {
  position: fixed;
  top: 2.5rem;
  left: 0;
  padding: 0 5rem;
  z-index: 1000;
}
nav,nav .inner_container {
  width: 100%;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav .inner_container {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1441px) {
  nav {
    padding-left: calc((100% - 90rem) / 2);
    padding-right: calc((100% - 90rem) / 2);
  }
}
@media (max-width: 840px) {
  nav {
    padding: 0 2.5rem;
  }
}
@media (max-width: 500px) {
  nav {
    top: 1.4rem;
    padding: 0 1.4rem;
  }
  nav .inner_container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
footer {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 4rem;
  padding: 0 5rem;
  height: 0;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  grid-template-areas: 'links . audio';
  grid-template-columns: auto 1fr auto;
  z-index: 100;
}
footer #footbuttons {
  display: none;
  grid-gap: 5.5rem;
  height: 2rem;
  grid-auto-flow: column;
  visibility: hidden;
  grid-area: links;
}
footer #footsocials {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 2rem;
}
footer #insta,
footer #fb {
  height: 2rem;
  width: 2rem;
  padding: .3rem;
  cursor: pointer;
}
footer #insta svg,
footer #fb svg {
  height: 100%;
  width: 100%;
}
footer #insta_fill,
footer #fb_fill {
  fill: white;
}
footer #fb:hover #fb_fill,
footer #insta:hover #insta_fill,
footer .foot_links:hover {
  -webkit-animation: coltoggle 2000ms linear infinite;
          animation: coltoggle 2000ms linear infinite;
}
footer .foot_links {
  line-height: 2rem;
  height: 2rem;
  font-size: 1rem;
  font-family: 'FuturaRennerRegular', sans-serif;
  letter-spacing: .6em;
  text-decoration: none;
  color: inherit;
}
#privacy_link {
  cursor: pointer;
}
#footcreds {
  position: fixed;
  right: 8rem;
  opacity: .4;
  font-size: .75rem;
  letter-spacing: .05em;
  line-height: 2rem;
  height: 2rem;
  font-weight: 400;
  visibility: hidden;
}
@media (min-width: 1441px) {
  footer {
    padding-left: calc((100% - 90rem) / 2);
    padding-right: calc((100% - 90rem) / 2);
  }
  footer #footcreds {
    right: calc(((100% - 90rem) / 2) + 2.8rem);
  }
}
@media (max-width: 1300px) {
  footer #footbuttons {
    grid-gap: 2rem;
  }
}
@media (max-width: 840px) {
  footer {
    padding: 0 2.5rem;
  }
  footer #foot_partners {
    grid-gap: 1.5em;
  }
  footer #fb,
  footer #insta {
    padding: .15rem;
  }
  footer #footsocials {
    grid-gap: 1rem;
  }
  footer #footbuttons {
    position: fixed;
    grid-template-areas: '. socials contact privacy .';
    grid-template-columns: 1fr auto auto auto 1fr;
    height: 1.6rem;
    bottom: 7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 5rem);
  }
  footer #footbuttons #footsocials {
    grid-area: socials;
  }
  footer #footbuttons #contact {
    grid-area: contact;
  }
  footer #footbuttons #privacy_link {
    grid-area: privacy;
  }
}
@media (max-width: 500px) {
  footer {
    bottom: 1.4rem;
    padding: 0 1.4rem;
  }
  footer #footcreds {
    bottom: 1.4rem;
    right: 4.4rem;
  }
  footer #foot_partners {
    display: none;
  }
  footer #footbuttons {
    width: calc(100% - 1.4rem);
    grid-template-areas: 'socials' 'contact' 'privacy';
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    height: unset;
    grid-gap: .8rem;
  }
  footer #footbuttons #footsocials {
    margin-bottom: .8rem;
  }
  footer .foot_links {
    letter-spacing: .36em;
  }
}
:root {
  --artist-offset: 6rem;
  --artist-height: 24rem;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 16rem;
}
main {
  position: relative;
}
main > section {
  grid-gap: 5.5rem;
}
main > section .copy {
  display: grid;
  grid-gap: 6.5rem;
  grid-auto-flow: row;
}
#landing {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
#landing,#landing h3 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#landing h3 {
  letter-spacing: .9em;
  cursor: pointer;
  text-align: center;
  -webkit-animation: coltoggle 12000ms linear infinite;
          animation: coltoggle 12000ms linear infinite;
  position: relative;
  z-index: 1000;
}
@media screen and (orientation: landscape) {
  #landing h3:hover {
    -webkit-animation-duration: 2000ms;
            animation-duration: 2000ms;
  }
}
#landing h3.fading {
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
#bg_canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#bg_canvas .inner_container {
  width: 110vw;
  height: 55vw;
  position: relative;
  -webkit-transform: translate(-20%, 120%);
          transform: translate(-20%, 120%);
  left: 0;
}
#bg_canvas .bg {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform-origin: center;
          transform-origin: center;
  left: 50%;
  top: 50%;
}
#bg_canvas .bg_1 {
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) rotateZ(-24deg);
          transform: translate(-50%, -50%) rotateZ(-24deg);
  background-image: url(../assets/img/bg_logo/bg_1_desktop.png);
}
#bg_canvas .bg_2 {
  width: 110%;
  height: 110%;
  -webkit-transform: translate(-50%, -55%) rotateZ(-28deg);
          transform: translate(-50%, -55%) rotateZ(-28deg);
  background-image: url(../assets/img/bg_logo/bg_2_desktop.png);
}
#bg_canvas .bg_3 {
  width: 121%;
  height: 121%;
  -webkit-transform: translate(-50%, -60.5%) rotateZ(-32deg);
          transform: translate(-50%, -60.5%) rotateZ(-32deg);
  background-image: url(../assets/img/bg_logo/bg_3_desktop.png);
}
#bg_canvas .bg_4 {
  width: 133%;
  height: 133%;
  -webkit-transform: translate(-50%, -66.6%) rotateZ(-36deg);
          transform: translate(-50%, -66.6%) rotateZ(-36deg);
  background-image: url(../assets/img/bg_logo/bg_4_desktop.png);
}
#bg_canvas .bg_5 {
  width: 146%;
  height: 146%;
  -webkit-transform: translate(-50%, -73.3%) rotateZ(-40deg);
          transform: translate(-50%, -73.3%) rotateZ(-40deg);
  background-image: url(../assets/img/bg_logo/bg_5_desktop.png);
}
#bg_canvas .bg_6 {
  width: 161%;
  height: 161%;
  -webkit-transform: translate(-50%, -80.6%) rotateZ(-44deg);
          transform: translate(-50%, -80.6%) rotateZ(-44deg);
  background-image: url(../assets/img/bg_logo/bg_6_desktop.png);
}
#bg_canvas .bg_7 {
  width: 177%;
  height: 177%;
  -webkit-transform: translate(-50%, -88.7%) rotateZ(-48deg);
          transform: translate(-50%, -88.7%) rotateZ(-48deg);
  background-image: url(../assets/img/bg_logo/bg_7_desktop.png);
}
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - 10rem);
}
header h1 {
  margin-top: 12rem;
  margin-bottom: 2em;
}
header h1 span {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#about {
  text-align: center;
  display: grid;
  grid-auto-flow: row;
  grid-gap: 2rem;
  justify-items: center;
}
#performers_venue_artists {
  display: grid;
  grid-auto-flow: row;
  grid-gap: 14rem;
}
.artist_section {
  width: 100%;
  display: grid;
  grid-gap: 6rem;
  grid-template-columns: 2fr 4fr;
  grid-template-areas: 'copy cards';
  margin-bottom: var(--artist-offset);
}
.artist_section .copy {
  grid-area: copy;
  display: block;
  padding-bottom: 16rem;
}
.artist_section .cards {
  grid-area: cards;
  display: grid;
  height: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: var(--artist-height);
  grid-gap: .4rem;
  margin-top: var(--artist-offset);
}
.artist_section .artist {
  width: 100%;
  cursor: pointer;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--artist-height);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.artist_section .artist,.artist_section .artist video {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.artist_section .artist video {
  opacity: 0;
  -webkit-transition: 400ms ease-out opacity;
  transition: 400ms ease-out opacity;
  position: absolute;
  display: none;
}
@media (min-width: 1300px) {
  .artist_section .artist video {
    display: block;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: var(--vidw);
  }
  .artist_section .artist:hover video {
    opacity: 1;
  }
}
.artist_section .artist[data-artist="zelia"] {
  background-image: url(../assets/img/artists/card/zelia/zelia_thumb.jpg);
}
@media (min-width: 1300px) {
  .artist_section .artist[data-artist="zelia"] {
    background-image: url(../assets/img/artists/card/zelia/zelia_hoverthumb.jpg);
  }
}
.artist_section .artist[data-artist="alon"] {
  background-image: url(../assets/img/artists/card/alon/alon_thumb.jpg);
}
@media (min-width: 1300px) {
  .artist_section .artist[data-artist="alon"] {
    background-image: url(../assets/img/artists/card/alon/alon_hoverthumb.jpg);
  }
}
.artist_section .artist[data-artist="marcus"] {
  background-image: url(../assets/img/artists/card/marcus/marcus_thumb.jpg);
}
@media (min-width: 1300px) {
  .artist_section .artist[data-artist="marcus"] {
    background-image: url(../assets/img/artists/card/marcus/marcus_hoverthumb.jpg);
  }
}
.artist_section .artist[data-artist="tanzer"] {
  background-image: url(../assets/img/artists/card/tanzer/tanzer_thumb.jpg);
}
@media (min-width: 1300px) {
  .artist_section .artist[data-artist="tanzer"] {
    background-image: url(../assets/img/artists/card/tanzer/tanzer_hoverthumb.jpg);
  }
}
.artist_section .artist[data-artist="bree"] {
  background-image: url(../assets/img/artists/card/bree/bree_thumb.jpg);
}
@media (min-width: 1300px) {
  .artist_section .artist[data-artist="bree"] {
    background-image: url(../assets/img/artists/card/bree/bree_hoverthumb.jpg);
  }
}
.artist_section .artist[data-artist="tba"] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  background-image: url(../assets/img/artists/card/tba/tba_thumb.jpg);
}
.artist_section .artist .name {
  position: relative;
  z-index: 5;
  text-align: center;
  color: white;
  width: 100%;
  font-size: .9rem;
  letter-spacing: .4em;
  font-family: 'FuturaRennerRegular', sans-serif;
  text-transform: uppercase;
}
.artist_section .artist .description {
  font-size: .9rem;
  letter-spacing: .1em;
}
.artist_section .artist:nth-of-type(2),
.artist_section .artist:nth-of-type(5) {
  -webkit-transform: translateY(var(--artist-offset));
          transform: translateY(var(--artist-offset));
}
.artist_section .artist:nth-of-type(3),
.artist_section .artist:nth-of-type(6) {
  -webkit-transform: translateY(calc(var(--artist-offset) * 2));
          transform: translateY(calc(var(--artist-offset) * 2));
}
#artists {
  width: 100%;
  display: grid;
  grid-gap: 6rem;
  grid-template-columns: 2fr 4fr;
  grid-template-areas: 'copy list';
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#artists .copy {
  grid-area: copy;
}
#artists .artist_list {
  grid-area: list;
  list-style: none;
  font-family: 'FuturaRennerRegular', sans-serif;
  text-align: center;
  width: 100%;
  font-size: .9rem;
  letter-spacing: .5em;
  text-transform: uppercase;
  padding: 4.8rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}
#artists .artist_list,#artists .artist_list li:not(:last-of-type) {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: relative;
}
#artists .artist_list li:not(:last-of-type) {
  margin-bottom: 2.4rem;
  z-index: 1;
}
#artists .artist_list:before {
  content: '';
  display: block;
  width: 100%;
  height: 130%;
  background-image: url(../assets/img/venue/annex.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, var(--bg-pos), 0);
          transform: translate3d(0, var(--bg-pos), 0);
  z-index: -1;
  -webkit-transition: -webkit-transform 50ms ease-in-out;
  transition: -webkit-transform 50ms ease-in-out;
  transition: transform 50ms ease-in-out;
  transition: transform 50ms ease-in-out, -webkit-transform 50ms ease-in-out;
}
#location {
  display: grid;
  grid-template-areas: 'media .' 'media text' 'media .';
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 4fr 2fr;
  grid-column-gap: 5rem;
  grid-row-gap: 0;
  height: calc(100vh - 13rem);
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#location .media {
  grid-area: media;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#location .media img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
#location .text_block {
  grid-area: text;
}
#moreinfo {
  display: grid;
  grid-template-columns: 5fr 3fr;
  grid-template-areas: 'headtoggle tickets' 'gettingthere tickets';
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-gap: 6.5rem;
}
#moreinfo #headtoggle {
  grid-area: headtoggle;
}
#moreinfo .moreinfohead h5 {
  font-size: 1.7rem;
}
#moreinfo .moreinfosubhead h5:not(:last-of-type) {
  margin-bottom: .9em;
}
#moreinfo .moreinfosubhead ul {
  margin-left: 1.4em;
  line-height: 1.8;
  margin-top: .4em;
}
#moreinfo .media {
  overflow: hidden;
}
#moreinfo .media img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
#moreinfo #gettingthere {
  grid-area: gettingthere;
  grid-template-areas: 'head head' 'map map' 'address description';
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  justify-items: start;
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-column-gap: 4.5rem;
}
#moreinfo #gettingthere .head {
  grid-area: head;
  color: #E92C1D;
}
#moreinfo #gettingthere .description {
  grid-area: description;
}
#moreinfo #gettingthere .address_box {
  grid-area: address;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#moreinfo #gettingthere .address_box a {
  font-weight: 800;
  text-decoration: none;
  color: white;
}
@media (min-width: 1300px), screen and (orientation: landscape) {
  #moreinfo #gettingthere .address_box a:hover {
    -webkit-animation: coltoggle 2000ms linear infinite;
            animation: coltoggle 2000ms linear infinite;
  }
}
#moreinfo #gettingthere #map {
  width: 100%;
  height: 20rem;
  grid-area: map;
}
#moreinfo .sticky {
  grid-area: tickets;
  position: static;
  top: unset;
  height: 100%;
}
#moreinfo #tickets {
  position: -webkit-sticky;
  position: sticky;
  top: 7.5rem;
  display: grid;
  grid-auto-flow: row;
  grid-gap: 2rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
img[src="https://maps.gstatic.com/mapfiles/api-3/images/google_white5.png"] {
  opacity: .3;
}
img[src="https://maps.gstatic.com/mapfiles/api-3/images/google_white5.png"]:hover {
  opacity: 1;
}
.gmnoprint div,
.gm-style-cc div,
.gmnoprint a,
.gm-style-cc a,
.gmnoprint span,
.gm-style-cc span {
  background: none !important;
  color: white !important;
}
.gmnoprint a,
.gm-style-cc a,
.gmnoprint span,
.gm-style-cc span {
  opacity: .3;
}
.gmnoprint a:hover,
.gm-style-cc a:hover,
.gmnoprint span:hover,
.gm-style-cc span:hover {
  opacity: 1;
}
.accordion,.accordion .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.accordion .tab .tab_head {
  cursor: pointer;
  font-size: 1rem;
}
.accordion .tab .tab_head:before {
  content: '+ ';
  font-size: 1.3em;
}
.accordion .tab .tab_head:hover {
  -webkit-animation: coltoggle 2000ms linear infinite;
          animation: coltoggle 2000ms linear infinite;
}
.accordion .tab .tab_content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 500ms ease-out;
  transition: height 500ms ease-out;
}
.accordion .tab .tab_content .inner_container {
  padding-left: 1.25rem;
}
.accordion .tab .tab_content .text_block {
  padding: 1.75rem 0;
}
.accordion .tab[data-clicked="1"] .tab_content {
  height: var(--tabh);
}
.accordion .tab[data-clicked="1"] .tab_head:before {
  content: '- ';
}
.accordion .tab:not(:last-of-type) {
  margin-bottom: .4rem;
}
.accordion .text_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#subscribe {
  margin: 0 auto;
}
#mc-embedded-subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#tickets_select {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.divider {
  height: 1px;
  width: 100%;
  background-color: white;
}
#tickets_head {
  height: 3.5rem;
  width: 100%;
}
#tickethead-text {
  font-family: 'FuturaRennerRegular', sans-serif;
  font-size: 1.5rem;
  line-height: 1em;
  height: 1em;
  letter-spacing: .47em;
}
#sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 10rem;
}
#sponsors .text_block {
  max-width: unset;
}
#sponsors .text_block:not(:last-of-type) {
  margin-bottom: 8rem;
}
#sponsors .sponsor_grid {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 5.5rem;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  overflow: hidden;
  overflow-y: auto;
  background-color: #200C35;
  display: none;
  padding: 7.5rem 5rem;
}
.modal .modal_close {
  position: fixed;
  top: 8.3rem;
  left: 5rem;
  z-index: 5;
}
.modal .modal_container {
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal#showcase .modal_container {
  display: grid;
  grid-template-areas: 'head head' '. text';
  grid-row-gap: 5.5rem;
  grid-column-gap: 5.5rem;
  grid-template-columns: 2fr 3fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  justify-items: start;
}
.modal#showcase .modal_container .head_media {
  grid-area: head;
  width: 100%;
  height: 24rem;
  position: relative;
  background-size: cover;
  background-position: center;
  -webkit-transition: height 400ms ease-out, margin 400ms ease-out;
  transition: height 400ms ease-out, margin 400ms ease-out;
  margin-top: 4rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal#showcase .modal_container .head_media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.modal#showcase .modal_container .head_media #mediaplay,
.modal#showcase .modal_container .head_media #mediaclose {
  z-index: 5;
}
.modal#showcase .modal_container .head_media[data-play="1"] {
  height: calc(100vh - 15rem);
  margin-top: 0;
}
.modal#showcase .modal_container .head_media .head_array {
  position: absolute;
  z-index: 0;
  background-size: cover;
  background-position: center;
  left: 50%;
  top: 50%;
  z-index: -1;
}
.modal#showcase .modal_container .head_media .head_array.head_1 {
  width: 120%;
  height: 120%;
  -webkit-transform: translate(-50%, -50%) rotateZ(-4deg);
          transform: translate(-50%, -50%) rotateZ(-4deg);
  opacity: .65;
}
.modal#showcase .modal_container .head_media .head_array.head_2 {
  width: 144%;
  height: 144%;
  -webkit-transform: translate(-50%, -50%) rotateZ(-8deg);
          transform: translate(-50%, -50%) rotateZ(-8deg);
  opacity: .4;
}
.modal#showcase .modal_container .head_media .head_array.head_3 {
  width: 173%;
  height: 173%;
  -webkit-transform: translate(-50%, -50%) rotateZ(-16deg);
          transform: translate(-50%, -50%) rotateZ(-16deg);
  opacity: .15;
}
.modal#showcase .modal_container .text_block {
  grid-area: text;
}
.modal#privacy .modal_container {
  display: grid;
  grid-template-areas: '. copy';
  grid-gap: 5.5rem;
}
.modal#privacy .modal_container .text_block {
  grid-area: copy;
}
.modal#privacy .modal_container .condition {
  padding-left: 1em;
  display: grid;
  grid-template-columns: 3rem 1fr;
  grid-gap: 2.4rem;
  grid-template-areas: 'id description';
}
.modal#privacy .modal_container .condition .id {
  grid-area: id;
}
.modal#privacy .modal_container .condition .description {
  grid-area: description;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal#privacy .modal_container .condition:not(:last-of-type) {
  margin-bottom: 2.4rem;
}
.modal[data-open="1"] {
  display: grid;
}
#bottom_bg {
  position: absolute;
  bottom: 0;
  height: 200vh;
  z-index: -1;
  background-image: url(../assets/img/bg/smoke_desktop.jpg);
  background-size: cover;
  background-position: top center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#bottom_bg,.noscript {
  left: 0;
  width: 100%;
}
.noscript {
  display: grid;
  background-color: black;
  position: fixed;
  z-index: 1000000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  text-align: center;
  top: 0;
  height: 100vh;
}
@media (min-width: 1441px) {
  :root {
    --artist-height: 30rem;
    --artist-offset: 12rem;
  }
  header h1 {
    margin-top: 14rem;
  }
  .modal {
    padding: 9rem calc((100% - 90rem) / 2);
  }
  #sponsors {
    margin-bottom: 17.5rem;
  }
  .artist_section .copy {
    padding-bottom: 24rem;
  }
  #moreinfo .copy {
    padding-top: 14rem;
  }
  #bottom_bg {
    background-image: url(../assets/img/bg/smoke_hd.jpg);
  }
}
@media (max-width: 1300px) {
  #landing h3 {
    max-width: 38rem;
    padding: 5rem 0;
  }
  #bg_canvas {
    height: 100%;
  }
  header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header h1 {
    margin-top: 20rem;
  }
  #about {
    padding: 5rem 0;
  }
  #performers_venue_artists {
    grid-gap: 12rem;
  }
  .artist_section {
    grid-template-areas: 'copy' 'cards';
    grid-template-columns: 1fr;
  }
  .artist_section .sticky {
    position: static;
    top: unset;
  }
  .artist_section .copy {
    padding-bottom: 0;
  }
  .artist_section .cards,.artist_section#artists,.artist_section#artists .cards {
    margin-top: 0;
  }
  #moreinfo {
    grid-template-columns: 1fr 1fr;
  }
  #moreinfo #gettingthere {
    grid-template-columns: 1fr;
    grid-template-areas: 'head' 'map' 'address' 'description';
  }
  #moreinfo #gettingthere .address_box {
    margin-bottom: 3rem;
  }
  #moreinfo #tickets {
    grid-gap: 3rem;
  }
  #sponsors {
    min-height: 60vh;
    margin: 0;
  }
  #sponsors .sponsor_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 40rem;
  }
  #sponsors .sponsor_grid img {
    margin-bottom: 5.5rem;
  }
  #sponsors .sponsor_grid img:not(:last-of-type):not(:nth-of-type(3)) {
    margin-right: 5.5rem;
  }
  #pricepoints {
    grid-gap: 2rem;
  }
  .ticket {
    padding: 2.25rem 1.5rem;
  }
  #audio_toggle:hover .line {
    -webkit-animation: audio linear infinite;
            animation: audio linear infinite;
    opacity: .4;
  }
  #audio_toggle[data-state="1"] .line {
    -webkit-animation: audioglow linear infinite;
            animation: audioglow linear infinite;
  }
  #bottom_bg {
    background-image: url(../assets/img/bg/smoke_tabx.jpg);
  }
}
@media (max-width: 1100px) {
  #performers_venue_artists {
    grid-gap: 9rem;
  }
  #location {
    grid-template-columns: 1fr 1fr;
  }
  #artists {
    grid-template-columns: 1fr;
    grid-template-areas: 'copy' 'list';
  }
}
@media screen and (orientation: portrait) {
  #location {
    height: unset;
  }
  #location .text_block {
    margin: 5rem 0;
  }
}
@media screen and (orientation: portrait) and (max-width: 1000px) {
  #location {
    grid-template-columns: 1fr;
    grid-template-areas: 'text' 'media';
    grid-template-rows: auto auto;
    grid-gap: 4rem;
  }
  #location .media {
    height: 24rem;
  }
  #location .text_block {
    margin: 0;
  }
  #artists {
    grid-gap: 4rem;
  }
}
@media (max-width: 840px) {
  .modal {
    padding: 7.5rem 2.5rem;
  }
  .modal .modal_close {
    left: 2.5rem;
  }
  .modal#showcase .modal_container .head_media[data-play="1"] {
    height: calc((100vw - 5rem) * (9/16));
  }
  #moreinfo {
    grid-template-areas: 'headtoggle' 'tickets' 'gettingthere';
    grid-template-columns: 1fr;
    grid-gap: 4rem;
  }
  #moreinfo #gettingthere {
    grid-column-gap: 2.4rem;
  }
  #bottom_bg {
    background-image: url(../assets/img/bg/smoke_tab.jpg);
  }
  #artists {
    grid-gap: 4rem;
  }
  #artists .artist_list {
    padding: 2.4rem 1.6rem;
  }
}
@media (max-width: 500px) {
  :root {
    --artist-height: 12rem;
  }
  header {
    height: calc(100vh - 4.8rem);
  }
  header .text_block .head {
    margin-bottom: 1.4rem;
  }
  header h1 {
    margin-top: 10vh;
  }
  #landing {
    width: 100vw;
  }
  #landing h3 {
    padding-left: 1.2rem;
    width: 100%;
    max-width: unset;
  }
  #about {
    padding: 0;
  }
  #performers_venue_artists {
    grid-gap: 7rem;
  }
  #performers_venue_artists #performers.artist_section {
    margin-bottom: 0;
  }
  .artist_section {
    grid-gap: 4rem;
  }
  .artist_section .cards {
    grid-template-columns: 1fr;
    grid-gap: 1.4rem;
  }
  .artist_section .cards .artist:nth-of-type(2),
  .artist_section .cards .artist:nth-of-type(3),
  .artist_section .cards .artist:nth-of-type(5),
  .artist_section .cards .artist:nth-of-type(6) {
    -webkit-transform: none;
            transform: none;
  }
  #location .media {
    height: 16rem;
  }
  #moreinfo {
    grid-gap: 4rem;
  }
  #moreinfo .moreinfohead h5 {
    font-size: 1rem;
  }
  #moreinfo .moreinfosubhead h5 {
    font-size: .9rem;
  }
  #moreinfo #gettingthere #map {
    height: 16rem;
  }
  #moreinfo #tickets {
    grid-gap: 1.4rem;
  }
  #tickets_head {
    height: 3rem;
  }
  #pricepoints {
    grid-gap: 1rem;
    padding: 0 .8rem;
  }
  #pricepoints .pricepoint .label,
  #pricepoints .pricepoint .price {
    font-size: .8rem;
  }
  .ticket {
    padding: 1.4rem .8rem;
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.6rem;
    grid-template-areas: 'date status' 'date button';
    grid-template-columns: 3rem 1fr;
  }
  .ticket .ticket_status .label {
    font-size: .9rem;
  }
  .ticket .ticket_status .sessions {
    font-size: .8rem;
  }
  #sponsors {
    text-align: center;
    -ms-flex-line-pack: center;
        align-content: center;
    height: unset;
    margin-bottom: 18rem;
  }
  #sponsors .text_block:not(:last-of-type) {
    margin-bottom: 4.4rem;
  }
  #sponsors .sponsor_grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sponsors .sponsor_grid img:not(:last-of-type):not(:nth-of-type(3)) {
    margin-right: 0;
  }
  #sponsors .sponsor_grid img:not(:last-of-type) {
    margin-bottom: 2.8rem;
  }
  #sponsors .sponsor_grid img:last-of-type {
    margin-bottom: 0;
  }
  .modal {
    padding: 5rem 1.4rem;
  }
  .modal .modal_container {
    position: fixed;
    top: 5rem;
    bottom: 5rem;
    left: 1.4rem;
    right: 1.4rem;
    max-height: calc(100% - 10rem);
    overflow: hidden;
    overflow-y: scroll;
  }
  .modal .modal_close {
    top: 1.4rem;
    left: 1.4rem;
  }
  .modal#showcase .modal_container {
    grid-template-areas: 'head' 'text' '.';
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    grid-gap: 0;
  }
  .modal#showcase .modal_container .head_media {
    margin-top: 0;
    height: 32vh;
    margin-bottom: 3.6rem;
  }
  .modal#showcase .modal_container .head_media[data-play="1"] {
    margin-top: 0;
    height: 32vh;
  }
  .modal#privacy .modal_container {
    grid-template-columns: 1fr;
    grid-template-areas: 'copy';
    overflow: hidden;
    overflow-y: auto;
  }
  .modal#privacy .modal_container .condition {
    padding-left: .6rem;
    grid-template-columns: 2rem 1fr;
    grid-column-gap: 1.2rem;
  }
  #bottom_bg {
    background-image: url(../assets/img/bg/smoke_mob.jpg);
  }
}
@media (max-width: 330px) {
  header h1 {
    margin-top: 4vh;
  }
  .artist_section .artist .name {
    font-size: 1rem;
  }
  #tickets_head {
    height: 2.8rem;
  }
  #tickethead-text {
    font-size: 1.2rem;
  }
  #pricepoints .pricepoint .label,
  #pricepoints .pricepoint .price,
  #pricepoints .pricepoint.sublabel {
    font-size: .9rem;
  }
}
body {
  background-color: #010108;
}
body.noscroll {
  position: fixed;
  overflow-y: scroll;
}
body.modalnoscroll {
  position: fixed;
  overflow: hidden;
}
main {
  padding: 2.5rem 5rem;
  display: grid;
  grid-auto-flow: row;
  grid-gap: 60vh;
  visibility: hidden;
}
@media (min-width: 1441px) {
  main {
    padding-left: calc((100% - 90rem) / 2);
    padding-right: calc((100% - 90rem) / 2);
  }
}
@media (max-width: 1100px) {
  main {
    grid-gap: 24rem;
  }
}
@media (max-width: 840px) {
  main {
    padding: 2.5rem;
  }
}
@media (max-width: 500px) {
  main {
    grid-gap: 26vh;
    padding: 1.4rem;
  }
}
.random_fade span {
  display: inline-block;
  min-width: .8em;
}
@-webkit-keyframes audio {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  15% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.8);
            transform: translate3d(0, 0, 0) scaleY(0.8);
  }
  45% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.25);
            transform: translate3d(0, 0, 0) scaleY(0.25);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.5);
            transform: translate3d(0, 0, 0) scaleY(0.5);
  }
  64% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  79% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
}
@keyframes audio {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  15% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.8);
            transform: translate3d(0, 0, 0) scaleY(0.8);
  }
  45% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.25);
            transform: translate3d(0, 0, 0) scaleY(0.25);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.5);
            transform: translate3d(0, 0, 0) scaleY(0.5);
  }
  64% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  79% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
}
@-webkit-keyframes audioglow {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
    background-color: #E92C1D;
  }
  15% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.8);
            transform: translate3d(0, 0, 0) scaleY(0.8);
  }
  45% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.25);
            transform: translate3d(0, 0, 0) scaleY(0.25);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.5);
            transform: translate3d(0, 0, 0) scaleY(0.5);
    background-color: #361243;
  }
  64% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  79% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
    background-color: #E92C1D;
  }
}
@keyframes audioglow {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
    background-color: #E92C1D;
  }
  15% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.8);
            transform: translate3d(0, 0, 0) scaleY(0.8);
  }
  45% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.25);
            transform: translate3d(0, 0, 0) scaleY(0.25);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.5);
            transform: translate3d(0, 0, 0) scaleY(0.5);
    background-color: #361243;
  }
  64% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
  }
  79% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
            transform: translate3d(0, 0, 0) scaleY(1);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(0);
            transform: translate3d(0, 0, 0) scaleY(0);
    background-color: #E92C1D;
  }
}
@-webkit-keyframes coltoggle {
  0%,
  100% {
    fill: white;
    color: white;
  }
  25%,
  75% {
    fill: #E92C1D;
    color: #E92C1D;
  }
  50% {
    fill: #361243;
    color: #361243;
  }
}
@keyframes coltoggle {
  0%,
  100% {
    fill: white;
    color: white;
  }
  25%,
  75% {
    fill: #E92C1D;
    color: #E92C1D;
  }
  50% {
    fill: #361243;
    color: #361243;
  }
}
@-webkit-keyframes bordertoggle {
  0%,
  100% {
    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
  }
  50% {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  }
}
@keyframes bordertoggle {
  0%,
  100% {
    border-bottom: 2px solid rgba(255, 255, 255, 0.05);
  }
  50% {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  }
}
@-webkit-keyframes scrollhint {
  0%,
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  50% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes scrollhint {
  0%,
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  50% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
