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

html {
    min-height: 100%;
}

body {
    background: none;
}

@font-face {
    font-family: "Neusa Next Pro Condensed";
    src: url(NeusaNextPro-CondensedMedium.woff) format("woff"), url(NeusaNextPro-CondensedMedium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Neusa Next Pro Condensed";
    src: url(NeusaNextPro-CondensedRegular.woff) format("woff"), url(NeusaNextPro-CondensedRegular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#wrapper {
    max-width: 925px;
    margin: 16px auto;
    border: 1px solid #000;
    box-shadow: 0 0 10px 10px #cfcfcf;
    background-color: #fff;
    overflow: hidden;
    color: #000;
    font-family: "Neusa Next Pro Condensed", Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

#wrapper .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 55px;
    gap: 10px;
}

#wrapper .text-left {
    text-align: left;
}

#wrapper section {
    padding-left: 40px;
}

#wrapper .hide {
    display: none;
}

#wrapper .header {
    position: relative;
}

#wrapper .article {
    margin-top: -60px;
    padding: 0 80px 20px;
    position: relative;
}

#wrapper p {
    margin-bottom: 20px;
    text-align: justify;
}

#wrapper .pl-1 {
    padding-left: 40px;
}

#wrapper strong {
    font-weight: bold;
}

#wrapper h1 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    color: #000737;
}

#wrapper h1 .block {
    display: block;
    font-size: 17px;
}

#wrapper h2 {
    font-size: 80px;
    line-height: 84px;
    font-weight: 500;
    position: absolute;
    bottom: 32%;
    left: 8%;
    color: #fff;
}

#wrapper h3 {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
}

#wrapper h3.font {
    font-weight: 300;
    font-size: 15px;
    margin: 0;
}

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

#wrapper ul {
    margin: 0 0 35px 59px;
    list-style: none;
}

#wrapper ul li {
    padding-left: 31px;
    position: relative;
}

#wrapper ul li:before {
    content: "\002022";
    color: #000;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Times New Roman", serif;
}

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

#wrapper .logo {
    display: none;
}

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

#wrapper .block {
    display: block;
}

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

    #wrapper p {
        text-align: left;
    }

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

    #wrapper .block {
        display: inline;
    }

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

@media (max-width: 642px) {
    #wrapper .flex a img {
        display: none;
    }

    #wrapper .logo {
        position: static;
        display: flex;
        justify-content: center;
        margin-bottom: 16px;
    }

    #wrapper h2 {
        font-size: 10vw;
        line-height: 1;
        left: 2%;
    }

    #wrapper .pl-1 {
        padding-left: 10px;
    }

    #wrapper p {
        text-align: left;
    }

    #wrapper ul li {
        padding-left: 20px;
    }

    #wrapper ul {
        margin-left: 10px;
    }

    #wrapper h1 {
        font-size: 25px;
        line-height: 29px;
        margin: 20px 0;
    }

    #wrapper section {
        padding-left: 10px;
    }

    #wrapper .article {
        padding: 16px;
        margin: 0;
    }

    #wrapper .flex {
        display: block;
        margin: 20px 0;
    }

    #wrapper ul {
        margin-left: 0;
    }
}