#index #seo_home {
  background: #2E2E31;
  padding: 40px 64px;
}
#index #seo_home span {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  color: #888891;
  margin-bottom: 8px;
  display: block;
}
#index #seo_home p {
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #888891;
}
#index #seo_home a {
  color: white;
  background: #0C0C0D;
  border-radius: 10px;
  padding: 8px 16px;
  font-family: "Hanken Grotesk", sans-serif;
  font-style: normal;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-bottom: 24px;
  margin-top: 8px;
}

#home .slider-video {
  position: relative;
}
#home .slider-video .video-item video {
  width: 100%;
  height: 100vh;
  transform: none;
  object-fit: cover;
  display: block;
}
#home .slider-video .img-item {
  width: 100%;
  height: 100vh;
  transform: none;
  object-fit: cover;
  display: block;
}
#home .slider-video .text-item {
  position: absolute;
  top: 40%;
  margin-left: 64px;
}
#home .slider-video .text-item > p:first-child {
  margin-bottom: 16px;
}
#home .slider-video .text-item .btn-transparent {
  backdrop-filter: blur(40px);
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 14px;
  width: fit-content;
  border-radius: 10px;
}
#home .slider-video .toggleVideo {
  position: absolute;
  margin-left: 64px;
  bottom: 10%;
}

@media (min-width: 1920px) {
  #home .slider-video .text-item {
    margin-left: 256px;
  }
  #home .slider-video .toggleVideo {
    margin-left: 256px;
  }
}
@media (max-width: 1024px) {
  #home .slider-video .text-item {
    top: unset;
    margin-left: 0;
    position: absolute;
    bottom: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
  #home .slider-video .text-item > p {
    text-align: center;
    margin: 0 auto;
  }
  #home .slider-video .text-item > p:first-child {
    margin: 0px 24px 16px;
  }
  #home .slider-video .toggleVideo {
    margin-left: 24px;
    bottom: 16px;
  }
}
@media (max-width: 768px) {
  #index #seo_home {
    padding: 16px;
  }
}

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