<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox &lt; 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

#header .main-nav ul,
#footer .footer-nav ul,
.form-box .list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #eaeaeb;
	background: #0a0a0d;
	font: 12px/1.2 "Montserrat", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #eaeaeb;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #0a0a0d;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #eaeaeb;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #eaeaeb;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #eaeaeb;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #eaeaeb;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #eaeaeb;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

body.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	min-height: 100vh;
}

body.flex #wrapper {
	width: 100%;
	min-height: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

body.flex #wrapper &gt; * {
	width: 100%;
}

body.flex #main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

body.flex #main .container {
	width: 100%;
}

body.flex .box {
	padding: 25px;
	border-radius: 10px;
	background: #0f0f13;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
	box-shadow: 0 0 25px rgba(0, 0, 0, .4);
	position: relative;
	z-index: 1;
	max-width: 644px;
	margin: 0 auto;
	text-align: center;
}

body.flex .box p {
	margin-bottom: 40px;
	font-weight: 700;
}

body.flex .box .input {
	margin-bottom: 20px;
}

body.flex .box .input.large {
	width: 75%;
}

body.flex .box .input-field {
	background: #0c0c0f;
	font-size: 12px;
	line-height: 1.2;
	color: #878787;
	height: 35px;
	border: none !important;
	padding: 5px 12px;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .9);
}

body.flex .box .input-field::-webkit-input-placeholder {
	color: #878787;
}

body.flex .box .input-field::-moz-placeholder {
	opacity: 1;
	color: #878787;
}

body.flex .box .input-field:-moz-placeholder {
	color: #878787;
}

body.flex .box .input-field:-ms-input-placeholder {
	color: #878787;
}

body.flex .box .input-field.placeholder {
	color: #878787;
}

body.flex .box .btn {
	width: 100%;
}

body.flex .box .btn.signup {
	background: #00c086;
	box-shadow: 0 0 5px rgba(0, 192, 134, .9);
}

body.flex .box .btn.signup:before {
	display: none;
}

body.flex .box .btn.signup:hover {
	background: #006f4d;
}

body.flex .box .forgot {
	text-align: right;
	padding-top: 10px;
}

body.flex .box .forgot a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	line-height: 1.2;
}

body.flex .box .forgot a:hover {
	opacity: .6;
}

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

.container {
	max-width: 1100px;
	padding: 15px;
	margin: 0 auto;
}

.discord-btn:hover {
	opacity: 0.8;
	transition: 200ms ease;
}

.btn {
	cursor: pointer;
	border: none;
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 10px 32px;
	border-radius: 4px;
	background: #0a0a0d;
	-webkit-transition: .2s linear;
	transition: .2s linear;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.btn:hover {
	background: none;
}

.btn:before {
	background: -webkit-linear-gradient(top, #e96864 0%, #c04489 100%);
	background: linear-gradient(to bottom, #e96864 0%, #c04489 100%);
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	content: "";
	z-index: -1;
	border-radius: 4px;
}

label.btn {
	padding: 16px 26px !important;
}

#header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px;
}

#header .logo {
	width: 22px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	z-index: 999;
}

#header .main-nav {
	background: #0a0a0d;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}

.nav-active #header .main-nav {
	opacity: 1;
	visibility: visible;
}

#header .main-nav ul {
	padding-bottom: 30px;
}

#header .main-nav li {
	padding-top: 30px;
}

#header .main-nav li.signup {
	text-transform: uppercase;
	font-weight: 600;
}

#header .main-nav a {
	-webkit-transition: .2s linear;
	transition: .2s linear;
	color: #eaeaeb;
	text-decoration: none;
}

#header .main-nav a:hover {
	color: #c04489;
}

#header .main-nav a.btn {
	color: #fff;
}

.nav-opener {
	position: absolute;
	top: 10px;
	right: 0;
	width: 55px;
	height: 55px;
	z-index: 99;
	border-radius: 100%;
	z-index: 9999;
}

.nav-active .nav-opener {
	position: fixed;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 20%;
	right: 20%;
	height: 2px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 33%;
}

.nav-opener:after {
	top: 69%;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .nav-opener:hover {
	opacity: .9;
}

#main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.visual .container {
	padding: 10px 15px;
	position: relative;
}

.visual .textblock {
	font-size: 13.5px;
	letter-spacing: normal;
	line-height: 24px;
}

.visual .new-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 10px;
	letter-spacing: .1rem;
	line-height: 14px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.visual .new-info .new {
	background: #2DB285;
	color: #fff;
	width: 50px;
	text-align: center;
	font-weight: 600;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 4px;
	text-align: center;
	border-radius: 20px;
}

.visual .new-info p {
	margin: 0;
	padding-left: 10px;
}

.visual h1 {
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-weight: 900;
}

.visual p {
	margin-bottom: 30px;
}

.visual .image {
	width: 100%;
	min-width: 768px;
	left: 50%;
	position: relative;
}

.visual .image img {
	width: 100%;
	left: -50%;
	position: relative;
	min-width: 768px;
}

.visual .btn {
	max-width: 300px;
}

.info-section .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 10px;
	max-width: 1240px;
	font-size: 11px;
	line-height: 1.35;
}

.info-section .col {
	width: 50%;
	text-align: center;
	padding: 15px;
}

.info-section .icon-holder {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	position: relative;
	background: #0a0a0d;
	margin: 0 auto 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.info-section .icon-holder:before {
	background: -webkit-linear-gradient(top, #e96864 0%, #c04489 100%);
	background: linear-gradient(to bottom, #e96864 0%, #c04489 100%);
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	content: "";
	z-index: -1;
	border-radius: 100%;
}

.connect-block .container {
	padding-top: 20px;
	padding-bottom: 40px;
	max-width: 425px;
	text-align: center;
}

.connect-block .title {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: #e9356c;
	font-weight: 600;
}

.connect-block h2 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
}

.connect-block .btn-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.connect-block .btn-holder a {
	border-radius: 5px;
	width: 46%;
	background: #1da1f3;
	padding: 12px 15px;
	text-align: center;
	box-shadow: 0 0 10px rgba(29, 161, 243, .6);
	-webkit-transition: .2s linear;
	transition: .2s linear;
}

.connect-block .btn-holder a.discord {
	background: #7289da;
	box-shadow: 0 0 10px rgba(114, 137, 218, .6);
}

.connect-block .btn-holder a.discord:hover {
	background: #5a6eb4;
	box-shadow: 0 0 10px rgba(114, 137, 218, .9);
}

.connect-block .btn-holder a:hover {
	background: #0079c4;
	box-shadow: 0 0 10px rgba(29, 161, 243, .9);
}

.connect-block .btn-holder a img {
	display: inline-block;
	vertical-align: top;
}

.open-close {
	padding: 15px 0 0;
}

.open-close .opener {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	position: relative;
	padding-right: 30px;
	margin-bottom: 40px;
}

.twocols .left-col {
	padding: 2px;
}

.twocols .left-col .btn {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	min-width: 170px;
}

.twocols .left-col .btn.full {
	width: 100%;
}

.twocols .box {
	padding: 15px;
	border-radius: 10px;
	background: #0f0f13;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
	position: relative;
	z-index: 1;
}

.twocols .box strong {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.twocols .box span {
	color: #959494;
}

.twocols .input {
	margin-bottom: 10px;
}

.twocols .input:last-child {
	padding-top: 15px;
}

.twocols .input:last-child .btn {
	margin-bottom: 0;
	min-width: 150px;
}

.twocols .input-field {
	padding: 5px;
	border-radius: 8px;
	height: 35px;
	width: 100%;
	background: #0b0b0e;
	color: #959494;
	text-align: center;
	border: none;
}

.twocols .input-field::-webkit-input-placeholder {
	color: #959494;
}

.twocols .input-field::-moz-placeholder {
	opacity: 1;
	color: #959494;
}

.twocols .input-field:-moz-placeholder {
	color: #959494;
}

.twocols .input-field:-ms-input-placeholder {
	color: #959494;
}

.twocols .input-field.placeholder {
	color: #959494;
}

.twocols textarea {
	margin-bottom: 20px;
}

.twocols textarea.input-field {
	height: 400px;
	text-align: left;
	padding: 15px;
	resize: none;
}

.twocols .right-col {
	padding: 2px;
}

.twocols .right-col .box {
	text-align: left;
}

.twocols .btn-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 12px 0;
}

.twocols .btn-holder .btn {
	margin-right: 15px;
	min-width: 100px;
}

#footer .container {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}

#footer .logo {
	width: 128px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 auto 30px;
}

#footer .logo img {
	max-width: 100%;
	display: block;
}

#footer .footer-nav .nav {
	margin-bottom: 20px;
}

#footer .footer-nav .nav:last-child {
	font-weight: 600;
	padding-top: 15px;
}

#footer .footer-nav .nav:last-child ul li {
	margin-bottom: 18px;
}

#footer .footer-nav ul li {
	padding-bottom: 3px;
}

#footer .footer-nav a {
	-webkit-transition: .2s linear;
	transition: .2s linear;
	color: #fff;
	text-decoration: none;
}

#footer .footer-nav a:hover {
	opacity: .5;
}

#footer .footer-nav .title {
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}

.form-box {
	text-align: center;
	padding: 20px 0;
}

.form-box .title {
	font-size: 14px;
	line-height: 18px;
	display: block;
	text-align: center;
	color: #e9356c;
	font-weight: 500;
}

.form-box h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 900;
	margin-bottom: 25px;
	letter-spacing: .05rem;
}

.form-box .box {
	padding: 25px;
	border-radius: 10px;
	background: #0f0f13;
	color: #fff;
	text-align: center;
	margin-bottom: 15px;
	box-shadow: 0 0 25px rgba(0, 0, 0, .4);
	position: relative;
	z-index: 1;
	max-width: 644px;
	margin: 0 auto;
}

.form-box .box strong {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.form-box .box span {
	color: #959494;
}

.form-box .box label {
	cursor: pointer;
	margin-bottom: 10px;
	width: 100%;
}

.form-box .box label:hover {
	background: #0a0a0d !important;
}

.form-box .box label:before {
	display: none;
}

.form-box .box .radio-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form-box .box .radio-holder {
	width: 32%;
}

.form-box .box input[type="radio"] {
	display: none;
}

.form-box .box input[type="radio"]:checked + label:before {
	display: block;
}

.form-box p {
	margin-bottom: 30px;
}

.form-box .price {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 1.25;
	padding: 30px 0;
}

.form-box .info {
	border-top: 2px solid #0c0c0f;
	padding: 50px;
	margin: 0 -25px;
}

.form-box .list {
	text-align: left;
	max-width: 430px;
	margin: 0 auto;
}

.form-box .list li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #bdb9b9;
}

.form-box .list b {
	color: #fff;
}

.form-box .list li:after {
	width: 10px;
	height: 10px;
	background: url(../img/icon-check.png) no-repeat;
	position: absolute;
	top: 2px;
	left: 0;
	content: "";
}

.form-box .input-area {
	position: relative;
	margin-bottom: 30px;
}

.form-box .input {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 15px;
}

.form-box .input.small {
	box-shadow: none;
	overflow: visible;
}

.form-box .input.small .input-field {
	box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	border-radius: 5px;
	width: 100%;
}

.form-box .input-field {
	font-size: 10px;
	line-height: 1.2;
	background: none;
	color: #878787;
	height: 30px;
	border: none !important;
	padding: 5px 12px;
	width: 100%;
}

.form-box .input-field::-webkit-input-placeholder {
	color: #878787;
}

.form-box .input-field::-moz-placeholder {
	opacity: 1;
	color: #878787;
}

.form-box .input-field:-moz-placeholder {
	color: #878787;
}

.form-box .input-field:-ms-input-placeholder {
	color: #878787;
}

.form-box .input-field.placeholder {
	color: #878787;
}

.form-box .btn-apply {
	display: flex;
	align-items: center;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.form-box .btn-apply:hover {
	opacity: .5;
}

.form-box .btn.purchase {
	background: #00c086;
	box-shadow: 0 0 5px rgba(0, 192, 134, .9);
}

.form-box .btn.purchase:before {
	display: none;
}

.form-box .btn.purchase:hover {
	background: #006f4d;
}

.bg-footer {
	-ms-flex-item-align: end;
	align-self: flex-end;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.bg-footer img {
	width: 100%;
	height: auto;
	display: block;
}

@media (min-width: 768px) {
	body.flex .box {
		padding: 40px 30px;
	}

	body.flex .box .input-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	body.flex .box .input {
		width: 36%;
		margin-bottom: 0;
	}

	body.flex .box .input.medium {
		width: 25%;
	}

	body.flex .box .input.small {
		width: 20%;
	}

	#header {
		box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
	}

	#header .container {
		padding: 25px 15px;
	}

	#header .main-nav {
		padding-top: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		position: static;
		overflow: visible;
	}

	#header .main-nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 0;
	}

	#header .main-nav li {
		margin-left: 40px;
		padding-top: 0;
	}

	#header .main-nav li.signup {
		margin-left: 60px;
	}

	#header .main-nav li.signin {
		margin-left: 20px;
	}

	.nav-opener {
		display: none;
	}

	.visual .container {
		padding: 150px 15px 100px;
	}

	.visual .textblock {
		width: 350px;
		padding-right: 46px;
	}

	.visual .new-info {
		margin-bottom: 70px;
	}

	.visual h1 {
		margin: 0 -46px 30px 0;
		font-size: 40px;
		line-height: 44px;
	}

	.visual .image {
		min-width: 1200px;
	}

	.visual .image img {
		min-width: 1200px;
	}

	.info-section .container {
		padding-top: 90px;
		padding-bottom: 80px;
	}

	.info-section .col {
		width: 20%;
	}

	.connect-block .container {
		padding-top: 60px;
		padding-bottom: 170px;
	}

	.connect-block h2 {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 40px;
	}

	.open-close {
		padding: 60px 0 0;
	}

	.open-close .opener {
		font-size: 30px;
		line-height: 34px;
	}

	.twocols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 50px;
	}

	.twocols .left-col {
		width: 30%;
	}

	.twocols .box {
		padding: 15px 30px;
	}

	.twocols .right-col {
		width: 66%;
	}

	.twocols .btn-holder .btn {
		min-width: 170px;
	}

	#footer .container {
		padding-top: 40px;
		padding-bottom: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		text-align: left;
	}

	#footer .copyright {
		font-size: 10px;
		position: absolute;
		bottom: 60px;
		left: 15px;
	}

	#footer .logo {
		padding-bottom: 50px;
		margin: 0;
	}

	#footer .footer-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding-left: 20px;
	}

	#footer .footer-nav .nav {
		padding: 0;
	}

	.form-box {
		padding: 70px 0;
	}

	.form-box .box {
		padding: 25px 30px;
	}

	.form-box .box label {
		width: auto;
	}

	.form-box .box .radio-holder {
		width: auto;
	}

	.form-box .info {
		margin: 0 -30px;
	}

	.form-box .input-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-item-align: center;
		align-self: center;
		padding-left: 30px;
		padding-right: 60px;
	}

	.form-box .input {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 65%;
		margin-bottom: 0;
	}

	.purchase-input {
    font-size: 12px !important;
    line-height: 1.2;
    background: none;
    color: #878787;
    height: 30px;
    border: none !important;
		padding: 5px 12px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
    border-radius: 5px;
    width: 100%;
	}

	.applyBtn {
		cursor: pointer;
		display: flex;
		align-items: center;
		height: 30px;
		justify-content: center;
    color: #fff !important;
    font-size: 14px;
	}

	.form-box .input.small {
		width: 100px;
	}

	.form-box .input-field {
		width: auto;
	}

	.form-box .input-field:first-child {
		width: 55%;
	}

	.form-box .input-field.small {
		width: 65px;
	}
}

@media (min-width: 1024px) {
	#footer .footer-nav {
		padding-left: 200px;
	}
}

@media (max-width: 767px) {
	.nav-active {
		overflow: hidden;
	}

	#header .main-nav {
		font-size: 20px;
		line-height: 1.2;
		text-align: center;
		padding-top: 70px;
		overflow: auto;
		-webkit-transition: .2s linear;
		transition: .2s linear;
		opacity: 0;
		visibility: hidden;
	}
}


.dropdownbtn {
	cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
	z-index: 1;
	font-size: 12px;
}

.dropdown-content {
	padding: 10px 0px;
}

.dropdown-content a {
	background-color: transparent;
  padding: 8px 4px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: transparent;}

@media (max-width: 768px) {
	.dropdown:hover .dropdown-content {display: block; position: inherit;}
}
.dropdown:hover .dropdown-content {display: block;}

.select-field {
	background: #0b0b0e;
	font-size: 12px;
	line-height: 1.2;
	color: #878787;
	height: 35px;
	border: none !important;
	padding: 8px 12px;
	width: 100%;
	border-radius: 5px;
}
	



.preloader {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 99999;
  height: 100%;
  width: 100%;
}

.preloader .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

.preloader .loader-canvas {
  background-color: #0A0A0D;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loader-canvas.canvas-right {
  right: 0;
}

.preloader .loader-canvas.canvas-left {
  left: 0;
}

.preloader.loaded .canvas-right {
  -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.preloader.loaded .canvas-left {
  -webkit-transform: translateX(-101%);
      -ms-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.preloader.loaded .preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  visibility: hidden;
}

.preloader.loaded .blobs {
  visibility: hidden;
  opacity: 0;
}

.preloader .blobs {
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: 99;
}

.preloader .blobs .blob-center {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
      -ms-transform: scale(0.9) translate(-50%, -50%);
          transform: scale(0.9) translate(-50%, -50%);
  -webkit-animation: blob-grow linear 3.4s infinite;
          animation: blob-grow linear 3.4s infinite;
  border-radius: 50%;
  -webkit-box-shadow: 0 -10px 40px -5px #DD5E6F;
          box-shadow: 0 -10px 40px -5px #DD5E6F;
	background-color: #DD5E6F
}

.preloader .blob {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-animation: blobs ease-out 3.4s infinite;
          animation: blobs ease-out 3.4s infinite;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
      -ms-transform: scale(0.9) translate(-50%, -50%);
          transform: scale(0.9) translate(-50%, -50%);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
	opacity: 0;
	background-color: #DD5E6F
}

.preloader .blob:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.preloader .blob:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.preloader .blob:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.preloader .blob:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.preloader .blob:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-dialog-centered::before{display:block;height:calc(100vh - (.5rem * 2));content:""}.modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer&gt;:not(:first-child){margin-left:.25rem}.modal-footer&gt;:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-dialog-centered::before{height:calc(100vh - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}
.modal-dialog {
	min-width: 900px !important;
}
@media (max-width: 850px) {
	.modal-dialog {
		min-width: 0px !important;
	}
}</pre></body></html>