@charset "utf-8";
@font-face {
    font-family: 'Satisfy';
    src: url('../fonts/Satisfy-Regular.eot');
    src: url('../fonts/Satisfy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Satisfy-Regular.woff2') format('woff2'),
        url('../fonts/Satisfy-Regular.woff') format('woff'),
        url('../fonts/Satisfy-Regular.ttf') format('truetype'),
        url('../fonts/Satisfy-Regular.svg#Satisfy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 1em/1.3em Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 940px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff;
    overflow: hidden;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.link {
    color: #0000FF;
    text-decoration: underline;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 2.5em;
    line-height: 1.2;
}
h2 {
    font-size: 1.6em;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
h3 {
    font: 400 1.9em/1.2em 'Satisfy', Arial, sans-serif;
    margin-bottom: 1rem;
}
h4 {
    font-size: 1.2em;
    line-height: 1.3;
    color: #232F82;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 0 1.5rem;
    position: relative;
}
li:before {
    content: "\2022";
    font-size: 1.3rem;
    position: absolute;
    left: 0;
    top: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
:is(.flex, .flex1) :is(p, h1, h2, h3, li) {
    color: #fff;
}
.flex {
    display: flex;
    justify-content: space-between;
    margin: 0 -1.5rem 0.5rem;
    padding: 1rem 1rem 3rem 3rem;
    background: url("../images/bg.jpg") no-repeat left bottom, url("../images/bgc.jpg") repeat-y left, #fff;
}
.flex .left {
    width: 50%;
}
.flex .right {
    width: 46%;
}
.flex1 {
    display: flex;
    justify-content: space-between;
    margin: 0 -1rem 1rem;
}
.flex1 :is(.left, .right) {
    width: 49.7%;
    background: #232875;
    padding: 1rem 1rem 0;
}
article {
    padding: 0 1.5rem;
}
article h4 {
    margin-bottom: 1rem;
}
footer {
    padding: 0 1.5rem 0.5rem;
}
@media only screen and (max-width:939px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        hyphens: auto;
    }
    p :is(a, span) {
        display: inline-block;
    }
    .flex {
        padding-bottom: 6rem;
    }
    article br:not(h1 br) {
        display: none;
    }
}
@media only screen and (max-width:768px) {
    article, footer {
        padding: 0 1rem;
    }
    .flex {
        flex-direction: column;
        padding: 1rem;
        margin: 0 -1rem;
    }
    .flex1 {
        flex-direction: column;
        background: #232875;
        margin: 0 -1rem 1rem;
        padding: 1rem;
    }
    .left, .right {
        width: 100% !important;
        padding: 0 !important;
    }
    h1 br {
        display: none;
    }
}
@media only screen and (max-width:480px) {
    h1 {
        font-size: 1.8em;
    }
    h2 {
        font-size: 1.4em;
    }
    li{
        padding-left: 1rem;
    }
}