@charset "utf-8";
@font-face {
    font-family: 'BWT Soliden';
    src: url('../fonts/BWTSoliden-RegularText.eot');
    src: url('../fonts/BWTSoliden-RegularText.eot?#iefix') format('embedded-opentype'), url('../fonts/BWTSoliden-RegularText.woff2') format('woff2'), url('../fonts/BWTSoliden-RegularText.woff') format('woff'), url('../fonts/BWTSoliden-RegularText.ttf') format('truetype'), url('../fonts/BWTSoliden-RegularText.svg#BWTSoliden-RegularText') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BWT Soliden';
    src: url('../fonts/BWTSoliden-BoldText.eot');
    src: url('../fonts/BWTSoliden-BoldText.eot?#iefix') format('embedded-opentype'), url('../fonts/BWTSoliden-BoldText.woff2') format('woff2'), url('../fonts/BWTSoliden-BoldText.woff') format('woff'), url('../fonts/BWTSoliden-BoldText.ttf') format('truetype'), url('../fonts/BWTSoliden-BoldText.svg#BWTSoliden-BoldText') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #001A4B;
    font: normal 1em/1.3em 'BWT Soliden', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 540px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 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;
    vertical-align: middle;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1.25em;
    line-height: 1.3;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    color: #F287B7;
}
h3 {
    font-size: 1.1em;
    line-height: 1.3em;
    position: absolute;
    text-align: center;
    padding: 1rem 0.5rem 1.5rem;
    background: #F287B7;
    border-radius: 100%;
    right: 10rem;
    bottom: -4rem;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "»";
    float: left;
    margin: -1px 0 0 -1rem;
    color: #F287B7;
}
article {
    padding: 1rem 2rem 0.5rem;
    position: relative;
}
.right {
    width: 160px;
    background: #EBECEC;
    padding: 1rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
}
.right p {
    text-align: center;
}
.right img {
    display: block;
    margin: 0 auto;
}
footer {
    padding: 1rem 2rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: #001A4B;
}
footer p {
    padding: 0;
    color: #fff;
}
@media only screen and (max-width:539px) {
    #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;
    }
    h3 {
        position: static;
        width: fit-content;
        margin: 0 auto;
    }
    .right {
        position: static;
        width: auto;
        margin-bottom: 1rem;
    }
    article br {
        display: none;
    }
}
@media only screen and (max-width:480px) {
    article, footer {
        padding: 1rem;
    }
}