@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v35-latin-regular.eot');
  src: url('../fonts/open-sans-v35-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v35-latin-regular.woff') format('woff'), url('../fonts/open-sans-v35-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v35-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v35-latin-700.eot');
  src: url('../fonts/open-sans-v35-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v35-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v35-latin-700.woff') format('woff'), url('../fonts/open-sans-v35-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v35-latin-700.svg#OpenSans') format('svg');
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  font-size: 16px;
}

body {
  color: #231f20;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}

#wrapper {
  max-width: 800px;
  margin: 16px auto;
  border: 1px solid #231f20;
  padding: 16px 16px 0;
  background-color: #fff;
  position: relative;
}

header {
  padding: 0 0 6px;
  display: flex;
  justify-content: center;
}

footer {
  padding: 10px 16px;
  margin: 0 -16px;
  background: #b81c4d;
}

footer strong {
  display: block;
  text-align: center;
  color: #fff;
}

footer a {
  color: #fff !important;
}

p {
  margin: 0 0 16px;
  text-align: justify;
  hyphens: auto;
  text-wrap: pretty;
}

strong {
  font-weight: 700;
}

h1 {
  margin: 16px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #b81c4d;
}

h1 small {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #231f20;
}

h2 {
  margin: 16px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
}

ul {
  margin: 0 0 16px;
  list-style: none;
}

ul li {
  padding-left: 72px;
}

li:before {
  content: '\2022';
  float: left;
  font-size: 26px;
  text-indent: -34px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

:is(a:link, a:visited, a:hover, a:active) {
  color: #000;
  text-decoration: none;
}

@media all and (max-width: 800px) {
  #wrapper {
    margin: 0;
    border: none;
  }

  :is(ul, h1) {
    hyphens: auto;
    text-wrap: pretty;
  }

  p {
    text-align: left;
  }

  :is(a, span) {
    white-space: nowrap;
  }

  .none {
    display: none;
  }
}

@media all and (max-width: 480px) {
  ul li {
    padding-left: 34px;
  }
}

@media all and (max-width: 424px) {
  :is(.link, .link a) {
    white-space: normal !important;
  }
}