@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
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; }

h1, h2, h3, h4, h5 {
  line-height: 1; }

a {
  text-decoration: none; }

/*  Use "desktop" for default styling, then override with tablet & mobile */
.container {
  position: relative;
  width: 100%;
  margin: 0 auto; }
  .container.alt {
    overflow: auto;
    background-color: #fff;
    padding-top: 94px; }

.desktop {
  display: block; }

.mobile {
  display: none; }

.d-none {
  display: none; }

@media screen and (max-width: 767px) {
  .container {
    overflow: hidden; }

  .mobile {
    display: block; }

  .desktop {
    display: none; } }
/*  Use "desktop" for default styling, then override with tablet & mobile */
#header {
  position: fixed;
  right: 0;
  top: 0;
  padding: 31px 27px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 22px;
  background-color: #fff;
  z-index: 5; }
  #header .link-item {
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 5px; }
    #header .link-item a {
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale !important;
      font-size: 13px;
      color: #000;
      cursor: pointer; }
    #header .link-item.alt {
      margin-right: 10px; }
      #header .link-item.alt a {
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
        font-size: 12px;
        color: #B4B4B4; }
    #header .link-item.active {
      border-bottom: solid 2px #D86090; }

@media screen and (max-width: 767px) {
  #header {
    display: none; }

  .mobile-menu .mobile-btn-wrap {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    padding: 24px;
    z-index: 9;
    transition: all 0.25s ease-in-out; }
    .mobile-menu .mobile-btn-wrap.active {
      background: #fff; }
  .mobile-menu .btn-mobile-menu {
    position: relative;
    display: block;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    height: 10px;
    width: 30px; }
    .mobile-menu .btn-mobile-menu:after {
      content: "";
      position: absolute;
      top: 4px;
      width: 100%;
      border-top: solid 2px #000; }

  .menu-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9; }
    .menu-modal.open {
      display: block; }
    .menu-modal .logo-main {
      position: absolute;
      width: 198px;
      top: 57px;
      left: 50%;
      transform: translateX(-50%); }
    .menu-modal ul {
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%);
      text-align: center; }
    .menu-modal li {
      margin-bottom: 30px; }
      .menu-modal li a {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
        font-size: 36px;
        color: #000; }
      .menu-modal li.alt {
        display: inline-block;
        margin: 15px 10px; }
        .menu-modal li.alt a {
          font-family: 'Poppins', sans-serif;
          font-weight: 600;
          font-style: normal;
          text-rendering: optimizeLegibility !important;
          -webkit-font-smoothing: antialiased !important;
          font-smoothing: antialiased !important;
          -moz-osx-font-smoothing: grayscale !important;
          font-size: 18px;
          color: #B4B4B4; }

  .btn-close {
    position: absolute;
    top: 27px;
    right: 32px;
    width: 24px;
    height: 24px;
    border-top: solid 2px #000;
    transform: rotate(45deg); }
    .btn-close:after {
      content: "";
      position: absolute;
      width: 100%;
      border-top: solid 2px #000;
      top: -2px;
      transform: rotate(90deg); } }
/*  Use "desktop" for default styling, then override with tablet & mobile */
.footer-outer-container {
  overflow: visible; }

#footer {
  position: relative;
  width: 100%;
  height: 652px;
  background: #D86090;
  background-size: cover;
  text-align: center; }
  #footer .footer-container {
    position: relative;
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    height: 100%; }
  #footer .text-container {
    position: absolute;
    top: 190px;
    left: 0;
    text-align: left;
    z-index: 2; }
  #footer .email-container {
    position: absolute;
    right: 0;
    top: 190px;
    width: 45%;
    text-align: left; }
  #footer .title {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-size: 74px;
    color: #fff;
    letter-spacing: 4.63px;
    text-transform: uppercase; }
  #footer .sub {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-size: 18px;
    color: #fff;
    letter-spacing: 4.9px;
    text-transform: uppercase; }
  #footer .email-input {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-size: 21px;
    color: #fff;
    padding: 15px 0;
    border: none;
    background: none;
    border-bottom: solid 1px #fff; }
    #footer .email-input::placeholder {
      color: #fff; }
  #footer .btn-join {
    display: inline-block;
    margin-top: 23px;
    padding: 15px 50px;
    border: solid 2px #fff;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2.67px;
    color: #fff;
    transition: all 0.15s ease-in-out; }
    #footer .btn-join:hover {
      transform: scale(1.1); }
  #footer .footer-links {
    position: absolute;
    right: 0;
    bottom: 34px; }
    #footer .footer-links li {
      display: inline-block;
      color: #fff;
      padding: 0 10px;
      border-right: solid 1px #fff;
      line-height: 1;
      vertical-align: middle; }
      #footer .footer-links li:last-child {
        border-right: 0; }
    #footer .footer-links a {
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale !important;
      font-size: 12px;
      color: #fff; }
  #footer .copyright {
    position: absolute;
    bottom: 34px;
    left: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-size: 12px;
    color: #fff; }
  #footer .footer-image-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0; }
  #footer .footer-image-top {
    position: absolute;
    top: -94px;
    right: 14px;
    z-index: 1; }

@media screen and (max-width: 1199px) {
  #footer {
    min-height: 300px; } }
@media screen and (max-width: 767px) {
  #footer {
    position: relative;
    width: 100%;
    background: #D86090;
    height: auto;
    min-height: 50px;
    padding-bottom: 186px;
    z-index: 5; }
    #footer .footer-container {
      padding: 0 20px;
      box-sizing: border-box; }
    #footer .text-container {
      display: block;
      position: relative;
      top: 0;
      padding-top: 86px; }
    #footer .email-container {
      display: block;
      position: relative;
      top: 0;
      width: 100%;
      margin-top: 10px; }
    #footer .title {
      font-size: 40px; }
    #footer .sub {
      font-size: 12px;
      letter-spacing: 3px; }
    #footer .email-input {
      font-size: 16px; }
    #footer .footer-links {
      position: relative;
      bottom: auto;
      margin-top: 10px;
      text-align: left; }
      #footer .footer-links li {
        margin-bottom: 10px; }
        #footer .footer-links li:first-child {
          padding-left: 0; }
        #footer .footer-links li:nth-child(4) {
          padding-left: 0; }
    #footer .footer-image-bottom {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0; }
    #footer .footer-image-top {
      position: absolute;
      top: -94px;
      right: 14px; }
    #footer .copyright {
      position: relative;
      margin-top: 52px;
      bottom: auto;
      text-align: left; } }
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*  Use "desktop" for default styling, then override with tablet & mobile */
#hero {
  position: relative;
  width: 100%; }
  #hero .container-div {
    position: relative;
    z-index: 4; }
  #hero:before {
    content: "";
    background: url("../assets/images/bg-hero.png") no-repeat top center;
    background-size: cover;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
    display: block;
    z-index: 1; }
  #hero .logo-main {
    text-align: center;
    z-index: 2;
    padding-top: 114px; }
    #hero .logo-main img {
      width: 366px; }
  #hero .header-video-carousel {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 80px;
    overflow: hidden; }
    #hero .header-video-carousel .owl-carousel {
      margin: 0 auto;
      width: 80%; }
    #hero .header-video-carousel .iframe-video {
      position: relative;
      z-index: 2; }
      #hero .header-video-carousel .iframe-video iframe {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 55;
        width: 100%;
        height: 100%; }
    #hero .header-video-carousel .owl-nav button {
      position: absolute;
      right: -100px;
      top: 50%;
      width: 70px;
      height: 70px;
      display: block;
      background-color: #ffffff;
      border: none;
      outline: none;
      transform: translateY(-50%);
      border-radius: 50%;
      z-index: 55; }
      #hero .header-video-carousel .owl-nav button span {
        background-image: url("../assets/images/arrow-shape-next.svg");
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: block;
        text-indent: -5500px;
        background-size: 40% auto; }
      #hero .header-video-carousel .owl-nav button.owl-prev {
        left: -100px;
        right: auto; }
        #hero .header-video-carousel .owl-nav button.owl-prev span {
          transform: rotate(-180deg); }
  #hero .hero-trailer-container {
    position: absolute;
    width: 881px;
    left: 50%;
    bottom: -75px;
    transform: translateX(-50%);
    cursor: pointer; }
    #hero .hero-trailer-container:hover .btn-play {
      transform: translate(-50%, -50%) scale(1.2); }
  #hero .modal-overlay-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  #hero .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.45; }
  #hero .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
  #hero .embed-container iframe,
  #hero .embed-container object,
  #hero .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9; }
  #hero .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    z-index: 1;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out; }
  #hero .featured-loop {
    position: relative;
    opacity: 1;
    z-index: 2;
    cursor: pointer; }
  #hero .video-container {
    position: relative;
    padding-bottom: 56%;
    height: 0; }
  #hero video {
    width: 100%; }
  #hero .social-links-container {
    position: absolute;
    width: 100%;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%); }
    #hero .social-links-container .label {
      display: inline-block;
      margin-top: 11px;
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale !important;
      font-size: 12px;
      color: #000; }
    #hero .social-links-container ul {
      display: inline-block;
      vertical-align: top; }
    #hero .social-links-container li {
      display: inline-block;
      position: relative;
      width: 31px;
      height: 31px;
      margin-left: 10px;
      border-radius: 31px;
      border: solid 1px rgba(0, 0, 0, 0.3); }
      #hero .social-links-container li img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

.music {
  position: relative;
  width: 100%;
  max-width: 1110px;
  padding: 80px 0 60px;
  margin: 0 auto; }
  .music.wap {
    padding-top: 0;
    padding-bottom: 120px; }
  .music .block-left {
    display: inline-block;
    width: 40%;
    text-align: left;
    vertical-align: top; }
    .music .block-left .title {
      margin-bottom: 19px;
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale !important;
      font-size: 15px;
      color: #000; }
    .music .block-left .sub {
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale !important;
      font-size: 80px;
      color: #000; }
    .music .block-left .album-cover {
      display: block;
      width: 100%;
      margin-top: 42px; }
    .music .block-left .spotify-posterframe {
      width: 100%;
      margin-top: 42px; }
    .music .block-left .stream-list {
      margin-top: 30px; }
      .music .block-left .stream-list .label {
        display: inline-block;
        margin-top: 7px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
        font-size: 12px;
        color: #000;
        vertical-align: top; }
      .music .block-left .stream-list .stream-icons {
        display: inline-block;
        margin-left: 10px;
        vertical-align: top; }
  .music .block-right {
    position: relative;
    display: inline-block;
    width: 55%;
    padding-left: 10%;
    box-sizing: border-box; }
    .music .block-right .music-list {
      width: 100%;
      margin-top: 155px; }
    .music .block-right li {
      display: block;
      width: 100%;
      border-top: solid 1px #9587AD;
      padding: 10px 5px;
      box-sizing: border-box; }
      .music .block-right li:hover .label {
        color: #D86090; }
      .music .block-right li:hover .btn-listen {
        color: #D86090; }
      .music .block-right li:hover svg path {
        fill: #D86090; }
      .music .block-right li .logo-wrap {
        display: inline-block;
        position: relative;
        width: 30px;
        height: 30px;
        vertical-align: middle;
        text-align: center; }
      .music .block-right li svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%; }
        .music .block-right li svg path {
          fill: rgba(0, 0, 0, 0.8); }
      .music .block-right li .label {
        display: inline-block;
        width: 70%;
        margin-left: 20px;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
        font-size: 21px;
        color: #000;
        vertical-align: middle; }
      .music .block-right li .btn-listen {
        display: inline-block;
        width: calc(29% - 60px);
        text-align: right;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
        font-size: 14px;
        color: #9587AD;
        vertical-align: middle;
        text-transform: uppercase;
        text-align: right; }
    .music .block-right .btn-buy {
      position: absolute;
      top: 44px;
      right: 0;
      padding: 15px 40px;
      border: solid 2px #000;
      border-radius: 20px;
      font-family: 'Poppins', sans-serif;
      font-weight: 500;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale !important;
      font-size: 15px;
      color: #000; }

#merchandise {
  position: relative;
  width: 100%;
  padding: 112px 0;
  background-color: #000; }
  #merchandise .section-container {
    position: relative;
    width: 100%;
    max-width: 1110px;
    margin: 0 auto; }
  #merchandise .section-title {
    margin-bottom: 42px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-size: 116px;
    color: #fff; }
  #merchandise .merch-container {
    position: relative;
    width: 100%; }
  #merchandise .btn-shop {
    position: absolute;
    right: 0;
    top: 30px;
    padding: 20px 60px;
    border: solid 2px #fff;
    border-radius: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-size: 15px;
    color: #fff; }

.owl-carousel .merch-item {
  position: relative;
  width: 427px; }
  .owl-carousel .merch-item .thumbnail {
    width: 100%; }
.owl-carousel .info {
  position: relative;
  margin-top: 22px; }
  .owl-carousel .info span {
    display: block; }
  .owl-carousel .info .text {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-size: 18px;
    color: #fff; }
  .owl-carousel .info .sub {
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-size: 15px;
    color: #fff; }

.carousel-container {
  position: relative; }
  .carousel-container .arrow-container {
    position: absolute;
    top: 50%;
    padding: 35px 21px;
    background-color: #fff;
    border-radius: 50%; }
  .carousel-container .arrow-prev {
    left: -100px;
    transform: translateY(-50%) rotate(180deg); }
  .carousel-container .arrow-next {
    right: -100px;
    transform: translateY(-50%); }
  .carousel-container .arrow {
    background: #000;
    height: 3px;
    width: 30px;
    margin: 0 auto;
    position: relative;
    cursor: pointer; }
    .carousel-container .arrow:before, .carousel-container .arrow:after {
      content: "";
      background: #000;
      position: absolute;
      height: 3px;
      width: 15px; }
    .carousel-container .arrow:before {
      right: -3px;
      bottom: -4px;
      transform: rotate(-45deg); }
    .carousel-container .arrow:after {
      right: -3px;
      top: -4px;
      transform: rotate(45deg); }

#newsletter_content {
  padding: 50px;
  background: #e4d6d6;
  text-align: center; }
  #newsletter_content .confirmation {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-align: center;
    font-size: 34px;
    color: #978aad;
    letter-spacing: 10px;
    padding: 40px 0;
    line-height: 50px;
    text-transform: uppercase; }
    #newsletter_content .confirmation span {
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-weight: bold; }
  #newsletter_content form {
    max-width: 309px;
    width: 100%;
    margin: 20px auto 0; }
  #newsletter_content input {
    width: 85%;
    height: 48px;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    text-transform: uppercase;
    border-radius: 0;
    color: #000;
    margin: 0 auto 20px 0;
    padding: 0 20px; }
  #newsletter_content .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    font-family: verdana;
    margin-top: -10px;
    margin-bottom: 20px;
    color: #f00; }
  #newsletter_content ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #978aad; }
  #newsletter_content ::-moz-placeholder {
    /* Firefox 19+ */
    color: #978aad; }
  #newsletter_content :-ms-input-placeholder {
    /* IE 10+ */
    color: #978aad; }
  #newsletter_content :-moz-placeholder {
    /* Firefox 18- */
    color: #978aad; }
  #newsletter_content .form-control.is-invalid, #newsletter_content .was-validated .form-control:invalid {
    border-color: #fff;
    padding-right: calc(1.5em + .75rem);
    background: #fff; }
  #newsletter_content button {
    background-color: #978aad;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    border-radius: 0;
    padding: 13px 20px; }
  #newsletter_content .btn {
    background-color: #978aad;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    padding: 17px 49px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.15s ease-in-out; }
    #newsletter_content .btn:hover {
      transform: scale(1.2); }
  #newsletter_content .record {
    margin: 39px auto 50px;
    max-width: 515px;
    width: 100%;
    position: relative;
    cursor: pointer;
    outline: 0; }
    #newsletter_content .record img.art {
      width: 100%; }
    #newsletter_content .record img.mag {
      position: absolute;
      left: 22px;
      bottom: 30px;
      cursor: pointer; }
  #newsletter_content p {
    font-size: 16px;
    color: #978aad;
    text-transform: uppercase;
    letter-spacing: 1px; }
    #newsletter_content p.intro {
      font-size: 26px;
      letter-spacing: normal;
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale !important;
      margin-bottom: 35px; }

@media screen and (max-width: 1199px) {
  #hero .header-video-carousel {
    margin-top: 50px; }
    #hero .header-video-carousel .owl-nav button {
      right: -80px;
      width: 60px;
      height: 60px; }
      #hero .header-video-carousel .owl-nav button.owl-prev {
        left: -80px; } }
@media screen and (max-width: 767px) {
  #hero .header-video-carousel {
    margin-top: 30px; }
    #hero .header-video-carousel .owl-carousel {
      width: 90%; }
      #hero .header-video-carousel .owl-carousel .owl-stage {
        padding-left: 0; }
    #hero .header-video-carousel .owl-nav button {
      right: -15px;
      width: 30px;
      height: 30px; }
      #hero .header-video-carousel .owl-nav button.owl-prev {
        left: -15px; }
    #hero .header-video-carousel .owl-dots {
      text-align: center;
      font-size: 0;
      padding-top: 10px;
      display: none; }
      #hero .header-video-carousel .owl-dots button {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 3px;
        background-color: #000;
        border-radius: 50px;
        opacity: 0.3; }
        #hero .header-video-carousel .owl-dots button.active {
          opacity: 1; }
  #hero .logo-main {
    padding-top: 65px; }
    #hero .logo-main img {
      width: 198px; }
  #hero .hero-trailer-container {
    position: absolute;
    left: 0;
    bottom: -45px;
    transform: none;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box; }
    #hero .hero-trailer-container .trailer-video {
      width: 100%; }
  #hero .btn-play {
    width: 46px; }

  .music {
    padding: 60px 0 60px; }
    .music.wap {
      padding-top: 0;
      padding-bottom: 80px; }
    .music .block-left {
      display: block;
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box; }
      .music .block-left .album-cover {
        width: 100%; }
    .music .block-right {
      display: block;
      width: 100%;
      padding: 0 20px;
      box-sizing: border-box; }
      .music .block-right .music-list {
        margin-top: 41px; }

  #merchandise {
    padding: 73px 0; }
    #merchandise .section-title {
      margin-left: 20px;
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale !important;
      font-size: 40px; }
    #merchandise .btn-shop {
      top: 0;
      right: 20px;
      padding: 10px 40px; }

  .owl-carousel .owl-stage {
    padding-left: 20px; }
  .owl-carousel .merch-item {
    width: 233px; }

  #newsletter_content {
    padding: 35x;
    background: #e4d6d6;
    text-align: center; }
    #newsletter_content p {
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale !important;
      font-size: 16px;
      color: #978aad;
      text-transform: uppercase;
      letter-spacing: 1px; }
      #newsletter_content p.intro {
        font-size: 20px;
        letter-spacing: normal;
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
        margin-bottom: 35px; } }

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