@font-face{

    font-family:'UbuntuCondensedLocal';
    src:url('/styles/font.woff') format('woff');
    font-weight:400;
    font-style:normal;
    font-display:swap;

}

*, *:before, *:after {
    box-sizing: border-box;
}

html {
    scrollbar-gutter: stable;
}

html,body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding-top: 15px;
    margin: 0;
    font: 15px/1.5 'UbuntuCondensedLocal','Ubuntu Condensed',Arial,Helvetica,sans-serif;
    color: #e6e9ed;
    background-color: #0e0f12;
    background-image: radial-gradient(ellipse at center, rgba(14,15,18,0.86) 60%, rgba(0,0,0,0.95) 100%),
    url("data:image/svg+xml;utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='28'%20height='28'%20viewBox='0%200%2028%2028'%3E%3Cline%20x1='0'%20y1='0'%20x2='28'%20y2='28'%20stroke='%23ffffff'%20stroke-opacity='0.045'%20stroke-width='1'/%3E%3Cline%20x1='28'%20y1='0'%20x2='0'%20y2='28'%20stroke='%23ffffff'%20stroke-opacity='0.045'%20stroke-width='1'/%3E%3C/svg%3E");
    background-repeat: no-repeat, repeat;
    background-size: cover, 28px 28px;
    background-attachment: fixed, scroll;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    border: 0;
}

a {
    color: #e6e9ed;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.notice-bar {
    background: #e89f2a;
    color: #111;
    padding: 10px 12px;
    border: 1px solid #21262d;
    margin: 0 0 16px 0;
}

.notice-bar.notice-bar-success {
    background: #6cbf43;
    color: #111;
    border-color: #21262d;
}

.notice-bar.notice-bar-fail {
    background: #e03b3b;
    color: #fff;
    border-color: #21262d;
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0px;
}

#site-header {
    background: transparent;
    border-bottom: 0;
}

#site-header .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pre-header {
    height: 60px;
}

.logo-box {
    display: block;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    flex: 0 0 auto;
    flex-shrink: 0;
    overflow: visible;
    width: 220px;
    box-shadow: none;
    border-radius: 2px;
}

.logo-box img {
    display: block;
    max-width: 255px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    vertical-align: middle;
}

.main-nav .menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav .menu li {
    margin: 0;
    position: relative;
}

.main-nav-text {
    font-size: 16px;
}

.main-nav .menu li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
    transform: none;
    width: 1px;
    height: auto;
    background: rgba(255,255,255,0.10);
    pointer-events: none;
    z-index: 5;
    bottom: 8px;
}

.main-nav .menu a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 160px;
    text-align: center;
    padding: 10px 0 12px;
    line-height: 1.2;
    border-bottom: 2px solid transparent;
    transition: background .15s ease, border-color .15s ease;
    border-radius: 3px;
    text-decoration: none;
}

.main-nav .menu a .balance_btn {
    font-size: 15px;
    font-weight: bold;
}

.main-nav .menu a .sub-nav-text {
    font-size: 12px;
    color: #a9b1ba;
    margin-top: 2px;
}

.main-nav .menu li.locale {
    position: relative;
    margin-left: auto;
}

.main-nav .menu li.locale a {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 12px 12px;
    line-height: 1.2;
    text-align: center;
    border-bottom: 2px solid transparent;
    font-size: 13px;
    opacity: 0.95;
}

.main-nav .menu li.locale .locale-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #14181e;
    border: 1px solid #21262d;
    padding: 6px 0;
    display: none;
    min-width: 84px;
    z-index: 20;
    border-radius: 4px;
}

.main-nav .menu li.locale:hover .locale-menu {
    display: block;
}

.main-nav .menu li.locale .locale-menu a {
    display: block;
    padding: 6px 12px;
    color: #e6e9ed;
    text-decoration: none;
    white-space: nowrap;
}

.main-nav .menu li.locale .locale-menu a:hover {
    background: rgba(255,255,255,0.06);
}

.main-nav .menu li.login {
    margin-left: 0;
}

.main-nav .menu li.login a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 160px;
    text-align: center;
    padding: 10px 0 12px;
    line-height: 1.2;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    background: transparent;
    color: inherit;
}

#site-body {
    padding: 24px 0;
    flex: 1 0 auto;
}

.body-flex {
    display: flex;
    align-items: flex-start;
}

#sidebar {
    width: 320px;
    flex: 0 0 320px;
    margin-right: 32px;
}

#main-page-container {
    flex: 1 1 auto;
    min-width: 0;
}

.side-block {
    border: 1px solid #21262d;
    padding: 16px;
    background: #14181e;
    box-shadow: 0 4px 8px rgba(0,0,0,0.40);
}

.side-title {
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 700;
    color: inherit;
    position: relative;
    padding-bottom: 5px;
}

.side-title::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    margin-top: 8px;
    background: rgba(255,255,255,0.04);
}

.side-line {
    color: #a9b1ba;
}

.side-hr {
    border: 0;
    border-top: 1px solid #21262d;
    margin: 10px 0;
}

.server-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.server {
    display: flex;
    align-items: center;
    margin: 8px 0 5px 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(33,38,45,0.6);
}

.server:last-child {
    border-bottom: 0;
}

.server .btn-copy {
    margin-right: 10px;
    padding: 6px 8px;
    font-size: 12px;
    line-height: 1;
    vertical-align: middle;
    border-radius: 3px;
}

.server .info {
    flex: 1;
    min-width: 0;
}

.server .title {
    font-weight: normal;
    color: #e6e9ed;
    margin: 0 0px 0px 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.server-meta-tags {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-end;
}

.server-meta-tags .rarity-badge {
    margin: 0;
    font-size: 10px;
    padding: 2px 5px;
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    letter-spacing: 0;
}

.server-subline {
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 16px;
}

.server-addr {
    margin: 0;
    line-height: 16px;
    font-size: 12px;
    color: #3a4049;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.server-subline .server-meta-tags {
    margin-left: auto;
    flex: 0 0 auto;
}

.server-bar {
    height: 8px;
    background: #0b0f11;
    border: 1px solid #21262d;
    border-radius: 3px;
    overflow: hidden;
}

.server-bar .level {
    display: block;
    height: 100%;
    background: #6cbf43;
    width: 0%;
}

.mainbanner-cta {
    background: linear-gradient(90deg,
    rgba(224,59,59,0.14) 0%,
    rgba(224,59,59,0.08) 26%,
    rgba(224,59,59,0.04) 44%,
    rgba(224,59,59,0.02) 56%,
    rgba(24,26,30,0.64) 78%,
    rgba(8,9,11,0.34) 100%);
    background-color: #0e0f12;
    padding: 16px 18px 12px;
    margin: 0 0 28px 0;
    border: 1px solid rgba(76,41,41,0.78);
    border-radius: 6px;
    position: relative;
    box-shadow: 0 6px 12px rgba(0,0,0,0.28);
    transition: border-color .18s ease;
    will-change: border-color;
}

.mainbanner-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 38% 30%,
    rgba(255,108,108,0.12) 0%,
    rgba(255,108,108,0.06) 18%,
    rgba(255,108,108,0.02) 36%,
    rgba(0,0,0,0.00) 60%);
    opacity: 0.20;
    pointer-events: none;
    mix-blend-mode: screen;
    z-index: 1;
}

.mainbanner-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: url("/img/CTA_Banner.jpg") center/cover no-repeat;
    opacity: 0.42;
    pointer-events: none;
    mix-blend-mode: overlay;
    filter: hue-rotate(-34deg) saturate(1.35) contrast(2.02) brightness(0.68);
    z-index: 1;
    mask: radial-gradient(circle at 50% 42%,
    rgba(0,0,0,0.88) 0%,
    rgba(0,0,0,0.60) 50%,
    rgba(0,0,0,0.28) 76%,
    rgba(0,0,0,0.00) 96%);
}

.mainbanner-cta > * {
    position: relative;
    z-index: 2;
}

.mainbanner-cta:hover {
    border-color: rgba(224,59,59,0.34);
}

.main-cta-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.main-cta-left {
    min-width: 0;
    padding-right: 18px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.main-cta-right {
    width: 360px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 360px;
    flex: 0 0 360px;
}

.hero-text-maincta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.hero-maincta-actions {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hero-maincta-actions .btn {
    margin: 0 8px 8px 0;
}

.hero-maincta-actions .btn:last-child {
    margin-right: 0;
}

.hero-servers {
    width: 100%;
    margin-top: 0;
}

.mainbanner-cta .hero-servers {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.hero {
    border: 1px solid #21262d;
    background: #14181e;
    padding: 16px;
    margin-bottom: 24px;
}

.hero-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.hero-text {
    flex: 1 1 56%;
    padding-right: 16px;
    min-width: 0;
}

.hero-media {
    flex: 1 1 360px;
    max-width: 520px;
    min-width: 280px;
}

.hero-title {
    margin: 0 0 8px 0;
    font-size: 32px;
    line-height: 1.2;
}

.hero-lede {
    margin: 0 0 12px 0;
    color: #a9b1ba;
}

.video-box {
    background: #0b0e13;
    border: 2px solid #21262d;
    box-shadow: 0 8px 20px rgba(0,0,0,0.55);
}

.video-fill {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    color: #a9b1ba;
    text-align: center;
    border: none;
}

.video-fill img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.btn {
    display: inline-block;
    padding: 10px 16px;
    border: 2px solid #c92a1a;
    background: transparent;
    color: #e6e9ed;
    border-radius: 4px;
}

.btn:hover {
    text-decoration: none;
    background: #1b222a;
}

.btn-primary {
    background: #c92a1a;
    color: #fff;
    border-color: #c92a1a;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.10);
}

.btn-primary.red {
    background: #c92a1a;
    color: #fff;
    border-color: #c92a1a;
}

.btn-primary:hover {
    background: #e0441c;
    border-color: #e0441c;
    color: #fff;
}

.btn-primary:active,
.btn-primary.active {
    background: #94180e;
    border-color: #94180e;
    color: #fff;
}

.btn-primary:focus,
.btn-primary:focus-visible {
    box-shadow: 0 0 0 2px rgba(255,138,0,0.34);
}

.btn-outline {
    background: rgba(201,42,26,0.08);
    color: #fff;
    border-color: rgba(201,42,26,0.62);
    box-shadow: inset 0 1px 0 rgba(255,138,0,0.14);
}

.btn-outline:hover {
    background: rgba(201,42,26,0.34);
    color: #fff;
    border-color: #e0441c;
}

.btn-outline:active {
    background: rgba(148,24,14,0.62);
    color: #fff;
    border-color: #94180e;
}

.btn-outline.red {
    background: rgba(201,42,26,0.08);
    color: #fff;
    border-color: rgba(201,42,26,0.62);
    box-shadow: inset 0 1px 0 rgba(255,138,0,0.14);
}

.btn-small {
    padding: 7px 11px;
    font-size: 13px;
}

.hero .btn-primary:hover {
    background: #e0441c;
    border-color: #e0441c;
    color: #fff;
}

.btn-primary.purple {
    background: #7b61ff;
    color: #fff;
    border-color: #7b61ff;
    box-shadow: 0 2px 8px rgba(123,97,255,0.06);
    padding: 8px 12px;
    font-size: 13px;
}

.btn-primary.purple:hover {
    background: #654fe0;
    border-color: #654fe0;
}

.section-title {
    margin: 12px 0 24px 0;
    font-size: 20px;
}

.swatches {
    display: flex;
    flex-wrap: wrap;
}

.swatch {
    border: 1px solid #21262d;
    padding: 8px;
    text-align: center;
    font-size: 12px;
    margin: 0 16px 10px 0;
    width: 296px;
}

.sw-bg-main {
    background: #0e0f12;
}

.sw-bg-1 {
    background: #14181e;
}

.sw-text {
    background: #2b2f35;
}

.sw-muted {
    background: #3a4049;
    color: #a9b1ba;
}

.sw-accent {
    background: #e89f2a;
    color: #111;
}

.sw-accent-red {
    background: #e03b3b;
    color: #fff;
}

.sw-accent2 {
    background: #2a9d8f;
}

.sw-accent3 {
    background: #6cbf43;
}

.sw-accent4 {
    background: #7b61ff;
    color: #fff;
}

.sw-border {
    background: #21262d;
}

#site-footer {
    border-top: 1px solid #21262d;
    background: rgba(0,0,0,0.35);
    margin-top: 24px;
}

#site-footer .footer-line {
    padding: 14px 0;
    color: #a9b1ba;
}

.quick-help {
    margin-top: 16px;
}

.quick-commands {
    list-style: none;
    margin: 8px 0 0 0;
    padding: 0;
}

.quick-commands li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid rgba(33,38,45,0.5);
    font-size: 13px;
    line-height: 1;
}

.quick-commands li:last-child {
    border-bottom: 0;
}

.quick-commands .cmd {
    display: inline-block;
    min-width: 90px;
    padding: 4px 8px;
    margin-right: 10px;
    background: #2b2f35;
    color: #e6e9ed;
    font-family: monospace, monospace;
    font-size: 13px;
    border-radius: 3px;
    text-align: left;
}

.quick-commands .desc {
    color: #a9b1ba;
    margin-left: auto;
    text-align: right;
    font-size: 12px;
}

.main-nav .menu a:hover,
.main-nav .menu a:focus {
    background: rgba(255,255,255,0.03);
    border-bottom-color: transparent;
    outline: none;
}

.main-nav .menu li.locale a:hover,
.main-nav .menu li.login a:hover {
    background: rgba(255,255,255,0.03);
}

.unibox {
    border: 1px solid #21262d;
    background: rgba(20,24,30,0.55);
    padding: 18px 20px;
    margin: 0px 0 38px 0;
    position: relative;
    box-shadow: 0 6px 12px rgba(0,0,0,0.28);
    border-radius: 4px;
}

.unibox-header .section-title {
    margin: 0 0 14px 0;
    font-size: 20px;
    line-height: 1.25;
}

.unibox-body p {
    margin: 0 0 14px 0;
    color: #a9b1ba;
    font-size: 14px;
}

.unibox-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.unibox-list li {
    padding: 6px 0;
    border-bottom: 1px solid rgba(33,38,45,0.55);
    line-height: 1.3;
    word-break: break-word;
}

.unibox-list li:last-child {
    border-bottom: 0;
}

.unibox-list strong {
    font-weight: 600;
    color: #e6e9ed;
}

.unibox .btn {
    margin-top: 4px;
}

.unibox.transparent {
    background: rgba(14,15,18,0.15);
    backdrop-filter: blur(2px);
}

.unibox:focus-within {
    outline: none;
}

.main-nav .menu li.locale.locale-auth {
    display: flex;
    margin-left: auto;
    padding: 0;
    width: 160px;
    box-sizing: border-box;
    flex-wrap: nowrap !important;
    flex: 0 0 160px;
}

.main-nav .menu li.locale.locale-auth .funds {
    flex: 0 0 100px;
    display: flex;
    width: 100px;
    min-width: 100px;
}

.main-nav .menu li.locale.locale-auth .locale-switch {
    flex: 0 0 60px;
    position: relative;
    display: flex;
    width: 60px;
    min-width: 60px;
}

.main-nav .menu li.locale.locale-auth .funds-link,
.main-nav .menu li.locale.locale-auth .locale-switch > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 10px 0 12px;
    line-height: 1.2;
    border-bottom: 2px solid transparent;
    border-radius: 3px;
    font-size: 13px;
    background: transparent;
    text-decoration: none;
    transition: background .15s ease;
}

.main-nav .menu li.locale.locale-auth .funds-link:hover,
.main-nav .menu li.locale.locale-auth .locale-switch > a:hover {
    background: rgba(255,255,255,0.03);
    text-decoration: none;
}

.main-nav .menu li.locale.locale-auth .funds-link .balance_btn {
    font-size: 15px;
    font-weight: bold;
    text-shadow: 1px 2px 8px rgba(0,0,0,0.96);
    transition: color .14s ease, text-shadow .14s ease;
}

.main-nav .menu li.locale.locale-auth .funds-link .sub-nav-text.balance {
    font-size: 11px;
    color: #a9b1ba;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.main-nav .menu li.locale.locale-auth .funds-link .coin {
    font-size: 14px;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    object-fit: contain;
    line-height: 0;
}

.main-nav .menu li.locale.locale-auth .locale-switch .balance_btn {
    font-size: 15px;
    font-weight: bold;
}

.main-nav .menu li.locale.locale-auth .locale-switch .sub-nav-text {
    font-size: 11px;
    color: #a9b1ba;
    margin-top: 2px;
}

.main-nav .menu li.locale.locale-auth .locale-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #14181e;
    border: 1px solid #21262d;
    padding: 6px 0;
    display: none;
    min-width: 84px;
    z-index: 20;
    border-radius: 4px;
}

.main-nav .menu li.locale.locale-auth .locale-switch:hover .locale-menu {
    display: block;
}

.main-nav .menu li.locale.locale-auth .locale-menu a {
    display: block;
    padding: 6px 12px;
    color: #e6e9ed;
    text-decoration: none;
    white-space: nowrap;
}

.main-nav .menu li.locale.locale-auth .locale-menu a:hover {
    background: rgba(255,255,255,0.06);
}

.main-nav .menu li.locale.locale-auth .funds-link {
    position: relative;
    background: linear-gradient(90deg,
    rgba(201,42,26,0.42) 0%,
    rgba(201,42,26,0.24) 42%,
    rgba(201,42,26,0.10) 70%,
    rgba(201,42,26,0.00) 100%);
    box-shadow: inset 0 0 0 1px rgba(201,42,26,0.62),
    inset 0 8px 18px -10px rgba(201,42,26,0.52),
    inset 0 -4px 12px -8px rgba(0,0,0,0.55);
    overflow: hidden;
    transition: background .28s ease, box-shadow .28s ease;
}

.main-nav .menu li.locale.locale-auth .funds-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 25%,
    rgba(255,96,96,0.42) 0%,
    rgba(255,96,96,0.20) 28%,
    rgba(255,96,96,0.07) 52%,
    rgba(255,96,96,0.00) 70%);
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
    mix-blend-mode: screen;
}

.main-nav .menu li.locale.locale-auth .funds-link:hover {
    background: linear-gradient(90deg,
    rgba(224,68,28,0.58) 0%,
    rgba(224,68,28,0.36) 45%,
    rgba(224,68,28,0.16) 72%,
    rgba(224,68,28,0.00) 100%);
    box-shadow: inset 0 0 0 1px rgba(224,68,28,0.75),
    inset 0 10px 22px -10px rgba(224,68,28,0.62),
    inset 0 -5px 14px -8px rgba(0,0,0,0.65);
}

.main-nav .menu li.locale.locale-auth .funds-link:hover .balance_btn {
    text-shadow: 1px 1px 4px rgba(0,0,0,1);
}

.main-nav .menu li.locale.locale-auth .funds-link:hover::before {
    opacity: 1;
}

input, textarea, textarea:focus, input:focus, textarea:hover, textarea:focus, textarea:focus {
    width: 320px;
    background-color: #222;
    color: #CCC;
    font-size: 16px;
    border: 1px solid #e89f2a;
    outline-width: 0;
}

@media screen and (min-width:1280px) {
    .logo-box {
        margin-left: 52px;
    }
}

@media screen and (max-width: 640px) {
    .hero-text-maincta {
        align-items: flex-start;
        text-align: left;
    }

    .main-cta-left {
        padding-right: 0;
    }

    .main-cta-right {
        width: 100%;
        max-width: none;
        margin-top: 12px;
    }

    .hero-maincta-actions {
        width: 100%;
    }
}

@media screen and (max-width: 980px) {
    .main-cta-flex {
        display: block;
    }

    .main-cta-left {
        padding-right: 0;
    }

    .main-cta-right {
        width: 100%;
        max-width: none;
        margin-top: 14px;
    }
}

@media screen and (max-width:640px) {
    .server-subline {
        flex-wrap: wrap;
    }

    .server-subline .server-meta-tags {
        margin-left: 0;
    }

    .quick-commands .cmd {
        min-width: 72px;
        padding: 3px 6px;
        font-size: 12px;
    }

    .quick-commands .desc {
        font-size: 11px;
    }

    .hero {
        padding: 10px 10px 14px;
        margin-bottom: 20px;
    }

    .hero-flex {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-text {
        padding-right: 0;
    }

    .hero-title {
        font-size: 26px;
        line-height: 1.15;
        margin: 0 0 6px;
    }

    .hero-lede {
        margin: 0 0 10px;
    }

    .hero-media {
        width: 100%;
        margin-top: 12px;
    }

    .video-box {
        box-shadow: 0 4px 10px rgba(0,0,0,0.50);
    }

    .mainbanner-cta .hero-maincta-actions .btn,
    .mainbanner-cta .hero-maincta-actions .btn-outline,
    .hero .btn,
    .hero .btn-outline {
        display: block;
        width: 100%;
        margin: 0 0 8px 0;
        text-align: center;
    }

    .mainbanner-cta .hero-maincta-actions .btn:last-of-type,
    .mainbanner-cta .hero-maincta-actions .btn-outline:last-of-type,
    .hero .btn:last-of-type,
    .hero .btn-outline:last-of-type {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        width: 96%;
    }

    .body-flex {
        flex-direction: column;
    }

    #sidebar {
        width: 100%;
        flex: 1 1 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .hero-flex {
        flex-direction: column;
    }

    .hero-media {
        flex: 1 1 320px;
        max-width: 480px;
        width: 100%;
    }

    #site-header .wrap {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .logo-box {
        margin-bottom: 12px;
    }

    .main-nav .menu {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .main-nav .menu li {
        flex: 0 1 140px;
        margin: 0 8px 8px 8px;
    }

    .main-nav .menu li.locale,
    .main-nav .menu li.login {
        flex: 0 1 140px;
        margin-left: 0;
        white-space: nowrap;
    }

    .main-nav .menu a {
        width: auto;
        padding: 8px 10px 10px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .main-nav .menu a .sub-nav-text {
        font-size: 11px;
    }

    .main-nav .menu li:not(:last-child)::after {
        display: none;
    }

    .main-nav .menu li.locale .locale-menu {
        left: auto;
        right: 0;
    }
}

@media screen and (max-width: 640px) {
    #site-header .wrap {
        flex-direction: column;
        align-items: center;
    }

    .logo-box {
        margin-bottom: 12px;
    }

    .main-nav .menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }

    .main-nav .menu li {
        margin: 0 4px 6px 4px;
        flex: 1 1 110px;
        max-width: 140px;
        min-width: 90px;
    }

    .main-nav .menu a {
        width: 100% !important;
        padding: 8px 8px 10px;
        line-height: 1.15;
        box-sizing: border-box;
        white-space: nowrap;
    }

    .main-nav .menu li.login a,
    .main-nav .menu li.locale a {
        padding: 8px 8px 10px;
        max-width: 140px;
    }

    .main-nav .menu li.locale {
        flex: 0 1 auto;
    }

    .main-nav .menu a .balance_btn {
        font-size: 14px;
    }

    .main-nav .menu a .sub-nav-text {
        font-size: 10px;
    }

    .main-nav .menu li.locale a {
        padding: 8px 8px 10px;
    }

    .main-nav .menu li.locale,
    .main-nav .menu li.login {
        margin-left: 0;
    }

    .main-nav .menu li.locale .locale-menu {
        left: auto;
        right: 0;
        min-width: 84px;
    }

    .section-links {
        display: block;
        width: 100%;
        text-align: center;
        margin: 8px 0 0 0;
    }

    .section-links .sec-link {
        display: inline-block;
        margin: 0 6px;
    }

    .main-nav .menu li:not(:last-child)::after {
        display: none;
    }
}

@media screen and (max-width:380px) {
    .main-nav .menu li {
        flex: 1 1 100%;
        max-width: 100%;
        min-width: 0;
        margin: 0 0 6px 0;
    }

    .main-nav .menu a {
        text-align: center;
    }
}

@media screen and (max-width:640px) {
    .unibox {
        padding: 16px 16px;
        margin: 24px 0 8px 0;
    }

    .unibox-header .section-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .unibox-body p {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .unibox-list li {
        padding: 5px 0;
    }
}

@media (forced-colors: active) {
    .mainbanner-cta::before,
    .mainbanner-cta::after {
        display: none;
    }

    .main-nav .menu li.locale.locale-auth .funds-link {
        background: transparent;
        box-shadow: none;
    }

    .main-nav .menu li.locale.locale-auth .funds-link::before {
        display: none;
    }
}

@media screen and (max-width:640px) {
    .main-nav .menu li.locale.locale-auth {
        flex: 0 1 140px;
        width: auto;
        flex-wrap: wrap;
    }

    .main-nav .menu li.locale.locale-auth .funds,
    .main-nav .menu li.locale.locale-auth .locale-switch {
        flex: 1 1 100%;
    }

    .main-nav .menu li.locale.locale-auth .funds-link,
    .main-nav .menu li.locale.locale-auth .locale-switch > a {
        padding: 8px 8px 10px;
    }

    .main-nav .menu li.locale.locale-auth .locale-menu {
        right: 0;
        left: auto;
    }
}

@media screen and (max-width:640px) {
    .main-nav .menu li.locale.locale-auth {
        flex: 0 0 160px !important;
        width: 160px !important;
        flex-wrap: nowrap !important;
        margin: 0 4px 6px 4px !important;
    }

    .main-nav .menu li.locale.locale-auth .funds,
    .main-nav .menu li.locale.locale-auth .locale-switch {
        flex: 0 0 auto;
        width: auto;
        min-width: 0;
    }
}

@media screen and (max-width:380px) {
    .main-nav .menu li.locale.locale-auth {
        flex: 0 1 150px !important;
        width: auto !important;
    }
}

@media screen and (min-width:1280px) {
    #site-header .wrap {
        justify-content: flex-start;
    }

    #site-header .wrap .main-nav {
        margin-left: auto;
    }
}

@media screen and (max-width:1200px) {
    .main-nav .menu li.locale.locale-auth {
        margin-left: 0 !important;
    }
}

@media screen and (max-width:640px) {
    .main-nav .menu li.locale.locale-auth {
        margin: 0 4px 6px 4px !important;
        margin-left: 0 !important;
        width: auto;
        flex: 1 1 110px;
    }

    .main-nav .menu li.locale.locale-auth .funds,
    .main-nav .menu li.locale.locale-auth .locale-switch {
        flex: 1 1 100%;
    }
}

@media screen and (max-width:380px) {
    .main-nav .menu li.locale.locale-auth {
        flex: 1 1 100% !important;
        margin: 0 0 6px 0 !important;
    }
}

@media screen and (max-width: 1200px) {
    .sidebar-wrap {
        display: none;
    }

    #main-page-container {
        flex: 1 1 100%;
        width: 100%;
        margin: 0;
    }
}
