:root {
        --px: 16px
    }

    .flx {
        display: flex
    }

    .aic {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .jcsb {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .grid2 {
        margin-right: calc(var(--px)*-1);
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .grid2 .col {
        width: calc(100%/2 - var(--px));
        margin-right: var(--px);
        margin-bottom: var(--px)
    }

    .grid5 {
        margin-right: calc(var(--px)*-1);
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .grid5 .col {
        width: calc(100%/5 - var(--px));
        margin-right: var(--px);
        margin-bottom: var(--px)
    }

    .b15 {
        margin-bottom: 15px
    }

    .b20 {
        margin-bottom: 20px
    }

    .b30 {
        margin-bottom: 30px
    }

    .b60 {
        margin-bottom: 60px
    }

    .r10 {
        margin-right: 10px
    }

    .r65 {
        margin-right: 65px
    }

    html,
    body {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%
    }

    img {
        outline: none
    }

    * {
        padding: 0px;
        margin: 0px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    img {
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none
    }

    a:hover {
        text-decoration: none
    }

    h1 {
        font-size: 24px;
        color: #eee
    }

    h2 {
        font-size: 20px
    }

    h3 {
        font-size: 18px
    }

    h2,
    h3 {
        margin-bottom: 25px;
        color: #ffffff;
        display: block;
        overflow: hidden
    }

    .clr:before,
    .clr:after {
        content: " ";
        display: table;
        clear: both
    }

    input::-webkit-input-placeholder {
        text-indent: 0px;
        -webkit-transition: text-indent 0.3s ease;
        transition: text-indent 0.3s ease
    }

    input::-moz-placeholder {
        text-indent: 0px;
        -moz-transition: text-indent 0.3s ease;
        transition: text-indent 0.3s ease
    }

    input:focus::-webkit-input-placeholder {
        text-indent: -500px;
        -webkit-transition: text-indent 0.3s ease;
        transition: text-indent 0.3s ease
    }

    input:focus::-moz-placeholder {
        text-indent: -500px;
        -moz-transition: text-indent 0.3s ease;
        transition: text-indent 0.3s ease
    }

    input:focus:-moz-placeholder {
        text-indent: -500px;
        -moz-transition: text-indent 0.3s ease;
        transition: text-indent 0.3s ease
    }

    input:focus:-ms-input-placeholder {
        text-indent: -500px;
        -ms-transition: text-indent 0.3s ease;
        transition: text-indent 0.3s ease
    }

    input::-moz-placeholder {
        text-overflow: ellipsis
    }

    .text table tr:hover {
        background-color: rgba(238, 238, 238, 0.8)
    }

    .text blockquote.success:before,
    .text .info-box.info-box-success:before {
        content: "";
        display: block;
        background-image: url(data:image/svg+xml,%0A%3Csvg\ viewBox=\'0\ 0\ 50\ 50\'\ fill=\'none\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg\ clip-path=\'url\(%23clip0\)\'%3E%3Cpath\ d=\'M25.2703\ 0.383606C11.7615\ 0.383606\ 0.770264\ 11.3748\ 0.770264\ 24.8836C0.770264\ 38.3924\ 11.7615\ 49.3836\ 25.2703\ 49.3836C38.779\ 49.3836\ 49.7703\ 38.3924\ 49.7703\ 24.8836C49.7703\ 11.3748\ 38.779\ 0.383606\ 25.2703\ 0.383606ZM38.9632\ 18.4362L23.3054\ 33.9713C22.3843\ 34.8924\ 20.9106\ 34.9538\ 19.9282\ 34.0327L11.6387\ 26.4801C10.6562\ 25.559\ 10.5948\ 24.024\ 11.4545\ 23.0415C12.3755\ 22.059\ 13.9106\ 21.9976\ 14.8931\ 22.9187L21.4632\ 28.9362L35.4632\ 14.9362C36.4457\ 13.9538\ 37.9808\ 13.9538\ 38.9632\ 14.9362C39.9457\ 15.9187\ 39.9457\ 17.4538\ 38.9632\ 18.4362Z\'\ fill=\'%2387C00E\'\ /%3E%3C/g%3E%3Cdefs%3E%3CclipPath\ id=\'clip0\'%3E%3Crect\ width=\'49\'\ height=\'49\'\ fill=\'white\'\ transform=\'translate\(0.770264\ 0.383606\)\'\ /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E);
        background-repeat: no-repeat;
        background-position: 0 0;
        width: 50px;
        height: 50px;
        margin-right: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .text blockquote.info:before,
    .text .info-box.info-box-info:before {
        content: "";
        display: block;
        background-image: url(data:image/svg+xml,%3Csvg\ aria-hidden=\'true\'\ focusable=\'false\'\ data-prefix=\'fas\'\ data-icon=\'info-circle\'\ role=\'img\'\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 512\ 512\'\ class=\'svg-inline--fa\ fa-info-circle\ fa-w-16\ fa-3x\'%3E%3Cpath\ fill=\'%2362B1F6\'\ d=\'M256\ 8C119.043\ 8\ 8\ 119.083\ 8\ 256c0\ 136.997\ 111.043\ 248\ 248\ 248s248-111.003\ 248-248C504\ 119.083\ 392.957\ 8\ 256\ 8zm0\ 110c23.196\ 0\ 42\ 18.804\ 42\ 42s-18.804\ 42-42\ 42-42-18.804-42-42\ 18.804-42\ 42-42zm56\ 254c0\ 6.627-5.373\ 12-12\ 12h-88c-6.627\ 0-12-5.373-12-12v-24c0-6.627\ 5.373-12\ 12-12h12v-64h-12c-6.627\ 0-12-5.373-12-12v-24c0-6.627\ 5.373-12\ 12-12h64c6.627\ 0\ 12\ 5.373\ 12\ 12v100h12c6.627\ 0\ 12\ 5.373\ 12\ 12v24z\'\ class=\'\'%3E%3C/path%3E%3C/svg%3E);
        background-repeat: no-repeat;
        background-position: 0 0;
        width: 50px;
        height: 50px;
        margin-right: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .text blockquote.warning:before,
    .text .info-box.info-box-warning:before {
        content: "";
        display: block;
        background-image: url(data:image/svg+xml,%3Csvg\ aria-hidden=\'true\'\ focusable=\'false\'\ data-prefix=\'fas\'\ data-icon=\'exclamation-circle\'\ role=\'img\'\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 512\ 512\'\ class=\'svg-inline--fa\ fa-exclamation-circle\ fa-w-16\ fa-3x\'%3E%3Cpath\ fill=\'%23f58128\'\ d=\'M504\ 256c0\ 136.997-111.043\ 248-248\ 248S8\ 392.997\ 8\ 256C8\ 119.083\ 119.043\ 8\ 256\ 8s248\ 111.083\ 248\ 248zm-248\ 50c-25.405\ 0-46\ 20.595-46\ 46s20.595\ 46\ 46\ 46\ 46-20.595\ 46-46-20.595-46-46-46zm-43.673-165.346l7.418\ 136c.347\ 6.364\ 5.609\ 11.346\ 11.982\ 11.346h48.546c6.373\ 0\ 11.635-4.982\ 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884\ 0-12.356\ 5.78-11.981\ 12.654z\'\ class=\'\'%3E%3C/path%3E%3C/svg%3E);
        background-repeat: no-repeat;
        background-position: 0 0;
        width: 50px;
        height: 50px;
        margin-right: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .text blockquote.danger:before,
    .text .info-box.info-box-danger:before {
        content: "";
        display: block;
        background-image: url(data:image/svg+xml,%3Csvg\ aria-hidden=\'true\'\ focusable=\'false\'\ data-prefix=\'fas\'\ data-icon=\'exclamation-circle\'\ role=\'img\'\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 512\ 512\'\ class=\'svg-inline--fa\ fa-exclamation-circle\ fa-w-16\ fa-3x\'%3E%3Cpath\ fill=\'%23F44336\'\ d=\'M504\ 256c0\ 136.997-111.043\ 248-248\ 248S8\ 392.997\ 8\ 256C8\ 119.083\ 119.043\ 8\ 256\ 8s248\ 111.083\ 248\ 248zm-248\ 50c-25.405\ 0-46\ 20.595-46\ 46s20.595\ 46\ 46\ 46\ 46-20.595\ 46-46-20.595-46-46-46zm-43.673-165.346l7.418\ 136c.347\ 6.364\ 5.609\ 11.346\ 11.982\ 11.346h48.546c6.373\ 0\ 11.635-4.982\ 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884\ 0-12.356\ 5.78-11.981\ 12.654z\'\ class=\'\'%3E%3C/path%3E%3C/svg%3E);
        background-repeat: no-repeat;
        background-position: 0 0;
        width: 50px;
        height: 50px;
        margin-right: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    body {
        color: #ffffff;
        font-family: "arial";
        font-size: 1em;
        background: #1b2038
    }

    #page {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        min-height: 100vh;
        padding-top: 8rem
    }

    .page_inner {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .wrap {
        max-width: 1160px;
        min-width: 280px;
        margin-right: auto;
        margin-left: auto;
        position: relative
    }

    .wrap2 {
        max-width: 100%;
        min-width: 280px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        padding-left: 40px;
        padding-right: 40px
    }

    .fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5
    }

    #topnav .breadcrumb-item::before {
        color: #707070
    }

    #topnav .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        color: #6c757d;
        content: "/"
    }

    .top-menu a:hover path {
        fill: #999
    }

    header {
        background: rgb(33 7 12);
        height: 4rem
    }

    header .wrap2 {
        height: 100%;
        border-bottom: 1px solid #ffffff1f
    }

    .btn-border {
        border: 2px solid rgb(75 75 75/88%);
        color: #fff;
        text-transform: none;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: normal;
        border-radius: 28px;
        padding: 10px 25px;
        line-height: 1;
        text-decoration: none;
        background: #ffffff1f
    }

    .btn-border:hover {
        background: rgb(238 238 238/20%)
    }

    .btn-pr:hover {
        background: rgb(153 153 153/62%)
    }

    .btn {
        border: 1px solid forestgreen;
        background: forestgreen;
        color: #fff;
        text-transform: none;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: bold;
        border-radius: 28px;
        padding: 11px 25px 10px 25px;
        line-height: 1;
        text-decoration: none
    }

    .btn:hover {
        background-color: forestgreen;
        border: 1px solid forestgreen;
    }

    .menu-burger {
        margin-top: 0.4rem
    }

    .menu-burger:hover path {
        stroke: #fff
    }

    .after-head {
        background: #3F3A79;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.07);
        padding: 10px 0
    }

    .main_menu ul {
        display: flex
    }

    .main_menu li {
        display: block;
        margin-right: 15px
    }

    .main_menu li:last-child {
        margin-right: 0
    }

    .main_menu span {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase
    }

    .main_menu a:hover {
        color: #FFF
    }

    .main_menu span:hover {
        color: #eee
    }

    .post {
        background: rgb(33 7 12);
        padding: 2em;
        border-radius: 12px
    }

    .filter:hover {
        border: 1px solid #000
    }

    .item {
        border-radius: 12px;
        height: 100%;
        background-size: cover;
        padding: 50px
    }

    .item .inner {
        max-width: 225px
    }

    .item .inner-banner {
        max-width: 70%
    }

    .copy-cod {
        color: #ff642e;
        font-weight: 700;
        cursor: pointer;
        white-space: nowrap
    }

    .item .title {
        font-weight: bold;
        font-size: 30px;
        text-transform: uppercase;
        color: #fff;
        text-shadow: 1px 1px 4px black
    }

    .item .txt {
        color: #fff;
        font-size: 16px;
        line-height: 1.5
    }

    .item .btn {
        display: inline-flex
    }

    .item-small {
        border-radius: 12px;
        height: 176px;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-size: cover;
        position: relative;
        overflow: hidden;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center center
    }

    .item-small:hover:before {
        content: "";
        visibility: visible;
        opacity: 1
    }

    .item-small:hover .inner {
        opacity: 1
    }

    .item-small:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.85);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        opacity: 0
    }

    .item-small .inner {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        z-index: 2;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        opacity: 0
    }

    .item-small .title {
        font-size: 14px;
        color: #fff;
        margin-bottom: 12px;
        min-height: 3rem
    }

    .item-small .btn {
        width: 160px;
        height: 50px;
        font-size: 16px
    }

    .item-small .demo {
        margin-top: 15px;
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: underline;
        color: #999
    }

    .item-small .demo:hover {
        color: #fff
    }

    .row-first .col .col {
        margin-bottom: 0
    }

    .row-first .col .col:nth-child(n+3) {
        margin-top: 16px
    }

    .foot-name {
        text-transform: uppercase;
        margin-bottom: 20px
    }

    footer {
        padding: 70px 0;
        background-color: rgb(33 7 12);
        color: #fff;
        margin-top: 70px
    }

    footer li {
        margin-bottom: 12px;
        display: block
    }

    footer li:last-child {
        margin-bottom: 0
    }

    .foot {
        width: 100%;
        display: block
    }

    .foot .col {
        width: 18%;
        display: inline-table;
        margin-bottom: 1em
    }

    footer a:hover {
        color: #fff
    }

    .post img {
        width: auto;
        border-radius: 15px;
        margin: 14px 0
    }

    .post p {
        margin-bottom: 14px;
        overflow: hidden
    }

    .post .entry-content {
        display: block;
        min-height: 15rem;
        margin-bottom: 3.5rem
    }

    .btn-h {
        padding-left: 4px
    }

    h1 {
        text-transform: uppercase
    }

    .payment {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    table {
        width: 100%;
        margin-bottom: 1rem;
        background-color: transparent;
        border: 1px solid #ffffff;
        border-collapse: collapse
    }

    table td,
    table th {
        border: 1px solid #ffffff;
        padding: 0.75rem;
        vertical-align: top
    }

    .payment {
        width: 100%;
        justify-content: center
    }

    .payment span {
        margin: 2px;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 110px;
        height: 80px;
        color: #999;
        background-color: rgba(255, 255, 255, 0.05)
    }

    .footer-menu-box span {
        color: #999
    }

    .footer-menu-box {
        flex-wrap: wrap;
        justify-content: center
    }

    .footer-box {
        padding: 2rem;
        text-align: center;
    }

    .post .img-left {
        float: left;
        display: block;
        margin-right: 14px;
        position: relative;
        overflow: hidden
    }

    .post .align-canter {
        text-align: center;
        overflow: hidden;
        position: relative;
        display: block;
        width: 100%
    }

    @media only screen and (max-width:540px) {
        .post .img-left {
            float: none;
            margin: auto auto 10px auto
        }
    }

    @media (max-width:1180px) {
        .wrap {
            margin: 0 15px
        }

        .wrap2 {
            margin: 0 15px;
            padding-left: 0;
            padding-right: 0
        }

        #page {
            overflow: hidden
        }
    }

    @media (max-width:992px) {
        #page {
            padding-top: 8rem
        }

        .after-head {
            margin-bottom: 15px
        }

        .row-first .col .col {
            width: calc(100%/4 - var(--px));
            margin-bottom: 0
        }

        .row-first .col .col:nth-child(n+2) {
            margin-top: 0
        }
    }

    @media (max-width:767px) {
        .row-first .col {
            margin-bottom: 0
        }

        .row-first .col:first-child {
            margin-bottom: var(--px)
        }

        .row-first .col .col {
            width: calc(100%/2 - var(--px));
            margin-bottom: var(--px)
        }

        .main_menu {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            overflow: hidden
        }

        .main_menu li {
            -ms-flex-negative: 0;
            flex-shrink: 0
        }

        .main_menu li:nth-child(n+5) {
            display: none
        }

        .hide_767 {
            display: none
        }
    }

    @media (max-width:550px) {
        .footer-menu-box {
            justify-content: center
        }

        .foot .col {
            width: 100%
        }

        .r65 {
            margin-right: 0;
            text-align: center
        }

        #page {
            padding-top: 8rem
        }

        footer {
            padding: 15px 0;
            margin-top: 15px
        }

        footer .b60 {
            margin-bottom: 35px
        }

        .foot {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

        .foot .rr {
            margin-top: 35px
        }

        .item-small {
            height: auto;
            padding: 10px
        }

        .item-small .btn {
            width: auto;
            height: auto;
            padding: 10px 20px 8px 20px
        }

        .item {
            padding: 20px
        }

        .item .title {
            font-size: 16px;
            margin-bottom: 10px
        }

        .item .txt {
            font-size: 12px;
            margin-bottom: 10px
        }

        header {
            height: 73px
        }

        header .rr {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

        header .rr .r10 {
            margin-right: 0
        }

        .show_550 {
            display: block
        }

        .hide_550 {
            display: none
        }
    }

    .comment-respond .comment-form-comment:before {
        content: "";
        display: block;
        clear: both
    }

    .hw-link {
        cursor: pointer
    }

    .games-section__header {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0.5em 0 0.5em
    }

    .g-title {
        margin: 4px 0 0 10px;
        color: #fff;
        text-decoration: none;
        text-transform: none;
        line-height: 1.4;
        font-weight: 600;
        font-size: 1.2em
    }

    @media (max-width:992px) {
        .grid2 .col {
            width: calc(100%/1 - var(--px));
            margin-right: var(--px);
            margin-bottom: var(--px)
        }

        .grid5 .col {
            width: calc(50%/1 - var(--px));
            margin-right: var(--px);
            margin-bottom: var(--px)
        }
    }

    .sf-hidden {
        display: none !important
    }

body {
    background: rgb(33 7 12);
} 

a {
    text-decoration: none;
}

footer li a {
    color: #ffffff;
}

.logo img {
    max-height: 85px;
}