.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 1;
  background-size: cover;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
}

.bg-video .vimeo-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.bg-video .vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100dvh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-container .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container .video iframe,
.video-container .video object,
.video-container .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.logo-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  /*   left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 2000;
  animation: fadein 0.6s ease-in-out 0.3s 1 both;
}

.logo {
  opacity: 0;
  transition: opacity 0.6s ease;
  max-width: 40vw;
  max-height: 40vh;
  display: block;
}

.logo.visible {
  opacity: 1;
}

/*# sourceMappingURL=home.css.map */
