/*! 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 < 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: 0.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: -0.5em; }

sub {
  bottom: -0.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: 0.35em 0.625em 0.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; }

.nav-area ul, .logos-area ul, .two-cols .list, .accordion, #footer ul, #footer .social-networks {
  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: #9799B2;
  background: #080a18;
  font: 16px/1.2 "Inter", 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 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 #9799B2;
  padding: 0.4em 0.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: #333; }
  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: #9799B2; }
  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: #9799B2; }
  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: #9799B2; }
  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: #9799B2; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #9799B2; }

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; }

#header {
  background: #070917; }
  #header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
  #header .logo {
    width: 77px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    #header .logo img {
      width: 100%;
      height: auto;
      display: block; }

.nav-opener {
  position: absolute;
  top: 24px;
  right: 15px;
  width: 30px;
  height: 25px;
  border-radius: 3px;
  z-index: 9999; }
  @media (min-width: 768px) {
    .nav-opener {
      display: none; } }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 36%;
    left: 0;
    right: 0;
    height: 3px;
    margin-top: -2px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 0; }
  .nav-opener:after {
    top: 70%; }
  .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; }

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

.nav-active .nav-area {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important; }

.nav-area {
  font-size: 14px;
  line-height: 1.25; }
  @media (min-width: 768px) {
    .nav-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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }
  @media (max-width: 767px) {
    .nav-area {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(8, 10, 24, 0.95);
      z-index: 999;
      font-size: 16px;
      line-height: 1.2;
      text-align: center;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      overflow: auto;
      -webkit-transition: 0.5s ease;
      transition: 0.5s ease; } }
  .nav-area ul {
    font-weight: 600;
    padding-top: 40px; }
    @media (min-width: 768px) {
      .nav-area ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        padding-top: 0; } }
    .nav-area ul + ul {
      padding: 0; }
    .nav-area ul li {
      padding: 20px; }
      @media (min-width: 768px) {
        .nav-area ul li {
          margin-left: 50px;
          padding: 0; } }
      .nav-area ul li.active a {
        color: #5A7EF6;
        background: -webkit-linear-gradient(left, #eba170, #9658fb);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    .nav-area ul a {
      text-decoration: none;
      color: #9799B2;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      .nav-area ul a:hover {
        color: #5A7EF6;
        background: -webkit-linear-gradient(left, #eba170, #9658fb);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
      .nav-area ul a.btn {
        background: #5A7EF6;
        color: #fff;
        -webkit-background-clip: none;
        -webkit-text-fill-color: inherit;
        font-size: 14px;
        line-height: 1.25; }
      .nav-area ul a.signin {
        color: #fff; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts2/icomoon.eot?keedaz");
  src: url("../fonts2/icomoon.eot?keedaz#iefix") format("embedded-opentype"), url("../fonts2/icomoon.ttf?keedaz") format("truetype"), url("../fonts2/icomoon.woff?keedaz") format("woff"), url("../fonts2/icomoon.svg?keedaz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-right:before {
  content: "\e900"; }

.icon-arrow-right1:before {
  content: "\e901"; }

.icon-twitter:before {
  content: "\e902"; }

.icon-instagram:before {
  content: "\e903"; }

#wrapper {
  position: relative;
  overflow: hidden;
  line-height: 1.65; }

.container {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto; }

.btn {
  border-radius: 5px;
  background: #5A7EF6;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 12px 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.25;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative; }
  @media (min-width: 1024px) {
    .btn {
      font-size: 18px; } }
  .btn:hover {
    box-shadow: 0 0 30px #5a7ef6; }
  .btn.has-arrow {
    padding-right: 50px; }
    .btn.has-arrow i {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 17px; }

.mouse {
  position: absolute;
  width: 21px;
  height: 34px;
  bottom: 40px;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #888;
  -webkit-animation: intro 1s;
  animation: intro 1s;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear; }

.scroll {
  display: block;
  width: 4px;
  height: 6px;
  margin: 6px auto;
  border-radius: 4px;
  background: #888;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite; }

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes finger {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); } }

@keyframes finger {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); } }

.scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #5E5F73;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  z-index: 99; }
  .scroll-down:hover {
    color: #5A7EF6; }
    .scroll-down:hover .mouse {
      border-color: #5A7EF6; }
    .scroll-down:hover .scroll {
      background: #5A7EF6; }

.version {
  color: #FE4258;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  font-weight: 600;
  margin-bottom: 40px; }
  .version em {
    background: -webkit-linear-gradient(left, #7F4CFD, #FE4258);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal; }
  .version span {
    background: #7F4CFE;
    font-size: 10px;
    line-height: 1.25;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 4px 6px;
    color: #fff;
    margin-right: 5px; }

.visual {
  background: #070917;
  position: relative;
  padding-bottom: 100px;
  padding-top: 30px; }
  @media (min-width: 768px) {
    .visual {
      min-height: calc(100vh - 80px);
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 0;
      padding-top: 0; } }
  .visual .textblock {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .visual .textblock {
        width: 40%;
        margin-bottom: 0; } }
    .visual .textblock .text {
      color: #9799B2;
      font-size: 16px;
      line-height: 1.25;
      padding-right: 20px;
      padding-left: 20px; }
      @media (min-width: 1024px) {
        .visual .textblock .text {
          font-size: 18px; } }
      @media (min-width: 1200px) {
        .visual .textblock .text {
          float: right;
          max-width: 430px; } }
  .visual h1 {
    color: #fff; }
  .visual p {
    margin-bottom: 60px; }
  @media (min-width: 768px) {
    .visual .img {
      width: 60%; } }
  .visual .img img {
    width: 100%;
    height: auto;
    display: block; }

h1 {
  font-size: 26px;
  line-height: 1.25;
  color: #fff; }
  @media (min-width: 768px) {
    h1 {
      font-size: 36px; } }
  @media (min-width: 1024px) {
    h1 {
      font-size: 48px; } }

h2 {
  font-size: 20px;
  line-height: 1.25; }
  @media (min-width: 768px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-size: 18px;
  line-height: 1.25; }

.logos-area {
  text-align: center;
  position: relative; }
  .logos-area:before {
    position: absolute;
    width: 818px;
    height: 818px;
    left: -434px;
    top: -150px;
    background: -webkit-radial-gradient(50% 50% at 50% 50%, rgba(255, 101, 118, 0.1) 0%, rgba(255, 101, 118, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 101, 118, 0.1) 0%, rgba(255, 101, 118, 0) 100%);
    content: ''; }
  .logos-area .container {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (min-width: 768px) {
      .logos-area .container {
        padding-top: 100px;
        padding-bottom: 100px; } }
    .logos-area .container:before {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background: #212234;
      height: 1px;
      content: '';
      width: 55%; }
  .logos-area h2 {
    margin-bottom: 40px; }
  .logos-area 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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .logos-area ul li {
      padding: 10px; }
      @media (min-width: 1200px) {
        .logos-area ul li {
          width: auto; } }

.three-cols {
  color: #9799B2;
  padding-top: 80px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 29px;
  position: relative;
  z-index: 1; }
  @media (min-width: 1024px) {
    .three-cols {
      font-size: 18px;
      line-height: 29px; } }
  .three-cols:before {
    position: absolute;
    width: 975px;
    height: 975px;
    right: 0;
    top: 0;
    background: -webkit-radial-gradient(50% 50% at 50% 50%, rgba(124, 78, 246, 0.1) 0%, rgba(124, 78, 246, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(124, 78, 246, 0.1) 0%, rgba(124, 78, 246, 0) 100%);
    content: ''; }
  .three-cols h2 {
    color: #fff; }
  .three-cols .container {
    text-align: center; }
    @media (min-width: 768px) {
      .three-cols .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: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        text-align: left; } }
  .three-cols .col {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .three-cols .col {
        width: 31%;
        margin-bottom: 70px; } }
  .three-cols .img {
    width: 125px;
    margin: 0 auto 30px; }
    @media (min-width: 768px) {
      .three-cols .img {
        margin: 0 0 30px; } }
    .three-cols .img img {
      width: 100%;
      display: block;
      height: auto; }

.two-cols {
  background: #131420;
  color: #9799B2;
  position: relative;
  font-size: 16px;
  line-height: 1.65; }
  @media (min-width: 1024px) {
    .two-cols {
      font-size: 18px; } }
  .two-cols:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    height: 11px;
    background: -webkit-linear-gradient(left, #E6A275 0%, #CC4DD8 31.77%, #A35FEA 67.71%, #71CAE0 100%);
    background: linear-gradient(90deg, #E6A275 0%, #CC4DD8 31.77%, #A35FEA 67.71%, #71CAE0 100%); }
  .two-cols:after {
    position: absolute;
    height: 284px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 2px;
    top: 50%;
    background: #27283A;
    content: '';
    border-radius: 2px;
    display: none; }
    @media (min-width: 768px) {
      .two-cols:after {
        display: block; } }
  .two-cols .container {
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (min-width: 768px) {
      .two-cols .container {
        padding-top: 150px;
        padding-bottom: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -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; } }
  .two-cols h2 {
    color: #fff;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .two-cols h2 {
        font-size: 48px;
        line-height: 1.25; } }
    .two-cols h2 span {
      background: -webkit-linear-gradient(left, #e49a7b, #b850e4, #71c6e0);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .two-cols h3 {
    font-size: 21px;
    line-height: 1.25;
    margin-bottom: 15px;
    color: #fff; }
  @media (min-width: 768px) {
    .two-cols .col {
      width: 40%; } }
  .two-cols p {
    margin-bottom: 40px; }
  .two-cols .list li {
    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;
    padding: 35px 0; }
    @media (min-width: 768px) {
      .two-cols .list li {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .two-cols .list .img {
    width: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .two-cols .list .img img {
      width: 100%;
      display: block;
      height: auto; }
  .two-cols .list .text {
    padding-left: 20px; }
  .two-cols .list p {
    margin-bottom: 0; }
  .two-cols .btn {
    background: -webkit-linear-gradient(left, #e49a7b 0%, #b850e4 51%, #71c6e0 100%);
    background: linear-gradient(to right, #e49a7b 0%, #b850e4 51%, #71c6e0 100%); }

.faqs .container {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .faqs .container {
      padding-top: 140px;
      padding-bottom: 140px; } }

.faqs .head {
  margin-bottom: 70px; }

.accordion li {
  background: #131420;
  margin-bottom: 14px;
  color: #9799B2;
  line-height: 1.26;
  border-radius: 7px; }
  .accordion li.active a:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .accordion li a {
    background: #191b29;
    display: block;
    padding: 22px 35px 22px 55px;
    border-radius: 7px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear; }
    .accordion li a:after, .accordion li a:before {
      position: absolute;
      top: 25px;
      left: 30px;
      height: 16px;
      width: 2px;
      border-radius: 2px;
      content: '';
      background: #5A7EF6;
      -webkit-transition: 0.4s linear;
      transition: 0.4s linear; }
    .accordion li a:before {
      width: 16px;
      height: 2px;
      top: 32px;
      left: 23px; }

.accordion .slide {
  padding: 30px;
  line-height: 1.6; }
  .accordion .slide p {
    margin-bottom: 0; }

.social-block {
  position: relative; }
  .social-block:before {
    position: absolute;
    width: 818px;
    height: 818px;
    right: -200px;
    top: -400px;
    background: -webkit-radial-gradient(50% 50% at 50% 50%, rgba(90, 126, 246, 0.23) 0%, rgba(90, 126, 246, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(90, 126, 246, 0.23) 0%, rgba(90, 126, 246, 0) 100%);
    content: '';
    pointer-events: none; }
  .social-block:after {
    position: absolute;
    width: 1205px;
    height: 1205px;
    left: -388px;
    bottom: -550px;
    background: -webkit-radial-gradient(50% 50% at 50% 50%, rgba(124, 78, 246, 0.26) 0%, rgba(124, 78, 246, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(124, 78, 246, 0.26) 0%, rgba(124, 78, 246, 0) 100%);
    content: '';
    pointer-events: none; }
  .social-block .container {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 697px;
    text-align: center; }
    @media (min-width: 768px) {
      .social-block .container {
        padding-top: 100px;
        padding-bottom: 100px; } }
  .social-block .img {
    max-width: 637px;
    margin: 0 auto 30px; }
    .social-block .img img {
      width: 100%;
      height: auto;
      display: block; }
  .social-block p {
    margin-bottom: 60px; }
  .social-block .btn {
    background: #3BA1ED;
    margin: 0 3px 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .social-block .btn i {
      padding-right: 10px; }
    .social-block .btn.gradient {
      background: -webkit-linear-gradient(left, #5D52C9 0%, #C837AB 51%, #FFC651 100%);
      background: linear-gradient(to right, #5D52C9 0%, #C837AB 51%, #FFC651 100%); }

#footer {
  background: #131420;
  position: relative;
  z-index: 2; }
  #footer .container {
    padding-top: 70px;
    padding-bottom: 40px; }
    @media (min-width: 768px) {
      #footer .container.flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap; } }
  #footer a {
    color: #D0D4EA;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear; }
    #footer a:hover {
      color: #5A7EF6; }
  #footer .title {
    font-weight: 500;
    display: block;
    color: #fff;
    margin-bottom: 15px; }
  #footer ul li {
    margin-bottom: 15px; }
  #footer ul a {
    text-decoration: none; }
  #footer .left-col {
    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: 30px; }
    @media (min-width: 768px) {
      #footer .left-col {
        width: 40%;
        margin-bottom: 0; } }
    #footer .left-col .col {
      width: 48%; }
  @media (min-width: 768px) {
    #footer .right-col {
      width: 40%;
      text-align: right; } }
  #footer .right-col .title {
    margin-bottom: 30px; }
  #footer .right-col .btn {
    margin-bottom: 35px;
    color: #fff; }
  #footer .footer-holder {
    padding-top: 0;
    padding-bottom: 0; }
  #footer .footer-content {
    border-top: 1px solid #27283A;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (min-width: 768px) {
      #footer .footer-content {
        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; } }
  #footer .logo {
    width: 77px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 auto 20px; }
    @media (min-width: 768px) {
      #footer .logo {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin: 0; } }
    #footer .logo img {
      width: 100%;
      height: auto;
      display: block; }
  #footer .social-networks {
    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;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      #footer .social-networks {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin-bottom: 0; } }
    #footer .social-networks li {
      margin: 0 0 0 10px; }
    #footer .social-networks a {
      width: 32px;
      height: 32px;
      border-radius: 100%;
      background: #212333;
      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: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fff; }
      #footer .social-networks a:hover {
        background: #5A7EF6; }
  #footer .copyright {
    margin: 0;
    width: 100%;
    text-align: center;
    font-weight: 500; }
    @media (min-width: 768px) {
      #footer .copyright {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: auto; } }
/*# sourceMappingURL=main.css.map */