@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

body {
	margin: 0;
	background-color: #000000;
}

* {
	font-family: 'Roboto', sans-serif;
}

.gamescroller,
.gamescroller_layer {
	max-height: 220px;
	height: 25vw;
	width: 100%;
}

#parallax {
	display: block;
}

.gamescroller {
	position: relative;
}

.gamescroller_layer {
	background-position: bottom center;
	background-size: cover;
	background-repeat: repeat-x;
	width: 100%;
	position: absolute;
}

.gamescroller_layer.parallax {
	position: fixed;
}

#gamescroller-0 {
	background-image: url('../img/static-glitch.gif');
	background-color: #000000;
}

#gamescroller-1 {
	background-image: url('../img/parallax1.png');
}

#gamescroller-2 {
	background-image: url('../img/parallax2.png');
}

#gamescroller-3 {
	background-image: url('../img/parallax3.png');
}

#gamescroller-4 {
	background-image: url('../img/parallax4.png');
}

#gamescroller-5 {
	background-image: url('../img/parallax5.png');
}

#gamescroller-scrim {
	opacity: 0;
}

.underscroller {
	position: absolute;
	z-index: 10;
	background-color: #000000;
	min-height: 100vh;
	width: 100%;
}

#logohover {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	background: linear-gradient(#222222, rgba(0, 0, 0, 0.5));
	text-align: center;
	transition: opacity 0.5s ease;
}

#logohover img {
	width: 250px;
}

#logohoverstay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	background: #000000;
	text-align: center;
	transition: opacity 0.5s ease;
}

#logohoverstay img {
	width: 250px;
}

.glitch {
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	display: inline-block;
	z-index: 9;
}

.glitch:before,
.glitch:after {
	content: attr(data-text);
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
}

.glitch:before {
	color: #0ff;
	z-index: -1;
}

.glitch:after {
	color: #f0f;
	z-index: -2;
}

.glitch:hover::before {
	animation: glitch .5s cubic-bezier(.25, .46, .45, .94) both infinite
}

.glitch:hover::after {
	animation: glitch .3s cubic-bezier(.25, .46, .45, .94) reverse both infinite
}

@keyframes glitch {
	0% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	20% {
		-webkit-transform: translate(-5px, 5px);
		transform: translate(-5px, 5px);
		transform: skewX(10deg);
	}

	40% {
		-webkit-transform: translate(-5px, -5px);
		transform: translate(-5px, -5px);
	}

	60% {
		-webkit-transform: translate(5px, 5px);
		transform: translate(5px, 5px)
	}

	80% {
		-webkit-transform: translate(5px, -5px);
		transform: translate(5px, -5px)
	}

	to {
		-webkit-transform: translate(0);
		transform: translate(0)
	}
}

.gc_box strong {
	font-weight: 900;
}

.gc_box h1 {
	font-size: 3.2vw;
	font-weight: 900;
}

.gc_box h2 {
	font-size: 1.6vw;
	font-weight: 700;
}

.gc_box p {
	font-size: 1.4vw;
	font-weight: 300;
}

.gc_box ul {
	list-style-image: url('../img/bullet.png');
}

.gc_box ul li {
	font-size: 1.4vw;
	font-weight: 300;
	margin-bottom: 20px;
}

.gc_box ol li {
	font-size: 1.4vw;
	font-weight: 300;
	margin-bottom: 20px;
}

.black_box {
	width: 100%;
	padding: 20px 300px;
	background-color: #000000;
}

.black_box h1,
.black_box h2,
.black_box h3,
.black_box h4,
.black_box p,
.black_box div,
.black_box ul li,
.black_box ol li {
	color: #FFFFFF;
}

.white_box {
	width: 100%;
	padding: 20px 300px;
	background-color: #FEFEFE;
}

.white_box h1,
.white_box h2,
.white_box h3,
.white_box h4,
.white_box p,
.white_box div,
.white_box ul li,
.white_box ol li {
	color: #000000;
}

.red_box {
	width: 100%;
	padding: 20px 300px;
	background-color: #D2102F;
}

.red_box h1,
.red_box h2,
.red_box h3,
.red_box h4,
.red_box p,
.red_box div,
.red_box ul li,
.red_box ol li {
	color: #FFFFFF;
}

.grey_box {
	width: 100%;
	padding: 20px 300px;
	background-color: #CBCBCB;
}

.grey_box h1,
.grey_box h2,
.grey_box h3,
.grey_box h4,
.grey_box p,
.grey_box div,
.grey_box ul li,
.grey_box ol li {
	color: #000000;
}

.checkout_box {
	width: 100%;
	padding: 20px 300px;
	background-color: #000000;
}

.blacktowhite {
	height: 10px;
	width: 100%;
	background: linear-gradient(#000000, #FEFEFE);
}

.whitetoblack {
	height: 10px;
	width: 100%;
	background: linear-gradient(#FEFEFE, #000000);
}

.whitetored {
	height: 10px;
	width: 100%;
	background: linear-gradient(#FEFEFE, #D2102F);
}

.redtoblack {
	height: 10px;
	width: 100%;
	background: linear-gradient(#D2102F, #000000);
}

.redtowhite {
	height: 10px;
	width: 100%;
	background: linear-gradient(#D2102F, #FEFEFE);
}

.redtogrey {
	height: 10px;
	width: 100%;
	background: linear-gradient(#D2102F, #CBCBCB);
}

.blacktored {
	height: 10px;
	width: 100%;
	background: linear-gradient(#000000, #D2102F);
}

.blacktogrey {
	height: 10px;
	width: 100%;
	background: linear-gradient(#000000, #CBCBCB);
}

.greytowhite {
	height: 10px;
	width: 100%;
	background: linear-gradient(#CBCBCB, #FEFEFE);
}

.greytored {
	height: 10px;
	width: 100%;
	background: linear-gradient(#CBCBCB, #D2102F);
}

.gc_footer {
	padding: 20px;
	border-top: 2px solid #222222;
	color: #FFFFFF;
}

.gc_footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.testimonial {
	background-color: #FFFFFF;
	padding: 20px 40px;
	border: 1px solid #000000;
	border-radius: 10px;
	margin-bottom: 20px;
}

.testimonial .headline {
	position: relative;
	font-size: 24px;
	font-weight: 900;
	display: inline-block;
}

.testimonial .headline::before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-size: 10px;
	font-weight: 900;
	top: 0;
	left: -14px;
}

.testimonial .headline::after {
	content: "\f10e";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-size: 10px;
	font-weight: 900;
	top: 0;
	right: -14px;
}

.testimonial img {
	width: 100%;
	max-width: 50px;
	border-radius: 100%;
	border: 2px solid #000000;
	margin-right: 20px;
}

.testimonial .quote {
	position: relative;
	font-size: 18px;
	text-align: left;
}

.testimonial .quote p {
	font-size: 18px;
}

.testimonial .quote::before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-size: 14px;
	font-weight: 900;
	top: 0;
	left: -19px;
}

.testimonial .quote hr {
	display: block;
	border: none;
	margin-top: 10px;
}

.testimonial .quotee {
	font-style: italic;
	font-size: 20px;
	margin: 0;
}

@media only screen and (max-width: 1520px) {
	.black_box {
		padding: 20px 200px;
	}

	.white_box {
		padding: 20px 200px;
	}

	.red_box {
		padding: 20px 200px;
	}

	.grey_box {
		padding: 20px 200px;
	}

	.checkout_box {
		padding: 20px 200px;
	}
}

@media only screen and (max-width: 1320px) {
	.black_box {
		padding: 20px 100px;
	}

	.white_box {
		padding: 20px 100px;
	}

	.red_box {
		padding: 20px 100px;
	}

	.grey_box {
		padding: 20px 100px;
	}

	.checkout_box {
		padding: 20px 100px;
	}
}

@media only screen and (max-width: 1120px) {
	.black_box {
		padding: 20px 50px;
	}

	.white_box {
		padding: 20px 50px;
	}

	.red_box {
		padding: 20px 50px;
	}

	.grey_box {
		padding: 20px 50px;
	}

	.checkout_box {
		padding: 20px;
	}

	.gc_box h1 {
		font-size: 2.2em;
		font-weight: 900;
	}

	.gc_box h2 {
		font-size: 1.4em;
	}

	.gc_box p {
		font-size: 1.2em;
	}

	.gc_box ul li {
		font-size: 1.2em;
	}

	.gc_box ol li {
		font-size: 1.2em;
	}
}

@media only screen and (max-width: 800px) {
	.black_box {
		padding: 20px 25px;
	}

	.white_box {
		padding: 20px 25px;
	}

	.red_box {
		padding: 20px 25px;
	}

	.grey_box {
		padding: 20px 25px;
	}

	.thanks-line {
		font-size: 1.8em !important;
	}
}

/* TWEENIE STYLES */

.gc_tweenie {
	background-size: cover !important;
	outline: 1px solid transparent;
	padding-top: 25%;
	padding-left: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
}

.layer1 {
	background-size: cover !important;
	outline: 1px solid transparent;
	width: 100%;
	height: 100%;
	position: absolute;
	transform: translateZ(20px);
	-moz-transform: translateZ(20px);
	-webkit-transform: translateZ(20px);
	bottom: 0px;
	left: 0px;
}

.layer2 {
	background-size: cover !important;
	outline: 1px solid transparent;
	width: 100%;
	height: 100%;
	position: absolute;
	transform: translateZ(40px);
	-moz-transform: translateZ(40px);
	-webkit-transform: translateZ(40px);
	top: 0px;
	left: 0px;
}

.thegamechanger {
	background: url('../img/thegamechanger-bg.png') no-repeat;
}

.thegamechanger .layer1 {
	background: url('../img/thegamechanger-1.png') no-repeat;
}

.thegamechanger .layer2 {
	background: url('../img/thegamechanger-2.png') no-repeat;
}

.thegamechangerblack {
	background: url('../img/thegamechanger-bg.png') no-repeat;
}

.thegamechangerblack .layer1 {
	background: url('../img/thegamechanger-1.png') no-repeat;
}

.thegamechangerblack .layer2 {
	background: url('../img/thegamechanger-black-2.png') no-repeat;
}

.gc_button {
	background-color: #D2102F;
	color: #FFFFFF !important;
	display: inline-block;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	cursor: pointer;
	text-decoration: none !important;
	font-weight: bold;
	line-height: 1.2;
}

/* .gc_button {
	background-color: rgba(255, 0 , 255, 0.5);
	color: rgba(255, 255 , 255, 0.5);
    display: inline-block;
    padding: 20px;
    border-radius: 10px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
	cursor: pointer;
}

.gc_button .layer1 {
	background-color: rgba(0, 255, 255, 0.5);
	color: rgba(255, 255 , 255, 0.5);
    display: inline-block;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: translateZ(15px);
	-moz-transform: translateZ(15px);
	-webkit-transform: translateZ(15px);
}

.gc_button .layer2 {
	background-color: #D2102F;
	color: #FFFFFF;
    display: inline-block;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: translateZ(30px);
	-moz-transform: translateZ(30px);
	-webkit-transform: translateZ(30px);
} */

.gc_2colresponsive {
	width: 100%;
	margin: 20px 0;
}

.gc_2colresponsive tr td {
	width: 50%;
}

.gc_2colresponsive #halfpriceoffertimer {
	margin-top: 0 !important;
}

.gc_preferphonehead {
	display: inline-table;
}

.gc_preferphonehead td {
	padding-right: 2rem;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

	#logohoverstay {
		padding-top: 0;
		padding-bottom: 0;
	}

	#logohoverstay table tr td {
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center !important;
	}

	#logohoverstay table tr td a {
		font-size: 20px !important;
	}

	.gc_2colresponsive,
	.gc_2colresponsive thead,
	.gc_2colresponsive tbody,
	.gc_2colresponsive th,
	.gc_2colresponsive td,
	.gc_2colresponsive tr {
		display: block;
	}

	.gc_preferphonehead {
		width: 100%;
	}

	.gc_preferphonehead,
	.gc_preferphonehead thead,
	.gc_preferphonehead tbody,
	.gc_preferphonehead th,
	.gc_preferphonehead td,
	.gc_preferphonehead tr {
		display: block;
	}

	#halfpriceoffertimer,
	#halfpriceoffertimer thead,
	#halfpriceoffertimer tbody {
		display: table;
	}

	#halfpriceoffertimer tr {
		display: table-row;
	}

	#halfpriceoffertimer th,
	#halfpriceoffertimer td {
		display: table-cell;
	}

	.gc_2colresponsive thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.gc_2colresponsive td {
		border: none;
		position: relative;
		width: 100%;
	}

	.gc_2colresponsive>tbody>tr>td {
		width: 100% !important;
	}

	.gc_preferphonehead thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.gc_preferphonehead td {
		border: none;
		position: relative;
		width: 100%;
		text-align: center;
		padding-right: 0;
	}

	.gc_preferphonehead td .gc_button {
		width: 100%;
	}

	.gc_preferphonehead>tbody>tr>td {
		width: 100% !important;
	}

	.text-helper {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	.gc_button {
		font-size: 0.8em;
	}

	.gc_button .secure-line {
		font-size: 0.75em;
		margin-bottom: 0;
	}
}

/* CHECKOUT STYLES */
#z_hppm_iframe {
	background-color: #FFFFFF !important;
	width: 100%;
	min-height: 300px;
	background-color: inherit;
}

.btn-submit {
	padding: 9px 20px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #D2102F !important;
	text-decoration: none;
	border: none;
	cursor: pointer;
	text-decoration: none;
}

.checkouttitle {
	padding: 10px 17px;
	margin: 0 auto;
	background-color: #EDEDED;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	color: #808080;
	text-align: center;
}

.checkoutdesc {
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 5px;
	color: #000;
	font-size: 12px;
	padding-top: 15px;
	text-align: center;
}

.ticketbtnc {
	text-align: center;
	padding: 10px;
}

.panel-container {
	padding-top: 120px;
	padding-bottom: 60px;
}

.fancy-input {
	position: relative;
	width: 100%;
	height: auto;
	line-height: 44px;
	margin: 20px auto;
}

.fancy-input label {
	position: absolute;
	top: 10px;
	left: 12px;
	width: 100%;
	transition: 0.2s all;
	font-weight: 400;
	margin: 0;
	cursor: text;
	color: #748493;
}

.fancy-input input {
	height: 60px;
	width: 100%;
	border-radius: 2px;
	box-shadow: none;
	padding: 6px 10px;
	color: #373F47;
	border: 1px solid #c7cfd8;
}

.fancy-input select {
	height: 60px;
	width: 100%;
	border-radius: 2px;
	box-shadow: none;
	padding: 6px 10px;
	color: #373F47;
	border: 1px solid #c7cfd8;
}

.fancy-input input:focus,
.fancy-input.active input {
	border-color: #2e91fc;
}

.fancy-input input:focus~label,
.fancy-input.active input~label {
	font-size: 10px;
	font-weight: 600;
	top: -30px;
	left: 0;
	color: #2e91fc;
}

.panel {
	padding: 30px;
	max-width: 540px;
	margin: 0 auto;
	background: #ffffff;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	width: auto;
	position: relative;
	display: table;
	position: relative;
	border: none;
	margin-bottom: 30px;
}

.checkout-panel {
	width: 100%;
}

.step-disabled {
	background: #fefefe !important;
}

.step-disabled .panel-content {
	display: none;
}

.panel-head {
	width: 100%;
}

.change-btn {
	color: #0E71B8;
	display: inline-block;
	margin-bottom: 0;
	margin-left: 5px;
	vertical-align: middle;
	font-size: 14px;
	font-family: inherit;
	line-height: 1.4;
	margin-top: 0;
	float: right;
	cursor: pointer;
	font-weight: 500;
}

.offer-details-title {
	margin-bottom: 20px;
	color: #373F47;
	font-size: 22px;
}

.offer-details-price {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
	color: #748493;
}

.header-title {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 5px;
	vertical-align: middle;
	color: #748493;
	font-size: 18px;
	font-family: inherit;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 0;
}

.help-block {
	font-size: 14px;
	font-weight: 100;
	color: #748493;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}

input[type="checkbox"] {
	opacity: 0;
	display: none;
}

.fancy-checkbox {
	position: relative;
	margin-bottom: 20px;
}

.fancy-checkbox label {
	cursor: pointer;
	font-weight: 400;
	margin: 0;
	color: #373F47;
	font-size: 14px;
}

.fancy-checkbox label:before {
	border: 1px solid #748493;
	border-radius: 2px;
	content: "";
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	cursor: pointer;
	color: #373F47;
}

.fancy-checkbox label:after {
	position: absolute;
	border-left: 2px solid #0F70B7;
	border-bottom: 2px solid #0F70B7;
	content: "";
	width: 8px;
	height: 4px;
	transform: rotate(-45deg);
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	left: 4px;
	top: 11px;
}

#accept-terms~label:after {
	transform: scale(0) rotate(-45deg);
	transition: transform 0.1s ease;
}

#accept-terms:checked~label:after {
	transform: scale(1) rotate(-45deg) !important;
}

.dhide {
	display: none;
}

#fancy-loader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 999;
}

#fancy-loader .loader {
	position: absolute;
	left: calc(50% - 100px);
	top: 40%;
	z-index: 1;
	width: 200px;
	height: 25%;
	background: url(../img/loading.gif);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
}

.dalright {
	text-align: right;
}

@media (max-width: 576px) {
	.dalright {
		text-align: left;
	}

	.panel-container {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.mhide {
		display: none;
	}

	.dhide {
		display: block;
		width: 100%;
	}

	.fancy-input input {
		height: auto;
	}

	.fancy-input label {
		top: 8px;
	}

	.fancy-checkbox label:after {
		top: 9px;
	}
}

.ticks-bullet {
	list-style-image: url('../img/ticks-bullet.png') !important;
}

.crosses-bullet {
	list-style-image: url('../img/crosses-bullet.png') !important;
}

/* GameChanger Infusionsoft Form Styles */

.gc_if_form label {
	display: none;
}

.gc_if_form input {
	width: 100%;
  border: 1px solid #222222;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
}

.gc_if_form input:active {
	border: 1px solid #0E71B8;
}

.gc_if_radio {
	display: block !important;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.gc_if_radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.gc_if_radio .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #FFFFFF;
	border: 2px solid #000000;
}

.gc_if_radio:hover input~.checkmark {
	background-color: #EEEEEE;
}

.gc_if_radio input:checked~.checkmark {
	background-color: #EEEEEE;
}

.gc_if_radio .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.gc_if_radio input:checked~.checkmark:after {
	display: block;
}

.gc_if_radio .checkmark:after {
	left: 7px;
	top: 2px;
	width: 7px;
	height: 13px;
	border: solid #000000;
	border-width: 0px 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* RESPONSIVE IFRAME */

.intrinsic-container {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.intrinsic-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* OFFER TIMER */

#halfpriceoffertimer {
	width: 100%;
	padding: 10px;
	display: block;
	z-index: 100;
	color: #FFFFFF;
	font-weight: 900;
	margin-top: 20px;
}

#halfpriceoffertimer .timertable {
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
}

#halfpriceoffertimer .timertable tr:nth-child(1) td {
	font-size: 2em;
}

#halfpriceoffertimer .timertable tr:nth-child(2) td {
	font-size: 1em;
	color: #D2102F;
}

#halfpriceoffertimer .timertable tr td {
	text-align: center;
}

#halfpriceoffertimer .textmiddle {
	margin: 0 auto;
	width: 100%;
	max-width: 400px;
}

#halfpriceoffertimer .textmiddle tr td {
	text-align: center;
}

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

	.mahoosivecounter {
		margin-top: 5em !important;
	}

	.mahoosivecounter .timertable {
		max-width: 100% !important;
	}

	.mahoosivecounter .textmiddle {
		max-width: 100% !important;
		font-size: 2em !important;
	}

	.mahoosivecounter .timertable tr:nth-child(1) td {
		font-size: 4em !important;
	}

	.mahoosivecounter .timertable tr:nth-child(2) td {
		font-size: 2em !important;
	}

}

.purple-ai-color {
	color: #633188;
}

.solid-btn {
	display: inline-block;
	color: #FFFFFF;
	font-size: 1.2rem;
	padding: .5rem 2rem;
	background-color: #00A652;
	text-align: center;
	font-weight: 800;
	outline: none;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
	border: none;
	margin-bottom: 1.2rem;
	line-height: normal; }
	.solid-btn:not(.sb-notbutton):hover {
	  color: #FFFFFF;
	  background-color: #004221; }
	.solid-btn:not(.sb-notbutton):focus {
	  color: #FFFFFF;
	  background-color: #004221; }
	.solid-btn.sb-central {
	  display: table;
	  margin: 0 auto;
	  margin-bottom: 1.2rem; }
	.solid-btn.sb-shimmer {
	  position: relative;
	  overflow: hidden;
	  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15); }
	  .solid-btn.sb-shimmer::after {
		content: '';
		position: absolute;
		top: 0;
		left: -20%;
		width: 15%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.5);
		mix-blend-mode: overlay;
		-webkit-transform: skewX(-20deg) translateX(0);
		transform: skewX(-20deg) translateX(0); }
	  .solid-btn.sb-shimmer:hover::after {
		left: 120%;
		transition: all .3s linear; }
	.solid-btn.sb-full {
	  width: 100%; }
	.solid-btn.sb-big {
	  font-size: 2.2rem;
	  padding: 1rem 4rem; }
	.solid-btn.sb-disabled {
	  cursor: not-allowed;
	  filter: grayscale(1);
	  opacity: 0.75; }
	.solid-btn.sb-rounded {
	  border-radius: .5rem; }
	.solid-btn.sb-less-pad {
	  padding: .25rem 1rem; }
	  .solid-btn.sb-less-pad.sb-big {
		padding: .5rem 2rem; }
	.solid-btn.sb-mar0 {
	  margin: 0; }
	.solid-btn.sb-border {
	  border: 0.25rem solid rgba(0, 0, 0, 0.25); }
	.solid-btn.sb-shadow {
	  box-shadow: 0 0 4px 0px black; }
	.solid-btn.black {
	  background-color: #000000; }
	  .solid-btn.black:not(.sb-notbutton):hover, .solid-btn.black:not(.sb-notbutton):focus {
		background-color: #1A1A1A; }
	.solid-btn.red {
	  background-color: #D2102F; }
	  .solid-btn.red:not(.sb-notbutton):hover {
		background-color: #A10C25; }
	  .solid-btn.red:not(.sb-notbutton):focus {
		background-color: #A10C25; }
	.solid-btn.blue {
	  background-color: #0E71B8; }
	  .solid-btn.blue:not(.sb-notbutton):hover {
		background-color: #07375A; }
	  .solid-btn.blue:not(.sb-notbutton):focus {
		background-color: #07375A; }
	.solid-btn.purple {
	  background-color: #381C6B; }
	  .solid-btn.purple:not(.sb-notbutton):hover {
		background-color: #0D0618; }
	  .solid-btn.purple:not(.sb-notbutton):focus {
		background-color: #0D0618; }
	.solid-btn.pink {
	  background-color: #B12667; }
	  .solid-btn.pink:not(.sb-notbutton):hover {
		background-color: #5D1436; }
	  .solid-btn.pink:not(.sb-notbutton):focus {
		background-color: #5D1436; }
	.solid-btn.orange {
	  background-color: #E48226; }
	  .solid-btn.orange:not(.sb-notbutton):hover {
		background-color: #914F12; }
	  .solid-btn.orange:not(.sb-notbutton):focus {
		background-color: #914F12; }
	.solid-btn.gold {
	  background-color: #AA8E48; }
	  .solid-btn.gold:not(.sb-notbutton):hover {
		background-color: #605129; }
	  .solid-btn.gold:not(.sb-notbutton):focus {
		background-color: #605129; }
	.solid-btn.white {
	  padding: .5rem 1rem;
	  background-color: #FFFFFF;
	  color: #000000;
	  border: 0.25rem solid #FFFFFF;
	  border-radius: .25rem;
	  margin-bottom: 0; }
	  .solid-btn.white:not(.sb-notbutton):hover {
		background-color: #000000;
		color: #FFFFFF; }
	  .solid-btn.white:not(.sb-notbutton):focus {
		background-color: #000000;
		color: #FFFFFF; }
	.solid-btn.light-blue-ai {
	  background-color: #58fdfe;
	  color: #151f2e; }
	  .solid-btn.light-blue-ai:not(.sb-notbutton):hover, .solid-btn.light-blue-ai:not(.sb-notbutton):focus {
		background-color: #01efef;
		color: #05070a; }
	.solid-btn.purple-ai {
	  background-color: #633188; }
	  .solid-btn.purple-ai:not(.sb-notbutton):hover, .solid-btn.purple-ai:not(.sb-notbutton):focus {
		background-color: #2b163c; }
	.solid-btn.pink-ai {
	  background-color: #c91a68; }
	  .solid-btn.pink-ai:not(.sb-notbutton):hover, .solid-btn.pink-ai:not(.sb-notbutton):focus {
		background-color: #710f3b; }
	.solid-btn.blue-ai {
	  background-color: #151f2e; }
	  .solid-btn.blue-ai:not(.sb-notbutton):hover, .solid-btn.blue-ai:not(.sb-notbutton):focus {
		background-color: #05070a; }


.purple-ai-underline {
	display: inline;
	position: relative;
	text-shadow: -2px -2px white, -2px 2px white, 2px -2px white, 2px 2px white;
	background-size: 1px 1em;
	box-shadow: inset 0 -0.1em white, inset 0 -0.15em #633188;
}

.purple-ai-underline.double {
	box-shadow: inset 0 -0.05em white, inset 0 -0.1em #633188, inset 0 -0.15em white, inset 0 -0.2em #633188;
}

.solid-btn.sb-rounded {
	border-radius: .5rem;
}

.ec-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	display: table;
	z-index: 999;
	transition: opacity .5s ease;
	perspective: 800px;
}

.ec-modal .modal-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.ec-modal .modal-outer {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	transition: all .75s ease;
	transform: scale(0) rotateX(360deg);
	transform-style: preserve-3d;
	pointer-events: none;
}

.ec-modal .modal-outer .modal-inner {
	position: relative;
	z-index: 999;
	display: inline-block;
	background-color: #FFFFFF;
	margin: 1rem;
	width: calc(100% - 2rem);
	max-width: 800px;
	max-height: 90vh;
	border-radius: .25rem;
	overflow: auto;
	text-align: left;
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
	pointer-events: all;
}

.ec-modal .modal-outer .modal-inner .modal-close {
	position: absolute;
	color: #FFFFFF;
	top: 0.25rem;
	right: 0.25rem;
	width: 1.5rem;
	height: 1.5rem;
	font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: 700;
	cursor: pointer;
	opacity: 0.5;
	text-align: center;
	transition: all 0.25s ease;
	z-index: 9;
}

.ec-modal .modal-outer .modal-inner .modal-close:hover {
	opacity: 0.75;
}

.ec-modal .modal-outer .modal-inner .modal-header {
	padding: 1rem;
	border-bottom: 0;
	background-color: #000000;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.ec-modal .modal-outer .modal-inner .modal-contents {
	padding: 1rem;
}

.ec-modal .modal-outer .modal-inner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	backface-visibility: hidden;
	z-index: -1;
}

.ec-modal.modal-open {
	opacity: 1;
}

.ec-modal.modal-open .modal-outer {
	transform: scale(1) rotateX(0deg);
}

.ec-modal.modal-open .modal-inner,
.ec-modal.modal-open .modal-bg {
	pointer-events: all;
}

.ec-modal.fast-in .modal-outer {
	transition: all .25s ease;
	transform: scale(0);
}

.ec-modal.fast-in.modal-open .modal-outer {
	transform: scale(1);
}

.ec-modal.grow-anim .modal-outer {
	transform: scale(0);
}

.ec-modal.grow-anim.modal-open .modal-outer {
	transform: scale(1);
}
