/********************************
	Developed by AXA Studios
	The Creative Engine
	http://www.axastudios.com
*********************************/

:root {
	--main-color: #13183e;
	--light-main-color: #272d5b;
	--text-color: #ffffff;
	--sub-color: #f2293d;
	--light-grey-color: #eceeff;
	--nav-color: #2c3054;

	--bg-color: #fafafa;
	--grey-color: #d2d2d2;
	--white-color: #ffffff;
	--light-white-color: rgba(255, 255, 255, 0.48);
	--border-color: #e2e2e2;

	--xs-pad: 8px;
	--sm-pad: 16px;
	--main-pad: 24px;
	--med-pad: 32px;
	--lg-pad: 48px;
	--xl-pad: 72px;
	--xxl-pad: 96px;
	--lg-neg: -48px;
	--main-neg: -24px;
	--main-font: 16px;
	--sm-font: 14px;
	--input-font: 16px;
	--button-font: 18px;
	--sm-icon: 18px;
	--main-icon: 32px;
	--large-icon: 96px;
}

/* MAIN STYLES *****************************/

html {
	/*	overflow-y: scroll;*/
	margin: 0;
	padding: 0;
	font-size: 16px;
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	overflow-x: hidden;
	font-family: "Poiret One", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6;
	color: #ffffff;
	color: var(--white-color);
	background: var(--main-color);
}

/* TEXT & LINK STYLES *****************************/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Alumni Sans", sans-serif;
	margin-top: 0px;
	color: var(--white-color);
}

h1 {
	font-size: 72px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: var(--mid-pad);
}

h2 {
	font-size: 94px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: var(--sm-pad);
}

h3 {
	font-weight: 900;
	font-size: 48px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: var(--xs-pad);
	line-height: 1.4;
}

h4 {
	font-weight: 900;
	font-size: 34px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: var(--xs-pad);
	line-height: 1.2;
	color: var(--sub-color);
}

/*
h2 span, h3 span {
	color: var(--sub-color);
}
*/

.sub-title {
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 34px;
	font-family: "Alumni Sans", sans-serif;
	margin: 0;
	color: var(--sub-color);
}

.italic {
	font-style: italic;
}
.bold-txt {
	font-weight: 700;
}

p {
	margin-bottom: 2.4rem;
	margin-bottom: 24px;
}

.lead {
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 2.4rem;
	line-height: 1.6;
}

h3 + .lead {
	margin-top: 1.6rem;
}

/*
.large-txt{
    font-size: 22px;
}
*/

:focus {
	-moz-outline-style: none;
}

::selection {
	background-color: #333333;
	color: #fff;
}

::-moz-selection {
	background-color: #333333;
	color: #fff;
}

img {
	max-width: 100%;
}

input:focus,
button:focus {
	outline: none;
}

a,
a:visited {
	color: var(--main-color);
	border: none;
	outline: 0;
	-moz-outline-style: none;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: inherit;
	color: var(--text-color);
	-webkit-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}

a img {
	border: none;
	outline: 0;
	-moz-outline-style: none;
}

.page p a {
	font-weight: 700;
	text-decoration: underline;
}

input.button,
.button,
.button:visited,
.w-btn,
.l-btn,
.c-btn {
	position: relative;
	cursor: pointer;
	color: var(--white-color);
	font-size: var(--button-font);
	line-height: 24px;
	font-weight: 700;
	border: none;
	border-radius: 7px;
	outline: none;
	background: var(--sub-color);
	text-align: center;
	text-decoration: none;
	/*	border-radius: 17px 3px;*/
	border-radius: 28px;
	font-family: "Alumni Sans", sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	transition: all 0.2s ease;
	opacity: 1;
}

a.button,
.button,
a.button:visited,
.button:visited {
	color: var(--white-color) !important;
	display: inline-block;
	text-decoration: none !important;
	padding: 12px 48px;
	padding: 16px 40px;
	/*	padding: 14px 48px 10px 48px;*/
	/*	transform: skewX(-21deg);*/
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none;
}

.button:disabled {
	opacity: 0.48;
	cursor: default;
	pointer-events: none;
}

/*
.button:disabled:hover {
	background: var(--sub-color);
}
*/

.button:hover,
.button:active,
.button:focus {
	color: var(--white-color);
	background: var(--sub-color);
	background: #b30d1e;
	box-shadow: none;
	/*	opacity: 0.72;*/
	transition: all 0.4s ease-in;
}
.insta-btn.button {
	background: #833ab4;
}
.insta-btn.button:hover,
.insta-btn.button:active,
.insta-btn.button:focus {
	background: #612689;
}
.twitter-btn.button {
	background: #1d9bf0;
}
.twitter-btn.button:hover,
.twitter-btn.button:active,
.twitter-btn.button:focus {
	background: #0f68a4;
}
.discord-btn.button {
	background: #5865f2;
}
.discord-btn.button:hover,
.discord-btn.button:active,
.discord-btn.button:focus {
	background: #434ec3;
}
/*
.button:hover{
	-webkit-animation: button-hover-animate 0.25s ease-in forwards;
	animation: button-hover-animate 0.25s ease-in forwards;
}
*/

.icon-btn,
a.icon-btn {
	display: inline-flex;
	padding: 12px 16px 12px 12px;
}
.button i,
.social-btn i,
.icon-btn i {
	display: inline-flex;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	justify-content: center;
	margin-right: 8px;
	font-size: 18px;
}

.l-btn,
.l-btn:visited,
a.l-btn,
a.l-btn:visited {
	display: inline-block;
	/*
	flex-direction: column;
	justify-content: center;
*/
	height: 56px;
	text-decoration: none;
	padding: 11px 24px 11px 24px;
	padding: 15px 32px;
	color: var(--white-color);
	background: none;
	box-shadow: none;
	border-radius: 28px;
	line-height: 28px;
	border: 1px solid var(--white-color);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.l-btn:hover,
.l-btn:active,
.l-btn:focus {
	background: none;
	color: var(--white-color);
	border: 1px solid var(--light-white-color);
	box-shadow: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.l-btn i {
	margin-right: 4px;
}

.w-btn,
.w-btn:visited,
a.w-btn,
a.w-btn:visited {
	color: var(--sub-color);
	background: var(--white-color);
}
.w-btn:hover,
.w-btn:active,
.w-btn:focus {
	background: var(--main-color);
	color: var(--white-color);
}

.btn-clean,
.btn-clean:visited,
a.btn-clean,
a.btn-clean:visited {
	display: inline-block;
	font-size: var(--button-font);
	color: var(--sub-color);
	border: none;
	background: none;
	box-shadow: none;
	line-height: 24px;
	padding: 12px 24px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}

a.button.sm-btn,
a.l-btn.sm-btn {
	padding: 8px 24px;
	border-radius: 20px;
	letter-spacing: 1px;
	height: 40px;
	font-size: 16px;
}
a.l-btn.sm-btn {
	padding: 7px 24px;
}

.banner-main-buttons {
	display: none;
}

a.button.lg-btn.discord-btn,
a.button.lg-btn.l-btn {
	margin-left: 16px;
}

a.button.lg-btn.crypto-btn img {
	width: 24px;
	height: 24px;
	margin-right: 8px;
}

a.button.lg-btn.crypto-btn span {
	position: relative;
	top: 1px;
}

.btn-main {
	position: relative;
	background: var(--sub-color);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-main span {
	position: relative;
	display: block;
	z-index: 1;
}

.i-btn,
.i-btn:visited {
	display: block;
	text-decoration: none;
	padding: 0px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	color: var(--main-color);
	background: none;
	border: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.i-btn:hover,
.i-btn:active,
.i-btn:focus {
	background: none;
	color: var(--sub-color);
	border: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.btn-group .btn {
	position: relative;
	display: flex;
	/*    line-height: 24px;*/
	padding: 11px 16px;
	padding: 0px;
	font-size: 14px;
	border: 1px solid var(--border-color);
	color: var(--grey-color);
	background: #ffffff;
}

.btn-group .btn span {
	width: 48px;
	line-height: 46px;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
}

.btn-group .btn span i {
}

.btn-group .btn:hover,
.btn-group .btn.active {
	color: var(--sub-color);
}

.btn-group .btn div {
	width: 48px;
	text-align: left;
	line-height: 46px;
}

.txt-link,
.txt-link:visited,
.btn-link,
.btn-link:visited {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-decoration: none;
	color: var(--nav-light-color);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn-link {
	font-weight: 700;
	text-decoration: none;
}

.txt-link:hover,
.txt-link:focus,
.txt-link:active,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	color: var(--sub-color);
	text-decoration: none;
}

@-moz-document url-prefix() {
	/*
    a.button, .button, .w-btn, .w-btn:visited {
        padding: 9px 40px 9px 40px;
    }
    .btn-clean, .btn-clean:visited{
    padding: 12px 40px;
    }
*/
}

.large-btn {
	font-size: 20px;
	padding: 14px 48px;
	line-height: 1.8;
	box-shadow: 0px 8px 24px #1e120029;
}
.large-btn:hover,
.large-btn:active,
.large-btn:focus {
	box-shadow: 0px 8px 24px #1e120029;
}

.mint-btn:disabled {
	opacity: 0.48;
}
.mint-btn:disabled:hover {
	-webkit-animation: none !important;
	animation: none !important;
}
.l-btn.mint-btn:disabled:hover {
	color: var(--white-color);
	border: 1px solid var(--white-color);
}
.large-btn.mint-btn:disabled:hover {
	color: var(--sub-color);
	background: var(--white-color);
}

.tooltip {
}
.tooltip-inner {
	background: #333333;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
	border-top-color: #333333;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #333333;
}

/* WRAPPER STYLES *****************************/

#outer-wrapper {
	position: relative;
	overflow: hidden;
}

#bg-wrapper {
	position: fixed;
	content: "";
	display: none;
	opacity: 0;
	width: 100%;
	height: 150%;
	z-index: 10;
	background: var(--main-color);
	background: rgba(19, 24, 62, 0.8);
}
body.menu-open {
	overflow: hidden;
}
.menu-open #bg-wrapper {
	display: block;
	opacity: 1;
	-webkit-animation: opac-in-animate 0.4s ease-out forwards;
	animation: opac-in-animate 0.4s ease-out forwards;
}

.menu-ani #bg-wrapper {
	display: block;
	opacity: 1;
	-webkit-animation: opac-out-animate 0.3s ease-in forwards;
	animation: opac-out-animate 0.3s ease-in forwards;
}

#main-wrapper {
	position: relative;
}

#content-wrapper {
	position: relative;
	display: block;
	z-index: 2;
	padding: 0;
	/*	padding: 96px 0px;*/
	/*	overflow: hidden;*/
}

/* HEADER *****************************/

#navbar {
	position: fixed;
	display: flex;
	/*	display: none;*/
	height: 100%;
	padding: 0px 0px;
	top: 0px;
	left: 0px;
	z-index: 99;
	pointer-events: none;
}
#navbar-column {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 72px;
	height: 100%;
	background: rgba(0, 0, 0, 0.32);
	transition: all 0.2s ease;
	z-index: 2;
	pointer-events: auto;
	-webkit-backdrop-filter: blur(22px);
	backdrop-filter: blur(22px);
}
.menu-open #navbar-column {
	background: var(--nav-color);
	transition: all 0.2 ease;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.logo-main {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin: 0;
	padding: 16px 16px;
	color: white;
}

.logo-main img {
	height: auto;
	width: 100%;
	transform: translateZ(0);
}

.logo-main span {
	position: relative;
	display: block;
}
.nav-toggle {
	position: relative;
	display: block;
	cursor: pointer;
	width: 24px;
	height: 24px;
	padding: 0px;
	margin: 0 auto;
	background: none;
	border: none;
	overflow: hidden;
}

.nav-icon span,
.menu-ani .nav-icon span {
	display: block;
	position: absolute;
	top: 11px;
	left: 3px;
	right: 3px;
	height: 2px;
	background: var(--white-color);
	transition: background 0s 0.2s;
}

.nav-icon span::before,
.nav-icon span::after,
.menu-ani .nav-icon span::before,
.menu-ani .nav-icon span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--white-color);
	content: "";
	transition-duration: 0.2s, 0.2s;
	transition-delay: 0.2s, 0s;
}

.nav-icon span::before,
.menu-ani .nav-icon span::before {
	top: -6px;
	transition-property: top, transform;
}

.nav-icon span::after,
.menu-ani .nav-icon span::after {
	/*    width: 70%;*/
	bottom: -6px;
	transition-property: bottom, transform;
}

.menu-open .nav-icon span {
	background: none;
}

.menu-open .nav-icon span::before {
	top: 0;
	width: 100%;
	transform: rotate(45deg);
}

.menu-open .nav-icon span::after {
	bottom: 0;
	width: 100%;
	transform: rotate(-45deg);
}

.menu-open .nav-icon span::before,
.menu-open .nav-icon span::after {
	transition-delay: 0s, 0.2s;
}

/* NAV MAIN *****************************/

.navbar-container {
	position: relative;
	display: flex;
	width: 40%;
	width: 36vw;
	background: var(--nav-color);
	transform: translateX(-120%);
	transition: all 0.3s ease;
	padding: 0 0 0 72px;
	z-index: 1;
}
.menu-open .navbar-container {
	/*	opacity: 1;*/
	transform: translateX(0%);
	transition: all 0.7s cubic-bezier(0.7, 0.1, 0.2, 1);
	pointer-events: auto;
}

.nav-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 120px var(--main-pad) var(--lg-pad) 120px;
	padding: 120px var(--main-pad) var(--lg-pad) var(--lg-pad);
	pointer-events: auto;
	overflow: hidden;
}

#nav-main {
	position: relative;
	display: flex;
	flex-direction: column;
	/*	margin-left: auto;*/
}

#nav-main ul {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 8px 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

#nav-main ul li {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;
	/*	opacity: 0;*/
	transform: translateX(-150%);
	transition: all 0.2s ease;
}
.menu-open #nav-main ul li {
	/*	opacity: 1;*/
	transform: translateX(0%);
	transition: all 0.25s ease-out;
}
.menu-open #nav-main ul li:nth-child(1) {
	transition-delay: 0.55s;
}
.menu-open #nav-main ul li:nth-child(2) {
	transition-delay: 0.6s;
}
.menu-open #nav-main ul li:nth-child(3) {
	transition-delay: 0.65s;
}
.menu-open #nav-main ul li:nth-child(4) {
	transition-delay: 0.7s;
}
.menu-open #nav-main ul li:nth-child(5) {
	transition-delay: 0.75s;
}
.menu-open #nav-main ul li:nth-child(6) {
	transition-delay: 0.8s;
}
.menu-open #nav-main ul li:nth-child(7) {
	transition-delay: 0.85s;
}
.menu-open #nav-main ul li:nth-child(8) {
	transition-delay: 0.9s;
}
.menu-open #nav-main ul li:nth-child(9) {
	transition-delay: 0.95s;
}
.menu-open #nav-main ul li:nth-child(10) {
	transition-delay: 1s;
}
#nav-main ul li.show-mob {
	display: none;
}
#nav-main ul li a {
	display: block;
	line-height: 24px;
	padding: 12px 0px;
	color: var(--white-color);
	font-family: "Alumni Sans", sans-serif;
	font-weight: 300;
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 0.2s ease;
	cursor: pointer;
}
#nav-main ul li a i {
	font-size: 22px;
	line-height: 24px;
	margin-right: 4px;
}
#nav-main ul li.nav-lg a {
	line-height: 48px;
	font-size: 48px;
	font-weight: 900;
}

#nav-main ul li a:hover {
	color: var(--light-white-color);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#nav-bottom {
	position: relative;
	display: flex;
	padding: 0px;
	margin-top: auto;
}

.nav-social {
	position: relative;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: flex-start;
	list-style: none;
}
#navbar-column .nav-social {
	position: absolute;
	bottom: 0;
	left: 0;
	flex-direction: column;
	padding: 16px 16px;
	opacity: 1;
	transition: opacity 0.4s ease;
}
#nav-bottom .nav-social {
	opacity: 0;
}
.menu-open #nav-bottom .nav-social {
	animation: opac-in-animate 0.4s ease-in forwards;
	animation-delay: 0.8s;
}
.menu-open #navbar-column .nav-social {
	animation: opac-out-animate 0.2s ease-in forwards;
}
.nav-social li {
	margin: 0px;
	padding: 0px;
}
#nav-bottom .nav-social li {
	margin: 0px 12px 0px 0px;
}
.nav-social li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: var(--sm-icon);
	color: var(--white-color);
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.nav-social li a img {
	height: 24px;
	width: auto;
	margin-top: -1px;
	vertical-align: text-top;
}
.nav-social li a:hover {
	color: var(--white-color);
	opacity: 0.5;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.nav-wrap-button {
	position: absolute;
	top: 32px;
	right: 32px;
	opacity: 0;
}
.menu-open .nav-wrap-button {
	animation: opac-in-animate 0.4s ease-in forwards;
	animation-delay: 0.8s;
}

/*
#navbar .l-btn.mint-btn:disabled:hover, #navbar .l-btn:disabled:active, #navbar .l-btn:disabled:focus {
	color: var(--white-color);
	border: 1px solid var(--white-color);
}
*/

.sticky-button {
	position: fixed;
	position: absolute;
	top: 0;
	right: 0;
	padding: 24px;
	z-index: 7;
}

/* PANEL STYLES *****************************/

.full-screen {
	display: block;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

#panels {
	position: relative;
}

#panels #panels-container {
	height: 100vh;
	width: 442%;
	display: flex;
	flex-wrap: nowrap;
	padding: 0;
	overflow: hidden;
}
#panels #panels-container .panel {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
}
#panels #panels-container #panel-3.panel {
	position: relative;
	width: 140%;
}
#panels #panels-container #panel-4.panel {
	width: 102%;
}

/* MAIN BANNER STYLES *****************************/
/*

#content-top-wrapper{
	position: relative;
	z-index: 3;
}
*/

#banner-wrapper {
	position: relative;
	display: block;
	z-index: 1;
	background: transparent;
	/*	background: url(../images/kaiju-background-1.jpg) top center no-repeat;*/
	background: url(../images/kaiju-mainbanner-background-v2.jpg) bottom center no-repeat;
	background-size: cover;
	overflow: hidden;
	min-height: 100vh;
}

#banner-main {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

#banner-wrapper .container {
	position: relative;
	display: flex;
	padding: 0;
	z-index: 2;
}
.banner-main-wrap {
	position: relative;
	/*	overflow: hidden;*/
}

.banner-text {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: center;
	text-align: left;
	width: 72%;
	width: 50%;
	min-height: 98vh;
	margin: 0 auto;
	padding: var(--lg-pad) var(--sm-pad);
	padding: var(--lg-pad) var(--lg-pad) var(--lg-pad) 0;
	color: var(--text-color);
	z-index: 3;
}

.banner-header {
	position: relative;
	display: flex;
	flex-direction: column;
}

.banner-main-top,
.banner-main-btm {
	position: relative;
	display: block;
	/*	overflow: hidden;*/
}

.banner-main-btm p:first-child {
	margin-bottom: var(--sm-pad);
}

.banner-text-logo {
	position: absolute;
	top: var(--lg-pad);
	left: 0;

	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: center;
	text-align: center;
	margin-bottom: var(--med-pad);
	opacity: 0;
}

.banner-text-logo img {
	height: 88px;
	height: 96px;
	width: auto;
}
.animate .banner-text-logo {
	animation: btm-in-animate 0.6s ease-in-out forwards;
	/*	animation-delay: 0.2s;*/
}

.banner-text-main-wrap {
	position: relative;
	display: block;
	overflow: hidden;
}
.banner-text-main {
	position: relative;
	display: block;
	opacity: 0;
	transform-origin: 0% 50%;
	transform: rotate(9deg) translateY(50%);
	transition: all 0.2s ease;
}

.animate .banner-text-main {
	opacity: 1;
	transform: rotate(0deg) translateY(0%);
	transition: transform 0.6s ease-in-out, opacity 0.2s ease-in;
}

.banner-text-main h1 {
}
.banner-text p {
	position: relative;
	padding: 0 8%;
	padding: 0;
	color: var(--white-color);
	font-weight: 300;
	margin-bottom: 0px;
	margin-bottom: 24px;
	line-height: 1.8;
}
.banner-text p a {
	font-weight: 700;
	color: var(--white-color);
}
.banner-text p span {
	display: block;
	font-weight: 700;
}

.banner-text-main-buttons .button {
	margin-right: 16px;
}

.banner-header-button {
	display: flex;
}

.flipdown {
	display: flex;
	height: initial;
	margin-bottom: 24px;
}

.flipdown .rotor-group {
	position: relative;
	padding-right: 8px;
	display: flex;
	flex-wrap: wrap;
	width: 25%;
	width: 80px;
	font-family: "Alumni Sans", sans-serif;
}

.rotor-group .rotor-group-heading {
	width: 72px;
	margin-top: 8px;
	line-height: 24px;
	text-transform: lowercase;
	font-weight: 300;
	font-size: 14px;
	opacity: 1;
	order: 3;
}

.flipdown .rotor-group-heading:before {
	height: 24px;
	line-height: 24px;
}

.flipdown .rotor {
	border-radius: 7px;
	margin: 0px;
	font-size: 32px;
	/* line-height: 56px; */
	font-family: "Alumni Sans", sans-serif;
	width: 32px;
	height: 56px;
}
.flipdown .rotor:last-child {
	margin-left: 8px;
}
.flipdown .rotor .rotor-leaf,
.flipdown .rotor .rotor-leaf .rotor-leaf-front,
.flipdown .rotor .rotor-leaf .rotor-leaf-rear,
.flipdown .rotor-top,
.flipdown .rotor-bottom {
	width: 32px;
}
.flipdown .rotor .rotor-leaf {
	height: 56px;
}
.flipdown .rotor .rotor-leaf .rotor-leaf-front,
.flipdown .rotor .rotor-leaf .rotor-leaf-rear {
	height: 28px;
}
.flipdown .rotor .rotor-leaf .rotor-leaf-front {
	line-height: 56px;
}
.flipdown .rotor-top,
.flipdown .rotor-bottom {
	height: 28px;
}
.flipdown .rotor-top {
	line-height: 56px;
}

.flipdown.flipdown__theme-light .rotor,
.flipdown.flipdown__theme-light .rotor-top,
.flipdown.flipdown__theme-light .rotor-leaf-front,
.flipdown.flipdown__theme-light .rotor-bottom,
.flipdown.flipdown__theme-light .rotor-leaf-rear {
	color: var(--main-color);
	background-color: var(--white-color);
	box-shadow: none;
}

.flipdown.flipdown__theme-light .rotor-group:nth-child(n + 2):nth-child(-n + 3):before,
.flipdown.flipdown__theme-light .rotor-group:nth-child(n + 2):nth-child(-n + 3):after {
	display: none;
}

.flipdown.flipdown__theme-light .rotor-group-heading:before {
	color: var(--white-color);
	font-weight: 300;
}

.flipdown.flipdown__theme-light .rotor:after {
	border: none;
}

.banner-main-logos {
	position: absolute;
	display: flex;
	left: 0;
	bottom: 48px;
	bottom: 24px;
}
.banner-main-logos span {
	line-height: 40px;
	font-weight: 300;
	font-size: 14px;
}
.banner-main-logos div {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 4px 24px;
}
.banner-main-logos div:after {
	content: "";
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #eceeff1f;
}
.banner-main-logos div:last-child:after {
	display: none;
}
.banner-main-logos div img {
	height: 32px;
}

.banner-main-images-wrapper {
	/*	position: relative;*/
}
.banner-main-image-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	margin-bottom: 48px;
}

.banner-main-images {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	opacity: 0;
}
.animate .banner-main-images {
	animation: opac-in-animate 0.6s ease-in forwards;
	animation-delay: 0.2s;
}
.banner-main-images div {
	flex-shrink: 0;
}
.banner-main-images div div {
	position: relative;
	display: block;
	transition-delay: 0.2s;
}
.bm-image-1 {
	width: 30%;
	margin-right: -20%;
	z-index: 1;
}
.bm-image-1 div {
	transform: translateX(100%);
}
.animate .bm-image-1 div {
	opacity: 1;
	transform: translateX(0%);
	transition: all 0.7s ease-in-out;
}
.bm-image-2 {
	width: 40%;
	margin-right: -25%;
	width: 56%;
	margin-right: -32%;
	z-index: 2;
}
.bm-image-2 div {
	opacity: 0;
	transform: translateX(60%);
}
.animate .bm-image-2 div {
	opacity: 1;
	transform: translateX(0%);
	transition: all 0.7s ease-in-out;
}
.bm-image-3 {
	width: 50%;
	width: 74%;
	z-index: 3;
}
.bm-image-4 {
	width: 40%;
	margin-left: -25%;
	width: 56%;
	margin-left: -32%;
	z-index: 2;
}
.bm-image-4 div {
	opacity: 0;
	transform: translateX(-60%);
}
.animate .bm-image-4 div {
	opacity: 1;
	transform: translateX(0%);
	transition: all 0.7s ease-in-out;
}
.bm-image-5 {
	width: 30%;
	margin-left: -20%;
	z-index: 1;
}
.bm-image-5 div {
	transform: translateX(-100%);
}
.animate .bm-image-5 div {
	opacity: 1;
	transform: translateX(0%);
	transition: all 0.7s ease-in-out;
}

.banner-date-badge {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 260px;
	height: 260px;
	top: 0%;
	right: -112px;
	z-index: 3;
	opacity: 0;
	animation: opac-in-animate 0.6s ease-in forwards;
	animation-delay: 0.2s;
}
.banner-date-badge:after {
	content: "";
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	top: 0%;
	right: -0px;
	background: #e0007e;
	border-radius: 50%;
	z-index: 0;

	display: none !important;
}
.banner-date-label {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 10%;
	color: var(--white-color);
	text-shadow: 0px 8px 6px rgba(0, 0, 0, 0.16);
	z-index: 2;
}
.banner-date-label h3 {
	line-height: 1;
	margin: 0;
	font-size: 56px;
}

.banner-date-label p {
	margin-bottom: 0;
}

.banner-date-label a {
	color: var(--white-color);
}

.banner-blob {
	position: absolute;
	display: block;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0%;
}
.banner-blob svg {
	width: 100%;
	height: 100%;
}

.banner-minted-wrap {
	letter-spacing: 1.1px;
	margin-bottom: 32px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.banner-minted {
	background: #ff0092;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	font-size: 20px;
	padding: 8px 24px;
	width: fit-content;
	font-weight: 300;
	z-index: 9;
	font-family: "Alumni Sans", sans-serif;
	min-width: 212px;
}

.banner-minted span {
	padding-top: 4px;
}

.banner-minted span:first-child {
	font-weight: 700;
	text-transform: uppercase;
}
.banner-minted span:last-child {
	letter-spacing: 1.1px;
	font-weight: 300;
}

.banner-mint-price {
	background: #74115e;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	font-size: 20px;
	padding: 8px 24px;
	width: fit-content;
	font-weight: 300;
	margin-left: -24px;
	padding-left: 32px;
	font-family: "Alumni Sans", sans-serif;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.banner-mint-price i {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-right: 8px;
}

.banner-mint-price span {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1.32px;
	margin-top: auto;
	line-height: 1;
}

.info-block {
	position: absolute;
	right: 48px;
	bottom: 48px;
	z-index: 5;
	opacity: 0;
}
.info-block {
	animation: btm-in-animate 0.8s ease-out forwards;
	animation-delay: 0.4s;
}
.info-block:hover {
	cursor: pointer;
}

.info-block-wrap {
	position: relative;
	display: flex;
	padding: 16px;
	width: 456px;
	border-radius: 17px;
	background: var(--light-grey-color);
	color: var(--main-color);
	box-shadow: 0px 8px 24px rgba(0, 5, 39, 0.48);
}
.info-block-icon {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 24px;
	height: 24px;
	font-size: 20px;
	color: var(--main-color);
	opacity: 1;
	transition: opacity 0.2s ease;
}
.info-block-icon span {
	position: relative;
	display: block;
	animation: tada 1.4s linear infinite;
	animation-delay: 0.8s;
}
.info-block-content {
	position: relative;
	display: flex;
	width: calc(100% - 24px);
	flex-direction: column;
	padding-left: 16px;
	opacity: 1;
	transition: opacity 0.2s ease;
}
.info-block-wrap:hover .info-block-icon,
.info-block-wrap:hover .info-block-content {
	opacity: 0.64;
	transition: opacity 0.4s ease-out;
}
.info-block-content-title {
	font-family: "Alumni Sans", sans-serif;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 28px;
	text-transform: uppercase;
	/*	white-space: nowrap;*/
}
.info-block-content-text {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4;
}

@keyframes tada {
	from {
		transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		transform: scale3d(1, 1, 1);
	}
}

/* CONTENT BANNER STYLES *****************************/

.content-banner-wrap {
	position: relative;
	display: block;
	padding: 120px 0px;
	padding: 192px 0px;
	z-index: 2;
}

.content-banner,
.info-blocks {
	position: relative;
	display: flex;
	flex-direction: row;
}

.content-banner.content-banner-txt-img {
	margin-left: -48px;
	margin-right: -48px;
}

.center-page-wrap .content-banner {
	flex-direction: column;
	justify-content: center;
}

.banner-blk-txt,
.banner-blk-img,
.content-blk-block {
	position: relative;
	display: flex;
	width: 50%;
	padding: 0px 48px;
	align-content: flex-start;
	align-self: center;
	flex-direction: column;
}

.banner-blk-txt {
	width: 50%;
}

.banner-blk-img {
	width: 50%;
	padding: 0px 48px;
}

.banner-blk-txt.banner-txt-sm {
	width: 38%;
}

.banner-blk-txt.banner-txt-lg {
	width: 62%;
}

.content-blk-block {
	flex-direction: row;
	justify-content: center;
}

.content-banner-title {
	position: relative;
	display: block;
	margin-bottom: 24px;
}

.content-banner-title h2,
.content-banner-title h3,
.content-banner-title h4 {
	margin: 0;
}

.content-banner-title-img {
	position: absolute;
	width: 208px;
	top: -64px;
	right: 36px;
}

.content-banner-txt {
	position: relative;
	display: block;
}

/*
.content-banner-txt p:last-of-type {
	margin-bottom: var(--lg-pad);
}
*/

.content-banner-txt.lead-p p:first-child {
	font-size: 26px;
	line-height: 1.6;
	color: var(--grey-color);
}

.content-banner-txt p + .button {
	margin-top: 24px;
}
.content-banner-buttons {
	margin-top: 48px;
}
.content-banner-buttons .d-inline-block {
	display: inline-block;
	margin-right: 16px;
}
.banner-buttons .button {
	margin-right: 12px;
}
.banner-txt-cols {
	display: flex;
	margin-left: -12px;
	margin-right: -12px;
	margin-bottom: 24px;
}

.banner-txt-cols .content-banner-txt {
	width: 50%;
	padding: 0 12px;
}

.banner-large-title {
	font-family: "Alumni Sans", sans-serif;
	margin-top: 0px;
	color: var(--white-color);
	font-size: 180px;
	font-weight: 900;
	/*	letter-spacing: 1px;*/
	text-transform: uppercase;
}
.large-title-blk {
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 1;
	padding: 0 24px;
	margin-bottom: -4%;
}
.large-title-blk div {
	position: relative;
	display: block;
	opacity: 0;
	transform-origin: 40% 0%;
	transform: rotate(-15deg) translateY(-100%);
	transition: all 0.2s ease;
}
.animate .large-title-blk div {
	opacity: 1;
	transform: rotate(0deg) translateY(0%);
	transition: transform 0.3s ease-out, opacity 0.2s ease-out;
}
.large-title-blk div.b-lg-2 {
	transition-delay: 0.1s;
}
.large-title-blk div.b-lg-3 {
	transition-delay: 0.2s;
}
.large-title-blk-img {
	position: absolute;
	display: block;
	top: -16px;
	right: 12%;
	height: 108px;
	opacity: 0;
	transform-origin: 50% 0%;
	transform: rotate(15deg) translateY(-50%);
	transition: all 0.2s ease;
}
.animate .large-title-blk-img {
	opacity: 1;
	transform: rotate(0deg) translateY(0%);
	transition: transform 0.3s ease-out, opacity 0.2s ease-out;
	transition-delay: 0.4s;
}
.large-title-blk-img img {
	height: 100%;
	width: auto;
}

.big-text-horizontal {
	display: flex;
	width: 200px;
}
.big-text-horizontal div {
	position: absolute;
	top: 50%;
	left: 0;
	font-family: "Alumni Sans", sans-serif;
	margin-top: 0px;
	color: var(--main-color);
	font-size: 180px;
	line-height: 1;
	font-weight: 900;
	transform: rotate(90deg) translateY(-100%) translateX(-50%);
	transform-origin: 0% 0%;
	text-transform: uppercase;
}

/* CONTENT STYLES *****************************/

#content-bottom {
	position: relative;
	color: var(--white-color);
	background: var(--main-color);
}

.content-banner.content-banner-center {
	flex-direction: column;
}

.content-banner-center .content-banner-title {
	margin-bottom: 16px;
}

.content-banner-center .banner-blk-txt {
	width: 100%;
	text-align: center;
	padding: 0px 20%;
}
.content-banner-center .button {
	align-self: center;
}

.content-banner-center .banner-blk-img img {
	position: relative;
	display: inline-block;
	height: 144px;
	width: auto;
	margin: 0 auto;
}

.content-banner-center-block {
	margin-top: 48px;
	text-align: center;
}

.content-center {
	position: relative;
	display: block;
	text-align: center;
	padding: 0px 40px;
	padding: 0px 10%;
	margin-bottom: var(--lg-pad);
}

.content-top-center .content-center {
	padding: 0;
}

.content-center-title {
	position: relative;
	text-align: center;
	display: inline-block;
	/*	width: 70%;*/
	margin: 0 auto;
}

.content-center-title h2 {
	margin-bottom: 0px;
}

.large-container {
	flex-direction: column;
	display: flex;
	justify-content: center;
	height: 100%;
	padding: 0 160px;
	max-width: 100%;
}

#content-top {
	background: url(../images/kaiju-usp-bg.png) center bottom no-repeat;
	background-size: cover;
}
#content-top .container {
	position: relative;
	z-index: 2;
}
#content-top:before {
	content: "";
	position: absolute;
	display: block;
	height: 16%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(19, 24, 62, 1) 0%, rgba(19, 24, 62, 0) 100%) 0% 0% no-repeat;
}
#content-top:after {
	content: "";
	position: absolute;
	display: block;
	height: 16%;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(19, 24, 62, 0) 0%, rgba(19, 24, 62, 1) 100%) 0% 0% no-repeat;
}
.usp-blocks {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*	min-height: 70vh;*/
	padding: 240px 0px;
	margin: 48px 0px;
}
.usp-block-center {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 30%;
	min-width: 360px;
	padding: 4%;
	border-radius: 50%;
	background: rgba(19, 24, 62, 1);
	box-shadow: 0px 0px 80px rgba(233, 221, 221, 0.16);
	/*
	transform: rotate(0deg);
	transform-style: preserve-3d;
	transition: transform 0.4s linear;
*/
}
.usp-block-center-inside {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	border-radius: 50%;
	background: rgba(19, 24, 62, 1);
	box-shadow: 0px 0px 80px rgba(233, 221, 221, 0.16);
}
.usp-center-logo {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 20%;
	top: 0%;
	left: 0;
	z-index: 1;
}
.usp-center-image {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0;
	z-index: 2;
	transform: rotate(0deg);
	transform-style: preserve-3d;
	transition: transform 0.4s linear;
}
#usp-blocks.pos-1 .usp-center-image {
	transform: rotate(-27deg);
}
#usp-blocks.pos-2 .usp-center-image {
	transform: rotate(27deg);
}
#usp-blocks.pos-3 .usp-center-image {
	transform: rotate(-125deg);
}
#usp-blocks.pos-4 .usp-center-image {
	transform: rotate(125deg);
}

.usp-block {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 40%;
	height: 320px;
	padding: 48px 0px;
	opacity: 0.48;
	transition: all 0.2s ease;
}
.usp-block-wrap {
	position: relative;
	display: block;
}
.usp-1 {
	left: 0;
	top: 0;
}
.usp-2 {
	right: 0;
	top: 0;
}
.usp-3 {
	left: 0;
	bottom: 0;
}
.usp-4 {
	right: 0;
	bottom: 0;
}
.usp-block:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 120px;
	opacity: 0.48;
	transition: opacity 0.2s ease;
}
.usp-1.usp-block:after {
	top: 88%;
	right: -12%;
	background: url(../images/kaiju-arrow-1.svg) center center no-repeat;
	background-size: contain;
}
.usp-2.usp-block:after {
	top: 88%;
	left: -12%;
	background: url(../images/kaiju-arrow-2.svg) center center no-repeat;
	background-size: contain;
}
.usp-3.usp-block:after {
	bottom: 88%;
	right: -12%;
	background: url(../images/kaiju-arrow-3.svg) center center no-repeat;
	background-size: contain;
}
.usp-4.usp-block:after {
	bottom: 88%;
	left: -12%;
	background: url(../images/kaiju-arrow-4.svg) center center no-repeat;
	background-size: contain;
}
.usp-block-title h3 {
	margin: 0;
}
.usp-sub-title {
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1.2;
	color: var(--sub-color);
	font-family: "Alumni Sans", sans-serif;
	text-align: center;
}
.usp-block-txt {
	overflow: hidden;
	max-height: 0;
	text-align: center;
	opacity: 0;
	transition: all 0.2s ease;
}
.usp-block:hover {
	opacity: 1;
	transition: all 0.6s ease-out;
}

.usp-block:hover .usp-block-txt {
	max-height: 200px;
	opacity: 1;
	transition: all 0.6s ease-out;
}
.usp-block:hover:after {
	opacity: 1;
	transition: opacity 0.6s ease-out;
}
.usp-2 .button {
	display: none;
}

.banner-blk-big-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: center;
	width: 30%;
}
.banner-blk-big-text div {
	font-family: "Alumni Sans", sans-serif;
	color: var(--white-color);
	font-size: 180px;
	font-weight: 900;
	/*	letter-spacing: 1px;*/
	text-transform: uppercase;
}

.banner-img-blocks {
	width: 70%;
	padding-left: 96px;
	display: flex;
}
.img-block-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 25%;
	padding: 0 12px;
}
.img-block {
	transform-style: preserve-3d;
	perspective: 1000px;
}
.img-block-front,
.img-block-back {
	background-size: cover;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
	backface-visibility: hidden;
	min-height: 420px;
	height: auto;
	border-radius: 7px;
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.img-block-front {
	background: url(../images/kaiju-pattern.svg) top center no-repeat var(--light-main-color);
	background-size: cover;
}
.img-block-back {
	background: var(--light-main-color);
}

.img-block-front:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/kaiju-pattern.svg) top center no-repeat var(--light-main-color);
	background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 7px;
}
.img-block:hover .img-block-front,
.img-block:hover .img-block-back {
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.img-block-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img-block-content {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 100%;
	padding: 0;
	perspective: inherit;
	z-index: 2;
}

.img-block .img-block-back {
	transform: rotateY(180deg);
	transform-style: preserve-3d;
}
.img-block .img-block-front {
	transform: rotateY(0deg);
	transform-style: preserve-3d;
}
.img-block:hover .img-block-back {
	transform: rotateY(0deg);
	transform-style: preserve-3d;
}
.img-block:hover .img-block-front {
	transform: rotateY(-180deg);
	transform-style: preserve-3d;
}

.img-block-title {
	position: relative;
	display: flex;
	font-family: "Alumni Sans", sans-serif;
	line-height: 48px;
	font-size: 24px;
	font-weight: 500;
	padding: 32px;
}
.img-block-title span {
	font-size: 64px;
	font-weight: 900;
	color: var(--sub-color);
}
.img-block-title div {
	padding-left: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.img-block-text {
	padding: 0px 32px 16px 32px;
}
.img-block-img {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 96px;
	border-radius: 0px 0px 7px 7px;
}
.img-block-img img {
	width: 100%;
	height: auto;
}
.img-blk-1,
.img-blk-3 {
	padding-top: 48px;
}
.img-block-wrap {
	opacity: 0;
	transform: translateY(80%);
	transition: all 0.4s ease;
}
#panel-3.panelactive .img-block-wrap {
	opacity: 1;
	transform: translateY(0%);
	transition: transform 1s ease-out, opacity 0.2s ease-out;
}
#panel-3.panelactive .img-blk-1 {
}
#panel-3.panelactive .img-blk-2 {
	transition-delay: 0.2s;
}
#panel-3.panelactive .img-blk-3 {
	transition-delay: 0.4s;
}
#panel-3.panelactive .img-blk-4 {
	transition-delay: 0.6s;
}

/*
.animate .img-blk-1 {
	animation: block-in-animate 0.8s ease-out forwards;
}
.animate .img-blk-2 {
	animation: block-in-animate 0.8s ease-out forwards;
	animation-delay: 0.4s;
}
.animate .img-blk-3 {
	animation: block-in-animate 0.8s ease-out forwards;
	animation-delay: 0.8s;
}
.animate .img-blk-4 {
	animation: block-in-animate 0.8s ease-out forwards;
	animation-delay: 1.2s;
}

@keyframes block-in-animate {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}
	50% { opacity: 1; }
	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}
*/

#content-video {
	position: relative;
	display: block;
}
#content-video .container {
	position: relative;
	z-index: 2;
}

.video-blk {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
.video-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 59px;
	width: 100%;
	box-shadow: 0px 32px 72px rgba(0, 0, 0, 0.63);
	z-index: 2;
}
.videoPlayer {
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	height: auto;
	min-height: 200px;
}
.videoPlayer:hover {
	cursor: pointer;
}
.video-scroll-text {
	position: absolute;
	font-family: "Alumni Sans", sans-serif;
	font-size: 280px;
	width: initial;
	width: 100%;
	white-space: nowrap;
	font-weight: 900;
	color: var(--light-main-color);
	top: -7%;
	top: 0;
	left: 0%;
	z-index: 1;
}
.video-button {
	display: none;
	justify-content: center;
	margin-top: 48px;
}

.video-scroll-text {
	position: absolute;
	width: 100%;
	white-space: nowrap;
	font-weight: 900;
	color: var(--light-main-color);
	top: 0;
	left: 0%;
	z-index: 1;
}

.content-nfts-wrap {
	position: relative;
	display: block;
	padding: 120px 0px;
}
.content-nft-strip {
	position: relative;
	display: flex;
	padding: 4px 0px;
	width: 150%;
}
.content-nft-strip img {
	width: 100%;
	height: auto;
}
#content-nfts-1 {
	left: 0;
}
#content-nfts-2 {
	left: -50%;
}

/* ROADMAP STYLES *****************************/

#content-roadmap {
}
#roadmap-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background: var(--light-grey-color);
	z-index: 1;
}
.roadmap-header-block {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 60%;
	height: 60%;
	text-align: center;
	background: url(../images/kaiju-roadmap-bg.jpg) center center no-repeat;
	background-size: cover;
	/*
	border-radius: 59px;
	box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.30);
*/
}
.roadmap-header-title {
	position: relative;
	display: block;
}
.content-roadmap-wrapper {
	position: relative;
	margin-top: -10%;
	z-index: 3;
}
.roadmap-cloud {
	position: absolute;
	z-index: 1;
}
.cloud-1 {
	background: url(../images/kaiju-cloud.svg) top right no-repeat;
	background-size: contain;
	width: 30%;
	height: 200px;
	right: -2%;
	top: 15%;
}
.cloud-2 {
	background: url(../images/kaiju-cloud-2.svg) top left no-repeat;
	background-size: contain;
	width: 30%;
	height: 200px;
	left: -2%;
	top: 75%;
}
.content-roadmap {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0 var(--lg-pad);
	margin-top: var(--lg-pad);
	z-index: 2;
}
.roadmap-block {
	position: relative;
	display: flex;
	width: 50%;
	padding: 0;
	padding: var(--lg-pad) 0;
	flex-direction: column;
}
.roadmap-block.rm-left {
	align-self: flex-start;
	margin-right: auto;
	padding-right: 72px;
}
.roadmap-block.rm-right {
	align-self: flex-end;
	margin-left: auto;
	padding-left: 72px;
}

.roadmap-block-icon {
	position: absolute;
	top: 0;
	width: 48px;
	height: 100%;
}
.roadmap-block-icon:after {
	content: "";
	position: absolute;
	display: block;
	padding: 0;
	width: 1px;
	height: 100%;
	top: 0px;
	left: 23px;
	background: rgba(255, 255, 255, 0.16);
	z-index: 0;
}
.roadmap-block:first-child .roadmap-block-icon:after {
	height: 120%;
	top: -20%;
	background: linear-gradient(
			180deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.16) 20%,
			rgba(255, 255, 255, 0.16) 100%
		)
		0% 0% no-repeat;
}
.roadmap-block:last-child .roadmap-block-icon:after {
	height: 120%;
	background: linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.16) 0%,
			rgba(255, 255, 255, 0.16) 80%,
			rgba(255, 255, 255, 0) 100%
		)
		0% 0% no-repeat;
}
.roadmap-block-icon span {
	position: absolute;
	display: flex;
	flex-direction: column;
	text-align: center;
	top: calc(50% - 24px);
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-weight: 900;
	font-size: 32px;
	z-index: 1;
}
.roadmap-block-icon span:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #411b3d;
	border: 1px solid #f2293d;
	box-shadow: 0px 0px 13px rgba(217, 37, 51, 0.48);
	transform: rotate(-45deg);
	z-index: -1;
}
.roadmap-block.rm-left .roadmap-block-icon {
	right: -24px;
}
.roadmap-block.rm-right .roadmap-block-icon {
	left: -24px;
}

.roadmap-block-main {
	position: relative;
	display: block;
	border-radius: 9px;
	padding: 48px;
	background: url(../images/kaiju-pattern.svg) top center var(--light-main-color);
	box-shadow: 0px 8px 24px rgba(0, 5, 39, 0.48);
	z-index: 2;
}
.roadmap-block-title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	color: var(--sub-color);
}
.roadmap-block-title span {
	position: relative;
	display: inline-block;
	line-height: var(--main-pad);
	padding: 0 var(--sm-pad);
}
.roadmap-block-main p:last-child {
	margin: 0;
}
.roadmap-block-image {
	position: absolute;
	display: block;
	width: 50%;
	left: 20%;
	bottom: 16px;
	z-index: 0;
	opacity: 0;
	transform: translateY(0%);
	transition: all 0.2s ease;
}
#rmb-4 .roadmap-block-image {
	left: 30%;
}
/*
.roadmap-block-title span:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -16px;
	width: 100%;
	height: 2px;
	border-radius: 3px;
	background:var(--sub-color);  
}
*/

/* PROFILE STYLES *****************************/

.profile-users-wrapper {
	position: relative;
	margin-left: -48px;
	margin-right: -48px;
}
#content-team.content-banner-wrap {
	padding: 240px 0px;
}
#content-team .container {
	position: relative;
}
/*
.team-bg{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: linear-gradient(90deg, rgba(19, 24, 62, 1) 0%, rgba(19, 24, 62, 1) 90%, rgba(19, 24, 62, 0) 100%) no-repeat;
	z-index: 2;
}
*/
.profile-users-wrapper {
	position: relative;
	margin-left: -48px;
	margin-right: -48px;
}
.profile-users.owl-carousel .owl-stage-outer {
	overflow: visible;
}
.profile-users {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	width: 20%;
	padding: 0 48px;
	margin: 0 auto;
	margin-top: 48px;
	justify-content: center;
}

.profile-user-wrap {
	display: inline-block;
	padding: 0 16px;
	margin-bottom: 48px;
	width: 20%;
	width: 100%;
	opacity: 0;
	transform: translateY(15%);
	transition: all 0.4s ease;
}

.animate .profile-user-wrap {
	-webkit-animation: btm-fade-animate 0.6s ease-out forwards;
	animation: btm-fade-animate 0.6s ease-out forwards;
}

.profile-users .owl-stage .owl-item:nth-child(1) .profile-user-wrap {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.profile-users .owl-stage .owl-item:nth-child(2) .profile-user-wrap {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.profile-users .owl-stage .owl-item:nth-child(3) .profile-user-wrap {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.profile-users .owl-stage .owl-item:nth-child(4) .profile-user-wrap {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.profile-users .owl-stage .owl-item:nth-child(5) .profile-user-wrap {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.profile-users .owl-stage .owl-item:nth-child(6) .profile-user-wrap {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.profile-users .owl-stage .owl-item:nth-child(7) .profile-user-wrap {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.profile-users .owl-stage .owl-item:nth-child(8) .profile-user-wrap {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.profile-users .owl-stage .owl-item:nth-child(9) .profile-user-wrap {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.profile-user {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.profile-user-img {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 16px;
	height: 240px;
}

.profile-user-img span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 160px;
	height: 160px;
	line-height: 160px;
	margin: 24px 0px;
	font-size: 60px;
	border-radius: 50%;
	/*	background: rgba(255, 255, 255, 0.16);*/
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/*
.active .profile-user-img span {
	position: relative;
	width: 100%;
	top: 0;
	right: initial;
}
*/

.active .profile-user-img span {
	width: 240px;
	height: 240px;
	line-height: 240px;
	margin: 0;
}

.profile-user-title {
	position: relative;
	line-height: 1.6;
	margin-bottom: var(--sm-pad);
	color: var(--text-color);
	font-size: 14px;
}
.profile-user-title span {
	color: var(--sub-color);
	text-transform: uppercase;
}

.profile-name {
	font-family: "Alumni Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 28px;
	line-height: 1;
	margin-bottom: var(--xs-pad);
}
.profile-user-title p {
	color: rgba(255, 255, 255, 0.64);
}

.profile-user-social {
	position: relative;
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
	margin-top: 8px;
	/*	justify-content: center;*/
}
.profile-user-social a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin: 0 8px;
	height: 24px;
	width: 24px;
	font-size: 18px;
	color: var(--text-color);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.profile-user-social a:hover {
	color: var(--sub-color);
}

.owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot,
.owl-carousel button.owl-dot {
	display: inline-block;
	border-radius: 12px;
	padding: 4px 8px !important;
	height: 16px;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	opacity: 0.48;
	zoom: 1;
	box-shadow: none;
	border: none;
	background: none;
}
.owl-dots .owl-dot.active {
	opacity: 1;
}
.owl-dots .owl-dot:hover {
	opacity: 1;
}

.owl-dots .owl-dot span {
	width: initial;
	height: initial;
	margin: 0px;
	background: none;
	display: block;

	border: 1px solid #ffffff;
	background: #ffffff;
	border-radius: 12px;
	padding: 0 16px;
	height: 4px;
	line-height: 4px;

	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
	background: #ffffff;
}

.owl-nav {
	position: absolute;
	display: flex;
	width: 100%;
	justify-content: center;
	right: 0%;
	bottom: -48px;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 8px;
	font-size: 24px;
	border-radius: 7px;
	background: var(--light-main-color);
	opacity: 1;
	transition: opacity 0.2s ease;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
	opacity: 0.48;
}
.owl-nav button.owl-next span,
.owl-nav button.owl-prev span {
	display: none;
}
.owl-nav button.owl-next:before,
.owl-nav button.owl-prev:before {
	content: "\f054";
	display: block;
	position: absolute;
	padding: 0;
	top: 0px;
	left: 0px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	color: var(--white-color);
	font-family: "Font Awesome 6 Pro";
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
}
.owl-nav button.owl-prev:before {
	content: "\f053";
}

/* FAQ STYLES *****************************/

#content-faq {
	background: var(--main-color);
}

#content-faq .content-banner-center {
	margin-bottom: var(--lg-pad);
}
#content-faq .content-banner-center .banner-blk-txt {
	padding: 0;
}

.faq-main {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 12%;
	margin-bottom: var(--main-pad);
	width: calc(100% + 48px);
}
.faq-col {
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 0 var(--main-pad);
}

.faq-blk {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	border-bottom: 1px solid var(--light-white-color);
	padding: var(--main-pad) 0;
	/*	color: var(--white-color);*/
}

.faq-col .faq-blk:first-child {
	border-top: 1px solid var(--light-white-color);
}

.faq-header {
	position: relative;
	width: 100%;
}

.faq-header .btn-link {
	display: block;
	width: 100%;
	padding: 8px 48px 8px 0px;
	line-height: 24px;
	font-size: 24px;
	letter-spacing: 1px;
	text-align: left;
	font-weight: 900;
	text-transform: uppercase;
	font-family: "Alumni Sans", sans-serif;
	color: var(--white-color);
}
.faq-header .btn-link:hover {
	color: var(--light-white-color);
}

.faq-header .btn-link::after {
	content: "\f068";
	display: block;
	position: absolute;
	padding: 0;
	top: -4px;
	right: 0px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: var(--sub-color);
	/*	background: var(--white-color);*/
	/*	border-radius: 50%;*/
	font-family: "Font Awesome 6 Pro";
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	vertical-align: middle;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.faq-header .btn-link.collapsed::after {
	content: "\2b";
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.faq-body {
	padding-top: var(--main-pad);
}
.faq-body a,
.faq-body a:visited {
	color: var(--white-color);
	text-decoration: underline;
}
.faq-body a:hover,
.faq-body a:focus,
.faq-body a:active {
	color: var(--white-color);
	text-decoration: none;
}
.faq-body p:last-child {
	margin-bottom: 0;
}
.faq-body ul {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
	margin: 0 0 24px 0px;
	padding: 0 0 0 18px;
}
.faq-body ul li {
	padding: 0 4px 0 4px;
	margin: 0;
}

/* CONTENT OVERRIDES *****************************/

#content-top .content-center-title,
#content-team .content-center-title,
#content-faq .content-banner-title,
#content-2 .content-banner-title,
#content-3 .banner-blk-big-text {
	overflow: hidden;
}
#content-top .content-center-title h2,
#content-team .content-center-title h2,
#content-faq .content-banner-title h2,
#content-2 .content-banner-title h2,
#content-2 .content-banner-title .sub-title,
#content-3 .banner-blk-big-text div {
	position: relative;
	display: block;
	opacity: 0;
	transform-origin: 0% 50%;
	transform: rotate(9deg) translateY(50%);
	transition: all 0.2s ease;
}

#content-top.animate .content-center-title h2,
#content-team.animate .content-center-title h2,
#content-faq.animate .content-banner-title h2,
.panelactive #content-2 .content-banner-title h2,
.panelactive #content-2 .content-banner-title .sub-title,
.panelactive #content-3 .banner-blk-big-text div {
	opacity: 1;
	transform: rotate(0deg) translateY(0%);
	transition: transform 0.6s ease-in-out, opacity 0.2s ease-in;
}
/*
#usp-blocks{
	opacity: 0;
}
#content-top.animate #usp-blocks{
	animation: opac-in-animate 0.8s ease-out forwards;
}
*/

.usp-block-wrap {
	opacity: 0;
	transform: translateY(15%);
	transition: all 0.4s ease;
}
#content-top.animate .usp-block-wrap {
	opacity: 1;
	transform: translateY(0%);
	transition: transform 0.5s ease-in-out, opacity 0.3s ease-in;
}
#content-top.animate .usp-1 .usp-block-wrap {
	transition-delay: 0.2s;
}
#content-top.animate .usp-2 .usp-block-wrap {
	transition-delay: 0.4s;
}
#content-top.animate .usp-3 .usp-block-wrap {
	transition-delay: 0.6s;
}
#content-top.animate .usp-4 .usp-block-wrap {
	transition-delay: 0.8s;
}

#content-top.animate #usp-blocks {
}

#content-video.content-banner-wrap {
	padding: 240px 0px;
	margin-top: 120px;
}

#content-1.content-banner-wrap {
}
#content-1 .banner-txt-sm {
	opacity: 0;
	transform: translateY(15%);
	transition: all 0.4s ease;
}

#content-1.animate .banner-txt-sm {
	opacity: 1;
	transform: translateY(0%);
	transition: transform 0.5s ease-in-out, opacity 0.3s ease-in;
	transition-delay: 0.5s;
	/*
	animation: btm-fade-animate 0.5s ease-out forwards;
	animation-delay: 0.5s;
*/
}

#content-2.content-banner-wrap {
	position: relative;
	background: url(../images/kaiju-artist-banner-v3.png) top center no-repeat;
	background-size: cover;
	color: var(--main-color);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#content-2.content-banner-wrap:after {
	content: "";
	display: block;
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(236, 238, 255, 0) 0%, rgba(236, 238, 255, 1) 70%) 0% 0% no-repeat;
	/*	background:  rgba(236, 238, 255, 1);*/
}
#content-2 .banner-blk-txt.banner-txt-lg {
	margin-bottom: 48px;
}
#content-2 .content-banner-title h2 {
	color: var(--main-color);
	margin-top: -16px;
}
#content-2 .content-banner-title .sub-title {
	margin-left: var(--main-pad);
}
#content-2 .content-banner-title-img {
	opacity: 0;
	transform: translateY(25%);
	transition: all 0.4s ease;
}
#content-2 .banner-buttons {
	opacity: 0;
	transform: translateY(100%);
	transition: all 0.4s ease;
}
#content-2 .banner-txt-sm {
	position: relative;
	height: 100%;
}
.content-2-image {
	position: relative;
	display: block;
	width: 112%;
	margin-bottom: -40%;
	margin-left: -52%;
}
.content-2-image div {
	position: relative;
	display: block;
	opacity: 0;
	transform: translateY(-180%);
	transition: all 0.4s ease;
}
.panelactive .content-2-image div {
	opacity: 1;
	transform: translateY(0%);
	transition: none;
}
.panelactive #content-2 .content-2-image {
	animation: bounceInDown 0.8s linear forwards;
}

.panelactive #content-2 .content-banner-title-img,
.panelactive #content-2 .banner-buttons {
	opacity: 1;
	transform: translateY(0%);
	transition: transform 0.6s ease-in-out, opacity 0.4s ease-out;
}
#content-2 .banner-txt-cols,
#content-4 .banner-blk-txt,
#content-4 .big-text-horizontal {
	opacity: 0;
	transform: translateY(25%);
	transition: all 0.4s ease;
}
.panelactive #content-2 .banner-txt-cols,
.panelactive #content-4 .banner-blk-txt,
.panelactive #content-4 .big-text-horizontal {
	opacity: 1;
	transform: translateY(0%);
	transition: transform 0.6s ease-in-out, opacity 0.4s ease-out;
}

#content-3.content-banner-wrap {
	background: url(../images/kaiju-visions-bg.jpg) top right no-repeat;
	background-size: contain;
}
#content-3.content-banner-wrap:after {
	content: "";
	display: block;
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(19, 24, 62, 1) 70%, rgba(19, 24, 62, 0) 100%) 0% 0% no-repeat;
}

#content-4.content-banner-wrap {
	padding: 120px 0px;
	background: var(--light-grey-color);
	background: url(../images/kaiju-specs.jpg) right top no-repeat var(--light-grey-color);
	background-size: contain;
	color: var(--main-color);
}
#content-4 .large-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
#content-4 .banner-blk-txt {
	position: relative;
	width: 30%;
	z-index: 2;
}
#content-4 .banner-blk-img {
	display: none;
}

#content-roadmap .roadmap-block .roadmap-block-main {
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
#content-roadmap .roadmap-block.rm-left .roadmap-block-main {
	/*	transform-origin: 0% 100%;*/
	transform: translate3d(-100px, -10px, 0) rotate(10deg);
}
#content-roadmap .roadmap-block.rm-right .roadmap-block-main {
	transform: translate3d(100px, -10px, 0) rotate(10deg);
}
#content-roadmap .roadmap-block.rm-left.animate .roadmap-block-main,
#content-roadmap .roadmap-block.rm-right.animate .roadmap-block-main {
	opacity: 1;
	transform: translate3d(0px, 0px, 0) rotate(0deg);
}
#content-roadmap .roadmap-block.rm-left.animate .roadmap-block-image,
#content-roadmap .roadmap-block.rm-right.animate .roadmap-block-image {
	opacity: 1;
	transform: translateY(-50%);
	transition: all 0.5s ease-out;
	transition-delay: 0.4s;
}

/*
#content-roadmap.animate .roadmap-block{
	animation: btm-fade-animate 0.6s ease-out forwards;
	animation-delay: 0.4s;
}
#content-roadmap.animate .roadmap-block:nth-child(3){
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
*/

/* SUB PAGE STYLES *****************************/

#banner-wrapper-sub {
	position: relative;
	display: block;
	z-index: 1;
	background: transparent;
	background: url(../images/kaiju-visions-bg.jpg) top center no-repeat;
	background-size: cover;
	overflow: hidden;
	min-height: 100vh;
}
#banner-wrapper-sub .container {
	position: relative;
}

.header-sub {
	position: fixed;
	display: flex;
	z-index: 9;
	width: 100%;
	top: 0;
	left: 0;
	padding: 48px;
}
.header-logo-sub {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.header-logo-sub img {
	height: 88px;
	height: 120px;
	width: auto;
}

.sticky-button-sub {
	position: relative;
	margin-left: auto;
}

#banner-sub {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: center;
	text-align: center;
	width: 50%;
	min-width: 714px;
	min-height: 98vh;
	margin: 0 auto;
	opacity: 0;
	animation: btm-fade-animate 0.8s ease-out forwards;
	color: var(--text-color);
	z-index: 3;
}
#banner-sub.sub-video {
	width: 70%;
}
.banner-sub-image {
	position: relative;
	display: block;
	margin-bottom: -36px;
	margin-bottom: -5%;
	z-index: 2;
}
.banner-sub-image img {
	position: relative;
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
.banner-sub-block {
	position: relative;
	display: flex;
	flex-direction: column;
	background: var(--nav-color);
	border-radius: 9px;
	padding: var(--xl-pad) var(--lg-pad) var(--lg-pad) var(--lg-pad);
	z-index: 1;
}

.banner-sub-main {
	position: relative;
	display: flex;
	flex-direction: column;
}
.banner-sub-main h3 {
	line-height: 1.2;
}
.banner-sub-main p {
	margin-bottom: 48px;
}
.banner-sub-buttons {
	position: relative;
	display: flex;
	justify-content: space-between;
}

/*
.banner-text-sub{
	position: relative;
	display: block;
	opacity: 0;
	transform-origin: 0% 50%;
	transform: rotate(9deg) translateY(50%);
	transition: all 0.2s ease;
}
.animate .banner-text-main{
	opacity: 1;
	transform: rotate(0deg) translateY(0%);
	transition: transform 0.6s ease-in-out, opacity 0.2s ease-in;
}
*/

/*
.banner-sub-main h1{
	
}
.banner-text p {
	position: relative;
	padding: 0 8%;
	color: var(--white-color);
	font-weight: 300;
	margin-bottom: 24px;
	margin-bottom: 0px;
	line-height: 1.8;
}
.banner-text p span{
	display: block;
	font-weight: 700;
}
*/

/* CAPTCHA STYLES *****************************/

.captcha-wrap {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin-bottom: -19px;
	margin-bottom: -9px;
	/*    margin-top: 10px;*/
}

#captcha-box,
#captcha-box-contact {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

#captcha_check,
#captcha_check_contact {
	position: absolute;
	margin-left: -99999px;
	margin-top: -999px;
	opacity: 0;
	height: 1px;
	width: 1px;
}

.g-recaptcha,
.g-recaptcha-contact {
}

/* LOADING STYLES *****************************/

.form-loading {
	position: absolute;
	display: none;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(255, 255, 255, 0.95);
	text-align: center;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
}

.loading-icon {
	position: relative;
	display: inline-block;
	width: 80px;
	max-width: 25%;
	text-align: center;
	align-self: center;
	margin-top: -10%;
}

.loading-txt {
	display: block;
	font-size: 1.8rem;
}

.form-loading.show {
	display: -webkit-flex;
	display: flex;
	opacity: 1;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/* FOOTER *****************************/

#footer {
	position: relative;
	display: block;
	background: var(--main-color);
	color: var(--white-color);
	padding: 0px;
	padding: 64px 0;
	font-size: 14px;
	z-index: 2;
}

.footer-content {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	text-align: center;
	justify-content: center;
	padding: 0px;
	margin-bottom: var(--lg-pad);
}

.footer-logo-main {
	position: relative;
	display: block;
	width: 20%;
	text-align: left;
}

.footer-logo {
	position: relative;
	display: inline-block;
	text-align: left;
	margin-bottom: 24px;
}

.footer-logo a {
	display: block;
	display: inline-block;
}

.footer-logo img {
	height: 48px;
	width: auto;
	display: inline-block;
	vertical-align: top;
}

.footer-logo-main p {
	color: var(--light-main-color);
}

/*
.footer-menu li > div, .footer-menu > a span{
    display: none;
}
*/

.footer-menu {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 60%;
	margin: 0px 0px 0px 0px;
}

.footer-menu h3 {
}

.footer-menu ul {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0px;
	padding: 8px 0px;
	list-style: none;
}

.footer-menu ul li {
	position: relative;
	display: block;
	padding: 0px 16px;
	margin: 0px;
	/*	line-height: 2.6;*/
}

.footer-menu ul li span {
	font-weight: 700;
}

.footer-menu ul li a {
	position: relative;
	display: block;
	padding: 4px 0px;
	line-height: 24px;
	font-size: 16px;
	letter-spacing: 1px;
	color: var(--white-color);
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.footer-menu ul li a:hover {
	color: var(--light-white-color);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.footer-right {
	position: relative;
	display: block;
	width: 20%;
	text-align: right;
}

#footer-bottom {
	position: relative;
	display: flex;
	padding-top: 24px;
	z-index: 2;
	border-top: 1px solid var(--light-white-color);
}

.footer-copyright {
	font-weight: 300;
	font-size: 14px;
	line-height: 32px;
}
.footer-copyright a,
.footer-copyright a:visited {
	opacity: 1;
	color: var(--white-color);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footer-copyright a:hover {
	opacity: 0.48;
	color: var(--white-color);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-social {
	position: relative;
	list-style: none;
	display: flex;
	flex-direction: row;
	margin: 0;
	margin-left: auto;
	padding: 0;
	align-self: center;
	justify-content: center;
}

.footer-social li {
	margin: 0;
	margin-left: 16px;
	padding: 0;
}

.footer-social li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	text-align: center;
	color: var(--white-color);
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.footer-social li a i {
	margin: auto;
}

.footer-social li a img {
	height: 24px;
	width: auto;
	margin-top: 1px;
	vertical-align: text-top;
}

.footer-social li a:hover {
	/*	color: var(--sub-color);*/
	opacity: 0.5;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.footer-mob {
	display: none;
}

/* MODAL STYLES *****************************/

body.modal-open {
	padding: 0px !important;
	overflow-y: hidden;
}

.modal-backdrop {
	background: rgba(19, 24, 62, 1);
}

.modal-backdrop.in {
	opacity: 0.9;
}

.modal-backdrop.show {
	opacity: 0.96;
}

.modal {
	z-index: 9999;
}

.modal-open .modal {
	/*
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100%;
*/
}

.modal.modal-static .modal-dialog {
	-webkit-transform: none;
	transform: none;
}

.modal-dialog {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	width: 50%;
	min-width: 520px;
	max-width: 90%;
	align-self: center;
	margin: 0px auto;
}

.modal-content {
	position: relative;
	background: var(--main-color);
	background: var(--nav-color);
	border: 0px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	border-radius: 9px;
}

.modal-content.modal-content-cols {
	display: flex;
	flex-direction: row;
}
.modal-content-left,
.modal-content-right {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 50%;
	overflow: hidden;
}
.modal-content-left {
	border-radius: 9px 0px 0px 9px;
}
.modal-content-right {
}

.modal-content .close {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	right: 28px;
	top: 30px;
	opacity: 1;
	margin: 0px;
	padding: 0px;
	width: 24px;
	height: 24px;
	/*	border-radius: 50%;*/
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	font-weight: 300;
	color: #fff;
	border: none;
}

.modal-header {
	padding: 48px 48px 48px 48px;
	padding: 32px;
	border: 0px;
}

.modal-header h2 {
	margin-bottom: 16px;
	font-size: 26px;
	color: var(--sub-color);
}
.modal-header h3 {
	margin: 0;
}

.modal-header p {
	margin: 0;
	color: var(--grey-color);
	/*    margin-bottom: 16px;*/
}

.modal-body {
	padding: 0px 32px;
}

/*
.modal-padding .modal-body {
	padding-bottom: 48px;
}
*/

.modal-body .form-btns {
	text-align: right;
}

.modal-body p {
	margin: 0;
	margin-bottom: 16px;
}

.modal-footer {
	padding: 32px;
	border: 0px;
	text-align: left;
}

.modal-success {
	position: relative;
	display: none;
	justify-content: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 5px;
	flex-direction: column;
	text-align: center;
	background: #ffffff;
	z-index: 9;
}

.complete.modal-success {
	position: absolute;
	display: flex;
	padding: 0 48px;
}

.modal-success-block {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	text-align: center;
	/*    width: 50%;*/
	/*    align-self: center;*/
	padding: 48px 0;
	z-index: 9;
}

.modal-success-block h2 {
	margin-bottom: 16px;
	font-size: 26px;
	color: var(--sub-color);
}

.modal-success-block p {
	color: var(--grey-color);
	margin-bottom: 48px;
	padding: 0 5%;
}

.modal-success-img {
	position: relative;
	text-align: center;
	margin: 48px 0;
}

.modal-success-img img {
	width: 60%;
	height: auto;
}

.modal-success-button {
}

.modal-success-button .button {
	display: inline-block;
	align-self: flex-end;
}

.modal-success-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 120px;
	height: 120px;
	line-height: 116px;
	border-radius: 50%;
	border: 2px solid var(--light-color);
	font-size: 60px;
	margin: 0 auto;
}

.modal-success-icon img {
	display: none;
	margin: 0 auto;
}

.complete.modal-success .modal-success-icon img {
	display: flex;
}

.modal-full {
	padding-right: 0px !important;
}

.modal-full .modal-dialog {
	height: 100%;
	width: 100%;
	max-height: 100%;
	max-width: 100%;
}

.modal-full .modal-content {
	height: 100%;
	width: 100%;
	background: #ffffff;
	box-shadow: none;
	border-radius: 0px;
}

.modal-full .close-btn-full {
	position: absolute;
	right: 24px;
	top: 24px;
	right: 32px;
	top: 30px;
}

/* NEWSLETTER MODAL STYLES */

#newsletter-modal .modal-dialog {
	max-width: 960px;
}
#newsletter-modal .modal-content-left {
	background: url(../images/kaiju-pattern.svg) top center no-repeat var(--nav-color);
	background-size: cover;
	justify-content: flex-end;
	padding-right: 48px;
}

/* VIDEO MODAL STYLES */

#video-modal .modal-content {
	background: none;
}
#video-modal .modal-content .close {
	top: -48px;
	right: 0;
}
#video-modal .video-wrapper {
	border-radius: 7px;
}

/* MODAL FORM STYLES *****************************/

/* OTHER STYLES *****************************/

#footer:after,
.footer-copyright-content:after,
.home-center-banner:after,
.content-banner:after,
.info-blocks:after,
.content-blocks:after,
.project-blocks:after,
.project-blk-txt:after,
.footer-menu ul:after,
.form-wrap:after,
.form-cols:after,
.footer-content:after,
.footer-left:after,
.footer-right:after,
.content-breadcrumb ul:after,
.percent-list:after,
.content-list-half:after {
	content: "";
	display: block;
	clear: both;
}

.clear {
	display: block;
	clear: both;
}

.no_border {
	border: none !important;
}

.mob-break {
	display: none;
}

.web-break {
	display: inline;
}

.show-mob {
	display: none;
}

/* Loader *****************************************/

.waiting {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 9;
	text-align: center;
	vertical-align: middle;
}

.form-wrap .waiting {
	width: 102%;
	left: -1%;
}

.form-wrapper .waiting {
	background: #f7f7fa;
}

.loader-wrap {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	opacity: 0;
	-webkit-animation: opac-in-animate 0.3s ease-out forwards;
	animation: opac-in-animate 0.3s ease-out forwards;
}

.lds-ripple {
	display: block;
	position: relative;
	width: 64px;
	height: 64px;
	display: flex;
	justify-content: center;
	/*	top: 150px;*/
	align-self: center;
}

.lds-ripple div {
	position: absolute;
	border: 4px solid var(--sub-color);
	opacity: 1;
	border-radius: 50%;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}

@keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}

.clock {
	width: 650px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

/* ANIMATIONS *****************************/

@keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0) scaleY(1);
	}

	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0) scaleY(0.9);
	}

	75% {
		transform: translate3d(0, -10px, 0) scaleY(0.95);
	}

	90% {
		transform: translate3d(0, 5px, 0) scaleY(0.985);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.animate__slideInUp {
	animation-delay: 1.2s;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
	}
}

.animate__slideOutDown {
	animation-delay: 0s;
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes opac-in-animate {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes opac-in-animate {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes opac-out-animate {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes opac-out-animate {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes btn-animate {
	0%,
	100% {
		-webkit-transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
	}
}

@keyframes btn-animate {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
}

@-webkit-keyframes nav-animate {
	0% {
		-webkit-transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}

@keyframes nav-animate {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}

@keyframes left-in-animate {
	0% {
		transform: translateX(-50%);
		opacity: 0;
	}
	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}

@keyframes left-double-in-animate {
	0% {
		transform: translateX(-200%);
		opacity: 0;
	}
	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}

@keyframes right-in-animate {
	0% {
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}

@keyframes right-double-in-animate {
	0% {
		transform: translateX(200%);
		opacity: 0;
	}
	100% {
		transform: translateX(0%);
		opacity: 1;
	}
}

@keyframes top-in-animate {
	0% {
		transform: translateY(-50%);
		opacity: 0;
	}
	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}

@keyframes btm-in-animate {
	0% {
		transform: translateY(50%);
		opacity: 0;
	}
	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}

@-webkit-keyframes btm-hover-animate {
	0% {
		-webkit-transform: translateY(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(-5%);
		opacity: 1;
	}
}

@keyframes btm-hover-animate {
	0% {
		transform: translateY(0%);
		opacity: 1;
	}
	100% {
		transform: translateY(-5%);
		opacity: 1;
	}
}

@-webkit-keyframes zoom-in-animate {
	0% {
		-webkit-transform: scale(0.5);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@keyframes zoom-in-animate {
	0% {
		transform: scale(0.1);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes zoom-pop-animate {
	0% {
		-webkit-transform: scale(0);
		opacity: 1;
	}
	90% {
		-webkit-transform: scale(1.05);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@keyframes zoom-pop-animate {
	0% {
		transform: scale(0);
		opacity: 1;
	}
	90% {
		transform: scale(1.05);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes button-hover-animate {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	80% {
		-webkit-transform: scale(1.1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

@keyframes button-hover-animate {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	80% {
		transform: scale(1.1);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes top-fade-animate {
	0% {
		transform: translateY(-20%);
		opacity: 0;
	}
	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}

@-webkit-keyframes btm-fade-animate {
	0% {
		-webkit-transform: translateY(15%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0%);
		opacity: 1;
	}
}

@keyframes btm-fade-animate {
	0% {
		transform: translateY(15%);
		opacity: 0;
	}
	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}

@-webkit-keyframes opacity-in-animate {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes opacity-in-animate {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0) scale(0.5);
		transform: translate3d(0, 100%, 0) scale(0.5);
	}
	30% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0) scale(0.5);
		transform: translate3d(0, 100%, 0) scale(0.5);
	}
	30% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale(1);
		transform: translate3d(0, 0, 0) scale(1);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/* RESPONSIVE STYLES *****************************/

.container {
	/*    max-width: 1560px;*/
	padding-right: 48px;
	padding-left: 48px;
}

.row {
	margin-right: -24px;
	margin-left: -24px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	/*
    position: relative;
    width: 100%;
    min-height: 1px;
*/
	padding-right: 48px;
	padding-left: 48px;
	padding-right: 24px;
	padding-left: 24px;
}

@media (min-width: 1200px) {
	#navbar.sticky-ani {
		position: fixed;
		top: -100px;
	}
	#navbar.sticky {
		position: fixed;
		top: 0;
		transition: 0.4s ease-out top;
		-webkit-transition: 0.4s ease-out top;
	}
}

@media (min-width: 1921px) {
}

@media (min-width: 1600px) and (max-height: 980px) {
	/*
	.info-block{	
		bottom: 96px;
	}
*/
}

@media (min-width: 1600px) {
	.container {
		max-width: 1536px;
		padding-right: 48px;
		padding-left: 48px;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	body {
		font-size: 14px;
	}
	h1 {
		font-size: 60px;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 24px;
	}
	a.button,
	.button {
	}
	.container {
		max-width: 1320px;
		padding-right: 48px;
		padding-left: 48px;
	}
	.nav-wrap {
		padding: 72px var(--main-pad) var(--lg-pad) var(--lg-pad);
	}

	#banner-wrapper .container {
		padding: 0 96px;
	}

	.banner-main-logos {
		left: 96px;
	}
	.banner-date-badge {
		width: 160px;
		height: 160px;
	}

	.content-banner-wrap {
		padding: 72px 0px;
	}
	.large-container {
		padding: 0 96px;
	}
	.banner-text {
		width: 64%;
		min-height: 104vh;
	}
	.video-blk {
		padding: 0 8%;
	}
	.banner-blk-txt.banner-txt-lg {
		width: 58%;
	}
	.banner-blk-txt.banner-txt-sm {
		width: 42%;
	}
	.banner-large-title {
		font-size: 120px;
	}
	.banner-blk-big-text div,
	.big-text-horizontal div {
		font-size: 120px;
	}
	.large-title-blk-img {
		height: 88px;
	}
	.banner-blk-big-text {
		width: 25%;
	}
	.banner-img-blocks {
		width: 75%;
	}
	.img-block-title {
		padding: 24px;
	}
	.img-block-text {
		padding: 0px 24px 16px 24px;
	}
	.img-block-title span {
		font-size: 48px;
	}
	.big-text-horizontal {
		width: 96px;
	}
	#content-4 .banner-blk-txt {
		width: 40%;
	}
	.content-roadmap {
		padding: 0px 72px;
	}
	.roadmap-block-main {
		padding: 32px;
	}
	.content-banner-title-img {
		width: 140px;
		top: -48px;
	}
	.profile-user-img span {
		width: 144px;
		height: 144px;
		line-height: 144px;
	}
	.profile-user-img {
		height: 200px;
	}
	.active .profile-user-img span {
		width: 180px;
		height: 180px;
		line-height: 180px;
	}
	.profile-name {
		font-size: 24px;
	}
	.profile-user-title {
		font-size: 12px;
	}

	.banner-main-buttons .button {
		padding: 14px 23px;
	}

	.banner-date-label h3 {
		font-size: 32px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.content-banner-txt p + .button {
		margin-top: 0px;
	}
	.content-banner-title-img {
		width: 120px;
		top: -48px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	body {
		font-size: 14px;
	}
	.container {
		max-width: 100%;
		padding-left: 24px;
		padding-right: 24px;
	}
	#navbar .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 18px;
	}

	.content-nfts-wrap {
		padding: 96px 0px;
	}
}

/*@media (max-width: 768px) {*/
@media (max-width: 991px) {
	:root {
		--xs-pad: 8px;
		--sm-pad: 16px;
		--main-pad: 24px;
		--lg-pad: 48px;
		--xl-pad: 72px;
		--xxl-pad: 96px;
		--lg-neg: -48px;
		--main-neg: -24px;
		--main-font: 16px;
		--sm-font: 14px;
		--input-font: 14px;
		--button-font: 16px;
		--sm-icon: 18px;
		--main-icon: 32px;
		--large-icon: 96px;
	}
	.col,
	.col-1,
	.col-10,
	.col-11,
	.col-12,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-auto,
	.col-lg,
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-auto,
	.col-md,
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-auto,
	.col-sm,
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-auto,
	.col-xl,
	.col-xl-1,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-auto {
		padding-right: 16px;
		padding-left: 16px;
	}
	body {
		font-size: 14px;
	}
	.container {
		padding-right: 16px;
		padding-left: 16px;
		padding-right: 24px;
		padding-left: 24px;
	}
	.row {
		margin-right: -16px;
		margin-left: -16px;
	}
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 20px;
		margin-bottom: 8px;
		line-height: 1.2;
	}
	h4 {
		font-size: 18px;
	}
	.sub-title {
		font-size: 18px;
	}

	h2 br,
	h3 br {
		display: none;
	}
	p {
		margin-bottom: 16px;
	}
	.content-banner-txt p:last-of-type {
		margin-bottom: 16px;
	}
	.lead {
		font-size: 14px;
		margin-bottom: 16px;
	}
	h3 + .lead {
		margin-top: 16px;
	}
	.btn-clean {
		font-size: 14px;
		padding: 10px 16px;
	}
	.btn-clean i {
		height: 20px;
		line-height: 20px;
		width: 20px;
	}
	a.button,
	.button {
		padding: 12px 48px;
	}
	.l-btn,
	.l-btn:visited,
	a.l-btn,
	a.l-btn:visited {
		height: 48px;
		text-decoration: none;
		padding: 11px 24px 11px 24px;
	}

	.mob-break {
		display: inline;
	}
	.web-break {
		display: none;
	}
	.hide-mob {
		display: none;
	}
	.show-mob {
		display: inline-block;
	}
	.form-col input:focus ~ .form-border,
	.form-col textarea:focus ~ .form-border {
		left: 16px;
		width: calc(100% - 32px);
	}
	#main-wrapper {
		overflow: hidden;
	}
	#navbar {
		padding: 0px;
	}
	#navbar .container {
		padding-left: 0px;
		padding-right: 0px;
	}

	#banner-main {
		min-height: 100vh;
		min-height: initial;
		padding-top: 56px;
		padding-top: 96px;
		align-items: flex-start;
		flex-direction: column;
		/*		padding-top: 0;*/
	}
	.banner-main-wrap {
		display: flex;
		flex-direction: column;
		height: 100%;
		padding: 0;
	}
	#banner-wrapper {
		background: url(../images/kaiju-background-1.jpg) right top no-repeat;
		background-size: cover;
		background-position: 80% 0%;
	}
	#banner-wrapper .container {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.banner-text-logo,
	.banner-text-main-buttons {
		display: none;
	}
	.banner-main-image-wrap {
		order: 2;
		width: 70%;
		margin: 24px 15% 48px 15%;
	}

	.banner-main-logos {
		position: relative;
		width: 100%;
		left: initial;
		flex-wrap: wrap;
		justify-content: center;
	}
	.banner-main-logos span {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 12px;
		margin-bottom: 8px;
	}
	.banner-main-logos div {
		padding: 0px 16px;
	}
	.banner-main-logos div img {
		height: 20px;
	}
	.banner-date-badge {
		width: 160px;
		height: 160px;
		top: 0%;
	}
	.banner-date-label h3 {
		font-size: 32px;
	}

	.banner-date-label h3 br {
		display: block;
	}

	.banner-date-label p {
		font-size: 12px;
		display: none;
	}

	.banner-minted-wrap {
		justify-content: center;
		margin-bottom: 24px;
	}

	.banner-minted {
		height: 32px;
		font-size: 16px;
		min-width: 183px;
	}

	.banner-mint-price {
		height: 32px;
	}

	.banner-mint-price span {
		font-size: 16px;
		position: relative;
		top: 2px;
	}

	.banner-mint-price i {
		margin-right: 8px;
		font-size: 16px;
	}

	.button.lg-btn.l-btn.crypto-btn {
		display: none;
	}

	.banner-text {
		width: 100%;
		min-height: initial;
		justify-content: flex-start;
		text-align: center;
		padding: 0 16px;
		order: 1;
	}
	.banner-text .banner-header-title h1 {
		font-size: 32px;
		margin-bottom: 16px;
		text-align: center;
	}
	.banner-top-subtitle {
		font-size: 20px;
		letter-spacing: 6px;
	}
	.banner-main-top,
	.banner-main-btm {
		text-align: center;
	}
	.banner-text p {
		width: 100%;
		font-size: 14px;
		padding: 0 0px;
		text-align: center;
	}
	.banner-text p span {
		display: block;
	}
	.banner-header {
		align-items: center;
	}

	.banner-main-images {
		/*		padding: 0 24px;*/
	}

	.flipdown {
		align-items: center;
		justify-content: center;
		width: 100%;
	}

	.banner-main-buttons {
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	a.button.lg-btn.discord-btn {
		margin-left: 16px;
		border: 1px solid var(--white-color);
		background: unset;
	}

	a.button.lg-btn {
		width: 100%;
		max-width: 217px;
		padding: 7px 12px;
	}
	.content-banner-wrap {
		padding: 48px 0px;
	}
	.content-banner.content-banner-txt-img {
		margin-left: 0px;
		margin-right: 0px;
	}
	.content-banner {
		flex-direction: column;
	}
	.banner-blk-txt,
	.banner-blk-img {
		padding: 0 0;
		width: 100%;
	}
	.banner-blk-img {
		margin-bottom: 24px;
	}
	.banner-blk-img.neg-margin {
		margin-bottom: 48px;
	}
	.banner-blk-img.neg-margin img {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.content-banner-buttons .d-inline-block {
		margin-right: 16px;
	}
	.content-center,
	.content-banner-center .banner-blk-txt {
		padding: 0;
	}
	.content-banner-txt.lead-p p:first-child {
		font-size: 18px;
	}
	.content-banner-title {
		margin-bottom: 16px;
		/*		text-align: center;*/
	}
	.content-banner-title h4 {
		font-size: 32px;
	}
	.content-center-title {
		width: 100%;
	}
	.content-banner-center .banner-blk-img {
		margin-top: 16px;
		margin-bottom: 16px;
		width: 40%;
	}
	.banner-img-blocks {
		flex-direction: column;
	}
	.banner-blk-img-wrap {
		padding: 0 16px 32px 16px;
		width: 100%;
	}
	.banner-img-blk {
		padding: 32px 24px;
	}
	.content-banner-center .banner-blk-txt {
		padding: 0px 12%;
		padding: 0px;
	}
	.content-banner-txt {
		margin-bottom: 24px;
	}
	.content-banner-txt p + .button {
		margin-top: 0px;
	}
	.content-banner-txt {
		/*		text-align: center;*/
		align-items: flex-start;
	}
	.content-banner-txt .button {
		/*		width: 100%;*/
		margin: 0 auto;
	}
	.content-banner-buttons .button {
		margin-bottom: 16px;
	}
	.banner-blk-txt.banner-txt-lg {
		width: 100%;
	}
	.banner-blk-txt.banner-txt-sm {
		width: 100%;
	}
	.banner-txt-cols {
		margin: 0;
		flex-direction: column;
	}
	.banner-txt-cols .content-banner-txt {
		width: 100%;
		padding: 0;
		margin-bottom: 0px;
	}
	.banner-buttons .button {
		width: 100%;
		margin-top: 12px;
	}

	.info-block {
		display: none;
		right: 24px;
		bottom: 24px;
		width: calc(100% - 48px);
	}
	.info-block-wrap {
		width: 100%;
	}
	.info-block-content-title {
		font-size: 18px;
		line-height: 22px;
	}
	.info-block-content-text {
		font-size: 12px;
	}
	.info-block-content-text br {
		display: none;
	}

	.usp-blocks {
		padding: 24px 0px;
		margin: 0;
	}
	.usp-block {
		position: relative;
		width: 100%;
		left: initial;
		right: initial;
		top: initial;
		bottom: initial;
		height: initial;
		padding: 0;
		margin-bottom: 48px;
		opacity: 1;
		transition: none;
	}
	.usp-block:after {
		display: none;
	}
	.usp-block-txt {
		max-height: initial;
		text-align: center;
		opacity: 1;
		transition: none;
	}
	.usp-block-center {
		min-width: 240px;
		margin-bottom: 48px;
	}
	.usp-2 .button {
		display: inline-block;
		margin-top: 12px;
	}

	#content-video.content-banner-wrap {
		padding: 96px 0px;
		margin-top: 0px;
	}
	.video-scroll-text {
		font-size: 72px;
	}
	.videoPlayer {
		min-height: 160px;
	}
	.video-wrapper {
		border-radius: 29px;
	}
	.video-button {
		display: flex;
	}

	.content-nfts-wrap {
		padding: 0px 0px 48px 0px;
	}
	.content-nft-strip {
		width: 300%;
		padding: 2px 0px;
	}
	#content-nfts-2 {
		left: -200%;
	}

	#panels #panels-container {
		width: 100%;
		height: initial;
		flex-direction: column;
	}
	#panels #panels-container .panel {
		height: initial;
	}
	#panels #panels-container #panel-3.panel,
	#panels #panels-container #panel-4.panel {
		width: 100%;
	}
	.full-screen {
		height: initial;
	}

	.large-title-blk {
		padding: 0;
		margin-bottom: -4%;
	}
	.banner-large-title {
		font-size: 72px;
	}
	.large-title-blk-img {
		height: 64px;
		top: -8px;
		right: 4%;
	}
	#content-1 .banner-txt-sm {
		margin-top: 48px;
	}
	#content-2.content-banner-wrap {
		padding-bottom: 72px;
		background: url(../images/kaiju-artist-banner-v3.png) top left no-repeat rgba(236, 238, 255, 1);
		background-position: 0% 100%;
		background-size: 240%;
		/*    	background-size: cover;*/
	}
	#content-2.content-banner-wrap:after {
		display: none;
	}
	#content-2 .content-banner-title h2 {
		margin-top: 0;
	}
	#content-2 .content-banner-title .sub-title {
		margin: 0;
	}
	#content-2 .banner-txt-sm {
		order: 2;
	}
	.content-2-image {
		width: 100%;
		margin-bottom: 0%;
		margin-left: -10%;
	}
	.panelactive #content-2 .content-2-image {
		animation: none;
	}
	.content-2-image div {
		opacity: 0;
		transform: translateX(-180%);
		transition: all 0.4s ease;
	}
	.panelactive .content-2-image div {
		opacity: 1;
		transform: translateX(0%);
		transition: all 0.5s ease-out;
	}

	.content-banner-title-img {
		width: 96px;
		top: -24px;
		right: 0px;
	}

	.large-container {
		padding: 0 24px;
	}

	.banner-blk-big-text {
		width: 100%;
	}
	.banner-blk-big-text div {
		font-size: 72px;
	}
	.banner-img-blocks {
		width: initial;
		padding-left: 0;
		margin-left: -24px;
		margin-right: -24px;
		opacity: 0;
		transform: translateY(20%);
		transition: all 0.4s ease;
	}
	.panelactive .banner-img-blocks {
		opacity: 1;
		transform: translateY(0%);
		transition: all 0.5s ease-out;
	}

	.banner-img-blocks.owl-carousel .owl-stage-outer {
		overflow: initial;
	}
	.banner-img-blocks.owl-carousel .owl-item {
		padding-left: 24px;
		padding-right: 24px;
	}
	.img-block-wrap {
		opacity: 1;
		transform: translateY(0%);
		padding: 0;
		width: 100%;
		margin-bottom: 24px;
	}
	.img-blk-1,
	.img-blk-3 {
		padding-top: 0px;
	}

	#content-4.content-banner-wrap {
		background: url(../images/kaiju-specs.jpg) right top no-repeat var(--light-grey-color);
		background-size: contain;
		background-size: 130%;
		background-position: 50% -5%;
		padding-top: 340px;
	}

	.big-text-horizontal {
		width: 100%;
	}

	.big-text-horizontal div {
		position: relative;
		top: initial;
		font-size: 72px;
		transform: none;
	}
	#content-4 .banner-blk-txt {
		width: 100%;
	}

	.content-roadmap {
		padding: 0;
		margin-top: 0;
	}
	.roadmap-block {
		width: 100%;
		padding: 48px 0px 120px 0px;
		/*		margin-bottom: 96px;*/
	}
	.roadmap-block.rm-left {
		padding-right: 0;
	}
	.roadmap-block.rm-right {
		padding-left: 0;
	}
	.roadmap-block.rm-left .roadmap-block-icon {
		right: calc(50% - 24px);
	}
	.roadmap-block.rm-right .roadmap-block-icon {
		left: calc(50% - 24px);
	}
	.roadmap-block-icon span {
		top: -24px;
	}
	.roadmap-block-main {
		padding: 24px;
	}
	.roadmap-block-image {
		width: 34%;
		left: 0px;
		bottom: initial;
		top: 8%;
	}
	#rmb-4 .roadmap-block-image {
		left: initial;
		right: 0px;
	}

	#content-team.content-banner-wrap {
		padding: 72px 0px;
	}
	.profile-users-wrapper {
		margin-left: -24px;
		margin-right: -24px;
	}
	.profile-users {
		padding: 0;
		width: initial;
		order: 3;
	}
	.profile-user-wrap {
		width: 50%;
		width: 100%;
		padding: 0 4px;
		margin-bottom: 24px;
	}
	.profile-user-img {
		height: 224px;
	}
	.active .profile-user-img span {
		width: 200px;
		height: 200px;
		line-height: 200px;
	}
	.profile-name {
		font-size: 24px;
	}
	.profile-user-title span {
		display: block;
		font-size: 12px;
		margin-bottom: 4px;
	}

	.owl-dots .owl-dot span {
		padding: 0 12px;
	}

	#content-faq {
		padding: 48px 0px 24px 0px;
	}
	#content-faq .content-banner-center {
		margin-bottom: 24px;
	}
	.faq-main {
		padding: 0 0px;
		flex-wrap: wrap;
		width: 100%;
	}
	.faq-col {
		padding: 0;
		width: 100%;
	}
	.faq-header .btn-link {
		font-size: 16px;
		padding: 0px 48px 0px 0px;
	}
	.faq-blk {
		padding: 16px 0;
	}
	.faq-header .btn-link:after {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 20px;
	}
	.faq-body ul {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
	}

	#footer {
		padding: 24px 0;
	}
	.footer-content {
		margin-bottom: 48px;
		margin-top: 24px;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.footer-logo-main {
		width: 100%;
		text-align: center;
		padding-right: 0px;
		margin-bottom: 0px;
	}
	.footer-logo {
		margin-bottom: 24px;
	}
	.footer-logo img {
		height: 24px;
		height: 40px;
	}
	.footer-menu {
		width: 100%;
		margin-bottom: 24px;
	}
	.footer-menu h3 {
		position: relative;
		padding: 16px 0px;
		margin: 0;
	}
	.footer-menu-list {
		display: none;
	}
	.footer-menu ul {
		/*		flex-direction: column;*/
		flex-wrap: wrap;
		padding-bottom: 16px;
	}
	.footer-menu ul li a {
		font-size: 14px;
	}
	.footer-menu h3:after {
		position: absolute;
		display: inline-block;
		content: "\f078";
		right: 0;
		top: 0px;
		height: 48px;
		width: 48px;
		line-height: 48px;
		color: var(--main-color);
		vertical-align: middle;
		text-align: center;
		font-family: "Font Awesome 5 Pro";
		font-weight: 300;
		transform: rotate(0deg);
		transition: all 0.3s ease;
	}
	.footer-menu-open.footer-menu h3:after {
		transform: rotate(-180deg);
		transition: all 0.3s ease;
	}
	.footer-right {
		width: 100%;
		text-align: center;
	}
	#footer-bottom {
		flex-direction: column;
		padding: 24px 0px 0px 0px;
	}
	.footer-copyright {
		text-align: center;
		margin-bottom: 24px;
	}
	.footer-social {
		margin: 0 auto;
		align-self: center;
		flex-wrap: wrap;
	}
	.footer-social li {
		margin: 0 8px 8px 8px;
	}
	.footer-social li a {
		font-size: 16px;
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
	body.modal-open {
		position: fixed;
		width: 100%;
	}
	.modal-backdrop.show {
		opacity: 1;
	}
	.modal-dialog {
		display: block;
		width: 100%;
		min-width: initial;
		max-width: initial;
	}
	.modal-content {
		border-radius: 9px;
		overflow: hidden;
		box-shadow: none;
	}
	#video-modal .modal-dialog {
		display: flex;
	}
	#video-modal .modal-content {
		overflow: initial;
	}
	.modal-header {
		padding: 24px;
	}
	.modal-body {
		padding: 0 24px;
	}
	.modal-padding .modal-body {
		padding-bottom: 24px;
	}
	.modal-full .close-btn-full {
		right: 16px;
	}

	.modal-content .close {
		top: 16px;
		right: 16px;
	}

	.modal-content.modal-content-cols {
		flex-direction: column;
	}
	.modal-content-left,
	.modal-content-right {
		width: 100%;
	}
	.modal-content-left {
		height: 160px;
	}
	.modal-content-left img {
		/*
		height: 100%;
		width: auto;
*/
		width: 60%;
	}

	#newsletter-modal .modal-dialog {
		width: 100%;
		max-width: initial;
		justify-content: center;
		display: flex;
		padding: 0 16px;
	}
	#newsletter-modal .modal-footer {
		display: none;
	}

	.header-sub {
		padding: 16px;
	}
	#banner-sub {
		width: 100%;
		min-width: initial;
		justify-content: flex-start;
		padding-top: 120px;
	}
	#banner-sub.sub-video {
		width: 100%;
	}
	.header-logo-sub img {
		height: 40px;
	}
	.banner-sub-block {
		padding: 36px 24px 24px 24px;
	}
	.banner-sub-main p {
		margin-bottom: 24px;
	}

	.banner-sub-buttons {
		flex-direction: column;
		justify-content: flex-start;
	}
	.banner-sub-buttons .button {
		margin-top: 16px;
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.content-banner-wrap {
		padding: 72px 0px;
	}

	.large-title-blk {
		padding: 0;
		margin-bottom: 0%;
	}
	.large-title-blk-img {
		right: initial;
		left: 30%;
	}

	#content-2.content-banner-wrap {
		padding-bottom: 72px;
		background: url(../images/kaiju-artist-banner-v3.png) top left no-repeat rgba(236, 238, 255, 1);
		background-position: 0% 20%;
		background-size: 250%;
	}
	.content-2-image {
		width: 90%;
		margin-bottom: 0%;
		margin-left: -5%;
	}
	.banner-img-blocks {
		margin-left: 0;
		margin-right: 0;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.img-block-wrap {
		width: 50%;
		padding: 0 12px;
	}
	#content-4.content-banner-wrap {
		padding: 72px 0px;
		background: url(../images/kaiju-specs.jpg) right top no-repeat var(--light-grey-color);
		background-size: contain;
		background-size: 100%;
		background-position: 50% -30%;
		padding-top: 480px;
	}
	.profile-user {
		padding: 0 12%;
	}
	.content-banner-txt p + .button {
		margin-top: 0px;
	}
}

@media (min-width: 400px) and (max-width: 767px) {
}

@media (min-width: 320px) and (max-width: 361px) {
}

@media (max-width: 426px) {
	.banner-date-badge {
		width: 124px;
		height: 124px;
		right: -48px;
	}

	.banner-date-label h3 {
		font-size: 28px;
	}
}

@media (max-width: 1199px) {
	.sticky-button {
		display: none;
	}

	#navbar {
		height: 56px;
		width: 100%;
	}

	#navbar-column {
		width: 100%;
		height: 56px;
		flex-direction: row;
		justify-content: flex-start;
		background: none;
		/*		background: rgba(19, 24, 62, 1);*/
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}
	#navbar.sticky #navbar-column {
		background: rgba(19, 24, 62, 1);
	}
	.menu-open #navbar.sticky #navbar-column {
		background: var(--nav-color);
	}
	.nav-toggle {
		order: 1;
		margin: 14px 16px 14px 16px;
	}
	.logo-main {
		position: relative;
		display: flex;
		width: calc(100% - 104px);
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 2px 0px;
		order: 3;
	}
	.logo-main img {
		height: 28px;
		width: auto;
	}
	.navbar-container {
		position: absolute;
		width: 100%;
		height: 100vh;
		padding: 0 24px;
	}
	.nav-wrap {
		padding: 72px var(--main-pad) 72px 8px;
	}
	#nav-main ul li.nav-lg a {
		line-height: 40px;
		font-size: 40px;
	}
	#nav-main ul li.show-mob {
		display: block;
	}
	#nav-bottom .nav-social {
		margin-left: -8px;
	}
	/*
	#navbar-column .nav-social {
		display: none;	
	}
*/

	#navbar-column .nav-social {
		position: absolute;
		top: 0;
		right: 0;
		left: initial;
		opacity: 1;
		flex-direction: row;
		padding: 16px 8px;
	}
	#navbar-column .nav-social li {
		margin: 0 4px;
	}
	#navbar-column .nav-social li a {
		width: 24px;
		height: 24px;
		font-size: 16px;
	}

	.nav-wrap-button {
		display: none;
	}

	/*
	.dropdown-toggle::after {
		color: var(--white-color)!important;
	}
	.dropdown-toggle::after {
		content: "\f078";
		display: inline-block!important;
		position: relative;
		padding: 0;
		top: -1px;
		right: 0px;
		width: 24px;
		height: 24px;
		line-height: 24px;
		border: none;
		text-align: center;
		color: var(--white-color)!important;
		font-family: "Font Awesome 5 Pro";
		font-style: normal;
		font-weight: 300;
		font-size: 12px;
		vertical-align: middle;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.dropdown-menu {
		position: relative!important;
		top: initial;
		left: initial!important;
		right: initial!important;
		bottom: initial!important;
		z-index: 99;
		display: block!important;
		float: none;
		min-width: 320px;
		min-width: initial;
		max-width: initial;
		height: 0;
		width: 100%;
		padding: 0 24px;
		margin: 0;
		font-size: 14px;
		text-align: center;
		list-style: none;
		background-color: none!important;
		background: none!important;
		background-clip: padding-box;
		border: none;
		border-radius: 0px;
		box-shadow: none;
		overflow: hidden;
		-webkit-transition: height 0.2s ease-out;
		transition: height 0.2s ease-out;
	}
	.dropdown-menu.show {
		transform: none!important;
		height: 96px;
		-webkit-animation: mob-dropdown-animate 0.3s ease-out forwards;
		animation: mob-dropdown-animate 0.3s ease-out forwards;
	}
	#nav-main ul li a.dropdown-item, .dropdown-item {
		justify-content: center;
	}
	a.dropdown-item i {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	#nav-main ul li a.dropdown-item span, .dropdown-item span {
		line-height: 40px;
	}
*/
}

@media (max-width: 375px) {
}

@-webkit-keyframes dropdown-animate {
	0% {
		height: 0;
		opacity: 1;
	}
	100% {
		height: 200px;
		opacity: 1;
	}
}

@keyframes dropdown-animate {
	0% {
		height: 0;
		opacity: 1;
	}
	100% {
		height: 200px;
		opacity: 1;
	}
}

@-webkit-keyframes mob-dropdown-animate {
	0% {
		height: 0;
		opacity: 1;
	}
	100% {
		height: 96px;
		opacity: 1;
	}
}

@keyframes mob-dropdown-animate {
	0% {
		height: 0;
		opacity: 1;
	}
	100% {
		height: 96px;
		opacity: 1;
	}
}

@media (max-width: 767px) {
}

/*@media only screen (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {*/

@media only screen and (min-height: 600px) and (min-width: 768px) and (orientation: portrait) {
}

/******** iPhone Fixes ********/

/* iPhone 8 with notch */

@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
}

/* iPhone X with notch */

@media only screen and (width: 375px) and (-webkit-device-pixel-ratio: 3) {
}

/* iPhone XR with notch */

@media only screen and (width: 414px) and (-webkit-device-pixel-ratio: 2) {
}

/* iPhone XS Max with notch */

@media only screen and (width: 414px) and (-webkit-device-pixel-ratio: 3) {
}

/* LOADER */
.ml-form-embedSubmitLoad {
	display: inline-block;
	width: 20px;
	height: 20px;
}

.g-recaptcha {
	transform: scale(1);
	-webkit-transform: scale(1);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.ml-form-embedSubmitLoad:after {
	content: " ";
	display: block;
	width: 11px;
	height: 11px;
	margin: 1px;
	border-radius: 50%;
	border: 4px solid #fff;
	border-color: #ffffff #ffffff #ffffff transparent;
	animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}
@keyframes ml-form-embedSubmitLoad {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
#mlb2-182474.ml-form-embedContainer {
	box-sizing: border-box;
	display: table;
	margin: 0 auto;
	position: static;
	width: 100% !important;
}
#mlb2-182474.ml-form-embedContainer h4,
#mlb2-182474.ml-form-embedContainer p,
#mlb2-182474.ml-form-embedContainer span,
#mlb2-182474.ml-form-embedContainer button {
	text-transform: none !important;
	letter-spacing: normal !important;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper {
	/*        background-color: #ffffff;*/

	border-width: 0px;
	border-color: transparent;
	border-radius: 0px;
	border-style: solid;
	box-sizing: border-box;
	display: inline-block !important;
	margin: 0;
	padding: 0;
	position: relative;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper.embedDefault {
	width: 480px;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
	max-width: 480px;
	width: 100%;
}
#mlb2-182474.ml-form-embedContainer .ml-form-align-left {
	text-align: left;
}
#mlb2-182474.ml-form-embedContainer .ml-form-align-center {
	text-align: center;
}
#mlb2-182474.ml-form-embedContainer .ml-form-align-default {
	display: table-cell !important;
	vertical-align: middle !important;
	text-align: center !important;
}
#mlb2-182474.ml-form-embedContainer .ml-form-align-right {
	text-align: right;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	height: auto;
	margin: 0 auto !important;
	max-width: 100%;
	width: undefinedpx;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
	padding: 20px 20px 0 20px;
	padding: 16px 0px 16px 0px;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
	padding-bottom: 0;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
	text-align: left;
	margin: 0 0 20px 0;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
	color: #ffffff;
	font-family: "Poiret One", Arial, Helvetica, sans-serif;
	font-family: "Alumni Sans", sans-serif;
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 10px 0;
	text-align: left;
	word-break: break-word;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
	color: #ffffff;
	font-family: "Poiret One", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	margin: 0 0 10px 0;
	text-align: left;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
	color: #000000;
	font-family: "Poiret One", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
	list-style-type: lower-alpha;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
	list-style-type: lower-roman;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
	color: #000000;
	text-decoration: underline;
}

#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
	text-align: left !important;
}

#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
	margin-bottom: 5px;
	color: #333333;
	font-size: 14px;
	font-family: "Poiret One", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	display: inline-block;
	line-height: 20px;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
	margin: 0;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
	margin: 0;
	width: 100%;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
	margin: 0 0 20px 0;
	width: 100%;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
	float: left;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
	margin: 0;
	padding: 0 0 20px 0;
	width: 100%;
	height: auto;
	float: left;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
	margin: 0 0 10px 0;
	width: 100%;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
	margin: 0;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
	margin: 0;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
	background-color: #ffffff !important;
	color: #333333 !important;
	border-color: #cccccc;
	border-radius: 4px !important;
	border-style: solid !important;
	border-width: 1px !important;
	font-family: "Poiret One", Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	height: auto;
	line-height: 22px !important;
	height: 48px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 12px 12px !important;
	width: 100% !important;
	box-sizing: border-box !important;
	max-width: 100% !important;
}
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-fieldRow
	input::-webkit-input-placeholder,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-horizontalRow
	input::-webkit-input-placeholder {
	color: #333333;
}

#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-horizontalRow
	input::-moz-placeholder {
	color: #333333;
}

#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-fieldRow
	input:-ms-input-placeholder,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-horizontalRow
	input:-ms-input-placeholder {
	color: #333333;
}

#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-horizontalRow
	input:-moz-placeholder {
	color: #333333;
}

#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea,
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
	background-color: #ffffff !important;
	color: #333333 !important;
	border-color: #cccccc;
	border-radius: 4px !important;
	border-style: solid !important;
	border-width: 1px !important;
	font-family: "Poiret One", Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	height: auto;
	line-height: 21px !important;
	margin-bottom: 0;
	margin-top: 0;
	padding: 10px 10px !important;
	width: 100% !important;
	box-sizing: border-box !important;
	max-width: 100% !important;
}

#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-fieldRow
	.custom-radio
	.custom-control-label::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-horizontalRow
	.custom-radio
	.custom-control-label::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-fieldRow
	.custom-checkbox
	.custom-control-label::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-horizontalRow
	.custom-checkbox
	.custom-control-label::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-embedPermissions
	.ml-form-embedPermissionsOptionsCheckbox
	.label-description::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-interestGroupsRow
	.ml-form-interestGroupsRowCheckbox
	.label-description::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-checkboxRow
	.label-description::before {
	border-color: #cccccc !important;
	background-color: #ffffff !important;
}

#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-fieldRow
	input.custom-control-input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin-top: 5px;
	margin-left: -1.5rem;
	overflow: visible;
}

#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-fieldRow
	.custom-checkbox
	.custom-control-label::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-horizontalRow
	.custom-checkbox
	.custom-control-label::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-embedPermissions
	.ml-form-embedPermissionsOptionsCheckbox
	.label-description::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-interestGroupsRow
	.ml-form-interestGroupsRowCheckbox
	.label-description::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-checkboxRow
	.label-description::before {
	border-radius: 4px !important;
}

#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-checkboxRow
	input[type="checkbox"]:checked
	~ .label-description::after,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-embedPermissions
	.ml-form-embedPermissionsOptionsCheckbox
	input[type="checkbox"]:checked
	~ .label-description::after,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-fieldRow
	.custom-checkbox
	.custom-control-input:checked
	~ .custom-control-label::after,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-horizontalRow
	.custom-checkbox
	.custom-control-input:checked
	~ .custom-control-label::after,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-interestGroupsRow
	.ml-form-interestGroupsRowCheckbox
	input[type="checkbox"]:checked
	~ .label-description::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-fieldRow
	.custom-radio
	.custom-control-input:checked
	~ .custom-control-label::after,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-fieldRow
	.custom-radio
	.custom-control-input:checked
	~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-fieldRow
	.custom-radio
	.custom-control-input:checked
	~ .custom-control-label::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-horizontalRow
	.custom-radio
	.custom-control-input:checked
	~ .custom-control-label::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-fieldRow
	.custom-checkbox
	.custom-control-input:checked
	~ .custom-control-label::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-horizontalRow
	.custom-checkbox
	.custom-control-input:checked
	~ .custom-control-label::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-embedPermissions
	.ml-form-embedPermissionsOptionsCheckbox
	input[type="checkbox"]:checked
	~ .label-description::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-interestGroupsRow
	.ml-form-interestGroupsRowCheckbox
	input[type="checkbox"]:checked
	~ .label-description::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-checkboxRow
	input[type="checkbox"]:checked
	~ .label-description::before {
	border-color: #000000 !important;
	background-color: #000000 !important;
	color: #ffffff !important;
}

#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-fieldRow
	.custom-radio
	.custom-control-label::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-horizontalRow
	.custom-radio
	.custom-control-label::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-fieldRow
	.custom-radio
	.custom-control-label::after,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-horizontalRow
	.custom-radio
	.custom-control-label::after,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-fieldRow
	.custom-checkbox
	.custom-control-label::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-fieldRow
	.custom-checkbox
	.custom-control-label::after,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-horizontalRow
	.custom-checkbox
	.custom-control-label::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-horizontalRow
	.custom-checkbox
	.custom-control-label::after {
	top: 2px;
	box-sizing: border-box;
}

#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-embedPermissions
	.ml-form-embedPermissionsOptionsCheckbox
	.label-description::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-embedPermissions
	.ml-form-embedPermissionsOptionsCheckbox
	.label-description::after,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-checkboxRow
	.label-description::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-checkboxRow
	.label-description::after {
	top: 0px !important;
	box-sizing: border-box !important;
}

#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-checkboxRow
	.label-description::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-checkboxRow
	.label-description::after {
	top: 0px !important;
	box-sizing: border-box !important;
}

#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-interestGroupsRow
	.ml-form-interestGroupsRowCheckbox
	.label-description::after {
	top: 0px !important;
	box-sizing: border-box !important;
	position: absolute;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
}

#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-interestGroupsRow
	.ml-form-interestGroupsRowCheckbox
	.label-description::before {
	top: 0px !important;
	box-sizing: border-box !important;
}

#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
	position: absolute;
	top: 4px;
	left: -1.5rem;
	display: block;
	width: 16px;
	height: 16px;
	pointer-events: none;
	content: "";
	background-color: #ffffff;
	border: #adb5bd solid 1px;
	border-radius: 50%;
}

#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
	position: absolute;
	top: 2px !important;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
}

#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-embedPermissions
	.ml-form-embedPermissionsOptionsCheckbox
	.label-description::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-interestGroupsRow
	.ml-form-interestGroupsRowCheckbox
	.label-description::before,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-checkboxRow
	.label-description::before {
	position: absolute;
	top: 4px;
	left: -1.5rem;
	display: block;
	width: 16px;
	height: 16px;
	pointer-events: none;
	content: "";
	background-color: #ffffff;
	border: #adb5bd solid 1px;
	border-radius: 50%;
}

#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-embedPermissions
	.ml-form-embedPermissionsOptionsCheckbox
	.label-description::after {
	position: absolute;
	top: 0px !important;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
}

#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-checkboxRow
	.label-description::after {
	position: absolute;
	top: 0px !important;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
}

#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.custom-radio
	.custom-control-label::after {
	background: no-repeat 50%/50% 50%;
}
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.custom-checkbox
	.custom-control-label::after,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-embedPermissions
	.ml-form-embedPermissionsOptionsCheckbox
	.label-description::after,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-interestGroupsRow
	.ml-form-interestGroupsRowCheckbox
	.label-description::after,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-checkboxRow
	.label-description::after {
	background: no-repeat 50%/50% 50%;
}

#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control,
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
}

#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-fieldRow
	.custom-radio
	.custom-control-input,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-horizontalRow
	.custom-radio
	.custom-control-input,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-fieldRow
	.custom-checkbox
	.custom-control-input,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-horizontalRow
	.custom-checkbox
	.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	box-sizing: border-box;
	padding: 0;
}

#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-fieldRow
	.custom-radio
	.custom-control-label,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-horizontalRow
	.custom-radio
	.custom-control-label,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-fieldRow
	.custom-checkbox
	.custom-control-label,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-horizontalRow
	.custom-checkbox
	.custom-control-label {
	color: #000000;
	font-size: 12px !important;
	font-family: "Poiret One", Arial, Helvetica, sans-serif;
	line-height: 22px;
	margin-bottom: 0;
	position: relative;
	vertical-align: top;
	font-style: normal;
	font-weight: 700;
}

#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select,
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
	background-color: #ffffff !important;
	color: #333333 !important;
	border-color: #cccccc;
	border-radius: 4px !important;
	border-style: solid !important;
	border-width: 1px !important;
	font-family: "Poiret One", Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	line-height: 20px !important;
	margin-bottom: 0;
	margin-top: 0;
	padding: 10px 28px 10px 12px !important;
	width: 100% !important;
	box-sizing: border-box !important;
	max-width: 100% !important;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	background: url("https://cdn.mailerlite.com/images/default/dropdown.svg") no-repeat right 0.75rem center/8px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
	height: auto;
	width: 100%;
	float: left;
}
.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
	width: 70%;
	float: left;
}
.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
	width: 30%;
	float: left;
}
.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn {
	padding-top: 25px;
}
.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
	box-sizing: border-box;
	float: left;
	padding-right: 10px;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
	background-color: #ffffff;
	color: #333333;
	border-color: #cccccc;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	font-family: "Poiret One", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 12px 12px;
	width: 100%;
	box-sizing: border-box;
	overflow-y: initial;
}
.form-control:focus {
	box-shadow: none;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
	background-color: #000000 !important;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	box-shadow: none;
	color: #ffffff !important;
	cursor: pointer;
	font-family: "Poiret One", Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	font-weight: 700;
	line-height: 22px;
	margin: 0 !important;
	padding: 12px !important;
	width: 100%;
	height: auto;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
	background-color: #333333 !important;
	border-color: #333333 !important;
}
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-checkboxRow
	input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin-top: 5px;
	margin-left: -1.5rem;
	overflow: visible;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
	color: #000000;
	display: block;
	font-family: "Poiret One", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-bottom: 0;
	position: relative;
	vertical-align: top;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
	font-weight: normal;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	min-height: 24px;
	padding-left: 24px;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
	color: #000000;
	text-decoration: underline;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
	color: #000000 !important;
	font-family: "Poiret One", Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	padding: 0 !important;
	margin: 0 5px 0 0 !important;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
	margin: 0;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
	background-color: var(--sub-color) !important;
	border: none !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	color: #ffffff !important;
	cursor: pointer;
	font-family: "Poiret One", Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 24px !important;
	height: auto;
	padding: 12px !important;
	width: 100% !important;
	box-sizing: border-box !important;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
	display: none;
}
#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
	background-color: var(--main-color) !important;
}
.ml-subscribe-close {
	width: 30px;
	height: 30px;
	background: url("https://cdn.mailerlite.com/images/default/modal_close.png") no-repeat;
	background-size: 30px;
	cursor: pointer;
	margin-top: -10px;
	margin-right: -10px;
	position: absolute;
	top: 0;
	right: 0;
}
.ml-error input,
.ml-error textarea,
.ml-error select {
	border-color: red !important;
}

.ml-error .custom-checkbox-radio-list {
	border: 1px solid red !important;
	border-radius: 0px;
	padding: 10px;
}

.ml-error .label-description,
.ml-error .label-description p,
.ml-error .label-description p a,
.ml-error label:first-child {
	color: #ff0000 !important;
}

#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-checkboxRow.ml-error
	.label-description
	p,
#mlb2-182474.ml-form-embedContainer
	.ml-form-embedWrapper
	.ml-form-embedBody
	.ml-form-checkboxRow.ml-error
	.label-description
	p:first-letter {
	color: #ff0000 !important;
}
@media only screen and (max-width: 480px) {
	.ml-form-embedWrapper.embedDefault,
	.ml-form-embedWrapper.embedPopup {
		width: 100% !important;
	}
	.ml-form-formContent.horozintalForm {
		float: left !important;
	}
	.ml-form-formContent.horozintalForm .ml-form-horizontalRow {
		height: auto !important;
		width: 100% !important;
		float: left !important;
	}
	.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
		width: 100% !important;
	}
	.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div {
		padding-right: 0px !important;
		padding-bottom: 10px;
	}
	.ml-form-formContent.horozintalForm .ml-button-horizontal {
		width: 100% !important;
	}
	.ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn {
		padding-top: 0px !important;
	}
}
.ml-mobileButton-horizontal {
	display: none;
}

#mlb2-182474 .ml-mobileButton-horizontal button {
	background-color: #000000 !important;
	border-color: #000000 !important;
	border-style: solid !important;
	border-width: 1px !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	color: #ffffff !important;
	cursor: pointer;
	font-family: "Poiret One", Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 20px !important;
	padding: 10px !important;
	width: 100% !important;
}

@media only screen and (max-width: 480px) {
	#mlb2-182474.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
		padding: 0 0 10px 0 !important;
	}
	.ml-hide-horizontal {
		display: none !important;
	}
	.ml-form-formContent.horozintalForm .ml-button-horizontal {
		display: none !important;
	}
	.ml-mobileButton-horizontal {
		display: inline-block !important;
		margin-bottom: 20px;
		width: 100%;
	}
	.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div {
		padding-bottom: 0px !important;
	}
}

@supports (-webkit-touch-callout: none) {
	@media (max-width: 991px) {
		/* CSS specific to iOS devices */
		.banner-minted span {
			padding-top: 0 !important;
		}

		.banner-mint-price span {
			margin-top: unset !important;
		}

		.banner-date-badge {
			right: -40px;
		}
	}
}
