@charset "utf-8";
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-regular.eot');
    src: local(''),
        url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'),
        url('../fonts/montserrat-v25-latin-regular.woff') format('woff'),
        url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'),
        url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v25-latin-700.eot');
    src: local(''),
        url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'),
        url('../fonts/montserrat-v25-latin-700.woff') format('woff'),
        url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'),
        url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 0.83em/1.3em 'Montserrat', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: url('../images/bg.jpg') no-repeat top right #D6DEE2;
    overflow: hidden;
    padding: 7rem 2rem 1rem;
}
p {
    padding-bottom: 1rem;
}
p.pb {
    padding-bottom: 2rem;
}
h1, h2, h3, strong {
    font-weight: 700;
}
h1, h2, p a.color, p.color {
    color: #2E3092;
}
h1 {
    margin: 0 0 5rem;
    font-size: 2.592em;
    line-height: 1.1;
}
h1 span, h1 small {
    font-weight: 400;
    display: inline-block;
}
h1 small {
    font-size: 0.6em;
}
h2 {
    font-size: 1em;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
h3 {
    font-size: 1.5em;
    line-height: 1.3;
    text-align: center;
    padding: 2.5rem 1rem;
    border-radius: 50%;
    display: inline-block;
    background: #2E3092;
    color: #FFF;
    position: absolute;
    top: 9rem;
    right: 19rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
.pb1 {
    padding-bottom: 3rem;
}
ul li {
    padding-left: 1rem;
}
ul li:before {
    content: url('../images/icon.jpg');
    font-size: 1.3em;
    float: left;
    margin: 0 0 0 -1rem;
}
header {
    margin-bottom: 7rem;
}
header figure {
    display: none;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.flex div {
    width: 48%;
}
.right {
    margin-top: 7rem;
}
footer {
    position: absolute;
    bottom: 2rem;
    right: 6rem;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
        background-image: none;
    }
    p :is(a, span) {
        display: inline-block;
    }
    h3{
        position: static;
    }
    header{
        margin: 0;
    }
    header figure{
        display: block;
        margin: 1rem -1rem;
    }
    .logo{
        display: flex;
        justify-content: center;
    }
    h3{
        display: block;
        border-radius: 0;
        padding: 1rem;
        margin-bottom: 1rem;
    }
    .hide_m{
        display: none;
    }
    .right{
        margin-top: 0;
    }
}
@media only screen and (max-width: 780px) {
    .flex{
        flex-direction: column;
    }
    .flex div{
        width: 100%;
    }
    .nopad780 {
        padding: 0;
    }
    h1{
        font-size: 2em;
        margin-bottom: 2rem;
    }
    h1 br{
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    footer{
        position: static;
        display: flex;
        justify-content: center;
    }
}