@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #656453;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 54.375rem;
    margin: 1rem auto;
    border: none;
    overflow: hidden;
    box-shadow: 0 0 1.437rem #a6a6a6;
    padding: 1rem 2.5rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1rem;
}

h1 {
    font-size: 1.7rem;
    margin: 1rem 0;
    line-height: 1.5;
}

h2 {
    text-align: center;
    font-size: 1.6rem;
    color: #f48522;
    margin: 1rem 0;
}

h3 {
    font-size: 1.4rem;
    color: #f48522;
    margin-bottom: 1rem;
}

ul {
    margin: 0 0 0 1.5rem;
    padding: 0;
}

header {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 1.5rem;
    margin: 0 0 1.5rem;
}

header div {
    display: block;
    width: 65%;
}

header div p:nth-of-type(1) {
    font-size: 1.231em;
    line-height: 1.231em;
    margin-bottom: 0.625rem;
}

header div > p:nth-of-type(2) {
    color: #000;
    margin: 0 0 0.875rem;
    display: flex;
    column-gap: 0.625rem;
}

.fa-map-marker-alt {
    color: #7092be;
}

section {
    padding: 2.5rem 1.5rem;
    background: #fff;
    position: relative;
}

.block {
    padding: 1.5rem;
    background-color: #fffae3;
    position: relative;
    margin-bottom: 2.5rem;
}

.block:nth-of-type(3) {
    margin: 0;
}

footer {
    background-color: #eff0f1;
}

section:nth-of-type(1) p:last-of-type {
    margin: 0;
}

.logo {
    text-align: right;
    display: block;
    margin-bottom: 1rem;
}

.logo img {
    display: inline-block;
}

a.apply {
    margin: 2rem auto 1rem;
    display: flex;
    justify-content: center;
    width: 15rem;
    font-size: 1.125rem;
    text-align: center;
    background-color: #f48522;
    padding: 0.75rem 1rem;
    font-weight: normal;
    color: #fff;
}

iframe {
    display: block;
    width: 100%;
    height: 28.125rem;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 52.4%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer {
    background-color: #fffae3;
    text-align: center;
    padding: 1rem;
}

footer p {
    margin: 0;
}

@media only screen and (max-width: 54.312rem) {
    #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;
    }

    header,
    article {
        padding: 0;
    }

    footer {
        margin: 0.875rem 0 0;
    }
}

@media only screen and (max-width: 47.5rem) {
    header {
        display: block;
        text-align: center;
    }

    .logo_header {
        display: inline-block;
        margin-bottom: 1rem;
    }

    header div {
        text-align: left;
        width: auto;
    }

    section,
    .block,
    footer {
        margin: 0.625rem 0;
        padding: 0.625rem;
    }

    h1,
    h2 {
        font-size: 1.25rem;
    }

    h3 {
        font-size: 1rem;
        margin: 0 0 10px
    }

    ul li {
        margin-left: 1.175rem;
    }
}

@media only screen and (max-width: 40.625rem) {
    header div {
        text-align: center;
    }

    header div > p:nth-of-type(2) {
        flex-direction: column;
        line-height: 1.8
    }

    .logo {
        display: flex;
        justify-content: center;
        margin: 1rem 0;
        padding: 0;
        position: static;
    }

    a.apply {
        margin: 20px auto 30px;
        width: 100%
    }

    h2,
    h4,
    p {
        margin: 0 0 0.625rem;
    }

    .link {
        font-size: 0.937rem;
    }
}
