.page-header {
  margin-top: 82.5px;
}
@media (min-width: 1024px) {
  .page-header {
    margin-top: 142.5px;
  }
}

@media only screen {
  .background-image .page-header {
    margin-top: 82.5px;
  }
}

@media only screen and (min-width: 1024px) {
  .background-image .page-header {
    margin-top: 142.5px;
  }
}

.page-header__title {
  min-height: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .background-image .page-header__title {
    min-height: 134px;
  }
  .legal .background-image .page-header__title {
    min-height: 134px;
  }
}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .background-image .page-header__title {
    min-height: 0;
  }
}
.background-image .page-header__title h1 {
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-top: 0;
  text-align: left;
  
  word-spacing: normal;
  font-size: 4.3rem;
  font-style: normal;
  font-weight: 400;
}
.page-header__title h2 {
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-top: 0.5rem;
  text-align: left;
  color: #404041;
  
	font-weight: 300;
	font-style: normal;
}
@media only print, only screen and (max-width: 414px) {
  .background-image .page-header__title h1 {
    font-size: 2.5rem;
    font-weight: 400;
    text-align: left;
  }
  .background-image .page-header__title h2 {
    font-size: 1.8rem;
    font-weight: 300;
    text-align: left;
  }
  .page-header__description {
    text-align: justify;
  }
  h3 {
    margin-top: 1em;
  }
  .legal p {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .page-header__description {
    text-align: justify;
  }
}
.page-header__date {
  margin-top: 1.1rem;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  color: #818181;
}
@media (min-width: 768px) {
  .page-header__date {
    margin-top: 1rem;
    font-size: 1.6rem;
    text-align: right;
    margin-left: auto;
    color: #404041;
  }
}
.page-header__description {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; /* 'Roboto', 'Junge', 'Merriweather', sans-serif; */
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.65;
  color: #404041;
  margin-top: 2.7rem;
  max-width: 91.3rem;
  text-rendering: optimizeLegibility;
}
@media (min-width: 768px) {
  .page-header__description {
    font-size: 2rem;
    text-align: justify;
  }
}