:root {
  --black: #252424;
  --white: white;
  --black-2: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container {
  height: 708px;
  max-height: none;
  max-width: 940vw;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.grid {
  height: auto;
  grid-template-rows: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-2 {
  height: 100%;
  justify-content: flex-start;
  display: flex;
}

.navbar {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.nav-link {
  height: auto;
  color: var(--black);
  text-align: left;
  justify-content: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.nav-link:hover {
  background-color: var(--black);
  color: var(--white);
  border-radius: 0;
}

.nav-link:focus, .nav-link.w--current {
  color: var(--black);
  text-decoration: underline;
}

.nav-link.w--current:hover {
  color: var(--white);
}

.nav-link.w--current:focus {
  text-decoration: none;
}

.nav-link.d {
  color: var(--white);
}

.nav-link.d:hover {
  background-color: var(--white);
  color: var(--black);
}

.nav-link-2, .nav-link-3 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.div-block {
  height: auto;
}

.image {
  height: 80px;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-2 {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.container-3 {
  max-width: 940vw;
}

.div-block-3 {
  width: 49.4%;
}

.div-block-4 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 80%;
  height: 80%;
}

.image-3 {
  width: 25px;
  height: 25px;
  max-width: none;
}

.link-block {
  width: auto;
  max-height: 33%;
  justify-content: center;
  display: block;
}

.container-4 {
  z-index: 1;
  max-width: 940vw;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.container-4.d {
  background-color: var(--black-2);
}

.grid-2 {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.button {
  width: 98%;
  height: 35px;
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: flex;
}

.button:hover {
  background-color: var(--white);
  color: var(--black);
}

.div-block-5 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  width: 50%;
}

.container-5 {
  height: auto;
  max-width: 940vw;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.grid-3, .grid-4 {
  grid-template-rows: auto;
}

.div-block-7 {
  width: 80%;
}

.image-4 {
  width: 60%;
  height: 60%;
}

.div-block-8 {
  justify-content: center;
  display: flex;
}

.div-block-9 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.background-video {
  height: 719px;
}

.div-block-10 {
  width: 100%;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.grid-5 {
  grid-template-rows: auto;
}

.div-block-11 {
  width: auto;
  height: auto;
}

.image-5 {
  width: auto;
  opacity: 0;
}

.image-5:hover {
  opacity: 1;
}

.container-6 {
  height: auto;
  max-width: 940vw;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.link-block-play {
  width: 100%;
  height: 100%;
  background-image: url('../images/Slow-Poison.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block-play._2 {
  background-image: url('../images/Poisoned.jpg');
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.container-7 {
  max-width: 940vw;
  margin-bottom: 20px;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div-block-12 {
  margin-left: 20px;
  margin-right: 20px;
}

.container-8 {
  height: 75vw;
}

.button-2 {
  width: 100%;
  color: var(--black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

.button-2:hover {
  background-color: var(--black);
  color: var(--white);
}

.button-2._1 {
  margin-top: 0;
}

.button-2._1._2 {
  border-bottom-width: 1px;
}

.button-2._2 {
  border-color: var(--white);
  color: var(--white);
}

.button-2._2:hover {
  background-color: var(--white);
  color: var(--black);
}

.container-9 {
  max-width: 940vw;
  margin-bottom: 20px;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-left: 20px;
  margin-right: 20px;
}

.link-block-2 {
  background-image: url("https://assets-global.website-files.com/605ca791abd0496ebebb87c9/605ce93cefc28e2b5ed08882_Fak'umoya.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-block-2._1 {
  background-image: url('../images/GB.jpg');
}

.link-block-2._2 {
  background-image: url('../images/Unusual.jpg');
}

.link-block-2._4 {
  background-image: url('../images/Toxic.jpg');
}

.link-block-2._5 {
  background-image: url('../images/Stay.jpg');
}

.link-block-2._3 {
  background-image: url('../images/control.jpg');
}

.link-block-2._6 {
  background-image: url('../images/show-me-the-sun.jpg');
}

.image-6 {
  width: 100%;
  opacity: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.image-6:hover {
  opacity: 1;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-block-13 {
  width: 30px;
  height: 30px;
}

.div-block-14 {
  margin-bottom: 10px;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.link-block-3 {
  width: 40px;
  height: 40px;
  background-image: url('../images/FB_1.svg');
  background-position: 0 0;
  background-size: auto;
}

.link-block-3:hover {
  opacity: .5;
  border-radius: 0;
}

.link-block-3._1 {
  background-image: url('../images/Insta.svg');
}

.link-block-3._1.d {
  background-image: url('../images/Instagram.svg');
}

.link-block-3._2 {
  background-image: url('../images/Twitter_1.svg');
}

.link-block-3._2.d {
  background-image: url('../images/Twitter.svg');
}

.link-block-3._2.b {
  background-image: url('../images/Twitter_1.svg');
}

.link-block-3._3 {
  background-image: url('../images/SC.svg');
}

.link-block-3._3.background-video, .link-block-3._3.d {
  background-image: url('../images/Soundcloud.svg');
}

.link-block-3._4 {
  background-image: url('../images/youtube_1.svg');
}

.link-block-3._4.d {
  background-image: url('../images/Youtube.svg');
}

.link-block-3._4.b {
  background-image: url('../images/youtube_1.svg');
}

.link-block-3.d {
  background-image: url('../images/FB.svg');
}

.link-block-3.b {
  background-image: url('../images/FB_1.svg');
}

.image-7 {
  opacity: 0;
}

.div-block-15 {
  height: auto;
}

.div-block-16 {
  width: 30%;
}

.container-10 {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.paragraph {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.paragraph._1 {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.paragraph._2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.lightbox-link {
  align-items: center;
  display: flex;
}

.text-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--white);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.text-field:hover, .text-field:focus {
  color: var(--white);
}

.text-field::-ms-input-placeholder {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.text-field::placeholder {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.text-field._2 {
  border-bottom-color: var(--black);
  background-color: var(--white);
}

.text-field-2 {
  border: 1px solid #000;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.container-11 {
  max-width: 940vw;
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.div-block-17 {
  z-index: 9;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-8 {
  width: 940px;
  height: 400px;
}

.container-12 {
  margin-top: 60px;
}

.body, .body-2 {
  background-color: var(--black);
}

.link-block-4 {
  width: 30px;
  height: 30px;
  background-image: url('../images/D-L-Mode.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.link-block-5 {
  width: 30px;
  height: 30px;
  background-image: url('../images/L-D-Mode.svg');
  background-position: 0 0;
  background-size: auto;
}

.link-block-6 {
  width: 30px;
  height: 30px;
  background-image: url('../images/L-D-Mode.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.link-block-7 {
  width: 30px;
  height: 30px;
  background-image: url('../images/D-L-Mode.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.body-3 {
  background-color: var(--black);
}

.link-block-9 {
  width: 30px;
  height: 30px;
  background-image: url('../images/D-L-Mode.svg');
  background-position: 0 0;
  background-size: auto;
  margin-right: 10px;
}

.link-block-10 {
  width: 30px;
  height: 30px;
  background-image: url('../images/L-D-Mode.svg');
  background-position: 0 0;
  background-size: auto;
  margin-right: 10px;
}

.container-13 {
  display: none;
}

.div-block-18 {
  width: 30%;
  margin-bottom: 0;
}

.grid-11 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.image-9 {
  width: 40px;
  height: 40px;
}

.image-9:hover {
  opacity: .5;
}

.container-14 {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.container-15 {
  height: 100vh;
  max-height: 936px;
  max-width: 940vw;
  display: inline-block;
}

.container-15._1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-15._2 {
  height: auto;
  max-height: none;
  max-width: 940vw;
  flex-direction: column;
  align-items: center;
  display: block;
}

.background-video-4 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background-video-4._1 {
  width: 30%;
  height: 30%;
  flex: none;
}

.div-block-19 {
  width: 100%;
  height: 100%;
}

.div-block-20 {
  z-index: 10;
  width: Infinity% vw;
  height: 80px;
  margin-top: 20px;
  margin-left: 60px;
  margin-right: 60px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-20._2 {
  width: 100%;
  margin-left: 60px;
  margin-right: 60px;
  position: static;
}

.div-block-20._1, .div-block-20._5 {
  position: static;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
}

.nav-link-4 {
  color: var(--white);
}

.navbar-3 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.nav-link-5 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.nav-link-5:hover {
  border-bottom: 1px none var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  font-size: 12px;
  font-weight: 700;
}

.nav-link-5.w--current {
  border-bottom: 1px none var(--white);
  color: var(--white);
  font-weight: 700;
}

.nav-link-6, .nav-link-7 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.div-block-21 {
  z-index: 3;
  width: 200px;
  align-items: center;
  margin-left: 60px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.grid-12 {
  width: 100%;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.button-3 {
  width: 90px;
  border-bottom: 1px solid var(--white);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.button-3:hover {
  color: var(--white);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
}

.container-16 {
  max-width: 940vw;
}

.image-10 {
  width: 70px;
  height: 70px;
}

.div-block-22 {
  z-index: 11;
  width: 100%;
  height: 80px;
  justify-content: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-22._2 {
  position: absolute;
}

.div-block-22.pre {
  position: relative;
}

.div-block-22._5, .div-block-22._6 {
  position: static;
}

.grid-13 {
  width: 25%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-left: 20px;
  padding-right: 20px;
}

.image-11 {
  width: 30px;
  height: 40px;
}

.image-11:hover {
  opacity: .25;
}

.body-4 {
  background-color: var(--black);
}

.form-block {
  width: 80%;
}

.div-block-23 {
  width: 100%;
  height: 300px;
  background-image: url('../images/WWE-Circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 20px;
}

.button-7 {
  width: 100%;
  border: 1px solid var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.button-7:hover {
  background-color: var(--white);
  color: var(--black);
  font-weight: 700;
}

.heading {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading._1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-2 {
  text-align: center;
}

.paragraph-2._2 {
  margin-top: 40px;
}

.div-block-24 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-5 {
  background-color: var(--black);
}

.lottie-animation {
  width: 50%;
  height: 50%;
}

.background-video-5 {
  height: 719px;
}

.slide {
  background-image: url('../images/WWE-CN-T-Shirt-Front.jpg');
  background-position: 50%;
  background-size: cover;
}

.lightbox-link-2 {
  width: 400px;
  height: 400px;
}

.div-block-25 {
  justify-content: center;
  margin-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
  display: flex;
}

.lightbox-link-3 {
  margin-right: 10px;
}

.image-12 {
  width: 350px;
  margin-right: 10px;
}

.image-13 {
  width: 350px;
  height: auto;
}

.bold-text {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.paragraph-3 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.bold-text-2, .bold-text-3 {
  font-weight: 300;
}

.div-block-26 {
  margin-left: 60px;
  margin-right: 60px;
}

.button-8 {
  border: 1px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

.button-8:hover {
  background-color: var(--white);
  color: var(--black);
}

.grid-14 {
  width: 100%;
  grid-column-gap: 45px;
  grid-template-rows: auto;
}

.image-14 {
  margin-top: 20px;
}

.field-label {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-field-3 {
  border: 1px solid var(--white);
  background-color: var(--black);
  color: var(--white);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.select-field {
  background-color: var(--black);
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.submit-button {
  width: 150px;
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

.submit-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.lightbox-link-4 {
  margin-top: 20px;
}

.container-17 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-3 {
  width: auto;
  background-color: var(--white);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-27 {
  width: 50%;
  border-bottom: 2px solid var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-28 {
  width: 80px;
  background-color: var(--white);
}

.heading-4 {
  width: auto;
  background-color: var(--white);
}

.button-9 {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button-9:hover {
  background-color: var(--white);
  color: var(--black);
}

.body-6 {
  background-color: var(--black);
}

.section {
  margin-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
}

.container-18 {
  max-width: 940vw;
}

.div-block-29 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-15 {
  width: 400px;
  height: auto;
}

.image-16 {
  width: 350px;
}

.container-19 {
  max-width: 940vw;
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-30 {
  margin-left: 60px;
  margin-right: 60px;
}

.grid-15 {
  grid-column-gap: 35px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.div-block-31 {
  padding-left: 0;
  padding-right: 20px;
}

.html-embed {
  margin-bottom: 0;
  padding: 0;
}

.div-block-32 {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, .45);
}

.tracklist-heading {
  color: var(--white);
  margin-top: 40px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.paragraph-4 {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
}

.div-block-33 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div-block-34 {
  width: 177.328px;
  height: 20px;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.heading-5 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.paragraph-5 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.button-10 {
  border: 1px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
}

.div-block-35 {
  margin-top: 10px;
}

.image-17 {
  width: 80px;
}

.image-18 {
  width: 60px;
  margin-right: 10px;
}

@media screen and (min-width: 1280px) {
  .background-video {
    height: 720px;
  }

  .container-15 {
    max-height: none;
  }

  .div-block-22 {
    z-index: 20;
  }

  .grid-13 {
    width: 25%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid-13._1 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-11 {
    width: 35px;
  }

  .image-11._1 {
    width: 35px;
    height: 40px;
  }

  .image-11._2, .image-11._3 {
    width: 35px;
  }

  .image-11._3._1 {
    width: 35px;
    height: 40px;
  }

  .grid-15 {
    grid-template-rows: auto auto;
  }

  .link-block-11._1 {
    margin-left: 0;
    padding-right: 20px;
  }

  .image-17 {
    width: 100px;
  }

  .image-18 {
    width: 70px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    height: 788px;
  }

  .background-video {
    height: 810px;
  }

  .button-2._1._2 {
    border-color: var(--black);
    color: var(--black);
  }

  .button-2._1._2:hover {
    background-color: var(--black);
    color: var(--white);
  }

  .button-2._1._3 {
    border-color: var(--white);
    color: var(--white);
  }

  .button-2._1._3:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .link-block-3._3.d {
    background-image: url('../images/Soundcloud.svg');
  }

  .text-field {
    border-bottom-color: var(--white);
    background-color: var(--black);
  }

  .text-field._2 {
    border-bottom-color: var(--black);
    background-color: var(--white);
  }

  .link-block-4, .link-block-5, .link-block-6, .link-block-7 {
    margin-right: 10px;
  }

  .body-3 {
    background-color: var(--black);
  }

  .link-block-8 {
    width: 30px;
    height: 30px;
    background-image: url('../images/D-L-Mode.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .link-block-9 {
    width: 30px;
    height: 30px;
    max-height: 30px;
    max-width: 30px;
    background-image: url('../images/D-L-Mode.svg');
    background-position: 0 0;
    background-size: auto;
    margin-right: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .link-block-10 {
    width: 30px;
    height: 30px;
    background-image: url('../images/L-D-Mode.svg');
    background-position: 0 0;
    background-size: auto;
    margin-right: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    height: 1069px;
  }

  .background-video {
    height: 1080px;
  }

  .image-11, .image-11._1, .image-11._2, .image-11._3, .image-11._3._1 {
    width: 40px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    height: 409px;
  }

  .nav-menu, .nav-menu.hd {
    background-color: var(--black);
  }

  .container-2 {
    border-radius: 0;
    font-style: normal;
  }

  .link-block-4 {
    margin-left: 20px;
    display: flex;
  }

  .link-block-9 {
    margin-right: 0;
    display: flex;
  }

  .icon {
    color: var(--white);
  }

  .menu-button {
    background-color: var(--black);
  }

  .icon-3 {
    color: var(--white);
  }

  .menu-button-5.w--open {
    background-color: var(--black);
  }

  .container-13 {
    display: none;
  }

  .icon-6 {
    color: var(--white);
  }

  .nav-menu-2, .menu-button-7.w--open {
    background-color: var(--black);
  }

  .icon-7 {
    color: var(--white);
  }

  .nav-menu-3 {
    background-color: var(--black);
    color: var(--black);
  }

  .menu-button-8.w--open {
    background-color: var(--black);
  }

  .icon-8 {
    color: var(--white);
  }

  .menu-button-9.w--open, .nav-menu-4 {
    background-color: var(--black);
  }

  .background-video-5 {
    height: 500px;
  }

  .div-block-30 {
    margin-left: 40px;
    margin-right: 40px;
  }
}

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

  .div-block-6 {
    width: 90%;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .image-5 {
    width: 100%;
    height: 100%;
    max-width: none;
  }

  .grid-7 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .link-block-3._3.d {
    background-image: url('../images/Soundcloud.svg');
  }

  .link-block-3.d {
    width: 30px;
    height: 30px;
  }

  .div-block-16 {
    width: 50%;
  }

  .div-block-17 {
    width: auto;
    margin-left: 0;
  }

  .container-12 {
    margin-top: 20px;
  }

  .container-13 {
    display: none;
  }

  .div-block-18 {
    width: 50%;
  }

  .image-9 {
    width: 30px;
    height: 30px;
  }

  .icon-7 {
    color: var(--white);
  }

  .nav-menu-3 {
    background-color: var(--black);
    color: var(--black);
  }

  .menu-button-8.w--open {
    background-color: var(--black);
  }

  .icon-9 {
    color: var(--white);
  }

  .div-block-25 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-14 {
    grid-template-columns: 1fr;
  }

  .section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-15 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .container {
    height: 180px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container._1 {
    max-height: 100vh;
    padding-left: 0;
    padding-right: 0;
    display: none;
    overflow: visible;
  }

  .grid {
    grid-column-gap: 0px;
    grid-template-columns: 2.5fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-menu {
    width: 300px;
    background-color: var(--white);
  }

  .nav-menu.hd {
    background-color: var(--black);
  }

  .image {
    height: 60px;
  }

  .grid-2 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .button {
    height: 25px;
  }

  .div-block-6 {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-7 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-12 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-block-3 {
    width: 30px;
    height: 30px;
  }

  .div-block-16 {
    width: 80%;
  }

  .container-10 {
    align-items: center;
  }

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

  .div-block-17 {
    width: auto;
    margin-top: 60px;
  }

  .link-block-4, .link-block-5, .link-block-6, .link-block-7 {
    margin-left: 20px;
    display: flex;
  }

  .link-block-9 {
    margin-left: 20px;
  }

  .link-block-10 {
    margin-left: 20px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .icon-2, .icon-3 {
    color: var(--white);
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: var(--white);
  }

  .menu-button-3, .menu-button-3.hd.w--open {
    background-color: var(--black);
  }

  .menu-button-4, .menu-button-4.w--open {
    background-color: var(--white);
  }

  .menu-button-5, .menu-button-5.w--open {
    background-color: var(--black);
  }

  .menu-button-6 {
    background-color: var(--white);
  }

  .menu-button-6.w--open {
    background-color: var(--white);
    color: var(--black);
  }

  .icon-4, .icon-5 {
    color: var(--black);
  }

  .background-video-3 {
    height: 700px;
  }

  .container-13 {
    display: block;
  }

  .div-block-18 {
    width: 80%;
  }

  .container-15 {
    max-height: 100vh;
    overflow: hidden;
  }

  .container-15._2 {
    height: auto;
    max-height: none;
    overflow: hidden;
  }

  .background-video-4 {
    height: 100vh;
    max-height: 936vh;
    overflow: hidden;
  }

  .div-block-20 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-21 {
    max-height: 100vh;
    margin-left: 10px;
    overflow: hidden;
  }

  .image-10 {
    width: 50px;
    height: 50px;
  }

  .div-block-22 {
    margin-top: 60px;
    position: absolute;
  }

  .div-block-22._3 {
    position: absolute;
  }

  .grid-13 {
    width: 50%;
    position: static;
  }

  .icon-6 {
    color: var(--white);
  }

  .nav-menu-2 {
    background-color: var(--black);
  }

  .menu-button-7 {
    background-color: rgba(0, 0, 0, 0);
    display: flex;
  }

  .menu-button-7.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon-7 {
    color: var(--white);
  }

  .nav-menu-3 {
    background-color: var(--black);
  }

  .menu-button-8, .menu-button-8.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon-8 {
    color: var(--white);
  }

  .menu-button-9, .menu-button-9.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-4 {
    background-color: var(--black);
  }

  .icon-9 {
    color: var(--white);
  }

  .nav-menu-5 {
    background-color: var(--black);
  }

  .menu-button-10, .menu-button-10.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .lottie-animation {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .background-video-5 {
    height: 300px;
  }

  .div-block-25 {
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .grid-14 {
    grid-template-columns: 1fr;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-30 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-10 {
    margin-bottom: 20px;
  }
}

#w-node-f0e6bfda-4e95-0ef3-dd5c-cef193867142-892bc461, #w-node-f0e6bfda-4e95-0ef3-dd5c-cef193867145-892bc461, #w-node-f0e6bfda-4e95-0ef3-dd5c-cef193867148-892bc461, #w-node-f0e6bfda-4e95-0ef3-dd5c-cef19386714b-892bc461, #w-node-f0e6bfda-4e95-0ef3-dd5c-cef19386714e-892bc461, #w-node-_8b73ef6f-b428-d9f3-1233-71f0822ba7b1-892bc461, #w-node-_4a354ff9-17f7-1483-815f-098bb02271fa-d2d3eed9, #w-node-_4a354ff9-17f7-1483-815f-098bb02271fd-d2d3eed9, #w-node-_4a354ff9-17f7-1483-815f-098bb0227200-d2d3eed9, #w-node-_4a354ff9-17f7-1483-815f-098bb0227203-d2d3eed9, #w-node-_4a354ff9-17f7-1483-815f-098bb0227206-d2d3eed9, #w-node-_4a354ff9-17f7-1483-815f-098bb0227209-d2d3eed9, #w-node-a7260068-d30c-4711-c5d6-ba29cd11fc37-cae76b15, #w-node-a7260068-d30c-4711-c5d6-ba29cd11fc3a-cae76b15, #w-node-a7260068-d30c-4711-c5d6-ba29cd11fc3d-cae76b15, #w-node-a7260068-d30c-4711-c5d6-ba29cd11fc40-cae76b15, #w-node-a7260068-d30c-4711-c5d6-ba29cd11fc43-cae76b15, #w-node-a7260068-d30c-4711-c5d6-ba29cd11fc46-cae76b15, #w-node-d5799067-e45c-3650-69fb-eb60bb2f8c5e-68f886c5, #w-node-d5799067-e45c-3650-69fb-eb60bb2f8c61-68f886c5, #w-node-d5799067-e45c-3650-69fb-eb60bb2f8c64-68f886c5, #w-node-d5799067-e45c-3650-69fb-eb60bb2f8c67-68f886c5, #w-node-d5799067-e45c-3650-69fb-eb60bb2f8c6a-68f886c5 {
  align-self: center;
  justify-self: center;
}

#w-node-_5a02d04d-75d1-dee5-d1b2-242768c64f70-6aa90d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a02d04d-75d1-dee5-d1b2-242768c64f72-6aa90d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_4491cd6b-900f-589b-e8a1-6ae80c1aed1f-6aa90d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4491cd6b-900f-589b-e8a1-6ae80c1aed21-6aa90d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_1fe00703-aa28-0667-5db3-e16a95fa88c9-6aa90d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fe00703-aa28-0667-5db3-e16a95fa88cb-6aa90d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_7758c77f-f591-bbe5-e64f-d741e3b2d4b3-6aa90d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7758c77f-f591-bbe5-e64f-d741e3b2d4b5-6aa90d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_7758c77f-f591-bbe5-e64f-d741e3b2d4ce-6aa90d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7758c77f-f591-bbe5-e64f-d741e3b2d4d0-6aa90d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_442aa8ee-ca2f-9de1-9afd-35bcc3541745-6aa90d88, #w-node-_442aa8ee-ca2f-9de1-9afd-35bcc3541748-6aa90d88, #w-node-_442aa8ee-ca2f-9de1-9afd-35bcc354174b-6aa90d88, #w-node-_442aa8ee-ca2f-9de1-9afd-35bcc354174e-6aa90d88, #w-node-_442aa8ee-ca2f-9de1-9afd-35bcc3541751-6aa90d88, #w-node-_442aa8ee-ca2f-9de1-9afd-35bcc3541754-6aa90d88 {
  align-self: center;
  justify-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-_1fe00703-aa28-0667-5db3-e16a95fa88c9-6aa90d88, #w-node-_7758c77f-f591-bbe5-e64f-d741e3b2d4b3-6aa90d88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


