body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed {
  position: relative;
  z-index: 2;
  width: 70%;
  height: 40vw;
}

.loading-page {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.lottie-animation {
  width: 50vw;
}

.lottie-animation._1 {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.lottie-animation-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  height: 100%;
}

.lottie-animation-2._1 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.button {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  padding: 15px 20px;
  background-color: #801f1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #af4242;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.lottie-animation-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 3;
  width: 25vw;
}

.lottie-animation-3._1 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 35vw;
}

.lottie-animation-3._2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.lottie-animation-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 120vh;
}

.lottie-animation-5 {
  position: absolute;
  left: -35%;
  top: auto;
  right: auto;
  bottom: -20%;
  z-index: 2;
  height: 100vh;
}

.lottie-animation-5._1 {
  left: auto;
  top: auto;
  right: -15%;
  bottom: -11%;
  height: 60vh;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@media screen and (max-width: 991px) {
  .section {
    height: auto;
  }

  .lottie-animation-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
  }

  .lottie-animation-2._1 {
    display: none;
  }

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

  .lottie-animation-3._1 {
    display: none;
  }

  .lottie-animation-3._2 {
    display: none;
  }

  .lottie-animation-3._3 {
    width: 35vw;
  }

  .lottie-animation-5 {
    bottom: -8%;
    height: 50vh;
  }

  .lottie-animation-5._1 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .lottie-animation-5 {
    left: -43%;
    height: 40vh;
  }
}

@media screen and (max-width: 479px) {
  .lottie-animation-3._3 {
    width: 50vw;
  }

  .lottie-animation-5 {
    left: -50%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: none;
  }
}