* {
    padding: 0;
    margin: 0;
    outline: none;
    list-style: none;
    border: 0 none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

@font-face {
    font-family: "UTM Bebas";
    src: url("../fonts/UTMBebas.woff2") format("woff2"),url("../fonts/UTMBebas.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

font-display:swap
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background: url(../images/background.jpg) no-repeat center top #6351c9;
    font-family: "UTM Bebas",Arial,sans-serif
}

.container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto
}

.txt-slogan {
    width: 511px;
    height: 297px;
    background: url(../images/txt-slogan.png) no-repeat 0 0/100%;
    margin: 0 auto;
    margin-top: 0px;
    display: block
}

@media screen and (max-width: 1000px) {
    .txt-slogan {
        width: 350px;
        height: 204px
    }
}

@media screen and (max-width: 500px) {
    .txt-slogan {
        width: 300px;
        height: 175px
    }
}

.download {
    display: block;
    width: 350px;
    height: 80px;
    background: #e4007c;
    background: linear-gradient(0deg, #e4007c 0%, #ee1f8f 100%);
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 60px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 50px;
    padding-left: 60px;
    padding-top: 2px;
    position: relative
}

@media screen and (max-width: 1000px) {
    .download {
        height: 60px;
        font-size: 40px
    }
}

@media screen and (max-width: 500px) {
    .download {
        width: calc(100% - 30px);
        margin: 15px
    }
}

.download:hover:before {
    opacity: 1
}

.download:hover
.txt-download {
    color: #e4007c
}

.download:hover
.ic-download:before {
    background-image: url(../images/ic-dl2-1.png)
}

.download:hover
.ic-download:after {
    background-image: url(../images/ic-dl2-2.png)
}

.download:before {
    content: " ";
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 100px;
    transition: all .5s ease
}

.download .txt-download {
    letter-spacing: .8px;
    position: relative;
    color: #fff
}

.download .ic-download {
    position: absolute;
    top: 0;
    left: 0
}

.txt-text {
    letter-spacing: .8px;
    position: relative;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 0 10px;
}

@media screen and (max-width: 1000px) {
    .download .ic-download {
        top: -5px
    }
}

.download .ic-download:before {
    content: " ";
    width: 29px;
    height: 34px;
    background: url(../images/ic-dl-1.png) no-repeat 0 0/100%;
    position: absolute;
    top: 17px;
    left: 52px;
    animation: dltrans 2s infinite ease-in-out
}

.download .ic-download:after {
    content: " ";
    width: 46px;
    height: 12px;
    background: url(../images/ic-dl-2.png) no-repeat 0 0/100%;
    position: absolute;
    top: 48px;
    left: 44px
}

.logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0
}

@media screen and (max-width: 1000px) {
    .logos {
        margin: 30px 0
    }
}

.logos img {
    width: 100%;
    height: auto
}

.logos span {
    width: 180px;
    margin: -13px 15px
}

@media screen and (max-width: 1000px) {
    .logos span {
        width: 120px
    }
}

@media screen and (max-width: 550px) {
    .logos span {
        width: 110px;
        margin: 1px 3px
    }
}

@media screen and (max-width: 400px) {
    .logos span {
        width: 70px
    }
}

.articles {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

    .articles .post-link {
        width: 300px;
        height: 130px;
        background: #8f7dea;
        background: linear-gradient(0deg, #8f7dea 0%, #a292f3 100%);
        margin: 0 16px;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        padding-top: 13px;
        transition: all .5s ease;
        position: relative
    }

@media screen and (max-width: 1000px) {
    .articles .post-link {
        width: 100%;
        height: 90px;
        margin: 15px
    }
}

.articles .post-link:hover:before {
    opacity: 1
}

.articles .post-link:hover
.txt-1 {
    color: rgba(255,255,255,.7)
}

.articles .post-link:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: #e4007c;
    background: linear-gradient(0deg, #e4007c 0%, #ee1f8f 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s ease
}

.articles .post-link .txt-1 {
    color: #d0c7ff;
    font-size: 35px;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 1;
    transition: all .5s ease;
    position: relative
}

@media screen and (max-width: 1000px) {
    .articles .post-link .txt-1 {
        font-size: 24px
    }
}

.articles .post-link .txt-2 {
    color: #fff;
    font-size: 55px;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 1;
    position: relative
}

@media screen and (max-width: 1000px) {
    .articles .post-link .txt-2 {
        font-size: 35px
    }
}

.head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px
}

    .head .name {
        color: #fff;
        display: flex;
        flex-wrap: wrap;
        width: 300px;
        text-decoration: none
    }

@media screen and (max-width: 1000px) {
    .head .name {
        width: auto
    }
}

.head .name .button-back {
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center
}

@media screen and (max-width: 1000px) {
    .head .name .button-back {
        margin-left: 10px
    }
}

.head .name .button-back:before {
    content: " ";
    width: 24px;
    height: 23px;
    background: url(../images/ic-back.png) no-repeat 0 0/100%;
    display: block
}

.head .name .txt {
    font-size: 24px;
    display: block;
    margin-left: 10px;
    padding-top: 2px
}

@media screen and (max-width: 1000px) {
    .head .name .txt {
        display: none
    }
}

.head .download {
    width: 190px;
    height: 40px;
    margin: 0;
    font-size: 24px;
    padding-left: 30px
}

@media screen and (max-width: 1000px) {
    .head .download {
        padding-left: 0;
        width: 150px;
        margin-right: 15px
    }
}

@media screen and (max-width: 1000px) {
    .head .download .ic-download {
        display: none
    }
}

.head .download .ic-download:before {
    width: 17px;
    height: 20px;
    top: 8px;
    left: 26px
}

.head .download .ic-download:after {
    width: 27px;
    height: 7px;
    top: 28px;
    left: 21px
}

.main {
    color: #fff;
    font-size: 18px;
    background: rgba(0,0,0,.7);
    padding: 15px;
    margin: 15px 0;
    line-height: 1.7;
    font-family: "Segoe UI",Arial,sans-serif
}

    .main .break-p {
        margin-top: 20px
    }

    .main ol {
        margin-left: 20px;
        list-style: none;
        margin-top: 20px
    }

    .main table {
        width: 100%;
        border-collapse: collapse
    }

        .main table td, .main table th {
            border-collapse: collapse;
            border: 1px solid rgba(255,255,255,.3);
            padding: 8px
        }

        .main table tr:hover {
            background: rgba(255,255,255,.1)
        }

@keyframes dltrans {
    50% {
        transform: translateY(-8px)
    }
}
/*# sourceMappingURL=style.css.map */
.content {
    color: #fff;
    font-family: 'Segoe UI', Arial, Tahoma, sans-serif;
    margin-bottom: 30px;
}

    .content h2, .content h3, .content h4 {
        margin-top: 20px;
        color: #ffcc00;
    }

    .content p {
        margin-top: 5px;
    }

.center {
    text-align: center;
}

.content h2 {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.content ul {
    margin-left: 15px;
    margin-top: 10px;
}
.error-page {
    width: 600px;
    margin: 20px auto 0 auto
}

@media (max-width: 991px) {
    .error-page {
        width: 100%
    }
}

.error-page > .headline {
    float: left;
    font-size: 100px;
    font-weight: 300
}

@media (max-width: 991px) {
    .error-page > .headline {
        float: none;
        text-align: center
    }
}

.error-page > .error-content {
    margin-left: 190px;
    display: block;
    font-size:17px;
}


@media (max-width: 991px) {
    .error-page > .error-content {
        margin-left: 0
    }
}

.error-page > .error-content > h3 {
    font-weight: 300;
    font-size: 25px
}

@media (max-width: 991px) {
    .error-page > .error-content > h3 {
        text-align: center
    }
}

.text-red {
    color: #dd4b39 !important
}

.text-yellow {
    color: #f39c12 !important
}

.text-aqua {
    color: #00c0ef !important
}

.text-blue {
    color: #0073b7 !important
}

.text-black {
    color: #111 !important
}