@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.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: .9rem;
	line-height: 1.1
}

@media screen and (min-width:1280px) {
	h6 {
		font-size: .75rem
	}
}

p {
	font-size: 1.35rem
}

@media screen and (min-width:1280px) {
	p {
		font-size: 1rem
	}
}

* {
	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: #111;
	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,
.gurl {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

.t-center {
	text-align: center
}

.bg-primary {
	background-color: #ff1f71
}

.bg-accent {
	background-color: #fff
}

.c-primary {
	color: #ff1f71
}

.adult,
.c-accent {
	color: #fff
}

.adult {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: .75rem 0;
	z-index: 3;
	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
}

.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-color: #ff99c9;
	background-image: radial-gradient(at 56% 97%, #c981df 0, transparent 50%), radial-gradient(at 60% 21%, #9294fc 0, transparent 50%), radial-gradient(at 31% 22%, #e1897a 0, transparent 50%), radial-gradient(at 17% 6%, #d3a6ed 0, transparent 50%), radial-gradient(at 67% 69%, #e05789 0, transparent 50%), radial-gradient(at 12% 91%, #9871f4 0, transparent 50%), radial-gradient(at 60% 28%, #e2a5e9 0, transparent 50%);
	padding: 4rem 1rem 5rem
}

.container,
.main {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1
}

.container {
	max-width: 36rem;
	max-height: 54rem
}

@media screen and (min-width:1280px) {
	.container {
		max-width: 54rem;
		max-height: 36rem
	}
}

.cirlce {
	position: absolute;
	border-radius: 999rem
}

.cirlce-1 {
	width: 32rem;
	height: 32rem;
	left: -25%;
	top: -25%;
	background: hsla(0, 0%, 100%, .1);
	box-shadow: inset 0 5px 20px hsla(0, 0%, 100%, .2);
	border-top: 1px solid hsla(0, 0%, 100%, .5);
	transform: rotate(180deg)
}

@media screen and (min-width:768px) {
	.cirlce-1 {
		left: -10%;
		top: -10%
	}
}

@media screen and (min-width:1280px) {
	.cirlce-1 {
		top: -20%;
		left: 0
	}
}

@media screen and (min-width:1920px) {
	.cirlce-1 {
		width: 42rem;
		height: 42rem;
		top: -10%;
		left: 15%
	}
}

.cirlce-2 {
	width: 30rem;
	height: 30rem;
	right: -25%;
	top: 25%;
	background: hsla(0, 0%, 100%, .1);
	box-shadow: inset 0 5px 20px hsla(0, 0%, 100%, .2);
	border-top: 1px solid hsla(0, 0%, 100%, .5);
	transform: rotate(210deg)
}

@media screen and (min-width:1024px) {
	.cirlce-2 {
		width: 40rem;
		height: 40rem;
		right: -15%;
		top: 15%
	}
}

@media screen and (min-width:1280px) {
	.cirlce-2 {
		right: -25%;
		top: 25%
	}
}

@media screen and (min-width:1920px) {
	.cirlce-2 {
		right: 5%;
		top: 10%
	}
}

@media screen and (min-width:2560px) {
	.cirlce-2 {
		right: 15%;
		top: 10%
	}
}

.cirlce-3 {
	width: 28rem;
	height: 28rem;
	left: -25%;
	bottom: -25%;
	background: hsla(0, 0%, 100%, .1);
	box-shadow: inset 0 5px 20px hsla(0, 0%, 100%, .2);
	border-top: 1px solid hsla(0, 0%, 100%, .5)
}

@media screen and (min-width:768px) {
	.cirlce-3 {
		left: -15%;
		bottom: -15%
	}
}

@media screen and (min-width:1024px) {
	.cirlce-3 {
		left: -25%;
		bottom: -25%
	}
}

@media screen and (min-width:1280px) {
	.cirlce-3 {
		left: -15%;
		bottom: -20%
	}
}

@media screen and (min-width:1920px) {
	.cirlce-3 {
		left: 15%;
		bottom: -20%
	}
}

@media screen and (min-width:2560px) {
	.cirlce-3 {
		left: 25%;
		bottom: -10%
	}
}

.gurl {
	width: 100%;
	height: 100%
}

.gurl-m {
	display: block
}

@media screen and (min-width:1280px) {
	.gurl-m {
		display: none
	}
}

.gurl-d {
	display: none
}

@media screen and (min-width:1280px) {
	.gurl-d {
		display: block
	}
}

.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.8rem;
	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;
	border: none;
	cursor: pointer;
	outline: none;
	background: hsla(0, 0%, 100%, .1);
	border: 1px solid hsla(0, 0%, 100%, .25);
	border-top: 1px solid hsla(0, 0%, 100%, .5);
	border-left: 1px solid hsla(0, 0%, 100%, .5);
	box-shadow: 0 25px 45px rgba(0, 0, 0, .05)
}

@media screen and (min-width:1280px) {
	.btn {
		font-size: 1.15rem;
		height: 4.4rem
	}
}

.btn--primary {
	background: #ff1f71;
	box-shadow: 0 0 0 #ff1f71, 0 0 20px #ff1f71, 0 0 40px #ff1f71, 0 0 80px #ff1f71
}

.btn--primary:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-image: linear-gradient(270deg, hsla(0, 0%, 100%, .15), transparent);
	transform: skewX(25deg) translateX(0)
}

.btn--accent {
	opacity: .85 !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.9rem
	}
}

.stepbox {
	position: relative;
	display: block;
	z-index: 1
}

.step,
.stepbox {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.step {
	position: absolute;
	left: 0;
	top: 0;
	background: hsla(0, 0%, 100%, .1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 1rem;
	border: 1px solid hsla(0, 0%, 100%, .25);
	border-top: 1px solid hsla(0, 0%, 100%, .5);
	border-left: 1px solid hsla(0, 0%, 100%, .5);
	box-shadow: 0 25px 45px rgba(0, 0, 0, .05)
}

.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: 0 0 4rem
}

@media screen and (min-width:1280px) {
	.step__inner {
		padding-left: 45%
	}
}

.step__header {
	position: relative;
	-ms-flex: 1;
	flex: 1;
	margin-bottom: 2rem
}

@media screen and (min-width:1280px) {
	.step__header {
		margin-bottom: 0;
		position: absolute;
		left: 0;
		top: 0;
		width: 45%;
		height: 100%
	}
}

.step__body {
	position: relative;
	padding: 0 1rem;
	margin-bottom: 3rem
}

.step__body p {
	margin-top: 1rem
}

.step__footer {
	padding: 0 1rem;
	position: relative
}

.step.hidden .next {
	pointer-events: none
}

.step {
	transform: translateX(150%);
	transition: transform .35s ease
}

@media screen and (min-width:1280px) {
	.step {
		transition: transform 0s ease, opacity .25s ease;
		opacity: 0
	}
}

.step.active {
	transform: translateX(0)
}

@media screen and (min-width:1280px) {
	.step.active {
		opacity: 1
	}
}

.step.hidden {
	transform: translateX(150%)
}

@media screen and (min-width:1280px) {
	.step.hidden {
		opacity: 0
	}
}

@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%
	}
}