@charset "utf-8";

:root {
    font-size: 16px;
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v36-latin-regular.eot');
    src: url('../fonts/open-sans-v36-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-regular.woff') format('woff'), url('../fonts/open-sans-v36-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v36-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v36-latin-700.eot');
    src: url('../fonts/open-sans-v36-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-700.woff') format('woff'), url('../fonts/open-sans-v36-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v36-latin-700.svg#OpenSans') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    margin: 1rem auto 0;
    overflow: hidden;
    background: #fff;
}

.container {
    max-width: 52.125rem;
    margin: 0 auto;
}

.logo a {
    width: fit-content;
    display: inline-block
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1.875rem;
}

h1,
h2 {
    font-size: 2.187rem;
    line-height: 1.42857;
    margin: 0 0 .625rem;
    font-weight: 700;
}

h3 {
    margin: 0;
    padding: .625rem 0;
    font-size: 1.562rem;
    line-height: 1.42857;
}

h4 {
    margin: 3rem 0 1.125rem;
    font-size: 1.562rem;
    line-height: 1.42857;
    font-weight: normal;
}

ul {
    list-style: none;
    margin: 0 0 1.875rem .937rem;
    padding: 0;
}

ul li {
    padding-left: .937rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -.937rem;
    font-size: 1.5rem;
    line-height: 1;
}

header .container {
    padding: .937rem 1.5rem 1.5rem;
}

.content {
    padding: 1.5rem;
}

.content p {
    margin: .25rem 0 0;
    display: flex;
    align-items: center;
}

.content p i {
    width: 1.25rem;
    text-align: center;
}

article {
    padding: 1.5rem 1.5rem 0;
}

.margin {
    margin-top: 4.375rem;
}

.section {
    display: flex;
}

.section p {
    margin: .625rem .937rem;
}

.content_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2.5rem 0 0
}

a.apply {
    display: inline-block;
    padding: .625rem 1.25rem;
    margin: 0;
    background: #ea5906;
    color: #FFF;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.1;
    text-align: center;
}

a.apply:hover {
    background: #d66b3b;
}

footer {
    margin-top: 3em;
    background-color: #3a3a3a;
    padding: .625rem 0;
}

footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
}

a.links {
    color: #fff;
}

.container_links,
.icon_links {
    display: flex;
    gap: 1rem;
}

a.icon_link {
    color: #fff;
    font-size: 1.2rem
}

@media only screen and (max-width: 833px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media only screen and (max-width: 768px) {
    :is(p, ul, .margin, h2, h3, h4) {
        margin: 0 0 1rem;
    }

    :is(h1, h2, h3, h4) {
        line-height: 1.3
    }

    header .container,
    .content,
    article {
        padding: 1rem;
    }

    .box {
        border: none;
    }

    footer {
        margin: 0;
    }

    footer .container {
        padding: 0 1rem;
    }
}

@media only screen and (max-width: 560px) {
    header {
        display: flex;
        justify-content: center;
    }

    h1,
    h2 {
        font-size: 24px;
        text-align: center;
    }

    h3 {
        font-size: 18px;
        text-align: center;
    }

    h4 {
        font-size: 1rem;
    }

    .content p {
        align-items: center;
    }

    .content p i {
        margin-right: .312rem
    }

    .content_bottom {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 480px) {
    footer .container {
        display: flex;
        flex-direction: column;
    }

    .container_links {
        margin-bottom: 1rem;
    }

    .section {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section p {
        text-align: center;
        width: 100%;
        margin: .625rem 1rem
    }

    .container_links {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .content_bottom {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    a.apply {
        margin: 1rem 0;
    }
}