@font-face {
  font-family: "IBM Plex Mono";
  src: url("./fonts/IBMPlexMono-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bitcount Square";
  src: url("./fonts/bitcount-square-med.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Bitcount Square";
  src: url("./fonts/bitcount-square-reg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  background-color: #0d0c11;
  margin: 0;
  font-family: "IBM Plex Mono";
  color: white;
  text-transform: uppercase;
  font-size: 12px;
}

.square {
  font-family: "Bitcount Square";
  font-weight: bold;
  font-size: 14px;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  padding: 50px;
  display: grid;
  place-items: center;
}
@media (max-width: 1300px) {
  body {
    min-height: unset;
  }
}
@media (max-width: 645px) {
  body {
    padding: 20px;
  }
}
body .row > img {
  opacity: 0;
}
body.low-fps .row > img {
  opacity: 1;
}
body.low-fps .row.row-3 .content {
  display: flex;
}
body.low-fps .row .content {
  background-color: #0d0c11;
}
body.low-fps .row .content > div {
  background-color: #0d0c11;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.5s;
}
.fade-in.visible {
  opacity: 1;
}

.artboard {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 100px);
  width: 100%;
  min-height: 730px;
  position: relative;
  max-height: 840px;
  max-width: 1600px;
  margin: 0 auto;
  flex: 1;
}
@media (max-width: 1300px) {
  .artboard {
    height: auto;
  }
}
.artboard .canvas-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.artboard .row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.artboard .row > img {
  height: 100%;
  width: auto;
  pointer-events: none;
}
.artboard .row .content {
  flex: 1;
  pointer-events: none;
  position: relative;
  z-index: 1;
}
.artboard .row.row-1 {
  height: 30.0847457627%;
}
@media (max-width: 1300px) {
  .artboard .row.row-1 {
    height: auto;
  }
}
.artboard .row.row-1 .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px;
}
.artboard .row.row-1 .content img {
  width: 100%;
  height: auto;
  filter: invert(1);
  max-width: 300px;
}
@media (max-width: 1355px) {
  .artboard .row.row-1 > img:last-child {
    display: none;
  }
}
.artboard .row.row-2 {
  height: 10.1694915254%;
}
@media (max-width: 1300px) {
  .artboard .row.row-2 {
    height: auto;
    position: relative;
  }
}
.artboard .row.row-2 > img:first-child {
  width: 100%;
  height: auto;
  padding: 0 10px;
}
.artboard .row.row-2 .content {
  padding: 10px;
}
.artboard .row.row-2 .content > div {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1355px) {
  .artboard .row.row-2 > img:last-child {
    display: none;
  }
}
.artboard .row.row-3 {
  height: 22.3163841808%;
}
.artboard .row.row-3 .content {
  height: 100%;
  display: none;
  justify-content: center;
}
.artboard .row.row-3 .content img {
  height: 100%;
  width: auto;
}
@media (max-width: 1385px) {
  .artboard .row.row-3 > img:last-child {
    display: none;
  }
}
.artboard .row.row-4 {
  height: 30.5084745763%;
}
@media (max-width: 1300px) {
  .artboard .row.row-4 {
    height: auto;
  }
}
.artboard .row.row-4 .content {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
}
.artboard .row.row-4 .content .tab {
  padding-left: 80px;
}
@media (max-width: 650px) {
  .artboard .row.row-4 .content .tab {
    padding-left: 40px;
  }
}
.artboard .row.row-4 .content > div:last-child {
  width: max-content;
  align-self: flex-end;
}
@media (max-width: 550px) {
  .artboard .row.row-4 .content {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 1408px) {
  .artboard .row.row-4 > img:last-child {
    display: none;
  }
}
.artboard .row.row-5 {
  height: 6.9209039548%;
}
@media (max-width: 1300px) {
  .artboard .row.row-5 {
    height: auto;
  }
}
.artboard .row.row-5 .content > div {
  width: max-content;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 10px;
  justify-content: flex-end;
}
.artboard .row.row-5 .content > div img {
  filter: invert(1);
  max-height: 100%;
  max-width: 70px;
  height: 100%;
  width: 100%;
}

.info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.info > div {
  display: flex;
  flex-direction: column;
}
.info > div > div {
  display: flex;
  gap: 2px;
  align-items: center;
}
.info > div > div img {
  height: 12px;
  width: auto;
}

.hide-mobile {
  display: flex;
}
@media (max-width: 1300px) {
  .hide-mobile {
    display: none !important;
  }
}

.hide-desktop {
  display: none;
}
@media (max-width: 1300px) {
  .hide-desktop {
    display: flex;
  }
}

/*# sourceMappingURL=style.css.map */
