/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Foo';
  src: url("../fonts/Foo/Foo-Regular.eot");
  src: local("Foo-Regular"), url("../fonts/Foo/Foo-Regular.eot%3F") format("embedded-opentype"), url("../fonts/Foo/Foo-Regular.woff") format("woff"), url("../fonts/Foo/Foo-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-ThinIta.eot");
  src: local("Helvetica Now Display Thin Ita"), local("HelveticaNowDisplay-ThinIta"), url("../fonts/Helvetica/HelveticaNowDisplay-ThinIta.eot%3F") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-ThinIta.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-ThinIta.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-ThinIta.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-Light.eot");
  src: local("Helvetica Now Display Light"), local("HelveticaNowDisplay-Light"), url("../fonts/Helvetica/HelveticaNowDisplay-Light.eot%3F") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-Light.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-Light.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-BoldIta.eot");
  src: local("Helvetica Now Display Bold Ita"), local("HelveticaNowDisplay-BoldIta"), url("../fonts/Helvetica/HelveticaNowDisplay-BoldIta.eot%3F") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-BoldIta.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-BoldIta.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-BoldIta.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-RegIta.eot");
  src: local("Helvetica Now Display Reg Ita"), local("HelveticaNowDisplay-RegIta"), url("../fonts/Helvetica/HelveticaNowDisplay-RegIta.eot%3F") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-RegIta.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-RegIta.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-RegIta.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-ExtLtIta.eot");
  src: local("Helvetica Now Display ExtLt Ita"), local("HelveticaNowDisplay-ExtLtIta"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtLtIta.eot%3F") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtLtIta.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtLtIta.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtLtIta.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-MedIta.eot");
  src: local("Helvetica Now Display Med Ita"), local("HelveticaNowDisplay-MedIta"), url("../fonts/Helvetica/HelveticaNowDisplay-MedIta.eot%3F") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-MedIta.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-MedIta.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-MedIta.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-ExtLt.eot");
  src: local("Helvetica Now Display ExtLt"), local("HelveticaNowDisplay-ExtLt"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtLt.eot%3F") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtLt.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtLt.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtLt.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-ExtBlk.eot");
  src: local("Helvetica Now Display ExtBlk"), local("HelveticaNowDisplay-ExtBlk"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBlk.eot%3F") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBlk.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBlk.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBlk.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-Bold.eot");
  src: local("Helvetica Now Display Bold"), local("HelveticaNowDisplay-Bold"), url("../fonts/Helvetica/HelveticaNowDisplay-Bold.eot%3F") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-Bold.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-Bold.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-ExtBdIta.eot");
  src: local("Helvetica Now Display ExtBd Ita"), local("HelveticaNowDisplay-ExtBdIta"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBdIta.eot%3F") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBdIta.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBdIta.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBdIta.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-Regular.eot");
  src: local("Helvetica Now Display Regular"), local("HelveticaNowDisplay-Regular"), url("../fonts/Helvetica/HelveticaNowDisplay-Regular.eot%3F") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-Regular.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-Regular.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-ExtBlkIta.eot");
  src: local("Helvetica Now Display ExBlk It"), local("HelveticaNowDisplay-ExtBlkIta"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBlkIta.eot%3F") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBlkIta.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBlkIta.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBlkIta.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-Thin.eot");
  src: local("Helvetica Now Display Thin"), local("HelveticaNowDisplay-Thin"), url("../fonts/Helvetica/HelveticaNowDisplay-Thin.eot%3F") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-Thin.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-Thin.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-LightIta.eot");
  src: local("Helvetica Now Display Light Ita"), local("HelveticaNowDisplay-LightIta"), url("../fonts/Helvetica/HelveticaNowDisplay-LightIta.eot%3F") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-LightIta.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-LightIta.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-LightIta.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-ExtraBold.eot");
  src: local("Helvetica Now Display ExtBd"), local("HelveticaNowDisplay-ExtraBold"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtraBold.eot%3F") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtraBold.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtraBold.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-Medium.eot");
  src: local("Helvetica Now Display Medium"), local("HelveticaNowDisplay-Medium"), url("../fonts/Helvetica/HelveticaNowDisplay-Medium.eot%3F") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-Medium.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-Medium.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-HairlineI.eot");
  src: local("Helvetica Now Display Hairline"), local("HelveticaNowDisplay-HairlineI"), url("../fonts/Helvetica/HelveticaNowDisplay-HairlineI.eot%3F") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-HairlineI.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-HairlineI.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-HairlineI.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-BlackIta.eot");
  src: local("Helvetica Now Display Black Ita"), local("HelveticaNowDisplay-BlackIta"), url("../fonts/Helvetica/HelveticaNowDisplay-BlackIta.eot%3F") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-BlackIta.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-BlackIta.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-BlackIta.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-Black.eot");
  src: local("Helvetica Now Display Black"), local("HelveticaNowDisplay-Black"), url("../fonts/Helvetica/HelveticaNowDisplay-Black.eot%3F") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-Black.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-Black.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-Hairline.eot");
  src: local("Helvetica Now Display Hairline"), local("HelveticaNowDisplay-Hairline"), url("../fonts/Helvetica/HelveticaNowDisplay-Hairline.eot%3F") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-Hairline.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-Hairline.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-Hairline.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@-webkit-keyframes fly {
  0% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px); }
  50% {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px); }
  100% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px); } }

@-moz-keyframes fly {
  0% {
    -moz-transform: translateY(25px);
         transform: translateY(25px); }
  50% {
    -moz-transform: translateY(-25px);
         transform: translateY(-25px); }
  100% {
    -moz-transform: translateY(25px);
         transform: translateY(25px); } }

@keyframes fly {
  0% {
    -webkit-transform: translateY(25px);
       -moz-transform: translateY(25px);
            transform: translateY(25px); }
  50% {
    -webkit-transform: translateY(-25px);
       -moz-transform: translateY(-25px);
            transform: translateY(-25px); }
  100% {
    -webkit-transform: translateY(25px);
       -moz-transform: translateY(25px);
            transform: translateY(25px); } }

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

html, body {
  font-family: "Helvetica Now Display", sans-serif;
  background-color: #EDEAEB; }

html {
  font-size: 14px; }
  @media (max-width: 480px) {
    html {
      font-size: 12px; } }

p, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  line-height: 1; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

sup, sub {
  font-size: 60%; }

sup {
  top: -6px; }

sub {
  bottom: 0;
  text-transform: uppercase; }

img {
  opacity: 1;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

input:focus::placeholder {
  color: transparent; }

.wrapper {
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  opacity: 1;
  background-color: #EDEAEB;
  padding: 13px;
  max-width: 1920px;
  margin: 0 auto; }

.content {
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.footer {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.svg-gradients {
  position: absolute;
  pointer-events: none;
  opacity: 0; }

.btc {
  background-image: url(../img/btc.svg); }

.usd {
  background-image: url(../img/usd.svg); }

.bch {
  background-image: url(../img/bch.svg); }

.dash {
  background-image: url(../img/dash.svg); }

.doge {
  background-image: url(../img/doge.svg); }

.eth {
  background-image: url(../img/eth.svg); }

.ltc {
  background-image: url(../img/ltc.svg); }

.monero {
  background-image: url(../img/monero.svg); }

.payeer {
  background-image: url(../img/payeer.svg); }

.pm {
  background-image: url(../img/pm.svg); }

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

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

.z-index {
  z-index: 10;
  position: relative; }

.swiper-button-prev:after, .swiper-button-next:after {
  display: none; }

@media (max-width: 575px) {
  .datepicker {
    position: fixed !important;
    top: 10px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
       -moz-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    pointer-events: none !important; }
    .datepicker.active {
      pointer-events: all !important; } }

@media (max-width: 575px) {
  .datepicker--pointer {
    display: none !important; } }

.header {
  background-image: url("../img/header-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: center top;
  min-height: 864px;
  border-radius: 15px;
  padding-bottom: 20px; }
  @media (max-width: 991px) {
    .header {
      min-height: 0; } }
  .header-top {
    padding: 25px 0;
    position: relative;
    z-index: 2;
    margin-bottom: 70px; }
    @media (max-width: 991px) {
      .header-top {
        margin-bottom: 0px; } }
    @media (max-width: 480px) {
      .header-top {
        padding: 15px 0; } }
  .header-logo {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-family: "Foo", sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    -webkit-text-stroke: 1px #371A45;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    padding-left: 65px;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .header-logo:hover {
      color: #FE8726; }
    .header-logo img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0; }
  .header-menu {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -40px; }
    @media (max-width: 991px) {
      .header-menu {
        margin-top: -10px;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .header-menu {
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .header-menu a {
      font-family: "Foo", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #26438F;
      text-transform: uppercase;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none; }
      @media (max-width: 480px) {
        .header-menu a {
          font-size: 12px; } }
      .header-menu a:hover, .header-menu a.active {
        color: #FE8726; }
  .header-btn {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 160px;
    border-radius: 100px;
    height: 54px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.13);
    background-color: #FE8726;
    border: 2px solid #fff;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    cursor: pointer;
    font-family: "Foo", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase; }
    @media (max-width: 480px) {
      .header-btn {
        min-width: 100px;
        height: 35px; } }
    .header-btn:hover {
      background-color: #26438F; }
    .header-btn img {
      margin-left: 20px; }
  .header-scene {
    height: 500px;
    width: 100%;
    pointer-events: none;
    position: relative; }
    @media (max-width: 991px) {
      .header-scene {
        display: none; } }
    .header-scene img {
      position: absolute;
      right: -74px;
      bottom: 0px;
      -webkit-animation: fly 10s infinite ease-in-out;
         -moz-animation: fly 10s infinite ease-in-out;
              animation: fly 10s infinite ease-in-out; }
  .header-subtitle {
    font-family: "Foo", sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #fff; }
    @media (max-width: 991px) {
      .header-subtitle {
        -webkit-text-stroke: 1px #371A45; } }
    @media (max-width: 480px) {
      .header-subtitle {
        font-size: 18px; } }
  .header-title {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    padding-right: 60px;
    margin-bottom: 45px; }
    @media (max-width: 480px) {
      .header-title {
        padding-right: 40px;
        margin-bottom: 20px; } }
    .header-title span {
      position: absolute;
      bottom: -20px;
      right: 0;
      font-family: "Foo", sans-serif;
      font-weight: 400;
      font-size: 140px;
      color: #FE8726; }
      @media (max-width: 1199px) {
        .header-title span {
          font-size: 120px; } }
      @media (max-width: 480px) {
        .header-title span {
          font-size: 80px; } }
    .header-title h3 {
      font-family: "Foo", sans-serif;
      font-weight: 400;
      font-size: 60px;
      color: #fff;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        .header-title h3 {
          font-size: 50px; } }
      @media (max-width: 991px) {
        .header-title h3 {
          -webkit-text-stroke: 1px #371A45; } }
      @media (max-width: 480px) {
        .header-title h3 {
          font-size: 30px; } }
    .header-title h2 {
      font-family: "Foo", sans-serif;
      font-weight: 400;
      font-size: 53px;
      color: #fff;
      text-transform: uppercase;
      text-shadow: 0px 4px 0px #FE8726, 0px 8px 0px #CE6D1E; }
      @media (max-width: 1199px) {
        .header-title h2 {
          font-size: 43px; } }
      @media (max-width: 480px) {
        .header-title h2 {
          font-size: 26px; } }
  .header-text {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 35px; }
    .header-text p {
      font-weight: 500;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.6);
      line-height: 1.3;
      margin-bottom: 20px; }
      @media (max-width: 480px) {
        .header-text p {
          font-size: 14px; } }
      .header-text p:last-child {
        margin-bottom: 0; }
      .header-text p b {
        font-weight: 900; }
  .header-btns {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
    position: relative; }
    @media (max-width: 575px) {
      .header-btns {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-bottom: 15px; } }
    .header-btns a {
      margin-right: 30px;
      padding: 3px 23px 3px 3px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-decoration: none;
      border-radius: 100px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      @media (max-width: 575px) {
        .header-btns a {
          margin-right: 0;
          margin-bottom: 15px; } }
      .header-btns a:hover {
        border-color: #fff; }
      .header-btns a:last-child {
        margin-right: 0;
        margin-bottom: 0; }
  .header-content {
    padding-bottom: 30px; }
    @media (max-width: 480px) {
      .header-content {
        padding-bottom: 15px; } }
  .header-soc {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .header-soc a {
      text-decoration: none;
      cursor: pointer;
      margin-right: 20px; }
      .header-soc a:last-child {
        margin-right: 0; }
      .header-soc a:hover svg {
        fill: #FE8726; }
      .header-soc a svg {
        width: 15px;
        height: 15px;
        fill: #fff;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
  .header-head {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px; }
    .header-head h3 {
      width: 100%;
      margin-right: 30px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      white-space: nowrap;
      font-family: "Foo", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #fff; }
      .header-head h3:after {
        width: 100%;
        margin-left: 30px;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.1);
        content: '';
        display: inline-block; }
  .header-text-bot {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .header-text-bot p {
      width: 100%;
      font-weight: 500;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.6);
      line-height: 1.1;
      margin-bottom: 15px; }
      @media (max-width: 480px) {
        .header-text-bot p {
          font-size: 12px; } }
      .header-text-bot p:last-child {
        margin-bottom: 0; }
  .header-scroll {
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 200px;
    margin-top: 70px;
    cursor: pointer; }
    @media (max-width: 1199px) {
      .header-scroll {
        padding-left: 120px;
        max-width: 220px; } }
    @media (max-width: 991px) {
      .header-scroll {
        display: none; } }
    .header-scroll:hover span {
      color: #FE8726; }
    .header-scroll img {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 95px; }
    .header-scroll p {
      font-weight: 700;
      font-size: 8px;
      color: rgba(38, 67, 143, 0.3);
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .header-scroll span {
      font-weight: 700;
      font-size: 12px;
      color: #26438F;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }

.main-subtitle {
  font-weight: 400;
  font-size: 16px;
  color: #FE8726;
  font-family: "Foo", sans-serif;
  margin-bottom: 20px; }

.main-title {
  font-family: "Foo", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #26438F;
  margin-bottom: 50px; }
  @media (max-width: 575px) {
    .main-title {
      font-size: 20px;
      margin-bottom: 20px; } }

.tutorial {
  padding: 50px 0 127px 0;
  position: relative;
  z-index: 1; }
  .tutorial:after {
    position: absolute;
    left: 75%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 130px;
    pointer-events: none;
    height: 183px;
    width: 183px;
    background-image: url(../img/token.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    content: '';
    z-index: 2; }
    @media (max-width: 767px) {
      .tutorial:after {
        display: none; } }


.why {
  background-image: url("../img/why-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  border-radius: 15px; }
  @media (max-width: 767px) {
    .why {
      padding-top: 70px; } }
  .why-title {
    font-family: "Foo", sans-serif;
    font-weight: 400;
    font-size: 60px;
    color: #26438F; }
    @media (max-width: 991px) {
      .why-title {
        margin-bottom: 20px; } }
    @media (max-width: 480px) {
      .why-title {
        font-size: 40px; } }
  .why-img {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -100px;
    pointer-events: none;
    margin-bottom: -70px; }
    @media (max-width: 991px) {
      .why-img {
        display: none; } }
  .why-list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: -80px; }
  .why-item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #EDEAEB;
    border: 2px solid #FFFFFF;
    margin-bottom: 28px;
    padding: 25px 35px 25px 150px;
    position: relative;
    min-height: 168px;
    border-radius: 15px; }
    @media (max-width: 480px) {
      .why-item {
        padding: 20px; } }
    .why-item:last-child {
      margin-bottom: 0; }
    .why-item img {
      position: absolute;
      top: 50%;
      left: 75px;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 480px) {
        .why-item img {
          position: static;
          -webkit-transform: translate(0, 0);
             -moz-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
                  transform: translate(0, 0);
          top: auto;
          left: auto;
          margin-bottom: 15px; } }
    .why-item__head {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 20px;
      margin-bottom: 20px;
      position: relative; }
      .why-item__head:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 26px;
        height: 2px;
        background-color: rgba(38, 67, 143, 0.07);
        content: ''; }
      .why-item__head h3 {
        font-family: "Foo", sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #26438F; }
      .why-item__head span {
        font-weight: 900;
        font-size: 16px;
        color: #FE8726;
        margin-left: 10px; }
    .why-item p {
      margin-top: auto;
      font-weight: 700;
      font-size: 14px;
      color: #26438F;
      line-height: 1.3; }

.token {
  padding: 150px 0 50px 0;
  background-image: url("../img/token-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: top left; }
  @media (max-width: 575px) {
    .token {
      padding-top: 120px; } }
  .token-box {
    padding: 20px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    min-height: 130px;
    border-radius: 15px;
    margin-bottom: 30px; }
    .token-box p {
      margin-top: auto;
      font-family: "Foo", sans-serif;
      font-weight: 400;
      color: #fff; }
    .token-box h3 {
      font-weight: 400;
      font-family: "Foo", sans-serif;
      margin-top: auto;
      color: #fff; }
    .token-box_1 {
      position: relative;
      z-index: 1; }
      .token-box_1:after {
        width: 100%;
        height: 100%;
        border-radius: 15px;
        background-image: url("../img/token-bg-1.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
      .token-box_1 p {
        font-size: 25px;
        color: #26438F; }
      .token-box_1 .token-subtitle {
        color: #26438F; }
    .token-box_2 {
      background-image: url("../img/token-bg-2.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      .token-box_2 p {
        font-size: 25px; }
    .token-box_3 {
      background-image: url("../img/token-bg-3.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      .token-box_3 p {
        font-size: 50px; }
    .token-box_4 {
      background-image: url("../img/token-bg-4.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      .token-box_4 p {
        font-size: 22px; }
    .token-box_5 {
      background-image: url("../img/token-bg-5.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      min-height: 290px; }
      .token-box_5 h3 {
        margin-bottom: 30px;
        font-size: 30px; }
      .token-box_5 p {
        margin-top: 0;
        font-size: 16px; }
        .token-box_5 p span {
          font-size: 12px; }
    .token-box_6 {
      background-image: url("../img/token-bg-6.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      min-height: 290px; }
      .token-box_6 h3 {
        font-size: 50px; }
        .token-box_6 h3 span {
          font-size: 16px;
          display: block; }
      .token-box_6 p {
        font-size: 22px; }
    .token-box_7 {
      background-image: url("../img/token-bg-7.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      min-height: 290px; }
      .token-box_7 p {
        font-size: 14px; }
    .token-box_8 {
      background-image: url("../img/token-bg-8.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      .token-box_8 p {
        font-size: 20px; }
  .token-subtitle {
    width: 100%;
    text-align: center;
    margin-top: auto;
    font-weight: 400;
    font-size: 12px;
    color: #fff; }

.road {
  background-image: url("../img/road-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: center top;
  padding: 10px 0 20px 0;
  border-radius: 15px 15px 0px 0; }
  @media (max-width: 991px) {
    .road {
      background-position: right center; } }
  .road .main-title {
    position: relative;
    max-width: 366px;
    margin-bottom: 80px; }
    @media (max-width: 1199px) {
      .road .main-title {
        max-width: 300px; } }
    @media (max-width: 991px) {
      .road .main-title {
        max-width: 100%;
        margin-bottom: 30px; } }
    .road .main-title img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 0;
      top: 20%; }
  .road-tags {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .road-tags {
        margin-bottom: 15px; } }
    .road-tags__item {
      min-height: 40px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #EDEAEB;
      border-radius: 100px;
      margin-right: 30px;
      padding: 5px 14px;
      font-family: "Foo", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #26438F;
      margin-bottom: 12px; }
      @media (max-width: 767px) {
        .road-tags__item {
          margin-right: 15px; } }
      .road-tags__item:last-child {
        margin-right: 0; }
      .road-tags__item img {
        margin-left: 8px; }
  .road-title {
    font-weight: 400;
    font-size: 16px;
    color: #26438F;
    position: relative;
    padding-right: 60px;
    margin-top: -15px;
    height: 100%; }
    @media (max-width: 767px) {
      .road-title {
        height: auto;
        margin-bottom: 15px; } }
    .road-title > span {
      font-weight: 900;
      font-size: 60px;
      color: #FE8726; }
    .road-title:after {
      right: 30px;
      -webkit-transform: translateX(50%);
         -moz-transform: translateX(50%);
          -ms-transform: translateX(50%);
              transform: translateX(50%);
      top: 50px;
      height: -moz-calc(100% - 30px);
      height: calc(100% - 30px);
      content: '';
      background-color: #DADAE2;
      width: 1px;
      position: absolute; }
      @media (max-width: 767px) {
        .road-title:after {
          display: none; } }
    .road-title.no-border:after {
      display: none; }
  .road-icon {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(38, 67, 143, 0.04); }
    @media (max-width: 767px) {
      .road-icon {
        display: none; } }
    .road-icon:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 20px;
      height: 20px;
      border-radius: 50%;
      content: '';
      background-color: rgba(38, 67, 143, 0.1);
      z-index: 1; }
    .road-icon:before {
      z-index: 2;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border-radius: 50%;
      background-color: #26438F;
      width: 6px;
      height: 6px;
      content: ''; }

.footer {
  background-image: url("../img/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position: center bottom;
  border-radius: 15px;
  width: 100%;
  padding: 23px 0px 18px 0; }
  @media (max-width: 991px) {
    .footer {
      padding: 30px 0 10px 0; } }
  .footer .header-logo {
    margin-bottom: 25px; }
    @media (max-width: 991px) {
      .footer .header-logo {
        max-width: 150px;
        margin: 0 auto 15px auto; } }
  .footer .header-soc {
    margin-bottom: 25px; }
    @media (max-width: 991px) {
      .footer .header-soc {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 15px; } }
    .footer .header-soc a {
      margin-right: 15px; }
      .footer .header-soc a:hover svg {
        fill: #FE8726; }
      .footer .header-soc a:last-child {
        margin-right: 0; }
      @media (max-width: 991px) {
        .footer .header-soc a svg {
          fill: #26438F; } }
  .footer-contact {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    margin-bottom: 24px; }
    @media (max-width: 991px) {
      .footer-contact {
        margin-bottom: 15px; } }
    .footer-contact h3 {
      font-family: "Foo", sans-serif;
      font-weight: 400;
      font-size: 12px;
      color: #FE8726;
      text-transform: uppercase; }
    .footer-contact a {
      font-weight: 400;
      font-size: 12px;
      color: #fff;
      text-decoration: underline; }
      .footer-contact a:hover {
        text-decoration: none; }
  .footer-partners {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 25px; }
    @media (max-width: 991px) {
      .footer-partners {
        margin-bottom: 0; } }
    .footer-partners__item {
      margin: 0 20px 15px 20px;
      opacity: 0.4; }
      @media (max-width: 480px) {
        .footer-partners__item {
          margin: 0 5px 15px 5px; } }
      .footer-partners__item img {
        max-width: 100%; }
  .footer-menu {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991px) {
      .footer-menu {
        display: none; } }
    .footer-menu a {
      font-family: "Foo", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #fff;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none; }
      .footer-menu a:hover, .footer-menu a.active {
        color: #FE8726; }
  .footer-copy {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: rgba(38, 67, 143, 0.5); }
  .footer .container {
    position: relative; }
  .footer-img {
    position: absolute;
    right: 46px;
    bottom: -moz-calc(100% + 10px);
    bottom: calc(100% + 10px);
    pointer-events: none; }
    @media (max-width: 480px) {
      .footer-img {
        display: none; } }
  .footer-stars {
    position: absolute;
    right: -moz-calc(100% + 74px);
    right: calc(100% + 74px);
    top: -67px;
    pointer-events: none; }

.modal {
  max-width: 285px;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  position: relative;
  border-radius: 15px;
  padding: 3px; }
  .modal .mfp-close {
    opacity: 1;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: rgba(38, 67, 143, 0.2); }
    .modal .mfp-close:hover {
      color: #26438F; }
  .modal-content {
    padding: 27px;
    width: 100%; }
  .modal-title {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 25px; }
    .modal-title img {
      margin-bottom: 17px; }
    .modal-title h3 {
      font-family: "Foo", sans-serif;
      font-weight: 400;
      font-size: 16px;
      color: #26438F; }
  .modal-links {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .modal-links a {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      border-radius: 15px;
      border: 1px solid rgba(212, 217, 233, 0.2);
      height: 110px;
      width: -moz-calc(100% / 2 - 8px);
      width: calc(100% / 2 - 8px);
      margin-bottom: 8px;
      margin: 0 4px 8px 4px;
      padding: 20px 14px;
      font-weight: 700;
      font-size: 12px;
      color: #26438F;
      text-decoration: none;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .modal-links a:hover {
        background-color: rgba(212, 217, 233, 0.2);
        border-color: transparent; }
      .modal-links a p {
        margin-top: auto; }
      .modal-links a img {
        margin-top: auto;
        margin-bottom: auto; }
  .modal-bot {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #F6F7FB;
    border-radius: 0 0 15px 15px;
    padding: 15px 24px 10px 24px; }
    .modal-bot h3 {
      font-weight: 400;
      font-size: 10px;
      color: rgba(38, 67, 143, 0.5);
      margin-bottom: 4px; }
    .modal-bot a {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-weight: 900;
      font-size: 13px;
      color: #FE8726;
      text-decoration: none; }
      .modal-bot a:hover {
        text-decoration: underline; }

.connect-header {
  padding: 23px 0; }
  @media (max-width: 991px) {
    .connect-header {
      padding: 15px 0; } }
  .connect-header__link {
    font-weight: 900;
    font-size: 13px;
    color: #FE8726;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    text-transform: uppercase;
    display: block; }
    @media (max-width: 575px) {
      .connect-header__link {
        margin-top: 15px;
        text-align: center;
        width: 100%;
        display: block; } }
    .connect-header__link:last-child {
      margin-right: 0; }
    .connect-header__link:hover {
      color: #26438F; }
  .connect-header__address {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 57px;
    background-color: #F6F7FB;
    border-radius: 15px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .connect-header__address {
        margin-top: 15px; } }
    .connect-header__address h3 {
      height: 100%;
      padding: 10px 22px;
      font-weight: 700;
      font-size: 10px;
      color: #26438F;
      background-color: #fff;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      white-space: nowrap; }
    .connect-header__address span {
      width: 100%;
      padding: 10px 30px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-weight: 700;
      font-size: 14px;
      color: #26438F;
      text-align: center; }

.connect-wrap {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  position: relative; }
  @media (max-width: 991px) {
    .connect-wrap {
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .connect-wrap:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 1px;
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    content: '';
    background-color: rgba(212, 217, 233, 0.5); }
    @media (max-width: 991px) {
      .connect-wrap:after {
        display: none; } }

.connect-title {
  font-family: "Foo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #26438F;
  margin-bottom: 20px;
  text-transform: uppercase; }

.connect-col {
  width: -moz-calc(100% / 2 - 30px);
  width: calc(100% / 2 - 30px); }
  @media (max-width: 991px) {
    .connect-col {
      width: 100%;
      margin-bottom: 30px; }
      .connect-col:last-child {
        margin-bottom: 0; } }

.connect-btn {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 244px;
  border-radius: 100px;
  height: 58px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.13);
  background-color: #FE8726;
  border: 2px solid #fff;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
  cursor: pointer;
  font-family: "Foo", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 25px;
  margin-top: 22px; }
  @media (max-width: 480px) {
    .connect-btn {
      width: 100%;
      min-width: 0; } }
  .connect-btn:hover {
    background-color: #26438F; }
  .connect-btn img {
    margin-left: 20px; }

.connect-wallet {
  width: 100%;
  height: 60px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 8px;
  background-color: rgba(212, 217, 233, 0.2);
  border-radius: 15px;
  padding: 10px 15px 10px 60px; }
  .connect-wallet img {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .connect-wallet span {
    font-weight: 900;
    font-size: 12px;
    color: #26438F;
    margin-bottom: 1px; }
  .connect-wallet p {
    font-weight: 400;
    font-size: 12px;
    color: #26438F; }

.connect-info {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(212, 217, 233, 0.5);
  margin-bottom: 30px; }
  .connect-info__item {
    width: -moz-calc(100% / 2 - 15px);
    width: calc(100% / 2 - 15px);
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .connect-info__item {
        width: 100%; } }
    .connect-info__item h3 {
      font-weight: 400;
      font-size: 10px;
      color: rgba(38, 67, 143, 0.5);
      margin-bottom: 5px; }
    .connect-info__item span {
      font-weight: 900;
      font-size: 16px;
      color: #26438F; }
    .connect-info__item p {
      font-weight: 700;
      font-size: 12px;
      color: #26438F; }

.connect-progress {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }
  @media (max-width: 480px) {
    .connect-progress {
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .connect-progress p {
    font-weight: 400;
    font-size: 10px;
    color: rgba(38, 67, 143, 0.5);
    white-space: nowrap;
    margin-right: 30px; }
    @media (max-width: 480px) {
      .connect-progress p {
        margin-bottom: 10px;
        margin-right: 0; } }
  .connect-progress span {
    font-weight: 900;
    font-size: 16px;
    color: #64CF3F;
    margin-left: 17px; }
    @media (max-width: 480px) {
      .connect-progress span {
        margin-left: 0; } }
  .connect-progress__bar {
    width: 100%;
    height: 7px;
    border-radius: 10px;
    background-color: rgba(212, 217, 233, 0.5);
    position: relative; }
    @media (max-width: 480px) {
      .connect-progress__bar {
        margin-bottom: 10px; } }
  .connect-progress__line {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background-color: #64CF3F;
    height: 100%; }

.connect-danger {
  width: 100%;
  position: relative;
  padding: 6px 15px 6px 30px;
  border-radius: 7px;
  background-color: rgba(248, 117, 117, 0.2);
  font-weight: 700;
  font-size: 12px;
  color: #DA4C4C; }
  .connect-danger span {
    color: #26438F; }
  .connect-danger img {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
