@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/source-sans-3-v15-latin-300.eot');
    src: url('../fonts/source-sans-3-v15-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v15-latin-300.woff2') format('woff2'), url('../fonts/source-sans-3-v15-latin-300.woff') format('woff'), url('../fonts/source-sans-3-v15-latin-300.ttf') format('truetype'), url('../fonts/source-sans-3-v15-latin-300.svg#SourceSans3') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-3-v15-latin-regular.eot');
    src: url('../fonts/source-sans-3-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v15-latin-regular.woff2') format('woff2'), url('../fonts/source-sans-3-v15-latin-regular.woff') format('woff'), url('../fonts/source-sans-3-v15-latin-regular.ttf') format('truetype'), url('../fonts/source-sans-3-v15-latin-regular.svg#SourceSans3') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-3-v15-latin-700.eot');
    src: url('../fonts/source-sans-3-v15-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v15-latin-700.woff2') format('woff2'), url('../fonts/source-sans-3-v15-latin-700.woff') format('woff'), url('../fonts/source-sans-3-v15-latin-700.ttf') format('truetype'), url('../fonts/source-sans-3-v15-latin-700.svg#SourceSans3') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/source-sans-3-v15-latin-900.eot');
    src: url('../fonts/source-sans-3-v15-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-3-v15-latin-900.woff2') format('woff2'), url('../fonts/source-sans-3-v15-latin-900.woff') format('woff'), url('../fonts/source-sans-3-v15-latin-900.ttf') format('truetype'), url('../fonts/source-sans-3-v15-latin-900.svg#SourceSans3') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #333;
    font-family: 'Source Sans 3', 'Arial', sans-serif;
    font-size: .937rem;
    line-height: 1.4;
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}


:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}

p {
    margin: 0 0 1.25rem;
    text-align: justify;
}

a.link {
    color: inherit;
    text-decoration: none;
}

a.link:hover {
    opacity: 0.6;
}

a.link>i {
    margin: 0 0.3125rem 0 0;
}

.orange {
    color: #fff;
    background-color: #e16900;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.125rem 0.3125rem;
    border-radius: 0.75rem;
}

.grey {
    font-size: 0.8125rem;
    opacity: 0.6;
    margin: 0 0 0.625rem;
}

.grey+a {
    margin: 0 0 1.25rem;
    display: inline-block;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding: 0 0 0 2.5rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin: 0 0 0 -1.25rem;
    font-size: 1.5em;
    line-height: 1;
    position: relative;
    bottom: 0.125rem;
}

h1 {
    color: #333333;
    background: rgba(255, 255, 255, 0.8);
    font-size: 1.4rem;
    font-weight: 900;
    text-align: center;
    padding: 1rem;
    width: 70%;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -10%);
}

h2 {
    font-size: 1.3125rem;
    margin: 0 0 0.625rem;
    font-weight: 900;
}

h3 {
    color: #000;
    background-color: #e16900;
    font-size: 1rem;
    font-weight: 300;
    padding: 0.625rem 0.9375rem;
}

header {
    position: relative;
    margin: 0 0 1.25rem;
}

header>figure {
    margin: 0;
}

.logo {
    border-bottom: 0.0625rem solid #e9ecf3;
    margin: 0 0 1.25rem;
}

article {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.left {
    width: 57%;
}

.right {
    width: 40%;
}

.container {
    margin: 0 0 1.25rem;
    padding: 1rem;
    border: 0.0625rem solid #e9ecf3;
}

.right>.container {
    padding: 0;
}

.content {
    padding: 1rem;
}

.container>p:last-of-type,
.content>a:last-of-type {
    margin: 0;
}

.contact {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact>figure {
    margin: 0;
    width: 40%;
}

.contact_text {
    width: 55%;
}

.contact_text>a {
    display: block;
}

.button>a {
    color: #fff;
    background-color: #e16900;
    font-size: 1.125rem;
    font-weight: 900;
    text-decoration: none;
    width: 100%;
    height: 2.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0.625rem;
}

.button>a:hover {
    opacity: 0.6;
}

.socials {
    display: flex;
    gap: 2rem;
}

.socials i {
    font-size: 2rem;
    margin: 1rem 0;
    ;
}

.socials i:hover {
    color: #9d9a9a;
}

footer>.button {
    width: 7.3125rem;
}

footer p {
    margin: 0;
}

.social_media {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 15.625rem;
}

.social_media>a {
    color: #000;
    font-size: 1.9em;
}

.social_media>a:hover {
    opacity: 0.6;
}

@media only screen and (max-width: 49.938rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    ul li {
        padding: 0 0 0 0.9375rem;
    }

    ul li:before {
        margin: 0 0 0 -0.9375rem;
    }

    p {
        text-align: left;
    }

    .logo {
        display: flex;
        justify-content: center;
    }

    h1 {
        background: none;
        padding: 0;
        width: auto;
        margin: 1rem 0;
        position: static;
        transform: translate(0, 0);
    }

    h2 {
        margin: 0 0 0.3125rem;
    }

    h3 {
        padding: 0.3125rem 1rem;
    }

    header {
        padding: 1rem 1rem 0;
        margin: 0;
    }

    article {
        flex-direction: column;
        padding: 1rem 1rem 0;
    }

    .left,
    .right {
        width: 100%;
    }

    .contact {
        justify-content: flex-start;
    }

    .contact>figure {
        width: 8.75rem;
    }

    .contact_text {
        width: calc(100% - 8.75rem);
    }

    footer {
        padding: 1rem;
    }

    footer>.button {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    footer>.button a {
        width: 7.3125rem;
    }

    .social_media {
        margin: 1rem auto;
    }
}