@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: 2rem;
	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: #333;
	color: #fff;
	z-index: 0
}

body.minified {
	overflow: hidden
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.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
}

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
}

.adult {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1rem;
	z-index: 3;
	color: #fff;
	text-transform: uppercase;
	font-size: .875rem
}

.main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	overflow: hidden
}

.container,
.main {
	position: relative;
	width: 100%;
	height: 100%
}

.container {
	z-index: 1
}

.c-primary {
	color: #fa324e
}

.heading {
	top: 0;
	z-index: 2;
	padding: 2rem
}

.heading,
.waves {
	width: 100%;
	position: absolute;
	left: 0
}

.waves {
	display: none;
	height: 0;
	bottom: 0
}

.waves--mobile {
	display: block
}

.waves--mobile .wave {
	transform: translateY(200rem)
}

.waves--desktop {
	display: none
}

.waves--desktop .wave {
	transform: translateX(-200rem)
}

.wave {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0
}

.wave.slide-in-up {
	transform: translateY(0)
}

.wave.slide-in-left {
	transform: translateX(0)
}

.wave .svgbox {
	height: 100%;
	position: absolute
}

.wave svg {
	width: 100%;
	height: 100%
}

.wave-1 {
	transition: transform 1s ease .2s;
	background: #41354c
}

.wave-1.slide-in-up {
	transition: transform 1s ease .1s
}

.wave-1 .svgbox {
	width: 100%;
	height: 10rem;
	top: -10rem;
	left: 0
}

.wave-2 {
	transition: transform 1s ease .1s;
	background: #3a3044
}

.wave-2.slide-in-up {
	transition: transform 1s ease .2s
}

.wave-2 .svgbox {
	width: 100%;
	height: 4rem;
	top: -4rem;
	left: 0
}

.wave-3 {
	transition: transform 1s ease .2s;
	background: #41354c
}

.wave-3.slide-in-left {
	transition: transform 1s ease .1s
}

.wave-3 .svgbox {
	width: 10rem;
	height: 100%;
	top: 0;
	right: -10rem
}

.wave-4 {
	transition: transform 1s ease .1s;
	background: #3a3044
}

.wave-4.slide-in-left {
	transition: transform 1s ease .2s
}

.wave-4 .svgbox {
	width: 10rem;
	height: 100%;
	top: 0;
	right: -10rem
}

.btnbox {
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row
}

.btn,
.btnbox {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.btn {
	width: 8rem;
	height: 8rem;
	padding: 0;
	margin: 0 1rem;
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .1rem;
	border-radius: 10rem;
	border: none;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	background: #fa324e;
	box-shadow: 8px 8px 0 rgba(0, 0, 0, .8)
}

.btn:hover {
	box-shadow: 4px 4px 0 rgba(0, 0, 0, .8);
	top: 2px
}

.btn:active {
	box-shadow: none;
	top: 4px
}

.btn span {
	transform: skewX(10deg)
}

.btn--accent {
	opacity: .2!important
}

.btn--block {
	border-radius: 0;
	width: 90%;
	height: 4.8rem;
	max-width: 24rem;
	margin: 0
}

.stepbox {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	z-index: 1;
	overflow: hidden
}

.step {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 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: end;
	justify-content: flex-end;
	padding: 2rem 2rem 5rem
}

.step__header {
	margin-bottom: 1rem
}

.step__body {
	margin-bottom: 2rem
}

.step:first-child .step__header {
	margin-bottom: 0
}

.step.active .step__header {
	display: block
}

.step {
	transform: translateY(200%);
	transition: translateY .25s ease
}

.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 {
	position: relative;
	opacity: 0;
	transform: translateY(2rem);
	transition: transform .4s ease .2s, opacity .4s ease .2s
}

.step__footer .btnbox a {
	position: relative;
	opacity: 0;
	transform: translateY(2rem) skewX(-10deg) rotate(-1deg)
}

.step__footer .btnbox a:first-child {
	transition: transform .4s ease .2s, opacity .4s ease .2s, box-shadow .25s ease 0s
}

.step__footer .btnbox a:nth-child(2) {
	transition: transform .4s ease 0s, opacity .4s ease 0s, box-shadow .25s ease 0s
}

.step.active {
	transform: translateY(0)
}

.step.active .step__body,
.step.active .step__footer,
.step.active .step__header {
	opacity: 1;
	transform: translate(0)
}

.step.active .step__footer .btnbox a {
	opacity: 1;
	transform: translate(0) skewX(-10deg) rotate(-1deg)
}

.step.hidden .step__body,
.step.hidden .step__footer,
.step.hidden .step__header {
	opacity: 0;
	transform: translateY(-2rem)
}

.bg {
	position: fixed!important;
	transform: scale(1.02)
}

.bg,
.bg:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	display: block
}

.bg:after {
	content: "";
	position: fixed;
	background: linear-gradient(45deg, rgba(0, 0, 0, .4) 25%, rgba(0, 0, 0, .2) 0) 0 0, linear-gradient(45deg, rgba(0, 0, 0, .2) 75%, rgba(0, 0, 0, .4) 0) 0 0, linear-gradient(45deg, rgba(0, 0, 0, .2) 75%, rgba(0, 0, 0, .4) 0) -2px 2px, linear-gradient(45deg, rgba(0, 0, 0, .4) 25%, rgba(0, 0, 0, .2) 0) 2px -2px;
	background-size: 4px 4px
}

.bg.blur .bg__item {
	filter: blur(4px);
	transform: scale(1.2) translateY(100%)
}

.bg.blur .bg__item.active {
	transform: scale(1.2) translateY(0)
}

.bg__item {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transform: translateY(100%);
	opacity: 0;
	transition: opacity .5s ease
}

.bg__item.active {
	transform: translateY(0);
	opacity: 1
}

.bg__item.lazyload {
	animation: fadeInBg .5s linear
}

.bg-mobile {
	display: block
}

.bg-desktop {
	display: none
}

@media screen and (min-width:768px) {
	.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:1024px) {
	.container,
	.heading {
		max-width: 50%
	}
	.heading {
		padding: 3rem
	}
	.waves {
		height: 100%
	}
	.waves--mobile {
		display: none
	}
	.waves--desktop {
		display: block
	}
	.step__inner {
		padding: 1rem 3rem 5rem
	}
}

@media screen and (min-width:1280px) {
	h1 {
		font-size: 3rem
	}
}

@media screen and (min-width:1440px) {
	.container,
	.heading {
		max-width: 40%
	}
}

@media screen and (min-width:1920px) {
	h1 {
		font-size: 3.5rem
	}
}