@font-face {
	font-family: "Montserrat";
	src:url("montserrat_reg.ttf") format("woff");
}

body {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 1.4
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase
}

h1 {
	font-size: 2.6rem;
	line-height: 1
}

h2 {
	font-size: 2rem
}

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: 1.5rem;
	line-height: 1.1
}

p {
	font-size: 1.35rem
}


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

html {
	font-size: 62.5%
}

@media (min-width:360px) {
	html {
		font-size: 75%
	}
}

@media (min-width:768px) {
	html {
		font-size: 87.5%
	}
}

@media (min-width:1280px) {
	html {
		font-size: 100%
	}
}

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
}

.bgz,
.gurlbox__img,
.overlay {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.t-center {
	text-align: center
}

.bg-primary {
	background-color: #000
}

.bg-accent {
	background-color: #fff
}

.c-primary {
	color: #000
}

.adult,
.c-accent {
	color: #fff
}

.adult {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: .75rem 0;
	z-index: 4;
	text-transform: uppercase;
	font-size: .875rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column
}

@media screen and (min-width:1280px) {
	.adult {
		width: calc(100% - 40rem)
	}
}

.adult span {
	text-shadow: none
}

.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;
	background: #0e0300
}

.container,
.main {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1
}

.header {
	width: 100%;
	height: 5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 1rem;
	z-index: 3
}

@media screen and (min-width:1280px) {
	.header {
		position: fixed;
		top: 0;
		left: 0;
		-ms-flex-pack: start;
		justify-content: start
	}
}

.gurlbox {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	overflow: auto;
	z-index: 1;
	padding: .25rem;
	background: #0e0300
}

@media screen and (min-width:1280px) {
	.gurlbox {
		position: absolute;
		width: 40rem;
		overflow-x: hidden;
		left: auto;
		right: 0;
		z-index: 2
	}
}

.gurlbox__item {
	width: 33.33%;
	padding: .25rem;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer
}

.gurlbox__img {
	width: 100%;
	height: 100%;
	border-radius: 20px
}

.gurlbox__thumb {
	width: calc(100% - .5rem);
	position: absolute;
	bottom: .25rem;
	left: .25rem;
	padding: 1rem;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	border-radius: 0 0 20px 20px;
	background: linear-gradient(transparent, #000);
	cursor: pointer
}

.overlay {
	width: 100px;
	height: 100px;
	background-color: #0e0300;
	left: 50%;
	top: 50%;
	position: fixed;
	margin: -50px;
	transform: scale(0);
	border-radius: 999px;
	transition: all .25s ease;
	z-index: 1
}

@media screen and (min-width:1280px) {
	.overlay {
		width: calc(100% - 40rem);
		height: 100%;
		transform: scale(1);
		border-radius: 0;
		left: 0;
		top: 0;
		margin: 0
	}
}

.overlay:before {
	content: "";
	display: block;
	position: fixed;
	background: linear-gradient(rgba(14, 3, 0, .65), transparent, #0e0300);
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

@media screen and (min-width:768px) {
	.overlay:before {
		background: rgba(14, 3, 0, .65)
	}
}

.overlay.active {
	width: 100%;
	height: 100%;
	transform: scale(1);
	border-radius: 0;
	left: 0;
	top: 0;
	margin: 0
}

.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: auto;
	min-width: 10.5rem;
	height: 4.6rem;
	padding: 0 1rem;
	margin: 0 .5rem;
	color: #fff;
	font-size: 1.4rem;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .1rem;
	border-radius: 10rem;
	overflow: hidden;
	border: none;
	cursor: pointer;
	outline: none;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .2)
}

.btn:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.btn:active {
	box-shadow: none
}

@media screen and (min-width:1280px) {
	.btn {
		font-size: 1.25rem
	}
}

.btn--primary {
	background: linear-gradient(90deg, #2bffba, #03bb5e)
}

.btn--accent {
	background: #000;
	opacity: .5 !important
}

.btn--block {
	width: auto;
	min-width: 18rem;
	height: 5.3rem;
	margin: 0
}

@media screen and (min-width:1280px) {
	.btn--block {
		min-width: 16rem;
		height: 4.6rem
	}
}

.stepbox {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	z-index: 1;
	overflow: hidden;
	transform: translateX(200%)
}

.stepbox.active {
	transform: translateX(0)
}

@media screen and (min-width:768px) {
	.stepbox {
		max-width: 40rem;
		margin: 0 auto
	}
}

@media screen and (min-width:1280px) {
	.stepbox {
		width: 100%;
		max-width: calc(100% - 40rem);
		left: 0;
		top: 0;
		position: absolute;
		transform: translateX(0)
	}
}

.step {
	position: absolute;
	left: 0;
	top: 0
}

.step,
.step__inner {
	width: 100%;
	height: 100%
}

.step__inner {
	position: relative;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem 2rem 6rem
}

@media screen and (min-width:768px) {
	.step__inner {
		padding: 1rem;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media screen and (min-width:1280px) {
	.step__inner {
		max-width: 36rem;
		margin: 0 auto
	}
}

@media screen and (max-width:1000px) {
    .step__inner {
        background: #00000040;
    }
}

.step__header {
	margin-bottom: 0.5rem
}

.step__body {
	margin-bottom: 2rem
}

.step.hidden .next {
	pointer-events: none
}

.step {
	transform: translateY(200%)
}

.step__header {
	transition: transform .25s ease 0s, opacity .25s ease 0s
}

.step__body,
.step__header {
	position: relative;
	opacity: 0;
	transform: translateY(2rem)
}

.step__body {
	transition: transform .25s ease .1s, opacity .25s ease .1s
}

.step__footer {
	transition: transform .25s ease .2s, opacity .25s ease .2s
}

.step__footer,
.step__footer .btnbox a {
	position: relative;
	opacity: 0;
	transform: translateY(2rem)
}

.step__footer .btnbox a:first-child {
	transition: transform .25s ease .2s, opacity .25s ease .2s, box-shadow .25s ease 0s
}

.step__footer .btnbox a:nth-child(2) {
	transition: transform .25s ease 0s, opacity .25s ease 0s, box-shadow .25s ease 0s
}

.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)
}