* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Frutiger';
    src: url('Frutiger-BoldCn.woff2') format('woff2'), url('Frutiger-BoldCn.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Frutiger';
    src: url('Frutiger-Cn.woff2') format('woff2'), url('Frutiger-Cn.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;
    padding: 25px 20px 10px 344px;
    background-color: #F2EEE3;
    overflow: hidden;
    color: #93784D;
    font-family: 'Frutiger', Arial, sans-serif;
    font-weight: 400;
    position: relative;
    font-size: 16px;
    line-height: 1.3;
}

@keyframes slidy {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes opacity {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#wrapper .slideshow>img {
    animation: opacity 3s forwards;
}

#wrapper .slideshow {
    position: relative;
}

#wrapper .slideshow img {
    vertical-align: bottom;
}

#wrapper .slideshow>img:nth-of-type(1) {
    position: relative;
}

#wrapper .slide img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    animation: slidy 6s linear 0s infinite normal forwards;
}

#wrapper .slide img:nth-child(2) {
    animation-delay: 3s;
}

#wrapper .nobr {
    white-space: nowrap;
}

#wrapper .hide {
    display: none;
}

#wrapper .logo {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
}

#wrapper .header {
    margin-bottom: 15px;
}

#wrapper .article {
    position: relative;
}

#wrapper .banner img {
    object-fit: cover;
    height: 100%;
}

#wrapper .banner {
    width: 328px;
    background: #F2EEE3;
    border-right: 8px solid #B12820;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    display: flex;
    row-gap: 8px;
    bottom: 0;
}

#wrapper p {
    margin-bottom: 11px;
}

#wrapper strong {
    font-weight: 700;
}

#wrapper h1 span {
    font-family: 'Frutiger', Arial, sans-serif;
    color: #93784D;
    font-weight: 400;
    font-size: 20px;
}

#wrapper h1 {
    margin-bottom: 13px;
    font-size: 31px;
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    color: #B12820;
    line-height: 1;
}

#wrapper h2 {
    margin-bottom: 4px;
    font-size: 20px;
    font-family: 'Comfortaa', cursive;
    font-weight: 400;
    color: #B12820;
}

#wrapper h3 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Comfortaa', cursive;
    color: #B12820;
}

#wrapper h4 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    color: #B12820;
}

#wrapper h4 a {
    color: #B12820 !important;
}

#wrapper h5 {
    padding: 10px 20px;
    font-size: 22px;
    position: absolute;
    font-weight: 700;
    background: #F2EEE3;
    bottom: 2%;
    left: 4.75%;
}

#wrapper h5 a {
    color: #B12820;
}

#wrapper h6 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Comfortaa', cursive;
    color: #B12820;
    width: 180px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#wrapper .line {
    display: flex;
    justify-content: center;
    margin: 16px 0;
}

#wrapper :is(a:link, a:visited, a:hover, a:active) {
    color: #93784D;
    text-decoration: none;
}

#wrapper ul {
    margin: 0 0 10px 12px;
    list-style: none;
}

#wrapper ul li {
    padding-left: 20px;
    margin-bottom: 1px;
    position: relative;
}

#wrapper ul li:before {
    content: '\2022';
    color: #B12820;
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    font-family: Arial, sans-serif;
}

#wrapper img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

@media (max-width: 999px) {
    #wrapper {
        padding: 16px 16px 16px 37%;
        margin: 0;
        border: none;
        text-wrap: pretty;
    }

    #wrapper :is(p, ul) {
        hyphens: auto;
        -webkit-hyphens: auto;
    }

    #wrapper h2 {
        width: auto;
    }

    #wrapper .banner {
        width: 35%;
    }

    #wrapper h5 {
        padding: 1% 2%;
        font-size: 2.25vw;
    }
}

@media (max-width: 767px) {
    #wrapper {
        padding: 16px;
    }

    #wrapper .banner {
        position: static;
        width: auto;
        flex-direction: row;
        gap: 0;
        border: 8px solid #B12820;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #wrapper h5 {
        font-size: 18px;
        padding: 8px 12px;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
        width: 190px;
        text-align: center;
    }

    #wrapper h6 {
        position: static;
        width: auto;
        margin-bottom: 15px;
    }

    #wrapper .banner img {
        width: 50%;
        height: auto;
    }

    #wrapper .footer {
        position: relative;
    }

    #wrapper .none {
        display: none;
    }
}