* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    background: none;
}

#wrapper {
    max-width: 980px;
    margin: 16px auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    background-color: #fff;
    overflow: hidden;
    color: #063246;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
}

#wrapper .text2 span {
    display: none;
}

#wrapper .img {
    position: absolute;
    bottom: -60px;
    right: 20px;
    width: 198px;
}

#wrapper .nobr,
#wrapper .nobr-1 {
    white-space: nowrap;
}

#wrapper .hide-mobile:before {
    content: "";
    width: 118px;
    height: 39px;
    float: right;
}

#wrapper .padding {
    padding-right: 104px;
    display: inline-block;
    position: relative;
    z-index: 10;
}

#wrapper .block {
    display: block;
}

#wrapper .hide {
    display: none;
}

#wrapper .header {
    padding: 25px 20px 67px 82px;
    background: url(background.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#wrapper .title p {
    color: #fff;
    margin-bottom: 4px;
    font-size: 26px;
    line-height: 1.1;
}

#wrapper .logo {
    justify-content: end;
    display: flex;
    margin-bottom: 32px;
}

#wrapper .article {
    padding: 67px 60px 0 82px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#wrapper .footer {
    padding: 10px 16px;
    background: #0C465F;
}

#wrapper .banner {
    margin: -104px -58px 0 0;
    display: flex;
    justify-content: flex-end;
}

#wrapper .footer p {
    text-align: center;
    font-family: "Montserrat", Arial, sans-serif;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1.3px;
    color: #fff;
}

#wrapper .footer a {
    color: #fff !important;
}

#wrapper .left {
    width: 48%;
}

#wrapper .mb-0 {
    margin-bottom: 0;
}

#wrapper .right {
    width: 49%;
}

#wrapper p {
    margin-bottom: 18px;
}

#wrapper strong {
    font-weight: 700;
}

#wrapper .title {
    font-family: "Montserrat", Arial, sans-serif;
}

#wrapper .font {
    font-size: 17px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 500;
    line-height: 1.3;
}

#wrapper .width {
    width: 61%;
    display: inline-block;
}

#wrapper .text {
    border-left: 5px solid #398889;
    padding-left: 13px;
    max-width: 390px;
    line-height: 1.5;
    font-size: 13px;
    position: relative;
    z-index: 1;
}

#wrapper h1 {
    font-size: 43px;
    font-weight: 700;
    color: #fff;
    width: 86%;
}

#wrapper h1 .span {
    display: block;
    font-size: 46px;
    font-weight: 400;
    margin-top: 5px;
}

#wrapper h1 .small {
    font-weight: 400;
    font-size: 28px;
}

#wrapper h3 {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 800;
    font-family: "Montserrat", Arial, sans-serif;
}

#wrapper :is(a:link, a:visited, a:hover, a:active) {
    color: #398889;
    text-decoration: none;
}

#wrapper ul {
    margin: 0 5px 20px 0;
    list-style: none;
}

#wrapper ul li {
    padding-left: 17px;
    position: relative;
    margin-bottom: 2px;
}

#wrapper ul li:before {
    content: "\002022";
    font-size: 21px;
    font-family: Arial, sans-serif;
    position: absolute;
    top: 0;
    line-height: 1;
    left: 0;
}

#wrapper img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

@media (max-width: 979px) {
    #wrapper {
        margin: 0;
        border: none;
        text-wrap: pretty;
    }

    #wrapper .img {
        width: 19%;
        bottom: -50px;
    }

    #wrapper .hide-mobile:before {
        width: 200px;
    }

    #wrapper .article {
        padding: 5% 16px 16px;
    }

    #wrapper .header {
        padding: 16px;
        background-size: cover;
    }

    #wrapper .left,
    #wrapper .right {
        width: 49%;
    }

    #wrapper h1 {
        font-size: 40px;
    }

    #wrapper .title p,
    #wrapper h1 .span {
        font-size: 32px;
    }

    #wrapper .banner {
        margin: -104px -16px 0 0;
        display: flex;
        justify-content: end;
    }

    #wrapper :is(p, ul) {
        hyphens: auto;
        -webkit-hyphens: auto;
    }
}

@media (max-width:892px) {
    #wrapper .text {
        max-width: 100%;
    }

    #wrapper .width {
        width: auto;
        display: inline;
    }

    #wrapper .banner {
        margin: 0;
        justify-content: center;
    }

    #wrapper .nobr-1 {
        white-space: normal;
    }

    #wrapper .padding {
        display: inline;
        padding-right: 0;
    }

    #wrapper .block {
        display: inline;
    }
}

@media (max-width: 799px) {
    #wrapper {
        font-size: 15px;
    }

    #wrapper .text2 span {
        display: inline;
    }

    #wrapper .title {
        padding-right: 0;
    }

    #wrapper .hide-mobile {
        display: none;
    }

    #wrapper .header {
        height: auto;
    }

    #wrapper .img {
        position: static;
        display: flex;
        justify-content: center;
        width: auto;
        margin-top: 15px;
    }

    #wrapper .font {
        font-size: 15px;
    }

    #wrapper .left,
    #wrapper .right {
        width: 100%;
    }

    #wrapper .mb0 {
        margin-bottom: 0;
    }

    #wrapper .title p {
        font-size: 26px;
        width: auto;
    }

    #wrapper .title p {
        font-size: 26px;
    }

    #wrapper h1 {
        font-size: 30px;
        width: auto;
    }

    #wrapper h1 .small {
        font-size: 20px;
    }

    #wrapper h1 .span {
        font-size: 20px;
    }

    #wrapper ul {
        margin-left: 0;
    }

    #wrapper .logo {
        justify-content: center;
    }
}