@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');
}

@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v25-latin-700italic.eot');
    src: local(''), url('../fonts/roboto-condensed-v25-latin-700italic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-700italic.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-700italic.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-700italic.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-700italic.svg#RobotoCondensed') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #231f20;
}

#wrapper {
    margin: 1rem auto;
    max-width: 556px;
    background: #fff;
    border: solid thin #b81c45;
}

article {
    padding: 10px 20px;
    position: relative;
}

:is(.color, .color a) {
    color: #b81c45 !important;
}

.text-center {
    text-align: center;
}

.margin-bottom {
    margin-bottom: 0;
}

.margin-left {
    margin-left: 10px;
}

.banner {
    position: absolute;
    right: 20px;
    top: 172px;
}

.banner img:nth-of-type(2) {
    display: none;
}

hr {
    border: none;
    height: 1px;
    width: 180px;
    margin: 10px auto 0;
    display: block;
    background: #b81c45;
}

:is(h1, h2, h3, strong) {
    font-weight: 700;
}

:is(h1, h2, h3) {
    line-height: 1.2;
}

h1 {
    font-size: 28px;
    color: #b81c45;
}

h1 span {
    font-weight: 400;
    font-size: 16px;
    color: #231f20;
}

h2 {
    font-size: 16px;
    margin: 0 0 10px;
    font-style: italic;
    color: #b81c45;
}

h3 {
    font-size: 16px;
}

p {
    margin-bottom: 16px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #231f20;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0 0 10px 31px;
}

ul li {
    list-style: none;
    text-indent: -15px;
}

ul li:before {
    font-size: 20px;
    margin-right: 15px;
    position: relative;
    top: 0px;
    float: left;
    content: "\2022";
}

footer {
    padding: 0 20px 16px;
}

.li li {
    display: inline-block;
}

ul.li li {
    text-indent: 0;
    margin-right: 0;
}

ul.li li:before {
    margin-right: 10px;
}

@media screen and (max-width: 555px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(h1, h2, h3, p, ul li) {
        hyphens: auto;
        text-wrap: pretty;
    }

    .margin-left {
        margin-left: 0;
    }

    :is(p a, span) {
        white-space: nowrap;
    }

    .banner {
        position: static;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 1rem;
    }

    ul {
        margin-left: 15px;
    }

    .banner img:nth-of-type(2) {
        display: inline;
    }

    :is(br:not(br.mobile-block), .banner img:nth-of-type(1)) {
        display: none;
    }
}

@media screen and (max-width: 390px) {
    p a {
        white-space: normal !important;
    } }