/*! 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 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* 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;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  height: 100%;
  width: 100%;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("../assets/fonts/flexslider-icon.eot");
  src: url("../assets/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/flexslider-icon.woff") format("woff"), url("../assets/fonts/flexslider-icon.ttf") format("truetype"), url("../assets/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
  width: 100%;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}

.flex-direction-nav a:before {
  font-family: "Electronauts";
  font-size: 52px;
  height: 52px;
  display: inline-block;
  content: "\f015";
  color: white;
  width: 20px;
}

.flex-direction-nav a.flex-next:before {
  content: "\f014";
  font-size: 52px;
  height: 52px;
}

.flex-direction-nav .flex-prev {
  left: -60px;
  width: 20px;
  height: 52px;
}

.flex-direction-nav .flex-next {
  right: -60px;
  text-align: right;
  width: 20px;
  height: 52px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
* {
  box-sizing: border-box;
}

a {
  color: #ea1775;
}

.clearfix {
  clear: both;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.button {
  border-radius: none;
  -webkit-appearance: none;
  background: #8a00c4;
  /* Old browsers */
  background: -moz-linear-gradient(90deg, #8a00c4 0%, #ed0874 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(90deg, #8a00c4 0%, #ed0874 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(90deg, #8a00c4 0%, #ed0874 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8a00c4", endColorstr="#ed0874",GradientType=1 );
  /* IE6-9 */
  height: 40px;
  width: 170px;
  color: white;
  font-size: 14px;
  line-height: 1;
  padding: 11px 0 15px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
  transition: 0.2s all linear;
}
.button:hover {
  font-weight: 400;
}

.video-bg-wrapper-cover {
  overflow: hidden !important;
  height: 100%;
  width: 100%;
  position: relative;
}
.video-bg-wrapper-cover video {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  object-fit: cover;
  display: block;
}

input:focus, button:focus {
  outline: 0;
}

div.mce_inline_error {
  display: none !important;
}

.gradient-pink {
  background: #8a00c4;
  /* Old browsers */
  background: -moz-linear-gradient(-193.6deg, #8a00c4 0%, #ed0874 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-193.6deg, #8a00c4 0%, #ed0874 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(-193.6deg, #8a00c4 0%, #ed0874 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8a00c4", endColorstr="#ed0874",GradientType=1 );
  /* IE6-9 */
}

.gradient-purple, #media-list li:after, #artists-list li:after {
  background: -moz-linear-gradient(top, rgba(32, 5, 63, 0) 0%, #20053f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(32, 5, 63, 0) 0%, #20053f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(32, 5, 63, 0) 0%, #20053f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0020053f", endColorstr="#20053f",GradientType=0 );
  /* IE6-9 */
}

.more-wrapper {
  max-width: 1180px;
  min-width: 1140px;
  margin: 0 auto;
  position: relative;
  margin-top: 8px;
  height: 54px;
}
.more-wrapper:before, .more-wrapper:after {
  content: "";
  display: block;
  width: 493px;
  width: 50%;
  height: 34px;
  border: 1px solid rgba(124, 72, 173, 0.75);
  border-top: none;
  position: absolute;
  top: 0;
}
.more-wrapper:before {
  left: 0;
  border-right: none;
  border-bottom-left-radius: 5px;
}
.more-wrapper:after {
  right: 0;
  border-left: none;
  border-bottom-right-radius: 5px;
}
.more-wrapper .button {
  display: block;
  position: absolute;
  left: 50%;
  top: 14px;
  transform: translateX(-50%);
  z-index: 1;
  border-left: 12px solid #20033a;
  border-right: 12px solid #20033a;
}

@media (max-width: 1280px) {
  .more-wrapper {
    box-sizing: border-box;
  }
}
.section {
  text-align: center;
  padding: 65px 0 90px;
  background: url("../assets/img/sonic-bg@2x.png") center 60%/contain no-repeat;
}
.section .container {
  padding: 0;
}
.section .container > p {
  width: 700px;
  margin: 1em auto;
  line-height: 19.2px;
  margin: 2em auto 4em;
}
.section hgroup h1 {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
}
.section hgroup h2 {
  text-transform: uppercase;
  font-size: 30px;
  margin: 0;
}
.section hgroup:after {
  content: "";
  margin-top: 8px;
  height: 23px;
  display: block;
  background: url("../assets/img/heading-dec.svg") center center/contain no-repeat;
}

.webp .section {
  background: url("../assets/img/sonic-bg@2x.webp") center 60%/contain no-repeat;
}
.webp .section:after {
  background: url("../assets/img/heading-dec.webp") center center/contain no-repeat;
}

.flex-viewport {
  overflow: hidden;
}

.flex-control-nav li {
  margin: 0 8px;
}

.flex-control-paging li a {
  width: 16px;
  height: 16px;
  background: #562A76;
  transition: 0.1s all linear;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
  background: #8a00c4;
  /* Old browsers */
  background: -moz-linear-gradient(130deg, #8a00c4 0%, #ed0874 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(130deg, #8a00c4 0%, #ed0874 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(130deg, #8a00c4 0%, #ed0874 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8a00c4", endColorstr="#ed0874",GradientType=1 );
  /* IE6-9 */
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

#mc_embed_signup input.mce_inline_error {
  border-color: #ea1775 !important;
}

#mce-responses,
#mce-success-response {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 75%;
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
}

#mce-success-response {
  bottom: -25px;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 580px;
  margin: 20px auto;
}

@media only screen and (-webkit-max-device-pixel-ratio: 1.3), only screen and (-o-max-device-pixel-ratio: 13/10), only screen and (max-resolution: 120dpi) {
  .section {
    background: url("../assets/img/sonic-bg.png") center 60%/contain no-repeat;
  }

  .webp .section {
    background: url("../assets/img/sonic-bg.webp") center 60%/contain no-repeat;
  }
}
@font-face {
  font-family: "Isidora Sans";
  src: url("../assets/fonts/IsidoraSans-Regular.eot");
  src: url("../assets/fonts/IsidoraSans-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/IsidoraSans-Regular.woff2") format("woff2"), url("../assets/fonts/IsidoraSans-Regular.woff") format("woff"), url("../assets/fonts/IsidoraSans-Regular.ttf") format("truetype"), url("../assets/fonts/IsidoraSans-Regular.svg#IsidoraSans-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Isidora Sans";
  src: url("../assets/fonts/IsidoraSans-Medium.eot");
  src: url("../assets/fonts/IsidoraSans-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/IsidoraSans-Medium.woff2") format("woff2"), url("../assets/fonts/IsidoraSans-Medium.woff") format("woff"), url("../assets/fonts/IsidoraSans-Medium.ttf") format("truetype"), url("../assets/fonts/IsidoraSans-Medium.svg#IsidoraSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Isidora Sans";
  src: url("../assets/fonts/IsidoraSans-SemiBold.eot");
  src: url("../assets/fonts/IsidoraSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/IsidoraSans-SemiBold.woff2") format("woff2"), url("../assets/fonts/IsidoraSans-SemiBold.woff") format("woff"), url("../assets/fonts/IsidoraSans-SemiBold.ttf") format("truetype"), url("../assets/fonts/IsidoraSans-SemiBold.svg#IsidoraSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Isidora Sans";
  src: url("../assets/fonts/IsidoraSans-Bold.eot");
  src: url("../assets/fonts/IsidoraSans-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/IsidoraSans-Bold.woff2") format("woff2"), url("../assets/fonts/IsidoraSans-Bold.woff") format("woff"), url("../assets/fonts/IsidoraSans-Bold.ttf") format("truetype"), url("../assets/fonts/IsidoraSans-Bold.svg#IsidoraSans-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Locator";
  src: url("../assets/fonts/Locator-Regular.eot");
  src: url("../assets/fonts/Locator-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Locator-Regular.woff2") format("woff2"), url("../assets/fonts/Locator-Regular.woff") format("woff"), url("../assets/fonts/Locator-Regular.ttf") format("truetype"), url("../assets/fonts/Locator-Regular.svg#Locator-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
body, p, li, td {
  font-family: "Isidora Sans", sans-serif;
  font-size: 16px;
  color: white;
}

a {
  text-decoration: none;
}

a {
  outline: 0;
}

.container {
  max-width: 1180px;
  min-width: 1180px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

body {
  background: #20033a;
  color: white;
}

html, body {
  height: 100%;
}

.clearfix {
  clear: both;
}

ul, li {
  list-style-type: none;
}

body {
  color: white;
}

.mobile-only {
  display: none !important;
}

.section .container {
  height: 100%;
}

#logo {
  margin: 0;
  float: left;
  margin-left: 17px;
}
#logo a {
  width: 248px;
  height: 60px;
  background: url("../assets/img/header-logo@2x.png") center center/100% auto no-repeat;
  display: block;
  transition: 0.2s all linear;
}
#logo a:hover {
  opacity: 0.8;
}
#logo a span {
  display: none;
}

.webp #logo a {
  background: url("../assets/img/header-logo@2x.wbp") center center/100% auto no-repeat;
}

header {
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 101;
  transition: 0.2s height ease-in;
}
header .container {
  height: 60px;
  padding: 0 30px 0 17px;
  max-width: 100%;
}
header.sticky {
  position: fixed;
  background: #210539;
  transition: 0.2s height ease-in;
}
header nav {
  float: right;
  font-size: 15px;
  transition: 0.2s all ease-in;
}
header nav > ul {
  margin: 0;
}
header nav > ul > li {
  display: block;
  float: left;
  height: 60px;
  line-height: 1;
  margin-left: 30px;
}
header nav > ul > li > a,
header nav > ul > li > span {
  font-weight: 500;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  height: 60px;
  line-height: 60px;
  padding: 0;
  cursor: pointer;
  transition: 0.2s all ease-in;
}
header nav > ul > li > a::after,
header nav > ul > li > span::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
}
header nav > ul > li:hover > a,
header nav > ul > li:hover > span, header nav > ul > li.active > a,
header nav > ul > li.active > span {
  font-weight: 600;
}
header nav > ul > li:hover .subnav, header nav > ul > li.active .subnav {
  height: auto;
}
header nav .has-subnav {
  position: relative;
}
header nav .subnav {
  height: 0;
  box-sizing: border-box;
  overflow: hidden;
  box-sizing: border-box;
  transition: 0.2s all linear;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  padding: 2px 0 0;
  min-width: 185px;
}
header nav .subnav li {
  background: #1d0736;
  height: 58px;
  padding: 0 15px;
  float: none;
}
header nav .subnav li:last-of-type {
  margin-bottom: 4px;
}
header nav .subnav li:last-of-type a {
  border-bottom: none;
}
header nav .subnav li a {
  display: block;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 1px solid #49385d;
  transition: 0.1s all linear;
}
header nav .subnav li a span {
  display: none;
}

@media (max-width: 1280px) {
  header .container {
    padding: 0 20px;
  }

  #logo {
    margin-left: 24px;
  }
}
#buy-steam a {
  background-image: url("../assets/img/steam.svg");
  background-size: 105px auto;
}

#buy-oculus a {
  background-image: url("../assets/img/oculus.svg");
  background-size: 93px auto;
}

#buy-psvr a {
  background-image: url("../assets/img/psvr.svg");
  background-size: 123px auto;
}

#nav-buy-now > a {
  background: #8a00c4;
  /* Old browsers */
  background: -moz-linear-gradient(right, #8a00c4 0%, #ed0874 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, #8a00c4 0%, #ed0874 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #8a00c4 0%, #ed0874 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8a00c4", endColorstr="#ed0874",GradientType=1 );
  /* IE6-9 */
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 600;
}

#nav-buy-now > a:hover {
  font-weight: 700;
}

#header-survios {
  color: rgba(255, 255, 255, 0.25);
  transition: 0.2s all ease-in;
  font-size: 34px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  float: left;
  line-height: 1;
  cursor: pointer;
}
#header-survios .fa-remove {
  display: none;
}
#header-survios .inner i {
  transition: 0.2s all linear;
}
#header-survios:hover {
  color: white;
}
#header-survios:hover i {
  -webkit-animation: spin 0.2s linear;
  -moz-animation: spin 0.2s linear;
  animation: spin 0.2s linear;
}

@media only screen and (-webkit-max-device-pixel-ratio: 1.3), only screen and (-o-max-device-pixel-ratio: 13/10), only screen and (max-resolution: 120dpi) {
  #logo a {
    background: url("../assets/img/header-logo.png") center center/100% auto no-repeat;
  }

  .webp #logo a {
    background: url("../assets/img/header-logo.webp") center center/100% auto no-repeat;
  }
}
#survios-nav {
  background: #1d0736;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  z-index: 100;
  padding: 0 23px;
  transition: 0.2s all linear;
  z-index: 100;
  max-width: 100%;
}

#survios-nav.open {
  transform: translateY(0);
  margin-top: 62px;
}

#survios-nav a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.2s all linear;
  position: relative;
  overflow: visible;
  min-width: 320px;
  max-width: 100%;
  font-family: "Isidora Sans", sans-serif;
  font-weight: 600;
}

#survios-nav a:after {
  width: 100%;
  content: "";
  display: block;
  height: 1px;
  background: #49385d;
  margin: 0 auto;
  width: 100%;
}

#survios-nav a:hover {
  font-weight: 700;
}

#survios-nav a.current {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
}

#survios-nav a:last-of-type {
  margin-bottom: 4px;
}

#survios-nav a:last-of-type::after {
  display: none;
}

footer {
  padding-bottom: 50px;
  padding-top: 0;
  background: #13062c;
  min-width: 1180px;
}
footer .container {
  padding: 0 20px;
}
footer .container .left, footer .container .middle, footer .container .right {
  float: left;
}
footer .container .left, footer .container .right {
  width: 25%;
}
footer .container .middle {
  width: 50%;
}
footer .container .right {
  text-align: right;
}
footer nav {
  text-align: center;
  margin: 31px 0 0;
}
footer nav ul li {
  color: #A07BC6;
  display: inline-block;
}
footer nav ul li:after {
  content: "|";
  display: inline-block;
  padding: 0 12px;
  color: #5A4377;
}
footer nav ul li a {
  color: #A07BC6;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  transition: 0.1s all linear;
}
footer nav ul li a:hover {
  color: #bf9bec;
}
footer nav ul li:last-of-type::after {
  display: none;
}

#sys-req {
  margin-bottom: 32px;
}

#sys-req-toggle {
  width: 335px;
  height: 51px;
  background: url("../assets/img/sysreq.svg") center center/contain no-repeat;
  margin: 0 auto;
  cursor: pointer;
}

.webp #sys-req-toggle {
  background: url("../assets/img/sysreq.webp") center center/contain no-repeat;
}

#sys-req-content {
  overflow: hidden;
  opacity: 0;
  height: 0;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  transition: 0.3s all linear;
}
#sys-req-content:after {
  content: "";
  display: table;
  clear: both;
}
#sys-req-content.open {
  opacity: 1;
}
#sys-req-content table {
  color: white;
  width: 46.5%;
  float: left;
  margin: 2em 0 1.5em;
}
#sys-req-content table tr th, #sys-req-content table tr td {
  font-size: 15px;
  line-height: 21px;
  padding: 4px 0;
  text-align: left;
  vertical-align: top;
  line-height: 1.1;
}
#sys-req-content table tr th {
  font-weight: 500;
  box-sizing: border-box;
  padding-right: 15px;
}
#sys-req-content table:first-of-type {
  margin-right: 7%;
}

#esrb-rating {
  background: url("../assets/img/esrb@2x.png") 0 0/contain no-repeat;
  width: 175px;
  height: 85px;
}

.webp #esrb-rating {
  background: url("../assets/img/esrb@2x.png") 0 0/contain no-repeat;
}

.webp #esrb-rating {
  background: url("../assets/img/esrb@2x.webp") 0 0/contain no-repeat;
}

#footer-logos {
  background: url("../assets/img/footer-logos@2x.png") center center/contain no-repeat;
  height: 24px;
  margin-top: 0;
}

.webp #footer-logos {
  background: url("../assets/img/footer-logos@2x.webp") center center/contain no-repeat;
}

#copyright {
  text-align: center;
  font-size: 11px;
  color: #A07BC6;
  font-weight: 500;
}

#footer-social {
  display: inline-block;
  margin-top: 32px;
}
#footer-social li {
  float: left;
  position: relative;
  height: 45px;
  width: 45px;
  border-left: 4px solid #13062c;
  background: #A07BC6;
}
#footer-social li:hover {
  background: #bf9bec;
}
#footer-social li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.1s all linear;
}
#footer-social li a i {
  color: #13062c;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  font-size: 25px;
}

#footer-platform-logos {
  display: inline-block;
  margin: 25px 0 40px;
  font-size: 26px;
  text-align: center;
  width: 100%;
}
#footer-platform-logos i {
  padding: 0 10px;
  display: inline-block;
  color: #A07BC6;
}

.discord-link {
  text-transform: uppercase;
  font-weight: bold;
  color: #A07BC6;
  transition: 0.1s all linear;
}
.discord-link:hover {
  color: #bf9bec;
}
.discord-link i {
  margin-left: 6px;
  font-size: 38px;
  transform: translateY(22%);
}

@media only screen and (-webkit-max-device-pixel-ratio: 1.3), only screen and (-o-max-device-pixel-ratio: 13/10), only screen and (max-resolution: 120dpi) {
  #esrb-rating {
    background: url("../assets/img/esrb.png") 0 0/contain no-repeat;
  }

  #footer-logos {
    background: url("../assets/img/footer-logos.png") center center/contain no-repeat;
  }

  .webp #esrb-rating {
    background: url("../assets/img/esrb.webp") 0 0/contain no-repeat;
  }
  .webp #footer-logos {
    background: url("../assets/img/footer-logos.webp") center center/contain no-repeat;
  }
}
#hero {
  height: 100vh;
}
#hero.short {
  height: 600px;
}
#hero.short:after {
  display: none;
}
#hero .container {
  height: 100%;
}
#hero .content {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#hero h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 50px;
  line-height: 1.2;
  margin: 0 0 0.5em;
}
#hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #180030;
  opacity: 0.45;
  z-index: 0;
}
#hero .next-section {
  position: absolute;
  font-size: 20px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 1;
  cursor: pointer;
  color: white;
}
#hero .fa-play-circle {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  color: white;
  font-size: 100px;
  opacity: 0.6;
  z-index: 1;
  cursor: pointer;
  transition: 0.1s all ease-in;
}
#hero .fa-play-circle:hover {
  opacity: 0.7;
}
#hero .platforms {
  font-size: 30px;
}
#hero .platforms a {
  color: white;
}
#hero .platforms a i {
  margin-right: 24px;
}
#hero video {
  opacity: 0.9;
}

@media (max-width: 1280px) {
  #hero .content {
    left: 8%;
  }
  #hero h1 {
    font-size: 3.90625vw;
  }
  #hero .platforms {
    font-size: 1.5625vw;
  }
}
@media (orientation: portrait) {
  #hero.home {
    height: 0;
    padding-bottom: 56.25%;
  }
  #hero.home .container {
    padding-bottom: 56.25%;
  }
  #hero.home .next-section {
    display: none;
  }
}
#artists {
  min-width: 1180px;
}

#artists-list-wrapper {
  padding-bottom: 55.7291666667%;
  overflow: hidden;
  height: 0;
  transition: 0.2s all linear;
}

.more-wrapper {
  transition: 0.2s all linear;
  overflow: hidden;
}

#artists-list {
  display: flex;
  flex-wrap: wrap;
}
#artists-list li {
  width: 20%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 27.8645833333%;
}
#artists-list li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  z-index: 3;
}
#artists-list li .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s all ease-out;
}
#artists-list li:hover .img {
  transform: scale(1.1);
}
#artists-list li:hover h2 {
  transform: translateX(-50%) scale(1.1);
  transition: 0.3s all ease-out;
}
#artists-list li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 67.1875%;
  width: 100%;
  display: block;
  z-index: 2;
}
#artists-list li h2 {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  left: 50%;
  bottom: 11.1856823266%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 4;
  width: 100%;
  margin: 0;
  height: 1em;
}

@media (max-width: 1280px) {
  #artists-list li h2 {
    font-size: 18px;
  }
}
#twelfthplanet .img {
  background-image: url("../assets/img/artists/12thplanet@2x.jpg");
}

#del .img {
  background-image: url("../assets/img/artists/del@2x.jpg");
}

#nero .img {
  background-image: url("../assets/img/artists/nero@2x.jpg");
}

#stargate .img {
  background-image: url("../assets/img/artists/stargate@2x.jpg");
}

#tipper .img {
  background-image: url("../assets/img/artists/tipper@2x.jpg");
}

#threelau .img {
  background-image: url("../assets/img/artists/3lau@2x.jpg");
}

#djshadow .img {
  background-image: url("../assets/img/artists/djshadow@2x.jpg");
}

#netsky .img {
  background-image: url("../assets/img/artists/netsky@2x.jpg");
}

#steveaoki .img {
  background-image: url("../assets/img/artists/steveaoki@2x.jpg");
}

#tokimonsta .img {
  background-image: url("../assets/img/artists/tokimonsta@2x.jpg");
}

.webp #twelfthplanet .img {
  background-image: url("../assets/img/artists/12thplanet@2x.webp");
}

.webp #del .img {
  background-image: url("../assets/img/artists/del@2x.webp");
}

.webp #nero .img {
  background-image: url("../assets/img/artists/nero@2x.webp");
}

.webp #stargate .img {
  background-image: url("../assets/img/artists/stargate@2x.webp");
}

.webp #tipper .img {
  background-image: url("../assets/img/artists/tipper@2x.webp");
}

.webp #threelau .img {
  background-image: url("../assets/img/artists/3lau@2x.webp");
}

.webp #djshadow .img {
  background-image: url("../assets/img/artists/djshadow@2x.webp");
}

.webp #netsky .img {
  background-image: url("../assets/img/artists/netsky@2x.webp");
}

.webp #steveaoki .img {
  background-image: url("../assets/img/artists/steveaoki@2x.webp");
}

.webp #tokimonsta .img {
  background-image: url("../assets/img/artists/tokimonsta@2x.webp");
}

#del h2,
#peopleunderthestairs h2,
#subshockevangelos h2,
#asteroids h2 {
  bottom: 14% !important;
}

#features-list {
  display: flex;
  justify-content: space-between;
}
#features-list li {
  width: 380px;
  height: 493px;
  position: relative;
}
#features-list li .gradient-purple, #features-list li #media-list li:after, #media-list #features-list li li:after, #features-list li #artists-list li:after, #artists-list #features-list li li:after {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}
#features-list li i {
  font-size: 100px;
  color: white;
  opacity: 0.6;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  z-index: 1;
  top: 40%;
  cursor: pointer;
}
#features-list li i:hover {
  opacity: 0.8;
}
#features-list li .content {
  position: absolute;
  top: 355px;
  left: 0;
  width: 100%;
  padding: 0 37px;
  z-index: 1;
}
#features-list li h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}
#features-list li p {
  font-size: 14px;
  margin: 1em 0 0;
}

#feature1 {
  background: url("../assets/img/explore@2x.jpg") center center/cover no-repeat;
}

#feature2 {
  background: url("../assets/img/experiment@2x.jpg") center center/cover no-repeat;
}

#feature3 {
  background: url("../assets/img/electrify@2x.jpg") center center/cover no-repeat;
}

.webp #feature1 {
  background: url("../assets/img/explore@2x.webp") center center/cover no-repeat;
}

.webp #feature2 {
  background: url("../assets/img/experiment@2x.webp") center center/cover no-repeat;
}

.webp #feature3 {
  background: url("../assets/img/electrify@2x.webp") center center/cover no-repeat;
}

#media {
  min-width: 1180px;
}

#media-list-wrapper {
  overflow: hidden;
  padding-bottom: 28.125%;
  height: 0;
}

#media-list {
  display: flex;
  flex-wrap: wrap;
}
#media-list li {
  width: 25%;
  padding-bottom: 14.0625%;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#media-list li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 28.125%;
  width: 100%;
  display: block;
}
#media-list li a {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#media-list li a span {
  text-align: center;
  display: block;
  left: 0;
  width: 100%;
  top: 80%;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 1.25vw;
  position: absolute;
  color: white;
  font-weight: bold;
  z-index: 2;
  transform: translateY(-50%);
}
#media-list li a i {
  font-size: 4.7395833333vw;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transition: 0.1s all linear;
  z-index: 2;
  top: 43%;
}
#media-list li a:hover i {
  color: white;
}

@media (max-width: 1280px) {
  #media-list li a span {
    font-size: 18px;
  }
}
#media-9 {
  background-image: url("../assets/img/media/edc3@2x.jpg");
}

#media-2 {
  background-image: url("../assets/img/media/vrme@2x.jpg");
}

#media-3 {
  background-image: url("../assets/img/media/austin@2x.jpg");
}

#media-4 {
  background-image: url("../assets/img/media/12thplanet@2x.jpg");
}

#media-5 {
  background-image: url("../assets/img/media/krewella@2x.jpg");
}

#media-6 {
  background-image: url("../assets/img/media/liv@2x.jpg");
}

#media-7 {
  background-image: url("../assets/img/media/psvr@2x.jpg");
}

#media-8 {
  background-image: url("../assets/img/media/edc2@2x.jpg");
}

.webp #media-9 {
  background-image: url("../assets/img/media/edc3@2x.webp");
}

.webp #media-2 {
  background-image: url("../assets/img/media/vrme@2x.webp");
}

.webp #media-3 {
  background-image: url("../assets/img/media/austin@2x.webp");
}

.webp #media-4 {
  background-image: url("../assets/img/media/12thplanet@2x.webp");
}

.webp #media-5 {
  background-image: url("../assets/img/media/krewella@2x.webp");
}

.webp #media-6 {
  background-image: url("../assets/img/media/liv@2x.webp");
}

.webp #media-7 {
  background-image: url("../assets/img/media/psvr@2x.webp");
}

.webp #media-8 {
  background-image: url("../assets/img/media/edc2@2x.webp");
}

#quotes {
  background-image: none;
  padding-bottom: 210px;
}
#quotes .container {
  height: auto;
}

#quotes-slider {
  height: 340px;
}
#quotes-slider .slides > li {
  height: 340px;
  position: relative;
}
#quotes-slider .slides > li .quote {
  font-size: 40px;
  line-height: 52px;
  width: 100%;
  margin: 0 auto;
  font-weight: 700;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  top: 44%;
}
#quotes-slider .slides > li .source {
  width: 100%;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  top: 93%;
}
#quotes-slider .flex-control-nav {
  bottom: -140px;
}

.gamecrate {
  background: url("../assets/img/gamecrate.svg") center center/contain no-repeat;
  height: 65px;
}

.variety {
  background: url("../assets/img/variety.svg") center center/contain no-repeat;
  height: 43px;
}

.gamespot {
  background: url("../assets/img/gamespot.svg") center center/contain no-repeat;
  height: 82px;
}

.inverse {
  background: url("../assets/img/inverse.svg") center center/contain no-repeat;
  height: 37px;
}

#subscribe {
  height: 605px;
  min-width: 1180px;
  padding-top: 120px;
  background: url("../assets/img/newsletter-bg@2x.jpg") center center/cover no-repeat;
  position: relative;
}
#subscribe .container {
  max-width: 700px;
  width: 36.4583333333%;
  min-width: 36.4583333333%;
  padding: 0;
}
#subscribe .container > p {
  margin-bottom: 75px;
  width: 100%;
}
#subscribe .fg {
  background: url("../assets/img/newsletter-fg@2x.png") left bottom/contain no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 67%;
  top: -30px;
}
#subscribe form {
  max-width: 540px;
  width: 77.1428571429%;
  margin: 0 auto;
}

.webp #subscribe {
  background: url("../assets/img/newsletter-bg@2x.webp") center center/cover no-repeat;
}
.webp #subscribe .fg {
  background: url("../assets/img/newsletter-fg@2x.webp") left bottom/contain no-repeat;
}

.mc-field-group input {
  font-weight: 500;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  border: 2px solid white;
  height: 48px;
  color: white;
  width: 100%;
  text-align: center;
  line-height: normal;
  font-size: 16px;
  padding: 12px 14px 16px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

#mc-embedded-subscribe {
  margin-top: 32px;
}

#mce-success-response {
  margin-bottom: 2em;
  font-weight: 600;
}

@media (max-width: 1280px) {
  #subscribe {
    height: 500px;
    padding-top: 80px;
  }
  #subscribe .container {
    max-width: 38%;
    min-width: 38%;
    width: 38%;
    padding: 0;
  }
  #subscribe .container > p {
    margin-bottom: 35px;
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 1.3), only screen and (-o-max-device-pixel-ratio: 13/10), only screen and (max-resolution: 120dpi) {
  #twelfthplanet .img {
    background-image: url("../assets/img/artists/12thplanet.jpg");
  }

  #del .img {
    background-image: url("../assets/img/artists/del.jpg");
  }

  #nero .img {
    background-image: url("../assets/img/artists/nero.jpg");
  }

  #stargate .img {
    background-image: url("../assets/img/artists/stargate.jpg");
  }

  #tipper .img {
    background-image: url("../assets/img/artists/tipper.jpg");
  }

  #threelau .img {
    background-image: url("../assets/img/artists/3lau.jpg");
  }

  #djshadow .img {
    background-image: url("../assets/img/artists/djshadow.jpg");
  }

  #netsky .img {
    background-image: url("../assets/img/artists/netsky.jpg");
  }

  #steveaoki .img {
    background-image: url("../assets/img/artists/steveaoki.jpg");
  }

  #tokimonsta .img {
    background-image: url("../assets/img/artists/tokimonsta.jpg");
  }

  #feature1 {
    background: url("../assets/img/explore.jpg") center center/cover no-repeat;
  }

  #feature2 {
    background: url("../assets/img/experiment.jpg") center center/cover no-repeat;
  }

  #feature3 {
    background: url("../assets/img/electrify.jpg") center center/cover no-repeat;
  }

  #media-9 {
    background-image: url("../assets/img/media/edc3.jpg");
  }

  #media-2 {
    background-image: url("../assets/img/media/vrme.jpg");
  }

  #media-3 {
    background-image: url("../assets/img/media/austin.jpg");
  }

  #media-4 {
    background-image: url("../assets/img/media/12thplanet.jpg");
  }

  #media-5 {
    background-image: url("../assets/img/media/krewella.jpg");
  }

  #media-6 {
    background-image: url("../assets/img/media/liv.jpg");
  }

  #media-7 {
    background-image: url("../assets/img/media/psvr.jpg");
  }

  #media-8 {
    background-image: url("../assets/img/media/edc2.jpg");
  }

  #subscribe {
    background: url("../assets/img/newsletter-bg.jpg") center center/cover no-repeat;
  }
  #subscribe .fg {
    background: url("../assets/img/newsletter-fg.png") left bottom/contain no-repeat;
  }

  .webp #twelfthplanet .img {
    background-image: url("../assets/img/artists/12thplanet.webp");
  }
  .webp #del .img {
    background-image: url("../assets/img/artists/del.webp");
  }
  .webp #nero .img {
    background-image: url("../assets/img/artists/nero.webp");
  }
  .webp #stargate .img {
    background-image: url("../assets/img/artists/stargate.webp");
  }
  .webp #tipper .img {
    background-image: url("../assets/img/artists/tipper.webp");
  }
  .webp #threelau .img {
    background-image: url("../assets/img/artists/3lau.webp");
  }
  .webp #djshadow .img {
    background-image: url("../assets/img/artists/djshadow.webp");
  }
  .webp #netsky .img {
    background-image: url("../assets/img/artists/netsky.webp");
  }
  .webp #steveaoki .img {
    background-image: url("../assets/img/artists/steveaoki.webp");
  }
  .webp #tokimonsta .img {
    background-image: url("../assets/img/artists/tokimonsta.webp");
  }
  .webp #feature1 {
    background: url("../assets/img/explore.webp") center center/cover no-repeat;
  }
  .webp #feature2 {
    background: url("../assets/img/experiment.webp") center center/cover no-repeat;
  }
  .webp #feature3 {
    background: url("../assets/img/electrify.webp") center center/cover no-repeat;
  }
  .webp #media-9 {
    background-image: url("../assets/img/media/edc3.webp");
  }
  .webp #media-2 {
    background-image: url("../assets/img/media/vrme.webp");
  }
  .webp #media-3 {
    background-image: url("../assets/img/media/austin.webp");
  }
  .webp #media-4 {
    background-image: url("../assets/img/media/12thplanet.webp");
  }
  .webp #media-5 {
    background-image: url("../assets/img/media/krewella.webp");
  }
  .webp #media-6 {
    background-image: url("../assets/img/media/liv.webp");
  }
  .webp #media-7 {
    background-image: url("../assets/img/media/psvr.webp");
  }
  .webp #media-8 {
    background-image: url("../assets/img/media/edc2.webp");
  }
  .webp #subscribe {
    background: url("../assets/img/newsletter-bg.webp") center center/cover no-repeat;
  }
  .webp #subscribe .fg {
    background: url("../assets/img/newsletter-fg.webp") left bottom/contain no-repeat;
  }
}
#hero.short {
  background: url("../assets/img/creators-bg@2x.jpg") center center/cover no-repeat;
}

.webp #hero.short {
  background: url("../assets/img/creators-bg@2x.webp") center center/cover no-repeat;
}

table.purple {
  border: none;
  font-size: 17px;
  line-height: 25px;
  border-spacing: 10px;
  border-collapse: separate;
  margin: 1em auto;
  width: 100%;
  text-align: center;
}
table.purple tr td {
  background: #1b052d;
  font-family: "Isidora Sans";
  padding: 1em;
}
table.purple.onecol {
  width: 460px;
}
table.purple.onecol tr td {
  padding: 1.5em;
  font-family: Courier, monospace;
}

#featured-creators {
  padding-bottom: 0;
}
#featured-creators .video {
  width: 912px;
  height: 512px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  background: #18012b;
}
#featured-creators .video iframe {
  width: 912px;
  height: 512px;
  border: none;
}
#featured-creators .video i {
  font-size: 172px;
  color: white;
  opacity: 0.8;
  transition: 0.2s all linear;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#featured-creators .video i:hover {
  opacity: 1;
}
#featured-creators h2.video-title {
  font-family: "Isidora Sans";
  font-size: 18px;
  margin-bottom: 2em;
}

#featured-creators-videos {
  width: 992px;
  margin: 0 auto;
  position: relative;
  height: 131px;
}
#featured-creators-videos ul.slides {
  height: 131px;
  overflow: hidden;
}
#featured-creators-videos ul.slides > li {
  width: 233px;
  float: left;
  height: 131px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#featured-creators-videos ul.slides > li i {
  font-size: 44px;
  color: white;
  opacity: 0.8;
  transition: 0.2s all linear;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#featured-creators-videos ul.slides > li i:hover {
  opacity: 1;
}

#creation-station {
  padding-bottom: 0;
}

#troubleshooting {
  background-image: none;
}
#troubleshooting h2.subtitle {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Isidora Sans";
  margin: 2em auto 1.5em;
}

#troubleshooting-list {
  width: 925px;
  margin: 0 auto;
  text-align: left;
}
#troubleshooting-list > li {
  border-bottom: 1px solid rgba(124, 72, 173, 0.75);
  padding: 24px 0 12px 0;
}
#troubleshooting-list > li:last-of-type {
  border-bottom: none;
}
#troubleshooting-list > li h2 {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  font-family: "Isidora Sans";
  text-transform: uppercase;
  margin: 0 0 12px 0;
  cursor: pointer;
  position: relative;
}
#troubleshooting-list > li h2:after {
  font-family: "Electronauts";
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 0;
  content: "\f016";
}
#troubleshooting-list > li .content {
  font-family: "Isidora Sans";
  font-size: 16px;
  line-height: 21px;
  display: none;
  padding-top: 0.5em;
}
#troubleshooting-list > li .content ol li {
  list-style-type: decimal;
}
#troubleshooting-list > li.open h2::after {
  content: "\f017";
}
#troubleshooting-list > li.open .content {
  display: block;
}
#troubleshooting-list > li .video-wrapper {
  width: 500px;
  height: 321px;
  margin: 0;
  position: relative;
  margin: 1em auto;
}
#troubleshooting-list > li .video-wrapper video {
  width: 500px;
  height: 321px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#creators-social {
  background: #180030;
  text-align: center;
  padding: 80px 0 90px;
}

.creators-social-link {
  display: block;
  font-size: 30px;
  font-family: "Isidora Sans";
  color: white;
  line-height: 0.7;
}
.creators-social-link:first-of-type {
  margin-bottom: 30px;
}
.creators-social-link h2 {
  font-weight: bold;
  text-transform: uppercase;
  display: inline;
  font-size: 30px;
  margin-right: 12px;
}
.creators-social-link i {
  font-size: 46px;
  color: #A07BC6;
  margin-right: 24px;
  transform: translateY(18%);
}

#request-key {
  background: url("../assets/img/request-key-bg@2x.jpg") center center/cover no-repeat;
  height: 600px;
  position: relative;
}
#request-key .container {
  height: auto;
}
#request-key .fg {
  background: url("../assets/img/electronaut2@2x.png") center bottom/contain no-repeat;
  position: absolute;
  width: 30.2083333333%;
  top: -96px;
  bottom: 0;
  right: 2.34375%;
}
#request-key .content {
  margin: 75px auto 0;
  width: 28.125%;
  position: relative;
}
#request-key #mce-responses,
#request-key #mce-success-response {
  bottom: -56px;
  width: 100%;
}
#request-key #mce-success-response {
  bottom: 8px;
  margin-bottom: 0;
}

.webp #request-key {
  background: url("../assets/img/request-key-bg@2x.webp") center center/cover no-repeat;
}
.webp #request-key .fg {
  background: url("../assets/img/electronaut2@2x.webp") center bottom/contain no-repeat;
}

#media-list.creators li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#media-list.creators li h2 {
  padding: 0 20px;
}

@media only screen and (-webkit-max-device-pixel-ratio: 1.3), only screen and (-o-max-device-pixel-ratio: 13/10), only screen and (max-resolution: 120dpi) {
  #hero.short {
    background: url("../assets/img/creators-bg.jpg") center center/cover no-repeat;
  }

  #request-key {
    background: url("../assets/img/request-key-bg.jpg") center center/cover no-repeat;
  }
  #request-key .fg {
    background: url("../assets/img/electronaut2.png") center bottom/contain no-repeat;
  }

  .webp #hero.short {
    background: url("../assets/img/creators-bg.webp") center center/cover no-repeat;
  }
  .webp #request-key .fg {
    background: url("../assets/img/electronaut2.webp") center bottom/contain no-repeat;
  }
}