/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	overflow-x: hidden;
	background-color: #0b0b0f;
	min-height: 100vh;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
textarea, input, a, button {
	outline: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
a {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
a:hover, a:visited, a:focus, a:active, button:hover, button:visited, button:active, button:focus; {
	text-decoration: none !important;
	outline: none !important;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
.animation-delay-100 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.animation-delay-200 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.animation-delay-300 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.animation-delay-400 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.animation-delay-600 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.animation-delay-800 {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.animation-delay-1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.animation-delay-2000 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.container {
    max-width: 1100px;
}
header {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 0;
}
.cs-o {
	position: relative;
	padding-top: 80px;
}
.cs-o:before {
	content: '';
	height: 286px;
    background-image: url('../img/elr.svg');
    top: 0;
    background-position: top;
    transform: translate(-50%);
	position: absolute;
    width: 100%;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    left: 50%;
}
.cs-o-intro {
	text-align: center;
	padding: 80px 0;
}
.cs-o-intro h1 {
	color: #fff;
	font-weight: 800;
	font-size: 3.2em;
}
.cs-o-intro h1 span {
    background: #2e73ff;
    background-image: linear-gradient(45deg,#2e73ff 20%,#ff0032 52%,#0c0c0f 95%);
    background-size: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.cs-o-intro-title {
	margin-bottom: 15px;
}
.cs-o-intro-subtitle {
	font-size: 1.4em;
	color: #98a7b3;
}
.cta-btn-w {
	margin-top: 30px;
}
.cta-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 60px;
    padding: 15px 35px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
	 letter-spacing: -.1px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    transition: all .15s ease;
	color: #ededed;
    background: #2e73ff;
}
.cta-btn span.lnr {
	font-size: 1.6em;
	margin-left: 15px;
}
.cs-tw-col-w {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -32px;
}
.cs-tw-col {
	flex: 0 0 33.33%;
	width: 33.33%;
	padding: 0 32px;
}
.cs-tw-col-i {
	text-align: center;
}
.cs-tw-col-i h4 {
	color: #eceded;
	margin-bottom: 8px;
	font-weight: 700;
	text-align: center;
	font-size: 24px;
    line-height: 34px;
    letter-spacing: -.1px;
}
.cs-tw-col-i p {
	text-align: justify;
	text-align-last: left;
	font-size: 18px;
    line-height: 28px;
    letter-spacing: -.1px;
	color: #9ca9b3;
}
.st-c-col-i-s {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: #2e73ff;
	display: inline-flex;
	margin: 0 auto 16px auto;
	align-items: center;
	justify-content: center;
}
.cs-content-p {
	padding: 80px 0;
}
.cs-content-b {
	border-bottom: 1px solid #25282c;
}
.cs-sec-t {
	font-size: 32px;
    line-height: 42px;
    letter-spacing: -.3px;
	color: #ededed;
	text-align: center;
	margin-bottom: 90px;
}
.desc-c-w {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.desc-c-col {
	width: 50%;
	flex: 0 0 50%;
	padding-right: 64px;
}
.desc-c-col-i-stp {
	color: #5658dd;
	font-size: 14px;
    line-height: 22px;
	margin-bottom: 8px;
	font-weight: 600;
}
.desc-c-col-i-title {
    margin-bottom: 12px;
	font-weight: 700;
	font-size: 32px;
    line-height: 42px;
    letter-spacing: -.3px;
	color: #eceded;
}
.desc-c-col-i-list {
    padding: 0px 0px 0px 15px;
	list-style: disc;
}
.desc-c-col-i-list li {
    text-align: justify;
	letter-spacing: -.1px;
	margin-bottom: 12px;
	color: #9ca9b3;
	line-height: 30px;
}
.desc-c-col-i-img-r-w {
	display: flex;
	align-items: center;
	justify-content: center;
}
.desc-c-col-i-img-w {
	padding: 0 20px;
}
.desc-c-col-i-img {
	border-radius: 2px;
    box-shadow: rgb(156 169 179) 0px 0px 0px 2px;
}
.desc-c-w-m-t {
	margin-top: 80px;
}
footer {
	margin-top: 0;
	text-align: center;
	padding: 0 0 20px 0;
	position: relative;
	color: #9ca9b3;
	z-index: 10;
}
.copyright {
	display: block;
	font-size: 0.75em;
	margin-top: 15px;
}
.mfp-bg {
	background: #0c0c0f;
	opacity: 1;
	color: #eceddf;
}
.step-c-w {
	max-width: 500px;
	border-radius: 5px;
	margin: 0 auto;
	padding: 50px 50px;
	background: #15151a;
}
.step-c-w-content-inner-header {
	text-align: center;
	margin: 0 0 15px 0;
}
.step-c-w-content-inner h2 {
	color: #fff;
	font-weight: 800;
	font-size: 2.2em;
	text-align: center;
	margin: 0 0 15px 0;
}
.step-c-w-content-inner p {
	font-size: 1em;
	text-align: center;
	color: #98a7b3;
	margin: 0;
}
.system-select-wrapper {
	margin: 20px auto 0 auto;
}
.ssw-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.ssw-col-w {
	width: 50%;
	flex: 0 0 50%;
}
.ssw-col {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
	background: #fff;
	cursor: pointer;
	color: #222;
}
.ssw-col-l {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.ssw-col-r {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.ssw-col i {
	font-size: 1.6em;
	margin-right: 10px;
}
.ssw-col.active {
	color: #fff;
	background: #2e73ff;
}
.cta-btn-w-s {
	text-align: center;
}
.cta-btn-s {
	margin: 0 auto;
}
#process-holder {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999999;
	display: flex;
    align-items: center;
}
.processing-wrapper {
	margin: 0 auto;
	border-radius: 12px;
	background: #fff;
	padding: 30px 20px;
	width: 290px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7), 0 3px 5px 0 rgba(0, 0, 0, 0.3);
}
.processing-title {
	font-size: 1.5em;
	font-weight: 700;
	margin: 0 0 15px 0;
	text-align: center;
	color: #000;
}
.processing-msg {
	font-size: 0.95em;
	text-align: center;
	font-weight: 400;
}
.console-loadbar {
	width: 90%;
	position: relative;
	margin: 15px auto 0 auto;
	background: #ddd;
	border-radius: 7px;
}
.console-loadbar div {
	font-size: 5px;
	text-indent: 9999px;
	overflow: hidden;
	border-radius: 7px;
	background: #2e73ff;
}
.processing-loader-wrapper {
	text-align: center;
}
.processing-loader-wrapper span {
	filter: invert(33%) sepia(59%) saturate(2912%) hue-rotate(212deg) brightness(102%) contrast(101%);
}
.cpm-app-name, .cpm-app-system {
	font-weight: 700;
}
/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.cs-tw-col {
		flex: 0 0 100%;
		width: 100%;
		padding: 0 32px;
		margin-bottom: 30px;
	}
	.cs-tw-col:last-child {
		margin-bottom: 0;
	}
	.desc-c-col {
		flex: 0 0 100%;
		width: 100%;
		padding: 0;
	}
	.cs-content-p {
		padding: 40px 0;
	}
	.cs-sec-t {
		margin-bottom: 40px;
	}
	.desc-c-col-i-img {
	}
	.mpot {
		margin-top: 20px
	}
	.cs-o-intro-title {
		font-size: 2.8em;
	}
	.cs-o-intro-title span {
		display: block;
	}
}
