@charset "utf-8";
@font-face {
    font-family: 'Scada';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/scada-v14-latin-regular.eot');
    src: local(''), url('../fonts/scada-v14-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/scada-v14-latin-regular.woff2') format('woff2'), url('../fonts/scada-v14-latin-regular.woff') format('woff'), url('../fonts/scada-v14-latin-regular.ttf') format('truetype'), url('../fonts/scada-v14-latin-regular.svg#Scada') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 1em/1.3 Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 874px;
    margin: 1rem auto;
    border: 4px solid #A82C46;
    background: #fff;
    overflow: hidden;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
h2 {
    font-size: 1.2em;
    line-height: 1.2;
    text-decoration: underline;
}
h3 {
    font-size: 2.375em;
    line-height: 1;
    margin-bottom: 0.5rem;
    padding-bottom: 0.4rem;
    color: #2E2B2C;
    border-bottom: 2px solid #2E2B2C;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0.5rem 2.75rem;
}
h3>span {
    text-transform: uppercase;
}
h3 span span {
    color: #9B464D;
    font-size: 1.5em;
}
h3 em {
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.3;
    display: inline-block;
    margin-bottom: 0.125rem;
}
h1 {
    font-size: 2.188em;
    line-height: 1.3;
    margin: 0.5rem 0;
}
ul {
    padding: 0 0 0.75rem;
    list-style: none;
    font-size: 1.125em;
    line-height: 1.3;
}
li {
    padding: 0 0 0 1.25rem;
}
li:before {
    content: "\25A0";
    font-size: 1.375em;
    line-height: 0.9;
    float: left;
    margin: -3px 0 0 -1.25rem;
    color: #999999;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
header {
    padding: 0 0.75rem 0.75rem 0;
}
header p {
    background: #B12046;
    color: #fff;
    text-align: center;
    padding: 0.25rem;
    font: 400 0.875em/1.5em 'Scada', "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
}
.custom {
    font-style: normal;
    display: inline-block;
    margin: 0 0.75rem;
}
.text {
    text-align: justify;
    hyphens: auto;
}
article {
    padding: 0 0.75rem;
}
footer {
    position: relative;
    padding: 0 0.8rem 1rem;
}
.big {
    font-size: 1.188em;
    line-height: 1.3;
}
footer:before {
    content: '';
    position: absolute;
    bottom: 1rem;
    right: 121px;
    width: 2px;
    height: 76px;
    background: #2E2B2C;
}
footer>figure {
    background: #fff;
    padding: 0 1rem 1rem;
    border-bottom: 2px solid #2E2B2C;
    position: absolute;
    right: 0.5rem;
    bottom: 1rem;
}
@media only screen and (max-width: 873px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    span {
        display: inline-block;
    }
    .text, li, p {
        text-align: left;
        hyphens: auto;
    }
    h3 {
        justify-content: center;
        flex-wrap: wrap;
    }
    h3, footer p {
        text-align: center;
    }
    footer>figure {
        position: static;
        border: none;
        display: flex;
        justify-content: center;
    }
    footer:before {
        display: none;
    }
}
@media only screen and (max-width: 780px) {
    ul {
        font-size: 1.06em;
        line-height: 1.3;
    }
}
@media only screen and (max-width: 480px) {
    .pl {
        padding-left: 0;
    }
    h1 {
        font-size: 1.75em;
        line-height: 1.25;
    }
}