.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #0c022f;
}

.copyright-link {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 7px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 10px;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-copyright {
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.copyright-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  list-style-type: none;
}

.wmg-button {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 17px 25px;
  border: 2px none #5c84cb;
  border-radius: 5px;
  background-color: #5c84cb;
  -webkit-transition: background-color 425ms ease-in-out;
  transition: background-color 425ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 1.2px;
  font-weight: 500;
  text-transform: uppercase;
}

.wmg-button:hover {
  background-color: #7194d3;
}

.wmg-button.emailbutton {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 1px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition-property: none;
  transition-property: none;
  font-family: 'Open Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 10px;
  line-height: 10px;
}

.wmg-button.emailbutton:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}

.footer-section {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #3a3a3a;
}

.copyright-link-li {
  margin-right: 7px;
  padding-right: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-right: 1px none #fff;
  line-height: 0.8;
}

.copyright-link-li.last-copyright-link-li {
  position: relative;
  z-index: 10;
  margin-right: 7px;
}

.header {
  max-width: 100%;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.signs-bottom {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.full-background {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
}

.road-background {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.title {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40%;
  -webkit-transform: translate(360px, 270px);
  -ms-transform: translate(360px, 270px);
  transform: translate(360px, 270px);
}

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

.image-container {
  position: relative;
  display: none;
  overflow: hidden;
  width: 1440px;
  height: 900px;
  max-height: 900px;
}

.maxwidth-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: 850px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dark-trees-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  -webkit-transform: translate(57px, 0px);
  -ms-transform: translate(57px, 0px);
  transform: translate(57px, 0px);
}

.dark-trees-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  -webkit-transform: translate(-38px, 0px);
  -ms-transform: translate(-38px, 0px);
  transform: translate(-38px, 0px);
}

.button-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  -webkit-transform: translate(0px, 1000px);
  -ms-transform: translate(0px, 1000px);
  transform: translate(0px, 1000px);
}

.trees-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  -webkit-transform: translate(-100vw, 0px);
  -ms-transform: translate(-100vw, 0px);
  transform: translate(-100vw, 0px);
}

.trees-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  -webkit-transform: translate(100vw, 0px);
  -ms-transform: translate(100vw, 0px);
  transform: translate(100vw, 0px);
}

.bnl-bus {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  -webkit-transform: translate(0px, 90px);
  -ms-transform: translate(0px, 90px);
  transform: translate(0px, 90px);
}

.trees-left-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  -webkit-transform: translate(-100vw, 0px);
  -ms-transform: translate(-100vw, 0px);
  transform: translate(-100vw, 0px);
}

.trees-right-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  -webkit-transform: translate(100vw, 0px);
  -ms-transform: translate(100vw, 0px);
  transform: translate(100vw, 0px);
}

.back-tree-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 120%;
}

.tree-back-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 120%;
}

.brand-logo {
  display: inline-block;
  padding-top: 2px;
  padding-right: 4px;
  font-family: 'Font awesome 6 brands 400', sans-serif;
  font-size: 24px;
}

.brand-logo:hover {
  text-shadow: 1px 1px 6px hsla(0, 0%, 100%, 0.24);
}

.contest-button {
  position: absolute;
  left: 348px;
  top: 263px;
  right: auto;
  bottom: auto;
  padding-right: 30px;
  padding-left: 30px;
  background-color: rgba(121, 34, 38, 0);
  -webkit-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  transform: rotate(-16deg);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 800;
}

.contest-button.wmg-button {
  width: auto;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-transition: text-shadow 300ms ease, color 425ms ease-in-out;
  transition: text-shadow 300ms ease, color 425ms ease-in-out;
  text-transform: none;
  text-shadow: 1px 1px 6px hsla(0, 0%, 100%, 0.52);
}

.contest-button.wmg-button:hover {
  background-color: rgba(0, 0, 0, 0.02);
  color: #fff;
  text-shadow: none;
}

.contest-button-spotify {
  position: absolute;
  left: 336px;
  top: 219px;
  right: auto;
  bottom: auto;
  padding-right: 18px;
  padding-left: 18px;
  background-color: rgba(121, 34, 38, 0);
  -webkit-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  transform: rotate(-16deg);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 800;
}

.contest-button-spotify.wmg-button {
  top: 220px;
  width: auto;
  margin-bottom: 0px;
  padding-right: 27px;
  padding-left: 27px;
  -webkit-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  transform: rotate(-16deg);
  -webkit-transition: text-shadow 200ms ease, color 425ms ease-in-out;
  transition: text-shadow 200ms ease, color 425ms ease-in-out;
  text-transform: none;
  text-shadow: 1px 1px 6px hsla(0, 0%, 100%, 0.53);
}

.contest-button-spotify.wmg-button:hover {
  background-color: rgba(113, 148, 211, 0);
  color: #fff;
  text-shadow: none;
}

.heading {
  position: absolute;
  left: 306px;
  top: 141px;
  right: auto;
  bottom: auto;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 36px;
  text-shadow: 1px 1px 6px hsla(0, 0%, 100%, 0.49);
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 576px;
  padding: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.paragraph {
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9000;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0c022f;
  color: #531431;
}

.preloader__item {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader__loading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 140px;
  height: 2px;
  margin-top: 32px;
  border-radius: 2px;
}

.preloader__progressbar {
  width: 100%;
  height: auto;
  background-color: #fff;
}

.preloader__bg-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: #0c022f;
}

.preloader__bg-middle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(12, 2, 47, 0.5);
}

.preloader__bg-bottom {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: rgba(12, 2, 47, 0.15);
}

.scroll-down {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

@media screen and (min-width: 1440px) {
  .body {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .wmg-button {
    font-family: Montserrat, sans-serif;
  }

  .wmg-button.emailbutton {
    margin-bottom: 0px;
    background-color: rgba(255, 255, 255, 0);
  }

  .header {
    position: relative;
    height: 3300px;
  }

  .wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 100%;
    max-width: none;
  }

  .sticky-container {
    position: -webkit-sticky;
    position: sticky;
  }

  .signs-bottom {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }

  .full-background {
    position: absolute;
    left: 0px;
    top: 0%;
    right: 0px;
    bottom: 0%;
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }

  .road-background {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }

  .button-container {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .trees-left {
    -webkit-transform: translate(-100vw, 0px);
    -ms-transform: translate(-100vw, 0px);
    transform: translate(-100vw, 0px);
  }

  .trees-right {
    -webkit-transform: translate(100vw, 0px);
    -ms-transform: translate(100vw, 0px);
    transform: translate(100vw, 0px);
  }

  .trees-left-2 {
    -webkit-transform: translate(-100vw, 0px);
    -ms-transform: translate(-100vw, 0px);
    transform: translate(-100vw, 0px);
  }

  .trees-right-2 {
    -webkit-transform: translate(100vw, 0px);
    -ms-transform: translate(100vw, 0px);
    transform: translate(100vw, 0px);
  }

  .trees-left-back {
    position: absolute;
    width: 100%;
    -webkit-transform: translate(-100vw, 0px) translate(0px, 0px);
    -ms-transform: translate(-100vw, 0px) translate(0px, 0px);
    transform: translate(-100vw, 0px) translate(0px, 0px);
  }

  .trees-right-back {
    position: absolute;
    width: 100%;
    -webkit-transform: translate(100vw, 0px);
    -ms-transform: translate(100vw, 0px);
    transform: translate(100vw, 0px);
  }

  .back-tree-left {
    position: absolute;
    width: 120%;
    -webkit-transform: translate(-100vw, 0px);
    -ms-transform: translate(-100vw, 0px);
    transform: translate(-100vw, 0px);
  }

  .tree-back-right {
    position: absolute;
    width: 120%;
    -webkit-transform: translate(100vw, 0px);
    -ms-transform: translate(100vw, 0px);
    transform: translate(100vw, 0px);
  }
}

@media screen and (max-width: 991px) {
  .copyright-link-list {
    margin-top: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wmg-button {
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 500;
  }

  .wmg-button.emailbutton {
    margin-bottom: 0px;
    background-color: rgba(255, 255, 255, 0);
  }

  .footer-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .signs-bottom {
    bottom: -10%;
  }

  .div-block {
    height: 2000px;
  }

  .image-container {
    display: none;
    width: 1300px;
  }

  .maxwidth-container {
    min-height: 600px;
  }

  .button-container {
    width: 1400px;
    -webkit-transform: translate(0px, 1000px);
    -ms-transform: translate(0px, 1000px);
    transform: translate(0px, 1000px);
  }

  .contest-button.wmg-button {
    left: 338px;
    top: 254px;
    background-color: rgba(121, 34, 38, 0);
  }

  .contest-button-spotify.wmg-button {
    left: 329px;
    top: 213px;
    background-color: rgba(121, 34, 38, 0);
  }

  .heading {
    left: 300px;
    top: 135px;
  }

  .div-block-2 {
    width: 550px;
  }

  .paragraph {
    font-size: 25px;
  }

  .html-embed {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .wmg-button {
    width: 100%;
    margin-top: 0px;
  }

  .full-background {
    width: 120%;
    max-width: 120%;
  }

  .road-background {
    width: 120%;
    max-width: 120%;
  }

  .title {
    width: 60%;
    -webkit-transform: translate(145px, 167px);
    -ms-transform: translate(145px, 167px);
    transform: translate(145px, 167px);
  }

  .div-block {
    height: 1000px;
  }

  .image-container {
    display: none;
    width: 700px;
  }

  .maxwidth-container {
    max-height: 750px;
  }

  .dark-trees-left {
    width: 130%;
    max-width: 130%;
  }

  .dark-trees-right {
    width: 130%;
    max-width: 130%;
  }

  .trees-left {
    display: none;
  }

  .trees-right {
    display: none;
  }

  .bnl-bus {
    width: 120%;
    max-width: 120%;
  }

  .back-tree-left {
    width: 120%;
    max-width: 120%;
  }

  .tree-back-right {
    max-width: 120%;
  }

  .div-block-2 {
    width: 420px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .paragraph {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .copyright-link {
    padding-right: 0px;
    border-right-style: none;
  }

  .copyright-link-list {
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wmg-button {
    margin-top: 0px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-size: 10px;
  }

  .copyright-link-li {
    margin-right: 0px;
    margin-bottom: 4px;
    padding-right: 7px;
  }

  .copyright-link-li.last-copyright-link-li {
    padding-right: 0px;
  }

  .sticky-container {
    width: 100%;
  }

  .full-background {
    width: 180%;
    max-width: 200%;
    margin-right: 0%;
    margin-left: 0%;
    -webkit-transform: translate(-400px, 0px);
    -ms-transform: translate(-400px, 0px);
    transform: translate(-400px, 0px);
  }

  .title {
    width: 45%;
  }

  .div-block {
    height: 700px;
  }

  .image-container {
    display: block;
    width: 500px;
  }

  .maxwidth-container {
    max-height: 700px;
    max-width: 100%;
  }

  .dark-trees-left {
    width: 160%;
    max-width: 160%;
  }

  .dark-trees-right {
    width: 160%;
    max-width: 160%;
  }

  .button-container {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .back-tree-left {
    width: 150%;
    max-width: 160%;
  }

  .tree-back-right {
    width: 150%;
    max-width: 160%;
  }

  .contest-button.wmg-button {
    top: 249px;
    font-size: 18px;
  }

  .contest-button-spotify.wmg-button {
    top: 209px;
    font-size: 18px;
  }

  .div-block-2 {
    width: 224px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .paragraph {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
  }
}

@font-face {
  font-family: 'Font awesome 6 brands 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}