@charset "utf-8";
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 1em/1.3em Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 851px;
    margin: 1rem auto;
    border: solid 1px #000;
    background-color: #fff;
    overflow: hidden;
    padding: 0 0.75rem;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 0 1.25rem;
    padding: 0 0.75rem;
    font-size: 2.563em;
    line-height: 1.1em;
}
h1 + p {
    padding: 0 0.75rem 2rem;
    font-size: 1.313em;
    line-height: 1.2em;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0;
}
h3 {
    font-size: 1.313em;
    line-height: 1.3em;
    margin-bottom: 0.75rem;
}
h4 {
    font-size: 2.5em;
    line-height: 1.1em;
    padding-bottom: 0.4rem;
}
h5 {
    font-size: 1.313em;
    line-height: 1.1em;
    margin-bottom: 0.5rem;
}
h1, h2 {
    color: #7B0046;
}
h2, h5, .upper {
    text-transform: uppercase;
}
h3, h4, .green {
    color: #B5A900;
}
: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 0;
    list-style: none;
}
li {
    padding-left: 1.3rem;
}
ul li:before {
    content: "\2022";
    float: left;
    margin: -1px 0 0 -1.3rem;
}
@-webkit-keyframes slidy {
    0% {
        left: 0%;
    }
    15% {
        left: 0%;
    }
    25% {
        left: -100%;
    }
    32% {
        left: -100%;
    }
    42% {
        left: -200%;
    }
    52% {
        left: -200%;
    }
    62% {
        left: -300%;
    }
    72% {
        left: -300%;
    }
    80% {
        left: -400%;
    }
    90% {
        left: -400%;
    }
    100% {
        left: -500%;
    }
}
@keyframes slidy {
    0% {
        left: 0%;
    }
    15% {
        left: 0%;
    }
    25% {
        left: -100%;
    }
    32% {
        left: -100%;
    }
    42% {
        left: -200%;
    }
    52% {
        left: -200%;
    }
    62% {
        left: -300%;
    }
    72% {
        left: -300%;
    }
    80% {
        left: -400%;
    }
    90% {
        left: -400%;
    }
    100% {
        left: -500%;
    }
}
header section:nth-of-type(2) {
    overflow: hidden;
}
header section:nth-of-type(2) figure img {
    width: 16.6666%;
    float: left;
}
header section:nth-of-type(2) figure {
    position: relative;
    width: 600%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    -webkit-animation-name: slidy;
    -webkit-animation-duration: 35s;
    -webkit-animation-delay: 5s;
    -webkit-animation-iteration-count: infinite;
    animation: 35s slidy infinite;
}
header {
    padding-bottom: 1.25rem;
}
header section:first-of-type, article section:not(:first-of-type), footer {
    background-color: #7B0046;
    padding: 0 0.75rem;
}
header section:first-of-type {
    padding-top: 1rem;
    padding-bottom: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
header section:first-of-type p {
    padding: 0 0 0 1.5rem;
}
article section:first-of-type {
    display: flex;
    justify-content: space-between;
    padding-left: 0.75rem;
}
article :is(section:first-of-type, section:nth-of-type(2), .custom) > div {
    width: 49.5%;
}
article section:first-of-type div:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
:is(header section:first-of-type, article section:not(:first-of-type), footer) :is(p, h5, h3 span) {
    color: #fff;
}
.hide_p {
    display: none;
}
p.pink {
    color: #9E58A3 !important;
}
hr {
    border: 0;
    border-bottom: 1px solid #7B0046;
    margin: 0.25rem 0 0.5rem;
}
article :is(section:nth-of-type(2), .custom) {
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
}
article section:nth-of-type(2) div:last-of-type {
    padding: 6.5rem 3rem 0 3.75rem;
}
.custom p:nth-of-type(2) {
    padding-right: 0.5rem;
}
.custom p:nth-of-type(4) {
    margin-right: -0.25rem;
}
article section:nth-of-type(4) {
    padding-top: 2.5rem;
    padding-bottom: 2.25rem;
    border-bottom: 1px solid #fff;
}
article section:nth-of-type(4) h3:last-of-type {
    text-align: center;
}
.iframe-wrapper {   
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 1rem;
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
footer {
    padding-top: 1.25rem;
    padding-bottom: 0.25rem;
}
footer > p:first-of-type {
    font-size: 0.78em;
    line-height: 1.3em;
}
footer > p {
    padding-bottom: 0.5rem;
}
footer  figure {
    display: flex;
    justify-content: center;
    margin: 0 10rem 0.25rem 0;
}
footer div {
    padding-left: 18.6rem;
}
p.big {
    font-size: 1.4em;
    line-height: 1.2em;
}
footer p:last-of-type.big {
    font-size: 1.625em;
    line-height: 1.2em;
}
@media only screen and (max-width: 850px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        hyphens: auto;
    }
    .custom p:nth-of-type(2) {
        padding-right: 0;
    }
    .custom p:nth-of-type(4) {
        margin-right: 0;
    }
}
@media only screen and (max-width: 780px) {
    header section:first-of-type {
        flex-direction: column;
    }
    header section:first-of-type p {
        padding: 0.75rem 0;
    }
    .hide_m {
        display: none;
    }
    .hide_p {
        display: initial;
    }
    article :is(section:first-of-type, section:nth-of-type(2), .custom) {
        display: block;
    }
    article :is(section:first-of-type, section:nth-of-type(2), .custom) > div {
        width: auto;
    }
    iframe {
        margin-bottom: 1rem;
        min-height: 500px;
    }
    article section:nth-of-type(2) div:last-of-type {
        padding: 1rem 0 0;
    }
    article section:nth-of-type(4) {
        padding: 1rem 0.75rem;
    }
    :is(header, h1, .pink, footer) br {
        display: none;
    }
    footer > p:first-of-type br {
        display: initial;
    }
    h1, h4 {
        font-size: 2em;
        line-height: 1.2em;
    }
    h1 + p {
        font-size: 1.2em;
        line-height: 1.2em;
        padding-bottom: 1rem;
    }
    footer figure {
        margin: 0 0 1rem;
    }
    footer div {
        padding-left: 0;
    }
    footer div p {
        text-align: center;
    }
    p a {
        display: inline-block;
    }
}
@media only screen and (max-width: 480px){
    iframe {
        min-height: 300px;
    }
    p.big, h5 {
        font-size: 1.25em;
        line-height: 1.2em;
    }
    h4, h1 {
        font-size: 1.75em;
        line-height: 1.2em;
    }
}