@import url("https://fonts.googleapis.com/css?family=Montserrat&subset=latin-ext");

.fadeInUp {
	animation: a .4s forwards
}

@keyframes a {
	0% {
		opacity: 0;
		transform: translate3d(0, 2rem, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

body {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase
}

h1 {
	font-size: 2.4rem;
	line-height: 1
}

h2 {
	font-size: 1.8rem
}

h2,
h3 {
	line-height: 1.1
}

h3 {
	font-size: 1.6rem
}

h4 {
	font-size: 1.4rem
}

h4,
h5 {
	line-height: 1.1
}

h5 {
	font-size: 1.3rem
}

h6 {
	font-size: .9rem;
	line-height: 1.1
}

p {
	font-size: 1.4rem
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

html {
	font-size: 62.5%
}

body,
html {
	width: 100%;
	height: 100%
}

body {
	overflow-x: hidden;
	min-width: 320px;
	min-height: 480px;
	background: #000;
	color: #fff;
	z-index: 0
}

body.minified {
	overflow: hidden
}

a {
	text-decoration: none
}

img {
	display: block;
	max-width: 100%;
	height: auto
}

ul {
	list-style-type: disc;
	margin-left: 2rem
}

ul li {
	font-size: 1.175rem;
	margin-bottom: .5rem;
	text-align: left
}

.clearfix:after {
	content: "";
	display: block;
	clear: both
}

.transition {
	transition: all .25s ease
}

.bg__item,
.bgz {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.t-center {
	text-align: center
}

.bg-primary {
	background-color: #43f3c7
}

.bg-accent {
	background-color: #f34357
}

.c-primary {
	color: #43f3c7
}

.c-accent {
	color: #f34357
}

.adult {
	position: fixed;
	left: 0;
	bottom: 0;
	padding: .75rem 0;
	z-index: 3;
	color: #fff;
	text-transform: uppercase;
	font-size: .875rem
}

.adult,
.main {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column
}

.main {
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	padding: 1rem 1rem 4rem
}

.container,
.main {
	position: relative;
	height: 100%;
	z-index: 1
}

.container,
.header {
	width: 100%
}

.header {
	position: relative;
	margin-bottom: 3rem
}

.header span {
	width: 100%;
	line-height: 1;
	text-transform: uppercase
}

.header .logo {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem
}

.header .logo img {
	width: 1.5rem;
	height: 1.5rem;
	transform: scaleX(-1);
	margin-right: .5rem
}

.header .location {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.header .location span {
	font-size: 1rem
}

.header .heading span {
	font-size: 1.5rem
}

.header .heading span:last-of-type {
	font-weight: 700
}

.timer {
	text-align: center;
	font-size: 4rem
}

.btnbox {
	-ms-flex-direction: row;
	flex-direction: row
}

.btn,
.btnbox {
	position: relative;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.btn {
	max-width: 14rem;
	height: 4.5rem;
	padding: 0;
	margin: 0 1rem;
	color: #000;
	font-size: 1.4rem;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .1rem;
	border-radius: .5rem;
	border: none;
	overflow: hidden;
	cursor: pointer;
	outline: none
}

.btn--primary {
	background-color: #fff;
	color: #43f3c7
}

.btn--primary:hover {
	background-color: #43f3c7;
	color: #fff
}

.btn--accent {
	border: 2px solid #fff;
	color: #fff
}

.btn--accent:hover {
	border-color: #43f3c7;
	color: #43f3c7
}

.btn--block {
	width: 90%;
	height: 4.8rem;
	max-width: 24rem;
	margin: 0
}

.stepbox {
	position: relative;
	display: block;
	z-index: 1;
	overflow: hidden
}

.step,
.stepbox {
	width: 100%;
	height: 100%
}

.step {
	position: absolute;
	left: 0;
	top: 0
}

.step__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}

.step__header {
	margin-bottom: 1rem
}

.step__body {
	margin-bottom: 2rem
}

.step {
	transform: translateY(200%)
}

.step__header {
	transition: transform .4s ease 0s, opacity .4s ease 0s
}

.step__body,
.step__header {
	position: relative;
	opacity: 0;
	transform: translateY(2rem)
}

.step__body {
	transition: transform .4s ease .1s, opacity .4s ease .1s
}

.step__footer {
	transition: transform .4s ease .2s, opacity .4s ease .2s
}

.step__footer,
.step__footer .btnbox a {
	position: relative;
	opacity: 0;
	transform: translateY(2rem)
}

.step__footer .btnbox a:first-child {
	transition: transform .4s ease .2s, opacity .4s ease .2s, box-shadow .25s ease 0s, color .25s ease, background-color .25s ease, border-color .25s ease
}

.step__footer .btnbox a:nth-child(2) {
	transition: transform .4s ease 0s, opacity .4s ease 0s, box-shadow .25s ease 0s, color .25s ease, background-color .25s ease, border-color .25s ease
}

.step.active {
	transform: translateY(0)
}

.step.active .step__body,
.step.active .step__footer,
.step.active .step__footer .btnbox a,
.step.active .step__header {
	opacity: 1;
	transform: translate(0)
}

.step.hidden .step__body,
.step.hidden .step__footer,
.step.hidden .step__header {
	opacity: 0;
	transform: translateY(-2rem)
}

.bg {
	position: fixed !important;
	z-index: 0;
	transform: scale(1.02)
}

.bg,
.bg:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block
}

.bg:after {
	content: "";
	position: fixed;
	background: rgba(0, 0, 0, .4);
	z-index: 1
}

.bg__item {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transform: translateX(100%);
	opacity: 0;
	transition: opacity 2s ease
}

.bg__item.active {
	transform: translateX(0);
	opacity: 1
}

.bg-mobile {
	display: block
}

.bg-desktop {
	display: none
}

@media screen and (min-width:1024px) {
	.bg-mobile {
		display: none
	}

	.bg-desktop {
		display: block
	}
}

@media (min-width:360px) {
	html {
		font-size: 75%
	}
}

@media (min-width:768px) {
	html {
		font-size: 87.5%
	}
}

@media (min-width:1300px) {
	html {
		font-size: 100%
	}
}

@media screen and (min-width:768px) {
	.header .heading {
		max-width: 40rem;
		margin: 0 auto
	}

	.header .heading span {
		font-size: 2rem
	}

	.container {
		max-width: 40rem
	}
}

@media screen and (min-width:1024px) {
	p {
		font-size: 1.2rem;
		line-height: 1.6
	}
}