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

html {
    min-width: 320px;
    background: #000;
    -webkit-text-size-adjust: 100%;
}

body {
    min-width: 320px;
    margin: 0;
    color: #fbf9f7;
    background: #000;
    font-family: "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
    overflow-x: hidden;
}

img,
video {
    max-width: 100%;
    vertical-align: middle;
}

a {
    color: inherit;
}

.is-siteLoading {
    visibility: hidden;
}

.u-hidden {
    display: none !important;
}

.u-relative {
    position: relative;
}

.u-inverted {
    filter: none;
}

.ags-l-site {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 100vh;
    background: #000;
}

.ags-l-site-header,
.ags-l-site-main {
    flex: 0 0 auto;
}

.ags-l-site-footer {
    flex: 1 0 auto;
}

.ags-l-site-header {
    position: sticky;
    top: 0;
    z-index: 400;
}

.ags-l-site-main {
    position: relative;
}

.ags-Module {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
}

.ags-l-contentArea {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}

.ags-l-backgroundArea {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.ags-Background {
    position: fixed;
    left: 50%;
    width: 100%;
    max-width: 1920px;
    height: 100vh;
    z-index: -1;
    transform: translateX(-50%);
    pointer-events: none;
}

.ags-Background--top,
.ags-Background--bottom {
    top: 0;
    background-image: linear-gradient(180deg, #000, transparent 20%);
    background-size: contain;
}

.ags-Background--top {
    transform: translateX(-50%) rotate(180deg);
}

.ags-Background--bottom {
    transform: translateX(-50%) scale(-1) rotate(180deg);
}

.ags-Background--center {
    bottom: 0;
    background: url("/res/assets/img/mu97d/background-smoke.jpg") center top / cover no-repeat;
    opacity: .3;
    mix-blend-mode: screen;
}

.BackgroundFade {
    position: absolute;
    pointer-events: none;
}

.BackgroundFade--left,
.BackgroundFade--right {
    top: 0;
    bottom: 0;
    width: 25%;
    opacity: 1;
}

.BackgroundFade--left {
    left: 0;
    background: linear-gradient(90deg, #000, transparent);
}

.BackgroundFade--right {
    right: 0;
    background: linear-gradient(270deg, #000, transparent);
}

.BackgroundFade--bottom {
    right: 0;
    bottom: 0;
    left: 0;
    height: 30%;
    background: linear-gradient(0deg, #000, transparent);
}

.ags-SiteHeader-main,
.ags-SiteFooter {
    background:
        linear-gradient(0deg, rgba(48, 0, 97, .1), rgba(48, 0, 97, .1)),
        linear-gradient(270deg, #000, transparent),
        url("/res/statics/2024-10-31/images/smoke-texture.png") 0 0 repeat,
        url("/res/statics/2024-10-31/images/smoke-texture.png") 0 0 repeat,
        linear-gradient(257deg, rgba(255, 255, 255, .2) 8.79%, rgba(255, 255, 255, 0) 81.03%),
        linear-gradient(0deg, #1d2126, #1d2126),
        linear-gradient(0deg, #7b541f, #7b541f),
        radial-gradient(54.46% 142.42% at 52.45% 100%, #595240 0, rgba(95, 86, 70, 0) 100%),
        linear-gradient(0deg, #26211b, #26211b),
        linear-gradient(0deg, #e9edf0, #e9edf0),
        linear-gradient(270deg, #1f1915 1.22%, #463930 40.07%, #2f261d 75.03%, #4f473a 94.45%);
    background-blend-mode: normal, normal, screen, screen, normal, normal, normal, normal, normal, normal, normal;
    border-bottom: 1px dashed #c59768;
    box-shadow: none;
}

.ags-SiteHeader-main {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 1920px;
    min-height: 64px;
    margin: 0 auto;
    padding-left: 8px;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-image: url("/res/statics/2024-10-31/images/dashed-stroke-bronze-header.png") 1 0 repeat;
    overflow: visible;
}

.ags-SiteHeader-container-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin: 0 24px 0 0;
}

.ags-SiteHeader-logoLink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.ags-SiteHeader-logoLink-img {
    display: block;
    width: auto;
    max-width: 130px;
    height: 48px;
    object-fit: contain;
}

.ags-SiteHeader-navigation {
    display: flex;
    align-items: stretch;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: visible;
}

.ags-SiteHeader-navigation-item {
    position: relative;
    display: flex;
    align-items: stretch;
    flex: 0 0 auto;
}

.ags-SiteHeader-navigation-item-button,
.ags-front-nav-link {
    display: flex;
    align-items: stretch;
    color: inherit;
    text-decoration: none !important;
}

.ags-SiteHeader-navigation-item-button-background-content.nav-item-text {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 0 22px;
    color: #d7c8b5;
    font-size: 17px;
    font-weight: 700;
    white-space: nowrap;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .85);
    transition: color .35s ease, background .35s ease, box-shadow .35s ease;
}

.ags-SiteHeader-navigation-item:hover,
.ags-SiteHeader-navigation-item.is-active-nav {
    background: linear-gradient(1turn, #bc6e36, rgba(189, 110, 54, .369) 50%, rgba(188, 110, 54, 0));
}

.ags-SiteHeader-navigation-item:hover .ags-SiteHeader-navigation-item-button-background-content,
.ags-SiteHeader-navigation-item-button:focus .ags-SiteHeader-navigation-item-button-background-content,
.ags-SiteHeader-navigation-item-button-background-content.is-active {
    color: #fbf9f7;
}

.ags-SiteHeader-navigation-item-button-background-content-arrow {
    margin-left: 7px;
    transition: transform .35s ease;
}

.ags-SiteHeader-navigation-item:hover .ags-SiteHeader-navigation-item-button-background-content-arrow,
.ags-SiteHeader-navigation-item:focus-within .ags-SiteHeader-navigation-item-button-background-content-arrow {
    transform: rotate(180deg);
}

.ags-SiteHeader-navigation-item-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 410;
    min-width: 210px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.ags-SiteHeader-navigation-item:hover .ags-SiteHeader-navigation-item-submenu,
.ags-SiteHeader-navigation-item:focus-within .ags-SiteHeader-navigation-item-submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.ags-SiteHeader-navigation-item-submenu-container {
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 6px),
        rgba(12, 10, 12, .96);
    border: 1px solid rgba(127, 79, 44, .9);
    border-top: 0;
    box-shadow: 0 20px 38px rgba(0, 0, 0, .55);
}

.ags-SiteHeader-navigation-item-submenu-list {
    margin: 0;
    padding: 8px 0;
    list-style: none;
}

.ags-SiteHeader-navigation-item-submenu-list-item-label {
    display: block;
    padding: 11px 18px;
    color: #d7c8b5;
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
    white-space: nowrap;
}

.ags-SiteHeader-navigation-item-submenu-list-item-label:hover,
.ags-SiteHeader-navigation-item-submenu-list-item-label:focus {
    color: #fbf9f7;
    background: rgba(188, 110, 54, .28);
}

.ags-front-subnav-third {
    color: #cdb89c;
    padding-left: 30px;
}

.ags-HeroModule {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    background: #000;
}

.ags-HeroModule-backgroundContainer,
.ags-ContentModule-backgroundContainer {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.ags-HeroModule-backgroundContainer-background,
.ags-ContentModule-backgroundContainer-background {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ags-HeroModule-backgroundContainer-background--mobile,
.ags-ContentModule-backgroundContainer-background--mobile {
    display: none;
}

.ags-HeroModule-backgroundContainer-background-heightFix {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ags-HeroModule-backgroundContainer-background-video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: none;
    transform: translate(-50%, -50%);
}

.ags-front-video-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ags-front-video-shade {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
}

.ags-HeroModule-foregroundContainer {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 720px;
    padding: 8% 0;
}

.ags-HeroModule--bottom .ags-HeroModule-foregroundContainer {
    align-items: flex-end;
}

.ags-HeroModule-content {
    width: min(500px, 54vw);
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    filter: drop-shadow(0 0 12px #000);
}

.ags-HeroModule-content-eyebrowImage,
.ags-HeroModule-content-eyebrowImageWrapper {
    width: 100%;
}

.ags-HeroModule-content-eyebrowImage {
    display: block;
    margin: 0 auto;
    height: auto;
}

.ags-HeroModule-storeIcons {
    position: relative;
    border: 1px solid #674d38;
    border-image: url("/res/statics/2024-10-31/images/dashed-stroke-bronze.png") 1 1% repeat;
    background-image: linear-gradient(90deg, #000, #2b0a36);
}

.ags-front-slogan-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.ags-front-slogan-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 250px;
    height: 130px;
    margin: .3em;
    padding: 20px;
    text-align: center;
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 6px),
        linear-gradient(135deg, rgba(18, 16, 24, .95), rgba(12, 11, 18, .95));
    border: 2px solid rgba(166, 107, 66, .7);
    border-radius: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .5);
}

.ags-front-slogan-card h3 {
    margin: 0 0 10px;
    color: #f4d2a1;
    font-size: 24px;
    text-shadow: 0 2px 10px rgba(244, 210, 161, .3);
}

.ags-front-slogan-card p {
    margin: 0;
    color: #f3ede6;
    font-size: 14px;
    line-height: 1.6;
}

.ags-front-announcement {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 24px 0 28px;
    color: #f3ede6;
    background:
        no-repeat url("/res/statics/2024-10-31/images/container-decoration-bottomRight--bronze.png") 100% 100%,
        url("/res/statics/2024-10-31/images/smoke-texture.png") 0 0 repeat,
        linear-gradient(90deg, rgba(8, 22, 38, .92), rgba(36, 26, 58, .92));
    border: 1px solid #8f6a47;
    border-image: url("/res/statics/2024-10-31/images/dashed-stroke-bronze.png") 2 repeat;
    box-shadow: 0 10px 32px rgba(0, 0, 0, .45);
}

.ags-front-announcement__inner {
    display: flex;
    flex-direction: column;
    width: min(1240px, 100%);
    margin: 0 auto;
    padding: 0 clamp(18px, 5%, 75px);
}

.ags-front-announcement__label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    min-height: 32px;
    margin: 0 0 18px;
    color: #17100a;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .12em;
    background:
        radial-gradient(55% 120% at 46% 13%, #ffe4c2 0, rgba(196, 157, 109, 0) 100%),
        linear-gradient(135deg, #f3d29d 0%, #c59768 45%, #a66b42 100%);
    border: 1px solid rgba(244, 210, 161, .72);
}

.ags-front-announcement__content {
    min-height: 32px;
    width: 100%;
    color: rgba(243, 237, 230, .94);
    font-size: 15px;
    line-height: 1.8;
}

.ags-front-announcement__content p,
.ags-front-announcement__content ul,
.ags-front-announcement__content ol {
    margin: 0;
}

.ags-front-announcement__content p + p,
.ags-front-announcement__content ul + p,
.ags-front-announcement__content ol + p {
    margin-top: 4px;
}

.ags-front-announcement__content a {
    color: #f4d2a1;
    text-decoration: none;
}

.ags-front-announcement__content a:hover {
    color: #fff;
}

.ags-front-black-section {
    background-color: #000;
}

.ags-ContainerModule {
    padding: 4.5em 0;
    background-repeat: no-repeat;
    background-position: top;
}

.ags-ContainerModule-container {
    width: 100%;
    filter: drop-shadow(0 0 6px #000);
}

.ags-ContainerModule-container-heading {
    width: fit-content;
    margin: 0 auto 1rem clamp(18px, 5%, 75px);
    background: linear-gradient(118.94deg, #fde6ca -6.67%, rgba(245, 225, 200, 0) 31.81%), linear-gradient(0deg, #c59768, #c59768), #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1.09;
    text-transform: uppercase;
}

.ags-ContainerModule-container-lineBreak {
    display: none;
}

.ags-ContainerModule-container-slotModuleContainer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: calc(30px - 2vw) calc(clamp(18px, 5%, 75px) - 2vw);
}

.ags-SlotModule {
    padding: 2vw;
}

.ags-SlotModule--threePerRow {
    width: 33.3333%;
}

.ags-SlotModule-slotLink {
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
    min-height: 360px;
    color: #fbf9f7;
    text-decoration: none;
    background: #000;
}

.ags-SlotModule-slotLink:hover {
    color: #fbf9f7;
}

.ags-SlotModule-slotLink-backgroundArea {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, transparent, #000 41.8%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 6px);
    opacity: .92;
    transform: translateY(45%);
}

.ags-SlotModule-slotLink-imageContainer {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.ags-SlotModule-slotLink-imageContainer-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s;
}

.ags-SlotModule-slotLink:hover .ags-SlotModule-slotLink-imageContainer-image {
    transform: scale(1.08);
}

.ags-SlotModule-slotLink-info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 2rem;
    background: linear-gradient(180deg, transparent, #000 41.8%);
}

.ags-SlotModule-slotLink-info-subheading,
.ags-SlotModule-slotLink-info-text {
    color: #c59768;
    font-size: .875rem;
    line-height: 1.4;
    letter-spacing: .03em;
}

.ags-SlotModule-slotLink-info-subheading {
    margin: 0 0 .55rem;
    font-weight: 700;
    text-transform: uppercase;
}

.ags-SlotModule-slotLink-info-heading {
    display: block;
    margin: 0 0 .75rem;
    color: #fbf9f7;
    font-size: clamp(1.3rem, 2.3vw, 2rem);
    font-weight: 700;
    line-height: 1.08;
    text-transform: uppercase;
}

.ags-SlotModule-slotLink-info-heading::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: .8rem;
    background: linear-gradient(90deg, #c59768, transparent);
}

.ags-SlotModule-slotLink-info-subheading--featured {
    display: none;
}

.ags-SlotModule-slotLink-info-text {
    display: -webkit-box;
    overflow: hidden;
    margin-top: .55rem;
    color: rgba(251, 249, 247, .78);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ags-front-news-section .ags-ContainerModule {
    padding-bottom: 0;
}

.ags-front-news-section .ags-ContainerModule-container-slotModuleContainer {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 1240px;
    margin: 0 auto;
}

.ags-front-news-section .ags-SlotModule--blog {
    width: 100%;
    margin: 6px 2vw;
    padding: 0;
    background:
        no-repeat url("/res/statics/2024-10-31/images/container-decoration-bottomRight--bronze.png") 100% 100%,
        linear-gradient(90deg, rgba(52, 38, 56, .75), rgba(37, 27, 49, .75));
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom: 1px solid;
    border-image: url("/res/statics/2024-10-31/images/dashed-stroke-bronze.png") 2 0 repeat;
}

.ags-front-news-section .ags-SlotModule-slotLink {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 0;
    height: auto;
    overflow: visible;
    background: transparent;
}

.ags-front-news-section .ags-SlotModule-slotLink-backgroundArea {
    display: none;
}

.ags-front-news-section .ags-SlotModule-slotLink-imageContainer {
    position: static;
    display: flex;
    align-self: center;
    width: 100%;
    overflow: hidden;
}

.ags-front-news-section .ags-SlotModule-slotLink-imageContainer-image {
    width: 100%;
    height: auto;
    aspect-ratio: 580 / 326;
    object-fit: cover;
    transform: none;
    transition: scale .35s;
}

.ags-front-news-section .ags-SlotModule-slotLink:hover .ags-SlotModule-slotLink-imageContainer-image {
    scale: 1.1;
    transform: none;
}

.ags-front-news-section .ags-SlotModule-slotLink-info {
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    min-height: 0;
    padding: 25px 20px;
    background: transparent;
}

.ags-front-news-section .ags-SlotModule-slotLink-info-heading {
    margin: 10px 0;
    background: linear-gradient(118.94deg, #fde6ca -6.67%, rgba(245, 225, 200, 0) 31.81%), linear-gradient(0deg, #c59768, #c59768), #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(1.35rem, 2vw, 1.5rem);
    line-height: 1.16667;
    text-transform: none;
}

.ags-front-news-section .ags-SlotModule-slotLink-info-heading::after {
    display: none;
}

.ags-front-news-section .ags-SlotModule-slotLink-info-subheading,
.ags-front-news-section .ags-SlotModule-slotLink-info-text {
    color: #fbf9f7;
}

.ags-front-news-section .ags-SlotModule-slotLink-info-subheading {
    width: fit-content;
    margin: 0;
    padding: 0 10px;
    border: 1px solid #8f6a47;
    border-image: url("/res/statics/2024-10-31/images/dashed-stroke-bronze.png") 1 repeat;
    color: #fbf9f7;
    font-size: .75rem;
    line-height: 1.66667;
    letter-spacing: .15em;
    font-weight: 300;
}

.ags-front-news-section .ags-SlotModule-slotLink-info-text {
    margin: 0;
    color: #fbf9f7;
    font-size: 1rem;
    line-height: 1.5;
}

.ags-NewsListPage {
    min-height: calc(100vh - 220px);
    padding-top: 96px;
    color: #fbf9f7;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .2), #000 52%),
        url("/res/assets/img/mu97d/home_news_pw126.png") center top / min(1400px, 150vw) auto no-repeat,
        #000;
}

.ags-NewsListPage-container {
    width: min(100% - 32px, 1240px);
    margin: 0 auto;
    filter: drop-shadow(0 0 6px #000);
}

.ags-NewsListPage .ags-ContainerModule-container-heading {
    margin-left: 0;
}

.ags-NewsListPage-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 34px;
}

.ags-NewsListPage-item {
    width: 100%;
    margin: 0;
    padding: 0;
    background:
        no-repeat url("/res/statics/2024-10-31/images/container-decoration-bottomRight--bronze.png") 100% 100%,
        url("/res/statics/2024-10-31/images/smoke-texture.png") 0 0 repeat,
        linear-gradient(90deg, rgba(22, 19, 25, .92), rgba(43, 32, 58, .86));
    border-bottom: 1px solid;
    border-image: url("/res/statics/2024-10-31/images/dashed-stroke-bronze.png") 2 0 repeat;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .34);
}

.ags-NewsListPage-link {
    display: flex;
    min-height: 170px;
    color: inherit;
    text-decoration: none;
    background: transparent;
}

.ags-NewsListPage-imageContainer {
    position: relative;
    flex: 0 0 260px;
    width: 260px;
    overflow: hidden;
    background: #08070a;
}

.ags-NewsListPage-imageContainer::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 70%, rgba(0, 0, 0, .45));
    pointer-events: none;
}

.ags-NewsListPage-image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 170px;
    object-fit: cover;
    transform: none;
    transition: scale .35s ease;
}

.ags-NewsListPage-link:hover .ags-NewsListPage-image {
    scale: 1.08;
}

.ags-NewsListPage-info {
    position: static;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 22px 32px;
    background: transparent;
}

.ags-NewsListPage-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
    color: #f4d2a1;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ags-NewsListPage-meta span {
    padding: 1px 10px;
    color: #fbf9f7;
    border: 1px solid #8f6a47;
    border-image: url("/res/statics/2024-10-31/images/dashed-stroke-bronze.png") 1 repeat;
}

.ags-NewsListPage-title {
    margin: 0;
    background: linear-gradient(118.94deg, #fde6ca -6.67%, rgba(245, 225, 200, 0) 31.81%), linear-gradient(0deg, #c59768, #c59768), #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(1.35rem, 2.5vw, 1.8rem);
    line-height: 1.2;
}

.ags-NewsListPage-summary {
    display: -webkit-box;
    overflow: hidden;
    margin: 12px 0 0;
    color: rgba(251, 249, 247, .78);
    font-size: 15px;
    line-height: 1.65;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ags-NewsListPage-empty {
    margin-top: 34px;
    padding: 32px;
    color: rgba(251, 249, 247, .78);
    text-align: center;
    background: rgba(20, 15, 28, .85);
    border: 1px solid #8f6a47;
    border-image: url("/res/statics/2024-10-31/images/dashed-stroke-bronze.png") 2 repeat;
}

@media (min-width: 768px) {
    .ags-front-news-section .ags-SlotModule--blog {
        width: 100%;
    }

    .ags-front-news-section .ags-SlotModule--blog .ags-SlotModule-slotLink {
        flex-direction: row;
        min-height: 164px;
    }

    .ags-front-news-section .ags-SlotModule--blog .ags-SlotModule-slotLink-imageContainer {
        min-width: 231px;
        width: 231px;
    }

    .ags-front-news-section .ags-SlotModule--blog .ags-SlotModule-slotLink-imageContainer-image {
        width: auto;
        height: 164px;
        aspect-ratio: auto;
    }

    .ags-front-news-section .ags-SlotModule--blog .ags-SlotModule-slotLink-info {
        min-width: 0;
        padding: 10.5px 30px;
    }

    .ags-front-news-section .ags-SlotModule--blog .ags-SlotModule-slotLink-info-heading {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }
}

.ags-ContainerModule-container-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 32px;
}

.ags-ButtonV2,
.ags-ButtonV2 .ags-ButtonV2-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ags-ButtonV2 {
    position: relative;
    overflow: hidden;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none !important;
    text-transform: uppercase;
}

.ags-ButtonV2--primary.ags-ButtonV2 {
    height: 42px;
    padding: 0 20px;
    color: #000;
    transform: skewX(15deg);
}

.ags-ButtonV2--secondary.ags-ButtonV2 {
    width: fit-content;
    min-width: 174px;
    min-height: 50px;
    color: #fbf9f7;
}

.ags-ButtonV2 .ags-ButtonV2-inner {
    position: relative;
    z-index: 1;
    min-width: 80%;
    height: 120%;
    padding: 0 22px;
}

.ags-ButtonV2--primary .ags-ButtonV2-inner {
    transform: skewX(-15deg);
}

.ags-ButtonV2-gradient {
    position: absolute;
    inset: 1px;
    background:
        radial-gradient(55.59% 125% at 46.14% 13.16%, #ffe4c2 0, rgba(196, 157, 109, 0) 100%),
        linear-gradient(268.29deg, #e7dacb -.04%, #c59768 24.44%, #7f4f2c 51%, #a66b42 78.09%, #c49d6d 99.96%),
        linear-gradient(271.17deg, rgba(255, 255, 255, .2) -.68%, rgba(255, 255, 255, 0) 49%),
        #262626;
}

.ags-ButtonV2--secondary .ags-ButtonV2-gradient {
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px 6px),
        #000;
}

.ags-ButtonV2-dashedBackground {
    position: absolute;
    inset: 1px;
    z-index: 0;
    border: 1px dashed rgba(197, 151, 104, .7);
    pointer-events: none;
}

.ags-ButtonV2::before {
    content: "";
    position: absolute;
    top: -55%;
    right: calc(100% + 20px);
    width: 101px;
    height: 150px;
    background: linear-gradient(90deg, transparent 0, rgba(255, 255, 255, .45) 50%, transparent);
    transform: rotate(-15deg);
    transition: right 0ms ease-in;
}

.ags-ButtonV2:hover::before {
    right: -100%;
    transition: right .6s ease-in;
}

.ags-ButtonV2:hover::after {
    opacity: .28;
}

.ags-ButtonV2::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #c59768;
    opacity: 0;
    transition: opacity .35s ease;
}

.ags-ButtonV2-previous,
.ags-ButtonV2-next,
.ags-ButtonV2-exit,
.ags-ButtonV2-inner-icon {
    display: none;
}

.ags-ContentModule {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background: #000;
}

.ags-ContentModule-foregroundContainer {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 520px;
    padding: 5% 0;
}

.ags-ContentModule--left .ags-ContentModule-foregroundContainer {
    justify-content: flex-start;
}

.ags-ContentModule-text {
    width: min(460px, 46%);
    margin-left: clamp(18px, 7%, 120px);
    color: #fbf9f7;
    filter: drop-shadow(0 0 6px #000);
}

.ags-ContentModule-text h2 {
    margin: 0 0 1rem;
}

.ags-ContentModule-text-heading {
    background: linear-gradient(118.94deg, #fde6ca -6.67%, rgba(245, 225, 200, 0) 31.81%), linear-gradient(0deg, #c59768, #c59768), #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1.09;
    text-transform: uppercase;
}

.ags-ContentModule-text-description {
    color: #fbf9f7;
    font-size: 1rem;
    line-height: 1.7;
    letter-spacing: .03em;
}

.ags-rich-text-p {
    margin: 0;
}

.ags-ContentModule-text-actions {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.ags-ContentModule-text-actions-action {
    margin: 8px;
}

.mu-auth-page,
.ags-download-page {
    position: relative;
    min-height: calc(100vh - 76px);
    padding: 96px 20px 120px;
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .42) 48%, rgba(0, 0, 0, .7)),
        url("/res/assets/img/mu97d/home_pw126_desktop.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.mu-auth-page.register-section {
    padding: 80px 20px 120px;
    background-image: url("/res/assets/img/mu97d/home_news_pw126_guide.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.mu-auth-page::before,
.ags-download-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(70% 60% at 50% 20%, rgba(166, 107, 66, .16), transparent 70%);
    pointer-events: none;
}

.mu-auth-page.register-section::before {
    background: rgba(0, 0, 0, .5);
}

.mu-auth-page > *,
.ags-download-page > * {
    position: relative;
    z-index: 1;
}

.mu-register {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.mu-register__box,
.ags-download-container,
.ags-legacy-card,
.ags-legacy-form,
.ags-legacy-news-card {
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 6px),
        linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0) 48%),
        rgba(12, 11, 18, .84);
    border: 2px solid rgba(166, 107, 66, .7);
    border-radius: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .5);
}

.mu-register__box {
    display: block;
    overflow: hidden;
}

.mu-auth-page.register-section .mu-register__box {
    background: rgba(12, 11, 18, .92);
    border: 2px solid rgba(166, 107, 66, .7);
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .5);
}

.ags-download-page .ags-download-container {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0) 42%),
        rgba(12, 11, 18, .68);
    border: 2px solid rgba(166, 107, 66, .7);
    border-radius: 10px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .08),
        0 8px 32px rgba(0, 0, 0, .5);
    backdrop-filter: blur(4px);
}

.mu-form {
    padding: 40px;
}

.mu-register__title {
    margin: 0 0 30px;
    color: #f4d2a1;
    font-size: 32px;
    line-height: 1.15;
    text-align: center;
    text-shadow: 0 2px 10px rgba(244, 210, 161, .3);
}

.mu-form .form-group {
    margin-bottom: 25px;
}

.mu-form label,
.ags-legacy-form label {
    display: block;
    margin: 0 0 8px;
    color: #f3ede6;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .05em;
}

.mu-form .form-control,
.ags-legacy-form input,
.ags-legacy-form textarea,
.ags-legacy-form select {
    display: block;
    width: 100%;
    min-width: 0;
    color: #f3ede6;
    background: rgba(18, 16, 24, .68);
    border: 1px solid rgba(166, 107, 66, .7);
    border-radius: 5px;
    outline: none;
    transition: border-color .3s ease, box-shadow .3s ease;
}

.mu-form .form-control,
.ags-legacy-form input,
.ags-legacy-form select {
    height: 46px;
    padding: 0 20px;
}

.ags-legacy-form textarea {
    min-height: 150px;
    padding: 14px 16px;
}

.mu-form .form-control:focus,
.ags-legacy-form input:focus,
.ags-legacy-form textarea:focus,
.ags-legacy-form select:focus {
    border-color: #f4d2a1;
    box-shadow: 0 0 0 2px rgba(244, 210, 161, .25);
}

.mu-form .form-control::placeholder {
    color: rgba(243, 237, 230, .5);
}

.mu-btn,
.ags-legacy-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 32px;
    color: #120d08;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    border: 1px solid rgba(244, 210, 161, .6);
    border-radius: 5px;
    cursor: pointer;
    background:
        linear-gradient(135deg, rgba(244, 210, 161, .9), rgba(166, 107, 66, .95));
    transition: transform .3s ease, box-shadow .3s ease, filter .3s ease;
}

.mu-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(166, 107, 66, .4);
    filter: brightness(1.1);
}

.mu-btn:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(166, 107, 66, .3);
}

.mu-btn--block {
    width: 100%;
    margin-top: 12px;
}

.mu-register-invite-note {
    margin: 0 0 18px;
    padding: 11px 13px;
    color: #f4d2a1;
    border: 1px solid rgba(166, 107, 66, .45);
    background: rgba(166, 107, 66, .14);
}

.mu-form-footer {
    margin-top: 25px;
    color: rgba(243, 237, 230, .7);
    font-size: 14px;
    text-align: center;
}

.mu-form-footer a {
    color: #f4d2a1;
    text-decoration: none;
    transition: color .3s ease;
}

.mu-form-footer a:hover {
    color: #fff;
}

.ags-download-container {
    width: min(100%, 860px);
    max-width: 860px;
    margin: 0 auto;
    padding: 50px 44px;
    color: #f3ede6;
    min-width: 0;
}

.ags-download-title {
    margin: 0 0 18px;
    color: #f4d2a1;
    font-size: 36px;
    text-align: center;
    text-shadow: 0 2px 10px rgba(244, 210, 161, .3);
}

.ags-download-description {
    max-width: 100%;
    margin: 0 0 34px;
    color: rgba(243, 237, 230, .9);
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal !important;
}

.ags-download-content {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-all;
    white-space: normal;
}

.ags-download-content a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 18px;
    padding: 20px 28px;
    color: #f3ede6;
    text-decoration: none;
    background: rgba(18, 16, 24, .95);
    border: 1px solid rgba(166, 107, 66, .7);
    border-radius: 5px;
    transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.ags-download-content p,
.ags-download-content div,
.ags-download-content li {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-all;
    white-space: normal !important;
}

.ags-download-content a:hover {
    color: #fff;
    border-color: #f4d2a1;
    box-shadow: 0 0 0 2px rgba(244, 210, 161, .18);
    transform: translateY(-1px);
}

.ags-download-content a::after {
    content: ">";
    flex: 0 0 auto;
    color: #f4d2a1;
    font-size: 24px;
}

.ags-download-extra-content {
    margin-top: 24px;
    color: rgba(243, 237, 230, .86);
    text-align: left;
}

.ags-download-extra-content:empty {
    display: none;
}

.ags-download-info {
    margin-top: 30px;
    padding: 20px;
    background: rgba(18, 16, 24, .52);
    border: 1px solid rgba(166, 107, 66, .45);
    border-radius: 5px;
}

.ags-download-info-title {
    margin-bottom: 12px;
    color: #f4d2a1;
    font-size: 18px;
    font-weight: 700;
}

.ags-download-info li {
    margin: 8px 0;
}

.ags-download-footer {
    margin-top: 28px;
    padding-top: 18px;
    color: rgba(243, 237, 230, .72);
    text-align: center;
    border-top: 1px solid rgba(166, 107, 66, .3);
}

.ags-download-footer a {
    color: #f4d2a1;
    text-decoration: none;
}

.ags-standard-page {
    position: relative;
    min-height: calc(100vh - 64px);
    padding: 100px 0 120px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .36), #000 86%),
        var(--ags-standard-page-bg) center top / cover no-repeat,
        #000;
}

.ags-standard-page::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(58% 44% at 50% 18%, rgba(255, 228, 194, .12), transparent 58%),
        linear-gradient(90deg, rgba(0, 0, 0, .72), transparent 24%, transparent 76%, rgba(0, 0, 0, .72));
}

.ags-standard-page-container {
    position: relative;
    z-index: 1;
    width: min(1240px, 100%);
    margin: 0 auto;
    padding: 0 clamp(18px, 5%, 75px);
}

.ags-standard-panel {
    position: relative;
    padding: clamp(28px, 5vw, 58px);
    color: #f3ede6;
    overflow: hidden;
    background:
        no-repeat url("/res/statics/2024-10-31/images/container-decoration-topLeft.png") 0 0,
        no-repeat url("/res/statics/2024-10-31/images/container-decoration-bottomRight--bronze.png") 100% 100%,
        linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .62) 72%),
        linear-gradient(90deg, rgba(52, 38, 56, .88), rgba(37, 27, 49, .88));
    border: 1px solid #8f6a47;
    border-image: url("/res/statics/2024-10-31/images/dashed-stroke-bronze.png") 2 repeat;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .55);
}

.ags-standard-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, transparent, #000 64%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 6px),
        radial-gradient(62% 80% at 18% 0%, rgba(105, 72, 132, .34), transparent 66%);
    opacity: .68;
}

.ags-standard-panel > * {
    position: relative;
    z-index: 1;
}

.ags-standard-panel__header {
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid;
    border-image: url("/res/statics/2024-10-31/images/dashed-stroke-bronze-header.png") 1 0 repeat;
}

.ags-standard-panel__header h1 {
    margin: 0;
    background: linear-gradient(118.94deg, #fde6ca -6.67%, rgba(245, 225, 200, 0) 31.81%), linear-gradient(0deg, #c59768, #c59768), #fff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.08;
}

.ags-standard-panel__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 14px;
    color: #f4d2a1;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .08em;
}

.ags-standard-panel__meta span {
    padding: 1px 10px;
    color: #fbf9f7;
    border: 1px solid #8f6a47;
    border-image: url("/res/statics/2024-10-31/images/dashed-stroke-bronze.png") 1 repeat;
}

.ags-standard-panel__cover {
    margin: 0 0 28px;
}

.ags-standard-panel__cover img {
    display: block;
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border: 1px solid rgba(197, 151, 104, .45);
}

.ags-standard-panel__content {
    max-width: 980px;
}

.ags-legacy-content {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 80px 0;
    color: #f3ede6;
}

.ags-legacy-content h1,
.ags-legacy-content h2,
.ags-legacy-content h3 {
    color: #f7d7a8;
}

.ags-legacy-grid,
.ags-legacy-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ags-legacy-card,
.ags-legacy-news-card {
    display: block;
    min-height: 170px;
    padding: 28px;
    color: #f3ede6;
    text-decoration: none;
}

.ags-legacy-card:hover,
.ags-legacy-news-card:hover {
    color: #fff;
    border-color: rgba(244, 210, 161, .9);
}

.ags-legacy-form {
    max-width: 860px;
    margin: 0 auto;
    padding: 48px 56px;
}

.ags-page-content,
.ags-news-detail-content {
    color: rgba(243, 237, 230, .86);
    font-size: 16px;
    line-height: 1.9;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ags-page-content img,
.ags-news-detail-content img {
    max-width: 100%;
    height: auto;
}

.ags-page-content table,
.ags-news-detail-content table {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed;
}

.ags-page-content col,
.ags-news-detail-content col {
    width: auto !important;
}

.ags-page-content th,
.ags-page-content td,
.ags-news-detail-content th,
.ags-news-detail-content td {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.ags-SiteFooter {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    color: #fbf9f7;
    background:
        linear-gradient(180deg, #000, transparent 41.68%),
        url("/res/statics/2024-10-31/images/background-smoke-purple.jpg") bottom / cover no-repeat,
        #000;
    background-blend-mode: normal, screen, normal;
    border-width: 1px 0 0;
    border-top: 1px solid #c59768;
    border-image: url("/res/statics/2024-10-31/images/dashed-stroke-bronze-header.png") 1 0 repeat;
}

.ags-SiteFooter-backTopWrap {
    display: flex;
    justify-content: center;
    padding: 28px 20px 30px;
}

.ags-SiteFooter-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(1180px, 100%);
    margin: 0 auto;
    min-height: 100px;
    padding: 28px 32px 36px;
    border-top: 1px solid rgba(197, 151, 104, .16);
}

.ags-SiteFooter-brand {
    color: #fbf9f7;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
}

.ags-SiteFooter-links {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    gap: 18px;
    font-size: 13px;
    letter-spacing: .08em;
}

.ags-SiteFooter-links a {
    color: rgba(251, 249, 247, .72);
    text-decoration: none;
    transition: color .2s ease;
}

.ags-SiteFooter-links a:hover,
.ags-SiteFooter-links a:focus {
    color: #c59768;
}

.ags-SiteFooter-backToTop {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 133px;
    height: 155px;
    margin: 0;
    padding: 0;
    color: #f3ede6;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .1em;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    background: transparent;
    border: 0;
    transition: color .25s ease, transform .25s ease;
}

.ags-SiteFooter-backToTop:hover,
.ags-SiteFooter-backToTop:focus {
    color: #f4d2a1;
    outline: none;
    transform: translateY(-2px);
}

.ags-SiteFooter-backToTop-figure {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 133px;
    height: 155px;
}

.ags-SiteFooter-backToTop-img {
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    width: 133px;
    height: 141px;
    transform: translateX(-50%);
}

.ags-SiteFooter-backToTop-text {
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
    text-shadow: 0 1px 6px #000;
}

.ags-SiteFooter-bottomGradient {
    position: relative;
    width: 100%;
    height: 10px;
    margin-top: 0;
    background:
        radial-gradient(17.8% 146007.87% at 86.88% -200%, #ffe4c2 0, rgba(196, 157, 109, 0) 100%),
        url("/res/statics/2024-10-31/images/TLScratchedMetal.jpg"),
        linear-gradient(89.57deg, #e7dacb .18%, #c59768 11.04%, #7f4f2c 25.52%, #a66b42 41.03%, #c49d6d 54.47%, #e7dacb 66.36%, #c59768 78.25%, #7f4f2c 91.17%, #a66b42 99.45%),
        #000;
    background-blend-mode: normal, overlay, normal, normal;
    background-size: cover;
    background-position-y: -75%;
}

@media (max-width: 1100px) {
    .ags-SiteHeader-container-controls {
        margin-right: 16px;
        margin-left: 18px;
    }

    .ags-SiteHeader-navigation-item-button-background-content.nav-item-text {
        padding: 0 14px;
        font-size: 16px;
    }

    .ags-SlotModule--threePerRow,
    .ags-legacy-grid,
    .ags-legacy-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ags-SlotModule--threePerRow {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .ags-SiteHeader-main {
        flex-wrap: wrap;
        min-height: 108px;
    }

    .ags-SiteHeader-container-controls {
        width: 100% !important;
        height: 55px;
        margin: 0;
        justify-content: flex-start;
        padding: 0 16px;
    }

    .ags-SiteHeader-logoLink {
        width: auto !important;
    }

    .ags-SiteHeader-logoLink-img {
        max-width: 112px;
        height: 42px;
    }

    .ags-SiteHeader-navigation {
        flex: 1 0 100%;
        min-height: 53px;
        overflow-x: auto;
        overflow-y: visible;
        scrollbar-width: none;
        border-top: 1px solid rgba(231, 218, 203, .16);
        -webkit-overflow-scrolling: touch;
    }

    .ags-SiteHeader-navigation::-webkit-scrollbar {
        display: none;
    }

    .ags-SiteHeader-navigation-item-button-background-content.nav-item-text {
        min-height: 53px;
        padding: 0 16px;
        font-size: 15px;
    }

    .ags-SiteHeader-navigation-item-submenu {
        display: none;
    }

    .ags-HeroModule,
    .ags-HeroModule-foregroundContainer {
        min-height: calc(100vh - 108px);
    }

    .ags-HeroModule-backgroundContainer-background--desktop,
    .ags-ContentModule-backgroundContainer-background--desktop {
        display: none;
    }

    .ags-HeroModule-backgroundContainer-background--mobile,
    .ags-ContentModule-backgroundContainer-background--mobile {
        display: block;
    }

    .ags-HeroModule-foregroundContainer {
        align-items: center !important;
        justify-content: center;
        padding: 10% 0;
    }

    .ags-HeroModule-content {
        width: min(82%, 500px);
        margin: 0 auto;
    }

    .ags-front-slogan-grid {
        padding: 18px 14px;
    }

    .ags-front-slogan-card {
        width: min(100%, 270px);
    }

    .ags-ContainerModule {
        padding: 3em 0;
    }

    .ags-ContainerModule-container-heading {
        margin-left: 18px;
        font-size: 34px;
    }

    .ags-ContainerModule-container-slotModuleContainer {
        padding: 18px;
    }

    .ags-SlotModule--threePerRow {
        width: 100%;
    }

    .ags-SlotModule {
        padding: 10px 0;
    }

    .ags-SlotModule-slotLink {
        min-height: 310px;
    }

    .ags-ContentModule-foregroundContainer {
        align-items: flex-end;
        min-height: 520px;
        padding: 54px 0;
    }

    .ags-ContentModule-text {
        width: calc(100% - 36px);
        margin: 0 auto;
    }

    .mu-auth-page,
    .ags-download-page {
        padding: 52px 12px 72px;
        background-image:
            linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .86)),
            url("/res/assets/img/mu97d/home_pw126_mobile.jpg");
    }

    .mu-form {
        padding: 32px 20px;
    }

    .ags-download-container {
        padding: 32px 20px;
    }

    .ags-download-content a {
        align-items: flex-start;
        padding: 18px;
    }

    .ags-download-description br {
        display: none;
    }

    .ags-legacy-content {
        width: calc(100% - 32px);
        padding: 56px 0;
    }

    .ags-legacy-grid,
    .ags-legacy-news-grid {
        grid-template-columns: 1fr;
    }

    .ags-NewsListPage {
        padding-top: 74px;
    }

    .ags-NewsListPage-link {
        flex-direction: column;
    }

    .ags-NewsListPage-imageContainer {
        flex-basis: auto;
        width: 100%;
    }

    .ags-NewsListPage-image {
        aspect-ratio: 580 / 326;
        min-height: 0;
        height: auto;
    }

    .ags-NewsListPage-imageContainer::after {
        background: linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, .58));
    }

    .ags-NewsListPage-info {
        padding: 22px 20px 26px;
    }

    .ags-SiteFooter-main {
        min-height: 86px;
        padding-top: 24px;
        padding-bottom: 30px;
        text-align: center;
    }

    .ags-SiteFooter-backToTop {
        transform: scale(.86);
        transform-origin: center;
    }
}

@media (max-width: 420px) {
    .ags-SiteHeader-navigation-item-button-background-content.nav-item-text {
        padding: 0 13px;
        font-size: 14px;
    }

    .ags-ButtonV2,
    .mu-btn,
    .ags-legacy-button {
        width: 100%;
    }

    .ags-SlotModule-slotLink {
        min-height: 286px;
    }

    .ags-front-news-section .ags-SlotModule--blog {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

.mu-account-nav {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
    margin-right: 18px;
    padding: 0;
    border-radius: 4px;
    z-index: 240;
}

.mu-account-trigger,
.mu-login-trigger,
.mu-register-link {
    position: relative;
    min-width: 72px;
    height: 32px;
    padding: 0 14px;
    border: 1px solid rgba(199, 137, 78, .48);
    border-radius: 4px;
    background:
        linear-gradient(180deg, rgba(118, 63, 139, .88), rgba(42, 24, 61, .94));
    color: #f1d6a0;
    font-family: inherit;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    box-shadow:
        inset 0 1px 0 rgba(255, 232, 190, .18),
        0 4px 12px rgba(0, 0, 0, .2);
    transition: border-color .18s ease, color .18s ease, background .18s ease, box-shadow .18s ease;
}

.mu-account-trigger:hover,
.mu-account-trigger:focus,
.mu-login-trigger:hover,
.mu-login-trigger:focus,
.mu-register-link:hover,
.mu-register-link:focus {
    border-color: rgba(232, 171, 91, .8);
    background:
        linear-gradient(180deg, rgba(143, 78, 161, .94), rgba(55, 31, 76, .98));
    color: #fff2c7;
    box-shadow:
        inset 0 1px 0 rgba(255, 240, 205, .28),
        0 0 18px rgba(188, 110, 54, .22);
}

.mu-register-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.mu-register-link:hover,
.mu-register-link:focus {
    color: #fff1c8;
    text-decoration: none;
}

.mu-account-trigger__name {
    display: inline-block;
    max-width: 116px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.mu-account-trigger__caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 7px;
    border-top: 5px solid #c9824a;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    vertical-align: middle;
}

.mu-account-menu,
.mu-login-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    display: none;
    width: 252px;
    padding: 14px;
    border: 1px solid rgba(188, 110, 54, .42);
    border-radius: 8px;
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 6px),
        linear-gradient(180deg, rgba(28, 16, 42, .98), rgba(8, 7, 13, .98));
    box-shadow: 0 18px 44px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255, 236, 202, .08);
}

.mu-account-menu::before,
.mu-login-panel::before {
    content: "";
    position: absolute;
    top: -6px;
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 1px solid rgba(188, 110, 54, .42);
    border-left: 1px solid rgba(188, 110, 54, .42);
    background: rgba(28, 16, 42, .98);
    transform: rotate(45deg);
}

.mu-account-menu.is-open,
.mu-login-panel.is-open {
    display: block;
}

.mu-account-menu a,
.mu-account-menu button {
    display: block;
    width: 100%;
    padding: 10px 12px;
    border: 0;
    border-radius: 5px;
    background: transparent;
    color: #ead8b4;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: background .18s ease, color .18s ease;
}

.mu-account-menu a:hover,
.mu-account-menu button:hover {
    background: linear-gradient(90deg, rgba(188, 110, 54, .28), rgba(122, 68, 176, .16));
    color: #fff;
}

.mu-login-form input,
.mu-password-form input {
    display: block;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 0 11px;
    border: 1px solid rgba(231, 218, 203, .18);
    background: rgba(255, 255, 255, .07);
    color: #fff;
}

.mu-form-captcha {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 96px;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
}

.mu-form-captcha input {
    margin-bottom: 0;
}

.mu-form-captcha img {
    display: block;
    width: 96px;
    height: 34px;
    border: 1px solid rgba(231, 218, 203, .18);
    cursor: pointer;
}

.mu-login-form button,
.mu-password-form button {
    width: 100%;
    height: 38px;
    border: 1px solid rgba(188, 110, 54, .72);
    background: linear-gradient(180deg, #7a3c91, #40215b);
    color: #f7e8bf;
    cursor: pointer;
}

.mu-login-message,
.mu-password-message {
    min-height: 18px;
    margin-top: 9px;
    color: #ffcf8c;
    font-size: 13px;
}

.mu-password-message.is-error {
    color: #ff9f9f;
}

.mu-account-page {
    position: relative;
    padding: 116px 20px 76px;
    background:
        linear-gradient(180deg, rgba(8, 6, 12, .9), rgba(5, 4, 8, .98)),
        url("/res/assets/img/mu97d/home_news_pw126_guide.png") center top / cover no-repeat;
}

.mu-ranking-page,
.mu-ranking-section {
    position: relative;
    overflow: hidden;
    padding: 116px 20px 76px;
    background:
        radial-gradient(circle at 18% 20%, rgba(119, 67, 176, .28), transparent 30%),
        radial-gradient(circle at 82% 28%, rgba(188, 110, 54, .2), transparent 28%),
        linear-gradient(180deg, rgba(7, 5, 13, .92), rgba(5, 4, 9, .98) 68%, #050409);
}

.mu-ranking-page::before,
.mu-ranking-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(5, 4, 9, .82), transparent 22%, transparent 78%, rgba(5, 4, 9, .82));
    opacity: .38;
}

.mu-ranking-page::after,
.mu-ranking-section::after {
    content: "";
    position: absolute;
    right: max(20px, calc((100vw - 1180px) / 2));
    bottom: -30px;
    width: min(360px, 44vw);
    aspect-ratio: 1;
    pointer-events: none;
    background: url("/res/assets/img/mu97d/back_home_pw126.png") center / contain no-repeat;
    opacity: .22;
    filter: saturate(1.15);
    display: none;
}

.mu-ranking-section--home {
    padding-top: 64px;
}

.mu-account-page__panel {
    width: min(1080px, 100%);
    margin: 0 auto;
    padding: 28px;
    border: 1px solid rgba(188, 110, 54, .26);
    background: rgba(12, 9, 20, .82);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .44);
    color: #e9dfc1;
}

.mu-ranking-inner {
    position: relative;
    z-index: 1;
    width: min(1080px, 100%);
    margin: 0 auto;
    padding: 30px;
    color: #e9dfc1;
    border: 1px solid rgba(197, 151, 104, .36);
    background:
        linear-gradient(135deg, rgba(73, 37, 108, .34), rgba(10, 8, 20, .88) 34%, rgba(10, 8, 18, .92)),
        url("/res/assets/img/mu97d/home_news_pw126_guide.png") center / cover no-repeat;
    box-shadow: 0 28px 82px rgba(0, 0, 0, .56), inset 0 1px 0 rgba(255, 234, 202, .08);
}

.mu-ranking-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border: 1px solid rgba(113, 73, 164, .28);
    background:
        linear-gradient(180deg, rgba(255, 232, 185, .08), transparent 16%),
        linear-gradient(90deg, rgba(122, 68, 176, .2), transparent 25%, transparent 75%, rgba(122, 68, 176, .16));
}

.mu-ranking-inner > * {
    position: relative;
    z-index: 1;
}

.mu-account-page__panel--narrow {
    width: min(560px, 100%);
}

.mu-page-heading,
.mu-section-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.mu-page-heading {
    display: block;
}

.mu-page-heading h1,
.mu-section-title h2 {
    margin: 0;
    color: #f1d6a0;
    font-size: 30px;
    font-weight: 700;
}

.mu-page-heading p {
    margin: 8px 0 0;
    color: #b7a88e;
}

.mu-section-title a {
    color: #d48b51;
    text-decoration: none;
}

.mu-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mu-info-row {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(231, 218, 203, .1);
    background: rgba(255, 255, 255, .045);
}

.mu-info-row span {
    color: #aa9b82;
}

.mu-info-row strong {
    min-width: 0;
    overflow-wrap: anywhere;
    color: #fff;
}

.mu-account-subtitle {
    margin: 28px 0 14px;
    color: #f1d6a0;
    font-size: 22px;
}

.mu-invite-link-panel {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 10px 14px;
    align-items: center;
    margin-bottom: 12px;
    padding: 13px 14px;
    border: 1px solid rgba(197, 151, 104, .28);
    background: linear-gradient(135deg, rgba(73, 37, 108, .24), rgba(255, 255, 255, .04));
}

.mu-invite-link-panel span,
.mu-invite-link-panel small {
    display: block;
    color: #aa9b82;
}

.mu-invite-link-panel strong {
    display: block;
    color: #fff;
    font-weight: 500;
    overflow-wrap: anywhere;
}

.mu-invite-link-panel__label {
    min-width: 0;
}

.mu-invite-link-panel__value {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-width: 0;
}

.mu-invite-link-panel button {
    height: 34px;
    padding: 0 14px;
    color: #f7e8bf;
    border: 1px solid rgba(188, 110, 54, .72);
    background: linear-gradient(180deg, #7a3c91, #40215b);
}

.mu-invite-link-panel__notice {
    grid-column: 1 / -1;
    padding-top: 8px;
    border-top: 1px solid rgba(231, 218, 203, .1);
    color: #f1d6a0;
    line-height: 1.6;
}

.mu-invite-rules {
    margin: 0 0 14px;
    padding: 14px;
    border: 1px solid rgba(147, 95, 204, .3);
    background:
        linear-gradient(135deg, rgba(82, 40, 129, .32), rgba(13, 10, 24, .68)),
        radial-gradient(circle at 15% 0, rgba(182, 119, 255, .2), transparent 34%);
}

.mu-invite-rules__head {
    color: #f1d6a0;
    font-size: 18px;
    font-weight: 600;
}

.mu-invite-rules p {
    margin: 7px 0 11px;
    color: #c7bba4;
    line-height: 1.65;
}

.mu-invite-rules ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mu-invite-rules li {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 12px;
    padding: 9px 10px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .045);
}

.mu-invite-rules li span {
    color: #aa9b82;
}

.mu-invite-rules li strong {
    color: #fff;
    font-weight: 500;
}

.mu-invite-rules__empty {
    color: #aa9b82;
}

.mu-account-empty,
.mu-ranking-empty,
.mu-ranking-error,
.mu-account-error {
    padding: 15px;
    border: 1px solid rgba(231, 218, 203, .12);
    background: rgba(255, 255, 255, .045);
    color: #c7bba4;
}

.mu-ranking-error,
.mu-account-error {
    border-color: rgba(210, 80, 80, .4);
    background: rgba(80, 20, 20, .22);
    color: #ffb4a8;
}

.mu-ranking-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(231, 218, 203, .12);
    background: rgba(5, 4, 10, .48);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.mu-character-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(231, 218, 203, .1);
    background: rgba(255, 255, 255, .035);
}

.mu-ranking-table,
.mu-character-table {
    width: 100%;
    border-collapse: collapse;
    color: #e9dfc1;
}

.mu-ranking-table th,
.mu-ranking-table td,
.mu-character-table th,
.mu-character-table td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(231, 218, 203, .1);
    text-align: left;
    white-space: nowrap;
}

.mu-ranking-table th,
.mu-character-table th {
    color: #f1d6a0;
    font-weight: 700;
}

.mu-ranking-table th {
    background: rgba(48, 25, 72, .78);
}

.mu-ranking-table tbody tr:nth-child(odd) td {
    background: rgba(255, 255, 255, .025);
}

.mu-ranking-table tr:hover td,
.mu-character-table tr:hover td {
    background: rgba(188, 110, 54, .12);
}

.mu-table-empty-cell {
    color: #aa9b82;
    text-align: center !important;
}

.mu-muted {
    color: #aa9b82;
}

.mu-invite-reward-list {
    display: grid;
    gap: 8px;
    min-width: 220px;
}

.mu-invite-reward-list__item {
    display: grid;
    gap: 3px;
    padding: 8px 9px;
    border: 1px solid rgba(147, 95, 204, .24);
    background: rgba(73, 37, 108, .2);
}

.mu-invite-reward-list__item strong,
.mu-invite-reward-list__item span,
.mu-invite-reward-list__item small {
    overflow-wrap: anywhere;
    white-space: normal;
}

.mu-invite-reward-list__item strong {
    color: #f1d6a0;
    font-weight: 600;
}

.mu-invite-reward-list__item span {
    color: #fff;
}

.mu-invite-reward-list__item small {
    color: #aa9b82;
}

@media (max-width: 768px) {
    .mu-account-nav {
        position: absolute;
        top: 11px;
        right: 0;
        margin-right: 12px;
        padding: 0;
    }

    .mu-account-menu,
    .mu-login-panel {
        right: 0;
        width: min(280px, 86vw);
    }

    .mu-account-page,
    .mu-ranking-page,
    .mu-ranking-section {
        padding: 96px 0 48px;
    }

    .mu-account-page__panel,
    .mu-ranking-inner {
        padding: 22px 14px;
        border-right: 0;
        border-left: 0;
    }

    .mu-section-title {
        align-items: flex-start;
        flex-direction: column;
    }

    .mu-info-grid,
    .mu-info-row {
        grid-template-columns: 1fr;
    }

    .mu-invite-link-panel,
    .mu-invite-link-panel__value,
    .mu-invite-rules li {
        grid-template-columns: 1fr;
    }

    .mu-invite-link-panel__value {
        gap: 9px;
    }

    .mu-invite-link-panel button {
        width: 100%;
    }

    .mu-ranking-table th,
    .mu-ranking-table td,
    .mu-character-table th,
    .mu-character-table td {
        padding: 10px 12px;
    }
}
