.header-image {
  margin-bottom: var(--vertical-space);
}
.header-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1088/404;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-button {
  margin-bottom: var(--header-space);
}

.lead p {
  font-size: 26px;
  font-weight: 600;
  line-height: 138.5%;
  margin-top: 0px;
  margin-bottom: 48px;
}
@media (max-width: 459px) {
  .lead p {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
@media (max-width: 1023.98px) {
  .lead p {
    font-size: 20px;
    line-height: 1.5; /* 150% */
  }
}

.lead.nobutton p {
  margin-bottom: var(--header-space);
}/*# sourceMappingURL=header.css.map */