/*
0E1F37
*/
.wp-admin .wp-block-acf-home-hero {
  max-width: none;
}

.acf-block-home-hero {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 48em) {
  .acf-block-home-hero {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 90em) {
  .acf-block-home-hero {
    margin-bottom: 0;
  }
}
.acf-block-home-hero .wrap {
  padding-top: 50px;
}
@media print, screen and (min-width: 64em) {
  .acf-block-home-hero .wrap {
    padding-top: 100px;
  }
}
.acf-block-home-hero .background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.acf-block-home-hero .background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.acf-block-home-hero .background-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 88, 150, 0.7) 0%, rgba(13, 72, 93, 0.8) 100%);
}
.acf-block-home-hero header {
  max-width: 580px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -17%;
  padding-left: 20px;
  padding-right: 20px;
}
.acf-block-home-hero header img {
  max-width: 128px;
}
.acf-block-home-hero header h1 {
  order: 4;
  text-align: center;
  margin-top: 34px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 64em) {
  .acf-block-home-hero header h1 {
    margin-bottom: 100px;
  }
}
.acf-block-home-hero header h4 {
  order: 3;
  margin-bottom: 0;
}
.acf-block-home-hero header .hero-select {
  order: 5;
  border-top: 10px solid #D7D7D7;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 11px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 410px;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .acf-block-home-hero header .hero-select {
    padding: 50px 80px 60px;
  }
}
.acf-block-home-hero header .hero-select label {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.14285714;
}
.acf-block-home-hero header .hero-select select {
  border: none;
  border-bottom: 1px solid #979797;
}
.acf-block-home-hero header h1,
.acf-block-home-hero header h4 {
  color: #fff;
}
.acf-block-home-hero header button {
  margin-top: 24px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  padding: 9px 20px;
  border-radius: 17.5px;
  min-width: 190px;
  text-align: center;
  background-color: #EA7024;
  border: 2px solid #EA7024;
  color: #fff;
}
.acf-block-home-hero header button:hover {
  background-color: #ED8545;
  border-color: #ED8545;
  color: #fff;
}
.acf-block-home-hero .hero-bottom {
  margin-top: -100px;
}
.acf-block-home-hero .hero-bottom img {
  width: 100%;
}

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