@charset "UTF-8";
@-webkit-keyframes drain {
  from {
    max-width: 100%; }
  to {
    max-width: 0%; } }

@keyframes drain {
  from {
    max-width: 100%; }
  to {
    max-width: 0%; } }

@keyframes placeHolderShimmer {
  0% {
    background-position: -1240px 0; }
  100% {
    background-position: 1240px 0; } }

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -1240px 0; }
  100% {
    background-position: 1240px 0; } }

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

body.theme--light .ph-animation {
  background: #dcdcdc; }
  body.theme--light .ph-animation::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(46%, rgba(132, 134, 144, 0)), color-stop(50%, rgba(255, 255, 255, 0.35)), color-stop(54%, rgba(255, 255, 255, 0))) 50% 50%;
    background: linear-gradient(to right, rgba(132, 134, 144, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%; }

body.theme--light .ph-item {
  background-color: #dcdcdc;
  border-color: #0d0e13; }
  body.theme--light .ph-item::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(46%, rgba(132, 134, 144, 0)), color-stop(50%, rgba(255, 255, 255, 0.35)), color-stop(54%, rgba(255, 255, 255, 0))) 50% 50%;
    background: linear-gradient(to right, rgba(132, 134, 144, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%; }

.ph-animation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex: 1;
  width: 130px;
  height: 16px;
  border-radius: 2px;
  background-color: #222531; }
  .ph-animation,
  .ph-animation *,
  .ph-animation ::after,
  .ph-animation ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .ph-animation::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    -webkit-animation: phAnimation 0.8s linear infinite;
    animation: phAnimation 0.8s linear infinite;
    background: -webkit-gradient(linear, left top, right top, color-stop(46%, rgba(20, 23, 35, 0)), color-stop(50%, rgba(20, 23, 35, 0.35)), color-stop(54%, rgba(20, 23, 35, 0))) 50% 50%;
    background: linear-gradient(to right, rgba(20, 23, 35, 0) 46%, rgba(20, 23, 35, 0.35) 50%, rgba(20, 23, 35, 0) 54%) 50% 50%; }
  .ph-animation > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-right: 15px;
    padding-left: 15px; }

.ph-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 30px 15px 15px 15px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid;
  border-radius: 2px;
  background-color: #222531;
  border-color: #0d0e13; }
  .ph-item, .ph-item *,
  .ph-item ::after, .ph-item ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .ph-item::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    -webkit-animation: phAnimation 0.8s linear infinite;
    animation: phAnimation 0.8s linear infinite;
    background: -webkit-gradient(linear, left top, right top, color-stop(46%, rgba(20, 23, 35, 0)), color-stop(50%, rgba(20, 23, 35, 0.35)), color-stop(54%, rgba(20, 23, 35, 0))) 50% 50%;
    background: linear-gradient(to right, rgba(20, 23, 35, 0) 46%, rgba(20, 23, 35, 0.35) 50%, rgba(20, 23, 35, 0) 54%) 50% 50%; }
  .ph-item > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-flex-flow: column;
    padding-right: 15px;
    padding-left: 15px; }

.ph-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 7.5px; }
  .ph-row div {
    height: 10px;
    margin-bottom: 7.5px;
    background-color: #ced4da; }
  .ph-row .big,
  .ph-row.big div {
    height: 20px;
    margin-bottom: 15px; }
  .ph-row .empty {
    background-color: rgba(0, 0, 0, 0); }

.ph-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  -webkit-flex: 0 0 16.66667%; }

.ph-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  -webkit-flex: 0 0 33.33333%; }

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

.ph-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  -webkit-flex: 0 0 66.66667%; }

.ph-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  -webkit-flex: 0 0 83.33333%; }

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

.ph-avatar {
  position: relative;
  width: 100%;
  min-width: 60px;
  background-color: #ced4da;
  margin-bottom: 15px;
  border-radius: 50%;
  overflow: hidden; }
  .ph-avatar::before {
    content: " ";
    display: block;
    padding-top: 100%; }

.ph-picture {
  width: 100%;
  height: 120px;
  background-color: #ced4da;
  margin-bottom: 15px; }

@-webkit-keyframes phAnimation {
  0% {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  100% {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0); } }

@keyframes phAnimation {
  0% {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  100% {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0); } }

:root {
  font-size: 62.5%; }
  :root body {
    font-size: 1.6rem;
    display: block; }

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

body.theme--light {
  color: #282829;
  background: #f7f7f7; }
  body.theme--light .global-callout__text {
    color: #5a5a5a; }
  body.theme--light h3 {
    color: #3d485a; }
  body.theme--light ul.tags li, body.theme--light .tag {
    background: #eeeeee; }

body {
  font-family: -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica", "Trebuchet MS", "Arial";
  background: #181c2d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d101b), to(#181c2d));
  background-image: linear-gradient(#0d101b, #181c2d);
  color: #fff;
  margin: 0; }
  body.admin-bar .coin-hero__range.fixed {
    top: 47px; }

a {
  text-decoration: none;
  color: #7686ca; }
  a:visited {
    color: none; }
  a:focus, a:hover {
    color: #2196F3; }

blockquote {
  margin: 4rem; }
  @media (max-width: 680px) {
    blockquote {
      margin: 4rem 0; } }

img {
  max-width: 100%; }

h1, h2, h3, h4 {
  font-family: "Montserrat", "Verdana", "Arial"; }

h3, h4 {
  font-weight: 600; }

h1 {
  font-size: 2.8rem; }

h2 {
  font-size: 2.2rem; }

h3 {
  font-size: 1.8rem; }

h4 {
  font-size: 1.8rem;
  font-weight: normal; }

hr {
  border-color: transparent; }

.container {
  max-width: 1280px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto; }
  .container--small {
    max-width: 720px; }

code {
  word-break: break-word; }

.breadcrumb_last {
  color: #868686; }

input:not([type='checkbox']) {
  -webkit-appearance: none; }

ul {
  padding-left: 2.5rem; }
  ul li {
    margin-bottom: 6px; }
    ul li:last-child {
      margin-bottom: 0; }

ul.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -5px; }
  ul.tags li {
    font-size: 1.2rem;
    font-family: "Montserrat", "Verdana", "Arial";
    font-weight: 600;
    letter-spacing: .75px;
    padding: 4px 6px;
    border-radius: 3px;
    background: #171a27;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px;
    white-space: nowrap; }
    ul.tags li i {
      margin-left: 5px; }

.tag {
  font-size: 1.2rem;
  font-family: "Montserrat", "Verdana", "Arial";
  font-weight: 600;
  letter-spacing: .75px;
  padding: 4px 6px;
  border-radius: 3px;
  background: #171a27;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px;
  white-space: nowrap; }

.h3 {
  font-size: 1.8rem;
  font-family: "Montserrat", "Verdana", "Arial";
  display: block;
  font-weight: 600; }

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0; }
  .columns main {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%; }
  .columns aside {
    margin-left: 25px;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px; }
    .columns aside .fsg {
      margin: 40px; }
  @media (max-width: 960px) {
    .columns {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .columns aside {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .columns aside .table-wrap {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 49%;
          flex: 0 0 49%; }
        .columns aside .fsg {
          margin: 40px 0;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; }
      .columns--aside-first main {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  @media (max-width: 600px) {
    .columns aside .table-wrap {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

iframe.substack-sub {
  width: 100%; }

.global-callout__text {
  margin: 15px 0 0 0;
  font-size: 1.3rem;
  text-align: center;
  padding: 12px 0;
  color: #868686;
  line-height: 150%;
  font-weight: 600;
  font-family: "Montserrat", "Verdana", "Arial"; }

.wp-block-quote,
.wp-block-pullquote {
  padding: 0 0 0 50px;
  text-align: left;
  font-weight: 400;
  font-style: italic;
  font-size: 3rem;
  line-height: 1.48;
  letter-spacing: -.012em; }
  .wp-block-quote p,
  .wp-block-pullquote p {
    margin: 15px 0; }
  .wp-block-quote cite,
  .wp-block-pullquote cite {
    font-size: 1.6rem; }

.wp-block-image {
  text-align: center; }
  .wp-block-image figcaption {
    font-size: 1.3rem;
    color: inherit; }

.ul-blue {
  list-style-type: none; }
  .ul-blue li {
    position: relative; }
    .ul-blue li:before {
      content: "";
      width: 5px;
      height: 5px;
      background: #006cdb;
      border-radius: 50%;
      left: -15px;
      top: 11px;
      position: absolute; }

.ul-horizontal {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .ul-horizontal > li {
    display: inline-block;
    margin: 0; }

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

.after-cover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.highlight {
  color: #006cdb; }

body.theme--light .styled-scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

body.theme--light .styled-scrollbar::-webkit-scrollbar-button {
  width: 0px;
  height: 0px; }

body.theme--light .styled-scrollbar::-webkit-scrollbar-thumb {
  background: #a3a3a3;
  border: 0px none #ffffff;
  border-radius: 47px; }

body.theme--light .styled-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3; }

body.theme--light .styled-scrollbar::-webkit-scrollbar-thumb:active {
  background: #b3b3b3; }

body.theme--light .styled-scrollbar::-webkit-scrollbar-track {
  background: #cccccc;
  border: 0px none #ffffff;
  border-radius: 47px; }

body.theme--light .styled-scrollbar::-webkit-scrollbar-track:hover {
  background: #cccccc; }

body.theme--light .styled-scrollbar::-webkit-scrollbar-track:active {
  background: #cccccc; }

body.theme--light .styled-scrollbar::-webkit-scrollbar-corner {
  background: transparent; }

body.theme--light a.btn--soft {
  background: #d8d8d8;
  color: #5e6067; }

body.theme--light .t-down {
  color: #e91e1e; }

body.theme--light .t-up {
  color: #25c84d; }

.t-down {
  color: #e91e1e; }

.t-up {
  color: #25c84d; }

a.btn {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: #006cdb;
  font-weight: 600;
  -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  font-family: "Montserrat", "Verdana", "Arial";
  padding: 8px 10px;
  border-radius: 4px; }
  a.btn:hover {
    background: #3087e0; }
  a.btn--green {
    background: #25c84d !important; }
  a.btn--fat {
    padding: 15px 20px; }
  a.btn--soft {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #3e3e3e; }
    a.btn--soft:hover {
      background: #565656; }
  a.btn--transparent {
    background: transparent;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(94, 96, 103, 0.15);
    box-shadow: inset 0px 0px 0px 1px rgba(94, 96, 103, 0.15);
    color: #5e6067; }
    a.btn--transparent:hover {
      background: transparent; }
  a.btn--inline {
    display: inline-block; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex; }
  .flex--acenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center; }
  .flex--jcenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center; }
  .flex--jend {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end; }
  .flex--jbetween {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
  .flex--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .flex--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column; }

h2 .see-all {
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase; }
  h2 .see-all:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    margin-left: 8px;
    font-size: 0.8em; }

.headline-value {
  font-size: 6rem;
  letter-spacing: -0.2rem;
  font-weight: 700;
  font-family: "Montserrat", "Verdana", "Arial"; }

.loading-icon {
  background: url("/wp-content/themes/ethereumdb/assets/images/icons/animated/loading-ring.svg");
  background-repeat: no-repeat;
  background-position: 50% 40%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute; }
  .loading-icon--center {
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    z-index: 1; }
  .loading-icon .highcharts-container {
    opacity: 0; }

.caption {
  padding: 2px 0;
  font-size: 12px;
  text-align: center;
  display: block;
  color: #9ca3bc;
  font-family: "Montserrat", "Verdana", "Arial"; }

.shimmer-loading {
  /* &--table {

    tbody {

      tr {
        height:40px;
        background:linear-gradient(to right, rgba(16, 19, 32, 0) 8%, rgb(29, 32, 47) 18%, #10142000 33%)!important;
      }
    }
  } */ }
  .shimmer-loading .shimmer {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #232c46), color-stop(18%, #383d52), color-stop(33%, #232c46));
    background: linear-gradient(to right, #232c46 8%, #383d52 18%, #232c46 33%);
    background-size: 1240px 400px;
    position: relative; }

.image-credit {
  font-size: 1.4rem;
  margin: 5px 0; }

.styled-scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

.styled-scrollbar::-webkit-scrollbar-button {
  width: 0px;
  height: 0px; }

.styled-scrollbar::-webkit-scrollbar-thumb {
  background: #474747;
  border: 0px none #ffffff;
  border-radius: 47px; }

.styled-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #5e5e5e; }

.styled-scrollbar::-webkit-scrollbar-thumb:active {
  background: #5e5e5e; }

.styled-scrollbar::-webkit-scrollbar-track {
  background: #2b2b2b;
  border: 0px none #ffffff;
  border-radius: 47px; }

.styled-scrollbar::-webkit-scrollbar-track:hover {
  background: #2b2b2b; }

.styled-scrollbar::-webkit-scrollbar-track:active {
  background: #2b2b2b; }

.styled-scrollbar::-webkit-scrollbar-corner {
  background: transparent; }

i.js--title-tip {
  margin-left: 3px; }

.js--title-tip {
  cursor: pointer;
  color: #717482;
  opacity: 0.75; }
  .js--title-tip:hover {
    opacity: 0.5; }

.js--fader {
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px); }
  .js--fader.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }

i.hover-icon {
  opacity: 0.45;
  cursor: pointer; }
  i.hover-icon:hover {
    opacity: 1;
    color: #006cdb; }

body.theme--light .tooltipster-shadow {
  background: #fff !important;
  color: #5a5a5a !important; }

.tooltipster-shadow {
  background: #212532 !important;
  color: #e0e0e0 !important; }
  .tooltipster-shadow .tooltipster-content {
    font-size: 1.4rem !important;
    line-height: 1.6 !important;
    font-family: -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica", "Trebuchet MS", "Arial" !important; }

.ep-content-block img {
  border-radius: 6px; }

/* @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #internetExplorerWarn {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:999;

    &:before {
      display:block;
      background:red;
      padding:10px;
      text-align:center;
      color:#fff;
      content:"We no longer support Internet Explorer. Please use a modern web browser.";
    }
  }
} */
.alerts-table .tr.alert-placeholder {
  display: none; }

.alerts-table .trash-alert {
  text-align: center;
  cursor: pointer;
  position: relative; }
  .alerts-table .trash-alert .loading-icon {
    background-size: contain;
    top: 0;
    left: 0; }
    .alerts-table .trash-alert .loading-icon:before {
      content: "" !important; }

.ajax-form--create-alert .loading-icon {
  background-size: contain; }

.article-list {
  margin: 9rem 0; }
  .article-list__title {
    text-transform: uppercase;
    max-width: 370px;
    text-align: center;
    position: relative;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
    margin: 15px auto 60px auto;
    font-weight: 600; }
    .article-list__title:before, .article-list__title:after {
      content: "————";
      color: #22283c;
      position: absolute;
      font-weight: 400;
      right: 100%; }
    .article-list__title:after {
      left: 100%; }
  @media (max-width: 680px) {
    .article-list__title:before, .article-list__title:after {
      content: ""; } }

body.theme--light .article-card {
  border-bottom: 1px solid #ececec; }
  body.theme--light .article-card a {
    color: #3d475a !important; }
  body.theme--light .article-card__image--placeholder {
    background-image: url(/wp-content/themes/ethereumdb/assets/images/backgrounds/placeholder--light.png); }

.article-card {
  margin: 0 0 3rem 0;
  position: relative;
  border-bottom: 1px solid #1b1f2d;
  padding-bottom: 3rem; }
  .article-card:last-child {
    border-bottom: 0 !important; }
  .article-card a {
    color: #fff !important;
    font-weight: 600;
    border: 0 !important; }
    .article-card a:hover, .article-card a:focus {
      background: -webkit-gradient(linear, left top, right top, from(#e63f47), to(#e00856));
      background: linear-gradient(to right, #e63f47, #e00856);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
      text-shadow: none; }
  .article-card h2 {
    font-size: 28px;
    margin: 15px 0 20px 0; }
  .article-card__body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex: 1;
    padding-right: 30px; }
  .article-card__image {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    padding: 15px 40px;
    background-size: cover;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    background-position: center;
    max-height: 270px; }
    .article-card__image--placeholder {
      background-image: url(/wp-content/themes/ethereumdb/assets/images/backgrounds/placeholder.png); }
  .article-card__article {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex; }
  .article-card__meta {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex; }
    .article-card__meta a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      color: #fff; }
    .article-card__meta .category {
      background: #0b0d13;
      padding: 5px 10px;
      border-radius: 4px;
      color: #fff; }
    .article-card__meta .author-avatar img {
      border-radius: 50%;
      width: 60px;
      height: 60px;
      margin: 0px 10px; }
    .article-card__meta .author-name {
      margin: 0 20px; }
    .article-card__meta .meta-label {
      color: #7a7a8c; }
    .article-card__meta .article-comments-link:after {
      font-family: "Font Awesome 5 Pro";
      content: "\f178";
      margin-left: 5px; }
  @media (max-width: 800px) {
    .article-card__body {
      z-index: 2;
      padding-right: 0; }
    .article-card__image {
      position: absolute;
      opacity: 0.15;
      z-index: 1;
      width: 100%;
      height: 100%;
      -webkit-transform: scale(0.75);
      transform: scale(0.75); } }

body.theme--light .article-content {
  color: #5a5a5a; }
  body.theme--light .article-content h1, body.theme--light .article-content h2, body.theme--light .article-content h3, body.theme--light .article-content h4 {
    color: #3d485a; }
  body.theme--light .article-content a {
    color: #266bdb; }
    body.theme--light .article-content a:hover {
      color: #3087e0; }

.article-content {
  line-height: 1.6;
  font-size: 1.8rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex: 1;
  color: #868686;
  overflow-wrap: break-word; }
  .article-content ul li {
    line-height: 1.6; }
  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h4 {
    color: #e0e0e0; }
  .article-content h2 {
    text-transform: uppercase; }
  .article-content__page-heading {
    text-align: center;
    margin: 20px 0 10px 0;
    font-size: 4rem;
    line-height: 100%; }
  .article-content__last-updated {
    display: block;
    text-align: center;
    margin: 4px 0; }
  .article-content--small {
    font-size: 0.9em; }
  .article-content a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .article-content a:hover {
      color: #2196F3; }
  .article-content article ul {
    list-style-type: none; }
    .article-content article ul li {
      position: relative; }
      .article-content article ul li:before {
        content: "";
        width: 5px;
        height: 5px;
        background: #006cdb;
        border-radius: 50%;
        left: -15px;
        top: 15px;
        position: absolute; }
  @media (max-width: 960px) {
    .article-content__coin-description {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      -webkit-order: 1;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

body.theme--light .zxc-msg {
  background: rgba(236, 236, 236, 0.85); }
  body.theme--light .zxc-msg__wrap .zxc-content {
    color: #3d475a; }
  body.theme--light .zxc-msg__wrap .zxc-options__view-policy {
    color: #272727; }

.zxc-msg {
  background: rgba(9, 12, 21, 0.85);
  position: fixed;
  bottom: 0;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 250;
  font-size: 14px;
  background: rgba(9, 12, 21, 0.85); }
  .zxc-msg.disabled {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  .zxc-msg__wrap {
    max-width: 1065px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    /* @media(max-width:$screen-sm-max) {
      font-size: 13px;
    } */ }
    .zxc-msg__wrap .zxc-content {
      padding-right: 15px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-flex: 1;
      color: #b1b9bf;
      /* @media(max-width:$screen-xs-max) {
        flex: 1 1 100%;
        text-align: center;
      } */ }
      .zxc-msg__wrap .zxc-content p {
        margin: 0; }
      .zxc-msg__wrap .zxc-content__heading {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 6px;
        display: block;
        font-family: "Montserrat", "Verdana", "Arial";
        /* @media(max-width:$screen-sm-max) {
          font-size: 14px;
        } */ }
    .zxc-msg__wrap .zxc-options {
      -webkit-box-flex: 0;
      -ms-flex: 0;
      flex: 0;
      -webkit-flex: 0;
      /* @media(max-width:$screen-xs-max) {
        margin: 10px auto 0;
        display: flex;
        align-items: center;
      } */ }
      .zxc-msg__wrap .zxc-options__accept {
        border-radius: 3px;
        text-transform: uppercase;
        background: #006cdb;
        border: 2px solid #006cdb;
        color: #fff;
        font-size: 1.1rem;
        padding: 8px 0;
        letter-spacing: 0.05rem;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        cursor: pointer;
        margin-bottom: 10px;
        /* @media(max-width:$screen-xs-max) {
          margin: 0;
          order: 2;
        } */ }
        .zxc-msg__wrap .zxc-options__accept:hover {
          opacity: 0.8;
          text-decoration: none; }
      .zxc-msg__wrap .zxc-options__view-policy {
        font-size: 12px;
        color: #b1b9bf; }
      .zxc-msg__wrap .zxc-options a {
        display: block;
        width: 120px;
        text-align: center; }
  @media (max-width: 600px) {
    .zxc-msg__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .zxc-msg__wrap .zxc-options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-top: 8px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .zxc-msg__wrap .zxc-options__accept {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          margin: 0; } }

body.theme--light .checkbox-item__label {
  background: #e6e6e6; }
  body.theme--light .checkbox-item__label.active {
    background: #667d90;
    color: #fff; }

.checkbox-item__label {
  position: relative;
  cursor: pointer;
  display: block;
  background: #212940;
  font-weight: 600;
  border-radius: 4px;
  padding: 6px 16px;
  font-size: 1.2rem;
  font-family: "Montserrat", "Verdana", "Arial";
  text-transform: uppercase;
  text-align: center; }
  .checkbox-item__label:hover {
    background: #434a69; }
  .checkbox-item__label.active {
    background: #006cdb; }
    .checkbox-item__label.active:hover {
      background: #3087e0; }

.checkbox-item--small .checkbox-item__label {
  font-size: 1.1rem;
  padding: 4px 8px;
  border-radius: 3px; }

@media (max-width: 800px) {
  .checkbox-item__label {
    font-size: 1.1rem;
    padding: 4px 8px;
    border-radius: 3px; } }

body.theme--light .dropdown-item__selected {
  background: #ececec; }

body.theme--light .dropdown-item__search {
  background: #ffffff;
  color: #282829; }

body.theme--light .dropdown-item__choices {
  background: #ececec; }

.dropdown-item {
  position: relative; }
  .dropdown-item.active .dropdown-item__choices {
    display: block; }
  .dropdown-item--flex.active .dropdown-item__choices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .dropdown-item__selected {
    position: relative;
    cursor: pointer;
    padding: 6px 28px 6px 16px !important;
    background: #212940;
    border-radius: 4px;
    font-family: "Montserrat", "Verdana", "Arial";
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    height: 100%; }
    .dropdown-item__selected .flag-icon {
      margin-right: 5px;
      border-radius: 50%; }
    .dropdown-item__selected:hover {
      background: #434a69; }
    .dropdown-item__selected:after {
      font-family: "Font Awesome 5 Pro";
      content: "\f107";
      position: absolute;
      opacity: 0.4;
      right: 10px; }
  .dropdown-item__search {
    background: #1d1f25;
    color: #fff;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    margin: 0;
    font-size: 1.6rem;
    height: auto; }
    .dropdown-item__search::-webkit-input-placeholder {
      color: #fff; }
    .dropdown-item__search:-ms-input-placeholder {
      color: #fff; }
    .dropdown-item__search::-ms-input-placeholder {
      color: #fff; }
    .dropdown-item__search::placeholder {
      color: #fff; }
    .dropdown-item__search--mobile {
      display: none; }
  .dropdown-item--unstyled .dropdown-item__selected {
    position: relative;
    cursor: pointer;
    padding: 0px 25px 0 0;
    background: none;
    border-radius: 0;
    font-family: -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica", "Trebuchet MS", "Arial";
    text-transform: uppercase;
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    height: 100%;
    color: #b8bcca; }
    .dropdown-item--unstyled .dropdown-item__selected:hover {
      background: none;
      color: #2196F3; }
  .dropdown-item--search .dropdown-item__selected:after {
    content: "\f002"; }
  .dropdown-item__image {
    padding: 6px 28px 6px 28px; }
    .dropdown-item__image img {
      position: absolute;
      left: 3px;
      width: 22px; }
  .dropdown-item .dropdown-search input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid rgba(103, 119, 162, 0.5); }
  .dropdown-item .dropdown-label {
    padding: 8px 10px;
    background: #121521;
    margin: 0 0 4px; }
  .dropdown-item .dropdown-choice {
    padding: 10px; }
    .dropdown-item .dropdown-choice.disabled {
      display: none; }
    .dropdown-item .dropdown-choice.itemHover {
      background: #2e3854;
      color: #006cdb; }
    .dropdown-item .dropdown-choice .flag-icon {
      margin-right: 5px;
      border-radius: 50%; }
    .dropdown-item .dropdown-choice:hover {
      color: #006cdb;
      cursor: pointer; }
    .dropdown-item .dropdown-choice:focus {
      background: red;
      outline-color: green; }
  .dropdown-item__choices {
    display: none;
    z-index: 5;
    position: absolute;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #21293f;
    margin-top: 10px;
    top: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    font-size: 1.2rem;
    max-height: 230px;
    overflow-y: scroll; }
    .dropdown-item__choices::-webkit-scrollbar {
      display: none; }
    .dropdown-item__choices li {
      margin: 0; }
  .dropdown-item__cc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    list-style-type: none;
    padding: 20px;
    margin: 0; }
    .dropdown-item__cc .dropdown-choice {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      -webkit-flex: 0 0 33.33333%;
      margin-bottom: 12px;
      font-weight: 600;
      cursor: pointer; }
      .dropdown-item__cc .dropdown-choice--hoverable {
        cursor: pointer; }
        .dropdown-item__cc .dropdown-choice--hoverable:hover {
          color: #2196F3; }
      .dropdown-item__cc .dropdown-choice.disabled {
        display: none; }
      .dropdown-item__cc .dropdown-choice .flag-icon {
        border-radius: 50%;
        margin-right: 5px; }
  @media (max-width: 680px) {
    .dropdown-item__choices {
      display: none;
      padding: 0;
      position: fixed;
      top: 100%;
      left: 0;
      width: 100%;
      -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.35);
      box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.35);
      border-radius: 0;
      height: 300px;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); }
      .dropdown-item__choices .dropdown-choice {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: 0.2px; }
        .dropdown-item__choices .dropdown-choice .flag-icon {
          height: 16px;
          width: 16px; }
    .dropdown-item__search {
      border-radius: 0;
      height: 34px; }
      .dropdown-item__search--mobile {
        display: block; } }

body.theme--light .qs-datepicker .qs-controls {
  background: white; }

body.theme--light .qs-datepicker-container {
  background: #fff;
  color: black;
  -webkit-box-shadow: 0 0 4px #e0e0e0;
  box-shadow: 0 0 4px #e0e0e0; }

body.theme--light .qs-square.qs-active {
  background: lightblue; }

body.theme--light .qs-square.qs-range-date-middle {
  background: #d4ebf2; }

/*
  All a user has to do to change the calendar size is
  change the font-size on the container and everything
  magically resizes accordingly. Relative units ftw!
*/
.qs-datepicker-container {
  font-size: 1rem;
  font-family: sans-serif;
  color: white;
  position: absolute;
  width: 15.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  -webkit-box-shadow: 0 0 4px #000;
  box-shadow: 0 0 4px #000;
  border-radius: 0.26392em;
  overflow: hidden;
  background: #171c2e; }
  .qs-datepicker-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .qs-datepicker-container.qs-centered {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .qs-datepicker-container.qs-hidden {
    display: none; }

.qs-datepicker .qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  width: 100%;
  height: 100%;
  padding: .5em;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .qs-datepicker .qs-overlay.qs-hidden {
    opacity: 0;
    z-index: -1; }
  .qs-datepicker .qs-overlay .qs-overlay-year {
    border: none;
    background: transparent;
    border-bottom: 1px solid white;
    border-radius: 0;
    color: white;
    font-size: 0.875em;
    padding: .25em 0;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block; }
    .qs-datepicker .qs-overlay .qs-overlay-year::-webkit-input-placeholder {
      color: #fff; }
    .qs-datepicker .qs-overlay .qs-overlay-year:-ms-input-placeholder {
      color: #fff; }
    .qs-datepicker .qs-overlay .qs-overlay-year::-ms-input-placeholder {
      color: #fff; }
    .qs-datepicker .qs-overlay .qs-overlay-year::placeholder {
      color: #fff; }
    .qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
      -webkit-appearance: none; }
  .qs-datepicker .qs-overlay .qs-close {
    padding: .5em;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0; }
  .qs-datepicker .qs-overlay .qs-submit {
    border: 1px solid white;
    border-radius: 0.26392em;
    padding: .5em;
    margin: 0 auto auto;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.4); }
    .qs-datepicker .qs-overlay .qs-submit.qs-disabled {
      color: gray;
      border-color: gray;
      cursor: not-allowed; }
  .qs-datepicker .qs-overlay .qs-overlay-month-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .qs-datepicker .qs-overlay .qs-overlay-month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% / 3);
    cursor: pointer;
    opacity: .5;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s; }
    .qs-datepicker .qs-overlay .qs-overlay-month.active, .qs-datepicker .qs-overlay .qs-overlay-month:hover {
      opacity: 1; }

.qs-datepicker .qs-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #353535;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s; }
  .qs-datepicker .qs-controls.qs-blur {
    -webkit-filter: blur(5px);
    filter: blur(5px); }

.qs-datepicker .qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: 0.26392em;
  -webkit-transition: background .15s;
  transition: background .15s; }
  .qs-datepicker .qs-arrow:hover {
    background: rgba(0, 0, 0, 0.1); }
    .qs-datepicker .qs-arrow:hover.qs-left:after {
      border-right-color: black; }
    .qs-datepicker .qs-arrow:hover.qs-right:after {
      border-left-color: black; }
  .qs-datepicker .qs-arrow:after {
    content: '';
    border: 0.39063em solid transparent;
    position: absolute;
    top: 50%;
    -webkit-transition: border .2s;
    transition: border .2s; }
  .qs-datepicker .qs-arrow.qs-left:after {
    border-right-color: gray;
    right: 50%;
    -webkit-transform: translate(25%, -50%);
    transform: translate(25%, -50%); }
  .qs-datepicker .qs-arrow.qs-right:after {
    border-left-color: gray;
    left: 50%;
    -webkit-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%); }

.qs-datepicker .qs-month-year {
  font-weight: bold;
  -webkit-transition: border .2s;
  transition: border .2s;
  border-bottom: 1px solid transparent;
  cursor: pointer; }
  .qs-datepicker .qs-month-year:hover {
    border-bottom: 1px solid gray; }
  .qs-datepicker .qs-month-year:focus, .qs-datepicker .qs-month-year:active:focus {
    outline: none; }

.qs-datepicker .qs-month {
  padding-right: .5ex; }

.qs-datepicker .qs-year {
  padding-left: .5ex; }

.qs-datepicker .qs-squares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.3125em;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s; }
  .qs-datepicker .qs-squares.qs-blur {
    -webkit-filter: blur(5px);
    filter: blur(5px); }

.qs-datepicker .qs-square {
  width: calc(100% / 7);
  height: 1.5625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background .1s;
  transition: background .1s;
  border-radius: 0.26392em; }
  .qs-datepicker .qs-square.qs-current {
    font-weight: bold; }
    .qs-datepicker .qs-square.qs-current span {
      text-decoration: underline; }
  .qs-datepicker .qs-square.qs-active {
    background: #006cdb; }
  .qs-datepicker .qs-square.qs-range-date-start:not(.qs-range-date-6) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .qs-datepicker .qs-square.qs-range-date-middle {
    background: #0f85ff; }
    .qs-datepicker .qs-square.qs-range-date-middle:not(.qs-range-date-0):not(.qs-range-date-6) {
      border-radius: 0; }
    .qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-0 {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-6 {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .qs-datepicker .qs-square.qs-range-date-end:not(.qs-range-date-0) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .qs-datepicker .qs-square.qs-disabled span {
    opacity: .2; }
  .qs-datepicker .qs-square.qs-empty {
    cursor: default; }
  .qs-datepicker .qs-square.qs-disabled {
    cursor: not-allowed; }
  .qs-datepicker .qs-square.qs-day {
    cursor: default;
    font-weight: bold;
    color: gray; }
  .qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
    background: orange; }

.qs-datepicker .qs-event {
  position: relative; }
  .qs-datepicker .qs-event:after {
    content: '';
    position: absolute;
    width: 0.46875em;
    height: 0.46875em;
    border-radius: 50%;
    background: #07f;
    bottom: 0;
    right: 0; }
  .qs-datepicker .qs-event.qs-disabled:after, .qs-datepicker .qs-event.qs-empty:after {
    background: #cce4ff; }

body.theme--light .ep-ticker > a {
  color: #3a3a3a; }

body.theme--light .ep-ticker__head {
  background: #fff; }

body.theme--light .coin-meta__image {
  background: #eaeaea; }

.ep-ticker {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: "Montserrat", "Verdana", "Arial"; }
  .ep-ticker > a {
    color: #fff; }
  .ep-ticker__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #171a27;
    border-radius: 8px 8px 0 0;
    padding: 5px; }
  .ep-ticker .ticker-head__price {
    font-weight: 600; }
    .ep-ticker .ticker-head__price span {
      opacity: 0.65;
      display: block;
      text-align: right; }

.coin-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px; }
  .coin-meta__image {
    background: #ddd;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3px;
    margin-right: 8px; }
  .coin-meta__name {
    font-weight: 600; }
    .coin-meta__name span {
      opacity: 0.65;
      display: block; }

body.theme--light .chart-item .chart-range__option {
  background: #efefef;
  color: #7d849c; }
  body.theme--light .chart-item .chart-range__option.active {
    color: #006cdb; }
    body.theme--light .chart-item .chart-range__option.active:hover {
      color: #006cdb;
      background: #efefef; }
  body.theme--light .chart-item .chart-range__option:hover {
    background: #006cdb;
    color: #e7eaf3; }

body.theme--light .chart-item__wrap {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff00), to(#ffffff));
  background-image: linear-gradient(180deg, #ffffff00 0%, #ffffff 100%);
  -webkit-box-shadow: 0 40px 40px 0px rgba(0, 0, 0, 0.075);
  box-shadow: 0 40px 40px 0px rgba(0, 0, 0, 0.075); }

body.theme--light .chart__serie:hover {
  color: #2196f3; }

.chart-group--col_2 .chart-item {
  width: 50%; }

.chart-group--col_3 .chart-item {
  width: 33.3333333%; }
  @media (max-width: 960px) {
    .chart-group--col_3 .chart-item {
      width: 50%; } }

.chart-group--col_4 .chart-item {
  width: 25%; }
  @media (max-width: 1200px) {
    .chart-group--col_4 .chart-item {
      width: 33.3333333%; } }
  @media (max-width: 960px) {
    .chart-group--col_4 .chart-item {
      width: 50%; } }

.chart-group--col_2, .chart-group--col_3, .chart-group--col_4, .chart-group--col_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .chart-group--col_2 .chart-item__wrap, .chart-group--col_3 .chart-item__wrap, .chart-group--col_4 .chart-item__wrap, .chart-group--col_5 .chart-item__wrap {
    margin: 0 5px; }
  @media (max-width: 680px) {
    .chart-group--col_2 .chart-item, .chart-group--col_3 .chart-item, .chart-group--col_4 .chart-item, .chart-group--col_5 .chart-item {
      width: 100%; } }

.chart-item {
  font-family: "Montserrat", "Verdana", "Arial";
  margin: 0 0 20px;
  position: relative; }
  .chart-item .toggle-log {
    margin-left: 7px; }
  .chart-item__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
    height: 22px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .chart-item__options .checkbox-item__label {
      opacity: 0.5; }
      .chart-item__options .checkbox-item__label.active {
        opacity: 1; }
  .chart-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    position: absolute;
    width: 100%; }
  .chart-item .toggle-date-range {
    cursor: pointer;
    opacity: 0.25; }
    .chart-item .toggle-date-range:hover {
      color: #006cdb;
      opacity: 1; }
  .chart-item .chart-range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 4;
    font-weight: 600; }
    .chart-item .chart-range__option {
      cursor: pointer;
      width: 38px;
      display: block;
      text-transform: capitalize;
      text-align: center;
      padding: 3px 5px;
      font-size: 1.2rem;
      border-radius: 4px;
      margin: 0 3px;
      background: #141723;
      color: #6a6e7d; }
      .chart-item .chart-range__option.active {
        color: #006cdb;
        cursor: default; }
        .chart-item .chart-range__option.active:hover {
          color: #006cdb;
          background: #131424; }
      .chart-item .chart-range__option:hover {
        background: #006cdb;
        color: #b9c1e0; }
  .chart-item .highcharts-grid-line:last-child {
    display: none; }
  .chart-item__wrap {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #00000000), to(rgba(0, 0, 0, 0.15)));
    background-image: linear-gradient(180deg, #00000000 60%, rgba(0, 0, 0, 0.15) 100%);
    position: relative;
    border-radius: 0 0 8px 8px; }
    @media (max-width: 1600px) {
      .chart-item__wrap {
        border-radius: 0; } }
  .chart-item .chart__header {
    position: absolute;
    z-index: 1;
    padding: 0 10px; }
  .chart-item .chart__caption {
    margin: 10px 0 0;
    font-size: 1.4rem;
    font-family: -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica", "Trebuchet MS", "Arial";
    text-align: center; }
  .chart-item .chart__area {
    height: 460px;
    position: relative; }
  .chart-item .chart__series {
    font-size: 1.4rem;
    color: #7f818a;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
    z-index: 2;
    overflow-x: auto;
    white-space: nowrap; }
    .chart-item .chart__series > div {
      margin: 0 auto;
      padding: 8px 20px 0 10px; }
  .chart-item .chart__serie {
    margin: 0 15px 0 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .chart-item .chart__serie i {
      position: absolute;
      left: 0;
      top: 0; }
    .chart-item .chart__serie .series-color--column {
      position: relative;
      padding-left: 10px; }
    .chart-item .chart__serie:not(.active) .series-color {
      color: #7f818a; }
    .chart-item .chart__serie:hover {
      color: #d2d2d2; }
  .chart-item .chart .watermark {
    opacity: 0.1;
    position: absolute;
    right: 10px;
    z-index: 1;
    bottom: 45px; }

body.theme--light .comments .comment {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }

body.theme--light .comment-form-comment textarea {
  background: #fff;
  color: #282829; }

body.theme--light .parent .comment-respond input[type="text"], body.theme--light .parent .comment-respond input[type="email"], body.theme--light .parent .comment-respond textarea {
  background: #f7f7f7; }

body.theme--light .parent .comment {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ddd; }

.comments .comment {
  margin-top: 20px;
  padding: 15px;
  background: #252b3e;
  border-radius: 4px; }
  .comments .comment p:first-of-type {
    margin-top: 0; }

.comments .parent .comment {
  border-left: 3px solid #404963;
  border-radius: 0; }

.comments .comment-meta {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: "Montserrat", "Verdana", "Arial";
  font-weight: 600;
  margin: 10px 0; }
  .comments .comment-meta a {
    color: #8b8fa2; }

.comments .comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat", "Verdana", "Arial"; }
  .comments .comment-author img {
    border-radius: 50%;
    margin-right: 10px; }
  .comments .comment-author cite {
    font-style: normal;
    font-weight: 600;
    margin-right: 4px; }

.comment-form-comment textarea {
  background: #212940;
  color: #fff;
  border-radius: 4px;
  width: 100%;
  border: 0;
  font-family: -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica", "Trebuchet MS", "Arial";
  padding: 15px;
  font-size: 1.6rem; }
  .comment-form-comment textarea:focus {
    outline: none; }

.comment-form-comment label {
  display: none; }

.form-submit {
  max-width: 300px; }

.pros-cons .fa-check-circle {
  color: #2cb543; }

.pros-cons .fa-times {
  color: red; }

.ticker-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  overflow: auto;
  font-family: "Montserrat", "Verdana", "Arial";
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 15px;
  background: #171a27;
  border-radius: 4px;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .ticker-bar__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    margin-left: 20px; }
    .ticker-bar__items li {
      margin-right: 15px; }

body.theme--light .chapter__page {
  color: #6c7584;
  border-bottom: 1px solid #6c758463; }

h3.chapter {
  font-size: 2.2rem; }

h2.chapter {
  margin-top: 40px; }

.chapter__page {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #94a4bf;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  display: inline-block;
  margin-bottom: .9rem;
  opacity: 0.75; }

.nice-img {
  display: block;
  text-align: center; }
  .nice-img img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    border-radius: 8px;
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); }
    .nice-img img:hover {
      opacity: 0.75; }
  .nice-img__caption {
    font-weight: 400;
    font-size: 1.3rem; }

body.theme--light .ep-sparkline {
  background: #fff; }

.ep-sparkline {
  position: relative;
  height: 155px;
  border-radius: 0 0 8px 8px;
  background: #171a27; }
  .ep-sparkline .apexcharts-canvas {
    position: absolute;
    bottom: 0; }
  .ep-sparkline svg {
    border-radius: 0 0 8px 8px; }

ul.skip-ahead {
  color: #006cdb;
  margin: 0 0 10px;
  padding: 0 20px;
  font-size: 1.4rem; }
  ul.skip-ahead ul {
    margin: 5px 0;
    color: #696e86;
    list-style-type: square; }

.price-converter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .price-converter__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .price-converter__inputs .text-input {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .price-converter__inputs .text-input:first-child {
        margin-right: 15px; }
  .price-converter__submit {
    margin-left: 15px; }
  @media (max-width: 390px) {
    .price-converter__inputs {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .price-converter .text-input {
      -webkit-box-flex: 0;
      -ms-flex: 0 100%;
      flex: 0 100%; }
      .price-converter .text-input:first-child {
        margin-bottom: 10px;
        margin-right: 0; } }

body.theme--light .data-table__csv-range input {
  background: #fff;
  color: #272727;
  border: 1px solid #eaeaea; }

body.theme--light .data-table__fx {
  color: #282829; }

.data-table__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.data-table__fx {
  color: #fff; }
  .data-table__fx .dropdown-choice {
    padding: 2px 26px 2px 6px; }

.data-table__csv-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px; }
  .data-table__csv-range > input {
    margin: 0 0 0 10px;
    padding: 2px 6px;
    font-size: 1.4rem;
    background: #212940;
    color: #fff;
    border-color: transparent;
    border-radius: 2px; }

.author-meta {
  padding-bottom: 20px;
  border-bottom: 1px solid #2e3038;
  font-size: 1.2rem;
  font-weight: 600;
  color: #777777;
  font-family: "Montserrat", "Verdana", "Arial"; }
  .author-meta--archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    padding: 0; }
  .author-meta__image {
    text-align: center;
    margin-bottom: 8px; }
  .author-meta img {
    border-radius: 50%; }
  .author-meta i {
    margin-left: 4px; }
  .author-meta__name {
    display: block;
    color: #b9b9b9;
    margin-bottom: 4px; }
  .author-meta__title {
    display: block;
    text-transform: lowercase; }

body.theme--light .qs-datepicker .qs-controls {
  background: white; }

body.theme--light .qs-datepicker-container {
  background: #fff;
  color: black;
  -webkit-box-shadow: 0 0 4px #e0e0e0;
  box-shadow: 0 0 4px #e0e0e0; }

body.theme--light .qs-square.qs-active {
  background: lightblue; }

body.theme--light .qs-square.qs-range-date-middle {
  background: #d4ebf2; }

/*
  All a user has to do to change the calendar size is
  change the font-size on the container and everything
  magically resizes accordingly. Relative units ftw!
*/
.qs-datepicker-container {
  font-size: 1rem;
  font-family: sans-serif;
  color: white;
  position: absolute;
  width: 15.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  -webkit-box-shadow: 0 0 4px #000;
  box-shadow: 0 0 4px #000;
  border-radius: 0.26392em;
  overflow: hidden;
  background: #171c2e; }
  .qs-datepicker-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .qs-datepicker-container.qs-centered {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .qs-datepicker-container.qs-hidden {
    display: none; }

.qs-datepicker .qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  width: 100%;
  height: 100%;
  padding: .5em;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .qs-datepicker .qs-overlay.qs-hidden {
    opacity: 0;
    z-index: -1; }
  .qs-datepicker .qs-overlay .qs-overlay-year {
    border: none;
    background: transparent;
    border-bottom: 1px solid white;
    border-radius: 0;
    color: white;
    font-size: 0.875em;
    padding: .25em 0;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block; }
    .qs-datepicker .qs-overlay .qs-overlay-year::-webkit-input-placeholder {
      color: #fff; }
    .qs-datepicker .qs-overlay .qs-overlay-year:-ms-input-placeholder {
      color: #fff; }
    .qs-datepicker .qs-overlay .qs-overlay-year::-ms-input-placeholder {
      color: #fff; }
    .qs-datepicker .qs-overlay .qs-overlay-year::placeholder {
      color: #fff; }
    .qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
      -webkit-appearance: none; }
  .qs-datepicker .qs-overlay .qs-close {
    padding: .5em;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0; }
  .qs-datepicker .qs-overlay .qs-submit {
    border: 1px solid white;
    border-radius: 0.26392em;
    padding: .5em;
    margin: 0 auto auto;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.4); }
    .qs-datepicker .qs-overlay .qs-submit.qs-disabled {
      color: gray;
      border-color: gray;
      cursor: not-allowed; }
  .qs-datepicker .qs-overlay .qs-overlay-month-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .qs-datepicker .qs-overlay .qs-overlay-month {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% / 3);
    cursor: pointer;
    opacity: .5;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s; }
    .qs-datepicker .qs-overlay .qs-overlay-month.active, .qs-datepicker .qs-overlay .qs-overlay-month:hover {
      opacity: 1; }

.qs-datepicker .qs-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #353535;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s; }
  .qs-datepicker .qs-controls.qs-blur {
    -webkit-filter: blur(5px);
    filter: blur(5px); }

.qs-datepicker .qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: 0.26392em;
  -webkit-transition: background .15s;
  transition: background .15s; }
  .qs-datepicker .qs-arrow:hover {
    background: rgba(0, 0, 0, 0.1); }
    .qs-datepicker .qs-arrow:hover.qs-left:after {
      border-right-color: black; }
    .qs-datepicker .qs-arrow:hover.qs-right:after {
      border-left-color: black; }
  .qs-datepicker .qs-arrow:after {
    content: '';
    border: 0.39063em solid transparent;
    position: absolute;
    top: 50%;
    -webkit-transition: border .2s;
    transition: border .2s; }
  .qs-datepicker .qs-arrow.qs-left:after {
    border-right-color: gray;
    right: 50%;
    -webkit-transform: translate(25%, -50%);
    transform: translate(25%, -50%); }
  .qs-datepicker .qs-arrow.qs-right:after {
    border-left-color: gray;
    left: 50%;
    -webkit-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%); }

.qs-datepicker .qs-month-year {
  font-weight: bold;
  -webkit-transition: border .2s;
  transition: border .2s;
  border-bottom: 1px solid transparent;
  cursor: pointer; }
  .qs-datepicker .qs-month-year:hover {
    border-bottom: 1px solid gray; }
  .qs-datepicker .qs-month-year:focus, .qs-datepicker .qs-month-year:active:focus {
    outline: none; }

.qs-datepicker .qs-month {
  padding-right: .5ex; }

.qs-datepicker .qs-year {
  padding-left: .5ex; }

.qs-datepicker .qs-squares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.3125em;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s; }
  .qs-datepicker .qs-squares.qs-blur {
    -webkit-filter: blur(5px);
    filter: blur(5px); }

.qs-datepicker .qs-square {
  width: calc(100% / 7);
  height: 1.5625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background .1s;
  transition: background .1s;
  border-radius: 0.26392em; }
  .qs-datepicker .qs-square.qs-current {
    font-weight: bold; }
    .qs-datepicker .qs-square.qs-current span {
      text-decoration: underline; }
  .qs-datepicker .qs-square.qs-active {
    background: #006cdb; }
  .qs-datepicker .qs-square.qs-range-date-start:not(.qs-range-date-6) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .qs-datepicker .qs-square.qs-range-date-middle {
    background: #0f85ff; }
    .qs-datepicker .qs-square.qs-range-date-middle:not(.qs-range-date-0):not(.qs-range-date-6) {
      border-radius: 0; }
    .qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-0 {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-6 {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  .qs-datepicker .qs-square.qs-range-date-end:not(.qs-range-date-0) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .qs-datepicker .qs-square.qs-disabled span {
    opacity: .2; }
  .qs-datepicker .qs-square.qs-empty {
    cursor: default; }
  .qs-datepicker .qs-square.qs-disabled {
    cursor: not-allowed; }
  .qs-datepicker .qs-square.qs-day {
    cursor: default;
    font-weight: bold;
    color: gray; }
  .qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
    background: orange; }

.qs-datepicker .qs-event {
  position: relative; }
  .qs-datepicker .qs-event:after {
    content: '';
    position: absolute;
    width: 0.46875em;
    height: 0.46875em;
    border-radius: 50%;
    background: #07f;
    bottom: 0;
    right: 0; }
  .qs-datepicker .qs-event.qs-disabled:after, .qs-datepicker .qs-event.qs-empty:after {
    background: #cce4ff; }

body.theme--light a.ep-logo:hover {
  color: #14c7dc; }

body.theme--light .ep-logo {
  color: #3d485a; }
  body.theme--light .ep-logo__icon {
    background-image: url("/wp-content/themes/ethereumdb/assets/images/logo/blue/30@2x.png"); }

.ep-logo {
  color: #fff; }
  .ep-logo a.ep-logo:hover {
    color: #2196F3; }
  .ep-logo__icon {
    width: 30px;
    height: 30px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    background-image: url("/wp-content/themes/ethereumdb/assets/images/logo/30@2x.png"); }
  .ep-logo h1,
  .ep-logo span {
    letter-spacing: -1.5px;
    font-size: 2.4rem;
    font-weight: 600;
    font-family: "Montserrat", "Verdana", "Arial";
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px; }
    .ep-logo h1 span,
    .ep-logo span span {
      display: none; }
  .ep-logo img {
    max-height: 30px;
    display: inline-block;
    vertical-align: middle; }
  .ep-logo--small h1, .ep-logo--small span {
    font-size: 1.8rem;
    letter-spacing: -1px;
    margin-left: 3px; }
  .ep-logo--small img {
    max-height: 25px; }
  @media (max-width: 680px) {
    .ep-logo h1, .ep-logo span {
      font-size: 1.8rem;
      letter-spacing: -1px;
      margin-left: 3px; }
    .ep-logo img {
      max-height: 25px; } }

.theme-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px; }
  .theme-toggle__switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px; }
    .theme-toggle__switch input {
      display: none; }
  .theme-toggle .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s; }
    .theme-toggle .slider:after {
      content: "\f185";
      color: #ffed51;
      font-weight: bold;
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      right: 6px;
      top: 50%;
      line-height: 0;
      font-size: 2rem; }
    .theme-toggle .slider:before {
      background-color: #fff;
      bottom: 4px;
      content: "";
      height: 26px;
      left: 4px;
      position: absolute;
      -webkit-transition: .4s;
      transition: .4s;
      width: 26px;
      z-index: 1; }
  .theme-toggle input:checked + .slider {
    background-color: #1c1a28; }
    .theme-toggle input:checked + .slider:before {
      background-color: #9492c4; }
    .theme-toggle input:checked + .slider:after {
      content: "\f755";
      left: 7px;
      color: #c2c1e1; }
  .theme-toggle input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    transform: translateX(26px); }
  .theme-toggle .slider.round {
    border-radius: 34px; }
  .theme-toggle .slider.round:before {
    border-radius: 50%; }

body.theme--light .tooltip .tooltiptext {
  background: #266bdb; }
  body.theme--light .tooltip .tooltiptext:after {
    border-color: #266bdb transparent transparent transparent; }

.tooltip {
  position: relative;
  display: block;
  cursor: pointer; }
  .tooltip .tooltiptext {
    font-family: -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica", "Trebuchet MS", "Arial";
    line-height: 125%;
    visibility: hidden;
    width: 120px;
    background-color: #21293f;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-radius: 6px;
    font-size: 1.4rem;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .tooltip .tooltiptext:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #21293f transparent transparent transparent; }
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .pagination .btn {
    width: 48%; }
  .pagination__next {
    justify-self: flex-end; }

body.theme--light .table-pop tbody tr:nth-child(odd) td, body.theme--light .table-pop tbody tr:nth-child(odd) th {
  background: #ececec; }

body.theme--light table.loading tbody tr {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(255, 255, 255, 0)), color-stop(18%, #ececec), color-stop(33%, #ffffff00));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 8%, #ececec 18%, #ffffff00 33%); }

body.theme--light table th {
  border-bottom: 1px solid #e4e4e4;
  color: #3d485a; }

body.theme--light table td {
  color: #282829; }

body.theme--light .fancy-table--horizontal th {
  border-right: 1px solid #e4e4e4; }

body.theme--light .table__head .td {
  border-bottom: 2px solid #dcdcdc; }

body.theme--light .table__body {
  color: #282829; }
  body.theme--light .table__body .td {
    border-bottom: 1px solid #dcdcdc; }

body.theme--light .fancy-table {
  background-color: #ffffff; }

.table-overflow {
  white-space: nowrap;
  overflow-x: auto; }

table {
  text-align: left;
  width: 100%; }
  table.loading tr, table.loading td {
    border: 0 !important; }
  table.loading tbody tr {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    height: 40px;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(16, 19, 32, 0)), color-stop(18%, #1d202f), color-stop(33%, #10142000));
    background: linear-gradient(to right, rgba(16, 19, 32, 0) 8%, #1d202f 18%, #10142000 33%); }
    table.loading tbody tr td {
      color: transparent; }
  table thead th {
    padding: 0 10px 10px 10px;
    border-bottom: 2px solid #232c46; }
  table th, table td {
    padding: 10px; }
  table td {
    color: #e0e0e0;
    font-size: 1.4rem; }
    table td.data-unavailable {
      text-align: center;
      font-size: 1.6rem;
      font-weight: bold;
      padding: 40px 0;
      border: 0;
      font-family: "Montserrat", "Verdana", "Arial";
      letter-spacing: 0.5px; }
  table th {
    font-family: "Montserrat", "Verdana", "Arial";
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #fff; }

.table {
  display: table;
  width: 100%; }
  .table .tr {
    display: table-row; }
  .table .td, .table .th {
    display: table-cell;
    vertical-align: middle; }
    .table .td a, .table .th a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .table__head {
    display: table-header-group; }
    .table__head .td {
      font-family: "Montserrat", "Verdana", "Arial";
      font-weight: 600;
      text-transform: uppercase;
      font-size: 1.4rem;
      color: #fff;
      border-bottom: 2px solid #232c46;
      padding: 0 0 10px; }
  .table__body {
    display: table-row-group;
    color: #e0e0e0; }
    .table__body .td {
      padding: 8px 0;
      border-bottom: 1px solid #1a2033; }
  .table__foot {
    display: table-footer-group; }
  .table .col {
    display: table-column; }
  .table .colgroup {
    display: table-column-group; }
  .table .caption {
    display: table-caption; }

.table-wrap {
  /* box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.12),
  0 1px 2px 0 rgba(0, 0, 0, 0.24); */
  overflow: auto; }

.fancy-table {
  background-color: #121523;
  margin: 0;
  border-radius: 4px; }
  .fancy-table th, .fancy-table td {
    padding: 1.6rem;
    line-height: 100%; }
  .fancy-table th {
    font-weight: 600;
    color: #757575;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03); }
  .fancy-table tr:last-child td {
    border-bottom: 0; }
  .fancy-table--horizontal th {
    border-right: 1px solid rgba(255, 255, 255, 0.03); }
  .fancy-table--horizontal tr:last-child th {
    border-bottom: 0; }

.table-pop {
  -webkit-box-shadow: none;
  box-shadow: none;
  box-shadow: none; }
  .table-pop caption {
    font-family: "Montserrat", "Verdana", "Arial";
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left; }
  .table-pop td, .table-pop th {
    border: 0 !important;
    padding: 15px; }
  .table-pop tbody tr td:first-child, .table-pop tbody th:first-child {
    font-weight: 600;
    width: 242px; }
    .table-pop tbody tr td:first-child img, .table-pop tbody th:first-child img {
      vertical-align: middle;
      margin-right: 3px; }
  .table-pop tbody tr:nth-child(odd) td, .table-pop tbody tr:nth-child(odd) th {
    background-color: #171a27; }
    .table-pop tbody tr:nth-child(odd) td:first-child, .table-pop tbody tr:nth-child(odd) th:first-child {
      border-radius: 10px 0 0 10px; }
    .table-pop tbody tr:nth-child(odd) td:last-child, .table-pop tbody tr:nth-child(odd) th:last-child {
      border-radius: 0 10px 10px 0; }

body.theme--light .popout {
  background: #f9f9f9; }
  body.theme--light .popout input:not([type="submit"]) {
    background: #ececec;
    color: #272727; }
    body.theme--light .popout input:not([type="submit"])::-webkit-input-placeholder {
      color: #a7a7a7; }
    body.theme--light .popout input:not([type="submit"]):-ms-input-placeholder {
      color: #a7a7a7; }
    body.theme--light .popout input:not([type="submit"])::-ms-input-placeholder {
      color: #a7a7a7; }
    body.theme--light .popout input:not([type="submit"])::placeholder {
      color: #a7a7a7; }
  body.theme--light .popout__search .search-results {
    background: #ececec;
    -webkit-box-shadow: 0 2px 22px #d0d0d0;
    box-shadow: 0 2px 22px #d0d0d0; }
  body.theme--light .popout__header .fa-times {
    background: #e2e2e2;
    color: #3d485a; }
  body.theme--light .popout__title {
    border-bottom: 1px solid transparent; }
  body.theme--light .popout__menu li a,
  body.theme--light .popout__menu li[data-popout] {
    color: #006cdb;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.popout {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 7;
  height: 100%;
  max-width: 360px;
  width: 100%;
  background: #0f1013;
  margin: 0 0 0 auto;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  overflow-y: scroll; }
  .popout::-webkit-scrollbar-button {
    height: 8px;
    background: #333333; }
  .popout::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.8); }
  .popout::-webkit-scrollbar-track {
    background-color: #333333; }
  .popout::-webkit-scrollbar {
    display: none; }
  .popout.active {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.5); }
  .popout__search {
    padding: 15px 20px;
    position: relative; }
    .popout__search input {
      margin-bottom: 0; }
    .popout__search .search-close {
      position: absolute;
      z-index: 3;
      right: 20px;
      top: 50%;
      line-height: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      cursor: pointer;
      padding: 15px;
      display: none; }
      .popout__search .search-close.active {
        display: block; }
    .popout__search .search-results {
      display: none;
      position: absolute;
      width: 320px;
      z-index: 1;
      margin: -2px 0 0 0;
      padding: 5px 0;
      list-style-type: none;
      background: #1d1f25;
      -webkit-box-shadow: 0 2px 22px black;
      box-shadow: 0 2px 22px black;
      border-radius: 0 0 4px 4px;
      margin-bottom: 20px; }
      .popout__search .search-results li {
        margin: 0; }
        .popout__search .search-results li a {
          padding: 7px 15px;
          display: block; }
    .popout__search.active .search-results {
      display: block; }
  .popout__list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .popout__list a {
      font-weight: 600;
      color: #fff;
      padding: 10px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none;
      text-transform: uppercase;
      border-bottom: 1px solid rgba(39, 39, 39, 0.55); }
      .popout__list a:hover {
        color: #006cdb; }
      .popout__list a img {
        height: 28px;
        margin-right: 10px; }
  .popout__title {
    padding: 10px 20px;
    font-weight: 600;
    font-family: "Montserrat", "Verdana", "Arial";
    text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #25252b;
    text-align: center; }
    .popout__title i {
      margin-right: 5px; }
  .popout__header {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .popout__header .title {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-flex: 1;
      font-family: "Montserrat", "Verdana", "Arial";
      font-weight: 600; }
      .popout__header .title i {
        margin-right: 5px; }
    .popout__header .go-back {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-flex: 1;
      position: relative;
      padding-left: 13px;
      line-height: 100%;
      cursor: pointer; }
      .popout__header .go-back:before {
        font-family: "Font Awesome 5 Pro";
        content: "\f053";
        line-height: 0;
        position: absolute;
        top: 50%;
        left: 0;
        font-size: 1rem; }
    .popout__header .fa-times {
      color: #fff;
      font-size: 18px;
      padding: 6px 12px;
      background: #1b1e2e;
      border-radius: 4px;
      cursor: pointer; }
  .popout__overlay {
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    top: 0;
    left: 0;
    height: 100%;
    z-index: 6;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none; }
    .popout__overlay.active {
      display: block; }
  .popout__body {
    padding: 10px 15px; }
  .popout__menu {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .popout__menu li a {
      color: #fff;
      border-bottom: 1px solid #16181d;
      padding: 10px;
      cursor: pointer;
      display: block; }
      .popout__menu li a:hover {
        color: #006cdb; }
    .popout__menu li[data-popout] {
      position: relative;
      border-bottom: 1px solid #16181d;
      padding: 10px;
      cursor: pointer; }
      .popout__menu li[data-popout]:hover {
        color: #006cdb; }
      .popout__menu li[data-popout]:after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 200;
        content: "\f054";
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }

.popout-click {
  cursor: pointer;
  padding: 6px 28px 6px 16px;
  background: #1b1e2e;
  border-radius: 4px;
  font-family: "Montserrat", "Verdana", "Arial";
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .popout-click img {
    height: 16px;
    margin-right: 4px; }
  .popout-click:hover {
    background: #2e3144; }
  .popout-click:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    position: absolute;
    opacity: 0.4;
    right: 10px;
    color: #9699b3; }

.popout-alerts__body {
  padding: 0 20px; }
  .popout-alerts__body p.title {
    text-align: center;
    margin: 15px 0; }

.popout input:not([type="submit"]) {
  width: 100%;
  background: #1d1f25;
  color: #ececec;
  z-index: 2;
  position: relative; }
  .popout input:not([type="submit"])::-webkit-input-placeholder {
    color: #d6d6d6; }
  .popout input:not([type="submit"]):-ms-input-placeholder {
    color: #d6d6d6; }
  .popout input:not([type="submit"])::-ms-input-placeholder {
    color: #d6d6d6; }
  .popout input:not([type="submit"])::placeholder {
    color: #d6d6d6; }

body.theme--light .snackbar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3467b9), to(#113f8a));
  background-image: linear-gradient(180deg, #3467b9 0%, #113f8a 100%);
  color: #fff; }
  body.theme--light .snackbar__text a {
    color: #93bcff; }
  body.theme--light .snackbar a.btn {
    background: #e2e2e2;
    color: #282829; }

.snackbar {
  position: fixed;
  z-index: 100;
  bottom: 25px;
  right: -100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#101725), to(#0c0e19));
  background-image: linear-gradient(180deg, #101725 0%, #0c0e19 100%);
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0;
  -webkit-transition: 0.5s right linear;
  transition: 0.5s right linear;
  width: 350px; }
  .snackbar.active {
    right: 25px; }
  .snackbar__body {
    padding: 15px; }
  .snackbar__icon {
    margin-right: 15px;
    font-size: 2.5rem; }
  .snackbar__title {
    font-family: "Montserrat", "Verdana", "Arial";
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 4px; }
  .snackbar__text {
    font-size: 1.6rem;
    line-height: 125%; }
  .snackbar a.snackbar__action {
    margin-left: 10px;
    display: none; }
  .snackbar__image img {
    border-radius: 4px 4px 0 0; }
  .snackbar a.snackbar__close {
    background: #212940; }
    .snackbar a.snackbar__close:hover {
      background: #434a69; }
  .snackbar .flex {
    margin-bottom: 10px; }
  .snackbar .snackbar-timeout {
    height: 3px;
    width: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #e91e1e;
    animation-name: drain;
    animation-duration: 155s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-name: drain;
    -webkit-animation-duration: 155s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards; }
  .snackbar--success .snackbar-timeout {
    background: #25c84d; }
  .snackbar .btn {
    float: right; }
  .snackbar--error .snackbar-timeout {
    background: #e91e1e; }
  .snackbar--warn .snackbar-timeout {
    background: #e9c81e; }
  .snackbar--success .snackbar-timeout {
    background: #25c84d; }
  .snackbar--neutral .snackbar-timeout {
    background: #006cdb; }
  @media (max-width: 375px) {
    .snackbar {
      right: -125%; } }

body.theme--light input[type='submit'] {
  -webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.25); }

body.theme--light input[type='text'], body.theme--light input[type='number'], body.theme--light input[type='email'] {
  background: #fff;
  color: #272727; }

body.theme--light .flex-input-label {
  background: #ececec; }
  body.theme--light .flex-input-label .ep-flag {
    margin-right: 4px; }

body.theme--light .text-input__label {
  background: #ddd; }

body.theme--light .text-input input {
  -webkit-box-shadow: inset 0 0 0 1px #dddddd;
  box-shadow: inset 0 0 0 1px #dddddd; }

.flex-input-label {
  padding: 6px 16px;
  background: #212940;
  font-family: "Montserrat", "Verdana", "Arial";
  border-radius: 0 4px 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem; }

input:not([type='checkbox']) {
  background: #212940;
  color: #ececec;
  border: 0;
  padding: 15px 25px;
  font-family: -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica", "Trebuchet MS", "Arial";
  font-size: 1.6rem;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 15px; }
  input:not([type='checkbox'])::-webkit-input-placeholder {
    color: #272727; }
  input:not([type='checkbox']):-ms-input-placeholder {
    color: #272727; }
  input:not([type='checkbox'])::-ms-input-placeholder {
    color: #272727; }
  input:not([type='checkbox'])::placeholder {
    color: #272727; }
  input:not([type='checkbox'])[type='submit'] {
    font-family: "Montserrat", "Verdana", "Arial";
    cursor: pointer;
    background: #006cdb;
    background-image: linear-gradient(161deg, rgba(116, 121, 183, 0) 0%, rgba(35, 37, 107, 0.39) 100%);
    -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff; }
    input:not([type='checkbox'])[type='submit'].error {
      background: #e91e1e !important; }
    input:not([type='checkbox'])[type='submit']:hover {
      background: #3087e0; }
  input:not([type='checkbox']):focus {
    outline: none; }

body.theme--light .input--dark {
  background: #ececec;
  color: #282829; }

.input--dark {
  width: 100%;
  background: #212940;
  color: #ececec;
  z-index: 2;
  position: relative; }

.input--dark::-webkit-input-placeholder {
  color: #9a9a9a; }

.input--dark:-ms-input-placeholder {
  color: #9a9a9a; }

.input--dark::-ms-input-placeholder {
  color: #9a9a9a; }

.input--dark::placeholder {
  color: #9a9a9a; }

.submit-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex; }
  .submit-flex input {
    border-radius: 3px 0 0 3px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex: 1;
    z-index: 1; }
    .submit-flex input[type='submit'] {
      border-radius: 0 3px 3px 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
      flex: 0 0 130px;
      -webkit-flex: 0 0 130px;
      z-index: 0; }

form .form-error {
  font-family: Monospace, Arial;
  color: red; }

form .form-note {
  text-align: center;
  margin: 0 0 10px; }

form .form-label {
  margin: 6px 0;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Montserrat";
  text-transform: uppercase; }

form.inactive {
  display: none; }

form.success input[type='submit'] {
  background: #25c84d; }

form.error input[type='submit'] {
  background: #e91e1e; }

form.form-loading input[type='submit'] {
  color: transparent;
  background-image: url("/wp-content/themes/ethereumdb/assets/images/icons/animated/ellipsis-green.svg");
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.ajax-form {
  position: relative; }
  .ajax-form .loading-icon {
    display: none; }
  .ajax-form--requesting .loading-icon {
    display: block; }
  .ajax-form--requesting > input, .ajax-form--requesting > textarea, .ajax-form--requesting > select {
    opacity: 0; }

.text-input {
  position: relative;
  padding-left: 60px; }
  .text-input__label {
    position: absolute;
    left: 0;
    width: 60px;
    top: 0;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #39435f;
    border-radius: 4px 0 0 4px; }
  .text-input input {
    margin-bottom: 0 !important;
    border-radius: 0 4px 4px 0;
    -webkit-box-shadow: inset 0 0 0 1px #39435f;
    box-shadow: inset 0 0 0 1px #39435f; }

.submit-input input {
  margin-bottom: 0; }

body.theme--light .top-bar {
  background: #ffffff;
  -webkit-box-shadow: 0 1px 0px #efefef;
  box-shadow: 0 1px 0px #efefef; }

body.theme--light .meta-header {
  background: #ffffff;
  -webkit-box-shadow: inset 0 -1px 0px #efefef;
  box-shadow: inset 0 -1px 0px #efefef; }
  body.theme--light .meta-header__list a {
    color: #5a6384; }

@media (max-width: 800px) {
  body.theme--light .meta-header__currency:before {
    background: -webkit-gradient(linear, right top, left top, from(#f3f3f3), to(rgba(255, 255, 255, 0.6)));
    background: linear-gradient(to left, #f3f3f3, rgba(255, 255, 255, 0.6));
    top: -1px; } }

.meta-header {
  background: #141723; }
  .meta-header > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .meta-header__list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .meta-header__list > li {
      font-size: 1.3rem;
      line-height: 100%;
      margin: 0; }
      .meta-header__list > li > span {
        font-size: 1.2rem;
        opacity: 0.5; }
      .meta-header__list > li a {
        opacity: 1;
        color: #b8bcca; }
        .meta-header__list > li a:hover {
          color: #2196F3; }
  .meta-header__currency {
    font-weight: 600;
    white-space: nowrap;
    width: 60px;
    text-align: right; }
    .meta-header__currency .flag-icon {
      border-radius: 50%;
      margin-right: 5px; }
  .meta-header__stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 90%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  @media (max-width: 860px) {
    .meta-header__list {
      -webkit-box-flex: 0;
      -ms-flex: 0;
      flex: 0;
      -webkit-flex: 0; }
    .meta-header__currency {
      position: relative;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
      flex: 0 0 60px;
      -webkit-flex: 0 0 60px; }
      .meta-header__currency:before {
        content: '';
        position: absolute;
        left: -15px;
        top: 0;
        height: 100%;
        width: 15px;
        background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(#14182399));
        background-image: linear-gradient(to left, #000000, #14182399); }
    .meta-header__stats {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-flex: 1;
      white-space: nowrap;
      display: block;
      line-height: 0;
      overflow-x: auto; }
      .meta-header__stats::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
        background: transparent; }
      .meta-header__stats li {
        margin-right: 15px;
        vertical-align: top;
        display: inline-block; }
        .meta-header__stats li:last-child {
          padding-right: 30px; } }

.top-bar {
  font-size: 1.4rem;
  padding: 8px 0;
  z-index: 4;
  background: #0d101b; }
  .top-bar.fixed {
    top: 0;
    position: fixed;
    width: 100%; }
  .top-bar__links {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex: 1; }
  .top-bar__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    border-radius: 0 0 5px 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center; }
    .top-bar__nav li {
      padding: 0 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex; }
      @media (max-width: 680px) {
        .top-bar__nav li {padding: 0 3px;}
      }
      .top-bar__nav li i {
        font-size: 2rem; }
      .top-bar__nav li a.btn {
        line-height: 30px;
        padding: 0 16px;
        white-space: nowrap; }
      .top-bar__nav li a:not(.btn) {
        color: #b8bcca; }
        .top-bar__nav li a:not(.btn):hover {
          color: #2196F3; }
      .top-bar__nav li:last-child {
        padding-right: 0; }
      .top-bar__nav li.login {
        border-left: 1px solid #384065; }
        .top-bar__nav li.login i {
          width: 10px; }
  @media (max-width: 680px) {
    .top-bar__nav li a.btn {
      line-height: 0;
      padding: 14px 5px;
      font-size: 1rem; } 
.top-bar > .container {
  padding: 0 10px;
}
.top-bar__nav li:last-child {
    padding-right: 0;
    padding-left: 10px;
}

    }
  @media (max-width: 390px) {
    .top-bar__nav li .btn {
      font-size: 0.9rem; } }
  @media (max-width: 375px) {
    .top-bar h1 {
      display: none; } }

body.theme--light .sidebar h1, body.theme--light .sidebar h2, body.theme--light .sidebar h3 {
  color: #3d485a; }

.sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  -webkit-flex: 0 0 360px;
  color: #868686;
  margin: 0 0 20px 30px; }
  .sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4 {
    color: #e0e0e0; }
  .sidebar__widgets {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .sidebar .widget:first-child h1,
  .sidebar .widget:first-child h2,
  .sidebar .widget:first-child h3 {
    margin-top: 0; }
  @media (max-width: 960px) {
    .sidebar {
      margin: 0 0 20px 0;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      -webkit-order: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      -webkit-flex: 0 0 100%; } }

.modal {
  display: none;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }
  .modal.active {
    display: block; }
  .modal .modal-close {
    cursor: pointer;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 2rem;
    opacity: 0.8; }
  .modal h3 {
    margin: 0; }
  .modal__content {
    background-color: #000e1d;
    border-radius: 8px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 60px;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    max-width: 880px; }
    @media (max-width: 840px) {
      .modal__content {
        padding: 60px 20px;
        min-height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: auto;
        top: unset;
        left: unset;
        -webkit-transform: none;
        transform: none;
        border-radius: 0; } }
  .modal .modal-step {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    color: #151414;
    border-radius: 4px;
    margin-bottom: 35px;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    position: relative;
    max-height: 800px;
    -webkit-transition: max-height 0.2s;
    transition: max-height 0.2s; }
    .modal .modal-step--completed {
      opacity: 0.7; }
      .modal .modal-step--completed:after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .modal .modal-step--disabled {
      opacity: 0.3;
      position: relative; }
      .modal .modal-step--disabled:after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .modal .modal-step a.btn {
      max-width: 200px;
      position: static; }
      .modal .modal-step a.btn:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
    .modal .modal-step__text {
      padding: 25px 25px 25px 0; }
    .modal .modal-step__img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
      flex: 0 0 180px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 25px; }
      .modal .modal-step__img.active .progress-icon {
        display: block; }
      .modal .modal-step__img.active img {
        display: none; }
    .modal .modal-step:last-child {
      margin: 0; }
    @media (max-width: 600px) {
      .modal .modal-step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px; }
        .modal .modal-step--completed {
          max-height: 240px;
          overflow: hidden;
          /* a comment */ }
          .modal .modal-step--completed p {
            color: transparent; }
        .modal .modal-step__text {
          padding: 0 0 25px; }
        .modal .modal-step img {
          max-height: 100px; } }

.progress-icon {
  display: none;
  padding: 15px; }

body.theme--light .footer {
  background: #ececec; }
  body.theme--light .footer .fa-ethereum {
    text-shadow: 0px 3px #ffffff,
 0px -3px #ffffff,
 0 0 50px #ffffff;
    color: #aacae6; }
  body.theme--light .footer__links {
    background-image: none;
    background: #fff;
    border-top: 1px solid #e0e0e0; }

.footer {
  margin: 40px 0 60px 0;
  padding: 0 20px; }
  .footer__newsletter {
    text-align: center;
    padding: 180px 0;
    max-width: 560px;
    margin: 0 auto;
    position: relative; }
    .footer__newsletter .newsletter {
      position: relative;
      z-index: 1; }
      .footer__newsletter .newsletter__description {
        margin: 20px 0 30px; }
      .footer__newsletter .newsletter__form input[type='email'] {
        background: #fff;
        color: #272727;
        z-index: 1; }
        .footer__newsletter .newsletter__form input[type='email']::-webkit-input-placeholder {
          color: #272727; }
        .footer__newsletter .newsletter__form input[type='email']:-ms-input-placeholder {
          color: #272727; }
        .footer__newsletter .newsletter__form input[type='email']::-ms-input-placeholder {
          color: #272727; }
        .footer__newsletter .newsletter__form input[type='email']::placeholder {
          color: #272727; }
    .footer__newsletter .fa-ethereum {
      position: absolute;
      font-size: 45rem;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0.25;
      text-shadow: 0px 3px #7c8ab1,
 0px -3px #7c8ab1,
 0 0 50px #7c8ab1;
      color: #444f6e; }
  .footer__text {
    font-size: 1.4rem;
    color: #767a8a; }
  .footer__column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex: 1;
    margin: 0 10px; }
    .footer__column:first-child {
      margin-left: 0; }
    .footer__column:last-child {
      margin-right: 0; }
    .footer__column--2 {
      -webkit-box-flex: 2;
      -ms-flex-positive: 2;
      flex-grow: 2;
      -webkit-flex-grow: 2; }
  .footer__links {
    padding: 60px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#181c2d00), to(#0d101b));
    background-image: linear-gradient(#181c2d00, #0d101b);
    margin-top: 60px;
    border-top: 1px solid #2b3148; }
    .footer__links h3 {
      margin-top: 0; }
  @media (max-width: 960px) {
    .footer__links > .container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
    .footer__links .ep-logo img {
      max-height: 25px; }
    .footer__links .ep-logo h1 {
      font-size: 1.8rem;
      font-weight: 600; }
    .footer__links .footer__column {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      -webkit-flex: 0 0 25%;
      margin: 0; } }
  @media (max-width: 800px) {
    .footer__links {
      padding: 40px 0; }
      .footer__links .footer__column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333%;
        flex: 0 0 33.3333333%;
        -webkit-flex: 0 0 33.3333333%; }
        .footer__links .footer__column--2 {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          -webkit-flex: 0 0 100%;
          margin-top: 30px;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          -webkit-order: 1; } }
  @media (max-width: 680px) {
    .footer__text > .flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
    .footer__column {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      margin: 0; }
    .footer__links .footer__column {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      margin: 0 0 30px 0; } }

.widget {
  margin-bottom: 20px; }
  .widget:last-child {
    margin-bottom: 0; }

body.theme--light .ep-widget--text {
  background: #fff; }

.ep-widget {
  margin-bottom: 30px; }
  .ep-widget--shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px; }
  .ep-widget--sticky {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 30px; }
  .ep-widget--text {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: #171a27;
    padding: 15px; }

.widget__stats table.stats {
  width: 100%; }

body.theme--light .widget_newsletter_widget {
  background: #fff; }
  body.theme--light .widget_newsletter_widget input:not([type="submit"]) {
    background: #ececec; }

.newsletter__title {
  font-family: "Montserrat", "Verdana", "Arial";
  font-weight: 600;
  margin-top: 0; }

.newsletter__wrap {
  max-width: 360px;
  margin-top: 10px; }

.newsletter__description {
  color: #868686;
  line-height: 150%; }

.widget_newsletter_widget {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #1a1e32), to(rgba(18, 21, 35, 0.6)));
  background-image: linear-gradient(180deg, #1a1e32 60%, rgba(18, 21, 35, 0.6) 100%);
  padding: 15px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); }

.widget__navigation ul.navigation li i {
  margin-left: 8px;
  opacity: 0.6;
  font-size: 1.2rem; }

.widget__navigation ul.navigation li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 10px 0; }

body.theme--light .faq__item .question {
  background: #ececec;
  color: #5a5a5a; }

body.theme--light .faq__item .answer {
  background: #ececec; }

.faq__column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex: 1;
  margin: 0 10px; }
  .faq__column:first-child {
    margin-left: 0; }
  .faq__column:last-child {
    margin-right: 0; }

.faq__item {
  margin-bottom: 15px; }
  .faq__item .question {
    padding: 15px;
    cursor: pointer;
    font-family: "Montserrat", "Verdana", "Arial";
    background: #252b3e;
    border-radius: 4px;
    font-weight: 600;
    color: #e0e0e0; }
    .faq__item .question:hover {
      color: #2196F3; }
    .faq__item .question.active {
      border-radius: 4px 4px 0 0; }
  .faq__item .answer {
    overflow: hidden;
    padding: 0;
    max-height: 0;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
    padding: 0 15px 0 15px;
    background: #252b3e; }
    .faq__item .answer p:first-child {
      margin-top: 0; }

.email-signup__form {
  max-width: 400px;
  margin: 20px 0; }

.hero {
  padding: 40px 0; }
  .hero__heading {
    max-width: 50%; }
    @media (max-width: 1200px) {
      .hero__heading {
        max-width: none; } }
    .hero__heading h1 {
      margin: 0; }

.link-list {
  -webkit-column-count: 2;
  column-count: 2;
  margin: 0;
  padding: 0 20px; }
  .link-list li {
    padding: 0 10px;
    line-height: 2; }
  @media (max-width: 680px) {
    .link-list {
      -webkit-column-count: 1;
      column-count: 1; } }

body.theme--light .box-item__inner {
  background: #ffffff; }

.info-boxes {
  margin: 40px 0 0;
  overflow-x: auto; }
  .info-boxes__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .info-boxes__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    white-space: normal; }
  .info-boxes .box-item {
    text-align: center;
    margin-bottom: 10px; }
    .info-boxes .box-item h3 {
      font-size: 1.6rem;
      padding: 0 15px; }
    .info-boxes .box-item__image {
      height: 125px;
      overflow: hidden;
      position: relative;
      border-radius: 4px 4px 0 0;
      opacity: 0.5;
      -webkit-transition: opacity 0.2s;
      transition: opacity 0.2s; }
      .info-boxes .box-item__image img {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 4px 4px 0 0; }
    .info-boxes .box-item__description {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      opacity: 0.75;
      font-size: 1.4rem;
      padding: 0 15px; }
    .info-boxes .box-item__inner {
      background: #121523;
      height: 100%;
      margin: 0 5px;
      border-radius: 4px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative; }
      .info-boxes .box-item__inner:hover .box-item__image {
        opacity: 1; }
    .info-boxes .box-item .btn {
      margin: 20px auto;
      position: static;
      display: inline-block;
      color: #fff; }
      .info-boxes .box-item .btn:hover {
        color: #fff; }
      .info-boxes .box-item .btn:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1; }
  @media (max-width: 1240px) {
    .info-boxes__wrap {
      white-space: nowrap;
      overflow-x: scroll; } }

.cryptocurrency-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  max-width: 670px;
  margin: 0 auto;
  padding: 40px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .cryptocurrency-block .crypto-item {
    font-family: "Montserrat", "Verdana", "Arial";
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    -webkit-lex: 0 0 20%;
    padding: 15px;
    text-align: center; }
    .cryptocurrency-block .crypto-item__name {
      font-weight: bold; }
    .cryptocurrency-block .crypto-item__icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      width: 40px;
      margin: 0 auto;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 8px; }
    .cryptocurrency-block .crypto-item__fee {
      margin-top: 3px; }

.banking-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  max-width: 670px;
  margin: 0 auto;
  padding: 40px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center; }
  .banking-block .method-item {
    font-family: "Montserrat", "Verdana", "Arial";
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
    padding: 15px;
    text-align: center; }
    .banking-block .method-item__name {
      font-weight: bold; }
    .banking-block .method-item__icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      background: #006cdb;
      border-radius: 3px;
      width: 40px;
      height: 40px;
      margin: 0 auto;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 8px; }
    .banking-block .method-item__fee {
      margin-top: 3px; }

body.theme--light .comparison-table td {
  border: 0; }

body.theme--light .comparison-table .comparison-item__note {
  color: rgba(0, 0, 0, 0.45);
  background: #ececec; }

body.theme--light .comparison-table .comparison-item__info {
  background-image: none;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #e4e4e4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #e4e4e4; }

body.theme--light .comparison-table .comparison-item__label {
  color: rgba(0, 0, 0, 0.5); }

body.theme--light .comparison-table .comparison-item__more-crypto {
  background: #f3f3f3; }

body.theme--light .comparison-table .comparison-item__value {
  color: #3d485a; }

body.theme--light .comparison-table .comparison-item a {
  color: #fff; }

body.theme--light .comparison-table .comparison-item__logo-wrap a {
  color: #266bdb; }

.comparison-table td {
  border: 0; }

.comparison-table__wrap {
  padding: 0; }

.comparison-table__inner {
  padding: 0; }

.comparison-table__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center; }
  .comparison-table__head h2 {
    margin: 0; }

.comparison-table__404 {
  text-align: center;
  margin: 40px 0; }

.comparison-table__available {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat", "Verdana", "Arial";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center; }
  .comparison-table__available .flag-icon {
    margin-right: 5px;
    border-radius: 50%; }

.comparison-table__footnote {
  color: #868686;
  margin: 0; }

.comparison-table__dropdown {
  width: 200px; }

.comparison-table .comparison-item {
  padding: 10px 0; }
  .comparison-table .comparison-item .flag-icon {
    border-radius: 50%; }
  .comparison-table .comparison-item__label {
    font-family: "Montserrat", "Verdana", "Arial";
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    position: absolute;
    top: -5px;
    width: 100%;
    left: 0;
    text-align: center; }
  .comparison-table .comparison-item__value {
    margin-top: 20px;
    width: 100%; }
    .comparison-table .comparison-item__value ul {
      margin: 0; }
  .comparison-table .comparison-item__info {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #1a1e32), to(rgba(18, 21, 35, 0.6)));
    background-image: linear-gradient(90deg, #1a1e32 40%, rgba(18, 21, 35, 0.6) 100%);
    padding: 20px 0 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    table-layout: fixed; }
    .comparison-table .comparison-item__info td {
      position: relative; }
  .comparison-table .comparison-item__min-deposit {
    width: 175px; }
    .comparison-table .comparison-item__min-deposit .comparison-item__value {
      font-size: 4.6rem;
      color: #ffffff;
      font-family: "Montserrat", "Verdana", "Arial";
      line-height: 4.6rem;
      text-align: center; }
  .comparison-table .comparison-item__cryptocurrencies {
    width: 205px; }
    .comparison-table .comparison-item__cryptocurrencies ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center; }
      .comparison-table .comparison-item__cryptocurrencies ul li {
        margin-right: 8px; }
        .comparison-table .comparison-item__cryptocurrencies ul li:last-child {
          margin-right: 0; }
        .comparison-table .comparison-item__cryptocurrencies ul li img {
          width: 24px;
          display: block; }
  .comparison-table .comparison-item__more-crypto {
    font-size: 1.2rem;
    font-family: "Montserrat", "Verdana", "Arial";
    padding: 4px 15px;
    margin-top: 5px;
    background: #262a3c;
    border-radius: 8px;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    left: 50%; }
  .comparison-table .comparison-item__logo {
    padding: 0 20px;
    width: 155px; }
    .comparison-table .comparison-item__logo a {
      display: block;
      text-align: center;
      border: 0;
      opacity: 0.5;
      margin: 5px 0 0;
      font-size: 1.2rem;
      width: 100%;
      text-align: center; }
  .comparison-table .comparison-item__logo-wrap {
    max-width: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* .highlight {
        display: block;
        margin-top: 25px;
        padding: 4px 15px 4px 40px;
        border-radius: 8px;
        font-size: 1.2rem;
        font-family: $font-heading;
        position: relative;
        background: rgba(0, 0, 0, 0.5);

        i {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 25px;
          color: #fff;
          background: #529a13;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 8px 0 0 8px;
        }
      } */ }
  .comparison-table .comparison-item__features {
    width: 205px;
    padding: 10px 10px 10px 25px; }
    .comparison-table .comparison-item__features .comparison-item__label {
      text-align: left;
      left: 10px; }
    .comparison-table .comparison-item__features .comparison-item__value {
      margin-top: 0px; }
    .comparison-table .comparison-item__features ul {
      margin: 0 0 0 10px;
      font-size: 1.4rem; }
  .comparison-table .comparison-item__deposit-methods {
    width: 205px; }
    .comparison-table .comparison-item__deposit-methods .comparison-item__value {
      margin-top: 0px; }
    .comparison-table .comparison-item__deposit-methods ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center;
      font-size: 2.6rem; }
      .comparison-table .comparison-item__deposit-methods ul li {
        margin-right: 8px; }
        .comparison-table .comparison-item__deposit-methods ul li:last-child {
          margin-right: 0; }
  .comparison-table .comparison-item__buy-sell {
    padding: 0 20px;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    margin-top: 10px; }
    .comparison-table .comparison-item__buy-sell a.btn {
      width: 100%;
      padding: 12px 10px; }
  .comparison-table .comparison-item__callout {
    padding: 15px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    color: #dcdcdc; }
    .comparison-table .comparison-item__callout i {
      background: #7caf10;
      position: relative;
      border-radius: 4px 0 0 4px;
      padding: 6px;
      font-size: 1.6rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center; }
    .comparison-table .comparison-item__callout .callout-info {
      font-weight: 600;
      font-size: 1.4rem;
      border-radius: 0 4px 4px 0;
      padding: 0 8px;
      background: #578000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center; }
  .comparison-table .comparison-item__note {
    margin: 10px 0 0;
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.35);
    padding: 10px;
    background: #161b27;
    border-radius: 8px; }

@media (max-width: 1200px) {
  .comparison-table .comparison-item__label {
    top: -5px; }
  .comparison-table .comparison-item__logo a {
    position: relative; }
  .comparison-table .comparison-item__value {
    margin: 5px 0 0; }
  .comparison-table .comparison-item__min-deposit .comparison-item__value {
    font-size: 4rem;
    line-height: 4rem; }
  .comparison-table .comparison-item__cryptocurrencies {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 205px !important;
    flex: 0 0 205px !important;
    -webkit-flex: 0 0 205px !important; }
  .comparison-table .comparison-item__features {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 205px !important;
    flex: 0 0 205px !important;
    -webkit-flex: 0 0 205px !important; }
  .comparison-table .comparison-item__label {
    display: none; }
  .comparison-table .comparison-item__min-deposit .comparison-item__label {
    display: block; }
  .comparison-table .comparison-item__info tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .comparison-table .comparison-item__info tr td {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-flex: 1; } }

@media (max-width: 960px) {
  .comparison-table .comparison-item__logo {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    -webkit-flex: 0 0 20% !important; }
  .comparison-table .comparison-item__min-deposit {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    -webkit-flex: 0 0 20% !important; }
  .comparison-table .comparison-item__buy-sell {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 70% !important;
    flex: 0 0 70% !important;
    -webkit-flex: 0 0 70% !important;
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    -webkit-order: 6; }
  .comparison-table .comparison-item__deposit-methods {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    -webkit-flex: 0 0 30% !important;
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    -webkit-order: 7; }
  .comparison-table .comparison-item__cryptocurrencies {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 245px !important;
    flex: 0 0 245px !important;
    -webkit-flex: 0 0 245px !important;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-order: 3; }
    .comparison-table .comparison-item__cryptocurrencies .comparison-item__value {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center; }
    .comparison-table .comparison-item__cryptocurrencies ul li {
      margin: 0 3px; }
  .comparison-table .comparison-item__more-crypto {
    margin: 0 0 0 10px;
    border-radius: 50%;
    display: inline-block;
    -webkit-transform: none;
    transform: none;
    position: static;
    width: 27px;
    height: 27px;
    padding: 0;
    line-height: 27px;
    text-align: center;
    -webkit-box-shadow: 0 0 4px #00000087;
    box-shadow: 0 0 4px #00000087;
    font-weight: 600;
    font-size: 1rem;
    white-space: nowrap; }
    .comparison-table .comparison-item__more-crypto span {
      display: none; }
  .comparison-table .comparison-item__features {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
    -webkit-flex: 1 !important;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-order: 4; } }

@media (max-width: 800px) {
  .comparison-table .comparison-item__logo {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    -webkit-flex: 0 0 40% !important; }
  .comparison-table .comparison-item__logo-wrap {
    margin: 0 auto; }
  .comparison-table .comparison-item__buy-sell {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important; }
  .comparison-table .comparison-item__features {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    -webkit-order: 7;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    -webkit-flex: 0 0 50% !important;
    margin-left: 10px; }
  .comparison-table .comparison-item__deposit-methods {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    -webkit-order: 8; } }

@media (max-width: 680px) {
  .comparison-table .comparison-item__buy-sell {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    -webkit-order: 8; }
  .comparison-table .comparison-item__min-deposit {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
    -webkit-flex: 1 !important; }
    .comparison-table .comparison-item__min-deposit .comparison-item__value {
      font-size: 3rem;
      line-height: 3rem; } }

@media (max-width: 600px) {
  .comparison-table .comparison-item__cryptocurrencies {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important; }
    .comparison-table .comparison-item__cryptocurrencies .comparison-item__value {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center; }
  .comparison-table .comparison-item__features, .comparison-table .comparison-item__deposit-methods {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
    -webkit-flex: 1 !important; }
  .comparison-table .comparison-item__logo {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
    -webkit-flex: 1 !important; }
  .comparison-table .comparison-item__min-deposit {
    display: none; } }

@media (max-width: 390px) {
  .comparison-table .comparison-item__features {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important; }
  .comparison-table .comparison-item__deposit-methods {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important; }
  .comparison-table .comparison-item__buy-sell {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important; } }

body.theme--light .meta-intro {
  color: #5a5a5a; }

.mega-hero {
  overflow: hidden;
  padding: 40px 0 20px;
  position: relative; }
  .mega-hero h1 {
    width: 50%;
    margin: 0;
    font-size: 4rem;
    line-height: 120%;
    position: relative; }
  .mega-hero__meta {
    position: relative;
    background-position: center;
    margin: 10px 0;
    font-size: 1.6rem; }
    .mega-hero__meta > div {
      display: inline-block;
      margin-right: 2.5%;
      margin-bottom: 10px;
      vertical-align: middle; }
      .mega-hero__meta > div:last-child {
        margin-right: 0; }
  .mega-hero .meta-author > div {
    display: inline-block;
    vertical-align: middle; }
  .mega-hero .meta-author__avatar {
    margin-right: 10px; }
    .mega-hero .meta-author__avatar img {
      border-radius: 50%; }
  .mega-hero .meta-intro {
    font-family: "Montserrat", "Verdana", "Arial";
    color: #e0e0e0;
    max-width: 740px; }
  .mega-hero__label {
    display: block;
    color: #7a7a8c; }
  @media (max-width: 1200px) {
    .mega-hero h1 {
      width: auto; } }
  @media (max-width: 680px) {
    .mega-hero h1 {
      font-size: 3.2rem; } }

body.theme--light .block--table h1, body.theme--light .block--table h2, body.theme--light .block--table h3 {
  color: #3d485a; }

body.theme--light .block--chart {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(26, 30, 49, 0)), to(#ececec));
  background-image: linear-gradient(180deg, rgba(26, 30, 49, 0) 60%, #ececec 100%); }

.block {
  margin: 40px 0; }
  .block--padding {
    padding: 30px 0; }
  .block--half-margin {
    margin: 20px 0; }
  .block--half-top-margin {
    margin: 20px 0 40px; }
  .block--chart {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(26, 30, 49, 0)), to(#0d0f19));
    background-image: linear-gradient(180deg, rgba(26, 30, 49, 0) 60%, #0d0f19 100%);
    padding: 0 0 20px; }
  .block--image {
    text-align: center; }
  .block--table h1, .block--table h2, .block--table h3 {
    color: #e0e0e0; }
  .block--coins {
    margin-bottom: 0;
    position: relative; }
    @media (max-width: 960px) {
      .block--coins {
        padding: 0 20px; } }

body.theme--light .coin-hero__calculator {
  color: #0c101b; }

body.theme--light .crypto-calculator__invert {
  color: #909090; }

.coin-hero__calculator .headline {
  height: 85px; }
  @media (max-width: 800px) {
    .coin-hero__calculator .headline {
      height: 70px; } }

@media (max-width: 960px) {
  .coin-hero__calculator .coin-hero__values {
    padding: 15px 0 0; } }

.crypto-calculator {
  height: 50px; }
  .crypto-calculator.inverted .crypto-calculator__quantity {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-order: 1; }
  .crypto-calculator.inverted .crypto-calculator__base {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-order: 4; }
  .crypto-calculator.inverted .crypto-calculator__invert {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-order: 3; }
  .crypto-calculator.inverted .crypto-calculator__quote {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-order: 2; }
  .crypto-calculator .flag-icon.flag-icon-squared {
    width: 16px;
    height: 16px; }
  .crypto-calculator .symbol-wrap {
    width: 16px;
    height: 16px;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    line-height: 1em; }
  .crypto-calculator .token-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block; }
    .crypto-calculator .token-icon:before {
      content: '\00a0'; }
  .crypto-calculator .dropdown-item {
    height: 100%;
    width: 100px; }
  .crypto-calculator__quantity {
    margin: 0 10px 0 0; }
    .crypto-calculator__quantity input {
      margin: 0;
      height: 50px; }
  .crypto-calculator__invert {
    color: #fff;
    font-size: 18px;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 10px; }
    .crypto-calculator__invert:hover {
      color: #006cdb; }
  .crypto-calculator__content {
    margin: 60px 0 0; }

@media (max-width: 800px) {
  .wrap-404 img {
    max-width: 160px; } }

body.theme--light .article-validity {
  background: #ffffff;
  border: 2px solid #e2e2e2; }

.article-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(300px, 940px) minmax(0, 250px);
  grid-template-columns: minmax(300px, 940px) minmax(0, 250px);
  gap: 15px 50px;
  padding: 30px 20px; }
  .article-wrap .sidebar-container {
    -ms-grid-column: 2; }
  @media (max-width: 960px) {
    .article-wrap {
      -ms-grid-columns: minmax(0, 1fr);
      grid-template-columns: minmax(0, 1fr); }
      .article-wrap .sidebar-container {
        max-width: 600px;
        margin: 0 auto; }
      .article-wrap .ep-widget--ticker {
        display: inline-block;
        width: 48%; }
        .article-wrap .ep-widget--ticker:first-child {
          margin-right: 2%; } }
  @media (max-width: 480px) {
    .article-wrap .ep-widget--ticker {
      display: block;
      width: 100%;
      margin: 0 0 15px; } }

.ep-article {
  -ms-grid-column: 1; }
  .ep-article h1 {
    font-size: 3.6rem;
    line-height: 1.3;
    margin: 0 0 5px; }
  .ep-article .featured-image {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.075); }

.ep-article-meta {
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #777777; }

.article-layout {
  padding: 30px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px minmax(0, 1fr);
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 25px; }
  .article-layout__body {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-grid-column: 2; }
    .article-layout__body p:first-child {
      margin-top: 0;
      }
  .article-layout__sidebar {
    -ms-grid-column: 1;
    font-size: 1.4rem;
    font-weight: 600;
    color: #777777;
    font-family: "Montserrat", "Verdana", "Arial"; }
    .article-layout__sidebar > div {
      position: -webkit-sticky;
      position: sticky;
      top: 30px; }
  .article-layout .share-buttons {
    margin-top: 20px; }
    .article-layout .share-buttons ul {
      text-transform: uppercase;
      font-family: -system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica", "Trebuchet MS", "Arial"; }
      .article-layout .share-buttons ul li {
        margin-bottom: 13px; }
      .article-layout .share-buttons ul a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .article-layout .share-buttons ul i {
        font-size: 1.8rem;
        width: 24px; }
  @media (max-width: 575px) {
    .article-layout {
      -ms-grid-columns: minmax(0, 1fr);
      grid-template-columns: minmax(0, 1fr); }
      .article-layout__sidebar {
        display: none; } }

.article-validity {
  background-image: url("/wp-content/themes/ethereumdb/assets/images/backgrounds/patterned/naturalblack.png");
  padding: 30px 15px 15px;
  border-radius: 8px;
  text-align: center;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin: 30px 0; }
  .article-validity h3 {
    margin: 0 0 15px; }

.twitter-tweet {
  margin: auto; }

.wp-block-embed.is-provider-twitter {
  margin: 0; }

.archive-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(360px, 720px) minmax(220px, 1fr);
  grid-template-columns: minmax(360px, 720px) minmax(220px, 1fr);
  gap: 15px 30px;
  padding: 30px 20px;
  max-width: 1100px; }
  .archive-wrap h1 {
    margin: 0 0 20px;
    font-size: 1.6rem; }
  @media (max-width: 680px) {
    .archive-wrap {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; } }

body.theme--light .coin-widgets .widget-item__inner {
  background: #fff; }

body.theme--light .coin-widgets-updated {
  opacity: 0.5; }

.coin-widgets-quotes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .coin-widgets-quotes__cur {
    font-family: "Montserrat", "Verdana", "Arial";
    display: block;
    text-transform: capitalize;
    text-align: center;
    padding: 5px 8px;
    font-size: 1.2rem;
    border-radius: 4px;
    margin: 0 3px 0 0;
    background: #141723;
    color: #6a6e7d;
    cursor: pointer; }
    .coin-widgets-quotes__cur.active {
      cursor: default;
      color: #ccc;
      background: #1b1f31; }
    .coin-widgets-quotes__cur:hover {
      color: #ccc;
      background: #1b1f31; }
  .coin-widgets-quotes .ep-flag {
    border-radius: 50%;
    margin-right: 5px; }

.coin-widgets-updated {
  font-size: 1.2rem;
  font-family: "Montserrat", "Verdana", "Arial";
  opacity: 0.25; }
  .coin-widgets-updated span.break {
    opacity: 0.5; }

@media (max-width: 960px) {
  .coin-resources {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px; }
    .coin-resources > div {
      padding: 0 10px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

@media (max-width: 480px) {
  .coin-resources {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .coin-resources > div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

.coin-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -5px; }

  .coin-widgets__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%; }

  .coin-widgets .widget-item {
    margin-bottom: 10px; }
    .coin-widgets .widget-item__inner {
      background: #0a0c17;
      height: 100%;
      margin: 0 5px;
      padding: 15px;
      border-radius: 4px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      font-family: "Montserrat", "Verdana", "Arial";
      position: relative; }
      .coin-widgets .widget-item__inner .ph-animation {
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%; }
    .coin-widgets .widget-item__head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 10px; }
    .coin-widgets .widget-item__icon {
      margin-right: 10px; }
      .coin-widgets .widget-item__icon img {
        float: left; }
    .coin-widgets .widget-item__name {
      font-weight: 600; }
    .coin-widgets .widget-item__symbol {
      opacity: 0.5;
      font-size: 1.2rem; }
    .coin-widgets .widget-item__price {
      font-size: 2.6rem;
      font-weight: 600; }
  @media (max-width: 1050px) {
    .coin-widgets {
      white-space: nowrap;
      overflow-x: scroll; }
      .coin-widgets__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
        flex: 0 0 210px; } }

.coin-tables__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .coin-tables__flex > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden; }
  .coin-tables__flex > div:first-of-type {
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
    margin-right: 10px; }
  .coin-tables__flex table {
    width: 100%; }

@media (max-width: 900px) {
  .coin-tables__flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .coin-tables__flex > div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
    .coin-tables__flex > div:first-of-type {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin-bottom: 15px;
      margin-right: 0; } }

body.theme--light .related-item__image--placeholder {
  background-image: url(/wp-content/themes/ethereumdb/assets/images/backgrounds/placeholder--light.png); }

body.theme--light .content-body {
  color: #3a3a3a; }
  body.theme--light .content-body h1, body.theme--light .content-body h2, body.theme--light .content-body h3, body.theme--light .content-body h4 {
    color: #333333; }
  body.theme--light .content-body li {
    line-height: 1.56; }
  body.theme--light .content-body .item-profile {
    border: 1px solid rgba(0, 0, 0, 0.1); }
    body.theme--light .content-body .item-profile__image {
      background-color: #f3f1f1;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    body.theme--light .content-body .item-profile td {
      border-left: 1px solid #dcdcdc;
      background-color: #fff; }
    body.theme--light .content-body .item-profile th {
      background-color: #ececec;
      border-bottom: 1px solid #d8d1d1; }

body.theme--light .related-articles {
  background: #dedede; }

body.theme--light .article-note {
  background: #ececec; }
  body.theme--light .article-note__header {
    border-color: #cecece; }
  body.theme--light .article-note__icon {
    background: #cecece; }

.partner-item {
  margin-bottom: 40px; }

.partner-title__img {
  max-width: 240px;
  height: 60px; }
  .partner-title__img img {
    max-height: 100%; }

.partner-body__disclaimer {
  margin: 20px 0;
  font-size: 1.2rem; }

.content-body {
  font-size: 1.6rem;
  line-height: 1.56;
  letter-spacing: -.003em;
  color: #868686; }
  .content-body .partner-highlight {
    margin: 0 auto 35px; }
  .content-body--small {
    font-size: 1.6rem; }
  .content-body h2 {
    font-size: 2.4rem; }
  .content-body h1, .content-body h2, .content-body h3, .content-body h4 {
    color: #e0e0e0; }
  .content-body p {
    margin: 25px 0;
    }
  .content-body .item-profile {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-bottom: 25px; }
    .content-body .item-profile__image {
      background-color: #252b3e;
      border-radius: 6px 6px 0 0;
      text-align: center;
      padding: 25px 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .content-body .item-profile td {
      border-left: 1px solid #1a2033;
      background-color: #252b3e; }
    .content-body .item-profile th {
      background-color: #30374e;
      font-weight: 700;
      border-bottom: 1px solid #252b3e; }
      .content-body .item-profile th:after {
        content: ":"; }
    .content-body .item-profile th, .content-body .item-profile td {
      font-size: 1.6rem;
      text-transform: none; }
    .content-body .item-profile tr:last-child td, .content-body .item-profile tr:last-child th {
      border-bottom: 0; }

.image-caption {
  margin-bottom: 25px; }
  .image-caption--center {
    text-align: center; }

.partner-list {
  margin-bottom: 25px; }

.article-note {
  background: #1f2435;
  border-radius: 6px;
  margin-bottom: 25px; }
  .article-note__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #293046; }
  .article-note__title {
    padding-left: 20px; }
  .article-note__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    text-align: center;
    padding: 15px;
    background: #293046;
    border-radius: 6px 0 0; }
    .article-note__icon i {
      font-size: 38px; }
  .article-note__text {
    padding: 20px; }
    .article-note__text p:first-child {
      margin-top: 0; }
    .article-note__text p:last-child {
      margin-bottom: 0; }

ul.article-definitions {
  margin-left: 35px; }
  ul.article-definitions .fa-circle-notch {
    color: #006cdb;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 5px; }
  ul.article-definitions li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px; }
    ul.article-definitions li strong {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin-bottom: 5px; }

.article-table {
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 25px; }
  .article-table caption {
    font-size: 1.6rem;
    margin-bottom: 15px; }

.article-disclaimer {
  font-size: 1.6rem;
  font-style: italic; }

body.theme--light .eth2-results__detail {
  background: #fff; }

body.theme--light .eth2-results__chart {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff00), to(#ffffff));
  background-image: linear-gradient(180deg, #ffffff00 0%, #ffffff 100%);
  -webkit-box-shadow: 0 40px 40px 0px rgba(0, 0, 0, 0.075);
  box-shadow: 0 40px 40px 0px rgba(0, 0, 0, 0.075); }

.eth2calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .eth2calc__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    margin-right: 30px; }
    .eth2calc__form.disabled input[type="submit"] {
      background: grey;
      opacity: 0.6;
      cursor: default; }
    .eth2calc__form .form-label {
      display: inline-block;
      margin-right: 5px; }
  .eth2calc__results {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 810px; }
  .eth2calc__stake {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .eth2calc__stake .fiat-val {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      text-align: right;
      font-style: italic;
      padding: 5px; }
      .eth2calc__stake .fiat-val .fa-spin {
        -webkit-animation: fa-spin 0.5s infinite linear;
        animation: fa-spin 0.5s infinite linear; }
      .eth2calc__stake .fiat-val > span {
        display: inline-block; }
    .eth2calc__stake .dropdown-item {
      width: 150px; }
    .eth2calc__stake input {
      margin: 0;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .eth2calc .eth2-advanced .fa-angle-down {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
  .eth2calc .eth2-advanced.active .fa-angle-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .eth2calc .eth2-advanced > p {
    cursor: pointer; }
  .eth2calc .eth2-advanced__options {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s;
    transition: max-height 0.2s; }
  .eth2calc .eth2-advanced h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd; }
  .eth2calc .eth2-results__detail {
    padding: 0 15px;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    background: #141723;
    border-radius: 4px;
    max-height: 0;
    overflow: hidden; }
    .eth2calc .eth2-results__detail.active {
      padding: 15px;
      opacity: 1;
      max-height: 400px; }
  .eth2calc .eth2-results__table {
    position: relative; }
    .eth2calc .eth2-results__table .fiat-value {
      opacity: 0.5; }
  .eth2calc .eth2-results__chart {
    position: relative;
    padding: 30px 15px 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #00000000), to(rgba(0, 0, 0, 0.15)));
    background-image: linear-gradient(180deg, #00000000 60%, rgba(0, 0, 0, 0.15) 100%);
    border-radius: 4px;
    margin-bottom: 20px; }
    .eth2calc .eth2-results__chart h3 {
      position: absolute;
      margin: 0;
      z-index: 1;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  @media (max-width: 1200px) {
    .eth2calc {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .eth2calc__results {
        max-width: 100%; } }
  @media (max-width: 680px) {
    .eth2calc__form {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin: 0; } }

body.theme--light .guides-item {
  color: #dcdcdc; }
  body.theme--light .guides-item__image--placeholder {
    background-image: url(/wp-content/themes/ethereumdb/assets/images/backgrounds/placeholder--light.png); }
  body.theme--light .guides-item a {
    text-decoration: underline;
    color: #fff; }
    body.theme--light .guides-item a:hover {
      text-decoration: none; }
  body.theme--light .guides-item__wrap:after {
    background: rgba(0, 0, 0, 0.6); }

.guides-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px -15px 0; }
  .guides-list .guides-item {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    height: 450px;
    color: #868686;
    text-align: center;
    margin-bottom: 30px; }
    .guides-list .guides-item__wrap {
      background-size: cover;
      background-position: center;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 20px;
      position: relative;
      border-radius: 7px; }
      .guides-list .guides-item__wrap > * {
        position: relative;
        z-index: 1; }
      .guides-list .guides-item__wrap:after {
        content: "";
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 6px; }
    .guides-list .guides-item__image--placeholder {
      background-image: url(/wp-content/themes/ethereumdb/assets/images/backgrounds/placeholder.png);
      background-size: contain;
      background-repeat: no-repeat; }
    .guides-list .guides-item__excerpt {
      line-height: 1.56;
      font-size: 18px; }
    .guides-list .guides-item__more {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 960px) {
    .guides-list .guides-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }
  @media (max-width: 660px) {
    .guides-list .guides-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

body.theme--light .widget-wrapper textarea {
  background-color: #ececec; }

.widget-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex; }
  .widget-wrapper .widget-options {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex: 1;
    margin-left: 30px; }
    .widget-wrapper .widget-options__dropdown {
      width: 140px;
      margin-bottom: 15px; }
    .widget-wrapper .widget-options__code {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex; }
      .widget-wrapper .widget-options__code textarea {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-flex: 1;
        background-color: #141a29;
        color: #9599a5;
        font-family: Courier;
        padding: 15px 20px;
        border: 0; }
  .widget-wrapper .widget-demo {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    -webkit-flex: 0; }
  @media (max-width: 600px) {
    .widget-wrapper {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .widget-wrapper .widget-options {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 30px 0 0; } }

.token-table {
  position: relative; }
  .token-table__container {
    position: relative; }
    .token-table__container:not(.token-table--loading) {
      white-space: nowrap;
      overflow-x: auto;
      overflow-y: hidden; }
  .token-table--loading .token-table {
    display: none; }
  .token-table .table__body {
    color: #d0d0d0; }
    .token-table .table__body .tr {
      height: 54px; }
    .token-table .table__body .td {
      padding: 2px 10px; }
  .token-table .token-placeholder {
    display: none; }
  .token-table .table__head, .token-table .table__body {
    text-align: right; }
    .token-table .table__head .tr .td:last-child, .token-table .table__body .tr .td:last-child {
      padding-right: 10px; }
  .token-table .table__head .short-name {
    display: none; }
  .token-table .table__head .td {
    font-size: 1.1rem;
    color: #5b607d;
    padding: 2px 10px 10px 10px; }
  .token-table .table__head .token-table__token {
    padding-left: 0; }
  .token-table__rank {
    text-align: center;
    font-weight: 600;
    font-family: "Montserrat", "Verdana", "Arial";
    font-size: 1.4rem;
    width: 60px; }
  .token-table__token {
    text-align: left;
    position: relative; }
  .token-table__names {
    border-bottom: 0 !important; }
  .token-table__token-icon {
    width: 16px;
    height: 16px;
    margin-right: 3px;
    display: inline-block; }
    .token-table__token-icon img {
      display: block;
      margin: 0 auto; }
  .token-table__names {
    display: inline-block; }
  .token-table__token-shortname {
    font-size: 14px;
    opacity: 0.6;
    display: none; }
  .token-table__token-name {
    display: block;
    font-weight: 500;
    line-height: 100%; }
  .token-table__watch {
    color: #6d6f77;
    text-align: center;
    cursor: pointer; }
    .token-table__watch:hover {
      color: #006cdb; }
    .token-table__watch.active {
      color: #006cdb; }
    .token-table__watch.loading-icon {
      width: 40px;
      height: inherit;
      background-size: 60%; }
      .token-table__watch.loading-icon i {
        opacity: 0; }
  .token-table__more {
    width: 40px; }
  @media (max-width: 1200px) {
    .token-table {
      table-layout: fixed; }
      .token-table__token-name {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 105px; }
      .token-table__72h-chart {
        width: 170px; }
      .token-table .table__body {
        font-size: 14px; }
      .token-table__token-shortname {
        display: block;
        font-size: 12px; } }
  @media (max-width: 960px) {
    .token-table .table__body, .token-table .table__head {
      text-align: left; }
    .token-table .table__head .token-table__token {
      color: transparent; }
    .token-table .table__head .short-name {
      display: block; }
      .token-table .table__head .short-name + span {
        display: none; }
    .token-table .table__body .supply-sym {
      display: none; }
    .token-table__price {
      width: 100px; }
    .token-table__token-shortname {
      opacity: 1;
      font-size: 14px; }
    .token-table__token-name {
      display: none; } }
  @media (max-width: 800px) {
    .token-table {
      width: 680px;
      margin: 0 auto; }
      .token-table__container {
        padding: 0; }
      .token-table__token {
        width: 80px; }
      .token-table__change {
        width: 70px; }
      .token-table__rank {
        width: 40px; }
      .token-table__price {
        width: 90px; }
      .token-table__market-cap {
        width: 85px; }
      .token-table__supply {
        width: 80px; } }

.token-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  float: right; }
  .token-options__dropdown {
    margin: 0 5px; }
    .token-options__dropdown:first-child {
      margin-left: 0; }
    .token-options__dropdown:last-child {
      margin-right: 0; }

body.theme--light .coin-data {
  color: #0c101b; }

body.theme--light .coin-hero__range span {
  background: #efefef;
  color: #7d849c; }
  body.theme--light .coin-hero__range span.active, body.theme--light .coin-hero__range span.loading {
    color: #006cdb; }
  body.theme--light .coin-hero__range span:hover {
    background: #006cdb;
    color: #e7eaf3; }

body.theme--light .coin-hero__range .active.range--live,
body.theme--light .coin-hero__range .loading.range--live {
  background: #ea1d35;
  color: #e7eaf3; }
  body.theme--light .coin-hero__range .active.range--live:hover,
  body.theme--light .coin-hero__range .loading.range--live:hover {
    background: #ea1d35;
    color: #e7eaf3; }

body.theme--light .coin-hero__range span.active:hover,
body.theme--light .coin-hero__range span.loading:hover {
  background: #efefef;
  color: #006cdb; }

.coin-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  max-width: 1600px;
  margin: 0 auto; }
  .coin-data .block--chart-builder {
    margin-top: 0; }
  .coin-data .container--small {
    padding: 0 20px; }
  .coin-data.loading .coin-hero__change {
    opacity: 0.5; }
  .coin-data.loading .metrics {
    opacity: 0.5; }
  @media (max-width: 960px) {
    .coin-data {
      padding: 0; } }
  .coin-data .eth-partner {
    margin: 40px auto 0; }
  .coin-data--mf .block--chart-builder {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .coin-data--mf .block--chart-builder .fa-sort-alt {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .coin-data--mf .block--coins {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0; }
  .coin-data--mf .eth-partner {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto 20px; }
  .coin-data--mf .metrics {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 30px; }
    @media (max-width: 960px) {
      .coin-data--mf .metrics {
        margin-top: 15px;
        margin-bottom: 15px; } }

.coin-hero {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  padding: 5px 0 0;
  position: relative; }
  .coin-hero__range {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -35px;
    font-family: "Montserrat", "Verdana", "Arial";
    width: 370px;
    margin: 0 auto;
    border-radius: 0 0 4px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    z-index: 4;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-weight: 600; }
    .coin-hero__range.fixed {
      position: fixed;
      top: 11px; }
      @media (max-width: 960px) {
        .coin-hero__range.fixed {
          top: 59px; } }
      @media (max-width: 680px) {
        .coin-hero__range.fixed {
          top: 53px; } }
    .coin-hero__range.hide {
      top: -50px; }
    .coin-hero__range span {
      cursor: pointer;
      width: 38px;
      display: block;
      text-transform: capitalize;
      text-align: center;
      padding: 5px 0;
      font-size: 1.2rem;
      border-radius: 4px;
      margin: 0 3px;
      background: #141723;
      color: #6a6e7d; }
      .coin-hero__range span.disabled {
        display: none; }
      .coin-hero__range span.active, .coin-hero__range span.loading {
        color: #006cdb;
        cursor: default; }
        .coin-hero__range span.active:hover, .coin-hero__range span.loading:hover {
          color: #006cdb;
          background: #131424; }
        .coin-hero__range span.active.range--live, .coin-hero__range span.loading.range--live {
          background: #c52828;
          color: #fff; }
      .coin-hero__range span:hover {
        background: #006cdb;
        color: #b9c1e0; }
      .coin-hero__range span:first-child {
        margin-left: 0; }
      .coin-hero__range span:last-child {
        margin-right: 0; }
    @media (max-width: 380px) {
      .coin-hero__range {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 10px;
        left: 0;
        left: unset;
        padding: 0 10px;
        overflow-x: auto;
        -webkit-transform: none;
        transform: none;
        width: 100%; }
        .coin-hero__range span {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 38px;
          flex: 0 0 38px; } }
  .coin-hero__values {
    text-align: center;
    padding: 15px 0 0;
    position: relative; }
    .coin-hero__values .headline {
      font-size: 8rem;
      letter-spacing: -0.2rem;
      font-weight: 700;
      font-family: "Montserrat", "Verdana", "Arial"; }
      .coin-hero__values .headline .currency-symbol {
        margin-right: 5px; }
  .coin-hero__change {
    font-size: 2.6rem;
    font-family: "Montserrat", "Verdana", "Arial";
    padding-left: 10px; }
    .coin-hero__change .percent {
      display: block;
      line-height: 100%;
      margin: 0 5px 0 10px; }
    .coin-hero__change .abs {
      display: block;
      line-height: 100%; }
  @media (max-width: 960px) {
    .coin-hero__range {
      top: 10px; }
    .coin-hero__values {
      padding: 50px 0 15px 0; } }
  @media (max-width: 800px) {
    .coin-hero__values .headline {
      font-size: 6.4rem; } }

.coin-performance {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex: 1;
  text-transform: uppercase;
  position: relative; }

.flash--up {
  color: #25c84d; }

.flash--down {
  color: #e91e1e; }

.flash--neutral {
  color: #fff; }

body.theme--light .ep-chart__wrap {
  -webkit-box-shadow: 0 40px 40px 0px rgba(0, 0, 0, 0.075);
  box-shadow: 0 40px 40px 0px rgba(0, 0, 0, 0.075);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff00), to(#ffffff));
  background-image: linear-gradient(180deg, #ffffff00 0%, #ffffff 100%); }

body.theme--light .ep-chart__footer {
  background: #ffffff; }

body.theme--light .ep-chart .chart-options__item:hover {
  color: #2196F3; }

body.theme--light .watermark {
  opacity: 0.25; }

.ep-chart {
  font-family: "Montserrat", "Verdana", "Arial";
  margin: 0 0 40px; }
  .ep-chart .highcharts-grid-line:last-child {
    display: none; }
  .ep-chart__title {
    font-size: 1.2rem;
    font-weight: 600;
    opacity: 0.6;
    margin: 0;
    line-height: 25px; }
  .ep-chart__wrap {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #1a1e3100), to(#121523));
    background-image: linear-gradient(180deg, #1a1e3100 60%, #121523 100%);
    height: 400px;
    position: relative; }
  .ep-chart__header {
    border-radius: 8px 8px 0 0;
    position: absolute;
    width: 100%;
    top: 5px;
    padding: 0 10px;
    z-index: 3;
    text-align: right; }
  .ep-chart__position {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    opacity: 0.45;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    cursor: pointer; }
    .ep-chart__position:hover {
      color: #2196F3; }
  .ep-chart__type {
    display: none;
    vertical-align: middle; }
    .ep-chart__type > div {
      margin: 0 5px; }
      .ep-chart__type > div:first-child {
        margin-left: 0; }
      .ep-chart__type > div:last-child {
        margin-right: 0; }
  .ep-chart__share {
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex; }
    .ep-chart__share > * {
      padding: 0 8px; }
  .ep-chart__data {
    position: relative;
    z-index: 2;
    height: 100%; }
  .ep-chart__footer {
    padding: 8px 10px 0;
    font-size: 1.4rem;
    color: #7f818a;
    position: relative;
    border-radius: 0 0 8px 8px;
    background: #121523;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex; }
    .ep-chart__footer .watermark {
      opacity: 0.1;
      position: absolute;
      right: 10px;
      top: -25px;
      z-index: 1; }
    .ep-chart__footer .chart-options {
      font-weight: 600;
      font-size: 1.2rem;
      text-transform: uppercase;
      margin: 0 auto;
      position: relative;
      z-index: 2;
      overflow-x: auto;
      white-space: nowrap; }
      .ep-chart__footer .chart-options__item {
        position: relative;
        margin: 0 15px 0 0;
        cursor: pointer;
        display: inline-block; }
        .ep-chart__footer .chart-options__item:hover {
          color: #d2d2d2; }
        .ep-chart__footer .chart-options__item:first-child {
          margin-left: 0; }
        .ep-chart__footer .chart-options__item:last-child {
          margin-right: 0; }
        .ep-chart__footer .chart-options__item.icon {
          padding-left: 10px; }
          .ep-chart__footer .chart-options__item.icon i {
            position: absolute;
            top: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 0;
            left: 0; }
  @media (max-width: 800px) {
    .ep-chart__footer {
      border-radius: 0; } }

.chart-options__item:not(.active) .series-color {
  color: #7f818a; }

.series-color {
  font-weight: 800; }

.charts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-direction: column; }
  .charts .ep-chart {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex: 1; }
  @media (max-width: 800px) {
    .charts .ep-chart {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      -webkit-flex: 0 0 100%; } }

.chart-ticker {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 700; }
  .chart-ticker__hero {
    line-height: 100%;
    font-size: 4.6rem;
    letter-spacing: -0.1rem;
    font-weight: 600; }
  .chart-ticker__change {
    margin-left: 5px; }
  .chart-ticker .change-pc {
    line-height: 100%;
    font-size: 2rem; }
  .chart-ticker .change-note {
    display: block;
    line-height: 100%;
    font-size: 1.2rem;
    opacity: 0.6; }

.metrics {
  padding: 0 20px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .metrics--feat {
    height: 225px; }
  .metrics .metric {
    margin: 0 15px; }
    .metrics .metric__label {
      padding: 6px 0;
      border-radius: 4px;
      font-family: "Montserrat", "Verdana", "Arial";
      text-transform: uppercase;
      font-weight: 600;
      font-size: 1.2rem;
      color: #7f818a;
      text-align: center; }
    .metrics .metric--col-2 {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
      flex: 1 1 40%;
      -webkit-flex: 1 1 40%; }
    .metrics .metric__footer {
      height: 30%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      border-radius: 0 0 8px 8px; }
      .metrics .metric__footer .dropdown-item {
        margin: 0 auto; }
        .metrics .metric__footer .dropdown-item__selected {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-justify-content: center;
          background: transparent;
          color: #7f818a; }
          .metrics .metric__footer .dropdown-item__selected:hover {
            background: #21253a; }
        .metrics .metric__footer .dropdown-item:not(:first-child) {
          margin-left: 10px; }
    .metrics .metric__body {
      border-radius: 8px 8px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center; }
      .metrics .metric__body .headline {
        font-family: "Montserrat", "Verdana", "Arial";
        text-align: center;
        font-size: 5.2rem;
        font-weight: 700; }
        .metrics .metric__body .headline__change {
          display: block;
          font-size: 2rem; }
    .metrics .metric__additional {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-justify-content: flex-end;
      -webkit-box-flex: 0;
      -ms-flex: 0;
      flex: 0;
      -webkit-flex: 0;
      padding-left: 20px; }
      .metrics .metric__additional .additional-item {
        margin: 0 5px; }
        .metrics .metric__additional .additional-item:first-child {
          margin-left: 0; }
        .metrics .metric__additional .additional-item:last-child {
          margin-right: 0; }
  @media (max-width: 960px) {
    .metrics .metric__body .headline {
      font-size: 4.4rem; } }
  @media (max-width: 480px) {
    .metrics .metric__body .headline {
      font-size: 2.4rem; }
    .metrics .metric__label {
      font-size: 1rem; } }

body.theme--light {
  /* .news-feed__join {
    background:#fff;
  } */ }
  body.theme--light .news-item {
    border-bottom: 2px solid #ececec; }
    body.theme--light .news-item a {
      color: #3d475a; }
    body.theme--light .news-item__body {
      color: #5a5a5a; }
    body.theme--light .news-item__img img {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.news-feed__join {
  /* background: #151515;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,.1); */ }
  .news-feed__join p {
    margin-top: 0; }

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #1d2235;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 1.4rem; }
  .news-item--feature {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .news-item--sidebar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; }
  .news-item a {
    color: #fff; }
    .news-item a:hover, .news-item a:focus {
      background: -webkit-gradient(linear, left top, right top, from(#e63f47), to(#e00856));
      background: linear-gradient(to right, #e63f47, #e00856);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone;
      text-shadow: none; }
  .news-item h2 {
    margin: 0 0 10px;
    font-size: 1.8rem; }
    .news-item h2.impact {
      font-size: 3.2rem; }
  .news-item__img {
    margin-right: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .news-item__img--feature {
      margin: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
    .news-item__img--full {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin-bottom: 10px; }
    .news-item__img img {
      border-radius: 6px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .news-item__body {
    color: #868686;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2; }
  .news-item__excerpt {
    line-height: 150%; }
    .news-item__excerpt p {
      margin: 0 0 10px; }
  .news-item .news-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Montserrat", "Verdana", "Arial";
    text-transform: uppercase;
    font-size: 1.1rem;
    margin-top: 10px; }
    .news-item .news-meta--feature {
      font-size: 1.3rem; }
    .news-item .news-meta > *:not(:last-child) {
      margin-right: 8px; }
    .news-item .news-meta img {
      border-radius: 50%; }
  @media (max-width: 600px) {
    .news-item__excerpt {
      display: none; }
    .news-item h2 {
      font-size: 1.6rem; } }

.text-content__more {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s; }
  .text-content__more p:first-child {
    margin-top: 0; }

.crypto-ticker {
  position: relative;
  padding: 8px 0; }
  .crypto-ticker__wrap {
    overflow: hidden;
    padding: 0;
    width: 100%;
    max-width: none;
    padding-left: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .crypto-ticker .container {
    overflow: hidden;
    position: relative;
    height: 30px; }
  .crypto-ticker__dropdown {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px; }
  .crypto-ticker__list {
    display: inline-block;
    position: relative;
    padding-right: 100%;
    white-space: nowrap;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 30s;
    animation-duration: 30s; }
    .crypto-ticker__list .ticker-item {
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      width: 160px;
      font-weight: 600;
      font-size: 1.2rem;
      letter-spacing: 0.5px;
      color: #7f818a; }
      .crypto-ticker__list .ticker-item__value {
        padding: 3px 7px;
        background: rgba(37, 200, 77, 0.5);
        border-radius: 4px;
        display: inline-block;
        margin-left: 3px;
        color: #fff;
        font-size: 1.45rem; }

body.theme--light .partner-highlight {
  background: #fff; }
  body.theme--light .partner-highlight .close {
    color: #929292;
    background: #ddd; }

.partner-highlight {
  background: #121523;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: "Montserrat", "Verdana", "Arial";
  border-radius: 6px;
  padding: 15px;
  font-size: 1.4rem;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: opacity 0.2s;
  transform: opacity 0.2s; }
  .partner-highlight--image {
    max-width: 740px;
    display: block;
    margin: 20px auto 20px;
    text-align: center;
    padding: 6px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    z-index: 1; }
    .partner-highlight--image a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .partner-highlight.disappear {
    opacity: 0; }
  .partner-highlight__label .close {
    top: 0;
    cursor: pointer;
    border-radius: 0 6px 0 6px;
    position: absolute;
    height: 18px;
    width: 18px;
    line-height: 0;
    font-size: 1.1rem;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #252525;
    text-align: center;
    background: #464646;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold; }
  .partner-highlight__body {
    padding: 0 15px; }
  .partner-highlight__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    height: 80px; }
    .partner-highlight__logo img {
      float: left; }
  .partner-highlight__disclaimer {
    opacity: 0.5;
    font-size: 1.2rem; }
  .partner-highlight__foot {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .partner-highlight h3 {
    margin: 0 0 10px; }
  .partner-highlight p {
    margin: 0; }
  .partner-highlight a.btn {
    max-width: 200px;
    display: block;
    margin: 0 0 15px;
    font-size: 1.4rem;
    padding: 10px 15px; }
  .partner-highlight:after {
    content: "~ advertisement ~";
    letter-spacing: .5px;
    display: block;
    text-align: center;
    font-size: 0.9rem;
    bottom: -20px;
    text-transform: uppercase;
    color: #6a6a6a;
    position: absolute;
    width: 100%; }
  @media (max-width: 680px) {
    .partner-highlight {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .partner-highlight__body {
        padding: 0 15px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .partner-highlight__foot {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 15px; } }
  @media (max-width: 736px) {
    .partner-highlight--image {
      padding: 0;
      background: transparent;
      margin-top: 0; }
      .partner-highlight--image .close {
        border-radius: 0 0 0 4px; } }

body.theme--light .callout-box__heading {
  background-color: #e2e2e2; }

body.theme--light .callout-box__text {
  background-color: #ffffff; }

.callout-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .callout-box__heading {
    border-radius: 4px 4px 0 0;
    padding: 15px 15px 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    background-color: rgba(38, 42, 60, 0.55); }
  .callout-box__text {
    border-radius: 0 0 4px 4px;
    padding: 15px;
    background-color: #262a3c; }
    .callout-box__text p:first-child {
      margin-top: 0; }

body.theme--light .post-excerpt__body {
  background: #ffffff; }

body.theme--light .post-excerpt a.btn {
  color: #fff; }

.post-excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  max-width: 740px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /* flex-direction: column;
  -webkit-flex-direction: column;
  max-width:340px; */ }
  .post-excerpt__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
    background-size: cover;
    border-radius: 4px 0 0 4px;
    background-position: center; }
  .post-excerpt__body {
    padding: 15px 20px;
    background: #262a3c;
    border-radius: 0 4px 4px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    -webkit-flex: 0 0 70%; }
    .post-excerpt__body p {
      margin: 0 0 15px; }
    .post-excerpt__body h3 {
      margin: 0 0 5px; }
    .post-excerpt__body .btn {
      display: block;
      max-width: 195px;
      padding: 8px 25px; }


.coin-widgets .wp-block-column {
  flex-basis: auto;
}

/*Table of Contents Jump Nav*/

.bitfo-body-overlay {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 20;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.bitfo-body-overlay.overlay-is-active, .bitfo-body-overlay.overlay-is-active-toc {
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: initial;
}

@media (max-width: 599px) {
  .bitfo-body-overlay:not(.overlay-is-active-toc) {
    display: none;
  }
}
.site-main {
  -webkit-transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
}
.site-main.overlay-is-active, .site-main.overlay-is-active-toc {
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
@media (max-width: 599px) {
  .site-main.overlay-is-active, .site-main.overlay-is-active-toc {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}


@media (min-width: 600px) and (max-width: 1023px) {
  .bitfo-toc-col-layout {
    flex-wrap: wrap;
  }
  .bitfo-toc-col-layout > .wp-block-column {
    flex-basis: 100% !important;
  }
  .bitfo-toc-col-layout > .wp-block-column:last-child {
    margin-left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .bitfo-mobile-toc-header {
    display: none;
  }

.bitfo-table-of-contents {
    border-radius: 10px;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 16%);
    padding: 32px 32px 40px;
    position: relative;
    top: 0 !important;
    padding-bottom: 20px;
}
  .bitfo-table-of-contents ol li {
    
  }
.bitfo-table-of-contents ol li a {
    font-size: 1em;
    display: block;
    line-height: 1.3;
    margin-bottom: 14px;
}

  .bitfo-table-of-contents ol li.bitfo-toc-item li {
    padding-left: 0;
  }


.admin-bar .bitfo-table-of-contents {
    top: 130px;
}
}
@media (max-width: 1023px) {
  .bitfo-toc-col-layout > .wp-block-column:first-child {
    margin-bottom: 40px;
  }
}
.bitfo-table-of-contents .bitfo-toc-headline {
  display: block;
  font-size: 1.8rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .bitfo-table-of-contents > .bitfo-toc-headline {
    display: none;
  }
}
.bitfo-table-of-contents ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.bitfo-table-of-contents .bitfo-toc-item {
  position: relative;
  /*padding-left: 18px;*/
}
.bitfo-table-of-contents .bitfo-active-li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 1px;
    left: -8px;
    margin: 8px;
    height: 8px;
    width: 8px;
    background-color: #006cdb;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #006cdb;
    transform: scale(1);
    animation: pulse 3s infinite;
    display: none;
}
@media (max-width: 1023px) {
  .bitfo-table-of-contents .bitfo-mobile-toc-header {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    margin-left: -32px;
    margin-right: -32px;
    padding: 16px 32px;
  }
}
@media (max-width: 1023px) and (max-width: 599px) {
  .bitfo-table-of-contents .bitfo-mobile-toc-header {
    margin-left: -24px;
    margin-right: -24px;
  }
}
@media (max-width: 1023px) {
  .bitfo-table-of-contents .bitfo-mobile-toc-header.header-fixed {
    background-color: #fff;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
  }
}
@media (max-width: 1023px) {
  .bitfo-table-of-contents .bitfo-mobile-toc-header .bitfo-toc-headline {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .bitfo-table-of-contents .bitfo-mobile-toc-header .bitfo-outline {
    font-size: 0.8333333333rem;
    font-weight: 800;
  }
}
@media (max-width: 1023px) and (max-width: 599px) {
  .bitfo-table-of-contents .bitfo-mobile-toc-header .bitfo-outline {
      font-size: 0.7222222222rem;
      padding: 8px 16px;
      background: #006cdb;
      color: #fff;
      text-transform: uppercase;
      font-size: 1.2rem;
      border: none;
      border-radius: 4px;
  }
}
@media (max-width: 1023px) {
  .bitfo-table-of-contents .bitfo-mobile-toc-header .bitfo-outline span {
    vertical-align: middle;
  }
}
@media (max-width: 1023px) {
  .bitfo-table-of-contents .bitfo-mobile-toc-header .bitfo-outline > span:first-child {
    margin-right: 8px;
  }
}
@media (max-width: 1023px) {
  .bitfo-table-of-contents #bitfo-toc-container {
    background-color: #fcfcfd;
    bottom: 0;
    border-radius: 16px 16px 0 0;
    display: none;
    left: 0;
    padding: 40px 24px;
    position: fixed;
    width: 100%;
    z-index: 100;
  }
  .bitfo-table-of-contents #bitfo-toc-container .bitfo-mobile-toc-head {
    margin: 0 24px 24px;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 16px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .bitfo-table-of-contents #bitfo-toc-container .bitfo-mobile-toc-head .bitfo-toc-headline {
    margin-bottom: 0;
  }
  .bitfo-table-of-contents #bitfo-toc-container .bitfo-mobile-toc-head .bitfo-menu-close {
    cursor: pointer;
  }
}
@media (max-width: 1023px) and (max-width: 599px) {
  .bitfo-table-of-contents #bitfo-toc-container .bitfo-mobile-toc-head {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .bitfo-table-of-contents #bitfo-toc-container .bitfo-js-toc-list {
    padding: 0 24px;
  }
}
@media (max-width: 1023px) and (max-width: 599px) {
  .bitfo-table-of-contents #bitfo-toc-container .bitfo-js-toc-list {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .bitfo-table-of-contents #bitfo-toc-container .bitfo-js-toc-list .bitfo-toc-item {
    font-size: 1em;
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .bitfo-table-of-contents .bitfo-mobile-toc-header .bitfo-toc-headline,
.bitfo-table-of-contents #bitfo-toc-container .bitfo-toc-headline {
    font-size: 1.55rem;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.75;
  }
  100% {
    transform: scale(0.95);
    opacity: 1;
  }
}
.article-wrap H2[id]::before,
.article-wrap H3[id]::before {
  content: '';
  display: block;
  height:      75px;
  margin-top: -75px;
  visibility: hidden;
}

.pagintaion-container-deposits-table {
    overflow: hidden;
}

.cta-simple {
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  padding: 6px 15px;
  margin-bottom: 25px;
}

.cta-simple .inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.cta-simple .inner > div {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 0 20px 0;
}

.cta-simple .logo {
  position: relative;
  padding-right: 10px;
}

.cta-simple .logo img {
  object-fit: cover;
  max-width: 115px;
  display: block;
  margin-right: 10px;
}

.cta-simple .info-col {
  text-align: center;
  flex: 1;
}

.cta-simple .info-col .label {
  line-height: normal;
  font-size: .8em;
  font-weight: 700;
  position: absolute;
  top: 9px;
  text-align: center;
  display: block;
  width: 100%;
}

.cta-simple .info-col .value {
  position: relative;
  line-height: normal;
  width: 100%;
}

.cta-simple .info-col .value p {
  margin: 0;
}

.cta-simple .info-col .feature-text {
  font-size: .85em;
}

.cta-simple .info-col .feature-list {
  font-size: .75em;
  text-align: left;
}

.cta-simple .info-col .feature-list li {
  line-height: normal;
}

.cta-simple .actions {
  flex: 1.1;
  text-align: right;
}

.cta-simple .actions a.btn {
    display: inline-block;
    margin-left: auto;  
    width: 90%;
}