@font-face {
  font-family: 'Unineue';
  src: url("fonts/UNINEUE-thin.otf") format("otf"), url("fonts/UNINEUE-thin.woff2") format("woff2"), url("fonts/UNINEUE-thin.woff") format("woff"), url("fonts/UNINEUE-thin.ttf") format("truetype");
  font-weight: 200; }

@font-face {
  font-family: 'Unineue';
  src: url("fonts/UNINEUE-light.otf") format("otf"), url("fonts/UNINEUE-light.woff2") format("woff2"), url("fonts/UNINEUE-light.woff") format("woff"), url("fonts/UNINEUE-light.ttf") format("truetype");
  font-weight: 300; }

@font-face {
  font-family: 'Unineue';
  src: url("fonts/UNINEUE-book.otf") format("otf"), url("fonts/UNINEUE-book.woff2") format("woff2"), url("fonts/UNINEUE-book.woff") format("woff"), url("fonts/UNINEUE-book.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: 'Unineue';
  src: url("fonts/UNINEUE-regular.otf") format("otf"), url("fonts/UNINEUE-regular.woff2") format("woff2"), url("fonts/UNINEUE-regular.woff") format("woff"), url("fonts/UNINEUE-regular.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: 'Unineue';
  src: url("fonts/UNINEUE-heavy.otf") format("otf"), url("fonts/UNINEUE-heavy.woff2") format("woff2"), url("fonts/UNINEUE-heavy.woff") format("woff"), url("fonts/UNINEUE-heavy.ttf") format("truetype");
  font-weight: 600; }

@font-face {
  font-family: 'Unineue';
  src: url("fonts/UNINEUE-bold.otf") format("otf"), url("fonts/UNINEUE-bold.woff2") format("woff2"), url("fonts/UNINEUE-bold.woff") format("woff"), url("fonts/UNINEUE-bold.ttf") format("truetype");
  font-weight: 800; }

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

@media (max-width: 575.98px) {
  .content-container {
    width: 100%;
    display: flex;
    margin: 0 auto; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .content-container {
    width: 90%;
    display: flex;
    margin: 0 auto; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .content-container {
    width: 85%;
    display: flex;
    margin: 0 auto; } }

@media (min-width: 992px) and (max-width: 1280.98px) {
  .content-container {
    width: 80%;
    display: flex;
    margin: 0 auto; } }

@media (min-width: 1281px) {
  .content-container {
    width: 75%;
    display: flex;
    margin: 0 auto; } }

.no-flex {
  display: block; }

@media screen and (max-width: 1179px) {
  .hidden-mobile {
    display: none !important; } }

@media screen and (min-width: 1180px) {
  .hidden-desktop {
    display: none !important; } }

html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  background-color: #000000; }

#home {
  padding-top: 72px; }
  #home .banner {
    position: relative; }
    #home .banner #bg-img {
      display: none;
      max-width: 100%; }
    #home .banner video {
      width: 100vw;
      max-width: 100%; }
    #home .banner .logo {
      overflow: auto;
      margin: auto;
      position: absolute;
      height: 80%;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  #home .info-section {
    font-size: 1.8rem;
    font-weight: 900;
    font-family: "Monstro Solid";
    text-transform: uppercase;
    color: #ffc20e;
    background-color: #000000;
    display: flex;
    text-align: center;
    margin-top: -2px; }
    #home .info-section::before {
      content: "";
      width: 100%;
      height: 15px;
      position: absolute;
      margin-top: -6px;
      display: inline-block;
      background-image: url("../img/separator-full-3.png");
      background-repeat: repeat-x; }
    #home .info-section .content-container .info-wrapper {
      display: flex; }
      #home .info-section .content-container .info-wrapper:first-child {
        padding-left: 0; }
      #home .info-section .content-container .info-wrapper:last-child {
        padding-right: 0;
        padding-left: 0; }
      #home .info-section .content-container .info-wrapper .info {
        width: 25%;
        padding: 2rem 1rem; }
        #home .info-section .content-container .info-wrapper .info h1 {
          margin: 0;
          font-size: 2.1em; }
        #home .info-section .content-container .info-wrapper .info p {
          margin: 0;
          font-size: 1.8em;
          font-weight: normal; }
      #home .info-section .content-container .info-wrapper .facebook-btn-container {
        display: contents; }
      #home .info-section .content-container .info-wrapper #location p {
        font-size: 1.1em; }
        #home .info-section .content-container .info-wrapper #location p:nth-child(2) {
          font-size: 0.6em; }
        #home .info-section .content-container .info-wrapper #location p:last-child {
          font-size: 0.5em; }
      #home .info-section .content-container .info-wrapper .divider-left {
        position: relative; }
        #home .info-section .content-container .info-wrapper .divider-left::after {
          content: "";
          position: absolute;
          top: calc(50% - 1.5rem);
          right: -12px;
          width: 15px;
          height: 3rem;
          display: inline-block;
          background-image: url("../img/separator-vertical-1.png");
          background-repeat: no-repeat; }
    #home .info-section .content-container .player-wrapper {
      max-width: 100%;
      position: relative;
      padding-bottom: 4em; }
      #home .info-section .content-container .player-wrapper video {
        width: 100%; }
      #home .info-section .content-container .player-wrapper .controllers-layer {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%; }
        #home .info-section .content-container .player-wrapper .controllers-layer .player-play-icon:after {
          content: "";
          position: absolute;
          top: calc(50% - 6.5rem);
          right: calc(50% - 2rem);
          width: 3.4rem;
          height: 4rem;
          display: inline-block;
          background-image: url(../img/player-play-button.png);
          background-repeat: no-repeat; }
  @media (min-width: 200px) and (max-width: 1179px) {
    #home {
      padding-top: 0; }
      #home video {
        display: none; }
      #home .banner {
        max-height: 82vh; }
        #home .banner #bg-img {
          display: block !important;
          max-height: 82vh;
          width: 100%;
          object-fit: cover; }
      #home .info-wrapper {
        display: block !important; }
        #home .info-wrapper .info {
          padding: 2rem 0 !important;
          width: 100% !important; }
        #home .info-wrapper .facebook-btn-container {
          display: inline-block !important;
          position: fixed;
          bottom: 0;
          margin: auto;
          left: 0;
          background-color: #000000;
          z-index: 9999; }
          #home .info-wrapper .facebook-btn-container .face-btn {
            font-size: 1.2rem;
            font-weight: 600;
            height: 50px;
            line-height: 50px; }
            #home .info-wrapper .facebook-btn-container .face-btn span::after {
              width: 25px;
              height: 20px;
              margin-bottom: -3px; }
      #home .info-section::before {
        left: 0;
        margin-top: -5px;
        background-repeat: no-repeat; }
      #home .info-section .content-container .divider-left::after {
        display: none !important; }
      #home .info-section .content-container .player-wrapper {
        display: none; } }

#about {
  background-color: #ffc20e;
  text-align: center;
  padding-bottom: 5em; }
  #about .about-container {
    width: 50%;
    margin: 0 auto; }
    #about .about-container h1, #about .about-container h2 {
      font-weight: normal;
      font-family: "Monstro Solid";
      text-transform: uppercase;
      margin: 0; }
    #about .about-container h1 {
      font-size: 6em;
      margin-top: 0.8em; }
    #about .about-container h2 {
      font-size: 1.8em; }
    #about .about-container p {
      font-weight: 500;
      font-family: "Unineue";
      max-width: 538px;
      margin: 0 auto;
      line-height: 2em;
      margin-top: 2em; }
  #about::before {
    content: "";
    width: 100%;
    height: 15px;
    margin-top: -30px;
    margin-bottom: 8px;
    display: inline-block;
    background-image: url("../img/separator-full-2.png");
    background-repeat: repeat-x; }
  @media (min-width: 200px) and (max-width: 1179px) {
    #about .about-container {
      width: 80%; }
      #about .about-container h1 {
        font-size: 4em; }
      #about .about-container p {
        font-size: 1.2em;
        line-height: 1.5em; } }

#musics {
  background-color: #ffc20e;
  display: flex;
  flex-wrap: wrap; }
  #musics .musics-container {
    width: 80%;
    text-align: center;
    margin: 0 auto; }
    #musics .musics-container h1, #musics .musics-container h2 {
      font-weight: normal;
      font-family: "Monstro Solid";
      text-transform: uppercase;
      margin: 0; }
    #musics .musics-container h1 {
      font-size: 6em;
      margin-top: 0.8em; }
    #musics .musics-container h2 {
      font-size: 1.8em; }
    #musics .musics-container p {
      font-weight: 500;
      font-family: "Unineue";
      max-width: 800px;
      margin: 0 auto;
      line-height: 2em;
      margin-top: 2em; }
    #musics .musics-container .music-selector {
      font-family: "Monstro Solid";
      font-weight: normal;
      color: #ffffff;
      background-color: #000000;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 2em;
      width: 80%;
      margin: 0 auto;
      border-radius: 5px;
      position: relative; }
      #musics .musics-container .music-selector ul {
        text-align: center;
        list-style: none;
        padding: 0.5em 0; }
        #musics .musics-container .music-selector ul li {
          padding: 0 5%;
          display: inline;
          position: relative;
          cursor: pointer; }
          #musics .musics-container .music-selector ul li .selected-music {
            color: #ffc20e !important; }
          #musics .musics-container .music-selector ul li a {
            color: #ffffff !important;
            text-decoration: none; }
          #musics .musics-container .music-selector ul li:nth-child(2)::before {
            content: "";
            left: 0;
            width: 3px;
            height: 2rem;
            position: absolute;
            display: inline-block;
            background-image: url("../img/separator-vertical-1.png");
            background-repeat: round; }
          #musics .musics-container .music-selector ul li:nth-child(2)::after {
            content: "";
            right: 0;
            top: 0;
            width: 3px;
            height: 2rem;
            position: absolute;
            display: inline-block;
            background-image: url("../img/separator-vertical-1.png");
            background-repeat: round; }
      #musics .musics-container .music-selector::after {
        content: "";
        width: 34px;
        height: 15px;
        bottom: -12px;
        left: calc(50% - 17px);
        position: absolute;
        background-image: url("../img/arrow-down-2.png");
        background-repeat: no-repeat; }
    @media (min-width: 200px) and (max-width: 1179px) {
      #musics .musics-container {
        width: 100%; }
        #musics .musics-container p {
          width: 90%;
          margin-bottom: 2em; }
        #musics .musics-container .music-selector {
          display: none !important; } }
    #musics .musics-container .play-btn-container p {
      font-weight: normal;
      font-family: "Monstro Solid";
      text-transform: uppercase;
      margin-bottom: 0; }
    #musics .musics-container .lyrics-video-container {
      padding-top: 2em;
      padding-bottom: 2em;
      min-height: 550px; }
      @media (min-width: 200px) and (max-width: 1179px) {
        #musics .musics-container .lyrics-video-container {
          min-height: 280px;
          overflow: hidden; } }
  #musics::before {
    content: "";
    height: 15px;
    width: 800px;
    margin: 0 auto;
    background-image: url("../img/separator-3.png");
    background-repeat: no-repeat; }
  @media (min-width: 200px) and (max-width: 1179px) {
    #musics .musics-container h1 {
      font-size: 4em !important; }
    #musics .musics-container p {
      font-size: 1.2em; }
    #musics::before {
      content: "";
      height: 15px;
      width: 80%;
      margin: 0 auto;
      background-image: url("../img/separator-3.png");
      background-repeat: round; } }

.header {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 72px; }
  @media screen and (min-width: 1180px) {
    .header {
      transition: transform 0.3s; } }
  @media screen and (max-width: 1179px) {
    .header {
      background-color: transparent; }
      .header::after {
        content: none !important; } }
  .header--opened {
    height: 100vh; }
  .header--stick {
    transform: translateY(0); }
  .header-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    max-width: 50px; }
    .header-icon--open {
      display: block; }
      .header--opened .header-icon--open {
        display: none; }
    .header-icon--close {
      display: none; }
      .header--opened .header-icon--close {
        display: block; }
    .header-icon-wrapper {
      position: absolute;
      top: 0;
      right: 0;
      color: #ffc20e;
      width: 8.66vw;
      height: 5.86vw;
      margin: 4vw 2.66vw;
      z-index: 99999; }
  .header-wrapper {
    height: 100%;
    display: flex; }
    @media screen and (max-width: 1179px) {
      .header-wrapper {
        display: none; } }
    .header--opened .header-wrapper {
      width: 100%;
      background-color: #ffc20e;
      display: block; }
    .header-wrapper .content-container {
      position: relative; }
      @media screen and (max-width: 1179px) {
        .header-wrapper .content-container {
          flex-direction: column;
          align-items: center;
          justify-content: space-between;
          height: 100%; } }
    .header-wrapper .logo-wrapper {
      margin: auto 0;
      z-index: 2; }
      @media screen and (max-width: 1179px) {
        .header-wrapper .logo-wrapper {
          width: 76vw;
          margin: 0;
          margin-top: 10vw; } }
      .header-wrapper .logo-wrapper h1 {
        margin: 0; }
      .header-wrapper .logo-wrapper img {
        display: none;
        width: 85%; }
        @media screen and (max-width: 1179px) {
          .header-wrapper .logo-wrapper img {
            width: 80%;
            margin: auto; } }
    .header-wrapper .menu {
      width: -webkit-fill-available;
      width: -moz-available;
      margin: auto 0;
      position: absolute;
      top: 50%;
      left: -60px;
      transform: translateY(-50%); }
      @media screen and (max-width: 1179px) {
        .header-wrapper .menu {
          display: block;
          height: 100%;
          transform: none;
          position: relative;
          top: 0;
          left: 0;
          margin-top: 112px; } }
      .header-wrapper .menu ul {
        text-align: center;
        list-style: none; }
        @media screen and (max-width: 1179px) {
          .header-wrapper .menu ul {
            padding: 0; } }
        .header-wrapper .menu ul li {
          margin: 0 10px;
          display: inline; }
          @media screen and (max-width: 1179px) {
            .header-wrapper .menu ul li {
              display: block;
              margin-bottom: 6vw; } }
          .header-wrapper .menu ul li a {
            font-family: "Monstro Solid";
            font-weight: normal;
            color: #ffc20e;
            text-decoration: none;
            text-transform: uppercase;
            position: relative; }
            @media screen and (max-width: 1179px) {
              .header-wrapper .menu ul li a {
                font-size: 10.66vw;
                color: #000000; } }
          .header-wrapper .menu ul li .active::after {
            content: "";
            position: absolute;
            height: 52px;
            width: 2px;
            left: calc(50% - 2px);
            bottom: -34px;
            display: inline-block;
            background-image: url(../img/separator-vertical-1.png);
            background-repeat: no-repeat;
            transform: rotate(90deg); }
            @media screen and (max-width: 1179px) {
              .header-wrapper .menu ul li .active::after {
                display: none; } }
    .header-wrapper .button-wrapper {
      display: flex;
      margin-left: auto; }
    .header-wrapper .social-links {
      display: flex;
      width: 100%;
      justify-content: space-around;
      padding-bottom: 6.66vw;
      z-index: 9999; }
      .header-wrapper .social-links .icon::after {
        content: "";
        width: 5.13vw;
        height: 5.13vw;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
      .header-wrapper .social-links .fb-icon::after {
        background-image: url("../img/facebook_icon_menu.png"); }
      .header-wrapper .social-links .ig-icon::after {
        background-image: url("../img/instagram_icon_menu.png"); }
      .header-wrapper .social-links .tt-icon::after {
        background-image: url("../img/twitter_icon_menu.png"); }
      .header-wrapper .social-links .yt-icon::after {
        background-image: url("../img/youtube_icon_menu.png"); }
  .header::after {
    content: "";
    width: 100%;
    height: 15px;
    margin-top: -30px;
    margin-bottom: 8px;
    display: inline-block;
    background-image: url("../img/separator-full-3.png");
    background-repeat: repeat-x;
    transform: rotate(180deg); }

.footer {
  background-color: #000000;
  z-index: 999;
  margin-top: -15px;
  width: 100%;
  position: relative; }
  .footer .footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; }
    .footer .footer-wrapper .footer-text-container {
      display: flex;
      margin: 0 auto; }
      .footer .footer-wrapper .footer-text-container .newsletter-text {
        font-size: 1.2em;
        margin: auto;
        font-weight: normal;
        font-family: "Monstro Solid";
        color: #ffffff;
        text-transform: uppercase; }
    .footer .footer-wrapper .hide {
      display: none; }
    .footer .footer-wrapper .newsletter-wrapper {
      display: flex;
      margin: 0 auto;
      min-height: 6em; }
      .footer .footer-wrapper .newsletter-wrapper .newsletter-form {
        display: flex;
        width: 100%;
        position: relative; }
        .footer .footer-wrapper .newsletter-wrapper .newsletter-form .form-group {
          display: flex;
          height: 50%;
          width: 100%;
          margin: auto 0; }
          .footer .footer-wrapper .newsletter-wrapper .newsletter-form .form-group input {
            width: 100%;
            border: 0;
            padding: 10px 20px;
            font-size: 100%;
            margin: 0;
            vertical-align: baseline;
            border-bottom-left-radius: 2px;
            border-top-left-radius: 2px;
            border-bottom-right-radius: 0px;
            border-top-right-radius: 0px; }
          .footer .footer-wrapper .newsletter-wrapper .newsletter-form .form-group label {
            position: absolute;
            left: 0;
            display: flex;
            align-items: center;
            padding: 0 20px;
            font-weight: 600;
            pointer-events: none; }
          .footer .footer-wrapper .newsletter-wrapper .newsletter-form .form-group button {
            padding: 10px 20px;
            margin: 0;
            display: block;
            width: max-content;
            font-size: 15px;
            text-transform: uppercase;
            font-weight: normal;
            font-family: "Monstro Solid";
            background: #ffc20e;
            color: #000000;
            border: none;
            border-bottom-right-radius: 2px;
            border-top-right-radius: 2px; }
        .footer .footer-wrapper .newsletter-wrapper .newsletter-form .error {
          display: none;
          background-color: #f8d7da;
          border: 2px solid #f5c6cb;
          width: max-content;
          padding: 5px 10px;
          border-top: 0;
          color: #721c24;
          font-size: 14px;
          margin: 0;
          top: -5px;
          position: absolute; }
        .footer .footer-wrapper .newsletter-wrapper .newsletter-form .success {
          display: none;
          background-color: #adf3af !important;
          border: 2px solid #d1f9d3 !important;
          width: max-content;
          padding: 5px 10px;
          border-top: 0;
          color: #315833 !important;
          font-size: 14px;
          margin: 0;
          top: -5px;
          position: absolute; }
    .footer .footer-wrapper .footer-links {
      display: flex;
      margin: 0 auto;
      margin: auto 0; }
      .footer .footer-wrapper .footer-links .links-wrapper {
        display: flex; }
        .footer .footer-wrapper .footer-links .links-wrapper a {
          margin: 0 1em; }
          .footer .footer-wrapper .footer-links .links-wrapper a:first-child {
            margin-left: 0; }
        .footer .footer-wrapper .footer-links .links-wrapper .face-icon::after {
          content: "";
          width: 30px;
          height: 30px;
          display: inline-block;
          background-image: url("../img/icon-facebook.png");
          background-repeat: round; }
        .footer .footer-wrapper .footer-links .links-wrapper .wp-icon::after {
          content: "";
          width: 30px;
          height: 30px;
          display: inline-block;
          background-image: url("../img/icon-whatsapp.png");
          background-repeat: round; }
        .footer .footer-wrapper .footer-links .links-wrapper .tt-icon::after {
          content: "";
          width: 30px;
          height: 30px;
          display: inline-block;
          background-image: url("../img/icon-twitter.png");
          background-repeat: round; }
    .footer .footer-wrapper .footer-logos {
      margin: auto 0;
      display: flex;
      padding: 2em 0;
      width: -webkit-fill-available;
      width: -moz-available; }
      .footer .footer-wrapper .footer-logos .logos-wrapper {
        display: flex;
        width: 40%;
        margin: auto; }
        .footer .footer-wrapper .footer-logos .logos-wrapper span {
          margin: auto; }
          .footer .footer-wrapper .footer-logos .logos-wrapper span img {
            max-height: 32px; }
        .footer .footer-wrapper .footer-logos .logos-wrapper .oco-logo img {
          max-height: 14px; }
      @media (min-width: 200px) and (max-width: 1179px) {
        .footer .footer-wrapper .footer-logos {
          display: flex; }
          .footer .footer-wrapper .footer-logos .logos-wrapper {
            width: 100%; } }
  .footer::before {
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    top: -5px;
    margin-bottom: -12px;
    display: inline-block;
    background-image: url("../img/separator-full-3.png");
    background-repeat: repeat-x; }
  @media (min-width: 200px) and (max-width: 1179px) {
    .footer {
      margin-bottom: 6em;
      display: flex; }
      .footer .footer-wrapper {
        display: inline-block;
        margin-top: 2em; }
        .footer .footer-wrapper .footer-text-container {
          display: flex;
          width: 100%; }
          .footer .footer-wrapper .footer-text-container .newsletter-text {
            margin: 0 auto; }
        .footer .footer-wrapper .share-text {
          padding-top: 1em; }
        .footer .footer-wrapper .newsletter-wrapper {
          width: 100%; }
          .footer .footer-wrapper .newsletter-wrapper .newsletter-form {
            width: 80%;
            margin: 0 auto; }
            .footer .footer-wrapper .newsletter-wrapper .newsletter-form .form-group {
              margin: 2em 0; }
        .footer .footer-wrapper .links-wrapper {
          margin: auto;
          padding-top: 1.5em; } }

.face-btn {
  margin: auto 0;
  font-size: 0.8rem;
  color: #000000;
  background-color: #ffc20e;
  font-family: "Monstro Solid";
  font-weight: normal;
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  padding: 0 0.8rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  border: none;
  user-select: none;
  border-radius: 5px;
  transition: all .3s ease-out;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
  overflow: hidden; }
  .face-btn:hover {
    text-decoration: none;
    box-shadow: 0 1px 8px 0px #f7c233; }
  .face-btn span::after {
    content: "";
    width: 17px;
    height: 17px;
    margin-right: 2px;
    margin-bottom: -2px;
    display: inline-block;
    background-image: url("../img/facebook-logo-button.png");
    background-repeat: round; }

#menuFaceBtn {
  display: none; }

.info-box {
  position: relative;
  width: fit-content;
  padding: 0.5em 2.3em;
  margin: 0 auto;
  margin-bottom: 1rem;
  font-weight: normal;
  font-size: 0.5em;
  font-family: "Monstro Solid";
  text-transform: uppercase;
  color: #ffc20e;
  background-color: #000000;
  border-radius: 4px;
  border: 2px solid #ffc20e; }
  .info-box::after {
    content: "";
    width: 34px;
    height: 15px;
    bottom: -12px;
    left: calc(50% - 17px);
    position: absolute;
    background-image: url("../img/arrow-down-2.png");
    background-repeat: no-repeat; }

.music-selector-mobile {
  display: none;
  position: relative; }
  .music-selector-mobile .swiper-container {
    background-color: #000000;
    height: 4em; }
    .music-selector-mobile .swiper-container .swiper-slide {
      display: flex; }
      .music-selector-mobile .swiper-container .swiper-slide p {
        font-weight: normal !important;
        font-family: "Monstro Solid" !important;
        color: #ffc20e;
        margin: 0;
        margin: auto !important; }
    .music-selector-mobile .swiper-container .swiper-button-prev::after {
      content: "";
      width: 10px;
      height: 15px;
      background-image: url("../img/icon-arrow-left.png");
      background-repeat: round; }
    .music-selector-mobile .swiper-container .swiper-button-next::after {
      content: "";
      width: 10px;
      height: 15px;
      background-image: url("../img/icon-arrow-right.png");
      background-repeat: round; }
  .music-selector-mobile::after {
    content: "";
    width: 34px;
    height: 15px;
    bottom: -12px;
    left: calc(50% - 17px);
    position: absolute;
    background-image: url("../img/arrow-down-2.png");
    background-repeat: no-repeat;
    z-index: 9; }
  @media (min-width: 200px) and (max-width: 1179px) {
    .music-selector-mobile {
      display: block; } }

.sponsor {
  width: 127px;
  display: block;
  position: relative; }
  .header .sponsor {
    margin-right: 15px;
    display: none;
    height: 100%; }
    .header .sponsor img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .info-section .sponsor {
    width: auto;
    margin: 0 auto;
    padding: 30px 0 60px; }
