@import "https://fonts.googleapis.com/css?family=Fira+Sans:400,700";
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

a {
	text-decoration: none;
	cursor: pointer!important
}

ul li {
	list-style: none
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%
}

body {
	font-family: fira sans, Arial, sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	line-height: 1.4;
	color: #fff;
	background: #000
}

:focus {
	outline: 0
}

video {
	position: fixed;
	z-index: -1;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden
}

.wrapper {
	margin: 0 auto;
	position: relative
}

.steps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	overflow: hidden
}

.step {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	margin-top: 6rem
}

.step-wrapper {
	max-width: 960px;
	width: 90%;
	margin: 5rem auto 2rem;
	text-align: center
}

.step .content .text {
	font-size: 4.6rem;
	margin-bottom: 20rem;
	line-height: 1.1;
	text-transform: uppercase;
	color: #19b2d5;
	font-weight: 700
}

.step .step-title {
	margin-bottom: 4rem;
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 1.1
}

.step .step-title p {
	font-size: 2rem;
	font-weight: 400
}

.answer .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.answer .list li {
	width: 38%;
	margin: 2rem;
	font-size: 2.4rem;
	font-weight: 700
}

.answer .list a {
	display: block;
	background: #19b2d5;
	border: 2px solid #19b2d5;
	color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 5px;
	padding: 2.5rem 0;
	position: relative
}

.answer .list a:hover,
.answer .list .active .option {
	color: #19b2d5;
	background-color: #fff
}

.btn-block .btn {
	color: #fff;
	font-size: 5rem;
	font-weight: 700;
	line-height: 4rem;
	background-color: #19b2d5;
	padding: .8rem 1.3rem;
	border-radius: 8px;
	display: inline-block
}

.btn-block .btn span {
	font-size: 2.5rem;
	display: inline-block;
	vertical-align: middle
}

.btn-prev {
	float: left;
	margin-left: 3rem
}

.next {
	float: right;
	margin-right: 3rem
}

.final-step .step-wrapper {
	text-align: left;
	max-width: 600px;
	padding: 2rem
}

.final-step .step-title {
	margin-bottom: 2rem
}

.final-step .step-title p {
	display: none;
	font-size: 2.6rem;
	font-weight: 700
}

.final-step .step-title p:first-child {
	display: block
}

.final-step .result li {
	display: none;
	font-size: 2.2rem;
	position: relative
}

.final-step .result li:before,
.final-step .result li:after {
	content: '';
	display: block;
	position: absolute
}

.final-step .result li:before {
	left: -3.5rem;
	top: 0;
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 50%;
	background-color: #19b2d5
}

.final-step .result li:after {
	width: 1rem;
	height: .6rem;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	left: -2.9rem;
	top: .6rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.final-step .rules-title {
	font-weight: 700;
	margin: 2rem 0 .5rem
}

.final-step .rules {
	display: none;
	font-size: 2rem
}

.show {
	display: block!important
}

.final-step .btn-block {
	display: none;
	text-align: center
}

.final-step .btn-start {
	margin: 0 auto;
	padding: 1rem 3rem
}

@media(max-width:960px) {
	html {
		font-size: 55%
	}
	.answer .list li {
		width: 80%;
		margin: 1rem;
		font-size: 2rem
	}
	.answer .list a {
		padding: .5rem 0
	}
}

@media(max-width:600px) {
	html {
		font-size: 50%
	}
	.step {
		margin-top: 0
	}
}