@charset "UTF-8";
/* ++++++++++
+++ STYLE +++
++++++++++ */
@-ms-viewport {
  width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select {
  background: transparent;
  border: 0;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0 auto 0;
  padding: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  -ms-overflow-style: scrollbar; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

fieldset {
  /* Chrome and Firefox setting here
      min-width: min-content */
  min-width: 0; }

/* ============
=== HELPERS ===
============ */
.dribbble {
  color: #EA4C89; }

.facebook {
  color: #3B5999; }

.flickr {
  color: #FF0084; }

.googleplus {
  color: #DD4B39; }

.instagram {
  color: #E4405F; }

.linkedin {
  color: #0077B5; }

.pinterest {
  color: #BD081C; }

.snapchat {
  color: #FFFC00; }

.soundcloud {
  color: #ff3300; }

.tumblr {
  color: #34465D; }

.twitter {
  color: #55ACEE; }

.vimeo {
  color: #1AB7EA; }

.whatsapp {
  color: #25D366; }

.youtube {
  color: #CD201F; }

[data-tooltip]:before,
[data-tooltip]:after, .button, .button-secondary, input,
textarea,
select {
  -webkit-transition-property: background-color, border, box-shadow, color, opacity, background;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -webkit-transition-property: background-color, border, color, opacity, background, -webkit-box-shadow;
  transition-property: background-color, border, color, opacity, background, -webkit-box-shadow;
  transition-property: background-color, border, box-shadow, color, opacity, background;
  transition-property: background-color, border, box-shadow, color, opacity, background, -webkit-box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease; }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(4em);
    transform: translateY(4em);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-up {
  0% {
    -webkit-transform: translateY(4em);
    transform: translateY(4em);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(-2em);
    transform: translateX(-2em);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-left {
  0% {
    -webkit-transform: translateX(-2em);
    transform: translateX(-2em);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes fade-right {
  0% {
    -webkit-transform: translateX(2em);
    transform: translateX(2em);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-right {
  0% {
    -webkit-transform: translateX(2em);
    transform: translateX(2em);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("../fonts/poppins-bold.woff2") format("woff2"), url("../fonts/poppins-bold.woff") format("woff"); }

@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/inter-ui-regular.woff2") format("woff2"), url("../fonts/inter-ui-regular.woff") format("woff"); }

@font-face {
  font-family: 'Inter UI';
  font-style: italic;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/inter-ui-italic.woff2") format("woff2"), url("../fonts/inter-ui-italic.woff") format("woff"); }

@font-face {
  font-family: 'Inter UI';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("../fonts/inter-ui-bold.woff2") format("woff2"), url("../fonts/inter-ui-bold.woff") format("woff"); }

@font-face {
  font-family: 'Inter UI';
  font-style: italic;
  font-weight: 700;
  font-display: block;
  src: url("../fonts/inter-ui-bolditalic.woff2") format("woff2"), url("../fonts/inter-ui-bolditalic.woff") format("woff"); }

::selection {
  background: #ED1C24;
  color: #FFFFFF; }

:-ms-input-placeholder {
  color: currentColor;
  opacity: 0.4; }

:-moz-input-placeholder {
  color: currentColor;
  opacity: 0.4; }

::-moz-input-placeholder {
  color: currentColor;
  opacity: 0.4; }

::-webkit-input-placeholder {
  color: currentColor;
  opacity: 0.4; }

figcaption,
p, .content {
  font: 400 1em/1.5 "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; }

figcaption {
  color: #808080;
  font: 400 1em/1.5 "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.button, .button-secondary, .pullquote-author, .sidebar-title, .feature-header-date, .highlight-header-date, .slide-header-date, .list-header-date, .tile-header-date, .event-header-date, .event-presented {
  font: 400 0.8em/1.875 "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

h1 {
  font: 700 1em/1.1 "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: calc( ( ( 1.80203 - 1.80203 * 0.2) * 1em) + ( 1.80203 * 1vw)); }
  @media screen and (min-width: 1440px) {
    h1 {
      font-size: calc( ( 1.80203 + 1.80203 * 0.7) * 1em); } }

h2 {
  font: 700 1em/1.1 "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: calc( ( ( 1.60181 - 1.60181 * 0.2) * 1em) + ( 1.60181 * 1vw)); }
  @media screen and (min-width: 1440px) {
    h2 {
      font-size: calc( ( 1.60181 + 1.60181 * 0.7) * 1em); } }

h3 {
  font: 700 1em/1.1 "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: calc( ( ( 1.42383 - 1.42383 * 0.2) * 1em) + ( 1.42383 * 1vw)); }
  @media screen and (min-width: 1440px) {
    h3 {
      font-size: calc( ( 1.42383 + 1.42383 * 0.7) * 1em); } }

h4, .list-header-title, .tile-header-title {
  font: 700 1em/1.1 "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: calc( ( ( 1.26562 - 1.26562 * 0.2) * 1em) + ( 1.26562 * 1vw)); }
  @media screen and (min-width: 1440px) {
    h4, .list-header-title, .tile-header-title {
      font-size: calc( ( 1.26562 + 1.26562 * 0.7) * 1em); } }

h5 {
  font: 700 1em/1.1 "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: calc( ( ( 1.125 - 1.125 * 0.2) * 1em) + ( 1.125 * 1vw)); }
  @media screen and (min-width: 1440px) {
    h5 {
      font-size: calc( ( 1.125 + 1.125 * 0.7) * 1em); } }

h6 {
  font: 700 1em/1.1 "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; }

[data-tooltip] {
  position: relative; }

[data-tooltip]:before,
[data-tooltip]:after {
  opacity: 0;
  bottom: 100%;
  left: 50%;
  position: absolute;
  visibility: hidden; }

[data-tooltip]:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  background-color: #333333;
  border-radius: 0;
  color: #FFFFFF;
  content: attr(data-tooltip);
  font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: normal;
  margin-bottom: 5px;
  padding: 0.25em 0.5em; }

[data-tooltip]:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333333;
  content: "";
  font-size: 0;
  line-height: 0;
  margin-left: -5px;
  width: 0; }

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1; }

.button, .button-secondary {
  color: #FFFFFF;
  display: inline-block;
  font-weight: 700;
  padding: 0.5em 1em;
  text-align: center; }
  @media screen and (min-width: 425px) {
    .button, .button-secondary {
      padding: 1em; } }
  @media screen and (min-width: 768px) {
    .button, .button-secondary {
      padding: 1em 2em; } }

.button {
  -webkit-box-shadow: inset 0 0 0 2px #ED1C24;
          box-shadow: inset 0 0 0 2px #ED1C24;
  background-color: #ED1C24; }
  .button:hover {
    background-color: transparent; }
  .button:active {
    background: #ED1C24; }

.button-secondary {
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1); }
  .button-secondary:hover {
    -webkit-box-shadow: inset 0 0 0 2px #ED1C24;
            box-shadow: inset 0 0 0 2px #ED1C24; }
  .button-secondary:active {
    background: rgba(237, 28, 36, 0.1); }

input,
textarea,
select {
  color: #333333;
  border-radius: 0;
  border: 2px solid #CCCCCC;
  font: 400 1em/1.5 "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 2.5em;
  padding: 0 1em;
  width: 100%; }
  input:disabled,
  textarea:disabled,
  select:disabled {
    background-color: #E6E6E6; }

form {
  font: 1rem "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  form p {
    font: 1em "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; }

[type="text"],
[type="number"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="time"],
[type="search"],
[type="tel"],
[type="url"],
[type="email"],
[list],
textarea,
select {
  background: #FFFFFF;
  outline: none; }
  [type="text"]:focus,
  [type="number"]:focus,
  [type="date"]:focus,
  [type="datetime"]:focus,
  [type="datetime-local"]:focus,
  [type="month"]:focus,
  [type="week"]:focus,
  [type="time"]:focus,
  [type="search"]:focus,
  [type="tel"]:focus,
  [type="url"]:focus,
  [type="email"]:focus,
  [list]:focus,
  textarea:focus,
  select:focus {
    border-color: #ED1C24; }

textarea {
  resize: vertical;
  padding: 0.5em 1em;
  height: auto;
  min-height: 8em; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer; }

[type="color"],
[type="file"] {
  border: none;
  line-height: 1;
  padding: 0; }

[type="file"] {
  height: auto; }

label {
  font: 400 1em/1.5 "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block; }
  label + input,
  label + textarea,
  label + select {
    margin-top: 0.25em; }

legend {
  width: 100%; }

[type="checkbox"],
[type="radio"] {
  float: left;
  height: 1.5em;
  margin-right: 0.5em;
  width: auto; }
  [type="checkbox"] + label,
  [type="radio"] + label {
    display: inline;
    font-style: normal; }

.icon {
  display: inline-block;
  fill: currentColor;
  height: 1.5em;
  vertical-align: top;
  width: 1.5em; }

/* =========
=== CORE ===
========= */
/* ++++++++++++++++++++
+++ LAYOUT: GENERAL +++
++++++++++++++++++++ */
main * + * {
  margin: 1em auto 0; }

body,
br,
dd,
option,
td,
th,
svg {
  margin-top: 0; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  background: #1A1A1A url("../img/noise.png");
  background-attachment: fixed;
  color: #FFFFFF;
  font: 400 1em/1.5 "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  width: 100%;
  overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  word-wrap: break-word; }

figcaption,
p {
  overflow-wrap: break-word;
  word-wrap: break-word; }

figcaption {
  margin-top: 0.5em;
  color: #666666; }

a {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

hr {
  border: none;
  border-top: 2px solid #CCCCCC; }

img {
  display: block;
  height: auto;
  max-width: 100%; }

picture * {
  margin-top: 0; }

li {
  list-style: none; }

.section {
  display: block;
  margin: 0;
  padding: 2em 0;
  width: 100%; }
  @media screen and (min-width: 425px) {
    .section {
      padding: 2em 0; } }
  @media screen and (min-width: 1024px) {
    .section {
      padding: 3em 0; } }

.container {
  max-width: 80em;
  padding: 0 2em;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 425px) {
    .container {
      padding: 0 2em; } }

figcaption a,
p a, .nav-item-link, .footer-credits a, .sidebar-nav-item-link, .content a, .feature-header-title a, .highlight-header-title a, .list-header-title a, .feed-label, .feed-more a, .tile-header-title a {
  -webkit-transition: background-size 0.4s ease, color 0.4s ease;
  transition: background-size 0.4s ease, color 0.4s ease;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #ED1C24), to(transparent));
  background-image: linear-gradient(to right, #ED1C24 100%, transparent 100%);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0% 50%; }
  figcaption a:hover,
  p a:hover, .nav-item-link:hover, .footer-credits a:hover, .sidebar-nav-item-link:hover, .content a:hover, .feature-header-title a:hover, .highlight-header-title a:hover, .list-header-title a:hover, .feed-label:hover, .feed-more a:hover, .tile-header-title a:hover {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #ED1C24), to(transparent));
    background-image: linear-gradient(to right, #ED1C24 100%, transparent 100%);
    background-position: 0% 100%;
    background-size: 100% 50%;
    color: #FFFFFF; }

.feature-image, .list-image, .tile-image, .poster-image {
  position: relative; }
  .feature-image:after, .list-image:after, .tile-image:after, .poster-image:after {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background: #ED1C24;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .feature-image:hover:after, .list-image:hover:after, .tile-image:hover:after, .poster-image:hover:after {
    opacity: 0.5; }

.grid-1, .grid-2, .grid-3, .grid-4, .tile, .event-details-lineup li, .event-details-price li {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.inline-group {
  margin-top: -1em; }
  * + .inline-group {
    margin-top: 0; }
  .inline-group > * {
    float: left;
    margin: 1em 1em 0 auto; }

.text-columns {
  -moz-columns: 15em 2;
  -moz-column-gap: 2em;
  -webkit-columns: 15em 2;
  -webkit-column-gap: 2em;
  columns: 15em 2;
  column-gap: 2em;
  text-align: left;
  max-width: 60em; }

.hidden {
  left: -9999px !important;
  position: fixed !important;
  top: -9999px !important; }

.spinner {
  -webkit-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
  display: inline-block;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #ED1C24;
  border-radius: 50%;
  width: 2em;
  height: 2em; }

.clearfix:after, .inline-group:after {
  clear: both;
  content: "";
  display: table; }

blockquote p {
  font: italic 700 1.6em/1.2 "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: calc(1.5em + 0.5vw);
  quotes: "“" "”" "‘" "’";
  text-indent: -0.4em; }
  blockquote p:before {
    content: open-quote; }
  blockquote p:after {
    content: close-quote; }

@media screen and (min-width: 1024px) {
  blockquote p {
    font-size: 2em; } }

.pullquote {
  text-align: center; }
  .pullquote blockquote:before {
    background: #ED1C24;
    content: '';
    display: block;
    height: 4px;
    margin: 0 auto 1em;
    width: 120px; }
  .pullquote blockquote p {
    text-indent: 0; }
  .pullquote-author {
    color: #ED1C24;
    margin-top: 1em; }

/* +++++++++++++++++
+++ LAYOUT: GRID +++
+++++++++*+++++++ */
@supports (display: grid) {
  .grid-1, .grid-2, .grid-3, .grid-4 {
    display: grid;
    grid-gap: 2em;
    grid: 1fr / 1fr;
    grid-auto-flow: row dense;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content; } }

.grid-1 > *, .grid-2 > *, .grid-3 > *, .grid-4 > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 17em;
          flex: 1 17em;
  margin: 1em 0.5em; }
  @supports (display: grid) {
    .grid-1 > *, .grid-2 > *, .grid-3 > *, .grid-4 > * {
      margin: 0; } }

.grid-1 .container, .grid-2 .container, .grid-3 .container, .grid-4 .container {
  padding: 0 1em; }

@media screen and (min-width: 768px) {
  .grid-1, .grid-2, .grid-3, .grid-4 {
    grid-gap: 2em; }
    .grid-1 > *, .grid-2 > *, .grid-3 > *, .grid-4 > * {
      margin: 2em 1em; }
      @supports (display: grid) {
        .grid-1 > *, .grid-2 > *, .grid-3 > *, .grid-4 > * {
          margin: 0; } }
    .grid-1 .container, .grid-2 .container, .grid-3 .container, .grid-4 .container {
      padding: 0 2em; } }

@media screen and (min-width: 425px) {
  .grid-2 {
    grid-template-columns: repeat(2, 1fr); } }

@media screen and (min-width: 425px) {
  .grid-3 {
    grid-template-columns: repeat(1, 1fr); } }

@media screen and (min-width: 768px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr); } }

.grid-3 .highlight-image img {
  width: 100%; }

@media screen and (min-width: 425px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr); } }

@media screen and (min-width: 1024px) {
  .grid-4 {
    grid-template-columns: repeat(4, 1fr); } }

@media screen and (min-width: 425px) {
  .fill-space > *:nth-last-child(odd):first-child {
    grid-column: span 2; } }

@media screen and (min-width: 768px) {
  .fill-space > *:nth-last-child(odd):first-child {
    grid-column: span 1; } }

/* +++++++++++++++++++
+++ LAYOUT: HEADER +++
+++++++++++++++++++ */
.header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), to(rgba(13, 13, 13, 0)));
  background-image: linear-gradient(to bottom, #0d0d0d 0%, rgba(13, 13, 13, 0) 100%);
  padding: 0.5em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 40; }
  .header-logo img {
    height: 3em;
    width: auto; }
  .header-nav {
    clear: both;
    text-align: center;
    width: 100%; }
    .header-nav-list {
      display: inline-block; }
      .header-nav-list-mobile-nav {
        display: inline; }
      .header-nav-list.left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .header-nav-list.left .button {
          display: block;
          padding: 0.5rem 1rem; }
        .header-nav-list.left .ml-button {
          display: none; }
      .header-nav-list.right {
        display: none; }
  @media screen and (min-width: 425px) {
    .header {
      padding: 1em 2em; }
      .header-logo {
        padding: 0; }
        .header-logo img {
          height: 2.5em; } }
  @media screen and (min-width: 768px) {
    .header-logo {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .header-logo img {
        height: 3em; }
    .header-nav {
      display: block;
      float: right;
      clear: none; }
      .header-nav-list.left {
        float: left;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .header-nav-list.left ul {
          margin: 0; }
        .header-nav-list.left .button {
          margin: 0 1rem; }
        .header-nav-list.left .ml-button {
          display: block; }
      .header-nav-list.right {
        float: right;
        display: block; }
      .header-nav-list-mobile-nav {
        display: none; } }
  @media screen and (min-width: 1024px) {
    .header {
      padding: 1em; } }
  @media screen and (min-width: 1440px) {
    .header-nav-list.left {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.nav-item {
  float: left;
  padding: 1em 0.75em; }
  .nav-item-link {
    cursor: pointer;
    display: block;
    font-weight: 700; }
  @media screen and (min-width: 425px) {
    .nav-item {
      padding: 1em; } }
  @media screen and (min-width: 768px) {
    .nav-item {
      margin: 0 1em;
      padding: 1em 0; } }
  .nav-item.core-item {
    display: none; }
    @media screen and (min-width: 1440px) {
      .nav-item.core-item {
        display: block; } }
  .nav-item.menu-toggle {
    display: block;
    padding-top: 1.3rem;
    cursor: pointer; }
    .nav-item.menu-toggle:focus {
      outline: 0; }
    @media screen and (min-width: 1440px) {
      .nav-item.menu-toggle {
        display: none; } }
    .nav-item.menu-toggle button {
      background-color: transparent;
      color: #FFFFFF; }
    .nav-item.menu-toggle .bar-wrapper {
      width: 1.2rem;
      height: 15px; }
    .nav-item.menu-toggle .bar {
      -webkit-transition: top 250ms ease 250ms, opacity 100ms ease 250ms, -webkit-transform 250ms ease;
      transition: top 250ms ease 250ms, opacity 100ms ease 250ms, -webkit-transform 250ms ease;
      transition: transform 250ms ease, top 250ms ease 250ms, opacity 100ms ease 250ms;
      transition: transform 250ms ease, top 250ms ease 250ms, opacity 100ms ease 250ms, -webkit-transform 250ms ease;
      display: block;
      background: #FFFFFF;
      width: 1.2rem;
      height: 3px;
      position: relative; }
      .nav-item.menu-toggle .bar:nth-child(1) {
        top: 0;
        -webkit-transform: rotate(0);
                transform: rotate(0); }
      .nav-item.menu-toggle .bar:nth-child(2) {
        top: 3px;
        opacity: 1; }
      .nav-item.menu-toggle .bar:nth-child(3) {
        top: 6px;
        -webkit-transform: rotate(0);
                transform: rotate(0); }

body.menu-open .nav-item.menu-toggle .bar {
  -webkit-transition: top 250ms ease, opacity 100ms ease 250ms, -webkit-transform 250ms ease 250ms;
  transition: top 250ms ease, opacity 100ms ease 250ms, -webkit-transform 250ms ease 250ms;
  transition: top 250ms ease, transform 250ms ease 250ms, opacity 100ms ease 250ms;
  transition: top 250ms ease, transform 250ms ease 250ms, opacity 100ms ease 250ms, -webkit-transform 250ms ease 250ms;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  body.menu-open .nav-item.menu-toggle .bar:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  body.menu-open .nav-item.menu-toggle .bar:nth-child(2) {
    top: 3px;
    opacity: 0; }
  body.menu-open .nav-item.menu-toggle .bar:nth-child(3) {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

ul.mobile-menu {
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  ul.mobile-menu .nav-item {
    padding: 0.5rem;
    font-size: 2rem; }
  ul.mobile-menu .core-item {
    display: block; }

body.menu-open ul.mobile-menu {
  z-index: 35;
  opacity: 0.95;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

#wrapper {
  margin-top: 8em; }
  @media screen and (min-width: 1024px) {
    #wrapper {
      margin-top: 0; } }

/* +++++++++++++++++++
+++ LAYOUT: FOOTER +++
+++++++++++++++++++ */
.footer {
  background: #0d0d0d;
  margin-top: 0;
  text-align: center;
  z-index: 20; }
  .footer-credits {
    color: #999999;
    font-size: 0.9em; }
    .footer-credits a {
      text-decoration: underline; }

/* +++++++++++++++++
+++ LAYOUT: MAIN +++
+++++++++++++++++ */
.main {
  display: block;
  margin: 0; }

/* ++++++++++++++++++++
+++ LAYOUT: SECTION +++
++++++++++++++++++++ */
.section.white {
  background-color: #FFFFFF; }

.section.grey {
  background-color: #E6E6E6; }

.section.primary {
  background-color: #ED1C24; }

.section.dark {
  background: #0d0d0d url("../img/noise.png");
  background-attachment: fixed; }

.section-header p {
  font-size: 1.125em; }

.section-footer {
  margin-top: 2em;
  text-align: center; }

.container.small {
  max-width: 53.33333em; }

.container.white, .container.grey, .container.dark, .container.primary {
  padding: 1em; }
  @media screen and (min-width: 425px) {
    .container.white, .container.grey, .container.dark, .container.primary {
      padding: 2em; } }
  @media screen and (min-width: 1024px) {
    .container.white, .container.grey, .container.dark, .container.primary {
      border-radius: 0;
      max-width: 76em; } }

.container.dark, .container.primary {
  color: #FFFFFF; }

.container.white {
  background-color: #FFFFFF; }

.container.grey {
  background-color: #E6E6E6; }

.container.dark {
  background-color: #0d0d0d; }

.container.primary {
  background-color: #ED1C24; }

/* ++++++++++++++++++++
+++ LAYOUT: ARTICLE +++
++++++++++++++++++++ */
.article {
  position: relative; }
  @media screen and (min-width: 1024px) {
    .article-image {
      background-attachment: fixed;
      background: #0d0d0d url("../img/noise.png");
      float: left;
      height: 100vh;
      left: 0;
      position: fixed;
      top: 0;
      width: 50%; }
      @supports ((-o-object-fit: cover) or (object-fit: cover)) {
        .article-image img {
          height: 100%;
          margin-right: 0;
          max-width: 60ch;
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%; } }
    .article-content {
      padding: 7em 0 3em 50%; }
      .article-content .container {
        padding: 0 3em; } }

.gallery figure {
  display: inline-block; }

.gallery img {
  max-width: 100%; }

.article-content ul {
  padding-left: 2rem; }
  .article-content ul li {
    list-style-type: disc; }

/* ++++++++++++++++++++
+++ LAYOUT: SIDEBAR +++
++++++++++++++++++++ */
.sidebar {
  padding: 1em;
  background: #0d0d0d; }
  .sidebar-nav-item-link {
    font: 700 1em/1.5 "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #999999; }
    .sidebar-nav-item-link.current {
      color: #FFFFFF; }
  @media screen and (min-width: 425px) {
    .sidebar {
      float: right;
      margin: 0 0 1em 1em;
      padding: 1em 1.5em; } }

/* ++++++++++++++++++++
+++ LAYOUT: CONTENT +++
++++++++++++++++++++ */
.content {
  margin-left: 0; }
  .content ol,
  .content ul {
    padding-left: 1.2em; }
  .content li + li {
    margin: 0.5em auto 0; }
  .content ol li {
    list-style: decimal; }
    .content ol li ol li {
      list-style-type: lower-roman; }
    .content ol li ul li {
      list-style-type: circle; }
  .content ul li {
    list-style: disc; }
    .content ul li ul li {
      list-style-type: circle; }
    .content ul li ol li {
      list-style-type: decimal; }
  .content a {
    color: #ED1C24;
    font-weight: 700; }
  .content img {
    border-radius: 0; }
  .content .fluid-width-video-wrapper {
    border-radius: 0;
    overflow: hidden; }
  .content pre {
    background: #F2F2F2;
    padding: 0.5em;
    overflow-x: auto; }
  .content code {
    background-color: #F2F2F2;
    font-family: "Inter UI", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* +++++++++++++++++++
+++ LAYOUT: TABLES +++
+++++++++++++++++++ */
.content table {
  -webkit-box-shadow: inset 0 0 0 1px #CCCCCC;
          box-shadow: inset 0 0 0 1px #CCCCCC;
  display: inline-block;
  font-size: 1rem;
  height: auto !important;
  max-width: 100%;
  overflow-x: auto;
  width: auto !important; }

.content th,
.content td {
  border: 1px solid #CCCCCC;
  min-width: 140px;
  padding: 0.25em 0.5em;
  text-align: left;
  vertical-align: top; }

.content thead td,
.content tfoot td,
.content th {
  background: #ED1C24;
  border: 1px solid #c61017;
  color: #FFFFFF;
  font-weight: 400; }

/* +++++++++++++++++
+++ LAYOUT: HOME +++
+++++++++++++++++ */
/* ++++++++++++++++++++
+++ LAYOUT: LANDING +++
++++++++++++++++++++ */
.landing {
  margin-top: 0; }
  @media screen and (min-width: 425px) {
    .landing > * {
      margin-top: 2em; }
    .landing-gallery .video {
      grid-column-end: span 2; }
    .landing-gallery .portrait {
      grid-row-end: span 2; }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
      .landing-gallery img {
        -o-object-fit: cover;
           object-fit: cover;
        min-height: 100%; } } }
  @media screen and (min-width: 768px) {
    .landing-feature .right {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

/* ===============
=== COMPONENTS ===
=============== */
.tns-outer {
  padding: 0 !important; }
  .tns-outer [hidden] {
    display: none !important; }
  .tns-outer [aria-controls],
  .tns-outer [data-action] {
    cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s; }
  .tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }
  .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }
  .tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, -webkit-transform 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s; }
  .tns-gallery > .tns-slide-active {
    position: relative; }
  .tns-gallery.tns-subpixel > .tns-slide-active {
    left: auto !important; }
  .tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }
  .tns-lazy-img.loaded {
    opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal,
.tns-fadeOut {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-slideIn {
  -webkit-transform: translateX(-3em);
  transform: translateX(-3em);
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-slideOut {
  -webkit-transform: translateX(3em);
  transform: translateX(3em);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.33333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }
  .tns-t-ct:after {
    content: '';
    display: table;
    clear: both; }
  .tns-t-ct > div {
    width: 1.42857%;
    width: calc(100% / 70);
    height: 10px;
    float: left; }

/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #ED1C24;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

/* +++++++++++++++++++
+++ LAYOUT: EXPAND +++
+++++++++++++++++++ */
.expand-check ~ div {
  display: none; }

.expand-check:checked ~ div {
  display: block; }

.expand-trigger {
  cursor: pointer;
  margin-top: 0; }
  .expand-trigger .icon {
    -webkit-transition: transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
  .expand-check:checked ~ .expand-trigger .icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

/* +++++++++++++++++++++
+++ LAYOUT: FEATURES +++
+++++++++++++++++++++ */
@media screen and (min-width: 1024px) {
  .features {
    padding-top: 7em; } }

.feature-image {
  display: block; }

.feature-header {
  margin-top: 0.5em; }
  .feature-header-title {
    margin-top: 0.5rem; }

@media screen and (min-width: 425px) {
  .feature:first-child {
    grid-column: span 2; }
    .feature:first-child img {
      max-height: 360px;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%; } }

@media screen and (min-width: 768px) {
  .feature:first-child {
    grid-column: span 1; }
    .feature:first-child img {
      max-height: none; }
  .feature-header {
    margin-top: 1em; } }

/* +++++++++++++++++++++
+++ LAYOUT: FEATURES +++
+++++++++++++++++++++ */
.highlights {
  padding-top: 2em; }
  @media screen and (min-width: 1024px) {
    .highlights {
      padding: 0; }
      .highlights .grid-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        text-align: center;
        padding: 8em 1em 4em;
        max-width: 100%;
        min-height: calc(100vh - 4em);
        overflow: hidden; } }

.highlight-image {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 75%, rgba(0, 0, 0, 0.65) 100%); }

.highlight-header {
  margin-top: 0.5em; }
  .highlight-header-title {
    margin-top: 0.5rem; }

@media screen and (min-width: 768px) {
  .highlight-header {
    margin-top: 1em; } }

@media screen and (min-width: 1024px) {
  @supports (display: grid) {
    .highlight {
      width: 100%; }
      .highlight-image {
        height: calc(100% + 4em);
        left: 0;
        top: 0;
        right: 0;
        pointer-events: none;
        position: absolute; }
        .highlight-image img {
          -webkit-transition: opacity 1s ease;
          transition: opacity 1s ease;
          height: 100vh;
          width: 100%;
          margin: 0;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: 50% 0;
             object-position: 50% 0;
          opacity: 0;
          position: -webkit-sticky;
          position: sticky;
          top: 0; }
      .highlight-header {
        padding: 0 2em;
        position: relative;
        margin-right: 0;
        z-index: 10; }
        .highlight-header:before {
          -webkit-transition: clip-path 0s 0.5s cubic-bezier(0.2, 0.6, 0.4, 1), opacity 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
          -webkit-transition: opacity 0.5s cubic-bezier(0.2, 0.6, 0.4, 1), -webkit-clip-path 0s 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
          transition: opacity 0.5s cubic-bezier(0.2, 0.6, 0.4, 1), -webkit-clip-path 0s 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
          transition: clip-path 0s 0.5s cubic-bezier(0.2, 0.6, 0.4, 1), opacity 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
          transition: clip-path 0s 0.5s cubic-bezier(0.2, 0.6, 0.4, 1), opacity 0.5s cubic-bezier(0.2, 0.6, 0.4, 1), -webkit-clip-path 0s 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
          -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%);
          content: url("../img/brush.png");
          left: -3.5em;
          opacity: 0;
          position: absolute;
          top: -2.5em; }
        .highlight-header-title {
          font: 700 1em/1.1 "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: calc( ( ( 2.02729 - 2.02729 * 0.2) * 1em) + ( 2.02729 * 1vw));
          position: relative; }
          @media screen and (min-width: 1440px) {
            .highlight-header-title {
              font-size: calc( ( 2.02729 + 2.02729 * 0.7) * 1em); } }
          .highlight-header-title a {
            -webkit-transition: color 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
            transition: color 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
            background: none;
            color: #CCCCCC; }
            .highlight-header-title a:hover {
              background: none;
              color: #FFFFFF; }
        .highlight-header-date {
          -webkit-transition: color 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
          transition: color 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
          position: relative;
          color: #ED1C24; }
      .highlight[data-state="active"] .highlight-image img {
        -webkit-transition: opacity 1s cubic-bezier(0.2, 0.6, 0.4, 1);
        transition: opacity 1s cubic-bezier(0.2, 0.6, 0.4, 1);
        opacity: 1;
        pointer-events: all; }
      .highlight[data-state="active"] .highlight-header:before {
        -webkit-transition: clip-path 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
        -webkit-transition: -webkit-clip-path 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
        transition: -webkit-clip-path 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
        transition: clip-path 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
        transition: clip-path 0.5s cubic-bezier(0.2, 0.6, 0.4, 1), -webkit-clip-path 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
        opacity: 1; }
      .highlight[data-state="active"] .highlight-header-title a {
        color: #FFFFFF; }
      .highlight[data-state="active"] .highlight-header-date {
        -webkit-transition: color 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
        transition: color 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
        color: #0d0d0d; } } }

/* ++++++++++++++++++++++
+++ LAYOUT: SLIDESHOW +++
++++++++++++++++++++++ */
.slideshow {
  position: relative;
  text-align: center;
  padding: 7.5em 0 1em; }
  @media screen and (min-width: 768px) {
    .slideshow {
      padding: 6em 0 2.5em; } }

.slide {
  height: calc(100vh - 8.5em);
  position: relative;
  width: 100%; }
  .slide-image {
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0.5em;
    right: 0.5em;
    bottom: 0; }
    .slide-image img {
      -webkit-filter: brightness(0.8);
              filter: brightness(0.8);
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .slide-header {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    position: absolute;
    max-width: none;
    top: 50%;
    width: 100%; }
    .slide-header-date {
      color: #ED1C24; }
    .slide-header-title {
      font: 700 1em/1.1 "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: calc( ( ( 2.02729 - 2.02729 * 0.2) * 1em) + ( 2.02729 * 1vw));
      margin-top: 0.5rem;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; }
      @media screen and (min-width: 1440px) {
        .slide-header-title {
          font-size: calc( ( 2.02729 + 2.02729 * 0.7) * 1em); } }
      .slide-header-title a {
        color: #FFFFFF; }
    .slide-header .button {
      margin-top: 2em; }
  @media screen and (min-width: 768px) {
    .slide-image {
      left: 1em;
      right: 1em; }
    .slide-header-date {
      font-size: 1.2em; } }
  @media screen and (min-width: 1024px) {
    .slide-image {
      pointer-events: none; }
    .slide-header:before {
      -webkit-transition: clip-path 0s 0.5s cubic-bezier(0.2, 0.6, 0.4, 1), opacity 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
      -webkit-transition: opacity 0.5s cubic-bezier(0.2, 0.6, 0.4, 1), -webkit-clip-path 0s 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
      transition: opacity 0.5s cubic-bezier(0.2, 0.6, 0.4, 1), -webkit-clip-path 0s 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
      transition: clip-path 0s 0.5s cubic-bezier(0.2, 0.6, 0.4, 1), opacity 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
      transition: clip-path 0s 0.5s cubic-bezier(0.2, 0.6, 0.4, 1), opacity 0.5s cubic-bezier(0.2, 0.6, 0.4, 1), -webkit-clip-path 0s 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
      -webkit-clip-path: inset(0% 100% 0% 0%);
      clip-path: inset(0% 100% 0% 0%);
      content: url("../img/brush.png");
      left: -3em;
      opacity: 0;
      position: absolute;
      top: -3em; }
    .slide-header-title a:hover {
      color: #FFFFFF; }
    .slide-header-date {
      -webkit-transition: color 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
      transition: color 0.5s cubic-bezier(0.2, 0.6, 0.4, 1);
      position: relative; } }

.tns-outer {
  position: relative; }
  .tns-outer * {
    margin: 0; }

.tns-controls button {
  position: absolute;
  height: 100%;
  padding: 0;
  width: 1rem;
  opacity: 0;
  z-index: 10; }

.tns-controls [data-controls="prev"] {
  left: 0;
  cursor: url("../svg/arrow-left.svg") 16 27, w-resize; }

.tns-controls [data-controls="next"] {
  right: 0;
  cursor: url("../svg/arrow-right.svg") 16 27, e-resize; }

.tns-ovh {
  margin: 0; }

@media screen and (min-width: 425px) {
  .tns-controls button {
    width: 2rem; } }

@media screen and (min-width: 1024px) {
  .tns-controls button {
    width: 5rem; } }

/* +++++++++++++++++
+++ LAYOUT: LIST +++
+++++++++++++++++ */
.list {
  padding: 2em 0;
  border-bottom: solid rgba(255, 255, 255, 0.1) 2px; }
  .list-image {
    display: none; }
  @media screen and (min-width: 768px) {
    .list {
      display: -ms-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .list-image {
        display: block;
        -webkit-box-flex: 1;
            -ms-flex: 1 6em;
                flex: 1 6em;
        height: 6em;
        margin: 0 3em 0 0;
        min-width: 6em; }
        @supports ((-o-object-fit: cover) or (object-fit: cover)) {
          .list-image img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; } }
      .list-header {
        margin: 0;
        width: 100%; }
      .list .button {
        margin: 0 0 0 1em;
        white-space: nowrap; } }

/* +++++++++++++++++
+++ LAYOUT: FEED +++
+++++++++++++++++ */
.feed {
  padding-top: 0;
  margin-top: 1.5em; }
  .feed-header {
    text-align: center; }
    .feed-header-title {
      -webkit-transform: translateY(-0.5em);
      transform: translateY(-0.5em);
      margin-bottom: -0.5em; }
  .feed-nav {
    text-align: center; }
    .feed-nav-item {
      display: inline-block;
      font: 700 1em/1.5 "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin: 0 0.5em; }
  .feed-label {
    color: #999999;
    cursor: pointer;
    display: block;
    padding: 0 0.2em;
    position: relative; }
    .feed-label span {
      position: relative;
      z-index: 10; }
    .feed-label[data-state="active"] {
      background-position: 0% 100%;
      background-size: 100% 50%;
      color: #FFFFFF; }
  .feed-lists {
    margin-top: 0; }
  .feed-list {
    display: none;
    margin-top: 0; }
    .feed-list[data-state="active"] {
      display: block; }
  .feed-more {
    display: none; }
  @media screen and (min-width: 1024px) {
    .feed-label span {
      font-size: 1.2em; }
    .feed-more {
      display: block;
      margin: 1.3em 0 1.3em auto;
      padding-left: 3em;
      width: 50%; }
      .feed-more .icon {
        color: #ED1C24; }
      .feed-more h4 {
        display: inline-block;
        font-size: 1.2em;
        margin-top: 0; } }

/* +++++++++++++++++
+++ LAYOUT: TILE +++
+++++++++++++++++ */
.tile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .tile-image img {
      -o-object-fit: cover;
         object-fit: cover;
      max-height: 140px;
      width: 100%; } }
  .tile-header {
    margin-bottom: 2em; }
  .tile .button {
    width: 100%;
    margin-top: auto; }
  @media screen and (min-width: 768px) {
    .tile-image img {
      display: block;
      max-height: none; } }

/* ++++++++++++++++++
+++ LAYOUT: EVENT +++
++++++++++++++++++ */
.event {
  margin-top: 0; }
  .event-header {
    text-align: center;
    height: 100vw;
    position: relative;
    z-index: 30; }
    .event-header-image-overlay {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(50%, rgba(0, 0, 0, 0)));
      background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 50%); }
    .event-header-image {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      overflow: hidden;
      -webkit-filter: brightness(0.8);
              filter: brightness(0.8); }
      .event-header-image img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: 50% 0;
           object-position: 50% 0; }
    .event-header-wrap {
      position: absolute;
      bottom: 0;
      padding: 0 1em;
      width: 100%; }
    .event-header-date {
      color: #ED1C24; }
    .event-header-title {
      font: 700 1em/1.1 "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: calc( ( ( 2.56578 - 2.56578 * 0.2) * 1em) + ( 2.56578 * 1vw));
      margin: 0.5rem 0 -0.5em; }
      @media screen and (min-width: 1440px) {
        .event-header-title {
          font-size: calc( ( 2.56578 + 2.56578 * 0.7) * 1em); } }
  .event-details {
    text-align: center; }
    .event-details-cta .button {
      width: 100%; }
    .event-details-lineup li, .event-details-price li {
      margin-top: 0.5em; }
    .event-details-lineup time, .event-details-lineup p, .event-details-price time, .event-details-price p {
      margin: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .event-details-lineup time, .event-details-price time {
      color: #ED1C24;
      font-weight: 700;
      text-align: left; }
    .event-details-lineup span, .event-details-price span {
      margin: 0 0.5em; }
    .event-details-lineup p, .event-details-price p {
      text-align: right; }
  .event-presented {
    text-align: center;
    margin-top: 1rem; }
    .event-presented-promoter {
      margin-top: 0;
      color: #FFFFFF;
      text-transform: none;
      letter-spacing: 0;
      font-size: 1.2em; }
  .event-section {
    padding-top: 0;
    margin-top: 1em; }
    .event-section-header {
      text-align: center; }
      .event-section-header h2 {
        -webkit-transform: translateY(-0.5em);
        transform: translateY(-0.5em); }
  .event-share {
    text-align: center; }
    .event-share li {
      display: inline-block;
      margin: 0 0.5em; }
  @media screen and (min-width: 425px) {
    .event-header {
      height: 100vh; }
    .event-details {
      grid-template-columns: repeat(2, 1fr); }
      .event-details-cta {
        grid-column: span 2; }
      .event-details-lineup time {
        text-align: right; }
      .event-details-lineup p {
        text-align: left; } }
  @media screen and (min-width: 768px) {
    .event-header-date {
      font-size: 1.2em; }
    .event-header-title {
      font: 700 1em/1.1 "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: calc( ( ( 4.10989 - 4.10989 * 0.2) * 1em) + ( 4.10989 * 1vw)); } }
  @media screen and (min-width: 768px) and (min-width: 1440px) {
    .event-header-title {
      font-size: calc( ( 4.10989 + 4.10989 * 0.7) * 1em); } }
  @media screen and (min-width: 768px) {
    .event-details {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-template-columns: repeat(3, 1fr);
      margin-top: 1em; }
      .event-details-cta {
        grid-column: 2; } }
  .event .section .content {
    text-align: center; }

/* ++++++++++++++++++++
+++ LAYOUT: POSTERS +++
++++++++++++++++++++ */
.posters-container {
  grid-template-columns: repeat(2, 1fr); }
  @media screen and (min-width: 425px) {
    .posters-container {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (min-width: 768px) {
    .posters-container {
      grid-template-columns: repeat(4, 1fr); } }
  @media screen and (min-width: 1024px) {
    .posters-container {
      grid-template-columns: repeat(5, 1fr); } }

.poster {
  position: relative; }
  .poster-image {
    display: block;
    margin: 0; }

.tns-outer {
  position: relative; }
  .tns-outer * {
    margin: 0; }

.tns-slider {
  display: block; }

.tns-controls button {
  position: absolute;
  height: 100%;
  padding: 0;
  width: 1rem;
  opacity: 0;
  z-index: 10; }

.tns-controls [data-controls="prev"] {
  left: 0;
  cursor: url("../svg/arrow-left.svg") 16 27, w-resize; }

.tns-controls [data-controls="next"] {
  right: 0;
  cursor: url("../svg/arrow-right.svg") 16 27, e-resize; }

.tns-ovh {
  margin: 0; }

@media screen and (min-width: 425px) {
  .tns-controls button {
    width: 2rem; } }

@media screen and (min-width: 1024px) {
  .tns-controls button {
    width: 5rem; } }

/* +++++++++++++++++++
+++ LAYOUT: SEARCH +++
+++++++++++++++++++ */
.search-wrapper {
  margin-top: 0; }
  .search-wrapper input[type="text"] {
    font: 700 1em/1.1 "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc( ( ( 1.26562 - 1.26562 * 0.2) * 1em) + ( 1.26562 * 1vw));
    background: transparent;
    border: none;
    color: #FFFFFF;
    display: block;
    text-align: center;
    width: 100%;
    padding: 0; }
    @media screen and (min-width: 1440px) {
      .search-wrapper input[type="text"] {
        font-size: calc( ( 1.26562 + 1.26562 * 0.7) * 1em); } }
    .search-wrapper input[type="text"]:placeholder-shown {
      text-align: left;
      width: 10em; }
  @media screen and (min-width: 1024px) {
    .search-wrapper {
      margin-top: 6em; } }

.poster-image img {
  margin: 0 auto; }

#popover {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  #popover .pop-item {
    background-color: black;
    padding: 2rem;
    max-width: 500px;
    border: solid rgba(255, 255, 255, 0.1) 2px;
    position: relative; }
  #popover .pop-content {
    margin-top: 1rem; }
  #popover .button-wrap {
    margin-top: 1rem; }
  #popover .cross {
    height: 1.5rem;
    width: 1.5rem;
    background-color: black;
    border-radius: 5px;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    cursor: pointer; }
  #popover .cross:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "\274c";
    /* use the hex value here... */
    font-size: 0.75rem;
    color: white;
    line-height: 1.9;
    text-align: center; }

/* stylelint-disable */

/*# sourceMappingURL=main.css.map */
