* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Hey August';
    src: url('HeyAugust.woff2') format('woff2'), url('HeyAugust.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html {
    min-height: 100%;
}

body {
    background: none;
}

#wrapper {
    max-width: 1000px;
    margin: 16px auto;
    border: 1px solid #000;
    background-color: #fff;
    overflow: hidden;
    color: #174290;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
}

#wrapper .hide {
    display: none;
}

#wrapper .header {
    position: relative;
}

#wrapper .header a {
    position: absolute;
    top: 11%;
    right: 4%;
    width: 21%;
    height: 17%;
    z-index: 1;
}

#wrapper .article {
    padding: 10px 50px 20px;
    position: relative;
}

#wrapper .footer {
    padding: 20px 35px 20px 50px;
    background: #21366a;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

#wrapper .left {
    width: 48%;
}

#wrapper .right {
    width: 49%;
}

#wrapper p {
    margin-bottom: 19px;
}

#wrapper strong {
    font-weight: 500;
}

#wrapper .center {
    text-align: center;
}

#wrapper .flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

#wrapper .line {
    position: relative;
}

#wrapper .line:before {
    content: "";
    width: 105%;
    height: 4px;
    background: #174290;
    position: absolute;
    top: 21px;
    left: -50px;
}

#wrapper .footer p {
    font-size: 11px;
    margin-bottom: 0;
    color: #fff;
}

#wrapper p.top {
    background: #6B9B7A;
    padding: 10px 14px 10px 30px;
    color: #fff;
    margin: 0 0 50px -50px;
    transform: rotate(-1deg);
    font-size: 14px;
    max-width: 300px;
}

#wrapper .title {
    margin: -90px 0 7px -52px;
    background: #6B9B7A;
    transform: rotate(-1deg);
    padding: 15px 21px 15px 31px;
    max-width: 600px;
}

#wrapper .title p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}

#wrapper h1 span {
    font-size: 24px;
    line-height: 1;
    display: inline-block;
}

#wrapper h1 {
    font-size: 38px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Hey August', Arial, sans-serif;
    color: #fff;
    text-shadow: 4px 4px 4px #000;
    margin-bottom: 9px;
}

#wrapper h2 {
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 31px;
}


#wrapper h3 span {
    font-weight: 400;
    font-family: 'Hey August', Arial, sans-serif;
    color: #6B9B7A;
    font-size: 50px;
    line-height: 1;
    vertical-align: middle;
}

#wrapper h3 {
    margin: 0 -10px 11px;
    padding: 0 10px;
    font-size: 29px;
    font-weight: 700;
    background: #fff;
    position: relative;
    display: inline-block;
}

#wrapper h4 {
    background: #22376B;
    width: 210px;
    height: 210px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 15px -2px #2d2d2d;
    position: absolute;
    top: -12%;
    right: 6%;
    letter-spacing: 1px;
    padding: 40px 10px 10px;
    transform: rotate(5deg);
    line-height: 1.2;
}

#wrapper :is(a:link, a:visited, a:hover, a:active) {
    color: #00ffaa;
    text-decoration: none;
}

#wrapper .footer a {
    color: #fff !important;
}

#wrapper ul {
    margin-bottom: 30px;
    list-style: none;
}

#wrapper ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 3px;
}

#wrapper ul li:before {
    content: '\2022';
    color: #174290;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
}

#wrapper img {
    max-width: 100%;
}

#wrapper .big {
    font-size: 22px;
    margin-bottom: 30px;
}

#wrapper .nobr {
    white-space: nowrap;
}

#wrapper .flexfooter {
    display: flex;
    gap: 20px;
    align-items: center;
}

#wrapper .button {
    display: flex;
    justify-content: center;
}

#wrapper .button a {
    background: #00FFAA;
    color: #fff !important;
    display: inline-block;
    padding: 10px 30px;
    font-weight: 700;
    border-radius: 10px;
}

@media (max-width:999px) {
    #wrapper {
        margin: 0;
        border: none;
        text-wrap: pretty;
    }

    #wrapper .title {
        margin: -90px 0 7px -6%;
        padding: 10px 10px 10px 6%;
    }

    #wrapper p.top {
        margin: 0 0 10px -6%;
        padding: 10px 14px 10px 6%;
    }

    #wrapper h4 {
        right: 4%;
    }

    #wrapper .article {
        padding: 16px 5%;
        margin: 0;
    }

    #wrapper .footer {
        padding: 16px;
        flex-wrap: wrap;
        gap: 10px;
        text-align: center;
        justify-content: space-around;
    }

    #wrapper .header a {
        top: 0;
        left: 0;
        width: 100%;
        height: 91%;
    }

    #wrapper :is(p, ul) {
        hyphens: auto;
        -webkit-hyphens: auto;
    }

}

@media (max-width:919px) {
    #wrapper .line:before {
        left: -6%;
    }

    #wrapper h4 {
        position: static;
        margin: 0 auto 15px;
    }

}

@media (max-width:869px) {
    #wrapper .right {
        width: 47%;
    }

    #wrapper h3 span {
        font-size: 40px;
    }

    #wrapper h3 {
        font-size: 27px;
    }

    #wrapper .line:before {
        top: 16px;
    }

}

@media (max-width:767px) {

    #wrapper .left,
    #wrapper .right {
        width: 100%;
    }

}

@media (max-width:700px) {

    #wrapper .right,
    #wrapper .left {
        width: 100%;
    }

}

@media (max-width:482px) {
    #wrapper h1 {
        font-size: 31px;
    }

    #wrapper .title {
        margin-top: -10%;
    }

    #wrapper .flexfooter {
        flex-direction: column;
    }

    #wrapper .flexfooter p {
        text-align: center;
    }

}

@media (max-width:399px) {
    #wrapper h3 {
        border-bottom: 4px solid #174290;
        margin: 0 0 11px;
        padding: 0 0 2px;
        display: block;
        font-size: 22px;
    }

    #wrapper .line:before {
        display: none;
    }

}