* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    background: none;
}

#wrapper {
    max-width: 999px;
    margin: 12px auto;
    border: 1px solid #000;
    background-color: #fff;
    overflow: hidden;
    color: #000;
    font-family: 'Exo', Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
}

#wrapper .flex-1 {
    display: flex;
    align-items: center;
}

#wrapper .flex-1 div {
    width: 51%;
}

#wrapper .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 35px;
}

#wrapper .w50 {
    width: 49%;
}

#wrapper .bg {
    background: #EDEDED;
    padding: 20px;
    width: 49%;
}

#wrapper .title {
    font-weight: 700;
    font-size: 33px;
    line-height: 1.1;
    margin-bottom: 15px;
}

#wrapper .btn a:hover {
    background-color: #d6ab00;
    box-shadow: 0 20px 25px -12px rgb(236 188 0 / 60%), 0 10px 25px -12px rgb(0 0 0 / 30%);
}

#wrapper .btn a {
    background-color: #fc0;
    border: none;
    color: #202020;
    display: inline-block;
    padding: 12px 13px;
    transition: .3s;
    font-weight: 700;
}

#wrapper .bor {
    border: 3px solid #fc0;
    padding: 25px;
    width: 49%;
    background: #fff;
}

#wrapper h6 {
    font-size: 15px;
    color: #fc0;
    margin-bottom: 20px;
    margin-top: 8px;
    font-weight: 700;
}

#wrapper div.box {
    border: 3px solid #fc0;
    padding: 20px;
    width: 54%;
    margin: 25px 0 25px -40px;
    position: relative;
    z-index: 6;
    background: #fff;
}

#wrapper .box h5 {
    margin-bottom: 25px;
}

#wrapper .logo {
    padding: 20px;
    display: flex;
    justify-content: center;
}

#wrapper .link {
    color: #fc0;
    border-bottom: 1px solid #fc0;
    font-weight: 700;
}

#wrapper .color {
    color: #fc0;
}

#wrapper a.link.color {
    color: #878787;
    border-bottom: 1px solid #fc0;
}

#wrapper .box2 {
    background: url(banner.jpg) no-repeat top right;
    padding: 25px 0;
    background-size: 57% auto;
}

#wrapper a.link:hover,
#wrapper a.link.color:hover {
    border-bottom: 0;
}

#wrapper .text {
    margin-bottom: 25px;
}

#wrapper .text img {
    position: relative;
    top: 2px;
}

#wrapper .banner {
    position: relative;
}

#wrapper .title2 {
    font-weight: bold;
    font-size: 53px;
    line-height: 1.1;
    position: absolute;
    bottom: 9%;
    left: 3%;
    color: #fff;
}

#wrapper .text strong {
    display: inline-block;
    margin-right: 20px;
}

#wrapper h1 .span {
    color: #B2B2B2;
    display: block;
    font-size: 38px;
}

#wrapper h1+p {
    color: #646464;
    font-size: 20px;
    padding-bottom: 12px;
    line-height: 1.2;
}

#wrapper h1 .small {
    font-size: 34px;
    color: #646464;
}

#wrapper h4 span {
    color: #B2B2B2;
}

#wrapper h4 small {
    font-size: 100%;
    color: #646464;
}

#wrapper .hide {
    display: none;
}

#wrapper .article {
    padding: 20px 30px;
}

#wrapper .flex-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#wrapper .left,
#wrapper .right {
    width: 49%;
}

#wrapper p {
    margin-bottom: 16px;
}

#wrapper p.mb-0 {
    margin: 0;
}

#wrapper p.socials strong {
    position: relative;
    top: -13px;
}

#wrapper strong {
    font-weight: 700;
}

#wrapper h1 {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    color: #FFCC00;
}

#wrapper h1 br {
    display: none;
}

#wrapper h1 span.block {
    display: block;
}

#wrapper h3 {
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}

#wrapper h4 {
    margin: 40px 0 15px;
    font-size: 33px;
    line-height: 1.2;
    font-weight: 700;
    color: #FFCC00;
}

#wrapper h5 {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 1.1;
    font-weight: 700;
}

#wrapper a {
    color: #000;
    text-decoration: none;
}

#wrapper ul {
    margin-bottom: 15px;
    list-style: none;
}

#wrapper ul li {
    padding-left: 14px;
    margin-bottom: 7px;
    position: relative;
}

#wrapper ul li:before {
    content: '\002b';
    color: #FFCC00;
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: 0;
}

#wrapper img {
    max-width: 100%;
    height: auto;
}

#wrapper sup,
#wrapper sub {
    line-height: 1;
}

#wrapper .nobr {
    white-space: nowrap;
}

@media (max-width: 998px) {
    #wrapper {
        margin: 0;
        border: none;
    }

    #wrapper .title2 {
        font-size: 6vw;
        line-height: 1;
    }
}

@media all and (max-width: 760px) {
    #wrapper .article,
    #wrapper .footer {
        padding: 16px;
    }

    #wrapper .left,
    #wrapper .right {
        width: 100%;
    }

    #wrapper .flex-1 .pic {
        display: flex;
        justify-content: center;
    }

    #wrapper .flex-1 {
        display: block;
    }

    #wrapper .flex-1 div {
        width: auto;
    }

    #wrapper h1 {
        width: auto;
        font-size: 37px;
    }

    #wrapper div.box {
        width: auto;
        margin-left: 0;
    }

    #wrapper .flex {
        display: block;
    }

    #wrapper .w50 {
        width: 100%;
        margin-bottom: 15px;
    }

    #wrapper .bg {
        width: 100%;
    }

    #wrapper .bor {
        width: 96%;
        padding: 5%;
    }

    #wrapper .box2 {
        background-size: 100% auto;
        padding-top: 35%;
    }
}