@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v18-latin-regular.eot');
    src: url('../fonts/inter-v18-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v18-latin-regular.woff2') format('woff2'), url('../fonts/inter-v18-latin-regular.woff') format('woff'), url('../fonts/inter-v18-latin-regular.ttf') format('truetype'), url('../fonts/inter-v18-latin-regular.svg#Inter') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/inter-v18-latin-500.eot');
    src: url('../fonts/inter-v18-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v18-latin-500.woff2') format('woff2'), url('../fonts/inter-v18-latin-500.woff') format('woff'), url('../fonts/inter-v18-latin-500.ttf') format('truetype'), url('../fonts/inter-v18-latin-500.svg#Inter') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1em/1.3em 'Inter', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 700px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #183486;
    overflow: hidden;
    padding: 1rem 0 0 1rem;
}
:is(h2, h3, strong) {
    font-weight: 500;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
a.color {
    color: #EE8FB6;
}
h1 {
    margin: 0 0 5.5rem;
    padding-left: 1rem;
    font-size: 1em;
    line-height: 1.3;
    font-weight: 400;
    position: relative;
}
h1:before {
    content: "\2022";
    font-size: 1rem;
    position: absolute;
    left: 0;
    top: 0;
}
h2 {
    font-size: 2.2em;
    line-height: 1.2;
    margin-bottom: 2rem;
}
h3 {
    font-size: 1em;
    line-height: 1.3;
    margin: 2.5rem 0 0.25rem;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.logo {
    margin-bottom: 2rem;
}
main {
    position: absolute;
    left: 1rem;
    bottom: 1.5rem;
    z-index: 1;
}
footer {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 0 1.25rem;
}
footer p {
    font-size: 0.8em;
    line-height: 1.3;
}
figure {
    margin: 0;
}
@media only screen and (max-width:699px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    :is(p, li) {
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
}
@media only screen and (max-width:630px) {
    #wrapper {
        padding: 1rem;
    }
    main {
        position: static;
    }
    header figure {
        margin: 0 -1rem 1rem 0;
    }
    h1 {
        margin-bottom: 2.5rem;
    }
    article br {
        display: none;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 1rem;
    }
    h2 {
        font-size: 1.7em;
    }
}