:root {
    --blue: #061845;
    --indigo: #1d2b35;
    --purple: #d582ff;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #ee4a03;
    --yellow: #ffc107;
    --green: #00d07e;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --indigo-bright: #1d2b35;
    --primary: #00d07e;
    --secondary: #000;
    --success: #00d07e;
    --info: #1d2b35;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    box-sizing: border-box
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-ExtraLightBETA_ed087672.woff2) format("woff2"), url(../fonts/Inter-ExtraLightBETA_b6aa0901.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-LightBETA_f5600434.woff2) format("woff2"), url(../fonts/Inter-LightBETA_3d94d25c.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Regular_6e6dc1fd.woff2) format("woff2"), url(../fonts/Inter-Regular_859777bc.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Medium_d329adf9.woff2) format("woff2"), url(../fonts/Inter-Medium_83a6408c.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-SemiBold_1e77f75c.woff2) format("woff2"), url(../fonts/Inter-SemiBold_9a71d861.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Bold_81aea39f.woff2) format("woff2"), url(../fonts/Inter-Bold_f8416408.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-ExtraBold_d8c657ae.woff2) format("woff2"), url(../fonts/Inter-ExtraBold_9d4dc229.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Georgia;
    src: url(../fonts/Georgia_af54b4f7.woff2) format("woff2"), url(../fonts/Georgia_a6023c51.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Georgia;
    src: url(../fonts/Georgia-Bold_9c72527e.woff2) format("woff2"), url(../fonts/Georgia-Bold_62a39398.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
    text-align: left
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #ebebeb
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 20px
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #bb4a03;
    background-color: transparent
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: #893602
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: 800;
    line-height: 1.4;
    color: #000
}

.h1,
h1 {
    font-size: 26px
}

.h2,
h2 {
    font-size: 22px
}

.h3,
h3 {
    font-size: 18px
}

.h4,
h4 {
    font-size: 16px
}

.h5,
h5 {
    font-size: 16px
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:320px) {
    .container {
        max-width: 320px
    }
}

@media (min-width:360px) {
    .container {
        max-width: 360px
    }
}

@media (min-width:410px) {
    .container {
        max-width: 410px
    }
}

@media (min-width:500px) {
    .container {
        max-width: 500px
    }
}

@media (max-width:575.98px) {
    .container {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width:731px) {
    .container {
        max-width: 731px
    }
}

@media (min-width:736px) {
    .container {
        max-width: 736px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:812px) {
    .container {
        max-width: 812px
    }
}

@media (min-width:880px) {
    .container {
        max-width: 880px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:896px) {
    .container {
        max-width: 896px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:992px) {
    .container {
        max-width: 992px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:1100px) {
    .container {
        max-width: 1100px;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px;
        padding-right: 5px;
        padding-left: 5px;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width:1336px) {
    .container {
        max-width: 1336px;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: auto;
        margin-left: auto
    }
}

.container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.btn {
    display: inline-block;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    color: #000;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 1.05rem 1.2rem;
    font-size: 1.125rem;
    line-height: 1.4;
    border-radius: 6px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #000;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.nav {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

html {
    font-size: 16px;
    background-color: #1d2b35
}

body,
html {
    position: relative
}

body {
    display: block !important;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-color: #fff
}

body.mobile-nav-active,
body.mumoira-popup-active {
    overflow-y: hidden !important
}

.wrap {
    font-size: 14px;
    background-color: #fff
}

@media (max-width:767.98px) {
    .wrap {
        margin-top: 35px
    }
}

@media (min-width:768px) {
    .wrap {
        margin-top: 0
    }
}

.main {
    width: 100%
}

.col-xs-12 {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

@media (min-width:576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width:767.98px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width:991.98px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width:1100px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width:1199.98px) {
    .hidden-lg-down {
        display: none !important
    }
}

.strong {
    font-weight: 700
}

figure,
p,
ul {
    margin-bottom: 5px
}

.rlcm>:last-child,
.rlpm p {
    margin-bottom: 0 !important
}

.img-cover {
    overflow: hidden
}

.img-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

.header-new {
    background-color: #03799e;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    transition: top .3s
}

@media (max-width:767.98px) {
    .header-new {
        background-color: #03799e;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1030;
        transition: top .3s
    }
}

@media (min-width:768px) {
    .header-new {
        position: relative;
        background-color: #03799e;
        z-index: 1030
    }
}

.header-new .header-container {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 40px
}

@media (min-width:1336px) {
    .header-new .header-container {
        padding: 0 20px
    }
}

@media (min-width:768px) {
    .header-new .header-container {
        height: 40px
    }
}

.plain-header .header-new .header-container {
    -webkit-box-pack: center;
    justify-content: center
}

.header-new .header-brand {
    display: inline-flex
}

.header-new .header-brand img,
.header-new .header-brand svg {
    width: 250px;
    height: 33px;
    filter: brightness(1)
}

.header-new .header-brand img:hover,
.header-new .header-brand svg:hover {
    filter: brightness(1.2);
    height: 35px
}

.header-new .header-brand svg g {
    fill: #00d07e;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .header-new .header-brand svg g {
        -webkit-transition: none;
        transition: none
    }
}

.mobile-nav-active .header-new .header-brand svg g {
    fill: #fff
}

.header-new .header-nav {
    margin-left: 20px
}

@media (max-width:1000px) {
    .header-new .header-nav {
        display: none
    }
}

.plain-header .header-new .header-nav {
    display: none
}

.header-new .header-nav>ul {
    margin: 0 -10px
}

.header-new .header-nav>ul ul {
    display: none
}

.header-new .header-nav>ul>li>a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 13.5px;
    padding: 0 10px;
    margin: 0 5px;
    color: #fff;
    height: 40px
}

@media (max-width:768px) {
    .header-new .header-nav>ul>li>a {
        height: 80px;
        padding: 0 5px;
        font-size: 13px
    }
}

@media (max-width:1000px) {
    .header-new .header-nav>ul>li>a {
        height: 40px;
        padding: 0 10px;
        font-size: 13px
    }
}

@media (max-width:1130px) {
    .header-new .header-nav>ul>li>a {
        height: 40px;
        padding: 0 4px;
        font-size: 11px
    }
}

@media (max-width:1100px) {
    .header-new .header-nav>ul>li>a {
        height: 40px;
        padding: 0 2px;
        font-size: 10px
    }
}

@media (max-width:1000px) {
    .header-new .header-nav>ul>li>a {
        height: 40px;
        padding: 0 2px;
        font-size: 13px
    }
}

.header-new .header-nav>ul>li>a:focus,
.header-new .header-nav>ul>li>a:hover {
    color: #fff;
    text-decoration: underline;
    background-color: #0c98c4
}

.header-new .header-nav>ul>li:first-of-type>a {
    margin-left: 0
}

.header-new .header-nav>ul>li:last-of-type>a {
    margin-right: 0
}

.header-new .header-nav>ul>li.active>a {
    opacity: 1;
    font-weight: 600;
    color: #fff;
    background-color: #0c92bc
}

.header-nav .dropdown-mumoira {
    float: left;
    overflow: hidden
}

.header-nav .dropdown-mumoira .dropbtn {
    font-size: 13.5px;
    border: none;
    outline: 0;
    color: #fff;
    padding: 0 10px;
    background-color: inherit;
    font-family: inherit;
    margin: 0
}

.header-nav .dropdown-mumoira .dropbtn i.fa {
    margin-left: 3px
}

.header-nav .dropdown-mumoira a:hover,
.header-nav .dropdown-mumoira:hover .dropbtn {
    background-color: #0c98c4
}

.header-nav .dropdown-content {
    display: none;
    position: absolute;
    background-color: #0780a7;
    min-width: 228px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1
}

.header-nav .dropdown-content a {
    font-size: 13.5px;
    color: #fff;
    float: none;
    padding: 5px 15px;
    padding-left: 20px;
    text-decoration: none;
    display: block;
    text-align: left
}

.header-nav .dropdown-content a:hover {
    background-color: #0c98c4;
    text-decoration: underline
}

.header-nav .dropdown-mumoira:hover .dropdown-content {
    display: block
}

.header-new .header-toggle {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: auto;
    padding: 0 10px;
    margin-right: -10px;
    height: 40px
}

@media (min-width:1001px) {
    .header-new .header-toggle {
        display: none;
        height: 50px
    }
}

.plain-header .header-new .header-toggle {
    display: none
}

.header-new .header-toggle i {
    display: block;
    position: relative;
    width: 24px;
    height: 1px;
    background-color: #f0f0f0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .header-new .header-toggle i {
        -webkit-transition: none;
        transition: none
    }
}

.header-new .header-toggle i:after,
.header-new .header-toggle i:before {
    content: "";
    width: 24px;
    height: 1px;
    display: block;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: all .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: all .2s ease-in-out, transform .2s ease-in-out;
    transition: all .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .header-new .header-toggle i:after,
    .header-new .header-toggle i:before {
        -webkit-transition: none;
        transition: none
    }
}

.header-new .header-toggle i:before {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px)
}

.header-new .header-toggle i:after {
    -webkit-transform: translateY(7px);
    transform: translateY(7px)
}

.mobile-nav-active .header-new .header-toggle i {
    background-color: transparent !important
}

.mobile-nav-active .header-new .header-toggle i:after,
.mobile-nav-active .header-new .header-toggle i:before {
    background-color: #fff
}

.mobile-nav-active .header-new .header-toggle i:before {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg)
}

.mobile-nav-active .header-new .header-toggle i:after {
    width: 24px;
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
}

.header-new .header-m-drop {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    background-color: #101316;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding-top: 40px
}

@media (prefers-reduced-motion:reduce) {
    .header-new .header-m-drop {
        -webkit-transition: none;
        transition: none
    }
}

@media (min-width:1001px) {
    .header-new .header-m-drop {
        display: none;
        padding-top: 50px
    }
}

.mobile-nav-active .header-new .header-m-drop {
    opacity: 1;
    visibility: visible
}

.header-new .header-m-drop-inner {
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.header-new .header-m-drop-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding: 13px 0
}

.header-new .header-m-drop-nav>ul ul {
    display: none
}

.header-new .header-m-drop-nav>ul>li {
    width: 100%
}

.header-new .header-m-drop-nav>ul>li+li {
    margin-top: 7.2px
}

.header-new .header-m-drop-nav>ul>li>a {
    color: #fff;
    text-align: center;
    display: block;
    font-weight: 800;
    font-size: 1.75rem
}

.content-info-new {
    background-color: #101316;
    line-height: 1.6
}

.content-info-new .ci-top {
    padding: 15px 0
}

@media (min-width:768px) {
    .content-info-new .ci-top {
        padding: 30px 0 50px
    }
}

@media (min-width:992px) {
    .content-info-new .ci-top {
        padding: 15px 0
    }
}

.content-info-new .ci-brand {
    display: inline-flex;
    margin-bottom: 10px
}

.content-info-new .ci-brand img.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-o:before {
    content: "\f004"
}

.fa-heart-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400 !important
}

.fa-trash:before {
    content: "\f2ed"
}

.fa-trash-o:before {
    content: "\f2ed"
}

.fa-trash-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400 !important
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-o:before {
    content: "\f086"
}

.fa-comments-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400 !important
}

.fa-refresh:before {
    content: "\f021"
}

.fa-sync:before {
    content: "\f021"
}

.fa-shield:before {
    content: "\f3ed"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-sign-in:before {
    content: "\f2f6"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-out:before {
    content: "\f2f5"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-ad:before {
    content: "\f641"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.header-new .header-nav>ul>li>a,
.header-nav .dropdown-mumoira .dropbtn,
.header-nav .dropdown-content a {
    font-size: 12px !important;
    color: #FFFFFF !important
}

@media (min-width:1200px) {

    .header-new .header-nav>ul>li>a,
    .header-nav .dropdown-mumoira .dropbtn,
    .header-nav .dropdown-content a {
        font-size: 13.5px !important
    }
}

@media (max-width:1180px) {
    .header-new .header-nav>ul>li>a {
        padding: 0 5px !important
    }
}

@media (max-width:1100px) {
    .header-new .header-nav>ul>li>a {
        padding: 0 3px !important;
        margin: 0 2px !important
    }
}

@media (max-width:992px) {
    .header-new .header-nav>ul>li>a {
        padding: 0 2px !important;
        margin: 0 !important
    }
}

.content-info-new .ci-socials {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    margin: -10px;
    padding-left: 0;
    list-style: none
}

@media (max-width: 991.98px) {
    .content-info-new .ci-socials {
        padding-top: 50px
    }

    .content-info-new .ci-socials-title {
        display: none
    }
}

.content-info-new .ci-socials li {
    padding: 10px
}

.content-info-new .ci-socials li a {
    color: hsla(0, 0%, 100%, .6);
    font-size: 25px
}

.content-info-new .ci-nav-left>ul ul,
.content-info-new .ci-nav-right>ul ul {
    display: none
}

.content-info-new .ci-nav-left>ul>li,
.content-info-new .ci-nav-right>ul>li {
    width: 100%
}

.content-info-new .ci-nav-left>ul>li+li,
.content-info-new .ci-nav-right>ul>li+li {
    margin-top: 6px
}

.content-info-new .ci-nav-left>ul>li>a,
.content-info-new .ci-nav-right>ul>li>a {
    display: block;
    color: #94a1af;
    font-size: 14px
}

.content-info-new .ci-nav-left>ul>li>a:focus,
.content-info-new .ci-nav-left>ul>li>a:hover,
.content-info-new .ci-nav-right>ul>li>a:focus,
.content-info-new .ci-nav-right>ul>li>a:hover {
    color: #e1e781
}

.content-info-new .ci-bottom {
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    padding: 10px 0
}

@media (min-width:768px) {
    .content-info-new .ci-bottom {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse
    }
}

.content-info-new .ci-copyright {
    margin-right: auto;
    margin-bottom: 0;
    color: #94a1af;
    font-size: 12px
}

.content-info-new .ci-copyright a {
    color: #94a1af
}

.content-info-new .ci-copyright a:hover {
    color: #e1e781
}

@media (min-width:576px) {
    .content-info-new .ci-copyright {
        font-size: 13px
    }
}

.content-info-new .ci-nav-terms {
    margin-left: auto
}

@media (max-width:767.98px) {
    .content-info-new .ci-nav-terms {
        margin-bottom: 10px
    }
}

.content-info-new .ci-nav-terms>ul {
    margin: 0 -12px
}

.content-info-new .ci-nav-terms>ul ul {
    display: none
}

.content-info-new .ci-nav-terms>ul>li {
    padding: 0 12px
}

.content-info-new .ci-nav-terms>ul>li>a {
    color: #94a1af;
    font-size: 13px
}

@media (min-width:576px) {
    .content-info-new .ci-nav-terms>ul>li>a {
        font-size: .875rem
    }
}

.content-info-new .ci-nav-terms>ul>li>a:focus,
.content-info-new .ci-nav-terms>ul>li>a:hover {
    color: #e1e781
}

.menu-item.menu-post-new-mu a {
    color: #fbff63 !important;
    font-weight: 600
}

.block.logos .block-inner {
    overflow: hidden
}

.block.logos .l-logos {
    margin: 0 -20px;
    padding-left: 0;
    list-style: none
}

@media (max-width:767.98px) {
    .block.logos .l-logos {
        margin-top: -60px
    }
}

.block.logos .l-logos li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0 20px
}

@media (max-width:767.98px) {
    .block.logos .l-logos li {
        padding-top: 60px
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .block.logos .l-logos li:last-of-type {
        display: none
    }
}

.block.logos .l-logos li figure {
    margin-bottom: 0
}

.block.optin_mumoira_block .block-inner {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fff), to(#eef0f7));
    background-image: linear-gradient(180deg, #fff 10%, #eef0f7);
    background-repeat: repeat-x;
    padding: 10px 0 15px;
    margin-bottom: 5px
}

.block.optin_mumoira_block .fas.fa-external-link-alt {
    font-size: 10px;
    position: absolute;
    padding-top: 7px;
    padding-left: 5px
}

@media (max-width:991.98px) {
    .block.optin_mumoira_block .block-inner {
        border-bottom: 1px solid #ccd3e8
    }
}

@media (min-width:768px) {
    .block.optin_mumoira_block .block-inner {
        padding: 10px 0 15px
    }
}

.block.optin_mumoira_block .ohb-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    text-align: center
}

.block.optin_mumoira_block .ohb-title {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase
}

@media (min-width:768px) {
    .block.optin_mumoira_block .ohb-title {
        font-size: 18px
    }
}

.block.optin_mumoira_block .ohb-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.block.optin_mumoira_block .ohb-content-picture {
    width: 75px;
    min-width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0;
    margin-right: 20px
}

.block.optin_mumoira_block .ohb-content-picture-new-mu-online {
    width: 125px;
    min-width: 125px;
    border-radius: 10%;
    overflow: hidden;
    margin-bottom: 0;
    margin-right: 20px;
    display: block
}

@media (min-width:768px) {
    .block.optin_mumoira_block .ohb-content-picture {
        margin-right: 30px
    }
}

@media (max-width:768px) {
    .block.optin_mumoira_block .ohb-content-picture-new-mu-online {
        margin-right: 30px;
        width: 200px;
        min-width: 200px;
        display: none
    }
}

.block.optin_mumoira_block .ohb-content-text {
    text-align: left;
    line-height: 1.6;
    max-width: 546px
}

.block.optin_mumoira_block .ohb-content-text strong {
    font-weight: 600
}

.block.optin_mumoira_block .ohb-aweber-form {
    width: 100%;
    margin: 35px 0 0;
    max-width: 460px
}

@media (min-width:768px) {
    .block.optin_mumoira_block .ohb-aweber-form {
        margin: 45px 0 0
    }
}

.block.optin_mumoira_block .ohb-aweber-form .aweber-form-wrapper {
    position: relative
}

.block.optin_mumoira_block .ohb-aweber-form .aweber-form-wrapper .aweber-form-field {
    margin-bottom: 0;
    padding: 0
}

.block.optin_mumoira_block .ohb-aweber-form .aweber-form-wrapper .aweber-form-field .form-control {
    border-color: #ccd3e8
}

.block.optin_mumoira_block .ohb-aweber-form .aweber-form-wrapper .aweber-form-footer .btn {
    top: 0;
    right: 0;
    min-width: 170px;
    color: #fff;
    background-color: #00d07e;
    border-color: #00d07e
}

.block.optin_mumoira_block .ohb-aweber-form .aweber-form-wrapper .aweber-form-footer .btn:hover {
    color: #fff;
    background-color: #00aa67;
    border-color: #009d5f
}

.block.optin_mumoira_block .ohb-aweber-form .aweber-form-wrapper .aweber-form-footer .btn.focus,
.block.optin_mumoira_block .ohb-aweber-form .aweber-form-wrapper .aweber-form-footer .btn:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 215, 145, .5)
}

.block.optin_mumoira_block .ohb-aweber-form .aweber-form-wrapper .aweber-form-footer .btn.disabled,
.block.optin_mumoira_block .ohb-aweber-form .aweber-form-wrapper .aweber-form-footer .btn:disabled {
    color: #fff;
    background-color: #00d07e;
    border-color: #00d07e
}

.block.optin_mumoira_block .ohb-aweber-form .aweber-form-wrapper .aweber-form-footer .btn:not(:disabled):not(.disabled).active,
.block.optin_mumoira_block .ohb-aweber-form .aweber-form-wrapper .aweber-form-footer .btn:not(:disabled):not(.disabled):active,
.show>.block.optin_mumoira_block .ohb-aweber-form .aweber-form-wrapper .aweber-form-footer .btn.dropdown-toggle {
    color: #fff;
    background-color: #009d5f;
    border-color: #009057
}

.block.optin_mumoira_block .ohb-aweber-form .aweber-form-wrapper .aweber-form-footer .btn:not(:disabled):not(.disabled).active:focus,
.block.optin_mumoira_block .ohb-aweber-form .aweber-form-wrapper .aweber-form-footer .btn:not(:disabled):not(.disabled):active:focus,
.show>.block.optin_mumoira_block .ohb-aweber-form .aweber-form-wrapper .aweber-form-footer .btn.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 215, 145, .5)
}

@media (max-width:767.98px) {
    .block.optin_mumoira_block .ohb-aweber-form .aweber-form-wrapper .aweber-form-footer .btn {
        width: 100%;
        margin-top: 10px
    }
}

@media (min-width:768px) {
    .block.optin_mumoira_block .ohb-aweber-form .aweber-form-wrapper .aweber-form-footer .btn {
        position: absolute
    }
}

.right-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 9999
}

.right-panel a {
    color: #fff;
    display: flex;
    justify-content: center;
    width: 100%
}

.right-panel a:hover {
    color: #000
}

.right-panel .quick-contact {
    display: inline
}

.right-panel .quick-contact img {
    width: 42px;
    height: 42px
}

.right-panel .quick-contact img:hover {
    filter: brightness(120%)
}

.scroll-to-top {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    padding-top: 10px;
    text-align: center;
    line-height: 15px;
    background: #56ccf2;
    background: -webkit-linear-gradient(to right, #2f80ed, #56ccf2);
    background: linear-gradient(to right, #2f80ed, #56ccf2);
    font-size: 10px
}

.scroll-to-top:hover {
    background: #b2fefa;
    background: -webkit-linear-gradient(to right, #0ed2f7, #b2fefa);
    background: linear-gradient(to right, #0ed2f7, #b2fefa)
}

.community-chat-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8e2de2;
    background: -webkit-linear-gradient(to right, #4a00e0, #8e2de2);
    background: linear-gradient(to right, #4a00e0, #8e2de2);
    font-size: 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}

.community-chat-btn:hover {
    background: #aa076b;
    background: -webkit-linear-gradient(to right, #61045f, #aa076b);
    background: linear-gradient(to right, #61045f, #aa076b)
}

button.right-panel-darkmode {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    padding: 0;
    background: #2f80ed;
    background: -webkit-linear-gradient(to right, #2f80ed, #56ccf2);
    background: linear-gradient(to right, #2f80ed, #56ccf2);
    color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    transition: background .3s ease
}

button.right-panel-darkmode:hover {
    background: #b2fefa;
    background: -webkit-linear-gradient(to right, #0ed2f7, #b2fefa);
    background: linear-gradient(to right, #0ed2f7, #b2fefa)
}

.mumoira-warp {
    background-color: #eef0f7
}

.mumoira-main {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 20px;
    padding-bottom: 20px
}

.mumoira-left {
    float: left;
    width: 20%;
    align-items: center;
    text-align: center
}

.mumoira-middle {
    float: left;
    width: 60%;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-top: none
}

.mumoira-right {
    float: left;
    width: 20%;
    align-items: center;
    text-align: center
}

.mumoira-bl img {
    width: 210px;
    height: 400px;
    margin-bottom: 10px
}

.mumoira-bl img:hover {
    filter: brightness(120%)
}

.mumoira-bm1 img {
    width: 780px;
    height: 280px;
    margin-bottom: 5px
}

.mumoira-bm2 img {
    width: 780px;
    height: 110px;
    margin-bottom: 5px
}

.mumoira-bm1 img:hover {
    filter: brightness(120%)
}

.mumoira-bm2 img:hover {
    filter: brightness(120%)
}

.mumoira-br img {
    width: 210px;
    height: 400px;
    margin-bottom: 10px
}

.mumoira-br img:hover {
    filter: brightness(120%)
}

.fa-pinterest:hover {
    color: #e84a59
}

.fa-tumblr:hover {
    color: #32506d
}

.mumoira-content {
    padding-bottom: 10px
}

.mumoira-bl2 {
    margin-top: 10px
}

.mumoira-br2 {
    margin-top: 10px
}

.huongdanmu-navigation,
.huongdanmu-navigation-right {
    top: 30px;
    width: 240px;
    text-align: left
}

.huongdanmu-navigation-right.stick,
.huongdanmu-navigation.stick {
    display: block;
    position: fixed;
    top: 30px;
    z-index: 1
}

.huongdanmu-navigation .huongdanmu-nav-title,
.huongdanmu-navigation-right .huongdanmu-nav-title {
    display: none;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    font-weight: 700;
    text-transform: none;
    margin: 0 0 12px
}

.huongdanmu-navigation ol,
.huongdanmu-navigation-right ol {
    padding: 0;
    margin: 0
}

.huongdanmu-navigation ol li,
.huongdanmu-navigation-right ol li {
    margin: 0 20px;
    vertical-align: top;
    position: relative
}

.huongdanmu-navigation ol,
.huongdanmu-navigation-right ol {
    font-size: 13px;
    line-height: 18px;
    padding: 0;
    margin: 0;
    background: 0 0
}

.huongdanmu-navigation ol a,
.huongdanmu-navigation-right ol a {
    display: block;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    padding: 4px 0
}

.mumoira-left .filter-mu-online-navigation {
    margin: 10px;
    padding: 5px;
    top: 10px;
    width: 220px;
    text-align: left
}

.mumoira-left .filter-mu-online-navigation.stick {
    display: block;
    position: fixed;
    top: 10px;
    z-index: 1
}

.mumoira-left .filter-mu-online-navigation .fas.fa-thumbtack {
    color: #043c4d;
    position: absolute;
    margin-top: -17px;
    transform: rotate(-40deg);
    transform-origin: center center
}

.mumoira-left .filter-mu-online-navigation .view-all-gameguide {
    text-align: right;
    margin-right: 10px
}

.mumoira-left .filter-mu-online-navigation .mumoira-filter-mu-online-headline {
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    background: #43c6ac;
    background: -webkit-linear-gradient(to right, #f8ffae, #78ead4);
    background: linear-gradient(to right, #f8ffae, #78ead4)
}

.mumoira-left .filter-mu-online-navigation .mumoira-filter-mu-online-headline h2 {
    font-size: 15px;
    font-weight: 600;
    margin: 0
}

.mumoira-left .filter-mu-online-navigation .mumoira-filter-mu-online-content {
    background: #ece9e6;
    background: -webkit-linear-gradient(to right, #fff, #faf7f4);
    background: linear-gradient(to right, #fff, #faf6f3);
    padding-left: 5px
}

.mumoira-left .filter-mu-online-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.mumoira-left .filter-mu-online-navigation ul li {
    padding: 1px 0
}

.mumoira-left .filter-mu-online-navigation ul li a {
    color: #043c4d
}

.mumoira-left .filter-mu-online-navigation ul li a:hover {
    color: #953113
}

.mumoira-left .filter-mu-online-navigation img {
    max-width: 25px;
    max-height: 25px;
    padding: 0;
    margin: 5px
}

.mumoira-right .mumoira-gameguide-mostviewed {
    margin: 10px;
    padding: 5px;
    top: 10px;
    width: 240px;
    text-align: left
}

.mumoira-right .mumoira-gameguide-mostviewed.stick {
    display: block;
    position: fixed;
    top: 10px;
    z-index: 1
}

.mumoira-right .mumoira-gameguide-mostviewed .fas.fa-thumbtack {
    color: #043c4d;
    position: absolute;
    margin-top: -17px;
    transform: rotate(-40deg);
    transform-origin: center center
}

.mumoira-right .mumoira-gameguide-mostviewed .view-all-gameguide {
    text-align: right;
    margin-right: 10px
}

.mumoira-right .mumoira-gameguide-mostviewed .mumoira-gameguide-mostviewed-headline {
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    background: #43c6ac;
    background: -webkit-linear-gradient(to right, #f8ffae, #78ead4);
    background: linear-gradient(to right, #f8ffae, #78ead4)
}

.mumoira-right .mumoira-gameguide-mostviewed .mumoira-gameguide-mostviewed-headline h2 {
    font-size: 15px;
    font-weight: 600;
    margin: 0
}

.mumoira-right .mumoira-gameguide-mostviewed .mumoira-gameguide-mostviewed-content {
    background: #ece9e6;
    background: -webkit-linear-gradient(to right, #fff, #faf7f4);
    background: linear-gradient(to right, #fff, #faf6f3)
}

.mumoira-right .mumoira-gameguide-mostviewed ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.mumoira-right .mumoira-gameguide-mostviewed ul li {
    padding: 1px 0
}

.mumoira-right .mumoira-gameguide-mostviewed ul li a {
    color: #043c4d
}

.mumoira-right .mumoira-gameguide-mostviewed ul li a:hover {
    color: #953113
}

.mumoira-right .mumoira-gameguide-mostviewed img {
    max-width: 25px;
    max-height: 25px;
    padding: 0;
    margin: 5px
}

@media (min-width:300px) {
    .mumoira-left {
        display: none
    }

    .mumoira-right {
        display: none
    }
}

@media (min-width:360px) {
    .mumoira-main {
        margin-right: -10px;
        margin-left: -10px;
        padding-top: 10px
    }

    .mumoira-left {
        display: none
    }

    .mumoira-right {
        display: none
    }

    .mumoira-middle {
        width: 100%;
        padding: 0 5px
    }

    .mumoira-left img {
        max-width: 100px
    }

    .mumoira-middle img {
        max-width: 100%
    }

    .mumoira-right img {
        max-width: 100px
    }

    .mumoira-middle .mumoira-bm1 img {
        max-height: 135px
    }

    .mumoira-middle .mumoira-bm2 img {
        max-height: 52px
    }

    .right-panel {
        display: none
    }

    .mumoira-wiki-intro .wiki-image-intro {
        width: 100%
    }

    .mumoira-wiki-intro .wiki-content-intro {
        width: 100%
    }
}

@media (min-width:320px) {
    .mumoira-main {
        margin-right: -10px;
        margin-left: -10px;
        padding-top: 10px
    }

    .mumoira-left {
        display: none
    }

    .mumoira-right {
        display: none
    }

    .mumoira-middle {
        width: 100%;
        padding: 0 5px
    }

    .mumoira-left img {
        max-width: 100px
    }

    .mumoira-middle img {
        max-width: 100%
    }

    .mumoira-right img {
        max-width: 100px
    }

    .mumoira-middle .mumoira-bm1 img {
        max-height: 120px
    }

    .mumoira-middle .mumoira-bm2 img {
        max-height: 46px
    }

    .right-panel {
        display: none
    }

    .mumoira-wiki-intro .wiki-image-intro {
        width: 100%
    }

    .mumoira-wiki-intro .wiki-content-intro {
        width: 100%
    }
}

@media (min-width:375px) {
    .mumoira-main {
        margin-right: -10px;
        margin-left: -10px;
        padding-top: 10px
    }

    .mumoira-left {
        display: none
    }

    .mumoira-right {
        display: none
    }

    .mumoira-middle {
        width: 100%;
        padding: 0 5px
    }

    .mumoira-left img {
        max-width: 100px
    }

    .mumoira-middle img {
        max-width: 100%
    }

    .mumoira-right img {
        max-width: 100px
    }

    .mumoira-middle .mumoira-bm1 img {
        max-height: 135px
    }

    .mumoira-middle .mumoira-bm2 img {
        max-height: 52px
    }

    .right-panel {
        right: 15px;
        display: block
    }

    .mumoira-wiki-intro .wiki-image-intro {
        width: 100%
    }

    .mumoira-wiki-intro .wiki-content-intro {
        width: 100%
    }
}

@media (min-width:410px) {
    .mumoira-main {
        margin-right: -10px;
        margin-left: -10px;
        padding-top: 10px
    }

    .mumoira-left {
        display: none
    }

    .mumoira-right {
        display: none
    }

    .mumoira-middle {
        width: 100%;
        padding: 0 5px
    }

    .mumoira-left img {
        max-width: 100px
    }

    .mumoira-middle img {
        max-width: 100%
    }

    .mumoira-right img {
        max-width: 100px
    }

    .mumoira-middle .mumoira-bm1 img {
        max-height: 149px
    }

    .mumoira-middle .mumoira-bm2 img {
        max-height: 57px
    }

    .right-panel {
        right: 15px;
        display: block
    }

    .mumoira-wiki-intro .wiki-image-intro {
        width: 100%
    }

    .mumoira-wiki-intro .wiki-content-intro {
        width: 100%
    }
}

@media (min-width:500px) {
    .mumoira-main {
        margin-left: 0;
        margin-right: 0
    }

    .mumoira-left {
        display: none
    }

    .mumoira-right {
        display: none
    }

    .mumoira-middle {
        width: 100%
    }

    .mumoira-left img {
        max-width: 100px
    }

    .mumoira-middle img {
        max-width: 100%
    }

    .mumoira-right img {
        max-width: 100px
    }

    .mumoira-middle .mumoira-bm1 img {
        max-height: 180px
    }

    .mumoira-middle .mumoira-bm2 img {
        max-height: 68px
    }

    .right-panel {
        right: 15px;
        display: block
    }
}

@media (min-width:576px) {
    .mumoira-main {
        margin-left: 0;
        margin-right: 0
    }

    .mumoira-left {
        display: none
    }

    .mumoira-right {
        display: none
    }

    .mumoira-middle {
        width: 100%;
        padding: 0 5px
    }

    .mumoira-left img {
        max-width: 100px
    }

    .mumoira-middle img {
        max-width: 100%
    }

    .mumoira-right img {
        max-width: 100px
    }

    .mumoira-middle .mumoira-bm1 img {
        max-height: 207px
    }

    .mumoira-middle .mumoira-bm2 img {
        max-height: 78px
    }

    .right-panel {
        right: 15px;
        display: block
    }
}

@media (min-width:640px) {
    .mumoira-main {
        margin-left: 0;
        margin-right: 0
    }

    .mumoira-left {
        display: none
    }

    .mumoira-right {
        display: none
    }

    .mumoira-middle {
        width: 100%;
        padding: 0 5px
    }

    .mumoira-left img {
        max-width: 100px
    }

    .mumoira-middle img {
        max-width: 100%
    }

    .mumoira-right img {
        max-width: 100px
    }

    .mumoira-middle .mumoira-bm1 img {
        max-height: 230px
    }

    .mumoira-middle .mumoira-bm2 img {
        max-height: 86px
    }

    .right-panel {
        right: 15px;
        display: block
    }
}

@media (min-width:731px) {
    .mumoira-main {
        margin-left: 0;
        margin-right: 0
    }

    .mumoira-left {
        display: none
    }

    .mumoira-middle {
        width: 718px;
        padding: 0 5px
    }

    .mumoira-right {
        display: none
    }

    .mumoira-left img {
        max-width: 145px
    }

    .mumoira-middle img {
        max-width: 709px
    }

    .mumoira-right img {
        max-width: 145px
    }

    .mumoira-middle .mumoira-bm1 img {
        max-height: 264px
    }

    .mumoira-middle .mumoira-bm2 img {
        max-height: 100px
    }

    .right-panel {
        right: 15px;
        display: block
    }

    .mumoira-wiki-intro .wiki-image-intro {
        width: 40%
    }

    .mumoira-wiki-intro .wiki-content-intro {
        width: 60%
    }
}

@media (min-width:736px) {
    .mumoira-main {
        margin-left: 0;
        margin-right: 0
    }

    .mumoira-left {
        display: none
    }

    .mumoira-middle {
        width: 718px;
        padding: 0 5px
    }

    .mumoira-right {
        display: none
    }

    .mumoira-left img {
        max-width: 145px
    }

    .mumoira-middle img {
        max-width: 709px
    }

    .mumoira-right img {
        max-width: 145px
    }

    .mumoira-middle .mumoira-bm1 img {
        max-height: 264px
    }

    .mumoira-middle .mumoira-bm2 img {
        max-height: 100px
    }

    .right-panel {
        right: 15px;
        display: block
    }

    .mumoira-wiki-intro .wiki-image-intro {
        width: 40%
    }

    .mumoira-wiki-intro .wiki-content-intro {
        width: 60%
    }
}

@media (min-width:768px) {
    .mumoira-main {
        margin-left: 0;
        margin-right: 0
    }

    .mumoira-left {
        display: none
    }

    .mumoira-middle {
        width: 750px;
        padding: 0 5px
    }

    .mumoira-right {
        display: none
    }

    .mumoira-left img {
        max-width: 145px
    }

    .mumoira-middle img {
        max-width: 740px
    }

    .mumoira-right img {
        max-width: 145px
    }

    .mumoira-middle .mumoira-bm1 img {
        max-height: 276px
    }

    .mumoira-middle .mumoira-bm2 img {
        max-height: 104px
    }

    .right-panel {
        right: 15px;
        display: block
    }

    .mumoira-wiki-intro .wiki-image-intro {
        width: 40%
    }

    .mumoira-wiki-intro .wiki-content-intro {
        width: 60%
    }
}

@media (min-width:812px) {
    .mumoira-main {
        margin-left: 0;
        margin-right: 0
    }

    .mumoira-left {
        display: none
    }

    .mumoira-middle {
        width: 792px;
        padding: 0 5px
    }

    .mumoira-right {
        display: none
    }

    .mumoira-left img {
        max-width: 145px
    }

    .mumoira-middle img {
        max-width: 780px
    }

    .mumoira-right img {
        max-width: 145px
    }

    .mumoira-middle .mumoira-bm1 img {
        max-height: 280px
    }

    .mumoira-middle .mumoira-bm2 img {
        max-height: 110px
    }

    .right-panel {
        right: 15px;
        display: block
    }

    .mumoira-wiki-intro .wiki-image-intro {
        width: 40%
    }

    .mumoira-wiki-intro .wiki-content-intro {
        width: 60%
    }
}

@media (min-width:880px) {
    .mumoira-main {
        margin-left: 0;
        margin-right: 0
    }

    .mumoira-left {
        display: none
    }

    .mumoira-middle {
        width: 720px;
        padding: 0 5px
    }

    .mumoira-right {
        width: 140px;
        display: block
    }

    .mumoira-left img {
        max-width: 150px
    }

    .mumoira-middle img {
        max-width: 710px
    }

    .mumoira-right img {
        max-width: 140px
    }

    .mumoira-right .mumoira-br img {
        max-height: 270px
    }

    .mumoira-middle .mumoira-bm1 img {
        max-height: 280px
    }

    .mumoira-middle .mumoira-bm2 img {
        max-height: 110px
    }

    .right-panel {
        right: 15px;
        display: block
    }
}

@media (min-width:896px) {
    .mumoira-main {
        margin-left: 0;
        margin-right: 0
    }

    .mumoira-left {
        display: none
    }

    .mumoira-middle {
        width: 740px;
        padding: 0 5px
    }

    .mumoira-right {
        width: 139px;
        display: block
    }

    .mumoira-left img {
        max-width: 150px
    }

    .mumoira-middle img {
        max-width: 730px
    }

    .mumoira-right img {
        max-width: 139px
    }

    .mumoira-right .huongdanmu-navigation-right {
        width: 139px;
        margin: 0 5px
    }

    .mumoira-right .huongdanmu-navigation-right ol li {
        margin: 0 5px 0 20px
    }

    .mumoira-right .mumoira-br img {
        max-height: 280px
    }

    .mumoira-middle .mumoira-bm1 img {
        max-height: 280px
    }

    .mumoira-middle .mumoira-bm2 img {
        max-height: 110px
    }

    .right-panel {
        right: 15px;
        display: block
    }
}

@media (min-width:992px) {
    .mumoira-main {
        margin-left: 0;
        margin-right: 0
    }

    .mumoira-left {
        display: none
    }

    .mumoira-middle {
        width: 780px;
        padding: 0 5px
    }

    .mumoira-right {
        width: 175px;
        display: block
    }

    .mumoira-left img {
        max-width: 175px
    }

    .mumoira-middle img {
        max-width: 770px
    }

    .mumoira-right img {
        max-width: 185px
    }

    .mumoira-right .mumoira-br img {
        max-height: 352px
    }

    .mumoira-left .huongdanmu-navigation {
        display: none
    }

    .mumoira-right .huongdanmu-navigation-right {
        width: 185px;
        margin: 0 5px
    }

    .mumoira-right .huongdanmu-navigation-right ol li {
        margin: 0 5px 0 20px
    }
}

@media (min-width:1100px) {
    .mumoira-main {
        margin-left: 0;
        margin-right: 0
    }

    .mumoira-left {
        width: 165px;
        display: block
    }

    .mumoira-middle {
        width: 730px;
        padding: 0 5px
    }

    .mumoira-right {
        width: 165px;
        display: block
    }

    .mumoira-left img {
        max-width: 165px
    }

    .mumoira-middle img {
        max-width: 720px
    }

    .mumoira-right img {
        max-width: 165px
    }

    .mumoira-right .mumoira-br img {
        max-height: 400px
    }

    .mumoira-left .huongdanmu-navigation {
        display: block;
        width: 160px
    }

    .mumoira-left .huongdanmu-navigation ol li {
        margin: 0 5px
    }

    .mumoira-right .huongdanmu-navigation-right {
        width: 160px
    }

    .mumoira-right .huongdanmu-navigation-right ol li {
        margin: 0 5px
    }
}

@media (min-width:1200px) {
    .mumoira-main {
        margin-left: 0;
        margin-right: 0
    }

    .mumoira-left {
        width: 200px;
        display: block
    }

    .mumoira-middle {
        width: 770px;
        padding: 0 5px
    }

    .mumoira-right {
        width: 200px;
        display: block
    }

    .mumoira-left img {
        max-width: 195px
    }

    .mumoira-middle img {
        max-width: 760px
    }

    .mumoira-right img {
        max-width: 195px
    }

    .mumoira-left .huongdanmu-navigation {
        width: 195px;
        display: block
    }

    .mumoira-left .huongdanmu-navigation ol li {
        margin: 0 5px 0 10px
    }

    .mumoira-right .huongdanmu-navigation-right {
        width: 195px
    }

    .mumoira-right .huongdanmu-navigation-right ol li {
        margin: 0 5px 0 10px
    }
}

@media (min-width:1206px) {
    .like-our-fanpage {
        display: block
    }
}

@media (min-width:1336px) {
    .mumoira-left {
        width: 240px
    }

    .mumoira-middle {
        width: 810px;
        padding: 0 15px;
        padding-bottom: 10px
    }

    .mumoira-right {
        width: 240px
    }

    .mumoira-left img {
        max-width: 210px
    }

    .mumoira-middle img {
        max-width: 780px
    }

    .mumoira-right img {
        max-width: 210px
    }

    .mumoira-left .huongdanmu-navigation {
        width: 240px
    }

    .mumoira-left .huongdanmu-navigation ol li {
        margin: 0 20px
    }

    .mumoira-right .huongdanmu-navigation-right {
        width: 240px
    }

    .mumoira-right .huongdanmu-navigation-right ol li {
        margin: 0 20px
    }
}

.sharethis-inline-share-buttons {
    display: inline-block !important
}

.btn-link {
    font-weight: 400;
    color: #bb4a03;
    text-decoration: none
}

.btn-link:hover {
    color: #893602;
    text-decoration: none
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 1.35rem 1.25rem;
    font-size: 1.125rem;
    line-height: 1.4;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .85rem 1rem;
    font-size: 1rem;
    line-height: 1.4;
    border-radius: 6px
}

.mumoira-left img.lazy,
.mumoira-right img.lazy {
    border: 0
}

.mumoira-middle .mumoira-bm1 img.lazy {
    border: 0
}

.mumoira-middle .mumoira-bm2 img.lazy {
    border: 0
}

.mumoira-left img.lazy:not([src]),
.mumoira-middle img.lazy:not([src]),
.mumoira-right img.lazy:not([src]) {
    visibility: hidden
}

@-moz-document url-prefix() {

    .mumoira-left img.lazy:-moz-loading,
    .mumoira-middle img.lazy:-moz-loading,
    .mumoira-right img.lazy:-moz-loading {
        visibility: hidden
    }
}