* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    background: #EFEFEF;
}

#wrapper {
    max-width: 990px;
    margin: 16px auto;
    box-shadow: 0 0 1px #808080;
    background-color: #fff;
    overflow: hidden;
    font-family: "Open Sans", Arial, sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
}

#wrapper .nobr {
    white-space: nowrap;
}

#wrapper .hide {
    display: none;
}

#wrapper .logo {
    padding: 30px 40px;
    display: flex;
    justify-content: end;
    border-bottom: 40px solid #00644B;
}

#wrapper .article {
    padding: 30px 40px;
}

#wrapper .footer {
    padding: 40px 40px 20px;
    background: #00644B;
}

#wrapper p {
    margin-bottom: 19px;
}

#wrapper strong {
    font-weight: 700;
}

#wrapper h1 {
    margin: 35px 0;
    font-size: 33px;
    font-weight: 600;
    color: #00644B;
}

#wrapper h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

#wrapper h3 {
    margin-bottom: 9px;
    font-size: 23px;
    font-weight: 600;
    color: #00644B;
}

#wrapper .footer p,
#wrapper .footer h3 {
    color: #fff;
}

#wrapper .button {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-right: 50px;
}

#wrapper .button a {
    display: inline-block;
    padding: 14px 19px;
    background: #00644B;
    position: relative;
    color: #fff !important;
    font-size: 18px;
    transition: .4s;
}

#wrapper .button a:before {
    content: ">";
    position: absolute;
    width: 50px;
    background-color: #F1D600;
    right: -50px;
    top: 0;
    height: 51px;
    color: #00644B;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#wrapper .button a:hover {
    background: #F1D600;
    color: #00644B !important;
}

#wrapper :is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}

#wrapper ul ul {
    margin: 0;
}

#wrapper ul ul li:before {
    font-size: 17px;
    top: 1px;
}

#wrapper ul {
    margin: 0 0 20px 14px;
    list-style: none;
}

#wrapper ul li {
    padding-left: 20px;
    position: relative;
}

#wrapper ul li:before {
    content: '\2022';
    font-size: 25px;
    font-family: Arial, sans-serif;
    position: absolute;
    top: -2px;
    line-height: 1;
    left: 0;
}

#wrapper img {
    max-width: 100%;
    vertical-align: middle;
}

@media (max-width: 989px) {
    #wrapper {
        margin: 10px;
        border: none;
        text-wrap: pretty;
    }

    #wrapper :is(p, ul) {
        hyphens: auto;
        -webkit-hyphens: auto;
    }

    #wrapper .article {
        padding: 16px;
    }

    #wrapper .footer {
        padding: 16px 16px 6px;
    }
}

@media (max-width: 499px) {
    #wrapper {
        font-size: 15px;
    }

    #wrapper .logo {
        justify-content: center;
    }

    #wrapper .button a {
        font-size: 17px;
        padding: 13px;
    }

    #wrapper .button {
        margin-right: 45px;
    }

    #wrapper .button a:before {
        right: -45px;
        width: 45px;
        height: 48px;
    }

    #wrapper h1 {
        font-size: 28px;
    }

    #wrapper ul {
        margin-left: 0;
    }

    #wrapper h3 {
        font-size: 20px;
    }
}
.refnr {}

.apply {}
