.wrapper {
  overflow: hidden;
  margin: auto;
  padding-bottom: 1px;
  max-width: 2000px;
  height: 100%;
  position: relative; }

.wrapper__backdrop {
  width: 100%;
  height: 100%;
  background: url(/dist/client/images/bg-rock-repeat-y.jpg) center top;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  will-change: transform; }

@-webkit-keyframes loadingBarAnimation {
  0% {
    -webkit-transform: scaleY(2);
            transform: scaleY(2); }
  50%,
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@keyframes loadingBarAnimation {
  0% {
    -webkit-transform: scaleY(2);
            transform: scaleY(2); }
  50%,
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

.loading {
  padding: 100px 0;
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100px; }

.loading__bar {
  display: block;
  margin: 0 -5px;
  position: absolute;
  width: 10px;
  height: 15px;
  background: #363636;
  -webkit-animation: loadingBarAnimation 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: loadingBarAnimation 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }

.loading__bar--1 {
  left: 30px;
  -webkit-animation-delay: -0.24s;
          animation-delay: -0.24s; }

.loading__bar--2 {
  left: 50%;
  -webkit-animation-delay: -0.12s;
          animation-delay: -0.12s; }

.loading__bar--3 {
  right: 30px; }

/* ------------------------------------ *\
    #CONTAINER
\* ------------------------------------ */
.container {
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 1460px; }
  @media (min-width: 1024px) {
    .container {
      width: 90%; } }

.container--full-width {
  padding: 0;
  width: 100%;
  max-width: none; }

.container--relative {
  position: relative; }

.text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #babab8;
  font-size: 16px;
  line-height: 1.75; }
  .text strong {
    color: #fff; }

.text--20 {
  color: #fff;
  font-size: 20px;
  line-height: 1.6; }

.text--14 {
  color: #6e6e6e;
  font-size: 14px;
  line-height: 1.28571; }

.text--12 {
  color: #6e6e6d;
  font-size: 12px;
  line-height: 1.83333; }

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

.color--body {
  color: #bababa; }

.color--dark {
  color: #6e6e6e; }

.text__scope h1,
.text__scope h2,
.text__scope h3,
.text__scope h4,
.text__scope h5,
.text__scope h6,
.text__scope p,
.text__scope ul,
.text__scope ol,
.text__scope img {
  margin: 0 0 20px; }

.text__scope h1,
.text__scope h2,
.text__scope h3,
.text__scope h4,
.text__scope h5,
.text__scope h6 {
  font-family: "Play", "Orbitron", sans-serif;
  font-weight: bold;
  position: relative;
  top: 0.125em; }

.text__scope h1 {
  color: #fff;
  font-size: 46px;
  line-height: 1.26087; }

.text__scope h2 {
  color: #fff;
  font-size: 36px;
  line-height: 1.22222; }

.text__scope h3 {
  color: #fff;
  font-size: 32px;
  line-height: 1.25; }

.text__scope h4 {
  color: #fff;
  font-size: 26px;
  line-height: 1.30769; }

.text__scope h5 {
  color: #fff;
  font-size: 22px;
  line-height: 1.27273; }

.text__scope h6 {
  color: #fff;
  font-size: 18px;
  line-height: 1.33333; }

.text__scope img {
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  height: auto; }

.text__scope ul,
.text__scope ol,
.text__scope dl {
  padding-left: 30px; }

.text__scope ul {
  list-style: none;
  padding-left: 0; }
  .text__scope ul li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative; }
    .text__scope ul li::before {
      content: '';
      display: block;
      width: 0.6em;
      height: 0.6em;
      border: solid #d42329;
      border-width: 2px 2px 0 0;
      position: absolute;
      top: 0.4em;
      left: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

.text__scope table {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left; }
  .text__scope table img {
    border: 0; }
    .text__scope table img:last-child {
      margin-bottom: 0; }
  .text__scope table strong {
    color: #fff;
    font-family: "Play", "Orbitron", sans-serif; }

.text__scope thead {
  background: rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.875rem; }

.text__scope th,
.text__scope td {
  padding: 10px 30px; }

.text__scope tr:nth-child(2n) {
  background: rgba(255, 255, 255, 0.1); }

.text__scope td + td {
  border-left: 1px solid rgba(255, 255, 255, 0.2); }

/* ------------------------------------ *\
    #ASPECT
\* ------------------------------------ */
.aspect {
  overflow: hidden;
  width: 100%;
  position: relative; }
  .aspect > img,
  .aspect > picture img,
  .aspect > iframe,
  .aspect > embed,
  .aspect > video {
    margin: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
  .aspect > iframe,
  .aspect > embed,
  .aspect > video {
    height: 100%; }

.aspect--visible-overflow {
  overflow: visible; }

.aspect__placeholder {
  display: block;
  width: 100%;
  padding-top: 100%; }
  .aspect--16x9 .aspect__placeholder {
    padding-top: 56.25%; }
  .aspect--4x3 .aspect__placeholder {
    padding-top: 75%; }
  .aspect--135x75 .aspect__placeholder {
    padding-top: 55.55556%; }

.module {
  margin-bottom: 40px; }
  .module:last-child {
    margin-bottom: 0; }

.table-wrapper {
  margin-bottom: 20px;
  overflow-x: auto; }
  .table-wrapper thead {
    white-space: nowrap; }

.backdrop {
  background: center top no-repeat; }

.backdrop--dark {
  height: 100%;
  background-color: #202020;
  background-image: url(/dist/client/images/bg-grunge-dark.jpg); }
  @supports (background-image: url("./bg-grunge-dark.webp")) {
    .backdrop--dark {
      background-image: url(/dist/client/images/bg-grunge-dark.webp); } }

.backdrop--light {
  height: 100%;
  background-color: #363636;
  background-image: url(/dist/client/images/bg-grunge-light.jpg); }
  @supports (background-image: url("./bg-grunge-light.webp")) {
    .backdrop--light {
      background-image: url(/dist/client/images/bg-grunge-light.webp); } }

.backdrop--padding {
  padding: 20px; }
  @media (min-width: 768px) {
    .backdrop--padding {
      padding: 30px; } }

.backdrop--padding-y {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .backdrop--padding-y {
      padding-top: 30px;
      padding-bottom: 30px; } }

.backdrop__slayers-club-icon {
  height: 100%;
  background: url(/dist/client/images/bg-slayers-club-icon.png) no-repeat center 95px; }

.section {
  margin-bottom: 70px; }

.link-ninja {
  cursor: pointer;
  text-decoration: none;
  color: inherit; }

.header {
  text-align: center;
  position: relative;
  margin-bottom: 20px; }

.header__tag {
  color: #bababa;
  font-family: "Play", "Orbitron", sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  text-align: left;
  position: absolute; }
  @media (min-width: 768px) {
    .header__tag {
      font-size: 14px; } }

.header__title {
  display: block;
  margin: 20px auto 0;
  width: 187px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-family: "Play", "Orbitron", sans-serif;
  font-weight: 700; }

.header__title-text {
  margin: 0 auto;
  display: block;
  background: -webkit-linear-gradient(#901a1d, #d42329);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.header__title-logo {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 30vw;
  height: auto; }

.anchor-point {
  display: block;
  position: relative;
  top: -200px;
  height: 1px;
  margin-bottom: -1px; }

.layout-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px; }
  @media (min-width: 1500px) {
    .layout-column {
      margin-bottom: 0; } }

.layout-2-1-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .layout-2-1-column > :nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
    @media (min-width: 1280px) {
      .layout-2-1-column > :nth-child(1) {
        width: 66.66667%; } }
  .layout-2-1-column > :nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
    @media (min-width: 1280px) {
      .layout-2-1-column > :nth-child(2) {
        width: 33.33333%; } }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  outline: 0; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  background: #050404; }

#app {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #babab8;
  font-size: 16px;
  line-height: 1.75; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-size: 1.2rem;
  line-height: 1.2; }

ul,
ol {
  margin: 0 0 20px;
  padding: 0; }

p {
  margin: 0 0 20px; }

a,
button {
  display: inline;
  color: #d42329;
  padding: 0;
  border: 0;
  background: none;
  font-size: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

hr {
  margin: 0 0 20px;
  border: solid rgba(255, 255, 255, 0.2);
  border-width: 1px 0 0; }

img {
  vertical-align: middle;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

figure {
  margin: 0; }

svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  fill: currentColor;
  vertical-align: middle; }

iframe {
  display: block; }

select::-ms-expand {
  display: none; }

label {
  cursor: pointer; }

.u-text-center {
  text-align: center !important; }

.u-text-right {
  text-align: right !important; }

.u-color-white {
  color: #fff !important; }

.u-color-red {
  color: #d42329 !important; }

.u-color-red-dark {
  color: #541313 !important; }

.u-color-text {
  color: #bababa !important; }

.u-color-text-dark {
  color: #6e6e6e !important; }

.u-color-bg-light {
  color: #363636 !important; }

.u-color-bg-dark {
  color: #202020 !important; }

.u-spacing-none {
  margin-bottom: 0 !important; }

.u-spacing-10 {
  margin-bottom: 10px !important; }

.u-spacing-20 {
  margin-bottom: 20px !important; }

.u-spacing-40 {
  margin-bottom: 40px !important; }

.u-sr-only {
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  position: absolute !important; }

/* stylelint-disable */
#submitLoginBtn {
  background: #d42329; }

.agegate {
  background: none !important; }
  .agegate > div {
    background: none !important;
    width: 100% !important; }
    .agegate > div > div {
      padding: 35px 25px !important; }
  .agegate input {
    width: 30% !important;
    max-width: 100px !important; }
  .agegate button {
    padding: 0.875em 1.875em 0.75em !important;
    border-radius: 0 !important;
    font-family: 'Orbitron', sans-serif !important;
    color: #fff !important;
    fill: currentColor !important;
    font-size: 16px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    text-shadow: 1px 1px 0 #000 !important;
    line-height: 1 !important;
    font-weight: bold !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    background: #d42329 url("/static/primary-bg-repeat-x.jpg") center top repeat-x !important;
    position: relative;
    -webkit-clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
            clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px); }
    .agegate button::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: solid rgba(212, 35, 41, 0.7);
      border-width: 1px 0 0 1px; }
      @supports ((-webkit-clip-path: polygon(0 0, 1px 1px)) or (clip-path: polygon(0 0, 1px 1px))) {
        .agegate button::after {
          background: rgba(212, 35, 41, 0.7);
          border: 0;
          -webkit-clip-path: polygon(10px 0, 100% 0, 100% 1px, 11px 1px, 1px 11px, 1px 100%, 0 100%, 0 10px);
                  clip-path: polygon(10px 0, 100% 0, 100% 1px, 11px 1px, 1px 11px, 1px 100%, 0 100%, 0 10px); } }
  .agegate h4 {
    color: #fff !important;
    font-family: 'Orbitron', sans-serif !important;
    font-size: 25.6px !important;
    line-height: 1.25 !important;
    font-weight: bold !important; }

/* stylelint-disable */
app * {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

app a {
  text-decoration: none; }

.heading {
  font-family: "Play", "Orbitron", sans-serif;
  color: #fff;
  font-weight: bold;
  position: relative;
  top: 0.2em;
  word-break: break-word; }

.heading--uppercase {
  text-transform: uppercase; }

.heading--spacing {
  letter-spacing: 0.3em; }

.heading--100 {
  font-size: 70px;
  line-height: 1;
  top: 0.1em;
  font-weight: bold; }
  @media (min-width: 768px) {
    .heading--100 {
      font-size: 85px; } }
  @media (min-width: 1280px) {
    .heading--100 {
      font-size: 100px; } }

.heading--70 {
  font-size: 49px;
  line-height: 1;
  top: 0.1em;
  font-weight: bold; }
  @media (min-width: 768px) {
    .heading--70 {
      font-size: 59.5px; } }
  @media (min-width: 1280px) {
    .heading--70 {
      font-size: 70px; } }

.heading--56 {
  font-size: 39.2px;
  line-height: 1.10714;
  top: 0.1em;
  font-weight: bold; }
  @media (min-width: 768px) {
    .heading--56 {
      font-size: 47.6px; } }
  @media (min-width: 1280px) {
    .heading--56 {
      font-size: 56px; } }

.heading--46 {
  font-size: 32.2px;
  line-height: 1.26087;
  top: 0.1em;
  font-weight: bold; }
  @media (min-width: 768px) {
    .heading--46 {
      font-size: 39.1px; } }
  @media (min-width: 1280px) {
    .heading--46 {
      font-size: 46px; } }

.heading--36 {
  font-size: 25.2px;
  line-height: 1.22222;
  top: 0.1em;
  font-weight: bold; }
  @media (min-width: 768px) {
    .heading--36 {
      font-size: 30.6px; } }
  @media (min-width: 1280px) {
    .heading--36 {
      font-size: 36px; } }

.heading--32 {
  font-size: 22.4px;
  line-height: 1.25;
  top: 0.1em;
  font-weight: bold; }
  @media (min-width: 768px) {
    .heading--32 {
      font-size: 27.2px; } }
  @media (min-width: 1280px) {
    .heading--32 {
      font-size: 32px; } }

.heading--26 {
  font-size: 18.2px;
  line-height: 1.30769;
  top: 0.1em;
  font-weight: bold; }
  @media (min-width: 768px) {
    .heading--26 {
      font-size: 22.1px; } }
  @media (min-width: 1280px) {
    .heading--26 {
      font-size: 26px; } }

.heading--22 {
  font-size: 15.4px;
  line-height: 1.27273;
  top: 0.1em;
  font-weight: bold; }
  @media (min-width: 768px) {
    .heading--22 {
      font-size: 18.7px; } }
  @media (min-width: 1280px) {
    .heading--22 {
      font-size: 22px; } }

.heading--18 {
  font-size: 12.6px;
  line-height: 1.33333;
  top: 0.1em; }
  @media (min-width: 768px) {
    .heading--18 {
      font-size: 15.3px; } }
  @media (min-width: 1280px) {
    .heading--18 {
      font-size: 18px; } }

.heading--14 {
  font-size: 9.8px;
  line-height: 1.42857;
  top: 0.1em; }
  @media (min-width: 768px) {
    .heading--14 {
      font-size: 11.9px; } }
  @media (min-width: 1280px) {
    .heading--14 {
      font-size: 14px; } }

.heading--grey {
  color: #bababa; }

.layout-1-2-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .layout-1-2-column > :nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
    @media (min-width: 1280px) {
      .layout-1-2-column > :nth-child(1) {
        width: 33.33333%; } }
  .layout-1-2-column > :nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
    @media (min-width: 1280px) {
      .layout-1-2-column > :nth-child(2) {
        width: 66.66667%; } }

.layout-4-6-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .layout-4-6-column > :nth-child(1) {
    width: 100%; }
    @media (min-width: 1280px) {
      .layout-4-6-column > :nth-child(1) {
        width: 40%; } }
  .layout-4-6-column > :nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
    @media (min-width: 1280px) {
      .layout-4-6-column > :nth-child(2) {
        width: 60%; } }

.layout-1-1-1-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .layout-1-1-1-column > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
    @media (min-width: 1280px) {
      .layout-1-1-1-column > * {
        width: 33.33333%; } }

.input {
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #363636;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.7); }
  .input::-webkit-input-placeholder {
    font-style: italic;
    color: #6e6e6e; }
  .input:-ms-input-placeholder {
    font-style: italic;
    color: #6e6e6e; }
  .input::-ms-input-placeholder {
    font-style: italic;
    color: #6e6e6e; }
  .input::placeholder {
    font-style: italic;
    color: #6e6e6e; }

.search-input {
  position: relative; }

.search-input__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  position: absolute;
  background: none;
  color: #d42329;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.page-header-nav {
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #000;
  height: 45px; }

.page-header-nav__scroller {
  overflow: scroll;
  margin: 0 -30px -30px 0;
  padding: 0 15px 15px 0; }

.page-header-nav__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 1280px) {
    .page-header-nav__list {
      overflow: visible; } }

.page-header-nav__item + .page-header-nav__item {
  border-left: 1px solid rgba(255, 255, 255, 0.2); }

.page-header-nav__link {
  display: block;
  margin: -1px;
  padding: 6px 27px 0;
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  color: #6e6e6d;
  font-family: "Play", "Orbitron", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 36px;
  text-decoration: none;
  white-space: nowrap; }
  .page-header-nav__link:hover {
    border-bottom-color: #d42329;
    color: #fff; }

.select {
  display: block;
  position: relative;
  min-width: 150px; }
  .select::after {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    width: 10px;
    height: 10px;
    margin: -8px 0;
    top: 50%;
    right: 12px;
    border: solid #d42329;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.select__field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  padding: 10px 30px 10px 20px;
  width: 100%;
  border: 1px solid #363636;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.7); }
  .select__field[disabled] {
    opacity: 0.5; }

.page-header {
  margin-bottom: -25px; }

@media (min-width: 768px) {
  .page-header__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.page-header__block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 800px; }

.page-header__title {
  margin: 0;
  font-size: 50px;
  line-height: 1; }

.page-header__body {
  margin-top: 10px; }

.block-header__body {
  max-width: 800px; }

.content--centered {
  text-align: center; }

.content--centered .content__body {
  margin: auto;
  max-width: 800px; }

.button {
  display: inline-block;
  padding: 0.875em 1.875em 0.75em;
  background: #d42329 url("/static/primary-bg-repeat-x.jpg") center top repeat-x;
  border: 0;
  font-family: "Play", "Orbitron", sans-serif;
  color: #fff;
  fill: currentColor;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #000;
  line-height: 1;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  -webkit-clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
          clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px); }
  .button::after {
    content: '';
    opacity: 0.7;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #d42329; }
    @supports ((-webkit-clip-path: polygon(0 0)) or (clip-path: polygon(0 0))) {
      .button::after {
        border: 0;
        background: #d42329;
        -webkit-clip-path: polygon(10px 0, 100% 0, 100% 1px, 11px 1px, 1px 11px, 1px 100%, 0 100%, 0 10px);
                clip-path: polygon(10px 0, 100% 0, 100% 1px, 11px 1px, 1px 11px, 1px 100%, 0 100%, 0 10px); } }
  .button:hover,
  a:hover .button {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15); }
  .button[disabled], .button[disabled]:hover,
  a[disabled]:hover .button {
    cursor: default;
    color: #aaa;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }

.button--block {
  display: block; }

.button--small {
  font-size: 8px; }
  @media (min-width: 768px) {
    .button--small {
      font-size: 12px; } }

.button--big {
  padding: 1.1875em 1.875em 1.0625em; }

.button--outlined {
  background: rgba(212, 35, 41, 0.2);
  color: #d42329;
  text-shadow: none; }
  .button--outlined::after {
    content: '';
    opacity: 0.7;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #d42329; }
    @supports ((-webkit-clip-path: polygon(0 0)) or (clip-path: polygon(0 0))) {
      .button--outlined::after {
        border: 0;
        background: #d42329;
        -webkit-clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px, 1px 10px, 1px calc(100% - 1px), calc(100% - 11px) calc(100% - 1px), calc(100% - 1px) calc(100% - 11px), calc(100% - 1px) 1px, 11px 1px, 1px 11px, 0 11px);
                clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px, 1px 10px, 1px calc(100% - 1px), calc(100% - 11px) calc(100% - 1px), calc(100% - 1px) calc(100% - 11px), calc(100% - 1px) 1px, 11px 1px, 1px 11px, 0 11px); } }
  .button--outlined:hover,
  a:hover .button--outlined {
    background: rgba(212, 35, 41, 0.4);
    color: #fff;
    -webkit-filter: none;
            filter: none; }
    .button--outlined:hover::after,
    a:hover .button--outlined::after {
      background: #d42329; }
  .button--outlined[disabled], .button--outlined[disabled]:hover,
  a[disabled]:hover .button--outlined {
    cursor: default;
    color: #777;
    background: rgba(255, 255, 255, 0.1); }
    .button--outlined[disabled]::after, .button--outlined[disabled]:hover::after,
    a[disabled]:hover .button--outlined::after {
      background: #777; }

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

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }

@media (min-width: 768px) {
  .options--centered {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.options__item:not(:last-child) {
  margin-right: 20px; }

.crop-corners {
  height: 100%;
  background: linear-gradient(-45deg, #000, transparent);
  -webkit-box-shadow: 5px 5px 30px #000;
          box-shadow: 5px 5px 30px #000; }

.crop-corners--height-auto {
  height: auto; }

.crop-corners__inner {
  height: 100%;
  position: relative; }

.crop-corners__inner--rb {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%); }
  .crop-corners__inner--rb::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid rgba(255, 255, 255, 0.1);
    border-width: 1px 0 0 1px;
    pointer-events: none;
    z-index: 1; }

.crop-corners__inner--both {
  -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
          clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px); }
  .crop-corners__inner--both::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 1px, 21px 1px, 1px 21px, 1px 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 1px, 21px 1px, 1px 21px, 1px 100%, 0 100%);
    pointer-events: none; }

.divider {
  max-width: 810px;
  height: 94px;
  background: url(/dist/client/images/hr.png) center top no-repeat, radial-gradient(150px 75px at center top, #000 0%, transparent 100%);
  border: 0;
  margin: 0 auto -50px; }

/* ------------------------------------ *\
    #GLOBAL MODAL
\* ------------------------------------ */
.global-modal {
  overflow: auto;
  position: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99; }
  @media (min-width: 768px) {
    .global-modal {
      top: 60px; } }

.global-modal__overlay {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99; }

.global-modal__blind {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.global-modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  padding: 20px;
  width: 100%;
  height: calc(100% - 40px);
  position: relative; }
  @media (min-width: 768px) {
    .global-modal__container {
      margin-top: 60px;
      height: calc(100% - 60px); } }

.global-modal__card-wrap {
  height: 100%; }

.global-modal__close {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  border: 0;
  padding: 0;
  background: none;
  color: #d42329;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000; }

.global-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  font-size: 1.5rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  position: relative;
  z-index: 1; }

.global-modal__button {
  margin: -25px 10px;
  padding: 12px;
  width: 50px;
  height: 50px;
  color: #bababa;
  position: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 50%; }
  .global-modal__button:hover {
    color: #fff; }

.global-modal__prev {
  left: 0; }

.global-modal__next {
  right: 0; }

.frame {
  margin-bottom: auto;
  background: #000;
  height: inherit;
  position: relative; }
  .frame::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

.frame--padding {
  padding: 20px; }

.sc-options__button {
  text-decoration: none; }

.sc-options__modal {
  max-width: 500px;
  margin: auto; }
  @media (min-width: 768px) {
    .sc-options__modal {
      margin-top: 10vh; } }

.sc-tag {
  color: #6e6e6e;
  font-family: "Play", "Orbitron", sans-serif;
  letter-spacing: 0.3em;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.sc-tag__icon {
  margin-right: 10px; }

.sc-primary-cta {
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.sc-primary-cta__content {
  padding: 20px 20px; }

.sc-primary-cta__body {
  padding-right: 30px;
  color: #ccc; }
  .sc-primary-cta__body b,
  .sc-primary-cta__body strong {
    color: #fff; }

.sc-primary-cta__option-link {
  font-family: "Play", "Orbitron", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold; }

.sc-primary-cta__options {
  padding: 20px 20px;
  background: rgba(0, 0, 0, 0.4); }

.sc-reward-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%; }

.sc-reward-cta__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px; }

.sc-reward-cta__content {
  padding: 30px; }

.sc-reward-cta__body {
  text-align: center; }

.sc-reward-cta__number {
  margin-left: 10px;
  line-height: 1; }

.sc-reward-cta__points-rewarded {
  margin: 0 auto;
  max-width: 300px; }

.sc-reward-cta__options {
  padding: 20px 35px;
  background: rgba(0, 0, 0, 0.4); }

.sc-banner-join-cta__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 8.54167%; }

.sc-banner-join-cta__icon {
  margin-right: 28px; }

.sc-banner-join-cta__lockup {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.sc-banner-join-cta__tag-icon {
  margin-right: 10px; }

.sc-banner-join-cta__join-text {
  font-size: 36px;
  font-weight: bold;
  line-height: 1; }

.img-full {
  width: 100%;
  height: auto; }

.img-respond {
  max-width: 100%;
  height: auto; }

.sc-banner-doom-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px; }

.sc-banner-doom-cta__title {
  padding-right: 20px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1; }

.progress-bar {
  background: rgba(212, 35, 41, 0.2);
  -webkit-box-shadow: inset 0 0 0 1px #d42329;
          box-shadow: inset 0 0 0 1px #d42329;
  position: relative; }

.progress-bar__filled {
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, transparent), color-stop(50%, rgba(255, 255, 255, 0.12)), to(transparent)), -webkit-gradient(linear, left top, right top, from(#88191c), to(#d42329));
  background: linear-gradient(0deg, transparent 50%, rgba(255, 255, 255, 0.12) 50%, transparent 100%), linear-gradient(90deg, #88191c 0%, #d42329 100%);
  position: absolute; }

.progress-bar--large {
  height: 45px; }

.progress-bar--medium {
  height: 30px; }

.progress-bar--small {
  height: 20px; }

.content-block + .content-block {
  margin-top: 20px; }

.sc-progress__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5px 0; }

.sc-progress__title {
  margin-right: 20px; }

.sc-user-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center; }

.sc-user-stats__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-bottom: 20px;
  line-height: 1.5;
  padding: 0 5px; }
  @media (min-width: 768px) {
    .sc-user-stats__item {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 25%;
              flex: 1 1 25%;
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .sc-user-stats__item + .sc-user-stats__item {
      border-left: 1px solid rgba(255, 255, 255, 0.1); } }

.sc-user-stats__title {
  margin: 0 0 10px;
  white-space: nowrap; }

.sc-user-card-small__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.4); }

.sc-user-card-small__avatar {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  @media (min-width: 768px) {
    .sc-user-card-small__avatar {
      width: 170px; } }

.sc-user-card-small__profile-details {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 75%;
  padding: 20px; }
  @media (min-width: 768px) {
    .sc-user-card-small__profile-details {
      width: calc(100% - 170px); } }

.sc-user-card-small__username {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.sc-user-card-small__view-profile {
  text-align: right; }

.sc-user-card-small__rank-details {
  padding: 15px 30px 30px; }

.sc-user-card-small__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.sc-user-card-large__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4); }
  @media (min-width: 768px) {
    .sc-user-card-large__profile {
      padding: 30px; } }

.sc-user-card-large__avatar {
  width: 25%; }
  @media (min-width: 768px) {
    .sc-user-card-large__avatar {
      width: 200px; } }

.sc-user-card-large__profile-details {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px; }
  @media (min-width: 768px) {
    .sc-user-card-large__profile-details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      padding: 20px 30px 0; } }

.sc-user-card-large__username {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.sc-user-card-large__content {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .sc-user-card-large__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.sc-user-card-large__block {
  padding: 0 20px; }
  @media (min-width: 768px) {
    .sc-user-card-large__block {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
      padding: 0 30px; } }
  .sc-user-card-large__block + .sc-user-card-large__block {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    @media (min-width: 768px) {
      .sc-user-card-large__block + .sc-user-card-large__block {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.1); } }

.sc-user-card-large__block--centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.sc-user-card-large__block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.sc-user-card-large__block-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 120px; }

.sc-user-card-large__giveaway {
  padding: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4); }

@media (min-width: 768px) {
  .sc-user-card-large__blocks-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px; } }

@media (min-width: 768px) {
  .sc-user-card-large__blocks-layout-item {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 20px;
    padding: 0 10px; } }

.sc-user-card-large__profile-details-footer {
  margin-top: auto; }

.cta-button {
  cursor: pointer;
  display: inline-block;
  margin: 0 30px;
  padding: 0;
  height: 64px;
  background: none;
  border: 0;
  outline: none;
  color: #fff;
  font-family: "Play", "Orbitron", sans-serif;
  font-size: 16px;
  line-height: 64px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  -webkit-filter: drop-shadow(0 5px 20px #000);
          filter: drop-shadow(0 5px 20px #000);
  z-index: 0;
  text-decoration: none; }
  .cta-button::before, .cta-button::after {
    content: '';
    display: block;
    margin: 0 -30px;
    height: 100%;
    width: 60px;
    background: center repeat-y;
    position: absolute;
    top: 0;
    pointer-events: none;
    z-index: 1; }
  .cta-button::before {
    background-image: url(/dist/client/images/btn-red-left.png);
    left: 0; }
  .cta-button::after {
    background-image: url(/dist/client/images/btn-red-right.png);
    right: 0; }

.cta-button__inner {
  display: block;
  height: 100%;
  width: 100%;
  padding: 2px 20px 0;
  background: url(/dist/client/images/btn-red-repeat.jpg) center repeat-x; }
  .cta-button__inner::after {
    content: '';
    display: block;
    margin: -2px -40px;
    width: 80px;
    height: 8px;
    background: url(/dist/client/images/btn-bar.png);
    position: absolute;
    top: 100%;
    left: 50%; }

.cta-button--grey::before,
.cta-button[disabled]::before {
  background-image: url(/dist/client/images/btn-grey-left.png); }

.cta-button--grey::after,
.cta-button[disabled]::after {
  background-image: url(/dist/client/images/btn-grey-right.png); }

.cta-button--grey .cta-button__inner,
.cta-button[disabled] .cta-button__inner {
  background-image: url(/dist/client/images/btn-grey-repeat.jpg); }
  .cta-button--grey .cta-button__inner::after,
  .cta-button[disabled] .cta-button__inner::after {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }

.sc-entitlement {
  margin: auto;
  max-width: 750px;
  text-align: center; }

.sc-entitlement__body {
  padding: 45px; }

.sc-entitlement__terms {
  overflow: auto;
  height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
  text-align: left; }

.checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.checkbox__ui {
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
  top: -2px; }
  .checkbox__ui::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #bababa;
    position: absolute;
    top: 0;
    left: 0; }
    input:checked ~ .checkbox__ui::before {
      border-color: #d42329;
      background: #d42329; }
  .checkbox__ui::after {
    content: '';
    display: block;
    margin: -10px -4px;
    opacity: 0;
    border: solid #363636;
    border-width: 0 2px 2px 0;
    width: 8px;
    height: 15px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    position: absolute;
    top: 50%;
    left: 50%; }
    input:checked ~ .checkbox__ui::after {
      opacity: 1; }

.sc-entitlement {
  margin: auto;
  max-width: 750px;
  text-align: center; }

.sc-entitlement__body {
  padding: 45px; }

.sc-entitlement__terms {
  overflow: auto;
  height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
  text-align: left; }

.check {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 3px solid currentColor;
  padding: 7px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #d42329; }
  @media (min-width: 768px) {
    .check {
      padding: 10px;
      width: 50px;
      height: 50px; } }

.check--inline {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px; }

.check--small {
  padding: 2px;
  width: 22px;
  height: 22px;
  border-width: 2px;
  line-height: 16px; }

.check__icon {
  display: block;
  color: inherit; }

.reward-system-card {
  background: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  text-align: center; }
  @media (min-width: 768px) {
    .reward-system-card {
      padding: 15px 25px; } }

.reward-system-card__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 0;
  line-height: 1; }
  @media (min-width: 768px) {
    .reward-system-card__points {
      margin: 25px 0; } }

.reward-system-card__icon {
  margin-right: 10px; }

.reward-system-grid {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 50px; }
  @media (min-width: 568px) {
    .reward-system-grid {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr; } }
  @media (min-width: 1200px) {
    .reward-system-grid {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr; } }

.reward-system__check-desc-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 50px;
  max-width: 360px; }

.reward-system__check-icon {
  margin: 0 15px 0 0; }

/* ------------------------------------ *\
    #CAROUSEL
\* ------------------------------------ */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

.flickity-viewport {
  overflow: visible;
  position: relative;
  height: 100%; }

.flickity-enabled.is-draggable {
  tap-highlight-color: transparent;
  /* stylelint-disable-line */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: #fff;
  cursor: pointer; }

.flickity-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 5px #19f;
          box-shadow: 0 0 0 5px #19f; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none; }

.flickity-button-icon {
  fill: #333; }

.flickity-prev-next-button {
  cursor: pointer;
  opacity: 1;
  background: none;
  border: 0;
  color: #bababa;
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .flickity-prev-next-button:hover {
    background: none;
    color: #fff; }
  .no-prev-next-buttons .flickity-prev-next-button {
    cursor: default;
    color: #6e6e6e; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  fill: currentColor;
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.carousel--aspect {
  overflow: hidden;
  position: relative; }

.carousel__placeholder {
  display: block;
  padding-top: 100%; }

.carousel__inner {
  width: 100%;
  height: 100%; }
  .carousel--aspect .carousel__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.carousel__slide {
  margin: 0 auto;
  height: 100%; }
  .flickity-enabled .carousel__slide {
    height: auto; }

.carousel__slide-fade {
  left: 0 !important;
  opacity: 0;
  z-index: -1; }

.carousel__slide.is-selected {
  opacity: 1; }

.carousel__slide-fade.is-selected {
  opacity: 1;
  z-index: 0; }

.news-gallery-slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative; }

.news-gallery-slide__type {
  margin-bottom: 0.5625rem;
  font-size: 0.5625rem;
  text-transform: uppercase; }

.news-gallery-slide__nav {
  padding: 0.9375rem 6.84%;
  width: 100%;
  background: rgba(0, 0, 0, 0.67);
  position: absolute;
  bottom: 0; }

.news-gallery-slide__desc {
  padding: 0 20px 18px;
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }
  .news-gallery-slide__desc::before {
    content: '';
    opacity: 0.67;
    display: block;
    width: 100%;
    height: 195px;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background: linear-gradient(0deg, #000 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }

.news-gallery-slide__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  color: #bababa;
  font-family: "Play", "Orbitron", sans-serif;
  letter-spacing: 0.3em;
  text-transform: uppercase; }

.news-gallery-slide__meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .news-gallery-slide__meta-item + .news-gallery-slide__meta-item {
    margin-left: 5px; }

.news-gallery-slide__meta-item--divider {
  color: #6e6e6e; }

.news-gallery-slide__meta-icon {
  margin-right: 10px;
  color: #d42329;
  position: relative;
  top: -3px; }

.news-gallery-slide__title {
  margin-bottom: 0; }

.navItem.is-nav-selected {
  opacity: 1; }

.share-bar {
  color: #fff;
  padding: 20px; }
  @media (min-width: 850px) {
    .share-bar {
      padding: 10px 20px 0;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.share-bar__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .share-bar__title {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 10px; } }

.share-bar__title-icon {
  margin: 0 10px; }

.share-bar__options {
  list-style: none;
  margin: 0 0 10px;
  padding: 0; }
  @media (min-width: 768px) {
    .share-bar__options {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.share-bar__option + .share-bar__option {
  margin-top: 10px; }
  @media (min-width: 768px) {
    .share-bar__option + .share-bar__option {
      margin-top: 0;
      margin-left: 10px; } }

.share-bar__button {
  color: #fff;
  display: block;
  width: 100%; }
  @media (min-width: 768px) {
    .share-bar__button {
      margin: 0;
      width: auto; } }

.share-bar__social-icon {
  margin-right: 10px; }

.video-modal__button {
  display: inline-block;
  vertical-align: middle;
  width: inherit;
  padding: 0;
  border: 0;
  background: none;
  outline: none; }

.video-modal__button--block {
  display: block;
  width: 100%; }

.video-modal__card {
  max-width: 70vmax;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.video-modal__card-body {
  background: #000; }

.video-modal__button {
  display: inline-block;
  vertical-align: middle;
  width: inherit;
  padding: 0;
  border: 0;
  background: none;
  outline: none; }

.video-modal__button--block {
  display: block;
  width: 100%; }

.video-modal__card {
  max-width: 70vmax;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.video-modal__card-body {
  background: #000; }

.news-gallery-thumb {
  cursor: pointer;
  margin-top: 20px;
  height: 77px;
  padding: 0;
  background: none;
  border: 0;
  text-decoration: none;
  text-align: left;
  border-bottom: 1px solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.5; }
  .news-gallery-thumb.is-nav-selected {
    opacity: 1; }
  @media (min-width: 768px) {
    .news-gallery-thumb {
      width: 50%;
      padding-right: 20px; } }
  @media (min-width: 1024px) {
    .news-gallery-thumb {
      width: 33.33333%;
      padding-right: 25px; } }

.news-gallery-thumb__wrap {
  width: 77px;
  min-width: 77px;
  position: relative;
  background-size: cover;
  background-position: center; }
  .news-gallery-thumb__wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 5px solid #9b9b9b;
    opacity: 0;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease; }
  .news-gallery-thumb__wrap:last-child {
    margin-right: 0; }

.news-gallery-thumb__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  width: 100%; }
  .news-gallery-thumb.is-nav-selected .news-gallery-thumb__tag {
    background: #202020;
    border-bottom: 1px solid #d42329; }
  @media (max-width: 767px) {
    .news-gallery-thumb__tag {
      display: none; } }

.news-gallery-thumb__type {
  display: block;
  color: #6e6e6d;
  font-family: "Play", "Orbitron", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.3em; }

.news-gallery-thumb__title {
  display: block;
  overflow: hidden;
  color: #babab8;
  font-size: 13px;
  line-height: 1.69231;
  height: 44px; }

.news-gallery {
  overflow: hidden;
  background: #202020;
  width: 100%;
  position: relative; }

.news-gallery__wrap {
  width: 100%;
  height: 100%; }

.news-gallery__carousel-wrap {
  overflow: hidden;
  height: 100%;
  position: relative; }
  .news-gallery__carousel-wrap::before {
    content: '';
    display: block;
    padding-top: 133.33333%; }
    @media (min-width: 768px) {
      .news-gallery__carousel-wrap::before {
        padding-top: 45.26316%; } }

.news-gallery__carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.news-gallery__nav {
  padding: 0 58px;
  width: 100%;
  height: 115px;
  background: rgba(0, 0, 0, 0.9); }
  @media (min-width: 768px) {
    .news-gallery__nav {
      display: block; } }

.load-more-items__footer {
  border-top: 2px solid #000;
  padding-top: 30px;
  text-align: center; }

.load-more-items__outer {
  overflow: hidden; }
  @supports ((-webkit-clip-path: polygon(0 0)) or (clip-path: polygon(0 0))) {
    .load-more-items__outer {
      -webkit-clip-path: polygon(-10% 0, 110% 0, 110% 100%, -10% 100%);
              clip-path: polygon(-10% 0, 110% 0, 110% 100%, -10% 100%);
      overflow: visible; } }

.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%; }

.news-card__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.news-card__img {
  height: 100%;
  width: 100%;
  -webkit-transition: 0.75s;
  transition: 0.75s; }
  a:hover .news-card__img {
    -webkit-transform: scale(1.02, 1.02);
            transform: scale(1.02, 1.02); }

.news-card__header {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 15px 25px;
  width: 100%; }

.news-card__title {
  margin: 5px 0; }

.news-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #bababa;
  font-family: "Play", "Orbitron", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.3em;
  text-transform: uppercase; }

.news-card__points {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.news-card__points-icon {
  margin-right: 10px; }

.news-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px; }
  @media (min-width: 1024px) {
    .news-grid {
      margin: 0 -15px; } }

.news-grid__item {
  display: block;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 100%; }
  @media (min-width: 768px) {
    .news-grid__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%; } }
  @media (min-width: 1024px) {
    .news-grid__item {
      padding: 0 15px;
      width: 25%; } }
  @media (min-width: 768px) {
    .news-grid__item:first-child {
      width: 100%; } }
  @media (min-width: 1024px) {
    .news-grid__item:first-child {
      width: 50%; } }

.image-modal {
  margin: auto;
  width: 80vmin; }
  @media (min-width: 1280px) {
    .image-modal {
      width: 100vmin; } }

.image-modal__inner {
  max-width: 1920px;
  margin: auto; }

.gallery .flickity-viewport {
  overflow: hidden; }

.gallery__img-wrap {
  width: 100%; }

.gallery__thumb-wrap {
  opacity: 0.8;
  width: calc(25% - 10px);
  margin-top: 10px;
  margin-right: 13px;
  position: relative; }
  .gallery__thumb-wrap.is-nav-selected {
    opacity: 1; }

.check-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-bottom: 20px; }

.check-block__content {
  padding-left: 20px; }

.giveaway-details__pretitle {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(110, 110, 110, 0.2); }

.giveaway-details__title {
  margin-bottom: 10px;
  max-width: 550px; }

.giveaway-details__body {
  max-width: 700px; }

.giveaway-details__perks {
  list-style: none;
  font-size: 18px; }

.giveaway-details__perk + .giveaway-details__perk {
  margin-top: 5px; }

.giveaway-details__terms {
  margin-top: 50px;
  max-width: 550px; }

@media (min-width: 768px) {
  .monthly-giveaway {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px; } }

@media (min-width: 1280px) {
  .monthly-giveaway {
    margin: 0 -30px; } }

@media (min-width: 768px) {
  .monthly-giveaway__gallery {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 15px;
    width: 33.33333%; } }

@media (min-width: 1280px) {
  .monthly-giveaway__gallery {
    padding: 0 30px;
    width: 40%; } }

@media (min-width: 768px) {
  .monthly-giveaway__details {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 15px;
    width: 66.66667%; } }

@media (min-width: 1280px) {
  .monthly-giveaway__details {
    padding: 0 30px;
    width: 60%; } }

.featured-giveaway__header {
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.featured-giveaway__title {
  margin-bottom: 10px; }

.featured-giveaway__layout {
  display: grid;
  grid-gap: 50px; }
  @media (min-width: 1280px) {
    .featured-giveaway__layout {
      grid-template-columns: 340px 1fr; } }

.featured-giveaway__content {
  padding-top: 10px; }

.featured-giveaway__body {
  max-width: 410px; }

.featured-giveaway__perks {
  list-style: none;
  padding: 0;
  font-size: 18px; }

.featured-giveaway__perk-number {
  color: #fff;
  font-family: "Play", "Orbitron", sans-serif;
  font-weight: bold; }

.featured-giveaway__terms a {
  text-decoration: underline; }

.module-header {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .module-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.module-header__right {
  margin-top: 10px; }
  @media (min-width: 768px) {
    .module-header__right {
      margin-top: auto; } }

.upcoming-giveaways__title {
  margin-bottom: 0; }

.upcoming-giveaways__giveaways {
  margin: 0;
  list-style: none;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr; }
  @media (min-width: 768px) {
    .upcoming-giveaways__giveaways {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }

.upcoming-giveaways__frame {
  margin-bottom: 10px; }

.upcoming-giveaways__giveaway-date {
  color: #d42329;
  font-size: 10px;
  text-transform: uppercase; }

.tag {
  display: inline-block;
  min-width: 150px;
  padding: 0 10px;
  background: #000;
  color: #6e6e6e;
  font-size: 10px;
  line-height: 23px;
  letter-spacing: 0.3em;
  text-transform: uppercase; }

.giveaway-card__tag {
  margin-bottom: 15px; }

.giveaway-card__tag-icon {
  margin-right: 10px; }

.giveaway-card__img {
  margin-bottom: 20px; }

.giveaway-card__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 10px; }

.giveaway-winner-card {
  padding: 30px; }

.giveaway-winner-card__tag {
  margin-bottom: 15px; }

.giveaway-winner-card__tag-icon {
  vertical-align: middle;
  margin-right: 10px;
  color: #d42329; }

.giveaway-winner-card__img {
  vertical-align: middle;
  margin-bottom: 20px; }

.giveaway-winner-card__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 10px; }

.giveaway-winner-card__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 25px;
  padding-top: 25px; }

.giveaway-winner-card__next-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 120px; }

.giveaway-winner-card__next-details {
  margin-left: 20px;
  -ms-flex-item-align: center;
      align-self: center; }

.well {
  padding: 55px 0 35px;
  background: #1c1c1c url(/dist/client/images/bg-well-1600.jpg) center top no-repeat;
  border: solid #000;
  border-width: 1px 0;
  color: #fff;
  text-align: center; }

.well__body {
  margin: auto;
  max-width: 700px; }

.number-box {
  display: block;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  background: -webkit-gradient(linear, left bottom, left top, from(#d42329), to(#541313));
  background: linear-gradient(0deg, #d42329 0%, #541313 100%);
  color: #fff;
  font-family: "Play", "Orbitron", sans-serif;
  text-shadow: 0 1px 0 #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%); }
  @media (min-width: 768px) {
    .number-box {
      width: 60px;
      height: 60px;
      font-size: 36px;
      line-height: 50px; } }

.sign-up-step {
  padding: 27px 27px 7px;
  position: relative;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 10px 30px #000;
          box-shadow: 0 10px 30px #000; }

.sign-up-step__number {
  margin-left: -30px;
  position: absolute;
  left: 50%;
  top: -1px;
  z-index: 1; }

.sign-up-step__title {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 10px; }

@media (min-width: 768px) {
  .sign-up__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 -13px; } }

.sign-up__steps-item {
  margin-bottom: 27px; }
  @media (min-width: 768px) {
    .sign-up__steps-item {
      margin-bottom: 0;
      padding: 0 13px;
      width: 33.33333%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }

.sign-up__block {
  margin: 50px auto 20px; }
  @media (min-width: 768px) {
    .sign-up__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 80%; } }

@media (min-width: 768px) {
  .sign-up__content {
    width: 60%; } }

@media (min-width: 768px) {
  .sign-up__options {
    width: 40%; } }

.sign-up__img-wrapper {
  max-width: 700px;
  margin: auto; }

.media-layout__grid {
  list-style: none;
  margin: 0 -10px;
  padding: 0; }
  @media (min-width: 768px) {
    .media-layout__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -15px; } }

.media-layout__item {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 768px) {
    .media-layout__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding: 0 15px;
      width: 50%; } }
  @media (min-width: 1500px) {
    .media-layout__item {
      width: 25%; } }
  @media (min-width: 1500px) {
    .media-layout--featured .media-layout__item:nth-child(1),
    .media-layout--featured .media-layout__item:nth-child(2) {
      width: 50%; } }

.video-thumb {
  max-width: 100%;
  position: relative; }

.video-thumb__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid currentColor;
  color: #d42329;
  position: absolute;
  width: 46px;
  height: 46px;
  right: 17px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.15s;
  transition: 0.15s; }
  a:hover .video-thumb__play {
    color: #fff; }

@media (min-width: 1280px) {
  .video-thumb__play--large {
    width: 92px;
    height: 92px; } }

.video-thumb__img {
  -webkit-transition: 0.75s;
  transition: 0.75s; }
  a:hover .video-thumb__img {
    -webkit-transform: scale(1.02, 1.02);
            transform: scale(1.02, 1.02); }

.video-thumb__play-icon {
  display: block;
  margin: auto; }

.video-thumb__header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 112px 20px 20px;
  z-index: 1; }
  .video-thumb__header::before {
    content: '';
    opacity: 0.67;
    display: block;
    width: 100%;
    height: 195px;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background: linear-gradient(0deg, #000 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }

.wallpaper__thumbnail {
  margin-bottom: 16px; }

.wallpaper__controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.wallpaper__select-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-right: 20px; }

.wallpaper__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60px;
  padding: 10px 0; }
  @media (min-width: 1600px) {
    .wallpaper__button {
      width: 75px; } }

.wallpaper__icon-points {
  width: 24px;
  display: inline-block; }

.icon-badge {
  position: relative; }

.icon-badge__icons {
  position: absolute;
  right: 5px;
  bottom: 5px; }

.icon-badge__icon {
  display: block;
  border-radius: 50%;
  border: 1px solid #000; }

.images-gallery__header {
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .images-gallery__header {
      padding: 0 250px; } }

.images-gallery__filters {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .images-gallery__filters {
      margin-bottom: 0;
      width: 250px;
      position: absolute;
      bottom: 0;
      right: 0; } }

.images-gallery__title {
  font-size: 30px; }

.avatar {
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  border: 1px solid #6e6e6d;
  border-radius: 50%;
  background: #000; }

.avatar--thick {
  border-width: 2px;
  padding: 9px; }

.avatar--block {
  display: block; }

.avatar__img {
  display: block;
  border-radius: 50%; }

.carot {
  display: inline-block;
  border: solid;
  border-width: 0 7px 7px;
  border-color: transparent transparent #d42329; }

.carot--down {
  border-bottom-color: #541313;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.carot--sm {
  border-width: 0 3px 4px; }

.contributor {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 4px 15px 4px 0; }
  button:hover .contributor,
  a:hover .contributor {
    background: rgba(255, 255, 255, 0.1); }

.contributor__stats {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (min-width: 768px) {
    .contributor__stats {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.contributor__avatar-wrap,
.contributor__position,
.contributor__points {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.contributor__position {
  font-weight: bold;
  color: #6e6e6d;
  padding: 0 5px;
  min-width: 50px;
  line-height: 40px;
  text-align: center; }

.contributor__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.contributor__right {
  margin-left: auto; }

.contributor__carot {
  margin-right: 10px; }

.contributor__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px; }

.contributor__username {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.top-contributors__title {
  margin: 0; }

.top-contributors__list {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
  padding: 25px 0 0;
  margin: 0; }

.event-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.event-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px; }
  @media (min-width: 768px) {
    .event-card__content {
      padding: 30px; } }

.event-card__tag {
  margin-bottom: 15px; }

.event-card__tag-icon {
  vertical-align: middle;
  margin-right: 10px;
  color: #d42329; }

.event-card__title {
  margin-bottom: 30px; }

.event-card__date-wrapper {
  margin-top: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media (min-width: 768px) {
  .upcoming-events__events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px; } }

.upcoming-events__events-item {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .upcoming-events__events-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
      margin-bottom: 0;
      padding: 0 15px; } }

.upcoming-events__title {
  margin-bottom: 0; }

.user-search-card__body {
  padding: 30px 20px; }
  @media (min-width: 768px) {
    .user-search-card__body {
      padding-right: 30px;
      padding-left: 30px; } }

.content {
  padding: 1px 0; }

.accordion-item {
  max-width: 100%; }

.accordion-item__button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  width: 100%;
  border: 0;
  background: none;
  color: #fff;
  font-family: "Play", "Orbitron", sans-serif;
  font-size: 18px;
  text-align: left;
  text-decoration: none; }

.faq-accordion__header {
  padding: 12px 30px 8px;
  width: 100%;
  min-height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.faq-accordion__title {
  margin: 0; }

.faq-accordion__content {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 30px;
  padding: 20px 0; }

@media (min-width: 1024px) {
  .section-faq__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 1024px) {
  .section-faq__list {
    width: calc(50% - 16px); } }

.section-faq__item {
  margin-bottom: 0.625rem; }

.popup {
  width: 100%;
  max-width: 370px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5; }

.popup__outer {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #000; }

.popup__inner {
  background: inherit;
  padding: 15px;
  position: relative;
  z-index: 1; }

.popup__pointer {
  margin: -9px;
  width: 18px;
  height: 18px;
  border: inherit;
  background: inherit;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 100%;
  left: 50%; }

.community-event-goal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.community-event-goal__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      align-self: center;
  line-height: 20px;
  white-space: nowrap; }

.community-event-goal__thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 55px;
  padding-left: 15px; }

.community-event-goal__label {
  font-family: "Play", "Orbitron", sans-serif;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  top: 0.125em; }

.community-event-goal__points {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #babab8;
  font-family: "Play", "Orbitron", sans-serif;
  font-size: 14px; }

.community-event-goal__icon {
  margin-right: 2px;
  position: relative;
  top: -2px; }

.community-event-goal__reward {
  color: #d42329;
  font-size: 12px; }

.community-event-goal__popup-thumbnail {
  width: 100%;
  margin-bottom: 20px; }

.community-event__header {
  text-align: center; }

.community-event__description {
  margin: 0 auto 30px;
  max-width: 700px; }

.community-event__chart-goal {
  margin: 0;
  font-family: "Play", "Orbitron", sans-serif;
  font-size: 20px;
  font-weight: bold; }
  @media (min-width: 768px) {
    .community-event__chart-goal {
      font-size: 24px; } }

.community-event__goal-number {
  color: #fff; }
  @media (min-width: 768px) {
    .community-event__goal-number {
      font-size: 1.5em; } }

.community-event__event-date {
  margin-bottom: 20px; }

.community-event__progress-bar {
  height: 41px;
  border: 1px solid #d42329;
  background: rgba(212, 35, 41, 0.2);
  padding: 4px;
  position: relative; }

.community-event__progress-bar-fill {
  background: -webkit-gradient(linear, right top, left top, color-stop(20%, rgba(212, 35, 41, 0.6)), to(rgba(84, 19, 19, 0.6))), #d42329 -webkit-gradient(linear, left bottom, left top, color-stop(50%, transparent), color-stop(50%, rgba(255, 255, 255, 0.1)), to(transparent));
  background: linear-gradient(-90deg, rgba(212, 35, 41, 0.6) 20%, rgba(84, 19, 19, 0.6) 100%), #d42329 linear-gradient(0deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
  height: 31px;
  width: 100%;
  position: absolute;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }

.community-event__goals {
  list-style: none;
  margin-top: 15px;
  padding: 0;
  position: relative; }
  @media (min-width: 768px) {
    .community-event__goals {
      margin: -36px 0.5% 0;
      width: 99%;
      height: 95px; } }

.community-event__goal {
  padding: 10px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  @media (min-width: 768px) {
    .community-event__goal {
      border-top: none;
      padding-top: 55px;
      max-width: 200px;
      text-align: center;
      position: absolute;
      top: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }
  .community-event__goal:hover {
    z-index: 1; }
  @media (min-width: 768px) {
    .community-event__goal::before {
      content: "";
      height: 55px;
      margin-bottom: 8px;
      border-left: 1px solid #6e6e6e;
      position: absolute;
      top: -12px;
      left: 50%; } }
  @media (min-width: 768px) {
    .community-event__goal:first-child {
      text-align: left;
      -webkit-transform: none;
              transform: none; } }
  @media (min-width: 768px) {
    .community-event__goal:first-child::before {
      left: 0; } }
  @media (min-width: 768px) {
    .community-event__goal:last-child {
      text-align: right;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); } }
  @media (min-width: 768px) {
    .community-event__goal:last-child::before {
      left: auto;
      right: 0; } }

.daily-rewards-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0; }

.daily-rewards-item__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.daily-rewards-item__icon {
  color: #d42329; }

.daily-rewards-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.points-button__icon {
  margin: -10px 10px; }

.points-button__points {
  color: #fff; }

.daily-rewards-progress__block + .daily-rewards-progress__block {
  margin-top: 20px; }

.daily-rewards__inner {
  padding: 30px 20px; }
  @media (min-width: 768px) {
    .daily-rewards__inner {
      padding: 30px; } }

.daily-rewards__header {
  margin-bottom: 20px;
  text-align: center; }

.slayerPointsIcon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 20px; }

.daily-rewards__title {
  margin: 0; }

.leaderboard-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.leaderboard-list__item:nth-of-type(2n + 1) {
  background: rgba(255, 255, 255, 0.07); }

.community-leaderboard__header {
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .community-leaderboard__header {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.community-leaderboard__title {
  margin-bottom: 0; }

.community-leaderboard__search {
  width: 200px; }

.community-leaderboard__content {
  overflow: hidden;
  padding-left: 24px;
  position: relative; }

.community-leaderboard__top-10-title {
  color: #d42329;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
  white-space: nowrap;
  position: absolute;
  left: -24px;
  top: 50%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center top;
          transform-origin: center top; }
  .community-leaderboard__top-10-title::before, .community-leaderboard__top-10-title::after {
    content: "";
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 50vh;
    position: absolute;
    top: calc(50% - 1px); }
  .community-leaderboard__top-10-title::before {
    left: calc(100% + 15px); }
  .community-leaderboard__top-10-title::after {
    right: calc(100% + 15px); }

.entry-card-listing-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.entry-card-listing-card__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #bababa;
  font-size: 13px;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  position: relative; }
  .entry-card-listing-card--active .entry-card-listing-card__date {
    background: #541313 url("/static/primary-bg-repeat-x.jpg") center top repeat-x;
    color: #fff; }
  .entry-card-listing-card--complete .entry-card-listing-card__date {
    color: #6e6e6e; }

.entry-card-listing-card__flag {
  padding: 0 15px;
  background: #d42329;
  color: #fff;
  font-weight: bold;
  line-height: 38px;
  text-transform: uppercase; }
  .entry-card-listing-card--inactive .entry-card-listing-card__flag,
  .entry-card-listing-card--complete .entry-card-listing-card__flag {
    background: #363636; }

.entry-card-listing-card__thumbnail {
  position: relative;
  overflow: hidden; }

.entry-card-listing-card__thumbnail-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 20px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.7) 50%);
  color: #d42329;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: -1px;
  left: -1px; }

.entry-card-listing-card__thumbnail-img {
  -webkit-transition: 0.75s;
  transition: 0.75s; }
  a:hover .entry-card-listing-card__thumbnail-img {
    -webkit-transform: scale(1.02, 1.02);
            transform: scale(1.02, 1.02); }

.entry-card-listing-card__thumbnail-overlay--cover {
  color: #6e6e6e;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.entry-card-listing-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 30px; }

.entry-card-listing-card__title {
  color: #bababa;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  a:hover .entry-card-listing-card__title {
    color: #fff; }

.entry-card-listing-card__options {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.entry-card-listing-card__option-winner {
  color: #d42329;
  font-size: 14px;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .entry-card-listing__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 768px) {
  .entry-card-listing__header-options {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: auto; } }

.entry-card-listing__header-option {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .entry-card-listing__header-option {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-left: auto;
      width: 100%;
      max-width: 200px; } }

.entry-card-listing__listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 -15px;
  padding: 0; }

.entry-card-listing__listing-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .entry-card-listing__listing-item {
      width: 50%; } }
  @media (min-width: 1280px) {
    .entry-card-listing__listing-item {
      width: 25%; } }

.graphic {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: auto;
  margin-bottom: -70px;
  position: relative;
  z-index: -1; }

.graphic__img {
  max-width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    .graphic__img {
      max-width: none;
      height: initial;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }

.content-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.content-list-item__thumb-wrapper {
  width: 132px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 0;
  margin-right: 24px; }

.content-list-item__header {
  -ms-flex-item-align: center;
      align-self: center; }

.content-list-item__title {
  margin-bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  a:hover .content-list-item__title {
    color: #fff; }

.content-list__title {
  font-size: 24px; }

.content-list__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.content-list__item + .content-list__item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  font-family: "Play", "Orbitron", sans-serif;
  font-size: 14px; }
  .pagination li {
    display: inline-block;
    list-style: none;
    margin: 0 3px 0 3px; }
  .pagination a {
    display: block;
    min-width: 36px;
    text-align: center;
    padding: 6px 8px 3px;
    background: rgba(84, 19, 19, 0.2);
    color: #d42329;
    text-transform: uppercase;
    border: 1px solid #d42329;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear; }
    .pagination a:hover {
      background: #d42329;
      color: #fff; }
  .pagination .active a {
    border-color: #d42329;
    background: -webkit-gradient(linear, left bottom, left top, from(#d42329), to(#541313));
    background: linear-gradient(0deg, #d42329 0%, #541313 100%);
    color: #fff; }
  .pagination .previous a,
  .pagination .next a {
    width: 35px;
    height: 35px;
    font-size: 0;
    position: relative; }
    .pagination .previous a::before,
    .pagination .next a::before {
      content: '';
      display: block;
      margin: -6px;
      width: 12px;
      height: 12px;
      border: solid currentColor;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 50%;
      left: 50%; }
  .pagination .previous a::before {
    margin-left: -4px;
    border-width: 0 0 3px 3px; }
  .pagination .next a::before {
    margin-left: -8px;
    border-width: 3px 3px 0 0; }

.featured-contributor {
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  @media (min-width: 768px) {
    .featured-contributor {
      padding-top: 30px; } }
  a:hover .featured-contributor {
    background: rgba(0, 0, 0, 0.3); }

.featured-contributor__avatar {
  text-align: center;
  width: 100px;
  margin: 0 auto 10px; }
  @media (min-width: 768px) {
    .featured-contributor__avatar {
      margin-bottom: 20px;
      width: 140px; } }

.featured-contributor__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.featured-contributor__rank {
  margin-right: 15px; }

.featured-contributor__player {
  overflow: hidden; }

.featured-contributor__username {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.top10__header {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  @media (min-width: 768px) {
    .top10__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.top10__search {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .top10__search {
      width: 200px; } }

.top10__featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px; }
  @media (min-width: 768px) {
    .top10__featured {
      margin-bottom: 20px; } }

.top10__featured-item {
  margin-bottom: 10px;
  padding: 0 5px;
  width: 100%; }
  @media (min-width: 768px) {
    .top10__featured-item {
      width: 33.33333%; } }

.top50 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.top50__title {
  background: #666;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 20px 5px;
  text-align: center;
  text-transform: uppercase; }

.top50__fifty {
  font-size: 40px;
  line-height: 1; }

.top50__leaderboard {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

@media (min-width: 768px) {
  .top50__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.top50__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

.top50__badge {
  display: block;
  padding: 10px 0 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#d42329), to(#541313));
  background: linear-gradient(0deg, #d42329 0%, #541313 100%);
  color: #fff;
  font-family: "Play", "Orbitron", sans-serif;
  text-shadow: 0 1px 0 #000;
  font-weight: bold;
  line-height: 1;
  text-align: center; }
  @media (min-width: 768px) {
    .top50__badge {
      width: 90px;
      height: 80px;
      padding: 16px 0 0 0;
      margin-right: 20px;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px));
              clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px)); } }

@media (min-width: 768px) {
  .top50__badge-emphasis {
    display: block;
    color: #fff;
    font-size: 2.28571em; } }

.top50__footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center; }

.versus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  position: relative; }

.versus__image-warp {
  cursor: pointer;
  position: relative; }
  .versus__image-warp::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid #ccc;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    z-index: 1; }

.versus__image-warp--active::before {
  opacity: 1; }

.versus__vs {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  color: #fff;
  display: block;
  font-family: "Play", "Orbitron", sans-serif;
  font-size: 18px;
  letter-spacing: 0.3em;
  line-height: 54px;
  text-align: center;
  text-indent: 0.15em;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  margin-top: -27px;
  margin-left: -27px;
  z-index: 2; }
  @media (min-width: 768px) {
    .versus__vs {
      font-size: 22px;
      width: 90px;
      height: 90px;
      line-height: 90px;
      margin-top: -45px;
      margin-left: -45px; } }

.versus__name {
  color: #fff;
  background: rgba(0, 0, 0, 0.66);
  padding: 0.625rem 1.25rem;
  position: absolute;
  bottom: 0;
  width: 100%; }

.versus-past {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  position: relative; }

.versus-past__competitor {
  position: relative; }

.versus-past__image-wrap {
  position: relative; }
  .versus-past__image-wrap::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid #d42329;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    z-index: 1; }
    .versus-past__competitor--winner .versus-past__image-wrap::before {
      opacity: 1; }

.versus-past__winner {
  padding: 0 11px;
  background: #d42329;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  position: absolute;
  left: 0;
  bottom: 0; }

.versus-past__vs {
  display: block;
  width: 57px;
  height: 57px;
  margin-top: -48px;
  margin-left: -27px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-family: "Play", "Orbitron", sans-serif;
  letter-spacing: 0.3em;
  text-indent: 0.15em;
  line-height: 57px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2; }

.versus-past__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px; }

.versus-past__votes {
  color: #fff;
  font-weight: bold; }

.past-winners {
  overflow: hidden; }

.past-winners__title {
  margin: 0; }

.past-winners__item {
  margin-right: 20px;
  width: calc(50% - 10px); }

.past-winners__arrow {
  cursor: pointer;
  padding: 0;
  border: 0;
  width: 40px;
  background: none;
  display: block;
  line-height: 40px;
  color: #bababa; }

.past-winners__arrow-icon {
  display: inline-block;
  vertical-align: middle; }

@media (min-width: 768px) {
  .fan-art-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 768px) {
  .fan-art-cta__image {
    width: 350px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; } }

@media (min-width: 768px) {
  .fan-art-cta__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; } }

.submission {
  margin: 0 5px;
  text-align: center; }

.submission-carousel__header {
  margin-bottom: 20px; }
  @media (min-width: 770px) {
    .submission-carousel__header {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.submission-carousel__header-content {
  max-width: 550px;
  width: 70%; }

.submission-carousel__title {
  font-size: 30px;
  margin: 0; }

.submission-carousel__carousel-wrap {
  overflow: hidden; }

.submission-carousel__carousel {
  margin-left: -6px;
  margin-right: -6px; }

.submission-carousel__controls-button {
  display: block;
  padding: 5px;
  color: #bababa; }
  .submission-carousel__controls-button:hover, .submission-carousel__controls-button:active {
    color: #d42329; }

.user-submissions {
  padding: 30px 20px; }
  @media (min-width: 768px) {
    .user-submissions {
      padding: 30px; } }

.meta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0; }

.meta-list__item + .meta-list__item {
  margin-left: 5px; }

.activity-feed {
  padding: 30px 20px; }
  @media (min-width: 768px) {
    .activity-feed {
      padding: 30px; } }

.activity-feed__header {
  margin-bottom: 20px;
  text-align: center; }

.activity-feed__body {
  margin-top: -12px;
  padding: 0 12px;
  max-height: 430px;
  overflow: auto; }

.activity-feed__list {
  list-style: none;
  padding: 0;
  margin: 0; }

.activity-feed__item {
  padding: 12px 0; }
  .activity-feed__item + .activity-feed__item {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }

.zulu__device-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin: auto; }

.zulu__selector-wrap {
  margin-left: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.zulu__selector {
  padding-top: 0;
  padding-bottom: 0;
  height: 68px;
  line-height: 68px;
  font-size: 26px;
  font-family: 'Frontage Condensed', sans-serif;
  border-radius: 6px; }

.zulu-button {
  font-family: 'Frontage Condensed', sans-serif;
  display: inline-block;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#71008d), color-stop(12.26246%, #a31ed5), color-stop(35%, #9f57df), color-stop(89.69331%, #92ffff), to(#25ffff));
  background: linear-gradient(90deg, #71008d 0%, #a31ed5 12.26246%, #9f57df 35%, #92ffff 89.69331%, #25ffff 100%);
  color: #fff;
  fill: currentColor;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #000;
  line-height: 1;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 4px; }
  .zulu-button:hover,
  a:hover .zulu-button {
    background: #92ffff;
    -webkit-box-shadow: 0 0 34px 11px rgba(146, 255, 255, 0.2);
            box-shadow: 0 0 34px 11px rgba(146, 255, 255, 0.2); }

.zulu-button--white {
  background: #fff; }

.zulu-button--block {
  display: block; }

.zulu-button__inner {
  display: block;
  padding: 0.8125em 1.875em;
  background: #000;
  border-radius: 3px; }

@font-face {
  font-family: 'Frontage Condensed';
  src: url("/static/zulu/fonts/FrontageCondensed-Regular.woff2") format("woff2"), url("/static/zulu/fonts/FrontageCondensed-Regular.woff") format("woff"), url("/static/zulu/fonts/FrontageCondensed-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Frontage Condensed';
  src: url("/static/zulu/fonts/FrontageCondensed-Bold.woff2") format("woff2"), url("/static/zulu/fonts/FrontageCondensed-Bold.woff") format("woff"), url("/static/zulu/fonts/FrontageCondensed-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700; }

.zulu__banner {
  overflow: hidden;
  background: #040402;
  font-family: 'Frontage Condensed', sans-serif; }

.zulu__banner-img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0; }

.zulu__inner {
  padding-top: 30px;
  background: #000 -webkit-gradient(linear, left top, right top, from(#71008d), color-stop(12.26246%, #a31ed5), color-stop(35%, #9f57df), color-stop(89.69331%, #92ffff), to(#25ffff)) center top no-repeat;
  background: #000 linear-gradient(90deg, #71008d 0%, #a31ed5 12.26246%, #9f57df 35%, #92ffff 89.69331%, #25ffff 100%) center top no-repeat;
  background-size: 100% 1px; }

.zulu__container {
  margin-right: auto;
  margin-left: auto;
  max-width: 750px;
  text-align: center; }

.zulu__terms {
  overflow: auto;
  height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
  text-align: left; }

.news-details__header {
  margin-bottom: 30px; }

.news-details__thumb {
  margin-bottom: 20px; }

.giveaway-winners__outer {
  overflow: hidden; }

.giveaway-winners__prize-title {
  margin: 0 0 15px; }

.giveaway-winners__prize-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px; }

.giveaway-winners__winner-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 40px;
  padding: 0; }

.giveaway-winners__winner-item {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  @media (min-width: 768px) {
    .giveaway-winners__winner-item {
      width: 33.33333%; } }
  @media (min-width: 1024px) {
    .giveaway-winners__winner-item {
      width: 25%; } }
  @media (min-width: 1280px) {
    .giveaway-winners__winner-item {
      width: 20%; } }
  @media (min-width: 1500px) {
    .giveaway-winners__winner-item {
      width: 16.66667%; } }

.giveaway-winners__winner-item--winner {
  color: #fff;
  font-weight: bold; }

.giveaway-winners__footer {
  position: relative;
  text-align: center; }
  .giveaway-winners__footer::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    width: 100%;
    height: 50px;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background: linear-gradient(0deg, #000 0%, transparent 100%); }

.giveaway-winners__footer-inner {
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.label {
  display: inline-block;
  padding: 2px 14px 0;
  background: #d42329;
  color: #fff;
  font-family: "Play", "Orbitron", sans-serif;
  font-size: 10px;
  line-height: 28px;
  letter-spacing: 0.3em; }

.react-add-to-calendar {
  position: relative;
  width: 250px; }

.react-add-to-calendar__button {
  cursor: pointer; }
  .react-add-to-calendar__button:hover {
    color: #fff; }

.react-add-to-calendar__dropdown {
  margin: 20px 0;
  width: 200px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #000;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1; }
  @media (min-width: 768px) {
    .react-add-to-calendar__dropdown {
      margin-left: -100px;
      left: 50%;
      right: auto; } }
  .react-add-to-calendar__dropdown a {
    text-decoration: none; }
    .react-add-to-calendar__dropdown a:hover {
      color: #fff; }
  .react-add-to-calendar__dropdown ul {
    list-style: none;
    background: inherit;
    padding: 15px;
    margin: 0;
    position: relative;
    z-index: 1; }
  .react-add-to-calendar__dropdown::before {
    display: block;
    content: '';
    margin: -9px;
    width: 18px;
    height: 18px;
    border: inherit;
    background: inherit;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 0; }

.checkStyle {
  float: left;
  margin-right: 10px; }

.event-details__header {
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .event-details__header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.event-details__thumb {
  margin-bottom: 20px; }


/*# sourceMappingURL=global.css.map*/