:root {
  font-size: 16px;
}

@font-face {
  font-display: swap;
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/barlow-semi-condensed-v16-latin-regular.eot');
  src: url('../fonts/barlow-semi-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-semi-condensed-v16-latin-regular.woff2') format('woff2'), url('../fonts/barlow-semi-condensed-v16-latin-regular.woff') format('woff'), url('../fonts/barlow-semi-condensed-v16-latin-regular.ttf') format('truetype'), url('../fonts/barlow-semi-condensed-v16-latin-regular.svg#BarlowSemiCondensed') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/barlow-semi-condensed-v16-latin-500.eot');
  src: url('../fonts/barlow-semi-condensed-v16-latin-500.eot?#iefix') format('embedded-opentype'),
    url('../fonts/barlow-semi-condensed-v16-latin-500.woff2') format('woff2'),
    url('../fonts/barlow-semi-condensed-v16-latin-500.woff') format('woff'),
    url('../fonts/barlow-semi-condensed-v16-latin-500.ttf') format('truetype'),
    url('../fonts/barlow-semi-condensed-v16-latin-500.svg#BarlowSemiCondensed') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/barlow-semi-condensed-v16-latin-700.eot');
  src: url('../fonts/barlow-semi-condensed-v16-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-semi-condensed-v16-latin-700.woff2') format('woff2'), url('../fonts/barlow-semi-condensed-v16-latin-700.woff') format('woff'), url('../fonts/barlow-semi-condensed-v16-latin-700.ttf') format('truetype'), url('../fonts/barlow-semi-condensed-v16-latin-700.svg#BarlowSemiCondensed') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/barlow-semi-condensed-v16-latin-800.eot');
  src: url('../fonts/barlow-semi-condensed-v16-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-semi-condensed-v16-latin-800.woff2') format('woff2'), url('../fonts/barlow-semi-condensed-v16-latin-800.woff') format('woff'), url('../fonts/barlow-semi-condensed-v16-latin-800.ttf') format('truetype'), url('../fonts/barlow-semi-condensed-v16-latin-800.svg#BarlowSemiCondensed') format('svg');
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  line-height: 1.3;
  font-family: 'Barlow Semi Condensed', Arial, sans-serif;
  color: #fff;
  font-weight: 500;
}

#wrapper {
  position: relative;
  max-width: 465px;
  margin: 16px auto;
  border: 1px solid #777;
  padding: 16px 16px 8px;
  overflow: hidden;
  background: #fff url('../images/background.jpg') no-repeat 0 0;
}

h1 {
  margin: 19px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding-left: 14px;
  color: #fff;
}

h1:before {
  content: "\25B6";
  color: #fff;
  float: left;
  margin-top: 8px;
  font-size: 11px;
  text-indent: -14px;
  font-style: normal;
  line-height: 1;
}

h1 strong {
  font-weight: 800;
  font-size: 24px;
  line-height: 1.25;
}

h2 {
  margin: 16px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

p:not(:last-of-type) {
  margin-bottom: 16px;
}

header {
  display: flex;
  justify-content: flex-end;
  margin: -7px 0px 0 0px;
}

header img {
  opacity: 0;
}

article {
  margin: 0;
  padding: 0;
}

footer {
  margin: 9px 0 0 0;
  padding: 0;
}

figure {
  display: none;
}

strong {
  font-weight: 800;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  margin: 0 0px 14px 8px;
  list-style: none;
  color: #005BA6;
}

ul li {
  padding-left: 14px;
  font-size: 19px;
  font-style: italic;
  margin-bottom: 11px;
  line-height: 1.125;
  position: relative;
}

li strong {
  font-size: 1.375em;
  line-height: 1.25;
}

ul li:before {
  content: "\25B6";
  color: #005BA6;
  float: left;
  font-size: 10px;
  text-indent: -14px;
  font-style: normal;
  line-height: 1;
  position: absolute;
  top: 13px;
  left: 15px;
}

ul li.li:before {
  top: 5px;
}

:is(a:link, a:visited, a:hover, a:active) {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.background {
  padding: 24px 6px 6px;
  font-size: 19px;
  color: #fff;
}

.color {
  color: #005BA6;
  padding: 18px 12px 5px;
}

span {
  white-space: nowrap;
}

@media all and (max-width:465px) {
  #wrapper {
    margin: 0;
    padding: 16px;
    border: none;
    background: url('../images/background-mobile.jpg') no-repeat center center;
    background-size: cover;
  }

  :is(p, ul) {
    hyphens: auto;
    text-wrap: pretty;
  }

  br:not(footer br) {
    display: none;
  }

  .color {
    color: #005BA6;
    padding: 12px;
  }

  .color {
    background-color: #D3DDE1;
  }

  header {
    margin-bottom: 12px;
  }

  header img {
    opacity: 1;
  }

  .background {
    padding: 12px;
    font-size: 19px;
    color: #fff;
    background-color: #0964A9;
  }

  h1 {
    margin: 16px 0;
  }

  ul {
    background-color: #E9F3F2;
    margin: 0;
    padding: 12px;
  }

  li {
    margin-bottom: 6px;
  }

  li strong {
    font-size: 1.25em;
  }

  ul li.li:before {
    top: 13px;
  }
}