/*!
Theme Name: Spectral Games
Theme URI: http://underscores.me/
Author: NTSR
Author URI: https://ntsr.pl
Description: Spectral Games Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: spectral
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Spectral Games is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	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
	 ========================================================================== */

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

/**
 * 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;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

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

/**
 * 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;
	font-size: 1em;
}

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

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

/* Forms
	 ========================================================================== */

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * 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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #FFFFFF;
	font-family: 'Montserrat Alternates', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Staatliches', cursive;font-weight:400;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #180320;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: inherit;text-decoration:none;
}

*:hover,
*:focus,
*:active {
	outline: 0;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1200px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* MAIN
--------------------------------------------- */
section, footer {float:left;width:100%}
.wrap {width:1380px;margin:auto;}
.heading--large {font-size: 72px;line-height: 90px;margin-top:0;}
.heading--medium {font-size: 64px;line-height: 80px;margin-top:0;}
.heading--small {font-size: 24px;line-height: 31px;margin-top:0;}
.text {font-size: 14px;line-height: 150%;}
.button {display:inline-block;background: rgba(255, 255, 255, 0.25);border: 1px solid rgba(255, 255, 255, 0.25);padding:12px 24px;font-weight: 700;font-size: 14px;line-height: 17px;color: #FFFFFF;transition: 0.25s ease;}
.button:hover, .button:focus {background:#fff;color:#180320;;transition: 0.25s ease;}

.center {text-align:center;}

.socials {display:flex;column-gap:40px;}
.socials a {width:40px;height:40px;display:inline-block;border:1px solid #fff;color:#fff;border-radius:50%;text-align:center;line-height:40px;font-size:19px;transition: 0.25s ease;}
.fb:hover, .fb:focus {background:#1877F2;border:1px solid transparent;transition: 0.25s ease;}
.li:hover, .li:focus {background:#0A66C2;border:1px solid transparent;transition: 0.25s ease;}
.di:hover, .di:focus {background:#5865F2;border:1px solid transparent;transition: 0.25s ease;}
.tw:hover, .tw:focus {background:#1DA1F2;border:1px solid transparent;transition: 0.25s ease;}

body {overflow-x:hidden;}

/* LOADER
--------------------------------------------- */

.preloader-wrap {width: 100%;height: 100%;position: fixed;top: 0; left: 0;background: #180320;z-index: 999;}
.preloader-wrap img {position:absolute;top:50%;transform:translateY(-48%);left:0;right:0;margin:auto;max-width:250px;}
.loader{height: 8px;max-width: 260px; position: absolute; top: 0; bottom: 0; left: 0; right: 0;margin : auto; background: #fff;transform: translateY(64px);}
.trackbar {width: 100%;height: 100%;color: #fff;overflow: hidden;position: relative;}  
.loadbar {width: 0%;height: 100%;background: #000;position: absolute;top: 0;left: 0;overflow: hidden;}

/* HEADER
--------------------------------------------- */
.site-header {position:fixed;top:0;left:0;z-index:99;width:100%;transition: 0.25s ease;}
.header__grid {display:grid;grid-template-columns:1fr auto 1fr;justify-content: space-between;align-items: center;padding:32px 0;transition: 0.25s ease;}

.site-header.scrolled {background: #180320;transition: 0.25s ease;}
.site-header.scrolled .header__grid {transition: 0.25s ease;padding:8px 0;}

.main-navigation ul li {margin:0 16px;}
.main-navigation ul li a {font-weight: 700;font-size: 16.4103px;line-height: 20px;position:relative;}
.main-navigation ul li a:after {content:'';position:absolute;left:0;bottom:-6px;height:2px;width:0;background:#fff;transition: 0.25s ease;}
.main-navigation ul li a:hover:after {width:100%;transition: 0.25s ease;}
.header__grid .socials {justify-content: flex-end;}

/* HOME
--------------------------------------------- */

.home__hero {position:relative;height:100vh;display:grid;align-items: center;}
.home__hero img {position:absolute;width:100%;height:100%;left:0;top:0;object-fit: cover;}
.hh__grid {max-width:680px;position:relative;}
.hh__subheading {margin-top:0;margin-bottom:32px;font-weight: 700;font-size: 32px;line-height: 39px;}
.hh__grid .heading--large {margin-bottom:32px;}
.hh__scroll {position:absolute;width:81px;left:0;right:0;margin:auto;bottom:45px;}
.hh__scroll svg {-moz-animation:scroll 1.6s linear infinite;animation:scroll 1.6s linear infinite;}
@-moz-keyframes scroll { 
	0% {opacity:0; transform:translateY(0%);} 
	50% { opacity:1;  transform:translateY(20%);} 
	100% { opacity:0; transform:translateY(40%); } 
}
@-webkit-keyframes scroll { 
	0% {opacity:0; transform:translateY(0%);} 
	50% { opacity:1;  transform:translateY(20%);} 
	100% { opacity:0; transform:translateY(40%); } 
}
@keyframes scroll { 
	0% {opacity:0; transform:translateY(0%);} 
	50% { opacity:1;  transform:translateY(20%);} 
	100% { opacity:0; transform:translateY(40%); } 
}

.home__about {padding-bottom:80px;}
.ha__sections {display:grid;grid-template-columns:100%;}
.ha__section {display:grid;grid-template-columns:50% 50%;align-items: center;}
.ha__section:nth-of-type(odd) .ha__content {padding-right:48px;padding-left:calc(50vw - 690px);}
.ha__section:nth-of-type(even) .ha__content {order:2;padding-left:48px;padding-right:calc(50vw - 690px);}
.ha__content .heading--medium {margin-bottom:32px;}
.ha__content .text {margin-bottom:32px;}
.ha__links {display:flex;column-gap:30px;}

.ha__section:nth-of-type(even) .ha__img {order:1;}
.ha__img img {display:block;width:100%;}
.ha__section:nth-of-type(even) {margin-top:-100px;}

.home__team {position:relative;padding-bottom:80px;padding-top:7vw;}
.twrap {padding:0 7vw;}
.teambg {position:absolute;width:100%;top:0;left:0;}
.ht__grid {display:grid;grid-template-columns:49% 48%;justify-content: space-between;position:relative;z-index:2;}
.htl__content .heading--medium {margin-bottom:24px;}
.htl__content .text {margin-bottom:24px;}
.htl__links {display:flex;column-gap:30px;}
.htl__img {padding-top: calc(20vw - 241px);}
.htl__img img {width:100%;}
.ht__right {padding-top:1.5vw;}
.htr__img img {display:block;width:100%;}

.home__media {padding-bottom:84px;}
.home__media .heading--medium {text-align:center;margin-bottom:64px;}
.hm__grid {display:grid;grid-template-columns: 31.5% 31.5% 31.5%;justify-content: space-between;margin-bottom:64px;grid-row-gap:32px;}
.hm__thumb img {display:block;width:100%;height:200px;object-fit: cover;}
.hm__content {background: rgba(255, 255, 255, 0.1);border: 1px solid rgba(0, 0, 0, 0.1);padding:24px;}
.hm__content .heading--small {margin-bottom:10px;}
.hm__content .hm__date {font-weight: 700;font-size: 14px;line-height: 17px;margin-bottom:10px;}
.hm__content .text {margin-bottom:10px;}

/* CAREERS
--------------------------------------------- */
.careers__hero {margin-top:140px;margin-bottom:16px;}
.ch__grid {display:grid;grid-template-columns:45% 55%;align-items: center;}
.ch__left {padding-left:calc(50vw - 690px);padding-right:120px;}
.ch__left .heading--medium {margin-bottom:24px;}
.ch__right img {display:block;width:100%;}

.careers__offers {margin-bottom:120px;}
.co__grid {display:grid;grid-template-columns:48% 48%;justify-content: space-between;grid-row-gap:48px;align-items: flex-start;}
.co__offer {background: rgba(0, 0, 0, 0.1);border: 1px solid rgba(255, 255, 255, 0.15);}
.coo__header {padding:24px;cursor:pointer;display:grid;grid-template-columns:1fr auto;justify-content: space-between;align-items: center;}
.coo__header .heading--small {margin-bottom:0;}
.co__offer svg {transition: 0.25s ease;}
.co__offer.active svg {transform:rotate(180deg);transition: 0.25s ease;}
.coo__content {padding:0 24px 24px 24px;display:none;}
.coo__place {margin-bottom:12px;}
.coo__salary {margin-bottom:24px;}
.coo__content .text {margin-bottom:24px;}
.coo__buttons {display:flex;column-gap:30px;}
.button--dark {display:inline-block;background: rgba(0, 0, 0, 0.25);border: 1px solid rgba(255, 255, 255, 0.25);padding:12px 24px;font-weight: 700;font-size: 14px;line-height: 17px;color: #FFFFFF;transition: 0.25s ease;}
.button--dark:hover, .button--dark:focus {background:#fff;color:#180320;;transition: 0.25s ease;}

.co__none {padding-top:64px;text-align:center;}
/* GAMES
--------------------------------------------- */

.games__hero {margin-top:180px;margin-bottom:80px;}
.gh__grid {display:grid;grid-template-columns:1fr auto 1fr;justify-content: space-between;align-items: center;grid-column-gap:34px;}
.gh__left img {display:block;width:100%;}
.gh__center .heading--medium {max-width: 650px;text-align: center;}
.gh__right {text-align:right;}
.gh__right img {display:block;width:100%;}

.games__about {margin-bottom:64px;}
.ga__heading {font-weight: 400;font-size: 32px;line-height: 150%;text-align: center;max-width:850px;margin:auto;margin-top:0;margin-bottom:72px;}
.ga__grid {display:grid;grid-template-columns:48% 48%;justify-content: space-between;grid-row-gap:64px;}
.ga__thumb img {display:block;width:100%;height:373px;object-fit: cover;}
.ga__content {background: rgba(0, 0, 0, 0.1);border: 1px solid rgba(255, 255, 255, 0.15);padding:24px;}
.ga__content .heading--48 {font-weight: 400;font-size: 48px;line-height: 60px;margin-top:0;margin-bottom:24px;text-transform: uppercase;}
.ga__content p {margin-bottom:0;}

.games__vr {background: #2F1C36;padding:64px 0;}
.vr__header {max-width:850px;margin:auto;text-align:center;}
.vr__header .heading--medium {margin-bottom:24px;}
.vr__header .standout {font-size: 24px;line-height: 150%;margin-bottom:24px;}
.games__vr .heading--48 {text-align:center;margin-top:64px;margin-bottom:64px;font-weight: 400;font-size: 48px;line-height: 60px;}
.pointers__grid {display:grid;grid-template-columns: 32.5% 32.5% 32.5%;justify-content: space-between;grid-row-gap:24px;}
.pointer {position:relative;padding:12px 24px 12px 64px;display:grid;align-content: center;font-weight: 400;font-size: 18px;line-height: 150%;background: rgba(0, 0, 0, 0.1);border: 1px solid rgba(255, 255, 255, 0.15);}
.pointer:before {content:'';position:absolute;width:14px;border: 1px solid #39293F;height:14px;left:24px;top:50%;transform:translateY(-50%);border-radius:50%;}
.pointer:last-of-type {grid-column-start: 1;grid-column-end: 4;}

.games__roadmap {padding:80px 0;}
.games__roadmap .heading--medium {text-align:center;margin-bottom:64px;}
.roadmap__grid {max-width:1120px;margin:auto;position:relative;display:grid;grid-template-columns:auto auto auto auto;justify-content: space-between;}
.roadmap__grid:after {content:'';position:absolute;left:0;right:0;top:50%;background: #CCC4DD;height:1px;}
.roadmap__element {text-align:center;}
.rme__top {font-family: 'Staatliches', cursive;font-weight:400;font-size: 24px;line-height: 30px;margin-bottom:19px;}
.rme__circle {width:146px;margin:auto;height:146px;border-radius:50%;background: #2F1C36;border: 1px solid rgba(0, 0, 0, 0.15);position:relative;z-index:2;text-align:center;}
.rme__circle svg {position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);margin:auto;}
.rme__bot {font-family: 'Staatliches', cursive;font-weight:400;font-size: 24px;line-height: 30px;margin-top:19px;}

/* CONTACT
--------------------------------------------- */

.contact {margin-top:160px;margin-bottom:80px;}
.contact__grid {background: rgba(255, 255, 255, 0.05);border: 3px solid rgba(255, 255, 255, 0.15);display:grid;grid-template-columns:51% 49%;}
.contact__left {padding:64px 80px;}
.contact__left .heading--medium {margin-bottom:50px;text-transform: uppercase;}

.nf-form-fields-required {display:none;}
.nf-field input[type="text"], .nf-field input[type="email"] {padding:0 24px;height:44px;background: rgba(0, 0, 0, 0.1);border: 1px solid rgba(255, 255, 255, 0.15);font-weight: 700;font-size: 16px;line-height: 20px;}
.nf-field textarea {background: rgba(0, 0, 0, 0.1);border: 1px solid rgba(255, 255, 255, 0.15);height:194px;resize:none;padding:12px 24px;font-weight: 700;font-size: 16px;line-height: 20px;}
.submit-wrap input {background: #7B2793;display:block;width:100% !important;cursor:pointer;font-weight: 700;font-size: 16px;line-height: 20px;height:44px !important;border:none;border-radius:0;transition: 0.25s ease;}
.submit-wrap input:hover, .submit-wrap input:focus {color:#7B2793;background:#fff;transition: 0.25s ease;}

.contact__right {position:relative;padding:0 80px;display: grid;align-items: center;grid-template-columns: auto;justify-content: flex-start;border-left:1px solid rgba(255, 255, 255, 0.15);}
.contact__right img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit: cover;}
.cr__content {position:relative;z-index:2;}
.crc__address {border-bottom:1px solid rgba(255, 255, 255, 0.15);}
.crc__address .heading--medium {margin-bottom:32px;}
.crc__address .crc__text {margin-bottom:32px;}
.heading--ms {font-weight: 400;font-size: 32px;line-height: 40px;margin:32px 0;}

/* FOOTER
--------------------------------------------- */
.site-footer {background: #040404;padding:64px 0;}
.footer__grid {display:grid;grid-template-columns:auto auto auto;justify-content: space-between;}
.footer__logo .site-title {margin-bottom:24px;display:block;}
.footer__menu ul {list-style:none;margin:0;padding:0;columns:2;column-gap:64px;}
.footer__menu ul li {margin-bottom:32px;}
.footer__menu ul li a {font-weight: 700;font-size: 16.4103px;line-height: 25px;}
.footer__contact {display:grid;grid-template-columns:auto auto;grid-column-gap:80px;align-items: flex-end;align-self: flex-start;}
.fc__column {font-weight: 700;font-size: 14px;line-height: 17px;}
.fc__column p {margin-top:0;margin-bottom:24px;}

/* RWD
--------------------------------------------- */

@media screen and (max-width: 1400px) {
	.wrap {width:1200px;}
	.ha__section:nth-of-type(odd) .ha__content {padding-left:calc(50vw - 600px);}
	.ha__section:nth-of-type(even) .ha__content {padding-right:calc(50vw - 600px);}
	.ch__left {padding-left:calc(50vw - 600px);padding-right: 80px;}
	.ha__section:nth-of-type(even) {margin-top:-64px;}
	.htl__img {padding-top: 24px;}
	.contact__left {padding: 48px 64px;}
	.contact__right {padding: 0 64px;}
	.gh__grid {grid-column-gap: 16px;}
}

@media screen and (max-width: 1200px) {
	.wrap {width:100%;padding:0 10px;}
	
	.site-footer {padding: 48px 0;}
	.footer__grid {grid-template-columns: auto;justify-content: center;text-align: center;grid-row-gap: 24px;}
	.socials {column-gap:32px;justify-content: center;}
	.footer__menu ul li {margin-bottom: 16px;}
	.ha__section:nth-of-type(odd) .ha__content {padding-left:10px;}
	.ha__section:nth-of-type(even) .ha__content {padding-right:10px;}
	.ha__section:nth-of-type(even) {margin-top:-24px;}
	.menu-toggle {align-self:centr;font-weight: bold;font-size: 18px;line-height: 16px;border:none;background:none;}
	.main-navigation.toggled ul {position:absolute;top:100%;left:0;width:100%;text-align:center;background:#180320;padding:10px;}
	.main-navigation.toggled ul ul {position:static;padding: 0;box-shadow: none;}
	.main-navigation ul li {margin-left:0;padding:4px 0;display: grid;}
	.main-navigation ul ul li {margin: 0;}
	.main-navigation ul li a {display:inline-block;}
	.ch__left {padding-left:10px;padding-right: 24px;}
	.contact__left {padding: 48px;}
	.contact__right {padding: 0 48px;}
	.gh__center .heading--medium {max-width: 480px;font-size: 40px;line-height: 50px;}
}

@media screen and (max-width:980px) {
	.ha__section {grid-template-columns: 100%;grid-row-gap:24px;}
	.ha__section:nth-of-type(odd) .ha__content {padding-right:10px;order:2;}
	.ha__section:nth-of-type(odd) .ha__img {text-align:right;}
	.ha__section .ha__img img {max-width:80%;display:inline-block;}
	.ha__section:nth-of-type(even) .ha__content {padding-left:10px;}
	.ha__section:nth-of-type(even) {margin-top:24px;}
	.ha__section:nth-of-type(even) .ha__img {text-align:left;}
}

@media screen and (max-width:780px) {
	.hm__grid {grid-template-columns: 100%;margin-bottom: 48px;grid-row-gap: 24px;}
	.home__media {padding-bottom: 64px;}
	.home__team {padding-bottom: 48px;padding-top: 24px;}
	.twrap {padding: 0 10px;}
	.ht__grid {grid-template-columns: 100%;}
	.teambg {display:none;}
	.home__about {padding-bottom: 48px;}
	.ch__grid {grid-template-columns: 100%;grid-row-gap:24px;}
	.ch__left {order:2;}
	.ch__right {order:1;text-align:right;}
	.ch__right img {display:inline-block;max-width:80%;}
	.co__grid {grid-template-columns: 100%;grid-row-gap: 24px;}
	.coo__content {padding: 0 16px 16px 16px;}
	.coo__header {padding:16px;}
	.coo__buttons {column-gap: 16px;}
	.careers__offers {margin-bottom: 48px;}
	.contact__grid {grid-template-columns: 100%;}
	.contact__right {padding: 48px;border-top: 1px solid rgba(255, 255, 255, 0.15);border-left:none;}
	.ga__grid {grid-template-columns: 100%;grid-row-gap: 24px;}
	.ga__heading {font-size: 28px;margin-bottom: 48px;}
	.pointers__grid {grid-template-columns: 48% 48%;}
	.pointer:last-of-type {grid-column-start: unset;grid-column-end: unset;}
	.pointer {padding: 12px 16px 12px 48px;	font-size: 16px;}
	.pointer::before {left: 16px;}
	.games__vr .heading--48 {margin-top: 48px;margin-bottom: 48px;}
}

@media screen and (max-width:680px) {
	.heading--large {font-size: 56px;line-height: 70px;}
	.hh__subheading {margin-bottom: 24px;font-weight: 700;font-size: 28px;line-height: 32px;}
	.hh__grid .heading--large {margin-bottom: 24px;}
	.heading--medium {font-size: 48px;line-height: 60px;}
	.header__grid .socials {display:none;}
	.header__grid {grid-template-columns: 1fr auto;padding: 24px 0;}
	.ha__content .heading--medium {margin-bottom: 24px;}
	.home__media .heading--medium {margin-bottom: 32px;}
	.careers__hero {margin-top: 110px;}
	.contact {margin-top: 110px;margin-bottom: 48px;}
	.games__vr {padding: 48px 0;}
	.rme__circle {width: 120px;height: 120px;}
	.rme__top {font-size: 20px;line-height: 24px;margin-bottom: 16px;}
	.rme__bot {font-size: 20px;line-height: 24px;margin-top: 16px;}
	.ga__thumb img {height: 270px;}
	.games__hero {margin-top: 110px;margin-bottom: 48px; }
	.gh__grid {grid-template-columns: 100%;grid-row-gap:16px;}
	.gh__grid img {max-width:65%;}
	.gh__right {text-align:right;}
	.gh__right img {display:inline-block;}
	.gh__center .heading--medium {max-width:100%;margin-bottom:0;}
}

@media screen and (max-width: 480px) {
	.socials {column-gap:16px;}
	.footer__contact {grid-template-columns: 100%;}
	.ha__links {column-gap: 16px;}
	.contact__left, .contact__right {padding: 24px;}
	.contact__left .heading--medium {margin-bottom: 24px;}
	.pointers__grid {grid-template-columns: 100%;grid-row-gap: 16px;}
	.roadmap__grid {grid-template-columns: 100%;grid-row-gap: 24px;}
	.rme__top {margin-bottom: 8px;}
	.rme__bot {margin-top: 8px;}
	.roadmap__grid::after {width: 0px;height:0px;}
}