.banner {
  padding-left: 15.38462%;
  padding-right: 15.38462%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1530px;
  color: #fff;
  position: relative; }
  @media (min-width: 55em) {
    .banner {
      padding-left: 8.69565%;
      padding-right: 8.69565%; } }
  @media (min-width: 55em) {
    .banner {
      background-size: cover; } }
  @media (min-width: 78.75em) {
    .banner {
      background-attachment: fixed; } }
  .banner::before {
    content: ""; }
  .banner__inner {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem;
    margin: 0 auto;
    max-width: 1440px;
    position: relative; }
    @media (min-width: 37.5em) {
      .banner__inner {
        padding-bottom: 7.5rem;
        padding-top: 7.5rem; } }
    @media (min-width: 55em) {
      .banner__inner {
        padding-bottom: 8.75rem;
        padding-top: 8.75rem; } }
    @media (min-width: 78.75em) {
      .banner__inner {
        padding-bottom: 10rem;
        padding-top: 10rem; } }
  .banner__content {
    font-size: 0.8rem;
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
    z-index: 1; }
    @media (min-width: 62em) {
      .banner__content {
        font-size: 0.9rem; } }
    @media (min-width: 95em) {
      .banner__content {
        max-width: 1440px;
        width: 100%; } }
  .banner__title {
    font-size: 1.4rem;
    color: #fff;
    line-height: 1;
    margin: 0 0 0.5rem; }
    @media (min-width: 37.5em) {
      .banner__title {
        font-size: 1.6rem; } }
    @media (min-width: 55em) {
      .banner__title {
        font-size: 1.9rem; } }
    @media (min-width: 62em) {
      .banner__title {
        font-size: 2.4rem; } }
    @media (min-width: 55em) {
      .banner__title {
        width: 66.66667%; } }
    .banner__title a {
      color: #fff; }
      .banner__title a:hover {
        text-decoration: none; }
  .banner__prefix {
    background-color: transparent;
    border: 0;
    display: inline-block;
    font-family: "Avenir LT W01_95 Black1475556";
    padding: 0 0.15rem;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    font-size: 0.7rem;
    color: #fff;
    font-family: "Avenir LT W01_55 Roman1475520";
    font-weight: 100;
    margin: 0 0 1.3rem; }
    .banner__prefix::before {
      background-color: #323232;
      bottom: 10%;
      content: "";
      height: 40%;
      left: 0;
      max-height: 15px;
      position: absolute;
      width: 100%;
      z-index: -1; }
    @media (min-width: 55em) {
      .banner__prefix {
        font-size: 0.75rem; } }
    @media (min-width: 62em) {
      .banner__prefix {
        font-size: 0.7rem; } }
    .banner__prefix strong {
      font-family: "Avenir LT W01_95 Black1475556"; }
    .banner__prefix p {
      margin: 0; }
  .banner__foreground {
    margin-top: 2.25rem;
    position: relative;
    text-align: right;
    z-index: 1; }
    @media (min-width: 55em) {
      .banner__foreground {
        bottom: 3rem;
        margin-top: 0;
        position: absolute;
        right: 4.34783%; } }
  .banner__description {
    line-height: 1.3;
    margin: 0; }
    @media (min-width: 55em) {
      .banner__description {
        width: 66.66667%; } }
    .banner__description--with-link {
      margin: 0 0 1rem; }
    .banner__description p:last-of-type {
      margin-bottom: 0; }
  .banner__link {
    color: #fff; }
  .banner__color {
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1530px;
    height: 100%;
    left: 0;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 0; }
    @media (min-width: 55em) {
      .banner__color {
        background-size: cover; } }
    @media (min-width: 78.75em) {
      .banner__color {
        background-attachment: fixed; } }

.banner.js-scrolled-to .banner__color {
  height: 100%;
  opacity: 1; }
  .banner.js-scrolled-to .banner__color > div {
    height: 100%; }
    .banner.js-scrolled-to .banner__color > div:nth-of-type(1) {
      left: -100%; }
    .banner.js-scrolled-to .banner__color > div:nth-of-type(2) {
      left: 100%; }
