@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v44-latin-regular.eot');
    src: url('../fonts/open-sans-v44-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-regular.woff') format('woff'), url('../fonts/open-sans-v44-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v44-latin-700.eot');
    src: url('../fonts/open-sans-v44-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-700.woff') format('woff'), url('../fonts/open-sans-v44-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-700.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/open-sans-v44-latin-700italic.eot');
    src: url('../fonts/open-sans-v44-latin-700italic.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v44-latin-700italic.woff2') format('woff2'), url('../fonts/open-sans-v44-latin-700italic.woff') format('woff'), url('../fonts/open-sans-v44-latin-700italic.ttf') format('truetype'), url('../fonts/open-sans-v44-latin-700italic.svg#OpenSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1em/1.3em 'Open Sans', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 1024px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #0D70C4;
    overflow: hidden;
    padding: 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: 6rem;
    font-size: 1.5em;
    line-height: 1.1;
    color: #00295E;
    position: relative;
    width: fit-content;
}
h1 sup {
    font-size: 0.7em;
}
h2 {
    font-size: 1.4em;
    line-height: 1.3em;
    margin-bottom: 2rem;
}
h1, h2 {
    text-transform: uppercase;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
}
header {
    position: absolute;
    top: 0;
    left: 0;
}
article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
article div {
    width: calc(50%);
}
.box1 {
    padding: 4rem 4rem 2rem 6rem;
}
.box2 {
    padding: 6rem 6rem 4rem 4rem;
}
.bg {
    background: #053D87;
    padding: 4rem 6rem 16rem 4rem;
    margin-bottom: -16.5rem;
}
footer {
    padding: 1rem 6rem 5rem;
    background: url('../images/bg.jpg') bottom right no-repeat, linear-gradient(to bottom, transparent, #053D87);
    position: relative;
    border-top: 2px solid #fff;
}
.abs {
    position: absolute;
    transform: rotate(5deg);
    right: 7rem;
    bottom: 6.5rem;
    color: #00295E;
    font-size: 1.125em;
    line-height: 1.3;
}
.abs span {
    display: block;
    width: fit-content;
    transform: rotate(-2deg);
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.3;
    margin: 0.5rem 1rem 0 auto;
}
@media only screen and (max-width:1023px) {
    #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;
    }
    article br {
        display: none;
    }
    h1 {
        margin: 2rem 4rem;
    }
    header {
        position: static;
        display: flex;
        justify-content: center;
    }
    .box1, .box2, .bg {
        padding: 2rem 4rem;
    }
    .bg {
        margin: 0;
    }
    footer {
        background-image: none;
    }
    .abs {
        position: static;
        transform: none;
        width: fit-content;
        margin: 0 auto;
    }
    .abs em {
        display: inline-block;
        background: #fff;
        padding: 0.25rem 0.75rem;
    }
    .abs span {
        padding: 0.25rem 0.5rem;
        background: #053D87;
        margin-top: -0.25rem;
    }
    footer {
        padding: 2rem 4rem;
    }
}
@media only screen and (max-width:800px) {
    h1 {
        margin: 0 0 2rem;
    }
    article {
        flex-direction: column;
        padding: 2rem;
    }
    .box1, .box2 {
        padding: 0;
    }
    article div {
        width: auto;
    }
    .bg {
        padding: 2rem 2rem 1rem;
    }
    footer {
        padding: 0 2rem 1rem;
    }
}
@media only screen and (max-width:480px) {
    h2 {
        hyphens: auto;
    }
    article, footer, .bg {
        padding: 1rem;
    }
}