@charset "utf-8";
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.3em Calibri, Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 1024px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #ECECED url('../images/bg.jpg') top left no-repeat;
    overflow: hidden;
    padding: 0;
}
#wrapper:after {
    content: "";
    width: 323px;
    height: calc(100% - 608px);
    background: #30649E;
    position: absolute;
    bottom: 0;
    left: 0;
}
p {
    padding-bottom: 0.75rem;
}
.jus {
    text-align: justify;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.color {
    color: #AFAFB6;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 -2rem 1.5rem;
    font-size: 1.875em;
    line-height: 1.1em;
    padding: 2rem;
    background: #2F639E;
    color: #fff;
}
h1 span {
    display: block;
    margin-top: 1rem;
    font-weight: normal;
    font-size: 0.75em;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    color: #30649E;
}
h3 {
    font-size: 1.5em;
    line-height: 1.3em;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1.5rem;
}
li:before {
    content: "•";
    font-size: 0.8em;
    line-height: 1.3;
    float: left;
    margin: 1px 0 0 -1.5rem;
}
header figure {
    display: flex;
    justify-content: flex-end;
    padding: 1.875rem;
    height: 198px;
}
header > img {
    opacity: 0;
}
article {
    width: 699px;
    margin-left: auto;
    padding: 1rem 1rem 0 2rem;
}
article h3 {
    margin-bottom: 0.5rem;
}
.abs {
    width: 323px;
    padding: 0.5rem 2rem;
    position: absolute;
    top: 198px;
    left: 0;
}

.abs :is(h3, p) {
    color: #fff;
}
.bg {
    padding: 1rem 2rem;
    margin: 0 -2rem;
    background: #30649E;
    color: #fff;
}
footer {
    width: 270px;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 2;
}
footer :is(h3, p) {
    color: #fff;
}
.pdb {
    padding-bottom: 2rem;
}
@media only screen and (max-width: 1023px) {
    #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;
    }
    .jus {
        text-align: left;
    }
    #wrapper:after {
        display: none;
    }
    header > img {
        opacity: 1;
    }
    article {
        width: auto;
        padding: 1rem 2rem;
    }
    .abs {
        margin: 0 -2rem 1rem;
    }
    footer, .abs {
        padding: 2rem;
        position: static;
        width: auto;
        background: #2F639E;
    }
    .logo {
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:780px) {
    header figure {
        padding: 1rem;
        justify-content: center;
        height: auto;
    }
}
@media only screen and (max-width:480px) {
    article, footer {
        padding: 1rem;
    }
}