/* basics */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
a img, fieldset, img {
  border: none
}
input[type=email], input[type=password], input[type=tel], input[type=text], textarea {
  -webkit-appearance: none;
  box-shadow: none
}
button, input[type=submit] {
  cursor: pointer
}
button::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
  padding: 0;
  border: 0
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777e90;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #777e90;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #777e90;
}
button {
  background: 0 0
}
textarea {
  overflow: auto
}
button, input {
  margin: 0;
  padding: 0;
  border: 0
}
a, a:focus, button, div, h1, h2, h3, h4, h5, h6, input, select, span, textarea {
  outline: 0;
}
a {
  text-decoration: none;
}
ol, ul {
  list-style-type: none
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%
}
html {
  box-sizing: border-box
}
*, :after, :before {
  box-sizing: inherit
}
/* PAGE BASICS */
video {
  position: fixed;
  pointer-events: none;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: 130vh;
  z-index: -99;
  left: 0;
  top: -20%;
  display: block;
  vertical-align: middle;
}

body {
  background: #000 url(../img/lw_grid.svg);
  background-size: 125%;
  background-position-x: center;
  background-position-y: center;
  background-repeat: repeat-y;
  line-height: 1.5;
  font-family: "GT America Mono", system-ui, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  color: #ffffff;
  margin: 0 auto;
  letter-spacing: -0.25px;
}
body.index {
  /*background: url(../img/lmwr_coin_3d.png), url(../img/lw_grid.svg), #000;
  background-size: 90%, cover;
  background-position-x: center, center;
  background-position-y: 53%, center;
  background-repeat: no-repeat;*/
  background: #000 url(../img/lw_grid.svg);
  background-size: 125%;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
}
img, svg {
  vertical-align: middle
}
.outer_wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
[data-scroll-to-id] {
  cursor: pointer;
}
.center {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1280px;
}
body section {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}
/* tooltips */
[data-tippy-root] {
  text-align: left;
  border-radius: 5px;
  margin: 0;
  padding: 8px 10px 8px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  position: absolute;
  inset: auto auto 0 0;
  box-shadow: 0 0 20px #0000001a;
  color: #2a407d;
  background: #e0e6f8;
}
[data-tippy-root]:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/alert_icon_info.svg);
  padding: 3px 5px;
  font-size: x-large;
  font-weight: 600;
  position: absolute;
  top: 9px;
  left: 9px;
}
[data-state="hidden"] {
  display: none;
}
/* various - buttons */
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #00934a;
  color: #fff;
  line-height: 1;
  text-align: center;
  transition: all .2s;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  font-weight: 400;
  font-size: 12px;
  height: 40px;
  text-decoration: none;
  padding: 0 14px;
}
.button.learn_more {
    background: #000;
    border: 1px dashed rgba(255, 255, 255, .5);
}
.button:hover {
  opacity: 0.8;
}
.button.disabled, .button:disabled {
  opacity: .5;
  pointer-events: none
}
.button.stroke {
  background: 0 0;
  box-shadow: 0 0 0 1px #e6e8ec inset;
  color: #23262f
}
.button.stroke.active, .button.stroke:hover {
  background: #3f4049;
  box-shadow: 0 0 0 1px #3f4049 inset;
  color: #ffffff;
  opacity: 1;
}
.button.small {
  height: 40px;
  border-radius: 0px;
  padding: 0 14px;
  font-size: 13px;
}
/* ALERTS */
.alert {
  border-radius: 5px;
  display: block;
  overflow: hidden;
  padding: 8px 12px 9px 42px;
  font-weight: 500;
  position: relative;
  margin-bottom: 15px;
  font-size: 13px;
  text-align: left;
  letter-spacing: -0.75px;
}
.alert > a {
  text-decoration: underline;
  color: inherit;
}
.alert:first-of-type {
  margin-top: 0;
}
.alert.info {
  background: #e0e6f8;
  color: #2a407d;
}
.alert.error {
  background: #fce3e4;
  color: #de2102;
}
.alert.success {
  background: #d7f3e9;
  color: #267d5d;
}
.alert:before {
  content: "";
  padding: 3px 5px;
  font-size: x-large;
  font-weight: 600;
  position: absolute;
  left: 13px;
  top: 10px;
  background: url(../img/alert_icon_success.svg);
  width: 16px;
  height: 16px;
}
.alert.error:before {
  background: url(../img/alert_icon_error.svg);
}
.alert.info:before {
  background: url(../img/alert_icon_info.svg);
}
/* LOADING */
.loading {
  color: transparent !important;
  position: relative;
  pointer-events: none;
}
.loading:before {
  display: block;
  z-index: 2000;
  position: absolute;
  content: '' !important;
  width: 20px;
  height: 20px;
  border: solid 2px transparent;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-radius: 999px;
  -webkit-animation: pace-spinner 600ms linear infinite;
  -moz-animation: pace-spinner 600ms linear infinite;
  -ms-animation: pace-spinner 600ms linear infinite;
  -o-animation: pace-spinner 600ms linear infinite;
  animation: pace-spinner 600ms linear infinite;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -1px;
}
body .select_wrap {
  position: relative;
}
body .select_wrap:before {
  content: '';
  width: 8px;
  height: 8px;
  background: url(../icons/icon-arrow-down.svg);
  opacity: 1;
  background-size: 20px;
  background-position: center;
  transition: all .2s;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 16px;
}
body .select_wrap.disabled:before {
  opacity: 0.25;
}
body .select {
  float: none;
  padding: 0 35px 0 16px;
  box-shadow: inset 0 0 0 1px #e6e8ec;
  background: transparent;
  border: none;
  opacity: 1;
  font-size: 14px;
  font-weight: 600;
  width: 104px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  appearance: none;
}
/* HEADER */
header.header {
  position: fixed;
  z-index: 10;
  padding: 20px 0;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, .5));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, .9) 50%, rgba(0, 0, 0, .6) 75%, rgba(0, 0, 0, .3) 90%, rgba(0, 0, 0, .1) 100%);
}
header.header .header_center {
  display: flex;
  align-items: center;
}
header.header .header_center .header_logo {
  margin-right: 30px;
}
header.header .header_center .header_logo:first-of-type {
  margin-right: 5px;
}
header.header .header_center .header_logo img {
  width: 35px;
  position: relative;
  top: -1px;
  -webkit-animation: spin 5000ms linear infinite;
  -moz-animation: spin 5000ms linear infinite;
  -ms-animation: spin 5000ms linear infinite;
  -o-animation: spin 5000ms linear infinite;
  animation: spin 5000ms linear infinite;
}
header.header .header_center .header_nav {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-left: 5px;
  /* border-left: 1px solid #e6e8ec; */
  white-space: nowrap;
}
header.header .header_center .header_nav .header_nav_left {
  margin-right: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: 20px;
  margin-right: 20px;
}
header.header .header_center .header_nav .header_nav_left .header_price {
  font-size: 12px;
  font-weight: 400;
  height: 50px;
  padding-top: 6px;
  color: #fff;
}
header.header .header_center .header_nav .header_nav_left .header_price .current_price {}
header.header .header_center .header_nav .header_nav_left .header_price .current_price_change {}
header.header .header_center .header_nav .header_nav_left .header_price .current_price_change.positive {
  color: #20d50f;
}
header.header .header_center .header_nav .header_nav_left .header_price .current_price_change.negative {
  color: red;
}
header.header .header_center .header_nav .header_nav_left .header_price .label {
  display: block;
  position: relative;
}
header.header .header_center .header_nav .header_nav_left .header_price:hover .label:after {
  content: '';
  width: 13px;
  height: 13px;
  background: url(../img/cmc_icon.svg);
  background-size: contain !important;
  transition: all .2s;
  display: inline-block;
  position: absolute;
  bottom: 2px;
  right: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
header.header .header_center .header_nav .header_nav_center {
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
}
@media only screen and (max-width:767px) { /*before: 1024*/
  header.header .header_center .header_nav .header_nav_center:not(.tablet_only) {
    position: absolute;
    top: 60px;
    left: -15px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: calc(var(--vh, 1vh) * 100);
    padding: 0px 0 32px;
    background: #fcfcfd;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
  }
  header.header .header_center .header_nav .header_nav_center:not(.tablet_only).mobile_menu_open {
    visibility: visible;
    opacity: 1;
    background: rgba(0, 0, 0, 1) url("../img/lw_grid.svg");
    background-size: cover;
  }
  .index header.header .header_center .header_nav .header_nav_center:not(.tablet_only).mobile_menu_open {
    background: rgba(0, 0, 0, .85) url("../img/lw_grid.svg");
    background-size: cover;
  }
}
header.header .header_center .header_nav .header_nav_center .header_nav_center_links {
  display: flex;
  margin-left: 30px;
}
@media only screen and (max-width:767px) {
  header.header .header_center .header_nav .header_nav_center .header_nav_center_links {
    flex-direction: column;
    margin-left: 0;
    padding-right: 0;
  }
}
header.header .header_center .header_nav .header_nav_center .header_nav_center_links .header_nav_item:not(:last-child) {
  padding-right: 20px;
}
header.header .header_center .header_nav .header_nav_center .header_nav_center_links .header_nav_item:last-child {
  padding-right: 20px;
}
header.header .header_center .header_nav .header_nav_center .header_nav_center_links .header_nav_item {
  font-size: 12px;
  line-height: 50px;
  font-weight: 400;
  transition: color .2s;
  color: #fff;
  text-transform: uppercase;
  border-top: 1px dashed rgba(255, 255, 255, .5);
  position: relative;
  top: 10px;
  padding-left: 20px;
  cursor: pointer;
}
header.header .header_center .header_nav .header_nav_center .header_nav_center_links .header_nav_item:hover {
  background: inherit;
}
header.header .header_center .header_nav .header_nav_center .header_nav_center_links .header_nav_item .new {
  color: #20d50f;
}
header.header .header_center .header_nav .header_nav_center .header_nav_center_links .header_nav_item.link_out:after {
  content: '';
  width: 12px;
  height: 12px;
  background: url("../icons/exit-page.png");
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .2s;
  margin-right: 6px;
  display: inline-block;
  top: 10px;
  right: 0px;
  position: absolute;
}
header.header .header_center .header_nav .header_nav_center .header_nav_center_links .header_nav_item:before {
  content: '';
  display: block;
  width: 0px;
  height: 12px;
  border-right: 1px dashed rgba(255, 255, 255, .5);
  left: 0;
  position: absolute;
  background: transparent;
}
/*header.header .header_center .header_nav .header_nav_right .header_nav_item[href]:after{
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	top: 0;
	right: 0;
	position: absolute;
	background: #ffffff;
}*/
@media only screen and (max-width:767px) {
  header.header .header_center .header_nav .header_nav_center .header_nav_center_links .header_nav_item[href] {
    padding: 0 22px;
    border-left: 2px solid transparent;
    font-size: 16px;
    line-height: 60px;
    font-weight: 600;
  }
}
header.header .header_center .header_nav .header_nav_item.dropdown, body .dropdown {
  position: relative;
}
header.header .header_center .header_nav .header_nav_item.dropdown > [data-action="dropdown_toggle"] {
  padding-left: 20px;
  padding-right: 20px;
}
header.header .header_center .header_nav .header_nav_center .header_nav_center_links .header_nav_item.dropdown {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (max-width:767px) {
  header.header .header_center .header_nav .header_nav_item.dropdown > [data-action="dropdown_toggle"] {
    width: 100%;
    padding: 0;
    border-left: 2px solid transparent;
    font-size: 16px;
    line-height: 60px;
    font-weight: 600;
    padding-left: 22px !important;
  }
}
header.header .header_center .header_nav .header_nav_item.dropdown > [data-action="dropdown_toggle"]:after, body .dropdown > [data-action="dropdown_toggle"]:after {
  content: '';
  width: 16px;
  height: 16px;
  background: url('../icons/icon-arrow-down-white.svg');
  opacity: 1;
  transition: all .2s;
  display: inline-block;
  position: relative;
  top: 4px;
  right: -2px;
}
@media only screen and (max-width:767px) {
  header.header .header_center .header_nav .header_nav_item.dropdown > [data-action="dropdown_toggle"]:after {
    width: 32px;
    height: 32px;
    top: 10px;
  }
}
header.header .header_center .header_nav .header_nav_item.dropdown > [data-action="dropdown_toggle"]:hover:after, body .dropdown > [data-action="dropdown_toggle"]:hover:after {
  opacity: 1;
}
header.header .header_center .header_nav .header_nav_item.dropdown > [data-action="dropdown_toggle"].open:after, body .dropdown > [data-action="dropdown_toggle"].open:after {
  opacity: 1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #fff;
}
header.header .header_center .header_nav .header_nav_item.dropdown > [data-action="dropdown_toggle"]:hover, body .dropdown > [data-action="dropdown_toggle"]:hover {
  /* color: #23262f; */
}
header.header .header_center .header_nav .header_nav_item.dropdown > [data-action="dropdown_toggle"].open, body .dropdown > [data-action="dropdown_toggle"].open {
  color: #fff;
}
header.header .header_center .header_nav .header_nav_item.dropdown .dropdown_body, body .dropdown .dropdown_body {
  position: absolute;
  top: calc(100% + 5px);
  border-radius: 0;
  background: #000 url(../img/lw_grid.svg);
  background-size: 1830px;
  background-position: center;
  border: 1px solid #ffffff;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width:767px) {
  header.header .header_center .header_nav .header_nav_item.dropdown .dropdown_body {
    top: 100%
  }
}
header.header .header_center .header_nav .header_nav_item.dropdown .dropdown_body {
  left: 50%;
  width: 207px;
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  padding: 0px 15px 18px 15px;
}
@media only screen and (max-width:767px) {
  header.header .header_center .header_nav .header_nav_item.dropdown .dropdown_body {
    position: static;
    display: none;
    width: 100%;
    padding: 0 24px;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
  }
}
header.header .header_center .header_nav .header_nav_item.dropdown .dropdown_body:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
body .dropdown .dropdown_body:before {
  left: unset;
  -webkit-transform: unset;
  transform: unset;
  right: 8px;
}
@media only screen and (max-width:767px) {
  header.header .header_center .header_nav .header_nav_item.dropdown .dropdown_body:before {
    display: none
  }
}
header.header .header_center .header_nav .header_nav_item.dropdown [data-action="dropdown_toggle"].open + .dropdown_body {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}
body .dropdown span + .dropdown_body {
  left: unset;
  width: auto;
  min-width: 100px;
  right: 0;
  border-top-right-radius: 10px;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  header.header .header_center .header_nav .header_nav_item.dropdown [data-action="dropdown_toggle"].open + .dropdown_body {
    display: block;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 90%;
  }
}
body .dropdown span + .dropdown_body a {
  display: flex;
  align-items: center;
  padding: 10px 15px 10px 15px;
  font-size: 14px;
  line-height: 1.14286;
  font-weight: 500;
  color: #353945;
  margin-right: 0;
  position: relative;
  white-space: nowrap;
}
body .dropdown span + .dropdown_body a.disabled {
  pointer-events: none;
  cursor: default;
  color: #7e828c59;
}
body .dropdown span + .dropdown_body a:hover {
  background: #e7e8ec;
}
body .dropdown span + .dropdown_body a:not(.no_arrow):after {
  /* content: ''; */
  width: 16px;
  height: 16px;
  position: absolute;
  transition: all .1s;
  display: block;
  float: right;
  background: url(../icons/icon-arrow-right-alt.svg);
  right: 10px;
  top: 10px;
}
body .dropdown span + .dropdown_body a:hover:after {
  right: 0;
}
body .dropdown span + .dropdown_body a:not(:last-child) {
  border: none;
}
header.header .header_center .header_nav .header_nav_item.dropdown [data-action="dropdown_toggle"].open + .dropdown_body, body .dropdown [data-action="dropdown_toggle"].open + .dropdown_body {
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 1);
}
header.header .header_center .header_nav .header_nav_item.dropdown .dropdown_body .header_nav_item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  line-height: 1.14286;
  font-weight: 500;
  color: #fff;
  transition: color .2s;
  margin-right: 0;
  position: relative;
}
@media only screen and (max-width:767px) {
  header.header .header_center .header_nav .header_nav_item.dropdown .dropdown_body .header_nav_item {
    height: 45px;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 0;
  }
}
header.header .header_center .header_nav .header_nav_item.dropdown .dropdown_body .header_nav_item:not(.no_arrow):after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  transition: all .1s;
  display: block;
  float: right;
  background: url(../icons/icon-arrow-right-white.svg);
  right: 4px;
  top: 8px;
}
header.header .header_center .header_nav .header_nav_item.dropdown .dropdown_body .header_nav_item:not(.link_out):hover:after {
  right: 0px;
}
.header.header .header_center .header_nav .header_nav_item.dropdown .dropdown_body .header_nav_item {
  border: none;
}
.header.header .header_center .header_nav .header_nav_center .header_nav_mobile_ctas {
  display: none;
}
header.header .header_center .header_nav .header_nav_right {
  display: flex
}
header.header .header_center .header_nav .header_nav_right .header_nav_item:not(:last-child) {
  padding-right: 17px;
}
header.header .header_center .header_nav a.button {
  text-transform: uppercase;
  position: relative;
  top: 4px;
  font-weight: 400;
  font-size: 12px;
  height: 40px;
}
header.header .header_center .header_nav a.button.discord {
  padding-left: 16px;
  background: #5765f2;
}
header.header .header_center .header_nav a.button.telegram {
  background: #269cd7;
  margin-right: 15px;
}
header.header .header_center .header_nav a.button.discord > span,
header.header .header_center .header_nav a.button.telegram > span {
	display: none;
	margin-left: 6px;
}
header.header .header_center .header_nav a.button.discord:hover,
header.header .header_center .header_nav a.button.telegram:hover {
	opacity: 1;
}
header.header .header_center .header_nav a.button.discord:hover > span {
	display: initial;
}
header.header .header_center .header_nav a.button.telegram:hover > span {
	display: initial;
}
header.header .header_center .header_nav a.button.discord i {
  font-style: normal;
}
header.header .header_center .header_nav a.button.discord:before {
  content: '';
  width: 17px;
  height: 17px;
  background: url("../img/discord_white.svg");
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .2s;
  margin-right: 0;
  display: inline-block;
  top: 0px;
  position: relative;
}
header.header .header_center .header_nav a.button.telegram:before {
  content: '';
  width: 17px;
  height: 17px;
  background: url("../img/telegram_white.svg");
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .2s;
  margin-right: 0;
  display: inline-block;
  top: 0px;
  position: relative;
}

header.header .header_center .header_nav a.button.discord:hover:after, header.header .header_center .header_nav a.button.buy_lmwr:hover:after {
  display: none;
}
header.header .header_center .header_nav .header_burger {
  display: none
}
/* footer */
footer {
  position: relative;
}
.index footer:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 125px;
  width: 250px;
  height: 60px;
  background: linear-gradient(to right, rgba(0, 0, 0, 1), transparent);
  display: block;
  z-index: 100000;
}
.index footer:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 125px;
  width: 250px;
  height: 60px;
  background: linear-gradient(to left, rgba(0, 0, 0, 1), transparent);
  display: block;
  z-index: 100000;
}
footer .footer_nav {
  display: flex;
  align-items: center;
  flex-grow: 1;
  white-space: nowrap;
}
footer .footer_legal_text {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 25px;
  margin-top: -15px;
  opacity: 0.4;
}
footer .footer_nav .footer_nav_left {
  display: flex;
  margin-right: 20px;
  margin-right: auto;
  flex-direction: row;
  flex-wrap: nowrap;
}
footer .footer_nav .footer_nav_right {
  display: flex;
}
footer .footer_nav .footer_nav_item {
  font-size: 12px;
  line-height: 50px;
  font-weight: 400;
  transition: color .2s;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px dashed rgba(255, 255, 255, .5);
  position: relative;
  bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
footer .footer_nav .footer_nav_item:hover {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
footer .footer_nav .footer_nav_item:before {
  content: '';
  display: block;
  width: 0px;
  height: 12px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: transparent;
  border-right: 1px dashed rgba(255, 255, 255, .5);
}
footer .footer_nav .footer_nav_right .footer_nav_item:before {
  right: 0;
  left: unset;
}
footer .footer_nav .footer_nav_item.link_out {
  padding-right: 20px;
}
footer .footer_nav .footer_nav_item.link_out:after {
  content: '';
  width: 12px;
  height: 12px;
  background: url("../icons/exit-page.png");
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .2s;
  margin-right: 6px;
  display: inline-block;
  top: 0.5px;
  right: -7px;
  position: relative;
}
/* CONTENT */
.inner_wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 100px 0 0px 0;
  width: 850px;
  margin: 0 auto;
}
.inner_wrap .hero .coin_animation {
	position: relative;
	vertical-align: unset;
	object-fit: contain;
	z-index: unset;
	display: block;
	top: 0vh;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: 80vh;
	margin: 0 auto;
	top: -10px;
}
.inner_wrap .hero .coin_animation_still {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 29px;
    display: block;
    margin: 0 auto;
    position: relative;
	margin-bottom: 20px;
}
.claim .inner_wrap {
  max-width: 1280px;
  width: 95%;
}
.inner_wrap h1 {
  margin-bottom: 5px;
  font-size: 28px;
}
.index .inner_wrap h1 {
	margin-bottom: 5px;
	font-size: 36px;
	text-align: center;
	letter-spacing: -.04em;
	text-transform: uppercase;
	line-height: normal;
}
.index .inner_wrap .arrow_down:before {
	content: '';
	width: 40px;
	height: 40px;
	background: url(../icons/icon-mouse-white.svg);
	opacity: 1;
	transition: all .2s;
	display: inline-block;
	position: relative;
	right: 0;
	animation: 2s infinite alternate bounce;
	margin-bottom: 50px;
	margin-top: 10px;
	margin-right: 0;
}
.index .inner_wrap h1 span {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(300deg, #00934a 21%, #bcee00);
    -webkit-background-clip: text;
    display: block;
}
.index .inner_wrap h2 {
    letter-spacing: -.04em;
    margin-top: 30px;
    margin-bottom: 40px;
}
.inner_wrap h1 .page_not_working {
  font-size: 14px;
  float: right;
  position: relative;
  top: 20px;
}
.inner_wrap h2 {
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 22px;
}
.inner_wrap h3 {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
.index .inner_wrap .ctas {
	margin-bottom: 50px;
}
.inner_wrap > p, .inner_wrap > ul, .inner_wrap table {
  margin-bottom: 17.5px;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
}
.inner_wrap img {
  margin-bottom: 10px;
  margin-top: 10px;
}
.inner_wrap img.tokenomics_allocation {
  width: 100%;
  margin: 0 auto;
  border: 1px dashed rgba(255, 255, 255, .25);
  padding: 50px;
  background-image: linear-gradient(rgba(0, 0, 0, 1), transparent);
}
.inner_wrap img.tokenomics_schedule, .inner_wrap img.circulating_supply {
  width: 100%;
  margin: 0 auto;
  border: 1px dashed rgba(255, 255, 255, .25);
  padding: 40px 25px;
  background-image: linear-gradient(rgba(0, 0, 0, 1), transparent);
}
.inner_wrap img.ad_rev_share, 
.inner_wrap img.dec_creator_econ, 
.inner_wrap img.platform_rewards,
.inner_wrap img.blocknode_ecosystem{
  width: 100%;
  margin: 0 auto;
  border: 1px dashed rgba(255, 255, 255, .25);
  padding: 30px;
  background-image: linear-gradient(rgba(0, 0, 0, 1), transparent);
  margin-bottom: 10px;
}
.inner_wrap img.max900 {
  max-width: 900px;
}
.inner_wrap img.max700 {
  max-width: 700px;
}
.inner_wrap a:not(.button) {
  color: #20d50f;
  text-decoration: underline;
}
.inner_wrap .inline_ctas .button {
  color: #fff;
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 20px;
  border: 1px solid #00934a;
  margin-top: 12px;
  margin-right: 5px;
}
.inner_wrap .button.cmc {
  padding-left: 33px;
  background: #000;
  border: 1px dashed rgba(255, 255, 255, .5);
}
.inner_wrap .button.cmc:before {
  content: '';
  width: 13px;
  height: 13px;
  background: url(../img/cmc_icon.svg);
  background-size: contain !important;
  transition: all .2s;
  display: inline-block;
  position: absolute;
  left: 14px;
  top: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
.inner_wrap .team_partners_investors {
  display: block;
  width: 100%;
  border-radius: 0;
  text-align: left;
  position: relative;
  overflow: hidden;
  /* padding: 25px 0 20px 0; */
  /* border: 1px dashed rgba(255,255,255,.25); */
  /* padding-top: 25px; */
  /* padding-bottom: 15px; */
  overflow-x: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  /*background-image: linear-gradient(rgba(0,0,0,1),transparent);*/
  /* background: #000; */
  background-image: linear-gradient(rgba(0, 0, 0, 1), transparent);
}
.inner_wrap .team_partners_investors ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0;
  /* gap: 0; */
}
.inner_wrap .team_partners_investors ul:first-child {
  /* margin-bottom: 10px; */
}
.inner_wrap .team_partners_investors ul li {
  width: 25%;
  padding: 25px 25px 30px 25px;
  min-width: 212.5px;
  text-align: center;
  position: relative;
  margin: auto;
  border: 1px dashed rgba(255, 255, 255, .25);
}
.inner_wrap .team_partners_investors ul.team li {
  vertical-align: top;
}
.inner_wrap .team_partners_investors ul.team:nth-child(1) li:nth-child(1) {
  border-right: 0;
  border-bottom: 0;
}
.inner_wrap .team_partners_investors ul.team:nth-child(1) li:nth-child(2) {
  border-right: 0;
  height: 259px;
  border-bottom: 0;
}
.inner_wrap .team_partners_investors ul.team:nth-child(1) li:nth-child(3) {
  border-left: 0;
  height: 259px;
  border-bottom: 0;
}
.inner_wrap .team_partners_investors ul.team:nth-child(1) li:nth-child(4) {
  border-left: 0;
  border-bottom: 0;
}
.inner_wrap .team_partners_investors ul.team:nth-child(2) li:nth-child(1) {
  border-right: 0;
}
.inner_wrap .team_partners_investors ul.team:nth-child(2) li:nth-child(2) {
  border-right: 0;
}
.inner_wrap .team_partners_investors ul.team:nth-child(2) li:nth-child(4) {
  border-left: 0;
}
.inner_wrap .team_partners_investors ul.advisors:nth-child(1) li:nth-child(1), .inner_wrap .team_partners_investors ul.investors:nth-child(1) li:nth-child(1) {
  border-right: 0;
  border-bottom: 0;
}
.inner_wrap .team_partners_investors ul.advisors:nth-child(1) li:nth-child(2), .inner_wrap .team_partners_investors ul.investors:nth-child(1) li:nth-child(2) {
  border-bottom: 0;
  border-right: 0;
}
.inner_wrap .team_partners_investors ul.advisors:nth-child(1) li:nth-child(3), .inner_wrap .team_partners_investors ul.investors:nth-child(1) li:nth-child(3) {
  border-bottom: 0;
}
.inner_wrap .team_partners_investors ul.advisors:nth-child(1) li:nth-child(4), .inner_wrap .team_partners_investors ul.investors:nth-child(1) li:nth-child(4) {
  border-left: 0;
  border-bottom: 0;
}
.inner_wrap .team_partners_investors ul.advisors:nth-child(2) li:nth-child(1), .inner_wrap .team_partners_investors ul.investors:nth-child(2) li:nth-child(1) {
  border-right: 0;
}
.inner_wrap .team_partners_investors ul.advisors:nth-child(2) li:nth-child(2), .inner_wrap .team_partners_investors ul.investors:nth-child(2) li:nth-child(2) {
  border-right: 0;
}
.inner_wrap .team_partners_investors ul.advisors:nth-child(2) li:nth-child(4), .inner_wrap .team_partners_investors ul.investors:nth-child(2) li:nth-child(4) {
  border-left: 0;
}
.inner_wrap .team_partners_investors ul li .picture {}
.inner_wrap .team_partners_investors ul li .picture img {
  width: 85px;
  height: 85px;
  border-radius: 999px;
  border: 0 solid #00934b;
  margin-bottom: 5px;
  object-fit: cover;
}
.inner_wrap .team_partners_investors ul.investors li .picture img {
  width: 140px;
  height: 60px;
  object-fit: contain;
  border-radius: 0;
  margin-bottom: 10px;
}
.inner_wrap .team_partners_investors ul.investors li.kraken .picture img {
  width: 180px;
  height: 60px;
  object-fit: contain;
  border-radius: 0;
  margin-bottom: 10px;
  position: relative;
  left: -9px;
}
.inner_wrap .team_partners_investors ul.investors li.cryptocom .picture img {
  width: 190px;
  height: 60px;
  object-fit: cover;
  border-radius: 0;
  margin-bottom: 10px;
  position: relative;
  left: -14px;
}
.inner_wrap .team_partners_investors ul.investors li.arrington .picture img {
  width: 100px;
  height: 60px;
  object-fit: contain;
  border-radius: 0;
  margin-bottom: 10px;
  position: relative;
}
.inner_wrap .team_partners_investors ul.investors li.gsr .picture img {
  width: 100px;
  height: 60px;
  object-fit: contain;
  border-radius: 0;
  margin-bottom: 10px;
  position: relative;
}
.inner_wrap .team_partners_investors ul.investors li.cmcc .picture img {
  width: 165px;
  height: 60px;
  object-fit: contain;
  border-radius: 0;
  margin-bottom: 10px;
  position: relative;
  left: -2px;
}
.inner_wrap .team_partners_investors ul.investors li.deadmau5 .picture img {
  width: 85px;
  height: 60px;
  object-fit: contain;
  border-radius: 0;
  margin-bottom: 10px;
  position: relative;
}
body.in_main .inner_wrap section.team .flex .card.team:not(.advisors) ul li .picture img {
  /* filter: grayscale(1); */
}
.inner_wrap .team_partners_investors ul.advisors li .picture img {
  border-radius: 5px;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
.inner_wrap .team_partners_investors ul.advisors li.ayita .picture img {
  object-fit: contain;
  width: 100px;
}
.inner_wrap .team_partners_investors ul.advisors li.nue .picture img {
  width: 70px;
  object-fit: contain;
}
.inner_wrap .team_partners_investors ul.advisors li.wyre .picture img {
  object-fit: contain;
  width: 85px;
}
.inner_wrap .team_partners_investors ul.advisors li.six .picture img {
  object-fit: contain;
}
.inner_wrap .team_partners_investors ul.advisors li.y2p .picture img {
  object-fit: contain;
  width: 65px;
  top: 3px;
  position: relative;
}
.inner_wrap .team_partners_investors ul.advisors li.algorand .picture img {
  object-fit: contain;
  width: 125px;
}
.inner_wrap .team_partners_investors ul.advisors li.defjam .picture img {
  object-fit: contain;
  border-radius: 5px;
}
.inner_wrap .team_partners_investors ul.advisors li.bitpanda .picture img {
  object-fit: contain;
  width: 115px;
  position: relative;
  top: 5px;
}
.inner_wrap .team_partners_investors ul li .linkedin {
  content: '';
  width: 20px;
  height: 20px;
  background: url('../img/linkedin_icon.svg');
  background-size: contain;
  opacity: 1;
  transition: all .2s;
  display: inline-block;
  top: 0px;
  left: 24px;
  position: relative;
  color: #23262f;
}
.inner_wrap .team_partners_investors ul li .linkedin span {
  display: inline-block;
  width: 100px;
  float: left;
  font-weight: 400;
  font-size: 11px;
  position: absolute;
  left: -75px;
  top: 2px;
  margin-left: -4px;
  color: #777e90;
  letter-spacing: -1px;
}
.inner_wrap .team_partners_investors ul li .name {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.inner_wrap .team_partners_investors ul.investors li .name {
  font-weight: 400;
}
.inner_wrap .team_partners_investors ul li .title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  white-space: nowrap;
  color: #fff;
}
.inner_wrap .team_partners_investors ul.advisors li .title {
  font-size: 12px;
  color: #777e90;
  margin-top: 5px;
}
.inner_wrap .team_partners_investors ul li .title span {
  font-weight: 500;
  position: relative;
  top: -3px;
  font-size: 12px;
}
.inner_wrap .team_partners_investors ul li .description {
  line-height: 16px;
}
.inner_wrap .team_partners_investors ul li .description span {
  font-size: 12px;
  color: #777e90;
}
.inner_wrap .team_partners_investors ul li .description span a {
  text-decoration: underline;
  cursor: pointer;
  color: #777e90;
}
.inner_wrap .team_partners_investors ul li .description.both span {
  position: absolute;
  bottom: 30px;
  width: 160%;
  left: 20%;
  z-index: 1;
}
.inner_wrap .team_partners_investors ul.advisors li .picture img {
  border-radius: 5px;
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  padding: 7px;
  background: #fff;
  border-radius: 10px;
}
.inner_wrap .team_partners_investors ul.advisors li.ayita .picture img {
  object-fit: contain;
  width: 100px;
}
.inner_wrap .team_partners_investors ul.advisors li.nue .picture img {
  width: 100px;
  object-fit: contain;
  background: #fff;
  padding: 0 15px;
}
.inner_wrap .team_partners_investors ul.advisors li.wyre .picture img {
  object-fit: contain;
  width: 85px;
  background: #fff;
  padding: 0 10px;
}
.inner_wrap .team_partners_investors ul.advisors li.six .picture img {
  object-fit: contain;
  background: #fff;
  padding: 0 14px;
}
.inner_wrap .team_partners_investors ul.advisors li.y2p .picture img {
  object-fit: contain;
  width: 65px;
  top: 3px;
  position: relative;
  background: #fff;
  padding: 0 10px;
}
.inner_wrap .team_partners_investors ul.advisors li.algorand .picture img {
  object-fit: contain;
  width: 125px;
  background: #fff;
  padding: 0 10px;
}
.inner_wrap .team_partners_investors ul.advisors li.defjam .picture img {
  object-fit: contain;
  border-radius: 5px;
  background: #fff;
  padding: 0 8px;
}
.inner_wrap .team_partners_investors ul.advisors li.bitpanda .picture img {
  object-fit: contain;
  width: 115px;
  position: relative;
  top: 5px;
}
.inner_wrap .exchanges {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inner_wrap .exchanges a {
  width: 50%;
  height: 100px;
  text-align: center;
  display: inline-block;
  padding-top: 15px;
  font-size: 18px;
  color: #fcfcfd;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: -0.2px;
  font-weight: 600;
  border-radius: 0;
  margin-bottom: 0;
  white-space: nowrap;
  border: 1px dashed rgba(255, 255, 255, .25);
  background: linear-gradient(rgba(0, 0, 0, 1), transparent);
}
.inner_wrap .exchanges a:nth-child(1), .inner_wrap .exchanges a:nth-child(3), .inner_wrap .exchanges a:nth-child(5), .inner_wrap .exchanges a:nth-child(7), .inner_wrap .exchanges a:nth-child(9), .inner_wrap .exchanges a:nth-child(11) {
  border-right: 0;
}
.inner_wrap .exchanges a:nth-child(1), .inner_wrap .exchanges a:nth-child(2), .inner_wrap .exchanges a:nth-child(3), .inner_wrap .exchanges:not(.dex) a:nth-child(4), .inner_wrap .exchanges a:nth-child(5), .inner_wrap .exchanges a:nth-child(6), .inner_wrap .exchanges a:nth-child(7), .inner_wrap .exchanges a:nth-child(8), .inner_wrap .exchanges a:nth-child(9), .inner_wrap .exchanges a:nth-child(10) {
  border-bottom: 0;
}
.inner_wrap .exchanges.dex a:nth-child(4) {
  border-top: 0;
  border-left: 0;
}
.inner_wrap .exchanges.cex a:nth-child(13) {
  border-top: 0;
}
.inner_wrap .exchanges.cex a:nth-child(14) {
  border-top: 0;
  border-left: 0;
}
.inner_wrap .exchanges:last-of-type a:nth-child(1) {
  border-right: 1px dashed rgba(255, 255, 255, .25);
}
.inner_wrap .exchanges:last-of-type a:nth-child(2) {
  border-left: none;
}
.inner_wrap .exchanges:last-of-type a:nth-child(1), .inner_wrap .exchanges:last-of-type a:nth-child(2) {
  border-bottom: 1px dashed rgba(255, 255, 255, .25);
}
.inner_wrap .exchanges:last-of-type a:nth-child(3) {
  border-bottom: 1px dashed rgba(255, 255, 255, .25);
  border-right: 1px dashed rgba(255, 255, 255, .25);
  border-top: 0;
}
.inner_wrap .exchanges a img {
  height: 32px;
  position: relative;
  top: 8px;
}
.inner_wrap .exchanges a.kraken img {}
.inner_wrap .exchanges a.kucoin img {}
.inner_wrap .exchanges a.bybit img {}
.inner_wrap .exchanges a.cryptocom img {
  height: 37px;
  top: 5px;
}
.inner_wrap .exchanges a.gateio img {
  height: 30px;
  top: 10px;
}
.inner_wrap .exchanges a.bitpanda img {
  height: 30px;
  top: 11px;
}
.inner_wrap .exchanges a.bit2me img {
  height: 36px;
  top: 7px;
}
.inner_wrap .exchanges a.lbank img {
  height: 25px;
  top: 12px;
}
.inner_wrap .exchanges a.bingx img {
  height: 30px;
  top: 10px;
}
.inner_wrap .exchanges a.revolut img {
  height: 25px;
  top: 10px;
}
.inner_wrap .exchanges a.okx img {
  height: 19px;
  top: 14px;
}
.inner_wrap .exchanges a.uniswap img {
  height: 37px;
  top: 5px;
}
.inner_wrap .exchanges a.uniswap_base img {
  height: 62px;
  top: -10.5px;
}
.inner_wrap .exchanges a.bitget img {
  height: 30px;
  top: 9px;
}
.inner_wrap .exchanges a.bitstamp img {
  height: 30px;
  top: 10px;
}
.inner_wrap .exchanges a.mexc img {
  height: 20px;
  top: 15px;
}
.inner_wrap .exchanges a.htx img {
  top: 6px;
}
.inner_wrap .exchanges a.pancakeswap img {
  height: 27px;
  top: 10px;
}
.inner_wrap ul.news {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inner_wrap ul.news li {
  position: relative;
  padding: 25px 30px 26px 30px;
  width: 100%;
  height: auto;
  display: inline-block;
  color: #fcfcfd;
  margin-bottom: 0;
  /* white-space: nowrap; */
  border: 1px dashed rgba(255, 255, 255, .25);
  background: linear-gradient(rgba(0, 0, 0, 1), transparent);
  box-sizing: border-box;
  border-bottom: 0;
}
.inner_wrap ul.news li:last-child {
  border-bottom: 1px dashed rgba(255, 255, 255, .25);
}
.inner_wrap ul.news li a {
  color: inherit;
  text-decoration: none;
}
.inner_wrap ul.news li a .title {
  display: block;
  font-weight: 700;
  margin-bottom: 3px;
}
.inner_wrap ul.news li a .title:before {
  content: '';
  width: 100%;
  height: 30px;
  opacity: 1;
  transition: all .2s;
  display: block;
  position: relative;
  margin-bottom: 10px;
  background: url("../img/press_foxbusiness.svg");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
.inner_wrap ul.news li.musically a .title:before {
  background: url("../img/press_musically.svg");
  background-size: 125px;
  background-position: left;
  background-repeat: no-repeat;
}
.inner_wrap ul.news li.digitalmusicnews a .title:before {
  background: url("../img/press_digitalmusicnews.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
.inner_wrap ul.news li.hotpress a .title:before {
  background: url("../img/press_hotpress.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
.inner_wrap ul.news li.musicbusinessworldwide a .title:before {
  background: url("../img/press_mbw.svg");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
.inner_wrap ul.news li.musictech a .title:before {
  background: url("../img/press_musictech.svg");
  background-size: 115px;
  background-position: left;
  background-repeat: no-repeat;
}
.inner_wrap ul.news li.yahoo a .title:before {
  background: url("../img/press_yahoofinance.svg");
  background-size: 105px;
  background-position: left;
  background-repeat: no-repeat;
  height: 39px;
}
.inner_wrap ul.news li.rollingstone a .title:before {
  background: url("../img/press_rollingstone.svg");
  background-size: 150px;
  background-position: left;
  background-repeat: no-repeat;
}
.inner_wrap ul.news li.blockworks a .title:before {
  background: url("../img/press_blockworks.svg");
  background-size: 140px;
  background-position: left;
  background-repeat: no-repeat;
}
.inner_wrap ul.news li.makeuseof a .title:before {
  background: url("../img/press_makeuseof.svg");
  background-size: 106px;
  background-position: left;
  background-repeat: no-repeat;
}
.inner_wrap ul.news li.coindesk a .title:before {
  background: url("../img/press_coindesk.svg");
  background-size: 125px;
  background-position: left;
  background-repeat: no-repeat;
}
.inner_wrap ul.news li.digitalmusicnews a .title:before {
  background: url("../img/press_digitalmusicnews.png");
  background-size: 170px;
  background-position: left;
  background-repeat: no-repeat;
  height: 36px;
}
.inner_wrap ul.news li.decrypt a .title:before {
  background: url("../img/press_decrypt.svg");
  background-size: 120px;
  background-position: left;
  background-repeat: no-repeat;
  height: 40px;
}
.inner_wrap ul.news li.techradar a .title:before {
  background: url("../img/press_techradar.svg");
  background-size: 145px;
  background-position: left;
  background-repeat: no-repeat;
}
.inner_wrap ul.news li.hotpress a .title:before {
  background: url("../img/press_hotpress.png");
  background-size: 65px;
  background-position: left;
  background-repeat: no-repeat;
  height: 35px;
}
.inner_wrap ul.news li.axios a .title:before {
  background: url("../img/press_axios.svg");
  background-size: 80px;
  background-position: left;
  background-repeat: no-repeat;
}
.inner_wrap ul.news li.beincrypto a .title:before {
  background: url("../img/press_beincrypto.png");
  background-size: 100px;
  background-position: left;
  background-repeat: no-repeat;
}
.inner_wrap ul.news li.techcrunch .title:before {
  background: url("../img/press_techcrunch.svg");
  background-size: 55px;
  background-position: left;
  background-repeat: no-repeat;
}
.inner_wrap ul.news li.tubefilter a .title:before {
  background: url("../img/press_tubefilter.svg");
  background-size: 135px;
  background-position: left;
  background-repeat: no-repeat;
}
.inner_wrap ul.news li.edmtunes a .title:before {
  background: url("../img/press_edmtunes.png");
  background-size: 135px;
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
  left: -9px;
}
.inner_wrap ul.news li.musicbusinessworldwide a .title:before {
  background: url("../img/press_mbw.svg");
  background-size: 170px;
  background-position: left;
  background-repeat: no-repeat;
}
.inner_wrap ul.news li.cryptoslate a .title:before {
  background: url("../img/press_cryptoslate.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
.inner_wrap ul.news li.slashgear a .title:before {
  background: url("../img/press_slashgear.svg");
  background-size: 90px;
  background-position: left;
  background-repeat: no-repeat;
  height: 33px;
}
.inner_wrap ul.news li.mashable a .title:before {
  background: url("../img/press_mashable.svg");
  background-size: 125px;
  background-position: left;
  background-repeat: no-repeat;
}
.inner_wrap ul.news li.billboard a .title:before {
  background: url("../img/press_billboard.svg");
  background-size: 110px;
  background-position: left;
  background-repeat: no-repeat;
}
.inner_wrap ul.news li.theblock a .title:before {
  background: url("../img/press_theblock.svg");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
.inner_wrap ul.news li.coinmarketcap a .title:before {
  background: url("../img/press_coinmarketcap.svg");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
.inner_wrap ul.news li.reuters a .title:before {
  background: url("../img/press_reuters.svg");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
.inner_wrap ul.news li.tnw a .title:before {
  background: url("../img/press_tnw.svg");
  background-size: 90px;
  background-position: left;
  background-repeat: no-repeat;
  height: 25px;
}
.inner_wrap ul.news li.cnbc a .title:before {
  background: url("../img/press_cnbc.svg");
  background-size: 50px;
  background-position: left;
  background-repeat: no-repeat;
  height: 41px;
}
.inner_wrap ul.news li.bloomberg a .title:before {
  background: url("../img/press_bloomberg.svg");
  background-size: 125px;
  background-position: left;
  background-repeat: no-repeat;
}
.inner_wrap ul.news li a .headline {
  color: #fff;
  text-decoration: underline;
}
.inner_wrap ul.news li a .headline:after {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../icons/icon-arrow-up-right-white.svg);
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .2s;
  margin-right: 6px;
  display: inline-block;
  top: 4px;
  right: -7px;
  position: relative;
}
.inner_wrap .timeline {
  border-left: 1px solid #fff;
  padding-left: 20px;
}
.inner_wrap .timeline .item {
  position: relative;
  padding-top: 20px;
  margin-bottom: 23px;
  line-height: 26px;
}
.inner_wrap .timeline .item:before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  left: -20px;
  top: 0;
  position: absolute;
  background: #ffffff;
}
.inner_wrap .timeline .item .date {
  font-size: 14px;
  color: #777e90;
}
.inner_wrap .timeline .item .title {
  font-size: 14px;
  font-weight: 600;
}
.inner_wrap .timeline .item .title span:before {
  content: '';
  width: 10px;
  height: 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 0;
  display: inline-block;
  background-color: #20d50f;
  position: relative;
  top: 0;
  left: -7px;
  margin-left: 7px;
}
.inner_wrap .timeline .item.wip .title span:before {
  background-color: #777e90;
}
.inner_wrap .timeline .item .description {
  font-size: 14px;
  text-align: left;
}
.inner_wrap .timeline .item .description .read_about_it {
  display: block;
  position: relative;
  margin-top: -5px;
  margin-bottom: 25px;
}
.inner_wrap .timeline .item .description .read_about_it a {
  display: inline-block;
  width: 110px;
  height: 50px;
  position: relative;
  top: 20px;
  margin-left: 10px;
  border: 1px dashed rgba(255, 255, 255, .25);
}
.inner_wrap .timeline .item .description .read_about_it a.umg {
  background: url("../img/press_umg.svg") no-repeat;
  background-size: 80px;
  background-position: center;
  background-position-y: 8px;
}
.inner_wrap .timeline .item .description .read_about_it a.billboard {
  background: url("../img/press_billboard.svg") no-repeat;
  background-size: 75px;
  background-position: center;
  background-position-y: 15px;
}
.inner_wrap .timeline .item .description .read_about_it a.decrypt {
  background: url("../img/press_decrypt.svg") no-repeat;
  background-size: 75px;
  background-position: center;
  background-position-y: 11px;
}
.inner_wrap .timeline .item .description .read_about_it a.coindesk {
  background: url("../img/press_coindesk.svg") no-repeat;
  background-size: 80px;
  background-position: center;
  background-position-y: 16px;
}
.inner_wrap .timeline .item .description .read_about_it a.bloomberg {
  background: url("../img/press_bloomberg.svg") no-repeat;
  background-size: 80px;
  background-position: center;
  background-position-y: 17px;
}
.inner_wrap .timeline .item .description .read_about_it a.cnbc {
  background: url("../img/press_cnbc.svg") no-repeat;
  background-size: 40px;
  background-position: center;
  background-position-y: 7px;
}
.inner_wrap .timeline .item .description .read_about_it a.rollingstone {
  background: url("../img/press_rollingstone.svg") no-repeat;
  background-size: 85px;
  background-position: center;
  background-position-y: 15px;
}
.inner_wrap .timeline .item .description .read_about_it a.reuters {
  background: url("../img/press_reuters.svg") no-repeat;
  background-size: 80px;
  background-position: center;
  background-position-y: 14px;
}
.inner_wrap .timeline .item .description .read_about_it a.theblock {
  background: url("../img/press_theblock.svg") no-repeat;
  background-size: 85px;
  background-position: center;
  background-position-y: 15px;
}
.inner_wrap .timeline .item .description .read_about_it a.coinmarketcap {
  background: url("../img/press_coinmarketcap.svg") no-repeat;
  background-size: 93px;
  background-position: center;
  background-position-y: 15px;
}
.inner_wrap .timeline .item .description .read_about_it a.musicbusinessworldwide {
  background: url("../img/press_mbw.svg") no-repeat;
  background-size: 86px;
  background-position: center;
  background-position-y: 15px;
}
.inner_wrap .timeline .item .description .read_about_it a.mashable {
  background: url("../img/press_mashable.svg") no-repeat;
  background-size: 80px;
  background-position: center;
  background-position-y: 16px;
}
.inner_wrap .timeline .item .description .read_about_it a.slashgear {
  background: url("../img/press_slashgear.svg") no-repeat;
  background-size: 68px;
  background-position: center;
  background-position-y: 10px;
}
.inner_wrap .timeline .item .description .read_about_it a.edmtunes {
  background: url("../img/press_edmtunes.png") no-repeat;
  background-size: 85px;
  background-position: center;
  background-position-y: 12px;
  background-position-x: 9px;
}
.inner_wrap .timeline .item .description .read_about_it a.cryptoslate {
  background: url("../img/press_cryptoslate.png") no-repeat;
  background-size: 85px;
  background-position: center;
  background-position-y: 14px;
}
.inner_wrap .timeline .item .description .read_about_it a.tubefilter {
  background: url("../img/press_tubefilter.svg") no-repeat;
  background-size: 85px;
  background-position: center;
  background-position-y: 18px;
}
.inner_wrap .timeline .item .description .read_about_it a.limewire {
  background: url("../img/press_limewire.svg") no-repeat;
  background-size: 40px;
  background-position: center;
  background-position-y: 3.5px;
}
.inner_wrap .timeline .item .description .read_about_it a.blockworks {
  background: url("../img/press_blockworks.svg") no-repeat;
  background-size: 85px;
  background-position: center;
  background-position-y: 17px;
  background-position-x: 13px;
}
.inner_wrap .timeline .item .description .read_about_it a.techcrunch {
  background: url("../img/press_techcrunch.svg") no-repeat;
  background-size: 35px;
  background-position: center;
  background-position-y: 14.5px;
}
.inner_wrap .timeline .item .description .read_about_it a.yahoo {
  background: url("../img/press_yahoo.svg") no-repeat;
  background-size: 68px;
  background-position: center;
  background-position-y: 15px;
}
.inner_wrap .timeline .item .description .read_about_it a.axios {
  background: url("../img/press_axios.svg") no-repeat;
  background-size: 60px;
  background-position: center;
  background-position-y: 16.5px;
}
.inner_wrap .timeline .item .description .read_about_it a.musictech {
  background: url("../img/press_musictech.svg") no-repeat;
  background-size: 75px;
  background-position: center;
  background-position-y: 16px;
}
.inner_wrap .timeline .item .description .read_about_it a.foxbusiness {
  background: url("../img/press_foxbusiness.svg") no-repeat;
  background-size: 50px;
  background-position: center;
  background-position-y: 12px;
}
.inner_wrap .timeline .item .description .read_about_it a.musically {
  background: url("../img/press_musically.svg") no-repeat;
  background-size: 88px;
  background-position: center;
  background-position-y: 15px;
}
.inner_wrap .staking_pools {
  display: block;
  width: 100%;
  border-radius: 0;
  text-align: left;
  position: relative;
  overflow: hidden;
  overflow-x: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  background-image: linear-gradient(rgba(0, 0, 0, 1), transparent);
}
.inner_wrap .staking_pools ul {
  list-style: none;
  text-align: left;
}
.inner_wrap .staking_pools ul li {
  width: 45%;
  padding: 20px 20px;
  min-width: 300px;
  text-align: left;
  position: relative;
  border: 1px dashed rgba(255, 255, 255, .25);
  display: inline-block;
  margin-right: 20px;
}
.inner_wrap .staking_pools ul li .heading {
  font-size: 16px;
  font-weight: 600;
}
.inner_wrap .staking_pools ul li .heading span {
  position: relative;
  top: -14px;
  margin-bottom: 13px;
  display: block;
}
.inner_wrap .staking_pools ul li .heading span:before {
  content: '';
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, .0) url("../icons/icon_stake.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .2s;
  margin-right: 12px;
  display: inline-block;
  top: 14px;
  right: 0;
  position: relative;
  border: 1px dotted rgba(255, 255, 255, .25);
}
.inner_wrap .staking_pools ul li .body, .inner_wrap .staking_pools ul li .footer {
  font-size: 14px;
  line-height: 26px;
  text-align: left;
}
.inner_wrap .staking_pools ul li .body {
  margin-bottom: 17px;
}
.inner_wrap .staking_pools ul li .body .info {
  margin-bottom: 10px;
}
.inner_wrap .staking_pools ul li .body .info .title {
  display: block;
  font-weight: bold;
}
.inner_wrap .staking_pools ul li .body .info .info {
  font-weight: 500;
  position: relative;
  top: -3px;
  /* font-size: 12px; */
}
.inner_wrap .staking_pools ul li .footer .button {
  color: #fff;
  text-decoration: none;
}
.inner_wrap .staking_pools ul li .footer .status {
  margin-left: 10px;
  font-size: 14px;
}
.inner_wrap .staking_pools ul li .footer .status span {
  color: #00934a
}
.inner_wrap .staking_pools ul li .footer .operated_by {
  display: block;
  margin-top: 25px;
  border-top: 1px dotted rgba(255, 255, 255, .25);
  padding-top: 10px;
  font-size: 11px;
  color: #9f9f9f;
  line-height: 15px;
  letter-spacing: -0.7px;
}
.inner_wrap .staking_pools ul li .footer .operated_by a {
  color: #9f9f9f;
  line-height: normal;
}
.inner_wrap .staking_pools ul li .dcentralab {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 16px;
  position: relative;
  display: inline-block;
  top: 4px;
}
.inner_wrap section.newsletter {
    border: 1px dashed rgba(255, 255, 255, .25);
    padding: 30px 20px 35px 20px;
    letter-spacing: -0.25px;
    margin-bottom: 60px;
    background: #000 url(../img/lw_grid.svg);
}
.inner_wrap section.newsletter .heading {
	margin-bottom: 20px;
	/* margin-top: 12px; */
	font-size: 22px;
	font-weight: 600;
	line-height: normal;
	/* -webkit-text-fill-color: transparent; */
	/* background-image: linear-gradient(300deg, #00934a 21%, #bcee00); */
	/* -webkit-background-clip: text; */
}
.inner_wrap section.newsletter .form .head p {
	margin-bottom: 20px;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: -1px;
}
.inner_wrap section.newsletter .form {
    width: 380px;
    margin: 0 auto;
    position: relative;
}
.inner_wrap section.newsletter .form form .form_row .input_wrap {
    position: relative;
}
.inner_wrap section.newsletter .form form .form_row .input_wrap input {
    width: 100%;
    border-radius: 5px;
    /* box-shadow: inset 0 0 0 1px #d7d7d7; */
    background: 0 0;
    font-size: 13px;
    line-height: 1.71429;
    font-weight: 500;
    color: #23262f;
    height: 48px;
    padding: 0 14px;
    background: #fff;
    margin-bottom: 15px;
    font-family: "GT America Mono", system-ui, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -0.25px;
}
.inner_wrap section.newsletter .form form .form_row .label {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}
.inner_wrap section.newsletter .form form .form_row.legal p,
.inner_wrap section.newsletter .form form .form_row.legal p > a{
    font-size: 14px;
    color: #fff;
    letter-spacing: -1px;
}
.inner_wrap section.newsletter .form form .button {
	margin-top: 35px;
	/* margin-bottom: 20px; */
}
footer .investors {
  display: block;
  text-align: center;
  position: realtive;
  top: -20px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), transparent);
  /*margin-top: 600px;*/
  /*margin-top: 70vh;*/
}
.inner_wrap section.product_intro {
	background: url(../img/blocknode_sneak_peek.png),linear-gradient(45deg, black, #333333);
	background-size: 65%, 100%;
	background-repeat: no-repeat;
	background-position: 508px 15px, center;
	width: 100%;
	display: block;
	padding: 25px 25px 30px 25px;
	margin-bottom: 40px;
	text-align: left;
	/* border: 1px dashed rgba(255, 255, 255, .25); */
	height: auto;
}
.inner_wrap section.product_intro.limewire {
    background: url(../img/limewire_icon.svg) no-repeat, linear-gradient(300deg, rgb(0 149 74), #001b0d), #00954a;
    background-size: 60%, auto;
    background-repeat: no-repeat;
    background-position: 550px 40px, 0;
}
.inner_wrap section.product_intro.lmwr {
    background: url(../img/limewire_coin_still_1.png), #0f0f0f url(../img/lw_grid.svg);
    background-size: 60%, auto;
    background-repeat: no-repeat, repeat;
    background-position: 500px 40px, 0;
    /* border: 1px dotted rgba(255, 255, 255, .15); */
}
.inner_wrap section.product_intro .center {
	
}
.inner_wrap section.product_intro img {height: 45px;margin-bottom: 20px;margin-top: 0;}
.inner_wrap section.product_intro.limewire img {
	height: 36px;
	margin-top: 0;
}
.inner_wrap section.product_intro .heading {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
}
.inner_wrap section.product_intro p {
    max-width: 60%;
    font-size: 16px;
    letter-spacing: -1.0px;
}
.inner_wrap section.product_intro .button {
	margin-top: 25px;
}
.inner_wrap section.product_intro.blocknode .button {
	background: linear-gradient(300deg, rgb(82 82 82), #606060), #9c9b9c;
}
.inner_wrap section.product_intro.lmwr .button {
background: #0f0f0f;
    border: 1px dashed rgba(255, 255, 255, .5);
}
.inner_wrap section.product_intro .button.link_out:after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../icons/exit-page.png);
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s;
    margin-right: 6px;
    display: inline-block;
    top: -1px;
    right: -7px;
    position: relative;
}
footer .investors .investor {
  background: url(../img/investor_algorand_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 200px;
  height: 100px;
  display: inline-block;
  opacity: 0.9
}
footer .investors .investor.arrington {
  background: url(../img/investor_arrington_white.svg);
  background-size: 100px;
  background-position: center;
  background-repeat: no-repeat;
}
footer .investors .investor.kraken {
  background: url(../img/investor_kraken_white.svg);
  background-size: 225px;
  background-position: center;
  background-repeat: no-repeat;
  width: 290px;
}
footer .investors .investor.cmcc {
  background: url(../img/investor_cmcc_white.svg);
  background-size: 190px;
  background-position: center;
  background-repeat: no-repeat;
  width: 225px;
}
footer .investors .investor.cryptocom {
  background: url(../img/investor_cryptocom_white.svg);
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  width: 345px;
}
footer .investors .investor.daojones {
  background: url(../img/investor_daojones_white.svg);
  background-size: 145px;
  background-position: center;
  background-repeat: no-repeat;
}
footer .investors .investor.swissborg {
  background: url(../img/investor_swissborg_white.png);
  background-size: 165px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 17px;
}
.investor.swissborg {}
footer .investors .investor.deadmau5 {
  background: url(../img/investor_deadmau5_white.svg);
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
  width: 215px;
}
footer .investors .investor.gsr {
  background: url(../img/investor_gsr_white.svg);
  background-size: 100px;
  background-position: center;
  background-repeat: no-repeat;
}
footer .investors .investor.hivemind {
  background: url(../img/investor_hivemind_white.svg);
  background-size: 125px;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-section {
  position: relative;
  top: 50vh;
  overflow: hidden;
  font: 900 9vw/1 sans-serif;
  min-height: 100vh;
}
.sequence img {
  display: block;
  position: absolute;
  top: 7.25vh;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 75vh;
  margin: 0 auto;
}
.inner_wrap .originals_box {
  width: 100%;
  margin: 0 auto;
  border: 1px dashed rgba(255, 255, 255, .25);
  padding: 15px;
  background-image: linear-gradient(rgba(0, 0, 0, 1), transparent);
  margin-bottom: 10px;
}
.inner_wrap .originals_box img {
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
}
.inner_wrap .originals_box .both_sides {
  display: block;
  width: 100%;
  font-size: 14px;
}
.inner_wrap .originals_box .both_sides .left {
  float: left;
}
.inner_wrap .originals_box .both_sides .left .title {
  font-weight: 600;
  display: block;
  margin-top: -7px;
  margin-bottom: -3px;
  position: relative;
  top: 3px;
}
.inner_wrap .originals_box .both_sides .left .author {
  position: relative;
  top: 3px;
}
.inner_wrap .originals_box .both_sides .left .author:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/limewire_token_logo_new.svg);
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .2s;
  margin-right: 5px;
  display: inline-block;
  top: 5px;
  position: relative;
}
.inner_wrap .originals_box .both_sides .right {
  float: right;
}
.inner_wrap .originals_box .both_sides .right a {
  color: #fff;
  text-decoration: none;
  text-transform: none;
}
.inner_wrap .originals_box .both_sides .right a.view {
  color: #fff;
  text-decoration: none;
  text-transform: none;
  background: #000;
  border: 1px dashed rgba(255, 255, 255, .5);
}
.inner_wrap .popup_flow {
  display: block;
  width: 500px;
  height: auto;
  min-height: 550px;
  background: #000;
  margin: 0 auto;
  /* box-shadow: 0 7px 14px 0 rgb(60 66 87 / 10%), 0 3px 6px 0 rgb(0 0 0 / 10%); */
  overflow: hidden;
  letter-spacing: -0.2px;
  position: relative;
  /* top: -50px; */
  margin-top: 50px;
  margin-bottom: 50px;
  border: 1px dashed rgba(255, 255, 255, .5);
}
.inner_wrap .popup_flow .flow_header {
  display: block;
  height: 60px;
  border-bottom: 1px dashed rgba(255, 255, 255, .5);
  padding: 0 10px;
  text-align: center;
}
.inner_wrap .popup_flow .flow_header .header_logo {
	height: 25px;
	position: relative;
	top: 7px;
}
.inner_wrap .popup_flow.wallet_connected .flow_header .header_logo {
	float: left;
	margin-left: 10px;
}
.inner_wrap .popup_flow.wallet_connected .flow_header .connected_wallet {
	float: right;
	font-size: 13px;
	line-height: normal;
	position: relative;
	top: 11.5px;
	margin-right: 10px;
	text-align: right;
}
.inner_wrap .popup_flow.wallet_connected .flow_header .connected_wallet span {display: block;}
.inner_wrap .popup_flow.wallet_connected .flow_header .connected_wallet a {

}
.inner_wrap .popup_flow .flow_main {
  padding: 10px;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.inner_wrap .popup_flow .flow_main .button.connect_wallet {
	text-decoration: none;
	color: #fff;
	    margin-top: 25px;
    margin-bottom: 5px;
}

.inner_wrap .popup_flow .flow_main .button.mint {
  text-decoration: none;
  color: #fff;
 margin-top: 0;
margin-bottom: 25px;
}

.inner_wrap .popup_flow .flow_main video {
	position: relative;
	height: unset;
	width: unset;
	top: unset;
	width: 250px;
	height: 250px;
	pointer-events: unset;
	z-index: 1;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 25px;
}

.inner_wrap .popup_flow .flow_main .revealed video {
  position: relative;
  height: unset;
  width: unset;
  top: unset;
  pointer-events: unset;
  z-index: 1;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.inner_wrap .popup_flow .flow_main ul.nfts {
	margin-top: 25px;
	margin-bottom: 10px;
}
.inner_wrap .popup_flow .flow_main ul.nfts.revealed {
	margin-top: 20px;
}
.inner_wrap .popup_flow .flow_main ul.nfts li {
	display: inline-block;
	width: 175px;
	height: 230px;
	object-fit: contain;
	border: 1px dashed rgba(255,255,255,.3);
	font-size: 13px;
	margin: 10px;
}
.inner_wrap .popup_flow .flow_main ul.nfts li.unlocked_content {
	vertical-align: top;
	padding: 15px;
}
.inner_wrap .popup_flow .flow_main ul.nfts li.unlocked_content .main_title {display: block;font-size: 20px;margin-bottom: 35px;}
.inner_wrap .popup_flow .flow_main ul.nfts li.unlocked_content .main_detail {display: block;font-size: 17px;font-weight: 700;margin-bottom: 60px;position: relative;top: 10px;}
.inner_wrap .popup_flow .flow_main ul.nfts li.unlocked_content a.cta {

}
.inner_wrap .popup_flow .flow_main ul.nfts li img {
	width: 100%;
	height: 175px;
	margin: 0;
	object-fit: contain;
}
.inner_wrap .popup_flow .flow_main ul.nfts li .left {position: relative;top: 3px;margin-bottom: 1px;}
.inner_wrap .popup_flow .flow_main ul.nfts li .left .title {
	display: inline-block;
	font-weight: 600;
}
.inner_wrap .popup_flow .flow_main ul.nfts li .left .author {
	display: inline-block;
}
.inner_wrap .popup_flow .flow_main ul.nfts li .right {display: block;}
.inner_wrap .popup_flow .flow_main ul.nfts li .right a {
	
}
.inner_wrap .popup_flow .flow_footer {
  height: 40px;
  position: relative;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 0 10px 0 10px;
  font-size: 13px;
  line-height: normal;
  text-align: center;
  margin-bottom: 20px;
  color: #999;
}
.inner_wrap .popup_flow .flow_footer span {
	display: block;
    padding-top: 20px;
	margin: 0 auto;
}
.inner_wrap .popup_flow .flow_footer a {
	color: inherit;
}
.minting_status .error {
  color: #ff6501;
}
.minting_status .complete {
  color: #00cc33;
}

/* responsive: menus */
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .center {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .resp_reduced_menu_title {
    display: initial;
  }
  .resp_extended_menu_title {
    display: none;
  }
  .header.header .header_center .header_nav .header_nav_left {
    margin-right: 0;
    margin-left: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1060px) {
  .header.header .header_center .header_nav .header_nav_left {
    margin-left: 0;
  }
  .header_nav_item.link_out {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  header.header .header_center .header_nav .header_nav_center .header_nav_center_links .header_nav_item, header.header .header_center .header_nav .header_nav_item.dropdown > [data-action="dropdown_toggle"] {
    padding-left: 0;
  }
  footer .footer_nav .footer_nav_left .footer_nav_item {
    padding-left: 0;
    padding-right: 30px;
  }
  footer .footer_nav .footer_nav_right .footer_nav_item {
    padding-right: 0;
  }
}
/* responsive: coin 
@media screen and (min-width: 768px) and (max-width: 850px) {
  .sequence img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-height: 770px) {
  .sequence img {
    top: 9vh;
  }
}
@media screen and (min-width: 768px) and (max-height: 700px) {
  .sequence img {
    top: 10vh;
  }
}
@media screen and (min-width: 768px) and (max-height: 660px) {
  .sequence img {
    top: 11vh;
  }
}
@media screen and (min-width: 768px) and (max-height: 600px) {
  .sequence img {
    top: 12vh;
  }
}
@media screen and (min-width: 768px) and (max-height: 550px) {
  .sequence img {
    top: 14vh;
  }
}
@media screen and (min-width: 768px) and (max-height: 480px) {
  .sequence img {
    top: 16vh;
  }
}
@media screen and (min-width: 768px) and (max-height: 430px) {
  .sequence img {
    top: 18vh;
  }
}
@media screen and (min-width: 768px) and (max-height: 380px) {
  .sequence img {
    top: 20vh;
  }
}
@media screen and (min-width: 768px) and (max-height: 330px) {
  .sequence img {
    top: 22vh;
  }
}
@media screen and (min-width: 768px) and (max-height: 280px) {
  .sequence img {
    top: 24vh;
  }
}
*/
/* responsive: inner_wrap */
@media screen and (max-width: 880px) {
  .inner_wrap {
    max-width: 100%;
    width: auto;
    margin: 0 15px;
  }
}
/* responsive: mobile */
@media screen and (min-width: 768px) and (max-width: 967px) {
  .hide_below_890 {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1094px) {
  .hide_below_1094 {
    display: none;
  }
}
@media screen and (max-width: 801px) {
	header.header .header_center .header_nav a.button.telegram {
		margin-right: 0;
	}
	header.header .header_center .header_nav a.button.telegram,
	header.header .header_center .header_nav a.button.discord{
	        padding-left: 10px;
        padding-right: 10px !important;
	}
}
@media screen and (max-width: 475px) and (max-height: 900px) {
	.index:not(.is_safari) .inner_wrap .arrow_down:before {
	    margin-top: -50px;
	}
}
@media screen and (max-height: 800px) {
	.inner_wrap .hero .coin_animation{
	   margin-top: -20px;
	}
}
@media screen and (max-width: 870px) {
	header.header .header_center .header_nav a.button.telegram:hover > span,
	header.header .header_center .header_nav a.button.discord:hover > span{
		display: none;
	}
}
@media screen and (max-width: 767px) {
  body.index {
    background-size: cover;
  }
  header.header .header_center .header_nav a.button.discord,
	header.header .header_center .header_nav a.button.telegram{
  display: none;
  }
  header.header .header_center .header_logo:first-of-type {
    margin-right: 0;
  }
  header.header .header_center .header_nav .header_nav_left {
    margin-left: 0;
  }
  header.header {
    padding: 15px 0;
  }
  .center {
    margin: 0 15px;
  }
	.index .hero .center {
		margin: 0;
	}
  .button.small {
    padding: 0 20px;
  }
  header.header .header_center .header_nav {
    justify-content: space-between;
  }
  header.header .header_center .header_nav .header_burger {
    margin: 0;
  }
  header.header .header_center .header_nav {
    flex-grow: unset;
  }
  header.header .header_center .header_nav a.button {
    top: 0;
    margin-left: 15px;
  }
  header.header .header_center .header_logo img {
    width: 40px;
    top: -1px;
    margin-right: 10px;
  }
  header.header .header_center .header_nav .header_burger {
    display: block;
    position: absolute;
    right: 25px;
    z-index: 15;
    width: 32px;
    height: 32px;
    background: 0 0;
    -webkit-tap-highlight-color: transparent
  }
  header.header .header_center .header_nav .header_burger:after, header.header .header_center .header_nav .header_burger:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 6px;
    width: 20px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
  }
  header.header .header_center .header_nav .header_burger:before {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
  }
  header.header .header_center .header_nav .header_burger:after {
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
  }
  header.header .header_center .header_nav .header_burger.open:before {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg)
  }
  header.header .header_center .header_nav .header_burger.open:after {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
  }
  header.header .header_center .header_nav .header_nav_center .header_nav_center_links .header_nav_item:before {
    display: none;
  }
  header.header .header_center .header_nav .header_nav_item.dropdown .dropdown_body .header_nav_item:not(.no_arrow):after {
    width: 32px;
    height: 32px;
    top: 7px;
  }
  header.header .header_center .header_nav .header_nav_center .header_nav_center_links .header_nav_item.link_out:after {
    width: 16px;
    height: 16px;
    right: -10px;
  }
  .index footer:after, .index footer:before {
    display: none;
  }
  footer .investors {
    margin-top: 0;
  }
  footer .investors .investor {
    margin-left: -10px;
    margin-right: -10px;
  }
  footer .investors .investor.arrington {
    margin-right: -35px;
  }
  footer .investors .investor.gsr {
    margin-right: -30px;
  }
  footer .investors .investor.cmcc {
    margin-right: -30px;
  }
  footer .investors .investor.deadmau5 {
    margin-right: -35px;
  }
  footer .investors .investor.swissborg {
    margin-right: 5px;
  }
  footer .investors .investor.daojones {
    margin-right: -25px;
  }
  footer .investors .investor.kraken {
    margin-right: -25px;
  }
  footer .investors .investor.cryptocom {
    margin-right: 10px;
    position: relative;
    top: 2px;
  }
  footer .footer_legal_text {
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px;
    letter-spacing: -1.25px;
    text-transform: capitalize;
  }
  .hide_on_mobile {
    display: none;
  }
  footer .footer_nav .footer_nav_left .footer_nav_item {
    padding-left: 0;
  }
  footer .footer_nav .footer_nav_right .footer_nav_item {
    padding-right: 0;
  }
  footer .footer_nav .footer_nav_left {
    margin: 0;
  }
  footer .footer_nav {
    justify-content: space-between;
    padding: 0 15px;
    margin: 0 auto;
  }
  .inner_wrap .inline_ctas {
    display: flex;
    flex-direction: column;
  }
  .inner_wrap .inline_ctas .button {
    height: 50px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  .inner_wrap .inline_ctas .button.cmc {
    padding-left: 0;
  }
  .inner_wrap .inline_ctas .button.cmc:before {
    position: relative;
    display: inline-block;
    left: 0;
    top: 0;
    margin-right: 5px;
  }
  .inner_wrap .exchanges a img {
    height: 25px;
    top: 11px;
  }
  .inner_wrap .exchanges a.kraken img {
    top: 12px;
  }
  .inner_wrap .exchanges a.kucoin img {
    top: 13px;
  }
  .inner_wrap .exchanges a.bybit img {}
  .inner_wrap .exchanges a.cryptocom img {
    height: 29px;
    top: 10px;
  }
  .inner_wrap .exchanges a.gateio img {
    height: 25px;
    top: 12px;
  }
  .inner_wrap .exchanges a.bitpanda img {
    height: 25px;
    top: 12px;
  }
  .inner_wrap .exchanges a.bit2me img {
    height: 30px;
    top: 8px;
  }
  .inner_wrap .exchanges a.lbank img {
    height: 20px;
    top: 13px;
  }
  .inner_wrap .exchanges a.bingx img {
    height: 25px;
    top: 12px;
  }
  .inner_wrap .exchanges a.okx img {
    height: 17px;
    top: 15px;
  }
  .inner_wrap .exchanges a.uniswap img {
    height: 37px;
    top: 5px;
  }
  .inner_wrap .exchanges a.bitget img {
    height: 25px;
    top: 12px;
  }
  .inner_wrap .exchanges a.bitstamp img {
    height: 25px;
    top: 12px;
  }
  .inner_wrap .exchanges a.mexc img {
    height: 15px;
    top: 16px;
  }
  .inner_wrap .exchanges a.htx img {
    top: 8px;
  }
  .inner_wrap .exchanges a.uniswap img {
    height: 32px;
    top: 8px;
  }
  .inner_wrap .exchanges a.pancakeswap img {
    height: 22px;
    top: 13px;
  }
  .inner_wrap .staking_pools ul li {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
	.inner_wrap .hero .coin_animation_still {
		width: 100%;
	}
	.inner_wrap section.product_intro p {
		width: 80%;
		max-width: none;
	}
}
@media screen and (max-width: 575px) {
	.inner_wrap section.product_intro p {
		width: 100%;
		max-width: none;
	}
	.inner_wrap section.product_intro {
		text-align: center;
	}
	.inner_wrap section.product_intro.lmwr {
	background: #0f0f0f url(../img/lw_grid.svg);
    background-size: auto;
    background-repeat: repeat;
    background-position: 0;
	}
.inner_wrap section.product_intro.limewire {
    background: linear-gradient(300deg, rgb(0 149 74), #001b0d), #00954a;
    background-size: auto;
    background-position:0;
	}
.inner_wrap section.product_intro.blocknode {
	background: linear-gradient(45deg, black, #333333);
    background-size: 100%;
    background-position:center;
	}
}
@media screen and (max-width: 555px) {
  .originals_box .left {
    display: none;
  }
  .inner_wrap .originals_box .both_sides .right {
    float: none;
    width: 100%;
  }
  .inner_wrap .originals_box .both_sides .right a {
    display: block;
    padding-top: 18px;
    height: 50px;
  }
  .inner_wrap .originals_box .both_sides .right a.view {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 470px) {
	.inner_wrap section.newsletter .form {
		width: 100%;
	}
	.index .inner_wrap .ctas .button {
		display: block;
		margin-bottom: 10px;
	        padding: 13px;
	}
	.inner_wrap .button.cmc:before {
		display: none;
	}
}
/*
@media screen and (max-width: 767px) {
  .sequence img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) and (max-height: 620px) {
  .sequence img {
    top: 10vh;
  }
}
@media screen and (max-width: 767px) and (min-height: 621px) and (max-height: 675px) {
  .sequence img {
    top: 13vh;
  }
}
@media screen and (max-width: 767px) and (min-height: 676px) and (max-height: 700px) {
  .sequence img {
    top: 14vh;
  }
}
@media screen and (max-width: 767px) and (min-height: 701px) and (max-height: 730px) {
  .sequence img {
    top: 15vh;
  }
}
@media screen and (max-width: 767px) and (min-height: 731px) and (max-height: 800px) {
  .sequence img {
    top: 17vh;
  }
}
@media screen and (max-width: 767px) and (min-height: 801px) and (max-height: 850px) {
  .sequence img {
    top: 20vh;
  }
}
@media screen and (max-width: 767px) and (min-height: 851px) and (max-height: 900px) {
  .sequence img {
    top: 22vh;
  }
}
@media screen and (max-width: 767px) and (min-height: 901px) {
  .sequence img {
    top: 20vh;
  }
}
*/
@media screen and (max-width: 530px) {
.popup_flow.reveal_base {
    width: auto;
    margin-top: 0;
	overflow: visible;
}
.inner_wrap .popup_flow .flow_footer span br {
    display: none;
}
	.inner_wrap .popup_flow.wallet_connected .flow_header .connected_wallet {
    float: none;
    display: block;
    position: absolute;
    top: -30px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
}
	.inner_wrap .popup_flow.wallet_connected .flow_header .connected_wallet span {
    display: inline-block;
}
	.inner_wrap .popup_flow.wallet_connected .flow_header .header_logo {
    float: none;
    margin-left: 0;
}
	
}
