@charset "utf-8";
@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/maven-pro-v32-latin-regular.eot');
    src: local(''),
        url('../fonts/maven-pro-v32-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/maven-pro-v32-latin-regular.woff2') format('woff2'),
        url('../fonts/maven-pro-v32-latin-regular.woff') format('woff'),
        url('../fonts/maven-pro-v32-latin-regular.ttf') format('truetype'),
        url('../fonts/maven-pro-v32-latin-regular.svg#MavenPro') format('svg');
}
@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/maven-pro-v32-latin-600.eot');
    src: local(''),
        url('../fonts/maven-pro-v32-latin-600.eot?#iefix') format('embedded-opentype'),
        url('../fonts/maven-pro-v32-latin-600.woff2') format('woff2'),
        url('../fonts/maven-pro-v32-latin-600.woff') format('woff'),
        url('../fonts/maven-pro-v32-latin-600.ttf') format('truetype'),
        url('../fonts/maven-pro-v32-latin-600.svg#MavenPro') format('svg');
}
@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/maven-pro-v32-latin-700.eot');
    src: local(''),
        url('../fonts/maven-pro-v32-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/maven-pro-v32-latin-700.woff2') format('woff2'),
        url('../fonts/maven-pro-v32-latin-700.woff') format('woff'),
        url('../fonts/maven-pro-v32-latin-700.ttf') format('truetype'),
        url('../fonts/maven-pro-v32-latin-700.svg#MavenPro') format('svg');
}
@font-face {
    font-family: 'uni-neue-3';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/uni-neue-3.eot');
    src: local(''),
        url('../fonts/uni-neue-3.eot?#iefix') format('embedded-opentype'),
        url('../fonts/uni-neue-3.woff2') format('woff2'),
        url('../fonts/uni-neue-3.woff') format('woff'),
        url('../fonts/uni-neue-3.ttf') format('truetype'),
        url('../fonts/uni-neue-3.svg#MavenPro') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 1em/1.3em 'Maven Pro', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 920px;
    margin: 1rem auto;
    border: none;
    background: #fff;
    overflow: hidden;
}
:is(h1, h2, h3, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 1rem;
}
h1, h3, footer p {
    font-family: 'uni-neue-3', Arial, sans-serif;
}
h1 {
    margin: 0 0 1rem;
    font-size: 2.3em;
    line-height: 1.1;
}
h1 span {
    font-weight: 400;
    font-family: 'Maven Pro', Arial, sans-serif;
    font-size: 0.7em;
}
.info {
    font-size: 1.485em;
    line-height: 1.3;
    font-weight: 600;
    padding-bottom: 2rem;
    hyphens: none;
}
h1+p {
    padding-bottom: 0.5rem !important;
}
.fw400 {
    font-weight: 400;
}
h2 {
    font-size: 1.313em;
    line-height: 1.3;
    margin-bottom: 0.2rem;
}
h3 {
    font-size: 2.55em;
    line-height: 1;
    background: #fff;
    padding: 0.5rem 0.8rem 0.5rem 2rem;
    border-radius: 20px 0;
    position: relative;
    margin: -3.8rem 0 2rem -2rem;
    width: fit-content;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding: 0 0 0.1rem 0.7rem;
    position: relative;
}
li:before {
    content: "\2022";
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 2px;
    font-family: Arial, sans-serif;
}
h1, h2, h3, li:before, .text {
    color: #0267B5;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.width {
    display: inline-block;
    width: 93px;
}
.text {
    padding: 1rem 0 0.5rem;
}
.social {
    display: flex;
    justify-content: flex-start;
    gap: 0.75rem;
}
.social img {
    margin-top: 2px;
}
article {
    padding: 2rem 3rem;
    position: relative;
}
article>p:first-of-type {
    text-align: justify;
}
article:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 390px;
    height: 40px;
    background: #A6CE39;
    border-bottom-right-radius: 20px;
}
footer {
    padding: 0 0 3rem;
    display: flex;
    justify-content: flex-start;
    gap: 0 0.75rem;
}
footer i {
    color: #0267B5;
    font-size: 2.5em;
}
footer p {
    font-weight: 700;
    background: #0267B5;
    padding: 0.25rem 1rem 0.25rem 3.5rem;
    width: fit-content;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.25;
    border-bottom-right-radius: 20px;
}
@media only screen and (max-width:919px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    article {
        padding: 2rem 2.5rem;
    }
    article>p:first-of-type {
        text-align: left;
    }
    footer {
        padding-right: 2.5rem;
    }
    footer p {
        padding-left: 2.5rem;
    }
}
@media only screen and (max-width:690px) {
    h1 {
        font-size: 1.6em;
    }
    h1+p, h2 {
        font-size: 1.2em;
    }
    h3 {
        margin: 0 0 1rem;
        padding: 0;
        font-size: 1.8em;
        line-height: 1.2;
    }
    article {
        padding: 2rem 2rem 1rem;
    }
    article:before {
        display: none;
    }
    footer {
        flex-direction: column;
        padding: 0;
    }
    footer p {
        padding: 0.5rem 1rem;
        width: 100%;
        text-align: center;
        border-radius: 0;
    }
    .social {
        justify-content: center;
        padding: 1rem;
    }
}
@media only screen and (max-width:480px) {
    article {
        padding: 1rem 1rem 0;
    }
}