/* Text Elements */

h1 {
  font-family: 'Inter', sans-serif;
}

h1.hero-heading {
  margin-top: 0;
  margin-bottom: 24px;
  color: #2f5496;
  text-align: center;
  font-size: 62px;
  line-height: 1;
}

ul.unorder-list.unordered-list-1 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
}

/* Layout Elements */

.container.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 48px 24px;
  min-height: 80vh;
  background-color: #fff;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.hero-content-region {
  padding-top: 48px;
  padding-bottom: 48px;
  max-width: 800px;
}

div.responsive-picture.picture-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
}

li.list-item.list-item-1 {
  padding-bottom: 15px;
  font-size: 18px;
}

@media screen and (max-width: 75rem) {
  li.list-item.list-item-1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 60rem) {
  /* Text Elements */

  h1.hero-heading {
    color: #2f5496;
    font-size: 48px;
  }

  /* Layout Elements */

  .container.hero-section {
    background-color: #fff;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  div.responsive-picture.picture-1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
  }

  li.list-item.list-item-1 {
    font-size: 18px;
  }
}

@media screen and (max-width: 48rem) {
  /* Text Elements */

  h1.hero-heading {
    color: #2f5496;
  }

  /* Layout Elements */

  .container.hero-section {
    background-color: #fff;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  div.responsive-picture.picture-1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
  }

  li.list-item.list-item-1 {
    padding-bottom: 14px;
    font-size: 18px;
  }
}

@media screen and (max-width: 35rem) {
  /* Text Elements */

  h1.hero-heading {
    color: #2f5496;
  }

  /* Layout Elements */

  .container.hero-section {
    background-color: #fff;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  div.responsive-picture.picture-1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 250px;
  }

  li.list-item.list-item-1 {
    padding-bottom: 10px;
    font-size: 16px;
  }
}

@media screen and (max-width: 22.5rem) {
  /* Text Elements */

  h1.hero-heading {
    color: #2f5496;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

  ul.unorder-list.unordered-list-1 {
    padding-top: 20px;
  }

  /* Layout Elements */

  .container.hero-section {
    background-color: #fff;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  li.list-item.list-item-1 {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 18px;
  }

  div.responsive-picture.picture-1 {
    padding-bottom: 0;
  }
}