@charset "utf-8";
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
    src: local(''),
        url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'),
        url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v25-latin-700.eot');
    src: local(''),
        url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'),
        url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'),
        url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'),
        url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-family: 'Just Another Hand';
    src: url('../fonts/JustAnotherHand-Regular.eot');
    src: url('../fonts/JustAnotherHand-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JustAnotherHand-Regular.woff2') format('woff2'),
        url('../fonts/JustAnotherHand-Regular.woff') format('woff'),
        url('../fonts/JustAnotherHand-Regular.ttf') format('truetype'),
        url('../fonts/JustAnotherHand-Regular.svg#JustAnotherHand-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: 400 1.063em/1.3em 'Roboto Condensed', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 820px;
    margin: 1rem auto;
    border: 1px solid #3271AC;
    background: #fff url('../images/bg.jpg') no-repeat;
    overflow: hidden;
    padding: 2rem 4.75rem 1rem;
    height: 1283px;
}
:is(h1, strong) {
    font-weight: 700;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
p {
    padding-bottom: 0.5rem;
}
:is(h2, h3 span, h4) {
    font-family: 'Just Another Hand', Arial, sans-serif;
    font-weight: normal;
}
:is(h1, h2, h3) {
    color: #003E79;
}
h1 {
    margin: 0 0 0.5rem;
    font-size: 1.9em;
    line-height: 1.1;
    transform: rotate(-1deg);
}
h2 {
    font-size: 2.3em;
    line-height: 1.2;
}
h2 span {
    color: #83B031;
}
h3 {
    font-size: 2.8em;
    line-height: 1;
    text-align: center;
    transform: rotate(-3deg);
}
h3 span {
    display: block;
    font-size: 0.8em;
}
h4 {
    font-size: 2.8em;
    line-height: 1.1;
    color: #83B031;
}
ul {
    padding: 0 0 0.5rem 0.25rem;
    list-style: none;
}
li {
    padding: 0 0 0 1.25rem;
    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;
}
header {
    margin: 0 -3.5rem;
    display: flex;
    justify-content: space-between;
}
header section p {
    text-align: right;
    color: #fff;
    padding: 1rem 2rem 1rem 0;
    font-size: 1.35em;
    line-height: 1.2;
}
article .sec-1 {
    position: absolute;
    left: 4.5rem;
    top: 13.25rem;
    transform: rotate(2deg);
    width: 272px;
}
article .sec-1 p {
    color: #fff;
}
article .sec-2 {
    position: absolute;
    right: 4.5rem;
    top: 14.5rem;
    transform: rotate(-4deg);
    width: 249px;
}
article .sec-2 p {
    line-height: 1.4;
}
article .sec-2 h2 {
    font-size: 2.5em;
    line-height: 1;
}
article .sec-3 {
    transform: rotate(-1deg);
    margin-top: 21.5rem;
}
footer {
    padding: 3rem 0 0 3rem;
    margin-right: -1rem;
}
footer figure {
    margin: 0 0 0.5rem;
    display: flex;
    justify-content: center;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.5rem;
}
@media only screen and (max-width:819px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #fff;
        padding: 2rem;
        height: auto;
    }
    :is(p, li) {
        hyphens: auto;
    }
    p :is(a, span) {
        white-space: nowrap;
    }
    h1, h3 {
        transform: none;
        text-align: center;
    }
    h3, h4 {
        font-size: 2.5em;
        margin-bottom: 0.5rem;
    }
    br:not(footer br) {
        display: none;
    }
    header {
        margin: 0;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    header section p {
        color: #83B031;
        padding: 1rem 0;
        text-align: center;
    }
    article div {
        position: static !important;
        transform: none !important;
        width: 100% !important;
        margin-bottom: 1rem;
    }
    article .sec-1, article .sec-2 {
        background: #003E79;
        padding: 1rem 1rem 0.5rem;
    }
    article .sec-2 {
        background: #D4DEF0;
    }
    article .sec-3 {
        margin-top: 0;
    }
    footer {
        padding: 1rem 0;
    }
    footer p {
        padding-bottom: 1rem;
    }
    h1 {
        font-size: 1.7em;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 1rem;
    }
    h2, h3, h4 {
        font-size: 2em !important;
    }
}