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

.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", sans-serif;
	font-size: 16px;
	line-height: 1.4
}

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

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

h2,
h3 {
	font-size: 1.6rem
}

h2,
h3,
h4 {
	line-height: 1.1
}

h4 {
	font-size: 1.4rem
}

h5 {
	font-size: 1.3rem
}

h5,
h6 {
	line-height: 1.1
}

h6 {
	font-size: 20px;
}

p {
	font-size: 18px;
}

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

html {
	font-size: 62.5%
}

body,
html {
	width: 100%;
	height: 100%
}

body {
	overflow-x: hidden;
	min-width: 320px;
	min-height: 480px;
	background: #fff;
	color: #000;
	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: #000
}

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

.c-primary {
	color: #000
}

.c-accent {
	color: #fff
}

.adult {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: .75rem 0;
	z-index: 3;
	color: #000;
	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-image: radial-gradient(at 63% 47%, rgba(214, 133, 146, .8) 0, transparent 50%), radial-gradient(at 31% 4%, rgba(120, 17, 52, .7) 0, transparent 50%), radial-gradient(at 60% 14%, rgba(196, 39, 65, .6) 0, transparent 50%), radial-gradient(at 38% 94%, rgba(120, 17, 52, .7) 0, transparent 50%), radial-gradient(at 44% 67%, rgba(214, 133, 146, .5) 0, transparent 50%), radial-gradient(at 85% 33%, rgba(196, 39, 65, .6) 0, transparent 50%), radial-gradient(at 39% 41%, hsla(51, 7%, 81%, .5) 0, transparent 50%);
	background-color: #79113b
}

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

@media screen and (min-width:1280px) {
	.container {
		max-width: 60rem
	}
}

.gurl {
	width: 18rem;
	height: 18rem;
	margin: 0 auto;
	border-radius: 999rem;
	box-shadow: 0 0 0 6px rgba(240, 244, 246, .4)
}

@media screen and (min-width:1280px) {
	.gurl {
		position: absolute;
		right: 1rem;
		top: 50%;
		transform: translateY(-50%)
	}
}

.step__bg,
.step__bg-item {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0
}

.step__bg-item {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 100%
}

.step__bg-item-top {
	transform: rotate(180deg)
}

.step__bg-m {
	display: block
}

@media screen and (min-width:1024px) {
	.step__bg-m {
		display: none
	}
}

.step__bg-l {
	display: none
}

@media screen and (min-width:1024px) {
	.step__bg-l {
		display: block
	}
}

@media screen and (min-width:1280px) {
	.step__bg-l {
		display: none
	}
}

.step__bg-xl {
	position: fixed;
	transform: translateY(0);
	display: none
}

@media screen and (min-width:1280px) {
	.step__bg-xl {
		display: block
	}
}

.eye {
	position: absolute;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2.5rem;
	height: 3.5rem;
	right: 0;
	top: 0;
	z-index: 2;
	opacity: .25;
	cursor: pointer
}

.eye.active {
	opacity: .75
}

.eye img {
	width: 1.5rem;
	height: 1.5rem
}

.eye~input#password {
	padding-right: 2.5rem
}

.label span {
	text-shadow: none
}

.tos {
	font-size: .8rem
}

.tos a {
	color: #ddd;
	padding: 0 .5rem
}

.email-address,
.tos a {
	text-decoration: underline
}

.email-address {
	color: #09f
}

.quest {
	position: relative;
	z-index: 1
}

.email-tooltip {
	display: none;
	min-width: 16rem;
	position: absolute;
	bottom: -26px;
	left: 50%;
	transform: translateX(-50%);
	padding: .5rem 1.25rem;
	background: #000;
	color: #fff;
	border-radius: .5rem;
	text-align: center;
	font-size: 11px;
	cursor: pointer
}

@media screen and (min-width:1280px) {
	.email-tooltip {
		font-size: 12px
	}
}

.email-tooltip.active {
	display: inline-block
}

.email-tooltip code {
	display: inline
}

.email-tooltip:before {
	content: "";
	display: block;
	position: absolute;
	width: 1rem;
	height: 1rem;
	background: inherit;
	right: 50%;
	bottom: -.5rem;
	transform: rotate(-45deg)
}

.email-tooltip .ignor-tooltip {
	display: none
}

.main-header__logo {
	padding-top: 1rem;
	width: 250px
}

@media screen and (max-width:500px) {
	.main-header__logo {
		width: 180px
	}
}

.main-header__logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.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;
	gap: 10px;
}

.btn {
	width: auto;
	min-width: 10.2rem;
	height: 4.8rem;
	padding: 0 1rem;
	margin: 0 .5rem;
	color: #fff;
	font-size: 1.25rem;
	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,
.btn:before {
	transition: all .25s ease
}

.btn:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-image: linear-gradient(270deg, hsla(0, 0%, 100%, .15), transparent);
	transform: skewX(24deg) translateX(0)
}

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

.btn:hover:before {
	transform: skewX(24deg) translateX(0) scaleX(5)
}

.btn:active {
	box-shadow: none
}

@media screen and (min-width:1280px) {
	.btn {
		font-size: 1rem;
		min-width: 9.2rem;
		height: 4.2rem
	}
}

.btn--primary {
	background-image: linear-gradient(90deg, #5c0a2a, #e8465a)
}

.btn--accent {
	background: #51ddb6;
	opacity: .2 !important
}

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

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

.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: center;
	justify-content: center;
	padding: 1rem 1rem 8rem
}

@media screen and (min-width:1280px) {
	.step__inner {
		padding: 2rem 24rem 2rem 2rem
	}
}

.step__header {
	margin-bottom: 2rem;
	position: relative
}

@media screen and (min-width:1280px) {
	.step__header {
		position: static
	}
}

.step__body {
	width: 100%;
	position: relative;
	margin: 0 auto 2rem;
	background: rgba(240, 244, 246, .7);
	padding: 1.5rem 1rem;
	border-radius: .5rem
}

@media screen and (min-width:768px) {
	.step__body {
		max-width: 40rem
	}
}

.step__body p {
	margin-top: .5rem
}

.step__footer {
	position: relative
}

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

.step {
	transform: translateY(100%);
	transition: transform .5s ease
}

@media screen and (min-width:1280px) {
	.step {
		transform: translateY(0) translateX(100%)
	}
}

.step.active {
	transform: translateY(0)
}

@media screen and (min-width:1280px) {
	.step.active {
		transform: translateY(0) translateX(0)
	}
}

.step.hidden {
	transform: translateY(-100%)
}

@media screen and (min-width:1280px) {
	.step.hidden {
		transform: translateY(0) translateX(-100%)
	}
}

.cssload-container {
	display: none;
	width: 30px;
	height: 30px;
	text-align: center
}

.cssload-speeding-wheel {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	border: 3px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: b 575ms infinite linear;
	-o-animation: b 575ms infinite linear;
	-ms-animation: b 575ms infinite linear;
	-webkit-animation: b 575ms infinite linear;
	-moz-animation: b 575ms infinite linear
}

@keyframes b {
	to {
		transform: rotate(1turn)
	}
}

form {
	width: 100%;
	height: 100%
}

.envelope {
	margin: 0 auto 1rem;
	width: 5rem
}

.step {
	border-radius: 1rem
}

.step.last .step__header {
	margin-bottom: 0
}

.step.last .step__body {
	padding: 2rem 1rem;
	background: #fff;
	color: #000;
	border-radius: 1.5rem;
	box-shadow: 0 18px 18px -10px rgba(0, 0, 0, .5);
	text-align: center
}

.step.last .step__body h2 {
	margin-bottom: 1rem
}

.main.active .container__inner {
	transition: all .25s ease 0;
	box-shadow: none !important;
	background: none !important
}

.main.active .location {
	display: none
}

.main__backdrop {
	display: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	filter: blur(3px);
	transform: scale(1.1)
}

.main__backdrop,
.step__backdrop:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 1rem
}

.step__backdrop:after {
	content: "";
	display: block;
	background: hsla(0, 0%, 100%, .5)
}

.btn.disabled {
	box-shadow: none;
	transition: all 0s !important;
	opacity: .5 !important;
	pointer-events: none
}

h5 {
	margin-bottom: 1rem
}

.floating-label {
	width: 100%;
	display: inline-block;
	position: relative;
	text-align-last: left
}

.floating-label input,
.floating-label select {
	display: inline-block;
	position: relative;
	width: 100%;
	border-radius: .5rem;
	border: none;
	height: 3.5rem;
	padding: 10px;
	background: #e5e5e5;
	transition: all .25s ease
}

.floating-label input:focus,
.floating-label select:focus {
	box-shadow: none
}

.floating-label input {
	margin-bottom: 5px
}

.floating-label input.error {
	box-shadow: none
}

.floating-label span.label {
	position: absolute;
	left: 10px;
	top: 12px;
	font-size: 14px;
	transition: all .25s ease;
	color: #000;
	text-shadow: none
}

.floating-label.active span.label {
	font-size: 12px;
	transform: translate(-10px, -35px);
	color: #000
}

span.error {
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 14px;
	text-shadow: none;
	padding: 2px 5px;
	background: #db2828;
	border-radius: 5px
}

span.error.active {
	display: inline-block
}

@media screen and (min-width:768px) {

	.eye,
	.floating-label input,
	.floating-label select {
		height: 3rem
	}

	.floating-label span.label {
		top: 15px
	}
}

@media screen and (min-width:1440px) {
	.floating-label span.label {
		top: 15px
	}
}

.flying-image {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	bottom: 0;
	font-size: 3rem;
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .3))
}

@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%
	}
}