@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v23-latin-regular.eot');
    src: url('../fonts/poppins-v23-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v23-latin-regular.woff2') format('woff2'), url('../fonts/poppins-v23-latin-regular.woff') format('woff'), url('../fonts/poppins-v23-latin-regular.ttf') format('truetype'), url('../fonts/poppins-v23-latin-regular.svg#Poppins') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins-v23-latin-600.eot');
    src: url('../fonts/poppins-v23-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v23-latin-600.woff2') format('woff2'), url('../fonts/poppins-v23-latin-600.woff') format('woff'), url('../fonts/poppins-v23-latin-600.ttf') format('truetype'), url('../fonts/poppins-v23-latin-600.svg#Poppins') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v23-latin-700.eot');
    src: url('../fonts/poppins-v23-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v23-latin-700.woff2') format('woff2'), url('../fonts/poppins-v23-latin-700.woff') format('woff'), url('../fonts/poppins-v23-latin-700.ttf') format('truetype'), url('../fonts/poppins-v23-latin-700.svg#Poppins') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1em/1.3em 'Poppins', Arial, sans-serif;
}
 h2, strong {
    font-weight: 600;
}
#wrapper {
    position: relative;
    max-width: 600px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #2D579F;
background: linear-gradient(100deg,rgba(45, 87, 159, 1) 4%, rgba(32, 57, 111, 1) 84%);
    overflow: hidden;
    padding: 1rem 1rem 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: 0 0 0.5rem;
    font-size: 3.2em;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFDD00;
}
h1 small {
    font-size: 0.4em;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0.25rem;
    text-decoration: underline;
}
h3 {
    font-size: 3.8em;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}
h3 span {
    color: #FFCB04;
    display: block;
}

ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 0.625rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -0.625rem;
}
.banner{
    margin: 0 -1rem 1rem;
}
.flexbox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 3rem 1rem 1rem;
    margin: 0 -1rem 1rem;
    background: #FFDD00;
    color: #2F4369;
}
figure {
    display: flex;
    justify-content: center;
    padding-bottom: 0.5rem;
}
footer p {
    font-size: 0.875em;
    line-height: 1.3;
    text-align: center;
}
@media only screen and (max-width:599px) {
    #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;
    }
    h1,h3 {
        font-size: 1.875em;
    }
    h1 br {
        display: none;
    }
    .flexbxo{
        padding-right: 1rem;
    }
}