@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot');
    src: url('../fonts/roboto-condensed-v27-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v27-latin-regular.woff') format('woff'),
        url('../fonts/roboto-condensed-v27-latin-regular.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v27-latin-regular.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v27-latin-700.eot');
    src: url('../fonts/roboto-condensed-v27-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v27-latin-700.woff') format('woff'),
        url('../fonts/roboto-condensed-v27-latin-700.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v27-latin-700.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v28-latin-regular.eot');
    src: local(''),
        url('../fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'),
        url('../fonts/raleway-v28-latin-regular.woff') format('woff'),
        url('../fonts/raleway-v28-latin-regular.ttf') format('truetype'),
        url('../fonts/raleway-v28-latin-regular.svg#Raleway') format('svg');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/raleway-v28-latin-600.eot');
    src: local(''),
        url('../fonts/raleway-v28-latin-600.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway-v28-latin-600.woff2') format('woff2'),
        url('../fonts/raleway-v28-latin-600.woff') format('woff'),
        url('../fonts/raleway-v28-latin-600.ttf') format('truetype'),
        url('../fonts/raleway-v28-latin-600.svg#Raleway') format('svg');
}
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/raleway-v28-latin-700.eot');
    src: local(''),
        url('../fonts/raleway-v28-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/raleway-v28-latin-700.woff2') format('woff2'),
        url('../fonts/raleway-v28-latin-700.woff') format('woff'),
        url('../fonts/raleway-v28-latin-700.ttf') format('truetype'),
        url('../fonts/raleway-v28-latin-700.svg#Raleway') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #231F20;
    font: 400 1em/1.3em 'Roboto Condensed', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 548px;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}
main {
    display: block;
    border: 2px solid #8697CD;
    margin: 0.5rem 0.5rem 0 0;
}
:is(h1, h2, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 0.5rem;
}
p.big {
    font-size: 1.1em;
    line-height: 1.3em;
}
h1, p.color {
    color: #8697CD;
}
h1, h2, h2+p, .big {
    font-family: 'Raleway', Arial, sans-serif;
}
h1 {
    margin: 0.5rem 0;
    font-size: 2em;
    line-height: 1;
}
h1 span {
    font-size: 0.7em;
}
h2 {
    font-size: 2em;
    line-height: 1.1;
    text-transform: uppercase;
}
h2+p, h2 {
    color: #FFF;
    text-align: right;
}
h2+p {
    font-size: 1.3em;
    line-height: 1.3em;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.box-bg {
    background: #8697CD;
    width: 391px;
    height: 380px;
    position: absolute;
    right: -3.5rem;
    top: -3.5rem;
    border-radius: 50%;
    padding: 11.7rem 4.5rem 0 1rem;
}
.logo {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 999;
}
article {
    padding: 1rem 1rem 0;
}
footer p {
    text-align: right;
    font-size: 0.8em;
    line-height: 1.3em;
    margin-right: 0.3rem;
}
footer figure {
    display: flex;
    justify-content: flex-end;
}
footer {
    position: absolute;
    top: 20.5rem;
    right: 1rem;
}
@media only screen and (max-width:547px) {
    #wrapper {
        margin: 0 auto;
    }
    :is(p, li) {
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    main {
        border: none;
        margin: 0;
    }
    .logo {
        position: static;
        display: flex;
        justify-content: center;
        padding: 0.5rem;
        background: #8697CD;
    }
    header :is(figure, figure img) {
        width: 100%;
    }
    article {
        padding-top: 0;
    }
    .box-bg {
        width: auto;
        height: auto;
        position: static;
        border-radius: 0;
        margin: -0.5rem -1rem 1rem;
        padding: 1rem;
    }
    h1, footer p {
        text-align: center;
    }
    h2, h2+p {
        text-align: center;
    }
    :is(footer, li) br {
        display: none;
    }
    footer {
        position: static;
        background: #8697CD;
        padding: 1rem 1rem 0;
        flex-direction: column;
        align-items: center;
    }
    footer figure {
        justify-content: center;
    }
    footer p {
        margin: 1rem 0 !important;
    }
}