/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * 45p.scss v 1.0.0
 * Copyright 2018 45PRESS
 * Licensed under CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
 */
*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*:active,
*:focus {
  border-color: inherit;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a,
a:link,
a:visited,
button,
[role="button"],
[type="button"],
[type="submit"] {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

[type="button"],
[type="color"],
[type="date"],
[type="email"],
[type="file"],
[type="image"],
[type="month"],
[type="number"],
[type="password"],
[type="range"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
[role="button"],
button,
select,
textarea {
  -webkit-appearance: none;
  background: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

img {
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
}

iframe,
embed,
object,
video {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

.media-responsive {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
}

.media-responsive iframe,
.media-responsive embed,
.media-responsive object,
.media-responsive video {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
}

.sr {
  border: 0;
  height: 1px;
  left: -99999px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.container {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none !important;
}

.text-center {
  text-align: center;
}

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

.text-right {
  text-align: right;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap__wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-wrap.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-wrap.row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-wrap.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap.col--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap.center-h {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-wrap.center-v {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-wrap.center-all {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;';
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?2jhnbw");
  src: url("../fonts/icomoon.eot?2jhnbw#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?2jhnbw") format("truetype"), url("../fonts/icomoon.woff?2jhnbw") format("woff"), url("../fonts/icomoon.svg?2jhnbw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-piggy-bank:before {
  content: "\e95a";
}

.fa-money:before {
  content: "\e95a";
}

.fa-save:before {
  content: "\e95a";
}

.fa-ecommerce:before {
  content: "\e95a";
}

.fa-question-circle-o:before {
  content: "\e95b";
}

.fa-stop-circle-o:before {
  content: "\e95c";
}

.fa-pause-circle-o:before {
  content: "\e95d";
}

.fa-circle-thin:before {
  content: "\e95e";
}

.fa-dot-circle-o:before {
  content: "\e95f";
}

.fa-circle-o:before {
  content: "\e960";
}

.fa-exclamation-circle:before {
  content: "\e961";
}

.fa-check-circle-o:before {
  content: "\e962";
}

.fa-times-circle-o:before {
  content: "\e963";
}

.fa-times-circle:before {
  content: "\e964";
}

.fa-play-circle-o:before {
  content: "\e965";
}

.fa-minus-circle:before {
  content: "\e966";
}

.fa-check-circle:before {
  content: "\e967";
}

.fa-info-circle:before {
  content: "\e968";
}

.fa-pause-circle:before {
  content: "\e969";
}

.fa-play-circle1:before {
  content: "\e96a";
}

.fa-stop-circle:before {
  content: "\e96b";
}

.fa-plus-circle:before {
  content: "\e96c";
}

.fa-question-circle:before {
  content: "\e96d";
}

.fa-circle:before {
  content: "\e96e";
}

.fa-whatsapp:before {
  content: "\e96f";
}

.fa-star:before {
  content: "\e959";
}

.fa-map-marker:before {
  content: "\e957";
}

.fa-ticket:before {
  content: "\e958";
}

.fa-step-forward:before {
  content: "\e954";
}

.fa-fast-forward:before {
  content: "\e955";
}

.fa-forward:before {
  content: "\e956";
}

.fa-fast-backward:before {
  content: "\e94f";
}

.fa-step-backward:before {
  content: "\e950";
}

.fa-backward:before {
  content: "\e951";
}

.fa-stop:before {
  content: "\e952";
}

.fa-pause:before {
  content: "\e953";
}

.fa-close:before {
  content: "\e94e";
}

.fa-arrows:before {
  content: "\e94b";
}

.fa-minus:before {
  content: "\e94c";
}

.fa-plus:before {
  content: "\e94d";
}

.fa-microphone:before {
  content: "\e940";
}

.fa-video-camera:before {
  content: "\e941";
}

.fa-play-circle:before {
  content: "\e942";
}

.fa-film:before {
  content: "\e943";
}

.fa-play:before {
  content: "\e944";
}

.fa-comments-o:before {
  content: "\e945";
}

.fa-comment-o:before {
  content: "\e946";
}

.fa-comments:before {
  content: "\e947";
}

.fa-comment:before {
  content: "\e948";
}

.fa-group:before {
  content: "\e949";
}

.fa-users:before {
  content: "\e949";
}

.fa-home:before {
  content: "\e94a";
}

.fa-headphones:before {
  content: "\e93e";
}

.fa-music:before {
  content: "\e93f";
}

.fa-shopping-cart:before {
  content: "\e93d";
}

.fa-twitch:before {
  content: "\e937";
}

.fa-vimeo-square:before {
  content: "\e938";
}

.fa-vimeo:before {
  content: "\e939";
}

.fa-pinterest-p:before {
  content: "\e93a";
}

.fa-pinterest-square:before {
  content: "\e93b";
}

.fa-pinterest:before {
  content: "\e93c";
}

.fa-bars:before {
  content: "\e936";
}

.fa-envelope-o:before {
  content: "\e934";
}

.fa-envelope:before {
  content: "\e935";
}

.fa-rss-square:before {
  content: "\e931";
}

.fa-feed:before {
  content: "\e932";
}

.fa-linkedin-square:before {
  content: "\e92f";
}

.fa-linkedin:before {
  content: "\e930";
}

.fa-eye-slash:before {
  content: "\e915";
}

.fa-eye:before {
  content: "\e916";
}

.fa-angle-double-down:before {
  content: "\e917";
}

.fa-angle-double-up:before {
  content: "\e918";
}

.fa-angle-double-right:before {
  content: "\e919";
}

.fa-angle-double-left:before {
  content: "\e91a";
}

.fa-chevron-circle-down:before {
  content: "\e91b";
}

.fa-chevron-circle-up:before {
  content: "\e91c";
}

.fa-chevron-circle-right:before {
  content: "\e91d";
}

.fa-chevron-circle-left:before {
  content: "\e91e";
}

.fa-chevron-right:before {
  content: "\e91f";
}

.fa-chevron-left:before {
  content: "\e920";
}

.fa-chevron-down:before {
  content: "\e921";
}

.fa-chevron-up:before {
  content: "\e922";
}

.fa-arrow-circle-down:before {
  content: "\e923";
}

.fa-arrow-circle-up:before {
  content: "\e924";
}

.fa-arrow-circle-right:before {
  content: "\e925";
}

.fa-arrow-circle-left:before {
  content: "\e926";
}

.fa-arrow-right:before {
  content: "\e927";
}

.fa-arrow-left:before {
  content: "\e928";
}

.fa-arrow-down:before {
  content: "\e929";
}

.fa-arrow-up:before {
  content: "\e92a";
}

.fa-caret-right:before {
  content: "\e92b";
}

.fa-caret-left:before {
  content: "\e92c";
}

.fa-caret-up:before {
  content: "\e92d";
}

.fa-caret-down:before {
  content: "\e92e";
}

.fa-snapchat-square:before {
  content: "\e910";
}

.fa-snapchat-ghost:before {
  content: "\e911";
}

.fa-snapchat:before {
  content: "\e912";
}

.fa-amazon:before {
  content: "\e913";
}

.fa-apple:before {
  content: "\e914";
}

.fa-search:before {
  content: "\e90e";
}

.fa-spotify:before {
  content: "\e90d";
}

.fa-youtube-play:before {
  content: "\e900";
}

.fa-youtube-square:before {
  content: "\e901";
}

.fa-youtube:before {
  content: "\e902";
}

.fa-soundcloud:before {
  content: "\e903";
}

.fa-instagram:before {
  content: "\e904";
}

.fa-twitter-square:before {
  content: "\e905";
}

.fa-twitter:before {
  content: "\e906";
}

.fa-google-plus-circle:before {
  content: "\e907";
}

.fa-google-plus-official:before {
  content: "\e907";
}

.fa-google-plus-square:before {
  content: "\e908";
}

.fa-google-plus:before {
  content: "\e909";
}

.fa-facebook-official:before {
  content: "\e90a";
}

.fa-facebook-square:before {
  content: "\e90b";
}

.fa-facebook:before {
  content: "\e90c";
}

.fa-facebook-f:before {
  content: "\e90c";
}

.fa-brand:before {
  content: "\e933";
  color: #00c7f2;
}

.fa-deezer:before {
  content: "\e933";
  color: #00c7f2;
}

.fa-brand2:before {
  content: "\e90f";
  color: #607d8b;
}

.fa-googleplay:before {
  content: "\e90f";
  color: #607d8b;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.2em;
  overflow-x: hidden;
}

body {
  background-color: #f5f5f5;
  color: #000005;
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2em;
  overflow: hidden;
}

input[type="submit"],
input[type="button"],
[role="button"],
button,
.btn {
  line-height: 1;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="datetime-local"],
input[type="number"],
input[type="month"],
input[type="time"],
input[type="url"],
input[type="tel"],
input[type="week"],
select,
textarea {
  font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
  line-height: 1;
}

textarea {
  line-height: 1.2em;
}

::-moz-placeholder {
  color: #000005;
}

:-moz-placeholder {
  color: #000005;
}

:-ms-input-placeholder {
  color: #000005;
}

::-webkit-input-placeholder {
  color: #000005;
}

a,
a:link,
a:visited {
  color: #000005;
}

a:active, a:focus, a:hover,
a:link:active,
a:link:focus,
a:link:hover,
a:visited:active,
a:visited:focus,
a:visited:hover {
  color: #96341f;
}

.container {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  position: relative;
}

.social {
  display: inline-block;
  font-size: 1.375rem;
  line-height: 1;
}

.social li {
  display: inline-block;
}

.social li + li {
  margin-left: .5em;
}

.social a {
  display: block;
}

h1 {
  width: 100%;
  max-width: 15.625rem;
  position: relative;
  left: 0;
  z-index: 20;
  -webkit-transition: .3s all;
  transition: .3s all;
}

h1 path {
  fill: #000005;
}

@media screen and (max-width: 780px) {
  h1 {
    max-width: 9.375rem;
  }
  h1.open {
    left: 0.9375rem;
  }
  h1.open path {
    fill: #f5f5f5;
  }
}

h2 {
  font-size: 1.875rem;
  letter-spacing: .05em;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 2em;
  margin-top: 6.25rem;
}

@media screen and (max-width: 780px) {
  h2 {
    margin-top: 3.75rem;
  }
}

#masthead {
  position: relative;
  padding-top: 2.5rem;
}

#masthead .social {
  position: absolute;
  top: 1.25rem;
  right: 0.9375rem;
}

#masthead .nav {
  position: absolute;
}

#masthead .listen {
  padding-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  text-transform: uppercase;
}

#masthead .listen > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#masthead .listen p {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 3.125rem;
  margin-bottom: 0.5rem;
}

#masthead .listen a {
  font-size: 1rem;
  text-decoration: underline;
  font-weight: 800;
}

#masthead .listen .art {
  margin-left: 0.625rem;
}

@media screen and (max-width: 780px) {
  #masthead .listen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #masthead .listen > * {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  #masthead .listen > *:last-child {
    margin-left: -30px;
  }
  #masthead .listen .art {
    width: 100vw;
    margin: 0 -0.9375rem;
  }
  #masthead .listen .left {
    text-align: left;
  }
  #masthead .listen .left p {
    margin-top: 1.25rem;
  }
}

#masthead .nav {
  margin-top: 1.875rem;
}

#masthead .nav li {
  margin-top: 1.5em;
  font-size: 1.125rem;
  letter-spacing: .025em;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (max-width: 780px) {
  #masthead .menu {
    padding: 0.625rem 1.875rem 1.875rem;
    position: absolute;
    top: -25rem;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: #000005;
    -webkit-transition: .3s all;
    transition: .3s all;
  }
  #masthead .menu.open {
    top: -2.5rem;
    color: #f5f5f5;
  }
  #masthead .menu.open a {
    color: #f5f5f5;
  }
  #masthead .menu .social {
    float: none;
    position: static;
    display: block;
    margin-top: 1.5625rem;
  }
  #masthead .menu .nav {
    position: static;
    margin-top: 6.125rem;
  }
}

#video {
  margin-top: 3.125rem;
}

@media screen and (max-width: 780px) {
  #video {
    margin-top: 1.875rem;
  }
}

#video #video-carousel {
  width: 100%;
  max-width: 58.125rem;
  margin: 0 auto;
  padding: 0 1.875rem;
}

#video #video-carousel .owl-prev, #video #video-carousel .owl-next {
  position: absolute;
  top: 40%;
  font-size: 1.875rem;
}

#video #video-carousel .owl-prev {
  left: 0;
}

#video #video-carousel .owl-next {
  right: 0;
}

#video .video-container {
  padding: 0;
}

#video .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  margin: 1.25rem 0;
}

@media screen and (max-width: 780px) {
  #video .info {
    display: block;
  }
  #video .info a {
    margin-top: 0.625rem;
  }
}

#video p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
}

#video a {
  font-size: 1rem;
  text-decoration: underline;
  font-weight: 800;
}

#tour .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3.125rem;
  text-transform: uppercase;
  font-weight: 500;
}

#tour .event > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#tour .event .tickets {
  -webkit-box-flex: .5;
      -ms-flex: .5;
          flex: .5;
}

@media screen and (max-width: 780px) {
  #tour .event {
    display: block;
    text-align: left;
  }
  #tour .event > div {
    margin-top: 0.5rem;
  }
}

#tour .tickets-link, #tour .tour-more {
  font-size: 1rem;
  text-decoration: underline;
  font-weight: 800;
}

#follow h2 {
  margin-bottom: 1.5625rem;
}

.newsletter {
  display: inline-block;
  margin-left: 1.25rem;
}

@media screen and (max-width: 780px) {
  .newsletter {
    display: block;
    margin-left: 0;
  }
}

.newsletter #email-address {
  font-size: 0.875rem;
  border-bottom: solid 2px #000005;
  vertical-align: bottom;
  text-transform: uppercase;
}

.newsletter .newsletter-submit {
  font-size: 1rem;
  text-decoration: underline;
  font-weight: 700;
  vertical-align: bottom;
}

#contact {
  display: block;
  font-size: 1.25rem;
  letter-spacing: .025em;
  font-weight: 800;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 2.1875rem;
}

#contact-info {
  max-height: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
}

#contact-info.isActive {
  font-size: 1rem;
  height: auto;
  max-height: 56.25rem;
}

#contact-info div {
  width: 25rem;
  max-width: 100%;
  vertical-align: top;
  display: inline-block;
  padding: 0.625rem;
}

#contact-info div p {
  margin: 0;
  line-height: 1.2em;
}

#contact-info div p:first-child {
  font-weight: bold;
}

.copyright {
  margin-top: 4.375rem;
  font-size: 0.5rem;
  letter-spacing: .2em;
  line-height: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
}

#menutoggle {
  display: none;
}

@media screen and (max-width: 780px) {
  #menutoggle {
    display: block;
  }
}

.menu-wrapper {
  position: absolute;
  top: 0.3125rem;
  right: 1.25rem;
  z-index: 40;
  width: 35px;
  height: 21px;
  cursor: pointer;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 35px;
  height: 3px;
}

.hamburger-menu {
  position: relative;
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
  background: #000005;
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
}

.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  background: #000005;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background: #000005;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate {
  background: transparent;
}

.hamburger-menu.animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #f5f5f5;
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #f5f5f5;
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.onclic {
  width: 40px;
  border-color: #000005 !important;
  border-width: 3px;
  font-size: 0;
  border-left-color: #96341f !important;
  background-color: #f5f5f5 !important;
  -webkit-animation: rotating 2s 0.25s linear infinite;
          animation: rotating 2s 0.25s linear infinite;
  padding: 1.25rem !important;
  border-radius: 1.25rem;
  font-size: 0 !important;
}

.validate {
  color: #f5f5f5;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
