@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Istok Web';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/istok-web-v24-latin-regular.eot');
    src: url('../fonts/istok-web-v24-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/istok-web-v24-latin-regular.woff2') format('woff2'), url('../fonts/istok-web-v24-latin-regular.woff') format('woff'), url('../fonts/istok-web-v24-latin-regular.ttf') format('truetype'), url('../fonts/istok-web-v24-latin-regular.svg#IstokWeb') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #5c6971;
    font-family: 'Istok Web', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    background-color: #fff;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0 .187rem .5rem;
}

.content {
    max-width: 1160px;
    margin: 1rem auto;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1rem;
}

a.web {
    color: rgb(0, 0, 128);
    text-decoration: none;
    white-space: nowrap;
}

a.web:hover {
    text-decoration: underline 1px #297a2b;
}

.info .fa-location-dot {
    margin-left: .125rem;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding: 0 0 0 1.375rem;
}

ul li:before {
    content: "\2022";
    color: #008bcb;
    float: left;
    margin: 0 0 0 -1.375rem;
    font-size: 2em;
    line-height: 1.1;
    position: relative;
    bottom: 0.25rem;
}

h1 {
    color: #008bcb;
    background-color: #CAD400;
    font-size: 1.7rem;
    margin: 0;
    padding: 1rem 1rem .625rem;
    font-weight: 400;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

h2 {
    color: #008bcb;
    font-size: 1.25rem;
    margin: 0 0 0.3125rem;
}

h3 {
    font-size: 1.25rem;
    margin: 0 0 0.625rem;
}

h4 {
    font-size: 1.25rem;
    margin: 0 0 1.25rem;
}

header {
    border-top: 1.875rem solid #CAD400;
    position: relative;
    padding-top: 8rem;
}

.image {
    display: block;
}

.logo_container {
    margin: 0 auto;
    position: absolute;
    z-index: 100;
    top: -1.875rem;
}

.title {
    width: 1160px;
    margin: 0 auto;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(0 0 0 / 25%);
    position: absolute;
    bottom: -5.6rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 200;
    border-radius: 30px;
}

.infos {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: .625rem 1rem;
    background-color: #fff;
    column-gap: .625rem;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.info {
    width: 48%;
}

.info:first-of-type {
    border-right: 0.125rem solid rgb(238, 239, 241);
}

.info p {
    margin: 0 0 .625rem;
    font-size: .937rem
}

.info p i {
    font-size: 1.3rem;
    color: #3888C7;
}

.info i {
    width: 1.5rem
}

article {
    margin: 0 auto 1.25rem;
    padding: 7.5rem 0 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 0.0625rem solid #eee;
    hyphens: auto
}

span {
    white-space: nowrap;
}

.column {
    width: 58%;
    padding: 1rem 0 0
}

.grey {
    width: 38%;
    background-color: #D7DCE4;
    padding: 1.25rem 1rem;
}

.grey>p,
.grey>ul li {
    text-align: justify;
    hyphens: auto;
}

footer {
    margin: 0 auto;
    padding: 1.25rem 0 1.875rem;
}

a.apply {
    color: #fff;
    background-color: #008bcb;
    font-size: 1rem;
    text-decoration: none;
    width: 7.625rem;
    height: 3.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out .2s;
}

a.apply:hover {
    background-color: #006898;
}

.grey ul li {
    text-align: start;
}

@media only screen and (max-width: 72.437rem) {
    #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;
    }

    h1 {
        padding: .375rem 1rem;
    }

    h4 {
        margin: 0 0 1rem;
    }

    header {
        padding: 0;
    }

    header .content {
        margin: .5rem 0 0;
    }

    .logo_container {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .title {
        width: 100%
    }

    article {
        margin: 0 auto 1rem;
        padding: 7.5rem 1rem 1rem;
    }

    .grey {
        padding: 1rem;
    }

    .grey>p {
        text-align: left
    }

    footer {
        padding: 0.625rem 1rem 0;
    }

    a.apply {
        height: 2.5rem;
    }
}

@media only screen and (max-width: 810px) {
    .title {
        position: static;
        left: 0;
        transform: translate(0);
        width: 100%
    }

    article {
        padding: 1rem 0
    }
}

@media only screen and (max-width: 775px) {
    h1 {
        text-align: center
    }

    .infos {
        flex-direction: column;
        text-align: center;
    }

    .info {
        width: 100%;
    }

    .info:first-of-type {
        border-right: none
    }

    article {
        display: block;
    }

    .column,
    .grey {
        width: 100%
    }
}

@media only screen and (max-width: 480px) {

    h1,
    .infos p {
        text-align: center
    }

    a.apply {
        margin: 0 auto;
    }

}

@media only screen and (max-width: 376px) {
    a.apply {
        width: 100%;
    }
}