@charset "UTF-8";
/* ==========================================================================
   Imports
   ========================================================================== */
/* ==========================================================================
   Settings
   ========================================================================== */
/* Colour Palette
   ========================================================================== */
/* Typography
   ========================================================================== */
/* Spacings
   ========================================================================== */
/* Screen widths
   ========================================================================== */
/* Transitions
   ========================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: #fff url("../../images/ajax-loader.gif") center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

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

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover::before, .slick-dots li button:focus::before {
          opacity: 1; }
      .slick-dots li button::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button::before {
      color: black;
      opacity: 0.75; }

/* ==========================================================================
   Functions
   ========================================================================== */
/* ==========================================================================
   Mixins
   ========================================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

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

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

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

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  color: #000000;
  background: #FFFF00; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  color: inherit;
  /* 1 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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"] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../../fonts/sourcesanspro-regular-webfont.eot");
  src: url("../../fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../../fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("../../fonts/sourcesanspro-regular-webfont.ttf") format("truetype"), url("../../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Source Sans Pro semibold';
  src: url("../../fonts/sourcesanspro-semibold-webfont.eot");
  src: url("../../fonts/sourcesanspro-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/sourcesanspro-semibold-webfont.woff2") format("woff2"), url("../../fonts/sourcesanspro-semibold-webfont.woff") format("woff"), url("../../fonts/sourcesanspro-semibold-webfont.ttf") format("truetype"), url("../../fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ==========================================================================
   Base
   ========================================================================== */
*, *::before, *::after {
  box-sizing: inherit; }

html {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #061420; }

html {
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%; }

::-moz-selection {
  background: #ebca70;
  text-shadow: none; }

::selection {
  background: #ebca70;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  margin: 1.8em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ecf0f5; }

img, svg {
  max-width: 100%;
  vertical-align: middle; }

textarea {
  resize: vertical; }

a {
  color: #486c8a;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
  text-decoration: none; }
  a:hover {
    color: #ebca70; }

.svgs {
  display: none; }

.screen {
  position: relative;
  width: 100%;
  height: 100%; }

.date {
  display: inline-block;
  color: #d5392a;
  font-size: 12px;
  letter-spacing: 0.14em;
  margin-bottom: 7px; }

.js-wow {
  visibility: hidden; }

.columns {
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    .columns {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      columns-width: 50%; } }

.three-columns {
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    .three-columns {
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3;
      columns-width: 33.3333333333%; } }

.youtube-icon svg {
  width: 19px;
  height: 16px; }

/* ==========================================================================
	General layout

	! Imported into forum
   ========================================================================== */
.container {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 30px; }
  @media (min-width: 768px) and (max-width: 1279px) {
    .container {
      padding: 0 55px; } }
  @media (min-width: 1280px) {
    .container {
      padding: 0 80px; } }

.main {
  height: 100%; }
  @media (max-width: 767px) {
    .main {
      padding-top: 65px; } }
  @media (min-width: 768px) and (max-width: 1279px) {
    .main {
      padding-top: 85px; } }
  @media (min-width: 1280px) and (max-width: 1679px) {
    .main {
      padding-left: 200px; } }
  @media (min-width: 1680px) {
    .main {
      padding-left: 300px; } }

.main--full {
  padding-left: 0; }

/* ==========================================================================
   Grid
   ========================================================================== */
.grid {
  font-size: 0;
  position: relative;
  margin-left: -40px; }

.grid--full {
  margin-left: 0; }
  .grid--full .grid__item, .grid--full .whole, .grid--full .half, .grid--full .third, .grid--full .two-thirds, .grid--full .quarter, .grid--full .three-quarters, .grid--full .fifth {
    margin-bottom: 0;
    padding-left: 0; }

.grid__item, .whole, .half, .third, .two-thirds, .quarter, .three-quarters, .fifth {
  display: inline-block;
  font-size: 16px;
  width: 100%;
  padding-left: 40px;
  vertical-align: top; }
  .grid__item.-middle, .-middle.whole, .-middle.half, .-middle.third, .-middle.two-thirds, .-middle.quarter, .-middle.three-quarters, .-middle.fifth {
    vertical-align: middle; }

@media (min-width: 1024px) {
  .half {
    width: 50%; } }

@media (min-width: 1024px) {
  .third {
    width: 33.3333333333%; } }

@media (min-width: 1024px) {
  .two-thirds {
    width: 66.6666666667%; } }

@media (min-width: 768px) {
  .quarter {
    width: 50%; } }

@media (min-width: 1024px) {
  .quarter {
    width: 25%; } }

@media (min-width: 1024px) {
  .three-quarters {
    width: 75%; } }

@media (min-width: 768px) {
  .fifth {
    width: 50%; } }

@media (min-width: 1024px) {
  .fifth {
    width: 20%; } }

/* Vertical
   ========================================================================== */
.v-grid {
  height: 100%; }
  .v-grid .grid, .v-grid .grid__item, .v-grid .whole, .v-grid .half, .v-grid .third, .v-grid .two-thirds, .v-grid .quarter, .v-grid .three-quarters, .v-grid .fifth {
    height: 100%; }

.v-half {
  height: 50%; }

/* ==========================================================================
   Headings
   ========================================================================== */
.alpha abbr[title], .beta abbr[title], .gamma abbr[title], .delta abbr[title], .epsilon abbr[title], .zeta abbr[title],
.h1 abbr[title], .vertical-title__title abbr[title], .stat__value abbr[title], .circle-content__title abbr[title], .h2 abbr[title], .member__name abbr[title], .h3 abbr[title], .quote abbr[title], .link-box__subtitle abbr[title], .h4 abbr[title], .h5 abbr[title], .h6 abbr[title],
h1 abbr[title], h2 abbr[title], h3 abbr[title], h4 abbr[title], h5 abbr[title], h6 abbr[title] {
  border-bottom: none; }

h1, .h1, .vertical-title__title, .stat__value, .circle-content__title, .alpha {
  font-size: 45px;
  line-height: 1;
  font-family: Baskerville Old Face, serif;
  margin-top: 0;
  font-weight: normal;
  color: #0c2337; }
  @media (min-width: 768px) {
    h1, .h1, .vertical-title__title, .stat__value, .circle-content__title, .alpha {
      font-size: 57px; } }
  @media (min-width: 1024px) {
    h1, .h1, .vertical-title__title, .stat__value, .circle-content__title, .alpha {
      font-size: 70px; } }
  @media (min-width: 1680px) {
    h1, .h1, .vertical-title__title, .stat__value, .circle-content__title, .alpha {
      font-size: 92px; } }

h2, .h2, .member__name, .beta {
  font-size: 35px;
  line-height: 1;
  font-family: Baskerville Old Face, serif;
  margin-top: 0;
  font-weight: normal;
  color: #0c2337; }
  @media (min-width: 768px) {
    h2, .h2, .member__name, .beta {
      font-size: 38px; } }
  @media (min-width: 1024px) {
    h2, .h2, .member__name, .beta {
      font-size: 42px; } }
  @media (min-width: 1680px) {
    h2, .h2, .member__name, .beta {
      font-size: 45px; } }

h3, .h3, .quote, .link-box__subtitle, .gamma {
  font-size: 20px;
  line-height: 1.28;
  font-family: Baskerville Old Face, serif;
  margin-top: 0;
  font-weight: normal;
  color: #0c2337; }
  @media (min-width: 768px) {
    h3, .h3, .quote, .link-box__subtitle, .gamma {
      font-size: 21px; } }
  @media (min-width: 1024px) {
    h3, .h3, .quote, .link-box__subtitle, .gamma {
      font-size: 23px; } }
  @media (min-width: 1680px) {
    h3, .h3, .quote, .link-box__subtitle, .gamma {
      font-size: 25px; } }

h4, .h4, .delta {
  font-size: 11px;
  line-height: 1;
  font-family: Baskerville Old Face, serif;
  margin-top: 0;
  font-weight: normal;
  color: #0c2337; }

h5, .h5, .epsilon {
  font-size: 11px;
  line-height: 1;
  font-family: Baskerville Old Face, serif;
  margin-top: 0;
  font-weight: normal;
  color: #0c2337; }

h6, .h6, .zeta {
  font-size: 11px;
  line-height: 1;
  font-family: Baskerville Old Face, serif;
  margin-top: 0;
  font-weight: normal;
  color: #0c2337; }

.red-title, .vertical-title__subtitle {
  text-transform: uppercase;
  color: #d5392a; }

/* ==========================================================================
   Forms | http://codepen.io/AntoineBoulanger/pen/uBJmi
   ========================================================================== */
/* Input
   ========================================================================== */
.input, .select__input, .checkbox__check {
  display: block;
  width: 100%;
  color: #000000;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: #CCCCCC;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* Select
   ========================================================================== */
.select {
  position: relative;
  display: block; }
  .select::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 100%;
    content: "";
    pointer-events: none;
    background-color: #CCCCCC;
    background-image: url("../../images/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: center; }

.select__input {
  padding-right: 30px; }
  .select__input::-ms-expand {
    display: none; }

/* Checkbox
   ========================================================================== */
.checkbox {
  display: inline-block; }

.checkbox__input {
  display: none; }
  .checkbox__input:checked + .checkbox__check::after {
    visibility: visible; }

.checkbox__check {
  display: inline-block;
  width: 25px;
  height: 25px; }
  .checkbox__check::after {
    display: block;
    visibility: hidden;
    width: 25px;
    height: 25px;
    content: "";
    background-image: url("../../images/check.svg");
    background-repeat: no-repeat;
    background-position: center; }

/* ==========================================================================
	Buttons

	! Imported into forum
============================================================================= */
.button, .carousel__bar__button, .sod_select, .home__article__button {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #4f6a86;
  font-size: 12px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  background-color: #d5392a;
  border: none;
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 0.14em;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.1s;
          transition: background-color 0.3s, transform 0.1s;
  outline: none; }
  .button::after, .carousel__bar__button::after, .sod_select::after, .home__article__button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    top: 2px;
    left: 2px;
    border: 1px solid rgba(213, 57, 42, 0.55);
    -webkit-transition: border-color 0.3s, -webkit-transform 0.1s;
            transition: border-color 0.3s, transform 0.1s; }
  .button:hover, .carousel__bar__button:hover, .sod_select:hover, .home__article__button:hover {
    color: #FFFFFF;
    background-color: #be2d1f; }
    .button:hover::after, .carousel__bar__button:hover::after, .sod_select:hover::after, .home__article__button:hover::after {
      border-color: rgba(190, 45, 31, 0.55); }
  .button:active, .carousel__bar__button:active, .sod_select:active, .home__article__button:active {
    -webkit-transform: translate(2px, 2px);
        -ms-transform: translate(2px, 2px);
            transform: translate(2px, 2px); }
    .button:active::after, .carousel__bar__button:active::after, .sod_select:active::after, .home__article__button:active::after {
      -webkit-transform: translate(-2px, -2px);
          -ms-transform: translate(-2px, -2px);
              transform: translate(-2px, -2px); }
  .button abbr[title], .carousel__bar__button abbr[title], .sod_select abbr[title], .home__article__button abbr[title] {
    border-bottom: none; }

.button--disabled {
  background-color: #ccc; }
  .button--disabled::after {
    content: none; }
  .button--disabled:hover {
    color: white;
    background-color: #ccc; }
  .button--disabled:active {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    .button--disabled:active::after {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }

.button--wide {
  width: 180px; }

.button--scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: auto;
  line-height: 1;
  -webkit-transition: height 0.3s;
          transition: height 0.3s;
  -webkit-transition: background-color 0.3s, padding 0.3s;
          transition: background-color 0.3s, padding 0.3s;
  background-image: url("../../images/arrow-down.svg");
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media (max-width: 767px) {
    .button--scroll {
      padding: 15px 25px 20px 25px;
      background-position: center bottom 10px; } }
  @media (min-width: 768px) {
    .button--scroll {
      padding: 26px 36px 33px 38px;
      background-position: center bottom 19px; }
      .button--scroll:hover {
        padding-bottom: 40px; } }
  .button--scroll:active {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .button--scroll:active::after {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  .button--scroll::after {
    border-bottom: none;
    top: 3px;
    left: 3px;
    bottom: 0;
    height: auto; }

.button--subscribe {
  font-family: "Source Sans Pro", sans-serif;
  position: absolute;
  right: 55px;
  top: -5px; }
  @media (min-width: 1280px) {
    .button--subscribe {
      right: 80px;
      top: -25px; } }

/* ==========================================================================
   Helpers
   ========================================================================== */
.clearfix::before, .clearfix::after {
  display: table;
  content: " "; }

.clearfix::after {
  clear: both; }

.vertical-center, .link-box {
  height: 100%;
  text-align: center; }
  .vertical-center::before, .link-box::before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle; }
  .vertical-center > *, .link-box > * {
    display: inline-block;
    vertical-align: middle; }

/* ==========================================================================
   Trumps
   ========================================================================== */
.left {
  float: left !important; }

.right {
  float: right !important; }

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

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

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

.uppercase {
  text-transform: uppercase !important; }

.is-visible {
  visibility: visible !important;
  opacity: 1 !important; }

.is-hidden {
  visibility: hidden !important;
  opacity: 0 !important; }

.color-white {
  color: #FFFFFF; }

.color-yellow {
  color: #ebca70; }

.color-light-blue {
  color: #486c8a; }

.no-margin {
  margin: 0 !important; }

/* Accessibility
   ========================================================================== */
/*
 * Hide visually and from screen readers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/* ==========================================================================
   Animate
   ========================================================================== */
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInUp, .vertical-title, .section__content__background {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpMed {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
            transform: translate3d(0, 25%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUpMed {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
            transform: translate3d(0, 25%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInUpMed, .section--top .section__content__background {
  -webkit-animation-name: fadeInUpMed;
          animation-name: fadeInUpMed; }

@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
            transform: translate3d(0, 10%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInUpSmall, .section--top {
  -webkit-animation-name: fadeInUpSmall;
          animation-name: fadeInUpSmall; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
            transform: scale3d(0.5, 0.5, 0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
            transform: scale3d(0.5, 0.5, 0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.zoomIn, .circle {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn; }

/* ==========================================================================
   Loader
   ========================================================================== */
.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  -webkit-transition: visibility 0.6s, opacity 0.6s;
          transition: visibility 0.6s, opacity 0.6s; }
  .is-loaded .loader {
    visibility: hidden;
    opacity: 0; }

.loader__spinner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -35px; }

.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center; }

.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #ebca70;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
          animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s; }

.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s; }

@-webkit-keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-threeBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

/* ==========================================================================
   Link box
   ========================================================================== */
.link-boxes .link-box {
  height: 400px; }

.link-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #FFFFFF; }
  .link-box:hover {
    color: #FFFFFF; }
    .link-box:hover .link-box__background {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
    .link-box:hover .link-box__overlay {
      opacity: 0.8; }
  .link-box .hr-decoration, .link-box .hr-decoration--full {
    margin: 6px 0 13px 0; }
    .link-box .hr-decoration svg, .link-box .hr-decoration--full svg {
      fill: #ebca70; }

.link-box__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.link-box__background--games {
  background-image: url("../../images/home-games.jpg"); }

.link-box__background--forum {
  background-image: url("../../images/home-forum.jpg"); }

.link-box__background--about {
  background-image: url("../../images/home-about.jpg"); }
  .link-box__background--about .link-box__title {
    color: #071621; }

.link-box__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s; }

.link-box--red .link-box__overlay {
  background-color: #d5392a; }

.link-box--blue .link-box__overlay {
  background-color: #071621; }

.link-box--yellow .link-box__overlay {
  background-color: #ebca70; }

.link-box--yellow .link-box__title {
  color: #071621; }

.link-box--yellow .hr-decoration svg, .link-box--yellow .hr-decoration--full svg {
  fill: #071621; }

.link-box__title {
  position: relative;
  color: #ebca70;
  letter-spacing: 0.07em;
  margin-bottom: 0;
  line-height: 1; }

.link-box__subtitle {
  position: relative;
  color: #FFFFFF;
  margin-top: 0.5em; }

.link-box__description {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 0; }

/* ==========================================================================
   Article
   ========================================================================== */
.article {
  margin-bottom: 150px; }
  .article img {
    display: block;
    width: 100%;
    margin: 1em 0; }
  .article p {
    margin: 1.5em 0; }
  .article .grid {
    margin-left: -80px; }
  .article .grid__item, .article .whole, .article .half, .article .third, .article .two-thirds, .article .quarter, .article .three-quarters, .article .fifth {
    padding-left: 80px; }
  .article .news__item {
    margin-bottom: 0; }

/* ==========================================================================
   Nav-top
   ========================================================================== */
.nav-top {
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .nav-top {
      position: relative;
      font-size: 20px;
      z-index: 997;
      min-height: 82px; } }
  .nav-top .button--subscribe {
    color: white; }
    .nav-top .button--subscribe:hover {
      color: white; }

.nav-top__menu {
  background-color: #FFFFFF;
  position: fixed;
  right: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-transform: lowercase; }
  .news .nav-top__menu,
  .article .nav-top__menu {
    text-transform: none; }
  @media (max-width: 767px) {
    .nav-top__menu {
      display: none; } }
  @media (min-width: 768px) and (max-width: 1279px) {
    .nav-top__menu {
      padding: 20px 0;
      top: 85px;
      font-size: 18px; } }
  @media (max-width: 1279px) {
    .nav-top__menu {
      left: 0; } }
  @media (min-width: 1280px) {
    .nav-top__menu {
      padding: 25px 0;
      top: 0; } }
  @media (min-width: 1280px) and (max-width: 1679px) {
    .nav-top__menu {
      left: 200px; } }
  @media (min-width: 1680px) {
    .nav-top__menu {
      left: 300px; } }
  .nav-top__menu ul {
    display: inline-block;
    width: auto; }
  .nav-top__menu li {
    display: inline-block;
    margin-right: 15px; }
  .nav-top__menu abbr[title] {
    border-bottom: none; }

.share {
  position: absolute;
  top: 25px;
  right: 0;
  text-align: center;
  overflow: hidden; }
  .share:hover .share__button, .share:active .share__button {
    opacity: 0;
    -webkit-transition-delay: 0 !important;
            transition-delay: 0 !important; }
  .share:hover .share__menu, .share:active .share__menu {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }

a.share__button {
  position: absolute;
  right: 35px;
  opacity: 1;
  -webkit-transition: color 0.3s, opacity 0.3s !important;
          transition: color 0.3s, opacity 0.3s !important;
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
  cursor: pointer; }

.share__menu {
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
          transition: transform 0.6s, opacity 0.6s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 0;
  font-size: 0;
  line-height: 1; }
  .share__menu li {
    display: inline-block;
    border-left: 1px solid #ecf0f5;
    margin: 0;
    font-size: 16px;
    height: 20px; }
    .share__menu li:first-of-type {
      border-left: none; }
  .share__menu a {
    display: inline-block;
    padding: 0 35px; }
    .share__menu a:hover svg {
      fill: #ebca70; }
  .share__menu svg {
    fill: #486c8a;
    -webkit-transition: fill 0.3s;
            transition: fill 0.3s; }

.email-icon svg {
  width: 21px;
  height: 13px; }

/* ==========================================================================
   Vertical title
   ========================================================================== */
.vertical-title {
  text-align: center;
  margin: 150px 0; }

.vertical-title--yellow .vertical-title__title {
  color: #ebca70 !important; }

.vertical-title--yellow .vertical-title__subtitle {
  color: #FFFFFF; }

.vertical-title--yellow .vertical-title__line {
  background-color: #ebca70; }

.vertical-title__line {
  width: 1px;
  height: 150px;
  background-color: #071621;
  display: inline-block; }

.vertical-title__content {
  margin: 3em 0; }

.vertical-title__title {
  margin-bottom: 0; }

.vertical-title__subtitle--white {
  color: #FFFFFF; }

/* ==========================================================================
   Member
   ========================================================================== */
@media (min-width: 768px) and (max-width: 1023px) {
  .members .third {
    width: 50%; } }

.member {
  text-align: center;
  height: 450px; }
  @media (min-width: 768px) {
    .member {
      margin-bottom: 60px; } }
  @media (min-width: 1024px) {
    .member {
      margin-bottom: 120px; } }
  .member:hover .member__image {
    -webkit-transform: translateY(-320px) rotate3d(1, 0, 0, 90deg) scale(0.75);
            transform: translateY(-320px) rotate3d(1, 0, 0, 90deg) scale(0.75);
    opacity: 0; }
  .member:hover .member__info {
    -webkit-transform: translateY(-320px);
        -ms-transform: translateY(-320px);
            transform: translateY(-320px); }
  .member:hover .member__bio {
    -webkit-transform: translateY(-320px) rotate3d(0, 0, 0, 0) scale(1);
            transform: translateY(-320px) rotate3d(0, 0, 0, 0) scale(1);
    opacity: 1; }
    .ie9 .member:hover .member__bio {
      -webkit-transform: translateY(-320px) scale(1);
          -ms-transform: translateY(-320px) scale(1);
              transform: translateY(-320px) scale(1); }

.member__image {
  height: 320px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.3s;
          transition: transform 0.6s, opacity 0.3s; }

.member__info {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.3s;
          transition: transform 0.6s, opacity 0.3s;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s; }

.member__name {
  color: #2a3043;
  margin-top: 7px; }

.member__bio {
  -webkit-transition: -webkit-transform 0.6s, opacity 0.3s;
          transition: transform 0.6s, opacity 0.3s;
  opacity: 0;
  -webkit-transform: rotate3d(1, 0, 0, -90deg) scale(0.75);
          transform: rotate3d(1, 0, 0, -90deg) scale(0.75);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; }

/* ==========================================================================
   Stats
   ========================================================================== */
.stats {
  padding-bottom: 210px; }

@media (max-width: 1023px) {
  .stat {
    margin-bottom: 50px; } }

.stat .hr-decoration, .stat .hr-decoration--full {
  margin-bottom: 1em; }
  .stat .hr-decoration svg, .stat .hr-decoration--full svg {
    fill: #0c2337; }

.stat .circle__background {
  background-size: 65%; }

.stat__value {
  margin-bottom: 0;
  margin-top: 15px; }

.stat__title {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0;
  color: #0c2337; }

/* ==========================================================================
   Jobs
   ========================================================================== */
.jobs {
  margin-bottom: 120px; }
  .jobs ul {
    list-style-type: none;
    margin: 0 0 75px;
    padding: 0; }
  .jobs h3 {
    margin-bottom: 0.5em; }
  .jobs .circle__background {
    background-size: 100%;
    background-position: center bottom; }

.jobs__content {
  margin: 25px auto 40px auto;
  max-width: 650px; }
  .jobs__content h3 a {
    color: #0c2337; }
    .jobs__content h3 a:hover {
      color: #071621; }

/* ==========================================================================
   Section
   ========================================================================== */
.section {
  position: relative; }
  .section.-blue {
    color: #0c2337; }

.section--space {
  margin: 250px 0; }

.section--bottom {
  margin-bottom: 200px; }

.section__content {
  position: relative; }

.section__content__background {
  position: relative;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0; }
  @media (min-width: 768px) {
    .section__content__background {
      top: 120px; } }

.section__content__background--yellow {
  background-color: #ebca70; }

.section__content__background--red {
  background-color: #d5392a; }

.section__text {
  margin-top: 3em; }
  .section__text p {
    margin-top: 0;
    orphans: 2; }

.section--top {
  visibility: hidden; }

.section--removed-anims {
  -webkit-animation: none;
          animation: none; }

/* ==========================================================================
   Tabs
   ========================================================================== */
.tabs {
  position: relative;
  /* 	visibility: hidden;
	transition: visibility $slow-speed, opacity $slow-speed; */ }

/* .tabs--loaded {
	visibility: visible;

	.tabs__section--active {
		visibility: visible;
	}
} */
.nav-tabs {
  text-transform: uppercase;
  margin-bottom: 30px; }
  @media (max-width: 1023px) {
    .nav-tabs li {
      margin: 25px 0; } }
  @media (min-width: 1024px) {
    .nav-tabs li {
      display: inline-block; } }

.nav-tabs__link {
  position: relative;
  display: inline-block;
  color: #ebca70 !important;
  margin-right: 35px;
  padding-bottom: 10px;
  line-height: 1; }
  .nav-tabs__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ebca70;
    -webkit-transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center left;
        -ms-transform-origin: center left;
            transform-origin: center left; }
  .nav-tabs__link abbr[title] {
    border-bottom: none; }

.nav-tabs__link:hover::after, .nav-tabs__link.-active::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1); }

.tabs__content {
  position: relative; }

.tabs__section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s, visibility 0.6s;
          transition: opacity 0.6s, visibility 0.6s; }
  .tabs__section.-active {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }

/* ==========================================================================
   Circle
   ========================================================================== */
.circle-wrap {
  display: block;
  max-width: 315px;
  margin: 0 auto; }

.circle {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ebca70;
  display: inline-block; }

.circle--link:hover .circle__background {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05); }

.circle--center .circle__background {
  background-size: auto;
  background-repeat: no-repeat; }

.circle__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/home-article.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
  border-radius: 50%; }

/* Content
   ========================================================================== */
.circle-content {
  position: relative;
  display: inline-block;
  text-align: left;
  max-width: 100%; }
  .circle-content .circle-wrap {
    position: relative;
    width: 100%;
    max-width: 475px; }
    @media (min-width: 1024px) {
      .circle-content .circle-wrap {
        position: absolute;
        top: 0;
        left: 0; } }
  .circle-content .circle {
    background-color: transparent; }
  .ie9 .circle-content {
    width: 100%; }

.circle-content__content {
  position: relative; }
  @media (min-width: 1024px) {
    .circle-content__content {
      margin-left: 400px;
      max-width: 430px;
      padding-top: 200px; } }

.circle-content__title {
  font-size: 50px;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .circle-content__title {
      font-size: 80px; } }

/* ==========================================================================
   Flex video
   ========================================================================== */
.flex-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .flex-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* ==========================================================================
   Accordion
   ========================================================================== */
.accordion {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none; }

.accordion__item {
  overflow: hidden;
  margin-bottom: 30px; }

.accordion__question {
  cursor: pointer;
  margin: 0;
  -webkit-transition: color 0.3s;
          transition: color 0.3s; }
  .accordion__question:focus, .accordion__question:hover, .accordion__question:active, .accordion__item--active .accordion__question {
    color: #d5392a; }

.accordion__answer {
  display: none;
  margin-top: 1.5em; }

.carousel {
  margin-bottom: 50px;
  width: 100%;
  text-align: center; }

.carousel__slide {
  text-align: left; }
  .carousel__slide .container {
    text-align: center; }
    @media (min-width: 768px) {
      .carousel__slide .container {
        padding: 0 80px; } }
    @media (min-width: 1024px) {
      .carousel__slide .container {
        padding: 0 90px; } }
    @media (min-width: 1280px) {
      .carousel__slide .container {
        padding: 0 100px; } }
  .carousel__slide img {
    display: inline-block; }

.carousel__slide__wrap {
  display: inline-block;
  width: auto;
  max-width: 100%; }

.carousel__slide__description {
  text-align: center;
  margin: 0;
  margin-top: 3em; }
  .carousel__slide__description p {
    margin: 0; }

.carousel__arrow {
  display: inline-block !important;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s; }
  @media (max-width: 767px) {
    .carousel__arrow {
      margin: 0 10px;
      margin-top: 15px;
      padding: 0; } }
  @media (min-width: 768px) {
    .carousel__arrow {
      position: absolute;
      top: 50%;
      margin-top: -35px; } }
  .carousel__arrow svg {
    fill: #0c2337;
    width: 50px;
    height: 50px;
    -webkit-transition: fill 0.3s;
            transition: fill 0.3s; }
    @media (min-width: 1024px) {
      .carousel__arrow svg {
        width: 60px;
        height: 60px; } }
    @media (min-width: 1280px) {
      .carousel__arrow svg {
        width: 70px;
        height: 70px; } }
  .carousel__arrow:hover svg, .carousel__arrow:active svg {
    fill: #ebca70; }
  .carousel__arrow.slick-disabled {
    opacity: 0.25; }

@media (min-width: 768px) {
  .carousel__arrow--prev {
    left: 1.0%; } }

@media (min-width: 1680px) {
  .carousel__arrow--prev {
    left: 1.5%; } }

@media (min-width: 1800px) {
  .carousel__arrow--prev {
    left: 4.5%; } }

@media (min-width: 768px) {
  .carousel__arrow--next {
    right: 1.0%; } }

@media (min-width: 1680px) {
  .carousel__arrow--next {
    right: 1.5%; } }

@media (min-width: 1800px) {
  .carousel__arrow--next {
    right: 4.5%; } }

/* Bar
   ========================================================================== */
.carousel__bar {
  position: relative;
  background-color: #071621;
  overflow: hidden; }

.carousel__bar__description {
  text-transform: uppercase;
  color: #FFFFFF;
  float: left;
  line-height: 60px;
  padding: 0 30px;
  margin: 0;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-word;
  text-align: left; }
  @media (min-width: 768px) {
    .carousel__bar__description {
      max-width: calc(100% - 160px); } }
  .carousel__bar__description p {
    margin: 0; }

.carousel__bar__button {
  background-color: #ebca70;
  color: #071621;
  float: right;
  line-height: 60px;
  height: 60px; }
  @media (max-width: 767px) {
    .carousel__bar__button {
      display: none; } }
  .carousel__bar__button:hover {
    background-color: #e8c25a;
    color: #071621; }
  .carousel__bar__button::after {
    content: none; }

/* ==========================================================================
   Coming soon
   ========================================================================== */
.coming-soon-wrap {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 99;
  height: 250px;
  pointer-events: none; }

.coming-soon {
  position: relative;
  top: 40px;
  right: -90px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #d5392a;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.14em;
  color: #FFFFFF;
  padding: 0 100px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: auto;
  height: 50px;
  line-height: 50px; }
  @media (min-width: 768px) {
    .coming-soon {
      font-size: 16px;
      height: 75px;
      line-height: 75px; } }
  @media (min-width: 1680px) {
    .coming-soon {
      height: 100px;
      line-height: 100px;
      font-size: 20px; } }

/* ==========================================================================
   Hr decoration
   ========================================================================== */
.hr-decoration, .hr-decoration--full {
  position: relative; }
  .hr-decoration svg, .hr-decoration--full svg {
    width: 106px;
    height: 12px; }

.hr-decoration--full {
  display: block;
  width: 100%; }
  .hr-decoration--full::before, .hr-decoration--full::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #ebca70;
    width: calc(50% - 14px); }
  .hr-decoration--full::before {
    left: 0; }
  .hr-decoration--full::after {
    right: 0; }
  .hr-decoration--full svg {
    width: 12px;
    height: 12px; }

/* ==========================================================================
   Custom SoD
   ========================================================================== */
.sod_select {
  cursor: default;
  font-family: "Source Sans Pro", sans-serif;
  padding: 23px 30px;
  padding-right: 60px;
  line-height: 1;
  height: 60px;
  font-size: 15px;
  background-image: url("../../images/arrow-down.svg");
  background-position: center right 30px;
  background-repeat: no-repeat; }
  .sod_select::after {
    height: 60px; }
  .sod_select:active {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    .sod_select:active::after {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  .sod_select.open {
    background-color: #be2d1f; }

/* The "label", or whatever we should call it. Keep the first three lines for truncating. */
.sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* Options list wrapper */
.sod_select .sod_list_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  height: auto;
  background: #be2d1f;
  color: #FFFFFF;
  z-index: 1;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
          transition: opacity 0.3s, visibility 0.3s; }
  .sod_select .sod_list_wrapper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 2px;
    left: 2px;
    border: 1px solid rgba(190, 45, 31, 0.55);
    -webkit-transition: border-color 0.3s, -webkit-transform 0.1s;
            transition: border-color 0.3s, transform 0.1s;
    z-index: 0; }

/* Shows the option list (don't edit) */
.sod_select.open .sod_list_wrapper {
  visibility: visible;
  opacity: 1; }

/* Options list container */
.sod_select .sod_list {
  display: block;
  overflow-y: auto;
  padding: 0;
  margin: 0; }

/* All the options. Keep the first three lines for truncating... */
.sod_select .sod_option {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 20px 30px;
  list-style-type: none;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
  z-index: 2; }
  .sod_select .sod_option:hover {
    background-color: #a8281b; }

/* Used together with placeholderOption / data-placeholder-option */
.sod_select .sod_option.is-placeholder {
  display: none; }

/* Hide native select */
.sod_select select {
  display: none !important; }

/* The native select in touch mode. Keep this first line. Sorry, keep everything. */
.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1; }

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
          transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none; }
  #swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block; }
    #swipebox-slider .slide::before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
    #swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container {
      display: inline-block;
      max-height: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      width: auto;
      height: auto;
      vertical-align: middle; }
    #swipebox-slider .slide .swipebox-video-container {
      background: none;
      max-width: 1140px;
      max-height: 100%;
      width: 100%;
      padding: 5%;
      box-sizing: border-box; }
      #swipebox-slider .slide .swipebox-video-container .swipebox-video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative; }
        #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
          width: 100% !important;
          height: 100% !important;
          position: absolute;
          top: 0;
          left: 0; }
  #swipebox-slider .slide-loading {
    background: url(../img/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-top-bar {
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #030b11; }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-repeat: no-repeat;
  background-position: center;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  top: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 99; }
  @media (min-width: 1024px) {
    #swipebox-prev,
    #swipebox-next,
    #swipebox-close {
      width: 60px;
      height: 60px; } }
  @media (min-width: 1280px) {
    #swipebox-prev,
    #swipebox-next,
    #swipebox-close {
      width: 70px;
      height: 70px; } }

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%; }

#swipebox-prev, #swipebox-next {
  position: absolute;
  top: 50%;
  display: block; }
  @media (max-width: 767px) {
    #swipebox-prev, #swipebox-next {
      display: none; } }

#swipebox-prev {
  background-image: url("../../images/prev.svg");
  left: 3%; }

#swipebox-next {
  background-image: url("../../images/next.svg");
  right: 3%; }

#swipebox-close {
  background-image: url("../../images/close.svg");
  top: 2.5%;
  right: 1.5%;
  position: absolute; }

.swipebox-no-close-button #swipebox-close {
  display: none; }

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3; }

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container::before, .swipebox-touch #swipebox-container::after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0; }

.swipebox-touch #swipebox-container::before {
  left: 0; }

.swipebox-touch #swipebox-container::after {
  right: 0; }

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container::before {
  opacity: 1; }

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container::after {
  opacity: 1; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes rightSpring {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes leftSpring {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

/* Skin
--------------------------*/
#swipebox-overlay {
  background: #05111a; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px; }

/* ==========================================================================
   Header
   ========================================================================== */
.nav, .nav-top, .nav-tabs, .nav-main {
  font-family: Baskerville Old Face, serif; }
  .nav ul, .nav-top ul, .nav-tabs ul, .nav-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .nav a, .nav-top a, .nav-tabs a, .nav-main a {
    text-decoration: none;
    color: #486c8a;
    -webkit-transition: color 0.3s;
            transition: color 0.3s; }
    .nav a:hover, .nav-top a:hover, .nav-tabs a:hover, .nav-main a:hover {
      color: #ebca70; }

.nav__link--active {
  color: #ebca70 !important; }

.nav-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  text-align: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 999; }
  @media (max-width: 1279px) {
    .nav-main {
      pointer-events: none; } }
  @media (min-width: 1280px) {
    .nav-main {
      background-color: #071621;
      padding: 75px 35px; } }
  @media (min-width: 1280px) and (max-width: 1679px) {
    .nav-main {
      width: 200px; } }
  @media (min-width: 1680px) {
    .nav-main {
      width: 300px;
      padding: 90px 50px; } }
  .ie9 .nav-main {
    height: 100%;
    font-size: 0;
    white-space: nowrap; }
    .ie9 .nav-main::before {
      display: inline-block;
      height: 100%;
      content: "";
      vertical-align: middle; }
    .ie9 .nav-main > * {
      display: inline-block;
      vertical-align: middle; }

.nav-main__icon {
  float: right;
  width: 23px;
  margin-top: 8px;
  cursor: pointer;
  -webkit-transition: transgorm 0.3s;
          transition: transgorm 0.3s; }
  @media (min-width: 768px) {
    .nav-main__icon {
      width: 27px;
      margin-top: 13px; } }
  @media (min-width: 1280px) {
    .nav-main__icon {
      display: none; } }

.nav-main__icon__line {
  display: block;
  height: 2px;
  background-color: #ebca70;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
          transition: transform 0.3s, opacity 0.3s; }
  @media (min-width: 768px) {
    .nav-main__icon__line {
      height: 3px;
      margin-bottom: 5px; } }

.nav-main__icon__line--1 {
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right; }
  .nav-main--active .nav-main__icon__line--1 {
    -webkit-transform: rotate(-39deg);
        -ms-transform: rotate(-39deg);
            transform: rotate(-39deg); }

.nav-main--active .nav-main__icon__line--2 {
  opacity: 0; }

.nav-main__icon__line--3 {
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right; }
  .nav-main--active .nav-main__icon__line--3 {
    -webkit-transform: rotate(39deg);
        -ms-transform: rotate(39deg);
            transform: rotate(39deg); }

.nav-main__header {
  position: absolute;
  left: 0;
  width: 100%; }
  @media (max-width: 1279px) {
    .nav-main__header {
      z-index: 999;
      text-align: left;
      top: 0;
      background-color: #071621;
      pointer-events: auto; } }
  @media (max-width: 767px) {
    .nav-main__header {
      padding: 16px 25px; } }
  @media (min-width: 1280px) {
    .nav-main__header {
      top: 75px; } }
  @media (min-width: 768px) and (max-width: 1279px) {
    .nav-main__header {
      padding: 21px 30px; } }
  @media (max-width: 1024px) {
    .nav-main__header {
      top: 0; } }
  @media (min-width: 1680px) {
    .nav-main__header {
      top: 90px; } }
  .nav-main__header a {
    display: inline-block; }

.logo svg {
  fill: #ebca70; }
  @media (max-width: 767px) {
    .logo svg {
      width: 87px;
      height: 33px; } }
  @media (min-width: 768px) and (max-width: 1279px) {
    .logo svg {
      width: 113px;
      height: 43px; } }
  @media (min-width: 1280px) and (max-width: 1679px) {
    .logo svg {
      width: 130px;
      height: 50px; } }
  @media (min-width: 1680px) {
    .logo svg {
      width: 160px;
      height: 62px; } }

.nav-main__menu {
  margin-top: 20px;
  position: relative;
  text-transform: lowercase; }
  @media (max-width: 767px) {
    .nav-main__menu {
      padding-top: 65px;
      padding-bottom: 60px; } }
  @media (max-width: 1279px) and (min-height: 480px) {
    .nav-main__menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (max-width: 1279px) {
    .nav-main__menu {
      background-color: #071621;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      margin-top: 0;
      z-index: 998;
      height: 100%;
      overflow-y: auto;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%);
      -webkit-transition: -webkit-transform 0.6s;
              transition: transform 0.6s;
      pointer-events: auto; } }
  @media (max-width: 1679px) {
    .nav-main__menu {
      font-size: 18px; } }
  @media (min-width: 1680px) {
    .nav-main__menu {
      font-size: 20px; } }
  @media (max-width: 1279px) {
    .nav-main--active .nav-main__menu {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }
  .nav-main__menu .hr-decoration svg, .nav-main__menu .hr-decoration--full svg {
    fill: #486c8a; }
  @media (max-width: 767px) {
    .nav-main__menu .hr-decoration, .nav-main__menu .hr-decoration--full {
      display: none; } }
  @media (max-width: 767px) {
    .nav-main__menu ul {
      margin: 15px 0; } }
  @media (min-width: 768px) {
    .nav-main__menu ul {
      margin: 1.5em 0; } }
  @media (min-width: 1680px) {
    .nav-main__menu ul {
      margin: 2.5em 0; } }
  @media (max-width: 1279px) {
    .nav-main__menu ul {
      opacity: 0;
      -webkit-transition: opacity 0.6s;
              transition: opacity 0.6s; } }
  @media (max-width: 1279px) {
    .nav-main--active .nav-main__menu ul {
      opacity: 1;
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; } }
  .nav-main__menu li {
    position: relative; }
    .nav-main__menu li::after {
      content: "";
      display: block;
      position: absolute;
      bottom: -1px;
      left: 50%;
      margin-left: -20px;
      width: 40px;
      height: 1px;
      background-color: #2b3f53;
      opacity: 0.6; }
    .nav-main__menu li:last-of-type::after {
      display: none; }
  .nav-main__menu a {
    display: inline-block;
    padding: 18px 0 21px 0;
    color: #486c8a;
    -webkit-transition: color 0.3s;
            transition: color 0.3s;
    line-height: 1; }
    .nav-main__menu a:hover {
      color: #ebca70; }
  .nav-main__menu abbr[title] {
    border-bottom: none; }

.nav-main__footer {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  font-size: 0;
  text-align: center; }
  @media (max-width: 767px) {
    .nav-main__footer {
      z-index: 999;
      bottom: 20px; } }
  @media (max-width: 1279px) {
    .nav-main__footer {
      visibility: hidden;
      opacity: 0;
      z-index: 1000;
      -webkit-transition: opacity 0.3s, visibility 0.3s;
              transition: opacity 0.3s, visibility 0.3s; } }
  @media (max-width: 1279px) {
    .nav-main__footer {
      pointer-events: auto; } }
  @media (max-width: 1679px) {
    .nav-main__footer {
      padding: 0 20px; } }
  @media (min-width: 1680px) {
    .nav-main__footer {
      padding: 0 60px; } }
  @media (max-width: 1279px) {
    .nav-main--active .nav-main__footer {
      visibility: visible;
      opacity: 1;
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; } }
  .nav-main__footer ul {
    position: relative;
    margin: 0 auto; }
    @media (max-width: 1279px) {
      .nav-main__footer ul {
        max-width: 160px; } }
  .nav-main__footer li {
    display: inline-block;
    font-size: 16px;
    border-left: 1px solid #1a2e3f;
    width: 33.33333%; }
    .nav-main__footer li:first-of-type {
      border-left: 0; }
  .nav-main__footer a {
    display: block;
    line-height: 1; }
    .nav-main__footer a:hover svg {
      fill: #ebca70; }
  .nav-main__footer svg {
    fill: #486c8a;
    -webkit-transition: fill 0.3s;
            transition: fill 0.3s; }
  .nav-main__footer abbr[title] {
    border-bottom: none; }

a.nav-main__lang {
  font-size: 14px;
  text-transform: uppercase; }

.facebook-icon svg {
  width: 9px;
  height: 16px; }

.twitter-icon svg {
  width: 16px;
  height: 13px; }

.steam-icon svg {
  width: 24px;
  height: 12px; }

/* ==========================================================================
   Header min
   ========================================================================== */
.header-min {
  background-color: transparent; }
  @media (max-width: 1279px) {
    .header-min {
      display: none; } }
  @media (min-width: 1280px) {
    .header-min {
      padding: 60px 35px;
      width: 200px;
      position: fixed;
      z-index: 1000;
      text-align: center; }
      .page--we-happy-few .header-min, .page--contrast .header-min {
        padding: 75px 35px; }
      .header-min a {
        display: block; } }
  @media (min-width: 1680px) {
    .header-min {
      padding: 60px 50px;
      width: 300px; }
      .page--we-happy-few .header-min, .page--contrast .header-min {
        padding: 90px 50px; } }

.header-min:hover .header-min__button, .header-min--active .header-min__button {
  opacity: 0; }

.header-min:hover + .nav-main--min, .nav-main--min:hover {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.header-min__button {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 60px;
  color: #ebca70;
  cursor: default;
  background-color: transparent;
  border: 0;
  outline: 0;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
  z-index: -1; }

.header-min__button__icon {
  display: inline-block;
  width: 18px;
  height: 9px;
  margin-left: 7px; }

.header-min__button__line {
  display: block;
  background-color: #ebca70;
  width: 100%;
  height: 1px;
  margin-bottom: 3px; }

@media (min-width: 1280px) {
  .nav-main--min {
    background-color: #071621;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.6s;
            transition: transform 0.6s; }
    .nav-main--min .nav-main__header {
      visibility: hidden; } }

/* ==========================================================================
   Home
   ========================================================================== */
.home {
  width: 100%;
  height: 100%; }

.home__video {
  overflow-x: hidden;
  background-size: cover;
  background-position: center; }

.home__video__video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: 0; }
  .mobile .home__video__video {
    display: none; }

.home__title {
  position: relative;
  z-index: 1;
  color: #ebca70;
  font-family: Baskerville Old Face, serif;
  font-size: 25px;
  text-align: center;
  line-height: 1;
  padding: 1em 0;
  margin: 0;
  max-width: 200px; }
  @media (max-width: 1279px) {
    .home__title {
      margin-bottom: 45px; } }
  @media (min-width: 768px) {
    .home__title {
      font-size: 40px; } }
  @media (min-width: 1680px) {
    .home__title {
      font-size: 55px;
      max-width: 280px; } }
  :lang(fr) .home__title {
    max-width: 300px; }
    @media (min-width: 1680px) {
      :lang(fr) .home__title {
        max-width: 380px; } }
  .home__title::before, .home__title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 15px;
    left: 0;
    background-image: url("../../images/title-decoration.svg");
    background-repeat: no-repeat;
    background-position: center; }
  .home__title::before {
    top: 0; }
  .home__title::after {
    bottom: 0; }

@media (min-width: 1024px) {
  .home-content {
    position: relative;
    width: 100%;
    height: 100%; } }

@media (max-width: 1023px) {
  .home-content .grid, .home-content .grid__item, .home-content .whole, .home-content .half, .home-content .third, .home-content .two-thirds, .home-content .quarter, .home-content .three-quarters, .home-content .fifth {
    height: auto; } }

@media (max-width: 1023px) {
  .home-content .link-box {
    height: 300px; } }

@media (min-width: 1024px) and (max-width: 1679px) {
  .home-content .v-half .half {
    width: 100%;
    height: 50%; } }

@media (min-width: 1024px) and (max-width: 1679px) {
  .home-content .v-half--two-thirds {
    height: 66.6666666667%; } }

@media (min-width: 1024px) and (max-width: 1679px) {
  .home-content .v-half--third {
    height: 33.3333333333%; } }

/* Article
   ========================================================================== */
.home__article {
  padding: 60px 30px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .home__article {
      padding: 100px 55px; } }
  @media (min-width: 1024px) {
    .home__article {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      padding: 12% 15%; } }
  @media (min-width: 1680px) {
    .home__article {
      padding: 12% 21%; } }
  @media (max-width: 1279px) {
    .home__article h2 {
      margin-bottom: 0.5em; } }
  .home__article .button, .home__article .carousel__bar__button, .home__article .sod_select, .home__article .home__article__button {
    margin-top: 1em; }
    @media (min-width: 1680px) {
      .home__article .button, .home__article .carousel__bar__button, .home__article .sod_select, .home__article .home__article__button {
        margin-top: 2em; } }
  @media (max-width: 1279px) {
    .home__article .circle-wrap {
      max-width: 225px; } }
  @media (min-width: 1280px) and (max-width: 1679px) {
    .home__article .circle-wrap {
      max-width: 250px; } }

.home__article__wrap {
  width: 100%; }

@media (min-width: 1024px) {
  .home__article__summary {
    overflow: hidden;
    position: relative;
    max-height: 78px; } }

@media (min-width: 1280px) {
  .home__article__summary {
    max-height: 130px; } }

@media (min-width: 1680px) {
  .home__article__summary {
    max-height: 156px; } }

.home__article-header {
  text-align: center;
  margin-bottom: 10%; }
  @media (min-width: 1680px) {
    .home__article-header {
      margin-bottom: 18%; } }

/* ==========================================================================
   Our Games
   ========================================================================== */
@media (min-width: 1024px) {
  .ourgames {
    height: 100%; } }

.ourgames .hr-decoration--full {
  margin: 25px 0; }

.ourgames .half {
  position: relative; }
  @media (max-width: 767px) {
    .ourgames .half {
      min-height: 400px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .ourgames .half {
      min-height: 500px; } }
  @media (max-width: 1023px) {
    .ourgames .half {
      height: 50%; } }

.ourgames .link-box {
  position: absolute;
  top: 0;
  left: 0; }
  .ourgames .link-box:hover .link-box__overlay {
    opacity: 0.6; }

.ourgames .link-box__title {
  font-size: 35px;
  letter-spacing: 0.05em; }
  @media (min-width: 768px) {
    .ourgames .link-box__title {
      font-size: 50px; } }
  @media (min-width: 1024px) {
    .ourgames .link-box__title {
      font-size: 60px; } }
  @media (min-width: 1680px) {
    .ourgames .link-box__title {
      font-size: 82px; } }

.ourgames .link-box__overlay {
  background-color: #071621;
  opacity: 0.25; }

/* ==========================================================================
   News
   ========================================================================== */
.news {
  margin-bottom: 150px;
  min-height: 100%; }
  .news .button--disabled {
    visibility: hidden; }

.news__item {
  margin-bottom: 40px; }
  .news__item h2, .news__item h3 {
    -webkit-transition: color 0.3s;
            transition: color 0.3s; }

.news__link {
  display: block; }
  .news__link:hover .news__image img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .news__link:hover h2, .news__link:hover h3 {
    color: #ebca70; }

.news__image {
  overflow: hidden;
  margin-bottom: 10px; }
  .news__image img {
    margin-top: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
            transition: transform 0.3s; }

.news__featured {
  margin-bottom: 60px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .news__featured .quarter {
      display: block;
      width: auto;
      font-size: 0;
      margin-left: -40px; }
      .news__featured .quarter .news__item {
        font-size: 16px;
        width: 50%;
        display: inline-block;
        padding-left: 40px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .news__list .quarter {
    width: 33.3333333333%; } }

/* ==========================================================================
   About
   ========================================================================== */
.about__studio .section__content__background {
  height: 1050px; }

.about__photos .section__content {
  color: #FFFFFF;
  text-align: center; }

.about__photos .section__content__background {
  height: 1160px; }

/* ==========================================================================
   Contact
   ========================================================================== */
.contact__content a {
  text-decoration: none;
  color: #0c2337; }
  .contact__content a:hover {
    text-decoration: underline; }

.contact__content .section__content__background {
  height: 1160px; }

.contact__content .button, .contact__content .carousel__bar__button, .contact__content .sod_select, .contact__content .home__article__button {
  color: #FFFFFF;
  margin-bottom: 2px; }
  @media (min-width: 1680px) {
    .contact__content .button, .contact__content .carousel__bar__button, .contact__content .sod_select, .contact__content .home__article__button {
      margin-bottom: 8px; } }
  .contact__content .button:hover, .contact__content .carousel__bar__button:hover, .contact__content .sod_select:hover, .contact__content .home__article__button:hover {
    text-decoration: none; }

@media (max-width: 767px) {
  .contact__content .third {
    margin-bottom: 40px; } }

.support {
  margin-top: 142px;
  min-height: 1355px; }

.support-banner {
  overflow: hidden;
  position: relative;
  max-width: 1640px;
  max-height: 250px;
  min-height: 100px; }
  @media (max-width: 511px) {
    .support-banner {
      height: 100px; } }
  @media (min-width: 512px) and (max-width: 767px) {
    .support-banner {
      height: 150px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .support-banner {
      height: 200px; } }
  @media (min-width: 1024px) {
    .support-banner {
      height: 250px; } }

.support-banner-image {
  float: right;
  max-width: none;
  max-height: 100%; }

@media (max-width: 1023px) {
  .support-aside {
    margin-bottom: 40px; } }

@media (min-width: 1024px) {
  .support-aside {
    float: right; } }

.support-faq {
  max-width: 1640px;
  min-height: 50%; }
  @media (max-width: 511px) {
    .support-faq {
      margin: 50px 0; } }
  @media (min-width: 512px) and (max-width: 767px) {
    .support-faq {
      margin: 100px 0; } }
  @media (min-width: 768px) {
    .support-faq {
      margin: 150px 0; } }
  .support-faq img {
    display: block;
    width: 100%;
    margin: 1em 0; }
  .support-faq .grid {
    margin-left: -80px; }
  .support-faq .grid__item, .support-faq .whole, .support-faq .half, .support-faq .third, .support-faq .two-thirds, .support-faq .quarter, .support-faq .three-quarters, .support-faq .fifth {
    padding-left: 80px; }
  .support-faq .accordion__question {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    padding-right: 90px; }
  .support-faq .accordion__icon {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -22.5px; }
    .support-faq .accordion__icon svg {
      height: 45px;
      width: 45px; }
  .support-faq .accordion__icon--expand {
    display: block; }
  .support-faq .accordion__icon--collapse {
    display: none; }
  .support-faq .accordion__item--active .accordion__icon--expand {
    display: none; }
  .support-faq .accordion__item--active .accordion__icon--collapse {
    display: block; }
  .support-faq .accordion__item {
    margin: 0;
    padding: 40px 0;
    border-bottom: 1px solid #ECF0F5; }
    .support-faq .accordion__item:first-child {
      border-top: 1px solid #ECF0F5; }
  .support-faq .accordion__answer > * {
    margin-top: 0; }
  .support-faq .accordion__answer p {
    orphans: 2; }

/* ==========================================================================
   404 page
============================================================================= */
@media (max-width: 767px) {
  .page--404 main {
    padding-top: 0; } }

@media (min-width: 768px) {
  .page--404 .link-boxes {
    height: 42%; }
    .page--404 .link-boxes .link-box {
      height: 100%; }
  .page--404 .footer {
    height: 8%; } }

._404 {
  background: url(../../images/404-background.jpg) no-repeat 100% 100% transparent;
  background-size: cover;
  height: 50%;
  padding-top: 65px; }
  @media (min-width: 768px) {
    ._404 {
      padding-top: 0; } }
  ._404 .half {
    padding: 0 30px; }
    @media (min-width: 768px) {
      ._404 .half {
        padding: 0;
        text-align: center; } }
  ._404 h1 {
    margin-bottom: 0; }
    @media (min-width: 1280px) {
      ._404 h1 {
        font-size: 150px; } }
  ._404 .hr-decoration, ._404 .hr-decoration--full {
    fill: #ebca70;
    margin: 6px 0 13px 0; }
  ._404 .link-box__description {
    color: white; }

/* ==========================================================================
   Contrast
   ========================================================================== */
.contrast {
  background-color: #0d1d2b;
  background-image: url("../../images/contrast/background.jpg");
  color: #FFFFFF;
  background-position: center;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
  overflow: hidden; }
  @media (min-width: 1920px) {
    .contrast {
      background-size: 100% auto; } }
  .contrast h1, .contrast .h1, .contrast .vertical-title__title, .contrast .stat__value, .contrast .circle-content__title, .contrast h2, .contrast .h2, .contrast .member__name, .contrast h3, .contrast .h3, .contrast .quote, .contrast .link-box__subtitle, .contrast h4, .contrast .h4 {
    color: #FFFFFF; }
  .contrast .accordion__question:focus, .contrast .accordion__question:hover, .contrast .accordion__question:active, .accordion__item--active .contrast .accordion__question {
    color: #ebca70; }
  .contrast .loader {
    background-color: #0d1d2b; }
  .contrast .quote {
    color: #ebca70; }
    @media (max-width: 767px) {
      .contrast .quote {
        margin: 0; } }
    .contrast .quote .button, .contrast .quote .carousel__bar__button, .contrast .quote .sod_select, .contrast .quote .home__article__button {
      font-family: "Source Sans Pro", sans-serif; }
  .contrast .carousel__arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(140, 152, 190, 0.1);
    -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s; }
    @media (min-width: 1024px) {
      .contrast .carousel__arrow {
        width: 60px;
        height: 60px; } }
    @media (min-width: 1280px) {
      .contrast .carousel__arrow {
        width: 70px;
        height: 70px; } }
    .contrast .carousel__arrow:hover {
      background-color: rgba(140, 152, 190, 0.2); }
    .contrast .carousel__arrow svg {
      width: 8px;
      height: 14px;
      fill: #ebca70; }
      @media (min-width: 1024px) {
        .contrast .carousel__arrow svg {
          width: 10px;
          height: 17px; } }
      @media (min-width: 1280px) {
        .contrast .carousel__arrow svg {
          width: 11px;
          height: 19px; } }
  @media (min-width: 768px) {
    .contrast .carousel__arrow--prev {
      left: 1.5%; } }
  @media (min-width: 1680px) {
    .contrast .carousel__arrow--prev {
      left: 6%; } }
  @media (min-width: 1800px) {
    .contrast .carousel__arrow--prev {
      left: 8%; } }
  @media (min-width: 768px) {
    .contrast .carousel__arrow--next {
      right: 1.5%; } }
  @media (min-width: 1680px) {
    .contrast .carousel__arrow--next {
      right: 6%; } }
  @media (min-width: 1800px) {
    .contrast .carousel__arrow--next {
      right: 8%; } }
  @media (min-width: 1680px) {
    .contrast .carousel__slide .container {
      padding: 0 80px; } }
  .contrast .nav-top {
    margin-bottom: 80px; }
    @media (min-width: 1280px) {
      .contrast .nav-top {
        margin-bottom: 80px;
        pointer-events: none; } }
  .contrast .nav-top__menu {
    background-color: #0d1d2b;
    background-image: url("../../images/contrast/background.jpg");
    background-position: center top; }
    @media (min-width: 1920px) {
      .contrast .nav-top__menu {
        background-size: 100% auto; } }
    @media (min-width: 1280px) {
      .contrast .nav-top__menu {
        text-align: center;
        left: 0; }
        .contrast .nav-top__menu ul {
          pointer-events: auto; } }
  .contrast .button, .contrast .carousel__bar__button, .contrast .sod_select, .contrast .home__article__button {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  @media (max-width: 767px) {
    .contrast .section--space {
      margin: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .contrast .section--space {
      margin: 100px 0; } }
  .contrast .sod_select {
    position: relative;
    z-index: 9; }

.contrast__page {
  visibility: hidden; }
  .is-loaded .contrast__page {
    visibility: visible; }

.contrast__home {
  position: relative; }

.contrast__play-trailer {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: opacity 0.6s, visibility 0.6s;
          transition: opacity 0.6s, visibility 0.6s;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s; }
  .is-loaded .contrast__play-trailer {
    -webkit-animation-name: fadeInUpSmall;
            animation-name: fadeInUpSmall;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
    -webkit-animation-duration: 0.9s;
            animation-duration: 0.9s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }

.contrast__trailer {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.6s, visibility 0.6s;
          transition: opacity 0.6s, visibility 0.6s; }

.contrast__trailer__close {
  position: absolute;
  top: -42px;
  right: -15px; }
  @media (min-width: 768px) {
    .contrast__trailer__close {
      top: -40px;
      right: -43px; } }
  .contrast__trailer__close .button, .contrast__trailer__close .carousel__bar__button, .contrast__trailer__close .sod_select, .contrast__trailer__close .home__article__button {
    padding: 0 15px; }
  .contrast__trailer__close svg {
    width: 15px;
    height: 15px;
    fill: #FFFFFF; }

@media (max-width: 1279px) {
  .contrast__buttons {
    display: none; } }

@media (min-width: 1280px) {
  .contrast__buttons {
    position: fixed;
    top: 0;
    right: 40px;
    z-index: 1000; } }

.contrast__buttons .button, .contrast__buttons .carousel__bar__button, .contrast__buttons .sod_select, .contrast__buttons .home__article__button {
  margin-left: 15px; }

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

.contrast__footer {
  position: relative;
  background-color: #08111b;
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: center;
  z-index: 2;
  color: #FFF; }
  .contrast__footer ul {
    padding: 0;
    list-style-type: none;
    font-size: 0; }
  .contrast__footer li {
    font-size: 16px;
    display: inline-block; }
  .contrast__footer small {
    font-size: 65%; }

.contrast__footer__social {
  color: #486c8a;
  text-transform: lowercase;
  line-height: 1; }
  .contrast__footer__social a:hover svg {
    fill: #ebca70; }
  .contrast__footer__social svg {
    fill: #486c8a;
    -webkit-transition: fill 0.3s;
            transition: fill 0.3s; }
  .contrast__footer__social li {
    border-right: 1px solid #122331;
    padding: 0 15px; }
    @media (min-width: 768px) {
      .contrast__footer__social li {
        padding: 0 30px; } }

.contrast__footer__logos {
  margin-top: 75px; }
  @media (min-width: 768px) {
    .contrast__footer__logos {
      margin-top: 100px; } }
  .contrast__footer__logos li {
    margin: 0 20px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .contrast__footer__logos li {
        margin: 0 40px; } }
    .contrast__footer__logos li:first-of-type {
      margin-left: 0; }
    .contrast__footer__logos li:last-of-type {
      margin-right: 0; }

@media (min-width: 768px) {
  .contrast__footer__logos__first {
    border-right: 3px solid #071621;
    padding-right: 36px; } }

.contrast__footer__text {
  font-size: 11px;
  opacity: 0.5; }

.contrast__buy {
  position: relative;
  padding-bottom: 300px;
  padding-top: 50px; }

.contrast__stars {
  position: absolute;
  top: 0;
  left: 50px;
  width: 100%;
  height: 1080px;
  background-size: cover;
  background-position: center;
  background-image: url("../../images/contrast/stars.png");
  pointer-events: none; }
  .mobile .contrast__stars {
    display: none; }

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  position: relative;
  background-color: #071621;
  text-align: center;
  color: #1b3041;
  font-size: 12px;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .footer {
      text-align: center;
      padding: 30px 0; } }
  @media (min-width: 768px) {
    .footer {
      padding: 20px 0; } }
  .footer p {
    margin: 0; }
  .footer a {
    color: #1b3041; }
    .footer a:hover {
      text-decoration: underline; }
  @media (min-width: 768px) {
    .footer .container {
      height: 40px;
      line-height: 40px;
      overflow: hidden; } }

.footer-logo {
  display: block; }
  @media (min-width: 768px) {
    .footer-logo {
      position: absolute;
      top: 20px;
      left: 30px; } }
  .footer-logo svg {
    width: 40px;
    height: 40px;
    fill: #1b3041;
    -webkit-transition: fill 0.3s;
            transition: fill 0.3s; }

.footer__center {
  display: inline-block; }
  @media (max-width: 767px) {
    .footer__center {
      margin-top: 1.5em;
      margin-bottom: 1em; } }
  @media (min-width: 768px) {
    .footer__center {
      line-height: 40px; } }

@media (min-width: 768px) {
  .footer__right {
    position: absolute;
    top: 20px;
    right: 30px;
    line-height: 40px; } }
