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

body {
  color: #333;
  letter-spacing: .06px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #ede3a5, #be9333 35%, #ede3a5 62%, #b17e2b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  margin-bottom: 26px;
  font-family: Talkine, Georgia, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.1em;
}

h2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #ede3a5, #be9333 35%, #ede3a5 62%, #b17e2b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Tan California, Georgia, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
}

h4 {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #ede3a5, #be9333 35%, #ede3a5 62%, #b17e2b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Talkine, Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
}

p {
  color: #ede3a5;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #ede3a5, #be9333 35%, #ede3a5 62%, #b1b1b1 100%, #b17e2b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-family: orbital, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3em;
}

a {
  color: #ede3a5;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #ede3a5, #be9333 35%, #ede3a5 62%, #b17e2b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Tan California, Georgia, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.body {
  color: #ede3a5;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-landing {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-about {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 90svh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.wrapper._100height {
  height: 100%;
}

.wrapper.narrow {
  max-width: 700px;
}

.wrapper.navwrapper {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
}

.wrapper.extraartists {
  flex-flow: row;
}

.wrapper.copyright {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.wrapper.gallery {
  width: 130%;
  max-width: none;
}

.wrapper.artist-nav {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.wrapper.left {
  justify-content: center;
  align-items: flex-start;
}

.landing-logo-img {
  width: 460px;
  position: relative;
}

.about-h1 {
  color: #ede3a5;
  -webkit-text-stroke-width: 0px;
}

.overlay-gradients {
  z-index: 80;
  pointer-events: none;
  position: fixed;
  inset: 0%;
}

.gradient {
  opacity: .8;
  background-image: linear-gradient(#000 15%, #0000);
  height: 15svh;
  position: absolute;
  inset: 0% 0% auto;
}

.gradient.bottom {
  background-image: linear-gradient(0deg, #000 12%, #0000);
  inset: auto 0% 0%;
}

.navbarlink {
  margin-left: 41px;
  transition: all .28s cubic-bezier(.55, .055, .675, .19);
}

.navbarlink:hover {
  filter: grayscale();
  text-shadow: 0 0 15px #ede3a4, 0 0 15px #ede3a4, 0 0 15px #ede3a4;
}

.navbarlink.artist-nav {
  pointer-events: auto;
  margin-left: 0;
}

.navbaricon {
  width: 17px;
  transition: all .28s cubic-bezier(.55, .055, .675, .19);
}

.navbaricon:hover {
  filter: grayscale() drop-shadow(0 0 5px #ede3a5) drop-shadow(0 0 15px #ede3a57d) drop-shadow(0 0 15px #ede3a5);
  text-shadow: 0 0 15px #ede3a4, 0 0 15px #ede3a4, 0 0 15px #ede3a4;
}

.mobilemenutext {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #ede3a5, #be9333 35%, #ede3a5 62%, #b17e2b);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
}

.navibar {
  z-index: 90;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.overlay-texture {
  z-index: 70;
  opacity: .86;
  pointer-events: none;
  mix-blend-mode: screen;
  background-image: url('/assets/images/HetDiksteCafe_backgroundtile.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: 512px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  will-change: opacity;
  transform: translateZ(0);
}

.main-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.navibar-m {
  z-index: 90;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.mobilemenu-div {
  display: none;
}

.mobilemenulink {
  margin-left: 41px;
  transition: background-color .28s cubic-bezier(1, .088, .25, 1), text-shadow .28s cubic-bezier(.6, .04, .98, .335);
}

.mobilemenuicon {
  width: 17px;
  transition: all .28s cubic-bezier(.55, .055, .675, .19);
}

.section-artists {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 270px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.artists-outerdiv {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.artists-link {
  text-align: center;
  white-space: nowrap;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Talkine, Georgia, sans-serif;
  font-size: 40px;
  line-height: 1em;
  transition: all .28s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  position: relative;
}

.artists-link:hover {
  filter: grayscale();
  text-shadow: 0 0 15px #ede3a5;
}

.artists-link.medium {
  margin-bottom: -11px;
  font-size: 75px;
  overflow: visible;
}

.artists-link.large {
  margin-bottom: -11px;
  font-size: 100px;
}

.artists-txt {
  margin-bottom: 4px;
}

.section-tickets {
  z-index: 20;
  background-image: url('/assets/images/HetDiksteCafe_backgroundlights.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-faq {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-gallery {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-partners {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-copyright {
  z-index: 90;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.artists-txt-extra {
  margin-right: 8px;
}

.artists-txt-extra.silver {
  opacity: .39;
  background-image: linear-gradient(45deg, #ededed, #a0a0a0 35%, #ddd 62%, #b1b1b1 100%, #969696);
}

.artists-extradiv {
  margin-top: 28px;
}

.tickets-innerdiv {
  background-color: #000;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 28px 22px;
  display: flex;
  position: relative;
  max-width: 100%;
}

.tickets-outerdiv-border {
  background-image: linear-gradient(#ede3a5, #be9333 35%, #ede3a5 62%, #b17e2b);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
  position: relative;
  inset: 0%;
  max-width: 100%;
}

.tickets-h1 {
  color: #ede3a5;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  margin-top: 10px;
}

.landing-outerdiv-border {
  background-image: linear-gradient(#ede3a5, #be9333 35%, #ede3a5 62%, #b17e2b);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2px;
  display: flex;
  position: relative;
  inset: 0%;
}

.landing-innerdiv-frame {
  background-color: #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 13px;
  display: flex;
  position: relative;
}

.tickets-listdiv {
  margin-bottom: 22px;
}

.tickets-item-outerdiv {
  background-image: linear-gradient(#ede3a5, #be9333 35%, #ede3a5 62%, #b17e2b);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1px 0 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.tickets-item-outerdiv.firstitem {
  padding-top: 0;
}

.tickets-item-innerdiv {
  background-color: #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  display: flex;
  position: relative;
}

.tickets-item-h3 {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(46deg, #ede3a5, #be9333 35%, #ede3a5 62%, #b1b1b1 100%, #b17e2b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 46px;
  font-family: Talkine, Georgia, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.tickets-item-h3.soldout {
  opacity: .37;
}

.tickets-item-price {
  color: #b17e2b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: orbital, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}

.tickets-item-price.soldout {
  color: #d82b1e;
  font-weight: 700;
}

.ticketbtn-outerdiv {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 6px;
  min-width: 60%;
  padding: 1px;
  transition: all .23s cubic-bezier(.55, .055, .675, .19);
}

.ticketbtn-outerdiv:hover {
  background-image: linear-gradient(45deg, #ede3a5, #be9333 35%, #ede3a5 62%, #b17e2b);
  box-shadow: 0 1px 16px 2px #ede3a5;
}

.ticketbtn-innerdiv {
  background-color: #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 3px 31px;
  transition: all .28s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.faq-h1 {
  color: #ede3a5;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  width: 100%;
  margin-top: 10px;
}

.partners-h1 {
  color: #ede3a5;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  width: 100%;
  margin-top: 10px;
}

.copyright-txt {
  opacity: .59;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.accordion-wrapper {
  width: 100%;
}

.accordion-item {
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
  position: relative;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.icon.accordion-icon {
  color: #ede3a5;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 3px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.icon.accordion-icon-glow {
  color: #ede3a5;
  text-shadow: 0 0 15px #ede3a5, 0 0 15px #ede3a5, 0 0 15px #ede3a5;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 3px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  position: absolute;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.paragraph {
  margin-left: 30px;
}

.icon-outer {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 30px;
  margin-right: 10px;
  display: flex;
}

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

.partners-item {
  padding: 21px;
  transition: all .2s;
}

.partners-item:hover {
  opacity: .51;
}

.partners-logo {
  width: 150px;
}

.faq-h2 {
  color: #ede3a5;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  width: 100%;
  margin-top: 50px;
  line-height: 2em;
}

.faq-outerdiv {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq-innerdiv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.accordian-item-h4-wrap {
  justify-content: flex-start;
  align-items: center;
}

.accordion-heading-glow {
  filter: grayscale();
  text-shadow: 0 0 15px #ede3a5, 0 0 15px #ede3a5;
  cursor: pointer;
  background-image: linear-gradient(45deg, #ede3a5, #be9333 35%, #ede3a5 62%, #b17e2b);
  flex: 1;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  position: absolute;
}

.gallery-item {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.gallery-grid {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ".";
  align-content: start;
  place-items: stretch center;
  width: 100%;
}

.gallery-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.page-artist {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100svh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.artist-title-h1 {
  color: #ede3a5;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  font-size: 60px;
}

.artist-about-p {
  column-count: 2;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.artist-btn-outerdiv {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 6px;
  padding: 1px;
  transition: all .23s cubic-bezier(.55, .055, .675, .19);
}

.artist-btn-outerdiv:hover {
  background-image: linear-gradient(45deg, #ede3a5, #be9333 35%, #ede3a5 62%, #b17e2b);
  box-shadow: 0 1px 16px 2px #ede3a5;
}

.artist-btn-innerdiv {
  background-color: #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 3px 22px;
  transition: all .28s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.artist-btn-txt {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #ede3a5, #be9333 35%, #ede3a5 62%, #b17e2b);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
}

.artist-img-img {
  object-fit: cover;
  flex: 1;
  width: 100%;
  max-width: none;
  height: 100%;
}

.section-copyright-artist {
  z-index: 90;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding-top: 26px;
  padding-bottom: 26px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.artist-column-outerdiv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 66.6667%;
  padding: 22px;
  display: flex;
  position: relative;
}

.artist-column-outerdiv.img {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 33.3333%;
}

.page-artist-outerdiv {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.artist-social-div {
  background-color: #000;
  justify-content: space-between;
  padding-top: 23px;
  padding-bottom: 23px;
  display: flex;
}

.artist-social-outerdiv {
  background-image: linear-gradient(#ede3a5, #be9333 35%, #ede3a5 62%, #b17e2b);
  margin-top: 36px;
  padding-top: 1px;
}

.artist-img-innerdiv {
  background-color: #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.artist-img-outerdiv {
  background-image: linear-gradient(45deg, #ede3a5, #be9333 35%, #ede3a5 62%, #b17e2b);
  border-radius: 15px;
  justify-content: center;
  align-items: stretch;
  padding: 2px;
  display: flex;
}

.page-nav-div {
  z-index: 91;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.page-nav-txt {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #ede3a5, #be9333 35%, #ede3a5 62%, #b17e2b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Tan California, Georgia, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.div-block {
  mix-blend-mode: multiply;
  background-color: #0d00ff;
  width: 500px;
  height: 500px;
  position: absolute;
}

.landing-frame-outer {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.frame-corner {
  width: 50px;
  transform: rotate(-90deg);
}

.frame-corner._2 {
  transform: rotate(0);
}

.frame-topdiv-outer {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.frame-topdiv-outer.bottom {
  transform: rotate(180deg);
}

.frame-topdiv-inner {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.frame-topdiv-img {
  max-width: none;
  height: 18px;
}

.frame-middiv-outer {
  z-index: 30;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-middiv-inner {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-middiv-img {
  width: 18px;
  max-width: none;
}

.landing-grame-coloroverlay {
  z-index: 40;
  pointer-events: none;
  mix-blend-mode: multiply;
  background-image: linear-gradient(45deg, #ede3a5, #be9333 35%, #ede3a5 62%, #b17e2b);
  position: absolute;
  inset: 0%;
}

.landing-content {
  z-index: 70;
  mix-blend-mode: screen;
  justify-content: center;
  align-items: center;
  margin: 37px 39px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.landing-date-div {
  position: absolute;
  inset: auto 0% 0%;
}

.landding-date-txt {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(46deg, #ede3a5, #be9333 35%, #ede3a5 62%, #b1b1b1 100%, #b17e2b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Talkine, Georgia, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.4em;
}

.landding-date-txt.soldout {
  opacity: .37;
}

.artistframe-outerdiv-border {
  background-image: linear-gradient(#ede3a5, #be9333 35%, #ede3a5 62%, #b17e2b);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-bottom: 61px;
  padding: 2px;
  display: flex;
  position: relative;
  inset: 0%;
}

.artistframe-content {
  z-index: 50;
  justify-content: center;
  align-items: center;
  margin: 52px 50px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.landing-logo-wrap {
  position: relative;
}

.landing-logo-glow {
  display: none;
  position: absolute;
  inset: 0%;
}

.landing-logo-glow2 {
  opacity: .9;
  width: 100%;
  max-width: none;
  height: 100%;
}

.googletag-inbody {
  display: none;
}

.page-page-outerdiv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 66.666%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.page-title-h1 {
  color: #ede3a5;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  font-size: 60px;
}

.page-text-txt {
  column-count: 1;
  margin-bottom: 30px;
}

.page-btn-outerdiv {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 6px;
  padding: 1px;
  transition: all .23s cubic-bezier(.55, .055, .675, .19);
}

.page-btn-outerdiv:hover {
  background-image: linear-gradient(45deg, #ede3a5, #be9333 35%, #ede3a5 62%, #b17e2b);
  box-shadow: 0 1px 16px 2px #ede3a5;
}

.page-btn-innerdiv {
  background-color: #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 3px 22px;
  transition: all .28s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.page-btn-txt {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #ede3a5, #be9333 35%, #ede3a5 62%, #b17e2b);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 400;
}

.section-copyright-page {
  z-index: 90;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding-top: 26px;
  padding-bottom: 26px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.ticketbtn-vv-outerdiv {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 6px;
  padding: 1px;
  transition: all .23s cubic-bezier(.55, .055, .675, .19);
}

.ticketbtn-vv-outerdiv:hover {
  background-image: linear-gradient(45deg, #ede3a5, #be9333 35%, #ede3a5 62%, #b17e2b);
  box-shadow: 0 1px 16px 2px #ede3a5;
}

.ticketbtn--vv-innerdiv {
  text-align: center;
  background-color: #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 5px 31px;
  line-height: 1.4em;
  transition: all .28s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.copyright-link-btn {
  opacity: .74;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-left: 37px;
  transition: all .2s;
}

.copyright-link-btn:hover {
  opacity: .33;
}

.copyright-link-txt {
  opacity: .59;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-bottom: 0;
  font-family: orbital, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.copyright-links-div {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.embed-cookiedecl {
  max-width: 100%;
}

.embed-cm {
  width: 100%;
}

.landing-logo-vid {
  width: 900px;
  max-width: 110vw;
  position: relative;
}

.logo-container video {
  max-height: 50svh;
}

.vriendenloterij-img {
  width: 200px;
  opacity: 0.8;
}

.vriendenloterij-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0px;
  margin-top: -30px;
  display: flex;
  opacity: 0.9;
}

.section-merchandise {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.merchandise-h1 {
  color: #ede3a5;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  width: 100%;
  margin-top: 10px;
}

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

.merchandise-item {
  padding: 21px;
  transition: all .2s;
}

.merchandise-item:hover {
  opacity: .51;
}

.merchandise-img {
  width: 150px;
}

.merchandise-images-div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  padding-bottom: 20px;
}

.merchandise-img-div {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  flex: 1 1 calc(33.333% - 11px);
  min-width: 300px;
  min-height: 200px;
  display: flex;
  overflow: hidden;
}

.merchandise-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.artists-threediv {
  padding-bottom: 0px;
}

.artists-threediv-covers {
  display: flex;
  gap: 16px;
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
  justify-content: center;
}

.artists-coverimg-div {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  flex: 1;
  max-height: 400px;
  display: flex;
  overflow: hidden;
  max-width: 33%;
  transition: all .23s cubic-bezier(.55, .055, .675, .19);
}

.artists-coverimg-div:hover {
  /* opacity: 0.9; */
  box-shadow: 0 1px 16px 2px #ede3a5;
}

.artists-coverimg-div:hover .artists-coverimg-img {
  transform: scale(1.03);
}

.artists-coverimg-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: all .23s cubic-bezier(.55, .055, .675, .19);
}

@media screen and (max-width: 991px) {
  .navbarlink {
    padding: 0;
  }

  .overlay-texture {
    will-change: opacity, transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .landing-outerdiv-border {
    padding: 1px;
  }

  .landing-innerdiv-frame {
    padding: 9px;
  }

  .tickets-item-h3 {
    padding-right: 24px;
  }

  .accordion-item {
    padding-right: 0;
  }

  .faq-outerdiv {
    flex-flow: column;
  }

  .artist-btn-outerdiv {
    margin-bottom: 10px;
  }

  .artist-column-outerdiv {
    width: 100%;
    margin-top: 40svh;
    padding: 40px 0 0;
  }

  .artist-column-outerdiv.img {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40svh;
    margin-top: 0;
    padding: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .page-artist-outerdiv {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .artist-social-div {
    flex-flow: column;
  }

  .artist-img-outerdiv {
    height: 100%;
  }

  .frame-corner {
    width: 30px;
  }

  .frame-topdiv-img {
    height: 11px;
  }

  .frame-middiv-img {
    width: 11px;
  }

  .landing-content {
    margin: 33px 41px;
  }

  .page-page-outerdiv {
    justify-content: center;
    align-items: center;
    width: 1006%;
  }

  .page-title-h1,
  .page-text-txt {
    text-align: center;
  }

  .page-btn-outerdiv {
    margin-bottom: 10px;
  }

  .ticketbtn--vv-innerdiv {
    font-size: 8px;
  }
}

@media screen and (max-width: 767px) {
  .section-landing {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper.extraartists,
  .wrapper.copyright {
    flex-flow: column;
  }

  .landing-logo-img {
    width: 400px;
    max-width: 100%;
  }

  .navbar-links-div,
  .navbarlink {
    position: relative;
  }

  .navbarlink:hover {
    filter: none;
    text-shadow: none;
  }

  .navibar {
    display: none;
  }

  .navibar-m {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobilemenu-div {
    z-index: 60;
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .mobilemenulink {
    margin-bottom: 33px;
    margin-left: 0;
    font-size: 16px;
  }

  .mobilemenu-close {
    z-index: 95;
    filter: grayscale();
    text-shadow: 0 0 15px #ede3a5, 0 0 15px #ede3a5, 0 0 15px #ede3a5;
    justify-content: flex-end;
    align-items: center;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .artists-outerdiv.left {
    overflow: visible;
  }

  .artists-link.small {
    margin-bottom: 0;
    font-size: 30px;
  }

  .artists-link.medium {
    flex: 1;
    margin-bottom: -6px;
    font-size: 55px;
  }

  .artists-link.large {
    margin-bottom: -9px;
    font-size: 85px;
  }

  .artists-txt {
    white-space: pre;
  }

  .artists-txt-extra {
    margin-bottom: 0;
  }

  .tickets-item-h3 {
    padding-right: 14px;
    font-size: 14px;
  }

  .ticketbtn-innerdiv {
    position: relative;
  }

  .ticketbtn-innerdiv:hover {
    filter: none;
    text-shadow: none;
  }

  .accordion-item-content {
    margin-right: 0;
  }

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

  .merchandise-images-div {
    grid-template-columns: 1fr 1fr;
  }

  .artists-item-innerdiv.right {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .artist-title-h1 {
    font-size: 33px;
  }

  .artist-about-p {
    column-count: 1;
  }

  .artist-btn-outerdiv {
    margin-bottom: 13px;
  }

  .artist-btn-innerdiv {
    position: relative;
  }

  .artist-btn-innerdiv:hover {
    filter: none;
    text-shadow: none;
  }

  .artist-social-div {
    flex-flow: column;
  }

  .artist-img-innerdiv {
    height: 100%;
  }

  .landing-content {
    z-index: 90;
  }

  .landding-date-txt {
    font-size: 15px;
  }

  .landing-logo-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .page-title-h1 {
    font-size: 30px;
  }

  .page-text-txt {
    column-count: 1;
  }

  .page-btn-outerdiv {
    margin-bottom: 13px;
  }

  .page-btn-innerdiv {
    position: relative;
  }

  .page-btn-innerdiv:hover {
    filter: none;
    text-shadow: none;
  }

  .ticketbtn--vv-innerdiv {
    position: relative;
  }

  .ticketbtn--vv-innerdiv:hover {
    filter: none;
    text-shadow: none;
  }

  .copyright-link-btn {
    margin-left: 23px;
    margin-right: 23px;
  }

  .copyright-links-div {
    margin-top: 23px;
  }

  .landing-logo-vid {
    width: 700px;
  }

  .vriendenloterij-container {
    margin-bottom: 20px;
    margin-top: -40px;
  }

  .vriendenloterij-img {
    width: 140px;
  }

  .artists-coverimg-div {
    max-width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .landing-logo-wrap {
    flex: 1;
  }

  .landing-logo-glow2 {
    max-width: none;
  }

  .copyright-link-btn {
    flex: none;
    margin-left: 12px;
    margin-right: 12px;
  }
}

#w-node-_9810f12f-30e1-5709-f234-6420fbc45c76-ba070d1c,
#w-node-_4e9143d8-d3be-ecd3-384b-43fd4d143043-ba070d1c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_7a1a8333-e73d-c307-5330-4f97f236f06d-ba070d1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Talkine';
  src: url('/assets/fonts/Talkine-Regular.woff2') format('woff2'), url('../fonts/Talkine-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tan California';
  src: url('/assets/fonts/tan_-_california_oblique-webfont.woff2') format('woff2'), url('../fonts/tan_-_california_oblique-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Tan California';
  src: url('/assets/fonts/tan_-_california-webfont.woff2') format('woff2'), url('../fonts/tan_-_california-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}