﻿:root {
  --base-dimension: 40;
  --base-scale: 2;
  --break-factor: calc(var(--base-dimension) * .38);
  --cube-width: calc((var(--base-dimension) * var(--base-scale)) * 1px);
  --cube-height: calc(((var(--base-dimension) * var(--base-scale)) * 1.15) * 1px);
  --cube-break-width: calc((((var(--base-dimension) * var(--base-scale)) * 2) + (var(--break-factor) * 2)) * 1px);
  --color-brand: #8224c6;
  --color-brand-2: #00adee;
  --color-brand-3: #bfbfbf; }

.text-logo {
  --base-dimension: 16;
  --break-factor: calc(var(--base-dimension) * .38);
  --cube-width: calc((var(--base-dimension) * var(--base-scale)) * 1px);
  --cube-height: calc(((var(--base-dimension) * var(--base-scale)) * 1.15) * 1px);
  --cube-break-width: calc((((var(--base-dimension) * var(--base-scale)) * 2) + (var(--break-factor) * 2)) * 1px);
  display: inline-grid;
  grid-template-columns: calc((((var(--base-dimension) * var(--base-scale)) * 2)) * 1px) 0;
  transition: all 0.6s 0.6s cubic-bezier(0.76, 0, 0.24, 1); }
  .text-logo.small {
    --base-dimension: 9;
    --break-factor: calc(var(--base-dimension) * .38);
    --cube-width: calc((var(--base-dimension) * var(--base-scale)) * 1px);
    --cube-height: calc(((var(--base-dimension) * var(--base-scale)) * 1.15) * 1px);
    --cube-break-width: calc((((var(--base-dimension) * var(--base-scale)) * 2) + (var(--break-factor) * 2)) * 1px); }
    @media (min-width: 768px) {
      .text-logo.small {
        --base-dimension: 11;
        --break-factor: calc(var(--base-dimension) * .38);
        --cube-width: calc((var(--base-dimension) * var(--base-scale)) * 1px);
        --cube-height: calc(((var(--base-dimension) * var(--base-scale)) * 1.15) * 1px);
        --cube-break-width: calc((((var(--base-dimension) * var(--base-scale)) * 2) + (var(--break-factor) * 2)) * 1px); } }
  .holding-page .text-logo {
    --base-dimension: 11;
    --break-factor: calc(var(--base-dimension) * .38);
    --cube-width: calc((var(--base-dimension) * var(--base-scale)) * 1px);
    --cube-height: calc(((var(--base-dimension) * var(--base-scale)) * 1.15) * 1px);
    --cube-break-width: calc((((var(--base-dimension) * var(--base-scale)) * 2) + (var(--break-factor) * 2)) * 1px); }
    @media (min-width: 768px) {
      .holding-page .text-logo {
        --base-dimension: 14;
        --break-factor: calc(var(--base-dimension) * .38);
        --cube-width: calc((var(--base-dimension) * var(--base-scale)) * 1px);
        --cube-height: calc(((var(--base-dimension) * var(--base-scale)) * 1.15) * 1px);
        --cube-break-width: calc((((var(--base-dimension) * var(--base-scale)) * 2) + (var(--break-factor) * 2)) * 1px); } }
  .text-logo:not(.break) {
    grid-template-columns: calc((((var(--base-dimension) * var(--base-scale)) * 2)) * 1px) calc((var(--base-dimension) * 20.5) * 1px); }
  .text-logo .cubes {
    transform: translateY(calc((var(--break-factor) / 2) * 1px)); }
  .text-logo .text {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    font-size: calc((var(--base-dimension) * 3.5) * 1px); }
    .text-logo .text span {
      font-weight: 300;
      color: var(--color-brand-2); }
      .text-logo .text span:nth-child(1) {
        font-weight: 800;
        color: #FFF; }

.cube-logo {
  font-family: 'Poppins', sans-serif;
  display: inline-block; }
  .cube-logo .cube-outline {
    display: none; }
  .cube-logo .cubes {
    width: calc(var(--cube-width) * 2);
    height: calc(var(--cube-height) * 2);
    position: relative; }
  .cube-logo .cube {
    width: var(--cube-width);
    height: var(--cube-height);
    position: absolute;
    opacity: 1;
    transform-origin: top center;
    transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1); }
    .cube-logo .cube::before {
      content: "";
      display: block;
      width: var(--cube-width);
      height: var(--cube-width);
      background: rgba(0, 0, 0, 0.1);
      position: absolute;
      border-radius: 10000px;
      transform: scale(0.8, 0.4);
      filter: blur(13px);
      bottom: calc((var(--base-dimension) * .4) * -1px);
      opacity: 0;
      transition: all 0.6s cubic-bezier(0.76, 0, 0.24, 1); }
    .cube-logo .cube svg {
      width: 100%;
      height: 100%;
      position: relative; }
    .cube-logo .cube.cube-1 {
      left: calc(var(--cube-width) / 2);
      top: calc(var(--cube-height) / 2); }
    .cube-logo .cube.cube-2 {
      top: calc((var(--cube-height) / 4) * 3); }
    .cube-logo .cube.cube-3 {
      left: var(--cube-width);
      top: calc((var(--cube-height) / 4) * 3); }
    .cube-logo .cube.cube-4 {
      left: calc(var(--cube-width) / 2);
      top: var(--cube-height); }
    .cube-logo .cube.cube-5 {
      left: calc(var(--cube-width) / 2); }
    .cube-logo .cube.cube-6 {
      top: calc(var(--cube-height) / 4); }
    .cube-logo .cube.cube-7 {
      left: var(--cube-width);
      top: calc(var(--cube-height) / 4); }
    .cube-logo .cube.cube-8 {
      left: calc(var(--cube-width) / 2);
      top: calc((var(--cube-height) / 2)); }
  .cube-logo .break .cube, .cube-logo:hover .cube {
    transition: transform 0.6s cubic-bezier(0.4, 1.71, 0.64, 1); }
    .cube-logo .break .cube::before, .cube-logo:hover .cube::before {
      opacity: 1;
      bottom: calc((var(--base-dimension) * .75) * -1px);
      transition: all 0.6s cubic-bezier(0.4, 1.71, 0.64, 1); }
    .cube-logo .break .cube.cube-1, .cube-logo:hover .cube.cube-1 {
      transform: translate(0, 0); }
    .cube-logo .break .cube.cube-2, .cube-logo:hover .cube.cube-2 {
      transform: translate(calc((var(--base-dimension) / 2.6667) * -1px), calc((var(--base-dimension) / 4) * 1px)); }
    .cube-logo .break .cube.cube-3, .cube-logo:hover .cube.cube-3 {
      transform: translate(calc((var(--base-dimension) / 2.6667) * 1px), calc((var(--base-dimension) / 4) * 1px)); }
    .cube-logo .break .cube.cube-4, .cube-logo:hover .cube.cube-4 {
      transform: translate(0, calc((var(--base-dimension) / 2) * 1px)); }
    .cube-logo .break .cube.cube-5, .cube-logo:hover .cube.cube-5 {
      transform: translate(0, calc((var(--base-dimension) / 2) * -1px)); }
    .cube-logo .break .cube.cube-6, .cube-logo:hover .cube.cube-6 {
      transform: translate(calc((var(--base-dimension) / 2.6667) * -1px), calc((var(--base-dimension) / 4) * -1px)); }
    .cube-logo .break .cube.cube-7, .cube-logo:hover .cube.cube-7 {
      transform: translate(calc((var(--base-dimension) / 2.6667) * 1px), calc((var(--base-dimension) / 4) * -1px)); }
    .cube-logo .break .cube.cube-8, .cube-logo:hover .cube.cube-8 {
      transform: translate(0, 0); }

:root {
  --bg-page: #15202b; }

body, html {
  padding: 0;
  background: var(--bg-page);
  margin: 0;
  overflow: hidden;
  font-family: sans-serif;
  color: #585858; }

.loading-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: none; }
  .loading-indicator.active {
    display: flex; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  color: #FFF;
  padding: 15px; }
  @media (min-width: 620px) {
    .header {
      padding: 15px 30px; } }
  .header .logo {
    height: 30px; }
    @media (min-width: 620px) {
      .header .logo {
        height: 40px; } }
  .header .right {
    margin-left: auto; }
    .header .right h1 {
      font-weight: lighter;
      font-size: 1rem;
      text-align: right;
      line-height: 1; }
      @media (min-width: 375px) {
        .header .right h1 {
          font-size: 1.2rem; } }
      @media (min-width: 620px) {
        .header .right h1 {
          font-size: 2rem; } }

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  display: flex;
  pointer-events: none;
  /*.btn-icon {
        color: #FFF;
        margin-left: auto;
        width: 50px;
        height: 50px;

        svg {
            width: auto;
            height: 40px;
        }
    }*/ }
  @media (min-width: 620px) {
    .footer {
      padding: 15px 30px; } }
  .footer .btn-info {
    width: 40px;
    height: 40px;
    color: #FFF;
    pointer-events: all; }
    .footer .btn-info svg {
      width: auto;
      height: 100%; }
  .footer .btn-calendar-event {
    margin-left: auto;
    pointer-events: all; }
  .footer .controls {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF; }
    .footer .controls button {
      background: none;
      border: none;
      width: 44px;
      height: 44px;
      pointer-events: all; }
      .footer .controls button svg {
        width: 100%;
        height: auto;
        fill: #FFF; }
      .footer .controls button:nth-child(2) {
        margin: 0 1rem; }

.countdown-wrap {
  display: flex;
  align-items: center;
  height: 50vh;
  width: 100vw;
  min-height: 320px;
  position: relative;
  z-index: 1;
  pointer-events: none;
  position: fixed;
  top: 0; }

.countdown {
  font-family: sans-serif;
  color: #00ADEE;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
  margin: auto; }
  @media (min-width: 375px) {
    .countdown {
      font-size: 40px; } }
  @media (min-width: 480px) {
    .countdown {
      font-size: 50px; } }
  @media (max-width: 419.99px) {
    .countdown {
      /*display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;*/ } }
  .countdown > div {
    padding: 10px;
    border-radius: 3px;
    background: #00ADEE;
    display: inline-block; }
    .countdown > div > span {
      padding: 8px;
      border-radius: 3px;
      background: #fff;
      display: block; }
      @media (min-width: 620px) {
        .countdown > div > span {
          padding: 15px; } }
    .countdown > div::after {
      content: attr(data-unit);
      display: block;
      padding-top: 5px;
      font-size: 12px;
      color: #FFF; }
      @media (min-width: 620px) {
        .countdown > div::after {
          font-size: 16px; } }

.countdown-title {
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #FFF; }

.timeline-wrap {
  /*display: flex;
    align-items: center;*/
  height: 100vh;
  width: 100vw;
  font-family: sans-serif;
  /*position: fixed;
    overflow: auto;
    top: 0;*/
  position: relative;
  background: var(--bg-page);
  overflow-y: scroll;
  scroll-snap-type: y mandatory; }
  .timeline-wrap::after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: linear-gradient(180deg, var(--bg-page) 5%, rgba(38, 38, 38, 0) 40%, rgba(38, 38, 38, 0) 60%, var(--bg-page) 100%);
    pointer-events: none; }

.timeline {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 200px;
  position: relative; }
  .timeline::before {
    content: "";
    display: block;
    width: 2px;
    height: calc(100% - 118vh);
    margin-top: 65vh;
    background: #e6e6e6;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .timeline ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .timeline li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*transform: translateY(-50%);*/
    transform-origin: center bottom;
    height: 100vh;
    scroll-snap-align: start; }
    .timeline li.latest .block {
      background: gold;
      border-color: #fff6c3;
      box-shadow: 0 0 20px gold; }
  .timeline .block {
    padding: .75rem 1rem;
    min-width: 160px;
    margin-top: 50vh;
    background: #FFF;
    border: 2px solid #e6e6e6;
    font-size: 32px;
    border-radius: 6px;
    position: relative;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.69), 0 6px 6px rgba(0, 0, 0, 0.93); }
    @media (min-width: 320px) {
      .timeline .block {
        margin-top: 35vh; } }
    @media (min-width: 375px) {
      .timeline .block {
        margin-top: 25vh; } }
    .timeline .block::before, .timeline .block::after {
      content: "";
      display: block;
      width: 1rem;
      height: 1rem;
      background: #FFF;
      border-radius: 2rem;
      border: 2px solid #e6e6e6;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .timeline .block::before {
      bottom: calc(-.5rem - 2px); }
    .timeline .block::after {
      top: calc(-.5rem - 2px); }
    .timeline .block .decimation-index {
      display: block;
      font-size: 1rem;
      top: 5px;
      left: 5px;
      margin-bottom: 9px;
      background: #f2f2f2;
      padding: 3px 5px;
      border-radius: 4px;
      border: 1px solid #e6e6e6; }
    .timeline .block .block-title {
      font-size: .8rem;
      text-transform: uppercase; }
    .timeline .block .block-number {
      margin-bottom: .5rem; }
    .timeline .block .block-reward {
      font-size: .8em; }
    .timeline .block .denomination {
      font-size: 1rem;
      margin-left: .2rem; }
  .timeline .date {
    background: #FFF;
    padding: 5px 7px;
    font-size: 1rem;
    border-radius: 4px;
    margin-top: 16px; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  opacity: 0;
  transition: all .3s ease; }
  .modal.active {
    display: block; }
  .modal.show {
    opacity: 1; }
  .modal .modal-dialog {
    position: relative;
    width: 90%;
    margin: 0.5rem;
    pointer-events: none;
    max-width: 600px;
    margin: 1.75rem auto;
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
    height: calc(100% - 3.5rem); }
  .modal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    max-height: 100%;
    overflow: hidden; }
  .modal .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    padding-bottom: 0;
    /*border-bottom: 1px solid #dee2e6;*/
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px); }
  .modal .modal-title {
    margin-bottom: 0;
    line-height: 1.5; }
  .modal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    padding-top: 0;
    overflow-y: auto;
    line-height: 1.4; }
    .modal .modal-body h3 {
      margin-top: 0; }
  .modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal .btn-close {
    border: none;
    background: transparent;
    width: 40px;
    height: 40px; }
    .modal .btn-close svg {
      width: 100%;
      height: auto; }

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
