@keyframes loadingPulse {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
#hero {
  background-size: cover;
  background-position: center;
  min-height: 356px;
  height: auto;
  max-height: 512px;
  max-width: 100%;
  width: 1300px;
  margin: auto;
}
@media screen and (min-width: 992px) {
  #hero {
    min-height: auto;
    height: 50vw;
  }
}
#hero .hero-content {
  text-align: center;
  margin-top: auto;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  #hero .hero-content {
    padding: 0;
    margin-top: 200px;
    margin-bottom: 20px;
  }
}
#hero .hero-content h3 {
  margin: 0;
  font-size: 2.55em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #hero .hero-content h3 {
    font-size: 3em;
  }
}
#hero .hero-content .hero-content__subtitle {
  color: #fff;
  display: block;
  font-size: 1.1em;
  font-family: "Gudea", sans-serif;
}
@media screen and (min-width: 768px) {
  #hero .hero-content .hero-content__subtitle {
    font-size: 2.2em;
  }
}
#hero .hero-content .button {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #hero .hero-content .button {
    display: block;
    max-width: 270px;
    margin-top: 25px;
  }
  #hero .hero-content .button.button--emergency {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #hero br {
    display: none;
  }
}

#gradient-beam {
  height: 10px;
  margin-bottom: -1px;
  display: none;
}

@media screen and (min-width: 768px) {
  header#top {
    padding-bottom: 1px;
  }
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 55px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  main {
    padding-top: 112px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  main {
    padding-top: 115px;
  }
}
@media screen and (min-width: 1200px) {
  main {
    padding-top: 133px;
  }
}

/*# sourceMappingURL=front-page.css.map */
