* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    background: none;
    font-family: "Lato", Arial, sans-serif;
    color: #89786D;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.3;
}

#wrapper {
    max-width: 920px;
    margin: 16px auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    background: #fff url(background.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 20px 80px;
}

#wrapper .title {
    background: #8C9CC0;
    padding: 10px 80px;
    margin: 15px -80px;
}

#wrapper .title p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 300;
}

#wrapper .hide {
    display: none;
}

#wrapper .nobr {
    white-space: nowrap;
}

#wrapper .logo {
    padding: 20px 0;
    display: flex;
    justify-content: center;
}

#wrapper .background {
    background: #8C9CC0;
    padding: 20px 80px;
    margin: 40px -80px 20px;
    position: relative;
}

#wrapper .background p {
    color: #fff;
    text-align: right;
    font-size: 14px;
    font-weight: 300;
}

#wrapper .background p a {
    color: #fff !important;
}

#wrapper article {
    position: relative;
}

#wrapper .banner {
    display: flex;
    justify-content: end;
    margin: -24% -7% 0 0;
}

#wrapper .banner img {
    max-width: 200px;
}

#wrapper .text {
    color: #8C9CC0;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}

#wrapper .text a {
    color: #8C9CC0 !important;
}

#wrapper .img {
    position: absolute;
    top: 0;
    left: 20px;
}

#wrapper p {
    margin-bottom: 16px;
}

#wrapper hr {
    border: none;
    border-bottom: 4px dotted #8C9CC0;
    margin: 25px -10px;
}

#wrapper strong {
    font-weight: 700;
}

#wrapper .width {
    padding-right: 297px;
}

#wrapper .li {
    padding-right: 200px;
}

#wrapper .big {
    text-align: center;
    font-size: 22px;
}

#wrapper .big strong {
    font-weight: 900;
}

#wrapper .center {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 15px;
}

#wrapper h1 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

#wrapper h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: right;
}

#wrapper h3 {
    border-bottom: 1px solid #89786D;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 800;
    color: #89786D;
    display: inline-block;
}

#wrapper :is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}

#wrapper ul {
    margin-bottom: 15px;
    list-style: none;
}

#wrapper ul ul {
    margin: 0;
}

#wrapper ul li {
    padding-left: 21px;
    position: relative;
    margin-bottom: 3px;
}

#wrapper ul ul li:before {
    content: '\2012';
    font-size: 16px;
    top: 3px;
    left: 0;
}

#wrapper ul li:before {
    content: '\2022';
    font-size: 19px;
    font-family: Arial, sans-serif;
    position: absolute;
    top: 0;
    line-height: 1;
    left: 0;
}

#wrapper img {
    max-width: 100%;
    vertical-align: middle;
}

@media (max-width: 919px) {
    #wrapper {
        margin: 0;
        box-shadow: none;
        padding: 16px 5%;
    }

    #wrapper :is(p, ul) {
        hyphens: auto;
        -webkit-hyphens: auto;
    }
}

@media (max-width: 739px) {

    #wrapper .banner,
    #wrapper .img {
        position: static;
        display: flex;
        justify-content: center;
        margin: 0;
    }

    #wrapper .width,
    #wrapper .li {
        padding-right: 0;
    }


    #wrapper .background p,
    #wrapper h2 {
        text-align: center;
    }
}