@charset "UTF-8";
/* Slider */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,700;0,900;1,300;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: "requiem";
  src: url("../../font/requiem-webfont.woff2") format("woff2"), url("../../font/requiem-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  background: black;
  width: 100%;
}

body {
  margin: 0 auto;
  padding: 0;
  max-width: 2000px;
  width: 100%;
}

h1, h2 {
  font-family: "requiem", "EB Garamond", serif;
  text-transform: uppercase;
}

h3, h4, h5, h6, p {
  font-family: "Montserrat", sans-serif;
}

p {
  line-height: 1.5em;
}

a.grunge-btn {
  font-size: 18px;
  text-align: center;
  color: black;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  margin: 0 auto;
  text-decoration: none;
  background: url(../../img/global/btn-bg.png) center no-repeat;
  background-size: contain;
  padding: 24px 0;
  max-width: 298px;
  width: 100%;
  display: block;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.grunge-btn:hover {
  color: #bd93f9;
}
a.grunge-btn--youtube {
  background: url(../../img/global/youtube-bg.png) center no-repeat;
  font-size: 11px;
  margin: 10px 0;
  max-width: 180px;
  padding: 15px 0;
  color: white;
}
@media only screen and (max-width: 991px) {
  a.grunge-btn--youtube {
    margin: 10px auto;
  }
}
a.grunge-btn--youtube:hover {
  color: #e86868;
}
a.grunge-btn--twitch {
  background: url(../../img/global/twitch-bg.png) center no-repeat;
  font-size: 11px;
  margin: 10px 0;
  max-width: 180px;
  padding: 15px 0;
  color: white;
}
@media only screen and (max-width: 991px) {
  a.grunge-btn--twitch {
    margin: 10px auto;
  }
}

.rank-colour--founder {
  color: #BD93F9;
}
.rank-colour--guide {
  color: #50FA7B;
}
.rank-colour--ascendant {
  color: #F04444;
}
.rank-colour--member {
  color: #0088CC;
}
.rank-colour--initiate {
  color: #f7941d;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 37px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 22px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 36px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(14px, 0);
            transform: translate(14px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(14px, 0);
            transform: translate(14px, 0);
  }
}
.header {
  background: url(../../img/global/header/fade.png) top center repeat-x;
  padding: 50px 0 100px;
  margin-bottom: -240px;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 0;
  }
}
.header .header__logo img {
  max-width: 332px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.header .header__subtitle {
  text-align: center;
  color: white;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A9AAAA));
  background: linear-gradient(to bottom, #FFFFFF 0%, #A9AAAA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 900;
  font-style: italic;
  margin: 7px 0 11px;
}
.header .header__band img {
  max-width: 1040px;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.header__nav-bg {
  background: url(../../img/global/header/flame.png) top center no-repeat;
  min-height: 97px;
}

.header__nav {
  float: right;
  position: relative;
  left: -50%;
  text-align: left;
}
.header__nav a {
  text-decoration: none;
}
.header__nav nav {
  font-family: monospace;
}
.header__nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
  left: 50%;
}
.header__nav li {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  display: block;
  float: left;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  border-bottom: 1px solid transparent;
}
.header__nav li a {
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.header__nav li:hover,
.header__nav li:focus-within {
  border-bottom: 1px solid #bd93f9;
  cursor: pointer;
}
.header__nav li:focus-within a {
  outline: none;
}
.header__nav li.active {
  border-bottom: 1px solid #bd93f9;
}
.header__nav ul li ul {
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 1rem;
  display: none;
  background: black;
  border: 1px solid white;
  width: 150px;
  left: -30%;
  overflow: hidden;
  padding: 20px 0;
}
.header__nav ul li ul::after {
  content: "";
  width: 30px;
  height: 30px;
  background: white;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__nav ul li:hover > ul,
.header__nav ul li:focus-within > ul,
.header__nav ul li ul:hover,
.header__nav ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}
.header__nav ul li ul li {
  clear: both;
  width: 100%;
  float: none;
  text-align: center;
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  .header__desktop {
    display: none;
  }
}

.header__mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header__mobile {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  /* header */
  .header {
    -webkit-box-shadow: 0 -6px 7px 10px #000;
            box-shadow: 0 -6px 7px 10px #000;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    background: url(../../img/homepage/intro-bg.jpg) top center no-repeat;
    background-size: 100%;
  }

  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
  }

  .header li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
  }

  .header li a:hover,
.header .menu-btn:hover {
    background-color: #222;
  }

  .header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
  }

  /* menu */
  .header .menu {
    clear: both;
    max-height: 0;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
  }

  /* menu icon */
  .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

  .header .menu-icon .navicon {
    background: white;
    display: block;
    height: 2px;
    position: relative;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    width: 18px;
  }

  .header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: white;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 100%;
  }

  ul.menu {
    background: black;
  }

  ul.menu li {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    display: block;
    position: relative;
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    border-bottom: 1px solid transparent;
  }
  ul.menu li a {
    color: white;
  }

  .header .menu-icon .navicon:before {
    top: 5px;
  }

  .header .menu-icon .navicon:after {
    top: -5px;
  }

  /* menu btn */
  .header .menu-btn {
    display: none;
  }

  .header .menu-btn:checked ~ .menu {
    max-height: 1000px;
  }

  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }

  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
}
.footer {
  float: left;
  width: 100%;
  background: #151515 url(../../img/global/footer/footer-bg.jpg) center no-repeat;
  text-align: center;
  padding: 90px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer p {
  font-size: 13px;
  max-width: 765px;
  margin: 20px auto;
  color: white;
}
.footer p a {
  font-weight: bold;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer p a:hover {
  color: #bd93f9;
}
.footer__links {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  color: white;
  text-transform: uppercase;
}
.footer__link {
  font-weight: bold;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__link:hover {
  color: #bd93f9;
}
.footer__brand {
  max-width: 664px;
  width: 100%;
}

.notices {
  z-index: 2;
  background: #DC3545;
  width: 100%;
  text-align: center;
  float: left;
}
.notices p {
  color: white;
  max-width: 1200px;
  width: 100%;
  margin: 11px auto;
}
.notices p a {
  color: white;
}

.page {
  float: left;
  width: 100%;
  padding: 260px 20px 170px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: -195px;
  margin-bottom: -195px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .page {
    top: 0;
    margin-bottom: 0;
    padding: 130px 20px 60px;
  }
}
.page--about {
  background: url(../../img/about/header.jpg) top center no-repeat;
  background-size: 100%;
}
.page--structure {
  background: url(../../img/structure/header.jpg) top center no-repeat;
  background-size: 100%;
}
.page--recruitment {
  background: url(../../img/recruitment/header.jpg) top center no-repeat;
  background-size: 100%;
}
.page--events {
  background: url(../../img/events/header.jpg) top center no-repeat;
  background-size: 100%;
}
.page--streams {
  background: url(../../img/streams/header.jpg) top center no-repeat;
  background-size: 100%;
}
.page--stats {
  background: url(../../img/stats/header.jpg) top center no-repeat;
  background-size: 100%;
}
.page--roster {
  background: url(../../img/roster/header.jpg) bottom center no-repeat;
  background-size: 100%;
}
.page h1 {
  font-size: 92px;
  color: white;
  text-align: center;
  font-weight: normal;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .page h1 {
    font-size: 50px;
  }
}
.page h3 {
  font-size: 20px;
  text-align: center;
  color: #bd93f9;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .page h3 {
    font-size: 15px;
  }
}
.page p {
  max-width: 930px;
  width: 100%;
  margin: 0 auto 30px;
  color: white;
  font-weight: 300;
  text-align: center;
  line-height: 1.5em;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .page p {
    font-size: 15px;
  }
}
.page .small {
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.streams {
  float: left;
  width: 100%;
  top: -350px;
  margin-bottom: -350px;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .streams {
    top: -250px;
    min-height: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .streams {
    top: -150px;
    min-height: 920px;
  }
}
@media only screen and (max-width: 575px) {
  .streams {
    min-height: 830px;
  }
}
.streams__wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.streams__back {
  z-index: 1;
  top: 0;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1177px;
  width: 100%;
}
.streams__center {
  max-width: 800px;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  top: 0;
  display: block;
  left: 0;
  right: 0;
  padding-top: 420px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1176px) {
  .streams__center {
    padding-top: 35.7%;
  }
}
.streams__front {
  position: absolute;
  z-index: 3;
  top: 0;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1177px;
  width: 100%;
}

.slick-initialized .slick-slide {
  display: block;
  background: black;
  border: 1px solid white;
  margin: 0 25px;
}
.slick-initialized .slick-slide .streams__container {
  height: 450px;
}
@media only screen and (max-width: 767px) {
  .slick-initialized .slick-slide .streams__container {
    height: 350px;
  }
  .slick-initialized .slick-slide .streams__container iframe {
    height: 347px;
  }
}

.slick-initialized .slick-slide.streams__container {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  height: 450px;
}
@media only screen and (max-width: 767px) {
  .slick-initialized .slick-slide.streams__container {
    height: 350px;
  }
  .slick-initialized .slick-slide.streams__container iframe {
    height: 347px;
  }
}

.slick-prev, .slick-next {
  top: 70%;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.coming-soon {
  background: black;
  font-size: 46px;
  color: white;
  font-weight: 900;
  text-align: center;
  margin: 0 0 30px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-top: 25%;
}
@media only screen and (max-width: 991px) {
  .coming-soon {
    text-align: center;
  }
}

.creator {
  float: left;
  width: 100%;
  top: 0;
  z-index: 2;
  position: relative;
}
.creator__wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  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;
}
.creator h2 {
  font-size: 46px;
  color: white;
  font-weight: normal;
  margin: 0 0 30px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .creator h2 {
    text-align: center;
  }
}
.creator__stream {
  width: 32%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .creator__stream {
    width: 100%;
  }
}
.creator p {
  width: 100%;
  color: white;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 18px;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .creator p {
    text-align: center;
  }
}
.creator h3 {
  font-size: 22px;
  color: white;
  font-weight: 900;
  margin: 30px 0 15px;
  text-transform: uppercase;
  font-style: italic;
}
@media only screen and (max-width: 991px) {
  .creator h3 {
    text-align: center;
  }
}