body.wp-admin .hero {
  display: block;
}

.eye-block.hero-wrapper {
  width: 100dvw;
  height: 100dvh;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-color: #641f5e;
}
.eye-block.hero-wrapper .hero {
  position: relative;
  width: 100%;
  height: 100%;
}
.eye-block.hero-wrapper .hero .hero__topbar {
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .eye-block.hero-wrapper .hero .hero__topbar {
    padding: 1rem;
  }
}
.eye-block.hero-wrapper .hero .hero__topbar .hero__branding img {
  margin-top: 0.25rem;
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 992px) {
  .eye-block.hero-wrapper .hero .hero__topbar .hero__branding img {
    max-width: 60px;
  }
}
.eye-block.hero-wrapper .hero .hero__topbar .hero__contact {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #4EB4D1;
  border-radius: 50%;
  color: #4EB4D1;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 992px) {
  .eye-block.hero-wrapper .hero .hero__topbar .hero__contact {
    width: 40px;
    height: 40px;
    background-color: #4EB4D1;
    color: white;
  }
}
.eye-block.hero-wrapper .hero .hero__topbar .hero__contact:hover {
  background-color: #4EB4D1;
  color: white;
}
.eye-block.hero-wrapper .hero .hero__content {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  color: white;
  max-width: 60%;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .eye-block.hero-wrapper .hero .hero__content {
    left: 1rem;
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1800px) {
  .eye-block.hero-wrapper .hero .hero__content {
    max-width: 50%;
  }
}
.eye-block.hero-wrapper .hero .hero__content p {
  margin: 0;
}
.eye-block.hero-wrapper .hero .hero__content small {
  display: block;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  pointer-events: auto;
  cursor: pointer;
}
.eye-block.hero-wrapper .hero .hero__content small:hover {
  opacity: 1;
}
.eye-block.hero-wrapper .hero .hero__content .hero__title {
  margin-bottom: 5rem;
  color: white;
  font-size: max(1.5rem, 3vw);
  opacity: 0;
}
@media screen and (max-width: 992px) {
  .eye-block.hero-wrapper .hero .hero__content .hero__title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
}
.eye-block.hero-wrapper .hero .canvas-wrapper {
  mix-blend-mode: screen;
}
.eye-block.hero-wrapper .hero #hero-three-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.999;
}

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