@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Carlito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/carlito-v4-latin-regular.eot');
    src: url('../fonts/carlito-v4-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/carlito-v4-latin-regular.woff2') format('woff2'), url('../fonts/carlito-v4-latin-regular.woff') format('woff'), url('../fonts/carlito-v4-latin-regular.ttf') format('truetype'), url('../fonts/carlito-v4-latin-regular.svg#Carlito') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Carlito';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/carlito-v4-latin-700.eot');
    src: url('../fonts/carlito-v4-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/carlito-v4-latin-700.woff2') format('woff2'), url('../fonts/carlito-v4-latin-700.woff') format('woff'), url('../fonts/carlito-v4-latin-700.ttf') format('truetype'), url('../fonts/carlito-v4-latin-700.svg#Carlito') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.3em 'Carlito', Arial, sans-serif;
}
h1, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 700px;
    margin: 1rem auto;
    border: solid 2px #000;
    background: #fff;
    overflow: hidden;
    padding: 1rem 1.5rem;
}
#wrapper:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.75rem;
    background: #427BBE;
    border: 2px solid #344C6A;
    border-bottom: 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 1.375em;
    line-height: 1.1em;
    color: #ED1C24;
}
h1 span {
    color: #000;
    font-weight: 400;
}
header {
    padding-bottom: 0.5rem;
}
.wid {
    display: inline-block;
    width: 3.75rem;
}
article {
    padding: 0;
}
footer {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: -4.5rem;
}

footer p:last-of-type {
    padding-bottom: 0.5rem;
}
@media only screen and (max-width:699px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    #wrapper:after {
        display: none;
    }
    footer {
        flex-direction: column;
        margin: 0;
        align-items: center;
    }
    footer p {
        text-align: center;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 1rem;
    }
}