/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[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:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}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-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/* =plugins
------------------------------------------------------------------------------*/
.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;outline:none;border:none}
[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}
.slick-dots{position:absolute;bottom:0;display:block;padding:0;margin:0;list-style:none;text-align:center;left:50%;transform:translateX(-50%)}
.slick-dots li{position:relative;display:inline-block;margin:0 10px;padding:0;cursor:pointer}
.slick-dots li:before{display:none}
.slick-dots li button{font-size:0;line-height:0;display:block;padding:3px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}
.slick-dots li button:hover,.slick-dots li button:focus{outline:none}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}
.slick-dots li button:before{display:block;font-size:40px;line-height:10px;width:10px;height:10px;content:'';text-align:center;opacity:.5;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-shadow:0 0 4px 0 #000000;border-radius:50%;background:#ffffff}
.slick-dots li.slick-active button:before{opacity:1}
/*---------------*/
/* common */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, menu, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}

:focus {
    outline: 0
}

html {
    min-height: 100%;
    height: 100%
}

html, body {
    position: relative;
    width: 100%
}

body {
    line-height: 1;
    background: #0f1713;
    color: #b0b1b7;
    font: 400 14px/20px Roboto, sans-serif;
    min-height: 100%;
    min-width: 320px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

ol, ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption, th, td {
    text-align: left;
    font-weight: normal
}

blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}

blockquote, q {
    quotes: "" ""
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

input, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

::-webkit-input-placeholder {
    color: #9d9da4
}

:-moz-placeholder {
    color: #9d9da5
}

::-moz-placeholder {
    color: #9d9da7
}

:-ms-input-placeholder {
    color: #9d9d99
}

h1, h2, h3, h4, h5, h6,
.-cmu-h--nr-c, .-cmu-h--nr-c, .-cmu-h--nr-c, .-cmu-h--nr-c, .-cmu-h--nr-c, .-cmu-h--nr-c {
    color: #0c0c0e
}

h1, h2, h3, h4,
.-cmu-h--nr-c, .-cmu-h--nr-c, .-cmu-h--nr-c, .-cmu-h--nr-c {
    text-transform: uppercase
}

h1, .-cmu-h--nr-c {
    font: 700 25px/1.4em Roboto, sans-serif
}

h2, .-cmu-h--nr-c {
    font: 700 18px/1.4em Roboto, sans-serif
}

h3, .-cmu-h--nr-c {
    font: 700 16px/1.4em Roboto, sans-serif
}

h4, .-cmu-h--nr-c {
    font: 700 14px/1.4em Roboto, sans-serif
}

h5, h6,
.-cmu-h--nr-c, .-cmu-h--nr-c {
    font: 700 14px/1.4em Roboto, sans-serif
}

i, .-cmu-igw-klcg {
    display: inline-block;
    vertical-align: middle
}

.-cmu-bxv-klcg {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    font: 400 16px/38px Roboto, sans-serif;
    position: relative;
    height: 40px;
    padding: 0 28px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid;
    border-radius: 0
}

.-cmu-bxv-klcg.disabled, .-cmu-bxv-klcg[disabled="disabled"] {
    pointer-events: none;
    background: #969699;
    border-color: #96968d
}

.-cmu-bxv-klcg.-cmu-gvmnt-ithe {
    background: #10a03e;
    border-color: #10a040
}

.-cmu-bxv-klcg.-cmu-gvmnt-ithe:hover {
    color: #10a048;
    background: none
}

.-cmu-bxv-klcg.-cmu-gvmnt-ithe.disabled {
    background: #96968e;
    border-color: #96969a
}

.-cmu-bxv-klcg.-cmu-gvmnt-mv--------filqgvw-td--wuniC-----kurhm--cstxx-----a--mA-----cstxx-----a--o-----e-it-htr-nr-c.-cmu-gvmnt-mv--epgh:hover {
    color: #ffffff;
    background: #10a04a
}

.-cmu-bxv-klcg.-cmu-gvmnt-mv--epgh.disabled {
    background: #969693;
    border-color: #9696a0;
    color: #ffffff
}

.-cmu-bxv-klcg.-cmu-oviwme-qw--ithe {
    background: none;
    border-color: #d94a0e;
    color: #d94a1b
}

.-cmu-bxv-klcg.-cmu-oviwme-qw--ithe:hover {
    color: #ffffff;
    background: #d94a08
}

.-cmu-bxv-klcg.-cmu-oviwme-qw--ithe.disabled {
    background: #96969f;
    border-color: #969694;
    color: #ffffff
}

.-cmu-bxv-klcg.-cmu-lk-nr-c {
    font-size: 23px;
    padding: 0 5px;
}

input[type="text"] {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font: 14px/33px Roboto, sans-serif;
    height: 33px;
    padding: 0 10px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #d7d7e1;
    box-shadow: none;
}

input[type='text'].-cmu-wm-q-pvmoox-mue- {
    padding-left: 30px
}

input[type='text'].-cmu-lk-nr-c {
    font: 14px/40px Roboto, sans-serif;
    height: 40px
}

input[type='text'].-cmu-sqiur-ithe {
    font: 13px/25px Roboto, sans-serif;
    height: 25px
}

input[type='text']:focus {
    box-shadow: none
}

/* =form-search
------------------------------------------------------------------------------*/
.-cmu-fszv-sii-ih-mue- .-cmu-irx-z-s--kr-mue- {
    width: 100%;
    line-height: 41px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    min-width: 30px;
    min-height: 41px;
}

.-cmu-fszv-sii-ih-mue- .-cmu-irx-z-s--kr-mue-:after {
    height: 1px;
    display: block;
    content: '';
    background: #ff47f9;
    position: absolute;
    left: 30px;
    right: 0;
    bottom: 10px
}

.-cmu-fszv-sii-ih-mue- .-cmu-irx-z-s--kr-mue- .-cmu-pvmoox-mue- {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    width: 20px;
    height: 20px;
    z-index: 0
}

.-cmu-fszv-sii-ih-mue- .-cmu-irx-z-s--kr-mue- .-cmu-pvmoox-mue- i {
    vertical-align: top
}

.-cmu-fszv-sii-ih-mue- .-cmu-irx-z-s--kr-mue- .-cmu-sii-ihiz-klcg {
    display: none
}

.-cmu-fszv-sii-ih-mue- .-cmu-irx-z-s--kr-mue- .-cmu-sii-ihiz-klcg.active {
    display: block !important
}

.-cmu-fszv-sii-ih-mue- .-cmu-irx-z-s--kr-mue- input[type='text'] {
    cursor: text;
    display: inline-block;
    border-radius: 0;
    border: 0;
    position: relative;
    z-index: 10;
    padding: 0 20px 0 30px;
    box-shadow: none;
    background: none;
    height: 20px;
    color: #b0b1b1;
    line-height: 1;
    width: 190px;
}

.-cmu-fszv-sii-ih-mue- .-cmu-irx-z-s--kr-mue- input[type='text'] + input[type="reset"] {
    display: block
}

@media (max-width: 1280px) {
    .-cmu-fszv-sii-ih-mue- .-cmu-irx-z-s--kr-mue- input[type='text'] {
        width: 220px;
    }
}

@media (max-width: 960px) {
    .-cmu-fszv-sii-ih-mue- .-cmu-irx-z-s--kr-mue- input[type='text'] {
        width: 290px;
    }
}

@media (max-width: 640px) {
    .-cmu-fszv-sii-ih-mue- .-cmu-irx-z-s--kr-mue- input[type='text'] {
        width: 155px;
    }
}

.-cmu-fszv-sii-ih-mue- .-cmu-irx-z-s--kr-mue- input[type='reset'] {
    cursor: pointer;
    border: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    background: url(../images/general/close-cdddbe042beba3cd159f5be8e337b7642ff6f15cabbefd70b8ec736cddafee85.svg) 0 0 no-repeat;
    background-size: contain;
    z-index: 11
}

/* =developer-filter
------------------------------------------------------------------------------*/
.-cmu-di-nrotm--fmt-kr--rzli-nr-c {
    position: relative;
    padding: 0 10px;
    font: 400 14px/40px Roboto, sans-serif;
    color: #b0b1b6;
    cursor: pointer;
    margin-left: auto;
}

.-cmu-di-nrotm--fmt-kr--rzli-nr-c:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border-top: 4px solid #ffffff;
    border-bottom: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.-cmu-di-nrotm--fmt-kr--rzli-nr-c:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border-top: 3px solid #12202b;
    border-bottom: 0;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent
}

.-cmu-di-nrotm--fmt-kr--rzli-nr-c:before,
.-cmu-di-nrotm--fmt-kr--rzli-nr-c:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1px
}

.-cmu-di-nrotm--fmt-kr--rzli-nr-c:after {
    right: 1px
}

/* =table
------------------------------------------------------------------------------*/
table {
    background: #ffffff;
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse
}

table thead {
    font-weight: 700
}

table thead th, table thead td {
    color: #000000;
    font-weight: 700;
    height: 45px;
    vertical-align: middle
}

table thead, table tbody, table tfoot {
    width: 100%
}

table thead td, table thead th, table tbody td,
table tbody th, table tfoot td, table tfoot th {
    padding: 5px 16px;
    text-align: center;
    border: 1px solid #e9eeef;
    font: 14/20px Roboto, sans-serif
}

.-cmu-mezt-epgh {
    top: 0;
    right: 0;
    text-transform: uppercase;
    color: #ffffff;
    font: 700 12px/37px Roboto, sans-serif;
    padding: 0 15px;
    position: absolute;
    background: #ff47f6;
    z-index: 100
}

.-cmu-mezt-epgh > span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative
}

.-cmu-mezt-epgh i {
    margin-right: 10px;
}

.-cmu-mezt-epgh.-cmu-gvmnt-mv--epgh {
    background-color: transparent;
    color: #10a04a
}

.-cmu-mezt-epgh.-cmu-gvmnt-mv--epgh:before,
.-cmu-mezt-epgh.-cmu-gvmnt-mv--epgh:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    border-bottom: 1px solid #10a04a
}

.-cmu-mezt-epgh.-cmu-gvmnt-mv--epgh:after {
    -o-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    border-right: 1px solid #10a03d;
    right: 0
}

.-cmu-mezt-epgh.-cmu-gvmnt-mv--epgh:before {
    -o-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    -webkit-transform: skewX(25deg);
    transform: skewX(25deg);
    border-left: 1px solid #10a047;
    left: 0
}

i {
    width: 20px;
    height: 20px
}

.-cmu-i--ngrgp-klcg {
    background: url(../images/general/i-search.svg) 0 0 no-repeat
}

.-cmu-i---kr-mue- {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    background: url(../images/general/sprite-i-user.svg) 0 0 no-repeat;
    background-size: 100% 200%;
    margin-right: 6px
}

.-cmu-i---kr-mue-:hover {
    background-position: 0 100%
}

.-cmu-i-kqkco--kg-mue- {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 19px;
    background: url(../images/general/sprite-i-check-reg.svg) 0 0 no-repeat;
    background-size: 100% 200%;
    margin-right: 6px
}

.-cmu-i-kqkco--kg-mue-:hover {
    background-position: 0 100%
}

.-cmu-igw-klcg {
    width: 30px;
    height: 30px;
    cursor: pointer
}

.-cmu-igw-klcg:not(:first-child) {
    margin-left: 10px
}

/* =header
------------------------------------------------------------------------------*/
.-cmu-hiimkr-mue- {
    z-index: 1
}

@media (max-width: 639px) {
    .-cmu-hiimkr-mue- + section {
        margin-top: 100px
    }
}

/* =header-nav
------------------------------------------------------------------------------*/
.-cmu-hiimkr-vj--ithe {
    background: #0f1725;
    z-index: 400;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    min-width: 280px
}

.-cmu-hiimkr-vj--ithe .-cmu-wviyvev-nr-c {
    position: relative
}

.-cmu-hiimkr-vj--ithe .-cmu-wviyvev-rtniz-klcg {
    position: relative;
    width: 100%
}

.-cmu-hiimkr-vj--ithe + * {
    margin-top: 100px
}

@media (max-width: 639px) {
    .-cmu-hiimkr-vj--ithe + * {
        display: none
    }
}

.-cmu-hiimkr-vj--ithe .-cmu-bxv--epgh {
    position: absolute;
    right: 53px;
    top: 30px;
    z-index: 10
}

.-cmu-hiimkr-vj--ithe .-cmu-bxv---cgnr-f-w-riorytiz-------wml-n---B-p-C-----vgrkqw-rmoqz----vx------xjjdmvp-----vx------ghkl-pngdiz-taz-nr-c .-cmu-bxv--epgh .-cmu-uwm--smowon-mue- {
    width: 134px;
    padding: 0 1px
}

.-cmu-hiimkr-vj--ithe .-cmu-bxv--epgh .-cmu-bxv-klcg span[class^="i-"] {
    margin-top: -4px
}

.-cmu-hiimkr-vj--ithe .-cmu-bxv--epgh .-cmu-bxv-klcg:hover span[class^="i-"] {
    background-position: 0 100%
}

.-cmu-hiimkr-vj--ithe .-cmu-bxv--epgh.-cmu-smowkd-mue- {
    right: 150px;
    width: 235px;
    text-align: right;
}

.-cmu-hiimkr-vj--ithe .-cmu-bxv--epgh.-cmu-smowkd-mue- .-cmu-bxv-iawprkr-mue- {
    max-width: 225px;
}

@media (max-width: 959px) {
    .-cmu-hiimkr-vj--ithe .-cmu-bxv--epgh {
        display: none
    }
}

@media (max-width: 639px) {
    .-cmu-hiimkr-vj--ithe .-cmu-uwm--irnx-epgh {
        display: none
    }
}

.-cmu-hiimkr-vj--ithe .-cmu-lsox-oy-nx-ithe {
    position: absolute;
    top: 25px;
    left: 0;
    max-width: 300px;
    height: 46px;
    line-height: 100px;
    z-index: 9
}

.-cmu-hiimkr-vj--ithe .-cmu-lsox-oy-nx-ithe a {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.-cmu-hiimkr-vj--ithe .-cmu-lsox-oy-nx-ithe img { /*width:100%;max-width:100%;*/
    height: 100%;
    max-height: 100%;
    display: block
}

@media (max-width: 1919px) {
    .-cmu-hiimkr-vj--ithe .-cmu-lsox-oy-nx-ithe {
        left: 100px
    }
}

@media (min-width: 640px) and (max-width: 959px) {
    .-cmu-hiimkr-vj--ithe .-cmu-lsox-oy-nx-ithe {
        left: 90px;
        max-width: 150px
    }
}

@media (max-width: 639px) {
    .-cmu-hiimkr-vj--ithe .-cmu-lsox-oy-nx-ithe {
        width: 172px;
        height: 35px;
        top: 36px;
        left: 50%;
        margin-left: -86px
    }
}

.-cmu-hiimkr-vj--ithe .-cmu-lsox-oy-nx-ithe .-cmu-lsox-ti---epgh {
    display: block;
    line-height: 1.1;
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}

.-cmu-hiimkr-vj--ithe .-cmu-miv--meqw-otmw-epgh {
    position: fixed;
    left: 26px;
    top: 41px;
    z-index: 506;
    width: 31px;
    height: 18px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.-cmu-hiimkr-vj--ithe .-cmu-miv--meqw-otmw-epgh span {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    height: 3px;
    background: #ffffff
}

.-cmu-hiimkr-vj--ithe .-cmu-miv--meqw-otmw-epgh span:nth-child(1) {
    top: 0
}

.-cmu-hiimkr-vj--ithe .-cmu-miv--meqw-otmw-epgh span:nth-child(2) {
    top: 50%;
    height: 2px;
    margin-top: -1px
}

.-cmu-hiimkr-vj--ithe .-cmu-miv--meqw-otmw-epgh span:nth-child(3) {
    bottom: 0
}

.-cmu-hiimkr-vj--ithe .-cmu-miv--meqw-otmw-epgh.-cmu-me-tkd-mue- {
    z-index: 500
}

.-cmu-hiimkr-vj--ithe .-cmu-miv--meqw-otmw-epgh.open {
    width: 24px;
    height: 24px;
    left: 24px;
    top: 40px;
    position: fixed
}

.-cmu-hiimkr-vj--ithe .-cmu-miv--meqw-otmw-epgh.open span {
    height: 1px;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 33px
}

.-cmu-hiimkr-vj--ithe .-cmu-miv--meqw-otmw-epgh.open span:nth-child(1) {
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px
}

.-cmu-hiimkr-vj--ithe .-cmu-miv--meqw-otmw-epgh.open span:nth-child(2) {
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px
}

.-cmu-hiimkr-vj--ithe .-cmu-miv--meqw-otmw-epgh.open span:nth-child(3) {
    display: none
}

.-cmu-hiimkr-vj--ithe .-cmu-miv--meqw-epgh {
    position: static
}

.-cmu-hiimkr-vj--ithe .-cmu-miv--meqw-epgh .-cmu-uwm--irnx-epgh,
.-cmu-hiimkr-vj--ithe .-cmu-miv--meqw-epgh .-cmu-bxv--epgh {
    display: none
}

@media (max-width: 959px) {
    .-cmu-hiimkr-vj--ithe .-cmu-miv--meqw-epgh .-cmu-bxv--epgh {
        display: block;
        position: relative;
        right: auto;
        top: auto;
        margin-bottom: 24px;
        z-index: 999
    }

    .-cmu-hiimkr-vj--ithe .-cmu-miv--meqw-epgh .-cmu-bxv--epgh .-cmu-bxv-klcg {
        display: block;
        margin: 0 auto;
        min-width: 198px;
        max-width: 260px;
        text-align: center
    }

    .-cmu-hiimkr-vj--ithe .-cmu-miv--meqw-epgh .-cmu-bxv--epgh .-cmu-bxv-klcg.-cmu-bxv-xekq-zev-nr-c {
        margin-top: 83px;
    }

    .-cmu-hiimkr-vj--ithe .-cmu-miv--meqw-epgh .-cmu-bxv--epgh .-cmu-bxv-klcg.-cmu-bxv-iawprkr-mue- {
        display: none
    }

    .-cmu-hiimkr-vj--ithe .-cmu-miv--meqw-epgh .-cmu-bxv--epgh .-cmu-bxv-klcg + .-cmu-bxv-klcg {
        margin-top: 15px
    }
}

.-cmu-hiimkr-vj--ithe .-cmu-miv--meqw-epgh {
    position: fixed;
    top: 0;
    z-index: 505;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    left: -320px;
    width: 320px;
    height: 100%;
    padding-bottom: 20px;
    background: #122026;
}

.-cmu-hiimkr-vj--ithe .-cmu-miv--meqw-epgh.open {
    left: 0;
    z-index: 502
}

.-cmu-hiimkr-vj--ithe #menu-overlay {
    position: fixed;
    z-index: 501;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: all .5s
}

.-cmu-hiimkr-vj--ithe #menu-overlay.show {
    opacity: 1;
    visibility: visible
}

.-cmu-hiimkr-vj--ithe .-cmu-levp-epgh {
    position: absolute;
    width: 36px;
    height: 32px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    top: 34px;
    right: 0;
    z-index: 10
}

.-cmu-hiimkr-vj--ithe .-cmu-levp-epgh span {
    color: #ffffff;
    font: 14px/17px Roboto, sans-serif;
    padding-left: 1px;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.-cmu-hiimkr-vj--ithe .-cmu-levp-epgh span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border-top: 4px solid #ffffff;
    border-bottom: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.-cmu-hiimkr-vj--ithe .-cmu-levp-epgh span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border-top: 3px solid #0f1712;
    border-bottom: 0;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent
}

.-cmu-hiimkr-vj--ithe .-cmu-levp-epgh span:after,
.-cmu-levp-epgh span:before {
    position: absolute;
    right: -13px;
    top: 7px
}

.-cmu-hiimkr-vj--ithe .-cmu-levp-epgh span:after {
    right: -12px
}

/* =top-menu
------------------------------------------------------------------------------*/
.-cmu-tsx-ser--klcg {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-left: 268px;
    width: 725px;
    position: relative;
}

.-cmu-tsx-ser--klcg li a {
    font: 400 14px/100px Roboto, sans-serif;
    color: #bababe;
    text-transform: uppercase
}

.-cmu-tsx-ser--klcg li a:link {
    color: #babac1
}

.-cmu-tsx-ser--klcg li a:visited {
    color: #bababe
}

.-cmu-tsx-ser--klcg li a:hover {
    color: #10a047
}

.-cmu-tsx-ser--klcg li a:active {
    color: #babac3
}

.-cmu-tsx-ser--klcg li a.active {
    color: #ffffff;
    font-weight: 700
}

.-cmu-tsx-ser--klcg li a.active:hover {
    cursor: default
}

.-cmu-tsx-ser--klcg li:first-child:before,
.-cmu-tsx-ser--klcg li:first-child:after,
.-cmu-tsx-ser--klcg li:last-child:before,
.-cmu-tsx-ser--klcg li:last-child:after {
    content: '';
    display: block;
    height: 40px;
    width: 1px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
    background: rgba(255, 255, 255, 0.23)
}

.-cmu-tsx-ser--klcg li:first-child:after,
.-cmu-tsx-ser--klcg li:last-child:after {
    left: auto;
    right: 0
}

.-cmu-tsx-ser--klcg li:first-child {
    padding-left: 35px;
}

.-cmu-tsx-ser--klcg li:first-child:after {
    display: none
}

.-cmu-tsx-ser--klcg li:last-child {
    padding-right: 35px
}

.-cmu-tsx-ser--klcg li:last-child:before {
    display: none
}

.-cmu-tsx-ser--klcg li:not(.-cmu-lm--yev-yxojquk-ithe) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2
}

.-cmu-tsx-ser--klcg li.-cmu-lm--yev-yxojquk-ithe {
    display: none;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
}

@media (max-width: 639px) {
    .-cmu-tsx-ser--klcg li.-cmu-lm--yev-yxojquk-ithe {
        display: block
    }
}

.-cmu-tsx-ser--klcg {
    position: relative;
    -webkit-flex-direction: column;
    flex-direction: column;
    right: auto;
    margin: 0;
    width: 100%;
    padding: 0 30px;
    margin-top: 85px;
}

@media (max-width: 1919px) and (max-width: 639px) {
    .-cmu-tsx-ser--klcg {
        margin-top: 0;
        overflow: auto
    }
}

.-cmu-tsx-ser--klcg > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09)
}

.-cmu-tsx-ser--klcg li {
    text-align: left
}

.-cmu-tsx-ser--klcg li:first-child:before,
.-cmu-tsx-ser--klcg li:first-child:after,
.-cmu-tsx-ser--klcg li:last-child:before,
.-cmu-tsx-ser--klcg li:last-child:after {
    display: none
}

.-cmu-tsx-ser--klcg li a {
    line-height: 40px;
    display: block
}

.-cmu-tsx-ser--klcg li:first-child {
    padding-left: 0
}

/* =sections, wrapper
------------------------------------------------------------------------------*/
#wrapper {
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

section, .-cmu-sik-oor-nr-c {
    width: 100%
}

section .-cmu-wviyvev-nr-c,
.-cmu-sik-oor-nr-c .-cmu-wviyvev-nr-c,
.-cmu-hiimkr-vj--ithe .-cmu-wviyvev-nr-c {
    max-width: 1550px;
    width: 100%;
    margin: 0 auto;
    padding: 0
}

@media (min-width: 1280px) and (max-width: 1919px) {
    section .-cmu-wviyvev-nr-c,
    .-cmu-sik-oor-nr-c .-cmu-wviyvev-nr-c,
    .-cmu-hiimkr-vj--ithe .-cmu-wviyvev-nr-c {
        padding: 0 45px;
    }
}

@media (min-width: 960px) and (max-width: 1279px) {
    section .-cmu-wviyvev-nr-c,
    .-cmu-sik-oor-nr-c .-cmu-wviyvev-nr-c,
    .-cmu-hiimkr-vj--ithe .-cmu-wviyvev-nr-c {
        padding: 0 14px
    }
}

@media (min-width: 640px) and (max-width: 959px) {
    section .-cmu-wviyvev-nr-c,
    .-cmu-sik-oor-nr-c .-cmu-wviyvev-nr-c,
    .-cmu-hiimkr-vj--ithe .-cmu-wviyvev-nr-c {
        padding: 0 20px;
    }
}

@media (max-width: 639px) {
    section .-cmu-wviyvev-nr-c,
    .-cmu-sik-oor-nr-c .-cmu-wviyvev-nr-c,
    .-cmu-hiimkr-vj--ithe .-cmu-wviyvev-nr-c {
        padding: 0 14px
    }
}

section.index .-cmu-wviyvev-nr-c {
    position: relative
}

section.index .-cmu-rikxsmivmkd--rzli-nr-c {
    text-align: center;
    width: 100%
}

section.index .-cmu-rikxsmivmkd--rzli-nr-c .-cmu-mezt-epgh {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    font: 400 23px/21px Roboto, sans-serif;
    padding: 0 30px;
    height: 47px;
}

section.index .-cmu-rikxsmivmkd--rzli-nr-c .-cmu-mezt-epgh:before,
section.index .-cmu-rikxsmivmkd--rzli-nr-c .-cmu-mezt-epgh:after {
    border-color: #0f392e
}

@media (max-width: 639px) {
    section.index .-cmu-rikxsmivmkd--rzli-nr-c {
        position: relative;
        margin-bottom: 10px
    }

    section.index .-cmu-rikxsmivmkd--rzli-nr-c .-cmu-mezt-epgh {
        font-size: 18px;
    }
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #ffffff;
    border: 1px solid #f0f0ed;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* =utillites
------------------------------------------------------------------------------*/
.-cmu-ti---civ-kr-mue- {
    text-align: center !important
}

.-cmu-ti---bsl--epgh {
    color: #b0b1a8 !important
}

.-cmu-cpmjxfm--klcg:before,
.-cmu-cpmjxfm--klcg:after {
    content: "";
    display: block;
    clear: both;
}

@media only screen and (max-width: 639px) {
    .d-sm-none {
        display: none !important
    }
}

.-cmu-mf---epgh {
    margin-bottom: 1rem !important
}

.-cmu-mx---epgh {
    margin-top: 2rem !important
}

.-cmu-m----epgh {
    margin-top: 0px !important;
    margin-bottom: 0px !important
}

.-cmu-peon-tm-uk-ithe {
    margin-bottom: 1em
}

.-cmu-sxi-oc-kxttiv--epgh {
    background-color: #f0f0e8;
    padding: 50px 0
}

.-cmu-sxi-oc-kxttiv----prze-mue- {
    background-color: #ffffff
}

.-cmu-geun-bxv-vle--klcg {
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 2em;
    display: inline-block;
}

.-cmu-geun-bxv-vle--klcg {
    position: relative;
    padding: 0 28px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid #d94a0b;
    color: #d94a0e !important;
    text-decoration: none !important;
}

.-cmu-geun-bxv-vle--klcg:hover {
    color: #ffffff !important;
    background: #d94a0b;
}

/* =seo-text
------------------------------------------------------------------------------*/
.embed-resp {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 73.5%;
    margin-bottom: 2em
}

.embed-resp embed, .embed-resp iframe, .embed-resp object, .embed-resp video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0 auto;
}

.embed-resp img {
    margin-top: 0 !important;
}

.embed-resp-wrapper {
    max-width: 992px;
    margin: 0 auto;
}

.embed-game {
    border: 2px solid #2ea04a;
    background: #f0f0f1;
}

.seo-text {
    line-height: 1.7;
    color: #0c0c14;
}

.seo-text h1 {
    text-align: center;
}

.seo-text h1:before, .seo-text h1:after,
.seo-text h2:before, .seo-text h2:after {
    content: '';
    display: block;
    clear: both
}

.seo-text h1 {
    margin-bottom: 30px;
}

.seo-text h2 {
    margin-bottom: 25px;
}

.seo-text h3 {
    margin-bottom: 15px;
}

.seo-text h4 {
    margin-bottom: 15px
}

.seo-text h5, .seo-text h6 {
    margin-bottom: 15px
}

.seo-text .green {
    color: #10a04d;
    margin-bottom: 15px;
}

.seo-text .img-wrapper {
    text-align: center;
}

.seo-text img {
    max-width: 100%;
    position: relative;
    display: block;
    margin: 20px auto;
    height: auto;
}

.seo-text img:after {
    content: attr(title);
    font-size: 12px;
    color: #787881;
    display: block;
    text-align: center
}

.seo-text img.left {
    float: left;
    margin-right: 20px;
}

.seo-text img.right {
    float: right;
    margin-left: 20px;
}

.seo-text img.center {
    float: none;
    display: block;
    clear: both;
}

.seo-text p {
    margin-bottom: 30px;
}

.seo-text ul, .seo-text ol {
    margin-bottom: 15px;
}

.seo-text a {
    color: #10a039;
    text-decoration: underline
}

.seo-text ol, .seo-text ul {
    padding-left: 25px;
}

.seo-text ol, .seo-text ul {
    margin-bottom: 25px
}

.seo-text ol li, .seo-text ul li {
    position: relative
}

.seo-text ol ol, .seo-text ol ul, .seo-text ul ol, .seo-text ul ul {
    margin: 0
}

.seo-text ul li {
    padding-left: 15px
}

.seo-text ul li:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #999991;
    top: 8px;
    left: 0
}

.seo-text ol {
    counter-reset: level1
}

.seo-text ol li:before {
    counter-increment: level1;
    content: counter(level1) ".";
    font-size: 10px;
    font-weight: 700;
    color: #99998f;
    margin-right: 5px
}

.seo-text ol ol {
    counter-reset: level2
}

.seo-text ol ol li:before {
    counter-increment: level2;
    content: counter(level1) "." counter(level2)
}

.seo-text ol ol ol {
    counter-reset: level3
}

.seo-text ol ol ol li:before {
    counter-increment: level3;
    content: counter(level1) "." counter(level2) "." counter(level3)
}

.seo-text table {
    margin-top: 20px;
    font-size: 14px;
    color: #0c0c12
}

.seo-text table + * {
    margin-top: 40px;
}

.seo-text table caption {
    font-size: 12px;
    line-height: 14px;
    color: #787874;
    margin-bottom: 5px;
    padding: 0 20px;
}

.seo-text table tr:nth-child(odd) {
    background-color: #f0f0f2
}

.seo-text table tr:nth-child(even) {
    background-color: #f7f7fe
}

.seo-text table td, .seo-text table th {
    text-align: left;
    vertical-align: middle;
    border: 0;
}

.seo-text table td:last-child, .seo-text table th:last-child {
    padding-right: 20px;
}

.seo-text table th {
    color: #666660;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid #dfdfd9
}

.seo-text strong {
    font-weight: 700
}



.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 20px;
    margin-bottom: 20px;
}

.seo-text .table-block .table-responsive {
    margin-top: 0;
    margin-bottom: 0;
}

.seo-text .table-block {
    margin-top: 0;
}

.seo-text .table-block .seo-table {
    margin-top: 0;
}

@media (max-width: 767px) {
    .seo-text {
        padding: 0;
    }

    .seo-text table th {
        font-size: 14px
    }

    .seo-text table th, .seo-text table td {
        line-height: 16px;
        width: 20%
    }

    .seo-text table th:not(:first-child), .seo-text table td:not(:first-child) {
        width: 40%
    }
}

@media (max-width: 499px) {
    .seo-text table th, .seo-text table td {
        font-size: 12px;
        line-height: 14px;
    }
}

@media (max-width: 409px) {
    .seo-text table th {
        font-size: 10px
    }
}

@media (min-width: 768px) {
    .seo-text .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }

    .seo-text .row.table-block {
        align-items: center;
        margin-bottom: 30px;
    }

    .seo-text .table-block img {
        margin-top: 0;
        margin-bottom: 0;
    }

    .seo-text .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.screenshots-slider img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.screenshots-slider {
    margin: 10px -10px 0
}

.screenshots-slider .screenshots-slider__item {
    padding: 0 10px
}

.screenshots-slider .slick-dots li {
    padding-left: 0
}

.seo-table {
    margin-top: 20px;
    font-size: 14px;
    color: #0c0c12
}

.seo-detail {
    margin-bottom: 32px
}

.seo-detail__info {
    margin-bottom: 10px;
}

.seo-detail__row {
    padding: 7px 15px
}

.seo-detail__row:nth-child(odd) {
    background-color: #f0f0f7
}

.seo-detail__row:nth-child(even) {
    background-color: #f7f7f0
}

.seo-detail__col {
    display: inline-block
}

.seo-detail__col:first-child {
    font-weight: 600
}

.seo-detail__row:first-child .seo-detail__col, .seo-detail__row:last-child .seo-detail__col {
    display: block
}

.seo-detail__col:first-child img {
    margin: 0 0 15px;
    border-radius: 30px;
}

.seo-text .seo-detail__col h2, .seo-text .seo-detail__col .-cmu-h--nr-c {
    margin-bottom: 15px;
}

@media (min-width: 668px) {
    .seo-detail__row {
        display: -ms-flexbox;
        display: flex;
        margin-right: -15px;
        margin-left: -15px;
        padding: 0
    }

    .seo-detail__row:first-child, .seo-detail__row:last-child {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .seo-detail__col {
        padding: 5px 15px;
        width: 100%;
        flex-basis: 0;
        flex-grow: 1;
        position: relative;
        flex: 0 0 75%;
        max-width: 75%
    }

    .seo-detail__col:first-child {
        flex: 0 0 25%;
        max-width: 25%
    }

    .seo-detail__col:first-child img {
        margin-bottom: 0
    }

    .screenshots-slider {
        margin-top: 0
    }
}

@media (min-width: 1024px) {
    .seo-detail__col {
        flex: 0 0 80%;
        max-width: 80%
    }

    .seo-detail__col:first-child {
        flex: 0 0 20%;
        max-width: 20%
    }
}

/* =testimonials / post-comments
------------------------------------------------------------------------------*/
.-cmu-ti--omsvrglw-nr-c, .-cmu-ps---csuvknx--klcg {
    margin: 32px 0 16px
}

.-cmu-ri-rkww-nr-c {
    margin-bottom: 31px; /* __var */
    line-height: 1.7;
    color: #0c0c05
}

.-cmu-ri-rkwwghzot-nr-c {
    display: flex;
    align-items: center;
    margin-bottom: 19px; /* __var */
}

.-cmu-ri-rkwwghomk-nr-c {
    flex: none;
    border-radius: 5px;
    border: 2px solid #10a039;
}

.-cmu-ri-rkwwghjexirrs-mue- {
    padding-left: 16px;
    line-height: 1
}

.-cmu-ri-rkwwghguxpxx-ithe, .-cmu-ri-rkwwghxaxqwm-ithe, .-cmu-ri-rkwwghmaqmwgmi-nr-c {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 6px;
}

.-cmu-ri-rkwwghguxpxx-ithe {
    font-weight: bold;
    color: #10a04c;
}

.-cmu-ri-rkwwghxaxqwm-ithe {
    margin-left: 1rem;
    margin-right: 1rem;
    display: inline-flex;
    align-items: flex-end
}

.-cmu-ri-rkwwghxaxqwm-ithe .-cmu-sxi--re-rtg-mue- {
    margin-bottom: 0
}

.-cmu-ri-rkwwghrogi-oor-nr-c {
    font-size: 12px;
    color: #b0b1ac
}

.-cmu-ri-rkwwghmaqmwgmi-nr-c {
    font-weight: 600
}

.-cmu-ri-rkwwghmaqmwgmi-nr-c span {
    color: #b0b1b6;
    margin-right: .25rem;
    font-weight: 400
}

.-cmu-ri-rkwwghxaxqwm-xm-z-ithe {
    margin-left: 10px;
    font-weight: 600;
    font-size: 12px
}

/* =questions
------------------------------------------------------------------------------*/
.-cmu-qym-zisv--epgh .-cmu-fey-klcg {
    margin: 1rem 0;
    color: #0c0c12
}

.-cmu-qym-zisv--epgh .-cmu-feyheixmv-epgh {
    margin-bottom: 10px; /* __var */
    position: relative
}

.-cmu-qym-zisv--epgh .-cmu-feyhetm-uk-ithe {
    color: #10a04b;
    cursor: pointer;
    transition: all .2s linear;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    font-weight: normal;
    text-transform: initial
}

.-cmu-qym-zisv--epgh .-cmu-feyhetm-uk-ithe:after {
    content: '';
    height: 5px;
    width: 5px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #10a03c;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    transition: transform .3s linear;
    margin-left: .5rem
}

.-cmu-qym-zisv--epgh .-cmu-feyheixmv-epgh.active .-cmu-feyhetm-uk-ithe:after {
    transform: rotate(45deg)
}

.-cmu-qym-zisv--epgh .-cmu-feyhecsv-knx-nr-c {
    display: none;
    padding: 7px 18px; /* __var */
    overflow: hidden;
    margin: 0;
    line-height: 1.7
}

/* =site-footer
------------------------------------------------------------------------------*/
.-cmu-sm-n-fsw-kr-mue- {
    background: #0d1410;
    color: #a3a39f
}

.-cmu-sm-n-fsw-kr-mue- p {
    color: #a3a3a4
}

.-cmu-sm-n-fsw-kr-mue- .-cmu-igw-klcg {
    cursor: default
}

.-cmu-sm-n-fsw-kr-mue- a.-cmu-igw-klcg {
    cursor: pointer
}

.-cmu-sm-n-fsw-kr-mue- .-cmu-lmkntsi--klcg {
    margin-top: 30px;
    text-align: center
}

.-cmu-sm-n-fsw-kr-mue- .-cmu-csx-xikp--epgh {
    font-size: 14px; /* __var */
    margin: 37px 0 24px; /* __var */
    text-align: center
}

@media (max-width: 960px) {
    .-cmu-sm-n-fsw-kr-mue- {
        position: relative;
        float: left
    }
}

.-cmu-fsw-kr-trtkw-nr-c {
    text-align: center;
    margin: 11px 0 2px; /* __var */
}

.-cmu-fsw-kr-trtkw-nr-c li {
    display: inline-block;
    margin: 0 10px;
}

.-cmu-fsw-kr-trtkw-nr-c a {
    color: #bababd;
    text-decoration: none;
    font: 14px/32px Roboto, sans-serif;
    text-transform: uppercase
}

.-cmu-fsw-kr-trtkw-nr-c a:link {
    color: #babab2
}

.-cmu-fsw-kr-trtkw-nr-c a:visited {
    color: #babac2
}

.-cmu-fsw-kr-trtkw-nr-c a:hover {
    color: #10a040
}

.-cmu-fsw-kr-trtkw-nr-c a:active {
    color: #babab4
}

@media (max-width: 1279px) {
    .-cmu-fsw-kr-trtkw-nr-c a {
        font-size: 12px
    }
}

@media (max-width: 959px) {
    .-cmu-fsw-kr-trtkw-nr-c {
        margin: 20px 0 15px;
    }
}

.-cmu-pe-vknx--klcg {
    position: relative;
    width: 100%;
    max-width: 1550px;
    text-align: center;
    margin: 0 auto
}

.-cmu-pe-vknx--klcg > .-cmu-wviyvev-nr-c {
    border-top: 1px solid rgba(16, 160, 67, 0.15);
    padding: 30px 0 0
}

.-cmu-pe-vknx--klcg .-cmu-igw-klcg {
    display: inline-block;
    background: url(../images/general/sprite-payments.jpg) 0 0 no-repeat;
    background-size: auto 100%;
    height: 37px;
    margin: 16px; /* __var */
}

.-cmu-pe-vknx--klcg .-cmu-qm-r-epgh {
    width: 64px;
    position: relative;
    background-position: 0 0
}

.-cmu-pe-vknx--klcg .-cmu-qm-r-epgh:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 57.81%
}

.-cmu-pe-vknx--klcg .-cmu-apxqgbevt-epgh {
    width: 98px;
    position: relative;
    background-position: 5.43294% 0
}

.-cmu-pe-vknx--klcg .-cmu-apxqgbevt-epgh:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 37.75%
}

.-cmu-pe-vknx--klcg .-cmu-yeuxte--nr-c {
    width: 70px;
    position: relative;
    background-position: 13.43284% 0
}

.-cmu-pe-vknx--klcg .-cmu-yeuxte--nr-c:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 52.85%
}

.-cmu-pe-vknx--klcg .-cmu-sfm-hars-klcg {
    width: 105px;
    position: relative;
    background-position: 19.81213% 0
}

.-cmu-pe-vknx--klcg .-cmu-sfm-hars-klcg:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 35.23%
}

.-cmu-pe-vknx--klcg .-cmu-wijvuni--klcg {
    width: 125px;
    position: relative;
    background-position: 29.27889% 0
}

.-cmu-pe-vknx--klcg .-cmu-wijvuni--klcg:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 29.6%
}

.-cmu-pe-vknx--klcg .-cmu-sozrrl-mue- {
    width: 56px;
    position: relative;
    background-position: 37.86885% 0
}

.-cmu-pe-vknx--klcg .-cmu-sozrrl-mue-:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 66.07%
}

.-cmu-pe-vknx--klcg .-cmu-pwj-klcg {
    width: 145px;
    position: relative;
    background-position: 45.80018% 0
}

.-cmu-pe-vknx--klcg .-cmu-pwj-klcg:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 25.51%
}

.-cmu-pe-vknx--klcg .-cmu-ni-nrliz-klcg {
    width: 74px;
    position: relative;
    background-position: 55.15807% 0
}

.-cmu-pe-vknx--klcg .-cmu-ni-nrliz-klcg:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 50%
}

.-cmu-pe-vknx--klcg .-cmu-msvnza-mue- {
    width: 89px;
    position: relative;
    background-position: 62.0893% 0
}

.-cmu-pe-vknx--klcg .-cmu-msvnza-mue-:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 41.57%
}

.-cmu-pe-vknx--klcg .-cmu-ir-nxce--g-ithe {
    width: 90px;
    position: relative;
    background-position: 69.64587% 0
}

.-cmu-pe-vknx--klcg .-cmu-ir-nxce--g-ithe:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 41.11%
}

.-cmu-pe-vknx--klcg .-cmu-lmyygy-mue- {
    width: 79px;
    position: relative;
    background-position: 76.52464% 0
}

.-cmu-pe-vknx--klcg .-cmu-lmyygy-mue-:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 46.83%
}

.-cmu-pe-vknx--klcg .-cmu-w--nr-c {
    width: 45px;
    position: relative;
    background-position: 80.82859% 0
}

.-cmu-pe-vknx--klcg .-cmu-w--nr-c:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 82.22%
}

.-cmu-pe-vknx--klcg .-cmu-sq--klcg {
    width: 73px;
    position: relative;
    background-position: 86.45054% 0
}

.-cmu-pe-vknx--klcg .-cmu-sq--klcg:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 50.68%
}

.-cmu-pe-vknx--klcg .-cmu-wmzn-epgh {
    width: 55px;
    position: relative;
    background-position: 91.15479% 0
}

.-cmu-pe-vknx--klcg .-cmu-wmzn-epgh:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 67.27%
}

.-cmu-pe-vknx--klcg .-cmu-pe--gfikjxd-mue- {
    width: 108px;
    position: relative;
    background-position: 100% 0
}

.-cmu-pe-vknx--klcg .-cmu-pe--gfikjxd-mue-:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 34.25%
}

.-cmu-pe-vknx--klcg .-cmu-vm-j-epgh {
    background-image: url(../images/general/sprite-visa.jpg);
    width: 48px;
    height: 30px
}

.-cmu-pe-vknx--klcg .-cmu-me--krgi-j-ithe {
    background-image: url(../images/general/sprite-mastercard.jpg);
    width: 62px;
    height: 39px
}

.-cmu-pe-vknx--klcg .-cmu-vm-j-epgh,
.-cmu-pe-vknx--klcg .-cmu-me--krgi-j-ithe {
    background-size: 100% 100%
}

.-cmu-pe-vknx--klcg .-cmu-pe-ygl-mue- {
    background-image: url(../images/general/paypal.png);
    width: 100px;
    height: 26px;
    filter: grayscale(1);
}

.-cmu-pe-vknx--klcg .-cmu-ortrtefiwqiro-klcg {
    background-image: url(../images/general/online-banking.png);
    width: 140px;
    height: 17px;
    filter: grayscale(1);
}

@media (min-width: 1280px) and (max-width: 1919px) {
    .-cmu-pe-vknx--klcg {
        padding: 0 45px 10px
    }
}

@media (min-width: 640px) and (max-width: 959px) {
    .-cmu-pe-vknx--klcg.-cmu-wviyvev-nr-c {
        padding: 8px 0 0
    }
}

@media (max-width: 639px) {
    .-cmu-pe-vknx--klcg.-cmu-wviyvev-nr-c {
        border-bottom: 1px solid rgba(16, 160, 67, 0.15);
        padding: 10px 0
    }

    .-cmu-pe-vknx--klcg .-cmu-igw-klcg {
        margin: 6px 15px
    }
}

.-cmu-siz-oci--klcg {
    display: block;
    margin: 0 auto;
    text-align: center
}

.-cmu-siz-oci--klcg iframe {
    display: none;
    background: none;
    width: 70px;
    height: 70px;
    -o-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    margin-top: -10px
}

.-cmu-siz-oci--klcg .-cmu-igw-klcg {
    display: inline-block;
    vertical-align: middle;
    height: 42px;
    background: url(../images/general/sprite-developers.png) 0 0 no-repeat;
    margin: 0;
    width: initial
}

.-cmu-siz-oci--klcg .-cmu-igw-klcg.-cmu-lmkntsi-nr-c {
    background: none;
    width: 70px;
    -o-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    margin-top: -10px
}

.-cmu-siz-oci--klcg .-cmu-igw-klcg.-cmu-lmkntsi-nr-c span {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 128px;
    min-width: 32px
}

.-cmu-siz-oci--klcg .-cmu-igw-klcg.-cmu-lmkntsi-nr-c img {
    width: 100%;
    height: auto
}

.-cmu-siz-oci--klcg .-cmu-ah-uzs-mue- {
    width: 51px;
    background-position: -21px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-ni-ntt-mue- {
    width: 87px;
    background-position: -72px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-ni-ntt-mue-:hover {
    background-position: -72px -55px
}

.-cmu-siz-oci--klcg .-cmu-mmk-ugeurtg-mue- {
    width: 130px;
    background-position: -159px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-mmk-ugeurtg-mue-:hover {
    background-position: -159px -55px
}

.-cmu-siz-oci--klcg .-cmu-ppi-yor-nr-c {
    width: 146px;
    background-position: -289px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-ppi-yor-nr-c:hover {
    background-position: -289px -55px
}

.-cmu-siz-oci--klcg .-cmu-bswxtgs-nr-c {
    width: 134px;
    background-position: -435px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-bswxtgs-nr-c:hover {
    background-position: -435px -55px
}

.-cmu-siz-oci--klcg .-cmu-bi--ufx-nr-c {
    width: 89px;
    background-position: -569px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-bi--ufx-nr-c:hover {
    background-position: -569px -55px
}

.-cmu-siz-oci--klcg .-cmu-qyqlqstqw-epgh {
    width: 129px;
    background-position: -658px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-qyqlqstqw-epgh:hover {
    background-position: -658px -55px
}

.-cmu-siz-oci--klcg .-cmu-ykomxawqu-epgh {
    width: 145px;
    background-position: -787px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-ykomxawqu-epgh:hover {
    background-position: -787px -55px
}

.-cmu-siz-oci--klcg .-cmu-ril-gki-nr-c {
    width: 109px;
    background-position: -932px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-ril-gki-nr-c:hover {
    background-position: -932px -55px
}

.-cmu-siz-oci--klcg .-cmu-erlxxplqwg-ithe {
    width: 94px;
    background-position: -1041px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-erlxxplqwg-ithe:hover {
    background-position: -1041px -55px
}

.-cmu-siz-oci--klcg .-cmu-bswvonk-nr-c {
    width: 103px;
    background-position: -1135px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-bswvonk-nr-c:hover {
    background-position: -1135px -55px
}

.-cmu-siz-oci--klcg .-cmu-ppi-tgs-nr-c {
    width: 105px;
    background-position: -1238px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-ppi-tgs-nr-c:hover {
    background-position: -1238px -55px
}

.-cmu-siz-oci--klcg .-cmu-ni--mer-nr-c {
    width: 141px;
    background-position: -1343px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-ni--mer-nr-c:hover {
    background-position: -1343px -55px
}

.-cmu-siz-oci--klcg .-cmu-aqi-oc-mue- {
    width: 107px;
    background-position: -1484px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-aqi-oc-mue-:hover {
    background-position: -1484px -55px
}

.-cmu-siz-oci--klcg .-cmu-ns-xsaxql-epgh {
    width: 155px;
    background-position: -1591px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-ns-xsaxql-epgh:hover {
    background-position: -1591px -55px
}

.-cmu-siz-oci--klcg .-cmu-py-qmaqqwm-ithe {
    width: 195px;
    background-position: -1746px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-py-qmaqqwm-ithe:hover {
    background-position: -1746px -55px
}

.-cmu-siz-oci--klcg .-cmu-bi-mogm-jr-ithe {
    width: 141px;
    background-position: -1941px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-bi-mogm-jr-ithe:hover {
    background-position: -1941px -55px
}

.-cmu-siz-oci--klcg .-cmu-eps-klcg {
    width: 82px;
    background-position: -2082px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-eps-klcg:hover {
    background-position: -2082px -55px
}

.-cmu-siz-oci--klcg .-cmu-tl-wjevsrik-mue- {
    width: 128px;
    background-position: -2164px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-tl-wjevsrik-mue-:hover {
    background-position: -2164px -55px
}

.-cmu-siz-oci--klcg .-cmu-pvipsaxql-epgh {
    width: 116px;
    background-position: -2292px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-pvipsaxql-epgh:hover {
    background-position: -2292px -55px
}

.-cmu-siz-oci--klcg .-cmu-geurtgc----ithe {
    width: 94px;
    background-position: -2408px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-geurtgc----ithe:hover {
    background-position: -2408px -55px
}

.-cmu-siz-oci--klcg .-cmu-tsuqurr-nr-c {
    width: 128px;
    background-position: -2502px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-tsuqurr-nr-c:hover {
    background-position: -2502px -55px
}

.-cmu-siz-oci--klcg .-cmu-ivwwedso-klcg {
    width: 127px;
    background-position: -2630px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-ivwwedso-klcg:hover {
    background-position: -2630px -55px
}

.-cmu-siz-oci--klcg .-cmu-liiyegeurtg-mue- {
    width: 86px;
    background-position: -2757px -9px;
    margin: 5px 14px
}

.-cmu-siz-oci--klcg .-cmu-liiyegeurtg-mue-:hover {
    background-position: -2757px -55px
}

@media (max-width: 639px) {
    .-cmu-siz-oci--klcg {
        -o-transform: scale(0.84);
        -moz-transform: scale(0.84);
        -webkit-transform: scale(0.84);
        transform: scale(0.84);
        margin: 5px 12px
    }
}

/* =subnavigation
------------------------------------------------------------------------------*/
.-cmu-syjwgvmojzisv-klcg {
    background: #12202e;
    overflow: hidden
}

.-cmu-syjwgvmojzisv-klcg .-cmu-wviyvev-nr-c {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 959px) {
    .-cmu-syjwgvmojzisv-klcg .-cmu-wviyvev-nr-c {
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
}

.-cmu-syjwgvmojzisv-klcg .-cmu-fszv-sii-ih-mue- {
    min-width: 30px;
    max-width: 190px;
}

@media (max-width: 959px) {
    .-cmu-syjwgvmojzisv-klcg .-cmu-fszv-sii-ih-mue- {
        max-width: initial
    }
}

@media (max-width: 639px) {
    .-cmu-syjwgvmojzisv-klcg {
        margin-top: 100px
    }
}

/* =menu-games
------------------------------------------------------------------------------*/
.-cmu-miv--geuny-ithe {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center
}

.-cmu-miv--geuny-ithe a {
    color: #babac1;
    margin: 0 25px; /* __var */
    text-transform: uppercase
}

.-cmu-miv--geuny-ithe a:link {
    color: #babab2
}

.-cmu-miv--geuny-ithe a:visited {
    color: #babab7
}

.-cmu-miv--geuny-ithe a:hover {
    color: #10a03e
}

.-cmu-miv--geuny-ithe a:active {
    color: #bababf
}

.-cmu-miv--geuny-ithe a.active {
    color: #ffffff;
    font-weight: 700
}

.-cmu-miv--geuny--zjvpiz-klcg {
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

@media (max-width: 959px) {
    .-cmu-miv--geuny--zjvpiz-klcg {
        display: none
    }
}

/* =breadcrumbs end
------------------------------------------------------------------------------*/
.breadcrumbs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    white-space: nowrap;
    font: 14px/40px Roboto, sans-serif;
    cursor: default;
    margin-bottom: 10px
}

.breadcrumbs span {
    text-overflow: ellipsis
}

.breadcrumbs span:last-child {
    overflow: hidden
}

.breadcrumbs a {
    color: #10a03f;
    padding-right: 17px;
    text-decoration: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAGCAYAAADkOT91AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw%2FeHBhY2tldCBiZWdpbj0i77u%2FIiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8%2BIDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUM0QjRGMTlBOEI4MTFFN0I2MDVGRDJDQTA3NUMzNTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUM0QjRGMUFBOEI4MTFFN0I2MDVGRDJDQTA3NUMzNTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFQzRCNEYxN0E4QjgxMUU3QjYwNUZEMkNBMDc1QzM1NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFQzRCNEYxOEE4QjgxMUU3QjYwNUZEMkNBMDc1QzM1NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI%2FPonI8EgAAABTSURBVHjaYtq8eXMnEJ%2F%2F%2F%2F8%2FAwgzMTAwzAJi2S1btuwG0gyMIFEQAAp8A1IXmKAcDSDFDMRnmU1MTHyBjKNA3OTj41MBUqEHxB1AThNINUCAAQDNhx66fLsnGwAAAABJRU5ErkJggg%3D%3D) 100% 17px no-repeat;
    margin-right: 14px;
    display: inline-block
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .breadcrumbs__separator {
    display: none;
}

@media (max-width: 767px) {
    .breadcrumbs {
        display: none
    }
}

/* =game-block
------------------------------------------------------------------------------*/
.-cmu-geun-bpwlq-ithe {
    position: relative;
    margin: 32px -7px; /* __var , but only margin-top and margin-bottom */
    display: flex;
    flex-wrap: wrap;
}

.-cmu-geun-bpwlq-ithe .-cmu-geun-bpwlq-cq-km-mue- {
    position: relative;
    width: 20%;
    /* background: #0f181b; */
    padding: 0 5px;
    margin-bottom: 11px; /* __var */
}

@media (min-width: 960px) and (max-width: 1279px) {
    .-cmu-geun-bpwlq-ithe .-cmu-geun-bpwlq-cq-km-mue- {
        width: 25%
    }

    .-cmu-geun-bpwlq-ithe .-cmu-geun-bpwlq-cq-km-mue-:nth-child(n+9) {
        display: none
    }
}

@media (min-width: 640px) and (max-width: 959px) {
    .-cmu-geun-bpwlq-ithe .-cmu-geun-bpwlq-cq-km-mue- {
        width: 33.333%
    }

    .-cmu-geun-bpwlq-ithe .-cmu-geun-bpwlq-cq-km-mue-:nth-child(n+10) {
        display: none
    }
}

@media (max-width: 639px) {
    .-cmu-geun-bpwlq-ithe .-cmu-geun-bpwlq-cq-km-mue- {
        width: 50%
    }

    .-cmu-geun-bpwlq-ithe .-cmu-geun-bpwlq-cq-km-mue-:nth-child(n+7) {
        display: none
    }
}

.-cmu-geun-bpwlq-ithe .-cmu-geune-mvwkr-mue- {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 150;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity .3s
}

.-cmu-geun-bpwlq-ithe .-cmu-geune-mkxt-ithe {
    display: block;
    width: 100%;
    height: 188px; /* __var */
    object-fit: cover;
    border: 3px solid #d94a0e;
}

.-cmu-geun-bpwlq-ithe .-cmu-geune-pqwqs-mue- {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    padding: 7px 14px 0; /* __var */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.-cmu-geun-bpwlq-ithe .-cmu-geune-pqwqs-qwtev-nr-c {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-grow: 7;
    -webkit-flex-grow: 7;
    flex-grow: 7;
    width: 100%
}

.-cmu-geun-bpwlq-ithe .-cmu-geun-epgh:hover .-cmu-geune-mvwkr-mue-,
.-cmu-geun-epgh.selected .-cmu-geune-mvwkr-mue- {
    opacity: 1
}

.-cmu-geun-bpwlq-ithe .-cmu-geune-ttj--ithe {
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: relative;
    background: url(../images/general/play-circle.svg) 50% no-repeat;
    background-size: contain;
    width: 73px;
    max-height: 73px;
    display: block;
    margin: 0 auto 3%
}

.-cmu-geun-bpwlq-ithe .-cmu-geune-rivk-ithe {
    text-align: center;
    margin-top: .5rem;
}

@media (max-width: 639px) {
    .-cmu-geun-bpwlq-ithe .-cmu-geune-ttj--ithe {
        width: 54px;
        max-height: 54px
    }
}

.-cmu-geun-bpwlq-ithe .-cmu-geun-epgh {
    position: relative;
    overflow: hidden;
}

.-cmu-geun-bpwlq-ithe .-cmu-geun-epgh:before {
    content: '';
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.-cmu-geun-bpwlq--vn-s-mue- {
    display: block;
    flex-wrap: unset;
    padding-bottom: 30px;
    margin-bottom: 0
}

.-cmu-geun-bpwlq--vn-s-mue- .-cmu-geun-bpwlq-cq-km-mue- {
    width: 100%;
    background: none;
    margin-bottom: 0
}

.-cmu-geun-bpwlq--vn-s-mue- .slick-dots li button {
    height: 20px;
    overflow: initial
}

/* =hero-slider
------------------------------------------------------------------------------*/
.-cmu-hizx-spqmkr-mue- {
    height: 500px;
    overflow: hidden;
    background: #0f1714
}

@media (max-width: 639px) {
    .-cmu-hizx-spqmkr-mue- {
        display: none
    }
}

.-cmu-hizx-spqmkrcg-rihm-klcg {
    height: 500px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative
}

.-cmu-hizx-spqmkrcg-rihm-ior-ntt-mue- {
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 550px;
    margin-right: -775px;
    height: 185px;
    text-align: center;
    background: rgba(15, 23, 28, 0.8)
}

@media (max-width: 1550px) {
    .-cmu-hizx-spqmkrcg-rihm-ior-ntt-mue- {
        right: 45px;
        margin-right: 0
    }
}

@media (min-width: 960px) and (max-width: 1279px) {
    .-cmu-hizx-spqmkrcg-rihm-ior-ntt-mue- {
        right: 14px
    }
}

.-cmu-hizx-spqmkrcg-rihm-zixtn-epgh, .-cmu-hizx-spqmkrcg-rihm-ze---klcg {
    color: #ffffff;
    margin: 0;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    text-transform: uppercase
}

.-cmu-hizx-spqmkrcg-rihm-zixtn-epgh {
    margin-top: 24px;
    font: 900 30px/1.2em Roboto, sans-serif
}

.-cmu-hizx-spqmkrcg-rihm-ze---klcg {
    margin-bottom: 24px;
    font: 900 25px/1.1em Roboto, sans-serif;
    color: #ff47f6
}

.-cmu-hizx-spqmkrcg-rihm-htr-nr-c {
    min-width: 226px
}

.-cmu-hizx-spqmkr-mue- .slick-dots li button {
    overflow: initial
}

/* =pagination
------------------------------------------------------------------------------*/
.-cmu-peonx-ithe .pagination {
    text-align: center;
    margin: 34px 0;
}

.-cmu-peonx-ithe .pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center
}

.-cmu-peonx-ithe .pagination .page-numbers {
    display: inline-block;
    color: #2ea03c;
    border: 1px solid #2ea049;
    background: transparent;
    height: 30px; /* __var */
    width: 38px; /* __var */
    line-height: 32px; /* __var the same as height */
    border-radius: 7px; /* __var */
    margin: 0 8px;
    opacity: .8;
    transition: opacity .16s;
    font-size: 14px
}

.-cmu-peonx-ithe .pagination .page-numbers:hover {
    opacity: 1
}

.-cmu-peonx-ithe .pagination .page-numbers.current {
    color: #ffffff;
    background: #10a03f;
    border-color: #10a04b;
    opacity: 1
}

.-cmu-peonx-ithe .pagination .page-numbers.dots {
    border-color: transparent;
    opacity: .8;
}


/* =rating
------------------------------------------------------------------------------*/
.-cmu-sxi--re-rtg-mue- {
    margin-bottom: 20px
}

.-cmu-sxi--re-rtg-mue- .-cmu-sxi--re--ytez-klcg {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
}

.-cmu-sxi--re-rtg-mue- .-cmu-sxi--re--ytezheixmv-epgh {
    position: relative;
    float: left;
    margin-left: 2px;
    width: 18px;
    height: 16px;
    background: url(../images/general/star-default.png) 0 0 no-repeat
}

.-cmu-sxi--re-rtg-mue- .-cmu-sxi--re--ytezheixmv-epgh span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/general/star-active.png) 0 0 no-repeat;
    height: 16px;
    width: 0%;
}

/* =info-details (only for casinos)
------------------------------------------------------------------------------*/
.-cmu-irnx-di-jolw-nr-c {
    margin-bottom: 40px;
    color: #0c0c09;
}

.-cmu-irnx-di-jolwghonrm--epgh {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    text-align: center
}

.-cmu-irnx-di-jolwghomeon-epgh, .-cmu-irnx-di-jolwghior-ntt-mue- {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.-cmu-irnx-di-jolwghomeon-epgh img {
    height: 190px;
    object-fit: cover;
    max-width: 100%
}

.-cmu-irnx-di-jolwghhor---epgh {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.-cmu-irnx-di-jolwghze---klcg {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .-cmu-irnx-di-jolwghonrm--epgh {
        text-align: left;
    }

    .-cmu-irnx-di-jolwghomeon-epgh, .-cmu-irnx-di-jolwghior-ntt-mue- {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .-cmu-irnx-di-jolwghomeon-epgh {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .-cmu-irnx-di-jolwghior-ntt-mue- {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}
