#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #faf2e7;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  flex-direction: column;
}

.lottie lottie-player {
  display: inline-block;
  width: fit-content;
  height: 400px;
}

.lottie-title {
  font-family: var(--font-family-main);
  color: var(--black);
  font-weight: 400;
  font-size: 78px;
  line-height: 100%;
  letter-spacing: 0%;
}
