@font-face {
    font-family: "Helvetica Neue LT Pro";
    src: url(HelveticaNeueLTPro-MdEx.woff2) format("woff2"), url(HelveticaNeueLTPro-MdEx.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue LT Pro";
    src: url(HelveticaNeueLTPro-HvEx.woff2) format("woff2"), url(HelveticaNeueLTPro-HvEx.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Helvetica Neue LT Pro";
    src: url(HelveticaNeueLTPro-LtEx.woff2) format("woff2"), url(HelveticaNeueLTPro-LtEx.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

html {
    min-height: 100%;
}

body {
    background: none;
}

#wrapper {
    max-width: 738px;
    margin: 16px auto;
    border: 2px solid #000;
    box-shadow: 0 0 10px 10px #cfcfcf;
    background-color: #fff;
    overflow: hidden;
    font-family: "Helvetica Neue LT Pro", Arial, sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
}

#wrapper .color {
    color: #00519E;
    font-family: Arial, sans-serif;
    font-size: 25px;
    line-height: 0;
    padding: 0 6px;
}

#wrapper .flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    position: absolute;
    top: 8%;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}

#wrapper .social {
    display: flex;
    align-items: center;
    gap: 9px;
}

#wrapper .ul li {
    font-weight: 700;
}

#wrapper .qrcode {
    position: relative;
}

#wrapper .qrcode>a {
    position: absolute;
    top: 11%;
    left: 3.5%;
}

#wrapper .logo {
    position: relative;
}

#wrapper .logo a {
    position: absolute;
    top: 7%;
    left: 4%;
    width: 27%;
    height: 46%;
    z-index: 1;
}

#wrapper .text {
    display: flex;
    flex-wrap: wrap;
}

#wrapper .text p {
    margin-bottom: 0;
    background: #00539A;
    padding: 14px;
    flex-grow: 1;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

#wrapper .text p:nth-of-type(2) {
    background: #CF9206;
}

#wrapper .text p:nth-of-type(3) {
    background: #AA7A0F;
    padding: 14px 40px;
}

#wrapper .text p:nth-of-type(4) {
    background: #009DDC;
}

#wrapper .text p:nth-of-type(5) {
    background: #969795;
}

#wrapper .font p strong {
    font-weight: 900;
}

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

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

#wrapper .hide {
    display: none;
}

#wrapper .header {
    position: relative;
}

#wrapper .article {
    padding: 16px 25px;
}

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

#wrapper strong {
    font-weight: 700;
}

#wrapper h1 .block {
    display: block;
    color: #00519E;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
}

#wrapper h1 .small {
    font-size: 16px;
    color: #000;
    margin-top: 6px;
    display: block;
}

#wrapper h1 {
    margin: -188px 0 29px;
    font-size: 50px;
    font-weight: 400;
    position: relative;
    width: 61%;
    line-height: 1;
}

#wrapper h2 a {
    color: #fff !important;
}

#wrapper h2 {
    font-size: 38px;
    font-weight: 900;
    position: absolute;
    bottom: -4px;
    right: 16px;
    line-height: 1;
}

#wrapper h3 {
    margin-bottom: 10px;
    font-size: 21px;
    color: #00519E;
    font-weight: 700;
}

#wrapper h4 {
    font-size: 27px;
    font-weight: 900;
    color: #fff;
    text-shadow: 1px 1px 10px #9E9FA0, 1px 1px 10px #9E9FA0;
}

#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 li {
    padding-left: 22px;
    position: relative;
}

#wrapper ul li:before {
    content: "\0025a0";
    font-size: 23px;
    font-family: Arial, sans-serif;
    position: absolute;
    top: -3px;
    line-height: 1;
    left: 0;
    color: #00519E;
}

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

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

    #wrapper .logo a {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

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

    #wrapper p {
        text-align: left;
    }

    #wrapper .article {
        padding: 16px;
    }

    #wrapper .qrcode>a {
        top: 16px;
        left: 16px;
    }

    #wrapper h2 {
        right: 16px;
        font-size: 5.5vw;
        bottom: 0;
    }
}

@media (max-width: 639px) {
    #wrapper h1 {
        margin-top: 0;
        font-size: 42px;
        line-height: 1.1;
        width: auto;
    }

    #wrapper .qrcode>a {
        max-width: 20%;
    } }