html {
  font-family: 'FuturaBookC', sans-serif;
  font-weight: normal;
  font-size: 18px;
}
body {
  background-color: #252a30;
  margin: 0;
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 0.6rem;
}
::-webkit-scrollbar-track {
  background: #2c323a;
}
::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.18);
}
::-webkit-scrollbar-thumb:hover {
  background: #d07716;
}
* {
  box-sizing: border-box;
}
body,
header,
main,
footer,
section {
  display: grid;
  position: relative;
}
button,
textarea,
select,
input {
  -webkit-appearance: none;
  font-size: inherit;
  font-family: inherit;
}
a,
button {
  color: #d3a46c;
  transition: color 0.15s ease, background-color 0.15s ease, border 0.15s ease, opacity 0.15s ease, transform 0.15s ease;
}
a:hover,
button:hover,
a:focus,
button:focus {
  color: #d07716;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
li,
label {
  color: #fff;
  line-height: 150%;
}
p,
label,
em,
li {
  font-size: 1.333333333333333rem;
}
[data-e='title'] {
  font-family: 'Forum', serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.section-title {
  font-size: 2.666666666666667rem;
}
em {
  font-style: normal;
}
.list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
  margin: 0;
}
figure {
  margin: 0;
}
ul,
li {
  position: relative;
}
button {
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}
.p-lr-alt,
.p-l-alt {
  padding-left: calc(100vw / 36 * 2);
}
.p-lr-alt,
.p-r-alt {
  padding-right: calc(100vw / 36 * 2);
}
[data-app='header'],
[data-app='footer'],
menu:not(.no-p-lr):not(.no-p-l),
section:not(.no-p-lr):not(.no-p-l),
.p-lr {
  padding-left: calc(100vw / 36 * 4);
}
[data-app='header'],
[data-app='footer'],
menu:not(.no-p-lr):not(.no-p-l),
section:not(.no-p-lr):not(.no-p-r),
.p-lr {
  padding-right: calc(100vw / 36 * 4);
}
[data-app='header'] {
  z-index: 100;
}
[data-app='content'] {
  z-index: 75;
}
[data-app='footer'] {
  z-index: 50;
}
[data-b='other-events'] {
  padding-bottom: 1.333333333333333rem;
}
[data-b='other-events'] [data-e='title'] {
  font-size: 3.222222222222222rem;
  margin-bottom: 0;
}
.event .list-meta-info .text,
[data-b='event'] .list-meta-info .text {
  font-size: 1rem;
}
.event .list-meta-info .icon,
[data-b='event'] .list-meta-info .icon {
  font-size: 0.777777777777778rem;
  margin-right: 0.333333333333333rem;
}
.event .list-meta-info > li:not(:last-child),
[data-b='event'] .list-meta-info > li:not(:last-child) {
  margin-right: 1rem;
}
.event .list-actions > li:not(:last-child),
[data-b='event'] .list-actions > li:not(:last-child) {
  margin-right: 1.333333333333333rem;
}
.event .list-actions a,
[data-b='event'] .list-actions a {
  pointer-events: auto;
  display: inline-block;
  border: 1px solid #d3a46c;
  padding: 0.5rem 1.333333333333333rem;
}
.event .list-actions a > *:not(:last-child),
[data-b='event'] .list-actions a > *:not(:last-child) {
  margin-right: 0.666666666666667rem;
}
.event .list-actions a:hover,
[data-b='event'] .list-actions a:hover,
.event .list-actions a:focus,
[data-b='event'] .list-actions a:focus {
  border-color: #d07716;
}
.event .list-actions .buy a,
[data-b='event'] .list-actions .buy a {
  background-color: #d3a46c;
  color: #000;
}
.event .list-actions .buy a:hover,
[data-b='event'] .list-actions .buy a:hover,
.event .list-actions .buy a:focus,
[data-b='event'] .list-actions .buy a:focus {
  background-color: #d07716;
}
.event .list-actions .text,
[data-b='event'] .list-actions .text {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (max-width: 1600px) {
  html {
    font-size: 17px;
  }
  .p-lr-alt,
  .p-l-alt {
    padding-left: calc(100vw / 36 * 1.5);
  }
  .p-lr-alt,
  .p-r-alt {
    padding-right: calc(100vw / 36 * 1.5);
  }
  [data-app='header'],
  [data-app='footer'],
  menu:not(.no-p-lr):not(.no-p-l),
  section:not(.no-p-lr):not(.no-p-l),
  .p-lr {
    padding-left: calc(100vw / 36 * 3);
  }
  [data-app='header'],
  [data-app='footer'],
  menu:not(.no-p-lr):not(.no-p-l),
  section:not(.no-p-lr):not(.no-p-r),
  .p-lr {
    padding-right: calc(100vw / 36 * 3);
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 16px;
  }
  .p-lr-alt,
  .p-l-alt {
    padding-left: calc(100vw / 36 * 1);
  }
  .p-lr-alt,
  .p-r-alt {
    padding-right: calc(100vw / 36 * 1);
  }
  [data-app='header'],
  [data-app='footer'],
  menu:not(.no-p-lr):not(.no-p-l),
  section:not(.no-p-lr):not(.no-p-l),
  .p-lr {
    padding-left: calc(100vw / 36 * 2);
  }
  [data-app='header'],
  [data-app='footer'],
  menu:not(.no-p-lr):not(.no-p-l),
  section:not(.no-p-lr):not(.no-p-r),
  .p-lr {
    padding-right: calc(100vw / 36 * 2);
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 15px;
  }
  .event .list-actions a,
  [data-b='event'] .list-actions a {
    padding: 0.333333333333333rem 1rem;
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 12px;
  }
  .p-lr-alt,
  .p-l-alt {
    padding-left: 0;
  }
  .p-lr-alt,
  .p-r-alt {
    padding-right: 0;
  }
  [data-app='header'],
  [data-app='footer'],
  menu:not(.no-p-lr):not(.no-p-l),
  section:not(.no-p-lr):not(.no-p-l),
  .p-lr {
    padding-left: calc(100vw / 12);
  }
  [data-app='header'],
  [data-app='footer'],
  menu:not(.no-p-lr):not(.no-p-l),
  section:not(.no-p-lr):not(.no-p-r),
  .p-lr {
    padding-right: calc(100vw / 12);
  }
  .section-title {
    font-size: 2rem;
  }
}
