.body {
  color: #6b8dce;
  background-color: #000;
  overflow: visible;
}

.content-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  width: 80vw;
  max-width: 100vw;
  max-height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: grid;
  position: static;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.image {
  background-image: none;
  background-size: auto;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header {
  position: static;
  inset: 0%;
}

.social-block {
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.footer-social-link-three {
  margin-left: 10px;
}

.footer-social-link-three:hover {
  transform: scale(1.2);
}

.image-4, .image-5 {
  color: #fff;
  width: 20px;
}

.nav-links {
  z-index: 999;
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  text-align: right;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  width: 50vw;
  max-width: 60vw;
  height: 100vh;
  margin: auto 5vw 0 auto;
  display: grid;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav-link {
  text-decoration: none;
}

.nav-link.n1 {
  margin-top: -5vh;
}

.nav-link.listen {
  margin-left: 220px;
}

.navlinktext {
  direction: ltr;
  color: #fff;
  text-align: right;
  letter-spacing: -2px;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Museomoderno, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  text-decoration: none;
}

.navlinktext.listen {
  text-align: left;
}

.navlinktext.listen:hover {
  filter: drop-shadow(-3px 3px 9px #7aca06);
  transform: translate(11px);
}

.navlinktext._2024 {
  text-align: left;
}

.navlinktext._2024:hover, .navlinktext.kwyc:hover {
  filter: drop-shadow(-3px 3px 9px #7aca06);
  transform: translate(11px);
}

.navlinktext.watch {
  margin-right: 140px;
}

.navlinktext.watch:hover {
  filter: drop-shadow(-3px 3px 9px #7aca06);
  transform: translate(11px);
}

.image-6 {
  margin-top: 40px;
  position: static;
}

.img-1 {
  width: 800px;
  margin-top: 0;
}

.img-2 {
  width: 800px;
}

.content-wrapper {
  width: 100vw;
}

.img-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7, .image-8, .image-9 {
  width: 800px;
}

@media screen and (max-width: 991px) {
  .content-section {
    position: fixed;
  }

  .header {
    position: fixed;
    inset: 0% 0% auto;
  }

  .social-block {
    justify-content: center;
    align-items: center;
    margin: 20px 20px 0 0;
    display: flex;
    inset: 0% 0% 0% auto;
  }

  .footer-social-link-three {
    display: flex;
  }

  .nav-links {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 55vw;
    display: flex;
  }

  .navlinktext {
    font-size: 1rem;
  }

  .navlinktext._2024:hover {
    filter: drop-shadow(0 2px 5px #000000b3);
  }

  .navlinktext.kwyc, .navlinktext.watch {
    margin-left: 60px;
  }

  .image-6 {
    width: 300px;
  }

  .img-1, .img-2 {
    width: 600px;
  }

  .content-wrapper {
    width: 50vw;
    max-width: 100vw;
    margin-top: 140px;
  }

  .img-3 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .img-4 {
    justify-content: flex-start;
    align-items: center;
    width: 600px;
  }

  .image-7, .image-8, .image-9 {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 30%;
    margin-bottom: 40px;
  }

  .header {
    margin-top: 10px;
  }

  .social-block {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    inset: 0% 0% 0% auto;
  }

  .nav-links {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    justify-content: center;
    align-items: flex-end;
    margin-right: 25vw;
  }

  .navlinktext {
    text-align: right;
    font-size: .85rem;
  }

  .img-1, .img-2, .img-3, .img-4 {
    width: 400px;
  }
}

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

  .content-section {
    margin-left: -20px;
  }

  .image {
    width: 45%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .header {
    margin-top: 20px;
  }

  .social-block {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: auto;
    position: fixed;
    inset: auto 0% 0%;
  }

  .footer-social-link-three {
    margin-left: 10px;
  }

  .nav-links {
    grid-column-gap: 67px;
    grid-row-gap: 67px;
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    width: 50vw;
    max-width: 90vw;
    margin: auto 20px auto 0;
  }

  .nav-link {
    margin-top: 100px;
    margin-left: 60px;
    margin-right: 20px;
  }

  .nav-link.n1 {
    flex: none;
    margin-top: 10vh;
  }

  .nav-link.listen {
    margin-top: 100px;
    margin-left: 100px;
  }

  .navlinktext {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 130%;
  }

  .navlinktext.kwyc {
    margin-left: 0;
  }

  .image-6 {
    width: 200px;
  }

  .img-1, .img-2 {
    width: 250px;
  }

  .content-wrapper {
    margin-top: 20vh;
    margin-bottom: auto;
  }

  .img-3 {
    width: 250px;
  }

  .img-4 {
    justify-content: flex-start;
    align-items: center;
    width: 250px;
  }

  .image-7, .image-8, .image-9 {
    width: 200px;
  }
}

#w-node-_66f7673a-4a9b-930f-6f7c-beb72418be72-4d4a5a1f {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_287484cc-3f5d-456f-55b8-f4bb05bb3e4f-4d4a5a1f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0ffe032d-b0a4-99c7-93ff-307026b39d2e-4d4a5a1f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7e47d62b-dafb-3b64-6dee-13fba1b85204-4d4a5a1f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5050a2f0-9b6c-928c-3832-715e2ce3649f-4d4a5a1f {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_9ba71d46-f2a9-24ae-7b2b-b12be27fd049-4d4a5a1f {
  grid-area: 4 / 1 / 5 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_287484cc-3f5d-456f-55b8-f4bb05bb3e4f-4d4a5a1f, #w-node-_0ffe032d-b0a4-99c7-93ff-307026b39d2e-4d4a5a1f, #w-node-_5050a2f0-9b6c-928c-3832-715e2ce3649f-4d4a5a1f, #w-node-_9ba71d46-f2a9-24ae-7b2b-b12be27fd049-4d4a5a1f {
    place-self: center start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_287484cc-3f5d-456f-55b8-f4bb05bb3e4f-4d4a5a1f, #w-node-_0ffe032d-b0a4-99c7-93ff-307026b39d2e-4d4a5a1f, #w-node-_5050a2f0-9b6c-928c-3832-715e2ce3649f-4d4a5a1f, #w-node-_9ba71d46-f2a9-24ae-7b2b-b12be27fd049-4d4a5a1f {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Museomoderno';
  src: url('../fonts/MuseoModerno-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museomoderno';
  src: url('../fonts/MuseoModerno-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}