@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
    src: local(''), url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v25-latin-700.eot');
    src: local(''), url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #000;
    font-weight: 400;
}

#wrapper {
    max-width: 522px;
    margin: 1rem auto;
    box-sizing: border-box;
    background: #fff;
    border: solid thin #CBCBCB;
    position: relative;
    overflow: hidden;
}

header {
    padding: 0 0 0 1.125rem;
}

article {
    padding: 0 25px;
}

.qrcode {
    margin: 0.6875rem -25px 1rem;
}

.bottom {
    margin-bottom: 0 !important;
}

.color {
    color: #000 !important;
}

ul {
    margin: 0 0 10px 12px;
}

ul li {
    list-style: none;
    text-indent: -12px;
    text-align: justify;
    hyphens: auto;
}

ul li:before {
    font-size: 20px;
    margin-right: 12px;
    position: relative;
    top: 1px;
    float: left;
    content: "\2022";
}

:is(strong, h1, h2) {
    font-weight: 700;
}

h1 {
    margin: 0.75rem 0;
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
}

h1+p+p {
    padding-bottom: 10px;
}

h1 small {
    font-size: 16px;
    display: block;
    line-height: 1.3;
}

h1 span {
    font-weight: 400;
    font-size: 17px;
    display: block;
    margin: 3px 0 0;
    line-height: 23px;
}

h1 span span {
    display: inline;
    white-space: nowrap;
}

h2 {
    font-size: 1.5rem;
    margin: 1rem 0 0.5rem;
    line-height: 1.5rem;
    color: #005aaa;
}

h2+p {
    color: #005aaa;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #005aaa;
    text-decoration: none;
    white-space: nowrap;
}

p:not(:last-child) {
    margin-bottom: 0.75rem;
    text-align: justify;
    hyphens: auto;
}

@media screen and (max-width:521px) {
    #wrapper {
        margin: 0;
        border: none;
        hyphens: auto;
    }

    br {
        display: none;
    }

    ul li {
        text-align: left;
    }

    article {
        padding: 0.625rem 1rem;
    }

    .qrcode {
        margin: 0.6875rem -1rem 1rem;
    }

    p {
        text-align: left !important;
    }

    h1 br {
        display: inline;
    }
}