/*  Variables
\*----------------------------------------------------------------------------*/
/**
 * Value to rem
 */
/**
 * Value to em
 */
/**
 * A small, internally-used function to remove the units from a given value.
 */
/**
 * Rem converter
 *
 * 1. Provide pixel fallback for ie8
 * 2. Loop over values
 *
 * Sample: @include rem(margin, 0 auto 300px, !important);
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font:
		400 1em/1.25 'robotocondensed-regular',
		sans-serif;
	background: #0a1624;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
}

body {
	margin: 0;
	min-height: 100%;
	min-width: 320px;
	font-size: 100%;
}

.fullpage-wrapper {
	height: 100%;
}

#section1 {
	background-image: url('../images-v2/background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100%;
	min-height: 100vh;
	position: relative;
}

.platform-icons {
	position: fixed;
	top: 20px;
	right: 5.5%;
	margin: 0 0 0 22px;
	width: auto;
	height: auto;
	z-index: 90;
}
.platform-icons_item {
	display: inline-block;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.platform-icons__item-image {
	max-width: 34px;
}
.platform-icons-link {
	text-decoration: none;
	display: block;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
.platform-icons-link:hover {
	text-decoration: none;
	-ms-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.flex-layout {
	display: block;
	width: 100%;
	text-align: center;
}

.flex-layout_cell {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.flex-layout_fit {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

@font-face {
	font-family: 'robotocondensed-regular';
	src: url('../fonts/robotocondensed-regular.eot');
	src:
		url('../fonts/robotocondensed-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/robotocondensed-regular.woff') format('woff'),
		url('../fonts/robotocondensed-regular.ttf') format('truetype'),
		url('../fonts/robotocondensed-regular.svg#RobotoCondensed-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotocondensed-bold';
	src: url('../fonts/robotocondensed-bold.eot');
	src:
		url('../fonts/robotocondensed-bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/robotocondensed-bold.woff') format('woff'),
		url('../fonts/robotocondensed-bold.ttf') format('truetype'),
		url('../fonts/robotocondensed-bold.svg#RobotoCondensed-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

.page-content {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	background-size: cover;
	min-height: 100vh;
}

body [data-hide='1'] {
	display: none;
}

.last-screen-text {
	margin-top: 4%;

	font-family: 'robotocondensed-regular', sans-serif;
	letter-spacing: 0.01em;
	color: #fff7e1;
}

.last-screen-text .title {
	font-family: 'robotocondensed-bold', sans-serif;
	font-weight: 700;
	font-size: 56px;
	line-height: 66px;
	text-shadow:
		0px 1px 0px rgba(0, 0, 0, 0.35),
		0px 0px 15px rgba(255, 255, 255, 0.25);
}

.last-screen-text .description {
	margin-top: 2%;
	font-family: 'robotocondensed-bold', sans-serif;
	/* font-size: 18px; */
	font-size: 2rem;
	line-height: 1.3;
	text-transform: uppercase;
	opacity: 1;
	text-shadow:
		0px 0px 8px rgba(255, 255, 255, 0.25),
		0px 1px 0px rgba(0, 0, 0, 0.25);
}

.logo {
	margin-bottom: 0;
	position: absolute;
	top: 3%;
	left: 4%;
}

.logo_image {
	width: 61px;
	height: 80px;
}

.footer-links {
	margin-bottom: 15px;
}

.logo-footer_image {
	opacity: 0.4;
	height: 38px;
}

.logo-footer_image:hover {
	opacity: 1;
}

.cta {
	width: 100%;
	display: block;
	text-align: center;
}

.cta-button {
	display: inline-block;
	font-family: 'robotocondensed-regular', sans-serif;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	background: linear-gradient(180deg, #fd6200 0%, #e12e00 100%);
	background-size: 100% 100%;
	color: #fff;
	font-size: 20px;
	line-height: 32px;
	padding: 17px 35px;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	letter-spacing: 0.05em;
	opacity: 0.9;
}

.cta-button:hover {
	background-size: 100% 400%;
	opacity: 1;
}

.cta-space {
	padding: 20px 0;
}

.stub {
	display: none;
}

.screen-title {
	font-family: 'robotocondensed-bold', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.56);
}

.last-screen {
	display: flex;
	flex-direction: column;
	position: static;
	top: 0;
	left: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	padding-bottom: 0;
}

.last-screen-container {
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
}

.box,
.box-open {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	min-width: 100%;
	min-height: 100vh;

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.box {
	background-image: url('../images-v2/closed-box.png');
}

.box-open {
	opacity: 0;
	background-image: url('../images-v2/opened-box.png');
	/* transition: background-image 0.5s; */
}

.box.box--active {
	opacity: 0;
	animation: animatedScreenFadeOut 1s;
}

.box-open.box--active {
	opacity: 1;
	animation: showElement 1s;
}

.clickable-area {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 10;

	display: flex;
	align-items: center;
	justify-content: center;
}

.clickable-area svg {
	width: auto;
	height: auto;
	height: 90%;
	display: block;
	/* margin: auto 0; */
}

.close,
.open {
	cursor: pointer;
}

.last-screen .logo {
	margin-bottom: 0;
}

.last-screen .screen-title {
	margin-bottom: 80px;
}

.footer-nav {
	text-align: center;
	margin-left: 30px;
}

.footer-nav_item {
	text-transform: uppercase;
	display: inline-block;
	margin-right: 15px;
}

.footer-nav_link {
	color: #ffffff;
	opacity: 0.5;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px !important;
	font-family: 'robotocondensed-regular', sans-serif;
}

.footer-nav_link:hover {
	text-decoration: none;
	color: #fff;
	border: none !important;
}

.copyright,
.copyright-full {
	text-align: center;
	font:
		400 9px/12px 'Arial',
		sans-serif;
	color: #696969;
}

.copyright a,
.copyright-full a {
	font:
		400 9px/12px 'Arial',
		sans-serif;
	color: #7a7a7a;
	text-decoration: underline;
}

.copyright a:hover,
.copyright-full a:hover {
	text-decoration: none;
}

.copyright-full_text {
	margin-top: 0.5em;
	margin-bottom: 10px;
}

.page-footer {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	padding: 10px 20px;
}

.page-footer_container {
	max-width: 1600px;
	margin: 0 auto;
}

/* FOOTER AGE RATINGS START */

.age-ratings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.age-ratings__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.age-rating__link {
	display: block;
	height: 55px;
	margin: 0 8px;
	opacity: 0.9;
}
.age-rating__link img {
	display: block;
	height: 100%;
}

.age-ratings__description {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 10px;
	opacity: 0.7;
}

@media screen and (max-width: 1200px) {
	.age-ratings {
		margin-top: 1.25em;
	}
}

/* FOOTER AGE RATINGS END */

.fullscreen-bg {
	position: fixed;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	display: none;
	mix-blend-mode: screen;
}

.fullscreen-bg_video--backlight {
	opacity: 0;
}

.fullscreen-bg--frontlight {
	z-index: 2;
	opacity: 0;
}

.fullscreen-bg--bonuses {
	z-index: 11;
}

.fullscreen-bg--active {
	opacity: 1;
	transition: opacity 1.5s;
}

.fullscreen-bg_video {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	width: auto;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	mix-blend-mode: screen;
}

.tablet .fullscreen-bg {
	display: none;
}

.desktop-none-displayed {
	display: block;
}

.legends-label {
	position: absolute;
	right: 0;
	bottom: 5vh;
	z-index: 10;
}

.legends-label_link {
	display: block;
	width: 100%;
	opacity: 0.6;
	-webkit-transition: opacity 0.25s ease-in;
	-o-transition: opacity 0.25s ease-in;
	transition: opacity 0.25s ease-in;
}

.legends-label_link:hover {
	opacity: 1;
}

.legends-label_link img {
	display: block;
	width: 250px;
}

/* header  */
.screen-header {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

/* language switcher */

.lang-switcher {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 35px;
	margin-right: 25px;
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition: opacity 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.lang-switcher:hover {
	opacity: 1;
}

.lang-switcher__icon {
	width: 19px;
	height: 19px;
	margin-right: 10px;
}

.lang-switcher__icon svg {
	width: 19px;
	height: 19px;
}

.last-screen .fullscreen-bg {
	display: block;
}

.last-screen .fullscreen-bg--bonuses {
	display: none;
	opacity: 0;
}

.last-screen--bonuses {
	transition: 3s;
}

.last-screen--bonuses .fullscreen-bg {
	display: none;
}

.last-screen--bonuses .box {
	background-size: auto;
}

.last-screen--bonuses .last-screen-text {
	display: none;
}

.last-screen--bonuses .fullscreen-bg--bonuses {
	display: block;
	opacity: 1;
	transition: all 3s;
}

/* modal bonuses */

.bonuses-background {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	background: rgba(12, 13, 31, 0.7);
}

@supports (backdrop-filter: none) {
	.bonuses-background {
		backdrop-filter: blur(8px);
	}
}

.last-screen--bonuses .bonuses-background {
	display: block;
	z-index: 10;
	opacity: 1;
}

.bonuses {
	opacity: 0;
	display: none;
	position: inherit;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	padding: 40px;
	animation: showBonuses 5s;
}

.bonuses--active {
	display: block;
	opacity: 1;
	z-index: 12;
}

@keyframes showBonuses {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.bonuses .bonuses__close {
	font-size: 40px;
	right: 2%;
	width: 50px;
	height: 50px;
	top: 18px;
}

.bonuses__content {
	opacity: 0;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	text-align: center;
	transition: opacity 6s;
}

.bonuses--active .bonuses__content {
	opacity: 1;
	transition: opacity 6s;
}

.bonuses .title {
	margin: 0 auto;
	margin-top: 4vh;
	margin-bottom: 2%;
	font-family: 'robotocondensed-bold', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #fff7e1;
	text-shadow:
		0px 0px 15px rgba(255, 255, 255, 0.25),
		0px 1px 0px rgba(0, 0, 0, 0.35);
	width: 90%;
}

.bonuses__wrapper {
	margin-top: 4vh;
}

.bonuses__logo {
	position: relative;
	margin: 0 auto;
}

.bonuses__logo img {
	position: relative;
	display: block;
	margin: 0 auto;
}

.bonuses__wrapper--wows .bonuses__logo img {
	width: 361px;
	height: 50px;
}

.bonuses__wrapper--wowsl .bonuses__logo img {
	width: 171px;
	height: 60px;
}

.bonuses__logo::before,
.bonuses__logo::after {
	content: '';
	position: absolute;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	top: 50%;
}

.bonuses__wrapper--wows .bonuses__logo::before,
.bonuses__wrapper--wows .bonuses__logo::after {
	width: calc((100% - 361px - 50px) / 2);
}

.bonuses__wrapper--wowsl .bonuses__logo::before,
.bonuses__wrapper--wowsl .bonuses__logo::after {
	width: calc((100% - 171px - 50px) / 2);
}

.bonuses__logo::before {
	left: 0;
}

.bonuses__logo::after {
	right: 0;
}

.bonuses__list {
	margin-top: 2vh;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}

.bonuses__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 160px;
}

.bonuses__item img {
	width: 150px;
	height: 150px;
}

.bonuses__item-title,
.bonuses__item-subtitle {
	font-family: 'robotocondensed-regular', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #ffffff;
}

.bonuses .cta-button {
	margin-top: 2vh;
}

/* modal lang */

.modal-languages {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 999;
	overflow: hidden;
}

.modal-languages--active {
	display: block;
}

.modal-languages--showing .modal-languages__outer {
	-webkit-animation: 0.3s ease-in-out forwards showModalLanguagesOuter;
	animation: 0.3s ease-in-out forwards showModalLanguagesOuter;
}

.modal-languages--showing .modal-languages__content {
	-webkit-animation: 0.3s ease-in-out forwards showModalLanguagesContent;

	animation: 0.3s ease-in-out forwards showModalLanguagesContent;
}

@-webkit-keyframes showModalLanguagesOuter {
	from {
		display: block;
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes showModalLanguagesOuter {
	from {
		display: block;
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes showModalLanguagesContent {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes showModalLanguagesContent {
	from {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.modal-languages--hiding .modal-languages__outer {
	animation: 0.3s ease-in-out forwards reverse showModalLanguagesOuter;
}
.modal-languages--hiding .modal-languages__content {
	animation: 0.3s ease-in-out forwards reverse showModalLanguagesContent;
}

.modal-languages__outer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(50, 60, 59, 0.7);
	-webkit-transition: background-color 0.3s ease-in;
	-o-transition: background-color 0.3s ease-in;
	transition: background-color 0.3s ease-in;
}

.modal-languages__content {
	/* display: none; */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	min-width: 220px;
	padding-top: 50px;
	background-color: rgb(16, 20, 24);
	overflow-y: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* animation: 0.3s ease-in-out forwards reverse showModalLanguagesContent; */
}

.modal-languages__close,
.bonuses__close {
	position: absolute;
	top: 6px;
	right: 6px;

	display: block;
	width: 22px;
	height: 22px;
	padding: 0;
	font-size: 22px;
	line-height: 22px;
	color: #ffffff;
	opacity: 0.65;
	text-align: center;

	text-decoration: none;
	background-color: transparent;
	outline: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	cursor: pointer;
	will-change: opacity;
}

.modal-languages__close:hover,
.bonuses__close:hover {
	opacity: 0.9;
}

.modal-languages__close:active,
.bonuses__close:active {
	opacity: 1;
}

.modal-languages__realms-list {
	padding: 0 20px 20px;
	display: block;
	height: 100%;
	overflow-y: auto;
}

.modal-languages__realm {
	display: block;
	margin-top: 45px;
	padding: 0 10px;
}

.modal-languages__realm:first-child {
	margin-top: 0;
}

.modal-languages__realm-title {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
}

.modal-languages__languages-list {
	display: block;
	margin-top: 20px;
}

.modal-languages__language-item {
	display: block;
	margin-bottom: 7px;
}

.modal-languages__language-item--active .modal-languages__language-link {
	opacity: 0.8;
}

.modal-languages__language-item--active .modal-languages__language-link:before {
	content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='10' height='20' viewBox='0 -5 10 20'%3E%3Cpath stroke='%23FFF' stroke-linejoin='round' stroke-linecap='round' fill='none' d='M1 6.1l4.05 4.05L1 14.2'/%3E%3C/svg%3E");
}

.modal-languages__language-link {
	display: block;
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
	opacity: 0.5;
	will-change: opacity;
	-webkit-transition: opacity 0.25s linear;
	-o-transition: opacity 0.25s linear;
	transition: opacity 0.25s linear;
	text-decoration: none;
}

.modal-languages__language-link:hover {
	opacity: 0.9;
}

/* loader */
.animated-screen {
	display: none;
}

body.loading .animated-screen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	z-index: 9999;
	background-color: #000000;
}

body.loading .animated-screen.animated-screen--disabled {
	display: none;
}

.animated-screen--fade-out .animated-screen {
	animation: animatedScreenFadeOut 1s linear forwards;
}

.animated-screen__logo {
	display: block;
	width: 100%;
	max-width: 250px;
	transition: all 0.3s;
}

.animated-screen__logo img {
	width: 100%;
	height: auto;
}

.animated-screen__light {
	position: absolute;
	z-index: -1;
	width: 100%;
	max-width: 500px;
	top: 50%;
	left: 50%;
	transform: translate(-49%, -55%);
	animation: showLight 3s ease-in infinite;
}

.animated-screen__light img {
	width: 100%;
	height: auto;
}

.animated-screen__spinner {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('../images-v2/spinner.png');
	background-size: contain;

	opacity: 0;
	transform: rotate(0);
	animation:
		showElement 0.3s linear forwards,
		rotateElement 0.8s linear infinite;
	animation-delay: 0.5s, 0.3s;
}

@media screen and (max-width: 1280px) {
	.animated-screen__logo {
		width: 205px;
	}
	.animated-screen__light {
		width: 410px;
	}
}

@media screen and (max-width: 768px) {
	.animated-screen__logo {
		width: 155px;
	}
	.animated-screen__light {
		width: 310px;
	}
}

@keyframes animatedScreenFadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes showLight {
	0% {
		opacity: 0.7;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.7;
	}
}

@keyframes showElement {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes rotateElement {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}

/* media */
/*  */
/*  */
/*  */

@media only screen and (min-width: 64.063em) {
	html {
		overflow-x: hidden;
	}
	.fullscreen-bg {
		display: block;
	}
	.desktop-none-displayed {
		display: none;
	}
}
@media only screen and (min-width: 48em) {
	.flex-layout__t {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.platform-icons__item-image {
		max-width: 50px;
		margin: 0 0 0 22px;
	}
	.platform-icons {
		top: 20px;
		right: 5.5%;
	}
	.column-70 {
		width: 66%;
	}
	.column-30 {
		width: 33%;
	}
	.footer-nav {
		text-align: left;
	}
	.copyright,
	.copyright-full {
		text-align: left;
	}
	.legends-label {
		bottom: 30px;
	}
}

@media only screen and (min-width: 600px) and (min-height: 380px) {
	.page-footer {
		position: relative;
		bottom: 0;
		left: 0;
	}

	.last-screen {
		width: auto;
		min-width: 100%;
		left: 0%;
		padding-bottom: 0;

		height: 100%;
	}
}

@media only screen and (max-width: 100em) {
	.bonuses .title {
		margin-top: 2vh;
		margin-bottom: 2%;
		font-size: 32px;
		line-height: 37px;
	}

	.bonuses__wrapper {
		margin-top: 2vh;
	}

	.bonuses__wrapper--wows .bonuses__logo img {
		width: 291px;
		height: 40px;
	}

	.bonuses__wrapper--wowsl .bonuses__logo img {
		width: 143px;
		height: 50px;
	}

	.bonuses__wrapper--wows .bonuses__logo::before,
	.bonuses__wrapper--wows .bonuses__logo::after {
		width: calc((100% - 291px - 50px) / 2);
	}

	.bonuses__wrapper--wowsl .bonuses__logo::before,
	.bonuses__wrapper--wowsl .bonuses__logo::after {
		width: calc((100% - 143px - 50px) / 2);
	}
	.bonuses__item {
		width: 140px;
	}
	.bonuses__item img {
		width: 120px;
		height: 120px;
	}
	.bonuses__item-title,
	.bonuses__item-subtitle {
		font-size: 12px;
		line-height: 18px;
	}
	.bonuses .cta-button {
		margin-top: 2vh;
	}
	.cta-button {
		font-size: 18px;
		padding: 5px 35px;
	}
}

@media screen and (max-width: 80em) {
	.bonuses__item {
		width: 110px;
	}
	.bonuses__item img {
		width: 100px;
		height: 100px;
	}
	.page-footer_container--wide-age .flex-layout {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.page-footer_container--wide-age .flex-layout_cell {
		width: 100%;
	}

	.logo_image {
		width: 38px;
		height: 50px;
	}
	.last-screen-container {
		width: 100%;
	}
	.last-screen-text {
		margin-top: 8%;
	}

	.last-screen-text .title {
		font-size: 42px;
		line-height: 49px;
		text-shadow:
			0px 1px 0px rgba(0, 0, 0, 0.45),
			0px 0px 15px rgba(255, 255, 255, 0.25);
	}

	.last-screen-text .description {
		font-size: 20px;
	}
}

@media only screen and (min-width: 80em) {
	.page-content {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
	}
	.page-footer {
		position: relative;
		bottom: auto;
		left: auto;
	}
}

@media only screen and (min-width: 100em) {
	.cta-button {
		font-size: 30px;
		padding: 23px 50px;
		margin-top: 15vh;
	}
	.screen-title {
		font-size: 80px;
	}
	.page-footer_container {
		margin: 0 auto;
	}
}

@media only screen and (min-width: 40em) {
	.screen-title {
		font-size: 3vw;
	}
}

@media only screen and (min-width: 64em) {
	.last-screen-container {
		display: block;
		max-width: none;
		width: 100%;
	}
}

@media only screen and (min-width: 1921px) {
	.clickable-area svg {
		height: 100%;
		width: 100%;
	}
	.last-screen--bonuses .box {
		background-size: cover;
	}
	.bonuses__wrapper {
		margin-top: 7vh;
	}
	.bonuses .cta-button {
		margin-top: 4vh;
	}
}

@media screen and (max-width: 960px) {
	#section1 {
		background-image: url('../images-v2/background-mobile.jpg');
		background-position: center 70%;
	}

	.last-screen .fullscreen-bg--bonuses,
	.last-screen .fullscreen-bg--backlight,
	.last-screen .fullscreen-bg--glint,
	.last-screen .fullscreen-bg--frontlight,
	.last-screen .fullscreen-bg {
		display: none;
	}
	.box,
	.box-open {
		background-size: 170%;
		background-position: 53% 70%;
	}

	.last-screen-text {
		margin: 0 auto;
		margin-top: 10vh;
		width: 85%;
	}

	.last-screen-text .title {
		font-size: 32px;
		line-height: 37px;
		text-shadow:
			0px 1px 0px rgba(0, 0, 0, 0.45),
			0px 0px 15px rgba(255, 255, 255, 0.25);
	}

	.last-screen-text .description {
		font-size: 20px;
		line-height: 1.5;
	}

	.clickable-area {
		width: 70%;
		height: 40%;
		left: 15%;
		bottom: 25%;
		top: auto;
		cursor: pointer;
	}

	.clickable-area svg {
		display: none;
	}
	.bonuses {
		padding: 20px;
		padding-bottom: 50px;
	}
	.bonuses .title {
		max-width: 80%;
		font-size: 32px;
		line-height: 37px;
	}
	.bonuses__wrapper--wows .bonuses__logo img {
		width: 251px;
		height: 35px;
	}

	.bonuses__wrapper--wowsl .bonuses__logo img {
		width: 142px;
		height: 50px;
	}

	.bonuses__wrapper--wows .bonuses__logo::before,
	.bonuses__wrapper--wows .bonuses__logo::after {
		width: calc((100% - 251px - 40px) / 2);
	}

	.bonuses__wrapper--wowsl .bonuses__logo::before,
	.bonuses__wrapper--wowsl .bonuses__logo::after {
		width: calc((100% - 142px - 40px) / 2);
	}
	.bonuses__item {
		width: 160px;
	}
	.bonuses__item img {
		width: 150px;
		height: 150px;
	}
	.cta-button {
		padding: 13px 35px;
	}
}

@media screen and (max-width: 600px) {
	.fullpage-slide[data-anchor='main-screen'] {
		min-height: 100vh;
	}
	.legends-label_link img {
		width: 100px;
	}
	.last-screen-container {
		padding-top: 90px;
	}
	.last-screen-text {
		margin-top: 0;
	}
	.clickable-area {
		width: 80%;
		height: 30%;
		left: 11%;
		bottom: 27%;
	}
	.cta-button {
		font-size: 16px;
		padding: 13px 15px;
		min-width: 100%;
	}
	.bonuses .cta-button {
		margin-top: 30px;
	}

	.bonuses__item {
		margin-bottom: 0.5rem;
	}

	.bonuses__item img {
		width: 80px;
		height: 80px;
	}

	.box,
	.box-open {
		background-size: 190%;
		background-position: 53% 65%;
	}
	.logo {
		top: 20px;
	}
	.bonuses .title {
		margin-top: 0;
		font-size: 22px;
		line-height: 1.25;
	}
}

@media screen and (max-width: 400px) {
	.last-screen-container {
		padding-top: 2rem;
	}

	.box,
	.box-open {
		background-size: 220%;
		background-position: 53% 60%;
	}
}

@media screen and (min-aspect-ratio: 16/9) and (orientation: landscape) {
	.fullscreen-bg_video {
		width: 100%;
		height: auto;
	}
}

@media only screen and (min-height: 380px) and (min-width: 600px) and (max-width: 80em) {
	.legends-label_link img {
		width: 170px;
	}

	.legends-label {
		bottom: 200px;
	}

	.page-korean .legends-label {
		bottom: 360px;
	}

	.lang-switcher {
		margin-right: 10px;
	}

	.lang-switcher__icon {
		width: 16px;
		height: 16px;
		margin-right: 5px;
	}

	.lang-switcher__icon svg {
		width: 16px;
		height: 16px;
	}

	.lang-switcher__label {
		font-size: 14px;
	}
}

@media screen and (max-width: 48em) and (max-height: 400px) {
	.legends-label {
		bottom: 0;
	}

	.legends-label_link img {
		width: 100px;
	}
}

/* OneTrust Button styles start */
.footer-nav_item #ot-sdk-btn.ot-sdk-show-settings {
	background-color: transparent;
	border: none;
	cursor: pointer;

	display: inline-block !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #ffffff !important;
	opacity: 0.54 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	-webkit-transition: all 0.3s !important;
	-o-transition: all 0.3s !important;
	transition: all 0.3s !important;
}

.footer-nav_item #ot-sdk-btn.ot-sdk-show-settings:hover {
	opacity: 1 !important;
	text-decoration: none !important;
}

.footer-nav_item #ot-sdk-btn.ot-sdk-show-settings:active {
	text-decoration: underline !important;
}

/* OneTrust Button styles end */

.fullscreen-bg--glint {
	z-index: 2;
}
