.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:''}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,0.2)}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:0.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px rgba(0,0,0,0.9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,0.9);color:#fff}.carousel:hover .slide .legend{opacity:1}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset "UTF-8";/*!
/* * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 **/
 .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
[class^="icon-"],[class*=" icon-"]{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-edge:before{content:"\e902"}.icon-firefox:before{content:"\e903"}.icon-chrome:before{content:"\e904"}.icon-html5:before{content:"\e905"}.icon-windows:before{content:"\e906"}.icon-android:before{content:"\e907"}.icon-ios:before{content:"";width:18px;height:18px;display:inline-block;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4zLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xODUuMyw1MTJDMTA5LjEsNTExLjYsNDYsMzU2LDQ2LDI3Ni44YzAtMTI5LjQsOTcuMS0xNTcuNywxMzQuNS0xNTcuN2MxNi45LDAsMzQuOSw2LjYsNTAuNywxMi41DQoJCWMxMS4xLDQuMSwyMi42LDguMywyOSw4LjNjMy44LDAsMTIuOC0zLjYsMjAuOC02LjdjMTctNi44LDM4LjEtMTUuMSw2Mi43LTE1LjFjMCwwLDAuMSwwLDAuMSwwYzE4LjQsMCw3NCw0LDEwNy41LDU0LjNsNy44LDExLjgNCgkJbC0xMS4zLDguNWMtMTYuMSwxMi4yLTQ1LjUsMzQuMy00NS41LDc4LjNjMCw1MiwzMy4zLDcyLDQ5LjMsODEuN2M3LjEsNC4yLDE0LjQsOC42LDE0LjQsMTguMmMwLDYuMy00OS45LDE0MC42LTEyMi40LDE0MC42DQoJCWMtMTcuNywwLTMwLjMtNS4zLTQxLjMtMTBjLTExLjItNC44LTIwLjgtOC45LTM2LjgtOC45Yy04LjEsMC0xOC4zLDMuOC0yOS4xLDcuOWMtMTQuOCw1LjUtMzEuNSwxMS44LTUwLjUsMTEuOEgxODUuM3oiLz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzUxLjMsMGMxLjksNjguMS00Ni44LDExNS4zLTk1LjQsMTEyLjNDMjQ3LjksNTgsMzA0LjUsMCwzNTEuMywweiIvPg0KPC9nPg0KPC9zdmc+DQo=) no-repeat 0px 1px;background-size:95%}.icon-safari:before{content:"";width:18px;height:18px;display:inline-block;background:url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZjBmMGYwIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiIHhtbG5zOmlua3NjYXBlPSJodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy9uYW1lc3BhY2VzL2lua3NjYXBlIiB2aWV3Qm94PSIwIDAgMTIuNyAxMi43IiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0yODQuMjk5OTgpIj48cGF0aCBzdHlsZT0iIiBkPSJtIDYuMjExNzkyMywyODUuNDI1MDUgYSA1LjIxNjYxMzMsNS4yMTY2MTMzIDAgMCAwIC01LjA3ODQzMDIsNS4yMjkxOSA1LjIxNjY0MDEsNS4yMTY2NDAxIDAgMCAwIDEwLjQzMzI3OTksMCA1LjIxNjYxMzMsNS4yMTY2MTMzIDAgMCAwIC01LjM1NDg0OTcsLTUuMjI5MTkgeiBtIDAuMTM3MTc4MSwwLjk0MjI5IGEgMC4wODA0MDkxNywwLjA4MDQwOTE3IDAgMCAxIDAuMDgxMTMzLDAuMDczMyB2IDAuNDQ2MDMgYSAwLjA4MDQwOTE3LDAuMDgwNDA5MTcgMCAwIDEgLTAuMTYwMjAxOSwwIHYgLTAuNDQ2MDMgYSAwLjA4MDQwOTE3LDAuMDgwNDA5MTcgMCAwIDEgMC4wNzkwNjksLTAuMDczMyB6IG0gLTEuODMxMjEyMiwwLjQxNDA4IGEgMC4wODA0MDkxOCwwLjA4MDQwOTE4IDAgMCAxIDAuMDc2NDQyLDAuMDQxOSBsIDAuMTkzNjc4OSwwLjQwMTU0IGEgMC4wODA0Mjg5NiwwLjA4MDQyODk2IDAgMCAxIC0wLjE0NTAwNDYsMC4wNjk2IGwgLTAuMTkzMTY5NywtMC40MDE1MyBhIDAuMDgwNDA5MTgsMC4wODA0MDkxOCAwIDAgMSAwLjA2ODA1MywtMC4xMTE1IHogbSAzLjY1NjYzNDgsMCBhIDAuMDgwNDA5MTgsMC4wODA0MDkxOCAwIDAgMSAwLjA3NjQ0MiwwLjExMTUgbCAtMC4xOTM3MDU4LDAuNDAxNTMgYSAwLjA4MDQyODk2LDAuMDgwNDI4OTYgMCAwIDEgLTAuMTQ1MDA0NiwtMC4wNjk2IGwgMC4xOTM2NzksLTAuNDAxNTQgYSAwLjA4MDQwOTE4LDAuMDgwNDA5MTggMCAwIDEgMC4wNjg1ODksLTAuMDQxOSB6IG0gMS45MDM0NDYsMC43ODc4NyBhIDAuMTA3MjEyMjUsMC4xMDcyMTIyNSAwIDAgMSAwLjAwMjcsMCAwLjEwNzIxMjI1LDAuMTA3MjEyMjUgMCAwIDEgMC4wODYzOSwwLjE3NTM1IGwgLTMuMTU3MjEzMywzLjczNjIxIC00LjM0NTU1NCwyLjI0NzM4IGEgMC4xMDcyMTIyNSwwLjEwNzIxMjI1IDAgMCAxIC0wLjEzMTM4ODYsLTAuMTY0MzggbCAzLjE1NzcyMjYsLTMuNzM2MjEgNC4zNDYwOTAzLC0yLjI0NzM2IGEgMC4xMDcyMTIyNSwwLjEwNzIxMjI1IDAgMCAxIDAuMDQxMzYsLTAuMDExIHogbSAtNy4wMjQzMDU0LDAuMzc3NDQgYSAwLjA4MDQxNzUxLDAuMDgwNDE3NTEgMCAwIDEgMC4wNTIzNDYsMC4wMTc3IGwgMC4zNDg2NTQzLDAuMjc3OTggYSAwLjA4MDQxMzU1LDAuMDgwNDEzNTUgMCAwIDEgLTAuMDk5OTc2LDAuMTI1NjIgbCAtMC4zNDkxOTAzLC0wLjI3Nzk3IGEgMC4wODA0MTc1MSwwLjA4MDQxNzUxIDAgMCAxIDAuMDQ4MTY1LC0wLjE0MzQyIHogbSAtMC44MTcxNzE4LDEuNjg5MzIgYSAwLjA4MDQ4NjAzLDAuMDgwNDg2MDMgMCAwIDEgMC4wMDc3NywwIDAuMDgwNDg2MDMsMC4wODA0ODYwMyAwIDAgMSAwLjAxNjA4MiwwLjAwMyBsIDAuNDM0NTA0NSwwLjA5OTUgYSAwLjA4MDQ4NjAzLDAuMDgwNDg2MDMgMCAwIDEgLTAuMDM2NjQsMC4xNTY1MyBsIC0wLjQzNDUwNDQsLTAuMDk5IGEgMC4wODA0ODYwMywwLjA4MDQ4NjAzIDAgMCAxIDAuMDEyNTk3LC0wLjE1OTEzIHogbSA4LjIyMjU2MzIsMCBhIDAuMDgwNDg2MDMsMC4wODA0ODYwMyAwIDAgMSAwLjAxNzQyLDAuMTU5MTMgbCAtMC40MzQ1MDQsMC4wOTkgYSAwLjA4MDQ4NjAzLDAuMDgwNDg2MDMgMCAwIDEgLTAuMDM2NjQsLTAuMTU2NTMgbCAwLjQzNTAxNCwtMC4wOTk1IGEgMC4wODA0ODYwMywwLjA4MDQ4NjAzIDAgMCAxIDAuMDE4NzYsLTAuMDAzIHogbSAtNy43ODA3NDE1LDEuNzc2MjEgYSAwLjA4MDQ4NjAzLDAuMDgwNDg2MDMgMCAwIDEgMC4wMTc0MjIsMC4xNTg2MiBsIC0wLjQzNTA0MDUsMC4wOTk1IGEgMC4wODA1NjgzOSwwLjA4MDU2ODM5IDAgMCAxIC0wLjAzNjEwNCwtMC4xNTcwNCBsIDAuNDM0NTA0NCwtMC4wOTg5IGEgMC4wODA0ODYwMywwLjA4MDQ4NjAzIDAgMCAxIDAuMDE5Mjk4LC0wLjAwMyB6IG0gNy4zMzk0NTY1LDAgYSAwLjA4MDQ4NjAzLDAuMDgwNDg2MDMgMCAwIDEgMC4wMjQxMiwwLjAwMyBsIDAuNDM0NTA1LDAuMDk4OSBhIDAuMDgwNTcxMywwLjA4MDU3MTMgMCAwIDEgLTAuMDM2MTMsMC4xNTcwNCBsIC0wLjQzNTAxMywtMC4wOTk1IGEgMC4wODA0ODYwMywwLjA4MDQ4NjAzIDAgMCAxIDAuMDEyNiwtMC4xNTg2MyB6IG0gLTAuNzI0NTQwNywxLjUxMDg0IGEgMC4wODA0MTM1NSwwLjA4MDQxMzU1IDAgMCAxIDAuMDUyMzQ2LDAuMDE3MiBsIDAuMzQ5MTkwMywwLjI3Nzk4IGEgMC4wODA2NTI2NywwLjA4MDY1MjY3IDAgMCAxIC0wLjEwMDUxMTUsMC4xMjYxNiBsIC0wLjM0ODY1NDIsLTAuMjc3OTggYSAwLjA4MDQxMzU1LDAuMDgwNDEzNTUgMCAwIDEgMC4wNDc2MjksLTAuMTQzNDIgeiBtIC00LjU4MTYzNTMsMS4wNDkwNyBhIDAuMDgwNDA5MTgsMC4wODA0MDkxOCAwIDAgMSAwLjA3NjQxNSwwLjExMTUgbCAtMC4xOTM2Nzg5LDAuNDAxNTQgYSAwLjA4MDQwOTIsMC4wODA0MDkyIDAgMCAxIC0wLjE0NDQ5NTQsLTAuMDY5NiBsIDAuMTkzMTY5NywtMC40MDE1MSBhIDAuMDgwNDA5MTgsMC4wODA0MDkxOCAwIDAgMSAwLjA2ODU4OSwtMC4wNDE5IHogbSAzLjI3Mjg5NTMsMCBhIDAuMDgwNDA5MTgsMC4wODA0MDkxOCAwIDAgMSAwLjA3Mjc3LDAuMDQxOSBsIDAuMTkzNzA1OCwwLjQwMTUxIGEgMC4wODA0NDEwNCwwLjA4MDQ0MTA0IDAgMCAxIC0wLjE0NTAzMTQsMC4wNjk2IGwgLTAuMTkzNjc5LC0wLjQwMTU0IGEgMC4wODA0MDkxOCwwLjA4MDQwOTE4IDAgMCAxIDAuMDcyMjM0LC0wLjExMTUgeiBtIC0xLjYzNTM4ODksMC4zNzU4OSBhIDAuMDgwNDA5MTcsMC4wODA0MDkxNyAwIDAgMSAwLjA4MTEzMywwLjA3MzggdiAwLjQ0NiBhIDAuMDgwNDA5MTcsMC4wODA0MDkxNyAwIDAgMSAtMC4xNjAyMDE5LDAgdiAtMC40NDYgYSAwLjA4MDQwOTE3LDAuMDgwNDA5MTcgMCAwIDEgMC4wNzkwNjksLTAuMDczOCB6IiBmaWxsPSIjZjBmMGYwIiBzdHJva2U9Im5vbmUiPjwvcGF0aD48cGF0aCBzdHlsZT0iIiBkPSJtIDYuMTg4NzY4NCwyODQuODMxMzkgYSA1LjgxNjU2NjQsNS44MTY1NjY0IDAgMCAwIC01LjY1NTMzOTI1LDUuODIyODUgNS44MTY1NzMxLDUuODE2NTczMSAwIDEgMCAxMS42MzMxNDU4NSwwIDUuODE2NTY2NCw1LjgxNjU2NjQgMCAwIDAgLTUuOTc3ODA2NiwtNS44MjI4NSB6IG0gMC4wNTkxNTQsMC4zOTE1NiBhIDUuMzc3MTM2MSw1LjM3NzEzNjEgMCAwIDEgNS40Nzg5MjE2LDUuNDMxMjkgNS4zNzcxMzYxLDUuMzc3MTM2MSAwIDEgMSAtMTAuNzUzNjg0MTgsMCA1LjM3NzEzNjEsNS4zNzcxMzYxIDAgMCAxIDUuMjc0NzYyNTgsLTUuNDMxMjkgeiIgZmlsbD0iI2YwZjBmMCIgc3Ryb2tlPSJub25lIj48L3BhdGg+PHBhdGggc3R5bGU9IiIgZD0ibSA2LjgzNDM0NjQsMjkxLjM5MDUxIC00LjAwMzg5NjYsMi4wNzA4NCAyLjkwOTcyMzgsLTMuNDQyOTQgeiIgZmlsbD0iI2YwZjBmMCIgc3Ryb2tlPSJub25lIj48L3BhdGg+PC9nPjwvc3ZnPg==) no-repeat 0px 1px;background-size:100%}.icon-email:before{content:"\e900"}.icon-error:before{content:"\e901"}.icon-youtube:before{content:"\e912"}.icon-facebook:before{content:"\ea90"}.icon-linkedin:before{content:"\eaca"}.list-item .item-img .LazyLoad,.games-list-box .LazyLoad,.upcoming-game .img{--bg-dark: #171719;--bg-light: #1c1c1f;background:linear-gradient(110deg, var(--bg-dark) 15%, var(--bg-light) 25%, var(--bg-dark) 35%);background-size:200% 100%;animation:1.5s loadingShine linear infinite}@keyframes loadingShine{to{background-position-x:-200%}}.like-icon{font-size:0;text-indent:-99999px}.container-center .kv-btn,.game-content .game-btn-wrap,.licenses-logo,.social-links-list,.games-nav ul,.game-item-list ul,.age-notice ul,.game-features .game-details ol,.release-wrap ul,.game-nav ul{display:block}.container-center .kv-btn li,.game-content .game-btn-wrap li,.licenses-logo li,.social-links-list li,.games-nav ul li,.game-item-list ul li,.age-notice ul li,.game-features .game-details ol li,.release-wrap ul li,.game-nav ul li{display:block;float:left}.dropdown-menu .list-bulleted [type="radio"]+label{position:relative;min-width:104px;padding:0 10px;cursor:pointer;display:inline-block;height:25px;line-height:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#fff;font-family:'RobotoCondensed-Bold';text-transform:uppercase;text-align:left;font-size:.75rem}.dropdown-menu .list-bulleted [type="radio"]+label:hover{color:#e6b407}.dropdown-menu .list-bulleted [type="radio"]+label:before,.dropdown-menu .list-bulleted [type="radio"]:not(.filled-in)+label:after{content:'';position:absolute;top:0;left:0;width:10px;height:10px;z-index:0;border:1px solid #ddd;border-radius:1px;margin-top:2px;transition:.2s}.dropdown-menu .list-bulleted [type="radio"]:not(.filled-in)+label:after{border:0;transform:scale(0)}.dropdown-menu .list-bulleted [type="radio"]:checked,.dropdown-menu .list-bulleted [type="radio"]:not(:checked){position:absolute;opacity:0;pointer-events:none}.dropdown-menu .list-bulleted [type="radio"].filled-in+label:after{border-radius:2px}.dropdown-menu .list-bulleted [type="radio"].filled-in+label:before,.dropdown-menu .list-bulleted [type="radio"].filled-in+label:after{content:'';left:0;position:absolute;transition:background-color .35s;z-index:1}.dropdown-menu .list-bulleted [type="radio"].filled-in:not(:checked)+label:before{width:0;height:0;border:none;left:94px;top:10px;transform-origin:100% 100%}.dropdown-menu .list-bulleted [type="radio"].filled-in:not(:checked)+label:after{width:10px;height:10px;background-color:transparent;border:1px solid #e6b407;top:6px;left:94px;z-index:0;border-radius:50%}.dropdown-menu .list-bulleted [type="radio"].filled-in:checked+label:before{top:4px;left:94px;width:10px;height:10px;background-color:#e6b407;border:1px solid #e6b407;border-radius:50%}.dropdown-menu .list-bulleted [type="radio"].filled-in:checked+label:after{top:4px;left:94px;width:10px;height:10px;border:none;z-index:0;border-radius:50%}@keyframes scalebtn{0%{transform:scale(0.9, 0.9)}100%{transform:scale(1.1, 1.1)}}@keyframes scaling{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}@keyframes spin{0%{transform:translateX(-50%) translateZ(0) rotate(0)}100%{transform:translateX(-50%) translateZ(0) rotate(360deg)}}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{margin:0}h2{margin-top:0;margin-bottom:0;font-size:2.25rem;text-transform:uppercase;font-family:'Roboto-Bold';color:#e6b407;letter-spacing:1px}h3{margin-top:0;font-size:1.75rem;text-transform:uppercase;font-family:'Roboto-Bold';letter-spacing:1px}h4{font-size:1.3125rem;font-family:'Roboto-Bold'}h5{font-size:1.125rem;text-transform:uppercase}p{line-height:21px}figcaption,figure,main{display:block}figure{margin:0}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}@font-face{font-family:'Roboto-Regular';src:url(/font/3efb59a5cfe6a3b1fd30.woff) format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'Roboto-Bold';src:url(/font/8631a431c4e4976be994.woff) format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'RobotoCondensed-Regular';src:url(/font/ed9afac50ec6a736a788.woff) format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'RobotoCondensed-Bold';src:url(/font/aa0cc595b626cdc5fd25.woff) format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'icomoon';src:url(data:font/ttf;base64,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) format("truetype"),url(data:font/woff;base64,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) format("woff"),url(/img/32ebc728bd9fbac20ec1.svg) format("svg");font-weight:normal;font-style:normal}html{box-sizing:border-box;font-family:"Roboto-Regular", sans-serif, "Microsoft Yahei"}*,*:before,*:after{box-sizing:inherit}button,input,select,textarea{font-family:"Roboto-Regular","RobotoCondensed-Regular",sans-serif}ul:not(.browser-default){padding-left:0;list-style-type:none}ul:not(.browser-default)>li{list-style-type:none}a{text-decoration:none;-webkit-tap-highlight-color:transparent}.valign-wrapper{display:flex;align-items:center}.clearfix:after,.container-center .kv-btn:after,.game-content .game-btn-wrap:after,.licenses-logo:after,.social-links-list:after,.games-nav ul:after,.game-item-list ul:after,.age-notice ul:after,.game-features .game-details ol:after,.release-wrap ul:after,.game-nav ul:after,.sec-more-than-games .sec_inner:after,.games-list:after,.figure-text-inner:after,.game-kv-info .dropdown:after,.dropdown-menu li:after,.game-features .game-details:after,.event-pagination:after,.game-nav:after,.game-list:after{content:"";display:block;clear:both}.clearfix,.container-center .kv-btn,.game-content .game-btn-wrap,.licenses-logo,.social-links-list,.games-nav ul,.game-item-list ul,.age-notice ul,.game-features .game-details ol,.release-wrap ul,.game-nav ul,.sec-more-than-games .sec_inner,.games-list,.figure-text-inner,.game-kv-info .dropdown,.dropdown-menu li,.game-features .game-details,.event-pagination,.game-nav,.game-list{zoom:1}.clear{clear:both}i{line-height:inherit}img.responsive-img,video.responsive-video{max-width:100%;height:auto}.pinned{position:fixed !important}.fade-in{opacity:0;transform-origin:0 50%}@media only screen and (max-width: 600px){.hide-on-small-only,.hide-on-small-and-down{display:none !important}}@media only screen and (max-width: 992px){.hide-on-med-and-down{display:none !important}}@media only screen and (min-width: 601px){.hide-on-med-and-up{display:none !important}}@media only screen and (min-width: 600px) and (max-width: 992px){.hide-on-med-only{display:none !important}}@media only screen and (min-width: 993px){.hide-on-large-only{display:none !important}}@media only screen and (min-width: 1201px){.hide-on-extra-large-only{display:none !important}}@media only screen and (min-width: 1201px){.show-on-extra-large{display:block !important}}@media only screen and (min-width: 993px){.show-on-large{display:block !important}}@media only screen and (min-width: 600px) and (max-width: 992px){.show-on-medium{display:block !important}}@media only screen and (max-width: 600px){.show-on-small{display:block !important}}@media only screen and (min-width: 601px){.show-on-medium-and-up{display:block !important}}@media only screen and (max-width: 992px){.show-on-medium-and-down{display:block !important}}@media only screen and (max-width: 600px){.center-on-small-only{text-align:center}}.secondary-content{float:right}.collapsible .collection{margin:0;border:none}.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.hide{display:none !important}.align-L,.five-category .item-card:nth-child(3) .item-inner{text-align:left}.align-R{text-align:right}.align-C,.btn-defaule,.sec-experience-games .heading-wrap,.game-item,.scrollTop,.sec-category .heading-wrap,.third-category .product-card-img,.third-category .product-card-title,.five-category .heading-wrap,.five-category .item-inner,.six-category,.seven-category,.games-slider .container-center,.games-nav,.games-list-box a,.games-list-box span,.game-kv-info,.hero-section-img,.release-wrap{text-align:center}.float-L,.site-footer-menus,.info-footer-menus,.five-category .item-card,.games-list-box,.figure-text-inner li:first-child,.figure-text-inner span,.game-kv-info .dropdown a,.game-kv-info .dropdown-toggle,.dropdown-menu span,.dropdown-menu .list-bulleted,.game-features .game-details strong,.event-pagination .next,.event-pagination .pre,.game-nav ul{float:left}.float-R,.nav-mobile-icon,.sec-more-than-games .inner-category,.figure-text-inner li:last-child,.like-icon,.game-features .game-details p,.game-features .game-details ol,.search_date_btn,.search-game{float:right}.no-select{-webkit-user-select:none;-moz-user-select:none;user-select:none}.circle{border-radius:50%}.center-block{display:block;margin-left:auto;margin-right:auto}.truncate{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.no-padding{padding:0 !important}.display-none{display:none !important}.btn-defaule{padding:8px 10px;width:150px;display:block;font-family:"RobotoCondensed-Bold";border:1px solid #e6b407;cursor:pointer;color:#fff;letter-spacing:1px;text-transform:uppercase;transition:all 0.3s ease-in;font-size:.875rem}.btn-defaule:hover{background-color:#e6b407}.btn-defaule-full{background-color:#c59d5d;border-color:#c59d5d;color:#fff}.btn-defaule-full:hover{background-color:#c59d5d}.btn-defaule-gray{background-color:#a2a1a1;border-color:#a2a1a1;cursor:default;color:#fff}.btn-defaule-gray:hover{background-color:#a2a1a1}.fade-img{opacity:0;transition:all ease-in 0.5s}.fade-img.active{opacity:1}figcaption{width:95%;margin:auto;opacity:0.8}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.container,.upcoming-group,.upcoming-detail{position:relative;margin:0 auto;max-width:1024px;width:100%;z-index:20}@media only screen and (min-width: 993px){.container,.upcoming-group,.upcoming-detail{padding:0 30px}}@media only screen and (max-width: 992px){.container,.upcoming-group,.upcoming-detail{padding:0 15px}}@media only screen and (max-width: 600px){.container,.upcoming-group,.upcoming-detail{padding:0 10px}}.col .row{margin-left:-.75rem;margin-right:-.75rem}.section{padding-top:1rem;padding-bottom:1rem}.section.no-pad{padding:0}.section.no-pad-bot{padding-bottom:0}.section.no-pad-top{padding-top:0}.row{margin-left:auto;margin-right:auto}.row:after{content:"";display:table;clear:both}.row .col{float:left;box-sizing:border-box;min-height:1px}.row .col[class*="push-"],.row .col[class*="pull-"]{position:relative}@media only screen and (max-width: 600px){.row .col{padding:0 0.4rem}}.row .col.s1{width:8.33333%;margin-left:auto;left:auto;right:auto}.row .col.s2{width:16.66667%;margin-left:auto;left:auto;right:auto}.row .col.s3{width:25%;margin-left:auto;left:auto;right:auto}.row .col.s4{width:33.33333%;margin-left:auto;left:auto;right:auto}.row .col.s5{width:41.66667%;margin-left:auto;left:auto;right:auto}.row .col.s6{width:50%;margin-left:auto;left:auto;right:auto}.row .col.s7{width:58.33333%;margin-left:auto;left:auto;right:auto}.row .col.s8{width:66.66667%;margin-left:auto;left:auto;right:auto}.row .col.s9{width:75%;margin-left:auto;left:auto;right:auto}.row .col.s10{width:83.33333%;margin-left:auto;left:auto;right:auto}.row .col.s11{width:91.66667%;margin-left:auto;left:auto;right:auto}.row .col.s12{width:100%;margin-left:auto;left:auto;right:auto}.row .col.offset-s1{margin-left:8.33333%}.row .col.pull-s1{right:8.33333%}.row .col.push-s1{left:8.33333%}.row .col.offset-s2{margin-left:16.66667%}.row .col.pull-s2{right:16.66667%}.row .col.push-s2{left:16.66667%}.row .col.offset-s3{margin-left:25%}.row .col.pull-s3{right:25%}.row .col.push-s3{left:25%}.row .col.offset-s4{margin-left:33.33333%}.row .col.pull-s4{right:33.33333%}.row .col.push-s4{left:33.33333%}.row .col.offset-s5{margin-left:41.66667%}.row .col.pull-s5{right:41.66667%}.row .col.push-s5{left:41.66667%}.row .col.offset-s6{margin-left:50%}.row .col.pull-s6{right:50%}.row .col.push-s6{left:50%}.row .col.offset-s7{margin-left:58.33333%}.row .col.pull-s7{right:58.33333%}.row .col.push-s7{left:58.33333%}.row .col.offset-s8{margin-left:66.66667%}.row .col.pull-s8{right:66.66667%}.row .col.push-s8{left:66.66667%}.row .col.offset-s9{margin-left:75%}.row .col.pull-s9{right:75%}.row .col.push-s9{left:75%}.row .col.offset-s10{margin-left:83.33333%}.row .col.pull-s10{right:83.33333%}.row .col.push-s10{left:83.33333%}.row .col.offset-s11{margin-left:91.66667%}.row .col.pull-s11{right:91.66667%}.row .col.push-s11{left:91.66667%}.row .col.offset-s12{margin-left:100%}.row .col.pull-s12{right:100%}.row .col.push-s12{left:100%}@media only screen and (min-width: 601px){.row .col.m1{width:8.33333%;margin-left:auto;left:auto;right:auto}.row .col.m2{width:16.66667%;margin-left:auto;left:auto;right:auto}.row .col.m3{width:25%;margin-left:auto;left:auto;right:auto}.row .col.m4{width:33.33333%;margin-left:auto;left:auto;right:auto}.row .col.m5{width:41.66667%;margin-left:auto;left:auto;right:auto}.row .col.m6{width:50%;margin-left:auto;left:auto;right:auto}.row .col.m7{width:58.33333%;margin-left:auto;left:auto;right:auto}.row .col.m8{width:66.66667%;margin-left:auto;left:auto;right:auto}.row .col.m9{width:75%;margin-left:auto;left:auto;right:auto}.row .col.m10{width:83.33333%;margin-left:auto;left:auto;right:auto}.row .col.m11{width:91.66667%;margin-left:auto;left:auto;right:auto}.row .col.m12{width:100%;margin-left:auto;left:auto;right:auto}.row .col.offset-m1{margin-left:8.33333%}.row .col.pull-m1{right:8.33333%}.row .col.push-m1{left:8.33333%}.row .col.offset-m2{margin-left:16.66667%}.row .col.pull-m2{right:16.66667%}.row .col.push-m2{left:16.66667%}.row .col.offset-m3{margin-left:25%}.row .col.pull-m3{right:25%}.row .col.push-m3{left:25%}.row .col.offset-m4{margin-left:33.33333%}.row .col.pull-m4{right:33.33333%}.row .col.push-m4{left:33.33333%}.row .col.offset-m5{margin-left:41.66667%}.row .col.pull-m5{right:41.66667%}.row .col.push-m5{left:41.66667%}.row .col.offset-m6{margin-left:50%}.row .col.pull-m6{right:50%}.row .col.push-m6{left:50%}.row .col.offset-m7{margin-left:58.33333%}.row .col.pull-m7{right:58.33333%}.row .col.push-m7{left:58.33333%}.row .col.offset-m8{margin-left:66.66667%}.row .col.pull-m8{right:66.66667%}.row .col.push-m8{left:66.66667%}.row .col.offset-m9{margin-left:75%}.row .col.pull-m9{right:75%}.row .col.push-m9{left:75%}.row .col.offset-m10{margin-left:83.33333%}.row .col.pull-m10{right:83.33333%}.row .col.push-m10{left:83.33333%}.row .col.offset-m11{margin-left:91.66667%}.row .col.pull-m11{right:91.66667%}.row .col.push-m11{left:91.66667%}.row .col.offset-m12{margin-left:100%}.row .col.pull-m12{right:100%}.row .col.push-m12{left:100%}}@media only screen and (min-width: 993px){.row .col.l1{width:8.33333%;margin-left:auto;left:auto;right:auto}.row .col.l2{width:16.66667%;margin-left:auto;left:auto;right:auto}.row .col.l3{width:25%;margin-left:auto;left:auto;right:auto}.row .col.l4{width:33.33333%;margin-left:auto;left:auto;right:auto}.row .col.l5{width:41.66667%;margin-left:auto;left:auto;right:auto}.row .col.l6{width:50%;margin-left:auto;left:auto;right:auto}.row .col.l7{width:58.33333%;margin-left:auto;left:auto;right:auto}.row .col.l8{width:66.66667%;margin-left:auto;left:auto;right:auto}.row .col.l9{width:75%;margin-left:auto;left:auto;right:auto}.row .col.l10{width:83.33333%;margin-left:auto;left:auto;right:auto}.row .col.l11{width:91.66667%;margin-left:auto;left:auto;right:auto}.row .col.l12{width:100%;margin-left:auto;left:auto;right:auto}.row .col.offset-l1{margin-left:8.33333%}.row .col.pull-l1{right:8.33333%}.row .col.push-l1{left:8.33333%}.row .col.offset-l2{margin-left:16.66667%}.row .col.pull-l2{right:16.66667%}.row .col.push-l2{left:16.66667%}.row .col.offset-l3{margin-left:25%}.row .col.pull-l3{right:25%}.row .col.push-l3{left:25%}.row .col.offset-l4{margin-left:33.33333%}.row .col.pull-l4{right:33.33333%}.row .col.push-l4{left:33.33333%}.row .col.offset-l5{margin-left:41.66667%}.row .col.pull-l5{right:41.66667%}.row .col.push-l5{left:41.66667%}.row .col.offset-l6{margin-left:50%}.row .col.pull-l6{right:50%}.row .col.push-l6{left:50%}.row .col.offset-l7{margin-left:58.33333%}.row .col.pull-l7{right:58.33333%}.row .col.push-l7{left:58.33333%}.row .col.offset-l8{margin-left:66.66667%}.row .col.pull-l8{right:66.66667%}.row .col.push-l8{left:66.66667%}.row .col.offset-l9{margin-left:75%}.row .col.pull-l9{right:75%}.row .col.push-l9{left:75%}.row .col.offset-l10{margin-left:83.33333%}.row .col.pull-l10{right:83.33333%}.row .col.push-l10{left:83.33333%}.row .col.offset-l11{margin-left:91.66667%}.row .col.pull-l11{right:91.66667%}.row .col.push-l11{left:91.66667%}.row .col.offset-l12{margin-left:100%}.row .col.pull-l12{right:100%}.row .col.push-l12{left:100%}}@media only screen and (min-width: 1201px){.row .col.xl1{width:8.33333%;margin-left:auto;left:auto;right:auto}.row .col.xl2{width:16.66667%;margin-left:auto;left:auto;right:auto}.row .col.xl3{width:25%;margin-left:auto;left:auto;right:auto}.row .col.xl4{width:33.33333%;margin-left:auto;left:auto;right:auto}.row .col.xl5{width:41.66667%;margin-left:auto;left:auto;right:auto}.row .col.xl6{width:50%;margin-left:auto;left:auto;right:auto}.row .col.xl7{width:58.33333%;margin-left:auto;left:auto;right:auto}.row .col.xl8{width:66.66667%;margin-left:auto;left:auto;right:auto}.row .col.xl9{width:75%;margin-left:auto;left:auto;right:auto}.row .col.xl10{width:83.33333%;margin-left:auto;left:auto;right:auto}.row .col.xl11{width:91.66667%;margin-left:auto;left:auto;right:auto}.row .col.xl12{width:100%;margin-left:auto;left:auto;right:auto}.row .col.offset-xl1{margin-left:8.33333%}.row .col.pull-xl1{right:8.33333%}.row .col.push-xl1{left:8.33333%}.row .col.offset-xl2{margin-left:16.66667%}.row .col.pull-xl2{right:16.66667%}.row .col.push-xl2{left:16.66667%}.row .col.offset-xl3{margin-left:25%}.row .col.pull-xl3{right:25%}.row .col.push-xl3{left:25%}.row .col.offset-xl4{margin-left:33.33333%}.row .col.pull-xl4{right:33.33333%}.row .col.push-xl4{left:33.33333%}.row .col.offset-xl5{margin-left:41.66667%}.row .col.pull-xl5{right:41.66667%}.row .col.push-xl5{left:41.66667%}.row .col.offset-xl6{margin-left:50%}.row .col.pull-xl6{right:50%}.row .col.push-xl6{left:50%}.row .col.offset-xl7{margin-left:58.33333%}.row .col.pull-xl7{right:58.33333%}.row .col.push-xl7{left:58.33333%}.row .col.offset-xl8{margin-left:66.66667%}.row .col.pull-xl8{right:66.66667%}.row .col.push-xl8{left:66.66667%}.row .col.offset-xl9{margin-left:75%}.row .col.pull-xl9{right:75%}.row .col.push-xl9{left:75%}.row .col.offset-xl10{margin-left:83.33333%}.row .col.pull-xl10{right:83.33333%}.row .col.push-xl10{left:83.33333%}.row .col.offset-xl11{margin-left:91.66667%}.row .col.pull-xl11{right:91.66667%}.row .col.push-xl11{left:91.66667%}.row .col.offset-xl12{margin-left:100%}.row .col.pull-xl12{right:100%}.row .col.push-xl12{left:100%}}nav,header{position:fixed;z-index:9999;color:#f0f0f0;background-color:#171719;width:100%;height:56px;line-height:56px}nav a,header a{color:#d1d1d0}nav .nav-wrapper,header .nav-wrapper{position:relative;height:100%;padding:0 50px}@media only screen and (min-width: 993px){nav a.sidenav-trigger,header a.sidenav-trigger{display:none}}@media only screen and (max-width: 992px){nav .nav-wrapper,header .nav-wrapper{padding:0 30px}}@media only screen and (max-width: 600px){nav .nav-wrapper,header .nav-wrapper{padding:0 10px}}nav .sidenav-trigger,header .sidenav-trigger{float:right;position:relative;z-index:1;height:56px;margin:0 18px}nav .brand-logo,header .brand-logo{position:absolute;height:auto;display:inline-block;padding:0}nav .brand-logo a,header .brand-logo a{display:block}nav .brand-logo img,header .brand-logo img{vertical-align:middle;min-width:230px}@media only screen and (max-width: 992px){nav .brand-logo,header .brand-logo{left:50%;transform:translateX(-50%)}}@media only screen and (max-width: 600px){nav .brand-logo img,header .brand-logo img{min-width:200px}}nav ul,header ul{margin:0;float:right}nav ul li,header ul li{float:left;padding:0;transition:background-color 0.3s}nav ul li:nth-child(1),header ul li:nth-child(1){margin-left:56px;margin-right:20px}nav ul li:nth-child(2),nav ul li:nth-child(3),header ul li:nth-child(2),header ul li:nth-child(3){margin-left:20px;margin-right:20px}nav ul li:nth-child(4),header ul li:nth-child(4){margin-left:20px;margin-right:56px}nav ul li:nth-child(6),header ul li:nth-child(6){margin-left:0;margin-right:0}nav ul li:last-child,header ul li:last-child{margin:10px 0 0 42px;height:32px;line-height:32px}nav ul li:last-child a,header ul li:last-child a{padding:0 20px;border:1px solid #e6b407;line-height:33px;transition:background-color 0.3s}nav ul li:last-child a:hover,header ul li:last-child a:hover{background-color:#e6b407;color:#fff}nav ul a,header ul a{padding:0 5px;display:inline-block;transition:color .3s;color:#f0f0f0;cursor:pointer;font-family:'RobotoCondensed-Bold','Microsoft Yahei';font-weight:bold;letter-spacing:0.5px;text-transform:uppercase;text-align:center;transition:color 0.3s;font-size:.875rem}nav ul a.active,header ul a.active{color:#e6b407}nav ul a:hover,header ul a:hover{color:#e6b407}nav ul li:last-child{margin-top:16px}nav .nav-mobile-icon{display:none}@media only screen and (max-width: 992px){nav .nav-mobile-icon{display:block !important}}nav.index-nav{top:-70px;opacity:0;transition:all 0.3s ease-in-out}nav.index-nav.open{top:0;opacity:1}@media only screen and (max-width: 992px){nav.index-nav{top:0;opacity:1}}@media only screen and (max-width: 992px){nav .nav-menu{display:none}}.nav-defaule{margin-top:20px;background-color:transparent}.nav-defaule .container,.nav-defaule .upcoming-group,.nav-defaule .upcoming-detail{padding:0 50px}@media only screen and (max-width: 992px){.nav-defaule{display:none !important}}.nav-mobile-icon{margin-top:22px;display:inline-block;height:auto;width:42px;height:26px;cursor:pointer;padding:10px 0}.nav-mobile-icon span,.nav-mobile-icon span:before,.nav-mobile-icon span:after{content:'';display:block;width:42px;height:4px;background:#fff;position:absolute;cursor:pointer;-mos-border-radius:5px;border-radius:5px;transition:all 300ms ease-in-out}@media only screen and (max-width: 600px){.nav-mobile-icon span,.nav-mobile-icon span:before,.nav-mobile-icon span:after{width:34px;height:3px}}.nav-mobile-icon span:before{top:-10px}.nav-mobile-icon span:after{bottom:-10px}.nav-mobile-icon.active span{background-color:transparent}.nav-mobile-icon.active span:before,.nav-mobile-icon.active span:after{top:0}.nav-mobile-icon.active span:before{background-color:#e6b407;transform:rotate(45deg)}.nav-mobile-icon.active span:after{background-color:#e6b407;transform:rotate(-45deg)}@media only screen and (max-width: 600px){.nav-mobile-icon{margin-top:20px;width:34px}}.navbar-fixed{position:relative;height:56px;z-index:997}.navbar-fixed nav{position:fixed}@media only screen and (min-width: 601px){nav.nav-extended .nav-wrapper{min-height:70px}nav,nav .nav-wrapper i,nav a.sidenav-trigger,nav a.sidenav-trigger i{height:70px;line-height:70px}.navbar-fixed{height:70px}}@media only screen and (max-width: 992px){nav.index-nav{top:0;opacity:1}.nav-defaule{display:none !important}}.section-wrap{padding-bottom:20px}#lang_container li{margin:0}#lang_container li.choose-language a{width:30px}#lang_container li a{padding:0;width:0}#lang_container a{height:0;opacity:0}#lang_container .choose-language a{height:30px;opacity:1}.lang-wrap{display:none;margin-left:60px;margin-right:10px}.lang-wrap a{padding:0}.lang-wrap a.active{color:#be9a61}:root{--web-h: 600px;--ipad-h: 450px;--mobile-h: 100vh}.kv-slider{height:var(--web-h);max-height:var(--web-h);position:relative;overflow:hidden;background-repeat:no-repeat;background-position:top center;background-size:cover;background-color:#0f0f0f}.kv-slider video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;transform:translateX(-50%) translateY(-50%);background:url(/img/4bfba12f74e6ead1ae1c.jpg) no-repeat;background-size:cover;transition:1s opacity}.kv-slider .video-img{position:absolute;top:50%;left:50%;display:none;width:100%;height:100%;z-index:-99;transform:translateX(-50%) translateY(-50%);background:url(/img/4bfba12f74e6ead1ae1c.jpg) no-repeat center center;background-size:cover}@media only screen and (max-width: 600px){.kv-slider .video-img{display:block}}.kv-slider .headline-image{position:relative;background:var(--backgroundImageWeb);background-position:center center;background-repeat:no-repeat;background-size:cover;height:100%}.kv-slider .headline-image:before{content:"";display:block;width:100%;height:100%;background:linear-gradient(to bottom, rgba(23,23,25,0.85) 0%, rgba(0,0,0,0.3) 50%, rgba(23,23,25,0.75) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf171719', endColorstr='#bf171719', GradientType=0);position:absolute;top:0;right:0;bottom:0;left:0;z-index:5}.kv-slider .headline-image:after{content:"";display:block;width:100%;height:100%;background-position:center center;position:absolute;background-repeat:no-repeat;background-size:cover;top:0;right:0;bottom:0;left:0;z-index:2}@media only screen and (max-width: 992px){.kv-slider{height:var(--ipad-h);max-height:var(--ipad-h)}}@media only screen and (max-width: 600px){.kv-slider{height:var(--mobile-h);max-height:var(--mobile-h)}.kv-slider .headline-image{background:var(--backgroundImageMob);background-position:center center;background-repeat:no-repeat;background-size:cover}.kv-slider .headline-image:before{content:"";display:block;width:100%;height:100%;background:rgba(0,0,0,0.64);position:absolute;top:0;right:0;bottom:0;left:0;z-index:5}.kv-slider .headline-image:after{content:"";display:block;width:100%;height:100%;background-position:center bottom;position:absolute;background-repeat:no-repeat;background-size:cover;top:0;right:0;bottom:0;left:0;z-index:2}}.stopfade{opacity:0.8}.container-center{height:var(--web-h);display:flex;display:-ms-flexbox;flex-wrap:no-wrap;-ms-flex-wrap:nowrap;flex-direction:column;justify-content:center;-ms-flex-pack:center;align-items:center;-ms-flex-align:center;text-align:left;position:relative;z-index:6}.container-center .kv-btn{opacity:0;animation:fadeIn 1s linear 0.9s 1 forwards}.container-center .kv-btn li:first-child{margin-right:10px}.container-center .align-L,.container-center .five-category .item-card:nth-child(3) .item-inner,.five-category .item-card:nth-child(3) .container-center .item-inner{width:920px;margin-top:240px}@media only screen and (max-width: 992px){.container-center{height:var(--ipad-h)}.container-center .align-L,.container-center .five-category .item-card:nth-child(3) .item-inner,.five-category .item-card:nth-child(3) .container-center .item-inner{width:80%}}@media only screen and (max-width: 600px){.container-center{margin-left:0px;height:var(--mobile-h)}.container-center .align-L,.container-center .five-category .item-card:nth-child(3) .item-inner,.five-category .item-card:nth-child(3) .container-center .item-inner{width:100%;margin-top:0px;text-align:center}.container-center .kv-btn{display:flex;justify-content:center}}.kv-title{font-size:3rem;color:#f0f0f0;text-transform:uppercase;font-family:"Roboto-Bold";opacity:0;animation:fadeIn 1s linear 0.7s 1 forwards}.kv-title span{display:block}@media only screen and (max-width: 992px){.kv-title{font-size:2.5rem}}@media only screen and (max-width: 600px){.kv-title{font-size:1.75rem}.kv-title span{display:inline-block}}.kv-subtitle{margin:10px 0;color:#f0f0f0;text-transform:uppercase;letter-spacing:0.5px;font-size:.875rem;opacity:0;animation:fadeIn 1s linear 0.5s 1 forwards}.sec-experience-games{position:relative;padding:80px 0 60px 0;width:100%;min-height:940px;overflow:hidden;background:url(/img/c17b77853c9465442898.jpg) no-repeat center center;background-size:cover;z-index:1;transition:all 0.3s ease-in-out}.sec-experience-games:after{content:"";margin:auto;display:block;width:100%;height:100%;position:absolute;z-index:4;top:0;right:0;bottom:0;left:0;background-color:rgba(23,23,25,0.8)}.sec-experience-games .btn-defaule{margin:0 auto;width:124px}.sec-experience-games .slick-slider .slick-arrow,.sec-experience-games .slick-slider .slick-prev,.sec-experience-games .slick-slider [type="button"]{overflow:hidden;width:0;height:0;line-height:0;font-size:0;border-width:1px;padding:0}.sec-experience-games .row .col.s4{outline:none}.sec-experience-games .slick-dots{padding:20px 0;position:absolute;bottom:0;left:0}@media only screen and (max-width: 992px){.sec-experience-games{min-height:auto}}@media only screen and (max-width: 600px){.sec-experience-games .slick-dots{position:initial}.sec-experience-games .row .col.s4{width:100%}.sec-experience-games .games-photo{min-height:30%}.sec-experience-games .heading-wrap{margin-bottom:20px}}.game-item{margin:100px 10px 80px 10px;height:500px;overflow:hidden;position:relative}.game-item:after{content:"";display:block;margin:auto;width:100%;height:100%;max-width:300px;position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;background:linear-gradient(to bottom, rgba(23,23,25,0) 0%, rgba(23,23,25,0.55) 30%, rgba(23,23,25,0.98) 70%, #171719 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#171719', GradientType=0);transition:all 0.3s ease-in}.game-item:hover .games-photo{z-index:10;transition:all 0.3 ease}.game-item:hover .pin-center{top:0}.game-item:hover .pin-center img{max-width:100%}.game-item:hover .pin-bottom{top:-12px}.game-item:hover .pin-bottom-top{top:-45px}.game-item:hover .pin-bottom-down-top{top:-14px}.game-item:hover:after{background:rgba(23,23,25,0.95)}.game-item .games-bg{margin:auto;position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}@media only screen and (max-width: 992px){.game-item{margin:80px 5px}.game-item:hover .pin-top,.game-item:hover .pin-center,.game-item:hover .pin-bottom,.game-item:hover .pin-bottom-top,.game-item:hover .pin-bottom-down-top{top:0px}.game-item .pin-top,.game-item .pin-center,.game-item .pin-bottom,.game-item .pin-bottom-top,.game-item .pin-bottom-down-top{top:62px;left:0}}@media only screen and (max-width: 600px){.game-item{margin:20px}}.games-photo{max-width:300px;margin:auto;position:absolute;left:-13px;right:0;z-index:5;font-size:0;text-indent:-9999px}.games-photo img{margin:0 auto}@media only screen and (max-width: 992px){.games-photo img{max-width:100%;height:auto}}.pin-top{top:0}.pin-center{top:55px;right:0;bottom:0;left:0}.pin-center img{max-width:96%}.pin-center.fix{margin-top:50%}.pin-center.fix img{transform:translateY(-50%)}.pin-bottom{top:calc(50% - 190px)}.pin-bottom-top{top:calc(50% - 190px)}.pin-bottom-down-top{top:26%}.game-content{width:100%;position:absolute;left:0;bottom:34px;z-index:15;min-height:190px}.game-content h2{font-size:1.75rem;color:#f0f0f0}.game-content h3{margin:15px 0;font-family:"Roboto-Bold";font-size:1.75rem;text-transform:uppercase;color:#f0f0f0;letter-spacing:1px;text-shadow:0 1px 1px rgba(0,0,0,0.64)}.game-content p{min-height:106px;color:#706d80;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;white-space:normal;overflow:hidden;text-overflow:ellipsis;white-space:pre-wrap;letter-spacing:0.5px;font-size:.875rem}.game-content p span{display:inline-block}.game-content p span.br{width:100%}.game-content .game-btn-wrap{margin:0;display:inline-block}.game-content .game-btn-wrap a{padding:5px;display:inline-block;font-family:"RobotoCondensed-Bold";color:#e6b407;text-transform:uppercase;letter-spacing:1px;font-size:.75rem}.game-content .game-btn-wrap a:hover{color:#806404;transition:all 0.3s ease-in}@media only screen and (max-width: 992px){.game-content{min-height:auto;bottom:12px}.game-content h2{font-size:1.3125rem}.game-content h3{font-size:1.3125rem}.game-content p{margin-bottom:5px;line-height:18px;min-height:90px;font-size:.75rem}.game-content p span.br{width:auto}}@media only screen and (max-width: 600px){.game-content{bottom:25px}.game-content h2{letter-spacing:0;font-size:1.75rem}.game-content h3{font-size:1.75rem}.game-content .game-btn-wrap a{font-size:.875rem}}.heading-wrap h2{margin-bottom:30px}.heading-wrap strong{display:block;margin-bottom:28px;font-size:2.25rem;color:#e6b407;text-transform:uppercase;font-family:"Roboto-Bold";letter-spacing:1px}.heading-wrap p{margin:0;color:#f0f0f0;letter-spacing:0.5px;font-size:.875rem}@media only screen and (max-width: 992px){.heading-wrap strong{margin-bottom:15px}}@media only screen and (max-width: 600px){.heading-wrap strong{font-size:1.75rem;letter-spacing:-0.5px}}.sec-more-than-games{padding:80px 0;position:relative;height:560px;background:url(/img/2844498247d83b9489b0.jpg) no-repeat center center;background-size:cover;overflow:hidden}.sec-more-than-games:after{content:"";margin:auto;display:block;width:100%;height:100%;background-color:rgba(23,23,25,0.6);position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.sec-more-than-games .sec_inner{position:relative;z-index:6}.sec-more-than-games .sec_inner figure{position:relative;z-index:8}.sec-more-than-games .sec_inner img{max-width:540px;height:auto;position:absolute;left:0;top:0}.sec-more-than-games .heading-wrap span{display:block;color:#f0f0f0;font-weight:700;letter-spacing:1px;line-height:24px;font-size:1.125rem}.sec-more-than-games .inner-category{padding:50px 32px 50px 146px;width:540px;min-height:405px;background-color:#1e1d22}.sec-more-than-games .inner-category p{margin:24px 0;color:#706d80;font-size:.875rem}.sec-more-than-games .inner-category p span{display:block}.sec-more-than-games .inner-category .btn-defaule{width:124px}@media only screen and (max-width: 992px){.sec-more-than-games{height:auto}.sec-more-than-games .sec_inner img{position:initial;max-width:100%;width:100%;display:block;margin:0 auto}.sec-more-than-games .inner-category{padding:65px 32px 50px 32px;width:100%;text-align:center}.sec-more-than-games .inner-category .btn-defaule{margin:60px auto 0}.sec-more-than-games .inner-category p span{display:inline-block}}@media only screen and (max-width: 600px){.sec-more-than-games .inner-category{padding:60px 20px;min-height:auto}.sec-more-than-games .inner-category .btn-defaule{margin:30px auto 0}.sec-more-than-games .heading-wrap span{font-size:.9375rem}}.sec-latest-news{padding:80px 0;background-color:#1e1d22}.sec-latest-news .heading-wrap strong{padding-left:22px}.sec-latest-news .btn-defaule{margin:80px auto 0;width:124px}@media only screen and (max-width: 600px){.sec-latest-news .heading-wrap strong{padding-left:0px;text-align:center}}.list-item{margin-bottom:10px;height:240px;background-color:#171719}.list-item:hover .item-img img{transform:scale(1.04)}.list-item a{min-height:240px;margin:auto;display:flex;justify-content:space-between;align-items:center}.list-item .item-img{position:relative;overflow:hidden;flex:1}.list-item .item-img .LazyLoad{--bg-dark: #1b1a1e;aspect-ratio:48/25}.list-item .item-img img{margin-bottom:-4px;max-width:100%;height:auto;transition:all 0.3s ease}.list-item .list-item-inner{flex:1;padding:0 20px}.list-item .list-item-inner span,.list-item .list-item-inner .item-inner-date{display:block;color:#b3b3b3;text-transform:uppercase;font-size:.75rem}.list-item .list-item-inner h4{margin:20px 0;color:#f0f0f0;text-transform:uppercase;font-family:"RobotoCondensed-Bold";letter-spacing:0.5px;font-size:1.125rem}.list-item .list-item-inner p{height:40px;color:#706d80;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;font-size:.875rem}.list-item .list-item-inner strong{display:block;color:#e6b407;font-family:"RobotoCondensed-Bold";text-transform:uppercase;transition:all 0.3s ease;font-size:.75rem}.list-item .list-item-inner strong:hover{color:#806404}@media only screen and (max-width: 992px){.list-item .item-img{padding:0 10px}.list-item .list-item-inner{padding:0 10px;width:calc(100% - 312px)}}@media only screen and (max-width: 600px){.list-item{padding-bottom:24px;height:auto}.list-item a{flex-direction:column}.list-item .item-img{float:none;padding:0}.list-item .list-item-inner{float:none;width:100%;padding:0 15px}.list-item .list-item-inner span{margin-top:10px}.list-item .list-item-inner strong{margin-top:20px;text-align:center;font-size:.875rem}.list-item .list-item-inner p{height:65px}.list-item .item-inner-date,.list-item h4{text-align:center}}.sec-contact{position:relative;padding:80px 0;min-height:750px;background:url(/img/e92f2874281a1d23df10.jpg) no-repeat center center;background-size:cover;overflow:hidden}.sec-contact:before{content:"";margin:auto;display:block;width:100%;height:100%;background-color:rgba(23,23,25,0.8);position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.sec-contact:after{content:"";display:block;width:43%;height:100%;background:url(/img/2152985d4b34269f1b80.png) no-repeat top center;background-size:cover;position:absolute;right:5%;bottom:-70px;z-index:5}.sec-contact input{margin-bottom:22px;width:100%;height:48px;display:block;min-height:48px;padding:5px 34px 5px 20px;color:#706d80;background-color:#1e1d22;border:1px solid #1e1d22;max-width:400px;font-size:.875rem}.sec-contact input:focus{outline:none;border-color:#1e1d22;color:#f0f0f0}.sec-contact input:focus::-webkit-input-placeholder{color:#f0f0f0}.sec-contact input:focus::-moz-placeholder{color:#f0f0f0}.sec-contact input:focus:-ms-input-placeholder{color:#f0f0f0}.sec-contact input:focus:-moz-placeholder{color:#f0f0f0}.sec-contact input::-webkit-input-placeholder{color:#706d80}.sec-contact input::-moz-placeholder{color:#706d80}.sec-contact input:-ms-input-placeholder{color:#706d80}.sec-contact input:-moz-placeholder{color:#706d80}.sec-contact textarea{margin-bottom:30px;display:block;width:100%;padding:15px 34px 15px 20px;color:#706d80;background-color:#1e1d22;border:1px solid #1e1d22;max-width:400px;max-height:150px;resize:none;font-size:.875rem}.sec-contact textarea:focus{outline:none;border-color:#1e1d22;color:#f0f0f0}.sec-contact textarea:focus::-webkit-input-placeholder{color:#f0f0f0}.sec-contact textarea:focus::-moz-placeholder{color:#f0f0f0}.sec-contact textarea:focus:-ms-input-placeholder{color:#f0f0f0}.sec-contact textarea:focus:-moz-placeholder{color:#f0f0f0}.sec-contact textarea::-webkit-input-placeholder{color:#706d80}.sec-contact textarea::-moz-placeholder{color:#706d80}.sec-contact textarea:-ms-input-placeholder{color:#706d80}.sec-contact textarea:-moz-placeholder{color:#706d80}.sec-contact .heading-wrap{padding:0 30px}.sec-contact .btn-defaule{width:121px}@media only screen and (max-width: 992px){.sec-contact:after{display:none;background:transparent;z-index:-1}.sec-contact .heading-wrap{text-align:center}.sec-contact .row .col.s7{width:100%}.sec-contact .btn-defaule{margin:0 auto}}@media only screen and (max-width: 600px){.sec-contact .heading-wrap{padding:10px}}.form-email{margin-top:80px;padding:0 140px 0 30px}@media only screen and (max-width: 992px){.form-email{padding:0;width:50%;margin:80px auto 0}}@media only screen and (max-width: 600px){.form-email{width:100%;margin:30px auto 0}}.form-group{position:relative}.form-group .icon-error{display:none;opacity:0;position:absolute;color:#df213c;top:10px;right:10px;z-index:5;font-size:1.625rem}.form-group .icon-error:after{content:"";display:block;width:16px;height:16px;background-color:#f0f0f0;position:absolute;top:5px;right:5px;z-index:-1;-mos-border-radius:50%;border-radius:50%}.form-warning input,.form-warning textarea{border-color:#C03F51}.form-warning .icon-error{display:block;opacity:1}.img-prosperity-gods{width:100%;height:100%;background:url(/img/2152985d4b34269f1b80.png) no-repeat center center;background-size:100%}.sidenav-overlay{position:fixed;top:64px;left:0;right:0;bottom:0;margin:auto;height:calc(100% - 64px);background:rgba(0,0,0,0.36);z-index:10000;will-change:opacity;cursor:not-allowed;transition:all 500ms ease;display:none}@media only screen and (max-width: 600px){.sidenav-overlay{top:56px;height:calc(100% - 56px)}}.side_right_column{position:fixed;z-index:10003;width:100%;top:64px;right:0;left:0;overflow:hidden;height:0;background-color:#171719;text-align:center;transform:translateX(0);transition:all 500ms ease}.side_right_column ul{margin:0}.side_right_column ul li{text-transform:uppercase;font-family:"RobotoCondensed-bold", "Microsoft Yahei";margin-bottom:10px;color:#f0f0f0}.side_right_column ul li:last-child{margin-bottom:0;display:flex;justify-content:center;align-items:center}.side_right_column ul li:last-child a{padding:10px 15px}.side_right_column ul a{display:block;padding:10px 30px;color:inherit;font-size:1rem}.side_right_column ul a.active{color:#e6b407}@media only screen and (max-width: 600px){.side_right_column{top:56px}}.side-show{padding:50px 0;width:100%;height:100vh;box-shadow:0 0 18px 3px rgba(0,0,0,0.35);transform:translateX(0)}.preLoadOuter{width:100%;height:100%;position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:auto;z-index:99999}.preLoadOuter:before{content:"";display:block;width:100%;height:100%;background-color:rgba(23,23,25,0.84);transition:opacity 0.3s cubic-bezier(0, 0, 0.3, 1)}.preLoadSpinner{width:46px;height:46px;border:2px solid #f0f0f0;border-left:3px solid #e6b407;border-radius:999px;background-size:64px;animation:spin 1000ms infinite linear;position:absolute;left:50%;transform:translateX(-50%) translateZ(0);top:40%}.preLoadLabel{position:absolute;width:100%;top:40%;text-align:center;margin-top:60px;line-height:20px;color:#f0f0f0}.eas-modal{align-items:center;display:none;justify-content:center;position:fixed;top:0;right:0;left:0;bottom:0;opacity:0;visibility:hidden;z-index:99;background:rgba(23,23,25,0.95);transition:all 150ms linear}.eas-modal-wrap{position:relative}.eas-modal-open{opacity:1;visibility:visible;z-index:10000;display:flex}.eas-modal-close{display:block;width:41px;height:41px;position:absolute;right:-50px;top:-60px;z-index:9999;cursor:pointer;border:1px solid #806404;transition:all 150ms linear;-mos-border-radius:50%;border-radius:50%}.eas-modal-close .horizontal{width:20px;height:1px;position:absolute;top:20px;left:10px;background-color:#f0f0f0;transform:rotate(45deg)}.eas-modal-close .vertical{height:20px;width:1px;position:absolute;left:19px;top:10px;background-color:#f0f0f0;transform:rotate(45deg)}.eas-modal-close:hover{border-color:#e6b407;background-color:#e6b407}@media only screen and (max-width: 992px){.eas-modal-close{right:-10px}}@media only screen and (max-width: 600px){.eas-modal-close{right:-6px}}.eas-modal-content{min-width:1025px;width:100%;height:30vw}.eas-modal-content iframe{width:100%;height:100%}@media only screen and (max-width: 992px){.eas-modal-content{min-width:700px;height:480px}}@media only screen and (max-width: 600px){.eas-modal-content{min-width:auto;height:180px}}.browser{background-color:#171719;text-align:center}.browser nav{position:relative}.browser nav .brand-logo{transform:translateX(-50%)}.browser section{padding:140px 0;min-height:calc(100vh - 64px - 85px)}.browser section p{color:#706d80;font-size:1.125rem}.browser h3{color:#e6b407;font-size:2.375rem}.browser footer{padding:20px 0;text-align:center;background-color:#0f0f0f}.browser .browser_item{padding:40px 0}.browser .browser_item a{display:block;color:#ececec}.browser .browser_item a:hover{color:#e6b407}.browser .browser_item a:hover img{transform:scale(1.2);transition:all 0.3s ease-in-out}.browser .browser_item img{margin:0 auto 26px;display:block}@media only screen and (max-width: 600px){.browser section{padding:70px 0;min-height:auto}.browser section p{color:#ddd;font-size:.9375rem}.browser h3{font-size:1.75rem}.browser .browser_item{padding:30px 0}.browser .browser_item img{margin:0 auto 14px;width:60%}.browser .browser_item span{font-size:.8125rem}}.sec-article{padding:70px 0 80px 0;background-color:#1e1d22}.sec-article .game-breadcrumbs{margin:14px 0;padding:20px 40px}.sec-article .inner-content{padding:34px 40px 80px 40px;background-color:#171719}.sec-article .inner-content .primary-title{padding-bottom:30px;border-bottom:1px solid #2d2d33;color:#e6b407;text-transform:uppercase;letter-spacing:1.5px;font-size:2.25rem}.sec-article .inner-content .sub-title{margin:30px 0;color:#f0f0f0;text-transform:uppercase;font-size:1.75rem}.sec-article .inner-content strong,.sec-article .inner-content h2{display:block;margin:50px 0 30px 0;color:#f0f0f0;text-transform:uppercase;font-size:1.3125rem}.sec-article .inner-content p{max-width:95%;color:#706d80;font-size:.875rem}.sec-article .inner-content p a{display:inline-block;color:#706d80}.sec-article .inner-content p a:hover{text-decoration:underline}.sec-article .inner-content ul{margin:0}.sec-article .inner-content ul li{position:relative;padding-left:13px;line-height:21px;color:#706d80;font-size:.875rem}.sec-article .inner-content ul li:before{content:"";display:inline-block;width:4px;height:4px;background-color:#e6b407;position:absolute;left:1px;top:8px;-mos-border-radius:50%;border-radius:50%}@media only screen and (max-width: 992px){.sec-article{padding:100px 0 80px 0}.sec-article .inner-content{padding:34px 40px}.sec-article .inner-content .primary-title{font-size:1.75rem}}@media only screen and (max-width: 600px){.sec-article{padding:60px 0}.sec-article .game-breadcrumbs{padding:20px 15px}.sec-article .inner-content{padding:30px 15px}.sec-article .inner-content .primary-title{font-size:1.5rem}.sec-article .inner-content .sub-title{margin:30px 0;font-size:1.5rem}}span.br{display:block}@media only screen and (max-width: 992px){span.br{display:inline-block}}.game-breadcrumbs{display:flex;flex-direction:row;list-style:none;margin:0;padding:20px 24px}.game-breadcrumbs li{position:relative;margin-right:5px;text-transform:uppercase;letter-spacing:0.5px;font-family:"RobotoCondensed-Bold";font-size:.75rem;white-space:nowrap}.game-breadcrumbs li:last-child span{color:#e6b407;white-space:normal}.game-breadcrumbs li:not(:first-of-type):before{content:">";display:inline-block;margin-right:5px;position:relative;color:#f0f0f0;font-family:"RobotoCondensed-Regular";font-size:.75rem;vertical-align:top}.game-breadcrumbs a{display:inline-block;color:#f0f0f0}.game-breadcrumbs a:hover{text-decoration:underline}.game-breadcrumbs span{display:inline-block}@media only screen and (max-width: 600px){.game-breadcrumbs{padding:0 0 20px 0}.game-breadcrumbs li{letter-spacing:0}.game-breadcrumbs li:last-child{margin-right:0}}.carousel .control-dots{bottom:18px}.carousel .control-dots .dot:hover,.carousel .control-dots .dot.selected{background:#e6b407 !important}.carousel .control-dots .dot:focus{outline:none}@media only screen and (max-width: 600px){.carousel .control-dots{bottom:30px}}@media (max-width: 360px){.carousel .control-dots{display:none}}footer{width:100%;padding:80px 0 0 0;background-color:#171719}footer h5{margin-top:0;margin-bottom:16px;color:#f0f0f0;letter-spacing:0.5px;font-weight:normal;font-family:"Roboto-Regular";font-size:.875rem}footer a{display:inline-block;line-height:18px;color:#e6b407;font-size:.75rem;transition:all 0.3s ease}footer span{display:block}footer p{line-height:21px;color:rgba(133,132,132,0.8);font-size:.75rem}footer .info-wrap li{margin-bottom:12px}footer .info-wrap li:last-child{margin-bottom:0}footer .info-wrap p,footer .info-wrap span,footer .info-wrap a{color:#e6b407;margin:0px}footer .info-wrap a,footer .info-wrap p{font-size:.875rem}footer .info-wrap a{display:inline-block}footer .info-wrap a:hover{text-decoration:underline}footer .col:last-child .footer-info{margin-left:54px}@media only screen and (max-width: 600px){footer .row .col.s6{width:100%}footer .col:last-child .footer-info{margin-left:0}footer .footer-info{text-align:center}footer .footer-info ul{display:flex;justify-content:center}}.site-footer-menus{width:calc(100% / 3)}.site-footer-menus ul li{margin-bottom:8px}.site-footer-menus ul li a{text-transform:uppercase;font-family:"RobotoCondensed-Bold"}.site-footer-menus ul li a:hover{color:#806404}.site-footer-menus:last-child{padding-left:12px}.info-footer-menus{width:calc(100% / 2)}.info-footer-menus p{color:#f0f0f0}.info-footer-menus:first-child{max-width:calc(100% / 2 - 54px);margin-left:54px}.info-footer-menus .email{position:relative;padding-left:20px}.info-footer-menus .email:after{font-family:"icomoon" !important;content:"\e900";display:block;width:15px;height:15px;position:absolute;left:0;top:0}.info-footer-menus .email:hover{color:#806404}.info-footer-menus .form-email{margin-top:0;padding:0}.info-footer-menus .form-email input{margin:20px 0;width:100%;display:block;padding:8px 28px 8px 10px;color:#171719;background-color:#f0f0f0;border:1px solid #171719;font-size:.75rem}.info-footer-menus .form-email input:focus{outline:none;border-color:#1e1d22;color:#171719}.info-footer-menus .form-email input:focus::-webkit-input-placeholder{color:#171719}.info-footer-menus .form-email input:focus::-moz-placeholder{color:#171719}.info-footer-menus .form-email input:focus:-ms-input-placeholder{color:#171719}.info-footer-menus .form-email input:focus:-moz-placeholder{color:#171719}.info-footer-menus .form-email input::-webkit-input-placeholder{color:#706d80}.info-footer-menus .form-email input::-moz-placeholder{color:#706d80}.info-footer-menus .form-email input:-ms-input-placeholder{color:#706d80}.info-footer-menus .form-email input:-moz-placeholder{color:#706d80}.info-footer-menus .form-email .form-group{max-width:200px}.info-footer-menus .form-email .form-group .icon-error{top:5px;right:5px;font-size:1.25rem}.info-footer-menus .form-email .form-group .icon-error:after{display:none}.info-footer-menus .form-email .btn-defaule{width:121px;padding:6px 10px}.info-footer-menus .form-warning input{border-color:#C03F51}@media only screen and (max-width: 992px){.info-footer-menus:first-child{max-width:calc(100% / 2);margin-left:0}.info-footer-menus .form-email{width:100%}}@media only screen and (max-width: 600px){.info-footer-menus{margin-top:20px}}.footer-info{margin:30px 0 80px 0}.footer-info p{color:#fff;font-size:.6875rem}@media only screen and (max-width: 992px){.footer-info{margin:30px 0 0 0}}.licenses-logo{margin:0}.licenses-logo li{margin-right:15px;min-height:34px;display:flex;align-items:center;justify-content:center}.licenses-logo .itech-logo{width:24px;-o-object-fit:contain;object-fit:contain}.licenses-logo .mga-logo{width:92px;-o-object-fit:contain;object-fit:contain}.social-links-list li{margin-right:15px}.social-links-list a{padding-top:5px;font-size:1.5rem}.social-links-list a:hover{color:#806404}.social-links-list i{display:block}.social-links-list .icon-youtube{padding-top:2px}.footer-copyright{min-height:100px;display:flex;align-items:center;justify-content:space-between}.footer-copyright .icon-logo{width:34px;height:40px;background:url(/img/2a72285e9a1079cd4e5a.svg) no-repeat 0 0;background-size:cover}.footer-copyright p{margin:0;color:#f0f0f0;font-size:.6875rem}.footer-copyright p a{font-family:"RobotoCondensed-Bold"}.footer-copyright p a:hover{color:#806404}.footer-copyright img{margin-left:18px;vertical-align:middle}@media only screen and (max-width: 992px){.footer-copyright p{width:75%;text-align:center}}@media only screen and (max-width: 600px){.footer-copyright{padding:30px 0;flex-direction:column}.footer-copyright p{margin:20px 0;width:100%}}.scrollTop{padding:0 3px;transition:all 0.3s ease}.scrollTop:hover{color:#806404}.scrollTop:hover .arrow{border-color:#806404 transparent transparent transparent}.scrollTop span{display:block}.scrollTop span:last-child{margin-top:8px;font-family:"RobotoCondensed-Bold";font-size:.75rem}.scrollTop .arrow{position:relative;width:0px;height:0px;border-style:solid;border-width:1em 0.8em 0 0.8em;border-color:#e6b407 transparent transparent transparent;transform:rotate(180deg)}.scrollTop .arrow:after{content:"";position:absolute;top:-1.2em;left:-0.8em;width:0px;height:0px;border-style:solid;border-width:1em 0.8em 0 0.8em;border-color:#171719 transparent transparent transparent;transform:rotate(0deg)}.first-category{position:relative;background:#000 url(/img/9446f6e6ba1f061e8034.jpg) no-repeat center 38%;background-size:100%}.first-category:after{content:"";display:block;width:100%;height:100%;background-color:rgba(23,23,25,0.9);position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.first-category .container-center{margin-left:0}@media only screen and (max-width: 600px){.first-category{background-position:center 25px;background-size:cover}.first-category .container-center{text-align:center}}.sec-category{padding:27px 0 80px 0;height:426px;background:#1e1d22 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5ZyW5bGkXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzcwIDQyOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzcwIDQyODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzI5MjkyRDt9DQo8L3N0eWxlPg0KPGc+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTIyMC4yLDMxMi43bDAuNS01LjdsNS41LDEuNWMwLjYsMC4xLDU3LDE1LDg1LjEtMTAuMWMyNy4xLTI0LjMsMzcuMi04MC44LDIuMy0xMzcuOQ0KCQlDMjgwLjQsMTA2LjIsMjAwLjYsNDkuOCwxODUsMzkuMWMtMTUuNiwxMC43LTk1LjQsNjcuMS0xMjguNiwxMjEuNWMtMzQuOSw1Ny0yNC44LDExMy42LDIuMywxMzcuOWMyOC4xLDI1LjEsODQuNiwxMC4zLDg1LjEsMTAuMQ0KCQlsNS41LTEuNWwwLjUsNS43YzAuMSwxLjQsMi44LDMzLjMtMjEsNTkuNGMtMTkuNSwyMS40LTUwLjYsMzIuMy05Mi42LDMyLjN2MTkuMmM0Ny41LDAsODMuNC0xMywxMDYuNy0zOC41DQoJCWMyOC45LTMxLjcsMjYuMy02OS44LDI1LjktNzRsLTIuNy0yOC4ybC0yNy40LDcuM2MtMTIuMiwzLjItNTAuNyw5LTY3LjQtNS45Yy0yMS4zLTE5LjEtMjguMS02NS40LDEuMy0xMTMuNg0KCQljMjYuNC00My4yLDg1LjctODguOSwxMTIuMy0xMDhjMjYuNSwxOS4xLDg1LjgsNjQuNywxMTIuMywxMDhjMjkuNCw0OC4yLDIyLjYsOTQuNSwxLjMsMTEzLjZjLTE2LjcsMTUtNTUuMiw5LjEtNjcuMyw1LjkNCgkJbC0yNy41LTcuNGwtMi42LDI4LjRjLTAuNCw0LjItMyw0Mi4zLDI1LjksNzRjMjMuMywyNS42LDU5LjIsMzguNSwxMDYuNywzOC41di0xOS4yYy00MS45LDAtNzMtMTAuOC05Mi42LTMyLjMNCgkJQzIxNy41LDM0NiwyMjAuMSwzMTQuMSwyMjAuMiwzMTIuN3oiLz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzMwLjYsMzE5LjljMzYuNy0zMi44LDUxLjEtMTAzLjMsNy43LTE3NC40Yy00MC02NS40LTEzNS45LTEyOS41LTE0MC0xMzIuMkwxODUsNC41bC0xMy4zLDguOA0KCQljLTQuMSwyLjctMTAwLDY2LjgtMTQwLDEzMi4yYy00My40LDcxLjEtMjksMTQxLjUsNy43LDE3NC40YzIxLjgsMTkuNSw1MiwyMi45LDc1LjYsMjEuOWMtMS45LDMuOC00LjUsNy43LTgsMTEuNA0KCQljLTEzLjksMTQuOS0zNy43LDIyLjQtNzAuOCwyMi40djE5LjJjMzksMCw2Ny43LTkuOCw4NS4zLTI5YzE1LjQtMTYuOCwxOC4zLTM3LDE4LjctNDYuNWMtMTYuMywzLjQtNjEuNiwxMC04OC0xMy43DQoJCWMtMzAuOC0yNy41LTQyLjEtODcuOS00LjEtMTUwQzg1LjksOTMuNywxNzguNCwzMS45LDE4Mi40LDI5LjNsMi42LTEuOGwyLjcsMS44YzMuOSwyLjYsOTYuNCw2NC40LDEzNC4yLDEyNi4yDQoJCWMzOCw2Mi4xLDI2LjcsMTIyLjUtNC4xLDE1MGMtMjYuNCwyMy43LTcxLjcsMTctODgsMTMuN2MwLjQsOS42LDMuMiwyOS43LDE4LjcsNDYuNWMxNy42LDE5LjMsNDYuMywyOSw4NS4zLDI5di0xOS4yDQoJCWMtMzMuMSwwLTU3LTcuNi03MC44LTIyLjRjLTMuNC0zLjctNi4xLTcuNi04LTExLjRDMjc4LjQsMzQyLjgsMzA4LjcsMzM5LjQsMzMwLjYsMzE5Ljl6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat center center;background-size:26%}.sec-category .heading-wrap{margin:0 auto;width:60%}.sec-category .heading-wrap p{margin:16px 0}@media only screen and (max-width: 992px){.sec-category{height:auto;background-size:50%}.sec-category .heading-wrap{width:90%}}@media only screen and (max-width: 600px){.sec-category{background-size:64%}.sec-category .heading-wrap{width:100%}}.third-category{min-height:847px;background-color:#171719}.third-category .product-card-img{position:relative;z-index:1}.third-category .product-card-img:after{content:"";display:block;margin:auto;width:100%;height:100%;position:absolute;top:0;right:0;left:0;bottom:0;z-index:3;background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, #171719 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6171719', GradientType=0)}.third-category .card-dark{background-color:#000}.third-category .card-white{background-color:#fff}.third-category .product-card-title{padding:80px 0}.third-category .product-card-title strong{display:block;margin-bottom:30px;color:#f0f0f0;text-transform:uppercase;font-family:"Roboto-Bold";font-size:1.75rem}.third-category .product-card-title p{margin:0 auto;max-width:55%;color:#fff;font-size:.875rem}@media only screen and (max-width: 992px){.third-category{min-height:auto}.third-category .product-card-title p{max-width:80%}}@media only screen and (max-width: 600px){.third-category .row .col.s6{width:100%;padding:0}.third-category .product-card-title{padding:30px 0}.third-category .product-card{margin-bottom:30px}}.forth-category{padding:80px 0;overflow:hidden;min-height:532px;background:url(/img/bd1c758ba3ebccb35798.jpg) no-repeat center 58%;background-size:cover;position:relative;z-index:1}.forth-category:after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;background-color:rgba(23,23,25,0.8)}.forth-category p{max-width:57%;margin:0;color:#f0f0f0;letter-spacing:0.5px;font-size:0.875rem}.forth-category a{margin-top:25px;padding:3px 3px 3px 0;display:inline-block;color:#e6b407;text-transform:uppercase;font-family:"RobotoCondensed-Bold";font-size:.75rem;transition:all 0.3s ease-in-out}.forth-category a:hover{color:#806404}@media only screen and (max-width: 992px){.forth-category p{max-width:100%}}@media only screen and (max-width: 600px){.forth-category .heading-wrap{text-align:center;display:table;margin:0 auto 24px}.forth-category p{margin-bottom:30px}.forth-category a{width:100%;text-align:center;font-size:.9375rem}}.five-category{position:relative;padding:80px 0;background-color:#1e1d22}.five-category .heading-wrap{margin-top:165px}.five-category .heading-wrap strong{margin-top:0}.five-category .solutionsTitle{margin-top:0}.five-category .solutionsTitle strong{margin-left:15%;margin-bottom:80px;text-align:left}.five-category .item-card{position:relative;margin-bottom:10px;width:calc(100% / 3 - 7px);height:274px;display:flex;align-items:center;justify-content:center}.five-category .item-card:after{content:"";display:block;margin:auto;width:100%;height:100%;position:absolute;top:0;right:0;left:0;bottom:0;z-index:3;background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, #171719 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6171719', GradientType=0);transition:all 0.3s ease}.five-category .item-card:nth-child(1),.five-category .item-card:nth-child(2),.five-category .item-card:nth-child(4),.five-category .item-card:nth-child(5),.five-category .item-card:nth-child(6){overflow:hidden}.five-category .item-card:nth-child(2),.five-category .item-card:nth-child(5){margin:0 10px}.five-category .item-card:nth-child(3) .item-inner{width:100%;position:absolute;right:0px;bottom:0;z-index:10;height:600px;background-color:#e6b407;padding:56px 26px 80px 26px}.five-category .item-card:nth-child(3) .item-inner h2{color:#f0f0f0;font-size:2.25rem}.five-category .item-card:nth-child(3) .item-inner p{visibility:visible;opacity:1}.five-category .item-card:nth-child(3) .btn-defaule{margin-top:80px;border-color:#f0f0f0;min-width:211px;line-height:19px;color:#f0f0f0;visibility:visible;opacity:1;font-size:.875rem;transition:all 0.3s ease-in-out}.five-category .item-card:nth-child(3) .btn-defaule:hover{color:#e6b407;background-color:#f0f0f0}.five-category .item-card:hover:after,.five-category .item-card:focus:after{background-color:rgba(23,23,25,0.9)}.five-category .item-card:hover .item-inner,.five-category .item-card:focus .item-inner{bottom:0}.five-category .item-card:hover .item-inner p,.five-category .item-card:hover .item-inner a,.five-category .item-card:focus .item-inner p,.five-category .item-card:focus .item-inner a{visibility:visible;opacity:1}.five-category .item-image img{display:block;z-index:1;border:0;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;margin:auto;object-fit:cover;-moz-object-fit:cover;-webkit-object-fit:cover;-o-object-fit:cover;transition:all 0.3s ease-in-out}.five-category .item-inner{position:relative;z-index:12;padding:30px 24px;bottom:-65px;transition:bottom 0.3s linear 0s}.five-category .item-inner strong{margin:0 auto;display:block;color:#f0f0f0;font-size:1.75rem;text-transform:uppercase;font-family:"Roboto-Bold";letter-spacing:1px;text-shadow:1px 0 1px rgba(0,0,0,0.64)}.five-category .item-inner p{opacity:0;visibility:hidden;color:#706d80;min-height:84px;font-size:.875rem}.five-category .item-inner a{opacity:0;visibility:hidden;padding:5px;display:inline-block;color:#e6b407;font-family:"RobotoCondensed-Bold";cursor:pointer;text-transform:uppercase;font-size:.75rem;transition:all 0.3s ease-in-out}.five-category .item-inner a:hover{color:#806404}@media only screen and (max-width: 992px){.five-category .heading-wrap{margin-top:80px}.five-category .solutionsTitle strong{margin-left:0}.five-category .item-card:nth-child(3) .item-inner{height:auto;padding:56px 20px 80px 20px}.five-category .item-card:nth-child(3) .item-inner h2{font-size:1.75rem}.five-category .item-card:nth-child(3) .btn-defaule{margin-top:30px}}@media only screen and (max-width: 600px){.five-category .heading-wrap{margin-top:0px;text-align:center}.five-category .heading-wrap strong{text-align:center}.five-category .solutionsTitle strong{margin-bottom:30px}.five-category .item-card{width:100%;float:none;height:auto;min-height:324px;display:flex;align-items:center;justify-content:center}.five-category .item-card:nth-child(2),.five-category .item-card:nth-child(5){margin:0 0 10px 0}.five-category .item-card:nth-child(3) .item-inner{height:auto;padding:40px 20px;position:relative;text-align:center}.five-category .item-card:nth-child(3) .item-inner h2{letter-spacing:-1px;font-size:1.75rem}.five-category .item-card:nth-child(3) .item-inner p{color:#5a5767}.five-category .item-card:nth-child(3) .btn-defaule{margin-top:30px}.five-category .item-card:after{background-color:rgba(23,23,25,0.95)}.five-category .item-card:last-child{margin-bottom:60px}.five-category .item-inner{bottom:0}.five-category .item-inner strong{letter-spacing:0}.five-category .item-inner p,.five-category .item-inner a{visibility:visible;opacity:1}}@media only screen and (max-width: 600px){.five-category .row .col.s12:nth-child(2){display:flex;flex-wrap:wrap}.five-category .row .col.s12:nth-child(2) .item-card:nth-child(3){order:-1}}.partners-logo{max-width:700px;margin:70px auto 0 auto;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.partners-logo li{width:25%;margin:10px 0;padding:0 20px;text-align:center}.partners-logo li a{display:inline-block}.partners-logo img{display:block;max-height:80px}@media only screen and (max-width: 992px){.partners-logo li:nth-child(17){margin-left:0}}@media only screen and (max-width: 600px){.partners-logo{margin-top:40px}.partners-logo li{width:33.33%;margin:8px 0;padding:0 5px}}.bg-white{background:#fff}.six-category{position:relative;min-height:880px;padding:80px 0;background:#040707 url(/img/cf69f5c7c9f6c10f7e87.jpg) no-repeat center center;background-size:cover}.six-category .heading-wrap{max-width:70%;margin:0 auto}.six-category img{margin-top:80px}.six-category:after{content:"";display:block;width:100%;height:100%;background-color:rgba(23,23,25,0.95);position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}@media only screen and (max-width: 992px){.six-category .heading-wrap{max-width:90%}}@media only screen and (max-width: 600px){.six-category{min-height:auto}.six-category .heading-wrap{max-width:100%}.six-category h2{letter-spacing:0;font-size:1.75rem}}.seven-category{padding:80px 0;background:#040707 url(/img/49fd350f046038ee2f15.jpg) no-repeat center center;background-size:cover;position:relative;min-height:549px}.seven-category:after{content:"";display:block;width:100%;height:100%;background-color:rgba(23,23,25,0.95);position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}.seven-category .heading-wrap h3{margin-bottom:30px;font-size:2.25rem;color:#e6b407}.seven-category .heading-wrap span{display:block;font-family:"Roboto-Bold";color:#f0f0f0;letter-spacing:1px;font-size:1.125rem}.seven-category .heading-wrap p{margin:18px auto;max-width:70%;color:#fff;font-size:.875rem}.seven-category .heading-wrap p:last-child{margin-bottom:0}@media only screen and (max-width: 992px){.seven-category .heading-wrap p{max-width:90%}}@media only screen and (max-width: 600px){.seven-category .heading-wrap h3{font-size:1.75rem}.seven-category .heading-wrap p{max-width:100%}.seven-category::after{background-color:rgba(23,23,25,0.98)}}.item-card-info{padding:60px;width:640px;min-height:433px;background-color:#1e1d22}.item-card-info .eas-modal-close{top:20px;right:20px}.item-card-info .eas-modal-close:hover{background-color:#e6b407;border-color:#e6b407}.item-card-info strong{display:block;position:relative;margin:20px 0 45px 0;color:#f0f0f0;font-size:1.75rem;text-transform:uppercase;font-family:"Roboto-Bold";letter-spacing:1px}.item-card-info strong:after{content:"";display:block;width:10px;height:2px;background-color:#f0f0f0;position:relative;top:16px;left:0}.item-card-info p{color:#706d80;font-size:.875rem}@media only screen and (max-width: 600px){.item-card-info{padding:35px 20px;width:90%;margin:0 auto;min-height:auto;text-align:center}.item-card-info .eas-modal-close{top:10px;right:30px}.item-card-info strong:after{left:calc(50% - 5px)}.item-card-info p{font-size:14px;line-height:21px}}.about-license-list{display:flex;align-items:center;gap:20px}.about-license-list img{max-width:200px;max-height:40px}@media only screen and (max-width: 600px){.about-license-list{flex-direction:column;gap:10px}}.games-slider{position:relative;padding:80px 0;min-height:768px;background-size:cover !important;background-position:center center !important;background-repeat:no-repeat !important}.games-slider:after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom, rgba(23,23,25,0.9) 0%, rgba(0,0,0,0) 100%);z-index:2}.games-slider .container-center{margin-left:0}.games-slider .container-center ul{display:inline-block}.games-slider.upcoming:after{background:rgba(0,0,0,0.7)}@media only screen and (max-width: 600px){.games-slider{min-height:auto}.games-slider .container-center{height:480px;padding:0 10px}}.games-wrap-bg01{background:url(/img/375c8cebb88c1654a311.jpg) no-repeat center top}.games-wrap-bg02{background:url(/img/81e9cb4028cf43846c92.jpg) no-repeat center top}.games-wrap-bg03{background:url(/img/b2802a313ab2f90c384c.jpg) no-repeat center top}.games-wrap-bg04{background:url(/img/6d6ae29744530bac9577.jpg) no-repeat center top}.games-detail-wrapper{min-height:100vh;background-color:rgba(23,23,25,0.8)}.sec-games-wrap{position:relative;height:530px;padding-bottom:50px;background-size:cover}.sec-games-wrap:after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(23,23,25,0.8)}.sec-games-wrap .game-item{margin-top:0;margin-bottom:0;overflow:hidden}.sec-games-wrap .game-item::after{background:linear-gradient(to bottom, rgba(23,23,25,0) 50%, #171719 100%)}.sec-games-wrap .game-item:hover:after{background:rgba(23,23,25,0.95)}.sec-games-wrap .game-item:hover .games-photo{z-index:5}.sec-games-wrap .game-item:hover .game-content{bottom:30px;transition:all 0.2s ease-in}.sec-games-wrap .game-item:hover .game-content p{opacity:1}.sec-games-wrap .game-item:hover .game-content .game-btn-wrap{visibility:visible;opacity:1}.sec-games-wrap .game-content{bottom:-100px}.sec-games-wrap .game-content p{opacity:0}.sec-games-wrap .game-content .game-btn-wrap{visibility:hidden;opacity:0}.sec-games-wrap .game-content .game-btn-wrap li:first-child{margin-right:8px}.sec-games-wrap .game-content .game-btn-wrap a{border:1px solid #e6b407;min-width:121px;line-height:19px;color:#f0f0f0;cursor:pointer;font-size:.875rem}.sec-games-wrap .game-content .game-btn-wrap a:hover{background-color:#e6b407;transition:all 0.3s ease-in}.sec-games-wrap .games-photo{width:100%}.sec-games-wrap .slick-list{position:relative;top:-30px}.sec-games-wrap .slick-slider .slick-arrow,.sec-games-wrap .slick-slider .slick-prev,.sec-games-wrap .slick-slider [type="button"]{overflow:hidden;width:0;height:0;line-height:0;font-size:0;border-width:1px;padding:0;background-color:transparent}.sec-games-wrap .row .col.s4{outline:none}@media only screen and (max-width: 992px){.sec-games-wrap .game-item{margin:30px 10px;top:0px;padding-bottom:30px;position:relative}.sec-games-wrap .game-item:after{content:"";display:block;width:300px;height:570px;position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom, rgba(0,0,0,0) 0%, #171719 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#171719', GradientType=0)}.sec-games-wrap .games-photo{z-index:10}.sec-games-wrap .game-content{bottom:30px;padding:0 15px}.sec-games-wrap .game-content h3{letter-spacing:0;font-size:1.5rem}.sec-games-wrap .game-content p{visibility:visible;opacity:1;line-height:16px;min-height:82px;font-size:.75rem}.sec-games-wrap .game-content .game-btn-wrap{margin-top:10px;visibility:visible;opacity:1}.sec-games-wrap .game-content .game-btn-wrap a{min-width:92px}.sec-games-wrap .slick-dots{position:absolute;bottom:30px;left:0}}@media only screen and (max-width: 600px){.sec-games-wrap{padding:50px 0;height:auto}.sec-games-wrap .row .col.s4{width:100%}.sec-games-wrap .game-item{max-width:300px;height:570px;margin:10px auto;padding-bottom:0}.sec-games-wrap .game-content p{padding:0 20px;min-height:100px}.sec-games-wrap .game-content .game-btn-wrap{margin-top:0px}.sec-games-wrap .game-content .game-btn-wrap a{min-width:118px}.sec-games-wrap .slick-dots{bottom:-15px}}@media (max-width: 360px){.sec-games-wrap .game-content .game-btn-wrap a{min-width:115px}}.gamesAll-wrap{padding:80px 0;background-color:#1e1d22}.gamesAll-wrap .heading-wrap{padding-left:24px}.gamesAll-wrap .heading-wrap strong{margin-bottom:0}@media only screen and (max-width: 600px){.gamesAll-wrap .heading-wrap{padding-left:initial;text-align:center}}.games-nav{margin:30px 0;height:50px;background-color:#171719}.games-nav ul{margin:0;display:inline-block}.games-nav ul li{margin:0 10px}.games-nav ul a{display:inline-block;padding:0 5px;min-width:50px;line-height:50px;font-family:"RobotoCondensed-Bold";color:#f0f0f0;text-transform:uppercase;cursor:pointer;font-size:.875rem}.games-nav ul a.active,.games-nav ul a:hover{color:#e6b407;transition:all 0.3s ease-in}.games-list-box{width:calc(100% / 3);margin-bottom:18px}.games-list-box:nth-child(5n){margin-right:0}.games-list-box a{display:block;cursor:pointer;position:relative;overflow:hidden;margin:0 10px}.games-list-box a:hover img{transform:scale(1.05);box-shadow:0 28px 10px 0 rgba(0,0,0,0.34);transition:all 0.2s ease-in}.games-list-box a:hover h3,.games-list-box a:hover h4{color:#e6b407;transition:all 0.3s ease-in}.games-list-box h3,.games-list-box h4{margin:15px 0;position:relative;font-family:"RobotoCondensed-Bold";color:#f0f0f0;text-transform:uppercase;z-index:5;line-height:21px;letter-spacing:0;font-size:.75rem}.games-list-box img{margin:0 auto;position:relative;z-index:1;display:block}.games-list-box span{position:absolute;top:7px;left:-25px;z-index:8;display:block;width:90px;height:22px;line-height:24px;font-family:"RobotoCondensed-Bold";color:#f0f0f0;text-transform:uppercase;letter-spacing:1px;transform:rotate(-45deg);font-size:.9375rem}.games-list-box .LazyLoad{aspect-ratio:1/1}@media only screen and (max-width: 992px){.games-list-box a{margin:0 8px}}@media only screen and (max-width: 600px){.games-list-box a{margin:0 5px}.games-list-box h3,.games-list-box h4{margin:10px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.games-list-box span{font-size:.8125rem}}.newtag{background-color:#cc161a}.hottag{background-color:#e6b407}.game-wrapper{position:relative;margin-top:1px;background-color:#fff;transition:all 0.3s ease-in}.game-wrapper h2{margin-bottom:0;font-size:1.875rem}.game-wrapper:hover .text-hidden{opacity:1}@media only screen and (max-width: 992px){.game-wrapper .text-hidden{opacity:1}.game-wrapper h2{font-size:1.5rem}}@media only screen and (max-width: 600px){.game-wrapper{margin-bottom:20px}}.game-list-core{position:relative;width:100%;height:0px;padding-bottom:69.71%;transition:all 0.3s ease-in-out}.game-list-core:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center}@media only screen and (max-width: 600px){.game-list-core{padding-bottom:87.47%}}.modal-1{padding-bottom:43.27%}.modal-2{padding-bottom:87.47%}@media screen and (min-width: 1023px) and (max-width: 1281px){.modal-2{padding-bottom:73%}}.game-list-content{position:absolute;width:100%;height:100%;top:0;left:0;text-align:center;overflow:hidden}.game-list-content a{display:block}.game-list-content img{margin-top:1px;display:block;z-index:1;border:0;position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;margin:auto;transition:all 0.3s ease-in-out;object-fit:cover;-moz-object-fit:cover;-webkit-object-fit:cover;-o-object-fit:cover}.figure-text,.figure-text-s{padding:26px 35px}.figure-text h3,.figure-text-s h3{margin-bottom:0;font-size:1.875rem}.figure-text p,.figure-text-s p{margin-bottom:30px;max-width:80%;line-height:24px;min-height:38px;font-size:1.125rem}@media only screen and (max-width: 1368px){.figure-text,.figure-text-s{padding:23px 35px}}@media screen and (min-width: 1023px) and (max-width: 1281px){.figure-text,.figure-text-s{padding:25px}.figure-text p,.figure-text-s p{font-size:.9375rem}}@media only screen and (max-width: 992px){.figure-text,.figure-text-s{padding:20px 25px 15px 25px}.figure-text h3,.figure-text-s h3{font-size:1.5rem}.figure-text p,.figure-text-s p{min-height:56px;max-width:100%;line-height:18px;margin-bottom:10px;font-size:.875rem}.figure-text .figure-text-inner,.figure-text-s .figure-text-inner{margin:10px 0}}@media only screen and (max-width: 600px){.figure-text,.figure-text-s{padding:20px 18px;min-height:175px}.figure-text h2,.figure-text-s h2{font-size:1.25rem}.figure-text .figure-text-inner,.figure-text-s .figure-text-inner{margin:20px 0 10px 0}}.figure-text-s{background-color:#fff;transition:all 0.3s ease}.figure-text-s h3{font-size:1.5rem}.figure-text-s p{margin-bottom:16px;max-width:100%;height:80px;font-size:1rem}.figure-text-s ul{margin-bottom:0}@media screen and (min-width: 1023px) and (max-width: 1281px){.figure-text-s p{height:114px}}@media only screen and (max-width: 992px){.figure-text-s{padding:11px 16px}.figure-text-s h3{font-size:1.125rem}.figure-text-s p{margin:8px 0 17px 0;height:32px;min-height:32px;overflow:hidden;line-height:16px;font-size:.8125rem}.figure-text-s .figure-text-inner{margin-bottom:0}}@media only screen and (max-width: 600px){.figure-text-s{padding:25px 18px 15px 18px}.figure-text-s h3{font-size:1.375rem}.figure-text-s .figure-text-inner{margin:28px 0 10px 0}}.text-hidden{position:absolute;margin:auto;right:0;left:0;bottom:0;z-index:5;opacity:0}@media only screen and (max-width: 600px){.text-hidden{position:relative}}.figure-text-inner span{display:inline-block;line-height:38px;color:rgba(0,0,0,0.7)}@media only screen and (max-width: 992px){.figure-text-inner .btn-defaule{width:136px;font-size:.8125rem}.figure-text-inner span{display:none}}@media only screen and (max-width: 600px){.figure-text-inner .like-icon{margin-top:3px}.figure-text-inner .btn-defaule{width:230px;font-size:.9375rem}}@media screen and (max-width: 320px){.figure-text-inner li:first-child{float:none}.figure-text-inner .btn-defaule{width:100%}}.like-icon{margin-top:5px;margin-left:10px;display:inline-block;width:30px;height:30px}@media only screen and (max-width: 992px){.like-icon{margin-top:0;margin-left:0;width:24px;height:24px}}@media screen and (max-width: 320px){.like-icon{display:none}}.postion{position:absolute;right:31px;bottom:30px;z-index:10}@media only screen and (max-width: 1281px){.postion{right:25px;bottom:24px}}@media only screen and (max-width: 992px){.postion{right:20px;bottom:14px}}@media only screen and (max-width: 600px){.postion{bottom:32px}}.game-item-list{max-width:998px;margin:0 auto;padding:0 10px}.game-item-list ul{width:100%}.game-item-list ul li{width:16.66667%;padding:0 0.5rem}@media only screen and (max-width: 600px){.game-item-list ul li{width:33.33%}}.gameCard{height:588px}.gameCard .game-wrapper{box-shadow:0 1px 1px 0 rgba(0,0,0,0.2)}.gameCard:hover .game-wrapper{margin-top:-5px;box-shadow:0 30px 40px 0 rgba(0,0,0,0.16)}@media only screen and (max-width: 1368px){.gameCard{height:575px}}@media only screen and (max-width: 1281px){.gameCard{height:535px}}@media only screen and (max-width: 992px){.gameCard{height:326px}.gameCard:hover .game-wrapper{margin-top:0}}@media only screen and (max-width: 600px){.gameCard{height:auto}}.show-game-wrap{margin:40px 0;position:relative;height:205px;display:flex;align-items:center;justify-content:center}@media only screen and (max-width: 992px){.show-game-wrap{margin:0}}.hero-section{height:100vh;position:relative;overflow:hidden}@media only screen and (max-width: 600px){.hero-section{height:75vh}}.games-detail-slider{padding-top:30px;position:relative;min-height:776px;overflow:hidden;display:flex;justify-content:center;align-items:center}.games-detail-slider .container,.games-detail-slider .upcoming-group,.games-detail-slider .upcoming-detail{position:static}@media only screen and (max-width: 992px){.games-detail-slider .row .col.s6{width:100%}}@media only screen and (max-width: 600px){.games-detail-slider{padding-top:54px;height:75vh;min-height:755px}}.hero-section-first-background img{position:absolute;width:100%;height:100%;vertical-align:middle;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;top:0;left:0;filter:blur(10px);z-index:4}.hero-section-first-background:after{content:"";display:block;width:100%;height:100%;background-color:rgba(23,23,25,0.8);position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;z-index:8;box-shadow:inset 0 0 50vw #000}.game-kv-info:before{content:"";display:inline-block;height:100%;width:0;vertical-align:middle}.game-kv-info p{margin:10px 0;color:#f0f0f0;letter-spacing:0.5px;font-size:.875rem}.game-kv-info a{display:inline-block}.game-kv-info a img{width:292px;opacity:0.65;cursor:pointer}.game-kv-info a:hover img{opacity:1}.game-kv-info>a{cursor:pointer}.game-kv-info .dropdown{margin:0 auto;width:151px;height:31px;border:1px solid #e6b407;position:relative}.game-kv-info .dropdown a{display:block;width:calc(100% - 48px);line-height:30px;font-family:"RobotoCondensed-Bold";text-transform:uppercase;color:#fff;border-left:1px solid rgba(255,255,255,0.24);font-size:.875rem;transition:all 0.3s ease}.game-kv-info .dropdown a:hover{background-color:#e6b407}.game-kv-info .dropdown select{width:150px;outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;display:none}@media only screen and (max-width: 992px){.game-kv-info .dropdown select{display:block !important}}.game-kv-info .open .dropdown-menu{display:block;height:130px;max-height:130px;overflow:auto;opacity:1;pointer-events:auto}.game-kv-info .dropdown-toggle{position:relative;border:none;outline:0;padding:7px 22px 7px 10px;cursor:pointer;background:transparent;min-height:30.1px;transition:all 0.3s ease}.game-kv-info .dropdown-toggle:after{content:"";display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid #fff;border-right:4px solid transparent;border-left:4px solid transparent;position:absolute;top:13px;right:10px}.game-kv-info .dropdown-toggle:hover{background-color:#e6b407}@media only screen and (max-width: 992px){.game-kv-info{padding:0 20px}}@media only screen and (max-width: 600px){.game-kv-info{margin-top:-80px;padding:0}}.paddingTop{padding-top:134px}.multilang{display:block;width:16px;height:16px;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4zLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5ZyW5bGkXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjYgMjg2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNiAyODY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGMEYwRjA7fQ0KCS5zdDF7ZmlsbDojMDA1MkI0O30NCgkuc3Qye2ZpbGw6I0Q4MDAyNzt9DQoJLnN0M3tmaWxsOiNGRkRBNDQ7fQ0KCS5zdDR7ZmlsbDojQTIwMDFEO30NCjwvc3R5bGU+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjAuNSwzOWMwLDQuMS0zLjQsNy41LTcuNSw3LjVjLTQuMSwwLTcuNS0zLjQtNy41LTcuNWMwLTQuMSwzLjQtNy41LDcuNS03LjVDMTcuMSwzMS41LDIwLjUsMzQuOSwyMC41LDM5DQoJCUwyMC41LDM5eiBNMjAuNSwzOSIvPg0KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik03LjEsMzQuNGMtMC42LDAuOC0xLDEuNy0xLjMsMi42aDMuOUw3LjEsMzQuNHogTTcuMSwzNC40Ii8+DQoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTIwLjIsMzdjLTAuMy0xLTAuNy0xLjgtMS4zLTIuNkwxNi4zLDM3SDIwLjJ6IE0yMC4yLDM3Ii8+DQoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTUuOCw0MWMwLjMsMSwwLjcsMS44LDEuMywyLjZMOS43LDQxSDUuOHogTTUuOCw0MSIvPg0KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNy42LDMzLjFjLTAuOC0wLjYtMS43LTEtMi42LTEuM3YzLjlMMTcuNiwzMy4xeiBNMTcuNiwzMy4xIi8+DQoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTguNCw0NC45YzAuOCwwLjYsMS43LDEsMi42LDEuM3YtMy45TDguNCw0NC45eiBNOC40LDQ0LjkiLz4NCgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTEsMzEuOGMtMSwwLjMtMS44LDAuNy0yLjYsMS4zbDIuNiwyLjZWMzEuOHogTTExLDMxLjgiLz4NCgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTUsNDYuMmMxLTAuMywxLjgtMC43LDIuNi0xLjNMMTUsNDIuM1Y0Ni4yeiBNMTUsNDYuMiIvPg0KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNi4zLDQxbDIuNiwyLjZjMC42LTAuOCwxLTEuNywxLjMtMi42SDE2LjN6IE0xNi4zLDQxIi8+DQoJPHBhdGggY2xhc3M9InN0MiIgZD0iTTIwLjQsMzhIMTR2LTYuNWMtMC4zLDAtMC42LTAuMS0xLTAuMXMtMC43LDAtMSwwLjFWMzhINS42YzAsMC4zLTAuMSwwLjYtMC4xLDFzMCwwLjcsMC4xLDFIMTJ2Ni41DQoJCWMwLjMsMCwwLjYsMC4xLDEsMC4xczAuNywwLDEtMC4xVjQwaDYuNWMwLTAuMywwLjEtMC42LDAuMS0xUzIwLjUsMzguMywyMC40LDM4TDIwLjQsMzh6IE0yMC40LDM4Ii8+DQoJPHBhdGggY2xhc3M9InN0MiIgZD0iTTE1LDQxbDMuMywzLjNjMC4yLTAuMiwwLjMtMC4zLDAuNC0wLjVMMTUuOSw0MUgxNXogTTE1LDQxIi8+DQoJPHBhdGggY2xhc3M9InN0MiIgZD0iTTExLDQxTDExLDQxbC0zLjMsMy4zYzAuMiwwLjIsMC4zLDAuMywwLjUsMC40bDIuOS0yLjlWNDF6IE0xMSw0MSIvPg0KCTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xMSwzN2wtMy4zLTMuM2MtMC4yLDAuMi0wLjMsMC4zLTAuNCwwLjVsMi45LDIuOUgxMXogTTExLDM3Ii8+DQoJPHBhdGggY2xhc3M9InN0MiIgZD0iTTE1LDM3bDMuMy0zLjNjLTAuMi0wLjItMC4zLTAuMy0wLjUtMC40TDE1LDM2LjFWMzd6IE0xNSwzNyIvPg0KPC9nPg0KPGc+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTIwLjUsMTY5YzAsNC4xLTMuNCw3LjUtNy41LDcuNWMtNC4xLDAtNy41LTMuNC03LjUtNy41YzAtNC4xLDMuNC03LjUsNy41LTcuNQ0KCQlDMTcuMSwxNjEuNSwyMC41LDE2NC45LDIwLjUsMTY5TDIwLjUsMTY5eiBNMjAuNSwxNjkiLz4NCgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMjAsMTY2LjRINmMtMC4zLDAuOC0wLjUsMS43LTAuNSwyLjZjMCwwLjksMC4yLDEuOCwwLjUsMi42SDIwYzAuMy0wLjgsMC41LTEuNywwLjUtMi42DQoJCUMyMC41LDE2OC4xLDIwLjMsMTY3LjIsMjAsMTY2LjRMMjAsMTY2LjR6IE0yMCwxNjYuNCIvPg0KCTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xMywxNjEuNWMtMi4zLDAtNC4zLDEtNS43LDIuNmgxMS40QzE3LjMsMTYyLjUsMTUuMywxNjEuNSwxMywxNjEuNUwxMywxNjEuNXogTTEzLDE2MS41Ii8+DQoJPHBhdGggY2xhc3M9InN0MiIgZD0iTTE4LjcsMTczLjlINy4zYzEuNCwxLjYsMy40LDIuNiw1LjcsMi42QzE1LjMsMTc2LjUsMTcuMywxNzUuNSwxOC43LDE3My45TDE4LjcsMTczLjl6IE0xOC43LDE3My45Ii8+DQo8L2c+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMjAuNSwyMjAuNmMwLDQuMS0zLjQsNy41LTcuNSw3LjVjLTQuMSwwLTcuNS0zLjQtNy41LTcuNWMwLTQuMSwzLjQtNy41LDcuNS03LjUNCgkJQzE3LjEsMjEzLjEsMjAuNSwyMTYuNSwyMC41LDIyMC42TDIwLjUsMjIwLjZ6IE0yMC41LDIyMC42Ii8+DQoJPHBhdGggY2xhc3M9InN0MyIgZD0iTTEzLDIxN2wwLjgsMi41aDIuNmwtMi4xLDEuNWwwLjgsMi41TDEzLDIyMmwtMi4xLDEuNWwwLjgtMi41bC0yLjEtMS41aDIuNkwxMywyMTd6IE0xMywyMTciLz4NCjwvZz4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMC41LDkxYzAsNC4xLTMuNCw3LjUtNy41LDcuNWMtNC4xLDAtNy41LTMuNC03LjUtNy41YzAtNC4xLDMuNC03LjUsNy41LTcuNUMxNy4xLDgzLjUsMjAuNSw4Ni45LDIwLjUsOTENCgkJTDIwLjUsOTF6IE0yMC41LDkxIi8+DQoJPHBhdGggY2xhc3M9InN0MiIgZD0iTTE2LjMsOTFjMCwxLjgtMS41LDMuMy0zLjMsMy4zUzkuNyw5Mi44LDkuNyw5MXMxLjUtMy4zLDMuMy0zLjNTMTYuMyw4OS4yLDE2LjMsOTFMMTYuMyw5MXogTTE2LjMsOTEiLz4NCjwvZz4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMC41LDExN2MwLDQuMS0zLjQsNy41LTcuNSw3LjVjLTQuMSwwLTcuNS0zLjQtNy41LTcuNWMwLTQuMSwzLjQtNy41LDcuNS03LjUNCgkJQzE3LjEsMTA5LjUsMjAuNSwxMTIuOSwyMC41LDExN0wyMC41LDExN3ogTTIwLjUsMTE3Ii8+DQoJPHBhdGggY2xhc3M9InN0MiIgZD0iTTE1LjYsMTE3YzAsMC43LTEuMiwyLjMtMi42LDIuM2MtMS40LDAtMi42LTEuNi0yLjYtMi4zYzAtMS40LDEuMi0yLjYsMi42LTIuNg0KCQlDMTQuNCwxMTQuNCwxNS42LDExNS42LDE1LjYsMTE3TDE1LjYsMTE3eiBNMTUuNiwxMTciLz4NCgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTUuNiwxMTdjMCwxLjQtMS4yLDIuNi0yLjYsMi42Yy0xLjQsMC0yLjYtMS4yLTIuNi0yLjYiLz4NCgk8cGF0aCBkPSJNMTUuOCwxMTkuM2wwLjctMC43bDAuNSwwLjVsLTAuNywwLjdMMTUuOCwxMTkuM3ogTTE1LjgsMTE5LjMiLz4NCgk8cGF0aCBkPSJNMTQuNiwxMjAuNWwwLjctMC43bDAuNSwwLjVsLTAuNywwLjdMMTQuNiwxMjAuNXogTTE0LjYsMTIwLjUiLz4NCgk8cGF0aCBkPSJNMTcuMiwxMjAuN2wwLjctMC43bDAuNSwwLjVsLTAuNywwLjdMMTcuMiwxMjAuN3ogTTE3LjIsMTIwLjciLz4NCgk8cGF0aCBkPSJNMTYsMTIxLjhsMC43LTAuN2wwLjUsMC41bC0wLjcsMC43TDE2LDEyMS44eiBNMTYsMTIxLjgiLz4NCgk8cGF0aCBkPSJNMTYuNSwxMjBsMC43LTAuN2wwLjUsMC41bC0wLjcsMC43TDE2LjUsMTIweiBNMTYuNSwxMjAiLz4NCgk8cGF0aCBkPSJNMTUuMywxMjEuMmwwLjctMC43bDAuNSwwLjVsLTAuNywwLjdMMTUuMywxMjEuMnogTTE1LjMsMTIxLjIiLz4NCgk8cGF0aCBkPSJNMTcuMiwxMTQuN2wtMS44LTEuOGwwLjUtMC41bDEuOCwxLjhMMTcuMiwxMTQuN3ogTTE3LjIsMTE0LjciLz4NCgk8cGF0aCBkPSJNMTUuMywxMTQuMmwtMC43LTAuN2wwLjUtMC41bDAuNywwLjdMMTUuMywxMTQuMnogTTE1LjMsMTE0LjIiLz4NCgk8cGF0aCBkPSJNMTYuNSwxMTUuNGwtMC43LTAuN2wwLjUtMC41bDAuNywwLjdMMTYuNSwxMTUuNHogTTE2LjUsMTE1LjQiLz4NCgk8cGF0aCBkPSJNMTYuNywxMTIuOGwtMC43LTAuN2wwLjUtMC41bDAuNywwLjdMMTYuNywxMTIuOHogTTE2LjcsMTEyLjgiLz4NCgk8cGF0aCBkPSJNMTcuOCwxMTRsLTAuNy0wLjdsMC41LTAuNWwwLjcsMC43TDE3LjgsMTE0eiBNMTcuOCwxMTQiLz4NCgk8cGF0aCBkPSJNOC4yLDEyMGwxLjgsMS44bC0wLjUsMC41bC0xLjgtMS44TDguMiwxMjB6IE04LjIsMTIwIi8+DQoJPHBhdGggZD0iTTEwLDEyMC41bDAuNywwLjdsLTAuNSwwLjVsLTAuNy0wLjdMMTAsMTIwLjV6IE0xMCwxMjAuNSIvPg0KCTxwYXRoIGQ9Ik04LjgsMTE5LjNsMC43LDAuN2wtMC41LDAuNWwtMC43LTAuN0w4LjgsMTE5LjN6IE04LjgsMTE5LjMiLz4NCgk8cGF0aCBkPSJNOS41LDExOC42bDEuOCwxLjhsLTAuNSwwLjVsLTEuOC0xLjhMOS41LDExOC42eiBNOS41LDExOC42Ii8+DQoJPHBhdGggZD0iTTEwLDExMi4yTDguMiwxMTRsLTAuNS0wLjVsMS44LTEuOEwxMCwxMTIuMnogTTEwLDExMi4yIi8+DQoJPHBhdGggZD0iTTEwLjcsMTEyLjhsLTEuOCwxLjhsLTAuNS0wLjVsMS44LTEuOEwxMC43LDExMi44eiBNMTAuNywxMTIuOCIvPg0KCTxwYXRoIGQ9Ik0xMS40LDExMy41bC0xLjgsMS44bC0wLjUtMC41bDEuOC0xLjhMMTEuNCwxMTMuNXogTTExLjQsMTEzLjUiLz4NCjwvZz4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0yMC41LDE5NC42YzAsNC4xLTMuNCw3LjUtNy41LDcuNWMtNC4xLDAtNy41LTMuNC03LjUtNy41YzAtNC4xLDMuNC03LjUsNy41LTcuNQ0KCQlDMTcuMSwxODcuMSwyMC41LDE5MC41LDIwLjUsMTk0LjZMMjAuNSwxOTQuNnogTTIwLjUsMTk0LjYiLz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIuNywxOTMuMmwwLjYsMC44bDEtMC4zbC0wLjYsMC44bDAuNiwwLjhsLTEtMC4zbC0wLjYsMC44di0xbC0xLTAuM2wxLTAuM0wxMi43LDE5My4yeiBNMTIuNywxOTMuMiIvPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMSwxOTYuN2MtMS4yLDAtMi4xLTAuOS0yLjEtMi4xYzAtMS4yLDAuOS0yLjEsMi4xLTIuMWMwLjQsMCwwLjcsMC4xLDEsMC4zYy0wLjUtMC41LTEuMS0wLjctMS44LTAuNw0KCQljLTEuNCwwLTIuNiwxLjItMi42LDIuNmMwLDEuNCwxLjIsMi42LDIuNiwyLjZjMC43LDAsMS40LTAuMywxLjgtMC43QzExLjcsMTk2LjYsMTEuNCwxOTYuNywxMSwxOTYuN0wxMSwxOTYuN3ogTTExLDE5Ni43Ii8+DQo8L2c+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjAuNSwxNDNjMCw0LjEtMy40LDcuNS03LjUsNy41Yy00LjEsMC03LjUtMy40LTcuNS03LjVjMC00LjEsMy40LTcuNSw3LjUtNy41DQoJCUMxNy4xLDEzNS41LDIwLjUsMTM4LjksMjAuNSwxNDNMMjAuNSwxNDN6IE0yMC41LDE0MyIvPg0KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yMCwxNDUuNmMwLjMtMC44LDAuNS0xLjcsMC41LTIuNmMwLTAuOS0wLjItMS44LTAuNS0yLjZINmMtMC4zLDAuOC0wLjUsMS43LTAuNSwyLjZjMCwwLjksMC4yLDEuOCwwLjUsMi42DQoJCWw3LDAuN0wyMCwxNDUuNnogTTIwLDE0NS42Ii8+DQoJPHBhdGggY2xhc3M9InN0MiIgZD0iTTEzLDE1MC41YzMuMiwwLDYtMiw3LTQuOUg2QzcsMTQ4LjUsOS44LDE1MC41LDEzLDE1MC41TDEzLDE1MC41eiBNMTMsMTUwLjUiLz4NCjwvZz4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0yMC41LDEzYzAsNC4xLTMuNCw3LjUtNy41LDcuNWMtNC4xLDAtNy41LTMuNC03LjUtNy41YzAtNC4xLDMuNC03LjUsNy41LTcuNUMxNy4xLDUuNSwyMC41LDguOSwyMC41LDEzDQoJCUwyMC41LDEzeiBNMjAuNSwxMyIvPg0KCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik05LjYsMTAuMWwwLjYsMmgyLjFsLTEuNywxLjJsMC42LDJsLTEuNy0xLjJsLTEuNywxLjJsMC42LTJsLTEuNy0xLjJIOUw5LjYsMTAuMXogTTkuNiwxMC4xIi8+DQoJPHBhdGggY2xhc3M9InN0MyIgZD0iTTEzLjcsMTYuN2wtMC42LTAuNWwtMC42LDAuNWwwLjItMC43TDEyLDE1LjVoMC44bDAuMi0wLjdsMC4yLDAuN2gwLjhsLTAuNiwwLjVMMTMuNywxNi43eiBNMTMuNywxNi43Ii8+DQoJPHBhdGggY2xhc3M9InN0MyIgZD0iTTE1LjMsMTQuNGgtMC44bC0wLjIsMC43bC0wLjItMC43aC0wLjhsMC42LTAuNWwtMC4yLTAuN2wwLjYsMC41bDAuNi0wLjVsLTAuMiwwLjdMMTUuMywxNC40eiBNMTUuMywxNC40Ii8+DQoJPHBhdGggY2xhc3M9InN0MyIgZD0iTTE1LjMsMTEuNmwtMC42LDAuNWwwLjIsMC43bC0wLjYtMC41bC0wLjYsMC41bDAuMi0wLjdsLTAuNi0wLjVoMC44bDAuMi0wLjdsMC4yLDAuN0gxNS4zeiBNMTUuMywxMS42Ii8+DQoJPHBhdGggY2xhc3M9InN0MyIgZD0iTTEzLjcsOS4zbC0wLjIsMC43bDAuNiwwLjVoLTAuOGwtMC4yLDAuN2wtMC4yLTAuN0gxMmwwLjYtMC41bC0wLjItMC43bDAuNiwwLjVMMTMuNyw5LjN6IE0xMy43LDkuMyIvPg0KPC9nPg0KPGc+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTIwLjUsNjVjMCw0LjEtMy40LDcuNS03LjUsNy41Yy00LjEsMC03LjUtMy40LTcuNS03LjVjMC00LjEsMy40LTcuNSw3LjUtNy41QzE3LjEsNTcuNSwyMC41LDYwLjksMjAuNSw2NQ0KCQlMMjAuNSw2NXogTTIwLjUsNjUiLz4NCgk8cGF0aCBjbGFzcz0ic3Q0IiBkPSJNNS41LDY1YzAtNC4xLDMuNC03LjUsNy41LTcuNWM0LjEsMCw3LjUsMy40LDcuNSw3LjUiLz4NCjwvZz4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik01LjUsMjQ2LjZjMCwwLjksMC4yLDEuOCwwLjUsMi42bDcsMC43bDctMC43YzAuMy0wLjgsMC41LTEuNywwLjUtMi42cy0wLjItMS44LTAuNS0yLjZsLTctMC43TDYsMjQ0DQoJCUM1LjcsMjQ0LjgsNS41LDI0NS43LDUuNSwyNDYuNnoiLz4NCgk8Zz4NCgkJPHBhdGggY2xhc3M9InN0MiIgZD0iTTIwLDI0NGMtMS4xLTIuOS0zLjgtNC45LTctNC45cy02LDItNyw0LjlIMjB6Ii8+DQoJCTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik02LDI0OS4yYzEuMSwyLjksMy44LDQuOSw3LDQuOXM2LTIsNy00LjlINnoiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCgk8Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSIxMyIgY3k9IjI3Mi42IiByPSI3LjUiLz4NCgk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMjAuNSwyNzIuNmMwLTMuMi0yLTYtNC45LTd2MTQuMUMxOC41LDI3OC42LDIwLjUsMjc1LjgsMjAuNSwyNzIuNnoiLz4NCgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNS41LDI3Mi42YzAsMy4yLDIsNiw0LjksN3YtMTQuMUM3LjUsMjY2LjYsNS41LDI2OS40LDUuNSwyNzIuNnoiLz4NCjwvZz4NCjwvc3ZnPg0K) no-repeat;background-size:26px}.en_US{background-position:center -31px}.zh_CN{background-position:center -5px}.id_ID{background-position:center -57px}.th_TH{background-position:center -161px}.vi_VN{background-position:center -213px}.ja_JP{background-position:center -83px}.ko_KR{background-position:center -109px}.ru_RU{background-position:center -135px}.tr_TR{background-position:center -187px}.es_ES{background-position:center -239px}.fr_FR{background-position:center -265px}.dropdown-menu{height:0;margin:0;position:absolute;top:29px;left:-1px;border:1px solid #e6b407;min-width:151px;overflow-x:hidden;background:transparent;transition:all 0.25s cubic-bezier(0.25, 0, 0.25, 1.75),opacity 0.1s linear;pointer-events:none;opacity:0}.dropdown-menu::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 4px rgba(0,0,0,0.3);background-color:#1e1d22}.dropdown-menu::-webkit-scrollbar{width:4px;background-color:#706d80}.dropdown-menu::-webkit-scrollbar-thumb{background-color:#706d80;border-radius:8px}.dropdown-menu li{padding:3px 0 3px 10px}.dropdown-menu .multilang{margin-top:4px}.notice-holder{position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;z-index:99999;background:rgba(23,23,25,0.95);opacity:1;transition:all 2s linear}.hiding{display:none;opacity:0}.age-notice{margin:0 auto;max-width:530px;text-align:center}.age-notice h3{text-transform:none;letter-spacing:0;font-size:2.25rem;color:#e6b407}.age-notice ul{max-width:242px;margin:30px auto;display:inline-block}.age-notice ul li{margin:0 15px}.age-notice p{margin-top:30px;color:#f0f0f0;font-size:.875rem}.age-notice span{display:block;color:#706d80;font-size:.6875rem}.age-notice span a{display:inline-block;font-family:"RobotoCondensed-Bold";color:#e6b407;text-transform:uppercase;transition:all 0.3s ease;font-size:.75rem}.age-notice span a:hover{color:#806404}.age-notice .brand-logo{display:block;max-width:230px;margin:0 auto 80px auto}.age-notice .btn-defaule{width:91px}@media only screen and (max-width: 600px){.age-notice{padding:0 10px}.age-notice .brand-logo{margin-bottom:60px}.age-notice span{line-height:21px}}.hero-section-img{width:33vw;z-index:3;position:absolute}.hero-section-img img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block;margin-left:50px}@media only screen and (max-width: 992px){.hero-section-img{display:none}}.hero-section-img.position-center{top:50%;transform:translateY(-50%)}.hero-section-img.position-bottom{bottom:0}.hero-section-img.position-rubyhood{width:39vw;bottom:0}.hero-section-img.position-rubyhood img{margin-left:0}.hero-section-img.position-mega7{bottom:0;width:45vw}.hero-section-img.position-mega7 img{margin-left:40px}.hero-section-img.position-brotherskingdom{bottom:0;width:39vw}.hero-section-img.position-brotherskingdom img{margin-left:20px}.hero-section-img.position-highwayfortune{bottom:0;width:42vw}.hero-section-img.position-highwayfortune img{margin-left:-30px}.eas-modal-game-content{min-width:1280px;min-height:720px}.hero-section_content-frame{width:1280px;height:720px;margin:auto;position:absolute;top:0;left:0;right:0;bottom:0;background-color:#111;z-index:20;transform:scale(1);box-shadow:2px 2px 15px -5px rgba(0,0,0,0.75);border-radius:0;transition:transform 0.4s, border-radius 0.4s}@media only screen and (max-width: 600px){.hero-section_content-frame{width:90% !important;height:30vh !important}}.hero-section_hidden{border-radius:50%;transform:scale(0)}.hero-section_close-btn{display:block;z-index:22;color:#fff;position:absolute;left:-1px;top:0;margin:0;padding:20px 35px;background-color:#000;border-bottom-right-radius:10px;box-shadow:0 3px 10px rgba(0,0,0,0.5);cursor:pointer;text-transform:uppercase}@media only screen and (max-width: 600px){.hero-section_close-btn{padding:15px}}.hero-section-iframe{width:100%;height:100%}.hero-section-iframe iframe{z-index:21;width:100%;height:100%;border:none}.games-detail{padding:80px 0;background-color:#1e1d22}@media only screen and (max-width: 600px){.games-detail{padding:60px 0}.games-detail .row .col.s6{width:100%}}.game-title{padding-left:20px;display:flex;flex-direction:row;align-items:center;margin-bottom:30px}.game-title img{-mos-border-radius:50%;border-radius:50%}.game-title h2{margin-left:50px}@media only screen and (max-width: 600px){.game-title{padding-left:0;margin-bottom:20px}.game-title h2{margin-left:20px;letter-spacing:0;font-size:1.75rem}.game-title img{width:86px}}.game-description{padding-left:20px;color:#f0f0f0;font-size:.875rem}@media only screen and (max-width: 600px){.game-description{padding:0 10px}}.game-features{margin-top:40px;padding:40px 20px 20px 20px;background-color:#171719;min-height:504px;max-width:454px}.game-features .game-features-title{text-transform:uppercase;color:#f0f0f0;font-family:"Roboto-Bold";font-size:1.125rem}.game-features .game-details{margin-top:26px;text-transform:uppercase;letter-spacing:0.5px}.game-features .game-details strong{font-weight:normal;color:#e6b407;line-height:21px;font-size:.75rem}.game-features .game-details p{margin:0;color:#f0f0f0;font-size:.875rem}.game-features .game-details i{margin-left:10px;font-size:1rem}.game-features .game-details ol{margin:0;padding:0;list-style:none}.game-features .game-details ol li{margin:3px 0 0 10px}.game-features ul{margin-top:26px}.game-features ul li{position:relative;padding-left:12px;margin-bottom:24px;line-height:21px;color:#fff;font-size:.875rem}.game-features ul li:before{content:"\2022";color:#e6b407;position:absolute;left:0px;top:1px;font-size:.875rem}.game-features ul li:last-child{margin-bottom:0}.game-features ul ul{padding-left:5px}.game-features ul ul li:before{color:#806404}@media only screen and (max-width: 992px){.game-features{margin:40px 5px 0 5px;min-height:560px}}@media only screen and (max-width: 600px){.game-features{margin-top:20px;padding:35px 20px;min-height:auto;max-width:auto}.game-features .game-details{margin-top:18px}.game-features .game-details ol{width:132px}.game-features .game-details ol li{margin-top:5px}}.animation-move{animation:scaling 16s 600ms linear infinite}.gamesAll-wrap .btn-defaule{margin:0 auto}.slick-dots{width:100%;display:flex !important;justify-content:center;margin:0}.slick-dots li{margin:0 8px}.slick-dots button{width:8px;height:8px;border-radius:50%;background:#fff;text-indent:-9999px;padding:0;border:none;opacity:0.3;cursor:pointer}.slick-dots button:focus{outline:none}.slick-dots li.slick-active button{background:#e6b407;opacity:1}.responsive-iframe{margin-bottom:10px;pointer-events:none}.countdown-box{display:flex;align-items:center;justify-content:center;gap:50px;max-width:100vw;overflow:hidden;margin-top:24px}.countdown-item{width:110px;aspect-ratio:1/1;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#e6b407}.countdown-item .num{font-size:2.5rem;display:block}.countdown-item .unit{font-size:.75rem;text-transform:uppercase;display:block}.countdown-item::after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;border:solid 8px rgba(0,0,0,0.16);z-index:-1}.circle-timer{position:absolute;top:0;left:0;border-radius:50%;border:solid 1px #000;display:block;width:110px;height:110px}.circle-timer svg{width:100%;height:100%;display:block;transform:rotate(-90deg);transition:transform 1s linear;position:relative}.circle-timer circle{stroke-dasharray:314.15927;stroke-width:6px;transition:stroke-dashoffset 1s linear;stroke:#e6b407;fill:none}@media only screen and (max-width: 600px){.countdown-box{gap:15px;padding:0 10px}.countdown-item{width:71.5px}.countdown-item .num{font-size:1.25rem}.countdown-item .unit{transform:scale(.65)}.circle-timer{transform:scale(.65);transform-origin:top left}}.sec-upcoming{padding:80px 0;background:#101012;overflow:hidden;position:relative}.upcoming-group{width:-webkit-fill-available;width:-moz-available;width:stretch;display:flex;justify-content:flex-end;align-items:stretch;flex-direction:row-reverse;position:relative;margin-top:30px}.upcoming-game{padding-bottom:46px;position:relative;padding-right:5%}.upcoming-game::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background-color:#e6b407;z-index:0}.upcoming-game .img{width:160px;aspect-ratio:1/1;position:relative;margin-bottom:10px}.upcoming-game .img:hover .release-date{opacity:1}.upcoming-game img{width:100%;display:block;position:relative}.upcoming-game .name{font-size:.875rem;color:#f0f0f0;font-weight:normal;display:block}.upcoming-game .release-date{position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;display:flex;align-items:center;text-align:center;justify-content:center;color:#f0f0f0;text-transform:uppercase;background:rgba(0,0,0,0.7);font-size:1.125rem;opacity:0;transition:all 0.2s ease-in}.upcoming-box{width:100%;position:relative;padding-bottom:45px;overflow:auto}.upcoming-box::before{content:"";width:calc(50vw + 500px);height:3px;background:linear-gradient(to right, #e6b407 0%, #e6b407 97%, transparent 100%);display:block;position:absolute;bottom:45px;left:0}.upcoming-box::-webkit-scrollbar{height:10px;background-color:rgba(30,29,34,0.6)}.upcoming-box::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.1)}.timeline-circle{width:17px;aspect-ratio:1/1;border:solid 3px #e6b407;background-color:#171719;position:absolute;bottom:0;left:0;border-radius:50%;transform:translate(calc(-50% + 3px / 2), 50%);display:block;z-index:1}.timeline-circle::before{content:"";height:30px;width:3px;background:#e6b407;display:block;position:absolute;bottom:100%;left:calc(50% - 3px / 2)}.timeline{position:absolute;bottom:-4.5px;left:0;display:flex;justify-content:space-evenly;align-items:center;width:100%}.timeline .dot{display:block;width:12px;aspect-ratio:1/1;background-color:#e6b407;border-radius:50%}.upcoming-detail{color:#fff;font-size:.875rem;display:block;padding:0 25px;display:flex;justify-content:space-between}@media only screen and (max-width: 992px){.sec-upcoming{padding-bottom:20px}.upcoming-detail{display:none}}.slider-wrap{background-color:#000;overflow:hidden}@media only screen and (max-width: 992px){.slider-wrap{padding-top:64px}}@media only screen and (max-width: 600px){.slider-wrap{padding-top:56px}}.slider-wrap-content{position:relative}.slider-wrap-content .heading-wrap{width:660px;height:175px;position:absolute;z-index:10;top:0;right:0;bottom:0;left:0;margin:auto;text-align:left;opacity:0;animation:fadeIn 1s linear 0.5s 1 forwards}.slider-wrap-content .heading-wrap strong{color:#f0f0f0;margin-bottom:20px;font-size:3rem}@media only screen and (max-width: 992px){.slider-wrap-content .heading-wrap strong{font-size:2.5rem}}@media only screen and (max-width: 600px){.slider-wrap-content{height:calc(100vh - 56px)}.slider-wrap-content .heading-wrap{margin:auto;width:100%;padding:0 10px;text-align:center}.slider-wrap-content .heading-wrap strong{font-size:1.75rem}.slider-wrap-content .heading-wrap .btn-defaule{width:180px;margin:0 auto}}.slider-wrap-background img{object-fit:cover;-moz-object-fit:cover;-webkit-object-fit:cover;-o-object-fit:cover}.slider-wrap-background:after{content:'';display:block;width:100%;height:100%;background-color:rgba(23,23,25,0.9);position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;z-index:8}@media only screen and (max-width: 600px){.slider-wrap-background img{height:calc(100vh - 56px)}}.news-section{padding:80px;background-color:#1e1d22}.news-section .btn-defaule{margin:80px auto 0;width:124px}@media only screen and (max-width: 992px){.news-section{padding:40px 0}}@media only screen and (max-width: 600px){.news-section .btn-defaule{margin:60px auto 40px auto}}.release-wrap{margin-bottom:30px;line-height:11px;background-color:#171719;width:100%;overflow:overlay}.release-wrap ul{margin:0;display:inline-flex}.release-wrap ul li{margin:0 10px}.release-wrap ul a{display:inline-block;padding:0 5px;min-width:50px;line-height:50px;font-family:'RobotoCondensed-Bold';color:#f0f0f0;cursor:pointer;text-transform:uppercase;font-size:.875rem}.release-wrap ul a.active,.release-wrap ul a:hover{color:#e6b407;transition:all 0.3s ease-in}@media only screen and (max-width: 600px){.release-wrap ul li{margin:0 5px}.release-wrap ul a{min-width:42px}}.search_date_btn .btn-defaule{width:156px;height:34px;line-height:20px;margin:13px 0;padding:5px 10px}.search_date_btn .btn-defaule:hover{background-color:#bf9a60}.search_date_btn .select_wrap{padding:20px 16px 20px 40px;position:absolute;top:60px;right:0;width:200px;height:398px;z-index:20;border:1px solid rgba(191,154,96,0.5);background-color:#b3b3b3;color:rgba(0,0,0,0.7);overflow-y:auto;display:none}.search_date_btn .select_wrap::-webkit-scrollbar{width:10px}.search_date_btn .select_wrap::-webkit-scrollbar-track{background-color:#434343}.search_date_btn .select_wrap::-webkit-scrollbar-thumb{background-color:#7e7e7e;-mos-border-radius:3px;border-radius:3px}.search_date_btn .select_wrap::-webkit-scrollbar-button{background-color:#434343}.search_date_btn .select_wrap::-webkit-scrollbar-corner{background-color:#7e7e7e}.search_date_btn .select_wrap h4{margin:0;color:rgba(191,154,96,0.7);font-size:1.5rem}.search_date_btn .select_wrap ol{margin:10px 0;padding:0;list-style:none}.search_date_btn .select_wrap .radio{margin-bottom:0.8rem}.search_date_btn .select_wrap .radio label{cursor:pointer}.search_date_btn .select_wrap .radio input[type="radio"]{position:absolute;opacity:0}.search_date_btn .select_wrap .radio input[type="radio"]+.radio-label:before{content:'';border-radius:100%;border:1px solid #787878;display:inline-block;width:10px;height:10px;position:relative;top:5px;margin-right:1em;vertical-align:top;cursor:pointer;text-align:center;transition:all 250ms ease}.search_date_btn .select_wrap .radio input[type="radio"]:checked+.radio-label:before{background-color:#e6b407;border-color:#e6b407}.search_date_btn .select_wrap .radio input[type="radio"]:focus+.radio-label:before{outline:none;border-color:#e6b407}.search_date_btn .select_wrap .radio input[type="radio"]:disabled+.radio-label:before{border-color:#787878;background:#787878}.search_date_btn .select_wrap .radio input[type="radio"]+.radio-label:empty:before{margin-right:0}@media only screen and (max-width: 600px){.search_date_btn{float:none}.search_date_btn .btn-defaule{margin:5px 0 12px 0;width:100%}.search_date_btn .select_wrap{width:100%;top:122px;box-shadow:0 1px 5px rgba(0,0,0,0.3)}.search_date_btn .select_wrap h4{font-size:1.125rem}.search_date_btn .select_wrap ol{margin:13px 0}.search_date_btn label{font-size:.875rem}}.event-wrap{padding:160px 0 80px 0;background-color:#1e1d22}@media only screen and (max-width: 992px){.event-wrap{padding:80px 0}}.event-content{padding:30px 40px;background-color:#171719}.event-content .heading-wrap{margin-bottom:30px;padding-bottom:24px;border-bottom:1px solid #2d2d33}.event-content .heading-wrap strong{margin-bottom:15px;text-transform:uppercase}.event-content .heading-wrap p{color:#b3b3b3;font-size:.875rem}.event-content .heading-wrap span{position:relative;display:inline-block}.event-content .heading-wrap .release-type{padding-right:10px;text-transform:uppercase}.event-content .heading-wrap .release-type:after{content:'';display:block;width:1px;height:85%;background-color:#b3b3b3;position:absolute;right:0;top:1px}.event-content .heading-wrap .release-date{padding-left:10px;text-transform:uppercase}@media only screen and (max-width: 600px){.event-content{padding:30px 15px}.event-content .heading-wrap p{font-size:.8125rem}}.event-img{position:relative;width:100%;height:0;padding-bottom:43.29%;background-color:#1e1d22}.event-img img{width:100%;height:auto}.event-text{color:#fff;font-size:.875rem}.event-text a{display:inline-block;padding:3px;color:#e6b407;transition:all 0.2s ease}.event-text a:hover{color:#806404}.event-text strong{margin:24px 0;display:block;color:#f0f0f0;text-transform:uppercase;font-family:'Roboto-Bold';font-size:1.25rem}.event-text i{line-height:21px}.event-text span{margin-bottom:10px;display:block;font-weight:700;color:#e6b407;font-size:1rem}.event-text ol{margin:0;position:relative;padding-left:25px;list-style:none}.event-text ol li{margin-bottom:10px;line-height:21px}.event-text ol li:before{content:"\2022";position:absolute;left:6px;font-size:1rem}.event-pagination{padding:30px 40px 80px 40px;background-color:#171719}.event-pagination span{margin-bottom:30px;padding-bottom:30px;display:block;color:#f0f0f0;border-bottom:1px solid #2d2d33;text-transform:uppercase;font-family:'Roboto-Bold';font-size:1.125rem}.event-pagination a{display:flex;align-items:center}.event-pagination a:hover p{color:#806404}.event-pagination img{height:80px}.event-pagination p{margin-left:20px;font-family:'RobotoCondensed-Bold';color:#e6b407;text-transform:uppercase;width:60%;transition:all 0.3s ease-in;font-size:.75rem}.event-pagination .next,.event-pagination .pre{width:50%}@media only screen and (max-width: 992px){.event-pagination{padding:30px 40px 35px 40px}.event-pagination a{padding-right:10px}.event-pagination img{height:95px}.event-pagination p{margin-left:10px}}@media only screen and (max-width: 600px){.event-pagination{padding:20px}.event-pagination .next,.event-pagination .pre{width:100%;margin-bottom:10px}.event-pagination a{padding-right:0px}}.black-style{background:#171719}.demo_wrap{padding:64px 0;position:relative}@media only screen and (max-width: 600px){.demo_wrap{padding:56px 0}.demo_wrap .container,.demo_wrap .upcoming-group,.demo_wrap .upcoming-detail{padding:0 5px !important}}.game-nav{margin:40px 0 30px 0;background-color:#252525;padding:8px 25px}.game-nav ul{margin:10px 0}.game-nav ul li{padding-right:10px}.game-nav ul a{padding:5px 20px;color:#d1d1d0;display:block;cursor:pointer;transition:all 0.4s ease;-mos-border-radius:50px;border-radius:50px;font-size:1rem}.game-nav ul a:hover,.game-nav ul a.active{background:#e6b407;color:#252525}.game-nav.scroll{position:fixed;z-index:999;margin:0 0 30px 0;background-color:rgba(0,0,0,0.85);box-shadow:0 1px 5px rgba(0,0,0,0.8)}@media only screen and (max-width: 992px){.game-nav{margin:0 0 20px 0;padding:8px 15px}.game-nav ul a{padding:5px 12px}}@media only screen and (max-width: 600px){.game-nav{width:100%;margin:0 0 10px 0;padding:10px 5px 18px 5px;text-align:center}.game-nav .navigation-ribbon{position:relative;overflow-x:auto;overflow-y:hidden}.game-nav ul{float:none;display:table;position:relative;width:100%}.game-nav ul li{display:table-cell;float:none;padding-right:0}.game-nav ul a{margin:0 5px;padding:5px 8px;white-space:nowrap;font-size:.875rem}}.search-game{margin-top:6px;padding:5px;max-width:156px;height:34px;line-height:34px;color:#e6b407;border:1px solid #e6b407;text-align:center;background-color:transparent;-mos-border-radius:50px;border-radius:50px}.search-game:focus{outline:none}.search-game::-moz-placeholder{color:#e6b407;opacity:1}.search-game::placeholder{color:#e6b407;opacity:1}.search-game:-ms-input-placeholder{color:#e6b407}.search-game::-ms-input-placeholder{color:#e6b407}@media only screen and (max-width: 600px){.search-game{float:none;width:97%;max-width:97%;font-size:.875rem}}.game-list{padding:0 60px 30px 60px}.game-list .game{padding:0 16px 20px;transition:opacity 150ms ease-out}@media only screen and (max-width: 992px){.game-list{padding:0 20px 30px}.game-list .game{padding:0 6px 20px}.game-list .game:nth-of-type(4n+1){clear:left}}@media only screen and (max-width: 600px){.game-list{padding:0}.game-list .game{width:50% !important}.game-list .game:nth-of-type(4n+1){clear:none}.game-list .game:nth-of-type(2n+1){clear:left}}.game-image{position:relative;width:100%;height:0;padding-bottom:65.92%;background:#1c1c1c;overflow:hidden;margin-bottom:12px;cursor:pointer;transition:all 0.3s ease}.game-image img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:auto}.game-image .overlay a{position:absolute;top:0;left:0;right:0;bottom:0;margin:0 auto;display:inline-block;width:100%;height:100%;z-index:3;opacity:0;border:1px solid #1c1c1c}.game-image:hover img{filter:blur(4px);transform:scale(1.2);transition:all 0.4s ease-in}.game-image:hover .overlay a{opacity:1;border-color:#e6b407}.game-image:hover:before{content:"";text-align:center;position:absolute;width:100%;height:100%;margin:auto;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,0.7);z-index:1}@media only screen and (max-width: 992px){.game-image:hover img{filter:blur(0);transform:scale(1)}.game-image:hover .overlay a{background:none}.game-image:hover:before{background-color:transparent}}.game-content{padding:0 20px}.game-content h5{color:#fff;margin:0;font-weight:500;font-size:1rem}.game-content i{margin-top:6px;display:block;min-height:14px;color:#e6b407;font-size:.75rem}@media only screen and (max-width: 992px){.game-content h5{font-size:.8125rem}.game-content p{padding:0 10px;max-width:300px;margin:0 auto}}

