.exploremore {
    padding: 9.02778vw 4.16667vw 4.16667vw; }
@media screen and (max-width: 960px) {
    .exploremore {
        padding: 26.66667vw 4.26667vw 32vw; } }
.exploremore .title-wrap {
    margin-bottom: 4.51389vw; }
@media screen and (max-width: 960px) {
    .exploremore .title-wrap {
        margin-bottom: 9.33333vw; }
    .exploremore .title-wrap h2 {
        font-size: 7.46667vw; } }
.exploremore .exploremore-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list {
        display: block; } }
.exploremore .exploremore-list .exploremore-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 49.8%;
    padding: 2.56944vw 2.63889vw 2.63889vw 2.08333vw;
    border-radius: 2.08333vw;
    overflow: hidden;
    text-decoration: none;
    height: 20.69444vw; }
@media screen and (min-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item:hover .bg {
        opacity: 1; } }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item {
        width: 100%;
        padding: 8vw 6.4vw;
        border-radius: 8vw;
        height: 70.66667vw;
        margin-bottom: 2.13333vw; } }
.exploremore .exploremore-list .exploremore-list-item .bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: .2s ease-in-out opacity;
    -o-transition: .2s ease-in-out opacity;
    transition: .2s ease-in-out opacity;
    opacity: 0; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .bg {
        opacity: 1; } }
.exploremore .exploremore-list .exploremore-list-item .bg svg {
    width: auto;
    height: 20.69444vw;
    opacity: .12;
    display: block; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .bg svg {
        height: 70.66667vw;
        opacity: 1; } }
.exploremore .exploremore-list .exploremore-list-item:nth-child(1) {
    background: -webkit-linear-gradient(166deg, #222 0.61%, #FF771D 101.2%);
    background: -o-linear-gradient(166deg, #222 0.61%, #FF771D 101.2%);
    background: linear-gradient(284deg, #222 0.61%, #FF771D 101.2%); }
.exploremore .exploremore-list .exploremore-list-item:nth-child(2) {
    background: linear-gradient(121deg, #2E4559 0%, #5D98C5 100%); }
.exploremore .exploremore-list .exploremore-list-item .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 2.63889vw;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #f8f8f8;
    position: relative;
    z-index: 2; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .name {
        font-size: 6.4vw; } }
.exploremore .exploremore-list .exploremore-list-item .name svg {
    width: 2.08333vw;
    height: 2.08333vw;
    margin-right: 0.97222vw;
    display: block;
    -webkit-transform: translateY(-0.27778vw);
    -ms-transform: translateY(-0.27778vw);
    transform: translateY(-0.27778vw); }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .name svg {
        width: 6.4vw;
        height: 6.4vw;
        margin-right: 3.2vw;
        -webkit-transform: translateY(-0.8vw);
        -ms-transform: translateY(-0.8vw);
        transform: translateY(-0.8vw); } }
.exploremore .exploremore-list .exploremore-list-item .desc {
    margin-top: 2.08333vw;
    font-size: 1.11111vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 2;
    width: 24.30556vw; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .desc {
        margin-top: 8vw;
        font-size: 3.2vw;
        width: auto; } }
.exploremore .exploremore-list .exploremore-list-item .btn {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 0.48611vw 1.11111vw 0.34722vw;
    border-radius: 16.66667vw;
    background-color: #fff;
    font-size: 1.11111vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-right: auto;
    -webkit-transition: .2s ease-in-out background, .2s ease-in-out color;
    -o-transition: .2s ease-in-out background, .2s ease-in-out color;
    transition: .2s ease-in-out background, .2s ease-in-out color; }
@media screen and (max-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .btn {
        padding: 1.86667vw 4.26667vw 1.33333vw;
        border-radius: 64vw;
        font-size: 3.73333vw;
        margin-right: auto; } }
@media screen and (min-width: 960px) {
    .exploremore .exploremore-list .exploremore-list-item .btn:hover {
        background-color: rgba(255, 255, 255, 0.4);
        color: #fff; } }

.exploremore .exploremore-list .exploremore-list-item:nth-child(1){
    background: linear-gradient(284deg, #222 0.61%, #FF771D 101.2%);
}
.exploremore .exploremore-list .exploremore-list-item:nth-child(2){
    background: linear-gradient(121deg, #2E4559 0%, #5D98C5 100%);
}
.exploremore .exploremore-list .exploremore-list-item {
    height: 30vw;
}

.exploremore .exploremore-list .exploremore-list-item .bg svg {
    width: 75%;
    height: unset;
    opacity: .12;
    display: block;
    margin: 0 auto;
}
.exploremore .exploremore-list .exploremore-list-item:nth-child(2) .bg svg {
    width: 100%;
    height: unset;
    opacity: .12;
    display: block;
    margin: 0 auto;
}
.exploremore .exploremore-list .exploremore-list-item .bg{
    left: 0;
    width: 100%;
}

.exploremore .exploremore-list .exploremore-list-item .name {
    font-size: 3.5vw;
}

.exploremore .exploremore-list .exploremore-list-item .desc {
    width: 37vw;
}

.exploremore .exploremore-list .exploremore-list-item:nth-child(1) .btn{
    margin-left: unset;
    margin-right: auto;
}


.post-inner-white .post-inner-header .title-cat {
    text-align: center;
}
.post-inner-white .post-inner-header .title-cat h1{
    text-align: center;
    width: 100%;

    margin-bottom: 2vw;
}
.post-inner-white .post-inner-header {
    justify-content: unset;
}

.post-inner-white .post-inner-header .inner-blc{
    display: flex;
    width: 100%;

    border-radius: 1.389vw;
    background: linear-gradient(90deg, #000000 0%, #000000 100%);

    padding-bottom: 5vw;
}

.back-wrap svg path{
    stroke: white;
}

.post-inner-white .post-inner-header .back-wrap {
    position: relative;
    left: 1vw;
    top: 1vw;
}
.post-inner-white .post-inner-header .title-cat h1{
    color: #FFF;
    font-family: "NeueMachina";
    font-size: 1.528vw;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;

    opacity: 0.5;

    margin-top: -0.5vw;
}
.tags{
    position: relative;
    top: -1vw;
    min-height: 2vw;
}
.tags span{
    color: #000;
    font-family: "NeueMachina";
    font-size: 0.833vw;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    text-transform: uppercase;

    padding-left: 0.694vw;
    padding-right: 0.694vw;
    padding-top: 0.208vw;
    padding-bottom: 0.208vw;

    display: inline-flex;

    margin-left: 0.139vw;

    border-radius: 3.819vw;
    background: #FF7820;
}

.post-inner-white .post-inner-header .title-cat p{
    color: #FFF;
    text-align: center;
    font-family: "NeueMachina";
    font-size: 0.972vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    width: 41.667vw;
    margin: 0 auto;
}
.u-btn{
    color: #FFF;
    font-family: "NeueMachina";
    font-size: 0.833vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    border-radius: 0.556vw;
    background: #000;

    padding-top: 0.833vw;
    padding-bottom: 0.833vw;
    padding-left: 1.667vw;
    padding-right: 1.667vw;

    text-decoration: none;

    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 3vw;
}
.u-btn svg{
    margin-left: .6vw;
    position: relative;
}

@media(max-width: 960px){
    .post-inner-white .post-inner-header .inner-blc {
        min-height: 100vw;
        height: auto!important;

        flex-direction: column;
    }
    .post-inner-white .post-inner-header .inner-blc img{
        max-width: 100%;
    }

    .post-inner-white .post-inner-header .title-cat p {
        color: #FFF;
        text-align: center;
        font-family: "NeueMachina";
        font-size: 3.3vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        width: 85%;
        margin: 0 auto;
    }

    .post-inner-white .post-inner-header .title-cat h1 {
        font-size: 5.571vw;margin-top: -11.5vw;
    }

    .tags {
        position: relative;
        top: -28vw;
    }
    .tags span{
        font-size: 2.786vw
    }

    .tags span {
        color: #000;
        font-family: "NeueMachina";
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        text-transform: uppercase;
        padding-left: 2.694vw;
        padding-right: 2.694vw;
        padding-top: 1.208vw;
        padding-bottom: 1.208vw;
        display: inline-flex;
        margin-left: 0.139vw;
        border-radius: 3.819vw;
        background: #FF7820;
    }

    .u-btn {
        color: #FFF;
        font-family: "NeueMachina";
        font-size: 3.833vw;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        border-radius: 2.556vw;
        background: #000;
        padding-top: 1.833vw;
        padding-bottom: 1.833vw;
        padding-left: 3.667vw;
        padding-right: 3.667vw;
        text-decoration: none;
        display: inline-flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 8vw;
        margin-bottom: 8vw;
    }

    .u-btn svg {
        margin-left: 2.6vw;
        position: relative;
    }

    .exploremore .exploremore-list .exploremore-list-item .desc {
        width: 60vw;
    }
    .exploremore .exploremore-list .exploremore-list-item {
        height: 80vw;
    }
}

.games-slider{
    width: 100%;

    margin-top: 2vw;
}
.game-slide{
    width: 37vw;
    margin-left: 0.2vw;
    margin-right: 0.2vw;

    border-radius: 0.972vw;
    background: #FFF;

    border: 1px solid rgba(0, 0, 0, 0.20);
}
.game-slide .game-image img{
    width: 100%;
    object-fit: cover;

    height: 13.681vw;

    border-radius: 0.972vw;
}
.game-slide .game-content{
    padding-left: 1.389vw;
    padding-right: 1.389vw;
    padding-top: 1.597vw;
    padding-bottom:1.597vw;
}
.game-slide .game-content span{
    color: #000;
    font-family: "NeueMachina";
    font-size: 1.667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;

    max-width: 60%;
    display: inline-flex;
    min-height: 7vw;

    opacity: 0.8;
}
.game-slide .game-content p{
    color: #000;
    font-family: "Neue Machina";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */

    opacity: 0.6;

    min-height: 6vw;
    max-height: 6vw;
}

.slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1.73611vw;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
@media screen and (max-width: 960px) {
    .slick-dots {
        bottom: -6.66667vw;
    }
}
.slick-dots li {
    margin-right: 0.83333vw;
}
@media screen and (max-width: 960px) {
    .slick-dots li {
        margin-right: 3.2vw;
    }
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots li.slick-active button {
    background-color: #f7c614;
}
.slick-dots li button {
    font-size: 0;
    -webkit-appearance: none;
    border: none;
    outline: none;
    border-radius: 1.38889vw;
    background-color: #4d4d4d;
    width: 0.69444vw;
    height: 0.34722vw;
    -webkit-transition: .2s ease-in-out background;
    -o-transition: .2s ease-in-out background;
    transition: .2s ease-in-out background;
    cursor: poNeueMachina;
}
@media screen and (max-width: 960px) {
    .slick-dots li button {
        border-radius: 5.33333vw;
        width: 2.66667vw;
        height: 1.33333vw;
    }
}

.slick-dots {
    justify-content: center;
    align-items: center;
    bottom: -3.736vw;
}

.slick-dotted.slick-slider {
    margin-bottom: 5vw;
}

.game-slide{
    transition: 0.3s;
}
.game-slide:hover{
    background: #FFF0E7;
    border-color: #FFF0E7!important;
}
.game-slide span, .game-slide p{
    transition: 0.3s;
}
.game-slide:hover span, .game-slide:hover p{
    color: #EC650D;
}

@media(max-width: 960px){
    .game-slide .game-image img {
        width: 100%;
        object-fit: cover;
        height: 52.681vw;
        border-radius: 3.972vw;
    }

    .game-slide {
        border-radius: 3.972vw;
    }

    .game-slide .game-content span {
        font-family: "NeueMachina";
        font-size: 5.667vw;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        max-width: 75%;
        display: inline-flex;
        min-height: 16vw;
        opacity: 0.8;
    }

    .game-slide .game-content {
        padding-left: 2.389vw;
        padding-right: 2.389vw;
        padding-top: 3.597vw;
        padding-bottom: 3.597vw;
    }

    .game-slide .game-content p {
        color: #000;
        font-family: "Neue Machina";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        opacity: 0.6;
        min-height: 30vw;
        max-height: 32vw;
    }

    .slick-dots {
        justify-content: center;
        align-items: center;
        bottom: -12.736vw;
    }
}