@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

******************************************************************/
/*********************
IMPORTING PARTIALS
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/******************************************************************

Stylesheet: Variables

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/******************************************************************

Stylesheet: Sass Functions

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************

Stylesheet: Mixins Stylesheet

******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
PLACEHOLDER
*********************/
/*********************
NO SELECTION
*********************/
/*********************
TRANSFORMS
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/*********************
BOX SHADOW
*********************/
/*********************
RATIO
*********************/
/*********************
IMPORTING MODULES
*********************/
/****************************
FONT STACKS
****************************/
/* archivo-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/archivo-v18-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Archivo";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/archivo-v18-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "Material Icons Round";
  src: url("../fonts/MaterialIconsRound-Regular.eot");
  src: url("../fonts/MaterialIconsRound-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MaterialIconsRound-Regular.woff2") format("woff2"), url("../fonts/MaterialIconsRound-Regular.woff") format("woff"), url("../fonts/MaterialIconsRound-Regular.ttf") format("truetype"), url("../fonts/MaterialIconsRound-Regular.svg#MaterialIconsRound-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/***************************
FORMS
***************************/
.form-alert {
  display: none;
}

.shoe-size {
  position: absolute !important;
  width: 0;
  height: 0;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.45);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.45);
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.45);
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.45);
}

input, button, textarea, select {
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background-color: transparent;
  appearance: none;
}
input:focus, button:focus, textarea:focus, select:focus {
  outline: none;
}
input:invalid, button:invalid, textarea:invalid, select:invalid {
  box-shadow: none;
}

.select {
  position: relative;
}
.select select {
  width: 100%;
}
.select:after {
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 22px;
  font-family: "Material Icons Round";
  color: #FFFFFF;
  pointer-events: none;
  align-items: center;
  z-index: 1;
  content: "expand_more";
}

form label {
  display: block;
  margin: 0 0 10px;
  font-size: 12px;
  color: #000000;
}
form input, form button, form textarea, form select {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}
form textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
  max-height: 120px;
  resize: none;
}
form .checkbox, form .radio {
  display: block;
  position: relative;
  margin: 0 0 15px;
  padding: 4px 0 0 45px;
  min-height: 30px;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}
form .checkbox input, form .radio input {
  position: absolute;
  top: 14px;
  left: 14px;
  margin: 0;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  z-index: 1;
}
form .checkbox input:checked ~ .checked, form .radio input:checked ~ .checked {
  background-color: #E2403C;
}
form .checkbox input:checked ~ .checked:after, form .radio input:checked ~ .checked:after {
  opacity: 1;
}
form .checkbox .checked, form .radio .checked {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #E2403C;
  transition: all 0.2s ease-in;
}
form .checkbox .checked:after, form .radio .checked:after {
  position: absolute;
  top: 4px;
  left: 10px;
  width: 4px;
  height: 12px;
  opacity: 0;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(45deg);
  pointer-events: none;
  transition: all 0.1s ease-in;
  content: "";
}
form .radio .checked {
  border-radius: 100%;
}
form .radio .checked:after {
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 100%;
  background-color: #FFFFFF;
  transform: translate(-50%, -50%);
}

/*********************
LOADER STYLES
*********************/
#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9900;
}
#loader.animate .loader-ring-light {
  animation: rotate-360 2s linear infinite;
}
#loader .loader-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240px;
  height: 240px;
  margin: -120px 0 0 -120px;
}
#loader .loader-ring-light {
  width: 240px;
  height: 240px;
  border-radius: 240px;
  -webkit-box-shadow: 0 4px 0 white inset;
  -moz-box-shadow: 0 4px 0 white inset;
  box-shadow: 0 4px 0 white inset;
}
#loader .loader-ring-track {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 240px;
  border-radius: 240px;
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
}
@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/****************************
MENU BUTTON
****************************/
a.menu-toggle {
  line-height: 1;
}
a.menu-toggle span {
  display: inline-block;
}
a.menu-toggle .menu-icon {
  position: relative;
  width: 37px;
  height: 37px;
}
a.menu-toggle .menu-icon .hamburger, a.menu-toggle .menu-icon .cross {
  position: absolute;
  top: 0;
  left: 0;
  width: 37px;
  height: 37px;
}
a.menu-toggle .menu-icon .hamburger:before, a.menu-toggle .menu-icon .hamburger:after, a.menu-toggle .menu-icon .cross:before, a.menu-toggle .menu-icon .cross:after {
  display: block;
  background: #FFFFFF;
  border-radius: 1px;
  transition: 0.25s ease-in-out;
  content: "";
}
a.menu-toggle .menu-icon .hamburger:before, a.menu-toggle .menu-icon .hamburger:after {
  position: relative;
  margin: 11px 0;
  width: 37px;
  height: 1px;
}
a.menu-toggle .menu-icon .hamburger:before {
  transition-delay: 0.5s;
}
a.menu-toggle .menu-icon .hamburger:after {
  transition-delay: 0.625s;
}
a.menu-toggle .menu-icon .cross {
  transform: rotate(45deg);
}
a.menu-toggle .menu-icon .cross:before {
  position: absolute;
  top: 0;
  left: 17.5px;
  height: 0;
  width: 1px;
  transition-delay: 0s;
}
a.menu-toggle .menu-icon .cross:after {
  position: absolute;
  left: 0;
  top: 17.5px;
  width: 0;
  height: 1px;
  transition-delay: 0.25s;
}

a.menu-toggle.open .menu-icon {
  z-index: 2000;
}
a.menu-toggle.open .menu-icon .hamburger:before, a.menu-toggle.open .menu-icon .hamburger:after, a.menu-toggle.open .menu-icon .cross:before, a.menu-toggle.open .menu-icon .cross:after {
  background-color: #FFFFFF;
}
a.menu-toggle.open .menu-icon .hamburger:before, a.menu-toggle.open .menu-icon .hamburger:after {
  width: 0%;
}
a.menu-toggle.open .menu-icon .hamburger:before {
  transition-delay: 0s;
}
a.menu-toggle.open .menu-icon .hamburger:after {
  transition-delay: 0.125s;
}
a.menu-toggle.open .menu-icon .cross:before {
  height: 37px;
  transition-delay: 0.625s;
}
a.menu-toggle.open .menu-icon .cross:after {
  width: 37px;
  transition-delay: 0.375s;
}

/*********************
SLIDER STYLES
*********************/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden !important;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.slick-slider .slick-list:focus {
  outline: none;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  display: flex;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
}
.slick-slide:focus {
  outline: 0;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/*********************
MOBILE
*********************/
/******************************************************************

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #000000;
  font-size: 15px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*********************
HELPER CLASSES
*********************/
.noscroll {
  overflow: hidden;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: none;
}
a:active, a:focus, a:visited:active, a:visited:focus {
  outline: 0;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.15);
}
a.btn, a:visited.btn {
  padding: 12px 24px;
  border-radius: 30px;
  background-color: #E2403C;
}
a.overlay-link, a:visited.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

/****************************
H1, H2, H3, H4, H5 STYLES
****************************/
h1, h2, h3, h4, h5 {
  position: relative;
  margin: 0.5em 0;
  font-weight: 600;
  line-height: 1.2;
  text-rendering: optimizelegibility;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  font-size: 37px;
}

h2, .h2 {
  font-size: 31px;
}

h3, .h3 {
  font-size: 26px;
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 15px;
}

/****************************
TEXT STYLES
****************************/
::selection {
  color: #FFFFFF;
  background: #E2403C;
}

p {
  margin: 1em 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

b, strong {
  font-weight: 600;
}

/*********************
ICON STYLES
*********************/
.icon {
  display: inline-block;
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
}

/****************************
MEDIA STYLES
****************************/
img, video {
  display: block;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.img {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.img img, .img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}

/****************************
OVERLAY STYLES
****************************/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 9000;
}

/****************************
LAYOUT STYLES
****************************/
.wrap {
  padding: 0 20px;
}

/****************************
LOGO STYLES
****************************/
a.logo {
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
}

/****************************
HEADER STYLES
****************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 20px 0;
  z-index: 30;
}
.header .wrap {
  display: flex;
  align-items: center;
}
.header .wrap a.menu-toggle {
  display: inline-flex;
  margin: 0 0 0 auto;
  align-items: center;
}
.header .wrap a.menu-toggle.open .open {
  display: inline-block;
}
.header .wrap a.menu-toggle.open .closed {
  display: none;
}
.header .wrap a.menu-toggle .open {
  display: none;
}
.header .wrap a.menu-toggle .menu-icon {
  margin: 0 0 0 10px;
}

/****************************
OVERLAY NAV
****************************/
.overlay-nav {
  display: none;
  padding: 40px 10px;
  position: fixed;
  top: 60px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 9000;
}
.overlay-nav.open {
  display: block;
}
.overlay-nav ul.main-nav {
  margin: 0 0 40px;
  padding: 0;
  font-size: 37px;
  line-height: 1.2;
  list-style-type: none;
}

/****************************
SOCIAL LINKS
****************************/
.social-links {
  margin: 0 0 40px;
}
.social-links:last-child {
  margin: 0;
}
.social-links .social-link {
  margin: 10px 0 0;
}
.social-links .social-link a {
  display: flex;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  align-items: center;
}
.social-links .social-link a:first-child {
  margin: 0;
}
.social-links .social-link a img, .social-links .social-link a .icon {
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #E2403C;
  object-fit: cover;
  align-items: center;
  justify-content: center;
}
.social-links .social-link a .label {
  margin: 0 0 0 40px;
}

/****************************
BG IMAGES
****************************/
.page-bg {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.page-bg .bg-img {
  position: relative;
  height: 100vh;
}
.page-bg .bg-img:before, .page-bg .bg-img:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 2;
  content: "";
}
.page-bg .bg-img:before {
  top: 0;
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.page-bg .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-bg.center {
  top: 50%;
  opacity: 0.1;
  transform: translateY(-50%);
}
.page-bg.center .bg-img:after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
.page-bg.bottom {
  bottom: 0;
  opacity: 0.4;
}
.page-bg.bottom .bg-img:after {
  display: none;
}

/****************************
CONTENT STYLES
****************************/
#container {
  position: relative;
  z-index: 3;
}

.section {
  margin: 60px 0 0;
  opacity: 0;
  transition: all 0.7s ease-in;
}
.section.animate {
  opacity: 1;
}
.section:first-child {
  margin: 0;
  padding: 82px 0 0;
}
.section .section-title {
  display: flex;
  margin: 0 -20px 40px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.section .section-title h1 {
  font-style: italic;
  line-height: 0.8;
}
.section.type-hero {
  position: relative;
  padding: 0;
  min-height: 90vh;
}
.section.type-hero .hero-img {
  position: relative;
  width: 100%;
  opacity: 0.9;
}
.section.type-hero .hero-img:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  z-index: 15;
  content: "";
}
.section.type-hero .hero-img img {
  width: 100%;
  height: auto;
}
.section.type-hero ul.main-nav {
  position: absolute;
  left: 20px;
  bottom: 0;
  margin: 0;
  padding: 0;
  font-size: 37px;
  line-height: 1.2;
  list-style-type: none;
  z-index: 20;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.4s ease-in;
  transition-delay: 0.6s;
}
.section.type-hero.animate ul.main-nav {
  opacity: 1;
  transform: translateY(0);
}
.section .ticket {
  display: flex;
  margin: 40px 0 0;
  flex-wrap: wrap;
  align-items: center;
}
.section .ticket h2 {
  margin: 0;
  width: 100%;
  font-size: 31px;
}
.section .ticket a.btn,
.section .ticket .sold-out {
  width: 100%;
  margin: 10px 0 0;
  text-align: center;
}
.section .ticket .sold-out {
  padding: 12px 24px;
  border-radius: 30px;
  color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.section .ticket .date, .section .ticket .desc {
  margin: 20px 0 0;
}
.section .ticket .date {
  width: 40%;
}
.section .ticket .desc {
  width: 60%;
  color: rgba(255, 255, 255, 0.4);
  text-align: right;
}
.section.type-tickets {
  overflow: hidden;
}
.section.type-tickets .ticket {
  opacity: 0;
  transform: translateX(120px);
  transition: all 0.4s ease-in;
}
.section.type-tickets .ticket:nth-child(odd) {
  transform: translateX(-120px);
}
.section.type-tickets .ticket:nth-child(1) {
  transition-delay: 0.4s;
}
.section.type-tickets .ticket:nth-child(2) {
  transition-delay: 0.8s;
}
.section.type-tickets .ticket:nth-child(3) {
  transition-delay: 1.2s;
}
.section.type-tickets .ticket:nth-child(4) {
  transition-delay: 1.6s;
}
.section.type-tickets .ticket:nth-child(5) {
  transition-delay: 2s;
}
.section.type-tickets .ticket:nth-child(6) {
  transition-delay: 2.4s;
}
.section.type-tickets .ticket:nth-child(7) {
  transition-delay: 2.8s;
}
.section.type-tickets .ticket:nth-child(8) {
  transition-delay: 3.2s;
}
.section.type-tickets .ticket:nth-child(9) {
  transition-delay: 3.6s;
}
.section.type-tickets .ticket:nth-child(10) {
  transition-delay: 4s;
}
.section.type-tickets .ticket:nth-child(11) {
  transition-delay: 4.4s;
}
.section.type-tickets .ticket:nth-child(12) {
  transition-delay: 4.8s;
}
.section.type-tickets .ticket:nth-child(13) {
  transition-delay: 5.2s;
}
.section.type-tickets .ticket:nth-child(14) {
  transition-delay: 5.6s;
}
.section.type-tickets .ticket:nth-child(15) {
  transition-delay: 6s;
}
.section.type-tickets .ticket:nth-child(16) {
  transition-delay: 6.4s;
}
.section.type-tickets .ticket:nth-child(17) {
  transition-delay: 6.8s;
}
.section.type-tickets .ticket:nth-child(18) {
  transition-delay: 7.2s;
}
.section.type-tickets .ticket:nth-child(19) {
  transition-delay: 7.6s;
}
.section.type-tickets .ticket:nth-child(20) {
  transition-delay: 8s;
}
.section.type-tickets .ticket:nth-child(21) {
  transition-delay: 8.4s;
}
.section.type-tickets .ticket:nth-child(22) {
  transition-delay: 8.8s;
}
.section.type-tickets .ticket:nth-child(23) {
  transition-delay: 9.2s;
}
.section.type-tickets .ticket:nth-child(24) {
  transition-delay: 9.6s;
}
.section.type-tickets .ticket:nth-child(25) {
  transition-delay: 10s;
}
.section.type-tickets .ticket:nth-child(26) {
  transition-delay: 10.4s;
}
.section.type-tickets .ticket:nth-child(27) {
  transition-delay: 10.8s;
}
.section.type-tickets .ticket:nth-child(28) {
  transition-delay: 11.2s;
}
.section.type-tickets .ticket:nth-child(29) {
  transition-delay: 11.6s;
}
.section.type-tickets .ticket:nth-child(30) {
  transition-delay: 12s;
}
.section.type-tickets .ticket:nth-child(31) {
  transition-delay: 12.4s;
}
.section.type-tickets .ticket:nth-child(32) {
  transition-delay: 12.8s;
}
.section.type-tickets .ticket:nth-child(33) {
  transition-delay: 13.2s;
}
.section.type-tickets .ticket:nth-child(34) {
  transition-delay: 13.6s;
}
.section.type-tickets .ticket:nth-child(35) {
  transition-delay: 14s;
}
.section.type-tickets .ticket:nth-child(36) {
  transition-delay: 14.4s;
}
.section.type-tickets .ticket:nth-child(37) {
  transition-delay: 14.8s;
}
.section.type-tickets .ticket:nth-child(38) {
  transition-delay: 15.2s;
}
.section.type-tickets .ticket:nth-child(39) {
  transition-delay: 15.6s;
}
.section.type-tickets .ticket:nth-child(40) {
  transition-delay: 16s;
}
.section.type-tickets .ticket:nth-child(41) {
  transition-delay: 16.4s;
}
.section.type-tickets .ticket:nth-child(42) {
  transition-delay: 16.8s;
}
.section.type-tickets .ticket:nth-child(43) {
  transition-delay: 17.2s;
}
.section.type-tickets .ticket:nth-child(44) {
  transition-delay: 17.6s;
}
.section.type-tickets .ticket:nth-child(45) {
  transition-delay: 18s;
}
.section.type-tickets .ticket:nth-child(46) {
  transition-delay: 18.4s;
}
.section.type-tickets .ticket:nth-child(47) {
  transition-delay: 18.8s;
}
.section.type-tickets .ticket:nth-child(48) {
  transition-delay: 19.2s;
}
.section.type-tickets .ticket:nth-child(49) {
  transition-delay: 19.6s;
}
.section.type-tickets .ticket:nth-child(50) {
  transition-delay: 20s;
}
.section.type-tickets.animate .ticket {
  opacity: 1;
  transform: translateX(0);
}
.section.type-tickets.animate .ticket:nth-child(odd) {
  transform: translateX(0);
}
.section.type-links {
  overflow: hidden;
}
.section.type-links .social-link {
  opacity: 0;
  transform: translateX(120px);
  transition: all 0.4s ease-in;
}
.section.type-links .social-link:nth-child(odd) {
  transform: translateX(-120px);
}
.section.type-links .social-link:nth-child(0) {
  transition-delay: 0.4s;
}
.section.type-links .social-link:nth-child(1) {
  transition-delay: 0.8s;
}
.section.type-links .social-link:nth-child(2) {
  transition-delay: 1.2s;
}
.section.type-links .social-link:nth-child(3) {
  transition-delay: 1.6s;
}
.section.type-links .social-link:nth-child(4) {
  transition-delay: 2s;
}
.section.type-links .social-link:nth-child(5) {
  transition-delay: 2.4s;
}
.section.type-links .social-link:nth-child(6) {
  transition-delay: 2.8s;
}
.section.type-links .social-link:nth-child(7) {
  transition-delay: 3.2s;
}
.section.type-links .social-link:nth-child(8) {
  transition-delay: 3.6s;
}
.section.type-links.animate .social-link {
  opacity: 1;
  transform: translateX(0);
}
.section.type-links.animate .social-link:nth-child(odd) {
  transform: translateX(0);
}

/****************************
FOOTER NAV
****************************/
.footer-nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-nav a {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
}

/****************************
FOOTER STYLES
****************************/
.footer {
  padding: 60px 0;
  text-align: center;
}
.footer .footer-left .footer-nav {
  margin: 20px 0 40px;
}
.footer .footer-right a {
  display: block;
  margin: 20px 0 0;
  text-align: center;
}
.footer .footer-right a svg {
  width: auto;
  height: 26px;
}
.footer .footer-right a.scroll-top {
  display: inline-flex;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: #FFFFFF;
  background: #E2403C;
  align-items: center;
  justify-content: center;
}

/*********************
TABLET
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************

  Stylesheet: Tablet Stylsheet

  ******************************************************************/
}
/*********************
TABLET
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************

  Stylesheet: Desktop Stylsheet

  ******************************************************************/
  /*********************
  LINK STYLES
  *********************/
  a, a:visited {
    transition: all 0.2s;
  }
  a.btn:hover, a:visited.btn:hover {
    transform: scale(1.1);
    background-color: #df2a26;
  }

  /****************************
  H1, H2, H3, H4, H5 STYLES
  ****************************/
  h1, .h1 {
    font-size: 53px;
  }

  h2, .h2 {
    font-size: 37px;
  }

  h3, .h3 {
    font-size: 26px;
  }

  /****************************
  LAYOUT STYLES
  ****************************/
  .wrap {
    padding: 0 4.75vw;
  }

  /****************************
  HEADER STYLES
  ****************************/
  .header {
    padding: 40px 0;
  }

  /****************************
  OVERLAY NAV
  ****************************/
  .overlay-nav {
    padding: 60px 30px;
    top: 100px;
    left: 2.35vw;
    right: 2.35vw;
    bottom: 2.35vw;
  }
  .overlay-nav ul.main-nav {
    margin: 0 0 60px;
    font-size: 53px;
  }
  .overlay-nav ul.main-nav a:hover {
    transform: scale(1.05);
  }

  /****************************
  SOCIAL LINKS
  ****************************/
  .social-links {
    display: flex;
    margin: 0 0 40px;
    padding: 20px 0;
    align-items: center;
  }
  .social-links .social-link {
    flex: 1;
    margin: 0 15px;
  }
  .social-links .social-link a {
    padding: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .social-links .social-link a:first-child {
    margin: 0 15px;
  }
  .social-links .social-link a:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: scale(1.05);
  }
  .social-links .social-link a img, .social-links .social-link a .icon {
    width: 120px;
    height: 120px;
    font-size: 44px;
  }
  .social-links .social-link a .label {
    width: 100%;
    margin: 30px 0 0;
    font-size: 18px;
    text-align: center;
  }

  /****************************
  BG IMAGES
  ****************************/
  .page-bg .bg-img {
    height: 2000px;
  }

  /****************************
  CONTENT STYLES
  ****************************/
  .section {
    margin: 120px 0 0;
  }
  .section:first-child {
    padding: 142px 0 0;
  }
  .section .section-title {
    margin: 0 0 60px;
    justify-content: flex-start;
  }
  .section .section-title h1 {
    font-size: 128px !important;
  }
  .section.type-hero {
    padding: 0;
  }
  .section.type-hero .hero-img {
    height: 1000px;
  }
  .section.type-hero .hero-img:after {
    height: 360px;
  }
  .section.type-hero .hero-img .smart-img {
    height: 100%;
  }
  .section.type-hero .hero-img .smart-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  .section.type-hero ul.main-nav {
    left: 4.75vw;
    top: 60vh;
    bottom: auto;
    font-size: 53px;
  }
  .section.type-hero ul.main-nav a:hover {
    transform: translateX(10px);
  }
  .section .ticket .date {
    order: 1;
    width: 120px;
  }
  .section .ticket h2 {
    order: 2;
    flex: 1;
    font-size: 51px;
  }
  .section .ticket .desc {
    order: 3;
    flex: 1;
    width: auto;
  }
  .section .ticket a.btn,
.section .ticket .sold-out {
    order: 4;
    width: auto;
    min-width: 150px;
    margin-left: 20px;
    text-align: center;
  }
  .section .ticket .date, .section .ticket .desc {
    margin: 0;
  }
  .section.type-links .social-link {
    transform: translate(0, 40px);
  }
  .section.type-links .social-link:nth-child(odd) {
    transform: translate(0, -40px);
  }
  .section.type-links.animate .social-link {
    transform: translate(0, 0);
  }
  .section.type-links.animate .social-link:nth-child(odd) {
    transform: translate(0, 0);
  }

  /****************************
  FOOTER NAV
  ****************************/
  .footer-nav a:hover {
    color: white;
  }

  /****************************
  FOOTER STYLES
  ****************************/
  .footer {
    padding: 120px 0;
    text-align: left;
  }
  .footer .wrap {
    display: flex;
    align-items: flex-end;
  }
  .footer .footer-left {
    width: 50%;
  }
  .footer .footer-left .footer-nav {
    margin: 20px 0 0;
  }
  .footer .footer-right {
    width: 50%;
    text-align: right;
  }
  .footer .footer-right a {
    display: inline-block;
    margin: 0 0 0 40px;
  }
  .footer .footer-right a.scroll-top:hover {
    transform: scale(1.1);
    background-color: #df2a26;
  }
}
/*********************
DESKTOP
*********************/
@media only screen and (min-width: 1440px) {
  /******************************************************************

  Stylesheet: Large Desktop Stylsheet

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  body {
    font-size: 18px;
  }

  /****************************
  LAYOUT STYLES
  ****************************/
  .wrap {
    padding: 0 9vw;
  }

  /****************************
  OVERLAY NAV
  ****************************/
  .overlay-nav ul.main-nav {
    font-size: 64px;
  }

  /****************************
  CONTENT STYLES
  ****************************/
  .section {
    margin: 240px 0 0;
  }
  .section .section-title h1 {
    font-size: 184px !important;
  }
  .section.type-hero ul.main-nav {
    left: 9vw;
    font-size: 64px;
  }

  /****************************
  FOOTER STYLES
  ****************************/
  .footer {
    padding: 240px 0 120px;
  }
}
/*********************
SUPER LARGE DESKTOP
*********************/
@media only screen and (min-width: 1800px) {
  /******************************************************************

  Stylesheet: Super Large Stylsheet

  ******************************************************************/
  /****************************
  LAYOUT STYLES
  ****************************/
  .wrap {
    padding: 0 18vw;
  }

  /****************************
  CONTENT STYLES
  ****************************/
  .section.type-hero ul.main-nav {
    left: 18vw;
  }
}
/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav {
    display: none;
  }
}
