@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/anton-v27-latin-regular.eot');
    src: url('../fonts/anton-v27-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/anton-v27-latin-regular.woff2') format('woff2'), url('../fonts/anton-v27-latin-regular.woff') format('woff'), url('../fonts/anton-v27-latin-regular.ttf') format('truetype'), url('../fonts/anton-v27-latin-regular.svg#Anton') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #646567;
    font: 400 1em/1.3em 'Anton', Arial, sans-serif;
}
h1, h2, h3, h4 {
    font-weight: 400;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 2rem;
}
p {
    margin-bottom: 2rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 6rem;
    font-size: 2em;
    line-height: 1.1em;
}
h2 {
    font-size: 6.5em;
    line-height: 1;
}
h2 span {
    display: block;
}
h3 {
    font-size: 2em;
    line-height: 1.3em;
    margin-top: 2rem;
}
h4 {
    font-size: 3.5em;
    line-height: 1;
    margin-bottom: 0.5rem;
}
ul {
    padding: 0 0 5rem;
    list-style: none;
}
h1, h2, h3, .ups {
    text-transform: uppercase;
}
h3, h2 span, .color {
    color: #797D46;
}
.right {
    padding: 2rem 1.5rem;
    border-left: 0.5rem solid #797D46;
    position: absolute;
    top: 0;
    right: 0;
    width: 34%;
}
.right:before {
    content: "";
    height: 100%;
    width: 1px;
    background: #797D46;
    position: absolute;
    right: calc(100% + 9px);
    top: 0;
}
article {
    width: 56%;
}
@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    :is(span, a) {
        display: inline-block;
    }
    .right {
        position: static;
        padding: 0;
        border: 0;
        width: auto;
    }
    .hide_m {
        display: none;
    }
    h1 {
        margin-bottom: 2rem;
    }
    h2 {
        font-size: 3em;
    }
    h4 {
        font-size: 2.5em;
    }
    ul {
        padding-bottom: 1rem;
    }
    article {
        width: auto;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 1rem;
    }
}