:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.lottie-animation {
  z-index: -1;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation._1 {
  display: block;
}

.container {
  max-height: 100vh;
  overflow: clip;
}

.heading {
  font-family: Inconsolata, monospace;
  font-size: 100px;
  line-height: 71px;
  display: none;
}

.heading._1 {
  cursor: default;
  display: block;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 290px;
  margin-right: 60px;
  font-family: Inconsolata, monospace;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.button {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 22px;
  font-weight: 700;
  transition: opacity .2s;
  display: flex;
}

.button:hover {
  opacity: .5;
}

.button.active {
  color: #fff;
  background-color: #000;
}

.div-block-3 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex: 0 auto;
  align-self: stretch;
  margin-top: 60px;
  display: flex;
}

.paragraph {
  cursor: default;
  margin-top: auto;
  margin-bottom: auto;
}

.text-block {
  vertical-align: baseline;
  margin-right: -19px;
  font-family: Inconsolata, monospace;
  font-size: 10px;
  display: inline-block;
  transform: rotate(90deg);
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.div-block-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 70px;
  margin-right: -20px;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}
