.home header {
  z-index: 99999;
  opacity: 0;
}
.home header.hero-animating {
  background: #C9FF00;
}
.home header.hero-animating:before {
  display: none;
}
.home header.hero-animating .gtranslate_wrapper {
  background: #C9FF00;
}
.home header .header__logo {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.home header a:focus {
  outline-color: #000;
}

.logo-wrapper {
  pointer-events: none;
}
.logo-wrapper img {
  width: 565px;
}
@media screen and (max-width: 1024px) {
  .logo-wrapper img {
    width: 280px;
  }
}

.scroll-text {
  position: fixed;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  z-index: 999999;
  pointer-events: none;
  font-family: "Zodiak", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) and (min-width: 376px) {
  .scroll-text {
    bottom: 20vh;
  }
}
@media screen and (max-width: 375px) {
  .scroll-text {
    bottom: 30vh;
  }
}

.block-hero {
  background: #C9FF00;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
}
.block-hero.is-animating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  margin-bottom: 0;
  overflow: hidden;
}
.block-hero .container {
  margin-top: 114px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .block-hero .container {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .block-hero .container {
    margin-top: 154px;
  }
}
@media screen and (min-width: 1025px) {
  .block-hero .container {
    margin-top: auto;
    margin-bottom: 64px;
  }
}
.block-hero .hero-text-wrapper {
  z-index: 2;
  font-weight: 700;
  opacity: 0;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .block-hero .hero-text-wrapper {
    font-size: 42px;
    max-width: 544px;
  }
}
.block-hero .hero-text-wrapper p {
  font-size: 16px;
}
.block-hero .hero-text-wrapper .hero-content p:not(:last-child) {
  margin-bottom: 50px;
}
.block-hero .hero-text-wrapper a.button {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .block-hero .hero-text-wrapper a.button {
    margin-top: 40px;
  }
}
.block-hero .icon {
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .block-hero .icon {
    margin-top: auto;
  }
}
@media screen and (min-width: 1025px) {
  .block-hero .icon {
    top: 0;
    position: absolute;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
  .block-hero .icon {
    max-width: calc(100vw - 600px);
    bottom: auto;
    left: auto;
  }
}
@media screen and (min-width: 1600px) {
  .block-hero .icon {
    top: -10vh;
  }
}
.block-hero .icon img {
  height: 100%;
  width: auto;
  margin-left: auto;
}
@media screen and (min-width: 1441px) {
  .block-hero .icon img {
    height: 110vh;
  }
}
@media screen and (min-width: 1600px) {
  .block-hero .icon img {
    height: 60vw;
  }
}

@media screen and (max-width: 767px) {
  .pin-spacer {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .pin-spacer {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pin-spacer {
    margin-bottom: 120px !important;
  }
}

@media screen and (min-width: 1025px) {
  .admin-bar .block-hero {
    min-height: calc(100vh - 32px - 50px);
  }
}

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