/*
Theme Name: Umbrella
Author: Tengfei
Author URI: https://github.com/tengfei2015
Description: This theme is developed for insomniac umbrella sites
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: umbrella
*/
/* =Vender
----------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* =Shared
----------------------------------------------------*/
@font-face {
  font-family: 'AktivGrotesk-Bold';
  src: url("../../assets/fonts/346B5C_0_0.woff2") format("woff2"), url("../../assets/fonts/346B5C_0_0.woff") format("woff"); }

@font-face {
  font-family: 'AktivGrotesk-Regular';
  src: url("../../assets/fonts/346B5C_1_0.woff2") format("woff2"), url("../../assets/fonts/346B5C_1_0.woff") format("woff"); }

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

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

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

@font-face {
  /* IcoMoon */
  font-style: normal;
  font-weight: 400;
  font-family: IcoMoon;
  src: url("../../assets/fonts/icomoon/icomoon.eot");
  src: url("../../assets/fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon/icomoon.ttf") format("truetype"); }

/* ----- Font Family ----- */
/* ----- Max Widths ----- */
/* ----- Colors ----- */
/* ----- Max Widths ----- */
/* ----- Grid Breakpoints ----- */
/* ----- Media Queries ----- */
/* ----- Mixins ----- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.row {
  margin-left: -16px;
  margin-right: -16px; }

.container, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 16px;
  padding-right: 16px; }

.margin-left-30 {
  margin-left: 30px; }

.margin-top-30 {
  margin-top: 30px; }

@media (min-width: 768px) {
  .desktop-margin-left-30 {
    margin-left: 30px; } }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block;
  margin: auto;
  width: 100%; }

.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; }

.slick-dots button {
  line-height: 1; }

/* -----  Base Arrow Styles ----- */
.slick-arrow {
  background: rgba(0, 0, 0, 0.4) url(../../assets/images/icons/arrow-carousel-white.svg) center center no-repeat;
  background-size: 7px 15px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 50px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 50%;
  text-indent: 100px;
  white-space: nowrap;
  width: 50px;
  z-index: 2; }
  @media all and (min-width: 48em) {
    .slick-arrow {
      background-size: 11px 19px; } }
  @media all and (min-width: 60.5625em) {
    .slick-arrow {
      background-size: 9px 17px; } }
  .slick-arrow:focus {
    outline: none; }

.slick-prev {
  left: 10px;
  transform: translateY(-50%) scale(-1); }
  @media all and (min-width: 48em) {
    .slick-prev {
      left: 30px; } }
  @media all and (min-width: 60.5625em) {
    .slick-prev {
      left: 20px; } }

.slick-next {
  right: 10px;
  transform: translateY(-50%); }
  @media all and (min-width: 48em) {
    .slick-next {
      right: 30px; } }
  @media all and (min-width: 60.5625em) {
    .slick-next {
      right: 20px; } }

/* -----  Default Content Carousel ----- */
.carousel .slick {
  margin-bottom: 20px;
  overflow: hidden; }
  .carousel .slick-list {
    margin-left: 0; }
  .carousel .slick-slide {
    outline: none;
    padding: 0;
    position: relative; }

.carousel__footer {
  color: #8b8b8b;
  display: flex;
  font-size: 14px;
  line-height: 1.4;
  min-height: 40px; }
  .carousel__footer-caption {
    flex: 1 1 auto; }
  .carousel__footer-count {
    flex: 0 0 70px;
    text-align: right; }

/* -----  Card Carousel ----- */
.card-carousel .title-block {
  margin-bottom: 20px;
  position: relative;
  width: 100%; }
  .card-carousel .title-block h2, .card-carousel .title-block h3 {
    flex: 1 1 auto;
    margin: 0; }
  .card-carousel .title-block .slick-arrows {
    display: inline-block;
    transform: translateY(-6px); }

.card-carousel .slick {
  margin-bottom: 40px; }
  .card-carousel .slick-list {
    margin-left: -10px; }
  .card-carousel .slick-slide {
    box-sizing: border-box;
    padding: 0 10px; }
    .card-carousel .slick-slide:focus {
      outline: none; }
  .card-carousel .slick-arrow {
    background: url(../../assets/images/icons/arrow-carousel-black.svg) 0 0 no-repeat;
    border-radius: 0;
    display: inline-block;
    height: 18px;
    left: 0;
    margin-left: 24px;
    position: relative;
    top: 0;
    transform: none;
    width: 20px; }
    .card-carousel .slick-arrow:focus {
      outline: none; }
  .card-carousel .slick-prev {
    top: -1px;
    transform: scale(-1); }

.card-carousel a {
  outline: none; }

.js-cardCarousel4 .card {
  max-width: 310px; }

.js-cardCarousel3 .card {
  max-width: 420px; }

/* -----  Hero Carousel ----- */
.hero-carousel .slick {
  margin-bottom: 50px;
  overflow: hidden; }
  .hero-carousel .slick-list {
    margin-left: 0; }
  .hero-carousel .slick > div:not(:first-child) > picture {
    display: none; }
  .hero-carousel .slick-slide {
    outline: none;
    padding: 0;
    position: relative; }
  .hero-carousel .slick-arrow {
    background-color: transparent; }
    @media all and (min-width: 60.5625em) {
      .hero-carousel .slick-arrow.show {
        display: block; } }
  .hero-carousel .slick-prev, .hero-carousel .slick-next {
    display: none; }
    @media all and (min-width: 48em) and (max-width: 60.5625em) {
      .hero-carousel .slick-prev, .hero-carousel .slick-next {
        display: block; } }
  @media all and (min-width: 48em) and (max-width: 60.5625em) {
    .hero-carousel .slick-prev {
      left: -5px; } }
  @media all and (min-width: 60.5625em) {
    .hero-carousel .slick-prev {
      left: 8px; } }
  @media all and (min-width: 48em) and (max-width: 60.5625em) {
    .hero-carousel .slick-next {
      right: -5px; } }
  @media all and (min-width: 60.5625em) {
    .hero-carousel .slick-next {
      right: 8px; } }
  .hero-carousel .slick-dots {
    bottom: 15px;
    font-size: 0;
    left: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute; }
    @media all and (min-width: 48em) {
      .hero-carousel .slick-dots {
        bottom: 35px;
        left: 50px; } }
    @media all and (min-width: 60.5625em) {
      .hero-carousel .slick-dots {
        bottom: 45px;
        left: 60px; } }
    .hero-carousel .slick-dots li {
      display: inline-block;
      margin: 0 7px 0 0;
      padding: 0; }
      .hero-carousel .slick-dots li::before {
        display: none; }
      .hero-carousel .slick-dots li button {
        background: transparent;
        border: none;
        cursor: pointer;
        height: 30px;
        font-size: 0;
        margin: 0;
        padding: 0;
        text-indent: 200%;
        width: 30px; }
        .hero-carousel .slick-dots li button:after {
          background: rgba(255, 255, 255, 0.2);
          content: '';
          display: block;
          height: 3px;
          width: 30px; }
        .hero-carousel .slick-dots li button:focus {
          outline: none; }
        .hero-carousel .slick-dots li button:hover:after {
          background: #fff; }
      .hero-carousel .slick-dots li.slick-active button:after {
        background: #fff; }

.hero-carousel__content {
  bottom: 25px;
  color: #fff;
  left: 20px;
  margin-bottom: 34px;
  padding-right: 20px;
  position: absolute;
  right: 20px;
  white-space: normal;
  z-index: 2; }
  @media all and (min-width: 48em) {
    .hero-carousel__content {
      bottom: 40px;
      left: 40px;
      right: 40px; } }
  @media all and (min-width: 60.5625em) {
    .hero-carousel__content {
      bottom: 60px;
      left: 60px;
      max-width: 730px;
      right: auto; } }
  .hero-carousel__content span {
    display: block;
    font-size: 16px;
    margin: 8px 0 28px; }
    @media all and (min-width: 60.5625em) {
      .hero-carousel__content span {
        margin: 18px 0 38px; } }
  .hero-carousel__content .button {
    margin: 0 0 10px 0;
    min-width: 132px;
    padding: 0 10px; }
    .hero-carousel__content .button ~ .button {
      margin-left: 10px; }

@media all and (max-width: 60.5em) {
  .hero-carousel__content {
    margin-bottom: 0;
    background-color: #000;
    padding: 20px;
    position: static; }
  .hero-carousel .slick-dots li button {
    display: none; } }

/* -----  Media Carousel ----- */
.media-carousel {
  background: #000;
  height: calc(100vh); }
  @media all and (min-width: 48em) {
    .media-carousel {
      height: 500px;
      width: 100%;
      overflow: hidden; } }
  @media all and (min-width: 48em) {
    .modal__photo .media-carousel {
      height: calc(100vh - 80px); } }
  .media-carousel .slick {
    height: calc(100% - 297px);
    position: relative; }
    @media all and (min-width: 48em) {
      .media-carousel .slick {
        height: calc(100% - 117px); } }
    .media-carousel .slick-list {
      height: 100%;
      margin-left: 0; }
    .media-carousel .slick-track {
      height: 100%; }
      .media-carousel .slick-track::before {
        content: '';
        display: table; }
      .media-carousel .slick-track::after {
        content: '';
        display: table;
        clear: both; }
    .media-carousel .slick-slide {
      height: 100%;
      outline: none;
      padding: 0;
      position: relative; }
    .media-carousel .slick-arrow {
      bottom: -95px; }
      @media all and (min-width: 48em) {
        .media-carousel .slick-arrow {
          bottom: auto;
          display: none;
          top: 50%; } }
      .media-carousel .slick-arrow.show {
        display: block; }
  .media-carousel img {
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
  .media-carousel__footer {
    background: #000;
    color: #fff;
    padding: 0 20px 20px 20px;
    position: relative; }
    @media all and (min-width: 48em) {
      .media-carousel__footer {
        height: 117px;
        padding: 20px 30px; } }
    .media-carousel__footer::before {
      content: '';
      display: block;
      height: 90px;
      position: relative;
      width: 100%; }
      @media all and (min-width: 48em) {
        .media-carousel__footer::before {
          display: none; } }
    .media-carousel__footer-caption {
      color: #8b8b8b;
      display: none;
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 10px; }
      @media all and (min-width: 48em) {
        .media-carousel__footer-caption {
          padding-right: 70px; } }
      .media-carousel__footer-caption.show {
        display: block; }
    .media-carousel__footer-share {
      color: #8b8b8b;
      font-size: 14px;
      line-height: 1.5;
      padding-right: 70px; }
      .media-carousel__footer-share .social {
        align-items: center;
        padding-top: 5px; }
        .media-carousel__footer-share .social h6 {
          margin: -3px 20px 0 0;
          width: auto; }
    .media-carousel__footer-count {
      color: #8b8b8b;
      font-size: 14px;
      left: 50%;
      line-height: 1.5;
      position: absolute;
      text-align: right;
      top: 35px;
      transform: translateX(-50%); }
      @media all and (min-width: 48em) {
        .media-carousel__footer-count {
          left: auto;
          right: 30px;
          top: 20px;
          transform: none; } }

/* ----- Testimonail Carousel ----- */
.testimonial-carousel {
  margin-bottom: 60px;
  position: relative; }
  .testimonial-carousel .slick {
    margin-bottom: 20px; }
    .testimonial-carousel .slick-list {
      margin-left: 0; }
    .testimonial-carousel .slick-slide {
      outline: none;
      padding: 0;
      position: relative; }
    .testimonial-carousel .slick-prev, .testimonial-carousel .slick-next {
      top: 30%; }
  .testimonial-carousel__block {
    margin: 0 auto;
    max-width: 450px; }
    .testimonial-carousel__block picture {
      margin: 0 auto 20px;
      min-height: 280px;
      position: relative; }
  .testimonial-carousel__content {
    box-sizing: border-box;
    position: relative; }
    .testimonial-carousel__content p:last-child {
      margin-bottom: 0; }

@media all and (min-width: 590px) {
  .testimonial-carousel .slick-prev, .testimonial-carousel .slick-next {
    top: 225px; } }

@media all and (min-width: 60.5625em) {
  .testimonial-carousel .slick-prev, .testimonial-carousel .slick-next {
    top: 50%; }
  .testimonial-carousel__block {
    display: flex;
    max-width: none; }
    .testimonial-carousel__block picture {
      margin-bottom: 0;
      width: 50%; }
  .testimonial-carousel__content {
    padding-left: 20px;
    padding-right: 80px;
    width: 50%; } }

@media all and (min-width: 1110px) {
  .testimonial-carousel .slick-prev {
    left: -80px; }
  .testimonial-carousel .slick-next {
    right: -80px; }
  .testimonial-carousel__content {
    padding-right: 0; } }

/* -----  Tile Carousel ----- */
.tile-carousel {
  position: relative; }
  .tile-carousel__header {
    color: #fff;
    left: 30px;
    position: absolute;
    right: 30px;
    text-align: left;
    top: 20px;
    z-index: 2; }
    @media all and (min-width: 60.5625em) {
      .tile-carousel__header {
        left: 50px;
        top: 40px; } }
  .tile-carousel .slick {
    margin-bottom: 20px; }
    .tile-carousel .slick-list {
      margin-left: 0; }
    .tile-carousel .slick-slide {
      outline: none;
      padding: 0;
      position: relative; }
  .tile-carousel picture {
    margin: 0 auto;
    max-width: 500px;
    position: relative;
    width: 100%; }
    @media all and (min-width: 60.5625em) {
      .tile-carousel picture {
        max-width: none;
        transform: translateX(50%);
        width: 50%; } }
  .tile-carousel__content {
    box-sizing: border-box;
    color: #fff;
    min-height: 300px;
    padding: 0 20px 20px 20px;
    position: relative; }
    @media all and (min-width: 60.5625em) {
      .tile-carousel__content {
        box-sizing: border-box;
        left: 0;
        min-height: 0;
        padding: 0 10px 0 12.5%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 50%; } }
    @media all and (min-width: 60.5625em) {
      .tile-carousel__content.js-pushdown {
        top: 100px;
        transform: none; } }
    .tile-carousel__content p {
      margin-bottom: 0; }

/* ----- Up to Max Small Screen ----- */
@media all and (max-width: 47.9375em) {
  .card-carousel .slick {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }
    .card-carousel .slick > div {
      flex-shrink: 0;
      max-width: 75%; }
  .hero-carousel .slick > div {
    flex-basis: 100%;
    flex-shrink: 0; }
  .card-carousel .slick > div:not(:first-child) {
    margin-left: 20px; } }

.hero-carousel .overlay {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(32, 32, 32, 0.05) 63%, #000 100%); }

@media (min-width: 60.5625em) {
  .hero-carousel .overlay {
    display: block; } }

/* =Base
----------------------------------------------------*/
/* ----- Default Link ----- */
a {
  color: #dcb21a;
  transition: color 250ms ease-in-out;
  /* External Text Link */
  /* On Background Theme */
  /* Within h2 */ }
  a:link, a:visited, a:hover, a:active {
    text-decoration: none; }
  a.link-external {
    background: url(../../assets/images/icons/arrow-external-black.svg) right top 3px no-repeat;
    padding-right: 12px; }
  .bg-theme a {
    color: rgba(255, 255, 255, 0.75); }
  h2 a {
    color: #000; }

/* ----- Default Button ----- */
.button,
button {
  background-color: #dcb21a;
  background-image: url(../../assets/images/icons/transparent.png);
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 12px;
  height: 50px;
  overflow: hidden;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  margin-right: 10px;
  transition: background-color 250ms ease-in-out;
  vertical-align: top;
  /* Outline Button */
  /* External Button */ }
  .button:link, .button:visited, .button:hover, .button:active,
  button:link,
  button:visited,
  button:hover,
  button:active {
    color: #fff; }
  .button--outline1,
  button--outline1 {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2); }
    .button--outline1:link, .button--outline1:visited, .button--outline1:hover, .button--outline1:active,
    button--outline1:link,
    button--outline1:visited,
    button--outline1:hover,
    button--outline1:active {
      color: #848f94; }
  .button--outline2,
  button--outline2 {
    background: transparent;
    color: #fff;
    border: 1px solid #fff; }
    .button--outline2:hover,
    button--outline2:hover {
      padding: 16px 24px; }
  .button[target*="_blank"],
  button[target*="_blank"] {
    background-image: url(../../assets/images/icons/arrow-external-white.svg);
    background-position: right 2px top 2px;
    background-repeat: no-repeat; }
  .button.loading,
  button.loading {
    background: url(../../assets/images/icons/animated-loading.gif) center center no-repeat;
    border: 0;
    cursor: default;
    width: 75px;
    max-width: 75px;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto; }

/* ----- Form Button ----- */
button {
  border: 0; }

.custom-form button,
.custom-form .button {
  background-color: #dcb21a;
  height: 43px;
  font-size: 14px;
  line-height: 44px;
  width: 160px;
  -webkit-appearance: none; }

/* ----- (Firefox), (Chrome | Edge | Safari) ----- */
@media (-moz-touch-enabled: 0), (hover: hover) {
  /* ----- Link : Internal ----- */
  a:hover {
    color: #7f7f7f; }
  /* ----- Link : Global Footer ----- */
  .site-footer a:hover {
    color: #b3b3b3; }
  /* ----- Button : Default ----- */
  .button:hover {
    background-color: #b68703;
    color: #fff; }
  .button--outline1:hover {
    background-color: #f4f4f4;
    color: #848f94; }
  .btn-all:visited, .btn-all:active {
    background-color: transparent; }
  .loading:hover {
    background-color: transparent; } }

/* = Utility
----------------------------------------------------*/
/* ----- Hide element, but available for screen readers ----- */
.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

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

.float-r {
  float: right; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

body {
  font-family: "Montserrat-Regular", sans-serif;
  background-color: #12121a;
  background-image: -webkit-gradient(linear, left top, right top, from(#12121a), to(#12121a));
  background-image: -webkit-linear-gradient(left, #12121a, #3b3b47);
  background-image: -moz-linear-gradient(left, #12121a, #3b3b47); }

#hiveSDKHelperIFrame {
  display: none; }

.socials div {
  display: flex; }

.socials a {
  display: inline-block;
  width: 22px;
  height: 22px;
  text-indent: 100%;
  overflow: hidden;
  margin: auto; }
  .socials a:first-of-type {
    margin-left: 0; }
  .socials a:hover {
    opacity: 0.7; }

.socials.white a {
  background-position: center bottom -11px; }

.socials .website {
  background: url(/wp-content/assets/images/socials/globe.svg) center top -11px no-repeat; }

.socials .snapchat {
  background: url(/wp-content/assets/images/socials/snapchat.svg) center top -11px no-repeat; }

.socials .soundcloud {
  background: url(/wp-content/assets/images/socials/soundcloud.svg) center top -11px no-repeat; }

.socials .facebook {
  background: url(/wp-content/assets/images/socials/facebook.svg) center top -11px no-repeat; }

.socials .twitter {
  background: url(/wp-content/assets/images/socials/twitter-new.svg) center top -11px no-repeat; }

.socials .instagram {
  background: url(/wp-content/assets/images/socials/instagram.svg) center top -11px no-repeat; }

.socials .spotify {
  background: url(/wp-content/assets/images/socials/spotify.svg) center top -11px no-repeat; }

.socials .youtube {
  background: url(/wp-content/assets/images/socials/youtube.svg) center top -11px no-repeat; }

.socials .email {
  background: url(/wp-content/assets/images/socials/email.svg) center top -11px no-repeat; }

.socials .twitch {
  background: url(/wp-content/assets/images/socials/twitch.svg) center top -11px no-repeat; }

.socials .tiktok {
  background: url(/wp-content/assets/images/socials/tiktok.png) center bottom 0 no-repeat; }

.sec {
  margin: 56px 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  padding: 0; }

.h2 {
  margin-bottom: 24px;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  position: relative; }

.sold-out {
  display: inline-block;
  font-size: 18px;
  padding: 16px 24px;
  margin-right: 10px;
  height: 50px;
  background: #c2c8cb;
  color: #fff; }

.sold-out {
  line-height: 18px;
  display: inline-block !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2); }

.page-template-template-events .sold-out, .home .sold-out {
  float: left; }

.btn-all {
  display: block;
  font-size: 18px;
  margin-right: 0; }

p {
  line-height: 1.6;
  margin-bottom: 25px; }

img {
  max-width: 100%; }

/* Close */
.icon-x, .mfp-content .mfp-close {
  background: #4c4c4c url(../../assets/images/icons/x-white.svg) center center no-repeat;
  background-clip: content-box;
  border-radius: 50%;
  cursor: pointer;
  height: 46px;
  margin: 17px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 46px;
  opacity: 1; }

.mfp-container .mfp-close {
  font-size: 0;
  padding: 0;
  margin: 0;
  top: -60px;
  left: 50%;
  margin-left: -23px;
  cursor: pointer !important; }

.imitate-table {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .imitate-table > div {
    display: table-cell;
    vertical-align: middle; }

@media (min-width: 1200px) {
  .container {
    width: 1200px; } }

@media (min-width: 1920px) {
  .container {
    width: 88.75rem; } }

@media (min-width: 768px) {
  .h2 {
    padding-bottom: 32px;
    margin-bottom: 48px;
    font-size: 30px; }
    .h2:after {
      position: absolute;
      left: 0;
      bottom: 0;
      content: '';
      width: 104px;
      height: 4px;
      background-color: #dcb21a; }
  .sec-galleries .container h2, .sec-events .container h2, .sec-events-past.sec-event-detail .container h2 {
    line-height: 22px; }
  .btn-all {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 32px; } }

@media (max-width: 767px) {
  .sec {
    margin: 32px 0; }
  .mb-xs-16 {
    margin-bottom: 16px; }
  body #main-wrapper {
    padding-top: 64px; }
  body.home #main-wrapper {
    padding-top: 0; } }

@media (max-width: 1199px) {
  .site-footer .socials {
    max-width: 320px;
    margin: auto; }
    .site-footer .socials a:last-of-type {
      margin-right: 0; }
  .site-footer .visible-sm {
    display: flex !important; } }

.optanon-show-settings-popup-wrapper {
  display: none; }

@media (max-width: 1199px) {
  .navbar .col-md-3 {
    width: 100%; }
  .hidden-sm {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sec {
    margin: 112px 0; } }

@media (max-width: 1199px) {
  .col-sm-12 {
    width: 100%; }
  .col-md-pull-6 {
    right: unset; }
  .col-md-push-6 {
    left: unset; } }

.page-content .container {
  color: #fff; }
  .page-content .container ul {
    list-style: disc inside; }
  .page-content .container ol {
    list-style: decimal inside; }
  .page-content .container a {
    text-decoration: underline; }

@media (min-width: 992px) {
  body {
    padding-top: 85px; }
  body.home {
    padding-top: 0; } }

@media (min-width: 768px) {
  .hero-carousel {
    max-width: 100%;
    margin: auto;
    width: 100%; } }

.hero-carousel img {
  display: block;
  max-width: 100%; }

.hero-carousel .slick {
  margin-bottom: 50px;
  overflow: hidden; }

.hero-carousel .slick-list {
  margin-left: 0; }

.hero-carousel .slick > div:not(:first-child) > picture {
  display: none; }

.hero-carousel .slick-slide {
  outline: none;
  padding: 0;
  position: relative; }

.hero-carousel .slick-arrow {
  background-color: transparent; }

@media all and (min-width: 60.5625em) {
  .hero-carousel .slick-arrow.show {
    display: block; } }

.hero-carousel .slick-prev, .hero-carousel .slick-next {
  display: none; }

@media all and (min-width: 48em) and (max-width: 60.5625em) {
  .hero-carousel .slick-prev, .hero-carousel .slick-next {
    display: block; } }

@media all and (min-width: 48em) and (max-width: 60.5625em) {
  .hero-carousel .slick-prev {
    left: -5px; } }

@media all and (min-width: 60.5625em) {
  .hero-carousel .slick-prev {
    left: 8px; } }

@media all and (min-width: 48em) and (max-width: 60.5625em) {
  .hero-carousel .slick-next {
    right: -5px; } }

@media all and (min-width: 60.5625em) {
  .hero-carousel .slick-next {
    right: 8px; } }

.hero-carousel .slick-dots {
  bottom: 15px;
  font-size: 0;
  left: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: auto; }

@media all and (min-width: 48em) {
  .hero-carousel .slick-dots {
    bottom: 35px;
    left: 50px; } }

@media all and (min-width: 60.5625em) {
  .hero-carousel .slick-dots {
    bottom: 45px;
    left: 0;
    right: 0;
    text-align: center; } }

.hero-carousel .slick-dots li {
  display: inline-block;
  margin: 0 7px 0 0;
  padding: 0;
  overflow: hidden; }

.hero-carousel .slick-dots li::before {
  display: none; }

.hero-carousel .slick-dots li button {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 30px;
  font-size: 0;
  margin: 0;
  padding: 0;
  text-indent: 200%;
  width: 30px; }

.hero-carousel .slick-dots li button:after {
  background: rgba(255, 255, 255, 0.2);
  content: '';
  display: block;
  height: 3px;
  width: 30px; }

.hero-carousel .slick-dots li button:focus {
  outline: none; }

.hero-carousel .slick-dots li button:hover:after {
  background: #fff; }

.hero-carousel .slick-dots li.slick-active button:after {
  background: #fff; }

.hero-carousel__content {
  bottom: 25px;
  color: #fff;
  left: 20px;
  margin-bottom: 34px;
  padding-right: 20px;
  position: absolute;
  right: 20px;
  white-space: normal;
  z-index: 2; }

@media all and (min-width: 48em) {
  .hero-carousel__content {
    bottom: 40px;
    left: 40px;
    right: 40px; } }

@media all and (min-width: 60.5625em) {
  .hero-carousel__content {
    bottom: 60px;
    left: 0;
    max-width: none;
    right: 0;
    padding-right: 0; } }

.hero-carousel__content span {
  display: block;
  font-family: "AktivGrotesk-Regular",sans-serif;
  font-size: 1rem;
  margin: 8px 0 28px; }

@media all and (min-width: 60.5625em) {
  .hero-carousel__content span {
    margin: 18px 0 38px; } }

.hero-carousel__content .button {
  margin: 0 0 10px 0;
  min-width: 132px;
  padding: 0 10px; }

.hero-carousel__content .button ~ .button {
  margin-left: 10px; }

@media all and (max-width: 60.5em) {
  .hero-carousel__content {
    margin-bottom: 0;
    background-color: #000;
    padding: 20px;
    position: static;
    padding-left: 0; }
  .hero-carousel .slick-dots li button {
    display: none; } }

/*button*/
.hero-carousel .button {
  background-color: #1fb9e9;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "AktivGrotesk-Bold",sans-serif;
  font-size: .75rem;
  height: 37px;
  line-height: 38px;
  overflow: hidden;
  padding: 0 25px;
  text-align: center;
  text-decoration: none;
  transition: background-color 250ms ease-in-out;
  vertical-align: top; }

.hero-carousel .button[target*="_blank"], button[target*="_blank"] {
  background-image: url(../../assets/images/icons/arrow-external-white.svg);
  background-position: right 2px top 2px;
  background-repeat: no-repeat; }

.hero-carousel .button--outline {
  background-color: #fff;
  border: 1px solid #1fb9e9;
  color: #1fb9e9;
  line-height: 37px; }

.hero-carousel .button--outline[target*="_blank"] {
  background-image: url(../../assets/images/icons/arrow-external-blue.svg); }

.hero-carousel .button--outline {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  font-size: 14px;
  height: 43px;
  line-height: 43px;
  min-width: 160px;
  -webkit-font-smoothing: antialiased; }

.hero-carousel .button--outline[target*="_blank"] {
  background-image: url(../../assets/images/icons/arrow-external-white.svg); }

.hero-carousel .button--outline:hover {
  background-color: transparent;
  color: #fff; }

.hero-carousel .button--outline:hover[target*="_blank"] {
  background-image: url(../../assets/images/icons/arrow-external-white.svg); }

.hero-carousel__content h1 {
  font-size: 1.875rem; }

@media (min-width: 48em) {
  .hero-carousel__content h1 {
    font-size: 2.25rem; } }

@media (min-width: 60.5625em) {
  .hero-carousel__content h1 {
    font-size: 2.625rem; } }

.hero-carousel__content h1 span {
  font-size: 16px; }

.hero-carousel .overlay {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(32, 32, 32, 0.05) 63%, #000 100%); }

@media (min-width: 60.5625em) {
  .hero-carousel .overlay {
    display: block; } }

/* ----- Modal ----- */
.modal-video {
  display: block !important;
  background-color: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: transition(visibility 0s ease-in-out 350ms, opacity 350ms ease-in-out);
  visibility: hidden;
  width: 100%;
  z-index: 1000; }

/* State : Visible */
.modal--visible {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s; }

/* Scrollable Container */
.modal__contain {
  height: calc(100vh);
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/* Close */
.icon-x {
  background: #4c4c4c url(../../assets/images/icons/x-white.svg) center center no-repeat;
  background-clip: content-box;
  border-radius: 50%;
  cursor: pointer;
  height: 46px;
  margin: 17px auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 46px; }

/* ----- Custom Breakpoint Up to Extra Large Scren ----- */
@media all and (max-width: 1299px) {
  .modal__video {
    height: 0;
    overflow: hidden;
    margin-top: -40px;
    max-width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    .modal__video iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      border: none; } }

/* ----- Custom Breakpoint Extra Large Scren ----- */
@media all and (min-width: 1300px) {
  .modal__video {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: -40px auto 0;
    max-width: 1300px; }
    .modal__video iframe {
      height: 100%;
      margin: 0 auto;
      max-height: 731px;
      max-width: 1300px;
      width: 100%;
      border: none; } }

.modal-contact .modal-content {
  background: black;
  border: 5px solid white; }

/* =Navbar, Footer
----------------------------------------------------*/
.site-header {
  top: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
  position: fixed; }
  .site-header .main-navigation {
    height: 100%; }
  .site-header .navbar-default {
    height: 100%;
    border: 0;
    background-color: transparent; }
  .site-header.sticky, .site-header.navbar-spread {
    background: #0f0f17; }
    .site-header.sticky .global-navbar__list .menu-item > a, .site-header.navbar-spread .global-navbar__list .menu-item > a {
      color: #fff; }

@media (min-width: 1200px) {
  .site-header {
    margin-bottom: 1px;
    height: 85px; }
    .site-header .navbar-default .navbar-brand {
      height: auto;
      padding: 23px 15px;
      line-height: 1; }
      .site-header .navbar-default .navbar-brand img, .site-header .navbar-default .navbar-brand svg {
        width: auto;
        height: 37px; }
    .site-header .global-navbar__list {
      display: flex;
      justify-content: space-between;
      font-size: 0; }
      .site-header .global-navbar__list .menu-item {
        display: inline-block;
        margin: auto;
        position: relative; }
        .site-header .global-navbar__list .menu-item a {
          display: inline-block;
          color: #fff;
          text-transform: uppercase;
          height: 85px;
          line-height: 85px;
          font-size: 18px; }
      .site-header .global-navbar__list .sub-menu {
        border: solid rgba(0, 0, 0, 0.2);
        border-width: 0 1px 1px 1px;
        color: #000;
        background-color: #fff;
        box-sizing: border-box;
        display: none;
        width: 180px;
        position: absolute;
        left: -5px;
        padding: 15px 20px;
        top: 100%; }
        .site-header .global-navbar__list .sub-menu .menu-item {
          display: block; }
          .site-header .global-navbar__list .sub-menu .menu-item a {
            color: #000;
            height: 40px;
            line-height: 40px; }
    .site-header .global-navbar__list > li:hover .sub-menu {
      display: block; }
    .site-header .socials {
      float: right;
      margin: 31px 0;
      flex-wrap: nowrap;
      display: flex;
      max-width: 340px;
      justify-content: center; }
      .site-header .socials a {
        background-position: center bottom -10px;
        margin-left: 25px; }
      .site-header .socials a:first-child {
        margin-left: 0; }
      .site-header .socials .twitch {
        background-position: center bottom -2px;
        background-size: 21px; }
      .site-header .socials .tiktok {
        background-position: center bottom 0px;
        background-size: 20px; }
    .site-header .xs-header-form {
      display: none !important; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .site-header .socials a {
    margin-left: 15px; } }

@media (max-width: 1199px) {
  .navbar {
    margin-bottom: 0; }
  .navbar-default {
    border: 0; }
  .navbar-brand {
    padding-left: 0; }
  .navbar-brand > img, .navbar-brand > svg {
    height: 24px;
    margin-top: -2px; }
  .site-header {
    height: 64px; }
    .site-header .row {
      margin: 0; }
    .site-header .container,
    .site-header .col-sm-6,
    .site-header .col-sm-3 {
      padding: 0;
      width: 100%; }
    .site-header .navbar-header {
      background-color: transparent;
      height: 64px;
      float: none; }
      .site-header .navbar-header .navbar-brand {
        margin: 7px 0; }
    .site-header .navbar-collapse {
      width: 100%;
      border: none;
      padding: 0;
      position: fixed;
      z-index: 999;
      top: 64px;
      bottom: 0;
      background: #0c242e;
      display: none !important; }
      .site-header .navbar-collapse.in {
        display: block !important; }
      .site-header .navbar-collapse .global-navbar__list {
        background-color: #dcb21a; }
    .site-header .xs-header-form {
      display: block; }
      .site-header .xs-header-form .header__form {
        margin: 0;
        padding: 24px 16px; }
  .navbar-toggle {
    padding: 0;
    margin: 8px 0 8px 15px; }
    .navbar-default .navbar-toggle {
      background: transparent;
      border: 0;
      display: block; }
      .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: transparent; }
    .navbar-toggle .icon-bar {
      transition: all 0.2s;
      background-color: #fff !important; }
    .navbar-toggle .top-bar {
      transform: rotate(45deg);
      transform-origin: 30%; }
    .navbar-toggle .mid-bar {
      display: none; }
    .navbar-toggle .bottom-bar {
      transform: rotate(-45deg);
      transform-origin: 30%; }
    .navbar-toggle.collapsed .top-bar {
      transform: rotate(0); }
    .navbar-toggle.collapsed .mid-bar {
      display: block; }
    .navbar-toggle.collapsed .bottom-bar {
      transform: rotate(0); }
  .global-navbar__list {
    position: relative; }
    .global-navbar__list .menu-item {
      position: relative; }
      .global-navbar__list .menu-item > a {
        color: #fff;
        line-height: 1.125;
        padding: 15px;
        display: block;
        text-transform: uppercase;
        font-size: 16px;
        position: relative;
        box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.5); }
      .global-navbar__list .menu-item .sub-menu.collapsed {
        height: 0;
        overflow: hidden; }
      .global-navbar__list .menu-item .sub-menu.expanded {
        height: auto;
        overflow: visible; }
      .global-navbar__list .menu-item .sub-menu .menu-item a {
        box-shadow: none;
        padding: 10px 20px 10px 40px; }
      .global-navbar__list .menu-item .sub-menu .menu-item:last-child a {
        box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.5); }
      .global-navbar__list .menu-item.menu-item-has-children > a::after {
        content: "";
        background: url("../../assets/images/icons/arrow-open-down-white.svg") 0 0 no-repeat;
        display: inline-block;
        height: 8px;
        width: 12px;
        position: absolute;
        right: 16px;
        top: 50%; }
      .global-navbar__list .menu-item.menu-item-has-children > a.subnav--active::after {
        transform: translateY(-50%) scale(-1); }
  .header__form .footer__logo {
    display: block;
    margin-bottom: 14px; }
  .btm-msg {
    font-family: "Montserrat-Light", sans-serif;
    font-size: 12px;
    color: #fff;
    display: block;
    margin-top: 16px; }
  .site-footer.xs-header-form .footer_newsletter .error-message {
    top: 140%; } }

.site-footer a, .site-footer a:link, .site-footer a:visited {
  color: #fff; }
  .site-footer a:hover, .site-footer a:link:hover, .site-footer a:visited:hover {
    color: #b3b3b3; }

.site-footer .copyright > p {
  font-size: 14px;
  line-height: 21px;
  color: #848f94;
  padding-top: 16px;
  margin: 0; }
  .site-footer .copyright > p a {
    color: #848f94; }

.site-footer .socials a {
  background-position: center bottom -11px; }

.site-footer .socials .twitch {
  background-position: center bottom -1px;
  background-size: 20px; }

.site-footer .socials .tiktok {
  background-position: center bottom 0px;
  background-size: 20px; }

.site-footer .footer_nav__list {
  margin-top: 40px; }
  .site-footer .footer_nav__list .menu-item {
    margin-bottom: 32px;
    font-size: 18px;
    text-transform: uppercase; }

.site-footer .footer-tit {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px; }
  .site-footer .footer-tit small {
    display: block;
    margin-top: 8px;
    text-transform: initial;
    font-size: 16px;
    font-family: "Montserrat-Light", sans-serif;
    color: #fff; }

.site-footer .footer__logo img, .site-footer .footer__logo svg {
  width: 165px; }

.site-footer .footer_newsletter fieldset {
  margin: 0;
  max-width: 400px;
  padding: 0;
  position: relative; }

.site-footer .footer_newsletter input {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 18px;
  height: 50px;
  padding: 0 113px 0 10px;
  width: 100%; }

.site-footer .footer_newsletter input::-webkit-input-placeholder {
  font-size: 18px;
  color: #c2c8cb; }

.site-footer .footer_newsletter input::-moz-placeholder {
  font-size: 18px;
  color: #c2c8cb; }

.site-footer .footer_newsletter input:-ms-input-placeholder {
  font-size: 18px;
  color: #c2c8cb; }

.site-footer .footer_newsletter button {
  color: #fff;
  font-size: 18px;
  padding: 0;
  position: absolute;
  right: 3px;
  top: 3px;
  height: 44px;
  margin-right: 0;
  transition: background-color 250ms ease-in-out;
  width: 122px; }

.site-footer .footer_newsletter .error-message {
  color: #f00;
  display: none;
  font-size: 12px;
  position: absolute;
  left: 10px;
  right: 0;
  top: 120%; }

.site-footer .footer_newsletter .js-errorMessageShow {
  display: block; }

.site-footer .footer_newsletter .js-formSubmitted {
  background: url(/wp-content/assets/images/icons/animated-loading.gif) center center no-repeat;
  text-indent: 100%; }

@media (min-width: 1200px) {
  .site-footer .footer-wrapper {
    background: #0f0f17;
    padding: 105px 106px 110px;
    margin-bottom: 56px;
    border-radius: 2px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.23); }
  .footer__form {
    margin-top: 75px;
    margin-bottom: 32px; } }

@media (max-width: 1199px) {
  .site-footer {
    text-align: center; }
    .site-footer .float-r {
      float: none; }
    .site-footer .footer-wrapper {
      padding-left: 16px;
      padding-right: 16px; }
    .site-footer .footer-col {
      overflow: hidden;
      border-radius: 2px;
      background: #0f0f17;
      margin-bottom: 24px; }
      .site-footer .footer-col:last-of-type {
        margin-bottom: 16px; }
    .site-footer .footer-tit > small {
      padding: 0 40px;
      line-height: 1.5; }
    .site-footer .footer__form {
      margin: 32px 0 40px; }
    .site-footer .copyright {
      margin: 40px 0; }
      .site-footer .copyright p {
        margin: 0 20px; }
        .site-footer .copyright p:first-child {
          padding-top: 0; }
        .site-footer .copyright p:last-child {
          margin: 0 50px; }
    .site-footer .footer_newsletter fieldset {
      margin: 0 auto; }
    .site-footer .footer_newsletter input {
      padding-right: 10px;
      margin-bottom: 8px;
      text-align: center; }
    .site-footer .footer_newsletter button {
      position: static;
      width: 100%;
      height: 50px; }
    .site-footer .footer__logo {
      margin-top: 33px;
      display: block; } }

/* =Pages */
.hero-wrapper {
  position: relative;
  overflow: hidden; }
  .hero-wrapper img.background {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .hero-wrapper .home-hero {
    background-size: cover;
    height: 100%; }
  .hero-wrapper .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.home-hero-cont {
  display: inline-block;
  position: absolute;
  bottom: 96px; }
  .home-hero-cont .home-hero-heading {
    font-family: "Montserrat-Bold", sans-serif;
    color: #fff; }
    .home-hero-cont .home-hero-heading em {
      display: block;
      margin-bottom: 16px;
      text-transform: uppercase;
      font-size: 36px;
      line-height: 1; }
    .home-hero-cont .home-hero-heading span {
      font-size: 18px; }
  .home-hero-cont .btn-home-hero {
    width: 216px;
    font-size: 18px;
    margin-top: 24px; }

.card {
  font-size: 18px;
  color: #859196;
  border-radius: 2px;
  margin-bottom: 16px;
  position: relative; }
  .card .card-cont {
    box-sizing: content-box;
    background: #fff;
    background-image: url(../../assets/images/icons/transparent.png);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.23);
    padding: 16px 24px 32px; }
    .card .card-cont span {
      display: block;
      line-height: 22px;
      font-family: "Montserrat-Light", sans-serif; }
    .card .card-cont .card-tit {
      font-size: 24px;
      font-family: "Montserrat-Regular", sans-serif;
      line-height: 36px; }
      .card .card-cont .card-tit a {
        color: #0c242e;
        display: block; }
    .card .card-cont .card-subtit {
      margin-top: 16px; }
  .card .card-action .button {
    display: inline-block;
    float: left; }
  .card .card-detail {
    padding-top: 24px; }
    .card .card-detail span {
      margin-bottom: 8px; }
  .card .button {
    font-size: 18px;
    padding: 16px 22px;
    height: 50px; }
  .card .card-action {
    margin: 24px 0 0; }
  .card .card-img img {
    width: 100%;
    height: calc(100%); }

.event-card {
  border-radius: 2px;
  overflow: hidden; }

.card-img.square {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .card-img.square:after {
    content: '';
    display: block;
    margin-top: 100%; }
  .card-img.square > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .card-img.square img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.card-img.four-square img {
  width: 50%;
  height: 50%;
  position: absolute; }
  .card-img.four-square img:first-of-type {
    left: 0;
    top: 0; }
  .card-img.four-square img:nth-of-type(2) {
    right: 0;
    top: 0; }
  .card-img.four-square img:nth-of-type(3) {
    left: 0;
    bottom: 0; }
  .card-img.four-square img:last-of-type {
    right: 0;
    bottom: 0; }

@media (max-width: 767px) {
  .home-hero-cont {
    bottom: 32px; }
    .home-hero-cont .home-hero-heading em {
      font-size: 24px; }
    .home-hero-cont .home-hero-heading span {
      font-size: 16px; }
    .home-hero-cont .btn-home-hero {
      width: auto; }
  .sec-home-event .card {
    margin-bottom: 24px; }
  .card .card-cont {
    padding: 16px 16px 32px; }
  .card-cont span {
    font-size: 16px; }
  .card-cont .card-tit {
    font-size: 22px; }
  .card-cont .card-subtit {
    margin-top: 12px; } }

@media (max-width: 374px) {
  .card .card-action .button:last-of-type {
    margin-left: 0; }
  .card .card-action .button, .card .card-action .sold-out {
    font-size: 14px;
    line-height: 32px; } }

.sec-event-detail .h2 {
  font-family: "Montserrat-Regular", sans-serif; }
  .sec-event-detail .h2 small {
    display: block;
    margin-top: 16px;
    color: #fff; }
  .sec-event-detail .h2 :after {
    padding-bottom: 24px; }

.sec-event-detail .h4 {
  color: #848f94;
  font-size: 16px;
  margin-bottom: 16px;
  text-transform: uppercase; }

.sec-event-detail .wrapper {
  background: #fff;
  padding: 32px; }
  .sec-event-detail .wrapper > .h4 {
    margin-top: 48px; }

.sec-event-detail .info dt {
  margin-top: 35px; }
  .sec-event-detail .info dt:first-of-type {
    margin-top: 0; }

.sec-event-detail .info dt:nth-last-of-type(1), .sec-event-detail .info dt:nth-last-of-type(2) {
  margin-top: 32px; }

.sec-event-detail .info dd span {
  display: block;
  font-family: "Montserrat-Light", sans-serif;
  font-size: 18px;
  color: #0c242e;
  font-weight: 300;
  line-height: 1.5; }
  .sec-event-detail .info dd span a {
    color: #0f0f17; }
  .sec-event-detail .info dd span:nth-child(1) {
    font-family: "Montserrat-Regular", sans-serif;
    margin-bottom: 8px; }
  .sec-event-detail .info dd span.sold-out {
    color: #fff;
    text-align: center;
    line-height: initial; }

.sec-event-detail .info dd .date:nth-child(2n+1) {
  font-family: "Montserrat-Regular", sans-serif;
  margin-bottom: 0; }

.sec-event-detail .info dd .get-direction {
  font-family: "Montserrat-Regular", sans-serif;
  margin-top: 8px; }

.sec-event-detail .info .button {
  width: 216px;
  font-size: 18px; }

.sec-event-detail .card {
  margin-bottom: 24px; }
  .sec-event-detail .card .card-cont {
    min-height: auto;
    box-shadow: none;
    padding: 0;
    margin-top: 16px; }
    .sec-event-detail .card .card-cont .card-tit {
      font-size: 18px;
      line-height: 20px;
      height: 40px; }
    .sec-event-detail .card .card-cont a h3 {
      color: #0c242e; }
      .sec-event-detail .card .card-cont a h3:hover {
        color: #859196; }

.sec-event-detail .card-img.radius img {
  border-radius: 2px; }

.sec-event-detail .item img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.sec-event-detail .video-iframe {
  position: relative;
  height: 0;
  padding-bottom: 56.3%;
  margin-bottom: 30px; }
  .sec-event-detail .video-iframe iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

@media (min-width: 768px) {
  .sec-event-detail .aside-info {
    float: right; } }

.card .imitate-table {
  border-spacing: 15px;
  margin-left: -15px; }
  .card .imitate-table > div {
    width: 50%;
    text-align: center; }
    .card .imitate-table > div > span, .card .imitate-table > div > a {
      width: 100%; }

@media (min-width: 768px) {
  .sec-events-past .card .card-cont {
    min-height: auto; }
  .sec-event-detail aside {
    margin-left: 18px; }
  .sec-event-detail .h2 {
    padding-bottom: 24px; }
  .sec-event-detail .info .sold-out {
    display: inline-block; } }

@media (max-width: 767px) {
  .sec-events .card .imitate-table {
    border-spacing: 15px 0; }
  .sec-events .card .card-cont .card-tit {
    font-size: 22px; }
  .sec-event-detail .wrapper {
    padding: 16px; }
    .sec-event-detail .wrapper > .h4 {
      margin-bottom: 24px; }
  .sec-event-detail .card-img {
    margin-bottom: 16px; }
  .sec-event-detail .h {
    margin-top: 18px; }
  .sec-event-detail .col-xs-6:nth-child(2n+1) {
    clear: both; }
  .sec-event-detail .info dt {
    margin-top: 32px; }
  .sec-event-detail .info .button {
    width: 100%; }
  .sec-event-detail .col-sm-7 .card-img {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -16px; } }

@media (min-width: 500px) and (max-width: 767px) {
  .sec-events .card {
    display: table; }
    .sec-events .card .card-img, .sec-events .card .card-cont {
      display: table-cell;
      vertical-align: top;
      width: 50%; }
    .sec-events .card .card-cont {
      padding: 20px; }
      .sec-events .card .card-cont .card-tit {
        font-size: 3.5vw; }
      .sec-events .card .card-cont span {
        font-size: 2.7vw; }
    .sec-events .card .button, .sec-events .card .sold-out {
      font-size: 2.4vw;
      padding: 16px 15px;
      height: auto;
      margin-bottom: 12px; }
    .sec-events .card .sold-out {
      margin-bottom: 12px; } }

@media (max-width: 499px) {
  .sec-events .card {
    max-width: 400px; } }

@media (max-width: 1199px) {
  .card .button, .card .sold-out {
    font-size: 14px;
    padding: 16px 10px; } }

@media (max-width: 991px) {
  .card .button, .card .sold-out {
    background-image: url(../../assets/images/icons/transparent.png);
    font-size: 16px;
    padding: 16px 18px; } }

.artist-popup {
  position: relative;
  background: #fff;
  padding: 60px 20px;
  width: auto;
  max-width: 860px;
  margin: 0 auto; }
  .artist-popup figure {
    margin-bottom: 35px; }
  .artist-popup h1 {
    font-size: 2.125rem;
    color: black;
    text-align: center;
    font-family: "Rajdhani",sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .artist-popup .artistBio p {
    font-size: 1rem;
    color: black; }
    .artist-popup .artistBio p:last-child {
      margin-bottom: 0; }
  .artist-popup .social--bordered {
    text-align: center;
    margin-bottom: 40px; }
    .artist-popup .social--bordered a {
      border: 1px solid #ebebeb;
      background-position: center top;
      height: 47px;
      margin-left: 5px;
      margin-right: 5px;
      width: 47px; }

.mfp-artist-modal .mfp-content {
  cursor: auto;
  height: calc(100vh - 80px);
  margin-top: 80px; }

@media (min-width: 768px) {
  .artist-popup {
    padding: 60px; }
    .artist-popup figure {
      margin-bottom: 45px; }
    .artist-popup h1 {
      font-size: 2.8125rem; } }

@media (max-width: 767px) {
  .artist-popup .social--bordered a {
    height: 43px;
    width: 43px; } }

.sec-galleries .row {
  margin-right: -12px;
  margin-left: -12px; }
  .sec-galleries .row .col-sm-6, .sec-galleries .row .col-md-4 {
    padding-left: 12px;
    padding-right: 12px; }

.sec-galleries .card {
  margin-bottom: 24px; }

.sec-galleries .card-img img {
  margin: 0 auto;
  filter: brightness(80%); }

.sec-galleries .card-subtit {
  display: none; }

.sec-galleries .card-heading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center; }
  .sec-galleries .card-heading .card-tit {
    display: block;
    font-size: 24px; }

.sec-galleries .card-img a:after {
  background-color: transparent;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition: background-color 250ms ease-in-out;
  z-index: 1; }

@media (min-width: 768px) {
  .sec-galleries .btn-all {
    margin-top: 24px; } }

@media (max-width: 767px) {
  .sec-galleries > .container {
    padding-bottom: 24px; }
  .sec-galleries .row {
    margin-left: -16px;
    margin-right: -16px; }
    .sec-galleries .row .col-sm-6, .sec-galleries .row .col-md-4 {
      padding-left: 16px;
      padding-right: 16px; }
      .sec-galleries .row .col-sm-6:last-of-type .card, .sec-galleries .row .col-md-4:last-of-type .card {
        margin-bottom: 0; }
  .sec-galleries.sec {
    margin-bottom: 0; }
  .sec-galleries .card {
    margin-bottom: 16px; }
  .sec-galleries .btn-all {
    margin-top: 24px; }
    .sec-galleries .btn-all.loading {
      margin-left: auto;
      margin-right: auto; }
      .sec-galleries .btn-all.loading:hover {
        background: none; } }

.mfp-gallery .mfp-bg {
  opacity: 0.9; }

.mfp-gallery .mfp-figure {
  content: none; }

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

.mfp-gallery .mfp-bottom-bar {
  margin-top: 0; }

.mfp-gallery .share .share-label {
  height: 25px;
  line-height: 25px;
  color: #b3b3b3;
  font-size: 12px;
  text-transform: uppercase;
  float: left; }

.mfp-gallery .share .share-links {
  float: left; }
  .mfp-gallery .share .share-links a {
    margin-left: 25px; }

.mfp-gallery .caption {
  color: #ccc;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  padding-top: 15px;
  text-align: center; }

.waterfall-container .item {
  padding: 0; }
  .waterfall-container .item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

@media (max-width: 767px) {
  .mfp-gallery .mfp-counter {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 20px 0 30px;
    font-size: 14px; }
  .mfp-gallery .share {
    margin-left: 25px; }
  .mfp-gallery .caption {
    padding-top: 5px; } }

@media (min-width: 768px) {
  .mfp-gallery .mfp-content {
    width: 100%;
    height: 100%; }
  .mfp-gallery .mfp-figure {
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: default !important; }
    .mfp-gallery .mfp-figure:after {
      background: transparent;
      box-shadow: none; }
  .mfp-gallery .img-container {
    display: inline-block;
    height: calc(100% - 150px);
    margin-top: 70px;
    position: relative; }
    .mfp-gallery .img-container .mfp-img {
      height: 100%; }
  .mfp-gallery .mfp-bottom-bar {
    position: relative;
    top: 0; }
  .mfp-gallery .share {
    position: absolute;
    left: 50px;
    top: 30px; }
  .mfp-gallery .mfp-counter {
    top: 30px;
    right: 35px;
    font-size: 14px; } }

.xgallery .row {
  margin-top: -8px;
  padding: 0 8px; }

.xgallery .item {
  width: 100%;
  padding: 8px;
  display: block; }

.xgallery img {
  filter: none !important; }

.xgallery .item.square:after {
  content: '';
  display: block;
  margin-top: 100%; }

.xgallery .item.square img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

@media (min-width: 768px) {
  .xgallery .row {
    margin-top: -12px;
    padding: 0; }
  .xgallery .item {
    width: 33.333%;
    float: left;
    padding: 12px; } }

.single-records .info dd {
  display: grid; }
  .single-records .info dd .title {
    font-weight: 400;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: xx-large; }

.single-records .info .stream-download {
  background-image: none;
  margin-top: 32px;
  width: auto; }

.single-records .img-responsive {
  width: calc(100%); }

/* =Components
----------------------------------------------------*/
/*----- Page Header -----*/
.page-header {
  color: #fff;
  margin: 0 0 30px;
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
  border-bottom: none;
  /* Image */
  /* h1 on Image */
  /* Option : No Image */
  /* Meta Info */ }
  .page-header picture {
    position: relative;
    display: block; }
    .page-header picture::after {
      background-color: rgba(0, 0, 0, 0.5);
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 0; }
  .page-header img, .page-header video {
    width: 100%;
    display: block; }
  .page-header > h1 {
    font-size: 24px;
    align-items: center;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    left: 50%;
    line-height: 1.2;
    margin: 0;
    max-width: 1000px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    transform: translateX(-50%);
    width: 100%; }
  .page-header--no-image {
    color: #000;
    padding-top: 120px; }
    .page-header--no-image h1 {
      text-transform: none; }
  h1 + .page-header__meta {
    margin-top: 20px; }
  .page-header__meta span {
    line-height: 1.6;
    margin-right: 14px; }

@media (max-width: 767px) {
  .page-header__meta span {
    display: block; } }

@media (min-width: 992px) {
  .page-header {
    /* Option : No Image */ }
    .page-header--no-image {
      padding-top: 30px; }
    .page-header h1 {
      line-height: 1.1;
      font-size: 36px; } }

@media (min-width: 1440px) {
  .page-header {
    /* Option : No Image */ }
    .page-header--no-image {
      padding-top: 60px; } }

/* ----- Custom Form ----- */
.custom-form {
  /* Disclaimer */
  /* Error */
  /* Fieldset */
  /* Label */
  /* Input */
  /* File Input */
  /* Checkbox */
  /* Radio */
  /* Select */
  /* Textarea */
  /* Captcha */
  /* Success */ }
  .custom-form .disclaimer {
    color: #b3b3b3; }
  .custom-form p.form-error,
  .custom-form label.form-error {
    color: #f00; }
  .custom-form p.form-error {
    font-family: "AktivGrotesk-Bold", sans-serif;
    font-size: 14px; }
  .custom-form fieldset {
    margin: 0;
    padding: 0; }
  .custom-form label {
    display: block;
    font-family: "AktivGrotesk-Bold", sans-serif;
    margin-bottom: 10px; }
    .dark .custom-form label {
      color: #fff; }
  .custom-form input[type=submit] {
    border: 0;
    padding: 0;
    color: #fff; }
  .custom-form input[type=email],
  .custom-form input[type=file],
  .custom-form input[type=number],
  .custom-form input[type=tel],
  .custom-form input[type=text],
  .custom-form textarea {
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 16px;
    height: 50px;
    margin: 0 0 30px;
    padding: 0 15px;
    width: 100%;
    -webkit-appearance: none; }
    .custom-form input[type=email].form-error,
    .custom-form input[type=file].form-error,
    .custom-form input[type=number].form-error,
    .custom-form input[type=tel].form-error,
    .custom-form input[type=text].form-error,
    .custom-form textarea.form-error {
      border-color: #f00; }
    .dark .custom-form input[type=email], .dark
    .custom-form input[type=file], .dark
    .custom-form input[type=number], .dark
    .custom-form input[type=tel], .dark
    .custom-form input[type=text], .dark
    .custom-form textarea {
      background-color: transparent;
      color: #fff; }
  .custom-form input[type=file] {
    border: 0;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0 0 0 12px; }
    .custom-form input[type=file]::-ms-value {
      background-color: #fff;
      border: 1px solid #b3b3b3;
      margin: 0 12px 0 -12px; }
    .custom-form input[type=file]::-ms-browse {
      background: none;
      border: 1px solid #b3b3b3;
      color: #b3b3b3;
      font-family: "Montserrat-Regular", sans-serif;
      font-size: 14px;
      margin: 0 0 0 -12px;
      padding: 10px 20px; }
    .custom-form input[type=file]::-webkit-file-upload-button {
      cursor: pointer;
      background: none;
      border: 1px solid #b3b3b3;
      color: #b3b3b3;
      font-family: "Montserrat-Regular", sans-serif;
      font-size: 14px;
      margin: 0 0 0 -12px;
      padding: 10px 20px; }
  .custom-form .checkbox-group {
    margin-bottom: 30px;
    padding-top: 5px; }
    .custom-form .checkbox-group input {
      position: absolute;
      visibility: hidden; }
      .custom-form .checkbox-group input:checked + label::before {
        background: #000 url(../../assets/images/icons/checkmark.svg) center center no-repeat;
        border-color: #b3b3b3; }
    .custom-form .checkbox-group label {
      box-sizing: border-box;
      cursor: pointer;
      font-family: "Montserrat-Regular", sans-serif;
      line-height: 1.5;
      position: relative;
      padding-left: 30px; }
      .custom-form .checkbox-group label::before {
        border: 1px solid #b3b3b3;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 20px;
        left: 0;
        margin-right: 10px;
        position: absolute;
        top: 0;
        vertical-align: middle;
        width: 20px; }
  .custom-form .wpcf7-checkbox input {
    cursor: pointer;
    height: 16px;
    opacity: 0;
    position: absolute;
    width: 16px;
    z-index: 1; }
    .custom-form .wpcf7-checkbox input:checked + .wpcf7-list-item-label::before {
      background: #000 url(../../assets/images/icons/checkmark.svg) center center no-repeat;
      border-color: #b3b3b3; }
  .custom-form .wpcf7-checkbox .wpcf7-list-item-label {
    box-sizing: border-box;
    display: block;
    font-family: "Montserrat-Regular", sans-serif;
    line-height: 1.5;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px; }
    .custom-form .wpcf7-checkbox .wpcf7-list-item-label::before {
      border: 1px solid #b3b3b3;
      box-sizing: border-box;
      content: '';
      display: inline-block;
      height: 20px;
      left: 0;
      margin-right: 10px;
      position: absolute;
      top: 0;
      vertical-align: middle;
      width: 20px; }
  .custom-form .radio-group {
    margin-bottom: 30px;
    padding-top: 5px; }
    .custom-form .radio-group input {
      position: absolute;
      visibility: hidden; }
      .custom-form .radio-group input:checked + label::before {
        background-color: #fff;
        border-color: #b3b3b3;
        box-shadow: inset 0 0 0 6px #000; }
    .custom-form .radio-group label {
      box-sizing: border-box;
      cursor: pointer;
      font-family: "Montserrat-Regular", sans-serif;
      line-height: 1.5;
      position: relative;
      padding-left: 30px; }
      .custom-form .radio-group label::before {
        border: 1px solid #b3b3b3;
        border-radius: 50%;
        box-sizing: border-box;
        content: '';
        display: inline-block;
        height: 20px;
        left: 0;
        margin-right: 10px;
        position: absolute;
        top: 0;
        vertical-align: middle;
        width: 20px; }
  .custom-form select {
    background: #fff url(../../assets/images/icons/arrow-open-down-gray.svg) right 20px center no-repeat;
    border: 1px solid #b3b3b3;
    border-radius: 0;
    box-sizing: border-box;
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 16px;
    height: 60px;
    line-height: 20px;
    margin: 0 0 30px;
    outline: none;
    padding: 18px 35px 18px 15px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .custom-form select.selected {
      color: #000; }
    .custom-form select.form-error {
      border-color: #f00; }
    .dark .custom-form select {
      background: transparent url(../../assets/images/icons/arrow-open-down-white.svg) right 20px center no-repeat;
      color: #fff; }
      .dark .custom-form select option {
        color: #000; }
  .custom-form select::-ms-expand {
    display: none; }
  .custom-form select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  .custom-form textarea {
    font-weight: normal;
    height: 175px;
    line-height: 1.6;
    padding-bottom: 15px;
    padding-top: 15px; }
  .custom-form input::-webkit-input-placeholder {
    color: #b3b3b3; }
  .custom-form input::-moz-placeholder {
    color: #000; }
  .custom-form input:-ms-input-placeholder {
    color: #000; }
  .custom-form .g-recaptcha {
    margin-bottom: 40px;
    max-width: 280px; }
  .custom-form__success {
    display: none; }
    .custom-form__success h2 {
      margin-left: auto;
      margin-right: auto;
      max-width: 300px; }
  .custom-form label .hint {
    display: block;
    font-weight: normal;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 5px 0;
    font-size: 14px; }
  .custom-form .select-group--columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .custom-form .select-group--columns select {
      padding: 13px 35px 13px 15px;
      height: 50px;
      width: 32%; }

/* ----- Shared Loading Icon for Form Button----- */
.custom-form .js-formSubmitted {
  background: url(../../assets/images/icons/animated-loading.gif) center center no-repeat;
  cursor: default;
  text-indent: 150% !important;
  cursor: default; }

.custom-form .js-formSubmitted:hover {
  background-color: transparent; }

.wpcf7-form br {
  display: none; }

/* ----- Medium Screen ----- */
@media (min-width: 768px) {
  .custom-form {
    /* Checkbox */ }
    .custom-form .checkbox-group--columns {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .custom-form .checkbox-group--columns label {
        width: 45%; } }

/* ----- Newsletter Landing Page ----- */
.newsletter-lp {
  background-color: #fff;
  box-sizing: border-box;
  margin: 20px auto 50px;
  max-width: 650px;
  padding: 30px;
  width: 100%; }
  .newsletter-lp .newsletter-caption h2 {
    font-size: 1.625rem;
    font-family: "Rajdhani",sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px; }
  .newsletter-lp .newsletter-caption ul {
    list-style: initial;
    list-style-position: inside;
    text-align: left;
    max-width: 375px;
    margin: 0 auto 20px; }
    .newsletter-lp .newsletter-caption ul li {
      padding-left: 5px;
      margin: 0;
      line-height: 1.6;
      font-size: 16px; }
      .newsletter-lp .newsletter-caption ul li:before {
        content: '';
        display: none; }
  .newsletter-lp .newsletter-caption .button {
    color: #fff;
    padding: 0; }
  .newsletter-lp .newsletter-caption .form-thanks {
    line-height: 1.7;
    margin: 0 0 1.75rem;
    font-size: 1.5rem;
    letter-spacing: 1.072px;
    text-transform: none; }
  .newsletter-lp button[type='submit'] {
    margin: 0 auto;
    display: block;
    padding: 0;
    color: #fff;
    text-transform: uppercase; }
  .newsletter-lp .form-control-wrap {
    position: relative;
    padding-bottom: 1px; }
    .newsletter-lp .form-control-wrap p {
      margin-bottom: 25px; }
    .newsletter-lp .form-control-wrap .error-message {
      position: absolute;
      bottom: 10px;
      color: red; }

@media (min-width: 768px) {
  .newsletter-lp .newsletter-caption h2 {
    font-size: 1.9375rem; } }

/* ------------newsletter modal--------- */
.newsletter-popup {
  position: relative;
  max-width: 600px;
  width: auto;
  margin: 20px auto; }
  .newsletter-popup[fm=basic] {
    max-width: 540px;
    min-height: 370px; }

.newsletter-modal {
  margin: 0 auto;
  padding: 20px 30px 40px;
  background: #fff;
  text-align: center; }
  .newsletter-modal fieldset {
    margin: 0;
    padding: 0;
    border: none; }
  .newsletter-modal .error-message {
    color: red;
    font-size: 14px;
    padding-top: 10px; }
  .newsletter-modal .js-errorMessageShow {
    display: block; }
  .newsletter-modal .title {
    color: #000;
    text-transform: initial;
    font-weight: normal;
    font-size: 24px;
    font-family: sans-serif;
    line-height: 2;
    margin: 0; }
  .newsletter-modal .sub-title {
    color: #000;
    margin-bottom: 0;
    line-height: 1.5;
    padding: 5px;
    font-size: 14px; }
  .newsletter-modal .tips {
    color: #000;
    width: 200px;
    font-size: 13px;
    margin: 20px auto 0; }
  .newsletter-modal input[type='text'],
  .newsletter-modal input[type='email'],
  .newsletter-modal button[type='submit'] {
    width: 100%;
    line-height: 46px;
    height: 46px;
    outline: none;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
    font-size: 16px;
    text-indent: 0;
    margin: 0; }
  .newsletter-modal button[type='submit'] {
    color: #fff; }
  .newsletter-modal input[type='text'],
  .newsletter-modal input[type='email'] {
    border: 1px solid #b3b3b3;
    background: #fff;
    -webkit-appearance: none;
    text-align: left;
    color: #000; }
  .newsletter-modal .form-control-wrap {
    margin-top: 15px;
    text-align: left; }
  .newsletter-modal label {
    color: #333;
    display: inline-block;
    margin-bottom: 5px; }
  .newsletter-modal p {
    color: #333;
    margin-bottom: 0; }
  .newsletter-modal .checkbox-group--columns label {
    width: 92%; }

.submit__success .title {
  line-height: 1.4;
  max-width: 365px;
  margin: 12px auto 35px;
  font-weight: bold; }

.submit__success .form-thanks {
  line-height: 1.7;
  margin: 0 0 1.75rem;
  font-size: 1.5rem;
  letter-spacing: 1.072px; }

.submit__success button {
  background: #dcb21a;
  color: #fff;
  border: none;
  width: 160px;
  line-height: 46px;
  height: 46px;
  outline: none;
  box-sizing: border-box;
  padding: 0 15px;
  text-align: center;
  font-size: 16px;
  text-indent: 0; }
  .submit__success button:hover {
    background: #b68703; }

.mfp-newsletter-modal .mfp-content {
  margin-top: 55px; }

@media (max-width: 767px) {
  .form-thanks {
    font-size: 1.3rem !important; } }

@media (max-width: 320px) {
  .form-thanks {
    font-size: 1.0rem !important; } }

@media (min-width: 600px) {
  .newsletter-modal {
    padding: 30px 50px 60px; }
  .newsletter-modal .checkbox-group--columns label {
    width: 45%; } }

.newsletter-popup[fm=basic], .newsletter-popup[fm=success], .newsletter-popup[fm=wpcf7success] {
  margin-top: -24vh; }

@media (max-width: 1199px) {
  .newsletter-popup[fm=basic] {
    margin-top: -12vh; } }

:root {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 660px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: 8px;
  --bs-modal-box-shadow: var(--bs-box-shadow-sm); }

.hard-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.hard-modal-dialog {
  padding: 0 !important;
  position: relative;
  width: auto !important;
  margin: var(--bs-modal-margin); }

.hard-modal.fade .hard-modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .hard-modal.fade .hard-modal-dialog {
    transition: none; } }

.hard-modal.show .hard-modal-dialog {
  transform: none; }

.hard-modal.modal-static .hard-modal-dialog {
  transform: scale(1.02); }

.hard-modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2); }

.hard-modal-dialog-scrollable .hard-modal-content {
  max-height: 100%;
  overflow: hidden; }

.hard-modal-dialog-scrollable .hard-modal-mody {
  overflow-y: auto; }

.hard-modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2); }

.hard-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  outline: 0; }

.hard-modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg); }

.hard-modal-backdrop.fade {
  opacity: 0; }

.hard-modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity); }

.hard-modal-mody {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding); }

.hard-modal-dialog-left {
  display: none; }

@media (min-width: 680px) {
  .hard-modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow); }
  .hard-modal-dialog {
    max-width: var(--bs-modal-width) !important;
    margin-right: auto;
    margin-left: auto;
    border-radius: var(--bs-modal-border-radius);
    overflow: hidden; }
  .hard-modal-sm {
    --bs-modal-width: 300px; }
  .hard-modal-container {
    width: 66%; }
  .hard-modal-logo img {
    width: 200px; } }

@media (min-width: 992px) {
  .hard-modal-lg,
  .hard-modal-xl {
    --bs-modal-width: 800px; } }

@media (min-width: 1200px) {
  .hard-modal-xl {
    --bs-modal-width: 1140px; } }

.hard-modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }

.hard-modal-fullscreen .hard-modal-content {
  height: 100%;
  border: 0;
  border-radius: 0; }

.hard-modal-fullscreen .hard-modal-mody {
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .hard-modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .hard-modal-fullscreen-sm-down .hard-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .hard-modal-fullscreen-sm-down .hard-modal-mody {
    overflow-y: auto; } }

@media (max-width: 767.98px) {
  .hard-modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .hard-modal-fullscreen-md-down .hard-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .hard-modal-fullscreen-md-down .hard-modal-mody {
    overflow-y: auto; } }

@media (max-width: 991.98px) {
  .hard-modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .hard-modal-fullscreen-lg-down .hard-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .hard-modal-fullscreen-lg-down .hard-modal-mody {
    overflow-y: auto; } }

@media (max-width: 1199.98px) {
  .hard-modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .hard-modal-fullscreen-xl-down .hard-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .hard-modal-fullscreen-xl-down .hard-modal-mody {
    overflow-y: auto; } }

@media (max-width: 1399.98px) {
  .hard-modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
  .hard-modal-fullscreen-xxl-down .hard-modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .hard-modal-fullscreen-xxl-down .hard-modal-mody {
    overflow-y: auto; } }

.hard-modal-dialog {
  background-image: url("img/insomniac-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.hard-modal-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px; }

.hard-modal-logo img {
  width: 200px;
  max-width: 280px;
  margin: 0 auto;
  display: block;
  padding: 30px 0; }

.hard-headline {
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center; }

.hard-paragrah * {
  color: white; }

.hard-form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  padding: 14px 10px;
  display: block;
  width: 100%;
  border: 0;
  border-radius: 6px;
  background: white;
  box-shadow: 0 0 2px #ccc;
  box-sizing: border-box; }

.hard-btn {
  display: block;
  padding: 12px 10px;
  width: 100%;
  border-radius: 6px;
  margin-top: 16px;
  border: none;
  cursor: pointer;
  background-color: #e50192;
  color: white; }

.hard-btn-headline {
  display: block;
  text-transform: uppercase;
  font-size: 20px; }

.hard-btn-infos {
  margin-top: 4px;
  display: block; }

.hard-btn-close {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  --bs-btn-close-color: #000;
  --bs-btn-close-opacity: 0.95;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  padding: 0.25em 0.25em;
  cursor: pointer !important;
  color: var(--bs-btn-close-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1; }

.hard-title {
  font-size: 32px;
  line-height: 1.2em;
  color: white;
  text-align: center;
  margin-top: 12px; }

@media (min-width: 680px) {
  .hard-modal-dialog--v2 {
    background-image: none; }
  .hard-modal-dialog--v2 .hard-modal-mody {
    padding: 0; }
  .hard-modal-dialog--v2 .hard-modal-container,
  .hard-modal-dialog--v2 .hive-signup-form {
    width: 48%;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: 0; }
  .hard-modal-dialog--v2 .hard-modal-dialog-left {
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(img/insomniac-bg.jpg);
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .hard-modal-dialog--v2 .hard-headline {
    font-size: 18px; }
  .hard-modal-dialog--v2 .hard-paragrah {
    font-size: 14px !important;
    background-color: #000;
    color: white;
    padding: 4px;
    border-radius: 4px;
    overflow: hidden; } }

@media (max-width: 679px) {
  .hard-modal-content {
    z-index: 2; }
  .hard-modal-dialog:after {
    position: absolute;
    content: '';
    z-index: 0;
    display: block;
    width: 100%;
    top: 0;
    height: 100%;
    background: #000000;
    opacity: 0.1; }
  .hard-paragrah {
    font-size: 14px;
    background-color: #000;
    color: white;
    padding: 4px;
    border-radius: 4px;
    overflow: hidden; }
  .hard-title {
    display: block; } }

@media (min-width: 680px) {
  .hard-modal-dialog .hive-signup-form {
    width: 50%; } }

.hive-signup-form {
  box-sizing: border-box;
  padding: 16px;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .hive-signup-form h2 {
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px; }

.hive-signup-form input {
  width: 100%;
  box-sizing: border-box; }

.hard-modal-dialog .hive-signup-form label {
  text-align: left;
  margin-bottom: 5px; }

.hard-modal-dialog .hive-signup-form label,
.hard-modal-dialog .hive-signup-form input,
.hard-modal-dialog .hive-signup-form button,
.hard-modal-dialog .hive-signup-form span,
.hard-modal-dialog .hive-signup-form select,
.hard-modal-dialog .hive-signup-form .iti {
  float: none; }

.hard-modal-dialog .hive-signup-form .hive-signup-form-sms-optin-toggle {
  margin-left: 0;
  margin-top: 5px; }

.hard-modal-dialog .hive-signup-form button {
  background: red;
  float: none;
  height: auto;
  line-height: 1.2em; }

@media (max-width: 679px) {
  .hive-signup-form {
    background: none !important; }
  .hard-modal-dialog {
    margin: 0; } }

@media (max-width: 767px) {
  .hive-signup-form {
    background: none;
    z-index: 1;
    position: relative; } }

.hard-modal-dialog .hive-signup-form .hive-signup-form-sms-optin-toggle {
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  flex-direction: row; }

.hard-modal-dialog .iti__country-list {
  width: 298px; }

@media (max-width: 679px) {
  .hard-modal-dialog .iti__country-list {
    width: calc(100vw - 62px); } }

.hard-modal-dialog .hive-signup-form .iti .iti__country-name {
  color: #333; }

.hard-modal-dialog .hive-signup-form .iti .iti__divider {
  font-size: 0; }

@media (min-width: 680px) {
  .hard-modal-dialog .hive-signup-form {
    padding: 0; }
  .hard-modal-dialog--v2 .hive-signup-form {
    padding: 16px; } }

.hard-modal-dialog .hive-signup-form .iti .iti__divider {
  font-size: 0;
  display: none; }

.hive-signup-form input[type="date"] {
  text-align: left;
  color: black;
  height: 33px;
  -webkit-appearance: none;
  background: white; }

.hive-signup-form input[type="date"]::-webkit-date-and-time-value {
  text-align: left; }

.hive-successMessage-box {
  color: #000; }

.hive-successMessage-box * {
  text-align: center;
  padding-top: 30px;
  color: inherit; }

.iti--container * {
  color: black; }

.iti--container .iti__divider {
  display: none; }

.hive-popup-background {
  z-index: 1000 !important; }

.hive-popup-close-button {
  z-index: 1001; }

.hard-modal-dialog .hive-signup-form {
  padding-bottom: 30px; }

:root {
  --textcolor: white; }

@media (min-width: 680px) {
  .hard-modal-dialog p.hard-paragrah, .hard-modal-dialog .hard-paragrah * {
    color: var(--textcolor); }
  .hard-modal-dialog--v2 p.hard-paragrah, .hard-modal-dialog--v2 .hard-paragrah * {
    color: #fff; }
  .hard-modal-dialog:not(.hard-modal-dialog--v2) .hive-successMessage-box p {
    white-space: nowrap; }
  .hard-modal-dialog--v2 .hive-popup-close-button, .hard-modal-dialog--v2 .hive-successMessage-box {
    color: inherit; } }

.hard-modal-dialog {
  color: var(--textcolor); }

.hive-signup-form, .hive-signup-form h3, .hard-headline, .hard-modal-dialog h2 {
  color: inherit; }

.hard-paragrah p {
  font-size: 14px;
  margin-bottom: 0; }

.hard-paragrah {
  line-height: 1.6;
  margin-bottom: 1.75rem; }

.hive-popup-background {
  overflow: auto !important;
  overscroll-behavior-y: none; }

.hard-paragrah p ~ p {
  margin-top: .5rem; }

/* Music player */
.mp {
  bottom: 0;
  max-width: 100rem;
  position: fixed;
  right: 50%;
  transform: translateX(50%);
  width: 100.1%;
  z-index: 2; }
  .mp--open {
    z-index: 25; }
  .mp .button-play-pause {
    background: url(../../assets/images/musicplayer/pause-small.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 38px;
    text-align: center;
    width: 38px; }
    .mp .button-play-pause.amplitude-paused {
      background-image: url(../../assets/images/musicplayer/play-small.svg); }
  .mp__collapsed {
    background-color: #000;
    bottom: 0;
    box-sizing: border-box;
    color: white;
    height: 60px;
    padding: 0 20px;
    position: absolute;
    transition: transform 0.5s ease;
    width: 100%;
    z-index: 2; }
    .mp__collapsed.hide {
      transform: translate(0, 150%); }
    .mp__collapsed .mp__main {
      align-items: center;
      display: flex;
      height: 60px; }
      .mp__collapsed .mp__main .mp__left {
        flex: 0 0 50px; }
      .mp__collapsed .mp__main .mp__left2 {
        flex: 0 0 42px;
        margin-right: 10px; }
      .mp__collapsed .mp__main .mp__middle {
        flex: 1 1 auto;
        overflow: hidden; }
      .mp__collapsed .mp__main .mp__right {
        flex: 0 0 35px;
        justify-content: flex-end;
        text-align: right; }
    .mp__collapsed .mp__song-playlist {
      display: block;
      font-size: 11px;
      line-height: 1.6;
      margin: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .mp__collapsed .mp__song {
      color: #b3b3b3;
      display: block;
      font-size: 11px;
      line-height: 1.6;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .mp__collapsed .mp__slider {
      background: transparent;
      display: block;
      left: 0;
      position: absolute;
      top: -7px;
      width: 100%; }
      .mp__collapsed .mp__slider__bar-bg {
        background: #4c4c4c;
        height: 3px;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 4px;
        width: 100%;
        z-index: -1; }
      .mp__collapsed .mp__slider__bar {
        height: 3px;
        left: 0;
        overflow: hidden;
        pointer-events: none;
        position: absolute;
        top: 5px;
        width: 0; }
        .mp__collapsed .mp__slider__bar:before {
          background: pink;
          content: '';
          height: 3px;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%; }
        .mp__collapsed .mp__slider__bar:after {
          background: linear-gradient(to right, #ae2323, #c96dd8);
          content: '';
          height: 3px;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%; }
      .mp__collapsed .mp__slider__thumb {
        background: #c96dd8;
        border-radius: 50%;
        height: 10px;
        left: 0;
        opacity: 1;
        pointer-events: none;
        position: absolute;
        top: 2px;
        transition: transform 0.25s ease, opacity 0.25s;
        transform-origin: 50% 90%;
        width: 10px; }
        .mp__collapsed .mp__slider__thumb.active {
          transform: scale(6);
          opacity: .7; }
      .mp__collapsed .mp__slider input[type=range] {
        width: 100%; }
      .mp__collapsed .mp__slider input[type=range] {
        background: transparent;
        height: 10px;
        padding: 0;
        position: absolute;
        top: 2px; }
      .mp__collapsed .mp__slider input[type=range] {
        -webkit-appearance: none;
        width: 100%;
        margin: 0px 0; }
      .mp__collapsed .mp__slider input[type=range]:focus {
        outline: none; }
      .mp__collapsed .mp__slider input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 10px;
        cursor: pointer;
        box-shadow: none;
        background: transparent;
        border-radius: 0px;
        border: 0px solid #010101; }
      .mp__collapsed .mp__slider input[type=range]::-webkit-slider-thumb {
        box-shadow: none;
        border: 0px solid #000000;
        height: 30px;
        width: 30px;
        border-radius: 0px;
        background: #c96dd8;
        background: transparent;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -10px; }
      .mp__collapsed .mp__slider input[type=range]:focus::-webkit-slider-runnable-track {
        background: transparent; }
      .mp__collapsed .mp__slider input[type=range]::-moz-range-track {
        width: 100%;
        height: 10px;
        cursor: pointer;
        box-shadow: none;
        background: transparent;
        border-radius: 0px;
        border: 0px solid #010101; }
      .mp__collapsed .mp__slider input[type=range]::-moz-range-thumb {
        box-shadow: none;
        border: 0px solid #000000;
        height: 30px;
        width: 30px;
        background: #c96dd8;
        background: transparent;
        cursor: pointer;
        border-radius: 0;
        margin-top: -10px; }
      .mp__collapsed .mp__slider input[type=range]::-moz-focus-outer {
        border: 0; }
      .mp__collapsed .mp__slider input[type=range]::-ms-track {
        width: 100%;
        height: 10px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        color: transparent; }
      .mp__collapsed .mp__slider input[type=range]::-ms-fill-lower {
        background: transparent;
        border-radius: 0px;
        box-shadow: none; }
      .mp__collapsed .mp__slider input[type=range]::-ms-fill-upper {
        background: transparent;
        border: 0px solid #010101;
        border-radius: 0px;
        box-shadow: none; }
      .mp__collapsed .mp__slider input[type=range]::-ms-thumb {
        box-shadow: none;
        border: 0px solid #000000;
        width: 30px;
        border-radius: 0;
        background: #c96dd8;
        background: transparent;
        cursor: pointer;
        height: 10px; }
      .mp__collapsed .mp__slider input[type=range]:focus::-ms-fill-lower {
        background: transparent; }
      .mp__collapsed .mp__slider input[type=range]:focus::-ms-fill-upper {
        background: transparent; }
    .mp__collapsed .mp__playlist-toggle {
      background: url(../../assets/images/musicplayer/playlist-toggle.svg) no-repeat;
      background-size: contain;
      cursor: pointer;
      display: block;
      height: 16px;
      float: right;
      width: 16px; }
  .mp__expanded-cover {
    background: #000;
    height: 100vh;
    left: -99999px;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translate(0, -100%);
    transition: opacity 0.5s ease;
    width: 100%; }
    .mp__expanded-cover.show {
      left: 0;
      opacity: 0.7; }
    .mp__expanded-cover.hiding {
      opacity: 0; }
  .mp__expanded {
    background: black;
    box-sizing: border-box;
    color: white;
    height: calc(100dvh - 69px);
    transition: transform 0.5s ease;
    transform: translate(0, 0);
    padding: 20px;
    position: absolute;
    width: 100%;
    z-index: 1; }
    @media all and (min-width: 48em) {
      .mp__expanded {
        height: auto;
        padding: 40px; } }
    .mp__expanded.show {
      transform: translate(0, -100%);
      z-index: 3; }
      @media all and (min-width: 48em) {
        .mp__expanded.show {
          transform: translate(0, -540px); } }
    .mp__expanded .mp__top {
      display: flex;
      margin-bottom: 35px; }
      .mp__expanded .mp__top .mp__cover {
        flex: 0 0 90px; }
        @media all and (min-width: 48em) {
          .mp__expanded .mp__top .mp__cover {
            flex: 0 0 170px; } }
        .mp__expanded .mp__top .mp__cover img {
          height: 75px;
          width: 75px; }
          @media all and (min-width: 48em) {
            .mp__expanded .mp__top .mp__cover img {
              height: 150px;
              width: 150px; } }
    .mp__expanded .mp__info {
      box-sizing: border-box;
      padding-right: 40px;
      position: relative;
      width: 100%; }
      .mp__expanded .mp__info .mp__song-artist {
        display: block;
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 5px; }
        @media all and (min-width: 48em) {
          .mp__expanded .mp__info .mp__song-artist {
            font-size: 14px; } }
      .mp__expanded .mp__info .mp__song-name {
        display: block;
        font-size: 14px;
        line-height: 1.2; }
        @media all and (min-width: 48em) {
          .mp__expanded .mp__info .mp__song-name {
            font-size: 18px; } }
    .mp__expanded .mp__bottom {
      align-items: center;
      display: flex;
      margin-bottom: 20px; }
      .mp__expanded .mp__bottom .mp__scrubber {
        align-items: center;
        display: flex;
        flex: 1 1 auto;
        font-size: 12px; }
        .mp__expanded .mp__bottom .mp__scrubber .mp__current-time {
          margin-right: 10px; }
        .mp__expanded .mp__bottom .mp__scrubber .mp__slider {
          display: block;
          position: relative;
          width: 100%; }
          .mp__expanded .mp__bottom .mp__scrubber .mp__slider__bar-bg {
            background: #4c4c4c;
            height: 3px;
            left: 0;
            position: absolute;
            pointer-events: none;
            top: 14px;
            width: 100%;
            z-index: -1; }
          .mp__expanded .mp__bottom .mp__scrubber .mp__slider__bar {
            height: 3px;
            left: 0;
            pointer-events: none;
            position: absolute;
            top: 10px;
            width: 0; }
            .mp__expanded .mp__bottom .mp__scrubber .mp__slider__bar:after {
              background: linear-gradient(to right, #ae2323, #c96dd8);
              content: '';
              height: 3px;
              left: 0;
              position: absolute;
              top: 4px;
              width: 100%; }
          .mp__expanded .mp__bottom .mp__scrubber .mp__slider__thumb {
            background: #c96dd8;
            border-radius: 50%;
            height: 10px;
            left: 0;
            opacity: 1;
            pointer-events: none;
            position: absolute;
            top: 10px;
            transition: transform 0.25s ease, opacity 0.25s;
            transform-origin: 50% 90%;
            width: 10px; }
            .mp__expanded .mp__bottom .mp__scrubber .mp__slider__thumb.active {
              transform: scale(6);
              opacity: .7; }
          .mp__expanded .mp__bottom .mp__scrubber .mp__slider input[type=range] {
            width: 100%; }
          .mp__expanded .mp__bottom .mp__scrubber .mp__slider input[type=range] {
            background: transparent;
            height: 30px;
            padding: 0; }
          .mp__expanded .mp__bottom .mp__scrubber .mp__slider input[type=range] {
            -webkit-appearance: none;
            width: 100%;
            margin: 0px 0; }
          .mp__expanded .mp__bottom .mp__scrubber .mp__slider input[type=range]:focus {
            outline: none; }
          .mp__expanded .mp__bottom .mp__scrubber .mp__slider input[type=range]::-webkit-slider-runnable-track {
            width: 100%;
            height: 30px;
            cursor: pointer;
            box-shadow: none;
            background: transparent;
            border-radius: 0px;
            border: 0px solid #010101; }
          .mp__expanded .mp__bottom .mp__scrubber .mp__slider input[type=range]::-webkit-slider-thumb {
            box-shadow: none;
            border: 0px solid #000000;
            height: 30px;
            width: 30px;
            border-radius: 0px;
            background: transparent;
            cursor: pointer;
            -webkit-appearance: none; }
          .mp__expanded .mp__bottom .mp__scrubber .mp__slider input[type=range]:focus::-webkit-slider-runnable-track {
            background: transparent; }
          .mp__expanded .mp__bottom .mp__scrubber .mp__slider input[type=range]::-moz-range-track {
            width: 100%;
            height: 30px;
            cursor: pointer;
            box-shadow: none;
            background: transparent;
            border-radius: 0px;
            border: 0px solid #010101; }
          .mp__expanded .mp__bottom .mp__scrubber .mp__slider input[type=range]::-moz-range-thumb {
            box-shadow: none;
            border: 0px solid #000000;
            height: 30px;
            width: 30px;
            border-radius: 0px;
            background: transparent;
            cursor: pointer; }
          .mp__expanded .mp__bottom .mp__scrubber .mp__slider input[type=range]::-moz-focus-outer {
            border: 0; }
          .mp__expanded .mp__bottom .mp__scrubber .mp__slider input[type=range]::-ms-track {
            width: 100%;
            height: 30px;
            cursor: pointer;
            background: transparent;
            border-color: transparent;
            color: transparent; }
          .mp__expanded .mp__bottom .mp__scrubber .mp__slider input[type=range]::-ms-fill-lower {
            background: transparent;
            border: 0px solid #010101;
            border-radius: 0px;
            box-shadow: none; }
          .mp__expanded .mp__bottom .mp__scrubber .mp__slider input[type=range]::-ms-fill-upper {
            background: transparent;
            border: 0px solid #010101;
            border-radius: 0px;
            box-shadow: none; }
          .mp__expanded .mp__bottom .mp__scrubber .mp__slider input[type=range]::-ms-thumb {
            box-shadow: none;
            border: 0px solid #000000;
            width: 30px;
            border-radius: 0;
            background: transparent;
            height: 30px;
            cursor: pointer; }
          .mp__expanded .mp__bottom .mp__scrubber .mp__slider input[type=range]:focus::-ms-fill-lower {
            background: transparent; }
          .mp__expanded .mp__bottom .mp__scrubber .mp__slider input[type=range]:focus::-ms-fill-upper {
            background: transparent; }
        .mp__expanded .mp__bottom .mp__scrubber .mp__duration-time {
          margin-left: 10px; }
      .mp__expanded .mp__bottom .mp__volume {
        display: none;
        padding-left: 30px;
        width: 160px; }
        @media all and (min-width: 48em) {
          .mp__expanded .mp__bottom .mp__volume {
            align-items: center;
            display: flex; } }
        .mp__expanded .mp__bottom .mp__volume .amplitude-mute {
          background: url(../../assets/images/musicplayer/volume.svg) no-repeat;
          background-size: contain;
          cursor: pointer;
          display: inline-block;
          flex: 0 0 auto;
          height: 26px;
          margin-right: 15px;
          text-align: center;
          width: 15px; }
        .mp__expanded .mp__bottom .mp__volume .mp__slider {
          display: block;
          position: relative;
          width: 100%; }
          .mp__expanded .mp__bottom .mp__volume .mp__slider__bar-bg {
            background: #4c4c4c;
            height: 3px;
            left: 0;
            pointer-events: none;
            position: absolute;
            top: 14px;
            width: 100%;
            z-index: -1; }
          .mp__expanded .mp__bottom .mp__volume .mp__slider__bar {
            left: 0;
            height: 3px;
            pointer-events: none;
            position: absolute;
            top: 10px;
            width: 0; }
            .mp__expanded .mp__bottom .mp__volume .mp__slider__bar:after {
              background: white;
              content: '';
              height: 3px;
              left: 0;
              position: absolute;
              top: 4px;
              width: 100%; }
          .mp__expanded .mp__bottom .mp__volume .mp__slider__thumb {
            background: #fff;
            border-radius: 50%;
            height: 10px;
            left: 0;
            opacity: 1;
            pointer-events: none;
            position: absolute;
            top: 10px;
            transition: transform 0.25s ease, opacity 0.25s;
            transform-origin: 50% 90%;
            width: 10px; }
            .mp__expanded .mp__bottom .mp__volume .mp__slider__thumb.active {
              transform: scale(6);
              opacity: .7; }
          .mp__expanded .mp__bottom .mp__volume .mp__slider input[type=range] {
            width: 100%; }
          .mp__expanded .mp__bottom .mp__volume .mp__slider input[type=range] {
            background: transparent;
            height: 30px;
            padding: 0; }
          .mp__expanded .mp__bottom .mp__volume .mp__slider input[type=range] {
            -webkit-appearance: none;
            width: 100%;
            margin: 0px 0; }
          .mp__expanded .mp__bottom .mp__volume .mp__slider input[type=range]:focus {
            outline: none; }
          .mp__expanded .mp__bottom .mp__volume .mp__slider input[type=range]::-webkit-slider-runnable-track {
            width: 100%;
            height: 30px;
            cursor: pointer;
            box-shadow: none;
            background: transparent;
            border-radius: 0px;
            border: 0px solid #010101; }
          .mp__expanded .mp__bottom .mp__volume .mp__slider input[type=range]::-webkit-slider-thumb {
            box-shadow: none;
            border: 0px solid #000000;
            height: 30px;
            width: 30px;
            border-radius: 0px;
            background: transparent;
            cursor: pointer;
            -webkit-appearance: none; }
          .mp__expanded .mp__bottom .mp__volume .mp__slider input[type=range]:focus::-webkit-slider-runnable-track {
            background: transparent; }
          .mp__expanded .mp__bottom .mp__volume .mp__slider input[type=range]::-moz-range-track {
            width: 100%;
            height: 30px;
            cursor: pointer;
            box-shadow: none;
            background: transparent;
            border-radius: 0px;
            border: 0px solid #010101; }
          .mp__expanded .mp__bottom .mp__volume .mp__slider input[type=range]::-moz-range-thumb {
            box-shadow: none;
            border: 0px solid #000000;
            height: 30px;
            width: 30px;
            border-radius: 0px;
            background: transparent;
            cursor: pointer; }
          .mp__expanded .mp__bottom .mp__volume .mp__slider input[type=range]::-moz-focus-outer {
            border: 0; }
          .mp__expanded .mp__bottom .mp__volume .mp__slider input[type=range]::-ms-track {
            width: 100%;
            height: 30px;
            cursor: pointer;
            background: transparent;
            border-color: transparent;
            color: transparent; }
          .mp__expanded .mp__bottom .mp__volume .mp__slider input[type=range]::-ms-fill-lower {
            background: transparent;
            border: 0px solid #010101;
            border-radius: 0px;
            box-shadow: none; }
          .mp__expanded .mp__bottom .mp__volume .mp__slider input[type=range]::-ms-fill-upper {
            background: transparent;
            border: 0px solid #010101;
            border-radius: 0px;
            box-shadow: none; }
          .mp__expanded .mp__bottom .mp__volume .mp__slider input[type=range]::-ms-thumb {
            box-shadow: none;
            border: 0px solid #000000;
            width: 30px;
            border-radius: 0;
            background: transparent;
            height: 30px;
            cursor: pointer; }
          .mp__expanded .mp__bottom .mp__volume .mp__slider input[type=range]:focus::-ms-fill-lower {
            background: transparent; }
          .mp__expanded .mp__bottom .mp__volume .mp__slider input[type=range]:focus::-ms-fill-upper {
            background: transparent; }
    .mp__expanded .mp__primary-controls {
      align-items: center;
      border-bottom: 1px solid #363636;
      display: flex;
      margin-bottom: 20px;
      padding-bottom: 30px; }
      @media all and (min-width: 48em) {
        .mp__expanded .mp__primary-controls {
          border: 0;
          left: 210px;
          padding-bottom: 0;
          position: absolute;
          top: 125px; } }
      .mp__expanded .mp__primary-controls .button-prev {
        background: url(../../assets/images/musicplayer/prev.svg) no-repeat;
        background-size: cover;
        cursor: pointer;
        display: inline-block;
        flex: 0 0 auto;
        height: 26px;
        margin-right: 50px;
        text-align: center;
        width: 26px; }
      .mp__expanded .mp__primary-controls .button-play-pause {
        background: url(../../assets/images/musicplayer/pause.svg) no-repeat;
        background-size: contain;
        display: inline-block;
        flex: 0 0 auto;
        height: 65px;
        margin-right: 50px;
        text-align: center;
        width: 65px; }
        .mp__expanded .mp__primary-controls .button-play-pause.amplitude-paused {
          background-image: url(../../assets/images/musicplayer/play.svg); }
      .mp__expanded .mp__primary-controls .button-next {
        background: url(../../assets/images/musicplayer/next.svg) no-repeat;
        background-size: cover;
        cursor: pointer;
        display: inline-block;
        flex: 0 0 auto;
        height: 26px;
        margin-right: 50px;
        text-align: center;
        width: 26px; }
    .mp__expanded .mp__playlist {
      height: calc(100vh - 330px - 69px);
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      padding-right: 20px; }
      @media all and (min-width: 48em) {
        .mp__expanded .mp__playlist {
          height: 250px; } }
      .mp__expanded .mp__playlist ul {
        list-style: none;
        margin: 0;
        max-width: none;
        padding: 0;
        width: 100%; }
      .mp__expanded .mp__playlist li {
        align-items: center;
        cursor: pointer;
        display: flex;
        font-size: 14px;
        line-height: 1.2;
        margin: 0 0 20px 0;
        padding: 0; }
        .mp__expanded .mp__playlist li:before {
          display: none; }
        .mp__expanded .mp__playlist li:hover {
          color: #9b9b9b; }
        .mp__expanded .mp__playlist li.amplitude-active-song-container .bullet .number {
          display: none; }
        .mp__expanded .mp__playlist li.amplitude-active-song-container .bullet .bars {
          display: flex; }
        .mp__expanded .mp__playlist li.amplitude-playing .bullet {
          position: relative; }
          .mp__expanded .mp__playlist li.amplitude-playing .bullet .number {
            display: none; }
          .mp__expanded .mp__playlist li.amplitude-playing .bullet .bars {
            display: flex; }
      .mp__expanded .mp__playlist span.bullet {
        flex: 0 0 35px; }
        .mp__expanded .mp__playlist span.bullet .number:after {
          content: '.'; }
        .mp__expanded .mp__playlist span.bullet .bars {
          align-items: flex-end;
          display: none;
          height: 11px;
          width: 13px; }
          .mp__expanded .mp__playlist span.bullet .bars .bar {
            background: #fff;
            display: block;
            height: 11px;
            margin-right: 1px;
            transform: scaleY(0.2);
            transform-origin: bottom;
            transition: transform 0.5s ease;
            width: 2px; }
      .mp__expanded .mp__playlist span.song {
        flex: 0 1 auto;
        overflow: hidden; }
        .mp__expanded .mp__playlist span.song .song__artist {
          display: block;
          font-size: 12px;
          line-height: 1.6;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .mp__expanded .mp__playlist span.song .song__name {
          display: block;
          font-size: 14px;
          line-height: 1.8;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
    .mp__expanded .mp__close {
      background: url(../../assets/images/musicplayer/close.svg) no-repeat;
      background-size: contain;
      color: white;
      cursor: pointer;
      font-size: 24px;
      height: 20px;
      position: absolute;
      right: 20px;
      top: 20px;
      width: 20px; }
      @media all and (min-width: 48em) {
        .mp__expanded .mp__close {
          right: 40px;
          top: 40px; } }

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