@font-face {
  font-family: Struve;
  src: url('../fonts/Struve-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Struve;
  src: url('../fonts/Struve-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Struve;
  src: url('../fonts/Struve-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Struve;
  src: url('../fonts/Struve-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.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 {
  background-color: #232323;
}

.container {
  max-width: none;
}

.hero-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding-left: .94em;
  padding-right: .94em;
  display: flex;
  position: relative;
}

.global-css {
  display: none;
}

.logo {
  width: 100%;
}

.footer {
  border-top: 0px solid #fff3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .63em;
  padding-bottom: .63em;
  display: flex;
}

.struve-15-regular {
  color: #fff;
  font-family: Struve, Arial, sans-serif;
  font-size: .94em;
  line-height: 120%;
}

.footer-wrap {
  z-index: 1;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  display: flex;
  position: relative;
}

.header {
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2em;
  padding-top: .63em;
  padding-bottom: .63em;
  display: flex;
}

.header-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.struve-25-light {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Struve, Arial, sans-serif;
  font-size: 1.56em;
  font-weight: 300;
  line-height: 120%;
}

.h1-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 23.75em;
  margin-top: 5em;
  display: flex;
}

.threejs-container {
  justify-content: center;
  align-items: center;
  width: 40em;
  height: 40em;
}

.threejs-wrap {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block {
  background-color: #eaff01;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  padding: .25em .63em;
  display: flex;
}

.text-block {
  text-transform: uppercase;
  font-family: Space Mono, sans-serif;
  font-size: .75em;
  line-height: 120%;
}

.lines-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 56.25em;
  height: 100%;
  display: flex;
  position: absolute;
}

.lines-round {
  width: 100%;
  height: 100%;
}

.lines-vertical {
  height: 100%;
}

@media screen and (max-width: 479px) {
  .section {
    overflow: hidden;
  }

  .lines-wrap {
    width: 36em;
  }
}


@font-face {
  font-family: 'Struve';
  src: url('../fonts/Struve-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Struve';
  src: url('../fonts/Struve-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Struve';
  src: url('../fonts/Struve-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Struve';
  src: url('../fonts/Struve-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}