/* VARIABLES */
/* Placeholder Color */
::-webkit-input-placeholder {
  opacity: 1;
  color: #BABEC3;
}

::-moz-placeholder {
  opacity: 1;
  color: #BABEC3;
}

::-ms-input-placeholder {
  opacity: 1;
  color: #BABEC3;
}

::-moz-placeholder {
  opacity: 1;
  color: #BABEC3;
}

.nodis {
  display: none;
}

.nodis_force {
  display: none !important;
}

.padded {
  padding: 20px 0;
}

.noflow, .inflow {
  overflow: hidden;
}

.inflow {
  overflow-y: auto;
}

.main-color {
  color: #58c6db;
}

.white-color {
  color: #fff;
}

.positive {
  color: #6DC66A;
}

.negative {
  color: #FF4B62;
}

.nicescroll-rails {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .mobileonly {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .nomobile {
    display: none !important;
  }
}

/* Font Name */
/* Font Size */
/* BASIC COMPONENTS */
/* VISUAL COMPOSER OVERIDE */
*,
*:before,
*:after,
input,
button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  list-style: none;
  -webkit-appreance: none;
  appreance: none;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* Mixins */
/* Alignment */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.float_none {
  float: none;
}

.float_none_force {
  float: none !important;
}

.float_right {
  float: right;
}

.float_right_force {
  float: right !important;
}

.float_left {
  float: left;
}

.float_left_force {
  float: left !important;
}

/* Animation Library */
.easing, a, .btn,
button,
input[type="button"],
input[type="submit"],
input[type="reset"], input[type="text"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="email"],
.input,
select,
textarea, .checkbox_input, .checkbox_input:before, .home_sections .vision_single:before, .vision_content, .section_video_frame {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

/* BASIC ELEMENTS */
/* Buttons */
h1, h2, h3, h4, h5 {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 1.25em;
  line-height: 1.2;
}

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

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

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

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

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

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

/* Buttons */
html,
body,
input,
button,
select,
textarea {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.625;
  color: #747D87;
}

.lighter {
  font-weight: 400;
}

.bolder,
.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

a {
  color: black;
}

a:hover {
  color: #58c6db;
}

p {
  margin-bottom: 1.2em;
}

.text-lighter-color {
  color: #BABEC3;
}

/* Buttons */
.btn,
button,
input[type="button"],
input[type="submit"],
input[type="button"],
input[type="reset"] {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  line-height: 40px;
  padding: 0 24px;
  border-radius: 5px;
  background-color: #58c6db;
  color: #fff;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  background-color: #0ec6c6;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn + .btn,
button + .btn,
input[type="button"] + .btn,
input[type="submit"] + .btn,
input[type="button"] + .btn,
input[type="reset"] + .btn, .btn +
button,
button +
button,
input[type="button"] +
button,
input[type="submit"] +
button,
input[type="button"] +
button,
input[type="reset"] +
button, .btn +
input[type="button"],
button +
input[type="button"],
input[type="button"] +
input[type="button"],
input[type="submit"] +
input[type="button"],
input[type="button"] +
input[type="button"],
input[type="reset"] +
input[type="button"], .btn +
input[type="submit"],
button +
input[type="submit"],
input[type="button"] +
input[type="submit"],
input[type="submit"] +
input[type="submit"],
input[type="button"] +
input[type="submit"],
input[type="reset"] +
input[type="submit"], .btn +
input[type="button"],
button +
input[type="button"],
input[type="button"] +
input[type="button"],
input[type="submit"] +
input[type="button"],
input[type="button"] +
input[type="button"],
input[type="reset"] +
input[type="button"], .btn +
input[type="reset"],
button +
input[type="reset"],
input[type="button"] +
input[type="reset"],
input[type="submit"] +
input[type="reset"],
input[type="button"] +
input[type="reset"],
input[type="reset"] +
input[type="reset"] {
  margin-left: 10px;
}

.btn.wide,
button.wide,
input[type="button"].wide,
input[type="submit"].wide,
input[type="button"].wide,
input[type="reset"].wide {
  padding-left: 40px;
  padding-right: 40px;
}

.btn.small,
button.small,
input[type="button"].small,
input[type="submit"].small,
input[type="button"].small,
input[type="reset"].small {
  line-height: 32px;
  padding: 0 18px;
  border-radius: 3px;
  font-size: 12px;
}

.btn.small.wide,
button.small.wide,
input[type="button"].small.wide,
input[type="submit"].small.wide,
input[type="button"].small.wide,
input[type="reset"].small.wide {
  padding: 0 24px;
}

.btn.big,
button.big,
input[type="button"].big,
input[type="submit"].big,
input[type="button"].big,
input[type="reset"].big {
  line-height: 50px;
  font-size: 14px;
  padding: 0 24px;
}

@media screen and (max-width: 1365px) {
  .btn.big,
  button.big,
  input[type="button"].big,
  input[type="submit"].big,
  input[type="button"].big,
  input[type="reset"].big {
    line-height: 40px;
    font-size: 12px;
    padding: 0 16px;
  }
  .btn.big.wide,
  button.big.wide,
  input[type="button"].big.wide,
  input[type="submit"].big.wide,
  input[type="button"].big.wide,
  input[type="reset"].big.wide {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.btn.big.wide,
button.big.wide,
input[type="button"].big.wide,
input[type="submit"].big.wide,
input[type="button"].big.wide,
input[type="reset"].big.wide {
  padding-left: 32px;
  padding-right: 32px;
}

.btn.outline,
button.outline,
input[type="button"].outline,
input[type="submit"].outline,
input[type="button"].outline,
input[type="reset"].outline {
  background-image: none;
  border: 1px solid #58c6db;
  line-height: 48px;
  text-shadow: none;
  background-color: transparent;
  color: #58c6db;
}

.btn.outline.small,
button.outline.small,
input[type="button"].outline.small,
input[type="submit"].outline.small,
input[type="button"].outline.small,
input[type="reset"].outline.small {
  line-height: 30px;
}

.btn.outline:hover,
button.outline:hover,
input[type="button"].outline:hover,
input[type="submit"].outline:hover,
input[type="button"].outline:hover,
input[type="reset"].outline:hover {
  color: #00f6f4;
  border-color: #00f6f4;
}

.btn.dark,
button.dark,
input[type="button"].dark,
input[type="submit"].dark,
input[type="button"].dark,
input[type="reset"].dark {
  background-color: #1E254F;
}

.btn.dark:hover,
button.dark:hover,
input[type="button"].dark:hover,
input[type="submit"].dark:hover,
input[type="button"].dark:hover,
input[type="reset"].dark:hover {
  background-color: #2F386F;
}

.btn.play:before,
button.play:before,
input[type="button"].play:before,
input[type="submit"].play:before,
input[type="button"].play:before,
input[type="reset"].play:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 40px;
  width: 10px;
  margin-right: 14px;
  background-image: url("../images/play-white.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.btn.play.big:before,
button.play.big:before,
input[type="button"].play.big:before,
input[type="submit"].play.big:before,
input[type="button"].play.big:before,
input[type="reset"].play.big:before {
  height: 50px;
}

@media screen and (max-width: 1365px) {
  .btn.play.big:before,
  button.play.big:before,
  input[type="button"].play.big:before,
  input[type="submit"].play.big:before,
  input[type="button"].play.big:before,
  input[type="reset"].play.big:before {
    height: 40px;
  }
}

.btn.transparent,
button.transparent,
input[type="button"].transparent,
input[type="submit"].transparent,
input[type="button"].transparent,
input[type="reset"].transparent {
  background-color: transparent;
  color: #58c6db;
}

.btn.transparent:hover,
button.transparent:hover,
input[type="button"].transparent:hover,
input[type="submit"].transparent:hover,
input[type="button"].transparent:hover,
input[type="reset"].transparent:hover {
  background-color: rgba(200, 200, 200, 0.1);
}

.btn.transparent.play:before,
button.transparent.play:before,
input[type="button"].transparent.play:before,
input[type="submit"].transparent.play:before,
input[type="button"].transparent.play:before,
input[type="reset"].transparent.play:before {
  background-image: url("../images/play.svg");
}

.btn.white,
button.white,
input[type="button"].white,
input[type="submit"].white,
input[type="button"].white,
input[type="reset"].white {
  background-color: #fff;
  color: #58c6db;
  text-shadow: none;
}

.btn.white:hover,
button.white:hover,
input[type="button"].white:hover,
input[type="submit"].white:hover,
input[type="button"].white:hover,
input[type="reset"].white:hover {
  opacity: 0.85;
}

.btn svg, .btn img,
button svg,
button img,
input[type="button"] svg,
input[type="button"] img,
input[type="submit"] svg,
input[type="submit"] img,
input[type="button"] svg,
input[type="button"] img,
input[type="reset"] svg,
input[type="reset"] img {
  vertical-align: middle;
  position: relative;
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  margin-right: 8px;
}

/* Fields */
input:focus,
select:focus,
textarea:focus,
button:focus,
select:focus,
.unfocus:focus {
  outline: none;
}

input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

input[type="text"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="email"],
.input,
select,
textarea {
  display: inline-block;
  background-color: #fff;
  border-radius: 28px;
  line-height: 18px;
  padding: 13px 20px;
  height: 44px;
  vertical-align: middle;
  color: #2F2F2F;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"].dark,
input[type="number"].dark,
input[type="search"].dark,
input[type="password"].dark,
input[type="email"].dark,
.input.dark,
select.dark,
textarea.dark {
  background-color: #111518;
  color: #fff;
}

input[type="text"].big,
input[type="number"].big,
input[type="search"].big,
input[type="password"].big,
input[type="email"].big,
.input.big,
select.big,
textarea.big {
  height: 56px;
  font-size: 14px;
  line-height: 22px;
  padding: 17px 26px;
}

textarea {
  max-width: 100%;
  min-height: 160px;
}

select {
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
}

/* Forms Elements */
.input_wrap {
  position: relative;
  margin-bottom: 20px;
}

.input_wrap.third {
  width: calc(100% / 3 - 12px);
  float: left;
  margin-right: 18px;
}

.input_wrap.third:nth-of-type(3n+3) {
  margin-right: 0;
}

.input_wrap.half {
  width: calc(100% / 2 - 8px);
  float: left;
  margin-right: 16px;
}

.input_wrap.half:nth-of-type(2n+2) {
  margin-right: 0;
}

.input_wrap input[type="text"],
.input_wrap input[type="number"],
.input_wrap input[type="search"],
.input_wrap input[type="password"],
.input_wrap .input,
.input_wrap select,
.input_wrap textarea {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .input_wrap {
    margin-bottom: 12px;
  }
  .input_wrap.third, .input_wrap.half {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

/* Checkboxes & Radio boxes */
.checkbox {
  position: relative;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.checkbox input {
  display: none;
}

.checkbox input:checked ~ .checkbox_input:before {
  opacity: 1;
}

.checkbox:hover .checkbox_input {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.checkbox_input {
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #FFF;
  border-radius: 2px;
  display: inline-block;
  float: left;
  margin: 5px 0;
  margin-right: 6px;
}

.checkbox_input:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}

.checkbox_label {
  font-size: 12px;
  line-height: 22px;
}

/* REGULAR STYLE */
/* Desktop */
html {
  min-height: 100%;
}

body {
  background-color: #08103F;
}

body.page_scroll, body.page_roadmap {
  overflow: hidden;
}

body ~ div[id^="__lpform"] {
  display: none !important;
}

.cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.cols.right-d {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

[class^="col-"] {
  position: relative;
}

[class^="col-"].center-d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.col-d-1 {
  width: 16.66667%;
}

.col-d-2 {
  width: 33.33333%;
}

.col-d-3 {
  width: 50%;
}

.col-d-4 {
  width: 66.66667%;
}

.col-d-5 {
  width: 83.33333%;
}

.col-d-6 {
  width: 100%;
}

#body {
  padding: 60px;
  color: #fff;
}

#body:beforex {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/noise.gif");
  opacity: 0.02;
}

.shrink_grid {
  position: fixed;
  top: 60px;
  left: 60px;
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.shrink_grid span {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  border-right: 1px solid #1E244F;
}

.shrink_grid span:nth-of-type(6) i,
.shrink_grid span:nth-of-type(6) ~ span {
  display: none;
}

.shrink_grid i {
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
  height: 0;
  background-color: #58c6db;
  -webkit-transition: 1s height cubic-bezier(0.63, 0.19, 0.24, 0.95);
  -o-transition: 1s height cubic-bezier(0.63, 0.19, 0.24, 0.95);
  transition: 1s height cubic-bezier(0.63, 0.19, 0.24, 0.95);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: height, margin-top;
  opacity: 0;
  -webkit-animation: rain_drop 10s linear infinite;
  animation: rain_drop 10s linear infinite;
}

@-webkit-keyframes rain_drop {
  0% {
    margin-top: 0;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    margin-top: 150vh;
    opacity: 0;
  }
}

@keyframes rain_drop {
  0% {
    margin-top: 0;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    margin-top: 150vh;
    opacity: 0;
  }
}

.mobile_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile_only {
    display: block;
  }
}

.control_center {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 0 60px #fff;
  box-shadow: inset 0 0 0 60px #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  color: #747D87;
  pointer-events: none;
  z-index: 999;
}

.logo {
  position: relative;
  z-index: 100;
}

.main_header,
.main_footer,
.main_socials,
.main_pagination {
  position: absolute;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  padding: 0 60px;
  pointer-events: all;
}

.main_header,
.main_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main_header [class^="col-"],
.main_footer [class^="col-"] {
  padding: 14px 0;
  line-height: 32px;
}

.main_footer {
  top: auto;
  bottom: 0;
}

.main_socials,
.main_pagination {
  width: 60px;
  height: 100%;
  padding: 60px 0;
}

.main_pagination {
  left: auto;
  right: 0;
}

.currency_watcher {
  position: relative;
  color: #4A4A4A;
  display: inline-block;
}

.currency_watcher:not(:last-child) {
  margin-right: 32px;
}

.currency_watcher_ico, .currency_watcher_value {
  display: inline-block;
}

.currency_watcher_ico img, .currency_watcher_value img {
  vertical-align: middle;
  margin-top: -1px;
}

.currency_watcher_ico {
  margin-right: 6px;
}

.main_menu {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  text-align: right;
}

.main_menu li, .main_menu_list, .main_menu_actions {
  display: inline-block;
  vertical-align: top;
  cursor: default;
}

.main_menu .btn {
  vertical-align: top;
}

.main_menu_list li {
  padding: 0 12px;
  background-color: #fff;
  position: relative;
}

.main_menu_list li:last-child {
  margin-right: 12px;
}

.main_menu_list li.main_menu_switch {
  padding-right: 24px;
  background-image: url("../images/down_arrow.svg");
  background-position: calc(100% - 10px) 13px;
  background-repeat: no-repeat;
  overflow: hidden;
  max-height: 32px;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.main_menu_list li.main_menu_switch:hover {
  max-height: 100vh;
}

.main_menu_list li.main_menu_switch:last-child {
  margin-right: 14px;
}

.main_menu_list li.main_menu_switch a {
  display: block;
}

.main_menu a {
  display: inline-block;
}

.main_menu a.active {
  color: #58c6db;
}

.main_menu_actions {
  font-size: 0;
}

.main_menu_actions .btn {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
  margin-left: 0;
}

.main_menu_actions .btn:first-child {
  border-left-width: 1px;
  border-radius: 3px 0 0 3px;
}

.main_menu_actions .btn:last-child {
  border-right-width: 1px;
  border-radius: 0 3px 3px 0;
}

.main_menu_actions .btn:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: calc(100% - 12px);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  background-color: #E3E3E3;
}

.sub_menu_list li {
  display: inline-block;
  padding: 0 12px;
}

.sub_menu_list li:last-child {
  padding-right: 0;
}

.contact_mail {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-90deg);
  transform: translate3d(-50%, -50%, 0) rotate(-90deg);
  width: 160px;
  text-align: center;
  line-height: 32px;
}

.main_socials_list {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  margin-bottom: -8px;
  padding-bottom: 60px;
}

.main_socials_list a {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: top;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}

.main_socials_list a:hover {
  opacity: 0.5;
}

.main_socials_list a.telegram {
  background-image: url("../images/telegram.svg");
}

.main_socials_list a.youtube {
  background-image: url("../images/youtube.svg");
}

.main_socials_list a.twitter {
  background-image: url("../images/twitter.svg");
}

.main_socials_list a.linkedin {
  background-image: url("../images/linkedin.svg");
}

.page_pag {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 30px;
}

.page_pag a {
  display: block;
  width: 12px;
  height: 1px;
  background-color: #747D87;
  margin-bottom: 10px;
  position: relative;
}

.page_pag a:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.page_pag a:last-child {
  margin-bottom: 0;
}

.page_pag a.active {
  width: 100%;
  background-color: #58c6db;
}

img.glow {
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 246, 244, 0.5));
  filter: drop-shadow(0 0 20px rgba(0, 246, 244, 0.5));
}

.sections,
.section {
  min-height: calc(100vh - 120px);
  position: relative;
}

.sections.full_sections,
.section.full_sections {
  min-height: 0;
  position: static;
}

.home_sections .section {
  height: calc(100vh - 120px);
}

.home_sections .section_info_blocks {
  margin-top: 10px;
  margin-bottom: 50px;
}

.home_sections .home_home .section_actions {
  margin-top: 0;
}

.home_sections .home_home .section_actions .btn {
  width: 142px;
}

.home_sections .home_vision .section_desc {
  max-width: 428px;
}

.home_sections .home_roadmap .section_desc {
  max-width: 428px;
}

.home_sections .home_lending .section_desc {
  margin-left: auto;
  margin-right: auto;
}

.home_sections .home_offering .section_desc {
  max-width: 340px;
}

.home_sections .home_lending .section_title, .home_sections .home_lending .section_desc, .home_sections .home_lending .section_subtitle {
  z-index: 1;
  position: relative;
}

.home_sections .home_offering .guaranteed_desc {
  max-width: 284px;
}

.home_sections .vision_title {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  margin-top: 48px;
  color: #00f6f4;
  position: relative;
  z-index: 1;
}

.home_sections .team_name {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  margin-top: 20px;
  color: "white";
  position: relative;
  z-index: 1;
}

.home_sections .vision_ico {
  position: relative;
  height: 140px;
  line-height: 140px;
  z-index: 1;
}

.home_sections .vision_ico img {
  vertical-align: middle;
  -webkit-filter: drop-shadow(0 0 4px rgba(49, 197, 32, 0.6));
  filter: drop-shadow(0 0 4px rgba(49, 197, 32, 0.6));
}

.home_sections .vision_single {
  position: relative;
}

.home_sections .vision_single * {
  pointer-events: none;
}

.home_sections .vision_single:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.home_sections .vision_single:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.section_subtitle {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: normal;
  line-height: 32px;
  margin-bottom: 0;
  color: #fff;
}

.section_title {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 66px;
  margin-bottom: 0px;
  position: relative;
  display: inline-block;
  color: #fff;
}

.section_title.small {
  font-size: 18px;
  line-height: 26px;
}

.section .glitchx {
  white-space: nowrap;
}

@-webkit-keyframes noise-anim {
  0% {
    clip: rect(83px, 9999px, 23px, 0);
  }
  5% {
    clip: rect(20px, 9999px, 74px, 0);
  }
  10% {
    clip: rect(70px, 9999px, 77px, 0);
  }
  15.0% {
    clip: rect(83px, 9999px, 85px, 0);
  }
  20% {
    clip: rect(50px, 9999px, 18px, 0);
  }
  25% {
    clip: rect(36px, 9999px, 59px, 0);
  }
  30.0% {
    clip: rect(38px, 9999px, 14px, 0);
  }
  35% {
    clip: rect(92px, 9999px, 41px, 0);
  }
  40% {
    clip: rect(20px, 9999px, 22px, 0);
  }
  45% {
    clip: rect(44px, 9999px, 7px, 0);
  }
  50% {
    clip: rect(88px, 9999px, 50px, 0);
  }
  55.0% {
    clip: rect(78px, 9999px, 89px, 0);
  }
  60.0% {
    clip: rect(42px, 9999px, 73px, 0);
  }
  65% {
    clip: rect(91px, 9999px, 17px, 0);
  }
  70% {
    clip: rect(59px, 9999px, 64px, 0);
  }
  75% {
    clip: rect(55px, 9999px, 61px, 0);
  }
  80% {
    clip: rect(85px, 9999px, 42px, 0);
  }
  85.0% {
    clip: rect(100px, 9999px, 24px, 0);
  }
  90% {
    clip: rect(56px, 9999px, 45px, 0);
  }
  95% {
    clip: rect(86px, 9999px, 62px, 0);
  }
  100% {
    clip: rect(86px, 9999px, 47px, 0);
  }
}

@keyframes noise-anim {
  0% {
    clip: rect(83px, 9999px, 23px, 0);
  }
  5% {
    clip: rect(20px, 9999px, 74px, 0);
  }
  10% {
    clip: rect(70px, 9999px, 77px, 0);
  }
  15.0% {
    clip: rect(83px, 9999px, 85px, 0);
  }
  20% {
    clip: rect(50px, 9999px, 18px, 0);
  }
  25% {
    clip: rect(36px, 9999px, 59px, 0);
  }
  30.0% {
    clip: rect(38px, 9999px, 14px, 0);
  }
  35% {
    clip: rect(92px, 9999px, 41px, 0);
  }
  40% {
    clip: rect(20px, 9999px, 22px, 0);
  }
  45% {
    clip: rect(44px, 9999px, 7px, 0);
  }
  50% {
    clip: rect(88px, 9999px, 50px, 0);
  }
  55.0% {
    clip: rect(78px, 9999px, 89px, 0);
  }
  60.0% {
    clip: rect(42px, 9999px, 73px, 0);
  }
  65% {
    clip: rect(91px, 9999px, 17px, 0);
  }
  70% {
    clip: rect(59px, 9999px, 64px, 0);
  }
  75% {
    clip: rect(55px, 9999px, 61px, 0);
  }
  80% {
    clip: rect(85px, 9999px, 42px, 0);
  }
  85.0% {
    clip: rect(100px, 9999px, 24px, 0);
  }
  90% {
    clip: rect(56px, 9999px, 45px, 0);
  }
  95% {
    clip: rect(86px, 9999px, 62px, 0);
  }
  100% {
    clip: rect(86px, 9999px, 47px, 0);
  }
}

.section .glitchx:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  color: #fff;
  background: #08103F;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: noise-anim 2s infinite linear alternate-reverse;
  animation: noise-anim 2s infinite linear alternate-reverse;
}

@-webkit-keyframes noise-anim-2 {
  0% {
    clip: rect(50px, 9999px, 70px, 0);
  }
  5% {
    clip: rect(80px, 9999px, 10px, 0);
  }
  10% {
    clip: rect(1px, 9999px, 62px, 0);
  }
  15.0% {
    clip: rect(82px, 9999px, 40px, 0);
  }
  20% {
    clip: rect(32px, 9999px, 63px, 0);
  }
  25% {
    clip: rect(63px, 9999px, 31px, 0);
  }
  30.0% {
    clip: rect(15px, 9999px, 39px, 0);
  }
  35% {
    clip: rect(17px, 9999px, 52px, 0);
  }
  40% {
    clip: rect(66px, 9999px, 59px, 0);
  }
  45% {
    clip: rect(3px, 9999px, 58px, 0);
  }
  50% {
    clip: rect(56px, 9999px, 28px, 0);
  }
  55.0% {
    clip: rect(90px, 9999px, 91px, 0);
  }
  60.0% {
    clip: rect(94px, 9999px, 97px, 0);
  }
  65% {
    clip: rect(18px, 9999px, 79px, 0);
  }
  70% {
    clip: rect(59px, 9999px, 37px, 0);
  }
  75% {
    clip: rect(35px, 9999px, 83px, 0);
  }
  80% {
    clip: rect(51px, 9999px, 57px, 0);
  }
  85.0% {
    clip: rect(28px, 9999px, 63px, 0);
  }
  90% {
    clip: rect(98px, 9999px, 55px, 0);
  }
  95% {
    clip: rect(69px, 9999px, 94px, 0);
  }
  100% {
    clip: rect(56px, 9999px, 1px, 0);
  }
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(50px, 9999px, 70px, 0);
  }
  5% {
    clip: rect(80px, 9999px, 10px, 0);
  }
  10% {
    clip: rect(1px, 9999px, 62px, 0);
  }
  15.0% {
    clip: rect(82px, 9999px, 40px, 0);
  }
  20% {
    clip: rect(32px, 9999px, 63px, 0);
  }
  25% {
    clip: rect(63px, 9999px, 31px, 0);
  }
  30.0% {
    clip: rect(15px, 9999px, 39px, 0);
  }
  35% {
    clip: rect(17px, 9999px, 52px, 0);
  }
  40% {
    clip: rect(66px, 9999px, 59px, 0);
  }
  45% {
    clip: rect(3px, 9999px, 58px, 0);
  }
  50% {
    clip: rect(56px, 9999px, 28px, 0);
  }
  55.0% {
    clip: rect(90px, 9999px, 91px, 0);
  }
  60.0% {
    clip: rect(94px, 9999px, 97px, 0);
  }
  65% {
    clip: rect(18px, 9999px, 79px, 0);
  }
  70% {
    clip: rect(59px, 9999px, 37px, 0);
  }
  75% {
    clip: rect(35px, 9999px, 83px, 0);
  }
  80% {
    clip: rect(51px, 9999px, 57px, 0);
  }
  85.0% {
    clip: rect(28px, 9999px, 63px, 0);
  }
  90% {
    clip: rect(98px, 9999px, 55px, 0);
  }
  95% {
    clip: rect(69px, 9999px, 94px, 0);
  }
  100% {
    clip: rect(56px, 9999px, 1px, 0);
  }
}

.section .glitchx:before {
  content: attr(data-text);
  position: absolute;
  left: -1px;
  text-shadow: 1px 0 #58c6db;
  top: 0;
  color: #fff;
  background: #08103F;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: noise-anim-2 3s infinite linear alternate-reverse;
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}

.section_desc {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  color: white;
  line-height: 22px;
  margin-top: 20px;
}

.section_desc.centered {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.section_desc.irate_point:before {
  content: "";
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  background-color: #58c6db;
}

.section_actions {
  margin-top: 32px;
}

.section_info_blocks {
  position: relative;
}

.section_info_title {
  font-size: 38px;
  line-height: 46px;
  font-weight: normal;
}

.keyword {
  color: #58c6db;
}

.section_info_block {
  width: 180px;
  background-color: #1E254F;
  border-radius: 3px;
  margin: 0 5px;
  padding: 8px;
}

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

.section_info_block_title, .section_info_block_value {
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  line-height: 16px;
  font-weight: normal;
  margin-bottom: 2px;
}

.section_info_block_value {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}

.section_info_block_value span:not(.main-color) {
  color: #fff;
}

.section_director {
  position: absolute;
  top: 100%;
  width: 32px;
  height: 32px;
  left: 50%;
  -webkit-transform: translate3d(-50%, -56px, 0);
  transform: translate3d(-50%, -56px, 0);
}

.section_director span {
  position: absolute;
  width: 20px;
  height: 10px;
  background-image: url("../images/section_direction.svg");
  background-position: center left;
  background-repeat: no-repeat;
  left: 50%;
  top: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-animation: blinker 1.6s ease infinite;
  animation: blinker 1.6s ease infinite;
  opacity: 0;
  pointer-events: none;
}

.section_director span:nth-of-type(2) {
  top: 5px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.section_director span:nth-of-type(3) {
  top: 10px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.section_director span:nth-of-type(4) {
  top: 15px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.section_director span:nth-of-type(5) {
  top: 20px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@-webkit-keyframes blinker {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blinker {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (min-height: 960px) {
  .section_director {
    -webkit-transform: translate3d(-50%, -96px, 0);
    transform: translate3d(-50%, -96px, 0);
  }
}

@media screen and (max-height: 768px) {
  .section_director {
    -webkit-transform: translate3d(-50%, 16px, 0);
    transform: translate3d(-50%, 16px, 0);
    z-index: 999;
    opacity: 0;
  }
  .section.active .section_director {
    opacity: 1;
  }
}

.home_countdown {
  margin-top: 26px;
}

.home_countdown_title {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
  color: #ABB3E0;
  margin-bottom: 12px;
}

.home_countdown_single {
  display: inline-block;
  position: relative;
  font-size: 42px;
  line-height: 40px;
  margin: 0 20px;
  width: 42px;
}

.home_countdown_single:before {
  content: ":";
  position: absolute;
  left: 100%;
  margin-left: 18px;
  font-size: 32px;
  line-height: 38px;
}

.home_countdown_single:last-child:before {
  display: none;
}

.home_countdown_single:after {
  content: attr(timelabel);
  position: absolute;
  text-transform: uppercase;
  top: 100%;
  left: 0;
  font-size: 10px;
  color: rgba(171, 179, 224, 0.5);
  width: 100%;
}

.vision_contents {
  position: relative;
}

.vision_content {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, 32px, 0);
  transform: translate3d(0, 32px, 0);
  pointer-events: none;
}

.vision_content.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: all;
}

.vision_content:first-child {
  position: relative;
}

.vision_single {
  -webkit-transform: translate3d(0, 64px, 0);
  transform: translate3d(0, 64px, 0);
  -webkit-transition: 0.6s all ease;
  -o-transition: 0.6s all ease;
  transition: 0.6s all ease;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 0;
}

.vision_guide {
  display: inline-block;
  line-height: 24px;
  font-size: 11px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0 8px;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 16px;
  pointer-events: none;
  padding-right: 10px;
}

.vision_guide:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 6px;
  height: 24px;
  background-image: url("../images/v_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-left: 10px;
  will-change: transform;
  -webkit-animation: vision_guide 1s ease infinite;
  animation: vision_guide 1s ease infinite;
}

@-webkit-keyframes vision_guide {
  0% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
}

@keyframes vision_guide {
  0% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
}

.home_vision.active .vision_single {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.home_vision.active .vision_single[vision-id="2"] {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.home_vision.active .vision_single[vision-id="3"] {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.cols#scroll_list_wrap {
  height: calc(100vh - 120px);
}

.roadmap_info {
  height: 84%;
}

.roadmap_chart {
  height: 16%;
}

.roadmap_chart_points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -7px;
  margin-right: -7px;
  position: relative;
  height: 14px;
}

.roadmap_chart_points:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(1%, #58c6db), color-stop(50%, #3DCBFF), to(#2366FF));
  background-image: -webkit-linear-gradient(right, #58c6db 1%, #3DCBFF 50%, #2366FF 100%);
  background-image: -o-linear-gradient(right, #58c6db 1%, #3DCBFF 50%, #2366FF 100%);
  background-image: linear-gradient(-90deg, #58c6db 1%, #3DCBFF 50%, #2366FF 100%);
  border-radius: 3px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.roadmap_chart_pointer {
  display: inline-block;
  width: 14px;
  height: calc(74vh - 120px);
  margin-top: calc(-74vh + 120px + 14px);
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.roadmap_chart_pointer:nth-of-type(1) .rm_point {
  border-color: #2368FF;
}

.roadmap_chart_pointer:nth-of-type(1) .rm_prg {
  background-color: #2368FF;
  height: 2.5%;
}

.roadmap_chart_pointer:nth-of-type(2) .rm_point {
  border-color: #297EFF;
}

.roadmap_chart_pointer:nth-of-type(2) .rm_prg {
  background-color: #297EFF;
  height: 3%;
}

.roadmap_chart_pointer:nth-of-type(3) .rm_point {
  border-color: #2F95FF;
}

.roadmap_chart_pointer:nth-of-type(3) .rm_prg {
  background-color: #2F95FF;
  height: 3.6%;
}

.roadmap_chart_pointer:nth-of-type(4) .rm_point {
  border-color: #34A7FF;
}

.roadmap_chart_pointer:nth-of-type(4) .rm_prg {
  background-color: #34A7FF;
  height: 5%;
}

.roadmap_chart_pointer:nth-of-type(5) .rm_point {
  border-color: #3AC1FF;
}

.roadmap_chart_pointer:nth-of-type(5) .rm_prg {
  background-color: #3AC1FF;
  height: 9%;
}

.roadmap_chart_pointer:nth-of-type(6) .rm_point {
  border-color: #39CAEC;
}

.roadmap_chart_pointer:nth-of-type(6) .rm_prg {
  background-color: #39CAEC;
  height: 14%;
}

.roadmap_chart_pointer:nth-of-type(7) .rm_point {
  border-color: #33C9C9;
}

.roadmap_chart_pointer:nth-of-type(7) .rm_prg {
  background-color: #33C9C9;
  height: 20%;
}

.roadmap_chart_pointer:nth-of-type(8) .rm_point {
  border-color: #2DC8A7;
}

.roadmap_chart_pointer:nth-of-type(8) .rm_prg {
  background-color: #2DC8A7;
  height: 25%;
}

.roadmap_chart_pointer:nth-of-type(9) .rm_point {
  border-color: #25C683;
}

.roadmap_chart_pointer:nth-of-type(9) .rm_prg {
  background-color: #25C683;
  height: 50%;
}

.roadmap_chart_pointer:nth-of-type(10) .rm_point {
  border-color: #20C566;
}

.roadmap_chart_pointer:nth-of-type(10) .rm_prg {
  background-color: #20C566;
  height: 100%;
}

.roadmap_chart_point {
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #08103F;
  border: 4px solid #fff;
  bottom: 0;
  border-radius: 50%;
  z-index: 1;
}

.roadmap_chart_date {
  position: absolute;
  top: 100%;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 12px;
  color: white;
  opacity: 1;
  width: 64px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  padding-top: 20px;
  text-align: center;
}

.roadmap_chart_date span.b {
  display: block;
}

.roadmap_chart_pointer:hover .roadmap_chart_progress {
  -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
}

.roadmap_chart_progress {
  position: absolute;
  bottom: 2px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  height: 10px;
  background-color: #fff;
  border-radius: 5px;
  width: 10px;
  -webkit-transition: 0.2s -webkit-box-shadow ease;
  transition: 0.2s -webkit-box-shadow ease;
  -o-transition: 0.2s box-shadow ease;
  transition: 0.2s box-shadow ease;
  transition: 0.2s box-shadow ease, 0.2s -webkit-box-shadow ease;
}

.roadmap_chart_progress:before {
  content: attr(title);
  position: absolute;
  width: 64px;
  bottom: 100%;
  left: 50%;
  line-height: 20px;
  text-transform: uppercase;
  color: #58c6db;
  text-align: center;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  margin-bottom: 8px;
  font-size: 12px;
  margin-left: -3px;
}

.lending_circles {
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.lending_circle_wrap {
  position: relative;
  width: 410px;
  height: 410px;
  margin-left: auto;
  margin-right: auto;
  z-index: -2;
}

.lending_circle_loop {
  position: relative;
  width: 410px;
  height: 410px;
}

.lending_circle_loop img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-animation: spin_circle 40s linear infinite;
  animation: spin_circle 40s linear infinite;
}

.lending_circle_loop img:nth-of-type(2) {
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.lending_circle_loop img:nth-of-type(3) {
  -webkit-animation-duration: 24s;
  animation-duration: 24s;
}

.lending_circle_loop img:nth-of-type(4) {
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

@-webkit-keyframes spin_circle {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-360deg);
    transform: translate3d(-50%, -50%, 0) rotate(-360deg);
  }
}

@keyframes spin_circle {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-360deg);
    transform: translate3d(-50%, -50%, 0) rotate(-360deg);
  }
}

.lending_programs {
  margin-top: -130px;
  margin-bottom: 80px;
  position: relative;
}

.lending_programs:before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  background-image: url("../images/logo_glow.png");
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 99;
}

.lending_programs:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 240px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, #08103E), to(rgba(8, 16, 62, 0)));
  background-image: -webkit-linear-gradient(top, #08103E 56%, rgba(8, 16, 62, 0) 100%);
  background-image: -o-linear-gradient(top, #08103E 56%, rgba(8, 16, 62, 0) 100%);
  background-image: linear-gradient(-180deg, #08103E 56%, rgba(8, 16, 62, 0) 100%);
  z-index: -1;
}

.lending_list li {
  width: 260px;
  position: absolute;
  text-align: right;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.lending_list li:nth-of-type(2) ~ li {
  text-align: left;
}

.lending_list li:nth-of-type(1) {
  margin-top: -144px;
  margin-left: -360px;
}

.lending_list li:nth-of-type(2) {
  margin-top: -26px;
  margin-left: -248px;
}

.lending_list li:nth-of-type(3) {
  margin-top: -144px;
  margin-left: 360px;
}

.lending_list li:nth-of-type(4) {
  margin-top: -26px;
  margin-left: 248px;
}

.lending_list_title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 16px;
  margin-bottom: 6px;
  color: #fff;
}

.lending_list_desc {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  color: #ABB3E0;
  line-height: 22px;
}

.lending_list_ico {
  position: absolute;
  left: 100%;
  margin: -20px 16px;
}

.lending_list_ico img {
  vertical-align: top;
}

.lending_list li:nth-of-type(3) .lending_list_ico,
.lending_list li:nth-of-type(4) .lending_list_ico {
  left: auto;
  right: 100%;
}

.welcome_sphere {
  position: absolute;
  width: 720px;
  height: 720px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) translate3d(0, -10%, 0);
  transform: translate3d(-50%, -50%, 0) translate3d(0, -10%, 0);
  background-color: transparent;
  opacity: 0.3;
}

.dusty_sphere {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
}

.home_roadmap.active .roadmap_chart_pointer {
  opacity: 0;
  -webkit-animation: grow_point 0.6s ease forwards;
  animation: grow_point 0.6s ease forwards;
}

@-webkit-keyframes grow_point {
  0% {
    -webkit-transform: translate3d(0, 16px, 0);
    transform: translate3d(0, 16px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes grow_point {
  0% {
    -webkit-transform: translate3d(0, 16px, 0);
    transform: translate3d(0, 16px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.home_roadmap.active .roadmap_chart_pointer:nth-of-type(1) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.home_roadmap.active .roadmap_chart_pointer:nth-of-type(1) .rm_prg {
  height: 10px;
}

.home_roadmap.active .roadmap_chart_pointer:nth-of-type(2) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.home_roadmap.active .roadmap_chart_pointer:nth-of-type(2) .rm_prg {
  height: 10px;
}

.home_roadmap.active .roadmap_chart_pointer:nth-of-type(3) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.home_roadmap.active .roadmap_chart_pointer:nth-of-type(3) .rm_prg {
  height: 10px;
}

.home_roadmap.active .roadmap_chart_pointer:nth-of-type(4) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.home_roadmap.active .roadmap_chart_pointer:nth-of-type(4) .rm_prg {
  height: 10px;
}

.home_roadmap.active .roadmap_chart_pointer:nth-of-type(5) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.home_roadmap.active .roadmap_chart_pointer:nth-of-type(5) .rm_prg {
  height: 10px;
}

.home_roadmap.active .roadmap_chart_pointer:nth-of-type(6) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}

.home_roadmap.active .roadmap_chart_pointer:nth-of-type(6) .rm_prg {
  height: 10px;
}

.home_roadmap.active .roadmap_chart_pointer:nth-of-type(7) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.home_roadmap.active .roadmap_chart_pointer:nth-of-type(7) .rm_prg {
  height: 10px;
}

.home_roadmap.active .roadmap_chart_pointer:nth-of-type(8) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}

.home_roadmap.active .roadmap_chart_pointer:nth-of-type(8) .rm_prg {
  height: 10px;
}

.home_roadmap.active .roadmap_chart_pointer:nth-of-type(9) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.home_roadmap.active .roadmap_chart_pointer:nth-of-type(9) .rm_prg {
  height: 10px;
}

.home_roadmap.active .roadmap_chart_pointer:nth-of-type(10) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

.home_roadmap.active .roadmap_chart_pointer:nth-of-type(10) .rm_prg {
  height: 10px;
}

.home_roadmap.active .roadmap_chart_points:before {
  -webkit-transform: translate3d(0, -50%, 0) scaleX(0);
  transform: translate3d(0, -50%, 0) scaleX(0);
  -webkit-animation: grow_time 1.2s ease forwards;
  animation: grow_time 1.2s ease forwards;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@-webkit-keyframes grow_time {
  0% {
    -webkit-transform: translate3d(0, -50%, 0) scaleX(0);
    transform: translate3d(0, -50%, 0) scaleX(0);
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0) scaleX(1);
    transform: translate3d(0, -50%, 0) scaleX(1);
  }
}

@keyframes grow_time {
  0% {
    -webkit-transform: translate3d(0, -50%, 0) scaleX(0);
    transform: translate3d(0, -50%, 0) scaleX(0);
  }
  100% {
    -webkit-transform: translate3d(0, -50%, 0) scaleX(1);
    transform: translate3d(0, -50%, 0) scaleX(1);
  }
}

@-webkit-keyframes rm_prg_10 {
  0% {
    height: 10px;
  }
  100% {
    height: 100%;
  }
}

@keyframes rm_prg_10 {
  0% {
    height: 10px;
  }
  100% {
    height: 100%;
  }
}

.ico_frags {
  text-transform: uppercase;
  font-size: 12px;
  color: #ABB3E0;
  line-height: 16px;
}

.ico_frags li {
  margin-bottom: 14px;
  position: relative;
}

.ico_frag_ico {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  border-radius: 50%;
  vertical-align: top;
  margin: 3px 0;
  margin-right: 10px;
}

.ico_frag_value {
  position: absolute;
  right: 0;
  color: #58c6db;
}

.cols.offering_ico {
  height: 260px;
  margin-bottom: 56px;
}

.cols.offering_gbb {
  height: 180px;
}

.guaranteed_meter_wrap {
  position: absolute;
  width: 220px;
  height: 220px;
  top: 50%;
  left: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  background-image: url("../images/smile_meter.png");
  background-position: center;
  background-size: 220px;
  background-repeat: no-repeat;
}

.guaranteed_meter_wrap * {
  display: none;
}

.guaranteed_meter_circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), inset 0 0 0 24px #060C2F, inset 0 1px 0 24px rgba(255, 255, 255, 0.05), 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3), inset 0 0 0 24px #060C2F, inset 0 1px 0 24px rgba(255, 255, 255, 0.05), 0 1px rgba(255, 255, 255, 0.05);
}

.guaranteed_meter_face {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #58c6db;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.guaranteed_meter_eyes {
  position: absolute;
  width: 20px;
  height: 4px;
  top: 32%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.guaranteed_meter_eyes:before, .guaranteed_meter_eyes:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  left: 0;
  border-radius: 50%;
  background-color: #58c6db;
}

.guaranteed_meter_eyes:after {
  left: auto;
  right: 0;
}

.guaranteed_meter_pointer {
  position: absolute;
  height: 200px;
  width: 4px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.guaranteed_meter_pointer:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 34%;
  bottom: 0;
  left: 0;
  background-color: #58c6db;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px #58c6db;
  box-shadow: 0 0 4px #58c6db;
}

.roadmap_timeline_content {
  height: 50%;
  min-height: 50%;
}

.roadmap_timeline_wrap {
  height: 16%;
  min-height: 16%;
}

.roadmap_timeline_marks, .roadmap_timeline_bar {
  position: relative;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #505B9E;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.roadmap_timeline_runner {
  position: absolute;
  bottom: 100%;
  left: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  will-change: left;
  width: 2px;
  height: 2px;
  cursor: move;
  cursor: ew-resize;
  cursor: -webkit-grab;
}

.roadmap_timeline_runner img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  vertical-align: top;
  -webkit-filter: drop-shadow(0 0 5px rgba(32, 197, 101, 0.3));
  filter: drop-shadow(0 0 5px rgba(32, 197, 101, 0.3));
}

.roadmap_timeline_bar {
  position: absolute;
  top: 0;
}

.roadmap_timeline_progress {
  position: relative;
  display: block;
  height: 2px;
  border-radius: 2px;
  background-color: #58c6db;
  -webkit-box-shadow: 0 0 4px #58c6db;
  box-shadow: 0 0 4px #58c6db;
}

.roadmap_timeline_mark {
  position: relative;
  width: 2px;
  height: 2px;
}

.roadmap_logo {

}

.roadmap_timeline_mark:last-child .roadmap_timeline_ico img {
  vertical-align: middle;
}

.roadmap_timeline_ico {
  position: absolute;
  width: 48px;
  height: 48px;
  line-height: 48px;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  margin-bottom: -1px;
  text-align: center;
  -webkit-transition: 0s all ease;
  -o-transition: 0s all ease;
  transition: 0s all ease;
}

.roadmap_timeline_ico img {
  position: relative;
  vertical-align: bottom;
  pointer-events: none;
}

.roadmap_timeline_ico img:last-child {
  display: none;
}

.roadmap_timeline_ico.active img {
  display: none;
}

.roadmap_timeline_ico.active img:last-child {
  display: inline-block;
}

.roadmap_timeline_info {
  position: absolute;
  top: 100%;
  font-size: 12px;
  line-height: 20px;
  width: 120px;
  left: 50%;
  margin-top: 16px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  color: #ABB3E0;
  text-align: center;
  text-transform: uppercase;
}

.roadmap_timeline_info span {
  display: block;
}

.roadmap_timeline_value {
  color: #58c6db;
}

.roadmap_timeline_list {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.roadmap_single {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  position: relative;
  width: calc((100vw - 120px) / 6 * 4);
  white-space: normal;
  vertical-align: middle;
}

.roadmap_single p.roadmap_point:not(:last-child) {
  margin-bottom: 12px;
}

.roadmap_single p.roadmap_point:before {
  content: "";
  position: relative;
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  background-color: #58c6db;
  margin: 2px 0;
  margin-right: 6px;
}

.roadmap_single .roadmap_col {
  padding: 0 16px;
}

.roadmap_single .roadmap_cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.roadmap_single_date {
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 0;
}

.roadmap_single_date + .roadmap_cols,
.roadmap_single_date + .roadmap_single_ico {
  margin-top: 16px;
}

.roadmap_single_title {
  font-size: 34px;
  line-height: 60px;
  color: #58c6db;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 20px;
}

.roadmap_single_ico {
  position: relative;
  margin-bottom: 20px;
}

.roadmap_single_ico.mini-ico {
  height: 40px;
  line-height: 40px;
}

.roadmap_single_ico img {
  vertical-align: middle;
}

.roadmap_single_price {
  font-size: 24px;
  text-transform: uppercase;
  color: #58c6db;
  line-height: 40px;
  margin-bottom: 12px;
}

.roadmap_single_subtitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #58c6db;
  line-height: 24px;
  margin-bottom: 12px;
}

.roadmap_single_desc {
  font-size: 13px;
  color: #ABB3E0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 22px;
}

.roadmap_single_desc p {
  max-width: 464px;
  margin: 0 auto;
}

.roadmap_odd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.roadmap_odd:not(:last-child) {
  margin-bottom: 24px;
}

.roadmap_odd:nth-of-type(2n+2) {
  text-align: right;
}

.roadmap_odd:nth-of-type(2n+2) .roadmap_odd_ico {
  text-align: left;
  padding-left: 38px;
  padding-right: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.roadmap_odd:nth-of-type(2n+2) .roadmap_odd_content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.roadmap_odds_list {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 24px;
}

.roadmap_odd .roadmap_single_subtitle {
  margin-bottom: 6px;
}

.roadmap_odd_ico, .roadmap_odd_content {
  width: 50%;
}

.roadmap_odd_ico p.roadmap_point:not(:last-child), .roadmap_odd_content p.roadmap_point:not(:last-child) {
  margin-bottom: 6px;
}

.roadmap_odd_ico {
  text-align: right;
  padding-right: 38px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.roadmap_list_logo {
  display: flex;
  overflow: auto;
}

.roadmap_list_logo img {
  height: 40px;
  margin-right: 32px;
  margin-left: 32px;
}

.ico_section {
  height: calc(100vh - 120px);
}

.ico_section .ico_section_title.big {
  font-size: 24px;
}

.ico_section_desc .white {
  color: #fff;
}

.ico_section_desc.quoted {
  border-left: 2px solid #58c6db;
  padding-left: 20px;
  margin-bottom: 24px;
}

.ico_section .ico_guaranteed {
  width: 220px;
  float: right;
  margin-right: -110px;
  margin-top: -80px;
  margin-left: 32px;
}

.ico_section .ico_offering_wrap {
  text-align: center;
  position: relative;
}

.ico_section .ico_offering_wrap img {
  vertical-align: top;
}

.ico_section .ico_offering_single {
  position: absolute;
  text-align: left;
}

.ico_section .ico_offering_single:nth-of-type(1), .ico_section .ico_offering_single:nth-of-type(2), .ico_section .ico_offering_single:nth-of-type(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-266px, -50%, 0) translate3d(0, -10px, 0);
  transform: translate3d(-266px, -50%, 0) translate3d(0, -10px, 0);
}

.ico_section .ico_offering_single:nth-of-type(2) {
  -webkit-transform: translate3d(140px, -168px, 0) translate3d(0, -10px, 0);
  transform: translate3d(140px, -168px, 0) translate3d(0, -10px, 0);
}

.ico_section .ico_offering_single:nth-of-type(3) {
  -webkit-transform: translate3d(140px, -50%, 0) translate3d(0, -10px, 0);
  transform: translate3d(140px, -50%, 0) translate3d(0, -10px, 0);
}

.ico_section .ico_offering_single h4 {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
}

.ico_section .ico_offering_single p {
  font-size: 12px;
  color: #58c6db;
  margin-bottom: 0;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
}

.ico_section .ico_process_wrap {
  position: relative;
  text-align: center;
}

.ico_section .ico_process_wrap img {
  vertical-align: top;
}

.ico_section .ico_process_bar {
  position: absolute;
  width: 420px;
  height: 6px;
  border-radius: 3px;
  background-color: #262C52;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) translate3d(0, 29px, 0);
  transform: translate3d(-50%, -50%, 0) translate3d(0, 29px, 0);
}

.ico_section .ico_process_bar span {
  height: 100%;
  position: relative;
  background-color: #58c6db;
  -webkit-box-shadow: 0 0 6px #58c6db;
  box-shadow: 0 0 6px #58c6db;
  display: block;
  border-radius: 3px;
}

.ico_section .ico_process_bar span:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 20px;
  background-image: url("../images/ico_process_car.svg");
  background-position: center;
  background-repeat: no-repeat;
  bottom: 100%;
  right: 0;
}

.ico_section .ico_process_point {
  position: absolute;
  text-align: left;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) translate3d(-184px, -8px, 0);
  transform: translate3d(-50%, -50%, 0) translate3d(-184px, -8px, 0);
}

.ico_section .ico_process_point.end {
  text-align: right;
  -webkit-transform: translate3d(-50%, -50%, 0) translate3d(184px, -8px, 0);
  transform: translate3d(-50%, -50%, 0) translate3d(184px, -8px, 0);
}

.ico_section .ico_process_point h4 {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
}

.ico_section .ico_process_point p {
  font-size: 12px;
  color: #58c6db;
  margin-bottom: 0;
}

.ico_section .ico_price_list {
  margin-left: 0 !important;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
}

.ico_section .ico_price_list li {
  position: relative;
  list-style: none !important;
  margin-bottom: 16px;
}

.ico_section .ico_price_token, .ico_section .ico_price_value {
  font-size: 12px;
  color: #58c6db;
}

.ico_section .ico_price_value {
  position: absolute;
  top: 100%;
  left: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  margin-left: 12px;
  margin-top: -4px;
}

.ico_section .ico_price_token {
  margin-bottom: 4px;
  display: block;
}

.ico_section .ico_price_progress {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #262C52;
  border-radius: 3px;
  white-space: nowrap;
}

.ico_section .ico_price_progress span {
  height: 100%;
  position: relative;
  background-color: #58c6db;
  -webkit-box-shadow: 0 0 6px #58c6db;
  box-shadow: 0 0 6px #58c6db;
  display: block;
  border-radius: 3px;
}

.ico_section .ico_price_label {
  color: #fff;
  position: absolute;
  font-size: 12px;
  top: 100%;
  right: 100%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  white-space: nowrap;
  margin-right: 12px;
  margin-top: -4px;
}

.ico_section .ico_chart_wrap {
  position: absolute;
  top: 24px;
  right: 0;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  width: 400px;
}

.ico_section .ico_frags {
  max-width: 50%;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
}

.lending_section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.lending_packages_desc {
  max-width: 388px;
}

.lending_packages_table {
  width: 100%;
  max-width: 540px;
  border: 1px solid #1F254B;
  border-radius: 3px;
  background-color: #08103F;
  font-size: 12px;
  margin-left: -1px;
}

.lending_packages_table thead td {
  text-transform: uppercase;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  border-bottom: 1px solid #1F254B;
}

.lending_packages_table.irate_table {
  width: calc(50% + 1px);
}

.lending_packages_table.irate_table td:first-child {
  width: auto;
}

.lending_packages_table.irate_table tr:first-child td {
  padding-top: 16px;
}

.lending_packages_table.irate_table tr:last-child td {
  padding-bottom: 16px;
}

.lending_packages_table.irate_table td {
  padding-top: 6px;
  padding-bottom: 6px;
}

.lending_packages_table.irate_table td:after {
  display: none;
}

.lending_packages_table td:first-child {
  text-align: right;
  padding-right: 32px;
  padding-left: 16px;
  width: 120px;
}

.lending_packages_table td:first-child:after {
  display: none;
}

.lending_packages_table td:first-child .stars_rate {
  margin-bottom: -4px;
  display: block;
  margin-left: auto;
}

.lending_packages_table tr:last-child td:after {
  display: none;
}

.lending_packages_table td {
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

.lending_packages_table td:last-child {
  text-align: right;
  padding-right: 16px;
}

.lending_packages_table td:last-child:after {
  width: calc(100% - 16px);
}

.lending_packages_table td:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #1F254B;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.lending_packages_label {
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.lending_packages_label.big {
  font-size: 16px;
}

.stars_rate {
  position: relative;
  width: 78px;
  height: 12px;
  display: inline-block;
}

.stars_rate span {
  position: relative;
  display: inline-block;
  height: 100%;
  background-image: url("../images/ls_stars.svg");
  background-position: right center;
  vertical-align: top;
}

.irate_content {
  max-width: 560px;
}

.aff_tower {
  display: inline-block;
  text-align: center;
}

.aff_tower_title {
  margin-bottom: 32px;
}

.aff_tower_model {
  vertical-align: top;
}

.aff_tower_wrap {
  text-align: center;
  margin-bottom: 64px;
}

.aff_tower_wrap.ico_bounty_tower {
  text-align: left;
}

.aff_tower_wrap.ico_bounty_tower .aff_tower_metrics {
  padding-top: 32px;
}

.aff_tower_wrap.ico_bounty_tower .aff_tower_metrics:after {
  height: calc(100% - 108px);
  top: 32px;
}

.aff_tower_wrap.aff_bonus_tower {
  margin-top: 56px;
}

.aff_tower_metrics {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding-top: 116px;
  margin-left: -90px;
  position: absolute;
}

.aff_tower_metrics.notitle {
  padding-top: 24px;
}

.aff_tower_metrics.notitle:after {
  top: 24px;
  height: calc(100% - 99px);
}

.aff_tower_metrics:after {
  content: "";
  position: absolute;
  width: 32px;
  border: 1px dashed #4D5AA6;
  border-radius: 0 10px 10px 0;
  border-left: none;
  height: calc(100% - 191px);
  top: 116px;
  left: 100%;
  margin-left: 102px;
}

.aff_tower_metric_single {
  position: relative;
  margin-bottom: 76px;
}

.aff_tower_metric_single:first-child .aff_tower_metric_label:before, .aff_tower_metric_single:last-child .aff_tower_metric_label:before {
  display: none;
}

.aff_tower_metric_single:nth-of-type(2) .aff_tower_metric_value {
  width: 120px;
}

.aff_tower_metric_single:nth-of-type(3) .aff_tower_metric_value {
  width: 80px;
}

.aff_tower_metric_single:nth-of-type(4) .aff_tower_metric_value {
  width: 40px;
}

.aff_tower_metric_single:nth-of-type(5) .aff_tower_metric_value {
  width: 20px;
}

.aff_tower_metric_value {
  border-bottom: 1px dashed #4D5AA6;
  width: 160px;
  height: 0;
  position: relative;
  margin-left: auto;
}

.aff_tower_metric_value:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 100%;
  width: 6px;
  height: 6px;
  border: 1px solid #4D5AA6;
  border-radius: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.aff_tower_metric_value span {
  position: absolute;
  bottom: 100%;
  right: -7px;
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  color: #58c6db;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 32px;
}

.aff_tower_metric_label {
  position: absolute;
  left: 100%;
  width: 90px;
  text-align: center;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  font-family: "Oswald", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  margin-left: 6px;
}

.aff_tower_metric_label span {
  display: inline-block;
  border: 4px solid #fff;
  border-right: none;
  border-left-width: 6px;
  margin: 4px;
  border-color: transparent transparent transparent #fff;
}

.aff_tower_metric_label:before {
  content: "";
  position: absolute;
  width: 32px;
  left: 100%;
  margin-left: 6px;
  border-bottom: 1px dashed #4D5AA6;
  top: 50%;
}

.aff_tower_metric_label:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 6px;
  height: 6px;
  border: 1px solid #4D5AA6;
  border-radius: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.aff_content {
  padding-right: 64px;
}

.aff_content_bonus .section_desc {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.page-content time {
  color: #fff;
  margin-bottom: 24px;
  display: block;
}

.page_pag_btn {
  position: absolute;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  left: 8px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.page_pag_btn svg {
  line-height: 24px;
  position: relative;
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.page_pag_btn svg g {
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}

.page_pag_btn:hover svg g {
  stroke: #58c6db;
}

.page_pag_btn.prev {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -48px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -48px, 0);
}

.page_pag_btn.next {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 48px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 48px, 0);
}

.section_video_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}

.section_video_frame.active {
  opacity: 1;
  pointer-events: all;
}

.section_video_frame .section_video_content,
.section_video_frame .youtube_object {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.section_video_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background-color: #fff;
  opacity: 0.8;
  z-index: 10;
}

.section_video_close:hover {
  opacity: 1;
}

.section_video_close:before, .section_video_close:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  background-color: #747D87;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.section_video_close:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.home_subscribe_info .section_desc.subscribe_desc {
  margin-bottom: 32px;
}

.subscribe_form {
  max-width: 320px;
  margin: 24px auto;
}

.subscribe_form .form-group {
  position: relative;
  width: 100%;
  z-index: 40;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.subscribe_form .form-group + .btn.block {
  margin-top: 16px;
}

.subscribe_form .form-control {
  background: #1E254F;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  width: 100%;
  padding: 23px 15px 8px;
  height: auto;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.subscribe_form .form-control[type=number]::-webkit-inner-spin-button, .subscribe_form .form-control[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.subscribe_form .form-control:focus {
  background-color: #fff;
}

.subscribe_form .form-control:focus ~ .form-label,
.subscribe_form .form-control:valid ~ .form-label {
  top: 8px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: #747D87;
}

.subscribe_form .form-label {
  font-size: 10px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  left: 15px;
  line-height: 15px;
  margin: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  pointer-events: none;
}

.subscribe_form .form-label, .subscribe_form .form-hint {
  position: absolute;
  top: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.subscribe_form .btn.block {
  display: block;
  width: 100%;
}

.subscribe_form .btn.block + .section_desc {
  margin-top: 16px;
}

.maintain_ico {
  margin-bottom: 40px;
}

/* BREAKPOINTS */
/* desktop wide resolution */
@media screen and (min-width: 1700px) {
  /* Desktop Wide Resolution */
  .shrink_grid span,
  .shrink_grid span:nth-of-type(6) i,
  .shrink_grid span:nth-of-type(6) ~ span {
    display: inline-block;
  }
  .shrink_grid span:nth-of-type(8) i,
  .shrink_grid span:nth-of-type(8) ~ span {
    display: none;
  }
  .col-d-1,
  .col-xd-1 {
    width: 12.5%;
  }
  .col-d-2,
  .col-xd-2 {
    width: 25%;
  }
  .col-d-3,
  .col-xd-3 {
    width: 37.5%;
  }
  .col-d-4,
  .col-xd-4 {
    width: 50%;
  }
  .col-d-5,
  .col-xd-5 {
    width: 62.5%;
  }
  .col-d-6,
  .col-xd-6 {
    width: 75%;
  }
  .col-d-7,
  .col-xd-7 {
    width: 87.5%;
  }
  .col-d-8,
  .col-xd-8 {
    width: 100%;
  }
  .roadmap_single {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    position: relative;
    width: calc((100vw - 120px) / 8 * 4);
  }
  .cols .page-title.cols {
    width: calc((100vw - 120px) / 8 * 1);
  }
}

/* desktop narrow resolution */
@media screen and (max-width: 1365px) {
  /* Desktop Narrow Resolution */
  .home_sections .section_info_blocks {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .home_sections .home_home .section_actions {
    margin-top: 0;
  }
  .home_sections .home_home .section_actions .btn {
    width: 130px;
  }
  .section_title {
    font-size: 60px;
    line-height: 68px;
  }
  .section_actions {
    margin-top: 24px;
  }
  .home_countdown {
    margin-top: 24px;
  }
  .home_countdown_single {
    font-size: 34px;
    line-height: 32px;
  }
  .lending_programs {
    margin-top: -170px;
    margin-bottom: 40px;
  }
  .lending_programs:before {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.65);
    transform: translate3d(-50%, -50%, 0) scale(0.65);
  }
}

/* tablet landscape */
@media screen and (max-width: 1279px) {
  /* Tablet Landscape */
  body.page_scroll {
    overflow: initial;
  }
  #body {
    padding: 60px 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  .cols.center-t {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cols.left-t {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cols.right-t {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  [class^="col-"] {
    position: relative;
  }
  [class^="col-"].center-t {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .col-t-1 {
    width: 16.66667%;
  }
  .col-t-2 {
    width: 33.33333%;
  }
  .col-t-3 {
    width: 50%;
  }
  .col-t-4 {
    width: 66.66667%;
  }
  .col-t-5 {
    width: 83.33333%;
  }
  .col-t-6 {
    width: 100%;
  }
  .main_header,
  .main_footer,
  .main_socials,
  .main_pagination {
    padding: 0;
  }
  .main_header .logo,
  .main_footer .logo,
  .main_socials .logo,
  .main_pagination .logo {
    padding-left: 20px;
  }
  .home_sections .section {
    min-height: calc(100vh - 60px);
    height: auto;
  }
  .shrink_grid {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .width_limit, .control_center:after, .main_menu_actions, .main_menu_list, .main_socials_list, .contact_mail {
    width: 100%;
    max-width: 200px;
    right: 0;
    -webkit-transition: 0.3s -webkit-transform ease;
    transition: 0.3s -webkit-transform ease;
    -o-transition: 0.3s transform ease;
    transition: 0.3s transform ease;
    transition: 0.3s transform ease, 0.3s -webkit-transform ease;
    will-change: transform;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    position: fixed;
    z-index: 99;
  }
  .control_center {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .control_center:after {
    content: "";
    top: 0;
    height: 100%;
    background-color: #FFF;
    z-index: 1;
    pointer-events: all;
  }
  .control_center .main_footer {
    display: none;
  }
  .control_center .main_header {
    background-color: #fff;
  }
  .main_menu_actions {
    bottom: 0;
    text-align: center;
    padding: 24px;
  }
  .main_menu_list {
    top: 60px;
  }
  .main_menu_list li {
    display: block;
    text-align: right;
    font-size: 16px;
    line-height: 40px;
    padding: 0 24px;
  }
  .main_menu_list li.main_menu_switch {
    background-position: 100% 17px;
    padding-right: 12px;
  }
  .main_menu_list li.main_menu_switch:last-child {
    margin-right: 24px;
  }
  .main_socials_list {
    bottom: 80px;
    padding-bottom: 0;
  }
  .main_socials_list li {
    display: inline-block;
  }
  .contact_mail {
    top: auto;
    left: auto;
    bottom: 110px;
  }
  .active_menu .control_center:after,
  .active_menu .control_center .width_limit,
  .active_menu .control_center .control_center:after,
  .active_menu .control_center .main_menu_actions,
  .active_menu .control_center .main_menu_list,
  .active_menu .control_center .main_socials_list,
  .active_menu .control_center .contact_mail {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .main_menu_toggler {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 99;
  }
  .main_menu_toggler span, .main_menu_toggler:before, .main_menu_toggler:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    background-color: #747D87;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .main_menu_toggler:before {
    -webkit-transform: translate3d(-50%, -50%, 0) translate3d(0, -6px, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) translate3d(0, -6px, 0) rotate(0deg);
  }
  .main_menu_toggler:after {
    -webkit-transform: translate3d(-50%, -50%, 0) translate3d(0, 6px, 0) rotate(0deg);
    transform: translate3d(-50%, -50%, 0) translate3d(0, 6px, 0) rotate(0deg);
  }
  .main_menu_toggler.active:before {
    -webkit-transform: translate3d(-50%, -50%, 0) translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) translate3d(0, 0, 0) rotate(45deg);
  }
  .main_menu_toggler.active:after {
    -webkit-transform: translate3d(-50%, -50%, 0) translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) translate3d(0, 0, 0) rotate(-45deg);
  }
  .main_menu_toggler.active span {
    opacity: 0;
  }
  .section:not(.home_home) .section_director {
    display: none;
  }
  .section_director {
    -webkit-transform: translate3d(-50%, -64px, 0);
    transform: translate3d(-50%, -64px, 0);
  }
  .menu_closer {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    z-index: 90;
  }
  .active_menu .menu_closer {
    opacity: 1;
    pointer-events: all;
  }
  .section.home_roadmap .roadmap_chart {
    -webkit-transition: 0.3s opacity ease;
    -o-transition: 0.3s opacity ease;
    transition: 0.3s opacity ease;
    opacity: 0;
  }
  .section.home_roadmap.active .roadmap_chart {
    opacity: 1;
  }
  .ico_section#ico_structure .ico_chart {
    max-height: 320px;
  }
  .ico_section .ico_offering_wrap img {
    height: 240px;
  }
  .ico_section .ico_offering_single:nth-of-type(1), .ico_section .ico_offering_single:nth-of-type(2), .ico_section .ico_offering_single:nth-of-type(3) {
    -webkit-transform: translate3d(-190px, -50%, 0) translate3d(0, -7px, 0) scale(0.75);
    transform: translate3d(-190px, -50%, 0) translate3d(0, -7px, 0) scale(0.75);
  }
  .ico_section .ico_offering_single:nth-of-type(2) {
    -webkit-transform: translate3d(80px, -116px, 0) translate3d(0, -7px, 0) scale(0.75);
    transform: translate3d(80px, -116px, 0) translate3d(0, -7px, 0) scale(0.75);
  }
  .ico_section .ico_offering_single:nth-of-type(3) {
    -webkit-transform: translate3d(80px, -50%, 0) translate3d(0, -7px, 0) scale(0.75);
    transform: translate3d(80px, -50%, 0) translate3d(0, -7px, 0) scale(0.75);
  }
  .ico_section#ico_structure .ico_frags {
    font-size: 11px;
  }
  .ico_section .ico_process_wrap img {
    height: 220px;
  }
  .ico_section .ico_process_bar {
    width: 290px;
    height: 4px;
    -webkit-transform: translate3d(-50%, -50%, 0) translate3d(0, 20px, 0);
    transform: translate3d(-50%, -50%, 0) translate3d(0, 20px, 0);
  }
  .ico_section .ico_process_point {
    position: absolute;
    text-align: left;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) translate3d(-114px, 48px, 0);
    transform: translate3d(-50%, -50%, 0) translate3d(-114px, 48px, 0);
  }
  .ico_section .ico_process_point.end {
    text-align: right;
    -webkit-transform: translate3d(-50%, -50%, 0) translate3d(116px, 48px, 0);
    transform: translate3d(-50%, -50%, 0) translate3d(116px, 48px, 0);
  }
  .ico_section .ico_process_point h4 {
    font-size: 10px;
  }
  .ico_section .ico_process_point p {
    font-size: 10px;
  }
  .aff_tower_metrics:after {
    width: 16px;
    border-radius: 0 8px 8px 0;
  }
  .aff_tower_metric_label:before {
    width: 16px;
  }
  .lending_packages_table.irate_table {
    width: 75%;
  }
}

@media screen and (max-width: 1279px) and (min-width: 768px) and (max-width: 1279px) {
  .lending_section .irate_content {
    padding-right: 32px;
  }
  .page-content .lending_section .section_title + .section_desc:not(.centered) {
    padding-right: 40px;
  }
  .aff_content .section_desc.irate_point,
  .aff_content .section_content_title {
    text-align: left;
    padding-right: 16px;
  }
  .page-content .lending_list li {
    width: 160px;
    position: absolute;
    text-align: right;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .page-content .lending_list li:nth-of-type(2) ~ li {
    text-align: left;
  }
  .page-content .lending_list li:nth-of-type(1) {
    margin-top: -144px;
    margin-left: -306px;
  }
  .page-content .lending_list li:nth-of-type(2) {
    margin-top: -26px;
    margin-left: -188px;
  }
  .page-content .lending_list li:nth-of-type(3) {
    margin-top: -144px;
    margin-left: 306px;
  }
  .page-content .lending_list li:nth-of-type(4) {
    margin-top: -26px;
    margin-left: 188px;
  }
  .page-content .lending_list_title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 6px;
    color: #fff;
  }
  .page-content .lending_list_desc {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    color: #ABB3E0;
    line-height: 18px;
  }
  .page-content .lending_list_ico {
    position: absolute;
    left: 100%;
    margin: -20px 16px;
  }
  .page-content .lending_list_ico img {
    vertical-align: top;
  }
  .page-content .lending_list li:nth-of-type(3) .lending_list_ico,
  .page-content .lending_list li:nth-of-type(4) .lending_list_ico {
    left: auto;
    right: 100%;
  }
}

@media screen and (max-width: 1279px) {
  .fake_footer.mobile_only {
    display: block;
  }
  .fake_footer {
    background-color: #FFF;
    position: relative;
    z-index: 100;
    text-align: center;
    color: #747D87;
    font-family: "Helvetica Neue", Arial, sans-serif;
    padding: 16px 0;
    font-size: 14px;
    margin-top: 48px;
  }
  .fake_footer_menu_list {
    font-size: 12px;
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;
    margin-bottom: 16px;
  }
  .fake_footer_menu_list li {
    display: inline-block;
  }
  .fake_footer_menu_list a {
    display: inline-block;
    line-height: 24px;
    margin: 0 8px;
  }
  .fake_footer_socials_list {
    margin-top: 8px;
  }
  .fake_footer_socials_list li {
    display: inline-block;
  }
  .fake_footer_socials_list a {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .5;
  }
  .fake_footer_socials_list a:hover {
    opacity: 1;
  }
  .fake_footer_socials_list a.telegram {
    background-image: url("../images/telegram.svg");
  }
  .fake_footer_socials_list a.youtube {
    background-image: url("../images/youtube.svg");
  }
  .fake_footer_socials_list a.twitter {
    background-image: url("../images/twitter.svg");
  }
  .fake_footer_socials_list a.facebook {
    background-image: url("../images/facebook.svg");
  }
  .fake_footer_copyright {
    font-size: 12px;
    opacity: 0.5;
    margin-top: 16px;
  }
  .ico_frags {
    text-align: left;
  }
  .faq-content .page-title h1 {
    font-size: 32px;
  }
}

/* tablet portrait */
@media screen and (max-width: 1023px) and (orientation: portrait) {
  /* Tablet Portrait */
  .main_pagination#main_pagination {
    opacity: 0;
    pointer-events: none;
  }
  .col-d-2.col-xd-3.col-t-3.currency_watcher_wrap {
    width: 60%;
    text-align: center;
  }
  .col-d-3.col-xd-4.main_menu_wrap,
  .col-d-1.col-t-2.logo_wrap {
    width: 20%;
  }
  .home_sections .section.home_vision .vision_single:before {
    display: none;
  }
  .home_sections .section.home_vision .vision_ico {
    height: 72px;
    line-height: 72px;
  }
  .home_sections .section.home_vision .vision_ico img {
    max-height: 72px;
  }
  .home_sections .section.home_vision .vision_title {
    font-size: 14px;
    margin-top: 24px;
  }
  .home_sections .section.home_vision .team_name {
    font-size: 14px;
    margin-top: 24px;
  }
  .home_sections .section.home_offering .offering_ico {
    height: auto;
  }
  .home_sections .section.home_offering .offering_ico .col-d-2.col-m-4 {
    width: 100%;
    max-width: 66.6666%;
  }
  .home_sections .section.home_offering .offering_ico .col-d-2.col-m-4 .ico_frags li {
    margin-bottom: 8px;
  }
  .home_sections .section.home_offering .offering_ico .ico_chart {
    max-height: 260px;
  }
  .home_sections .section.home_offering .offering_gbb .guaranteed_meter_wrap {
    width: 120px;
    height: 120px;
    background-size: 120px;
    -webkit-transform: translate3d(4px, -50%, 0);
    transform: translate3d(4px, -50%, 0);
  }
  .ico_section .ico_process_wrap img {
    height: 160px;
  }
  .ico_section .ico_process_bar {
    width: 210px;
    height: 4px;
    -webkit-transform: translate3d(-50%, -50%, 0) translate3d(0, 15px, 0);
    transform: translate3d(-50%, -50%, 0) translate3d(0, 15px, 0);
  }
  .ico_section .ico_process_point {
    position: absolute;
    text-align: left;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) translate3d(-74px, 44px, 0);
    transform: translate3d(-50%, -50%, 0) translate3d(-74px, 44px, 0);
  }
  .ico_section .ico_process_point.end {
    text-align: right;
    -webkit-transform: translate3d(-50%, -50%, 0) translate3d(76px, 44px, 0);
    transform: translate3d(-50%, -50%, 0) translate3d(76px, 44px, 0);
  }
  .ico_section .ico_process_point h4 {
    font-size: 10px;
  }
  .ico_section .ico_process_point p {
    font-size: 10px;
  }
  .ico_section .ico_chart_wrap {
    position: relative;
    top: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    margin-bottom: -48px;
  }
  .ico_section#ico_structure .ico_frags {
    max-width: 100%;
  }
  .ico_section .ico_section_title.big {
    text-align: center;
  }
  .ico_section .ico_section_title.big ~ .section_content_title {
    text-align: center;
  }
  .ico_section .ico_guaranteed {
    width: 120px;
    margin-right: -60px;
  }
  .page-content.sections .aff_content {
    padding-right: 0;
    text-align: center;
  }
  .page-content.sections .aff_tower {
    margin-left: -126px;
  }
  .page-content.sections .aff_tower_model {
    height: 126px;
  }
  .page-content.sections .aff_tower_wrap {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
  }
  .page-content.sections .aff_tower_wrap.ico_bounty_tower {
    text-align: center;
  }
  .page-content.sections .aff_tower_wrap.ico_bounty_tower .aff_tower_metrics {
    padding-top: 16px;
  }
  .page-content.sections .aff_tower_wrap.ico_bounty_tower .aff_tower_metrics:after {
    height: calc(100% - 61px);
    top: 16px;
  }
  .page-content.sections .aff_tower_wrap.ico_bounty_tower .aff_tower_metric_single {
    margin-bottom: 46px;
  }
  .page-content.sections .aff_tower_wrap.aff_bonus_tower .aff_tower_model {
    height: 164px;
  }
  .page-content.sections .aff_tower_title {
    margin-right: -126px;
  }
  .page-content.sections .aff_tower_metrics {
    padding-top: 104px;
    margin-left: -54px;
  }
  .page-content.sections .aff_tower_metrics.notitle {
    padding-top: 12px;
    margin-left: -68px;
  }
  .page-content.sections .aff_tower_metrics.notitle:after {
    top: 13px;
    height: calc(100% - 48px);
  }
  .page-content.sections .aff_tower_metrics:after {
    width: 16px;
    border-radius: 0 8px 8px 0;
    height: calc(100% - 140px);
    top: 105px;
    margin-left: 76px;
  }
  .page-content.sections .aff_tower_metric_single {
    margin-bottom: 36px;
  }
  .page-content.sections .aff_tower_metric_single:nth-of-type(2) .aff_tower_metric_value {
    width: 78px;
  }
  .page-content.sections .aff_tower_metric_single:nth-of-type(3) .aff_tower_metric_value {
    width: 60px;
  }
  .page-content.sections .aff_tower_metric_single:nth-of-type(4) .aff_tower_metric_value {
    width: 40px;
  }
  .page-content.sections .aff_tower_metric_single:nth-of-type(5) .aff_tower_metric_value {
    width: 22px;
  }
  .page-content.sections .aff_tower_metric_value {
    width: 96px;
  }
  .page-content.sections .aff_tower_metric_value span {
    font-size: 10px;
  }
  .page-content.sections .aff_tower_metric_label {
    font-size: 14px;
    width: 64px;
  }
  .page-content.sections .aff_tower_metric_label span {
    margin: 3px 4px;
    border-width: 3px;
    border-left-width: 5px;
  }
  .page-content.sections .aff_tower_metric_label:before {
    content: "";
    position: absolute;
    width: 16px;
  }
}

/* mobile portrait high resolution (iPhone 6,6+) */
@media screen and (max-width: 767px) {
  /* Mobile Portrait High Resolution */
  #body {
    padding-bottom: 0;
  }
  .cols.center-m {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cols.left-m {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cols.right-m {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  [class^="col-"] {
    position: relative;
  }
  [class^="col-"].center-m {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  [class^="col-"].top-m {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .col-m-1 {
    width: 16.66667%;
  }
  .col-m-2 {
    width: 33.33333%;
  }
  .col-m-3 {
    width: 50%;
  }
  .col-m-4 {
    width: 66.66667%;
  }
  .col-m-5 {
    width: 83.33333%;
  }
  .col-m-6 {
    width: 100%;
  }
  .main_socials_list {
    bottom: 72px;
  }
  .main_socials_list li {
    margin: 0 4px;
  }
  .main_socials,
  .main_pagination {
    width: 0;
    display: none;
  }
  .main_menu .main_menu_actions {
    padding: 20px 24px;
  }
  .main_menu .main_menu_actions a.btn {
    width: 100%;
    margin: 0;
    text-align: center;
    border-radius: 3px;
    border-width: 1px;
  }
  .main_menu .main_menu_actions a.btn:not(:last-child) {
    margin-bottom: 10px;
  }
  .contact_mail {
    bottom: 94px;
    border-top: 1px solid #eee;
    padding-top: 8px;
    display: none;
  }
  .main_menu_list li {
    font-size: 14px;
    line-height: 36px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) and (max-width: 320px) {
  .main_menu_list li {
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .mwidth_limit, .currency_watcher_wrap {
    width: 100%;
    max-width: 200px;
    right: 0;
    -webkit-transition: 0.3s -webkit-transform ease;
    transition: 0.3s -webkit-transform ease;
    -o-transition: 0.3s transform ease;
    transition: 0.3s transform ease;
    transition: 0.3s transform ease, 0.3s -webkit-transform ease;
    will-change: transform;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    position: fixed;
    z-index: 99;
  }
  .currency_watcher_wrap {
    bottom: 96px;
    padding: 0;
  }
  .currency_watcher_wrap .currency_watcher {
    margin: 0 24px;
    display: block;
    line-height: 30px;
    text-align: left;
  }
  .currency_watcher_wrap .currency_watcher_ico {
    width: 16px;
    margin-right: 4px;
    text-align: center;
  }
  .active_menu .control_center .mwidth_limit, .active_menu .control_center .currency_watcher_wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .home_sections .section.home_offering .offering_gbb {
    padding-bottom: 48px;
  }
  .home_sections .section.home_offering .offering_gbb .guaranteed_meter_wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .section_title {
    font-size: 32px;
    line-height: 36px;
  }
  .section_subtitle {
    font-size: 16px;
  }
  .section_actions {
    margin-top: 16px;
  }
  .section_info_title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .section_info_block {
    padding: 6px;
    margin-bottom: 10px;
  }
  .section_info_block_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home_countdown {
    padding-bottom: 24px;
    margin-bottom: 72px;
  }
  .home_countdown_single {
    margin: 0 10px;
  }
  .home_countdown_single:before {
    margin-left: 8px;
  }
  .home_sections .section {
    min-height: 0;
  }
  .home_sections .section.home_home {
    padding: 0 16px;
    padding-top: 48px;
  }
  .home_sections .section.home_cyber {
    padding-top: 64px;
    text-align: center;
  }
  .home_sections .section.home_cyber .dusty_sphere {
    opacity: 0.6;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.75);
    transform: translate3d(-50%, -50%, 0) scale(0.75);
  }
  .home_sections .section.home_cyber .section_ico img {
    height: 86px;
  }
  .home_sections .section .home_cyber_info {
    padding: 0 16px;
    margin-top: 24px;
  }
  .home_sections .section .home_subscribe_info {
    padding: 0 16px;
  }
  .home_sections .section.home_vision {
    padding-top: 80px;
  }
  .home_sections .section.home_subscribe {
    padding-top: 80px;
  }  
  .home_sections .section.home_vision .vision_single:before {
    display: none;
  }
  .home_sections .section.home_vision .vision_ico {
    height: 64px;
    line-height: 64px;
  }
  .home_sections .section.home_vision .vision_ico img {
    max-height: 64px;
  }
  .home_sections .section.home_vision .vision_title {
    font-size: 12px;
    margin-top: 16px;
  }
  .home_sections .section.home_vision .team_name {
    font-size: 12px;
    margin-top: 16px;
  }
  .home_sections .section .home_vision_info {
    padding: 0 16px;
    text-align: center;
    height: 260px;
  }
  .home_sections .section .home_vision_info .vision_content {
    font-size: 12px;
    line-height: 18px;
  }
  .home_sections .section .home_vision_info .vision_content:first-child {
    font-size: 14px;
    line-height: 24px;
  }
  .home_sections .section.home_roadmap {
    padding-top: 80px;
  }
  .home_sections .section.home_roadmap .roadmap_info {
    height: auto;
  }
  .home_sections .section.home_roadmap .roadmap_chart {
    height: 50vh;
    margin-bottom: 32px;
    margin-top: 24px;
    -webkit-transition: 0.3s opacity ease;
    -o-transition: 0.3s opacity ease;
    transition: 0.3s opacity ease;
    opacity: 0;
  }
  .home_sections .section.home_roadmap.active .roadmap_chart {
    opacity: 1;
  }
  .home_sections .section .home_roadmap_info {
    text-align: center;
    padding: 0 16px;
  }
  .home_sections .section.home_lending, .home_sections .section.home_offering {
    padding-top: 80px;
  }
  .home_sections .section.home_lending .section_title br, .home_sections .section.home_offering .section_title br {
    display: none;
  }
  .home_sections .section .home_lending_info,
  .home_sections .section .home_offering_info {
    padding: 0 16px;
    text-align: center;
  }
  .home_sections .section .home_lending_info .section_desc,
  .home_sections .section .home_offering_info .section_desc {
    max-width: none;
  }
  .home_sections .section .cols.offering_ico,
  .home_sections .section .cols.offering_gbb {
    height: auto;
    margin-top: 32px;
    margin-bottom: 0;
    text-align: center;
  }
  .home_sections .section.home_offering .guaranteed_desc {
    max-width: none;
    padding: 0 16px;
  }
  .home_sections .section .guaranteed_meter_wrap {
    position: relative;
    top: auto;
    left: auto;
    margin: 24px auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .ico_section .ico_frags {
    font-size: 10px;
    text-align: left;
    min-width: 200px;
    width: 50%;
  }
  .ico_section .ico_frags li {
    margin-bottom: 6px;
  }
  .ico_section .ico_frags + .ico_chart_wrap .ico_chart {
    max-height: 260px;
    margin-bottom: -80px !important;
  }
  .ico_chart {
    position: relative;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    max-height: 200px;
  }
  .roadmap_chart .roadmap_chart_points {
    position: absolute;
    bottom: 0;
    width: calc(100% + 14px);
  }
  .roadmap_chart .roadmap_chart_pointer {
    height: 46vh;
    margin-top: calc(-46vh + 14px);
  }
  .roadmap_chart .roadmap_chart_pointer:nth-of-type(3n+1) .roadmap_chart_date {
    display: block;
  }
  .roadmap_chart_date {
    font-size: 10px;
    color: white;
    opacity: 1;
    width: 64px;
    left: 50%;
    line-height: 14px;
    -webkit-transform: translate3d(-50%, 0, 0) rotate(-90deg) translate3d(-40%, -25%, 0);
    transform: translate3d(-50%, 0, 0) rotate(-90deg) translate3d(-40%, -25%, 0);
    padding-top: 12px;
    text-align: right;
  }
  .roadmap_chart_date span.b {
    display: initial;
  }
  .roadmap_chart_progress:before {
    font-size: 10px;
    margin-left: -2px;
    margin-bottom: 4px;
  }
  .lending_programs {
    margin-top: 0;
  }
  .lending_programs:before {
    display: none;
  }
  .lending_programs .lending_circle_wrap {
    display: none;
  }
  .lending_programs .lending_list li,
  .lending_programs .lending_list li:nth-of-type(2) ~ li {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
    text-align: center;
  }
  .lending_programs .lending_list li .lending_list_ico,
  .lending_programs .lending_list li:nth-of-type(2) ~ li .lending_list_ico {
    left: auto;
    right: auto;
    margin: 0 auto;
    position: relative;
    top: auto;
    margin-bottom: 16px;
  }
  .cols#scroll_list_wrap {
    height: 100%;
  }
  .sections.roadmap_sections {
    position: fixed;
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    left: 0;
  }
  .roadmap_single {
    width: 100vw;
    padding: 0 16px;
    padding-top: 48px;
  }
  .roadmap_single:last-child {
    padding-bottom: 200px;
  }
  .roadmap_single:after {
    content: "";
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 48px;
    width: 25px;
    height: 3px;
    background-image: url("../images/roadmap_separator.svg");
    background-position: center;
    background-repeat: no-repeat;
  }
  .roadmap_single:last-child:after {
    display: none;
  }
  .roadmap_single .roadmap_col {
    padding: 0;
  }
  .roadmap_single .roadmap_col:not(:last-child) {
    margin-bottom: 24px;
  }
  .roadmap_single .roadmap_cols {
    display: block;
  }
  .roadmap_single .roadmap_col .roadmap_single_desc {
    font-size: 12px;
  }
  .roadmap_timeline_content {
    height: 100%;
  }
  .roadmap_timeline_wrap {
    position: fixed;
    bottom: 12px;
    left: 32px;
    width: 200%;
    height: 2px;
    min-height: 0;
  }
  .roadmap_timeline_wrap:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 200px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 18, 62, 0)), color-stop(78%, #09123E));
    background-image: -webkit-linear-gradient(top, rgba(9, 18, 62, 0) 0%, #09123E 78%);
    background-image: -o-linear-gradient(top, rgba(9, 18, 62, 0) 0%, #09123E 78%);
    background-image: linear-gradient(-180deg, rgba(9, 18, 62, 0) 0%, #09123E 78%);
    bottom: -12px;
    left: -24px;
    pointer-events: none;
  }
  .roadmap_timeline_list {
    white-space: normal;
    top: auto;
  }
  .roadmap_timeline_info {
    top: auto;
    bottom: 100%;
    margin-bottom: 48px;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease;
    -o-transition: 0.2s opacity ease;
    transition: 0.2s opacity ease;
    pointer-events: none;
  }
  .roadmap_timeline_ico.active ~ .roadmap_timeline_info {
    opacity: 1;
  }
  .roadmap_odd_ico {
    width: 110px;
    padding-right: 0;
    text-align: center;
    padding-left: 0;
  }
  .roadmap_odd_ico img {
    max-width: 80px;
  }
  .roadmap_odd_content {
    width: calc(100% - 110px);
  }
  .roadmap_odd:nth-of-type(2n+2) {
    text-align: left;
  }
  .roadmap_odd:nth-of-type(2n+2) .roadmap_odd_ico {
    text-align: center;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .roadmap_odd:nth-of-type(2n+2) .roadmap_odd_content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .page-content .page-title.cols,
  .page-content .page-title {
    position: relative;
    height: auto;
    text-align: center;
    width: 100%;
    padding-top: 0;
    margin-bottom: 0;
  }
  .page-content .page-title.cols h1,
  .page-content .page-title h1 {
    font-size: 32px;
  }
  .page-content .page-title.cols h1 br,
  .page-content .page-title h1 br {
    display: none;
  }
  .page-content .page-title.cols .navigation,
  .page-content .page-title .navigation {
    display: none;
    width: auto;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding: 6px 0;
  }
  .page-content .page-title.cols .navigation li,
  .page-content .page-title .navigation li {
    display: inline-block;
  }
  .page-content .page-title.cols .sub-title,
  .page-content .page-title .sub-title {
    font-size: 18px;
    line-height: 24px;
  }
  .page-content.faq-content .page-title {
    text-align: left;
  }
  .faqs-page .faq-content .page-title {
    padding-top: 0;
  }
  .faqs-page .faq-content .page-title h1 {
    line-height: 48px;
  }
  .faqs-page .faq-content .page-title .col-footer {
    position: static;
    margin-top: 24px;
  }
  .faqs-page .faq-content .col-right,
  .page-content.faq-content .col-right {
    padding-right: 0;
  }
  .policy-page .faq-content .col-right {
    padding-top: 24px;
  }
  .customer-page .section.cols {
    padding-top: 32px;
    min-height: 0;
    height: auto;
  }
  .customer-page .section.cols .col-d-4 {
    width: calc(100% - 32px);
  }
  .ico_section {
    height: auto;
    padding-top: 64px;
  }
  .ico_section:after {
    content: "";
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 64px;
    width: 25px;
    height: 3px;
    background-image: url("../images/roadmap_separator.svg");
    background-position: center;
    background-repeat: no-repeat;
  }
  .ico_section .ico_section_title.big {
    text-align: center;
  }
  .ico_section .ico_section_title.big ~ .section_content_title {
    text-align: center;
  }
  .ico_section:last-child:after {
    display: none;
  }
  .ico_section h3.ico_section_title:not(.lending_list_title),
  .ico_section h3.section_title.small {
    font-size: 24px;
    margin-top: 16px;
  }
  .ico_section#ico_timing h3.ico_section_title {
    margin-bottom: 32px;
  }
  .ico_section .ico_offering_wrap img {
    height: 50vw;
  }
  .ico_section .ico_offering_single:nth-of-type(1), .ico_section .ico_offering_single:nth-of-type(2), .ico_section .ico_offering_single:nth-of-type(3) {
    -webkit-transform: translate3d(-45vw, -50%, 0) translate3d(0, -7px, 0) scale(0.75);
    transform: translate3d(-45vw, -50%, 0) translate3d(0, -7px, 0) scale(0.75);
  }
  .ico_section .ico_offering_single:nth-of-type(2) {
    -webkit-transform: translate3d(18vw, -25vw, 0) translate3d(0, -7px, 0) scale(0.75);
    transform: translate3d(18vw, -25vw, 0) translate3d(0, -7px, 0) scale(0.75);
  }
  .ico_section .ico_offering_single:nth-of-type(3) {
    -webkit-transform: translate3d(18vw, -50%, 0) translate3d(0, -7px, 0) scale(0.75);
    transform: translate3d(18vw, -50%, 0) translate3d(0, -7px, 0) scale(0.75);
  }
  .ico_section#ico h3.ico_section_title,
  .ico_section#ico h3.section_title,
  .ico_section#ico p.ico_section_desc, .ico_section#ico_price h3.ico_section_title,
  .ico_section#ico_price h3.section_title,
  .ico_section#ico_price p.ico_section_desc, .ico_section#ico_structure h3.ico_section_title,
  .ico_section#ico_structure h3.section_title,
  .ico_section#ico_structure p.ico_section_desc {
    text-align: center;
    display: block;
  }
  .ico_section .ico_process_wrap img {
    height: 160px;
  }
  .ico_section .ico_process_bar {
    width: 210px;
    height: 4px;
    -webkit-transform: translate3d(-50%, -50%, 0) translate3d(0, 15px, 0);
    transform: translate3d(-50%, -50%, 0) translate3d(0, 15px, 0);
  }
  .ico_section .ico_process_point {
    position: absolute;
    text-align: left;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) translate3d(-74px, 44px, 0);
    transform: translate3d(-50%, -50%, 0) translate3d(-74px, 44px, 0);
  }
  .ico_section .ico_process_point.end {
    text-align: right;
    -webkit-transform: translate3d(-50%, -50%, 0) translate3d(76px, 44px, 0);
    transform: translate3d(-50%, -50%, 0) translate3d(76px, 44px, 0);
  }
  .ico_section .ico_process_point h4 {
    font-size: 10px;
  }
  .ico_section .ico_process_point p {
    font-size: 10px;
  }
  .ico_section .ico_price_list {
    margin-left: 64px !important;
    margin-right: 64px;
  }
  .ico_section .ico_frags {
    margin: 24px auto;
  }
  .ico_section .ico_chart_wrap {
    position: relative;
    top: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    margin-bottom: -48px;
  }
  .ico_section .ico_guaranteed {
    width: 120px;
    margin-right: 16px;
    margin-top: 0;
    margin-left: 24px;
  }
  .ico_section_desc.quoted {
    padding-left: 10px;
  }
  .page-content.sections .lending_section .section_subtitle {
    margin-top: 0;
  }
  .page-content.sections .lending_section {
    padding: 0 16px;
    padding-top: 48px;
  }
  .page-content.sections .lending_section.lending_packages {
    text-align: center;
  }
  .page-content.sections .lending_section .section_title br {
    display: none;
  }
  .page-content.sections .lending_section:after {
    content: "";
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 64px;
    width: 25px;
    height: 3px;
    background-image: url("../images/roadmap_separator.svg");
    background-position: center;
    background-repeat: no-repeat;
  }
  .page-content.sections .lending_section:last-child:after {
    display: none;
  }
  .page-content.sections .section_title {
    text-align: center;
    display: block;
  }
  .page-content.sections .lending_packages_table .stars_rate {
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    margin-left: -40px;
    display: none;
  }
  .page-content.sections .lending_packages_table:not(.irate_table) {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
  .page-content.sections .lending_packages_table:not(.irate_table) thead td:first-child {
    border-bottom: none;
  }
  .page-content.sections .lending_packages_table:not(.irate_table) thead td:first-child:after {
    opacity: 0;
  }
  .page-content.sections .lending_packages_table:not(.irate_table) td:first-child {
    width: 60px;
    position: absolute;
    left: 0;
    padding-left: 1px;
    text-align: left;
  }
  .page-content.sections .lending_packages_table:not(.irate_table) td:first-child + td {
    padding-top: 24px;
    padding-left: 16px;
    white-space: nowrap;
  }
  .page-content.sections .lending_packages_table:not(.irate_table) td:first-child + td:after {
    width: calc(100% - 16px);
  }
  .page-content.sections .lending_packages_table:not(.irate_table) span.main-color {
    white-space: nowrap;
  }
  .page-content.sections .lending_packages_table.irate_table {
    width: 100%;
    margin-bottom: 16px;
  }
  .page-content.sections .lending_packages_table.irate_table tr:not(:last-child) td {
    border-bottom: 1px solid #1F254B;
  }
  .page-content.sections .lending_packages_table.irate_table .lending_packages_label {
    text-align: left;
  }
  .page-content.sections .aff_content {
    padding-right: 0;
    text-align: center;
  }
  .page-content.sections .aff_tower {
    margin-left: -126px;
  }
  .page-content.sections .aff_tower_model {
    height: 126px;
  }
  .page-content.sections .aff_tower_wrap {
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
  }
  .page-content.sections .aff_tower_wrap.ico_bounty_tower {
    text-align: center;
  }
  .page-content.sections .aff_tower_wrap.aff_bonus_tower .aff_tower_model {
    height: 164px;
  }
  .page-content.sections .aff_tower_title {
    margin-right: -126px;
  }
  .page-content.sections .aff_tower_metrics {
    padding-top: 104px;
    margin-left: -54px;
  }
  .page-content.sections .aff_tower_metrics.notitle {
    padding-top: 12px;
    margin-left: -68px;
  }
  .page-content.sections .aff_tower_metrics.notitle:after {
    top: 13px;
    height: calc(100% - 48px);
  }
  .page-content.sections .aff_tower_metrics:after {
    width: 16px;
    border-radius: 0 8px 8px 0;
    height: calc(100% - 140px);
    top: 105px;
    margin-left: 76px;
  }
  .page-content.sections .aff_tower_metric_single {
    margin-bottom: 36px;
  }
  .page-content.sections .aff_tower_metric_single:nth-of-type(2) .aff_tower_metric_value {
    width: 78px;
  }
  .page-content.sections .aff_tower_metric_single:nth-of-type(3) .aff_tower_metric_value {
    width: 60px;
  }
  .page-content.sections .aff_tower_metric_single:nth-of-type(4) .aff_tower_metric_value {
    width: 40px;
  }
  .page-content.sections .aff_tower_metric_single:nth-of-type(5) .aff_tower_metric_value {
    width: 22px;
  }
  .page-content.sections .aff_tower_metric_value {
    width: 96px;
  }
  .page-content.sections .aff_tower_metric_value span {
    font-size: 10px;
  }
  .page-content.sections .aff_tower_metric_label {
    font-size: 14px;
    width: 64px;
  }
  .page-content.sections .aff_tower_metric_label span {
    margin: 3px 4px;
    border-width: 3px;
    border-left-width: 5px;
  }
  .page-content.sections .aff_tower_metric_label:before {
    content: "";
    position: absolute;
    width: 16px;
  }
  .lending_packages_table td {
    text-align: left;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lending_packages_table td:first-child {
    text-align: right;
    padding-right: 16px;
    padding-left: 12px;
    width: 110px;
  }
  .contact_section {
    padding: 0 16px;
    padding-top: 48px;
    text-align: center;
  }
  .contact_section .contact_orbit {
    display: none;
  }
  .page-content {
    padding: 0 16px;
    padding-top: 48px;
  }
  .vision_guide {
    display: inline-block;
    line-height: 24px;
    font-size: 11px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0 8px;
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 16px;
    pointer-events: none;
    padding-right: 10px;
  }
  .vision_guide:after {
    -webkit-animation: vision_guide_vert 1s ease infinite;
    animation: vision_guide_vert 1s ease infinite;
  }
  @-webkit-keyframes vision_guide_vert {
    0% {
      -webkit-transform: rotate(90deg) translate3d(-2px, 0, 0);
      transform: rotate(90deg) translate3d(-2px, 0, 0);
    }
    50% {
      -webkit-transform: rotate(90deg) translate3d(2px, 0, 0);
      transform: rotate(90deg) translate3d(2px, 0, 0);
    }
    100% {
      -webkit-transform: rotate(90deg) translate3d(-2px, 0, 0);
      transform: rotate(90deg) translate3d(-2px, 0, 0);
    }
  }
  @keyframes vision_guide_vert {
    0% {
      -webkit-transform: rotate(90deg) translate3d(-2px, 0, 0);
      transform: rotate(90deg) translate3d(-2px, 0, 0);
    }
    50% {
      -webkit-transform: rotate(90deg) translate3d(2px, 0, 0);
      transform: rotate(90deg) translate3d(2px, 0, 0);
    }
    100% {
      -webkit-transform: rotate(90deg) translate3d(-2px, 0, 0);
      transform: rotate(90deg) translate3d(-2px, 0, 0);
    }
  }
  .main_header .col-m-6.logo_wrap {
    text-align: center;
  }
  .main_header .col-m-6.logo_wrap .logo {
    padding-left: 0;
  }
}

/* mobile landscape high resolution (iPhone 6,6+) */
@media screen and (max-width: 767px) and (min-width: 415px) and (orientation: landscape) {
  /* Mobile Landscape High Resolution */
  .page-content p,
  .page-content.sections .lending_packages_table:not(.irate_table),
  .irate_content,
  .home_sections .home_vision .section_desc,
  .home_sections .home_roadmap .section_desc {
    margin-left: auto;
    margin-right: auto;
  }
  .page-content.sections .lending_packages_table:not(.irate_table) {
    max-width: 480px;
    position: relative;
  }
  .page-content.sections .lending_packages_table:not(.irate_table) {
    max-width: 480px;
  }
  .page-content.sections .lending_packages_table:not(.irate_table) td:first-child {
    left: 16px;
  }
  .page-content.sections .lending_packages_table.irate_table {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .ico_section .ico_offering_wrap img {
    height: 300px;
  }
  .ico_section .ico_offering_single:nth-of-type(1), .ico_section .ico_offering_single:nth-of-type(2), .ico_section .ico_offering_single:nth-of-type(3) {
    -webkit-transform: translate3d(-220px, -50%, 0) translate3d(0, -7px, 0) scale(0.75);
    transform: translate3d(-220px, -50%, 0) translate3d(0, -7px, 0) scale(0.75);
  }
  .ico_section .ico_offering_single:nth-of-type(2) {
    -webkit-transform: translate3d(100px, -140px, 0) translate3d(0, -7px, 0) scale(0.75);
    transform: translate3d(100px, -140px, 0) translate3d(0, -7px, 0) scale(0.75);
  }
  .ico_section .ico_offering_single:nth-of-type(3) {
    -webkit-transform: translate3d(100px, -50%, 0) translate3d(0, -7px, 0) scale(0.75);
    transform: translate3d(100px, -50%, 0) translate3d(0, -7px, 0) scale(0.75);
  }
  .page-content.sections .aff_tower_wrap.ico_bounty_tower .aff_tower_metrics {
    padding-top: 16px;
  }
  .page-content.sections .aff_tower_wrap.ico_bounty_tower .aff_tower_metrics:after {
    height: calc(100% - 61px);
    top: 16px;
  }
  .page-content.sections .aff_tower_wrap.ico_bounty_tower .aff_tower_metric_single {
    margin-bottom: 46px;
  }
  .ico_frags {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  .ico_chart {
    max-height: 280px;
  }
  .control_center .currency_watcher_wrap,
  .active_menu .control_center .currency_watcher_wrap {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 380px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .control_center .currency_watcher_wrap .currency_watcher,
  .active_menu .control_center .currency_watcher_wrap .currency_watcher {
    display: inline-block;
    margin: 0 10px;
  }
}

/* mobile portrait low resolution (iPhone 5) */
@media screen and (max-width: 413px) {
  /* Mobile Portrait Low Resolution */
  .main_menu_actions {
    padding: 16px 24px;
  }
  .section_title {
    font-size: 26px;
    line-height: 30px;
  }
  .lending_packages_table:not(.irate_table) td {
    font-size: 12px;
  }
}

/* mobile landscape low resolution (iPhone 5) */
@media screen and (max-width: 413px) and (orientation: landscape) {
  /* Mobile Landscape Low Resolution */
}
