.HomeHero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(42em, 80vh);
  padding-top: 4.8em;
  background: #000;
  --colorTextHeading: #fff;
}
.HomeHero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  z-index: 1;
}
.HomeHero-inner {
  position: relative;
  padding-top: 4em;
  padding-bottom: 4em;
  color: #fff;
  text-align: center;
  z-index: 4;
}
@media (max-width: 48rem) {
  .HomeHero-inner {
    text-align: left;
  }
}
.HomeHero-inner h1 {
  font-size: 3.2em;
  font-weight: 400;
  margin-bottom: 0.4em;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.24);
}
@media (max-width: 48rem) {
  .HomeHero-inner h1 {
    font-size: 2.4em;
  }
}
.HomeHero-inner p {
  max-width: 32em;
  margin: 0 auto 3.2em;
}
.HomeHero-background {
  position: absolute;
  inset: 0;
}
.HomeHero-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.HomeHero-scrollIdentificator {
  position: absolute;
  width: 0.125rem;
  height: 4.8em;
  right: var(--sizeFrameMargin);
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 90rem) {
  .HomeHero-scrollIdentificator {
    right: 2.4em;
  }
}
.HomeHero-scrollIdentificator:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 50%;
  background: #fff;
  animation: scrollbar 2.4s ease-in-out infinite;
}
.HomeHero-scrollIdentificator span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
  font-weight: 400;
  white-space: nowrap;
  color: #fff;
  transform: rotate(90deg) translateY(calc(-100% - 0.8em));
  transform-origin: left top;
}
@keyframes scrollbar {
  0% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 4em;
    opacity: 0;
  }
}

.HomeServices {
  margin-top: 2.4em;
  margin-bottom: 4em;
}

.HomeAbout {
  margin-top: 4em;
  margin-bottom: 4.8em;
}
.HomeAbout-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 68rem) {
  .HomeAbout-inner {
    grid-template-columns: 1fr;
  }
}
.HomeAbout-inner:before, .HomeAbout-inner:after {
  content: "";
  position: absolute;
  top: 6.25em;
  height: 0.125rem;
  z-index: 2;
}
@media (max-width: 68rem) {
  .HomeAbout-inner:before, .HomeAbout-inner:after {
    content: none;
  }
}
.HomeAbout-inner:before {
  right: 50%;
  width: 12em;
  background: var(--colorPrimary);
}
@media (max-width: 72rem) {
  .HomeAbout-inner:before {
    width: 4em;
  }
}
.HomeAbout-inner:after {
  left: 50%;
  width: 8em;
  background: var(--colorSecondary);
}
.HomeAbout-content {
  position: relative;
  padding: 2em 4.8em 2em 3em;
}
@media (max-width: 30rem) {
  .HomeAbout-content {
    padding: 2em 1.2em;
  }
}
.HomeAbout-content h2 {
  margin-bottom: 0.625em;
}
.HomeAbout-content p:not(:empty) {
  margin-bottom: 2em;
}
.HomeAbout-assets {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 30rem) {
  .HomeAbout-assets {
    left: -1.8em;
  }
}
.HomeAbout-symbol {
  position: absolute;
  top: 2.4em;
  left: 12em;
  opacity: 0.08;
  pointer-events: none;
}
.HomeAbout figure {
  position: relative;
  max-width: 43rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 68rem) {
  .HomeAbout figure {
    margin-left: 3em;
  }
}
@media (max-width: 30rem) {
  .HomeAbout figure {
    margin-left: 1.2em;
  }
}
.HomeAbout-name {
  position: absolute;
  left: 1.5em;
  bottom: 2em;
  font-family: var(--font-secondary);
  font-size: 1.6em;
  font-weight: 700;
  color: var(--colorSecondaryBg);
}
.HomeAbout-name span {
  color: var(--colorSecondary);
}
.HomeAbout-playBtn {
  position: absolute;
  right: 2em;
  bottom: 2em;
  opacity: 0.8;
  cursor: pointer;
  transition: var(--animationBase);
}
.HomeAbout-playBtn:hover {
  opacity: 0.64;
}
/*# sourceMappingURL=homepage.min.css.map */
