@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
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span {
	text-shadow: 0 2px 2px rgba(0, 0, 0, .6)
}

* {
	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,
.magictools ul li {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.t-center {
	text-align: center
}

.bg-primary {
	background-color: #ff3e3e
}

.bg-accent {
	background-color: #f2ff3a
}

.c-primary {
	color: #ff3e3e
}

.c-accent {
	color: #f2ff3a
}

.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-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden
}

.container,
.main {
	height: 100%;
	z-index: 1
}

.container,
.header,
.main {
	position: relative;
	width: 100%
}

.header {
	padding: 1rem;
	text-align: center;
	background: #222;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.3;
	text-transform: uppercase;
	border-bottom: 2px solid #ff3e3e
}

.header .dd {
	display: none;
	padding: 0 1rem;
	font-size: .75rem;
	top: 50%;
	transform: translateY(-50%)
}

.header .dd,
.location {
	position: absolute;
	left: 0
}

.location {
	text-align: left;
	padding: .5rem;
	top: 0
}

.city {
	text-transform: uppercase;
	text-shadow: none;
	color: #000;
	padding: .5rem;
	background: #fff;
	font-size: .8rem;
	line-height: 1;
	border-radius: 999rem;
	box-shadow: inset 0 10px #eee
}

.magictools {
	padding-bottom: 4rem;
	width: 100%
}

.magictools ul {
	width: 100%;
	height: 100%;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style-type: none
}

.magictools ul li {
	cursor: pointer;
	width: 4rem;
	height: 4rem;
	margin: 0 .5rem;
	border-radius: .5rem;
	border: 2px solid #787878;
	position: relative
}

.magictools ul li:hover {
	opacity: 1
}

.magictools ul li.active {
	border-color: #fff
}

.magictools ul li.active:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: -20px;
	border-top: 10px solid #fff;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent
}

.magictools ul.mobile {
	display: -ms-flexbox;
	display: flex
}

.magictools ul.desktop {
	display: none
}

@media screen and (min-width:1024px) {
	.magictools ul.mobile {
		display: none
	}
	.magictools ul.desktop {
		display: -ms-flexbox;
		display: flex
	}
}

.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: 12rem;
	height: 4.8rem;
	padding: 0;
	margin: 0 .5rem;
	color: #fff;
	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;
	background: #ff3e3e;
	box-shadow: 0 12px 6px -10px rgba(0, 0, 0, .8)
}

.btn:hover {
	color: #ff3e3e;
	background: #fff;
	box-shadow: 0 14px 14px -10px rgba(0, 0, 0, .5)
}

.btn--accent,
.btn:active {
	box-shadow: none
}

.btn--accent {
	background: transparent;
	border: 1px solid #ff3e3e
}

.btn--accent:hover {
	border-color: #fff
}

.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: end;
	justify-content: flex-end;
	padding: 1rem 2rem 3rem
}

.step__header {
	margin-bottom: 1rem
}

.step__body {
	margin-bottom: 2rem
}

.step {
	transform: translateY(200%)
}

.step__body,
.step__footer,
.step__header {
	position: relative;
	opacity: 0;
	transition: opacity .4s ease
}

.step__footer .btnbox a {
	position: relative;
	opacity: 0;
	transition: all .4s 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
}

.step.hidden .step__body,
.step.hidden .step__footer,
.step.hidden .step__header {
	opacity: 0
}

.bg {
	position: fixed!important
}

.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: rgba(0, 0, 0, .4)
}

.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: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) {
	.secure {
		transform: scale(1)
	}
	.stepbox {
		max-width: 38rem;
		margin: 0 auto
	}
	.step__inner {
		-ms-flex-pack: center;
		justify-content: center
	}
	.magictools {
		position: absolute;
		left: 0;
		top: 0;
		width: 5rem;
		height: 100%;
		z-index: 2;
		padding: 0
	}
	.magictools ul {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.magictools ul li {
		margin-bottom: 1rem
	}
	.magictools ul li.active:before {
		content: "";
		display: block;
		position: absolute;
		left: auto;
		bottom: auto;
		top: 50%;
		right: -20px;
		transform: translateY(-50%);
		border-top: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid #fff
	}
}

@media screen and (min-width:1280px) {
	.location {
		left: auto;
		right: 0
	}
	.header {
		padding: 1rem 10rem
	}
	.header .dd {
		display: block
	}
}