html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: "Outfit", sans-serif !important;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-x: hidden;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background-color: #000;
    color: #636e72;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
}

::-webkit-input-placeholder {
    color: #2d3436;
}

:-ms-input-placeholder {
    color: #2d3436;
}

::-moz-placeholder {
    color: #2d3436;
    opacity: 1;
}

:-moz-placeholder {
    color: #2d3436;
    opacity: 1;
}

:focus::-webkit-input-placeholder,
:focus::-moz-placeholder,
:focus:-moz-placeholder,
:focus:-ms-input-placeholder {
    color: transparent;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: 700;
    -webkit-backface-visibility: hidden;
    color: #FAF9F6;
}

h1,
h1 a {
    font-size: 2.0em;
    line-height: 1.2em;
}

h2,
h2 a {
    font-size: 1.6rem;
    line-height: 1.2em;
    color: #F4821F;
}

h3,
h3 a {
    font-size: 1.4rem;
    line-height: 1.2em;
    color: #F4821F;
}

h4,
h4 a {
    font-size: 1.333em;
    line-height: 1.2em;
}

h5,
h5 a {
    font-size: 1em;
    line-height: 1.2em;
}

h6,
h6 a {
    font-size: 0.75em;
    line-height: 1.2em;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}

iframe,
embed,
object,
video {
    max-width: 100%;
}

input,
textarea {
    outline: none;
    outline: 0;
}

:active, :hover, :focus {
    outline: 0 !important;
    outline-offset: 0 !important;
}

input[type="text"]:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #fff !important;
}

a:active,
a:focus {
    outline: none;
    color: #fff !important;
}

div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 0;
    display: block;
}

.space-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.left {
    float: left;
}

.text-center {
    text-align: center;
}

.box-100 {
    width: 100%;
}

.box-25 {
    width: 25%;
}

.box-50 {
    width: 50%;
}

.box-75 {
    width: 75%;
}

.space-close-icon {
    top: 0;
    right: 0;
    width: 20px;
    height: 21px;
    cursor: pointer;
}

.space-close-icon .to-right {
    top: 10px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #95a5a6;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.space-close-icon .to-left {
    top: 10px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #95a5a6;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.space-header-wrap {
    width: 100%;
    background-color: white;
    z-index: 2;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.space-header-wrap.fixed {
    top: 0;
    position: fixed;
}

.admin-bar .space-header-wrap.fixed {
    top: 32px;
}

.space-header {
    width: 100%;
    min-height: 80px;
    background: black;
}

.space-header-logo-main {
    margin: 5px 15px 0;
    position: relative;
}

.space-header-logo-main:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 20px;
    right: 0;
    top: 25px;
    background-color: #e9edf0;
}

.space-header-logo a {
    padding-top: 15px;
    display: inline-block;
    font-weight: 700;
    color: #2d3436;
}

.space-header-menu ul.main-menu {
    padding-right: 55px;
    line-height: 100%;
}

.space-header-menu ul.main-menu li {
    float: left;
    position: relative;
    padding: 0;
    margin: 0;
    color: #2d3436;
    font-size: 1em;
    line-height: 1em;
    font-weight: 400;
}

.space-header-menu ul.main-menu li:last-child {
    margin-right: 0;
}

.space-header-menu ul.main-menu li a {
    color: #F4821F;
    text-decoration: none;
    font-weight: 700;
    padding: 31px 16px;
    border-bottom: 2px solid transparent;
    display: block;
}

.space-header-menu ul.main-menu li a:hover,
.space-header-menu ul.main-menu li:hover a {
    color: #be2edd;
    border-bottom: 2px solid #be2edd;
}

.space-header-search {
    top: 30px;
    bottom: 0;
    right: 15px;
    margin: 0;
    color: #2d3436;
    font-size: 1.333em;
    line-height: 1em;
    height: 1em;
    cursor: pointer;
}

.desktop-search-close-button .to-right,
.desktop-search-close-button .to-left {
    background-color: #95a5a6;
}

.space-header-search-block {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 100000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.space-header-search-block.active {
    opacity: 1;
    visibility: visible;
}

.space-header-search-block-main {
    max-width: 1170px;
    height: 100px;
    margin: 3rem 10px 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.desktop-search-close-button {
    top: 20px;
    right: 45px;
}

.space-header-search-block input[type="search"] {
    width: 100%;
    float: none;
    height: auto;
    background: transparent;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.2em;
    color: #2d3436;
    border: 0;
    border-bottom: 1px solid #e9edf0;
    padding: 15px 10px;
    border-radius: 0;
}

.space-mobile-menu-icon {
    width: 4px;
    top: 20px;
    right: 0;
    cursor: pointer;
    overflow: hidden;
    display: none;
}

.space-mobile-menu-icon div:nth-child(1) {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #2d3436;
    margin-bottom: 4px;
}

.space-mobile-menu-icon div:nth-child(2) {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #2d3436;
    margin-bottom: 4px;
}

.space-mobile-menu-icon div:nth-child(3) {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #2d3436;
}

.space-mobile-menu {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(45, 52, 54, 0.95);
    z-index: 100000;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    width: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.space-mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.space-mobile-menu-block {
    overflow-y: auto;
    width: 80%;
    max-width: 320px;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 45px 20px;
}

.space-mobile-menu-header {
    overflow: hidden;
    margin-bottom: 45px;
}

.space-mobile-menu-header a {
    display: inline-block;
    font-weight: 700;
    color: #2d3436;
}

.space-mobile-menu-header span {
    display: block;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #95a5a6;
}

.space-mobile-menu-close-button {
    top: 20px;
    right: 20px;
}

.space-mobile-menu-list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.space-mobile-menu-list ul {
    width: 100%;
    position: relative;
}

.space-mobile-menu-list ul li {
    width: 100%;
    position: relative;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    color: #2d3436;
    text-align: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.space-mobile-menu-list ul li ul li:first-child {
    margin-top: 0;
}

.space-mobile-menu-list ul li a {
    display: inline-block;
    padding: 10px 0;
    font-weight: 700;
    font-size: 1em;
    line-height: 1em;
    color: #F4821F;
}

.space-mobile-menu-copy {
    margin-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.45em;
    color: #95a5a6;
}

.space-mobile-menu-copy a {
    color: #95a5a6;
}

.space-page-content a {
    color: #FF8A14 !important;
    text-decoration: none;
}

a {
    text-decoration: none;
}

.space-header-height {
    min-height: 80px;
}

.space-content-section.no-sidebar {
    max-width: 1100px;
    margin: 0 auto;
}

.space-content-section img {
    border-radius: 5px;
}

.space-page-content-wrap {
    margin: 0 10px;
    overflow: hidden;
    padding-top: 20px;
}

.space-footer-copy {
    padding: 20px 0;
    background-color: #111111;
}

.space-footer-copy-left {
    color: #777777;
    font-size: 1em;
    line-height: 1.45em;
    font-weight: 400;
    width: 100%;
}

.space-footer-copy-left a {
    color: #777777;
    text-decoration: none;
}

.space-footer-copy-left a:hover {
    text-decoration: underline;
}

.space-footer-copy-menu ul {
    float: right;
}

.space-footer-copy-menu ul li {
    margin-left: 30px;
    float: left;
}

.space-footer-copy-menu ul li a {
    color: #777777;
    font-size: 1em;
    line-height: 1.45em;
    font-weight: 400;
    text-decoration: underline;
}

.space-footer-copy-menu ul li a:hover {
    text-decoration: underline;
}

#scroll-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    background-color: #ff2453;
    cursor: pointer;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#scroll-top:hover {
    color: #fff;
    background-color: #57606f;
}

#scroll-top.show {
    opacity: 1;
    visibility: visible;
}

.wp-block-columns {
    margin-left: 1px;
    margin-right: 0;
    margin-bottom: 1em !important;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));

}

.wp-block-column p {
    line-height: 1.2;
    margin: 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #F4821F;
}

hr.wp-block-separator {
    margin: 15px auto;
    border: 0;
    width: 100%;
    height: 1px;
    background-color: #dfe6e9;
}

.logo-icon {
    height: 50px;
    width: 200px;
}

:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0, 124, 186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
    --wp-admin-border-width-focus: 2px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    :root {
        --wp-admin-border-width-focus: 1.5px
    }
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

.space-header-menu ul.main-menu li a:hover,
.space-header-menu ul.main-menu li:hover a {
    color: #be2edd;
}

.space-header-menu ul.main-menu li a:hover,
.space-header-menu ul.main-menu li:hover a {
    border-bottom: 2px solid #be2edd;
}

.fas {
    font-family: "Font Awesome 5 Free" !important;
}

.space-header-menu ul.main-menu li a {
    padding-bottom: 1em;
}

.space-header-menu ul.main-menu li a:hover, .space-header-menu ul.main-menu li:hover a {
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
}

#scroll-top {
    background-color: #F4821F;
}


.space-footer-copy .wp-block-columns {
    display: grid !important;
    grid-template-columns: 2fr 2fr 1fr !important;
}

@media screen and (max-width: 920px) {
    iframe {
        max-height: 300px;
    }

    .wp-block-columns {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 0.5em !important;
    }

    .space-footer-copy .wp-block-columns {
        text-align: left;
        grid-template-columns: 1fr 1fr !important;
    }
}

@media screen and (max-width: 479px) {
    .wp-block-columns {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.5em !important;
    }
}

.wp-block-column img {
    aspect-ratio: 1/1;
    width: 100%;
}

.flex-title {
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.grid-4 {
    grid-template-columns:repeat(4,minmax(0,1fr));
}

.grid-3 {
    grid-template-columns:repeat(3,minmax(0,1fr));
}

.grid-2 {
    grid-template-columns:repeat(2,minmax(0,1fr));
}

.detail-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #5e5e5e;
}

.detail-desc {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-width: 768px) {
    .detail-desc {
        -webkit-line-clamp: 3;
    }
}

.desc_btn {
    background: #07de4b;
    padding: 10px 10px;
    border-radius: 5px;
    width: fit-content;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 1rem;
    line-height: 1;
}

.game-content {
    position: relative;
    margin: 1rem auto;
    aspect-ratio: 4/2.25;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    max-width: 800px;
    width: 100%;
}

.img-bg {
    width: 100%;
    height: 100%;
}

.img-bg img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    filter: blur(6px);
}

.game-main {
    position: absolute;
    max-width: 130px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.gme-img-icon {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 10px;
    border: 3px solid #07de4b;
}

.play-btn {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: #0A9B80;
    font-size: 1.3rem;
    font-weight: bold;
    border-radius: 5px;
    border: none;
}

.game-info {
    display: flex;
    flex-wrap: nowrap !important;
    gap: 2rem;
}

.game-info-left {
    flex: 7;
    width: 66%;
}

.game-info-right {
    flex: 3;
}

.game-title {
    margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
    .game-info {
        flex-direction: column;
    }

    .game-info-left {
        width: 100%;
    }
}

.fa,.fab,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-search:before {
    content: "\f002"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url(/css/game_88/fonts/fa-solid-900.eot);
    src: url(/css/game_88/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/css/game_88/fonts/fa-solid-900.woff2) format("woff2"),url(/css/game_88/fonts/fa-solid-900.woff) format("woff"),url(/css/game_88/fonts/fa-solid-900.ttf) format("truetype"),url(/css/game_88/fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,.far,.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,.fas {
    font-weight: 900
}


@media screen and (max-width: 1199px) and (min-width: 1025px) {

    .space-header-height {
        min-height: 60px;
    }

    .space-header {
        min-height: 60px;
    }

    .space-header-logo {
        width: 66.66666666%;
    }

    .space-header-logo a {
        padding-top: 5px;
    }

    .space-header-menu {
        width: 33.33333333%;
    }

    .space-header-menu ul.main-menu {
        display: none;
    }

    .space-header-search {
        right: 40px;
        top: 20px;
        margin: 0;
    }

    .desktop-search-close-button {
        top: 20px;
        right: 20px;
    }

    .space-mobile-menu-icon {
        display: block;
        top: 20px;
        right: 15px;
    }
}


@media screen and (max-width: 1024px) and (min-width: 992px) {


    .space-content-section {
        width: 100%;
        float: none;
        margin-bottom: 60px;
    }

    .space-header-height {
        min-height: 60px;
    }

    .space-header {
        min-height: 60px;
    }

    .space-header-logo {
        width: 66.66666666%;
    }

    .space-header-logo a {
        padding-top: 5px;
    }

    .space-header-menu {
        width: 33.33333333%;
    }

    .space-header-menu ul.main-menu {
        display: none;
    }

    .space-header-search {
        right: 40px;
        top: 20px;
        margin: 0;
    }

    .desktop-search-close-button {
        top: 20px;
        right: 20px;
    }

    .space-mobile-menu-icon {
        display: block;
        top: 20px;
        right: 15px;
    }

    .space-footer-copy {
        padding: 45px 0;
    }

    .space-footer-copy-left {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        text-align: center;
    }
}


@media screen and (max-width: 991px) and (min-width: 768px) {

    .space-content-section {
        width: 100%;
        float: none;
        margin-bottom: 60px;
    }

    .space-header-height {
        min-height: 60px;
    }

    .space-header {
        min-height: 60px;
    }

    .space-header-logo {
        width: 66.66666666%;
    }

    .space-header-logo a {
        padding-top: 5px;
    }

    .space-header-menu {
        width: 33.33333333%;
    }

    .space-header-menu ul.main-menu {
        display: none;
    }

    .space-header-search {
        right: 40px;
        top: 20px;
        margin: 0;
    }

    .desktop-search-close-button {
        top: 20px;
        right: 20px;
    }

    .space-mobile-menu-icon {
        display: block;
        top: 20px;
        right: 15px;
    }

    .space-footer-copy {
        padding: 45px 0;
    }

    .space-footer-copy-left {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        text-align: center;
    }

    .wp-block-columns {
        grid-column-gap: 0 !important;
    }
}


@media screen and (max-width: 767px) and (min-width: 480px) {

    h2,
    h2 a {
        font-size: 1.777em;
    }

    h3,
    h3 a {
        font-size: 1.333em;
    }

    h4,
    h4 a {
        font-size: 1em;
    }

    h5,
    h5 a {
        font-size: 1em;
    }

    h6,
    h6 a {
        font-size: 1em;
    }

    .space-content-section {
        width: 100%;
        float: none;
        margin-bottom: 60px;
    }

    .space-header-height {
        min-height: 60px;
    }

    .space-header {
        min-height: 60px;
    }

    .space-header-logo {
        width: 66.66666666%;
    }

    .space-header-logo a {
        padding-top: 5px;
    }

    .space-header-menu {
        width: 33.33333333%;
    }

    .space-header-menu ul.main-menu {
        display: none;
    }

    .space-header-search {
        right: 40px;
        top: 20px;
        margin: 0;
    }

    .desktop-search-close-button {
        top: 20px;
        right: 15px;
    }

    .space-mobile-menu-icon {
        display: block;
        top: 20px;
        right: 15px;
    }

    .space-footer-copy {
        padding: 45px 0;
    }

    .space-footer-copy-left {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        text-align: center;
    }

}



@media screen and (max-width: 479px) {

    h2,
    h2 a {
        font-size: 1.5em;
    }

    h3,
    h3 a {
        font-size: 1.3em;
    }

    h4,
    h4 a {
        font-size: 1em;
    }

    h5,
    h5 a {
        font-size: 1em;
        text-align: right;
    }

    h6,
    h6 a {
        font-size: 1em;
    }

    .space-content-section {
        width: 100%;
        float: none;
        margin-bottom: 60px;
    }

    .space-header-height {
        min-height: 60px;
    }

    .space-header {
        min-height: 60px;
    }

    .space-header-logo {
        width: 66.66666666%;
    }

    .space-header-logo a {
        padding-top: 5px;
    }

    .space-header-menu {
        width: 33.33333333%;
    }

    .space-header-menu ul.main-menu {
        display: none;
    }

    .space-header-search {
        right: 40px;
        top: 20px;
        margin: 0;
    }

    .desktop-search-close-button {
        top: 20px;
        right: 15px;
    }

    .space-mobile-menu-icon {
        display: block;
        top: 20px;
        right: 15px;
    }

    .space-page-content-excerpt p {
        font-size: 1em;
    }
}