/* Text Elements */

h1 {
  font-family: 'Inter', sans-serif;
}

h1.hero-heading {
  margin-top: 0;
  margin-bottom: 24px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 1;
}

p.paragraph {
  max-width: 800px;
  font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph.paragraph-1 {
  font-weight: 600;
}

p.paragraph.paragraph-2 {
  font-weight: 600;
}

p.paragraph.paragraph-3 {
  font-weight: 600;
}

p.paragraph.paragraph-4 {
  font-weight: 600;
}

p.paragraph.paragraph-5 {
  font-weight: 600;
}

p.paragraph.paragraph-6 {
  font-weight: 600;
}

p.paragraph.paragraph-7 {
  font-weight: 600;
}

p.paragraph.paragraph-8 {
  font-weight: 600;
}

p.paragraph.paragraph-9 {
  font-weight: 600;
}

a.link-text.text-link-1 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
  color: #ebee00;
  font-weight: 700;
  font-size: 22px;

  -webkit-text-stroke-color: #ebee00;
}

a.link-text.text-link-2 {
  color: #ebee00;
  font-weight: 700;
  font-size: 22px;
}

a.link-text.text-link-3 {
  color: #ebee00;
  font-weight: 700;
  font-size: 22px;
}

a.link-text.text-link-4 {
  color: #ebee00;
  font-weight: 700;
  font-size: 22px;
}

a.link-text.text-link-5 {
  color: #ebee00;
  font-weight: 700;
  font-size: 22px;
}

a.link-text.text-link-6 {
  color: #ebee00;
  font-weight: 700;
  font-size: 22px;
}

a.link-text.text-link-7 {
  color: #ebee00;
  font-weight: 700;
  font-size: 22px;
}

a.link-text.text-link-8 {
  color: #ebee00;
  font-weight: 700;
  font-size: 22px;
}

a.link-text.text-link-9 {
  color: #ebee00;
  font-weight: 700;
  font-size: 22px;
}

/* 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: #1a6bce;
  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;
}

.container.footer-region {
  padding: 96px 24px;
  background-color: #1a6bce;
}

a.social-image.social-btn {
  margin-right: 8px;
  margin-left: 8px;
  padding: 20px;
  max-width: 24px;
  border-radius: 50px;
  background-color: #010101;
}

li.list-item.list-item-1 {
  font-weight: 600;
  font-size: 18px;
}

ul.list-container.list-container-1 {
  margin-top: 21px;
  margin-right: 0;
  margin-left: 0;
}

li.list-item-container.list-item-container-1 {
  padding-top: 0;
  padding-bottom: 5px;
}

li.list-item-container.list-item-container-2 {
  padding-bottom: 5px;
}

li.list-item-container.list-item-container-3 {
  padding-bottom: 5px;
}

li.list-item-container.list-item-container-4 {
  padding-bottom: 5px;
}

li.list-item-container.list-item-container-5 {
  padding-bottom: 5px;
}

li.list-item-container.list-item-container-6 {
  padding-bottom: 5px;
}

li.list-item-container.list-item-container-7 {
  padding-bottom: 5px;
}

li.list-item-container.list-item-container-8 {
  padding-bottom: 5px;
}

li.list-item-container.list-item-container-9 {
  padding-bottom: 5px;
}

@media screen and (max-width: 75rem) {
  /* Text Elements */

  h1 em.heading-text-1 {
    font-size: 1.25rem;
  }

  h1.heading-1 {
    color: #d3f82a;
    font-size: 50px;
  }

  p.paragraph.paragraph-1 {
    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;
    text-shadow: none;
    font-weight: 700;
    font-size: 24px;
    -webkit-transition-delay: 0s, 0s, 0s;
       -moz-transition-delay: 0s, 0s, 0s;
         -o-transition-delay: 0s, 0s, 0s;
            transition-delay: 0s, 0s, 0s;
    -webkit-transition-timing-function: ease, linear, linear;
       -moz-transition-timing-function: ease, linear, linear;
         -o-transition-timing-function: ease, linear, linear;
            transition-timing-function: ease, linear, linear;
    -webkit-transition-duration: 0s, .3s, .3s;
       -moz-transition-duration: 0s, .3s, .3s;
         -o-transition-duration: 0s, .3s, .3s;
            transition-duration: 0s, .3s, .3s;
    -webkit-transition-property: all, all, all;
       -moz-transition-property: all, all, all;
         -o-transition-property: all, all, all;
            transition-property: all, all, all;

    background-blend-mode: normal;
  }

  p.paragraph.paragraph-2 {
    text-shadow: none;
    font-weight: 700;
    font-size: 24px;
  }

  p.paragraph.paragraph-3 {
    text-shadow: none;
    font-weight: 700;
    font-size: 24px;
  }

  p.paragraph.paragraph-4 {
    text-shadow: none;
    font-weight: 700;
    font-size: 24px;
  }

  p.paragraph.paragraph-5 {
    text-shadow: none;
    font-weight: 700;
    font-size: 24px;
  }

  p.paragraph.paragraph-6 {
    text-shadow: none;
    font-weight: 700;
    font-size: 24px;
  }

  p.paragraph.paragraph-7 {
    text-shadow: none;
    font-weight: 700;
    font-size: 24px;
  }

  p.paragraph.paragraph-8 {
    text-shadow: none;
    font-weight: 700;
    font-size: 24px;
  }

  p.paragraph.paragraph-9 {
    text-shadow: none;
    font-weight: 700;
    font-size: 24px;
  }

  ul.unorder-list.unordered-list-1 {
    display: block;
    margin-bottom: 16px;
    padding-top: 0;
    width: 80%;
  }

  /* Layout Elements */

  .container.hero-section {
    min-width: 13px;
    background-color: #1a6bce;
    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;
    font-size: 16px;

    background-blend-mode: normal;
  }

  .container.footer-content-section {
    background-color: #1a6bce;
  }

  .container.footer-region {
    background-color: #1a6bce;
  }

  div.responsive-picture.picture-1 {
    width: 90%;
  }

  li.list-item.list-item-1 {
    text-shadow: none;
    font-weight: 700;
    font-size: 22px;

    -webkit-text-stroke-width: 0;
  }
}

@media screen and (max-width: 60rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 48px;
  }
}

@media screen and (max-width: 48rem) {
  /* Layout Elements */

  .container.footer-content-section {
    grid-template-columns: repeat(3 , auto);
    grid-template-rows: auto;
  }
}