/*--------------------------------------
FONTS
--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Play:wght@400;700&display=swap");
/*--------------------------------------
Variables 
--------------------------------------*/
/*--------------------------------------
NORMALIZE
--------------------------------------*/
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

.container-xl,
.container-lg,
.container-fluid,
.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .container-lg,
  .container-xl,
  .container-fluid,
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-xl,
  .container-fluid,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-lg,
  .container-xl,
  .container-fluid,
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1280px) {
  .container-fluid {
    max-width: 1280px;
  }
}
@media (min-width: 1681px) {
  .container-lg {
    max-width: 1400px;
  }
  .container-xl {
    max-width: 1600px;
  }
  .container-fluid {
    max-width: 1600px;
  }
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/*--------------------------------------
NORMALIZE
--------------------------------------*/
/*-------------------- RESETE STYLES --------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

a img {
  border: none;
}

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

strong,
b {
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*--------------------------------------
TYPOGRAPHY
--------------------------------------*/
/*-------------------- DEFAULT STYLES --------------------*/
*::-moz-selection {
  background: transparent;
  color: #00ee6e;
}
*::selection {
  background: transparent;
  color: #00ee6e;
}

body {
  color: #fff;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
  font-family: "Play", sans-serif;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  background-color: #101010;
  background-image: url("../img/pattern.png");
  background-repeat: repeat;
}
@media (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}
body.no-scroll {
  overflow: hidden;
}

p,
ul,
ol {
  color: rgba(255, 255, 255, 0.6);
}

a {
  text-decoration: none;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  color: #fff;
}
a:hover {
  color: #00ee6e;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #00ee6e;
}

.h1,
h1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .h1,
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 28px;
  }
}

.page-header h1,
.h2,
h2 {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1440px) {
  .page-header h1,
  .h2,
  h2 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .page-header h1,
  .h2,
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .page-header h1,
  .h2,
  h2 {
    font-size: 24px;
  }
}

.h3,
h3 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .h3,
  h3 {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .h3,
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .h3,
  h3 {
    font-size: 22px;
  }
}

.h4,
h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1440px) {
  .h4,
  h4 {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .h4,
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .h4,
  h4 {
    font-size: 20px;
  }
}

.h5,
h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1440px) {
  .h5,
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .h5,
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .h5,
  h5 {
    font-size: 18px;
  }
}

.h6,
h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1440px) {
  .h6,
  h6 {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .h6,
  h6 {
    font-size: 16px;
  }
}

.text-sm {
  font-size: 16px;
}
@media (max-width: 1199px) {
  .text-sm {
    font-size: 14px;
  }
}

.text-lg {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .text-lg {
    font-size: 18px;
  }
}

.text-xl {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .text-xl {
    font-size: 20px;
  }
}

.accent {
  color: #00ee6e;
}

/*--------------------------------------
CUSTOM STYLE
--------------------------------------*/
#app {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
#app .site-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 1200px) {
  *::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
    border-radius: 0;
  }
  *::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 0;
  }
  *::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
  }
  body::-webkit-scrollbar {
    width: 6px;
  }
}
.logo {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  max-width: 250px;
  position: relative;
}
@media (max-width: 1199px) {
  .logo {
    max-width: 130px;
    z-index: 4;
  }
}
.logo img {
  display: block;
  max-width: 100%;
}

section {
  position: relative;
}

.desktop-visible {
  display: block;
}
@media (max-width: 767px) {
  .desktop-visible {
    display: none;
  }
}

.mobile-visible {
  display: none;
}
@media (max-width: 767px) {
  .mobile-visible {
    display: block;
  }
}

.row30 {
  margin-bottom: -30px;
}
.row30 > div {
  margin-bottom: 30px;
}

.text-center {
  text-align: center;
}

.pt {
  padding-top: 140px;
}
@media (max-width: 1199px) {
  .pt {
    padding-top: 90px;
  }
}

.pb {
  padding-bottom: 140px;
}
@media (max-width: 1199px) {
  .pb {
    padding-bottom: 90px;
  }
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .mt50 {
    margin-top: 40px;
  }
}

.mt60 {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .mt60 {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  h2 + .mt30 {
    margin-top: 10px;
  }
}

.slick-dots {
  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;
  margin-top: 30px;
}
.slick-dots li {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  height: 5px;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.slick-dots li + li {
  margin-left: 8px;
}
.slick-dots li.slick-active {
  width: 40px;
}
.slick-dots li.slick-active:before {
  opacity: 1;
  width: 0;
  -webkit-animation: fillDott 0.35s linear forwards;
          animation: fillDott 0.35s linear forwards;
}
.slick-dots li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #00ee6e;
  opacity: 0;
  border-radius: inherit;
}
.slick-dots li button {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 0;
}

@-webkit-keyframes fillDott {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes fillDott {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}
.social li {
  margin-bottom: 10px;
}
.social li + li {
  margin-left: 10px;
}
.social a {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), rgba(0, 0, 0, 0.2);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199px) {
  .social a {
    width: 36px;
    height: 36px;
  }
}
.social a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #00ee6e;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}
.social a:hover {
  background: #191919;
}
.social a:hover:before {
  opacity: 1;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
}
.social a:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.social a img {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.page-header {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 238, 110, 0.2);
}
@media (max-width: 1199px) {
  .page-header {
    padding: 50px 0;
  }
}

.page-template-thank-you .site-content,
.error404 .site-content {
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.page-template-thank-you .site-content .page-section,
.error404 .site-content .page-section {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.page-template-thank-you .site-content .page-section .title,
.error404 .site-content .page-section .title {
  font-family: "Oswald", sans-serif;
  color: #00ee6e;
}

.error404 .site-content .page-section .title {
  font-size: 220px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 4px;
}
@media (max-width: 767px) {
  .error404 .site-content .page-section .title {
    font-size: 160px;
  }
}

.icon-bg {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .icon-bg {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
  }
}
@media (max-width: 767px) {
  .icon-bg {
    display: none;
  }
}
.icon-bg--left {
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.icon-bg--right {
  right: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

/*--------------------------------------
UI
--------------------------------------*/
button,
input[type=button],
input[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  cursor: pointer;
  font-size: inherit;
  font-family: "Play", sans-serif;
}

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

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

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=search],
textarea {
  display: block;
  width: 100%;
  height: 64px;
  border-radius: 0;
  color: #fff;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  font-family: "Play", sans-serif;
  font-size: inherit;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media (max-width: 1199px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=search],
  textarea {
    height: 54px;
  }
}
input[type=text]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=search]:hover,
textarea:hover {
  border-color: white;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.1);
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  border-color: #00ee6e;
}
input[type=text].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=search].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border-color: #f22;
  background: rgba(255, 34, 34, 0.2);
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(219, 219, 219, 0.5);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(219, 219, 219, 0.5);
  -moz-transition: 0.35s ease;
  transition: 0.35s ease;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(219, 219, 219, 0.5);
  -ms-transition: 0.35s ease;
  transition: 0.35s ease;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(219, 219, 219, 0.5);
  -ms-transition: 0.35s ease;
  transition: 0.35s ease;
}

input::placeholder,
textarea::placeholder {
  color: rgba(219, 219, 219, 0.5);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  opacity: 0;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  transform: translateX(5px);
  opacity: 0;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  transform: translateX(5px);
  opacity: 0;
}
input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  transform: translateX(5px);
  opacity: 0;
}
input:focus::placeholder,
textarea:focus::placeholder {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  opacity: 0;
}

textarea {
  resize: none;
  padding-top: 20px;
  height: 178px;
}
@media (max-width: 1199px) {
  textarea {
    height: 157px;
    padding-top: 17px;
  }
}

.block-form {
  position: relative;
}
.block-form .form-item + .form-item {
  margin-top: 20px;
}
.block-form .form-item label {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 8px;
}
.block-form .form-item-btn {
  position: relative;
  margin-top: 20px;
}
.block-form .btn {
  max-width: none;
  min-width: auto;
  width: 100%;
}
.block-form .wpcf7-not-valid-tip {
  margin-top: 10px;
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  font-size: 14px;
  padding: 6px 20px;
  color: #fff;
  background: rgba(255, 34, 34, 0.2);
}

.wpcf7 form.wpcf7-form .wpcf7-response-output {
  border: none;
  padding: 4px 20px;
  margin: 15px 0 0 0;
  font-size: inherit;
  text-align: left;
  background: rgba(255, 34, 34, 0.2);
}
@media (max-width: 767px) {
  .wpcf7 form.wpcf7-form .wpcf7-response-output {
    margin-top: 30px;
  }
}

.form-group .wpcf7-list-item {
  margin: 0;
  position: relative;
  line-height: 1;
}
.form-group .wpcf7-list-item label {
  line-height: 1;
}
.form-group .wpcf7-list-item input {
  display: none;
  cursor: pointer;
}
.form-group .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  border: solid #191919;
  border-width: 0 1px 1px 0;
  content: "";
  display: block;
  height: 10px;
  left: 7px;
  position: absolute;
  top: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}
.form-group .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  background-color: #00ee6e;
}
.form-group .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-left: 34px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #dbdbdb;
}
.form-group .wpcf7-list-item .wpcf7-list-item-label a {
  color: #dbdbdb;
}
.form-group .wpcf7-list-item .wpcf7-list-item-label a:hover {
  color: #00ee6e;
}
.form-group .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #00ee6e;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 16px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
}
.form-group .wpcf7-list-item .wpcf7-list-item-label:before, .form-group .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
}

.wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  background-color: rgba(25, 25, 25, 0.2);
  pointer-events: none;
  z-index: 1;
}
.wpcf7-spinner:before {
  background-color: #00ee6e;
}

.wpcf7-form-control-wrap {
  display: block;
  line-height: 1;
}

.nice-select {
  float: none;
  font-size: inherit;
  height: 64px;
  line-height: 62px;
  padding-left: 20px;
  padding-right: 40px;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  border-radius: 0;
  width: 100%;
  color: white;
}
@media (max-width: 1199px) {
  .nice-select {
    height: 54px;
    line-height: 52px;
  }
}
.nice-select:hover, .nice-select.open, .nice-select:active, .nice-select:focus {
  border-color: white;
}
.nice-select:after {
  border-color: #fff;
  height: 8px;
  width: 8px;
  right: 25px;
  margin-top: -5px;
}
.nice-select .current {
  display: block;
  overflow: hidden;
}
.nice-select .current.current-selected {
  color: #fff;
}
.nice-select .list {
  background: #191919;
  border-radius: 0;
  width: calc(100% + 2px);
  left: -1px;
  max-height: 250px;
  overflow-y: auto;
}
.nice-select .option {
  padding-left: 20px;
  line-height: normal;
  min-height: auto;
  white-space: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
}
.nice-select .option:first-child {
  display: none !important;
}
.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
  background-color: #191919;
  color: #00ee6e;
}

.btn {
  background-color: #00ee6e;
  color: #191919;
  border: 1px solid #00ee6e;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  height: 64px;
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 290px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: "Oswald", sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media (max-width: 1199px) {
  .btn {
    height: 54px;
    min-width: 270px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .btn {
    width: 100%;
    min-width: auto;
  }
}
.btn-with-arrow:after {
  content: "";
  margin-left: 10px;
  width: 17px;
  height: 17px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/button-arrow.svg");
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media (max-width: 1199px) {
  .btn-with-arrow:after {
    width: 13px;
    height: 13px;
  }
}
.btn-with-arrow:hover:after {
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #00ee6e;
  opacity: 0;
  z-index: 1;
  border-radius: 10px;
  pointer-events: none;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}
.btn:hover:before {
  opacity: 1;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
}
.btn-gray, .btn-green {
  background-color: #00ee6e;
}
.btn-gray:hover, .btn-green:hover {
  color: #191919;
}
.btn-gray:hover:after, .btn-green:hover:after {
  background-image: url("../img/button-arrow.svg");
}
.btn-green-invert {
  color: #00ee6e;
  background-color: transparent;
}
.btn-green-invert:after {
  background-image: url("../img/button-arrow-accent.svg");
}
.btn-green-invert:hover {
  color: #191919;
  background-color: #00ee6e;
}
.btn-green-invert:hover:after {
  background-image: url("../img/button-arrow.svg");
}
.btn-white-invert {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-white-invert:after {
  background-image: url("../img/button-arrow-white.svg");
}
.btn-white-invert:hover {
  color: #191919;
  background-color: #00ee6e;
  border-color: #00ee6e;
}
.btn-white-invert:hover:after {
  background-image: url("../img/button-arrow.svg");
}
.btn-coming-soon {
  pointer-events: none;
  opacity: 0.5;
  color: #fff;
}
.btn-coming-soon:after {
  display: none;
}
.btn.disabled {
  pointer-events: none;
  opacity: 0.5;
  color: #fff;
}

.block-content {
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 0.5);
}
.block-content * + * {
  margin-top: 20px;
}
.block-content a {
  color: #fff;
}
.block-content a:hover {
  color: #00ee6e;
}
.block-content strong {
  color: rgba(255, 255, 255, 0.8);
}
.block-content .h1,
.block-content .h2,
.block-content .h3,
.block-content .h4,
.block-content .h5,
.block-content .h6,
.block-content h1,
.block-content h2,
.block-content h3,
.block-content h4,
.block-content h5,
.block-content h6 {
  text-transform: none;
}
.block-content * + h1,
.block-content * + h2,
.block-content * + h3,
.block-content * + h4,
.block-content * + h5,
.block-content * + h6 {
  margin-top: 40px;
}
.block-content h1 + *,
.block-content h2 + *,
.block-content h3 + *,
.block-content h4 + *,
.block-content h5 + *,
.block-content h6 + * {
  margin-top: 20px;
}
.block-content p + p {
  margin-top: 20px;
}
.block-content hr + * {
  margin-top: 20px;
}
.block-content * + hr {
  margin-top: 20px;
}
.block-content * + ul,
.block-content * + ol {
  margin-top: 20px;
}
.block-content ul h6 {
  line-height: 24px;
}
.block-content ul h6 + * {
  margin-top: 10px;
}
.block-content ul ol,
.block-content ul ul {
  padding-left: 20px;
}
.rtl .block-content ul ol,
.rtl .block-content ul ul {
  padding-left: 0;
  padding-right: 20px;
}
.block-content ul > li + li {
  margin-top: 10px;
}
.block-content ul > li {
  position: relative;
  padding-left: 16px;
}
.rtl .block-content ul > li {
  padding-left: 0;
  padding-right: 16px;
}
.rtl .block-content ul > li:after {
  left: auto;
  right: 0;
}
.block-content ul > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1199px) {
  .block-content ul > li:after {
    top: 10px;
    width: 4px;
    height: 4px;
  }
}
.block-content ol {
  counter-reset: li;
}
.block-content ol + * {
  margin-top: 30px;
}
.block-content ol ul,
.block-content ol ol {
  padding-left: 20px;
}
.block-content ol ul > li > li,
.block-content ol ol > li > li {
  margin-top: 17px;
}
.block-content ol ul > li,
.block-content ol ol > li {
  position: relative;
  padding-left: 30px;
}
.rtl .block-content ol ul > li,
.rtl .block-content ol ol > li {
  padding-left: 0;
  padding-right: 30px;
}
.block-content ol ul > li:before,
.block-content ol ol > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.block-content ol ul > li:after,
.block-content ol ol > li:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  width: 4px;
  height: 8px;
  border: solid #00ee6e;
  border-width: 0 2px 2px 0;
  opacity: 1;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.block-content ol > li + li {
  margin-top: 10px;
}
.block-content ol > li {
  position: relative;
  padding-left: 30px;
}
.block-content ol > li:before {
  counter-increment: li;
  content: counter(li) ".";
  position: absolute;
  font-size: inherit;
  left: 0;
  top: 0;
  color: #00ee6e;
}
.block-content blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  overflow: hidden;
  padding: 40px 15px;
}
@media (min-width: 768px) {
  .block-content blockquote {
    padding: 30px 80px;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .block-content blockquote {
    padding: 35px 120px;
  }
}
.block-content blockquote:before, .block-content blockquote:after {
  content: "``";
  position: absolute;
  font-size: 40px;
  color: #00ee6e;
  letter-spacing: -0.01em;
  font-weight: 700;
  line-height: 90px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-content blockquote:before {
  top: -10px;
  left: 0;
}
@media (min-width: 768px) {
  .block-content blockquote:before {
    top: 0px;
    left: 30px;
  }
}
@media (min-width: 992px) {
  .block-content blockquote:before {
    left: 40px;
  }
}
.block-content blockquote:after {
  right: 0;
  bottom: -40px;
}
@media (min-width: 768px) {
  .block-content blockquote:after {
    right: 30px;
  }
}
@media (min-width: 992px) {
  .block-content blockquote:after {
    right: 40px;
  }
}
.block-content * + blockquote {
  margin-top: 30px;
}
.block-content blockquote + * {
  margin-top: 30px;
}
.block-content img.alignleft {
  float: left;
}
.block-content img.alignright {
  float: right;
}
.block-content img[style*="float: left"], .block-content img[class*=alignleft], .block-content img.alignleft {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .block-content img[style*="float: left"], .block-content img[class*=alignleft], .block-content img.alignleft {
    width: 100%;
    margin-right: 0;
    float: none !important;
  }
}
.block-content img[style*="float: right"], .block-content img[class*=alignright],
.block-content img .alignright {
  margin-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .block-content img[style*="float: right"], .block-content img[class*=alignright],
  .block-content img .alignright {
    width: 100%;
    margin-left: 0;
    float: none !important;
  }
}

/*--------------------------------------
HEADER
--------------------------------------*/
/*-------------------- MENU --------------------*/
.scroll-up .header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color: rgba(21, 25, 38, 0.85);
}

.scroll-down .header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-color: rgba(21, 25, 38, 0.85);
}

.header {
  background-color: rgba(21, 25, 38, 0.5);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  min-height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 4;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: background 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__right > * + * {
  margin-left: 30px;
}

.nav-menu {
  width: 280px;
  padding: 100px 0 150px;
  height: 100vh;
  right: -100%;
  opacity: 0;
  top: 0;
  z-index: 3;
  background-color: rgb(21, 25, 38);
  position: absolute;
  -webkit-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.nav-menu.active {
  right: 0;
  opacity: 1;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  max-height: 100%;
  padding: 0 15px;
}
.nav-list li {
  display: block;
  position: relative;
}
.nav-list li + li {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .nav-list li + li {
    margin-left: 0;
    margin-top: 20px;
  }
}
.nav-list li.current-menu-item a {
  color: #00ee6e;
}
.nav-list li a {
  font-size: 16px;
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.nav-list li a:hover {
  color: #00ee6e;
}
.nav-list li a i {
  margin-left: 5px;
}

@media (min-width: 1200px) {
  .nav-menu {
    margin-top: 0;
    display: block !important;
    width: auto !important;
    position: relative;
    right: auto;
    top: auto;
    background-color: transparent;
    z-index: 0;
    height: auto;
    opacity: 1;
    padding: 0;
  }
  .nav-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: visible;
    max-height: none;
    padding: 0;
  }
}
.burger,
.nav-btn {
  position: relative;
  width: 30px;
  height: 30px;
  z-index: 15;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  background-color: transparent;
  border: none;
}
.burger__burger,
.nav-btn__burger {
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.burger__burger:before, .burger__burger:after,
.nav-btn__burger:before,
.nav-btn__burger:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
}
.burger__burger:before,
.nav-btn__burger:before {
  -webkit-transform: translate(0, -8px);
          transform: translate(0, -8px);
}
.burger__burger:after,
.nav-btn__burger:after {
  z-index: 1;
  -webkit-transform: translate(0, 8px);
          transform: translate(0, 8px);
}
.burger.active .nav-btn__burger,
.nav-btn.active .nav-btn__burger {
  background-color: transparent;
  -webkit-transition: none;
  transition: none;
}
.burger.active .nav-btn__burger:before,
.nav-btn.active .nav-btn__burger:before {
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.burger.active .nav-btn__burger:after,
.nav-btn.active .nav-btn__burger:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 1200px) {
  .nav-btn {
    display: none;
  }
}

.drop-dl {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  z-index: 4;
}
.drop-dl ul {
  display: none;
}
.drop-dl ul li {
  list-style-type: none;
}
.drop-dl .lang-chose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  padding-left: 18px;
  padding-right: 30px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.drop-dl .lang-chose:before {
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.drop-dl .lang-chose:hover {
  color: #00ee6e;
}
.rtl .drop-dl .lang-chose {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.drop-dl .lang-chose.active:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 19px;
}

.select__list {
  border-radius: 4px;
  width: 100%;
  position: absolute;
  top: 100%;
  right: 0;
  overflow: hidden;
  display: none;
  z-index: 2;
  text-align: center;
  background-color: #191919;
}
.select__list li {
  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;
  width: 100%;
  text-align: center;
}
.select__list li.current-lang {
  display: none;
}
.select__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.select__list li a:hover {
  color: #00ee6e;
  background: rgba(21, 25, 38, 0.5);
}
.rtl .select__list li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/*--------------------------------------
FOOTER
--------------------------------------*/
.footer {
  background-color: #191919;
  position: relative;
  overflow: hidden;
}
.footer__top {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .footer__top {
    padding-bottom: 50px;
  }
}
.footer__top .social {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer__top .social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__top .logo {
  margin-top: -20px;
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -12px;
}
.footer__nav-list li {
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .footer__nav-list li {
    width: 50%;
  }
}
.footer__nav-list a {
  font-size: 16px;
  display: block;
  color: #fff;
}
.footer__nav-list a:hover {
  color: #00ee6e;
}
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 20px;
  padding-bottom: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.footer__bottom a {
  color: rgba(255, 255, 255, 0.6);
}
.footer__bottom a:hover {
  color: #00ee6e;
}
.footer__bottom .copyright {
  text-align: right;
}
@media (max-width: 767px) {
  .footer__bottom .copyright {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.footer__menu-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -12px;
}
.footer__menu-bottom li {
  margin-bottom: 12px;
}
.footer__menu-bottom li:not(:last-child) {
  margin-right: 80px;
}
@media (max-width: 1199px) {
  .footer__menu-bottom li:not(:last-child) {
    margin-right: 40px;
  }
}

/*--------------------------------------
COMPONENTS
--------------------------------------*/
.main-home {
  position: relative;
  z-index: 1;
}
.main-home .container-lg {
  position: relative;
}
.main-home .main__slider .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.main-home .main__slider .slick-dots li.slick-active {
  width: 60px;
  -webkit-transition: width 0.35s linear;
  transition: width 0.35s linear;
}
.main-home .main__slider .slick-dots li.slick-active:before {
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
.main-home .main__slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  border-radius: 8px;
  border: 1px solid #00ee6e;
  width: 64px;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
@media (max-width: 1440px) {
  .main-home .main__slider .slick-arrow {
    width: 48px;
    height: 48px;
  }
}
.main-home .main__slider .slick-arrow:before {
  border-radius: 10px;
}
.main-home .main__slider .slick-arrow:hover {
  background-color: #191919;
}
.main-home .main__slider .slick-arrow-prev {
  left: 50px;
}
@media (max-width: 1440px) {
  .main-home .main__slider .slick-arrow-prev {
    left: 30px;
  }
}
.main-home .main__slider .slick-arrow-next {
  right: 50px;
}
@media (max-width: 1440px) {
  .main-home .main__slider .slick-arrow-next {
    right: 30px;
  }
}
.main-home .main__slide {
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 640px;
  height: calc(100vh - 75px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  .main-home .main__slide {
    height: auto;
  }
}
@media (max-width: 575px) {
  .main-home .main__slide {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 560px;
  }
}
.main-home .main__slide--first h1 {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.main-home .main__slide--first p {
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
}
.main-home .main__slide--secondary .container-lg {
  position: relative;
  z-index: 1;
}
.main-home .main__slide--secondary img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.main-home .main__slide .btn-wrap,
.main-home .main__slide p,
.main-home .main__slide h1,
.main-home .main__slide .h1 {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.main-home .main__slide.slick-current h1,
.main-home .main__slide.slick-current .h1 {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.main-home .main__slide.slick-current P {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.main-home .main__slide.slick-current .btn-wrap {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.main-home h1 span,
.main-home .h1 span {
  color: #00ee6e;
}
.main-home p {
  max-width: 620px;
}
@media (max-width: 767px) {
  .main-home p {
    margin-top: 10px;
  }
}
.main-home .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  .main-home .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-home .btn-wrap .btn + .btn {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .main-home .btn-wrap .btn + .btn {
    margin-left: 20px;
  }
}
@media (max-width: 575px) {
  .main-home .btn-wrap .btn + .btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
.main-home__icon-item {
  position: absolute;
}
@media (max-width: 1680px) {
  .main-home__icon-item {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@media (max-width: 1199px) {
  .main-home__icon-item {
    -webkit-transform: scale(0.65);
            transform: scale(0.65);
  }
}
@media (max-width: 991px) {
  .main-home__icon-item {
    display: none;
  }
}
.main-home__icon-item:nth-child(1) {
  top: -60px;
  left: 90px;
}
@media (max-width: 1680px) {
  .main-home__icon-item:nth-child(1) {
    left: 20px;
  }
}
@media (max-width: 1199px) {
  .main-home__icon-item:nth-child(1) {
    left: 0;
  }
}
.main-home__icon-item:nth-child(2) {
  top: -100px;
  right: 30px;
}
.main-home__icon-item:nth-child(2) img {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media (max-width: 1680px) {
  .main-home__icon-item:nth-child(2) {
    right: 0;
  }
}
.main-home__icon-item:nth-child(3) {
  bottom: -40px;
  left: 170px;
}
.main-home__icon-item:nth-child(3) img {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media (max-width: 1680px) {
  .main-home__icon-item:nth-child(3) {
    left: 60px;
  }
}
@media (max-width: 1199px) {
  .main-home__icon-item:nth-child(3) {
    left: 20px;
  }
}
.main-home__icon-item:nth-child(4) {
  bottom: 20px;
  right: 80px;
}
.main-home__icon-item:nth-child(4) img {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@media (max-width: 1680px) {
  .main-home__icon-item:nth-child(4) {
    right: 30px;
  }
}
@media (max-width: 1199px) {
  .main-home__icon-item:nth-child(4) {
    right: 0;
  }
}
.main-home__icon-item img {
  position: relative;
  -webkit-animation: levitate 6s ease-in-out infinite;
          animation: levitate 6s ease-in-out infinite;
}

@-webkit-keyframes levitate {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes levitate {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.main {
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 640px;
  height: calc(100vh - 75px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .main {
    text-align: left;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 575px) {
  .main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.main .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main h1 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 0.35s ease-out 0.25s, -webkit-transform 0.35s ease-out 0.25s;
  transition: opacity 0.35s ease-out 0.25s, -webkit-transform 0.35s ease-out 0.25s;
  transition: opacity 0.35s ease-out 0.25s, transform 0.35s ease-out 0.25s;
  transition: opacity 0.35s ease-out 0.25s, transform 0.35s ease-out 0.25s, -webkit-transform 0.35s ease-out 0.25s;
}
.main h1 span {
  color: #00ee6e;
}
.main p {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 0.35s ease-out 0.4s, -webkit-transform 0.35s ease-out 0.4s;
  transition: opacity 0.35s ease-out 0.4s, -webkit-transform 0.35s ease-out 0.4s;
  transition: opacity 0.35s ease-out 0.4s, transform 0.35s ease-out 0.4s;
  transition: opacity 0.35s ease-out 0.4s, transform 0.35s ease-out 0.4s, -webkit-transform 0.35s ease-out 0.4s;
  max-width: 450px;
}
@media (max-width: 767px) {
  .main p {
    max-width: 100%;
    font-size: inherit;
    margin-top: 10px;
  }
}
.main__content-home {
  text-align: center;
}
.main__content-home p {
  margin-left: auto;
  margin-right: auto;
}
.main__content-home .btn-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 0.35s ease-out 0.55s, -webkit-transform 0.35s ease-out 0.55s;
  transition: opacity 0.35s ease-out 0.55s, -webkit-transform 0.35s ease-out 0.55s;
  transition: opacity 0.35s ease-out 0.55s, transform 0.35s ease-out 0.55s;
  transition: opacity 0.35s ease-out 0.55s, transform 0.35s ease-out 0.55s, -webkit-transform 0.35s ease-out 0.55s;
}
.main .btn-wrap .btn + .btn {
  margin-left: 30px;
}
.main--developers p {
  max-width: 100%;
}
.main--influencers p {
  max-width: 600px;
}
@media (max-width: 767px) {
  .main--influencers p {
    max-width: 100%;
  }
}
.main--about-us {
  background-position: bottom center;
}
@media (max-width: 767px) {
  .main--about-us {
    height: auto;
  }
}
@media (max-width: 767px) {
  .main--about-us .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.main--about-us .main__img-wrap {
  margin-right: -300px;
  margin-left: -50px;
}
@media (max-width: 1440px) {
  .main--about-us .main__img-wrap {
    margin-right: -150px;
  }
}
@media (max-width: 1199px) {
  .main--about-us .main__img-wrap {
    margin-right: -50px;
  }
}
@media (max-width: 767px) {
  .main--about-us .main__img-wrap {
    margin-right: 0;
    margin-left: 0;
  }
  .main--about-us .main__img-wrap img {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main--about-us .main__img-wrap .bg {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  max-width: none;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .main--about-us .main__img-wrap .bg {
    -webkit-transform: translate(-50%, -50%) scale(0.85);
            transform: translate(-50%, -50%) scale(0.85);
  }
}
@media (max-width: 575px) {
  .main--about-us .main__img-wrap .bg {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
  }
}
.main--about-us p {
  max-width: 600px;
}
@media (max-width: 767px) {
  .main--about-us p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .main--advertisers {
    height: auto;
  }
}
.main--advertisers .main__img-wrap {
  margin-right: -50px;
}
@media (max-width: 1440px) {
  .main--advertisers .main__img-wrap {
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .main--advertisers .main__img-wrap {
    margin-right: 0;
  }
}
.main--advertisers .main__img-wrap img {
  -webkit-animation: levitate 6s ease-in-out infinite;
          animation: levitate 6s ease-in-out infinite;
}
@media (max-width: 767px) {
  .main--advertisers .main__img-wrap img {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .main--advertisers .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.loaded .main h1,
.loaded .main p,
.loaded .main .btn-wrap {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.about-token {
  min-height: 806px;
  background: -webkit-gradient(linear, left top, right top, from(#1f1f1f), color-stop(85.05%, #000));
  background: linear-gradient(90deg, #1f1f1f 0%, #000 85.05%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-token {
    min-height: 556px;
  }
}
@media (max-width: 767px) {
  .about-token {
    min-height: auto;
    display: block;
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .about-token {
    text-align: center;
  }
}
.about-token .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.about-token .token-imgs {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 806px;
  height: 806px;
  max-width: 50%;
  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;
}
@media (max-width: 1199px) {
  .about-token .token-imgs {
    width: 512px;
    height: 512px;
  }
}
@media (max-width: 991px) {
  .about-token .token-imgs {
    width: 384px;
    height: 384px;
  }
}
@media (max-width: 767px) {
  .about-token .token-imgs {
    width: 324px;
    height: 324px;
    max-width: 100%;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.about-token .token-imgs .token-imgs-wrap {
  position: relative;
}
.about-token .token-imgs img {
  max-width: 100%;
}
.about-token .token-imgs .token-logo {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .about-token .token-imgs .token-logo {
    max-width: 90px;
  }
}
@media (max-width: 991px) {
  .about-token .token-imgs .token-logo {
    max-width: 56px;
  }
}
.about-token .token-imgs .token {
  position: relative;
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
.about-token .token-imgs .token-border {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.team {
  position: relative;
  z-index: 2;
}
@media (min-width: 1681px) {
  .team .container-lg {
    max-width: 1256px;
  }
}
.team--home .icon-bg--right {
  bottom: -35%;
  right: 0;
}
.team--home .icon-bg--left {
  mix-blend-mode: lighten;
  top: 5%;
  left: 0;
}
.team--about .icon-bg--right {
  top: 20%;
}
.team--about .icon-bg--left {
  mix-blend-mode: lighten;
  bottom: -75%;
}
.team .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team__slide {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .team__slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.team__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 16px;
  position: relative;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media (max-width: 767px) {
  .team__item {
    max-width: 236px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .team__item {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
.team__item:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.1);
}
.team__item:hover .team__item-top .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.team__item:hover .team__item-top .text p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.team__item-link {
  display: block;
  height: 100%;
}
.team__item-top {
  border-radius: 16px 16px 0 0;
  position: relative;
  overflow: hidden;
  height: 285px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .team__item-top {
    height: 296px;
  }
}
@media (max-width: 991px) {
  .team__item-top {
    height: 236px;
  }
}
@media (max-width: 575px) {
  .team__item-top {
    height: 200px;
  }
}
.team__item-top .text {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 30px 30px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 1199px) {
  .team__item-top .text {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 575px) {
  .team__item-top .text {
    padding: 30px 16px 20px;
    font-size: 14px;
    line-height: 1.2;
  }
}
.team__item-top .text p {
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.3s ease 0.2s;
  transition: 0.3s ease 0.2s;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.team__item-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.08);
  padding: 30px 30px 20px;
  border-radius: 0 0 16px 16px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 238, 110, 0.25);
          box-shadow: 0px 1px 1px rgba(0, 238, 110, 0.25);
}
@media (max-width: 1199px) {
  .team__item-body {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 575px) {
  .team__item-body {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.team__item-body .icon {
  position: absolute;
  top: -21px;
  right: 30px;
  z-index: 2;
  width: 42px;
  height: 42px;
  background-color: #000;
  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;
}
@media (max-width: 1199px) {
  .team__item-body .icon {
    right: 24px;
    top: -18px;
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 575px) {
  .team__item-body .icon {
    right: 16px;
  }
}
.team__item-body .position {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 575px) {
  .team__item-body .position {
    font-size: 14px;
  }
}

.cooperation .icon-bg--left {
  top: 15%;
}
.cooperation .bg-section {
  position: absolute;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 575px) {
  .cooperation__col:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.cooperation__item {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.08);
  height: 100%;
  min-height: 534px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 60px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media (max-width: 1440px) {
  .cooperation__item {
    padding: 40px 30px;
    min-height: 454px;
  }
}
@media (max-width: 767px) {
  .cooperation__item {
    padding: 40px 20px;
  }
}
.cooperation__item:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.1);
}
.cooperation__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 238, 110, 0.25);
          box-shadow: inset 0px 1px 1px rgba(0, 238, 110, 0.25);
  pointer-events: none;
}
.cooperation__item.advertisers .icon {
  position: relative;
  margin-left: -60px;
  margin-top: -60px;
}
@media (max-width: 1440px) {
  .cooperation__item.advertisers .icon {
    margin-left: -30px;
    margin-top: -40px;
    max-width: 170px;
  }
}
.cooperation__item.advertisers .item-bg {
  top: 0;
  left: 0;
  pointer-events: none;
}
.cooperation__item.developers .icon {
  bottom: 50px;
  left: auto;
  right: 0;
}
@media (max-width: 1680px) {
  .cooperation__item.developers .icon {
    bottom: auto;
    max-width: 190px;
    top: 10px;
  }
}
@media (max-width: 1440px) {
  .cooperation__item.developers .icon {
    max-width: 170px;
    top: 0;
  }
}
.cooperation__item.developers .item-bg {
  top: 0;
  left: auto;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
.cooperation__item.developers .cooperation__item-content {
  max-width: 450px;
}
@media (max-width: 991px) {
  .cooperation__item.developers .cooperation__item-content {
    max-width: 100%;
  }
}
.cooperation__item.influencers .icon {
  position: relative;
  margin-left: -60px;
  margin-top: -60px;
}
@media (max-width: 1440px) {
  .cooperation__item.influencers .icon {
    margin-left: -30px;
    margin-top: -40px;
    max-width: 170px;
  }
}
.cooperation__item.influencers .item-bg {
  top: 0;
  left: 0;
}
.cooperation__item.banner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cooperation__item.banner .item-bg {
  top: auto;
  height: 100%;
  bottom: 0;
  right: 0;
  left: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
}
.cooperation__item.banner .banner-logo {
  max-width: 229px;
}
@media (max-width: 991px) {
  .cooperation__item.banner .banner-logo {
    display: none;
  }
}
.cooperation__item.banner .banner-social li + li {
  margin-top: 20px;
}
.cooperation__item.banner .banner-social li a {
  -webkit-box-shadow: 0px -1px 1px rgba(0, 238, 110, 0.25);
          box-shadow: 0px -1px 1px rgba(0, 238, 110, 0.25);
  min-width: 305px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 64px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  border-radius: 32px;
}
@media (max-width: 1440px) {
  .cooperation__item.banner .banner-social li a {
    min-width: 265px;
    height: 52px;
  }
}
.cooperation__item.banner .banner-social li a:hover .banner-soc-text {
  color: #191919;
  background-color: #00ee6e;
}
.cooperation__item.banner .banner-social li .soc-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  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;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 1440px) {
  .cooperation__item.banner .banner-social li .soc-icon {
    width: 80px;
  }
}
.cooperation__item.banner .banner-social li .banner-soc-text {
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 4px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #00ee6e;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media (max-width: 1440px) {
  .cooperation__item.banner .banner-social li .banner-soc-text {
    font-size: 20px;
  }
}
.cooperation__item .icon {
  position: absolute;
}
.cooperation .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.cooperation__item-content {
  position: relative;
  z-index: 2;
}
.cooperation__item-content .btn {
  height: 50px;
  min-width: 300px;
}
@media (max-width: 1440px) {
  .cooperation__item-content .btn {
    min-width: 250px;
  }
}
@media (max-width: 767px) {
  .cooperation__item-content .btn {
    min-width: auto;
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .cooperation__item-content .text {
    font-size: 16px;
  }
}

.partners--home .icon-bg--right {
  top: 20%;
}
.partners--home .icon-bg--left {
  top: -55%;
}
.partners--about .icon-bg--right {
  bottom: 10%;
}
.partners--influencers .icon-bg--right {
  top: -5%;
}
.partners--influencers .icon-bg--left {
  bottom: -5%;
}
.partners__slider {
  padding: 15px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px -1px 1px rgba(0, 238, 110, 0.25);
          box-shadow: 0px -1px 1px rgba(0, 238, 110, 0.25);
}
.partners__slide {
  padding: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media (max-width: 767px) {
  .partners__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 10px;
  }
}
.partners__slide a:hover img {
  opacity: 0.75;
}
.partners__slide-item {
  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;
  aspect-ratio: 1/1;
}
.partners__slide-item img {
  opacity: 1;
  max-height: 100%;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}

.contact-us {
  padding-top: 220px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .contact-us {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .contact-us {
    padding-top: 90px;
  }
}
.contact-us:before {
  content: "";
  -webkit-clip-path: ellipse(70% 50% at 50% 50%);
          clip-path: ellipse(70% 50% at 50% 50%);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 200%;
  background-color: #00ee6e;
  -webkit-backdrop-filter: blur(44px);
          backdrop-filter: blur(44px);
  opacity: 0.1;
  z-index: -1;
}
@media (max-width: 1440px) {
  .contact-us:before {
    -webkit-clip-path: ellipse(80% 50% at 50% 50%);
            clip-path: ellipse(80% 50% at 50% 50%);
  }
}
@media (max-width: 1199px) {
  .contact-us:before {
    -webkit-clip-path: ellipse(100% 50% at 50% 50%);
            clip-path: ellipse(100% 50% at 50% 50%);
  }
}
@media (max-width: 767px) {
  .contact-us:before {
    -webkit-clip-path: ellipse(180% 50% at 50% 50%);
            clip-path: ellipse(180% 50% at 50% 50%);
  }
}
.contact-us__row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 575px) {
  .contact-us .row > div {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .contact-us__for-influencers .textarea {
    height: 100%;
  }
  .contact-us__for-influencers .textarea p {
    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-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
  }
  .contact-us__for-influencers .textarea .wpcf7-form-control-wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .contact-us__for-influencers .textarea .wpcf7-form-control-wrap textarea {
    height: 100%;
  }
}

.contact__banner {
  padding: 60px;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  -webkit-box-shadow: 0px -1px 1px rgba(0, 238, 110, 0.25);
          box-shadow: 0px -1px 1px rgba(0, 238, 110, 0.25);
  height: 100%;
}
@media (max-width: 1440px) {
  .contact__banner {
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .contact__banner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact__banner-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .contact__banner-mobile {
    display: block;
    padding-bottom: 40px;
  }
}
.contact__banner-desktop {
  display: block;
}
@media (max-width: 1199px) {
  .contact__banner-desktop {
    display: none;
  }
}
.contact__banner .cover ul li {
  line-height: 24px;
  color: #fff;
  position: relative;
  padding-left: 32px;
}
.contact__banner .cover ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/checked-roadmap.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.contact__banner .cover ul li span {
  color: #00ee6e;
}
.contact__banner .cover ul li + li {
  margin-top: 20px;
}

.start-with-us {
  position: relative;
}
@media (max-width: 767px) {
  .start-with-us--home {
    padding-top: 50px;
  }
}
.start-with-us--home .icon-bg--left {
  left: 0;
  bottom: -220px;
}
@media (max-width: 1440px) {
  .start-with-us--home .icon-bg--left {
    bottom: -180px;
  }
}
.start-with-us--home .icon-bg--right {
  bottom: -260px;
  right: 0;
}
@media (max-width: 1440px) {
  .start-with-us--home .icon-bg--right {
    bottom: -220px;
  }
}
.start-with-us--about .icon-bg--left {
  top: 30%;
}
.start-with-us--about .icon-bg--right {
  top: 0;
}
.start-with-us--developements .icon-bg--left {
  bottom: -35%;
}
.start-with-us--developements .icon-bg--right {
  top: -20%;
}
.start-with-us--influenceres .icon-bg--left {
  bottom: -35%;
}
.start-with-us--influenceres .icon-bg--right {
  top: -25%;
}
.start-with-us .stars {
  position: absolute;
  top: -250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  mix-blend-mode: lighten;
  pointer-events: none;
}
@media (max-width: 575px) {
  .start-with-us .stars {
    top: -160px;
  }
}
.start-with-us .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .start-with-us .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .start-with-us .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.start-with-us__item {
  position: relative;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  height: 100%;
  padding: 60px 30px 50px;
  border-radius: 32px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media (max-width: 1440px) {
  .start-with-us__item {
    padding: 40px 24px;
  }
}
@media (max-width: 575px) {
  .start-with-us__item {
    padding: 30px 10px;
  }
}
.start-with-us__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-box-shadow: 0px -1px 1px rgba(0, 238, 110, 0.25);
          box-shadow: 0px -1px 1px rgba(0, 238, 110, 0.25);
  pointer-events: none;
}
.start-with-us__item:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.1);
}
.start-with-us__item .icon {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1440px) {
  .start-with-us__item .icon {
    max-width: 100px;
    max-height: 100px;
  }
}
@media (max-width: 575px) {
  .start-with-us__item .icon {
    max-width: 70px;
    max-height: 70px;
  }
}
.start-with-us__item .title {
  text-transform: none;
}
@media (max-width: 575px) {
  .start-with-us__item .title {
    font-size: 18px;
  }
}
.start-with-us__item .text {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .start-with-us__item .text {
    font-size: 14px;
  }
}

.timeline .icon-bg--right {
  top: 5%;
}
.timeline .icon-bg--right-bottom {
  right: 0;
  bottom: -3%;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.timeline .icon-bg--left {
  mix-blend-mode: lighten;
  bottom: 5%;
}
.timeline__col + .timeline__col {
  margin-top: 110px;
}
@media (max-width: 1199px) {
  .timeline__col + .timeline__col {
    margin-top: 40px;
  }
}
.timeline__col:nth-child(2n) .timeline__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 575px) {
  .timeline__col:nth-child(2n) .timeline__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.timeline__col:nth-child(2n) .timeline__item-content {
  margin-left: auto;
  margin-right: 94px;
}
@media (max-width: 991px) {
  .timeline__col:nth-child(2n) .timeline__item-content {
    margin-right: 40px;
  }
}
@media (max-width: 575px) {
  .timeline__col:nth-child(2n) .timeline__item-content {
    margin-right: 0;
  }
}
.timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .timeline__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.timeline__item .number {
  width: 369px;
  height: 369px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 991px) {
  .timeline__item .number {
    width: 279px;
    height: 279px;
  }
}
@media (max-width: 575px) {
  .timeline__item .number {
    margin-left: auto;
    margin-right: auto;
  }
}
.timeline__item .number:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-image: url("../img/timeline-border.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: rotateTimeline 35s linear infinite;
          animation: rotateTimeline 35s linear infinite;
}
.timeline__item .number:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 293px;
  height: 293px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.5;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(33px);
          backdrop-filter: blur(33px);
  z-index: -1;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .timeline__item .number:after {
    width: 221px;
    height: 221px;
  }
}
.timeline__item .number .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 259px;
  height: 259px;
  background-image: url("../img/timeline-loader.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: rotateTimeline2 45s linear infinite;
          animation: rotateTimeline2 45s linear infinite;
}
@media (max-width: 991px) {
  .timeline__item .number .loader {
    width: 195px;
    height: 195px;
  }
}
@media (max-width: 991px) {
  .timeline__item .number img {
    width: 109px;
    height: 109px;
  }
}
.timeline__item .number .light {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 145%;
  height: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 540px;
  opacity: 0.2;
  background: #00ee6e;
  -webkit-filter: blur(160px);
          filter: blur(160px);
  z-index: -1;
}
.timeline__item-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 94px;
}
@media (max-width: 991px) {
  .timeline__item-content {
    margin-left: 40px;
  }
}
@media (max-width: 575px) {
  .timeline__item-content {
    margin-left: 0;
    margin-top: 20px;
  }
}

@-webkit-keyframes rotateTimeline2 {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotateTimeline2 {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes rotateTimeline {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes rotateTimeline {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}
.financial-support {
  min-height: 806px;
  background: linear-gradient(35deg, #000 10.02%, #1f1f1f 88.74%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .financial-support {
    min-height: 556px;
  }
}
@media (max-width: 767px) {
  .financial-support {
    min-height: auto;
    display: block;
    padding-top: 50px;
    background: linear-gradient(121deg, #1f1f1f 0%, #000 85.05%);
  }
}
@media (max-width: 575px) {
  .financial-support {
    text-align: center;
  }
}
.financial-support .imgs {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  width: 100%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 767px) {
  .financial-support .imgs {
    height: auto;
    max-width: 100%;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.financial-support .imgs img {
  position: relative;
}
.financial-support .btn {
  max-width: 470px;
}

.testimonials--developers .icon-bg--right {
  top: -5%;
}
.testimonials--developers .icon-bg--left {
  bottom: -15%;
}
.testimonials--influencers .icon-bg--right {
  top: -20%;
}
.testimonials--influencers .icon-bg--left {
  top: -25%;
}
.testimonials__slide.slick-current .testimonials__slide-img .icon {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.testimonials__slide.slick-current .testimonials__slide-content .title {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.testimonials__slide.slick-current .testimonials__slide-content .name {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.testimonials__slide.slick-current .testimonials__slide-content .profile {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.testimonials__slide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .testimonials__slide-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.testimonials__slide-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 538px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  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;
  padding: 24px;
}
@media (max-width: 1199px) {
  .testimonials__slide-img {
    height: 440px;
  }
}
@media (max-width: 767px) {
  .testimonials__slide-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: auto;
    min-height: 120px;
    width: 120px;
    padding: 12px;
  }
}
.testimonials__slide-img .icon {
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
.testimonials__slide-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .testimonials__slide-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-bottom: 0;
    margin-top: -120px;
  }
}
.testimonials__slide-content .info {
  padding: 30px 50px;
}
@media (max-width: 1199px) {
  .testimonials__slide-content .info {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .testimonials__slide-content .info {
    margin-left: 120px;
  }
}
.testimonials__slide-content .title {
  text-transform: none;
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
.testimonials__slide-content .name {
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
.testimonials__slide-content .profile {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: 0.35s ease-out;
  transition: 0.35s ease-out;
}
.testimonials__slide-content .text {
  position: relative;
  padding: 80px 50px 30px;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  height: 310px;
}
@media (max-width: 1199px) {
  .testimonials__slide-content .text {
    height: 220px;
    padding: 50px 24px 30px;
  }
}
@media (max-width: 767px) {
  .testimonials__slide-content .text {
    margin-top: 30px;
  }
}
.testimonials__slide-content .text:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50px;
  width: 82px;
  height: 78px;
  background-image: url("../img/quote.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1199px) {
  .testimonials__slide-content .text:before {
    left: 24px;
    width: 62px;
    height: 59px;
  }
}
.testimonials__slide-content .text .block-content {
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.testimonials__slider-arrow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  pointer-events: none;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .testimonials__slider-arrow-wrap {
    margin-top: 30px;
  }
}
.testimonials__slider-arrow {
  pointer-events: auto;
  width: 50%;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -48px;
}
@media (max-width: 1199px) {
  .testimonials__slider-arrow {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .testimonials__slider-arrow {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
}

.slick-arrow {
  cursor: pointer;
  width: 48px;
  height: 48px;
  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;
  background-color: #000;
  position: relative;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media (max-width: 767px) {
  .slick-arrow {
    width: 36px;
    height: 36px;
  }
}
.slick-arrow + .slick-arrow {
  margin-left: 10px;
}
.slick-arrow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .slick-arrow__wrap {
    margin-top: 30px;
  }
}
.slick-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #00ee6e;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}
@media (min-width: 1200px) {
  .slick-arrow:hover {
    background-color: #191919;
  }
  .slick-arrow:hover:before {
    opacity: 1;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
  }
  .slick-arrow:hover svg {
    fill: #00ee6e;
  }
}
@media (max-width: 1199px) {
  .slick-arrow:active {
    background-color: #191919;
  }
  .slick-arrow:active:before {
    opacity: 1;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
  }
  .slick-arrow:active svg {
    fill: #00ee6e;
  }
}
.slick-arrow svg {
  fill: #fff;
}

.page-template-page-whitepaper #app,
.single-whitepaper #app {
  overflow: visible;
}

@media (max-width: 1199px) {
  .whitepaper {
    padding-top: 50px;
  }
}
.whitepaper__sidebar {
  border-radius: 32px;
  position: sticky;
  top: 90px;
  padding: 40px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  max-height: 80vh;
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .whitepaper__sidebar {
    border: none;
    max-height: none;
    position: fixed;
    width: 280px;
    padding: 120px 20px 150px;
    height: 100vh;
    left: -100%;
    opacity: 0;
    top: 0;
    z-index: 3;
    background-color: rgb(21, 25, 38);
    -webkit-transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .whitepaper__sidebar.active {
    left: 0;
    opacity: 1;
  }
}
.whitepaper__sidebar .sidebar-close {
  cursor: pointer;
  position: absolute;
  top: 80px;
  right: -30px;
  width: 30px;
  height: 30px;
  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;
  background-color: #000;
}
.whitepaper__sidebar .sidebar-close svg {
  fill: #fff;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.whitepaper__sidebar .sidebar-close:hover svg {
  fill: #00ee6e;
}
.whitepaper__sidebar-cover {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  max-height: 100%;
  width: 100%;
}
.whitepaper__sidebar-cover .title {
  text-transform: none;
  margin-bottom: 16px;
}
.whitepaper__sidebar-cover ul + * {
  margin-top: 22px;
}
.whitepaper__sidebar-cover ul li + li {
  margin-top: 8px;
}
.whitepaper__sidebar-cover ul li a {
  font-size: 16px;
  line-height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1199px) {
  .whitepaper__sidebar-cover ul li a {
    font-size: 14px;
  }
}
.whitepaper__sidebar-cover ul li a.active, .whitepaper__sidebar-cover ul li a:hover {
  color: #00ee6e;
}
.whitepaper__sidebar-cover ul li a img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.whitepaper .block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.whitepaper .block-title h2 {
  text-transform: none;
  margin-top: 0;
}
.whitepaper .block-title img {
  margin-right: 14px;
  width: 36px;
  height: 36px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateY(23px);
          transform: translateY(23px);
}
@media (max-width: 1440px) {
  .whitepaper .block-title img {
    -webkit-transform: translateY(19px);
            transform: translateY(19px);
  }
}
@media (max-width: 1199px) {
  .whitepaper .block-title img {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 991px) {
  .whitepaper .block-title img {
    width: 24px;
    height: 24px;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}
@media (min-width: 992px) {
  .whitepaper__sidebar-btn,
  .whitepaper .sidebar-close {
    display: none;
  }
}
.whitepaper .burger {
  z-index: 1;
  overflow: visible;
  position: relative;
  width: auto;
  padding: 10px 20px;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  color: #00ee6e;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  height: 54px;
  font-weight: 700;
  letter-spacing: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Oswald", sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  border: none;
  background-color: #191919;
}
.whitepaper .burger:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #00ee6e;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}
.whitepaper .burger:hover {
  background: #000;
}
.whitepaper .burger:hover:before {
  opacity: 1;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
}
.whitepaper .burger .text {
  margin-left: 10px;
  color: #00ee6e;
}

.our-whitepaper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
.our-whitepaper .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .our-whitepaper .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
}
.our-whitepaper img {
  margin-left: auto;
  margin-right: auto;
}

.block-roadmap {
  background-position: top center;
}
.block-roadmap img {
  margin-left: auto;
  margin-right: auto;
}

.opportunities .icon-bg--right {
  top: -5%;
}
.opportunities .icon-bg--left {
  bottom: -5%;
}
@media (max-width: 1440px) {
  .opportunities .icon-bg--left {
    bottom: -15%;
  }
}
@media (max-width: 1199px) {
  .opportunities .icon-bg--left {
    bottom: -35%;
  }
}
.opportunities .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.opportunities__img-wrap {
  position: relative;
}
.opportunities__img-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background-color: #00ee6e;
  opacity: 0.2;
  -webkit-filter: blur(160px);
          filter: blur(160px);
}
.opportunities__img {
  margin-left: auto;
  margin-right: auto;
}
.opportunities__items {
  padding-left: 60px;
}
@media (max-width: 1440px) {
  .opportunities__items {
    padding-left: 0;
  }
}
.opportunities__items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.opportunities__items .item + .item {
  margin-top: 40px;
}
.opportunities__items .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 60px;
}
@media (max-width: 1199px) {
  .opportunities__items .icon {
    max-width: 50px;
  }
}
.opportunities__items .item-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .opportunities__items .item-content {
    margin-left: 20px;
  }
}
.opportunities__items .item-content h4 {
  text-transform: none;
}
.opportunities__items .item-content p {
  margin-top: 10px;
}

.block-steps {
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .block-steps {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.block-steps__wrap {
  position: relative;
}
@media (max-width: 991px) {
  .block-steps__wrap {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
  }
  .block-steps__wrap:after, .block-steps__wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: 6px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 238, 110, 0)), color-stop(4.61%, rgba(0, 238, 110, 0)), color-stop(51.7%, rgba(0, 238, 110, 0.5)), color-stop(87.43%, rgba(0, 238, 110, 0.26)), color-stop(93.87%, rgba(0, 136, 63, 0)));
    background: linear-gradient(180deg, rgba(0, 238, 110, 0) 0%, rgba(0, 238, 110, 0) 4.61%, rgba(0, 238, 110, 0.5) 51.7%, rgba(0, 238, 110, 0.26) 87.43%, rgba(0, 136, 63, 0) 93.87%);
  }
  .block-steps__wrap:after {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0.5;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.93%, rgba(0, 238, 110, 0)), color-stop(8.86%, #00ee6e), color-stop(83.56%, #00ee6e), color-stop(96.34%, rgba(0, 238, 110, 0)), to(rgba(0, 238, 110, 0)));
    background: linear-gradient(180deg, rgba(0, 238, 110, 0) 0.93%, #00ee6e 8.86%, #00ee6e 83.56%, rgba(0, 238, 110, 0) 96.34%, rgba(0, 238, 110, 0) 100%);
  }
}
.block-steps__item {
  padding-right: 50px;
  position: relative;
}
@media (max-width: 991px) {
  .block-steps__item {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.block-steps__item:hover:before {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.block-steps__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(22.5%, rgba(1, 194, 90, 0.3)), to(rgba(1, 194, 90, 0.1)));
  background-image: linear-gradient(180deg, rgba(1, 194, 90, 0.3) 22.5%, rgba(1, 194, 90, 0.1) 100%);
  -webkit-clip-path: polygon(calc(100% - 55px) 0, 100% 50%, calc(100% - 55px) 100%, 0 100%, calc(100% - 35px) 50%, 0 0);
          clip-path: polygon(calc(100% - 55px) 0, 100% 50%, calc(100% - 55px) 100%, 0 100%, calc(100% - 35px) 50%, 0 0);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.block-steps__item .number {
  background: linear-gradient(171deg, #00ee6e 0.71%, #044e26 99.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 120px;
  line-height: 1;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .block-steps__item .number {
    font-size: 100px;
    margin-right: 12px;
  }
}
@media (max-width: 991px) {
  .block-steps__item .number {
    font-size: 80px;
  }
}
.block-steps__item .title {
  text-transform: none;
}
.block-steps__item-cover {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 180px;
  padding: 10px 80px 10px 30px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(20.27%, rgba(8, 183, 89, 0.3)), color-stop(84.57%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(270deg, rgba(8, 183, 89, 0.3) 20.27%, rgba(0, 0, 0, 0) 84.57%);
  -webkit-clip-path: polygon(0% 0%, calc(100% - 55px) 0%, 100% 50%, calc(100% - 55px) 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 55px) 0%, 100% 50%, calc(100% - 55px) 100%, 0% 100%);
}
@media (max-width: 1440px) {
  .block-steps__item-cover {
    padding-right: 40px;
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .block-steps__item-cover {
    min-height: 130px;
  }
}
@media (max-width: 991px) {
  .block-steps__col {
    position: relative;
  }
  .block-steps__col:after, .block-steps__col:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
  }
  .block-steps__col:before {
    border: 3px solid #00ee6e;
    width: 24px;
    height: 24px;
    left: -24px;
  }
  .block-steps__col:after {
    width: 10px;
    height: 10px;
    left: -17px;
    background-color: #00ee6e;
  }
}

.our-value .icon-bg--right {
  bottom: -5%;
}
.our-value .icon-bg--left {
  top: 38%;
}
@media (min-width: 768px) {
  .our-value__col:first-of-type, .our-value__col:last-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .our-value__col:first-of-type, .our-value__col:last-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
@media (min-width: 1200px) {
  .our-value__col:first-of-type .our-value__item .item-bg, .our-value__col:last-of-type .our-value__item .item-bg {
    left: 0;
    right: auto;
    -o-object-position: left center;
       object-position: left center;
  }
}
.our-value__col:first-of-type .our-value__item-cover, .our-value__col:last-of-type .our-value__item-cover {
  max-width: 100%;
}
.our-value__item {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.08);
  background-position: top right;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 534px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 60px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media (max-width: 1440px) {
  .our-value__item {
    padding: 40px 30px;
    min-height: 454px;
  }
}
@media (max-width: 767px) {
  .our-value__item {
    padding: 40px 20px;
    min-height: 400px;
  }
}
.our-value__item:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.1);
}
.our-value__item picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.our-value__item .item-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
@media (max-width: 1199px) {
  .our-value__item .item-bg {
    height: auto;
  }
}
.our-value__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 238, 110, 0.25);
          box-shadow: inset 0px 1px 1px rgba(0, 238, 110, 0.25);
  pointer-events: none;
}
.our-value__item-cover {
  position: relative;
  z-index: 1;
  max-width: 450px;
}
@media (max-width: 991px) {
  .our-value__item-cover {
    max-width: 100%;
  }
}

.advertisers-info .icon-bg--right {
  top: -45%;
}
.advertisers-info__row {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1440px) {
  .advertisers-info__row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .advertisers-info__row {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.advertisers-info__item {
  text-align: center;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1440px) {
  .advertisers-info__item {
    max-width: 100%;
  }
}
.advertisers-info__item img {
  margin-left: auto;
  margin-right: auto;
  -webkit-backdrop-filter: blur(13px);
          backdrop-filter: blur(13px);
  border-radius: 50%;
}
.advertisers-info__item .title {
  text-transform: none;
}

.types-advertising .icon-bg--left {
  top: -10%;
}
.types-advertising__row {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.types-advertising__row:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 689px;
  height: 335px;
  border-radius: 1290px;
  background: rgba(0, 238, 110, 0.4);
  -webkit-filter: blur(160px);
          filter: blur(160px);
  border-radius: 689px;
}
@media (max-width: 1440px) {
  .types-advertising__row:before {
    width: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.types-advertising__row > div {
  position: relative;
  z-index: 1;
}
.types-advertising__img {
  -webkit-filter: drop-shadow(30px 30px 40px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(30px 30px 40px rgba(0, 0, 0, 0.35));
  margin-left: auto;
  margin-right: auto;
}
.types-advertising__list .item + .item {
  margin-top: 30px;
}
.types-advertising__list .item .text {
  margin-top: 10px;
}

.key-metrics {
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 806px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .key-metrics {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .key-metrics {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.key-metrics .icon-bg--right {
  top: -20%;
}
.key-metrics .slick-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 16px;
  border: 1px solid #fff;
  background-color: #191919;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  width: 78px;
  height: 64px;
}
@media (max-width: 1199px) {
  .key-metrics .slick-arrow {
    width: 60px;
    height: 50px;
    border-radius: 10px;
  }
}
.key-metrics .slick-arrow + .slick-arrow {
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .key-metrics .slick-arrow + .slick-arrow {
    margin-left: 20px;
  }
}
.key-metrics .slick-arrow:before {
  display: none;
}
.key-metrics .slick-arrow svg {
  fill: #00ee6e;
}
@media (max-width: 1199px) {
  .key-metrics .slick-arrow svg {
    width: 20px;
    height: 20px;
  }
}
.key-metrics .slick-arrow:hover {
  background-color: #00ee6e;
}
.key-metrics .slick-arrow:hover svg {
  fill: #191919;
}
.key-metrics .slick-current .key-metrics__item img {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.key-metrics .slick-current .key-metrics__item .title {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.key-metrics .slick-current .key-metrics__item .text {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.key-metrics__item .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .key-metrics__item .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.key-metrics__item .text {
  max-width: 600px;
}
.key-metrics__item img {
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media (max-width: 767px) {
  .key-metrics__item img {
    max-width: 325px;
  }
}
.key-metrics__item .title,
.key-metrics__item .text {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.key-metrics__slider-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.key-metrics__slider-arrow .text {
  color: #00ee6e;
  height: 64px;
  letter-spacing: 2.16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  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;
  border-radius: 16px;
  border: 1px solid #fff;
  background-color: #191919;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 64px;
  padding-right: 64px;
  text-align: center;
}
@media (max-width: 1199px) {
  .key-metrics__slider-arrow .text {
    padding-left: 40px;
    padding-right: 40px;
    height: 50px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .key-metrics__slider-arrow .text {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 12px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.faq .icon-bg--left {
  top: -380px;
}
.faq .icon-bg--right {
  top: 80px;
}
.faq .icon-bg--left-bottom {
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  bottom: -55%;
}
.faq__img {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__img:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 238, 110, 0.4);
  -webkit-filter: blur(160px);
          filter: blur(160px);
  z-index: -1;
}
@media (max-width: 991px) {
  .faq__img img {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
.faq__item {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
.faq__item + .faq__item {
  margin-top: 30px;
}
.faq__item:hover:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.1);
}
.faq__item.active {
  background-color: rgba(0, 0, 0, 0.8);
}
.faq__item.active .faq__question .close {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq__item .close {
  position: absolute;
  top: 26px;
  right: 30px;
  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;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
}
@media (max-width: 1199px) {
  .faq__item .close {
    top: 23px;
    right: 24px;
  }
}
.faq__question {
  cursor: pointer;
  padding: 20px 70px 20px 30px;
}
@media (max-width: 1199px) {
  .faq__question {
    padding-left: 24px;
    padding-right: 64px;
  }
}
.faq__question .title {
  text-transform: none;
  font-family: "Play", sans-serif;
  color: #00ee6e;
}
.faq__content {
  width: 100% !important;
}
.faq__answer {
  padding: 10px 70px 20px 30px;
}
@media (max-width: 1199px) {
  .faq__answer {
    padding-left: 24px;
    padding-right: 64px;
  }
}

.roadmap__col:nth-child(2) .roadmap__item .title {
  background: #00ee6e;
}
.roadmap__col:nth-child(2) .roadmap__item .title span {
  color: #191919;
}
.roadmap__col:nth-child(3) .roadmap__item .title {
  -webkit-box-shadow: 0px 0px 8px 0px #f7ff03;
          box-shadow: 0px 0px 8px 0px #f7ff03;
}
.roadmap__col:nth-child(3) .roadmap__item .title span {
  color: #f7ff03;
}
.roadmap__item {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1440px) {
  .roadmap__item {
    padding-left: 0;
    padding-right: 0;
  }
}
.roadmap__item .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  padding: 8px 24px;
  border-radius: 32px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0px 0px 8px 0px #00ee6e;
          box-shadow: 0px 0px 8px 0px #00ee6e;
}
.roadmap__item .title span {
  color: #00ee6e;
}
.roadmap__item .list li {
  border-radius: 8px;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-box-shadow: 0px -1px 1px rgba(0, 238, 110, 0.25);
          box-shadow: 0px -1px 1px rgba(0, 238, 110, 0.25);
}
.roadmap__item .list li .checked {
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-image: url("../img/checked-roadmap.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.roadmap__item .list li .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 24px;
}
.roadmap__item .list li + li {
  margin-top: 20px;
}

.our-mission {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .our-mission {
    padding-bottom: 40px;
  }
}
.our-mission .icon-bg--left {
  top: -40%;
}
.our-mission__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .our-mission__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.our-mission__item-top {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .our-mission__item-top {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 1440px) {
  .our-mission__item-top img {
    max-width: 112px;
  }
}
.our-mission__item-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.our-mission__item-body p {
  margin-top: 16px;
}

.about-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .about-banner {
    padding-top: 40px;
    padding-bottom: 130px;
  }
  .about-banner .btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 30px);
  }
}
.about-banner .icon-bg--left {
  bottom: -58%;
}
.about-banner .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
}
@media (max-width: 767px) {
  .about-banner .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.about-banner .row > div {
  position: static;
}
.about-banner__img {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .about-banner__img {
    max-width: 200px;
  }
}
@media (min-width: 1681px) {
  .about-banner .h1 {
    font-size: 75px;
  }
}
@media (max-width: 1440px) {
  .about-banner .h1 {
    font-size: 58px;
  }
}
@media (max-width: 1199px) {
  .about-banner .h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .about-banner .h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .about-banner .h1 {
    font-size: 32px;
  }
}
.about-banner .h4 {
  font-weight: 300;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .about-banner .h4 {
    font-size: inherit;
  }
  .about-banner .h4 + .mt30 {
    margin-top: 10px;
  }
}