@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.eot');
    src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.container {
    max-width: 940px;
    margin: 1rem auto 100px;
    box-shadow: 3px 3px 11px 2px #939095;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #176fc0;
    white-space: nowrap;
}

a.wrap {
    white-space: wrap;
}

h1 {
    font-size: 1.75rem;
    margin: 0;
    color: #000000;
    background-color: #e4eaf7;
    padding: 2% 25% 2% 5%;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

h1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2%;
    height: 100%;
    background-color: #176fc0;
}

h2 {
    font-size: 1.125rem;
    margin: 2.5rem 0 0;
    color: #176fc0;
    font-weight: 400;
}

p {
    margin: 0 0 1rem;
}

span {
    white-space: nowrap
}

ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

ul li {
    padding-left: .75rem;
    margin: .25rem 0;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -.75rem;
    font-size: 1rem;
    line-height: 1.4;
}

header {
    position: relative;
}

header p {
    display: none;
}

.absolute {
    display: block;
    width: 20%;
    position: absolute;
    right: 4%;
    bottom: 0.8rem;
    opacity: 0.9;
    z-index: 2;
}

article {
    padding: 1rem 2.5rem;
}

.flex {
    display: flex;
}

.smallgap {
    column-gap: .625rem;
}

.biggap {
    column-gap: 2rem;
}

.margin {
    margin-top: .625rem;
}

.bottom {
    margin: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.text {
    width: 71%
}

footer {
    display: flex;
    justify-content: center;
    border-top: 1px solid #176fc0;
    padding: .5rem 1rem;
}

a.apply {
    display: block;
    width: fit-content;
    background: #176fc0;
    padding: .5rem 1.25rem;
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 939px) {
    #wrapper {
        box-shadow: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    a.wrap {
        white-space: pre-wrap
    }

    article {
        padding: 1rem 2rem;
    }
}

@media only screen and (max-width: 768px) {
    h2 {
        margin: 1.25rem 0 0;
    }

    .bottom {
        margin: 1rem 0;
    }
}

@media only screen and (max-width: 735px) {
    article {
        padding: 1rem;
    }

    .absolute {
        display: none;
    }

    h1 {
        padding: 1rem 1.562rem;
        font-size: 1.375rem;
        text-align: center
    }

    h1 span {
        white-space: nowrap;
    }

    header p {
        display: block;
        padding: 1rem 1.562rem;
        background: #2F6EB5;
        font-weight: 700;
        color: #fff;
        margin: 0;
        font-size: 1.125rem;
        text-align: center
    }

    .biggap {
        flex-wrap: wrap;
    }

    .margin {
        justify-content: center;
    }

    .bottom {
        flex-direction: column;
        margin: 1rem 0 0;
    }

    .text,
    h2:last-of-type {
        width: 100%;
        text-align: center;
    }

    .container {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 480px) {

    .text,
    h2:last-of-type {
        text-align: center
    }
}
