@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-italic.eot');
    src: url('../fonts/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-italic.woff2') format('woff2'), url('../fonts/roboto-v30-latin-italic.woff') format('woff'), url('../fonts/roboto-v30-latin-italic.ttf') format('truetype'), url('../fonts/roboto-v30-latin-italic.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700italic.eot');
    src: url('../fonts/roboto-v30-latin-700italic.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700italic.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700italic.woff') format('woff'), url('../fonts/roboto-v30-latin-700italic.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700italic.svg#Roboto') format('svg');
}
:root {
    font-size: 16px;
}
*, figure {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 400 0.875em/1.5em 'Roboto', Arial, sans-serif;
}
h1, h2, h3, h4, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #fff;
    overflow: hidden;
    padding: 1rem 0.875rem 0.5rem 1rem;
}
p {
    padding-bottom: 0.75rem;
}
h1 {
    margin: 0 0 0.75rem;
    font-size: 2.438em;
    line-height: 1.3em;
}
h1 span {
    font-weight: 400;
}
h2 {
    font-size: 1.43em;
    line-height: 1.3em;
    padding-bottom: 0.5rem;
    color: #E61653;
}
h3 {
    font-size: 1.125em;
    line-height: 1.3em;
    padding-bottom: 0.5rem;
}
h4 {
    font-size: 1.7em;
    line-height: 1.3em;
    color: #E61653;
    padding-bottom: 0.75rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 0 0.55rem;
    list-style: none;
    width: 100%;
}
ul ul, ul ul li:last-of-type {
    padding-bottom: 0;
}
li {
    padding: 0 0 0.25rem 0.7rem;
}
li span, ul li.hide_m::before {
    display: none;
}
ul li:before {
    content: "-";
    font-size: 1.2em;
    float: left;
    margin: 0 0 0 -0.7rem;
}
.pdb {
    padding-bottom: 0.25rem !important;
}
header {
    position: relative;
}
header a img {
    padding-bottom: 1rem;
}
article {
    padding: 1rem 0 0;
}
article p:nth-of-type(1) {
    position: absolute;
    top: 13rem;
    right: 9rem;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: bold;
    transform: rotate(-2deg);
}
article p:nth-of-type(1) a {
    color: #FFF;
}
article section {
    display: flex;
    justify-content: space-between;
}
article section>ul {
    width: 48%;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }
    article p:nth-of-type(1) {
        position: static;
        transform: none;
    }
    article p:nth-of-type(1) a {
        color: #000;
    }
    p, li {
        hyphens: auto;
    }
    a br, li.hide_m {
        display: none;
    }
    p span {
        display: inline-block;
    }
}
@media only screen and (max-width:780px) {
    section ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    article section {
        flex-direction: column;
    }
    article section>ul {
        width: 100%;
    }
    article section ul:first-of-type {
        padding-bottom: 0;
    }
    h1 {
        font-size: 1.7em;
    }
    h4 {
        font-size: 1.5em;
    }
}