/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/* ------------------------------------ *    #BORDER BOX
\* ------------------------------------ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* ------------------------------------ *    #POSTION RELATIVE
\* ------------------------------------ */
* {
  position: relative; }

/* ------------------------------------ *    #PAGE
\* ------------------------------------ */
html {
  background: #000;
  color: #b5b4b2;
  font-family: "Spiegel", sans-serif;
  font-size: 16px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ------------------------------------ *    #TYPOGRAPY
\* ------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Beaufort for LOL", serif;
  margin: 0 0 40px;
  line-height: 30px;
  font-size: 1.2rem;
  color: #cdbe91;
  font-weight: 500; }
  @media (min-width: 768px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      line-height: 42px; } }

p {
  color: #f0e6d2;
  margin: 0 0 20px;
  line-height: 30px;
  font-weight: 500; }

ul,
ol,
dl {
  margin: 0 0 20px; }

a {
  color: #cdbe91;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: underline; }

hr {
  margin: 0 0 20px;
  border: solid #cdbe91;
  border-width: 0 0 1px; }

/* ------------------------------------ *    #IMAGES
\* ------------------------------------ */
img {
  vertical-align: middle;
  margin: 0 0 20px; }

figure {
  margin: 0 0 20px; }

figcaption {
  font-size: 0.75em;
  font-style: italic; }

/* ------------------------------------ *    #WRAP
\* ------------------------------------ */
.o-wrap {
  overflow: hidden; }

/* ------------------------------------ *    #CONTAINER
\* ------------------------------------ */
.o-container {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1280px; }
  @media (min-width: 768px) {
    .o-container {
      width: 90%; } }

.o-section-container {
  padding: 50px 6%;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 100;
  max-width: 1280px; }
  @media (min-width: 480px) {
    .o-section-container {
      padding: 50px 11%; } }
  @media (min-width: 768px) {
    .o-section-container {
      padding: 80px 20px;
      width: 90%; } }

.o-section-container--last {
  padding-bottom: 7%; }

/* ------------------------------------ *    #LIST UNSTYLED
\* ------------------------------------ */
.o-list-unstyled {
  list-style: none;
  padding: 0; }

/* ------------------------------------ *    #LIST INLINE
\* ------------------------------------ */
.o-list-inline {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.o-list-inline--center {
  list-style: none;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/* ------------------------------------ *    #ASPECT
\* ------------------------------------ */
.o-aspect {
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
  position: relative; }
  .o-aspect::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%; }
  .o-aspect > * {
    margin: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
  .o-aspect > iframe,
  .o-aspect > embed,
  .o-aspect > video {
    height: 100%; }

.o-aspect--16x9::before {
  padding-top: 56.25%; }

.o-aspect--splash::before {
  padding-top: 34.58333%; }

.o-aspect--art::before {
  padding-top: 79.72603%; }

.o-aspect--display-w::before {
  padding-top: 72%; }

.o-aspect--display-s::before {
  padding-top: 88.88889%; }

.o-aspect--display-s::before,
.o-aspect--display-w::before {
  background-color: #000; }

/* ------------------------------------ *    #BUTTONS
\* ------------------------------------ */
.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  cursor: pointer;
  padding: calc(0.625em + 1px) calc(1.25em + 1px);
  height: 3.75em;
  max-width: 100%;
  border: 0;
  color: #c7b184;
  fill: currentColor;
  -webkit-box-shadow: 0 0 28px #000;
          box-shadow: 0 0 28px #000;
  font-family: "Beaufort for LOL", serif;
  font-size: 0.6875rem;
  line-height: 1;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.15s;
  transition: 0.15s; }
  @media (min-width: 768px) {
    .c-btn {
      font-size: 1vw; } }
  @media (min-width: 1500px) {
    .c-btn {
      font-size: 1rem; } }
  .c-btn::before, .c-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .c-btn::before {
    background: -webkit-gradient(linear, left bottom, left top, from(#72542a), to(#bd9e5e));
    background: linear-gradient(0deg, #72542a 0%, #bd9e5e 100%); }
  .c-btn::after {
    margin: 1px;
    background: #16181d;
    -webkit-transition: 0.15s;
    transition: 0.15s; }
    @media (min-width: 1024px) {
      .c-btn::after {
        margin: 2px; } }
  .c-btn:hover, .c-btn:active, .c-btn:focus {
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 0 28px #000, 0 0 28px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 28px #000, 0 0 28px rgba(0, 0, 0, 0.6); }
    .c-btn:hover::after, .c-btn:active::after, .c-btn:focus::after {
      background: #1a1d21; }

.c-btn--200 {
  min-width: 200px; }

.c-btn--220 {
  min-width: 220px; }

.c-btn--360 {
  width: 160px; }
  @media (min-width: 768px) {
    .c-btn--360 {
      width: 360px; } }

.c-btn--small {
  height: 2.5em; }

.c-btn__icon {
  margin-left: 10px;
  fill: currentColor; }

.c-btn--star {
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 30px;
  padding: 12px 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 3.5em;
  cursor: default; }
  @media (min-width: 480px) {
    .c-btn--star {
      padding: 18px 26px; } }
  .c-btn--star::before {
    background: #c8aa6e; }
  .c-btn--star::after {
    margin: 0 1px 1px; }
  @media (min-width: 768px) {
    .c-btn--star {
      font-size: 1rem;
      line-height: 50px;
      padding: 22px 30px; } }
  .c-btn--star:hover, .c-btn--star:active, .c-btn--star:focus {
    color: #c7b184;
    text-decoration: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .c-btn--star:hover::after, .c-btn--star:active::after, .c-btn--star:focus::after {
      background: #16181d; }

.c-btn--download {
  -webkit-box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.6);
  padding: 20px 30px;
  font-size: 1.25rem; }
  .c-btn--download::after {
    margin: 1px;
    background: #1e2328;
    -webkit-transition: 400ms background ease-in-out;
    transition: 400ms background ease-in-out; }
    @media (min-width: 1024px) {
      .c-btn--download::after {
        margin: 2px; } }
  .c-btn--download svg {
    -webkit-transition: 400ms fill ease-in-out;
    transition: 400ms fill ease-in-out;
    margin-right: 12px; }
  .c-btn--download:hover, .c-btn--download:active, .c-btn--download:focus {
    color: #eee6d4;
    text-decoration: none; }
    .c-btn--download:hover::after, .c-btn--download:active::after, .c-btn--download:focus::after {
      background: #272e33; }
    .c-btn--download:hover svg, .c-btn--download:active svg, .c-btn--download:focus svg {
      fill: #eee6d4; }

/* ------------------------------------ *    #HEADINGS
\* ------------------------------------ */
.c-heading-60 {
  font-size: 5vw; }
  @media (max-width: 800px) {
    .c-heading-60 {
      font-size: 40px; } }
  @media (min-width: 1200px) {
    .c-heading-60 {
      font-size: 60px; } }

.c-heading-40 {
  font-size: 4vw; }
  @media (max-width: 700px) {
    .c-heading-40 {
      font-size: 28px; } }
  @media (min-width: 1000px) {
    .c-heading-40 {
      font-size: 40px; } }

.c-heading-36 {
  font-size: 1.375rem;
  line-height: 1.22222; }
  @media (min-width: 768px) {
    .c-heading-36 {
      font-size: 2.25rem; } }

.c-heading-30 {
  font-size: 1.25rem;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .c-heading-30 {
      font-size: 1.875rem; } }

.c-heading-24 {
  font-size: 3.5vw; }
  @media (max-width: 571.42857px) {
    .c-heading-24 {
      font-size: 20px; } }
  @media (min-width: 685.71429px) {
    .c-heading-24 {
      font-size: 24px; } }

.c-heading-18 {
  font-size: 2.5vw;
  line-height: 1.22222; }
  @media (max-width: 640px) {
    .c-heading-18 {
      font-size: 16px; } }
  @media (min-width: 720px) {
    .c-heading-18 {
      font-size: 18px; } }

/* ------------------------------------ *    #NAVIGATION
\* ------------------------------------ */
.c-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-nav__item {
  margin-right: 10px; }

.c-nav__link {
  display: block;
  color: #cdbe91; }
  .c-nav__item.is-current .c-nav__link {
    text-decoration: underline; }

/* ------------------------------------ *    #FOOTER
\* ------------------------------------ */
.c-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #121212;
  color: #a09b8c;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .c-footer {
      padding-top: 6.25vw;
      padding-bottom: 3.125vw; } }
  @media (min-width: 1500px) {
    .c-footer {
      padding-top: 100px;
      padding-bottom: 50px; } }

.c-footer__links {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  font-size: 0.85714em;
  text-transform: uppercase; }

.c-footer__links--small {
  font-size: 0.71429em; }

.c-footer__links-item {
  margin: 0 0.25em; }

.c-footer__links-link {
  color: #f0e6d2; }
  .c-footer__links-link:hover {
    color: #fff;
    text-decoration: none; }

.c-footer__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .c-footer__blocks {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

@media (min-width: 768px) {
  .c-footer__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%; } }

.c-footer__block--wide {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }
  @media (min-width: 768px) {
    .c-footer__block--wide {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      width: 50%; } }

/* ------------------------------------ *    #DOWNLOADS BUTTONS
\* ------------------------------------ */
.c-download {
  z-index: 100; }

.c-downloads__item:first-child {
  padding-right: 15px; }

.c-downloads__desktop {
  display: none; }
  @media (min-width: 768px) {
    .c-downloads__desktop {
      display: block; } }

.c-downloads__mobile {
  display: block; }
  @media (min-width: 768px) {
    .c-downloads__mobile {
      display: none; } }

.c-downloads__mobile-wrapper {
  padding: 5%; }

.c-downloads__mobile-icon {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle; }

/* ------------------------------------ *    #SPLASH
\* ------------------------------------ */
.c-splash {
  height: 620px;
  z-index: 10;
  background-color: black; }
  @media (min-width: 768px) {
    .c-splash {
      height: 56vh;
      min-height: 659px; } }
  @media (min-width: 1200px) {
    .c-splash::before {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), color-stop(50%, transparent)), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), color-stop(60%, transparent));
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9), transparent 50%), linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent 60%);
      z-index: 10; } }

/* ------------------------------------ *    #INTRODUCTION
\* ------------------------------------ */
.c-intro__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 10; }

.c-intro {
  position: absolute;
  bottom: 40px; }
  @media (min-width: 768px) {
    .c-intro {
      bottom: 80px; } }

@media (min-width: 768px) {
  .c-intro__header {
    margin-bottom: 85px; } }

.c-intro__subtitle {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .c-intro__subtitle {
      margin-bottom: 40px; } }

.c-intro__title {
  margin-bottom: 30px; }

/* ------------------------------------ *    #INTRODUCTION
\* ------------------------------------ */
.c-wings {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 100; }
  .c-wings::after, .c-wings::before {
    content: '';
    position: absolute;
    display: block; }
  .c-wings::before {
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .c-wings::after {
    content: '';
    width: 9px;
    height: 9px;
    left: 50%;
    border: 1px solid #565a5a;
    background-color: #13171a;
    -webkit-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%); }

.c-wings--sm::before {
  width: 70%;
  max-width: 400px;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(20%, #565a5a), color-stop(50%, #565a5a), color-stop(80%, #565a5a), to(transparent));
  background-image: linear-gradient(to left, transparent 0%, #565a5a 20%, #565a5a 50%, #565a5a 80%, transparent 100%); }
  @media (min-width: 1024px) {
    .c-wings--sm::before {
      max-width: 430px; } }

.c-wings--lg::before {
  background-color: #565a5a; }

@media (min-width: 768px) {
  .c-wings--lg::before {
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(20%, #565a5a), color-stop(50%, #565a5a), color-stop(80%, #565a5a), to(transparent));
    background-image: linear-gradient(to left, transparent 0%, #565a5a 20%, #565a5a 50%, #565a5a 80%, transparent 100%);
    background-color: transparent; } }

/* ------------------------------------ *    #BACKGROUND BACKDROPS
\* ------------------------------------ */
.c-backdrop-stargrid {
  background-image: url("../img/global/backgrounds/sg-collection-grid.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

.c-backdrop-wide-display::before {
  content: '';
  position: absolute;
  top: -7%;
  left: -2%;
  width: 104%;
  height: 146%;
  background-image: url("../img/global/backgrounds/wide-monitor.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  z-index: 10; }

.c-backdrop-stack-display::before {
  content: '';
  position: absolute;
  top: -3%;
  left: -4%;
  width: 108%;
  height: 121%;
  background-image: url("../img/global/backgrounds/stack-monitor.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  z-index: 10; }

.c-backdrop-gradients::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 20%;
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(55%, rgba(0, 0, 0, 0.75)));
  background-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.75) 55%);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  z-index: 1; }

.c-backdrop-gradients::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(55%, rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 55%);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  z-index: 1; }

.c-backdrop-main {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#161c20), to(#050c17));
  background-image: linear-gradient(to top, #161c20 0%, #050c17 100%);
  background-repeat: no-repeat;
  background-size: 100%; }
  .c-backdrop-main::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    background-image: url("../img/global/backgrounds/bg.png");
    opacity: 0.75;
    z-index: 1; }

/* ------------------------------------ *    #COLLECTIONS
\* ------------------------------------ */
.c-collection {
  padding-top: 30px; }
  @media (min-width: 768px) {
    .c-collection {
      padding-top: 0; } }

.c-collection__wrapper {
  width: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 1024px) {
    .c-collection__wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.c-collection__grid-wrapper {
  overflow-y: hidden;
  height: 470px;
  width: 100%;
  background: #0e1521; }
  @media (min-width: 480px) {
    .c-collection__grid-wrapper {
      width: 78%; } }
  @media (min-width: 768px) {
    .c-collection__grid-wrapper {
      width: 55%;
      max-width: 465px;
      height: 568px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }
  .c-collection__grid-wrapper::before, .c-collection__grid-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    height: 26%;
    width: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 1; }
  .c-collection__grid-wrapper::before {
    top: 0;
    bottom: auto;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17%, #0b131d), color-stop(75%, transparent));
    background: linear-gradient(to bottom, #0b131d 17%, transparent 75%); }
  .c-collection__grid-wrapper::after {
    bottom: 0;
    top: auto;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(6%, #0e141e), color-stop(90%, transparent));
    background: linear-gradient(to top, #0e141e 6%, transparent 90%); }

.c-collection__grid-gradient {
  text-align: center; }

.c-collection__img-top,
.c-collection__img-bottom {
  -webkit-filter: saturate(70%);
          filter: saturate(70%);
  opacity: 0.9;
  will-change: transform;
  max-width: 100%;
  margin: 0; }

.c-collection__img-top {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  @media (min-width: 768px) {
    .c-collection__img-top {
      -webkit-animation: scrollTopImage 100s linear infinite;
              animation: scrollTopImage 100s linear infinite; } }

@-webkit-keyframes scrollTopImage {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes scrollTopImage {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

.c-collection__img-bottom {
  display: none;
  padding-bottom: 2%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  @media (min-width: 768px) {
    .c-collection__img-bottom {
      display: block;
      -webkit-animation: scrollBottomImage 100s linear infinite;
              animation: scrollBottomImage 100s linear infinite; } }

@-webkit-keyframes scrollBottomImage {
  0% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%); }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@keyframes scrollBottomImage {
  0% {
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%); }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

/* ------------------------------------ *    #SECTIONS
\* ------------------------------------ */
.c-section {
  z-index: 1; }

/* ------------------------------------ *    #SECTION INTRO
\* ------------------------------------ */
.c-section-intro {
  text-align: center; }
  @media (min-width: 768px) {
    .c-section-intro {
      text-align: left; } }

.c-section-intro__collection-wrapper {
  padding: 12% 0 0; }
  @media (min-width: 768px) {
    .c-section-intro__collection-wrapper {
      padding: 11.5%; } }

.c-section-intro__art-wrapper {
  padding: 6% 0; }
  @media (min-width: 768px) {
    .c-section-intro__art-wrapper {
      padding: 11.5%; } }

@media (min-width: 768px) {
  .c-section-intro__display-wrapper {
    text-align: center; } }

.c-section-intro__title {
  font-size: 30px;
  letter-spacing: 1.6px;
  line-height: 1.33333; }
  @media (min-width: 480px) {
    .c-section-intro__title {
      font-size: 4vw;
      letter-spacing: 2px;
      line-height: 42px; } }
  @media (min-width: 480px) and (max-width: 1000px) {
    .c-section-intro__title {
      font-size: 40px; } }
  @media (min-width: 480px) and (min-width: 1000px) {
    .c-section-intro__title {
      font-size: 40px; } }
  @media (min-width: 768px) {
    .c-section-intro__title {
      letter-spacing: normal; } }

/* ------------------------------------ *    #STAR GUARDIAN CARD
\* ------------------------------------ */
.c-star-card {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100; }

.c-star-card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.6); }

.c-star-card__img {
  border: 1px solid #c8aa6e;
  max-width: 100%; }

/* ------------------------------------ *    #ART CALLOUT SECTION
\* ------------------------------------ */
.c-art__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (min-width: 768px) {
  .c-art__wrapper-50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%; }
  .c-art__img-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%; } }

/* ------------------------------------ *    #GALLERY
\* ------------------------------------ */
.c-gallery {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%; }

.c-gallery__img,
.c-gallery__video {
  overflow: auto;
  pointer-events: none; }

.c-gallery__img--splash,
.c-gallery__video--splash {
  height: 105%;
  -webkit-mask-image: none;
  mask-image: none;
  left: 30%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: 0; }
  @media (min-width: 768px) {
    .c-gallery__img--splash,
    .c-gallery__video--splash {
      left: 50%; } }
  @media (min-width: 1200px) {
    .c-gallery__img--splash,
    .c-gallery__video--splash {
      -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(100%, transparent), color-stop(15%, rgba(0, 0, 0, 0.8))), -webkit-gradient(linear, right top, left top, color-stop(1%, rgba(0, 0, 0, 0.1)), color-stop(6%, rgba(0, 0, 0, 0.8)));
      -webkit-mask-image: linear-gradient(to right, transparent 100%, rgba(0, 0, 0, 0.8) 15%), linear-gradient(to left, rgba(0, 0, 0, 0.1) 1%, rgba(0, 0, 0, 0.8) 6%);
              mask-image: -webkit-gradient(linear, left top, right top, color-stop(100%, transparent), color-stop(15%, rgba(0, 0, 0, 0.8))), -webkit-gradient(linear, right top, left top, color-stop(1%, rgba(0, 0, 0, 0.1)), color-stop(6%, rgba(0, 0, 0, 0.8)));
              mask-image: linear-gradient(to right, transparent 100%, rgba(0, 0, 0, 0.8) 15%), linear-gradient(to left, rgba(0, 0, 0, 0.1) 1%, rgba(0, 0, 0, 0.8) 6%);
      height: auto;
      width: 100%; } }

.c-gallery__video--splash-top {
  top: -4%; }
  @media (min-width: 1500px) {
    .c-gallery__video--splash-top {
      top: -15%; } }

.c-gallery__img--display,
.c-gallery__video--display {
  width: auto;
  height: 100%;
  will-change: transform;
  -webkit-transition: -webkit-transform 12s cubic-bezier(0.42, 0, 0.59, 1.01);
  transition: -webkit-transform 12s cubic-bezier(0.42, 0, 0.59, 1.01);
  transition: transform 12s cubic-bezier(0.42, 0, 0.59, 1.01);
  transition: transform 12s cubic-bezier(0.42, 0, 0.59, 1.01), -webkit-transform 12s cubic-bezier(0.42, 0, 0.59, 1.01); }

.c-display-wide__gallery .c-gallery__cell:nth-child(odd) .c-gallery__img--display,
.c-display-stack__gallery .c-gallery__cell:nth-child(odd) .c-gallery__img--display {
  left: 50%;
  -webkit-transform: translateX(-43%);
          transform: translateX(-43%); }

.c-display-wide__gallery .c-gallery__cell:nth-child(even) .c-gallery__img--display,
.c-display-stack__gallery .c-gallery__cell:nth-child(even) .c-gallery__img--display {
  left: 50%;
  -webkit-transform: translateX(-57%);
          transform: translateX(-57%); }

.c-display-wide__gallery .c-gallery__cell.is-selected:nth-child(odd) .c-gallery__img--display,
.c-display-stack__gallery .c-gallery__cell.is-selected:nth-child(odd) .c-gallery__img--display {
  -webkit-transform: translate3d(0, 0, 0) translateX(-57%);
          transform: translate3d(0, 0, 0) translateX(-57%); }

.c-display-wide__gallery .c-gallery__cell.is-selected:nth-child(even) .c-gallery__img--display,
.c-display-stack__gallery .c-gallery__cell.is-selected:nth-child(even) .c-gallery__img--display {
  -webkit-transform: translate3d(0, 0, 0) translateX(-43%);
          transform: translate3d(0, 0, 0) translateX(-43%); }

.c-gallery__img--splash {
  display: block; }
  @media (min-width: 768px) {
    .c-gallery__img--splash {
      display: none; } }

.c-gallery__video--splash {
  display: none; }
  @media (min-width: 768px) {
    .c-gallery__video--splash {
      display: inline-block; } }

.c-gallery__cell {
  left: 0 !important;
  opacity: 0;
  -webkit-transition: opacity 3.3s ease-in-out, visibility 0s ease-in-out 3s;
  transition: opacity 3.3s ease-in-out, visibility 0s ease-in-out 3s;
  z-index: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.c-gallery__cell.is-selected {
  opacity: 1;
  z-index: 1; }

/* ------------------------------------ *    #DISPLAYS - STACK AND WIDE
\* ------------------------------------ */
.c-display {
  overflow: hidden;
  padding: 60px 0 70px; }

/* ------------------------------------ *    #WIDE DISPLAY SECTION
\* ------------------------------------ */
.c-display-wide {
  margin-top: 80px;
  padding: 0 15px; }
  @media (min-width: 580px) {
    .c-display-wide {
      display: block; } }
  @media (min-width: 920px) {
    .c-display-wide {
      display: block;
      margin-left: 30px; } }

.c-display-wide__gallery {
  height: 23vw;
  width: 32.5vw;
  max-height: 180px;
  max-width: 250px; }
  .c-display-wide__gallery::after {
    content: ''; }
  @media (min-width: 768px) {
    .c-display-wide__gallery::after {
      content: 'flickity';
      display: none; } }

/* ------------------------------------ *    #STACKED DISPLAY SECTION
\* ------------------------------------ */
.c-display-stack {
  padding: 0 15px; }

.c-display-stack__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden; }

.c-display-stack__gallery {
  height: 150px;
  width: 180px;
  position: relative; }
  .c-display-stack__gallery::after {
    content: ''; }
  @media (min-width: 768px) {
    .c-display-stack__gallery::after {
      content: 'flickity';
      display: none; } }

/* ------------------------------------ *    #FLEX WRAPPER
\* ------------------------------------ */
.c-wrapper--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 768px) {
    .c-wrapper--col {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.c-wrapper--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (min-width: 768px) {
    .c-wrapper--row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

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

.c-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.c-wrapper--col-640 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 640px) {
    .c-wrapper--col-640 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.c-wrapper--col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .c-wrapper--col-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

/* ------------------------------------ *    #COLOR UTILITIES
\* ------------------------------------ */
.u-color-pearl {
  color: #f0e6d2; }

.u-color-fiord {
  color: #485b62; }

.u-color-dawn {
  color: #a09b8c; }

.u-color-storm-dust {
  color: #5b5a56; }

.u-color-cashmere {
  color: #cdbe91; }

.u-color-fallow {
  color: #c0a76e; }

.u-color-curry {
  color: #785a28; }

.u-color-metal {
  color: #726243; }

.u-color-chocolate {
  color: #463711; }

.u-color-putty {
  color: #c8aa6e; }

.u-color-hot-toddy {
  color: #a98130; }

.u-color-cafe-royal {
  color: #6b5028; }

.u-color-light-cyan {
  color: #cbfafa; }

.u-color-robins-egg {
  color: #00c8b9; }

.u-color-bondi {
  color: #0096ab; }

.u-color-lagoon {
  color: #005983; }

.u-color-elf-green {
  color: #1e825a; }

.u-color-amber {
  color: #fabe0a; }

.u-color-mako {
  color: #565a5a; }

.u-color-grey {
  color: #3c3c41; }

.u-color-cinder {
  color: #1e2328; }

/* ------------------------------------ *    #TEXT UTILITIES
\* ------------------------------------ */
.u-text-center {
  text-align: center; }

.u-font-base {
  font-family: "Spiegel", sans-serif; }

/* ------------------------------------ *    #IMAGE UTILITIES
\* ------------------------------------ */
.u-img-respond {
  max-width: 100%;
  height: auto; }

.u-img-full {
  width: 100%;
  height: auto; }

/* ------------------------------------ *    #SPACING UTILITIES
\* ------------------------------------ */
.u-spacing-none {
  margin-bottom: 0; }

.u-spacing-10 {
  margin-bottom: 10px; }

.u-spacing-20 {
  margin-bottom: 20px; }

.u-spacing-40 {
  margin-bottom: 40px; }

.u-spacing-50 {
  margin-bottom: 50px; }

.u-spacing-60 {
  margin-bottom: 60px; }

.u-spacing-70 {
  margin-bottom: 70px; }

.u-spacing-85 {
  margin-bottom: 85px; }

@media (min-width: 480px) {
  .u-spacing-none\@xs {
    margin-bottom: 0; }
  .u-spacing-10\@xs {
    margin-bottom: 10px; }
  .u-spacing-20\@xs {
    margin-bottom: 20px; }
  .u-spacing-40\@xs {
    margin-bottom: 40px; }
  .u-spacing-50\@xs {
    margin-bottom: 50px; }
  .u-spacing-60\@xs {
    margin-bottom: 60px; }
  .u-spacing-70\@xs {
    margin-bottom: 70px; }
  .u-spacing-85\@xs {
    margin-bottom: 85px; } }

@media (min-width: 768px) {
  .u-spacing-none\@sm {
    margin-bottom: 0; }
  .u-spacing-10\@sm {
    margin-bottom: 10px; }
  .u-spacing-20\@sm {
    margin-bottom: 20px; }
  .u-spacing-40\@sm {
    margin-bottom: 40px; }
  .u-spacing-50\@sm {
    margin-bottom: 50px; }
  .u-spacing-60\@sm {
    margin-bottom: 60px; }
  .u-spacing-70\@sm {
    margin-bottom: 70px; }
  .u-spacing-85\@sm {
    margin-bottom: 85px; } }

@media (min-width: 640px) {
  .u-spacing-none\@640 {
    margin-bottom: 0; }
  .u-spacing-10\@640 {
    margin-bottom: 10px; }
  .u-spacing-20\@640 {
    margin-bottom: 20px; }
  .u-spacing-40\@640 {
    margin-bottom: 40px; }
  .u-spacing-50\@640 {
    margin-bottom: 50px; }
  .u-spacing-60\@640 {
    margin-bottom: 60px; }
  .u-spacing-70\@640 {
    margin-bottom: 70px; }
  .u-spacing-85\@640 {
    margin-bottom: 85px; } }

@media (min-width: 920px) {
  .u-spacing-none\@920 {
    margin-bottom: 0; }
  .u-spacing-10\@920 {
    margin-bottom: 10px; }
  .u-spacing-20\@920 {
    margin-bottom: 20px; }
  .u-spacing-40\@920 {
    margin-bottom: 40px; }
  .u-spacing-50\@920 {
    margin-bottom: 50px; }
  .u-spacing-60\@920 {
    margin-bottom: 60px; }
  .u-spacing-70\@920 {
    margin-bottom: 70px; }
  .u-spacing-85\@920 {
    margin-bottom: 85px; } }

@media (min-width: 1024px) {
  .u-spacing-none\@md {
    margin-bottom: 0; }
  .u-spacing-10\@md {
    margin-bottom: 10px; }
  .u-spacing-20\@md {
    margin-bottom: 20px; }
  .u-spacing-40\@md {
    margin-bottom: 40px; }
  .u-spacing-50\@md {
    margin-bottom: 50px; }
  .u-spacing-60\@md {
    margin-bottom: 60px; }
  .u-spacing-70\@md {
    margin-bottom: 70px; }
  .u-spacing-85\@md {
    margin-bottom: 85px; } }

@media (min-width: 1200px) {
  .u-spacing-none\@lg {
    margin-bottom: 0; }
  .u-spacing-10\@lg {
    margin-bottom: 10px; }
  .u-spacing-20\@lg {
    margin-bottom: 20px; }
  .u-spacing-40\@lg {
    margin-bottom: 40px; }
  .u-spacing-50\@lg {
    margin-bottom: 50px; }
  .u-spacing-60\@lg {
    margin-bottom: 60px; }
  .u-spacing-70\@lg {
    margin-bottom: 70px; }
  .u-spacing-85\@lg {
    margin-bottom: 85px; } }

@media (min-width: 1500px) {
  .u-spacing-none\@xl {
    margin-bottom: 0; }
  .u-spacing-10\@xl {
    margin-bottom: 10px; }
  .u-spacing-20\@xl {
    margin-bottom: 20px; }
  .u-spacing-40\@xl {
    margin-bottom: 40px; }
  .u-spacing-50\@xl {
    margin-bottom: 50px; }
  .u-spacing-60\@xl {
    margin-bottom: 60px; }
  .u-spacing-70\@xl {
    margin-bottom: 70px; }
  .u-spacing-85\@xl {
    margin-bottom: 85px; } }

/* ------------------------------------ *    #VISIBILITY UTILITIES
\* ------------------------------------ */
.u-hidden {
  display: none; }

@media (min-width: 480px) {
  .u-hidden\@xs {
    display: none; } }

@media (min-width: 768px) {
  .u-hidden\@sm {
    display: none; } }

@media (min-width: 640px) {
  .u-hidden\@640 {
    display: none; } }

@media (min-width: 920px) {
  .u-hidden\@920 {
    display: none; } }

@media (min-width: 1024px) {
  .u-hidden\@md {
    display: none; } }

@media (min-width: 1200px) {
  .u-hidden\@lg {
    display: none; } }

@media (min-width: 1500px) {
  .u-hidden\@xl {
    display: none; } }

.u-sr-only {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  position: absolute; }

/* ------------------------------------ *    #FONTS
\* ------------------------------------ */
.u-font-beaufort {
  font-family: "Beaufort for LOL", serif; }

.u-font-spiegel {
  font-family: "Spiegel", sans-serif; }

/* ------------------------------------ *    #TEXT UTILITIES
\* ------------------------------------ */
.u-text-bold {
  font-weight: bold; }

.u-text-regular {
  font-weight: normal; }

.u-text-pearl {
  color: #f0e6d2; }

.u-text-black-shadow {
  text-shadow: -1px 0 5px rgba(0, 0, 0, 0.45);
  -webkit-filter: drop-shadow(0 0 15px #001e35);
          filter: drop-shadow(0 0 15px #001e35); }

.u-text-400 {
  font-weight: 400; }

/* ------------------------------------ *    #FLICKITY CSS OVERRIDES
\* ------------------------------------ */
.flickity-slider {
  -webkit-transform: none !important;
          transform: none !important; }

.flickity-viewport {
  height: 100% !important; }

@media (min-width: 1200px) {
  .c-splash .flickity-slider {
    max-width: 1900px;
    margin: 0 auto;
    right: 0; }
    .c-splash .flickity-slider::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      right: 0;
      left: 0;
      background-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(8%, transparent), color-stop(92%, transparent), to(black));
      background-image: linear-gradient(to right, black, transparent 8%, transparent 92%, black);
      z-index: 10; } }

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