@charset "utf-8";
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/pt-sans-v17-latin-regular.eot');
    src: local(''), url('../fonts/pt-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/pt-sans-v17-latin-regular.woff2') format('woff2'), url('../fonts/pt-sans-v17-latin-regular.woff') format('woff'), url('../fonts/pt-sans-v17-latin-regular.ttf') format('truetype'), url('../fonts/pt-sans-v17-latin-regular.svg#PTSans') format('svg');
}
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/pt-sans-v17-latin-700.eot');
    src: local(''), url('../fonts/pt-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/pt-sans-v17-latin-700.woff2') format('woff2'), url('../fonts/pt-sans-v17-latin-700.woff') format('woff'), url('../fonts/pt-sans-v17-latin-700.ttf') format('truetype'), url('../fonts/pt-sans-v17-latin-700.svg#PTSans') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #575757;
    font: 400 1em/1.5em 'PT Sans', Arial, sans-serif;
}
h1, h2, strong {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 2rem;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 2rem -2rem;
    font-size: 1.5em;
    line-height: 1.1em;
    padding: 2rem;
    background: url('../images/bg.jpg') bottom center no-repeat;
    background-size: cover;
    color: #fff;
}
h2 {
    font-size: 2em;
    line-height: 1.3em;
    padding: 1rem 0;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
}
.strwid strong {
    display: inline-block;
    width: 200px;
}
hr {
    border: 0;
    border-bottom: 1px solid #575757;
    margin: 1rem 0;
}
a.apply {
    background: #4054a1;
    border: 1px solid #4054a1;
    color: #fff;
    font-size: 1.25em;
    line-height: 1.3;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 1rem 1.75rem;
    border-radius: 3rem;
    gap: 1.75rem;
}
a.apply:hover {
    background: #fff;
    color: #4054a1;
}
a.apply:hover img {
    filter: brightness(0) saturate(100%) invert(31%) sepia(17%) saturate(2597%) hue-rotate(195deg) brightness(95%) contrast(90%);
}
@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p, li {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    header, footer {
        display: flex;
        justify-content: center;
    }
    .strwid strong {
        width: auto;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 1rem;
    }
    h1 {
        margin: 1rem -1rem;
    }
}