:root {
  font-size: 16px;
}

@font-face {
  font-display: swap;
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-3-v9-latin-regular.eot');
  src: url('../fonts/source-sans-3-v9-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v9-latin-regular.woff2') format('woff2'), url('../fonts/source-sans-3-v9-latin-regular.woff') format('woff'), url('../fonts/source-sans-3-v9-latin-regular.ttf') format('truetype'), url('../fonts/source-sans-3-v9-latin-regular.svg#SourceSans3') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-3-v9-latin-700.eot');
  src: url('../fonts/source-sans-3-v9-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v9-latin-700.woff2') format('woff2'), url('../fonts/source-sans-3-v9-latin-700.woff') format('woff'), url('../fonts/source-sans-3-v9-latin-700.ttf') format('truetype'), url('../fonts/source-sans-3-v9-latin-700.svg#SourceSans3') format('svg');
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 15px;
  line-height: 1.3;
  font-family: 'Source Sans 3', Arial, sans-serif;
  color: #4A4A49;
  font-weight: 400;
}

#wrapper {
  position: relative;
  max-width: 960px;
  margin: 16px auto;
  border: 1px solid #777;
  overflow: hidden;
  background-color: #fff;
}

h1 {
  margin: 16px 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
  padding-bottom: 16px;
  position: relative;
}

h1 strong {
  display: block;
  color: #2B5D9A;
  font-size: 37px;
  font-weight: 400;
}

h1::after {
  content: "";
  width: 85px;
  height: 2px;
  background-color: #F8AC1C;
  position: absolute;
  bottom: 0;
  left: 0;
}

h2 {
  margin: 16px 0 6px;
  font-size: 24px;
  line-height: 1.125;
  font-weight: 700;
  color: #2B5D9A;
}

p:not(:last-of-type) {
  margin-bottom: 16px;
}

header {
  position: relative;
}

.qrcode {
  position: absolute;
  bottom: 0;
  right: 50px;
  transform: translateY(45%);
}

article {
  padding: 50px 50px 34px;
}

footer {
  padding: 0 50px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

footer a {
  color: #00f !important;
  white-space: normal !important;
  text-decoration: underline !important;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  margin: 0 0 16px;
  list-style: none;
}

ul li {
  padding-left: 32px;
}

ul li:before {
  content: "\2022";
  color: #4A4A49;
  float: left;
  margin-top: -4px;
  font-size: 25px;
  line-height: 1em;
  text-indent: -16px;
  font-family: Arial, Helvetica, sans-serif;
}

:is(a:link, a:visited, a:hover, a:active) {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

@media all and (max-width:960px) {
  #wrapper {
    margin: 0;
    border: none;
  }

  :is(p, ul) {
    hyphens: auto;
    text-wrap: pretty;
  }

  br:not(footer br) {
    display: none;
  }
}

@media all and (max-width:767px) {
  article {
    padding: 16px 16px 1px;
  }

  footer {
    padding: 0 16px 16px;
  }

  ul li {
    padding-left: 16px;
  }

  .qrcode {
    right: 16px;
  }
}

@media all and (max-width:440px) {
  h1 {
    padding-top: 36px;
  }

  h1 strong {
    font-size: 28px;
  }
}