@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v36-latin-regular.eot');
    src: url('../fonts/open-sans-v36-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-regular.woff') format('woff'), url('../fonts/open-sans-v36-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v36-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/open-sans-v36-latin-500.eot');
    src: url('../fonts/open-sans-v36-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-500.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-500.woff') format('woff'), url('../fonts/open-sans-v36-latin-500.ttf') format('truetype'), url('../fonts/open-sans-v36-latin-500.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v36-latin-700.eot');
    src: url('../fonts/open-sans-v36-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v36-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v36-latin-700.woff') format('woff'), url('../fonts/open-sans-v36-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v36-latin-700.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: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.6);
}

p,
ul {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.link_wrap {
    white-space: pre-wrap;
}

p {
    margin: 0 0 0.625rem;
}

a.green,
.green {
    color: #02979d;
}

a.blue,
.blue {
    color: #004994;
}

.margin_top_big {
    margin: 10rem 0 0;
}

h1 {
    color: #004994;
    font-size: 1.437rem;
    font-weight: 500;
    margin: 1.25rem 0;
}

h2 {
    color: #004994;
    font-size: 0.9375rem;
    font-weight: 400;
    margin: 0 0 0.3125rem;
}

ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

ul li {
    padding-left: 0.75rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -0.75rem;
    font-size: 1.375em;
    line-height: 1;
    color: #004994;
}

article {
    display: flex;
    justify-content: space-between;
    padding: 1.25rem 1.25rem .625rem;
}

.left {
    width: 66%;
}

.right {
    width: 31%;
    padding: 14rem 0 0;
}

.right p {
    margin: 0 0 1.875rem;
    line-height: 1.6;
}

.qr {
    margin-bottom: 1rem;
}

.logo {
    margin-top: 14rem;
}

a.apply {
    font-size: 1.562rem;
    font-weight: 700;
    background: #02979d;
    color: #fff;
    height: 9.375rem;
    width: 9.375rem;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding: 1.875rem 0 0;
    transform: rotate(-15deg);
    position: absolute;
    top: 31%;
    right: 8%;
    white-space: pre-wrap;
}

footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 1.25rem;
}

footer p {
    margin: 0;
}
a.color{
	    color: #004994;
	white-space: normal;
}
a.color:hover{
	  color: #555555;
}
a.color svg{
	width: 11px;
	height: 12px;
}
@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    .margin_top_big {
        margin: 0 0 0.3125rem;
    }

    header {
        margin: 0 0 1.25rem;
    }

    article {
        flex-direction: column;
        padding: 1rem;
    }

    .left {
        width: auto;
        margin: 0 0 1rem;
    }

    .right {
        width: auto;
        padding: 0;
    }

    .right p {
        margin: 0 0 1.25rem;
        line-height: 1.5;
    }

    a.apply {
        height: auto;
        width: auto;
        border-radius: 0;
        display: block;
        margin: 0 1rem;
        padding: 0.625rem;
        transform: rotate(0);
        position: static;
    }

    .logo {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 31.25rem) {

    .qr,
    .logo {
        display: flex;
        justify-content: center;
    }
}