:root {
  font-size: 16px;
}

@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-v28-latin-regular.eot');
  src: url('../fonts/noto-sans-v28-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v28-latin-regular.woff2') format('woff2'), url('../fonts/noto-sans-v28-latin-regular.woff') format('woff'), url('../fonts/noto-sans-v28-latin-regular.ttf') format('truetype'), url('../fonts/noto-sans-v28-latin-regular.svg#NotoSans') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-v28-latin-700.eot');
  src: url('../fonts/noto-sans-v28-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v28-latin-700.woff2') format('woff2'), url('../fonts/noto-sans-v28-latin-700.woff') format('woff'), url('../fonts/noto-sans-v28-latin-700.ttf') format('truetype'), url('../fonts/noto-sans-v28-latin-700.svg#NotoSans') format('svg');
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Noto Sans', Arial, sans-serif;
  color: #231f20;
  font-weight: 400;
}

#wrapper {
  position: relative;
  max-width: 538px;
  margin: 16px auto;
  border: 2px solid #202951;
  padding: 16px;
  overflow: hidden;
  background-color: #fff;
}

strong {
  font-weight: 700
}

h1 {
  margin: 16px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding-left: 14px;
}

h1:before {
  content: "\25A0";
  color: #FFCE1C;
  float: left;
  margin-top: 0px;
  font-size: 16px;
  line-height: 1em;
  text-indent: -14px;
}

h2 {
  margin: 16px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

h3 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #202951;
  background-color: #FFCE1C;
  padding: 4px 92px 4px 4px;
}

h4 {
  margin: 8px 0 12px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

p {
  margin-bottom: 16px;
  text-align: justify;
  text-wrap: pretty;
  hyphens: auto;
}

.logo {
  position: absolute;
  top: 16px;
  right: 16px;
}

footer {
  padding: 0 128px 0 0;
}

footer .qrcode {
  position: absolute;
  bottom: 16px;
  right: 16px;
}

footer p {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

:is(a:link, a:visited, a:hover, a:active) {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

@media all and (max-width:538px) {
  #wrapper {
    margin: 0;
    padding: 16px;
    border: none;
  }

  :is(p, ul) {
    hyphens: auto;
    text-wrap: pretty;
    text-align: left;
  }

  br:not(footer br) {
    display: none;
  }
}

@media all and (max-width:440px) {

  .logo {
    position: static;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }

  span {
    white-space: nowrap;
  }

  footer {
    padding: 0;
  }

  h3 {
    padding: 4px;
  }

  footer .qrcode {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 16px;
  }
}