@charset "utf-8";

:root {
    font-size: 1rem;
}

@font-face {
    font-display: swap;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-v31-latin-regular.eot');
    src: url('../fonts/nunito-v31-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-v31-latin-regular.woff2') format('woff2'), url('../fonts/nunito-v31-latin-regular.woff') format('woff'), url('../fonts/nunito-v31-latin-regular.ttf') format('truetype'), url('../fonts/nunito-v31-latin-regular.svg#Nunito') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/nunito-v31-latin-700.eot');
    src: url('../fonts/nunito-v31-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-v31-latin-700.woff2') format('woff2'), url('../fonts/nunito-v31-latin-700.woff') format('woff'), url('../fonts/nunito-v31-latin-700.ttf') format('truetype'), url('../fonts/nunito-v31-latin-700.svg#Nunito') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/nunito-v31-latin-800.eot');
    src: url('../fonts/nunito-v31-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-v31-latin-800.woff2') format('woff2'), url('../fonts/nunito-v31-latin-800.woff') format('woff'), url('../fonts/nunito-v31-latin-800.ttf') format('truetype'), url('../fonts/nunito-v31-latin-800.svg#Nunito') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #0c305c;
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

h1 {
    font-size: 2rem;
}

h2 {
    color: #afcb38;
    margin: 1.875rem 0 1rem;
    font-weight: 800;
    font-size: 1.375rem;
}

p {
    margin: 0 0 0.625rem;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
}
ul ul{
    margin-bottom: 0;
}
ul li {
    padding-left: 2.25rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: 0.2188rem;
    height: 0.2188rem;
    border-radius: 0.25rem;
    border: 0.0625rem solid #0c305c;
    background: #fff;
    margin-left: -0.9375rem;
    top: 0.5625rem;
}

strong {
    font-weight: 700;
}

header {
    background-color: #0c305c;
    padding: 0.3rem 0.1875rem 0;
}

header div {
    display: flex;
    max-width: 69.375rem;
}

article {
    max-width: 69.375rem;
    margin: 1.5rem auto;
}

.imgtop {
    line-height: 0;
}

.container {
    background-color: #afcb38;
    text-align: center;
    padding: 1.375rem 0 1.125rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.flex div {
    width: 45%;
}

hr {
    border-top: 0.0625rem solid rgba(0, 0, 0, .1);
    margin: 1.25rem 0;
}

.apply a {
    font-size: 1.5rem;
    font-weight: 800;
    background-color: #009fe3;
    color: #fff;
    border-radius: 1.75rem;
    padding: 0.5rem 2rem 0.375rem;
    border: 0.0625rem solid #0c305c;
    display: inline-block;
    text-align: center;
    margin: 1.875rem auto;
    vertical-align: middle;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.apply a:hover {
    background-color: #0c305c;
}

aside {
    text-align: center;
}

.social i {
    width: 2rem;
    height: 1.875rem;
    color: #fff;
}

.fa-facebook-f {
    background-color: #3b5998;
    text-align: center;
    padding: 0.375rem;
}

.fa-facebook-f:hover {
    background-color: #4273c8;
}

.fa-linkedin-in {
    background-color: #0077b5;
    text-align: center;
    padding: 0.375rem;
}

.fa-linkedin-in:hover {
    background-color: #0369a0;
}

.fa-xing {
    background-color: #126567;
    text-align: center;
    padding: 0.375rem;
}

.fa-xing:hover {
    background-color: #29888a;
}

.fa-whatsapp {
    background-color: #5cbe4a;
    text-align: center;
    padding: 0.375rem;
}

.fa-whatsapp:hover {
    background-color: #34af23;
}

.fa-envelope {
    background-color: #999;
    text-align: center;
    padding: 0.375rem;
}

.fa-envelope:hover {
    background-color: #a8a8a8;
}

footer {
    background-color: #0c305c;
    color: #fff;
    padding: 1rem 0.3125rem;
}

footer div {
    margin: 0 auto;
    max-width: 69.375rem;
}

@media only screen and (max-width: 69.3125rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    .flex {
        column-gap: 10px;
    }

    .flex div {
        width: 50%;
    }
}

@media only screen and (max-width: 48rem) {
    header div {
        justify-content: center;
    }

    .flex {
        display: block;
    }

    .flex div {
        width: 100%;
    }

    .container {
        padding: 1rem;
        margin-bottom: 1rem;
    }

    h1 {
        font-size: 1.625rem;
    }

    h2 {
        margin: 0.625rem 0 0.375rem;
        font-size: 1.125rem;
    }
}

@media only screen and (max-width: 30rem) {
    ul li {
        padding-left: 1rem;
    }
}