@charset "UTF-8";






body,
html {
  font-family: "SuisseIntl";
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 24px;
  overflow-x: hidden;
  background-color: #e6e6e6;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
}

*:focus {
  outline: none !important;
}

.arrow {
  height: 14px;
}

.category a:hover, .tags a:hover {
  text-decoration: underline;
}

.highlight .logo {
  position: absolute;
  top: 14px;
}
.highlight .logo .glitch {
  color: #000;
  font-family: "Sonic Logo";
  font-size: 60px;
  line-height: 0.8;
  font-feature-settings: "ss01" on;
  position: relative !important;
  width: auto;
  margin: auto auto;
  display: inline-block;
}

@keyframes noise-anim {
  0% {
    clip: rect(21px, 300px, 35px, 0);
  }
  6.6666666667% {
    clip: rect(30px, 300px, 117px, 0);
  }
  13.3333333333% {
    clip: rect(48px, 300px, 10px, 0);
  }
  20% {
    clip: rect(59px, 300px, 28px, 0);
  }
  26.6666666667% {
    clip: rect(44px, 300px, 130px, 0);
  }
  33.3333333333% {
    clip: rect(32px, 300px, 49px, 0);
  }
  40% {
    clip: rect(77px, 300px, 27px, 0);
  }
  46.6666666667% {
    clip: rect(7px, 300px, 83px, 0);
  }
  53.3333333333% {
    clip: rect(33px, 300px, 95px, 0);
  }
  60% {
    clip: rect(4px, 300px, 82px, 0);
  }
  66.6666666667% {
    clip: rect(27px, 300px, 54px, 0);
  }
  73.3333333333% {
    clip: rect(30px, 300px, 116px, 0);
  }
  80% {
    clip: rect(60px, 300px, 83px, 0);
  }
  86.6666666667% {
    clip: rect(61px, 300px, 46px, 0);
  }
  93.3333333333% {
    clip: rect(113px, 300px, 39px, 0);
  }
  100% {
    clip: rect(32px, 300px, 33px, 0);
  }
}
.glitch:after {
  content: attr(data-text);
  position: absolute;
  font-feature-settings: "ss02" on;
  left: 0px;
  top: 0;
  color: #000;
  background: yellow;
  clip: rect(0, 300px, 0, 0);
  animation: noise-anim-3 30s infinite ease-in-out alternate;
  animation-delay: var(--delay);
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(100px, 300px, 122px, 0);
  }
  6.6666666667% {
    clip: rect(78px, 300px, 79px, 0);
  }
  13.3333333333% {
    clip: rect(38px, 300px, 59px, 0);
  }
  20% {
    clip: rect(2px, 300px, 69px, 0);
  }
  26.6666666667% {
    clip: rect(63px, 300px, 10px, 0);
  }
  33.3333333333% {
    clip: rect(67px, 300px, 13px, 0);
  }
  40% {
    clip: rect(83px, 300px, 77px, 0);
  }
  46.6666666667% {
    clip: rect(65px, 300px, 97px, 0);
  }
  53.3333333333% {
    clip: rect(46px, 300px, 28px, 0);
  }
  60% {
    clip: rect(81px, 300px, 102px, 0);
  }
  66.6666666667% {
    clip: rect(87px, 300px, 5px, 0);
  }
  73.3333333333% {
    clip: rect(23px, 300px, 6px, 0);
  }
  80% {
    clip: rect(113px, 300px, 32px, 0);
  }
  86.6666666667% {
    clip: rect(125px, 300px, 14px, 0);
  }
  93.3333333333% {
    clip: rect(46px, 300px, 59px, 0);
  }
  100% {
    clip: rect(9px, 300px, 76px, 0);
  }
}
@keyframes noise-anim-3 {
  0% {
    clip: rect(77px, 300px, 49px, 0);
  }
  6.6666666667% {
    clip: rect(135px, 300px, 130px, 0);
  }
  13.3333333333% {
    clip: rect(122px, 300px, 127px, 0);
  }
  20% {
    clip: rect(47px, 300px, 48px, 0);
  }
  26.6666666667% {
    clip: rect(72px, 300px, 88px, 0);
  }
  33.3333333333% {
    clip: rect(42px, 300px, 56px, 0);
  }
  40% {
    clip: rect(1px, 300px, 104px, 0);
  }
  46.6666666667% {
    clip: rect(64px, 300px, 36px, 0);
  }
  53.3333333333% {
    clip: rect(14px, 300px, 84px, 0);
  }
  60% {
    clip: rect(35px, 300px, 28px, 0);
  }
  66.6666666667% {
    clip: rect(105px, 300px, 11px, 0);
  }
  73.3333333333% {
    clip: rect(124px, 300px, 36px, 0);
  }
  80% {
    clip: rect(9px, 300px, 42px, 0);
  }
  86.6666666667% {
    clip: rect(70px, 300px, 131px, 0);
  }
  93.3333333333% {
    clip: rect(127px, 300px, 39px, 0);
  }
  100% {
    clip: rect(123px, 300px, 75px, 0);
  }
}
.glitch:before {
  content: attr(data-text);
  position: absolute;
  font-feature-settings: "ss02" on;
  left: 0px;
  top: 0;
  color: black;
  background: yellow;
  clip: rect(0, 300px, 0, 0);
  animation: noise-anim-2 30s infinite ease-in-out alternate;
  animation-delay: var(--delay);
}

.highlight .socials {
  border-top: 1px solid #000;
  width: 100%;
}
.highlight .socials .social div {
  width: 24px;
  height: 24px;
  margin: 10px 10px 0px 0px !important;
}
.highlight .socials .social img {
  width: 24px;
  height: 24px;
}

.filter-text {
  font-family: "Sonic";
  font-size: 125px;
  line-height: 0.9;
  overflow: hidden;
  position: relative;
  float: left;
  font-weight: 300;
}

input:focus {
  outline: none;
}

a {
  text-decoration: none;
}

.iframe-wrapper {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.iframe-wrapper.true {
  padding-bottom: 166px;
}
.iframe-wrapper .iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container {
  padding: 14px 1vw;
  min-height: 100vh;
  width: 100%;
  position: relative;
  margin-left: 0;
  overflow-x: hidden;
  box-sizing: border-box;
}

h1,
h2 {
  font-size: 32px;
  margin: 0;
}

#title {
  letter-spacing: 0.4px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.13636;
}

#banner {
  margin: 20px;
  height: 800px;
}

#editor {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

.small-logo {
  height: auto;
  width: 300px;
}

.columns {
  width: 100%;
}
.columns .wrapper-medium {
  width: 1100px;
  display: flex;
  align-items: flex-start;
}
.columns .wrapper-large {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #000;
}
.columns .intro-text {
  width: 430px;
}
.columns .intro-text h1 {
  font-weight: 500;
  line-height: 1.1;
}
.columns .image {
  width: 370px;
  height: auto;
  margin-right: 100px;
}

.wrapper-intro {
  display: flex;
  align-items: end;
}
.wrapper-intro .intro-text {
  width: 100%;
  max-width: 600px;
  padding-bottom: 16px;
}
.wrapper-intro .intro-text h1 {
  font-weight: 500;
  line-height: 1.1;
}

hr {
  border-top: 1px solid black;
}

.wrapper {
  width: 900px;
}
.wrapper.intro {
  margin-top: 24px;
}

div.wrapper.intro {
  margin-top: 80px;
  width: 100%;
}
div.wrapper.intro p {
  margin-top: 14px;
  font-size: 18px;
  max-width: 900px;
}

.Collapsible {
  cursor: pointer;
}

.collapsible .show-more-link {
  text-transform: capitalize;
  font-weight: 300 !important;
}
.collapsible .show-more-link:hover {
  font-weight: 200 !important;
}

.collapsible.about {
  padding: 10px 0;
  width: 100%;
  font-size: 32px;
  cursor: pointer;
}
.collapsible.about .collapsible-content {
  width: 98%;
  margin-top: 10px;
}
.collapsible.about .text-block {
  width: 98%;
  max-width: 900px;
}
.collapsible.about .Collapsible span {
  display: block;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
.collapsible.about .Collapsible__contentInner {
  padding: 14px 0;
}
.collapsible.about .text-block.small p {
  padding: 0;
}
.collapsible.about p {
  margin: 0;
}

.home-menu {
  width: calc(100% - 470px);
}
.home-menu .index-authors, .home-menu .shop-info {
  line-height: 1.1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 200;
  letter-spacing: 1.2px;
}
.home-menu .index-authors .author, .home-menu .shop-info .author {
  display: inline-block !important;
}
.home-menu .collapsible {
  padding: 14px 0;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.home-menu .collapsible h2 {
  font-size: 24px;
}
.home-menu .collapsible .Collapsible__trigger {
  text-transform: capitalize;
}
.home-menu .collapsible a {
  color: #000;
}
.home-menu .collapsible .category {
  font-size: 14px;
  font-weight: 300 !important;
}
.home-menu .collapsible.community .show-more {
  height: 150px;
}
.home-menu .collapsible.community .slick-slider {
  height: 200px;
}
.home-menu .collapsible.community .slick-slide {
  width: 450px;
}
.home-menu .collapsible.community .slider-item {
  align-items: center;
}
.home-menu .collapsible.community .slider-item .image {
  border-radius: 50%;
  overflow: hidden;
  width: 120px;
  height: 120px;
}
.home-menu .collapsible.community .slider-item .image div {
  width: 100%;
  height: 100%;
}
.home-menu .collapsible.community .slider-item .text {
  height: 200px;
  justify-content: center;
}
.home-menu .collapsible.community .slider-item .text span {
  font-size: 21px;
}
.home-menu .collapsible.community .slider-item .text a {
  margin-top: 14px;
  font-size: 21px;
}

.menu {
  position: relative;
  margin: -14px 0 0 0;
  padding: 0;
  height: 80px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}
.menu .menu-wrapper {
  z-index: 888;
  background-color: yellow;
  position: fixed;
  top: 0;
  width: calc(100% - 2vw);
  left: 1vw;
  display: flex;
  justify-content: space-between;
  padding: 4px 0 4px 0;
  border-bottom: 1px solid #000;
}
.menu .menu-wrapper .breadcrumbs {
  display: flex;
  width: 90%;
}
.menu .menu-wrapper .breadcrumbs .small-logo {
  margin-right: 48px;
}
.menu .menu-wrapper .breadcrumbs .logo-wrapper a {
  text-transform: none;
  margin: 0;
}
.menu .menu-wrapper .breadcrumbs a {
  display: block;
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 60px;
  font-weight: 500;
  margin-top: -2px;
  line-height: 1;
}

.hamburger {
  position: fixed;
  right: 1vw;
  top: 14px;
  cursor: pointer;
  z-index: 2;
}

.menu-modal {
  position: fixed;
  height: 100vh;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #CFCFCF;
  background: linear-gradient(90deg, rgba(207, 207, 207, 0) 0%, #cfcfcf 80%);
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
.menu-modal .close {
  cursor: pointer;
  margin: 14px 1vw;
  right: 0;
  position: fixed;
  top: 0;
}
.menu-modal .menu-links {
  font-size: 24px;
  margin-left: calc(100% - 300px);
  word-break: break-word;
}
.menu-modal .menu-links a {
  display: block;
  width: 100%;
  color: #000;
  text-transform: capitalize;
  padding: 10px 14px;
  word-break: break-word;
  font-weight: 500;
  transition: all 0.1s;
  font-size: 24px;
}
.menu-modal .menu-links a:hover {
  font-weight: 200;
  letter-spacing: 1px;
}
.menu-modal .menu-links .home {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 14px;
}
.menu-modal .menu-links .menu-link {
  margin-left: 14px;
}
.menu-modal .menu-links .festival-link {
  margin-top: 36px;
  width: 80%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.ReactModal__Overlay {
  opacity: 0;
  transform: translateX(1000px);
  transition: all 500ms ease-in-out;
}

.ReactModal__Overlay--after-open {
  opacity: 1;
  transform: translateX(0px);
  z-index: 999;
}

.ReactModal__Overlay--before-close {
  opacity: 0;
  transform: translateX(1000px);
}

.tags {
  padding-top: 5px;
}
.tags a {
  display: inline-block !important;
}
.tags a:not(:last-child):after {
  content: ",";
  margin-right: 10px;
}

.footer {
  width: calc(100% - 200px);
  margin-left: auto;
  margin-right: 0;
  margin-top: 40px;
  padding: 14px 1vw;
  padding-bottom: 48px;
  text-align: center;
}
.footer a.menu-link {
  margin: 0 14px;
  font-size: 14px;
  font-weight: 100;
  text-decoration: underline;
  color: black;
  text-transform: none !important;
}

.map {
  width: 100%;
  margin-top: 14px;
  overflow: hidden;
  margin-bottom: 14px;
}
.map iframe {
  width: 100%;
  height: 600px;
  margin-top: -65px;
  object-fit: cover;
  filter: saturate(30%);
  border: none;
}

.article .text-block a.footnote {
  vertical-align: top;
  font-size: 14px;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 2px;
}

.loader {
  position: absolute;
  top: calc(50% - 1em);
  left: calc(50% - 1em);
  width: 1em;
  height: 1em;
  border: 0.1em solid rgba(0, 0, 0, 0.2);
  border-left: 0.1em solid #000000;
  border-radius: 50%;
  animation: load8 1.1s infinite linear;
  transition: opacity 0.3s;
}
.loader.false {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}

.loader--hide {
  opacity: 0;
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.full-iframe {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  background-color: #000;
}
.full-iframe div {
  padding: 0 !important;
  position: fixed !important;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.full-iframe iframe {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}

.text-block h1 {
  margin-top: 10px;
}

.policy {
  padding-top: 24px;
}

.marquee {
  --gap: 1rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 24px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  background-color: black;
  z-index: 9;
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 20s linear infinite;
  animation-fill-mode: forwards;
}
.marquee__content a {
  color: white;
  background-color: black;
  font-size: 14px;
  font-weight: 100;
  line-height: 24px;
}

.marquee .marquee__content:last-child {
  position: absolute;
  top: 0;
  left: 0;
}

.marquee .marquee__content:last-child {
  animation-name: scroll-abs;
}

@keyframes scroll-abs {
  from {
    transform: translateX(calc(100% + var(--gap)));
  }
  to {
    transform: translateX(0);
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@media only screen and (max-width: 900px) {
  .marquee {
    height: 25px;
  }

  .marquee__content a {
    font-size: 14px;
    line-height: 24px;
  }

  @keyframes scroll-abs {
    from {
      transform: translateX(calc(150% + var(--gap)));
    }
    to {
      transform: translateX(0);
    }
  }
  @keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(calc(-150% - var(--gap)));
    }
  }
}
.radio {
  height: 25px;
  width: 100%;
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 889;
}
.radio .radio-wrapper {
  height: 25px;
  margin-top: 0px;
  width: 95%;
  display: flex;
  justify-content: space-between;
  color: white;
  font-size: 16px;
  font-weight: 100;
}
.radio .radio-wrapper p {
  display: inline-block;
  margin: 2px 0px 2px 10px;
  font-size: 16px;
  width: 100%;
  font-weight: 100;
}
.radio .radio-wrapper audio::-webkit-media-controls-panel {
  background-color: black;
  padding-top: 8px;
}
.radio .radio-wrapper audio::-webkit-media-controls-mute-button, .radio .radio-wrapper audio::-webkit-media-controls-play-button, .radio .radio-wrapper audio::-webkit-media-controls-timeline-container, .radio .radio-wrapper audio::-webkit-media-controls-current-time-display, .radio .radio-wrapper audio::-webkit-media-controls-time-remaining-display, .radio .radio-wrapper audio::-webkit-media-controls-timeline, .radio .radio-wrapper audio::-webkit-media-controls-volume-slider-container, .radio .radio-wrapper audio::-webkit-media-controls-volume-slider, .radio .radio-wrapper audio::-webkit-media-controls-seek-back-button, .radio .radio-wrapper audio::-webkit-media-controls-seek-forward-button, .radio .radio-wrapper audio::-webkit-media-controls-fullscreen-button, .radio .radio-wrapper audio::-webkit-media-controls-rewind-button, .radio .radio-wrapper audio::-webkit-media-controls-return-to-realtime-button, .radio .radio-wrapper audio::-webkit-media-controls-toggle-closed-captions-button {
  filter: invert(1);
}
.radio .radio-wrapper audio::-webkit-media-controls-timeline-container {
  filter: invert(1);
}
.radio .radio-wrapper audio {
  height: 25px;
  max-height: 25px;
  outline: none;
  transform: scale(0.85);
  margin-top: -4px;
  margin-left: -10px;
  filter: contrast(100);
}

.menu.topbanner .menu-wrapper, .menu.topbanner .hamburger {
  margin-top: 25px;
}

.container.topbanner {
  margin-top: 25px;
}

.mobile-radio {
  display: none;
}

.max-length {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 20;
  /* number of lines to show */
  line-clamp: 20;
  -webkit-box-orient: vertical;
  max-height: 720px;
}
.max-length .margin {
  margin-bottom: 10px;
}
.max-length.show-more {
  max-height: 100%;
  display: block;
  -webkit-line-clamp: none;
  /* number of lines to show */
  line-clamp: none;
  -webkit-box-orient: none;
}

.show-all-button {
  margin-top: 5px;
  width: 100%;
  border-top: 1px solid black;
  padding-top: 5px;
  cursor: pointer;
  font-size: 30px;
}
.show-all-button:before {
  content: "Show all";
}
.show-all-button.show-more:before {
  content: "Show less";
}

@media only screen and (max-width: 600px) {
  .radio {
    display: flex;
    justify-content: space-between;
  }
  .radio .radio-wrapper {
    width: 45%;
  }
  .radio .radio-wrapper p {
    display: none;
  }

  .mobile-radio {
    display: inline-block;
    color: white;
    font-size: 16px;
    font-weight: 100;
    margin: 2px;
    padding-right: 5px;
    font-size: 14px;
    white-space: nowrap;
    overflow-x: scroll;
  }
}
.newsletter {
  cursor: pointer;
}

.mail-modal .close {
  position: fixed;
  top: 14px;
  z-index: 999;
  right: 24px;
  cursor: pointer;
}

.newsletter-subscribe {
  padding: 24px;
  width: 100%;
  position: fixed;
  background-color: white;
  left: 0;
  z-index: 99;
  top: 0;
  box-sizing: border-box;
}
.newsletter-subscribe .mc-field-group {
  width: 100%;
}
.newsletter-subscribe input {
  width: 100%;
  font-size: 30px;
  border: none;
  border-bottom: 1px solid black;
  padding: 5px;
}
.newsletter-subscribe .wp-block-button__link {
  width: 100%;
  display: inline-block;
  text-align: right;
  cursor: pointer;
}
.newsletter-subscribe p {
  font-size: 16px;
}
.newsletter-subscribe .flex {
  display: flex;
  align-items: end;
}

.page-title {
  height: calc(100% - 220px);
  border-top: 1px solid black;
  padding-top: 5px;
  text-transform: capitalize;
}

.slider-item, .discover-item {
  transition: all 0.4s ease;
  transform: translateY(10px);
  margin-bottom: 24px;
}
.slider-item:hover, .discover-item:hover {
  position: absolute;
  transform: translateY(0px);
}

.images-grid {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.images-grid .image-item {
  margin-right: 1%;
  box-sizing: border-box;
  width: 24%;
  position: relative;
}
.images-grid .image-item img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4/3;
}
.images-grid .image-item .caption {
  display: block;
  font-size: 12px;
  font-weight: 100;
  margin-bottom: 24px;
  line-height: 1.3;
}

p img {
  height: 80px;
  max-width: 100%;
  margin-right: 14px;
}

.article .sidebar .image-item-sidebar img {
  width: 100%;
  height: auto;
}
.article .sidebar .image-item-sidebar .caption {
  margin-top: 0;
  display: block;
  font-size: 12px;
  font-weight: 100;
  margin-bottom: 24px;
  line-height: 1.3;
}

.spatial-sound .wrapper.intro {
  width: 1100px;
}
.spatial-sound .wrapper.intro h6 {
  font-weight: 300;
  margin: 0;
}

.touched-by-sound p img {
  height: auto;
}
.touched-by-sound .images-grid .image-item {
  width: 33%;
  margin-right: 0;
  margin-right: 2vw;
}
.touched-by-sound .discover .discover-container .discover-item {
  width: 33%;
}
.touched-by-sound .discover .discover-container .discover-item .item-wrapper {
  margin-right: 2vw;
}
.touched-by-sound .discover .discover-container .discover-item:nth-child(4n) .item-wrapper {
  margin-right: 0;
}

.spatial-sound-intro {
  display: flex;
  width: 1100px;
}
.spatial-sound-intro .wrapper.intro {
  width: auto;
}
.spatial-sound-intro h1 {
  margin-left: 36px;
}
.spatial-sound-intro .image {
  width: 300px;
  min-width: 300px;
}
.spatial-sound-intro img {
  width: 300px;
  height: auto;
  object-fit: contain;
  object-position: top;
  margin-top: 24px !important;
}

.search-page {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-page .note {
  margin-top: -80px;
}
.search-page .search-bar {
  width: 100%;
}
.search-page .search-bar input {
  width: 100%;
  text-align: center;
  font-size: 32px;
}

.home-menu .home-collapsible-project {
  width: 100%;
}
.home-menu .home-collapsible-project .slick-slider {
  position: relative;
}
.home-menu .home-collapsible-project .slick-slider .slick-slide .slider-item {
  flex-direction: column;
}
.home-menu .home-collapsible-project .slick-slider .slick-slide .slider-item .image, .home-menu .home-collapsible-project .slick-slider .slick-slide .slider-item img.img, .home-menu .home-collapsible-project .slick-slider .slick-slide .slider-item .text {
  width: 100%;
}
.home-menu .home-collapsible-project .slick-slider .slick-slide .slider-item .image {
  width: 100%;
  object-fit: cover;
  margin-right: 0;
}
.home-menu .home-collapsible-project .slick-slider .slick-slide .slider-item .image img {
  aspect-ratio: 16/9;
}
.home-menu .home-collapsible-project .slick-slider .slick-slide .slider-item .text span {
  display: block;
}
.home-menu .shop .home-collapsible-project .slick-slider .slick-slide .slider-item {
  width: 23%;
}
.home-menu .shop .home-collapsible-project .slick-slider .slick-slide .slider-item .image {
  width: 100%;
  height: auto;
}
.home-menu .shop .home-collapsible-project .slick-slider .slick-slide .slider-item .image div {
  width: 100%;
  height: 100%;
}
.home-menu .shop .home-collapsible-project .slick-slider .slick-slide .slider-item .image img {
  aspect-ratio: auto;
}
.home-menu .community .home-collapsible-project .slick-slider {
  height: auto;
}
.home-menu .community .home-collapsible-project .slick-slider .slick-slide .slider-item {
  width: 15%;
}
.home-menu .community .home-collapsible-project .slick-slider .slick-slide .slider-item .text {
  height: auto;
}
.home-menu .community .home-collapsible-project .slick-slider .slick-slide .slider-item .image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}
.home-menu .community .home-collapsible-project .slick-slider .slick-slide .slider-item .image div {
  width: 100%;
  height: 100%;
}
.home-menu .community .home-collapsible-project .slick-slider .slick-slide .slider-item .image img {
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.new-home {
  display: flex;
  flex-wrap: wrap;
  margin-left: 200px;
  width: calc(100% - 200px);
}
.new-home .columns {
  width: 100%;
}
.new-home .home-menu {
  width: 100%;
}
.new-home .discover {
  width: 100%;
}

.highlight {
  padding-right: 14px;
  width: 160px;
  display: flex;
  padding-left: 10px;
  top: 0;
  margin-right: 3vw;
  z-index: 3;
  height: 100%;
  background-color: yellow;
  position: fixed;
  left: 0;
  box-shadow: 1px 1px 16px -6px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 1px 1px 16px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 16px -6px rgba(0, 0, 0, 0.75);
  flex-direction: column;
  justify-content: end;
}
.highlight .highlighted-items {
  max-height: calc(100vh - 200px);
}
.highlight .news-socials-wrapper {
  margin-bottom: 34px;
}
.highlight .highlight-image {
  padding: 0 0 14px 0;
}
.highlight .highlight-image img {
  width: 100%;
  height: auto;
  max-height: calc(33svh - 100px);
  display: block !important;
  object-fit: contain;
}
.highlight a {
  color: #000;
}
.highlight h3 {
  margin: 0;
  line-height: 1;
  font-weight: 500;
  padding-left: 24px;
}
.highlight h3:hover {
  font-weight: 200;
  letter-spacing: 1.2px;
}

.article .community-block .image {
  padding: 0;
}

.about-page .wrapper-intro {
  border-bottom: 1px solid black;
}

.filter-dropdown {
  display: none;
  margin-top: 5px !important;
}
.filter-dropdown select {
  padding: 5px 10px;
  font-size: 18px;
  border-radius: 24px;
  border: none;
}

.article {
  margin-top: 10px;
  width: 100%;
}
.article .subtitle {
  font-size: 18px;
}
.article .title {
  width: 100%;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
.article .title .category {
  font-size: 12px;
  font-weight: 100;
  text-transform: capitalize;
  padding-bottom: 5px;
}
.article .content {
  display: flex;
}
.article.visit .content .wrapper p {
  font-size: 18px;
  padding-left: 150px;
}
.article.visit .content .wrapper h2 {
  margin-top: 14px;
  font-size: 24px;
}
.article .wrapper {
  width: auto;
  max-width: 1100px;
  position: relative;
  height: fit-content;
}
.article .wrapper.community {
  display: flex;
  flex-wrap: wrap;
}
.article .wrapper.community .columns {
  flex-direction: column-reverse;
  width: 200px;
}
.article .wrapper.community .columns .caption {
  width: 100%;
}
.article .wrapper.community .community-block {
  display: inline-block;
}
.article .wrapper.community .community-block.image:nth-child(1) {
  width: 220px;
}
.article .wrapper.community .community-block.text:nth-child(2) {
  width: calc(100% - 300px);
}
.article .wrapper.community .community-block.embed {
  width: 100%;
}
.article .wrapper.community .community-block .text-block.big {
  max-width: 100%;
  margin-left: 48px;
}
.article h1 {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.1;
}
.article .columns {
  display: flex;
  margin-top: 14px;
}
.article .columns .image {
  width: 75%;
  margin: 0;
}
.article .columns .caption {
  font-size: 12px;
  width: 25%;
  font-weight: 100;
  margin-right: 14px;
}
.article .columns .caption p {
  font-size: 12px;
  font-weight: 100;
}
.article .sidenote {
  position: absolute;
  right: -25%;
  width: 100%;
  max-width: 25%;
  min-width: 15vw;
}
.article .sidenote h1 {
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 10px;
}
.article .sidenote h4 {
  margin: 5px 0;
  font-weight: 500;
}
.article .sidenote a {
  font-size: inherit;
}
.article .sidenote.small {
  font-size: 14px;
  max-width: 300px;
  font-weight: 100;
}
.article .sidenote.big {
  font-size: 32px;
}
.article .image {
  width: 100%;
  padding: 5px 0;
}
.article .image img {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  object-fit: contain;
}
.article .image.community {
  width: 200px !important;
  height: 200px !important;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.article .image.community div {
  width: 100%;
  height: 100%;
}
.article .image.community div img {
  object-fit: cover;
}
.article .image.small {
  max-width: 30%;
  padding-left: 150px;
}
.article .image.medium {
  max-width: 60%;
  padding-left: 150px;
}
.article .image.big {
  width: 100%;
  min-width: 500px;
}
.article .image.big div {
  width: 100%;
}
.article .image.big img {
  width: 100%;
}
.article .text-block {
  width: 100%;
  position: relative;
}
.article .text-block a {
  color: #000;
  text-decoration: underline;
}
.article .text-block h2 {
  font-weight: 300;
}
.article .text-block h3 {
  margin-bottom: -5px;
}
.article .text-block p {
  margin: 14px 0;
  padding-right: 24px;
}
.article .text-block.big {
  font-size: 32px;
  padding-bottom: 14px;
}
.article .text-block.medium {
  font-size: 24px;
}
.article .text-block.small {
  font-size: 18px;
}
.article .text-block.small ul {
  padding-left: 150px;
}
.article .text-block.small ul p {
  padding-left: 0;
}
.article .text-block.small p {
  padding-left: 150px;
}
.article .footnotes {
  font-size: 14px;
  font-weight: 100;
}
.article .footnotes p {
  font-size: 14px;
  font-weight: 100;
}
.article .footnotes a {
  font-size: inherit;
  text-decoration: underline;
  font-weight: 100;
  font-size: 14px;
}
.article .sidebar {
  margin-left: 24px;
  font-size: 21px;
  line-height: 1;
  width: 100%;
  min-width: 20%;
  max-width: 25%;
  position: relative;
  margin-right: 24px;
}
.article .sidebar.about {
  width: 100%;
  min-width: auto;
  max-width: auto !important;
}
.article .sidebar .contact {
  padding: 24px;
  width: 500px;
}
.article .sidebar .contact p {
  font-size: 18px;
  font-weight: 100;
  line-height: 1.1;
}
.article .sidebar .contact a {
  font-size: 21px;
}
.article .sidebar .contact h1, .article .sidebar .contact h2, .article .sidebar .contact h3 {
  font-weight: 500;
  line-height: 1.1;
}
.article .sidebar .locations {
  margin-top: 14px;
}
.article .sidebar .locations span {
  margin: 0;
}
.article .sidebar .available-links p {
  margin: 0;
}
.article .sidebar p {
  font-weight: 100;
}
.article .sidebar span {
  font-size: 12px;
  display: block;
  margin-top: 14px;
  line-height: 1.8;
  font-weight: 100;
}
.article .sidebar a {
  display: block;
  font-size: 21px;
  color: #000;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 500;
  transition: fontWeight 0.1s;
}
.article .sidebar a:hover {
  font-weight: 200;
  letter-spacing: 1.1px;
}
.article .sidebar .links {
  font-size: 14px;
  line-height: 1.2;
}
.article .sidebar .links p {
  display: flex;
  font-size: 24px;
  margin: 10px 0;
}
.article .sidebar .links p a {
  margin-left: 5px;
}

.festival-wrapper .sub {
  margin-top: 0;
  width: 100%;
}
.festival-wrapper .sub.discover {
  padding-bottom: 100px;
}
.festival-wrapper .sub.discover .filter .button {
  margin: 3px;
  font-size: 18px;
}

.discover .discover-container {
  min-height: 150vh;
}
.discover .programme-container {
  min-height: 0;
}
.discover .intro a {
  text-decoration: underline;
  font-size: inherit;
}
.discover h1 {
  font-weight: 300;
  line-height: 1.1;
}
.discover .filter {
  margin-top: 48px;
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.discover .filter div {
  padding: 0;
  margin: 0;
}
.discover .filter a, .discover .filter .button {
  margin-right: 10px;
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  background-color: white;
  padding: 5px 15px;
  border-radius: 20px;
  margin: 0 5px 5px 0;
}
.discover .filter a.active, .discover .filter a.is-checked, .discover .filter .button.active, .discover .filter .button.is-checked {
  background-color: black;
  color: white;
}
.discover .filter span {
  font-size: 14px;
  font-weight: 100;
}
.discover .filter .sort {
  cursor: pointer;
}
.discover .filter .sort.true:before {
  content: "Old ";
}
.discover .filter .sort.true:after {
  content: " New";
}
.discover .filter .sort.false:before {
  content: "New ";
}
.discover .filter .sort.false:after {
  content: " Old";
}
.discover .highlight {
  margin-top: 14px;
  display: flex;
  width: 1100px;
}
.discover .highlight .image {
  width: 60%;
  position: relative;
}
.discover .highlight .text {
  width: 40%;
  padding: 0 14px;
}
.discover .date {
  margin-top: 10px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.1;
}
.discover a {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
.discover p a {
  font-size: inherit;
}
.discover .category {
  display: flex;
  font-size: 14px;
  line-height: 1.2;
}
.discover .category a {
  font-size: 14px;
  font-weight: 100;
  line-height: 1.2;
}
.discover .discover-container {
  display: flex;
  margin-top: 14px;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
  gap: 2%;
}
.discover .discover-container .infinite-scroll-component__outerdiv {
  width: 100%;
}
.discover .discover-container .infinite-scroll-component {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.discover .discover-container .discover-item {
  flex: 1 1 31.333%;
  max-width: 31.333%;
  position: relative;
  margin-bottom: 48px;
  height: 100%;
}
.discover .discover-container .discover-item .when {
  display: inline-block;
  font-weight: 200;
}
.discover .discover-container .discover-item .info-overlay {
  position: absolute;
  padding: 14px;
  display: flex;
  flex-direction: column;
}
.discover .discover-container .discover-item .info-overlay span {
  font-size: 14px;
  font-weight: 100;
}
.discover .discover-container .discover-item .info-overlay .locations {
  font-size: 21px;
}
.discover .discover-container .discover-item .info-overlay .location {
  background-color: white;
  border-radius: 50px;
  margin: 10px 10px 0 0;
  padding: 5px 10px;
  display: inline-block;
}
.discover .discover-container .discover-item .info-overlay .location span {
  font-size: 21px;
  font-weight: 300;
}
.discover .discover-container .discover-item:hover .title-wrapper, .discover .discover-container .discover-item:hover .title {
  font-weight: 200;
}
.discover .discover-container .discover-item .title-wrapper {
  margin-bottom: 5px;
}
.discover .discover-container .discover-item .title-wrapper .authors {
  line-height: 1.1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 24px;
  font-weight: 200;
}
.discover .discover-container .discover-item .title {
  line-height: 1.1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 24px;
}
.discover .discover-container .discover-item .title:hover {
  font-weight: 200;
  letter-spacing: 1.2px;
}
.discover .discover-container .discover-item.community {
  margin: 14px 0;
  max-width: 100%;
}
.discover .discover-container .discover-item.community a {
  font-size: 24px;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.discover .discover-container .discover-item.community a .image {
  height: 100px;
  width: 100px;
  overflow: hidden;
  border-radius: 50%;
  background-color: grey;
}
.discover .discover-container .discover-item.community a .info {
  padding: 0 14px;
  width: calc(100% - 150px);
}
.discover .discover-container .discover-item.community a .info div {
  font-size: 21px;
  font-weight: 200;
}
.discover .discover-container .discover-item .image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
  margin-bottom: 7px;
  transition: all 0.4s ease;
}
.discover .discover-container .discover-item.artist-item .image {
  height: 25vw;
}

.category a {
  color: #000;
}

.author {
  display: inline-block;
}
.author.by-line:nth-child(2):before {
  content: ", with ";
}
.author:after {
  content: ",";
  margin-right: 5px;
}
.author:last-child:after {
  content: "";
}

.main-title-wrapper .authors {
  line-height: 1.1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main-title-wrapper .authors .author {
  font-size: 24px;
}
.main-title-wrapper .title {
  font-size: 24px;
}
.main-title-wrapper:hover {
  font-weight: 200;
  letter-spacing: 1.2px;
}

.crt-feed .crt-grid-post:nth-child(2) {
  display: none;
}

.crt-logo {
  display: none !important;
}

.agenda-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.agenda-container .seperator {
  width: 100%;
  border-bottom: 1px solid black;
}
.agenda-container .seperator h2 {
  text-align: center;
  font-weight: 300;
  padding-bottom: 10px;
}
.agenda-container .agenda-item {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 24px 0;
}
.agenda-container .agenda-item a {
  display: flex;
}
.agenda-container .agenda-item:hover .info .info-wrapper h3 {
  font-weight: 200;
}
.agenda-container .agenda-item .info {
  width: 50%;
}
.agenda-container .agenda-item .info .info-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.agenda-container .agenda-item .info .info-wrapper span {
  font-weight: 200;
}
.agenda-container .agenda-item .info .info-wrapper .date {
  font-size: 32px;
}
.agenda-container .agenda-item .info .info-wrapper h3 {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.agenda-container .agenda-item .info .info-wrapper .apply {
  margin-top: 24px;
  font-size: 24px;
}
.agenda-container .agenda-item .image {
  width: 50%;
  height: auto;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.agenda-container .timeline-item {
  text-align: center;
  width: 100%;
  font-size: 32px;
  font-weight: 200;
  padding: 24px 0;
}
.agenda-container .timeline-item.missing {
  padding: 24px 0 0 0;
}
.agenda-container .timeline-item .line {
  width: 2px;
  height: 50px;
  background-color: black;
  display: block;
  margin: auto;
}

.search-title {
  width: 100%;
  border-bottom: 1px solid black;
}
.search-title span {
  font-size: 14px;
  font-weight: 100;
}
.search-title h2 {
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
}

.tags {
  font-size: 14px;
  font-weight: 100;
  line-height: 1;
}
.tags a, .tags span {
  font-size: 14px !important;
  font-weight: 100;
  line-height: 1;
}

.search-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
}
.search-container .search-item {
  width: 28vw;
  margin-bottom: 24px;
}
.search-container .search-item:nth-child(3n+1) .item-wrapper {
  margin-right: 2vw;
}
.search-container .search-item:nth-child(3n+2) .item-wrapper {
  margin-right: 2vw;
}
.search-container .search-item .item-wrapper a {
  display: flex;
  text-decoration: none;
  color: black;
}
.search-container .search-item .content-wrapper {
  padding: 0 20px;
  width: calc(100% - 120px);
}
.search-container .search-item .content-wrapper .category, .search-container .search-item .content-wrapper .date, .search-container .search-item .content-wrapper .tags {
  font-size: 14px;
  font-weight: 100;
}
.search-container .image {
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.search-container .image .circle {
  background-color: grey;
  width: 80px;
  height: 80px;
}

.search-bar input {
  border: none;
  font-size: 24px;
  color: black;
  background-color: transparent;
}
.search-bar input::placeholder {
  color: black;
  opacity: 1;
}

.top-search {
  display: flex;
  justify-content: flex-end;
}
.top-search .note {
  margin-top: 27px;
  width: 200px;
  margin-right: 200px;
  margin-left: auto;
}
.top-search .search-bar {
  width: 200px;
  margin-right: 200px;
  margin-left: auto;
  margin-top: -7px;
  margin-bottom: 15px;
  z-index: 8;
}

.top-search-icon {
  position: fixed;
  right: 85px;
  top: 10px;
  display: flex;
  animation: test 1s 1 forwards;
}
.top-search-icon img {
  width: 34px;
  height: auto;
}
.top-search-icon .search-wrapper {
  margin-left: -20px;
  animation: fade 1s 1 forwards;
}
.top-search-icon .search-wrapper .note {
  margin-top: 30px;
}

@media only screen and (max-width: 1100px) {
  .top-search-icon {
    display: none;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.menu-links {
  margin-bottom: 24px;
}

.menu-search .search-bar {
  margin-left: calc(100% - 250px);
}

.menu-modal .note {
  margin-left: calc(100% - 250px);
}

.note {
  font-size: 12px;
  font-weight: 100;
  position: absolute;
  margin-top: -8px;
}

.search-fixed {
  margin-top: 14px;
  position: fixed;
  right: 0;
}

.slick-slider {
  position: relative;
  padding: 14px 0;
}
.slick-slider a:hover h2 {
  font-weight: 200;
  letter-spacing: 1.2px;
}
.slick-slider .slick-next {
  right: -14px;
}
.slick-slider .slick-next:before {
  right: 0;
  position: absolute;
  margin-top: -36px;
}
.slick-slider .slick-prev {
  left: -14px;
}
.slick-slider .slick-prev:before {
  left: 0;
  position: absolute;
  margin-top: -40px;
  transform: scaleX(-1);
}
.slick-slider .slick-next, .slick-slider .slick-prev {
  width: 50px;
  height: 100%;
  background-color: #e6e6e6;
}
.slick-slider .slick-next:before, .slick-slider .slick-prev:before {
  font-family: "SuisseIntl";
  color: black;
  transition: all 0.4s ease;
  font-size: 30px;
  content: " ";
  width: 50px;
  height: 30px;
  background-image: url("/arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
}
.slick-slider .slick-next:hover:before, .slick-slider .slick-prev:hover:before {
  opacity: 1;
}
.slick-slider .slick-track {
  display: flex !important;
}
.slick-slider .slick-list {
  position: relative;
  transition: all 0.4s ease-in-out !important;
  width: calc(100% - 40px);
  margin-left: 38px;
  margin-right: 40px;
}
.slick-slider .slick-slide {
  position: relative;
  margin-right: 36px;
  max-width: 45%;
}
.slick-slider .slick-slide .slider-item {
  position: relative;
  width: 100%;
  display: flex !important;
}
.slick-slider .slick-slide .slider-item h2 {
  width: 100%;
  line-height: 1.1;
  word-break: break-word;
}
.slick-slider .slick-slide .slider-item p {
  font-size: 30px;
}
.slick-slider .slick-slide .slider-item .image {
  width: 60%;
  height: auto;
  margin-right: 14px;
  margin-left: 2px;
  aspect-ratio: 16/9;
}
.slick-slider .slick-slide .slider-item .image div {
  width: 100%;
  height: 100%;
}
.slick-slider .slick-slide .slider-item .text {
  width: 40%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.slick-slider .slick-slide .slider-item .text div:nth-child(1) {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.slick-slider .slick-slide .slider-item .text a {
  font-size: 30px;
}
.slick-slider .slick-slide .contact-item {
  width: calc(100% - 300px);
}
.slick-slider .slick-slide .contact-item h5 {
  font-weight: 500;
  margin: 0;
}
.slick-slider .slick-slide .contact-item p {
  font-size: 24px;
  margin: 0;
  padding: 0 24px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.slick-slider .slick-slide .contact-item.small p {
  font-size: 14px;
  font-weight: 100;
  text-transform: lowercase;
}
.slick-slider .slick-slide .contact-item.small p a {
  font-size: 30px;
  font-weight: 300;
  display: block;
}
.slick-slider .slick-slide .contact-item.small p a:hover {
  font-weight: 200;
  letter-spacing: 0.7px;
}
.slick-slider .slick-slide .shop-slider-item {
  max-width: 700px !important;
}
.slick-slider .slick-slide .shop-slider-item .category {
  font-size: 21px;
}
.slick-slider .slick-slide .shop-slider-item .image {
  overflow: hidden;
  object-fit: contain;
  width: 50%;
  max-width: 350px;
  height: auto;
  aspect-ratio: auto;
}
.slick-slider .slick-slide .shop-slider-item .text {
  width: 50%;
  max-width: 300px;
}
.slick-slider .show-more {
  width: 100%;
  height: calc(21vw + 14px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  margin-top: -10px;
}
.slick-slider .show-more a {
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  background-color: #bdbdbd;
  color: black;
  font-size: 32px !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0s;
}
.slick-slider .show-more a:hover {
  font-weight: 200;
  letter-spacing: 1.2px;
}

.contact .slick-slider .slick-slide {
  max-width: 500px;
}

.community .slick-slider .slider-item .text {
  width: 60%;
}

.contact .contact-wrapper {
  display: flex;
  margin-top: 14px;
}
.contact .contact-wrapper .contact-item {
  max-width: calc(100% - 300px);
}
.contact .contact-wrapper .contact-item a {
  text-decoration: underline;
}
.contact .contact-wrapper .contact-item h5 {
  font-weight: 500;
  margin: 0;
  font-size: 30px;
  max-width: 300px;
}
.contact .contact-wrapper .contact-item p {
  font-size: 18px;
  margin: 0;
  padding: 0 24px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.contact .contact-wrapper .contact-item.small p {
  font-size: 14px;
  font-weight: 100;
  text-transform: lowercase;
}
.contact .contact-wrapper .contact-item.small p a {
  font-size: 30px;
  font-weight: 300;
  display: block;
}
.contact .contact-wrapper .contact-item.small p a:hover {
  font-weight: 200;
  letter-spacing: 0.7px;
}

@keyframes textAnimation {
  0% {
    font-variation-settings: "wght" 100;
    -moz-font-variation-settings: "wght" 100;
  }
  100% {
    font-variation-settings: "wght" 60;
    -moz-font-variation-settings: "wght" 60;
  }
}
.letter {
  animation: textAnimation 10s infinite ease-in-out alternate;
}
.letter:nth-child(3n) {
  animation-delay: 2s;
}
.letter:nth-child(5n) {
  animation-delay: 5s;
}

.type img {
  position: absolute;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}










.biennial.menu-modal {
  background-image: url("../noise-bg5.png");
}

.padding-left {
  padding-left: 10px;
}

.marquee-highlight {
  display: none;
  font-size: 18px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  margin-left: 24px;
  position: relative;
  overflow: hidden;
  --offset: 100%;
  --move-initial: calc(100% + var(--offset));
  --move-final: calc(0% - var(--offset));
}
.marquee-highlight .marquee__inner {
  width: fit-content;
  display: flex;
  position: relative;
  transform: translate3d(var(--move-initial), 0, 0);
  animation: marquee 10s linear infinite forwards;
  animation-play-state: running;
}
.marquee-highlight p {
  margin: 0;
  margin-right: 2vw;
}
.marquee-highlight:before {
  content: " ";
  width: 10vw;
  height: 100%;
  background: url("../noise-bg-fes.png");
  background-size: cover;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.marquee-highlight:after {
  content: " ";
  width: 10vw;
  height: 100%;
  background: url("../noise-bg-fes.png");
  background-size: cover;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
}

@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}
.festival-menu {
  margin-bottom: 24px;
}

.menu-modal .menu-search {
  padding-bottom: 100px;
}
.menu-modal .menu-links a .festival-sub p {
  margin: 0;
}
.menu-modal .menu-links a .festival-sub p a {
  font-size: 24px;
}

.prefooter.prefooter-portal .logos .logo {
  height: auto;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.prefooter.prefooter-portal .logos .logo img {
  height: 50px;
  width: auto;
}

.prefooter .text-block {
  text-align: center;
  font-size: 18px;
}
.prefooter .text-block.small {
  font-size: 18px;
  max-width: 1100px;
}
.prefooter .logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.prefooter .logos .logo {
  width: 60px;
  margin: 0px 18px 14px 18px;
}
.prefooter .logos .logo img {
  filter: grayscale(1);
}

.festival-home {
  background-color: #b4c8c8;
}
.festival-home footer.footer {
  margin-top: 200px;
  background-color: #b4c8c8;
  border-top: 2px solid black;
}
.festival-home .menu .menu-wrapper {
  background-color: #b4c8c8;
}
.festival-home .marquee-highlight {
  display: block;
}
.festival-home .menu-wrapper .breadcrumbs a {
  text-transform: uppercase;
  white-space: nowrap;
}
.festival-home .logo-wrapper {
  display: none;
}
.festival-home .content-wrapper {
  margin-top: 100px;
  width: 98vw;
}
.festival-home .links {
  position: absolute;
  z-index: 9;
}
.festival-home .links a {
  background-color: white;
  border-radius: 50px;
  margin: 10px 10px 0 0;
  padding: 5px 15px;
  font-size: 21px;
  color: black;
}
.festival-home .bg {
  top: 0px;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background-image: url("../fes-noise.svg");
  background-position: top left;
}
.festival-home .festival-hero .wrapper {
  cursor: pointer;
  width: 100%;
  padding: 24px 0;
  border-bottom: 4px solid black;
  position: relative;
  transition: all 0.4s ease-in-out;
  font-variation-settings: "wght" 50;
  -moz-font-variation-settings: "wght" 50;
  text-decoration: none;
}
.festival-home .festival-hero .wrapper a {
  color: black;
  text-transform: uppercase;
}
.festival-home .festival-hero .wrapper:last-child {
  border: none;
}
.festival-home .festival-hero h1 {
  font-size: 5.5vw;
  line-height: 1;
  font-weight: 100;
}
.festival-home .festival-hero .date {
  font-size: 3vw;
  line-height: 1;
  font-family: "SuisseIntl";
  font-weight: 500;
}
.festival-home .festival-hero .locations {
  display: flex;
  font-size: 1.5vw;
  line-height: 1;
  margin-top: 14px;
  font-family: "SuisseIntl";
}
.festival-home .festival-hero .locations.l3 .location:after {
  margin-left: 20px;
  content: "•";
}
.festival-home .festival-hero .locations.l3 .o3:after {
  content: "";
}
.festival-home .festival-hero .locations.l2 .location:after {
  margin-left: 20px;
  content: "•";
}
.festival-home .festival-hero .locations.l2 .o5:after {
  content: "";
}
.festival-home .festival-hero .locations .location {
  margin-right: 20px;
}

.festival-hero.festival-hero-type {
  width: 100vw;
  height: 100vh;
}
.festival-hero.festival-hero-type .title {
  height: 100vh;
  position: absolute;
  z-index: 0;
}
.festival-hero.festival-hero-type .bg {
  z-index: 999 !important;
}

.festival-hero-bg {
  width: 100vw;
  height: 180vh;
  position: absolute;
  overflow: visible;
  top: -100px;
}
.festival-hero-bg .title {
  position: absolute;
  z-index: 0;
  top: 120px;
}
.festival-hero-bg div {
  position: absolute;
  left: 0;
  top: -7vw;
  line-height: 0.7;
  padding: 50px 10vw;
  font-size: 15vw;
  padding-left: 20vw;
}
.festival-hero-bg div span {
  display: inline-block;
}
.festival-hero-bg div .layer1,
.festival-hero-bg div .layer2,
.festival-hero-bg div .layer3 {
  width: 45vw;
  padding: 5vw 27.5vw;
}
.festival-hero-bg div .layer1 span:first-child,
.festival-hero-bg div .layer2 span:first-child,
.festival-hero-bg div .layer3 span:first-child {
  margin-left: 23vw;
}
.festival-hero-bg div.layer1 {
  color: #ffcb05;
  font-family: Crystal2, sans-serif;
}
.festival-hero-bg div.layer1 :nth-child(6n) {
  color: #cfe7cc;
}
.festival-hero-bg div.layer1 :nth-child(6n+1) {
  color: #ffbeff;
}
.festival-hero-bg div.layer1 :nth-child(6n+2) {
  color: yellow;
}
.festival-hero-bg div.layer1 :nth-child(6n+3) {
  color: blue;
}
.festival-hero-bg div.layer1 :nth-child(6n+4) {
  color: #974b8e;
}
.festival-hero-bg div.layer2 {
  color: blue;
  font-family: Crystal5, sans-serif;
}
.festival-hero-bg div.layer2 :nth-child(6n) {
  color: #974b8e;
}
.festival-hero-bg div.layer2 :nth-child(6n+1) {
  color: #ffcb05;
}
.festival-hero-bg div.layer2 :nth-child(6n+2) {
  color: #cfe7cc;
}
.festival-hero-bg div.layer2 :nth-child(6n+3) {
  color: #ffbeff;
}
.festival-hero-bg div.layer2 :nth-child(6n+4) {
  color: yellow;
}
.festival-hero-bg div.layer3 {
  color: white;
  font-family: Grime, sans-serif;
}
.festival-hero-bg.type div {
  width: 100vw;
  padding: 50px 0;
}

.festival-wrapper {
  background-color: #b4c8c8;
}
.festival-wrapper a {
  color: black;
}
.festival-wrapper .footer {
  background-color: #b4c8c8;
  margin-top: 0;
  position: absolute;
}
.festival-wrapper .category a {
  background-color: white;
  display: inline-block;
  width: auto;
  margin-right: 8px;
  margin-bottom: 5px;
  padding: 5px 10px;
  border-radius: 25px;
  font-size: 14px;
}
.festival-wrapper .discover {
  margin-top: 48px;
}
.festival-wrapper .article .title {
  text-transform: uppercase;
}
.festival-wrapper .article .title .category {
  padding-top: 10px;
}
.festival-wrapper .article .image.small,
.festival-wrapper .article .image.medium {
  padding-left: 0;
}
.festival-wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  mask-image: url(../fes-noise-small.svg);
  mask-size: contain;
  mask-repeat: repeat;
}
.festival-wrapper.leaving-traces .menu .menu-wrapper,
.festival-wrapper.leaving-traces .glitch:after,
.festival-wrapper.leaving-traces .glitch:before,
.festival-wrapper.leaving-traces .footer, .festival-wrapper.leaving-traces::before {
  background-color: #ffff0d;
}
.festival-wrapper.inner-earth .menu .menu-wrapper,
.festival-wrapper.inner-earth .glitch:after,
.festival-wrapper.inner-earth .glitch:before,
.festival-wrapper.inner-earth .footer, .festival-wrapper.inner-earth::before {
  background-color: #d5f4d5;
}
.festival-wrapper.one-sun-after-another .menu .menu-wrapper,
.festival-wrapper.one-sun-after-another .glitch:after,
.festival-wrapper.one-sun-after-another .glitch:before,
.festival-wrapper.one-sun-after-another .footer, .festival-wrapper.one-sun-after-another::before {
  background-color: #fcdde5;
}
.festival-wrapper.club-night .menu .menu-wrapper,
.festival-wrapper.club-night .glitch:after,
.festival-wrapper.club-night .glitch:before,
.festival-wrapper.club-night .footer, .festival-wrapper.club-night::before {
  background-color: white;
}
.festival-wrapper.practicum-workshops .menu .menu-wrapper,
.festival-wrapper.practicum-workshops .glitch:after,
.festival-wrapper.practicum-workshops .glitch:before,
.festival-wrapper.practicum-workshops .footer, .festival-wrapper.practicum-workshops::before {
  background-color: #ffcb05;
}
.festival-wrapper .menu-wrapper {
  background-color: #b4c8c8;
}
.festival-wrapper .menu-wrapper .logo-wrapper {
  display: none;
}
.festival-wrapper .menu-wrapper .breadcrumbs {
  width: 98vw;
}
.festival-wrapper .menu-wrapper .breadcrumbs a {
  text-transform: uppercase;
}
.festival-wrapper .glitch:after,
.festival-wrapper .glitch:before {
  background-color: #b4c8c8;
}
.festival-wrapper .intro-text {
  width: 1100px;
  z-index: 99;
  left: 2vw;
  display: flex;
  align-items: flex-start;
  top: 0;
}
.festival-wrapper .intro-text div a {
  color: black;
}
.festival-wrapper .intro-text div:first-child {
  width: 360px;
}
.festival-wrapper .intro-text div:last-child {
  width: calc(100% - 360px);
}
.festival-wrapper .text-block a, .festival-wrapper .ticket-info a {
  transition: all 0.5s ease-in-out;
  font-family: Crystal3;
  font-variation-settings: "wght" 50;
  -moz-font-variation-settings: "wght" 50;
  text-decoration: none;
  letter-spacing: 1.2px;
}
.festival-wrapper .text-block a:hover, .festival-wrapper .ticket-info a:hover {
  font-variation-settings: "wght" 100;
  -moz-font-variation-settings: "wght" 100;
}
.festival-wrapper .Collapsible .text-block {
  max-width: 1100px;
}
.festival-wrapper .text-block.small p {
  padding-left: 150px !important;
}

.content-parent {
  overflow: hidden;
  transition: height ease 0.5s;
}

.content-show {
  transition: height ease 0.5s;
}

.collapsible.visit {
  cursor: pointer;
  border-bottom: 2px solid black;
}
.collapsible.visit .Collapsible__trigger {
  font-family: Crystal3;
  font-variation-settings: "wght" 50;
  -moz-font-variation-settings: "wght" 50;
  transition: all 0.5s ease-in-out;
  letter-spacing: 3px;
}
.collapsible.visit .Collapsible__trigger:hover {
  font-variation-settings: "wght" 100;
  -moz-font-variation-settings: "wght" 100;
}

.festival {
  background-color: #b4c8c8;
  height: 100vh;
  width: 100vw;
  position: absolute;
  left: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
.festival .content-wrapper {
  position: absolute;
  z-index: 1;
  top: calc(400px + 4vw);
  width: 98vw;
  left: 1vw;
}
.festival .menu .menu-wrapper {
  background-color: transparent;
  border-bottom: 0;
  position: absolute;
}
.festival .menu .menu-wrapper .logo-small .glitch {
  font-size: 4vw;
}
.festival .menu .menu-wrapper .breadcrumbs {
  position: absolute;
  top: 375px;
}
.festival .menu .menu-wrapper .breadcrumbs a {
  font-size: 4vw;
}
.festival .menu .menu-wrapper .breadcrumbs .logo-wrapper a {
  display: block;
}
.festival .menu .menu-wrapper .hamburger {
  position: fixed;
}
.festival .glitch:after, .festival .glitch:before {
  background-color: #b4c8c8;
}
.festival .festival-hero {
  background-color: transparent;
}
.festival .festival-hero .bg {
  top: 0px;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-image: url("../fes-noise.svg");
  background-position: top left;
}
.festival .festival-hero .wrapper {
  width: 100%;
  border-top: 6px solid black;
  margin-top: 24px;
  padding-top: 10px;
}
.festival .festival-hero .wrapper:first-child {
  margin-top: 0px;
}
.festival .festival-hero .title {
  position: relative;
}
.festival .festival-hero .title.title_1 div {
  margin-top: -30vh;
  height: 130vh;
}
.festival .festival-hero .title.title_2 div {
  margin-top: -15vh;
  height: 145vh;
}
.festival .festival-hero .title div {
  position: absolute;
  top: 400px;
  left: 0;
  font-size: 40vh;
  line-height: 0.7;
  z-index: -2;
  width: 100vw;
  text-align: left;
  height: 100vh;
  overflow: hidden;
}
.festival .festival-hero .title div span {
  display: inline-block;
}
.festival .festival-hero .title div.layer1 {
  color: #ffcb05;
}
.festival .festival-hero .title div.layer1.layer1_0 {
  font-family: Grime3, sans-serif;
  font-weight: 100;
}
.festival .festival-hero .title div.layer1.layer1_1 {
  color: #005253;
  font-family: Crystal3, sans-serif;
  font-weight: 100;
}
.festival .festival-hero .title div.layer1.layer1_2 {
  color: #ffbeff;
  font-family: Crystal6, sans-serif;
  font-weight: 100;
}
.festival .festival-hero .title div.layer2 {
  color: blue;
}
.festival .festival-hero .title div.layer2.layer2_0 {
  font-family: Grime2, sans-serif;
}
.festival .festival-hero .title div.layer2.layer2_1 {
  font-family: Crystal2, sans-serif;
  color: #cfe7cc;
}
.festival .festival-hero .title div.layer2.layer2_2 {
  font-family: Crystal5, sans-serif;
  color: #974b8e;
}
.festival .festival-hero .title div.layer3 {
  color: white;
}
.festival .festival-hero .title div.layer3.layer3_0 {
  font-family: Grime, sans-serif;
  font-weight: 100;
}
.festival .festival-hero .title div.layer3.layer3_1 {
  font-family: Crystal, sans-serif;
  font-weight: 100;
}
.festival .festival-hero .title div.layer3.layer3_2 {
  font-family: Crystal4, sans-serif;
  font-weight: 100;
}
.festival .festival-hero .info {
  font-weight: 500;
  line-height: 1;
}
.festival .festival-hero .info h1 {
  font-size: 8vw;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  padding: 14px 2vw 0 2vw;
}
.festival .festival-hero .info .date {
  font-size: 4vw;
  padding: 0;
  padding-left: 2vw;
  line-height: 1.1;
  text-transform: uppercase;
}
.festival .festival-hero .info .locations {
  text-transform: uppercase;
  display: flex;
  font-size: 2.5vw;
  line-height: 1.1;
  padding: 7px 2vw 0 2vw;
}
.festival .festival-hero .info .locations .location {
  margin-right: 20px;
}
.festival .festival-hero .info .locations .location:after {
  margin-left: 20px;
  content: "•";
}
.festival .festival-hero .info .locations .location:last-child:after {
  content: "";
}
.festival .article {
  border-top: 6px solid black;
  display: flex;
  flex-wrap: wrap;
  background-color: #b4c8c8;
}
.festival .article .image.small, .festival .article .image.medium {
  padding-left: 0;
}
.festival .text-block {
  max-width: 100%;
}
.festival .text-block a {
  transition: all 0.5s ease-in-out;
  font-family: Crystal3;
  font-variation-settings: "wght" 50;
  -moz-font-variation-settings: "wght" 50;
  text-decoration: none;
}
.festival .text-block a:hover {
  font-variation-settings: "wght" 100;
  -moz-font-variation-settings: "wght" 100;
}
.festival .Collapsible .text-block {
  max-width: 1100px;
}
.festival .text-block.small {
  width: 1100px;
}
.festival .text-block.small p {
  padding-left: 150px !important;
}
.festival .footer {
  display: none;
}
.festival .intro-text {
  width: 1100px;
  position: absolute;
  z-index: 99;
  left: 2vw;
  display: flex;
  align-items: flex-start;
  top: 0;
}
.festival .intro-text div a {
  color: black;
}
.festival .intro-text div:first-child {
  width: 360px;
}
.festival .intro-text div:last-child {
  width: calc(100% - 360px);
}
.festival .type .letter {
  animation: textAnimation2 10s 2 ease-in-out;
}
.festival .type .title {
  top: 0 !important;
  font-size: 35vw !important;
}
.festival .type .layer1, .festival .type .layer2, .festival .type .layer3 {
  font-size: 35vw !important;
}
.festival .type div {
  top: 0 !important;
}

.biennial-poster {
  padding-top: 5vw;
}
.biennial-poster .type .letter {
  animation: textAnimation2 14s 2 ease-in-out;
  animation-delay: var(--delay);
}
.biennial-poster .type .layer1,
.biennial-poster .type .layer2,
.biennial-poster .type .layer3 {
  width: 87vw;
  padding: 6vw;
  font-size: 25vw !important;
}
.biennial-poster .type .layer1 span:first-child,
.biennial-poster .type .layer2 span:first-child,
.biennial-poster .type .layer3 span:first-child {
  margin-left: 35vw;
}
.biennial-poster .type div {
  top: 0 !important;
}

@keyframes textAnimation2 {
  0% {
    font-variation-settings: "wght" 100;
    -moz-font-variation-settings: "wght" 100;
  }
  50% {
    font-variation-settings: "wght" 60;
    -moz-font-variation-settings: "wght" 60;
  }
  100% {
    font-variation-settings: "wght" 100;
    -moz-font-variation-settings: "wght" 100;
  }
}
.festival-logo {
  display: none;
}

.festival-wrapper .festival-logo {
  display: inline-block;
  padding-right: 3vw;
}

.festival-hero-bg .random-color div.layer1, .festival-logo .random-color div.layer1 {
  color: #ffcb05;
  font-family: Crystal2, sans-serif;
  animation: textAnimation2 30s infinite ease-in-out;
  animation-delay: var(--delay);
  animation-fill-mode: forwards;
}
.festival-hero-bg .random-color div.layer2, .festival-logo .random-color div.layer2 {
  color: blue;
  font-family: Crystal5, sans-serif;
}
.festival-hero-bg .random-color div.layer3, .festival-logo .random-color div.layer3 {
  color: white;
  font-family: Grime, sans-serif;
}
.festival-hero-bg .random-letter, .festival-logo .random-letter {
  font-weight: 100;
}

.tickets .tickets-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
  margin-bottom: 24px;
}
.tickets .tickets-container .ticket {
  height: 200px;
  width: 21vw;
  text-align: center;
  margin: 1vw 1vw 1vw 0;
  padding: 1vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  color: #000;
  transition: all 0.5s ease-in-out;
  font-family: Crystal3;
  font-weight: 50;
  font-variation-settings: "wght" 50;
  -moz-font-variation-settings: "wght" 50;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.tickets .tickets-container .ticket::before {
  content: " ";
  background-color: yellow;
  mask-image: url("../fes-noise-small2.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: top;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 0;
}
.tickets .tickets-container .ticket.ticket.donate::before {
  background-color: #ffcb05;
}
.tickets .tickets-container .ticket.ticket.one-sun-after-another::before {
  background-color: #ffbeff;
}
.tickets .tickets-container .ticket.club-night::before {
  background-color: #ffcb05;
}
.tickets .tickets-container .ticket.inner-earth::before {
  background-color: #cfe7cc;
}
.tickets .tickets-container .ticket.leaving-traces::before {
  background-color: #ffff14;
}
.tickets .tickets-container .ticket:hover {
  font-variation-settings: "wght" 100;
  -moz-font-variation-settings: "wght" 100;
}
.tickets .tickets-container .ticket .ticket-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.tickets .tickets-container .ticket h3 {
  margin: 0;
  font-weight: 50;
}
.tickets .tickets-container .ticket p {
  margin: 0;
  margin-top: 14px;
  font-family: "SuisseIntl";
  font-weight: 300;
}
.tickets .info-wrapper {
  display: flex;
  margin-top: 14px;
}
.tickets .info-wrapper h2 {
  font-size: 30px;
}
.tickets .ticket-info {
  font-size: 21px;
  width: 33vw;
  margin-right: 24px;
}

.festival-home .landing-page.festival-hero h1 {
  letter-spacing: normal;
  font-weight: 300;
}
.festival-home .landing-page.festival-hero .preview {
  display: flex;
}
.festival-home .landing-page.festival-hero .category {
  margin-top: 0px;
  line-height: 1;
}
.festival-home .landing-page.festival-hero .category a {
  background-color: white;
  display: inline-block;
  width: auto;
  margin-right: 8px;
  margin-bottom: 0px;
  padding: 5px 10px;
  border-radius: 25px;
  font-size: 12px;
  line-height: 1;
}
.festival-home .landing-page.festival-hero .tags {
  margin-top: 5px;
}
.festival-home .landing-page.festival-hero .wrapper .info .image-text p {
  text-transform: none;
  font-family: "SuisseIntl";
  font-size: 30px;
  margin: 5px 0 0 0;
  width: 22vw;
  line-height: 1;
  font-weight: 500;
}
.festival-home .landing-page.festival-hero .wrapper .info .image-text .when {
  font-weight: 300;
}
.festival-home .landing-page.festival-hero .image {
  height: 16vw;
  width: 23vw;
  margin-right: 1vw;
  margin-top: 1vw;
  mask-image: url("../noise6.png");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: top;
  transition: all 0.4s ease;
  position: relative;
}
.festival-home .landing-page.festival-hero .image:hover {
  mask-image: url("../white.png");
}
.festival-home .landing-page.festival-hero .image .info-overlay {
  position: absolute;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  top: 0;
  height: 20px;
}
.festival-home .landing-page.festival-hero .image .info-overlay .locations {
  margin: 0;
  flex-direction: column;
  display: inline-block;
  margin-left: 5px;
}
.festival-home .landing-page.festival-hero .image .info-overlay .location {
  font-size: 14px;
  background-color: white;
  border-radius: 50px;
  margin: 5px 5px 0 0;
  padding: 5px 10px 0px 10px;
  width: auto;
  display: inline-block;
}
.festival-home .landing-page.festival-hero .image .info-overlay .location span {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
.festival-home .landing-page.festival-hero .image div {
  width: 100%;
  height: 100%;
}
.festival-home .landing-page.festival-hero .image div img {
  z-index: 0;
}
.festival-home .landing-page.festival-hero .artists-preview .image {
  height: 14vw;
  width: 14vw;
}
.festival-home .landing-page.festival-hero .wrapper .info .artists-preview .image-text p {
  width: 14vw;
  font-size: 21px;
}

.program-side-wrapper {
  margin-top: 14px;
}
.program-side-wrapper span {
  margin-top: 10px !important;
}

.program-side {
  padding-top: 14px;
  border-top: 2px solid black;
  margin-bottom: 14px;
}
.program-side h2 {
  margin-bottom: 10px;
}
.program-side .date {
  margin: 5px 0;
}
.program-side .view {
  margin-top: 14px;
}

.sidebar-info {
  border-top: 2px solid black;
  padding: 10px 0;
}
.sidebar-info .date {
  margin: 5px 0;
}
.sidebar-info:nth-child(2) {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.divider {
  border-top: 1px solid black;
  width: 100%;
  margin-bottom: 24px;
}

.biennial-article .collapsible.about .Collapsible span {
  padding: 0;
}

.discover .discover-container.sub-programme-container .category {
  flex-wrap: wrap;
}
.discover .discover-container.sub-programme-container .category a {
  font-size: 10px;
}
.discover .discover-container.sub-programme-container .tags a {
  font-size: 10px !important;
}
.discover .discover-container.sub-programme-container .discover-item {
  width: 16.5%;
}
.discover .discover-container.sub-programme-container .discover-item .info-overlay .locations {
  font-size: 14px;
}
.discover .discover-container.sub-programme-container .discover-item .info-overlay .locations span {
  font-size: 14px;
}
.discover .discover-container.sub-programme-container .discover-item .item-wrapper {
  padding-right: 1vw;
}
.discover .discover-container.sub-programme-container .discover-item .item-wrapper .title {
  font-size: 24px;
}
.discover .discover-container.sub-programme-container .discover-item .image {
  height: 11vw;
}
.discover .discover-container.sub-programme-container .day-programme {
  width: 100%;
  display: block;
}
.discover .discover-container.sub-programme-container .day-programme .info-overlay {
  padding: 5px;
  justify-content: flex-start;
  display: inline-block;
}
.discover .discover-container.sub-programme-container .day-programme .info-overlay .time {
  font-size: 20px;
}
.discover .discover-container.sub-programme-container .day-programme .info-overlay .time span {
  background-color: white;
  padding: 2px 5px 0 5px;
  border-radius: 10px;
  border-bottom: 0;
}
.discover .discover-container.sub-programme-container .day-programme .Collapsible span {
  width: 100%;
  display: block;
  border-bottom: 2px solid black;
  position: relative;
  margin-bottom: 10px;
}
.discover .discover-container.sub-programme-container .day-programme .Collapsible .Collapsible__contentInner {
  padding-top: 10px;
}
.discover .discover-container.sub-programme-container .day-programme .day {
  border-bottom: 2px solid black;
  position: relative;
  margin-bottom: 48px;
}
.discover .discover-container.sub-programme-container .day-programme .day-wrapper {
  display: inline-block;
}
.discover .discover-container.sub-programme-container .day-programme .discover-item {
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid black;
}
.discover .discover-container.sub-programme-container .day-programme .loc-item {
  margin-top: -50px;
  margin-bottom: 12px;
  white-space: nowrap;
}

.festival-home .container, .festival-wrapper .container {
  height: 100%;
  overflow-y: visible;
}

.biennial-2026 {
  background-color: #babadf;
  color: #7a3800;
  padding: 24px;
  min-height: 100vh;
}
.biennial-2026 h1 {
  font-size: 70px;
  line-height: 1;
}
.biennial-2026 a {
  color: #7a3800;
}
.biennial-2026 .news-preview {
  display: flex;
  flex-wrap: wrap;
}
.biennial-2026 .news-preview .image-text {
  width: 30vw;
  margin: 1vw 1vw 0 0;
}
@media only screen and (max-width: 600px) {
  .biennial-2026 .news-preview .image-text {
    width: 100%;
  }
}

.big-animation {
  background-color: black;
}
.big-animation.smaller {
  background-color: transparent;
}
@keyframes noise-anim {
  0% {
    clip: rect(361px, 100vh, 326px, 0);
  }
  10% {
    clip: rect(447px, 100vh, 151px, 0);
  }
  20% {
    clip: rect(491px, 100vh, 373px, 0);
  }
  30% {
    clip: rect(26px, 100vh, 422px, 0);
  }
  40% {
    clip: rect(246px, 100vh, 91px, 0);
  }
  50% {
    clip: rect(178px, 100vh, 284px, 0);
  }
  60% {
    clip: rect(229px, 100vh, 342px, 0);
  }
  70% {
    clip: rect(369px, 100vh, 309px, 0);
  }
  80% {
    clip: rect(71px, 100vh, 38px, 0);
  }
  90% {
    clip: rect(437px, 100vh, 218px, 0);
  }
  100% {
    clip: rect(172px, 100vh, 445px, 0);
  }
}
@keyframes noise-anim-2 {
  0% {
    clip: rect(60px, 100vh, 36px, 0);
  }
  10% {
    clip: rect(80px, 100vh, 452px, 0);
  }
  20% {
    clip: rect(517px, 100vh, 487px, 0);
  }
  30% {
    clip: rect(112px, 100vh, 495px, 0);
  }
  40% {
    clip: rect(454px, 100vh, 502px, 0);
  }
  50% {
    clip: rect(24px, 100vh, 417px, 0);
  }
  60% {
    clip: rect(78px, 100vh, 126px, 0);
  }
  70% {
    clip: rect(130px, 100vh, 261px, 0);
  }
  80% {
    clip: rect(235px, 100vh, 307px, 0);
  }
  90% {
    clip: rect(179px, 100vh, 457px, 0);
  }
  100% {
    clip: rect(68px, 100vh, 20px, 0);
  }
}
.big-animation .glitch {
  color: white;
  font-size: 24vw;
}
.big-animation .glitch:before, .big-animation .glitch:after {
  background-color: black;
  color: white;
}
.big-animation .logo {
  position: relative;
  margin-top: 5vw;
  margin-left: 5vw;
}
.big-animation .logo .s1 {
  z-index: 9;
}
.big-animation .logo .s2 {
  top: 22vw;
  z-index: 0;
}
.big-animation.smaller .glitch {
  color: black;
  font-size: 135px;
}
.big-animation.smaller .glitch:before,
.big-animation.smaller .glitch:after {
  color: black;
}
.big-animation.smaller .logo {
  margin-bottom: 30vw;
  margin-left: 0;
}
.big-animation.smaller .logo .s2 {
  top: 120px;
}

.timetable {
  height: auto;
  overflow-y: hidden;
  zoom: 90%;
  margin-top: 24px;
}
.timetable .artists {
  display: flex;
  flex-wrap: wrap;
  font-size: 80%;
}
.timetable .artists div {
  margin-left: 5px;
}
.timetable .artists div:after {
  content: ", ";
}
.timetable .artists div:last-child:after {
  content: "";
}
.timetable .timetable-menu {
  width: 100%;
  background-color: #b4c8c8;
  position: fixed;
  top: 100px;
  z-index: 6;
  padding: 14px 0;
  margin-top: -10px;
}
.timetable .timetable-menu select {
  outline: none;
  appearance: none;
  margin-left: 14px;
  font-size: 24px;
  padding: 5px 20px;
  border-radius: 25px;
  border: none;
  color: black;
  background-color: white;
}
.timetable .timetable-menu select option {
  color: black;
}
.timetable .timetable-menu .date {
  margin: 0 14px 10px 0;
  background-color: white;
  padding: 5px 20px;
  border-radius: 25px;
  font-size: 18px;
  cursor: pointer;
}
.timetable .timetable-locations {
  margin-top: 24px;
  overflow-x: scroll;
  /* width */
  /* Track */
  /* Handle */
  overflow-y: hidden;
  min-height: 80vh;
}
.timetable .timetable-locations .timetable-wrapper {
  width: 5050px;
  position: relative;
}
.timetable .timetable-locations::-webkit-scrollbar {
  width: 10px;
}
.timetable .timetable-locations::-webkit-scrollbar-track {
  background: transparent;
  border: 1px solid black;
}
.timetable .timetable-locations::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 25px;
}
.timetable .timetable-locations .location {
  height: 100%;
  border-top: 1px solid black;
  position: sticky;
  z-index: 5;
  left: 0;
  width: 250px;
  background-color: #b4c8c8;
  display: inline-block;
  vertical-align: middle;
  word-break: break-all;
}
.timetable .timetable-locations .location h4 {
  font-weight: 500;
  margin: 0;
  padding: 20px 0;
}
.timetable .timetable-locations .location :nth-child(2) {
  padding-top: 14px;
}
.timetable .timetable-locations .location p {
  font-weight: 300;
  margin: 0;
  font-size: 24px;
  padding: 24px 0;
  border-bottom: 1px solid black;
  padding-left: 14px;
}
.timetable .timetable-row {
  vertical-align: middle;
  position: relative;
  display: flex;
}
.timetable .timetable-row:nth-child(2) {
  margin-top: 100px;
}
.timetable .timetable-row .sub-bar {
  height: 80px;
  position: sticky;
  margin-left: -250px;
}
.timetable .timetable-row .sub-bar:first-child {
  margin-top: 70px;
}
.timetable .timetable-row .sub-bar .sub-loc {
  height: 90px;
  max-height: 90px;
}
.timetable .timetable-row .subloc-wrapper {
  position: sticky;
  margin-left: -250px;
}
.timetable .timetable-row .subloc-wrapper .subloc {
  position: relative;
  display: flex;
  flex-direction: column;
}
.timetable .timetable-row .programme {
  display: inline-block;
  background-color: white;
  vertical-align: middle;
  left: var(--margin);
  margin-left: 5px;
  width: var(--width);
  position: absolute;
  height: auto;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  top: 0;
  margin-top: 10px;
}
.timetable .timetable-row .programme:hover {
  background-color: #000 !important;
  color: white;
}
.timetable .timetable-row .programme .inner-programme {
  padding: 10px;
  font-size: 16px;
  width: 98%;
  position: relative;
  display: flex;
}
.timetable .timetable-row .programme .inner-programme .inner-wrapper {
  position: sticky;
  left: 260px;
}
.timetable .timetable-row .programme .inner-programme .time {
  margin-left: 5px;
}
.timetable .timetable-row .programme .inner-programme .title {
  font-weight: 500;
  margin-left: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.timetable .timetable-row .programme.whole-day {
  height: 45px;
  top: 0;
  margin-top: 50px;
}
.timetable .timetable-row .programme.one-sun-after-another {
  background-color: #fcdde5;
}
.timetable .timetable-row .programme.one-sun-after-another .artists {
  display: none;
}
.timetable .timetable-row .programme.one-sun-after-another-sub {
  background: linear-gradient(-90deg, white 10%, #fcdde5 100%);
}
.timetable .timetable-row .programme.one-sun-after-another-sub:hover {
  background: #000;
}
.timetable .timetable-row .programme.inner-earth {
  background-color: #d5f4d5;
}
.timetable .timetable-row .programme.inner-earth .artists {
  display: none;
}
.timetable .timetable-row .programme.inner-earth-sub {
  background: linear-gradient(-90deg, white 10%, #d5f4d5 100%);
}
.timetable .timetable-row .programme.inner-earth-sub:hover {
  background: #000;
}
.timetable .timetable-row .programme.leaving-traces {
  background-color: #ffff0d;
}
.timetable .timetable-row .programme.leaving-traces .artists {
  display: none;
}
.timetable .timetable-row .programme.leaving-traces-sub {
  background: linear-gradient(-90deg, white 10%, #ffff0d 100%);
}
.timetable .timetable-row .programme.leaving-traces-sub:hover {
  background: #000;
}
.timetable .timetable-row .programme.practicum {
  background-color: #bababa;
}
.timetable .timetable-row .programme.practicum .artists {
  display: none;
}
.timetable .timetable-row .programme.practicum-sub {
  background: linear-gradient(-90deg, white 10%, #bababa 100%);
}
.timetable .timetable-row .programme.practicum-sub:hover {
  background: #000;
}
.timetable .timetable-row .programme.symposium-leaving-traces {
  background-color: #ffff0d;
}
.timetable .timetable-row .programme.symposium-leaving-traces .artists {
  display: none;
}
.timetable .timetable-times {
  white-space: nowrap;
  margin-left: 250px;
  width: 5050px;
  position: absolute;
  height: 100%;
  top: -48px;
}
.timetable .timetable-times .time-block {
  display: inline-block;
  width: 200px;
  border-left: 1px solid black;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: calc(100% + 50px);
  padding-left: 10px;
}
.timetable .date.active {
  background-color: #000;
  color: white;
}

@media only screen and (max-width: 900px) {
  .timetable .timetable-menu {
    margin-top: 14px;
  }
  .timetable .timetable-menu select {
    font-size: 80%;
  }
  .timetable .timetable-times {
    margin-left: 100px;
    width: 2450px;
  }
  .timetable .timetable-locations .timetable-wrapper {
    width: 2450px;
  }
  .timetable .timetable-locations .location {
    width: 100px;
    margin-left: -5px;
  }
  .timetable .timetable-locations .location h4 {
    padding: 24px 0;
    font-size: 80%;
  }
  .timetable .timetable-locations .location p {
    font-size: 70%;
    padding-left: 0px;
    word-break: keep-all;
  }
  .timetable .timetable-row .sub-bar {
    height: 68px;
  }
  .timetable .timetable-row .sub-bar:first-child {
    margin-top: 74px;
  }
  .timetable .timetable-row .programme {
    left: calc(var(--margin) - 150px);
  }
  .timetable .timetable-row .programme .inner-programme .inner-wrapper {
    left: 110px;
  }
}
.error {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.error p {
  margin: 0;
  margin-top: 24px;
}
.error a {
  color: black;
}
.error .error-animation {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
}
.error .error-animation .glitch {
  font-family: "SuisseIntl";
  font-weight: 300;
  font-size: 28vw;
  margin: 0px 1vw;
  height: 30vh;
}
.error .error-animation .glitch:before {
  font-weight: 500;
}
.error .error-animation .glitch:after {
  font-weight: 200;
}

@media only screen and (min-width: 900px) {
  .menu-search .search-bar {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .contact .contact-wrapper {
    flex-direction: column;
  }
  .contact .contact-wrapper .contact-item {
    max-width: 100%;
    margin-bottom: 14px;
  }
  .contact .contact-wrapper .contact-item p {
    padding: 0;
  }

  .menu .menu-wrapper .breadcrumbs a {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .wrapper, .columns .wrapper-medium, .columns .wrapper-large {
    width: 100%;
  }

  .menu-modal {
    background-size: cover;
  }

  .biennial-article {
    margin-top: 80px;
  }

  .article .sidenote {
    position: relative;
    width: 100%;
    left: 0;
    margin: 0;
  }

  .article .wrapper.about {
    width: 100%;
  }

  .discover a span {
    font-size: 24px;
  }

  .article .sidebar .links {
    max-width: 100%;
  }

  .search-container {
    flex-direction: column;
  }
  .search-container .search-item {
    width: 100%;
    margin-bottom: 24px;
    padding: 0 14px;
  }

  .slick-slider .slick-slide {
    align-items: flex-start;
    max-width: 100%;
    margin: 0;
  }
  .slick-slider .slick-slide .slider-item {
    flex-direction: column;
    align-items: center;
    max-width: 100% !important;
    width: calc(100% - 100px) !important;
    margin-left: 50px;
  }
  .slick-slider .slick-slide .slider-item .show-more {
    padding: 0;
    margin: 0;
    height: 200px;
  }
  .slick-slider .slick-slide .slider-item .show-more a {
    padding: 0;
    font-size: 24px !important;
  }
  .slick-slider .slick-slide .slider-item .image {
    width: 100%;
    height: 100%;
  }
  .slick-slider .slick-slide .slider-item .text {
    width: 100%;
  }
  .slick-slider .slick-slide .slider-item.shop-slider-item .image {
    width: 100%;
    height: auto;
    max-height: 100%;
  }
  .slick-slider .slick-list {
    width: 100%;
    margin: 0;
    display: block;
  }
  .slick-slider .slick-list:before {
    display: none;
  }
  .slick-slider .slick-list:after {
    display: none;
  }

  .contact .slick-slider .slick-slide {
    max-width: calc(100% - 500px) !important;
  }

  .article .wrapper {
    width: 100%;
  }

  .article .content {
    flex-direction: column-reverse;
  }

  .about-page .article .content {
    flex-direction: column;
  }

  .article .text-block {
    width: 100%;
  }

  .collapsible.about {
    font-size: 24px;
  }

  .collapsible.about .Collapsible span {
    padding: 10px;
  }

  .sub .when, .sub .title {
    font-size: 24px;
  }

  .article .sidenote {
    max-width: 100%;
  }
  .article .sidebar {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .article .sidebar .contact {
    padding: 0;
  }

  .images-grid .image-item {
    width: 32%;
  }

  .spatial-sound .wrapper.intro {
    width: 100%;
  }

  .spatial-sound-intro {
    display: flex;
    width: 100%;
  }
  .spatial-sound-intro .wrapper.intro {
    width: auto;
  }

  .touched-by-sound .images-grid .image-item {
    width: 100%;
    margin-right: 0;
    padding-right: 0%;
  }
  .touched-by-sound .discover .discover-container {
    width: 100%;
  }
  .touched-by-sound .discover .discover-container .discover-item {
    width: 100%;
    flex: none;
    max-width: 100%;
  }
  .touched-by-sound .discover .discover-container .discover-item .item-wrapper {
    padding-right: 0vw;
  }
  .touched-by-sound .discover .discover-container .discover-item:nth-child(2n) .item-wrapper {
    padding-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  h1 {
    font-size: 24px;
  }

  div.wrapper.intro {
    margin-top: 0;
    border: none;
  }

  .page-title {
    margin-top: 14px;
  }

  .new-home {
    margin-left: 0;
    width: 100%;
  }
  .new-home .highlight {
    left: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .new-home .highlight .logo {
    border-bottom: 1px solid black;
  }
  .new-home .highlight .page-title {
    border: none;
    margin: 0;
    padding-top: 0;
  }
  .new-home .highlight .page-title a {
    display: block;
    padding-top: 12px;
  }
  .new-home .news-socials-wrapper {
    width: 30%;
  }
  .new-home .news-socials-wrapper .socials {
    border: none;
    margin-top: 8px;
  }

  .footer {
    width: 100%;
  }

  .top-search {
    display: none;
  }

  .biennial-article {
    margin-top: 36px;
  }

  .new-home .wrapper-intro {
    flex-direction: column;
    top: 64px;
    right: 10px;
    width: calc(100% - 175px);
    max-width: 220px;
    position: absolute;
  }
  .new-home .wrapper-intro .intro-text h1 {
    font-size: 13px;
    padding-bottom: 0;
  }

  .homepage .wrapper-large {
    border-top: none;
    padding-top: 0;
  }

  .new-home .highlight .highlighted-items {
    max-width: 65%;
    flex-direction: row;
  }
  .new-home .highlight .highlighted-items .highlight-image {
    padding-bottom: 0;
    padding-top: 14px;
  }

  .home-menu .collapsible.archive .slider-item .text span,
.discover .discover-container .discover-item .title,
.discover .date, .main-title-wrapper .authors .author, .discover .discover-container .discover-item.community a,
.discover .discover-container .discover-item.community a .info div {
    font-size: 18px;
  }

  .article .sidebar {
    font-size: 18px;
  }
  .article .sidebar a {
    font-size: 18px;
  }

  .menu {
    height: 60px;
    margin-left: -10px;
    margin-top: -3px;
  }
  .menu .menu-wrapper .breadcrumbs {
    margin-top: 10px;
  }
  .menu .menu-wrapper .breadcrumbs .logo-wrapper {
    margin-top: 0px;
  }
  .menu .menu-wrapper .breadcrumbs a {
    font-size: 24px;
  }

  .images-grid .image-item {
    width: 100%;
  }
  .images-grid .image-item img {
    object-fit: contain;
    object-position: center;
    aspect-ratio: auto;
  }

  .glitch {
    font-size: 90px;
  }

  .logo {
    margin-top: 0;
  }

  .agenda-container .agenda-item a {
    flex-direction: column;
    overflow: hidden;
  }
  .agenda-container .agenda-item a .image,
.agenda-container .agenda-item a .info {
    width: 100%;
  }
  .agenda-container .agenda-item a .info .info-wrapper {
    padding: 10px 0;
  }
  .agenda-container .agenda-item a .info .info-wrapper .date {
    font-size: 24px;
  }
  .agenda-container .agenda-item a .info .info-wrapper h3 {
    font-size: 24px;
  }

  .discover .filter a {
    margin: 5px 10px 5px 0;
    font-size: 18px;
  }

  .article .wrapper.community .community-block {
    width: 100%;
  }
  .article .wrapper.community .community-block.image:nth-child(1) {
    width: auto;
  }
  .article .wrapper.community .community-block.text:nth-child(2) {
    width: 100%;
  }
  .article .wrapper.community .community-block .text-block.big {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }

  .article .image.community {
    margin: 24px auto 10px auto;
  }
}
@media only screen and (max-width: 900px) {
  body {
    font-size: 18px;
  }

  h1, h2 {
    font-size: 24px;
  }

  .image.logo {
    height: 180px;
    width: 100%;
    margin-right: 0;
  }

  .home-menu {
    width: 100%;
  }

  .hamburger {
    margin-right: 5px;
    transform: scale(0.8);
  }

  .close {
    margin-right: 10px !important;
  }

  .columns .highlight {
    padding-right: 0;
  }

  .columns .wrapper-medium,
.columns .wrapper-large, .article .columns {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }

  .article .wrapper.community .columns {
    width: 100%;
  }

  .columns .highlight {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .columns .highlight span, .columns .highlight h3 {
    padding-left: 0;
    display: block;
  }
  .columns .highlight .text-highlight {
    margin-left: 24px;
  }
  .columns .highlight .highlight-image {
    justify-content: center;
    display: flex;
    margin-bottom: 14px;
  }
  .columns .highlight .socials {
    display: flex;
  }
  .columns .highlight .socials {
    margin-left: 0;
    margin-bottom: 24px;
  }
  .columns .highlight a {
    display: flex;
    align-items: center;
  }

  .home-menu .collapsible {
    font-size: 24px;
  }
  .home-menu .collapsible .show-more-link {
    font-size: 24px;
  }

  .article .wrapper,
.article .text-block, .article .columns .caption, .article .columns .image,
.article .wrapper.about, .article .sidebar .contact {
    width: 100%;
  }

  .article .content {
    flex-direction: column;
    margin-top: 0;
  }

  .article .text-block.small p, .article .text-block.small ul {
    padding-left: 24px;
    font-size: 16px;
  }

  .article .sidebar {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .article .sidebar .contact {
    padding: 0;
  }

  .discover .highlight {
    width: 100%;
    flex-direction: column;
  }
  .discover .highlight .image,
.discover .highlight .text {
    width: 100%;
    padding: 0;
  }

  .discover .title {
    font-size: 24px;
  }

  .discover .discover-container .discover-item.community a {
    width: 100%;
    flex: none;
    max-width: 100%;
  }

  .discover .discover-container {
    position: relative;
    overflow-x: hidden;
    width: 98%;
    justify-content: center;
  }
  .discover .discover-container .infinite-scroll-component__outerdiv {
    position: relative;
    width: 98%;
  }
  .discover .discover-container .infinite-scroll-component {
    position: relative;
  }
  .discover .discover-container .discover-item {
    width: 100%;
    flex: none;
    max-width: 100%;
  }

  .wrapper {
    width: 100%;
  }
  .wrapper.intro a {
    font-size: inherit;
  }

  p {
    font-size: 16px;
  }

  .slick-slider .slick-slide .slider-item .show-more {
    width: 94vw;
  }
  .slick-slider .slick-slide .slider-item .text a {
    margin-top: 14px;
  }

  .community .slick-slider {
    width: calc(100% - 80px);
    margin-left: 40px;
  }
  .community .slick-slider .slick-prev {
    left: -54px;
  }
  .community .slick-slider .slick-next {
    right: -54px;
  }
  .community .slick-slider .slick-slide {
    margin: 0 5px;
  }
  .community .slick-slider .slick-slide .slider-item {
    margin-left: 0;
  }

  .agenda-container .timeline-item {
    font-size: 18px;
    line-height: 2;
  }

  .contact .contact-wrapper .contact-item p {
    font-size: 16px;
  }

  .article .text-block.big p {
    font-size: 32px;
  }

  .spatial-sound-intro {
    display: flex;
    flex-direction: column;
  }
  .spatial-sound-intro .wrapper.intro {
    width: auto;
  }
  .spatial-sound-intro h1 {
    margin-left: 0px;
  }
  .spatial-sound-intro img {
    width: 300px;
    height: auto;
    margin-top: 48px !important;
  }

  .new-home {
    flex-direction: column;
  }
  .new-home h1 {
    font-size: 24px;
  }
  .new-home .intro-text h1 {
    font-size: 22px;
  }
  .new-home .image.logo {
    height: 100px;
    margin-bottom: 10px;
  }
  .new-home .image.logo .glitch {
    font-size: 50px;
  }
  .new-home .image.logo .s2 {
    top: 70px;
  }

  .new-home .highlight {
    position: relative;
    width: 100%;
    height: fit-content;
    margin-left: -14px;
    z-index: 0;
    margin-top: -20px;
    margin-right: 0;
    padding: 0 14px 10px 14px;
  }
  .new-home .highlight .logo {
    position: relative;
  }
  .new-home .highlight .highlight-image {
    padding-bottom: 14px;
  }

  .highlighted-items {
    display: flex;
  }
  .highlighted-items h3 {
    padding-left: 0;
  }

  .new-home .columns {
    margin-left: 0;
    width: 100%;
  }

  .highlight .news-socials-wrapper {
    padding: 0 0;
    margin-bottom: 0px;
    width: fit-content;
  }
  .highlight .news-socials-wrapper .socials {
    width: fit-content;
  }

  .search-title {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .discover .discover-container .discover-item {
    margin-bottom: 24px;
  }

  .archive-block.image .columns {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 600px) {
  .search-fixed {
    display: none;
  }
  .search-fixed.search {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: -25px;
    width: 300px;
  }

  .menu-modal {
    background-size: 150% 100vh;
  }

  .prefooter.prefooter-portal {
    display: block;
  }
  .prefooter.prefooter-portal .logos {
    flex-wrap: wrap;
  }
  .prefooter.prefooter-portal .logos .logo img {
    height: 25px !important;
  }

  .container {
    padding: 14px 3vw;
    margin-left: 0;
    width: 100%;
  }

  .article .text-block p {
    padding-right: 0;
  }

  .article .text-block.small p {
    padding-left: 5px;
  }

  .article .text-block.small ul {
    padding-left: 0;
    font-size: 18px;
  }

  .article .image.medium {
    max-width: 100%;
    padding-left: 0;
  }

  .discover .discover-container {
    width: 100%;
  }
  .discover .discover-container .infinite-scroll-component__outerdiv {
    width: 100%;
  }

  .article .text-block.big p {
    font-size: 21px;
  }

  .collapsible.about {
    font-size: 18px;
  }

  .content.padding {
    padding-top: 10px;
  }

  .article .image.big {
    min-width: 100%;
  }

  .columns .intro-text {
    width: 100%;
  }

  .home-menu .community .home-collapsible-project .slick-list {
    height: auto;
  }
  .home-menu .community .home-collapsible-project .slick-slider .slick-slide .slider-item {
    width: 100% !important;
    height: auto;
  }
  .home-menu .community .home-collapsible-project .slick-slider .slick-slide .slider-item h2, .home-menu .community .home-collapsible-project .slick-slider .slick-slide .slider-item span {
    font-size: 16px;
  }
  .home-menu .community .home-collapsible-project .slick-slider .slick-slide .slider-item .text {
    margin-top: 0;
  }
  .home-menu .slick-slider {
    padding-bottom: 0;
  }
  .home-menu .home-collapsible-project .slick-slider .slick-slide .slider-item {
    width: 100%;
    margin-bottom: 24px;
  }
  .home-menu .home-collapsible-project .slick-slider .slick-slide .slider-item .image {
    margin-left: 0;
    margin-right: 0;
  }
  .home-menu .home-collapsible-project .slick-slider .slick-slide .slider-item h2, .home-menu .home-collapsible-project .slick-slider .slick-slide .slider-item span {
    font-size: 18px;
    line-height: 1.2;
  }

  .filter-links {
    display: none;
  }

  .filter-dropdown {
    display: block;
  }

  div.wrapper.intro p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1100px) {
  .discover .discover-container.sub-programme-container .day-programme .loc-item {
    margin-top: -50px;
  }
  .discover .discover-container.sub-programme-container .day-programme .discover-item {
    margin-top: 24px;
    padding-top: 10px;
  }
  .discover .discover-container.sub-programme-container .discover-item {
    width: 33%;
    margin-top: 5px;
    padding-top: 5px;
  }
  .discover .discover-container.sub-programme-container .discover-item .image {
    height: 20vw;
  }

  .festival-wrapper .text-block.small {
    width: 94vw;
  }
  .festival-wrapper .text-block.small p {
    padding-right: 0;
    padding-left: 3vw !important;
  }

  .festival-wrapper .menu .menu-wrapper .breadcrumbs {
    flex-direction: column;
  }

  .tickets {
    margin-top: 64px;
  }
  .tickets .tickets-container .ticket {
    width: 45vw;
  }
  .tickets .info-wrapper {
    flex-direction: column;
  }
  .tickets .info-wrapper .ticket-info {
    width: 95%;
  }

  .festival-home .links p {
    margin: 10px 0 10px 0;
  }
  .festival-home .links a {
    margin: 10px 10px 0px 0;
    font-size: 18px;
    line-height: 2.4;
  }
  .festival-home .festival-hero .wrapper {
    border-bottom: 2px solid black;
  }
  .festival-home .festival-hero .wrapper:after {
    width: 36px;
    height: 36px;
    right: 3vw;
    top: 55%;
  }
  .festival-home .festival-hero h1 {
    font-size: 48px;
    letter-spacing: 4px;
  }
  .festival-home .festival-hero .date {
    font-size: 30px;
  }
  .festival-home .festival-hero .locations {
    font-size: 18px;
    flex-direction: column;
  }
  .festival-home .festival-hero .locations .location {
    margin-bottom: 5px;
  }
  .festival-home .festival-hero .locations .location:after {
    display: none;
  }

  .festival-home .festival-hero-bg {
    height: 100vh;
  }
  .festival-home .festival-hero-bg div {
    font-size: 18vw;
  }

  .festival .content-wrapper {
    top: 650px;
  }
  .festival .text-block.small {
    width: 94vw;
  }
  .festival .text-block.small p {
    padding-right: 0;
    padding-left: 3vw !important;
  }
  .festival .article .image.small {
    max-width: 100%;
  }
  .festival .article h1 {
    font-size: 30px;
  }
  .festival .Collapsible .text-block {
    max-width: 100%;
  }
  .festival .menu .menu-wrapper .breadcrumbs {
    margin-top: 0px;
    top: 550px;
  }
  .festival .menu .menu-wrapper .breadcrumbs a {
    font-size: 64px;
  }
  .festival .menu .menu-wrapper .breadcrumbs .logo-small .glitch {
    font-size: 64px;
  }
  .festival .festival-hero-bg .title {
    top: 600px;
  }
  .festival .festival-hero-bg div {
    font-size: 20vh;
  }
  .festival .festival-hero .info {
    padding: 0;
  }
  .festival .festival-hero .info h1 {
    margin-top: 10px;
    font-size: 14vw;
    padding: 5px 12px;
    overflow: hidden;
    word-wrap: break-word;
  }
  .festival .festival-hero .info .date {
    font-size: 36px;
    padding: 0px 12px;
  }
  .festival .festival-hero .info .locations-wrapper {
    font-size: 36px;
  }
  .festival .festival-hero .info .locations-wrapper .title-text {
    padding-left: 12px;
  }
  .festival .festival-hero .info .locations {
    flex-wrap: wrap;
    font-size: 24px;
  }
  .festival .intro-text {
    width: 95%;
    position: absolute;
    z-index: 99;
    flex-direction: column-reverse;
  }
  .festival .intro-text div:first-child {
    width: 100%;
  }
  .festival .intro-text div:last-child {
    width: 100%;
  }

  .festival-wrapper .intro-text {
    width: 95%;
    z-index: 99;
    flex-direction: column-reverse;
  }
  .festival-wrapper .intro-text div:first-child {
    width: 100%;
  }
  .festival-wrapper .intro-text div:last-child {
    width: 100%;
  }

  .festival-home .container, .festival-wrapper .container {
    height: 100%;
    overflow-y: visible;
  }
}
@media only screen and (max-width: 900px) {
  .discover .discover-container.sub-programme-container .day-programme .loc-item {
    margin-top: -40px;
  }
  .discover .discover-container.sub-programme-container .day-programme .discover-item {
    margin-top: 24px;
    padding-top: 10px;
  }

  .festival-home .festival-hero .wrapper:after {
    top: auto;
    bottom: 0%;
    right: 5%;
    margin-bottom: -10px;
  }

  .festival-home .landing-page.festival-hero .preview {
    display: flex;
    flex-wrap: wrap;
  }
  .festival-home .landing-page.festival-hero .wrapper .info .image-text p {
    text-transform: none;
    font-family: "SuisseIntl";
    font-size: 21px;
    margin: 5px 0 5px 0;
    width: 40vw;
    line-height: 1;
  }
  .festival-home .landing-page.festival-hero .image {
    height: 45vw;
    width: 45vw;
    margin-top: 2vw;
    margin-right: 2vw;
  }
  .festival-home .landing-page.festival-hero .image div {
    width: 100%;
    height: 100%;
  }
  .festival-home .landing-page.festival-hero .image div img {
    z-index: 0;
  }
  .festival-home .landing-page.festival-hero .wrapper .info .artists-preview .image {
    height: 45vw;
    width: 45vw;
  }
  .festival-home .landing-page.festival-hero .wrapper .info .artists-preview .image-text p {
    width: 45vw;
  }
  .festival-home .landing-page.festival-hero .info .news-preview .image, .festival-home .landing-page.festival-hero .info .programme-preview .image {
    height: 60vw;
    width: 94vw;
  }
  .festival-home .landing-page.festival-hero .info .news-preview .image-text p, .festival-home .landing-page.festival-hero .info .programme-preview .image-text p {
    width: 90vw;
  }

  .festival-home .festival-hero-bg {
    height: 300vh;
  }
  .festival-home .festival-hero-bg div {
    font-size: 40vw;
  }
  .festival-home .festival-hero-bg div .layer1,
.festival-home .festival-hero-bg div .layer2,
.festival-home .festival-hero-bg div .layer3 {
    width: 55vw;
    padding: 5vw 20vw;
  }
  .festival-home .festival-hero-bg div .layer1 span:first-child,
.festival-home .festival-hero-bg div .layer2 span:first-child,
.festival-home .festival-hero-bg div .layer3 span:first-child {
    margin-left: 23vw;
  }

  .festival .menu .menu-wrapper .breadcrumbs {
    margin-top: 0px;
    top: 0;
  }
  .festival .menu .menu-wrapper .breadcrumbs a {
    font-size: 36px;
  }
  .festival .menu .menu-wrapper .breadcrumbs .logo-small .glitch {
    font-size: 36px;
  }
  .festival .intro-text {
    top: 60px;
  }
  .festival .content-wrapper {
    top: 600px;
  }
  .festival .festival-hero .bg {
    background-image: url("../noise-fes2.png");
    background-position: top left;
    background-size: cover;
  }
}
@media only screen and (max-width: 600px) {
  .discover .discover-container.sub-programme-container {
    justify-content: flex-start;
  }
  .discover .discover-container.sub-programme-container .discover-item {
    width: 50%;
  }
  .discover .discover-container.sub-programme-container .discover-item .image {
    height: 30vw;
  }

  .tickets {
    margin-top: 40px;
  }
  .tickets .tickets-container .ticket {
    width: 100%;
    height: 150px;
  }

  .menu-modal {
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .prefooter {
    display: none;
  }

  .article.visit .content .wrapper p {
    padding: 0;
  }

  .article {
    width: 98%;
  }

  .festival-home .marquee-highlight, .marquee-highlight {
    display: none;
  }

  .radio .radio-wrapper {
    font-size: 14px;
  }
  .radio .radio-wrapper p {
    font-size: 14px;
  }
}