* {
    box-sizing: border-box;
}

html {
    height: 100%;
    overflow-y: scroll;
}

body {
    margin: 0;
    font-family: "Arial Narrow", "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.35;
}

a {
    text-decoration: none;
}

.page-shell {
    width: 1360px;
    margin: 0 auto;
}

.site-banner {
    position: relative;
    height: 160px;
    padding: 0;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    overflow: hidden;
}

.site-banner-brand {
    position: absolute;
    left: 42px;
    top: 24px;
    z-index: 2;
    width: 440px;
    height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    pointer-events: none;
}

.site-banner-brand-title {
    display: block;
    height: 58px;
    font-family: "Arial Narrow", Impact, Arial, Helvetica, sans-serif;
    font-size: 54px;
    font-weight: 900;
    line-height: 56px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.site-banner-brand-subtitle {
    display: block;
    height: 28px;
    margin-top: 2px;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
}

.top-nav {
    display: grid;
    grid-template-columns: 220px 210px 170px 150px 190px 130px 290px;
    height: 34px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.top-nav a {
    display: block;
    height: 33px;
    padding: 8px 12px 0 12px;
    font-weight: 700;
    text-align: center;
}

.page-grid {
    display: grid;
    grid-template-columns: 220px 920px 220px;
    align-items: stretch;
    width: 1360px;
    overflow: hidden;
}

.left-column,
.right-column {
    padding: 12px 8px;
}

.left-column {
    border-right-width: 1px;
    border-right-style: solid;
}

.right-column {
    border-left-width: 1px;
    border-left-style: solid;
}

.middle-column {
    width: 920px;
    padding: 18px 22px 22px 22px;
    overflow: hidden;
}

.side-box {
    margin-bottom: 14px;
}

.side-title {
    margin-bottom: 6px;
    height: 34px;
    padding: 7px 10px 0 10px;
    font-size: 16px;
    font-weight: 700;
}

.side-box a {
    display: block;
    margin: 3px 0;
    font-size: 12px;
    font-weight: 700;
}

.left-player-stats {
    width: 204px;
    margin-bottom: 18px;
}

.left-stat-line {
    width: 204px;
    height: 26px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}

.left-stat-extra {
    width: 204px;
    height: 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.left-bar {
    width: 204px;
    height: 15px;
    margin: 0 0 6px 0;
    overflow: hidden;
}

.left-bar span {
    display: block;
    height: 15px;
    font-size: 10px;
    font-weight: 900;
    line-height: 14px;
    text-align: center;
}

.left-menu-box {
    width: 204px;
    margin-bottom: 18px;
}

.left-menu-box .side-title {
    width: 204px;
}

.left-menu-grid {
    display: grid;
    grid-template-columns: 96px 96px;
    column-gap: 8px;
    row-gap: 1px;
    width: 200px;
}

.left-menu-grid a,
.left-menu-grid span {
    display: block;
    width: 96px;
    height: 16px;
    margin: 0;
    overflow: hidden;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
}

.left-mini-nav {
    width: 184px;
    height: 90px;
    margin: 8px 0 18px 14px;
    padding-top: 3px;
}

.left-mini-nav a {
    display: block;
    width: 184px;
    height: 28px;
    margin: 0;
    font-size: 14px;
    font-weight: 900;
    line-height: 28px;
}

.left-login-form {
    width: 184px;
    margin: 0 0 0 14px;
}

.left-login-row {
    width: 184px;
    height: 37px;
    margin-bottom: 15px;
}

.left-login-row input {
    display: block;
    width: 184px;
    height: 37px;
    padding: 7px 10px;
    border-width: 1px;
    border-style: solid;
    font: inherit;
    font-size: 13px;
}

.left-login-captcha {
    display: none;
    width: 184px;
    height: 144px;
    margin: 0 0 10px 0;
}

.left-login-captcha.is-visible {
    display: block;
}

.left-login-captcha-inner {
    width: 184px;
    height: 144px;
    padding: 10px 8px 0 8px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
}

.left-login-captcha .g-recaptcha {
    width: 164px;
    height: 144px;
    margin: 0 auto;
}

.left-login-captcha-inner span {
    display: block;
    width: 166px;
    height: 19px;
    font-size: 14px;
    font-weight: 900;
}

.left-login-captcha-inner small {
    display: block;
    width: 166px;
    height: 28px;
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.2;
}

.left-login-actions {
    width: 176px;
    height: 24px;
    margin-left: 4px;
    text-align: center;
}

.left-login-actions button {
    width: 120px;
    height: 22px;
    border-width: 0;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.left-user-menu {
    width: 190px;
    margin: 6px 0 18px 6px;
}

.left-user-menu .side-title {
    width: 190px;
    margin-bottom: 6px;
}

.left-user-links {
    display: grid;
    grid-template-columns: 88px 88px;
    column-gap: 8px;
    row-gap: 2px;
    width: 184px;
}

.left-user-links a {
    display: block;
    width: 88px;
    height: 16px;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
}

.left-status-box {
    width: 184px;
    height: 96px;
    margin-top: 28px;
    margin-left: 14px;
}

.left-status-box div,
.left-status-box a {
    display: block;
    width: 184px;
    height: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

.left-world-box {
    width: 184px;
    height: 128px;
    margin-top: 30px;
    margin-left: 14px;
}

.left-world-box a {
    display: block;
    width: 184px;
    height: 58px;
    margin: 0 0 12px 0;
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
}

.left-world-box strong,
.left-world-box span {
    display: inline;
}

.small-text {
    font-size: 12px;
    line-height: 1.4;
}

.right-screenshot-grid {
    display: grid;
    grid-template-columns: 93px 93px;
    column-gap: 6px;
    row-gap: 6px;
    width: 202px;
    height: 322px;
    padding: 4px;
    border-width: 1px;
    border-style: solid;
    overflow-x: hidden;
    overflow-y: auto;
}

.right-screenshot-button {
    display: block;
    width: 93px;
    height: 58px;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
}

.right-screenshot-button img {
    display: block;
    width: 91px;
    height: 56px;
    object-fit: cover;
}

.right-side-action {
    width: 202px;
}

.right-profile-box {
    width: 202px;
    margin-bottom: 18px;
    text-align: center;
}

.right-profile-avatar {
    position: relative;
    display: block;
    width: 150px;
    height: 150px;
    margin: 4px auto 8px auto;
}

.right-profile-avatar img {
    display: block;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.right-profile-avatar span {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 20px;
    font-size: 12px;
    font-weight: 900;
    line-height: 20px;
    text-align: center;
}

.right-profile-link {
    width: 202px;
    height: 24px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

.right-menu-box {
    width: 202px;
    margin-bottom: 18px;
}

.right-menu-list {
    width: 202px;
}

.right-menu-list a,
.right-menu-list span,
.right-menu-list strong {
    display: block;
    width: 202px;
    height: 22px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.right-menu-list strong {
    font-weight: 700;
}

.right-admin-menu {
    width: 202px;
}

.right-admin-rank {
    width: 202px;
    height: 54px;
    padding: 8px 10px 0 10px;
    border-width: 1px;
    border-style: solid;
}

.right-admin-rank strong,
.right-admin-rank span {
    display: block;
    width: 180px;
    height: 18px;
    line-height: 18px;
}

.right-admin-links {
    width: 202px;
    margin-top: 8px;
}

.right-admin-links a {
    display: block;
    width: 202px;
    height: 28px;
    margin: 0 0 5px 0;
    padding: 6px 9px 0 9px;
    border-width: 1px;
    border-style: solid;
    font-size: 13px;
    font-weight: 900;
    line-height: 15px;
}

.right-admin-empty {
    width: 202px;
    height: 58px;
    margin-top: 8px;
    padding: 8px 9px;
    border-width: 1px;
    border-style: solid;
    font-size: 12px;
    line-height: 14px;
}

.right-visitor-box,
.right-discord-button,
.right-mmofacts-link {
    display: block;
    width: 202px;
    height: 42px;
    padding: 11px 10px 0 10px;
    border-width: 1px;
    border-style: solid;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

.right-discord-button span,
.right-discord-button strong {
    display: inline;
}

.screen-modal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20000;
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 42px;
}

.screen-modal.is-open {
    display: block;
}

.screen-modal-box {
    width: 920px;
    height: 668px;
    margin: 0 auto;
    border-width: 1px;
    border-style: solid;
}

.screen-modal-head {
    width: 918px;
    height: 38px;
    padding: 8px 10px 0 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: 16px;
    font-weight: 900;
}

.screen-modal-close {
    float: right;
    width: 32px;
    height: 24px;
    margin-top: -2px;
    border-width: 1px;
    border-style: solid;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.screen-modal-body {
    width: 918px;
    height: 628px;
    padding: 10px;
}

.screen-modal-image {
    display: block;
    width: 898px;
    height: 540px;
    object-fit: contain;
    border-width: 1px;
    border-style: solid;
}

.screen-modal-desc {
    width: 898px;
    height: 62px;
    margin-top: 8px;
    padding: 8px 10px;
    border-width: 1px;
    border-style: solid;
    font-size: 14px;
    line-height: 1.35;
    overflow: hidden;
}

.content-box {
    border-width: 1px;
    border-style: solid;
    padding: 18px 20px;
}

.content-box h1 {
    margin: 0 0 10px 0;
    font-size: 22px;
}

.content-box p {
    margin: 0;
    line-height: 1.5;
}

.admin-dashboard-grid {
    display: grid;
    grid-template-columns: 260px 260px 260px;
    column-gap: 16px;
    width: 812px;
    height: 70px;
    margin-top: 18px;
}

.admin-dashboard-grid a {
    display: block;
    width: 260px;
    height: 52px;
    padding: 16px 12px 0 12px;
    border-width: 1px;
    border-style: solid;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
}

.login-page-wrap {
    width: 876px;
    margin: 10px auto 0 auto;
}

.login-page-panel {
    width: 876px;
    height: 350px;
    padding: 0;
    border-width: 2px;
    border-style: solid;
    overflow: hidden;
}

.login-page-panel.is-captcha-visible {
    height: 448px;
}

.login-page-head {
    display: block;
    width: 872px;
    height: 38px;
    padding: 8px 12px 0 12px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.login-page-head span {
    display: block;
    height: 24px;
    font-size: 22px;
    font-weight: 900;
    line-height: 22px;
}

.login-page-form {
    display: grid;
    grid-template-columns: 178px 424px 178px;
    column-gap: 30px;
    width: 840px;
    height: 210px;
    margin: 18px 18px 0 18px;
    align-items: center;
}

.login-page-form.is-captcha-visible {
    height: 306px;
}

.login-page-orb {
    width: 178px;
    height: 210px;
    padding: 14px;
}

.login-page-ball {
    display: block;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.login-page-center {
    width: 424px;
    height: 210px;
    padding: 14px 24px 0 24px;
    border-width: 1px;
    border-style: solid;
}

.login-page-form.is-captcha-visible .login-page-center {
    height: 306px;
}

.login-page-form.is-captcha-visible .login-page-orb {
    height: 306px;
    padding-top: 48px;
}

.login-page-center-title {
    width: 376px;
    height: 28px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    text-align: center;
}

.login-page-center input {
    display: block;
    width: 376px;
    height: 34px;
    margin-bottom: 8px;
    padding: 5px 9px;
    border-width: 1px;
    border-style: solid;
    font: inherit;
    font-size: 16px;
}

.login-page-captcha {
    display: none;
    width: 376px;
    height: 86px;
    margin: 0 0 7px 0;
}

.login-page-captcha.is-visible {
    display: block;
}

.login-page-captcha-inner {
    width: 376px;
    height: 86px;
    padding: 11px 12px 0 12px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
}

.login-page-captcha .g-recaptcha {
    width: 304px;
    height: 78px;
    margin: 0 auto;
}

.login-page-captcha-inner span {
    display: block;
    width: 350px;
    height: 20px;
    font-size: 15px;
    font-weight: 900;
}

.login-page-captcha-inner small {
    display: block;
    width: 350px;
    height: 28px;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.2;
}

.login-page-actions {
    width: 344px;
    height: 36px;
    margin: 2px auto 0 auto;
    text-align: center;
}

.login-page-actions button,
.login-page-actions a {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 36px;
    border-width: 1px;
    border-style: solid;
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.login-page-actions a {
    width: 194px;
    margin-left: 10px;
    padding-top: 8px;
}

.register-page {
    width: 876px;
    margin: 0 auto;
}

.register-panel {
    width: 876px;
    border-width: 1px;
    border-style: solid;
}

.register-head {
    display: block;
    width: 874px;
    height: 42px;
    padding: 10px 12px 0 12px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.register-head span {
    display: block;
    width: 850px;
    height: 22px;
    font-size: 18px;
    font-weight: 900;
    line-height: 20px;
}

.register-form {
    display: grid;
    grid-template-columns: 510px 338px;
    column-gap: 14px;
    width: 850px;
    margin: 12px;
}

.register-fields {
    width: 510px;
}

.register-field {
    display: grid;
    grid-template-columns: 160px 340px;
    column-gap: 10px;
    width: 510px;
    height: 42px;
    margin-bottom: 8px;
}

.register-field span {
    display: block;
    width: 160px;
    height: 34px;
    padding-top: 8px;
    font-size: 14px;
    font-weight: 900;
}

.register-field input,
.register-field select {
    width: 340px;
    height: 34px;
    padding: 6px 8px;
    border-width: 1px;
    border-style: solid;
    font: inherit;
    font-size: 14px;
}

.register-field .register-captcha {
    width: 340px;
    height: 78px;
}

.register-field-captcha {
    height: 86px;
}

.register-captcha-missing {
    width: 340px;
    height: 38px;
    padding-top: 9px;
    text-align: center;
}

.register-submit {
    width: 510px;
    height: 42px;
    padding-left: 170px;
}

.register-submit button {
    width: 180px;
    height: 34px;
    border-width: 1px;
    border-style: solid;
    font: inherit;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
}

.register-preview {
    width: 338px;
    height: 548px;
    padding: 12px;
    border-width: 1px;
    border-style: solid;
}

.register-preview-title {
    width: 314px;
    height: 28px;
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    text-align: center;
}

.register-preview-canvas {
    position: relative;
    width: 314px;
    height: 370px;
    margin-top: 4px;
    overflow: hidden;
}

.register-preview-layer {
    position: absolute;
    left: 37px;
    top: 24px;
    width: 240px;
    height: 340px;
    object-fit: contain;
    pointer-events: none;
}

#register-preview-body {
    z-index: 1;
}

#register-preview-hair {
    z-index: 2;
}

.register-trait {
    width: 314px;
    height: 104px;
    margin-top: 18px;
    padding: 9px;
    border-width: 1px;
    border-style: solid;
}

.register-trait strong {
    display: block;
    width: 294px;
    height: 20px;
    font-size: 15px;
}

.register-trait span {
    display: block;
    width: 294px;
    height: 64px;
    margin-top: 5px;
    font-size: 13px;
    line-height: 16px;
}

.register-note {
    width: 876px;
    height: 62px;
    margin-top: 12px;
    padding: 12px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
}

.news-post {
    width: 876px;
    padding: 18px;
    border-width: 1px;
    border-style: solid;
}

.news-header {
    display: grid;
    grid-template-columns: 78px 1fr;
    column-gap: 14px;
    align-items: center;
    width: 840px;
    height: 86px;
    margin: 0 0 20px 0;
    padding: 8px;
}

.news-avatar-wrap {
    position: relative;
    width: 70px;
    height: 70px;
    display: block;
}

.news-avatar {
    width: 70px;
    height: 70px;
    display: block;
    object-fit: cover;
    border-width: 2px;
    border-style: solid;
}

.news-avatar-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 34px;
    height: 14px;
    border-width: 1px;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 7px;
    font-weight: 900;
    line-height: 1;
    z-index: 2;
}

.news-meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70px;
}

.news-meta strong {
    display: block;
    margin-bottom: 2px;
    font-size: 18px;
}

.news-meta span {
    display: block;
    font-size: 14px;
}

.news-media {
    width: 840px;
    height: 330px;
    margin: 0 0 26px 0;
    overflow: hidden;
}

.news-hero {
    width: 840px;
    height: 330px;
    display: block;
    object-fit: cover;
}

.news-body {
    width: 840px;
    padding: 0 24px;
    font-size: 16px;
    line-height: 1.55;
    text-align: center;
}

.news-body p,
.news-body blockquote {
    margin-top: 0;
}

.news-divider {
    width: 840px;
    height: 82px;
    margin-top: 26px;
    overflow: hidden;
}

.news-divider img {
    width: 840px;
    height: 82px;
    display: block;
    object-fit: cover;
}

.bbcode-content img {
    width: 760px;
    height: 260px;
    object-fit: cover;
}

.bbcode-content blockquote {
    width: 720px;
    margin: 16px auto;
    padding: 10px 14px;
    border-left-width: 4px;
    border-left-style: solid;
    text-align: left;
}

.news-post-nav {
    display: flex;
    justify-content: space-between;
    width: 840px;
    margin-top: 18px;
    padding-top: 12px;
    border-top-width: 1px;
    border-top-style: solid;
    font-weight: 700;
}

.section-title {
    width: 876px;
    height: 40px;
    padding: 8px 14px 0 14px;
    border-width: 1px;
    border-style: solid;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.news-list,
.news-history {
    width: 876px;
}

.news-preview {
    width: 876px;
    margin-top: 12px;
    padding: 16px 18px;
    border-width: 1px;
    border-style: solid;
}

.news-preview h2 {
    margin: 4px 0 8px 0;
    font-size: 20px;
}

.news-preview-date {
    font-size: 12px;
    font-weight: 700;
}

.news-preview-text {
    width: 800px;
    margin-bottom: 10px;
    line-height: 1.45;
}

.news-read-more,
.news-more a,
.news-history-entry a {
    font-weight: 700;
}

.news-more {
    width: 876px;
    margin-top: 12px;
    padding: 12px 18px;
    border-width: 1px;
    border-style: solid;
}

.news-history-entry p {
    margin: 0 0 10px 0;
}

.news-history-head {
    width: 876px;
    height: 96px;
    margin-top: 12px;
    padding: 14px 18px;
    border-width: 1px;
    border-style: solid;
}

.news-history-head-title {
    width: 520px;
    height: 26px;
    float: left;
    font-size: 22px;
    font-weight: 900;
}

.news-history-head-meta {
    width: 300px;
    height: 24px;
    float: right;
    padding-top: 4px;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}

.news-history-head p {
    clear: both;
    margin: 8px 0 0 0;
    font-size: 16px;
}

.news-history-search {
    display: grid;
    grid-template-columns: 134px 428px 110px 126px;
    column-gap: 8px;
    width: 876px;
    height: 56px;
    margin-top: 10px;
    padding: 10px 18px;
    border-width: 1px;
    border-style: solid;
}

.news-history-search label {
    display: block;
    width: 134px;
    height: 34px;
    padding-top: 8px;
    font-size: 16px;
    font-weight: 900;
}

.news-history-search input[type="text"] {
    width: 428px;
    height: 34px;
    padding: 6px 10px;
    border-width: 1px;
    border-style: solid;
    font: inherit;
}

.news-history-search button,
.news-history-search a {
    display: block;
    width: 110px;
    height: 34px;
    margin: 0;
    padding: 7px 10px 0 10px;
    border-width: 1px;
    border-style: solid;
    font: inherit;
    font-weight: 900;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

.news-history-search a {
    width: 126px;
}

.news-history-empty {
    width: 876px;
    height: 70px;
    margin-top: 10px;
    padding: 24px 18px 0 18px;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
    font-weight: 700;
}

.news-history-entry {
    display: grid;
    grid-template-columns: 150px 530px 120px;
    column-gap: 20px;
    width: 876px;
    height: 96px;
    margin-top: 10px;
    padding: 14px 26px 14px 18px;
    border-width: 1px;
    border-style: solid;
}

.news-history-entry-date {
    width: 150px;
    height: 66px;
    padding: 22px 0 0 12px;
    border-left-width: 3px;
    border-left-style: solid;
    font-size: 14px;
    font-weight: 700;
}

.news-history-entry-content {
    width: 530px;
    height: 66px;
    overflow: hidden;
}

.news-history-entry-content h2 {
    margin: 0 0 7px 0;
    font-size: 20px;
}

.news-history-entry-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
}

.news-history-open {
    display: block;
    width: 120px;
    height: 32px;
    margin-top: 17px;
    padding: 7px 10px 0 10px;
    border-width: 1px;
    border-style: solid;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
}

.news-pagination {
    width: 876px;
    height: 54px;
    margin-top: 12px;
    padding: 10px 12px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
}

.news-pagination-link,
.news-pagination-gap {
    display: inline-block;
    width: 34px;
    height: 32px;
    margin: 0 2px;
    padding-top: 7px;
    border-width: 1px;
    border-style: solid;
    font-weight: 900;
    text-align: center;
}

.news-pagination-step {
    width: 42px;
}

.news-pagination-gap {
    border-color: transparent;
}

.info-page {
    width: 876px;
    padding: 0 0 24px 0;
}

.info-hub {
    display: grid;
    grid-template-columns: 190px 456px 190px;
    column-gap: 8px;
    width: 876px;
    height: 238px;
    margin-top: 12px;
    padding: 10px 12px;
    border-width: 1px;
    border-style: solid;
}

.info-menu {
    width: 190px;
    height: 216px;
    padding: 7px 9px;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
}

.info-menu a {
    display: block;
    width: 170px;
    height: 12px;
    margin-bottom: 1px;
    font-size: 11px;
    font-weight: 700;
}

.info-hub-center {
    width: 456px;
    height: 216px;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
}

.info-hub-center img {
    display: block;
    width: 434px;
    height: 132px;
    object-fit: contain;
    margin: 0 auto 12px auto;
    border-width: 1px;
    border-style: solid;
}

.info-hub-title {
    width: 434px;
    height: 28px;
    margin: 0 auto;
    padding-top: 3px;
    font-size: 20px;
    font-weight: 900;
}

.info-hub-current {
    width: 434px;
    height: 24px;
    margin: 4px auto 0 auto;
    font-size: 16px;
    font-weight: 700;
}

.info-content {
    width: 876px;
    margin-top: 12px;
    padding: 18px 20px;
    border-width: 1px;
    border-style: solid;
}

.info-content h1 {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 900;
}

.info-summary {
    width: 824px;
    margin: 0 0 16px 0;
    padding: 12px 14px;
    border-left-width: 3px;
    border-left-style: solid;
    font-size: 16px;
    line-height: 1.35;
}

.info-content-section {
    width: 834px;
    margin-top: 10px;
    padding: 12px 14px;
    border-width: 1px;
    border-style: solid;
}

.info-content-section h2 {
    margin: 0 0 7px 0;
    font-size: 19px;
    font-weight: 900;
}

.info-content-section p {
    margin: 0;
    font-size: 15px;
    line-height: 1.38;
}

.partner-page {
    width: 876px;
    padding: 0 0 24px 0;
}

.partner-overview {
    position: relative;
    width: 876px;
    height: 210px;
    margin-top: 12px;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.partner-overview::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 874px;
    height: 208px;
}

.partner-overview-title {
    position: relative;
    z-index: 1;
    width: 874px;
    height: 34px;
    padding: 7px 12px 0 12px;
    font-size: 22px;
    font-weight: 900;
}

.partner-overview-body {
    position: relative;
    z-index: 1;
    width: 874px;
    height: 174px;
    padding: 20px 22px;
}

.partner-overview-text {
    width: 386px;
    height: 134px;
    margin-left: 0;
    padding: 14px 16px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
}

.partner-overview-text p {
    margin: 0;
    font-size: 15px;
    line-height: 1.25;
}

.partner-overview-button {
    display: block;
    width: 160px;
    height: 32px;
    margin-top: 16px;
    padding: 7px 10px 0 10px;
    border-width: 1px;
    border-style: solid;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
}

.partner-join {
    width: 876px;
    margin: 14px 0 0 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
}

.partner-join-head {
    width: 874px;
    padding: 14px 18px 10px 18px;
    text-align: left;
}

.partner-join-head h2 {
    margin: 0 0 8px 0;
    font-size: 22px;
    font-weight: 900;
}

.partner-join-head p {
    margin: 0 0 8px 0;
    font-size: 16px;
    line-height: 1.35;
}

.partner-banner-list {
    display: grid;
    grid-template-columns: 410px 410px;
    column-gap: 18px;
    row-gap: 14px;
    width: 874px;
    padding: 0 18px 16px 18px;
}

.partner-banner-entry {
    width: 410px;
    border-width: 1px;
    border-style: solid;
}

.partner-banner-label {
    width: 408px;
    height: 24px;
    padding: 3px 8px 0 8px;
    font-size: 16px;
    font-weight: 900;
    text-align: left;
}

.partner-own-banner {
    display: block;
    width: 388px;
    height: 48px;
    margin: 10px auto 8px auto;
    object-fit: cover;
    border-width: 1px;
    border-style: solid;
}

.partner-banner-entry textarea {
    display: block;
    width: 388px;
    height: 54px;
    margin: 0 auto 12px auto;
    padding: 6px 8px;
    resize: none;
    font: inherit;
    line-height: 1.2;
}

.site-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 14px;
    border-top-width: 1px;
    border-top-style: solid;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

.footer-legal {
    width: 1040px;
    margin: 0;
    line-height: 1.35;
}

.footer-cookie-link {
    display: inline;
    padding: 0;
    border: 0;
    background: transparent;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.system-message-overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 30000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
}

.system-message-modal {
    width: 560px;
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .45);
}

.system-message-head {
    width: 558px;
    height: 38px;
    padding: 8px 10px 0 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: 16px;
    font-weight: 900;
}

.system-message-body {
    width: 558px;
    padding: 12px 10px 4px 10px;
}

.system-message-line {
    width: 538px;
    margin-bottom: 8px;
    padding: 8px 10px;
    border-width: 1px;
    border-left-width: 4px;
    border-style: solid;
    line-height: 18px;
}

.system-message-foot {
    width: 558px;
    height: 42px;
    padding: 8px 10px 0 10px;
    border-top-width: 1px;
    border-top-style: solid;
    text-align: right;
}

.system-message-ok {
    width: 82px;
    height: 25px;
    border-width: 1px;
    border-style: solid;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.scroll-top-button {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 50;
    width: 42px;
    height: 42px;
    display: none;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
}

.scroll-top-button.is-visible {
    display: flex;
}

.cookie-modal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 21000;
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 46px;
}

.cookie-modal.is-open {
    display: block;
}

.cookie-modal-box {
    width: 560px;
    height: 460px;
    margin: 0 auto;
    border-width: 1px;
    border-style: solid;
}

.cookie-modal-head {
    width: 558px;
    height: 38px;
    padding: 8px 10px 0 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: 16px;
    font-weight: 900;
}

.cookie-modal-close {
    float: right;
    width: 30px;
    height: 24px;
    margin-top: -2px;
    border-width: 1px;
    border-style: solid;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.cookie-modal-body {
    width: 558px;
    height: 348px;
    padding: 12px;
}

.cookie-modal-text {
    width: 534px;
    height: 84px;
    margin: 0 0 12px 0;
    padding: 10px 12px;
    border-width: 1px;
    border-style: solid;
    font-size: 13px;
    line-height: 1.32;
}

.cookie-modal-text span {
    display: block;
    margin-top: 6px;
    font-weight: 900;
}

.cookie-modal-row {
    display: grid;
    grid-template-columns: 416px 88px;
    column-gap: 10px;
    width: 534px;
    height: 74px;
    margin-bottom: 8px;
    padding: 8px 10px;
    border-width: 1px;
    border-style: solid;
}

.cookie-modal-row > span {
    display: block;
    width: 416px;
    height: 56px;
}

.cookie-modal-row-title {
    display: block;
    height: 20px;
    font-size: 16px;
    font-weight: 900;
}

.cookie-modal-row-text {
    display: block;
    height: 38px;
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.2;
}

.cookie-modal-row-state {
    width: 88px;
    height: 20px;
    margin-top: 27px;
    font-size: 13px;
    font-weight: 900;
    text-align: right;
}

.cookie-modal-choice {
    cursor: pointer;
}

.cookie-modal-choice input {
    width: 20px;
    height: 20px;
    margin-top: 19px;
    margin-left: 68px;
}

.cookie-modal-actions {
    width: 558px;
    height: 72px;
    padding: 18px 12px;
    border-top-width: 1px;
    border-top-style: solid;
}

.cookie-modal-actions button {
    display: inline-block;
    width: 170px;
    height: 34px;
    margin: 0;
    border-width: 1px;
    border-style: solid;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.cookie-modal-actions button + button {
    margin-left: 8px;
}
