@charset "utf-8";
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ubuntu-v20-latin-regular.eot');
    src: local(''), url('../fonts/ubuntu-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2'), url('../fonts/ubuntu-v20-latin-regular.woff') format('woff'), url('../fonts/ubuntu-v20-latin-regular.ttf') format('truetype'), url('../fonts/ubuntu-v20-latin-regular.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: #fff;
    font: 400 1em/1.3em 'Ubuntu', Arial, sans-serif;
}
h1, h2, h3, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 550px;
    margin: 1rem auto;
    border: solid 1px #2D9ED1;
    background: #2D9ED1 url('../images/bg.jpg') top right no-repeat;
    overflow: hidden;
}
p {
    padding-bottom: 0.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    margin: 0 0 2.5rem;
    font-size: 3.75em;
    line-height: 1.3;
}
h1 span {
    display: block;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    font-size: 1.375rem;
}
h1 small {
    font-size: 1.375rem;
    display: block;
}
h1 + p {
    font-size: 1.0625em;
    line-height: 1.3;
}
h2 {
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 0.5rem 0;
}
h3 {
    font-size: 1em;
    line-height: 1.3em;
    color: #2D9ED1;
    margin: 0 0 0.75rem;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
    flex: 1;
}
li {
    padding: 0 0 0.25rem 1rem;
}
li:before {
    content: "■";
    float: left;
    margin: -1px 0 0 -1rem;
}
header p {
    position: absolute;
    top: 1rem;
    right: 0;
    width: 200px;
    text-align: center;
    transform: rotate(4deg);
}
header strong {
    color: #2D9ED1;
    font-size: 1.4em;
    display: block;
    line-height: 1.1;
}
:is(.box, header) p {
    color: #161A1F;
}
article {
    padding: 1.5rem 2rem;
}
.flex {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.logo {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}

.flex p {
    flex: 1;
    font-size: 0.75em;
    line-height: 1.3;
}
.box {
    padding: 1rem;
    background: #fff;
    width: 43%;
}
footer {
    padding: 0.5rem;
}
@media only screen and (max-width:549px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    h3 {
        text-align: center;
    }
    header p {
        padding: 0.5rem 1rem;
        background: #fff;
        position: static;
        transform: none;
        width: auto;
    }
    article {
        padding: 1rem;
    }
    article br {
        display: none;
    }
    .flex {
        flex-direction: column;
    }
    .box {
        width: auto;
    }
    .flex p {
        font-size: 0.875em;
        text-align: center;
    }
    .box .flex {
        align-items: center;
    }
    .logo {
        justify-content: center;
    }
}
@media only screen and (max-width:480px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
}