@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

#wrapper {
    max-width: 860px;
    margin: 16px auto;
    border: 1px solid #000;
    background-color: #fff;
}

header {
    position: relative;
}

.qrcode {
    position: absolute;
    bottom: 4%;
    left: 0;
    width: 11.5%;
    height: 25%;
    z-index: 1;
}

article {
    padding: 0 16px 3px;
}

.flex {
    display: flex;
    justify-content: space-between;
    padding: 32px 16px 39px;
}

.flex div {
    width: calc(100% - 416px);
    padding: 6px 0 0;
}

.flex div:nth-of-type(2) {
    border-left: 4px solid #10499e;
    padding-left: 18px;
    width: 397px;
}

.center {
    text-align: center;
}

.logo {
    display: flex;
    justify-content: center;
    padding: 36px 0 0;
}

footer {
    padding: 10px 16px;
    background: #10499e;
}

footer p {
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.media {
    display: inline-flex;
    align-items: center;
    margin: 0 5px 0 0;
}

.color {
    color: #10499e !important;
}

p:not(:last-of-type) {
    margin: 0 0 18px;
}

strong {
    font-weight: 700;
}

h1 {
    margin: 2px 0 16px;
    font-weight: 400;
    font-size: 16px;
}

h1 span {
    display: block;
    color: #10499e;
    white-space: normal !important;
}

h2 {
    font-weight: 700;
    font-size: 16px;
    color: #10499e;
}

h3 {
    margin: 0 -16px;
    font-weight: 700;
    font-size: 1.975rem;
    line-height: 1.2;
    background: #10499e;
    color: #fff;
    padding: 20px 16px 8px;
    text-align: center;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    list-style: none;
    font-weight: 700;
}

ul li {
    padding-left: 14px;
}

li:before {
    content: '\2022';
    float: left;
    font-size: 23px;
    text-indent: -14px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

@media all and (max-width: 858px) {
    #wrapper {
        margin: 0 auto;
        border: none;
    }

    .flex {
        padding: 26px 0 32px;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    .mobile {
        display: none;
    }

    span {
        white-space: nowrap;
    }

    article {
        padding-bottom: 16px;
    }
}

@media all and (max-width: 760px) {
    .flex {
        display: block;
        padding: 16px 0 26px;
    }

    .flex div {
        width: 100% !important;
        padding: 0 !important;
        border-left: 0 !important;
    }
}