@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.eot');
    src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/open-sans-v40-latin-800.eot');
    src: url('../fonts/open-sans-v40-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-800.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-800.woff') format('woff'), url('../fonts/open-sans-v40-latin-800.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-800.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v40-latin-600.eot');
    src: url('../fonts/open-sans-v40-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-600.woff') format('woff'), url('../fonts/open-sans-v40-latin-600.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-600.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
    z-index: 0;
}


:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1.563rem;
}

.nowrap {
    white-space: nowrap;
}

ul {
    list-style: none;
    margin: 0 0 2.5rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem;
    margin-bottom: 0.5rem;
}

ul li:before {
    content: "\25a0";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.975em;
    line-height: 0.35;
    color: #A71733;
}

p,
ul li {
    text-align: justify;
    hyphens: auto;
}

.border {
    border-left: 3.125rem solid #A71733;
}

header {
    text-align: right;
    padding: 2.5rem 3.125rem 1.563rem;
}

.abs {
    position: relative;
    z-index: 8;
    transform: rotate(-4deg);
}

.bg {
    position: absolute;
    left: -4.063rem;
    z-index: 9;
    bottom: 0;
    background: #E5E5E5;
    padding: 1rem 0.313rem 0 0.875rem;
}

h1 {
    background: #E5E5E5;
    padding: 1.25rem 2.5rem 2.5rem 0.625rem;
    font-size: 2em;
    line-height: 1.1;
    margin: 0;
    display: block;
    width: fit-content;
    line-height: 1.5;
    font-family: "Arial", sans-serif;
}

h1 span {
    font-weight: 400;
    font-size: 1.5rem;
}

h2 {
    background: #929292;
    display: block;
    width: fit-content;
    margin: 0;
    color: #fff;
    font-weight: 400;
    padding: 0.375rem 1.25rem 0.375rem 3.75rem;
    font-size: 1.875rem;
    margin-left: -3.125rem;
}

h3 {
    font-size: 1.5rem;
    font-weight: 400;
}

h4 {
    color: #A71733;
    margin-bottom: 0.625rem;
    font-family: "Arial", sans-serif;
}

article {
    margin-top: 3.125rem;
    padding: 0 3.75rem 0 2.5rem;
}

footer p {
    margin-bottom: 0.938rem;
}

footer p:last-of-type {
    margin: 0;
}

p strong {
    font-weight: 600;
}

footer {
    padding: 0 2.5rem 1.875rem;
}

@media only screen and (max-width: 49.938rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    .abs {
        transform: none;
    }

    .bg {
        display: none;
    }

    h1,
    h2 {
        padding: 1rem 1.25rem;
    }

    h2 {
        margin: 0;
    }

    footer {
        padding: 0 1.25rem 1rem;
    }

    article {
        padding: 0 1.25rem;
        margin: 1.25rem 0 0;
    }

    p,
    ul li {
        text-align: left;
    }

    .border {
        border-left: 1.875rem solid #A71733;
    }
}

@media only screen and (max-width: 41rem) {
    h1 {
        line-height: 1.2;
        text-align: center;
        width: auto;
        font-size: 1.8rem;
    }

    h1 span {
        font-size: 1.4rem;
    }

    h2 {
        text-align: center;
        width: auto;
    }

    h3 {
        font-size: 1.2rem;
    }

    p,
    ul {
        margin-bottom: 1rem;
    }

    .border {
        border: none;
    }

    header {
        text-align: center;
    }
}