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

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

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

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

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

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

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

/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #fff;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 80px;
  background: #161311;
  margin: -40px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.6;
  cursor: pointer;
  color: #D4B548;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "Survios";
  font-size: 27px;
  display: block;
  content: "\f032";
  color: #D4B548;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
  .flex-direction-nav a {
    height: 74px;
    width: 37px;
  }

  .flex-direction-nav a:before {
    font-size: 25px;
  }
}
.flex-direction-nav a.flex-next:before {
  content: "\f033";
}

.flex-direction-nav .flex-prev {
  left: 40px;
}

.flex-direction-nav .flex-next {
  right: 40px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 60px;
  height: 6px;
  display: block;
  background: #B1B1B1;
  cursor: pointer;
  text-indent: -9999px;
}

.flex-control-paging li a:hover {
  background: #575756;
}

.flex-control-paging li a.flex-active {
  cursor: default;
  background: #575756;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  width: 90px;
  height: 110px;
  font-family: "Survios";
  color: white;
  font-size: 50px;
  font-weight: normal;
}

.mfp-arrow:active {
  opacity: 1;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:before {
  content: "\f032";
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:before {
  content: "\f033";
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*!
 * fullPage 3.0.4
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clearfix {
  clear: both;
}

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

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

.align-middle {
  margin: 0 auto;
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1460px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

.container-medium {
  max-width: 620px;
}

@media (max-width: 1240px) {
  .container {
    max-width: 1100px;
  }
}
.section {
  position: relative;
  text-align: center;
  padding: 80px 0;
  overflow: hidden;
}
.section .container {
  z-index: 10;
}

.alt-bg {
  background: #f5f5f5;
}

.fa-next-section {
  bottom: 22px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  font-size: 24px;
  font-size: 1.3775510204vw;
  color: white;
  cursor: pointer;
  display: block;
  z-index: 10;
}

@media (max-width: 900px) {
  .fa-next-section {
    display: none;
  }
}
.section.full-height {
  padding: 0;
}
.section.full-height .container-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.section-left {
  width: 34%;
}

button,
a.button,
button.button,
.button {
  margin: 0 5px;
  border: none;
  display: inline-block;
  vertical-align: text-top;
  text-decoration: none;
  height: 44px;
  line-height: 44px;
  min-width: 180px;
  padding: 0 20px;
  box-sizing: border-box;
  transition: 0.2s all ease-out;
  text-align: center;
  font-size: 13px;
}

@media (min-width: 1281px) {
  button.button-large,
a.button.button-large,
button.button.button-large,
.button.button-large {
    height: 72px;
    min-width: 250px;
    font-size: 18px;
    line-height: 72px;
    border-width: 3px !important;
  }
  button.button-large:hover,
a.button.button-large:hover,
button.button.button-large:hover,
.button.button-large:hover {
    border-width: 3px !important;
  }
  button.button-medium,
a.button.button-medium,
button.button.button-medium,
.button.button-medium {
    height: 60px;
    line-height: 60px;
    border-width: 3px !important;
    font-size: 16px;
  }
  button.button-medium:hover,
a.button.button-medium:hover,
button.button.button-medium:hover,
.button.button-medium:hover {
    border-width: 3px !important;
  }
}
.img {
  max-width: 100%;
}

.featured-img {
  max-width: 960px;
}

button.tab {
  cursor: pointer;
  line-height: 46px;
}
button.tab.active, button.tab:hover {
  font-weight: 900;
}

.tab-content {
  display: none;
  margin: 40px 0;
}
.tab-content.active {
  display: block;
}

.gform_wrapper {
  margin-top: 2em !important;
}
.gform_wrapper form {
  text-align: center !important;
}
.gform_wrapper p.note {
  font-size: 14px;
  margin: 1.5em auto 1em;
  width: 90%;
  opacity: 0.75;
}

.ginput_container input, .ginput_container select, .ginput_container textarea {
  text-align: center;
  height: 53px;
  border: 1px solid white;
  color: white;
  text-transform: uppercase;
  border-radius: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  font-family: Leander, sans-serif !important;
  font-size: 13px !important;
}
.ginput_container li.hidden_label input {
  margin: 3em 0;
}

.ginput_container select {
  text-align: left;
}
.ginput_container select option {
  color: #161311;
}
.ginput_container select option:selected {
  color: white;
}

#gform_2 {
  max-width: 425px;
  margin: 0 auto;
}

#field_2_1 {
  padding-right: 0;
}

#field_2_2, #field_2_3 {
  width: 50%;
  display: inline-block;
  padding-right: 0;
  clear: none;
}

#field_2_2 {
  padding-right: 10px;
}

#field_2_3 {
  padding-left: 10px;
}

.gform_wrapper select {
  line-height: 52px !important;
}

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}

body img.gform_ajax_spinner {
  display: none !important;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 100% !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-family: Leander, sans-serif !important;
  font-size: 14px !important;
  padding-top: 9px !important;
}

.ginput_container_select {
  position: relative;
}
.ginput_container_select:after {
  content: "\f02a";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  font-family: Survios;
  font-size: 16px;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 13px !important;
  margin-top: 1em !important;
  height: 44px !important;
  line-height: 44px !important;
  min-width: 155px !important;
  max-width: 155px !important;
  cursor: pointer;
}

.gform_wrapper .gform_footer {
  padding: 0 !important;
}

#gform_wrapper_2 .validation_error,
#gform_wrapper_2 .validation_message {
  display: none;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none !important;
  background: none !important;
  padding: 0 !important;
}

#gform_wrapper_2.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    margin-right: 0 !important;
  }
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  opacity: 1;
}

.video-bg {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  object-fit: cover;
  display: block;
}

.tint {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media (max-width: 860px) {
  .ginput_container input, .ginput_container select, .ginput_container textarea {
    height: 46px;
    font-size: 12px !important;
  }

  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 12px !important;
  }

  .gform_wrapper select {
    line-height: 45px !important;
  }
  .gform_wrapper select:after {
    font-size: 14px;
  }
}
@font-face {
  font-family: "Corbert";
  font-weight: 400;
  src: url("../../assets/fonts/Corbert-Medium.woff2") format("woff2"), url("../../assets/fonts/Corbert-Medium.woff") format("woff");
}
@font-face {
  font-family: "Corbert";
  font-weight: 500;
  src: url("../../assets/fonts/Corbert-DemiBold.woff2") format("woff2"), url("../../assets/fonts/Corbert-DemiBold.woff") format("woff");
}
@font-face {
  font-family: "Corbert";
  font-weight: 900;
  src: url("../../assets/fonts/Corbert-ExtraBold.woff2") format("woff2"), url("../../assets/fonts/Corbert-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Siro";
  font-weight: 400;
  src: url("../../assets/fonts/Siro-Medium.woff2") format("woff2"), url("../../assets/fonts/Siro-Medium.woff") format("woff");
}
@font-face {
  font-family: "Siro";
  font-weight: 700;
  src: url("../../assets/fonts/Siro-Bold.woff2") format("woff2"), url("../../assets/fonts/Siro-Bold.woff") format("woff");
}
@font-face {
  font-family: "Leander";
  font-weight: 700;
  src: url("../../assets/fonts/Leander.woff2") format("woff2"), url("../../assets/fonts/Leander.woff") format("woff");
}
body {
  font-family: "Siro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #575756;
  line-height: 1.4;
}

.section-title {
  text-transform: uppercase;
  font-family: "Corbert", sans-serif;
  font-weight: 700;
  text-align: center;
  margin: 0 0 2em;
  font-size: 27px;
}
.section-title.align-left {
  text-align: left;
}

.section-title-alt {
  font-size: 27px;
  font-family: "Siro", sans-serif;
  font-weight: bold;
  margin-top: 0.5em;
}

.preheading {
  font-family: "Corbert", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 2em 0 0.7em;
}

h3 {
  font-family: goudy-old-style, sans-serif;
  font-weight: 400;
}

@media (max-width: 1280px), (orientation: portrait) {
  body {
    font-size: 16px !important;
  }
}
@media (max-width: 1024px) {
  .section-title, .section-title-alt {
    font-size: 29px;
  }

  .preheading {
    font-size: 13px;
  }
}
@media (max-width: 840px) {
  .section-title, .section-title-alt {
    font-size: 25px;
  }

  .preheading {
    font-size: 12px;
  }
}
header {
  height: 60px;
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  background: #211D19;
}
header .container {
  max-width: 100%;
  padding: 0 30px;
  height: 60px;
  box-sizing: border-box;
  position: relative;
}
header.open #survios-logo {
  height: 60px;
}

#survios-logo {
  width: 67px;
  height: 67px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  transition: 0.2s all ease-in;
  cursor: pointer;
}
#survios-logo i {
  font-size: 34px;
}
#survios-logo .fa-remove {
  display: none;
}
#survios-logo .sub-menu {
  min-width: auto;
  transition: 0.3s all ease-in;
  padding-top: 2px;
  left: 0;
  transform: translateY(-100%);
  display: block;
  margin-top: -60px;
}
#survios-logo .sub-menu li {
  background: #211D19;
}
#survios-logo .sub-menu li a {
  padding: 0 23px;
  height: 48px;
  line-height: 52px;
  text-align: left;
  white-space: nowrap;
  background: #211D19;
  color: white;
}
#survios-logo .sub-menu li a:hover {
  color: #d0b889;
}
#survios-logo .sub-menu li a.current {
  color: rgba(255, 255, 255, 0.5);
  cursor: default;
}
#survios-logo .sub-menu li:after {
  background: #373330;
  margin-left: 20px;
  margin-right: 20px;
}
#survios-logo.open {
  background: transparent;
}
#survios-logo.open .sub-menu {
  margin-top: 0;
  transform: none;
  opacity: 1;
}
#survios-logo.open i {
  display: none;
}
#survios-logo.open .fa-remove {
  display: block;
  color: white;
  font-size: 32px;
}
#survios-logo:hover i {
  color: white;
}

#logo {
  width: 215px;
  height: 60px;
  background: url(../../assets/img/logo@2x.png) left 80%/contain no-repeat;
  float: left;
  margin-left: 15px;
  z-index: 100;
}

#header-menu {
  float: right;
}
#header-menu .menu-header-menu-container > ul {
  margin: 0;
  height: 60px;
}
#header-menu .menu-header-menu-container > ul > li {
  float: left;
  height: 60px;
  display: block;
  position: relative;
}
#header-menu .menu-header-menu-container > ul > li > a {
  display: block;
  height: 60px;
  line-height: 62px;
  padding: 0 18px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s all linear;
}
#header-menu .menu-header-menu-container > ul > li:hover .sub-menu {
  display: block;
  opacity: 1;
  padding-top: 2px;
}
#header-menu .menu-header-menu-container > ul > li:hover > a {
  background-color: #211D19;
}
#header-menu .menu-header-menu-container > ul > li.buy-now {
  margin-left: 18px;
}
#header-menu .menu-header-menu-container > ul > li.buy-now > a {
  padding: 0 40px;
}
#header-menu .menu-header-menu-container > ul > li.buy-now > a:hover {
  background-color: #3A3530;
  color: #CCB88F;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 185px;
  z-index: 90;
  opacity: 0;
  box-sizing: border-box;
}
.sub-menu li {
  width: 100%;
  display: block;
  position: relative;
  background: #211D19;
}
.sub-menu li a {
  width: 100%;
  box-sizing: border-box;
  padding: 0 18px;
  text-align: center;
  height: 58px;
  display: block;
  line-height: 58px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 1px;
}
.sub-menu li:after {
  height: 1px;
  content: "";
  display: block;
  z-index: 101;
  margin-left: 20px;
  margin-right: 20px;
}
.sub-menu li:last-of-type {
  padding-bottom: 3px;
}
.sub-menu li:last-of-type:after {
  display: none;
}
.sub-menu li.image {
  overflow: hidden;
}
.sub-menu li.image a {
  text-indent: -1000em;
}
.sub-menu li.playstation a {
  background: url(../../assets/img/playstation-store.svg) center center/auto 22px no-repeat;
}
.sub-menu li.oculus a {
  background: url(../../assets/img/oculus.svg) center center/auto 20px no-repeat;
}
.sub-menu li.amazon a {
  background: url(../../assets/img/amazon.svg) center center/58px auto no-repeat;
}
.sub-menu li.steam a {
  background: url(../../assets/img/steam.svg) center center/auto 26px no-repeat;
}
.sub-menu li.viveport a {
  background: url(../../assets/img/viveport.svg) center center/auto 18px no-repeat;
}

#mobile-toggle {
  display: none;
  color: #D0B889;
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
#mobile-toggle:hover {
  color: white;
}
#mobile-toggle .fa-remove {
  display: none;
}
#mobile-toggle.open {
  color: white;
}
#mobile-toggle.open i {
  display: none;
}
#mobile-toggle.open .fa-remove {
  display: block;
}

#mobile-menu {
  display: none;
  top: 0;
  left: 0;
  margin-top: 60px;
  transform: translateY(-100%);
  z-index: 90;
  position: absolute;
  background: #211D19;
  font-family: "Leander", sans-serif;
  padding: 0 18px 3px;
  transition: 0.3s all ease-in;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  opacity: 0;
}
#mobile-menu.open {
  transform: translateY(0);
  margin-top: 62px;
  opacity: 1;
}
#mobile-menu li {
  position: relative;
}
#mobile-menu li a {
  color: white;
  display: block;
  line-height: 52px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  height: 48px;
}
#mobile-menu li:hover a {
  color: #d0b889;
}
#mobile-menu li:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #373330;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#mobile-menu li:last-of-type::after {
  display: none;
}

#menu-footer-menu:before, #menu-footer-menu:after {
  font-family: "Survios";
  font-size: 0.18em;
  vertical-align: middle;
}
#menu-footer-menu:before {
  content: "\f036";
  margin-right: 20px;
}
#menu-footer-menu:after {
  content: "\f037";
  margin-left: 16px;
}

@media (max-width: 768px) {
  header .container {
    padding: 0 30px;
  }

  #header-menu {
    display: none;
  }

  #mobile-menu,
#mobile-toggle {
    display: block;
  }

  #logo {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
    width: 215px;
    margin-left: 0;
    background-position: center 76%;
  }

  #survios-logo .sub-menu {
    left: 0;
    top: 60px;
    text-align: center;
    position: fixed;
    width: 100%;
  }

  #survios-logo .sub-menu li a {
    width: 100%;
    text-align: center;
  }

  #mobile-menu {
    padding: 0 23px 4px;
  }
}
@media (max-width: 480px) {
  header {
    height: 50px;
  }
  header .container {
    height: 50px;
    padding: 0 20px;
  }
  header.open #survios-logo {
    height: 50px;
    width: 50px;
    font-size: 28px;
  }

  #logo {
    width: 180px;
  }

  #survios-logo {
    height: 50px;
    width: 50px;
    position: relative;
    margin-left: -11px;
    background: transparent;
  }
  #survios-logo i {
    font-size: 27px;
    z-index: 101;
  }
  #survios-logo .sub-menu {
    text-align: center;
    width: 100%;
    opacity: 1;
    margin-top: -50px;
    transform: translateY(-100%);
    display: block;
  }
  #survios-logo.open .sub-menu {
    transform: none;
    margin-top: 0;
    top: 50px;
  }

  #mobile-menu {
    width: 100%;
    text-align: center;
  }
  #mobile-menu.open {
    margin-top: 52px;
  }

  #mobile-toggle {
    right: 20px;
    font-size: 26px;
  }

  #survios-logo.open .fa-remove {
    font-size: 26px;
  }

  .sub-menu li a {
    font-size: 12px;
  }
}
footer.section {
  padding: 50px 0 20px;
}

#min-req {
  padding: 17px 0 19px;
  margin-bottom: 50px;
}
#min-req .container {
  max-width: 700px;
}
#min-req h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Corbert, sans-serif;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
#min-req .content {
  display: none;
  padding: 40px 0 30px;
}
#min-req .content::after {
  display: block;
  content: "";
  clear: both;
}
#min-req .content table {
  width: 50%;
  float: left;
  display: block;
  text-align: left;
}
#min-req .content table th {
  font-weight: bold;
  width: 104px;
}
#min-req .content table td, #min-req .content table th {
  line-height: 1.5;
}

#footer-logos {
  height: 24px;
  line-height: 24px;
}
#footer-logos img {
  height: 24px;
  vertical-align: middle;
}
#footer-logos i {
  margin: 0 15px;
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
}

#esrb-rating {
  background: url("../../assets/img/esrb-pending@2x.png") left center/contain no-repeat;
  height: 75px;
  margin-top: -20px;
  width: 157px;
}

#footer-platforms {
  text-align: right;
  margin-top: -52px;
}
#footer-platforms a {
  color: #D1B98A;
}
#footer-platforms a i {
  margin: 0 0 0 12px;
}
#footer-menu {
  margin-top: -8px;
}
#footer-menu ul li {
  display: inline-block;
}
#footer-menu ul li:after {
  content: "  / ";
  margin: 0 5px;
}
#footer-menu ul li:last-of-type::after {
  display: none;
}
#footer-menu ul li a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-family: goudy-old-style, sans-serif;
  font-weight: 700;
  font-size: 14px;
}

#copyright {
  font-size: 11px;
  margin-top: 3em;
  font-family: goudy-old-style, sans-serif;
}

@media (max-width: 900px) {
  footer.section {
    padding: 30px 0;
  }

  #esrb-rating {
    margin: 50px auto 42px;
  }

  #footer-platforms {
    margin-top: 0;
    text-align: center;
  }
  #footer-platforms a i {
    margin: 0 6px;
  }

  #footer-menu {
    margin-top: 42px;
  }

  #copyright {
    margin-top: 38px;
  }
}
@media (max-width: 480px) {
  #footer-logos {
    height: 20px;
    line-height: 20px;
  }
  #footer-logos img {
    height: 20px;
  }
}
@media (max-width: 360px) {
  #footer-logos {
    height: 16px;
    line-height: 16px;
  }
  #footer-logos img {
    height: 16px;
  }
}
.hero {
  box-sizing: border-box;
  background-color: #d9d9d9;
  color: white;
  height: 100vh;
}
.hero .container {
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
.hero .buttons {
  margin-bottom: 1.5em;
}
.hero .coming-soon {
  text-transform: uppercase;
  font-size: 1.63vw;
  font-family: "Leander", sans-serif;
  position: relative;
  display: inline-block;
}
.hero .coming-soon span {
  font-size: 2.3469vw;
}
.hero .coming-soon:before, .hero .coming-soon:after {
  content: "";
  height: 100%;
  position: absolute;
  width: 300px;
}
.hero .coming-soon:before {
  right: 100%;
  background: url("../../assets/img/dec-left.svg") right 50%/auto 12% no-repeat;
  margin-right: 40px;
}
.hero .coming-soon:after {
  left: 100%;
  background: url("../../assets/img/dec-right.svg") left 50%/auto 12% no-repeat;
  margin-left: 40px;
}

#hero-platforms {
  margin: 1em auto 1.5em;
}
#hero-platforms i {
  color: #fff;
}

#hero-logo {
  background: url("../../assets/img/hero-logo@2x.png") center center/contain no-repeat;
  position: absolute;
  top: 0;
  height: 100%;
  left: 3.9%;
  width: 50%;
}

.platforms i {
  color: #575756;
  font-size: 28px;
}
.platforms .fa-oculus-icon {
  font-size: 20px;
}
.platforms .fa-playstation-icon {
  font-size: 33px;
}
.platforms .fa-vive-icon {
  font-size: 26px;
}
.platforms i {
  vertical-align: middle;
  margin: 0 6px;
  display: inline-block;
}
.platforms .steam {
  height: 30px;
  width: 122px;
  display: inline-block;
  background: url("../../assets/img/steam@2x.png") center center/contain no-repeat;
}

#trailer {
  padding: 0;
}

@media (max-width: 1280px) {
  .hero .coming-soon {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .hero .coming-soon {
    font-size: 19px;
  }
  .hero .coming-soon span {
    font-size: 24px;
  }
  .hero .container {
    bottom: 5%;
  }
}
@media (orientation: portrait) {
  #trailer {
    background: url("../../assets/img/hero-bg-mobile.jpg") center center/cover no-repeat !important;
  }

  #hero-logo {
    position: absolute;
    top: 54%;
    height: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    padding-bottom: 50%;
  }

  .hero .coming-soon {
    font-size: 3.5vw;
  }
  .hero .coming-soon span {
    font-size: 4.375vw;
  }
}
@media (max-width: 480px) {
  #trailer {
    background-position: top center !important;
  }

  .hero .coming-soon:before {
    margin-right: 18px;
  }
  .hero .coming-soon:after {
    margin-left: 18px;
  }
}
.grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.grid-3 .column {
  flex-basis: 32.7635327635%;
  box-sizing: border-box;
}
.grid-3 .column h2 {
  font-size: 27px;
}

.column {
  padding: 10px 20px;
  margin-bottom: 10px;
  position: relative;
}

.gallery .column {
  padding: 0;
}

.panel, .column.panel {
  border-radius: 8px;
  background-color: #161311;
  padding: 70px 60px;
  color: white;
}

.third-section {
  width: 44%;
}

.split-section-container {
  padding: 44px 0;
}
.split-section-container::after {
  display: block;
  content: "";
  clear: both;
}

@media (max-width: 1280px) {
  .panel, .column.panel {
    padding: 60px 50px;
  }
}
@media (max-width: 768px) {
  .panel, .column.panel {
    padding: 50px 40px;
  }
}
.social ul {
  text-align: left;
}
.social ul li {
  display: inline-block;
  margin-right: 4px;
}
.social ul li a {
  width: 80px;
  height: 80px;
  display: block;
  color: #D0B889;
  font-size: 42px;
  text-align: center;
  background: #161311;
  position: relative;
  box-sizing: border-box;
  transition: 0.2s all ease-in;
  border: 3px solid #161311;
}
.social ul li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.social ul li a:hover {
  background: transparent;
  color: #161311;
}

#social {
  position: absolute;
  left: 40px;
  top: 45%;
  transform: translateY(-50%);
}
#social .preheading {
  margin-top: 0;
}
#social h2 {
  text-transform: uppercase;
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  #social {
    left: 20px;
  }
}
#section-arcade-form {
  padding: 80px 0 80px;
}

#beta {
  padding: 100px 0 80px;
  background: url("../../assets/img/play-bg.jpg") center center/cover no-repeat;
  color: white;
}

#section-media {
  padding-bottom: 50px;
}

#newsletter h1 {
  font-size: 27px;
  margin-bottom: 1em;
  color: #D0B889;
}
#newsletter .gform_wrapper {
  margin-top: 0 !important;
}

#section-overview .section-title {
  margin-bottom: 10em;
}

#overview {
  background: url("../../assets/img/tan-bg-3.jpg") 0 0/auto 100% no-repeat;
  color: #161311;
  padding: 0;
}
#overview h2 {
  margin-bottom: 0.5em;
}
#overview .buttons {
  margin-top: 1.5em;
}
#overview .container {
  position: relative;
  height: 0;
  padding: 0 0 36.7346938776% 0;
  max-width: 100%;
  left: 6%;
}
#overview .section-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#overview .section-left h1 {
  margin-top: 0;
}

@media (max-width: 1420px) {
  #overview .container {
    padding-bottom: 0;
    height: 580px;
  }
}
#media-slider {
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 57.4%;
  height: 100%;
  z-index: 20;
}
#media-slider .flexslider {
  height: 100%;
}
#media-slider .flexslider ul.slides {
  height: 100%;
}
#media-slider .flexslider ul.slides li {
  height: 100%;
}
#media-slider .thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#section-play {
  padding: 40px 0;
  background: url("../../assets/img/tan-bg-2.jpg") center center/cover no-repeat;
}
#section-play .container {
  position: relative;
}

#contact {
  margin-right: 20px;
}
#contact h1.section-title-alt {
  font-size: 30px;
  margin: 0;
  text-transform: uppercase;
  color: #D0B889;
}
#contact h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #D0B889;
}
#contact p {
  margin: 0 0 2em;
}
#contact p a {
  color: white;
  text-decoration: none;
}

@media (max-width: 1280px) {
  #contact h1.section-title-alt {
    font-size: 25px;
  }
  #contact h3 {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  #media-slider {
    right: auto;
    top: auto;
    bottom: auto;
    position: static;
    height: auto;
    width: 100%;
  }
  #media-slider .flexslider {
    height: auto;
  }
  #media-slider .flexslider ul.slides {
    height: auto;
  }
  #media-slider .flexslider ul.slides li {
    height: auto;
  }
  #media-slider .thumb {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: static;
    height: 0;
    padding-bottom: 42.7%;
  }

  #overview .container {
    left: 0;
    padding: 40px 20px;
    height: auto;
    background: url("../../assets/img/tan-bg-3-mobile.jpg") center center/cover no-repeat;
  }
  #overview .section-left {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    text-align: center;
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }
  #overview .section-left h1, #overview .section-left h2 {
    text-align: center;
  }

  #beta {
    padding: 40px 0 25px;
  }
}
@media (max-width: 860px) {
  .social ul li {
    margin-right: 2px;
  }
  .social ul li a {
    width: 64px;
    height: 64px;
    font-size: 33px;
  }

  #contact h1.section-title-alt {
    font-size: 22px;
  }
  #contact h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #media-slider .thumb {
    padding-bottom: 56.25%;
  }

  #beta {
    padding-bottom: 200px;
  }

  #social {
    position: static;
    transform: none;
    top: auto;
    left: auto;
    width: 100%;
    text-align: center;
    margin-top: 220px;
  }
  #social h1, #social h2, #social ul {
    text-align: center;
  }

  #contact {
    margin: 0;
    float: none;
    position: absolute;
    top: -180px;
    left: 20px;
    right: 20px;
    width: auto;
    z-index: 20;
  }

  #section-play {
    padding-bottom: 60px;
    overflow: visible;
  }
  #section-play .container {
    position: static;
  }

  .social ul li {
    margin-right: 4px;
  }
  .social ul li a {
    width: 80px;
    height: 80px;
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  #newsletter {
    padding: 0 20px;
  }
  #newsletter h1.section-title {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 413px) {
  .social ul li {
    margin-right: 2px;
  }
  .social ul li a {
    width: 64px;
    height: 64px;
    font-size: 33px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
  #section-play {
    background-image: url("../../assets/img/tan-bg-2@2x.jpg");
  }

  #overview {
    background-image: url("../../assets/img/tan-bg-3@2x.jpg");
  }
}