/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  max-width: 100vw !important;
  overflow-x: hidden; }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  max-width: 100vw !important;
  overflow-x: hidden; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/******************************
  MIXINS
*******************************/
/******************************
  GENERAL SETUP AND CLASSES
*******************************/
.show-for-xs {
  display: none; }
  @media only screen and (max-width: 550px) {
    .show-for-xs {
      display: block;
      display: initial; } }

.show-for-s {
  display: none; }
  @media only screen and (min-width: 551px) and (max-width: 719px) {
    .show-for-s {
      display: block;
      display: initial; } }

.show-for-m {
  display: none; }
  @media only screen and (min-width: 720px) and (max-width: 1024px) {
    .show-for-m {
      display: block;
      display: initial; } }

.show-for-l {
  display: none; }
  @media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .show-for-l {
      display: block;
      display: initial; } }

.show-for-xl {
  display: none; }
  @media only screen and (min-width: 1281px) {
    .show-for-xl {
      display: block;
      display: initial; } }

.show-for-xs-s {
  display: none; }
  @media only screen and (max-width: 719px) {
    .show-for-xs-s {
      display: block;
      display: initial; } }

.show-for-xs-s-m {
  display: none; }
  @media only screen and (max-width: 1024px) {
    .show-for-xs-s-m {
      display: block; } }

.show-for-xs-s-m-l {
  display: none; }
  @media only screen and (max-width: 1280px) {
    .show-for-xs-s-m-l {
      display: block;
      display: initial; } }

.show-for-s-m {
  display: none; }
  @media only screen and (min-width: 551px) and (max-width: 1024px) {
    .show-for-s-m {
      display: block;
      display: initial; } }

.show-for-s-m-l {
  display: none; }
  @media only screen and (min-width: 551px) and (max-width: 1280px) {
    .show-for-s-m-l {
      display: block;
      display: initial; } }

.show-for-m-l {
  display: none; }
  @media only screen and (min-width: 720px) and (max-width: 1280px) {
    .show-for-m-l {
      display: block;
      display: initial; } }

.show-for-s-m-l-xl {
  display: none; }
  @media only screen and (min-width: 551px) {
    .show-for-s-m-l-xl {
      display: block;
      display: initial; } }

.show-for-m-l-xl {
  display: none; }
  @media only screen and (min-width: 720px) {
    .show-for-m-l-xl {
      display: block;
      display: initial; } }

.show-for-l-xl {
  display: none; }
  @media only screen and (min-width: 1025px) {
    .show-for-l-xl {
      display: block;
      display: initial; } }

.hidden {
  display: none; }

.invisible {
  visibility: hidden; }

.no-scroll {
  overflow: hidden; }

.full-width {
  width: 100%; }

.position-rel {
  position: relative; }

.position-abs {
  position: absolute; }

/******************************
  PROPS
*******************************/
.page-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px; }
  .page-content.width-limited {
    max-width: 1280px; }
  .page-content.no-padding {
    padding-left: 0;
    padding-right: 0; }

@media only screen and (max-width: 719px) {
  .page-content {
    padding-left: 0;
    padding-right: 0; }
    .page-content .row {
      margin-left: 0;
      margin-right: 0; } }

/******************************
  MIXINS
*******************************/
/******************************
  GRID DEFAULTS
*******************************/
*, *:before, *:after {
  box-sizing: border-box; }

.row {
  clear: both;
  position: relative; }
  .row > * {
    float: left; }
  .row.no-spacing {
    margin: 0 !important; }
  .row.no-margin {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .row.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.column {
  position: relative;
  min-height: 1px; }
  .column.no-spacing {
    padding: 0 !important; }

/******************************
  CREATE DEFAULT GRID SIZE
*******************************/
/* MAIN GRID */
.size-xs-1 {
  width: 8.33333%; }

.offset-xs-by-0 {
  margin-left: 0%; }

/* MAIN GRID */
.size-xs-2 {
  width: 16.66667%; }

.offset-xs-by-1 {
  margin-left: 8.33333%; }

/* MAIN GRID */
.size-xs-3 {
  width: 25%; }

.offset-xs-by-2 {
  margin-left: 16.66667%; }

/* MAIN GRID */
.size-xs-4 {
  width: 33.33333%; }

.offset-xs-by-3 {
  margin-left: 25%; }

/* MAIN GRID */
.size-xs-5 {
  width: 41.66667%; }

.offset-xs-by-4 {
  margin-left: 33.33333%; }

/* MAIN GRID */
.size-xs-6 {
  width: 50%; }

.offset-xs-by-5 {
  margin-left: 41.66667%; }

/* MAIN GRID */
.size-xs-7 {
  width: 58.33333%; }

.offset-xs-by-6 {
  margin-left: 50%; }

/* MAIN GRID */
.size-xs-8 {
  width: 66.66667%; }

.offset-xs-by-7 {
  margin-left: 58.33333%; }

/* MAIN GRID */
.size-xs-9 {
  width: 75%; }

.offset-xs-by-8 {
  margin-left: 66.66667%; }

/* MAIN GRID */
.size-xs-10 {
  width: 83.33333%; }

.offset-xs-by-9 {
  margin-left: 75%; }

/* MAIN GRID */
.size-xs-11 {
  width: 91.66667%; }

.offset-xs-by-10 {
  margin-left: 83.33333%; }

/* MAIN GRID */
.size-xs-12 {
  width: 100%; }

.offset-xs-by-11 {
  margin-left: 91.66667%; }

.size-xs-half {
  width: 4.16667%; }

.offset-xs-by-half {
  margin-left: 4.16667%; }

.grid-container {
  padding: 0 6px; }

.column {
  padding: 0 6px; }

.grid-spacing-box {
  padding: 6px; }

/******************************
  MEDIAQUERIES
*******************************/
@media only screen and (min-width: 551px) {
  /* MAIN GRID */
  .size-s-1 {
    width: 8.33333%; }
  .offset-s-by-0 {
    margin-left: 0%; }
  /* MAIN GRID */
  .size-s-2 {
    width: 16.66667%; }
  .offset-s-by-1 {
    margin-left: 8.33333%; }
  /* MAIN GRID */
  .size-s-3 {
    width: 25%; }
  .offset-s-by-2 {
    margin-left: 16.66667%; }
  /* MAIN GRID */
  .size-s-4 {
    width: 33.33333%; }
  .offset-s-by-3 {
    margin-left: 25%; }
  /* MAIN GRID */
  .size-s-5 {
    width: 41.66667%; }
  .offset-s-by-4 {
    margin-left: 33.33333%; }
  /* MAIN GRID */
  .size-s-6 {
    width: 50%; }
  .offset-s-by-5 {
    margin-left: 41.66667%; }
  /* MAIN GRID */
  .size-s-7 {
    width: 58.33333%; }
  .offset-s-by-6 {
    margin-left: 50%; }
  /* MAIN GRID */
  .size-s-8 {
    width: 66.66667%; }
  .offset-s-by-7 {
    margin-left: 58.33333%; }
  /* MAIN GRID */
  .size-s-9 {
    width: 75%; }
  .offset-s-by-8 {
    margin-left: 66.66667%; }
  /* MAIN GRID */
  .size-s-10 {
    width: 83.33333%; }
  .offset-s-by-9 {
    margin-left: 75%; }
  /* MAIN GRID */
  .size-s-11 {
    width: 91.66667%; }
  .offset-s-by-10 {
    margin-left: 83.33333%; }
  /* MAIN GRID */
  .size-s-12 {
    width: 100%; }
  .offset-s-by-11 {
    margin-left: 91.66667%; }
  .size-s-half {
    width: 4.16667%; }
  .offset-s-by-half {
    margin-left: 4.16667%; }
  .grid-container {
    padding: 0 6px; }
  .column {
    padding: 0 6px; }
  .grid-spacing-box {
    padding: 6px; } }

@media only screen and (min-width: 720px) {
  /* MAIN GRID */
  .size-m-1 {
    width: 8.33333%; }
  .offset-m-by-0 {
    margin-left: 0%; }
  /* MAIN GRID */
  .size-m-2 {
    width: 16.66667%; }
  .offset-m-by-1 {
    margin-left: 8.33333%; }
  /* MAIN GRID */
  .size-m-3 {
    width: 25%; }
  .offset-m-by-2 {
    margin-left: 16.66667%; }
  /* MAIN GRID */
  .size-m-4 {
    width: 33.33333%; }
  .offset-m-by-3 {
    margin-left: 25%; }
  /* MAIN GRID */
  .size-m-5 {
    width: 41.66667%; }
  .offset-m-by-4 {
    margin-left: 33.33333%; }
  /* MAIN GRID */
  .size-m-6 {
    width: 50%; }
  .offset-m-by-5 {
    margin-left: 41.66667%; }
  /* MAIN GRID */
  .size-m-7 {
    width: 58.33333%; }
  .offset-m-by-6 {
    margin-left: 50%; }
  /* MAIN GRID */
  .size-m-8 {
    width: 66.66667%; }
  .offset-m-by-7 {
    margin-left: 58.33333%; }
  /* MAIN GRID */
  .size-m-9 {
    width: 75%; }
  .offset-m-by-8 {
    margin-left: 66.66667%; }
  /* MAIN GRID */
  .size-m-10 {
    width: 83.33333%; }
  .offset-m-by-9 {
    margin-left: 75%; }
  /* MAIN GRID */
  .size-m-11 {
    width: 91.66667%; }
  .offset-m-by-10 {
    margin-left: 83.33333%; }
  /* MAIN GRID */
  .size-m-12 {
    width: 100%; }
  .offset-m-by-11 {
    margin-left: 91.66667%; }
  .size-m-half {
    width: 4.16667%; }
  .offset-m-by-half {
    margin-left: 4.16667%; }
  .grid-container {
    padding: 0 6px; }
  .column {
    padding: 0 6px; }
  .grid-spacing-box {
    padding: 6px; } }

@media only screen and (min-width: 1025px) {
  /* MAIN GRID */
  .size-l-1 {
    width: 8.33333%; }
  .offset-l-by-0 {
    margin-left: 0%; }
  /* MAIN GRID */
  .size-l-2 {
    width: 16.66667%; }
  .offset-l-by-1 {
    margin-left: 8.33333%; }
  /* MAIN GRID */
  .size-l-3 {
    width: 25%; }
  .offset-l-by-2 {
    margin-left: 16.66667%; }
  /* MAIN GRID */
  .size-l-4 {
    width: 33.33333%; }
  .offset-l-by-3 {
    margin-left: 25%; }
  /* MAIN GRID */
  .size-l-5 {
    width: 41.66667%; }
  .offset-l-by-4 {
    margin-left: 33.33333%; }
  /* MAIN GRID */
  .size-l-6 {
    width: 50%; }
  .offset-l-by-5 {
    margin-left: 41.66667%; }
  /* MAIN GRID */
  .size-l-7 {
    width: 58.33333%; }
  .offset-l-by-6 {
    margin-left: 50%; }
  /* MAIN GRID */
  .size-l-8 {
    width: 66.66667%; }
  .offset-l-by-7 {
    margin-left: 58.33333%; }
  /* MAIN GRID */
  .size-l-9 {
    width: 75%; }
  .offset-l-by-8 {
    margin-left: 66.66667%; }
  /* MAIN GRID */
  .size-l-10 {
    width: 83.33333%; }
  .offset-l-by-9 {
    margin-left: 75%; }
  /* MAIN GRID */
  .size-l-11 {
    width: 91.66667%; }
  .offset-l-by-10 {
    margin-left: 83.33333%; }
  /* MAIN GRID */
  .size-l-12 {
    width: 100%; }
  .offset-l-by-11 {
    margin-left: 91.66667%; }
  .size-l-half {
    width: 4.16667%; }
  .offset-l-by-half {
    margin-left: 4.16667%; }
  .grid-container {
    padding: 0 6px; }
  .column {
    padding: 0 6px; }
  .grid-spacing-box {
    padding: 6px; } }

@media only screen and (min-width: 1281px) {
  /* MAIN GRID */
  .size-xl-1 {
    width: 8.33333%; }
  .offset-xl-by-0 {
    margin-left: 0%; }
  /* MAIN GRID */
  .size-xl-2 {
    width: 16.66667%; }
  .offset-xl-by-1 {
    margin-left: 8.33333%; }
  /* MAIN GRID */
  .size-xl-3 {
    width: 25%; }
  .offset-xl-by-2 {
    margin-left: 16.66667%; }
  /* MAIN GRID */
  .size-xl-4 {
    width: 33.33333%; }
  .offset-xl-by-3 {
    margin-left: 25%; }
  /* MAIN GRID */
  .size-xl-5 {
    width: 41.66667%; }
  .offset-xl-by-4 {
    margin-left: 33.33333%; }
  /* MAIN GRID */
  .size-xl-6 {
    width: 50%; }
  .offset-xl-by-5 {
    margin-left: 41.66667%; }
  /* MAIN GRID */
  .size-xl-7 {
    width: 58.33333%; }
  .offset-xl-by-6 {
    margin-left: 50%; }
  /* MAIN GRID */
  .size-xl-8 {
    width: 66.66667%; }
  .offset-xl-by-7 {
    margin-left: 58.33333%; }
  /* MAIN GRID */
  .size-xl-9 {
    width: 75%; }
  .offset-xl-by-8 {
    margin-left: 66.66667%; }
  /* MAIN GRID */
  .size-xl-10 {
    width: 83.33333%; }
  .offset-xl-by-9 {
    margin-left: 75%; }
  /* MAIN GRID */
  .size-xl-11 {
    width: 91.66667%; }
  .offset-xl-by-10 {
    margin-left: 83.33333%; }
  /* MAIN GRID */
  .size-xl-12 {
    width: 100%; }
  .offset-xl-by-11 {
    margin-left: 91.66667%; }
  .size-xl-half {
    width: 4.16667%; }
  .offset-xl-by-half {
    margin-left: 4.16667%; }
  .grid-container {
    padding: 0 6px; }
  .column {
    padding: 0 6px; }
  .grid-spacing-box {
    padding: 6px; } }

@font-face {
  font-family: 'Brandon Grotesque Light';
  font-style: normal;
  font-weight: normal;
  src: local("Brandon Grotesque Light"), url("../fonts/bg/brandon-grotesque-light-58a8a4b38001d.woff") format("woff"); }

@font-face {
  font-family: 'Brandon Grotesque Black';
  font-style: normal;
  font-weight: normal;
  src: local("Brandon Grotesque Black"), url("../fonts/bg/brandon-grotesque-black-58a8a3e824392.woff") format("woff"); }

@font-face {
  font-family: 'Brandon Grotesque Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Brandon Grotesque Medium Italic"), url("../fonts/bg/brandon-grotesque-medium-italic-58a8a3c40866a.woff") format("woff"); }

@font-face {
  font-family: 'Brandon Grotesque Light Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Brandon Grotesque Light Italic"), url("../fonts/bg/brandon-grotesque-light-italic-58a8a4ccb88be.woff") format("woff"); }

@font-face {
  font-family: 'Brandon Grotesque Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Brandon Grotesque Bold Italic"), url("../fonts/bg/brandon-grotesque-bold-italic-58a8a48221563.woff") format("woff"); }

@font-face {
  font-family: 'Brandon Grotesque Regular Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Brandon Grotesque Regular Italic"), url("../fonts/bg/brandon-grotesque-regular-italic-58a8a456c4724.woff") format("woff"); }

@font-face {
  font-family: 'Brandon Grotesque Thin Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Brandon Grotesque Thin Italic"), url("../fonts/bg/brandon-grotesque-thin-italic-58a8a3a8861fe.woff") format("woff"); }

@font-face {
  font-family: "badebeats-icons";
  src: url("../fonts/i/badebeats-icons.eot");
  src: url("../fonts/i/badebeats-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/i/badebeats-icons.woff") format("woff"), url("../fonts/i/badebeats-icons.ttf") format("truetype"), url("../fonts/i/badebeats-icons.svg#badebeats-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "badebeats-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "badebeats-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\61"; }

.icon-instagram:before {
  content: "\62"; }

.icon-soundcloud:before {
  content: "\63"; }

.icon-ticket:before {
  content: "\64"; }

.icon-info:before {
  content: "\65"; }

.icon-question:before {
  content: "\66"; }

.icon-cancel:before {
  content: "\67"; }

.icon-download:before {
  content: "\68"; }

@keyframes puls {
  0% {
    text-shadow: 0 0 2em rgba(107, 208, 228, 0.7); }
  15% {
    text-shadow: 0 0 3em rgba(96, 78, 177, 0.9); }
  30% {
    text-shadow: 0 0 4em rgba(200, 142, 102, 0.9); }
  45% {
    text-shadow: 0 0 4em rgba(201, 85, 169, 0.9); }
  60% {
    text-shadow: 0 0 4em rgba(200, 142, 102, 0.9); }
  75% {
    text-shadow: 0 0 3em rgba(96, 78, 177, 0.9); }
  100% {
    text-shadow: 0 0 2em rgba(107, 208, 228, 0.7); } }

#main-wrapper .delay-5 {
  transition-delay: 2.5s !important; }

#main-wrapper .delay-4 {
  transition-delay: 2s !important; }

#main-wrapper .delay-3 {
  transition-delay: 1.5s !important; }

#main-wrapper .delay-2 {
  transition-delay: 1s !important; }

#main-wrapper .delay-1 {
  transition-delay: 0.5s !important; }

#main-wrapper .delay-0 {
  transition-delay: 0s !important; }

#main-wrapper.in .social-container a.delay-4, #main-wrapper.in .social-container div.delay-4 {
  transition-delay: 4.2s !important; }

#main-wrapper.in .social-container a.delay-3, #main-wrapper.in .social-container div.delay-3 {
  transition-delay: 3.9s !important; }

#main-wrapper.in .social-container a.delay-2, #main-wrapper.in .social-container div.delay-2 {
  transition-delay: 3.6s !important; }

#main-wrapper.in .social-container a.delay-1, #main-wrapper.in .social-container div.delay-1 {
  transition-delay: 3.3s !important; }

#main-wrapper.in .social-container a.delay-0, #main-wrapper.in .social-container div.delay-0 {
  transition-delay: 3s !important; }

body {
  width: 100%;
  height: 100%;
  color: white !important;
  background: #fdfefc;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #fdfefc 0%, #fcfcf7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #fdfefc 0%, #fcfcf7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #fdfefc 0%, #fcfcf7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  body:not(.no-scroll) {
    top: 0;
    bottom: 0;
    position: inherit;
    overflow: auto; }

html {
  background-color: black; }

/* LOADER START */
#loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  pointer-events: all;
  margin: 0;
  opacity: 0;
  transition: all 1s ease-out; }
  #loader svg {
    width: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  #loader path {
    stroke-width: 2px; }
  #loader.loading {
    transition: all .5s ease-in;
    opacity: 1; }
  #loader.loaded {
    opacity: 0.8;
    z-index: -1;
    pointer-events: none;
    background-color: rgba(52, 37, 72, 0); }

/* LOADER END */
a {
  color: white;
  text-decoration: none; }
  a:focus, a:active, a:visited {
    color: white; }

* {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.background {
  overflow: hidden !important;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh; }
  .background .vid-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-color: black;
    width: 100vw;
    height: 100vh;
    opacity: 0.3;
    z-index: 3; }
  .background .fullscreen-bg__video {
    position: absolute;
    object-fit: fill;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

@media (orientation: portrait) {
  .background .fullscreen-bg__video {
    left: -100%; } }

@media (min-aspect-ratio: 16 / 9) {
  .background .fullscreen-bg__video {
    width: 100vw; } }

@media (max-aspect-ratio: 16 / 9) {
  .background .fullscreen-bg__video {
    height: 100vh; } }

#main-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  transition: all 1s ease-in-out; }
  #main-wrapper .title-container,
  #main-wrapper .social-container,
  #main-wrapper .info-container {
    z-index: 5; }
  #main-wrapper .titel-container {
    line-height: 0.75em;
    cursor: pointer;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    top: 42.5%;
    font-size: 4em;
    text-align: center;
    width: 100%;
    /*&:hover {
            .text-container {
                .titel,
                .subtitel {
                    animation: puls 3s linear infinite;
                }
            }
        }*/ }
    #main-wrapper .titel-container .text-container {
      opacity: 0;
      transform: scale(1.2); }
      #main-wrapper .titel-container .text-container .titel,
      #main-wrapper .titel-container .text-container .subtitel,
      #main-wrapper .titel-container .text-container .pretitel {
        text-transform: uppercase;
        display: inline; }
      #main-wrapper .titel-container .text-container .titel {
        font-family: "Brandon Grotesque Black";
        font-size: 1.2em;
        font-style: normal;
        font-weight: normal; }
        @media only screen and (min-width: 720px) and (max-width: 1024px) {
          #main-wrapper .titel-container .text-container .titel {
            font-size: 1.08em; } }
        @media only screen and (min-width: 551px) and (max-width: 719px) {
          #main-wrapper .titel-container .text-container .titel {
            font-size: 0.96em; } }
        @media only screen and (max-width: 550px) {
          #main-wrapper .titel-container .text-container .titel {
            font-size: 0.9em; } }
      #main-wrapper .titel-container .text-container .pretitel,
      #main-wrapper .titel-container .text-container .subtitel {
        font-family: "Brandon Grotesque Light";
        font-size: 1.2em;
        font-style: normal;
        font-weight: normal; }
        @media only screen and (min-width: 720px) and (max-width: 1024px) {
          #main-wrapper .titel-container .text-container .pretitel,
          #main-wrapper .titel-container .text-container .subtitel {
            font-size: 1.08em; } }
        @media only screen and (min-width: 551px) and (max-width: 719px) {
          #main-wrapper .titel-container .text-container .pretitel,
          #main-wrapper .titel-container .text-container .subtitel {
            font-size: 0.96em; } }
        @media only screen and (max-width: 550px) {
          #main-wrapper .titel-container .text-container .pretitel,
          #main-wrapper .titel-container .text-container .subtitel {
            font-size: 0.9em; } }
      #main-wrapper .titel-container .text-container .pretitel {
        font-size: .35em;
        display: block;
        padding-bottom: .15em; }
      #main-wrapper .titel-container .text-container .subtitel {
        display: none; }
  #main-wrapper .info-container {
    width: 100%;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 1em;
    transform: translateX(-50%) translateY(120%);
    text-align: center;
    text-transform: uppercase; }
    #main-wrapper .info-container .date span,
    #main-wrapper .info-container .location span {
      font-family: "Brandon Grotesque Light";
      font-size: 1em;
      font-style: normal;
      font-weight: normal; }
      @media only screen and (min-width: 720px) and (max-width: 1024px) {
        #main-wrapper .info-container .date span,
        #main-wrapper .info-container .location span {
          font-size: 0.9em; } }
      @media only screen and (min-width: 551px) and (max-width: 719px) {
        #main-wrapper .info-container .date span,
        #main-wrapper .info-container .location span {
          font-size: 0.8em; } }
      @media only screen and (max-width: 550px) {
        #main-wrapper .info-container .date span,
        #main-wrapper .info-container .location span {
          font-size: 0.75em; } }
    #main-wrapper .info-container .date a,
    #main-wrapper .info-container .location a {
      font-size: inherit; }
    #main-wrapper .info-container .date .thin,
    #main-wrapper .info-container .location .thin {
      font-family: "Brandon Grotesque Light"; }
    #main-wrapper .info-container .date .bold,
    #main-wrapper .info-container .location .bold {
      font-family: "Brandon Grotesque Black"; }
    #main-wrapper .info-container div {
      margin-top: 0.5em; }
  #main-wrapper .social-container {
    width: 100%;
    font-size: 1.5em;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    top: 80%; }
    #main-wrapper .social-container a,
    #main-wrapper .social-container div {
      display: inline-block;
      opacity: 0;
      margin: 0 1em 0 1em; }
      #main-wrapper .social-container a:hover,
      #main-wrapper .social-container div:hover {
        animation: puls 3s infinite; }
        #main-wrapper .social-container a:hover:before,
        #main-wrapper .social-container div:hover:before {
          transform: scale(2); }
  #main-wrapper .qa-container {
    z-index: 100;
    cursor: pointer;
    position: fixed;
    bottom: .75em;
    right: .75em;
    transform: translateX(150%); }
    #main-wrapper .qa-container div {
      padding: 0.25em; }
  #main-wrapper #link-box {
    z-index: 100;
    font-family: "Brandon Grotesque Black";
    font-size: 1.2em;
    font-style: normal;
    font-weight: normal;
    font-size: 0.9em;
    text-transform: uppercase;
    text-align: right;
    position: fixed;
    bottom: 1em;
    right: 3.5em;
    pointer-events: none; }
    @media only screen and (min-width: 720px) and (max-width: 1024px) {
      #main-wrapper #link-box {
        font-size: 1.08em; } }
    @media only screen and (min-width: 551px) and (max-width: 719px) {
      #main-wrapper #link-box {
        font-size: 0.96em; } }
    @media only screen and (max-width: 550px) {
      #main-wrapper #link-box {
        font-size: 0.9em; } }
    #main-wrapper #link-box div {
      cursor: pointer !important;
      padding: 0.25em;
      transform: translateX(10%);
      opacity: 0;
      transition: all 1s ease-out; }
    #main-wrapper #link-box.in {
      pointer-events: all; }
      #main-wrapper #link-box.in div {
        transform: translateX(0);
        opacity: 1; }
  #main-wrapper.in .titel-container .text-container {
    opacity: 1;
    transition: all 1s ease-in;
    transition-delay: 1.25s;
    transform: scale(1); }
  #main-wrapper.in .social-container a,
  #main-wrapper.in .social-container div {
    transition: all 1s ease-in;
    opacity: 1; }
  #main-wrapper.in .info-container {
    transition: all .75s ease-out;
    transition-delay: 2s;
    transform: translateY(0) translateX(-50%); }
  #main-wrapper.in .jelly-container {
    transition: transform 2s ease-out, opacity 1s ease-in;
    transition-delay: 0s;
    opacity: 1; }
    #main-wrapper.in .jelly-container #jelly {
      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
  #main-wrapper.in .qa-container {
    transition: transform 1s ease-out;
    transition-delay: 4s;
    transform: translateX(0%); }
  #main-wrapper.out {
    transition: all 1s ease-in-out !important; }
    #main-wrapper.out .jelly-container {
      transition: opacity 1s ease-in-out !important;
      opacity: 0; }
      #main-wrapper.out .jelly-container #jelly {
        transition: all 1.5s ease-in-out !important;
        transform: translateX(-50%) translateY(-100%); }
    #main-wrapper.out .titel-container,
    #main-wrapper.out .info-container,
    #main-wrapper.out .qa-container,
    #main-wrapper.out .social-container {
      transition: opacity .5s ease-in-out !important;
      opacity: 0; }
    #main-wrapper.out *:not(.titel-container) {
      transition-delay: 0s !important; }

@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #main-wrapper #link-box {
    font-size: 0.9em; } }

@media only screen and (max-width: 719px) {
  #main-wrapper .titel-container .pretitel {
    padding: 0;
    margin-bottom: -.5em; }
  #main-wrapper .info-container {
    font-size: 1.2em; }
  #main-wrapper .social-container a {
    font-size: 1em; }
  #main-wrapper .qa-container {
    top: .75em;
    bottom: inherit;
    right: .75em; }
  #main-wrapper #link-box {
    top: 1em;
    bottom: inherit;
    right: 3.5em;
    font-size: 0.8em; }
    #main-wrapper #link-box .imprint,
    #main-wrapper #link-box .privacy {
      position: absolute;
      right: 0; }
    #main-wrapper #link-box .imprint {
      top: 2em; }
    #main-wrapper #link-box .privacy {
      top: 0; } }

@media only screen and (max-width: 719px) and (orientation: landscape) {
  #main-wrapper .titel-container {
    margin-top: 0; }
  #main-wrapper .social-container {
    width: 100vw;
    left: inherit;
    transform: inherit;
    text-align: left;
    top: inherit;
    bottom: 0.75em; }
  #main-wrapper .info-container {
    transition-delay: padding 0s !important;
    text-align: right;
    padding-right: 1em; } }

@media only screen and (max-width: 550px) {
  #main-wrapper .titel-container {
    font-size: 3.5em;
    margin-top: 0;
    padding: 0.25em; } }

.jelly-container {
  opacity: 0;
  z-index: -1; }
  .jelly-container #jelly {
    z-index: -1;
    background: url("../img/jelly.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: fixed;
    left: 50%;
    top: 50%;
    height: 100vh;
    width: 100vw;
    transition: transform 2s ease-out, opacity 4s linear;
    transform: translateX(-50%) translateY(100%); }

#privacy-container,
#imprint-container,
#download-container {
  font-family: "Brandon Grotesque Light";
  font-size: 0.8em;
  font-style: normal;
  font-weight: normal;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  color: black;
  height: 100vh;
  transition: all 1s ease-in-out; }
  @media only screen and (min-width: 720px) and (max-width: 1024px) {
    #privacy-container,
    #imprint-container,
    #download-container {
      font-size: 0.72em; } }
  @media only screen and (min-width: 551px) and (max-width: 719px) {
    #privacy-container,
    #imprint-container,
    #download-container {
      font-size: 0.64em; } }
  @media only screen and (max-width: 550px) {
    #privacy-container,
    #imprint-container,
    #download-container {
      font-size: 0.6em; } }
  #privacy-container .bg,
  #imprint-container .bg,
  #download-container .bg {
    background-color: rgba(253, 254, 252, 0.9);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    height: 1000%; }
  #privacy-container .content-container,
  #imprint-container .content-container,
  #download-container .content-container {
    height: 100%;
    z-index: 100;
    font-size: 1.2em;
    padding: 2em;
    position: relative; }
    #privacy-container .content-container a,
    #imprint-container .content-container a,
    #download-container .content-container a {
      color: #342548; }
      #privacy-container .content-container a:hover,
      #imprint-container .content-container a:hover,
      #download-container .content-container a:hover {
        font-weight: 800; }
    #privacy-container .content-container p,
    #imprint-container .content-container p,
    #download-container .content-container p {
      font-size: 1.2em; }
    #privacy-container .content-container h1,
    #privacy-container .content-container h2,
    #privacy-container .content-container h3,
    #imprint-container .content-container h1,
    #imprint-container .content-container h2,
    #imprint-container .content-container h3,
    #download-container .content-container h1,
    #download-container .content-container h2,
    #download-container .content-container h3 {
      text-transform: uppercase; }
  #privacy-container .cancel,
  #imprint-container .cancel,
  #download-container .cancel {
    cursor: pointer;
    position: fixed;
    right: 1em;
    font-size: 3em;
    z-index: 1000; }
  #privacy-container.in,
  #imprint-container.in,
  #download-container.in {
    transition-delay: .5s;
    opacity: 1;
    pointer-events: all; }
  #privacy-container.out,
  #imprint-container.out,
  #download-container.out {
    display: none; }

#download-container ul {
  list-style: none;
  font-size: 1.5em; }
  #download-container ul .icon {
    font-size: 0.75em; }
    #download-container ul .icon:before {
      margin-right: 1em;
      top: 2em; }

#download-container li div, #download-container li a {
  display: inline-block; }

@media only screen and (min-width: 1025px) {
  #imprint-container,
  #download-container {
    margin: auto;
    max-width: 50vw; } }

@media only screen and (min-width: 720px) and (max-width: 1024px) {
  #imprint-container,
  #download-container {
    margin: auto;
    max-width: 90vw; } }

@media only screen and (max-width: 719px) {
  #privacy-container .cancel,
  #imprint-container .cancel,
  #download-container .cancel {
    top: 0em;
    right: 1em; } }

/*# sourceMappingURL=maps/styles.css.map */
