.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-shadow: -2px 0 3px rgba(0, 0, 0, .19);
}

.con-con {
  max-width: 860px;
}

.headline {
  color: #fff;
  text-shadow: 10px 14px 1px #000;
  font-family: Exo, sans-serif;
  font-size: 14.8rem;
  font-style: italic;
  line-height: 14.8rem;
}

.subheadline-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 7px 25px;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
  line-height: 2043px;
  display: inline-block;
}

.subheadline-box.offset {
  margin-top: -13px;
  margin-left: 73px;
}

.subheadline {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 43px;
  font-style: italic;
  font-weight: 800;
  line-height: 43px;
}

.moderators {
  margin-top: 27px;
}

.logo {
  margin-top: 76px;
}

.sponsors {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-top-left-radius: 40px;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 25px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.devider {
  width: 3px;
  height: 95px;
  background-color: #909090;
}

.logo-link {
  flex: none;
  transition: all .2s;
  transform: scale(.95);
}

.logo-link:hover {
  transform: scale(1);
}

.image-2 {
  transform: scale(.9);
}

.spotify_embed {
  margin-top: 0;
  margin-bottom: 153px;
}

.footer {
  padding-top: 9px;
  padding-bottom: 20px;
}

.footer-text {
  color: #64b42d;
  text-align: center;
  font-family: Vw Head, sans-serif;
}

.link {
  color: #64b42d;
  font-family: Vw Head, sans-serif;
  font-size: .98rem;
}

.bg {
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-color: #50a539;
  background-image: url('../images/Background.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: fixed;
}

.textblock {
  color: #fff;
  margin-bottom: 103px;
}

.heading {
  color: #000;
}

.subheader {
  color: #000;
  letter-spacing: -2px;
  text-transform: uppercase;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 14px;
  font-family: Berthold Akzidenz Grotesk Extra Condensed, sans-serif;
  font-size: 44px;
  font-weight: 700;
  display: inline-block;
}

.subheader.move {
  margin-top: -10px;
  margin-left: 58px;
}

.subheader-block {
  text-align: center;
  display: inline-block;
}

.paragraph {
  color: #000;
  margin-top: 14px;
  font-family: Vw Head, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

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

.footer-section {
  background-image: linear-gradient(#000, #000);
}

.image-3, .image-4 {
  color: #fff;
}

.svg-code {
  color: #50a539;
}

.vuzk-logo {
  margin-left: 254px;
  margin-right: 254px;
}

.vuzk-link {
  width: 100%;
  margin-top: -20px;
  margin-bottom: 0;
}

.center {
  width: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-section {
  background-image: linear-gradient(rgba(80, 165, 57, 0), #50a539 14%);
}

.overlay {
  height: 100px;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0));
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .con-con {
    padding-left: 25px;
    padding-right: 25px;
  }

  .body {
    background-position: 0 0;
    background-size: cover;
  }

  .logo {
    margin-top: 121px;
  }

  .sponsors {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 40px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .devider {
    width: 2px;
    height: 47px;
  }

  .link-block {
    width: 60px;
  }

  .link-block-2 {
    width: 203px;
  }

  .bg {
    background-position: 0 0;
    background-size: cover;
  }

  .subheader {
    font-size: 41px;
  }

  .overlay {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .subheader {
    padding: 5px 10px;
    font-size: 33px;
  }

  .subheader.move {
    margin-top: -14px;
  }

  .vuzk-logo {
    margin-left: 21%;
    margin-right: 21%;
  }
}

@media screen and (max-width: 479px) {
  .con-con {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sponsors {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .link-block {
    width: 46px;
  }

  .link-block-2 {
    width: 173px;
  }

  .subheader {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 19px;
  }

  .paragraph {
    font-size: .9rem;
  }

  .vuzk-logo {
    margin-left: 2%;
    margin-right: 2%;
  }
}


@font-face {
  font-family: 'Vw Head';
  src: url('../fonts/VWHeadWeb-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vw Head';
  src: url('../fonts/VWHeadWeb-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Vw Head';
  src: url('../fonts/VWHeadWeb-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Vw Head';
  src: url('../fonts/VWHeadWeb-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vw Head';
  src: url('../fonts/VWHeadWeb-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vw Head';
  src: url('../fonts/VWHeadWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Berthold Akzidenz Grotesk Extra Condensed';
  src: url('../fonts/Berthold-Akzidenz-Grotesk-Extra-Bold-Condensed-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}