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

.lottie-animation {
  width: 300px;
}

.lottie-animation._2 {
  width: 100vw;
}

.body {
  perspective: 2000px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 200vh;
}

.lottie-animation-2 {
  width: 100vw;
}

.div-block {
  background-color: #ffa2a2;
  width: 800px;
  padding: 0;
}

.lottie-animation-3 {
  background-color: #522c2c;
}

.lottie-animation-4 {
  width: 50vw;
}

.html-embed {
  width: 100vw;
  height: 100vh;
}

.lottie-animation-5 {
  width: 500px;
}

.content {
  width: 100vw;
  height: 100vh;
}

.canvas {
  z-index: 10;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto 35px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  position: absolute;
  bottom: 25px;
}

.image {
  width: 100px;
  position: fixed;
  inset: 30px auto auto;
}

.logo {
  width: 300px;
  height: 300px;
  position: absolute;
}

.header {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.text {
  z-index: 20;
  color: #fff;
  text-transform: none;
  flex: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20vw;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.code-embed {
  display: none;
}

.text-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stage {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.spline {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.h1 {
  z-index: 10;
  color: #e1fbfd;
  letter-spacing: -10px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 100px #0003;
  mix-blend-mode: difference;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16vw;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.h1.is--white {
  color: #fff;
}

.navbar {
  z-index: 100;
  width: 100%;
  position: fixed;
}

.navbar.is--difference {
  mix-blend-mode: difference;
}

.nav--link {
  color: #000;
  flex: none;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.nav--link.is--white {
  color: #fff;
}

.pad--element {
  padding: 2rem;
  position: relative;
}

.pad--element.is--hide {
  display: none;
}

.pad--element.is--flex-h {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav--link-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-right: 2rem;
  display: flex;
}

.nav--logo-wrapper {
  width: 32px;
}

.h1--wrapper {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.css {
  display: none;
}

@media screen and (max-width: 479px) {
  .heading {
    display: none;
  }

  .image {
    width: 60px;
  }
}


