/* Text Elements */

p.paragraph.paragraph-1 {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
}

p.paragraph a.paragraph-text-1 {
  text-decoration: none;
}

p.paragraph.paragraph-2 {
  font-weight: 700;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
}

p.paragraph a.paragraph-text-2 {
  text-decoration: none;
}

p.paragraph a.paragraph-text-3 {
  text-decoration: none;
}

p.paragraph a.paragraph-text-4 {
  text-decoration: none;
}

/* Layout Elements */

body.body-1 {
  text-align: center;
}

div.responsive-picture.picture-1 > picture > img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

div.responsive-picture.picture-2 > picture > img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

div.responsive-picture.picture-1 {
  position: static;
  display: block;
  clear: none;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin-top: 18px;
  margin-bottom: 2px;
  padding-top: 0;
  min-height: 0;
  width: 100%;
  height: 56px;
  vertical-align: baseline;

  justify-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1;
     -moz-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
}

div.responsive-picture.picture-2 {
  min-width: 100%;
  min-height: auto;
  width: 100%;
  height: 90px;
}

div.responsive-picture.picture-2 > picture {
  height: 90px;
}

div.responsive-picture.picture-1 > picture {
  height: 56px;
}

a.responsive-picture.picture-link-1 {
  display: inline;
  width: 728px;
  height: 90px;

  justify-self: auto;
}

a.responsive-picture.picture-link-1 > picture {
  height: 90px;
}

a.responsive-picture.picture-link-1 > picture > img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.html-element.html-element-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.html-element.html-element-2 {
  position: static;
  right: auto;
  left: auto;
  display: inline-block;
  float: none;
  clear: none;
  margin-bottom: 18px;
  margin-left: 0;
  padding-right: 0;
  min-width: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: normal;

  justify-self: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
  grid-area: auto / auto / auto / auto;
}