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

html {
    min-height: 100%;
}

body {
    background: none;
}

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

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

#wrapper .hide {
    display: none;
}

#wrapper .header {
    padding: 30px;
    background: #E6E2D9;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
}

#wrapper .article {
    padding: 20px 30px;
}

#wrapper .footer {
    padding: 110px;
    background: #ae1c3e;
    border-radius: 20px;
    margin: 30px;
}

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

#wrapper strong {
    font-weight: 700;
}

#wrapper h1 {
    margin-bottom: 8px;
    font-size: 40px;
    font-weight: 300;
    font-family: "Roboto Condensed", Arial, sans-serif;
    color: #000;
}

#wrapper .img {
    display: flex;
    justify-content: center;
}

#wrapper h3 {
    margin-bottom: 8px;
    font-size: 30px;
    font-weight: 300;
    font-family: "Roboto Condensed", Arial, sans-serif;
    color: #000;
}

#wrapper h4 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #ae1c3e;
    text-transform: uppercase;
}

#wrapper .title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

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

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

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

#wrapper .logo {
    padding: 20px;
    display: flex;
    justify-content: center;
}

#wrapper ul li:before {
    content: "\002022";
    font-size: 23px;
    position: absolute;
    top: 0;
    line-height: 1;
    left: 0;
}

#wrapper .ul>li {
    background: #FAF9F7;
    padding: 16px 55px 16px 49px;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #17171a;
    transition: .2s;
}

#wrapper .ul>li:before {
    content: "#1";
    font-weight: 700;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

#wrapper .button2 {
    display: flex;
    justify-content: center;
}

#wrapper .button2 a {
    display: block;
    padding: 11px 25px;
    background: #fff;
    color: #ae1c3e;
    border-radius: 12px;
    transition: .2s;
    width: 100%;
    text-align: center;
}

#wrapper .button2 a:hover {
    color: #17171a !important;
    background-color: #fff !important;
    opacity: .7;
}

#wrapper .ul>li:nth-of-type(2n) {
    margin-left: 30px;
}

#wrapper .ul>li:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}

#wrapper .ul>li:nth-of-type(2):before {
    content: "#2";
}

#wrapper .ul>li:nth-of-type(3):before {
    content: "#3";
}

#wrapper .ul>li:nth-of-type(4):before {
    content: "#4";
}

#wrapper .ul>li:nth-of-type(5):before {
    content: "#5";
}

#wrapper .ul>li:nth-of-type(6):before {
    content: "#6";
}

#wrapper .ul>li:nth-of-type(7):before {
    content: "#7";
}

#wrapper .ul>li:nth-of-type(8):before {
    content: "#8";
}

#wrapper .ul>li:nth-of-type(9):before {
    content: "#9";
}

#wrapper .ul>li:nth-of-type(10):before {
    content: "#10";
}

#wrapper .ul>.li:before {
    top: 27px;
}

#wrapper .mt {
    margin-top: 10px;
}

#wrapper .ul>li:after {
    content: url(icon.jpg);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

#wrapper .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}

#wrapper .button {
    margin-top: 20px;
}

#wrapper .button a {
    display: inline-block;
    padding: 14px 30px;
    background: #ae1c3e;
    color: #fff;
    border-radius: 12px;
    transition: .2s;
}

#wrapper .button a:hover {
    opacity: .7;
}

#wrapper .flex2 {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

#wrapper .banner {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

#wrapper .flex2 p {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
}

#wrapper .left {
    width: 48%;
}

#wrapper .right {
    width: 48%;
}

#wrapper .ul2 {
    column-count: 2;
}

#wrapper .ul2 li {
    width: 100%;
    display: inline-block;
}

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

#wrapper .footer h3 {
    text-align: center;
    font-size: 61px;
    color: #fff;
    margin-bottom: 30px;
}

#wrapper .ul3 {
    column-gap: 50px;
    margin-right: 30px;
}

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

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

    #wrapper .article {
        padding: 16px;
    }

    #wrapper .footer,
    #wrapper .header {
        padding: 16px;
    }
}

@media (max-width: 767px) {

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

    #wrapper .ul li:nth-of-type(2n) {
        margin-left: 20px;
    }

    #wrapper .footer h3 {
        font-size: 40px;
    }

    #wrapper .ul2 {
        column-count: 1;
    }
}