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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

* {
  box-sizing: border-box;
}

body {
  font-family: "Lato";
  font-size: 18px;
  color: #fff;
  background: #000;
  line-height: 1.4;
}

@media (max-width: 1190px) {
  body {
    font-size: 14px;
  }
}

h1, h2, h3 {
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  outline: 0;
  border: 0;
  background: none;
}

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

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

a {
  color: inherit;
  text-decoration: none;
}

a, button {
  transition: all 0.3s ease;
}

h1, h2, h3 {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}

video {
  display: block;
}

.btn {
  background: #fff;
  font-size: 18px;
  color: #000;
  min-height: 51px;
  width: 230px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
}

.fr .btn, .de .btn, .ru .btn {
  font-size: 17px;
  line-height: 1.2;
}

.btn:hover {
  background: #a4cb5c;
}

@media (max-width: 1190px) {
  .btn {
    font-size: 16px;
    width: auto;
    padding: 5px 10px;
  }
}

a.btn {
  padding-top: 12px;
}

.btn--danger {
  background: #bf4300;
  color: #fff;
}

.btn--danger:hover {
  background: #d94c00;
}

.header__content {
  position: fixed;
  width: 100%;
  z-index: 150;
  padding: 15px 410px 0;
  top: 60px;
  min-height: 152px;
  transition: top .5s ease;
  opacity: 0;
}

@media (max-width: 1500px) {
  .header__content {
    padding-left: 290px;
    padding-right: 290px;
    position: relative;
  }
}

@media (max-width: 1190px) {
  .header__content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 650px) {
  .header__content {
    padding: 80px 20px 0;
  }
}

@media (max-width: 1300px) {
  .header__content {
    top: 60px !important;
  }
}

.header__content--bg {
  background: url(../../../../../img/sf/lp/overgrowth/header--s.jpg) no-repeat 50% 0;
  background-size: cover;
}

@media (max-width: 1300px) {
  .header__content--bg {
    background: none;
  }
}

.header__item {
  background: rgba(0, 0, 0, 0.8);
  min-height: 130px;
  position: absolute;
  left: 0;
  width: 400px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  padding: 20px 0 0;
  top: 15px;
}

@media (max-width: 1500px) {
  .header__item {
    width: 280px;
  }
}

@media (max-width: 1190px) {
  .header__item {
    position: static;
    margin: 20px auto 0;
  }
}

@media (max-width: 1190px) {
  .header__item {
    margin-top: 5px;
    min-height: 100px;
    padding: 10px 0;
  }
}

.header__item--2 {
  left: auto;
  right: 0;
}

.header {
  background: url(../../../../../img/sf/lp/overgrowth/bg-main.jpg) no-repeat 50% -100px;
  background-size: cover;
  width: 100%;
  min-height: 800px;
  margin-top: -80px;
  position: relative;
  text-align: center;
}

@media (max-width: 1300px) {
  .header {
    background-position: 50% 0;
  }
}

.header__item-content {
  margin-top: 15px;
}

.header__logo {
  text-align: center;
  max-width: 504px;
  display: inline-block;
}

.mcTop {
  position: relative;
  z-index: 200;
}

.header__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

@media (max-width: 850px) {
  .header__video {
    display: none !important;
  }
}

.header__video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.platform-logo {
  display: inline-block;
  background: url(../../../../../img/sf/lp/overgrowth/platform-spr.png) no-repeat 0 0;
  width: 83px;
  height: 80px;
}

.platform-logo--xbox {
  background-position: 0 -66px;
}

.platform-logo--ps4 {
  background-position: -115px -66px;
  width: 105px;
}

.platform-logo--pc {
  background-position: -260px -66px;
}

.platform-logo--s {
  width: 53px;
  height: 50px;
  margin-right: 25px;
}

.platform-logo--s:last-child {
  margin-right: 0;
}

@media (max-width: 1300px) {
  .platform-logo--s {
    margin-right: 10px;
  }
}

.platform-logo--s.platform-logo--xbox {
  background-position: 0 0;
}

.platform-logo--s.platform-logo--ps4 {
  width: 64px;
  background-position: -73px 0;
}

.platform-logo--s.platform-logo--pc {
  background-position: -157px 0;
}

.container {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1300px) {
  .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.container--m {
  width: 1120px;
}

@media (max-width: 1300px) {
  .container--m {
    width: 100%;
  }
}

.container--s {
  width: 800px;
}

@media (max-width: 1300px) {
  .container--s {
    width: 100%;
  }
}

.nav {
  border-top: 1px solid #fff;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: inset 0px 33px 25px 0px rgba(0, 0, 0, 0.6);
}

@media (max-width: 650px) {
  .nav {
    top: auto !important;
    bottom: 100%;
    border-top: 0;
  }
}

.nav--fixed {
  position: fixed;
  z-index: 200;
  margin-top: 5px;
}

@media (max-width: 1190px) {
  .nav--fixed {
    position: static !important;
    margin-top: 0;
  }
}

.nav-wrap {
  text-align: justify;
}

.nav-wrap > * {
  display: inline-block;
  vertical-align: middle;
}

.nav-wrap:after {
  content: '';
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
  display: inline-block;
}

@media (max-width: 1190px) {
  .nav-wrap {
    text-align: center;
  }
}

.nav__item {
  float: left;
  margin-right: 10px;
}

.nav__item:last-child {
  margin-right: 0;
}

@media (max-width: 1190px) {
  .nav__link {
    margin-right: 10px;
  }
}

@media (max-width: 650px) {
  .nav__link {
    display: block;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 5px;
  }
}

.nav__link--active {
  background: #a4cb5c;
  position: relative;
}

.nav__link--active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
}

.heading {
  font-size: 25px;
  text-transform: uppercase;
  color: #a4cb5c;
}

@media (max-width: 850px) {
  .heading {
    font-size: 22px;
  }
}

.heading--l {
  font-size: 34px;
}

@media (max-width: 850px) {
  .heading--l {
    font-size: 22px;
  }
}

.section {
  padding: 90px 0 30px;
  text-align: center;
}

.section__text {
  margin-top: 20px;
}

.section--1 {
  background: url(../../../../../img/sf/lp/overgrowth/section-1-bg.jpg) no-repeat 50% 0;
  background-size: cover;
  padding-top: 80px;
  position: relative;
  text-align: left;
}

@media (max-width: 1190px) {
  .section--1 {
    padding-top: 0;
  }
}

.section__imagery {
  width: 50%;
  float: left;
}

@media (max-width: 850px) {
  .section__imagery {
    float: none;
    width: 70%;
    margin-left: 15%;
  }
}

.section__content {
  margin-top: 70px;
  width: 50%;
  float: right;
  position: relative;
}

@media (max-width: 850px) {
  .section__content {
    width: 100%;
    float: none;
    margin-top: 0;
  }
}

.section__description {
  margin-top: 20px;
}

.section__video {
  background: url(../../../../../img/sf/lp/overgrowth/section-1-video.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 300px;
  text-align: center;
  font-size: 60px;
  margin: 40px 10px 0;
  width: 100%;
}

.section__video-trigger {
  border: 10px #fff solid;
  border-radius: 50%;
  margin-top: 100px;
  padding-left: 10px;
  padding-top: 10px;
  width: 100px;
  height: 100px;
}

.section__video-trigger:hover {
  color: #a4cb5c;
  border-color: #a4cb5c;
}

.section--5 {
  min-height: 600px;
  text-align: center;
  background: url(../../../../../img/sf/lp/overgrowth/section-5-bg.jpg) no-repeat 50% 175px;
  padding-top: 80px;
}

.section__text {
  margin-top: 20px;
}

.section__video--extra {
  background-image: url(../../../../../img/sf/lp/overgrowth/video-thum.png);
  position: absolute;
  right: 100%;
  bottom: 0;
  margin: 0;
}

@media (max-width: 850px) {
  .section__video--extra {
    position: static;
    margin-top: 15px;
  }
}

.purchase-section {
  text-align: center;
  padding: 70px 0 20px;
  min-height: 500px;
  position: relative;
}

.purchase-section:after {
  content: '';
  position: absolute;
  top: 270px;
  left: 0;
  width: 100%;
  height: 325px;
  background: #202a1b url(../../../../../img/sf/lp/overgrowth/purchase-bg.jpg) no-repeat 50% 50%;
}

@media (max-width: 1300px) {
  .purchase-section:after {
    top: 250px;
  }
}

@media (max-width: 1190px) {
  .purchase-section:after {
    top: 170px;
  }
}

@media (max-width: 650px) {
  .purchase-section:after {
    top: 120px;
  }
}

@media (max-width: 850px) {
  .purchase-section {
    padding: 20px 0;
  }
}

.purchase-section__container {
  margin-top: 138px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1190px) {
  .purchase-section__container {
    margin-top: 80px;
  }
}

.purchase-section__inner {
  background: #202a1b;
}

.purchase__btn {
  width: 170px;
}

@media (max-width: 1300px) {
  .purchase__btn {
    width: auto;
  }
}

@media (max-width: 1190px) {
  .purchase__btn {
    display: none;
  }
}

.purchase__btn--active {
  background: #a4cb5c;
}

.purchase__btn--featured {
  background: #bf4300;
  color: #fff;
  width: 350px;
}

.purchase__btn--featured:hover {
  background: #d94c00;
}

@media (max-width: 1300px) {
  .purchase__btn--featured {
    width: auto;
  }
}

@media (max-width: 1190px) {
  .purchase__btn--featured {
    display: inline-block;
  }
}

.purchase__btn--featured:disabled {
  pointer-events: none;
  opacity: .4;
}

.purchase__nav {
  margin-top: 30px;
}

.package {
  width: 29%;
  float: right;
  position: relative;
}

@media (max-width: 1190px) {
  .package {
    width: 50%;
    margin: 0 auto;
    float: none;
  }
}

@media (max-width: 650px) {
  .package {
    width: 80%;
  }
}

.package__imagery {
  position: relative;
  top: 0;
  transition: top .5s ease;
  display: inline-block;
}

.package__imagery:hover {
  top: -10px;
}

.package__btn {
  position: absolute;
  width: 80%;
  left: 5%;
  top: 50%;
  margin-top: -40px;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid #fff;
  padding: 10px 30px;
  height: 67px;
  font-size: 17px;
}

@media (max-width: 650px) {
  .package__btn {
    width: 100%;
    left: 0;
  }
}

.package__status {
  float: left;
  text-transform: uppercase;
}

.package__servers {
  float: right;
}

.slider {
  width: 71%;
  float: left;
  position: relative;
}

@media (max-width: 1190px) {
  .slider {
    width: 100%;
    float: none;
  }
}

.slider__slides {
  overflow-x: hidden;
  width: 10000px;
}

.slide-item {
  text-align: left;
  position: relative;
  min-height: 325px;
  float: left;
}

.slide-item__description {
  padding-top: 80px;
  width: 40%;
  float: left;
}

@media (max-width: 650px) {
  .slide-item__description {
    width: 100%;
    text-align: center;
    padding-top: 320px;
    min-height: 500px;
  }
}

.slide-item__text {
  margin-top: 20px;
}

.slide-item__imagery {
  position: absolute;
  right: -30px;
  bottom: -50px;
  display: none;
}

@media (max-width: 1190px) {
  .slide-item__imagery {
    bottom: 10px;
    right: 50px;
  }
}

@media (max-width: 850px) {
  .slide-item__imagery {
    max-width: 400px;
    bottom: 10px;
    right: 0;
  }
}

@media (max-width: 650px) {
  .slide-item__imagery {
    bottom: 200px;
    right: 50%;
    margin-right: -200px;
  }
}

.slider__nav-item {
  background: url(../../../../../img/sf/lp/overgrowth/slider-nav.png) no-repeat -50px 0;
  width: 29px;
  height: 85px;
  position: absolute;
  bottom: 100px;
  left: 43%;
  z-index: 10;
  cursor: pointer;
}

.slider__nav-item:hover {
  background-position: 0 0;
}

@media (max-width: 650px) {
  .slider__nav-item {
    left: 1%;
    bottom: 300px;
  }
}

.slider__nav-item--next {
  right: 0;
  left: auto;
  background-position: -50px -100px;
}

.slider__nav-item--next:hover {
  background-position: 0 -100px;
}

@media (max-width: 650px) {
  .slider__nav-item--next {
    right: 1%;
  }
}

.server__item {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
}

.server__item:hover {
  color: #fff;
}

.server__item--active {
  color: #fff;
}

.payment-screen {
  background: #eceff1;
  display: none;
  margin-top: 20px;
  color: #000;
  text-align: left;
}

.payment-screen iframe {
  height: 640px;
  width: 100%;
}

.payment-screen .main {
  width: 100%;
}

.payment-screen .main h1 {
  width: 90%;
  display: inline-block;
}

.payment-screen__header {
  padding: 20px 30px;
  margin-bottom: 20px;
}

.payment-screen__header-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  padding-bottom: 20px;
}

.payment-screen__product-select {
  margin-top: 20px;
}

.payment-screen__server-choice {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 30px;
}

.game_overlay .payment-screen__server-choice {
  display: none;
}

.payment-screen__server-select {
  padding: 10px 15px;
  font-size: 14px;
  background-color: #fff;
  vertical-align: middle;
}

.payment-screen__server-label {
  font-size: 20px;
  margin-bottom: 10px;
}

.payment-screen__server-choice {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 30px;
}

.payment-screen__price {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}

.game_overlay .payment-screen__price {
  margin-top: 20px;
}

.success-screen {
  display: none;
}

.success-screen__wrap {
  padding: 30px;
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 850px) {
  .success-screen__wrap {
    padding-left: 0;
    text-align: center;
  }
}

.success-screen__links {
  margin-top: 90px;
}

.success-screen__link {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
}

@media (max-width: 850px) {
  .success-screen__link {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.success-screen__message {
  margin-top: 20px;
  font-size: 20px;
}

.uppercase {
  text-transform: uppercase;
}

.pointer {
  cursor: pointer;
}

.calendar {
  padding: 50px 0;
  text-align: center;
}

.calendar .countdown-section {
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
}

.calendar .countdown-amount {
  margin-right: 2px;
}

.calendar-wrap {
  margin-top: 50px;
}

.calendar__main-btn {
  margin-top: 30px;
}

.calendar-item__imagery {
  height: 370px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  position: relative;
}

@media (max-width: 650px) {
  .calendar-item__imagery {
    height: 270px;
    background-position: 50% 100%;
  }
}

.calendar-item__info {
  height: 90px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  display: table;
  width: 100%;
  opacity: .35;
}

.calendar-item__info > * {
  display: table-cell;
  vertical-align: middle;
}

.calendar-item--active .calendar-item__info {
  opacity: 1;
}

.calendar-item__description {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 0;
  width: 100%;
  text-transform: uppercase;
}

@media (max-width: 650px) {
  .calendar-item__description {
    bottom: 10px;
  }
}

.calendar-item__number {
  color: #00ff00;
  font-size: 40px;
}

.calendar__btn {
  width: 100%;
  margin-top: 20px;
}

.calendar-item--disabled {
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) brightness(60%);
}

.calendar__toggle {
  width: auto;
  margin-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  height: auto;
}

.grid {
  margin-left: -25px;
}

@media (max-width: 650px) {
  .grid {
    margin-left: 0;
  }
}

.grid__col {
  float: left;
  width: 25%;
  padding-left: 25px;
}

@media (max-width: 850px) {
  .grid__col {
    width: 50%;
    padding-bottom: 20px;
  }
}

@media (max-width: 650px) {
  .grid__col {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 30px;
  }
}

.grid__col--third {
  width: 33.33%;
  padding-left: 25px;
  float: left;
}

@media (max-width: 850px) {
  .grid__col--third {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 10px;
  }
}

.error {
  text-align: center;
  border: 1px solid #FECDD2;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  margin: 10px 0;
}

.feature {
  border-top: 1px solid #273719;
  padding: 0;
  background: #000000 url(../../../../../img/sf/lp/overgrowth/feature/druid-grad.jpg) repeat-x 0 100%;
}

@media (max-width: 1190px) {
  .feature {
    min-height: 500px;
  }
}

@media (max-width: 850px) {
  .feature {
    min-height: 0;
    padding: 30px 0 50px;
  }
}

.feature__imagery {
  width: 820px;
  float: left;
  position: relative;
  top: 0;
}

.feature__imagery video {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1300px) {
  .feature__imagery {
    width: 50%;
  }
}

@media (max-width: 850px) {
  .feature__imagery {
    width: 100%;
  }
}

@media (max-width: 850px) {
  .feature__video {
    display: none;
  }
}

.skill__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.feature__img {
  display: block;
}

@media (max-width: 1190px) {
  .feature__img {
    display: block;
  }
}

.feature__content {
  width: 480px;
  float: right;
  margin-top: 100px;
}

@media (max-width: 1300px) {
  .feature__content {
    width: 50%;
  }
}

@media (max-width: 1190px) {
  .feature__content {
    margin-top: 20px;
  }
}

@media (max-width: 850px) {
  .feature__content {
    margin-top: 20px;
    width: 100%;
  }
}

.feature__text {
  margin-top: 20px;
}

@media (max-width: 1190px) {
  .feature__text {
    margin-top: 5px;
  }
}

.feature__icons {
  margin-top: 15px;
  display: inline-block;
}

@media (max-width: 850px) {
  .feature__icons {
    display: none !important;
  }
}

.feature__skills {
  width: 170px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}

.feature__skill--major {
  width: 50px;
  height: 90px;
  display: inline-block;
  margin-right: 20px;
}

.feature__skill-description {
  font-size: 16px;
}

.feature__popup {
  position: absolute;
  left: 2%;
  text-align: center;
  padding-bottom: 54%;
  width: 96%;
  background: #000;
  bottom: 90px;
}

.feature__close-popup {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -35px;
  font-size: 70px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 10;
}

.feature__close-popup:hover {
  color: #fff;
}

.skill {
  background-position: 0 0;
  background: url(../../../../../img/sf/lp/overgrowth/skills-spr-inactive.png) no-repeat 0 0;
  width: 78px;
  height: 95px;
  display: inline-block;
  cursor: pointer;
  transition: opacity .3s ease;
  vertical-align: middle;
}

.ps4 .skill:hover {
  background-image: url(../../../../../img/sf/lp/overgrowth/skills-spr-ps4.png);
}

.xbox .skill:hover {
  background-image: url(../../../../../img/sf/lp/overgrowth/skills-spr-xbox.png);
}

.skill--1 {
  background-position: 0 -209px;
}

.skill--2 {
  background-position: -77px -208px;
}

.skill--3 {
  background-position: -179px -168px;
  height: 80px;
}

.skill--4 {
  background-position: -259px -168px;
  height: 80px;
}

.skill--5 {
  background-position: -179px -248px;
  height: 80px;
}

.skill--6 {
  background-position: -259px -248px;
  height: 80px;
}

.skill--7 {
  background-position: -366px -192px;
  width: 95px;
  height: 108px;
}

.skill--9 {
  background-position: 0 -43px;
}

.skill--10 {
  background-position: -77px -43px;
}

.skill--11 {
  background-position: -179px 0;
  height: 80px;
}

.skill--12 {
  background-position: -259px 0;
  height: 80px;
}

.skill--13 {
  background-position: -179px -81px;
  height: 80px;
}

.skill--14 {
  background-position: -259px -81px;
  height: 80px;
}

.skill--15 {
  background-position: -366px -27px;
  width: 95px;
  height: 108px;
}

.ps4 .feature__skill--active {
  background-image: url(../../../../../img/sf/lp/overgrowth/skills-spr-ps4.png);
}

.xbox .feature__skill--active {
  background-image: url(../../../../../img/sf/lp/overgrowth/skills-spr-xbox.png);
}

.feature__skill--active:hover {
  opacity: 1;
  cursor: pointer;
}

.skill--switcher {
  padding-top: 110px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  text-align: center;
  transition: all 0.3s ease;
}

.skill--switcher:hover {
  color: white;
}

.platforms {
  background: url(../../../../../img/sf/lp/overgrowth/platforms-bg.png) no-repeat 50% -120px;
  padding: 50px 0;
}

.platform {
  position: relative;
  height: 180px;
  background: #000 url("../../../../../img/sf/lp/overgrowth/platform-bg.jpg") no-repeat 50% 100%;
  background-size: cover;
  padding-top: 50px;
  display: block;
}

.platform:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.platform__logo {
  float: left;
  width: 50%;
  text-align: center;
}

.footer__wrap {
  margin: 0 auto;
  text-align: center;
}

.footer {
  background: #000;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 50px 0 30px;
}

.footer__logos {
  display: inline-block;
}

.footer__logo {
  outline: 0;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 50px;
}

.footer__logo:first-child {
  margin-left: 0;
}

.footer__logo:last-child {
  position: relative;
  top: 5px;
}

@media (max-width: 1300px) {
  .footer__logo {
    margin-right: 10px;
  }
}

.copyright {
  color: #666;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  width: 800px;
  margin: 20px auto 0;
}

@media (max-width: 1300px) {
  .copyright {
    width: 100%;
  }
}

.cta {
  text-align: center;
  background: #071d11 url(../../../../../img/sf/lp/overgrowth/cta-bg.jpg) no-repeat 50% 0;
  min-height: 350px;
  padding: 80px 0 20px;
}

@media (max-width: 650px) {
  .cta {
    min-height: 200px;
    padding-top: 40px;
  }
}

.cta__heading {
  color: #fff;
  font-size: 46px;
  margin-bottom: 50px;
}

@media (max-width: 650px) {
  .cta__heading {
    font-size: 25px;
    margin-bottom: 30px;
  }
}

.cta__btn {
  width: auto;
  min-width: 300px;
  padding: 5px 20px;
  margin-right: 70px;
  min-height: 80px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.cta__btn:last-child {
  margin-right: 0;
}

@media (max-width: 650px) {
  .cta__btn {
    min-width: 0;
    min-height: 50px;
    width: 100%;
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
  }
}

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