:root {
  font-size: 16px;
}

@font-face {
  font-display: swap;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ubuntu-v20-latin-regular.eot');
  src: url('../fonts/ubuntu-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), url('../fonts/ubuntu-v20-latin-regular.woff') format('woff'), url('../fonts/ubuntu-v20-latin-regular.ttf') format('truetype'), url('../fonts/ubuntu-v20-latin-regular.svg#Ubuntu') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ubuntu-v20-latin-700.eot');
  src: url('../fonts/ubuntu-v20-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-v20-latin-700.woff2') format('woff2'), url('../fonts/ubuntu-v20-latin-700.woff') format('woff'), url('../fonts/ubuntu-v20-latin-700.ttf') format('truetype'), url('../fonts/ubuntu-v20-latin-700.svg#Ubuntu') format('svg');
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  line-height: 1.3;
  font-family: 'Ubuntu', Arial, sans-serif;
  color: #000;
  font-weight: 400;
}

#wrapper {
  position: relative;
  max-width: 750px;
  margin: 16px auto;
  border: 1px solid #777;
  overflow: hidden;
  background-color: #fff;
  font-size: 13px;
  background: #FBFCFE url('../images/background.jpg') no-repeat 0 0;
}

h1 {
  margin: 50px 0;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 12px 16px 12px 28px;
  color: #fff;
  background-color: #CF3B95;
}

h1:before {
  content: "\2022";
  color: #fff;
  float: left;
  margin-top: 9px;
  font-size: 20px;
  line-height: 1em;
  text-indent: -12px;
}

h1 span {
  white-space: nowrap;
}

h2 {
  margin: 0 0 6px 0;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
}

h3 {
  margin: 20px 0 6px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  color: #00AFA5;
}

h3.color {
  color: #7FC241;
}

h5 {
  font-size: 47px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  background-color: #00AFA5;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 11px 17px 11px;
}

h6 {
  font-size: 42px;
  line-height: 1.5;
  padding: 7px 16px 21px 16px;
  color: #fff;
  background: #D03C96;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 72%;
}

h6 strong {
  display: block;
  margin-top: 10px;
  font-size: 65px;
}

p:not(:last-of-type) {
  margin-bottom: 16px;
}

.background {
  background-color: #CEEBE9;
  padding: 16px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.background + p {
  background: #00AFA5;
  color: #fff;
  font-weight: 700;
  border-radius: 15px;
  padding: 8px 16px;
  margin: 50px 16px;
  font-size: 19px;
}

article {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 65px 0 0;
}

.logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 30px;
  padding: 0 0 18px 70px;
  position: relative;
}

.logo>img {
  position: absolute;
  top: 0px;
  left: 225px;
}

footer {
  position: relative;
}

footer section {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.qrcode {
  position: absolute;
  bottom: 0;
  right: 0;
}

.social {
  padding: 0 18px 24px 93px;
  display: flex;
  gap: 6px 18px;
  align-items: center;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul {
  margin: 0 0 16px;
  list-style: none;
}

ul li {
  padding-left: 18px;
  background: url('../images/iconlist.jpg') no-repeat 0 2px;
  margin: 5px 0;
}

:is(a:link, a:visited, a:hover, a:active) {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

@media all and (max-width:748px) {
  #wrapper {
    margin: 0;
    border: none;
    background-size: 100%;
  }

  article {
    margin: 20px 0 0;
  }

  h1 {
    margin: 20px 0;
  }

  .background + p {
    margin: 20px 16px;
  }

  :is(p, ul) {
    hyphens: auto;
    text-wrap: pretty;
  }

  .logo, .social {
    padding-left: 16px;
  }

  h6 {
    width: 90%;
  }

  .logo>img {
    left: 36%;
  }
}

@media all and (max-width:648px) {
  .qrcode {
    position: static;
    display: flex;
  }

  .logo {
    order: -1;
    padding: 16px;
    width: 100%;
    gap: 16px;
    justify-content: space-between;
  }

  .box {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }

  h6 {
    font-size: 9vw;
    line-height: 1.4;
  }
}

@media all and (max-width:548px) {
  h6 strong {
    font-size: 16vw;
  }

  h5 {
    font-size: 10vw;
    margin-top: 16px;
  }

  .logo {
    flex-direction: column;
    align-items: center;
  }

  .logo>img {
    position: static;
  }

  .logo div {
    text-align: center;
  }

  .social {
    gap: 10px;
  }
}