/*
v28/04/2022
*/
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Poppins:wght@400;700&display=swap");
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:focus {
	outline: 0;
}
img {
	border: none;
}
iframe {
	width: 100%;
}
ol,
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	cursor: pointer !important;
}
body,
html {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
body {
	background-size: cover;
	font-family: "roboto", sans-serif;
	font-weight: 900;
	font-style: normal;
	background: rgba(6, 4, 46);
	color: #fff;
}
header {
	position: absolute;
	width: 100%;
	left: 0;
	top: -2px;
	text-align: center;
	z-index: 99;
}
header img {
	display: inline-block;
	margin: 0px auto;
	max-width: 360px;
}
.wrap {
	height: 100%;
}
.step-item {
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0;
	transform: scale(0.2);
}
.in {
	animation: in ease 0.5s forwards;
}
@keyframes in {
	0% {
		transform: scale(0.2);
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.media {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 50% 50%;
	gap: 10px 10px;
	padding: 20px 10px;
}
.media div {
	overflow: hidden;
}
.media .pic {
	background-size: cover;
}
video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#formVideo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0.3;
}
.inner {
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: 50% 50%;
	align-items: center;
	justify-content: center;
	justify-items: center;
}
.inner .btnNext {
	display: block;
	font-size: 2rem;
	letter-spacing: -1px;
	line-height: 0.9;
	color: #ffffff;
	background: rgb(116, 57, 196);
	background: -moz-linear-gradient(87deg, rgba(116, 57, 196, 1) 0%, rgba(149, 68, 252, 1) 100%);
	background: -webkit-linear-gradient(87deg, rgba(116, 57, 196, 1) 0%, rgba(149, 68, 252, 1) 100%);
	background: linear-gradient(87deg, rgba(116, 57, 196, 1) 0%, rgba(149, 68, 252, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7439c4",endColorstr="#9544fc",GradientType=1);
	padding: 10px 20px;
	font-style: italic;
	box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 1);
	width: fit-content;
	cursor: pointer;
	transition: all 0.2s linear;
	min-width: 240px;
	max-width: 360px;
}
.inner span:hover {
	transform: scale(1.1);
}
.copy {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	font-size: 2rem;
	letter-spacing: -2px;
	line-height: 0.9;
	color: #ffffff;
	background: rgb(116, 57, 196);
	background: -moz-linear-gradient(87deg, rgba(116, 57, 196, 1) 0%, rgba(149, 68, 252, 1) 100%);
	background: -webkit-linear-gradient(87deg, rgba(116, 57, 196, 1) 0%, rgba(149, 68, 252, 1) 100%);
	background: linear-gradient(87deg, rgba(116, 57, 196, 1) 0%, rgba(149, 68, 252, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7439c4",endColorstr="#9544fc",GradientType=1);
	padding: 10px 90px;
	font-style: italic;
	font-weight: 900;
	box-shadow: 9px 9px 0px 0px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 9px 9px 0px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 9px 9px 0px 0px rgba(0, 0, 0, 1);
	width: max-content;
}
[data-step="8"] .copy {
	background: unset;
	box-shadow: unset;
}
.copy span {
	color: #fff;
}
break::before {
	content: "\A";
	white-space: pre;
}
[data-step="7"] p {
	opacity: 0;
	transition: all 0.2s linear;
	margin-top: 15px;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
}
[data-step="7"] p span {
	display: block;
}
.meter {
	width: 90%;
	max-width: 520px;
	height: 20px;
	position: relative;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 20px;
	display: block;
	margin: 20px auto 50px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 17px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 17px 5px rgba(0, 0, 0, 0.5);
}
.meter > span {
	display: block;
	height: 100%;
	background: linear-gradient(
		90deg,
		#ffd33d,
		#ea4aaa 17%,
		#b34bff 34%,
		#01feff 51%,
		#ffd33d 68%,
		#ea4aaa 85%,
		#b34bff
	);
	background-size: 300% 100%;
	-webkit-animation: progress-animation 2s linear infinite;
	animation: progress-animation 2s linear infinite;
	position: relative;
	overflow: hidden;
}
@-webkit-keyframes progress-animation {
	0% {
		background-position: 100%;
	}
	100% {
		background-position: 0;
	}
}
@keyframes progress-animation {
	0% {
		background-position: 100%;
	}
	100% {
		background-position: 0;
	}
}
@keyframes border-flicker {
	0% {
		opacity: 0.1;
	}
	2% {
		opacity: 1;
	}
	4% {
		opacity: 0.1;
	}
	8% {
		opacity: 1;
	}
	70% {
		opacity: 0.7;
	}
	100% {
		opacity: 1;
	}
}
/* form */
kbd,
textarea,
select,
input {
	font-family: "Poppins", sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea {
	height: 100px !important;
}
::placeholder {
	color: #000000;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
.input.is-danger,
.select.is-danger,
.textarea.is-danger {
	border-color: #f14668;
}
.container {
	width: 94%;
	max-width: 420px;
	margin: 75px auto 0;
}
[data-step="9"] h1 {
	font-size: 4rem;
	text-shadow: 0px -4px 0 #000000, 0px -4px 0 #000000, 0px 4px 0 #000000, 0px 4px 0 #000000, -4px 0px 0 #000000,
		4px 0px 0 #000000, -4px 0px 0 #000000, 4px 0px 0 #000000, -4px -4px 0 #000000, 4px -4px 0 #000000,
		-4px 4px 0 #000000, 4px 4px 0 #000000, -4px 12px 0 #000000, 0px 12px 0 #000000, 6px 12px 0 #000000;
}
[data-step="9"] h2 {
	font-family: "Poppins", sans-serif;
	font-size: 1.25rem;
	letter-spacing: -1px;
	font-weight: 400;
	line-height: 1.2;
}
[data-step="9"] h2 strong {
	color: #ffe000;
}
[data-step="9"] .container {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
}
.field {
	margin-top: 5px;
}
.location-container,
.age-container {
	margin-top: 20px !important;
}
input,
select,
textarea {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	border: 1px solid #000000;
	border-radius: 5px;
	color: #000000;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	box-shadow: none;
}
.cta {
	box-shadow: 0px 0px 8px #1fee42;
	background: #1fee42;
	text-transform: uppercase;
	font-weight: 200;
	font-size: 2rem;
	padding: 10px 65px;
	border-radius: 80px;
	margin: 20px 0px;
	color: #fff;
	font-family: "Anton", sans-serif;
	cursor: pointer;
	font-style: normal;
	letter-spacing: normal;
	max-width: 420px;
}
[data-step="8"] .cta {
	display: inline-block;
	padding: 20px 0;
	width: 96%;
	max-width: 420px;
	margin: 0;
}
[data-step="8"] .line1 {
	font-size: 3rem !important;
	margin-bottom: 2rem;
	text-shadow: 0px -4px 0 #000000, 0px -4px 0 #000000, 0px 4px 0 #000000, 0px 4px 0 #000000, -4px 0px 0 #000000,
		4px 0px 0 #000000, -4px 0px 0 #000000, 4px 0px 0 #000000, -4px -4px 0 #000000, 4px -4px 0 #000000,
		-4px 4px 0 #000000, 4px 4px 0 #000000, -4px 12px 0 #000000, 0px 12px 0 #000000, 6px 12px 0 #000000;
}
.step,
#displayName b,
.pwd_b,
#display_pass,
.email_b {
	display: none;
}
.marital-container,
.about_p {
	margin-top: 15px;
}
kbd.zip {
	margin-bottom: 10px;
	display: block;
}
#chars {
	text-align: right;
	font-size: 12px;
}
.marital-container .select {
	margin-bottom: 10px;
}
.p_mobile small,
.disclosure {
	color: #999;
	font-weight: 400;
	font-size: 9px !important;
	line-height: 1;
	letter-spacing: normal;
	text-align: justify;
	margin-top: 15px;
	display: block;
}
.p_mobile small a,
.disclosure a {
	color: #999;
	text-decoration: underline;
}
.p_mobile small {
	margin: 4px 0 10px !important;
}
input.err,
select.err,
textarea.err {
	border: 1px solid #f00;
	background-color: #fdecef !important;
}
kbd.addr {
	text-align: center;
	font-weight: 400;
	margin-top: 10px;
	display: block;
}
.p_country b {
	font-weight: 400;
}
.sub,
.err-help {
	margin-top: 0.25rem;
	font-weight: 500;
	font-size: 12px;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
}
div#e .alt_logins {
	color: #fff;
}
div#e u {
	color: #ffe000 !important;
	cursor: pointer;
}
.msg {
	font-weight: 500;
	font-size: 14px;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	background: #f00;
	border-radius: 3px;
	margin-top: 10px;
}
.help {
	display: block;
	font-size: 0.75rem;
	margin-top: 0.25rem;
	background: #f00;
	color: #fff;
	padding: 2px 0;
	border-radius: 3px;
}
/* form */
.ok {
	width: 18px;
	height: auto;
	position: relative;
	top: 2px;
}
@media (max-width: 1080px) and (orientation: portrait) {
	.copy {
		width: 100%;
		font-size: 5rem;
		padding: 40px 0;
	}
}
@media (max-width: 768px) {
	.inner .btnNext {
		font-size: 1.3rem;
	}
	.copy {
		width: 100%;
		font-size: 3.5rem;
		padding: 25px 0;
	}
}
@media (max-width: 620px) {
	.inner .btnNext {
		min-width: unset;
		max-width: unset;
	}
	.copy {
		padding: 15px 0;
		font-size: 2.2rem;
	}
	header img {
		max-width: 300px;
	}
}
@media (max-width: 480px) {
	.inner .btnNext {
		font-size: 0.6rem;
		letter-spacing: 0;
	}
	.copy {
		padding: 5px 0;
		font-size: 1.7rem;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 812px) and (orientation: landscape) {
	break::before {
		content: unset;
		white-space: unset;
	}
	.copy {
		padding: 5px 0;
		font-size: 2.125rem;
		letter-spacing: 0;
	}
	.inner .btnNext {
		font-size: 1.375rem;
		letter-spacing: 0;
	}
	header img {
		max-width: 150px;
	}
	[data-step="8"] .copy span {
		width: fit-content;
	}
}
@media only screen and (max-height: 640px) and (max-width: 1024px) and (orientation: landscape) {
	body.addForm {
		overflow: unset;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	body.addForm header {
		position: relative;
	}
	form {
		height: 200vh !important;
	}
	.container {
		margin: 10px auto;
	}
	[data-step="7"] .container {
		margin: 80px auto;
	}
	.meter {
		margin: 10px auto 20px;
	}
	.inner .btnNext {
		font-size: 1.375rem;
		letter-spacing: 0;
	}
	.copy {
		padding: 10px 0;
		font-size: 2.125rem;
		letter-spacing: 0;
	}
}
/* iPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	break::before {
		content: unset;
		white-space: unset;
	}
	.copy {
		width: 100%;
		padding: 25px 0;
	}
}
/* Iphone 11 Pro , Pro Max */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3),
	(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
	.copy {
		white-space: pre-wrap;
	}
}
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 40px;
}
.lds-ellipsis div {
	position: absolute;
	top: 19px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}
body.fs {
	background: rgba(0, 15, 25, 1);
}
.fs .fs-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	padding: 25px 0 5px;
}
.fs .fs-logo img {
	display: block;
	width: 100%;
	max-width: 240px;
	height: auto;
	margin: 0 auto;
	filter: drop-shadow(0 0 10px #000f19);
}
.fs .copy,
.fs .inner .btnNext {
	background: #005b99;
	background: -moz-linear-gradient(87deg, #005b99 0%, #0097ff 100%);
	background: -webkit-linear-gradient(87deg, #005b99 0%, #0097ff 100%);
	background: linear-gradient(87deg, #005b99 0%, #0097ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005b99",endColorstr="#0097ff",GradientType=1);
}

.fs [data-step="8"] .copy {
	background: none !important;
}
.fs [data-step="9"] .fs-logo {
	position: relative;
	background: none !important;
	filter: drop-shadow(0 0 10px #000f19);
}
