@charset "utf-8";
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/ubuntu-v20-latin-300.eot');
    src: local(''), url('../fonts/ubuntu-v20-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-v20-latin-300.woff2') format('woff2'), url('../fonts/ubuntu-v20-latin-300.woff') format('woff'), url('../fonts/ubuntu-v20-latin-300.ttf') format('truetype'), url('../fonts/ubuntu-v20-latin-300.svg#Ubuntu') format('svg');
}
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/ubuntu-v20-latin-700.eot');
    src: local(''), 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');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #004B87;
    font: 300 1em/1.3em 'Ubuntu', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 575px;
    margin: 1rem auto;
    border: 2px solid #004B87;
    background: #fff;
    overflow: hidden;
}
:is(h1, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
h1 {
    margin: 0 0 5rem;
    font-size: 1.85em;
    line-height: 1.2em;
    color: #00A1E3;
}
h1 span {
    display: block;
    margin: 0.25rem 0 0 0;
    padding-left: 2rem;
    color: #004B87;
    background: url('../images/icon.jpg') no-repeat 0 8px;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.logo {
    display: flex;
    justify-content: flex-end;
    padding: 1.5rem;
}
article {
    padding: 0 3.5rem 1rem;
    background: #fff url('../images/bg.jpg') no-repeat right bottom;
}
article section {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}
article section p:last-of-type {
    font-size: 2.7em;
    line-height: 1;
}
footer {
    padding: 0.75rem 1.5rem;
    background: #004B87;
}
footer p {
    color: #fff;
    font-size: 2.1em;
    line-height: 1;
    text-align: center;
}
@media only screen and (max-width: 574px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    h1 {
        font-size: 1.9em;
        margin-bottom: 2.5rem;
    }
    .logo {
        justify-content: center;
        padding: 1rem;
    }
    article {
        padding: 0 1rem 1rem;
    }
    footer p {
        font-size: 1.5em;
    }
}
@media only screen and (max-width: 420px) {
    article section p:last-of-type {
        font-size: 2em;
    }
    footer p {
        font-size: 1.125em;
    }
}