@charset "UTF-8";
.hero {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: var(--wp--preset--color--primary);
  background-size: cover;
  background-position: center;
  padding: 0 1.125rem;
  overflow: hidden;
  position: fixed;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 30.5rem;
}
.hero .conteiner {
  width: 100%;
}
.hero h1 {
  color: #fff;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
  width: 100%;
  animation: fadeUpAnimation 1s ease 0.5s forwards; /* Dodanie animacji z opóźnieniem 1 sekundy */
  text-transform: none;
  width: 100%;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

.editor-styles-wrapper .hero {
  position: relative !important;
}/*# sourceMappingURL=block.css.map */