:root {
    --font-size: 16px;
    --base-width: 250px
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    color: #fff;
    font-size: var(--font-size);
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #1b2b3b;
    font-family: Fira Sans Condensed, sans-serif
}

@media (max-width: 500px) {
    html {
        background: #234
    }
}

body {
    overflow-x: hidden;
    overflow-y: scroll
}

input,
select,
button,
textarea {
    font: inherit
}

a,
label,
button,
input[type=button],
input[type=submit] {
    cursor: pointer;
    touch-action: manipulation
}

a {
    color: #fff;
    text-decoration: none
}

hr {
    background: #2d3d4d;
    border: none;
    height: 1px;
    margin: .5rem 0
}

.button,
.select,
.select2 select,
.input {
    color: #fff;
    background: #0000001a;
    border: 1px solid #2d3d4d;
    border-radius: .5em;
    outline: none;
    padding: .5em .75em;
    font-size: .75em;
    display: inline-block;
    position: relative
}

.disabled.button,
.disabled.select,
.select2 select.disabled,
.disabled.input {
    color: #aaa;
    background: 0 0
}

.input:focus {
    z-index: 1;
    border-color: #09d
}

.input.no-arrows {
    -webkit-appearance: textfield;
    appearance: textfield
}

.input.no-arrows:not(:focus)::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none
}

.input.no-arrows:not(:focus)::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none
}

.select2 {
    position: relative
}

.select2 select {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding-right: 1.75em
}

.select2 select:focus {
    z-index: 1;
    border-color: #09d
}

.select2 select option {
    background: #234
}

.select2:after {
    color: #fff;
    content: "";
    pointer-events: none;
    font-family: "Font Awesome 5 Pro";
    font-size: .875em;
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: .75em;
    transform: translateY(-50%)
}

.select {
    cursor: pointer
}

.select:focus {
    z-index: 1;
    border-color: #09d
}

.select option {
    background: #234
}

.button {
    text-align: center;
    cursor: pointer
}

.button:after {
    z-index: 1;
    border-radius: inherit;
    content: "";
    border: 1px solid #0000;
    transition: border-color .2s;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px
}

.button:not(.disabled):focus:after {
    transition-duration: 0s
}

.button:not(.disabled):focus:after,
.button:not(.disabled):hover:after {
    border-color: #09d
}

.checkbox {
    display: none
}

.checkbox+span {
    padding-left: 1.5em;
    display: inline-block;
    position: relative
}

.checkbox+span:empty {
    width: calc(1em + 2px);
    height: calc(1em + 2px);
    padding: 0
}

.checkbox+span:before {
    content: "";
    background: #0000001a;
    border: 1px solid #2d3d4d;
    border-radius: .25em;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.checkbox+span:after {
    color: #fff;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: .5rem;
    font-weight: 900;
    position: absolute;
    top: .25rem;
    left: .25rem
}

.checkbox:not(:checked)+span:after {
    display: none
}

.range {
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    width: 100%;
    padding: .5em 0
}

.range::-moz-range-thumb {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #2d3d4d;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -5px
}

.range::-webkit-slider-thumb {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #2d3d4d;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -5px
}

.range::-moz-range-track {
    cursor: pointer;
    background: #0000001a;
    border: 1px solid #2d3d4d;
    border-radius: .5em;
    width: 100%;
    height: 10px
}

.range::-webkit-slider-runnable-track {
    cursor: pointer;
    background: #0000001a;
    border: 1px solid #2d3d4d;
    border-radius: .5em;
    width: 100%;
    height: 10px
}

.range:focus {
    outline: none
}

.no-radius-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.no-radius-right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.no-radius-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.no-radius-left {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.flex {
    justify-content: center;
    align-items: center;
    display: flex
}

.flex.stretch {
    align-items: stretch
}

.flex.around {
    justify-content: space-around
}

.flex.between {
    justify-content: space-between
}

.flex.wide,
.flex.wide>* {
    width: 100%
}

.flex.vertical {
    flex-direction: column
}

.flex.group:not(.vertical)>:not(:first-child) {
    margin-left: -1px
}

.flex.group.vertical>:not(:first-child) {
    margin-top: -1px
}

.flex.group.no-radius:not(.vertical)>:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.flex.group.no-radius:not(.vertical)>:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.flex.group.no-radius.vertical>:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.flex.group.no-radius.vertical>:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.table {
    border-collapse: collapse;
    width: 100%;
    font-size: 1rem
}

.table th {
    background: #0000001a;
    font-weight: 500
}

.table th,
.table td {
    text-align: center;
    padding: .25rem;
    font-size: .875em
}

.table tr:nth-child(2n) {
    background: #0000001a
}

.table.border th,
.table.border td {
    border: 1px solid #2d3d4d
}

.table.border th:first-of-type,
.table.border td:first-of-type {
    border-left: none
}

.table.border th:last-of-type,
.table.border td:last-of-type {
    border-right: none
}

.main {
    width: calc(var(--base-width)*2);
    background: #234;
    flex-flow: column;
    min-height: 100dvh;
    margin: 0 auto;
    display: flex;
    position: relative
}

@media not (max-width: 500px) {
    body.zoom .main {
        min-height: 100%
    }
}

@media (min-width: 1400px) {
    body.wide .main {
        width: calc(var(--base-width)*3)
    }
}

.main>.head {
    height: 5rem;
    position: relative
}

.main>.head>.stats {
    float: left;
    width: var(--base-width);
    border-bottom: 1px solid #2d3d4d;
    height: 100%;
    position: absolute
}

.main>.head>.stats.events {
    left: var(--base-width)
}

@media (min-width: 1400px) {
    body.wide .main>.head>.stats.events {
        border-left: 1px solid #2d3d4d
    }
}

.main>.head>.stats.events>div {
    height: 100%;
    padding: 0 .25rem;
    font-size: .75rem
}

.main>.head>.stats.events>div>a {
    opacity: .5;
    transition: opacity .2s
}

.main>.head>.stats.events>div>a:hover {
    opacity: 1
}

.main>.head>.stats.events>div>div {
    border-top: 1px solid #2d3d4d;
    gap: .25rem;
    width: 100%;
    margin-top: .25rem;
    padding-top: .25rem
}

.main>.head>.stats.events>div>div>div {
    width: 100%;
    min-width: 0;
    margin-top: .25rem
}

.main>.head>.stats.events>div>div>div>div {
    width: 100%
}

.main>.head>.stats.events>div>div .avatar {
    border: 1px solid #2d3d4d;
    border-radius: 20%;
    flex: none;
    width: 3rem;
    height: 3rem;
    overflow: hidden
}

.main>.head>.stats.events>div>div .avatar img {
    width: 100%;
    height: 100%
}

.main>.head>.stats.events>div>div .name {
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #aaa;
    margin: -.25rem;
    padding: .25rem;
    font-size: .75rem;
    display: inline-block;
    overflow: hidden
}

.main>.head>.stats.events>div>div .value {
    font-size: .875rem;
    font-weight: 500
}

.main>.head>.stats>div {
    white-space: nowrap;
    text-align: center;
    width: 50%
}

.main>.head>.stats>div:first-child {
    border-right: 1px solid #2d3d4d
}

.main>.head>.stats>div p {
    font-size: 1.25rem;
    font-weight: 500
}

.main>.head>.profile {
    float: right;
    width: var(--base-width);
    background: #234;
    border-bottom: 1px solid #2d3d4d;
    border-left: 1px solid #2d3d4d;
    height: 100%;
    padding: .5rem;
    position: relative
}

.main>.head>.profile>div {
    justify-content: flex-start;
    width: 100%;
    min-width: 0;
    height: 100%;
    padding-top: .25rem;
    position: relative
}

.main>.head>.profile>div>p {
    width: 100%
}

.main>.head>.profile>div .name {
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: -.25rem;
    padding: .25rem;
    font-size: 1.125rem;
    display: inline-block;
    overflow: hidden
}

.main>.head>.profile>div .menu {
    z-index: 2;
    pointer-events: none;
    border-radius: .5em;
    width: 100%;
    position: absolute;
    top: calc(100% - 2rem);
    overflow: hidden
}

.main>.head>.profile>div .menu .mainmenu {
    z-index: 1;
    pointer-events: initial;
    width: 100%;
    position: relative
}

.main>.head>.profile>div .menu .mainmenu:before {
    content: "";
    background: #234;
    border-bottom-right-radius: .5em;
    border-bottom-left-radius: .5em;
    transition: border-radius .2s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.main>.head>.profile>div .menu .mainmenu .button {
    flex: 0 auto;
    padding: 0 .5rem;
    font-size: 1rem;
    transition: border-radius .2s
}

.main>.head>.profile>div .menu .mainmenu .button i {
    font-size: .875rem
}

.main>.head>.profile>div .menu .mainmenu .button:first-child {
    white-space: nowrap;
    flex: 1 0 0;
    column-gap: .25rem;
    padding: .35em 0;
    font-weight: 500
}

.main>.head>.profile>div .menu .mainmenu .button:last-child i {
    transition: transform .5s
}

.main>.head>.profile>div .menu .submenu {
    pointer-events: initial;
    background: #234;
    width: 100%;
    transition: transform .5s, margin .5s;
    transform: translateY(-100%)
}

.main>.head>.profile>div .menu .submenu .button {
    padding: .35em 0;
    font-size: 1rem
}

.main>.head>.profile>div .menu .submenu .button i {
    margin-right: .25rem;
    font-size: .875rem
}

.main>.head>.profile>div .menu.show .mainmenu:before,
.main>.head>.profile>div .menu.show .mainmenu .button {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.main>.head>.profile>div .menu.show .mainmenu .toggle i {
    transform: rotate(180deg)
}

.main>.head>.profile>div .menu.show .submenu {
    margin-top: -1px;
    transform: none
}

.main>.head>.profile .conditions {
    color: #aaa;
    text-align: center;
    font-size: .75rem
}

.main>.head>.profile .login {
    aspect-ratio: 1;
    border-radius: 1em;
    height: 100%;
    margin: 0 .5rem;
    padding: 0;
    font-size: .875rem
}

.main>.head>.profile .avatar {
    --santa-hue: 0deg;
    flex: 0 0 4rem;
    margin-right: .5rem;
    position: relative
}

body.snow .main>.head>.profile .avatar:after {
    width: 2.5rem;
    height: 2rem;
    filter: hue-rotate(var(--santa-hue));
    content: "";
    background-image: url(/assets/img/santa_hat.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: -.5rem;
    right: -1rem;
    transform: scaleX(-1)rotate(340deg)
}

.main>.head>.profile .avatar img {
    border: 1px solid #2d3d4d;
    border-radius: 20%;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.main>.content {
    flex: 1 0 auto;
    position: relative
}

.main>.content .title {
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    background: #1b2b3b;
    padding: .5em;
    font-weight: 500;
    line-height: 1em;
    position: relative
}

.main>.content .title.b-t {
    border-top: 1px solid #2d3d4d
}

.main>.content .title.b-b {
    border-bottom: 1px solid #2d3d4d
}

.main>.content .title>.link {
    color: #aaa;
    aspect-ratio: 1;
    border: 1px solid #2d3d4d;
    font-size: 1rem;
    transition: color .2s;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px
}

.main>.content .title>.link:hover {
    color: #fff
}

.main>.content .title>.link.left {
    border-bottom-right-radius: .75em;
    right: auto
}

.main>.content .title>.link.right {
    border-bottom-left-radius: .75em;
    left: auto
}

body.error {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex
}

body.error h1 {
    margin-bottom: .5rem;
    font-size: 8rem;
    line-height: 1em
}

body.error .button {
    margin-top: 1rem
}

body.error .info {
    color: #2d3d4d;
    font-size: 12px;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%)
}

body>.preload {
    z-index: 100;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

body>.progress {
    opacity: 0;
    transition: opacity .2s
}

body>.progress.show {
    opacity: 1
}

body>.progress {
    z-index: 15;
    pointer-events: none;
    position: fixed;
    bottom: 1rem;
    left: 1rem
}

body>.progress:after {
    content: "";
    border: .25rem solid #0000;
    border-color: #09d #0000 #0000 #09d;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    animation: .5s linear infinite spinner;
    display: block
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

@keyframes c-animate {
    to {
        background-position: 200%
    }
}

.gold {
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#ffeb3b, #ff9800);
    -webkit-background-clip: text;
    margin: -.125em;
    padding: .125em;
    font-size: .875em;
    color: #ffeb00 !important;
    font-weight: 900 !important
}

.point {
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#7fff00, #0f7);
    -webkit-background-clip: text;
    margin: -.125em;
    padding: .125em;
    font-size: .875em;
    color: #0f7 !important;
    font-weight: 900 !important
}

.c-0,
.c-1,
.c-2,
.c-3,
.c-4,
.c-5,
.c-6,
.c-7,
.c-8,
.c-9,
.c-10,
.c-11,
.c-12,
.c-13,
.c-14,
.c-15,
.c-16,
.c-17,
.c-18,
.c-19,
.c-20,
.c-21,
.c-22,
.c-23,
.c-24,
.c-25,
.c-26,
.c-27,
.c-28 {
    color: #aaa !important;
    font-weight: 400 !important
}

body:not(.blind) .c-1 {
    color: #fff !important;
    font-weight: 400 !important
}

body:not(.blind) .c-2 {
    color: #5be !important;
    font-weight: 400 !important
}

body:not(.blind) .c-3 {
    color: #98e !important;
    font-weight: 400 !important
}

body:not(.blind) .c-4 {
    color: #fa2 !important;
    font-weight: 400 !important
}

body:not(.blind) .c-5 {
    color: #4f8 !important;
    font-weight: 400 !important
}

body:not(.blind) .c-6 {
    color: #2ff !important;
    font-weight: 400 !important
}

body:not(.blind) .c-7 {
    color: #f2f !important;
    font-weight: 400 !important
}

body:not(.blind) .c-8 {
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #41ff58, #0043ff 100%, #2c9651);
    -webkit-background-clip: text;
    color: inherit !important;
    font-weight: 400 !important
}

body:not(.blind) .c-9 {
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #0095dd 20%, #f1094b 80%);
    -webkit-background-clip: text;
    color: inherit !important;
    font-weight: 400 !important
}

body:not(.blind) .c-10 {
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffcb00 0%, #ff00dc 100%, #0de14b);
    -webkit-background-clip: text;
    color: inherit !important;
    font-weight: 400 !important
}

body:not(.blind) .c-11 {
    text-shadow: 0 0 7px;
    -webkit-text-fill-color: transparent;
    background-image: radial-gradient(circle, #e832d9 0%, #00d0ff 30%, #ff7ef4 51%, #ff7ef4 18%, #00d0ff 110%);
    -webkit-background-clip: text;
    color: #00d0ff !important;
    font-weight: 500 !important
}

body:not(.blind) .c-12 {
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, red, red, #fff, #fff, #fff, red);
    background-size: 200%;
    -webkit-background-clip: text;
    animation: 2s steps(40, end) infinite c-animate;
    color: inherit !important;
    font-weight: 500 !important
}

@media (prefers-reduced-motion:reduce) {
    body:not(.blind) .c-12 {
        animation: 2s steps(20, end) infinite c-animate
    }
}

body:not(.blind) .c-13 {
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #40e0d0, #ff8c00, #ff0080, #40e0d0);
    background-size: 200%;
    -webkit-background-clip: text;
    animation: 2s steps(40, end) infinite c-animate;
    color: inherit !important;
    font-weight: 500 !important
}

@media (prefers-reduced-motion:reduce) {
    body:not(.blind) .c-13 {
        animation: 2s steps(20, end) infinite c-animate
    }
}

body:not(.blind) .c-14 {
    text-shadow: 0 0 7px;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ffbc00 0%, #14e2c6 100%, #00acff);
    -webkit-background-clip: text;
    color: #25cfc9 !important;
    font-weight: 400 !important
}

body:not(.blind) .c-15 {
    text-shadow: 1px 1px 10px #fff;
    color: #fff !important;
    font-weight: 500 !important
}

body:not(.blind) .c-16 {
    text-shadow: 0 0 2px red, 0 0 7px #ff00e0, 0 0 2px red, 0 0 3px #ec62db, 0 0 5px #ec62db, 1px 1px red;
    color: #fff !important;
    font-weight: 400 !important
}

body:not(.blind) .c-17 {
    text-shadow: 2px 2px #ff001799, 0 0 2px #0ff, 0 0 3px #0095ff, 0 0 4px #1a73e8, 0 0 5px #1a73e8, 0 0 6px #d800ff, 0 0 7px #1a73e8, 0 0 8px #c0f, 0 0 9px #00a1ff, 0 0 9px #00f;
    color: #fff !important;
    font-weight: 400 !important
}

body:not(.blind) .c-18 {
    text-shadow: 0 1px 6px #00dcff, 0 -1px 6px #00efff, 0 0 2px #00daff, 0 0 6px #00c3e0, 0 0 1px #00b9ce, 1px 1px #00719e, 1px 1px 1px #009fff, 2px 3px 1px #008cad;
    color: #0ff !important;
    font-weight: 400 !important
}

body:not(.blind) .c-19 {
    text-shadow: 2px 2px #f0f, 0 0 2px #0ff, 0 0 3px #0095ff, 0 0 4px #00f, 0 0 5px #8500ff, 0 0 6px #d800ff, 0 0 7px #f0f, 0 0 8px #c0f, 0 0 9px #00a1ff, 0 0 9px #00f;
    color: #fff !important;
    font-weight: 400 !important
}

body:not(.blind) .c-20 {
    text-shadow: 0 0 6px #0008ff, 0 0 5px #00b8ff, 0 0 6px #0ff, 0 0 6px #00f3ff, 0 0 6px #00ff95, 0 0 5px #ff1493, 1px 2px #0008ff, 0 -4px 4px #ef00ff, 0 4px 4px #ef00ff;
    color: #00ffad !important;
    font-weight: 400 !important
}

body:not(.blind) .c-21 {
    position: relative;
    color: #0000 !important;
    font-weight: 500 !important
}

body:not(.blind) .c-21:before,
body:not(.blind) .c-21:after {
    padding: inherit;
    content: attr(data-text);
    pointer-events: none;
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #00f6ff 30%, #ff258e 70%);
    -webkit-background-clip: text;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #0000 !important;
    font-weight: 500 !important
}

body:not(.blind) .c-21:before {
    filter: blur(.2em)
}

body:not(.blind) .c-22 {
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #94f, #94f, #fff, #fff, #fff, #94f);
    background-size: 200%;
    -webkit-background-clip: text;
    animation: 2s steps(40, end) infinite c-animate;
    color: inherit !important;
    font-weight: 500 !important
}

@media (prefers-reduced-motion:reduce) {
    body:not(.blind) .c-22 {
        animation: 2s steps(20, end) infinite c-animate
    }
}

body:not(.blind) .c-23 {
    text-shadow: 0 0 5px;
    color: #00000080 !important;
    font-weight: 400 !important
}

body:not(.blind) .c-24 {
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#26f 55%, #fc0 55%);
    -webkit-background-clip: text;
    color: inherit !important;
    font-weight: 400 !important
}

body:not(.blind) .c-25 {
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#fff 0%, #fff 43%, #26f 20%, #26f 62%, #f44 62%);
    -webkit-background-clip: text;
    color: inherit !important;
    font-weight: 400 !important
}

body:not(.blind) .c-26 {
    text-shadow: 0 0 9px #50d950, 0 0 9px #0f0, 0 0 9px #0f0;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#0f0, #fff, #fff);
    -webkit-background-clip: text;
    color: inherit !important;
    font-weight: 400 !important
}

body:not(.blind) .c-27 {
    text-shadow: 0 0 9px #f80, 0 0 9px red, 0 0 9px red;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#f80000, #ff3c00, #fff8af);
    -webkit-background-clip: text;
    color: inherit !important;
    font-weight: 400 !important
}

body:not(.blind) .c-28 {
    text-shadow: 0 0 7px #a1ffff;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(135deg, #00fc3a 0%, #fff 23%, #00e5e1 35%, #ff75cc 49%, #3fe2ff 66%, #fff 80%, #00fc3a 100%);
    background-size: 200%;
    -webkit-background-clip: text;
    animation: 2s steps(40, end) infinite c-animate;
    color: inherit !important;
    font-weight: 500 !important
}

@media (prefers-reduced-motion:reduce) {
    body:not(.blind) .c-28 {
        animation: 2s steps(20, end) infinite c-animate
    }
}

.nyitem {
    aspect-ratio: 8/11;
    background-image: url(/assets/img/nytree/tiles.svg);
    background-repeat: no-repeat;
    background-size: 700% 500%;
    width: auto
}

.nyitem[data-id="1"] {
    background-position: 0 0
}

.nyitem[data-id="2"] {
    background-position: 16.6667% 0
}

.nyitem[data-id="3"] {
    background-position: 33.3333% 0
}

.nyitem[data-id="4"] {
    background-position: 50% 0
}

.nyitem[data-id="5"] {
    background-position: 66.6667% 0
}

.nyitem[data-id="6"] {
    background-position: 83.3333% 0
}

.nyitem[data-id="7"] {
    background-position: 100% 0
}

.nyitem[data-id="8"] {
    background-position: 0 25%
}

.nyitem[data-id="9"] {
    background-position: 16.6667% 25%
}

.nyitem[data-id="10"] {
    background-position: 33.3333% 25%
}

.nyitem[data-id="11"] {
    background-position: 50% 25%
}

.nyitem[data-id="12"] {
    background-position: 66.6667% 25%
}

.nyitem[data-id="13"] {
    background-position: 83.3333% 25%
}

.nyitem[data-id="14"] {
    background-position: 100% 25%
}

.nyitem[data-id="15"] {
    background-position: 0%
}

.nyitem[data-id="16"] {
    background-position: 16.6667%
}

.nyitem[data-id="17"] {
    background-position: 33.3333%
}

.nyitem[data-id="18"] {
    background-position: 50%
}

.nyitem[data-id="19"] {
    background-position: 66.6667%
}

.nyitem[data-id="20"] {
    background-position: 83.3333%
}

.nyitem[data-id="21"] {
    background-position: 100%
}

.nyitem[data-id="22"] {
    background-position: 0 75%
}

.nyitem[data-id="23"] {
    background-position: 16.6667% 75%
}

.nyitem[data-id="24"] {
    background-position: 33.3333% 75%
}

.nyitem[data-id="25"] {
    background-position: 50% 75%
}

.nyitem[data-id="26"] {
    background-position: 66.6667% 75%
}

.nyitem[data-id="27"] {
    background-position: 83.3333% 75%
}

.nyitem[data-id="28"] {
    background-position: 100% 75%
}

.nyitem[data-id="29"] {
    background-position: 0 100%
}

.nyitem[data-id="30"] {
    background-position: 16.6667% 100%
}

.nyitem[data-id="31"] {
    background-position: 33.3333% 100%
}

.nyitem[data-id="32"] {
    background-position: 50% 100%
}

.nyitem[data-id="33"] {
    background-position: 66.6667% 100%
}

.nyitem[data-id="34"] {
    background-position: 83.3333% 100%
}

.nyitem[data-id="35"] {
    background-position: 100% 100%
}

.main>.content>.profile>.user .nytree {
    background-color: #234;
    border-left: 1px solid #2d3d4d;
    flex: 0 0 85px;
    transition: background-color .2s;
    position: relative
}

.main>.content>.profile>.user .nytree:active,
.main>.content>.profile>.user .nytree:hover {
    background-color: #1b2b3b
}

.main>.content>.profile>.user .nytree .nyitem {
    width: 8.5px;
    position: absolute
}

.main>.content>.nyevent>.users {
    column-gap: 2px;
    width: 500px;
    margin: 0 auto;
    padding: 5px;
    display: flex
}

.main>.content>.nyevent>.users .column {
    flex-direction: column;
    row-gap: 2px;
    width: 100%;
    display: flex
}

.main>.content>.nyevent>.users .column a {
    aspect-ratio: 1;
    border: 1px solid #2d3d4d;
    border-radius: 5px;
    transition: all .5s;
    position: relative;
    overflow: hidden
}

.main>.content>.nyevent>.users .column a.win {
    border-color: #4f8
}

.main>.content>.nyevent>.users .column a.win span.count {
    opacity: 1
}

.main>.content>.nyevent>.users .column a.hide {
    opacity: 0;
    pointer-events: none;
    border-color: red;
    margin-top: calc(-100% - 2px)
}

.main>.content>.nyevent>.users .column a img {
    width: 100%
}

.main>.content>.nyevent>.users .column a span {
    text-align: center;
    background: #0000004d;
    width: 100%;
    font-size: 12px;
    position: absolute;
    left: 0
}

.main>.content>.nyevent>.users .column a span.count {
    opacity: 0;
    transition: opacity .5s;
    top: 0
}

.main>.content>.nyevent>.users .column a span.chance {
    bottom: 0
}

.modal>.content>.nytree {
    -webkit-user-select: none;
    user-select: none;
    touch-action: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    overflow: hidden
}

.modal>.content>.nytree img {
    pointer-events: none
}

.modal>.content>.nytree .nyitem {
    filter: drop-shadow(2px 2px 4px #00000020);
    width: 30px;
    position: absolute
}

.modal>.content>.nytree.edit .nyitem {
    cursor: grabbing
}

.modal>.content>.nyevent {
    padding: 10px
}

.modal>.content>.nyevent .button {
    width: 100%;
    font-size: 14px
}

.modal>.content>.nyevent .rules {
    color: #bbb;
    text-align: justify;
    border-bottom: 1px solid #2d3d4d;
    padding: 5px 10px;
    font-size: 14px
}

.modal>.content>.nyevent .rules span {
    color: #fff
}

.modal>.content>.nyevent .awards {
    padding: 10px 0
}

.modal>.content>.nyevent .awards div {
    grid-template-columns: 1fr 5px 1fr;
    display: grid
}

body.pixel .bet img:not([data-pixelated=true]),
body.pixel .avatar img:not([data-pixelated=true]),
body.pixel .slider img:not([data-pixelated=true]),
body.pixel .chances img:not([data-pixelated=true]),
body.pixel img.avatar:not([data-pixelated=true]) {
    filter: blur(2px)
}

body.pixel img[data-pixelated=true]:not([data-pixelated-bypass=true]) {
    image-rendering: pixelated
}

body.snow .snow {
    z-index: 5;
    pointer-events: none;
    background: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: fixed
}

body.snow .snow:first-child {
    opacity: .90785;
    animation: 10s linear -17s infinite fall-1;
    transform: translate(26.3vw, -10px)scale(.5835)
}

@keyframes fall-1 {
    49.55% {
        transform: translate(36.24vw, 49.55vh)scale(.5835)
    }

    to {
        transform: translate(31.27vw, 100vh)scale(.5835)
    }
}

body.snow .snow:nth-child(2) {
    opacity: .4566;
    animation: 27s linear -28s infinite fall-2;
    transform: translate(47.5vw, -10px)scale(.18562)
}

@keyframes fall-2 {
    55.6% {
        transform: translate(46.2vw, 55.6vh)scale(.18562)
    }

    to {
        transform: translate(46.85vw, 100vh)scale(.18562)
    }
}

body.snow .snow:nth-child(3) {
    opacity: .61715;
    animation: 20s linear -16s infinite fall-3;
    transform: translate(5.6vw, -10px)scale(.33948)
}

@keyframes fall-3 {
    73.7% {
        transform: translate(-.64vw, 73.7vh)scale(.33948)
    }

    to {
        transform: translate(2.48vw, 100vh)scale(.33948)
    }
}

body.snow .snow:nth-child(4) {
    opacity: .2951;
    animation: 27s linear -19s infinite fall-4;
    transform: translate(21.6vw, -10px)scale(.23756)
}

@keyframes fall-4 {
    76.45% {
        transform: translate(24.56vw, 76.45vh)scale(.23756)
    }

    to {
        transform: translate(23.08vw, 100vh)scale(.23756)
    }
}

body.snow .snow:nth-child(5) {
    opacity: .66275;
    animation: 19s linear -20s infinite fall-5;
    transform: translate(74.3vw, -10px)scale(.27382)
}

@keyframes fall-5 {
    49.7% {
        transform: translate(82.42vw, 49.7vh)scale(.27382)
    }

    to {
        transform: translate(78.36vw, 100vh)scale(.27382)
    }
}

body.snow .snow:nth-child(6) {
    opacity: .58675;
    animation: 24s linear -17s infinite fall-6;
    transform: translate(78vw, -10px)scale(.82458)
}

@keyframes fall-6 {
    61.45% {
        transform: translate(82.84vw, 61.45vh)scale(.82458)
    }

    to {
        transform: translate(80.42vw, 100vh)scale(.82458)
    }
}

body.snow .snow:nth-child(7) {
    opacity: .8366;
    animation: 17s linear -2s infinite fall-7;
    transform: translate(49.8vw, -10px)scale(.18268)
}

@keyframes fall-7 {
    55.95% {
        transform: translate(55.26vw, 55.95vh)scale(.18268)
    }

    to {
        transform: translate(52.53vw, 100vh)scale(.18268)
    }
}

body.snow .snow:nth-child(8) {
    opacity: .70265;
    animation: 15s linear -27s infinite fall-8;
    transform: translate(57.3vw, -10px)scale(.89906)
}

@keyframes fall-8 {
    44.45% {
        transform: translate(66.2vw, 44.45vh)scale(.89906)
    }

    to {
        transform: translate(61.75vw, 100vh)scale(.89906)
    }
}

body.snow .snow:nth-child(9) {
    opacity: .57915;
    animation: 28s linear infinite fall-9;
    transform: translate(41.9vw, -10px)scale(.69522)
}

@keyframes fall-9 {
    42.35% {
        transform: translate(43.82vw, 42.35vh)scale(.69522)
    }

    to {
        transform: translate(42.86vw, 100vh)scale(.69522)
    }
}

body.snow .snow:nth-child(10) {
    opacity: .9354;
    animation: 27s linear -26s infinite fall-10;
    transform: translate(70.9vw, -10px)scale(.05332)
}

@keyframes fall-10 {
    39.35% {
        transform: translate(73.06vw, 39.35vh)scale(.05332)
    }

    to {
        transform: translate(71.98vw, 100vh)scale(.05332)
    }
}

body.snow .snow:nth-child(11) {
    opacity: .316;
    animation: 15s linear -1s infinite fall-11;
    transform: translate(93.2vw, -10px)scale(.0788)
}

@keyframes fall-11 {
    65.15% {
        transform: translate(89.34vw, 65.15vh)scale(.0788)
    }

    to {
        transform: translate(91.27vw, 100vh)scale(.0788)
    }
}

body.snow .snow:nth-child(12) {
    opacity: .2818;
    animation: 15s linear -27s infinite fall-12;
    transform: translate(37vw, -10px)scale(.43944)
}

@keyframes fall-12 {
    52.85% {
        transform: translate(31.2vw, 52.85vh)scale(.43944)
    }

    to {
        transform: translate(34.1vw, 100vh)scale(.43944)
    }
}

body.snow .snow:nth-child(13) {
    opacity: .4224;
    animation: 29s linear -21s infinite fall-13;
    transform: translate(89.7vw, -10px)scale(.77362)
}

@keyframes fall-13 {
    39.7% {
        transform: translate(96.76vw, 39.7vh)scale(.77362)
    }

    to {
        transform: translate(93.23vw, 100vh)scale(.77362)
    }
}

body.snow .snow:nth-child(14) {
    opacity: .6238;
    animation: 23s linear -13s infinite fall-14;
    transform: translate(81.6vw, -10px)scale(.03274)
}

@keyframes fall-14 {
    50.85% {
        transform: translate(74.16vw, 50.85vh)scale(.03274)
    }

    to {
        transform: translate(77.88vw, 100vh)scale(.03274)
    }
}

body.snow .snow:nth-child(15) {
    opacity: .39485;
    animation: 20s linear -19s infinite fall-15;
    transform: translate(64.9vw, -10px)scale(.24344)
}

@keyframes fall-15 {
    51.15% {
        transform: translate(73.44vw, 51.15vh)scale(.24344)
    }

    to {
        transform: translate(69.17vw, 100vh)scale(.24344)
    }
}

body.snow .snow:nth-child(16) {
    opacity: .3863;
    animation: 28s linear -9s infinite fall-16;
    transform: translate(12vw, -10px)scale(.66288)
}

@keyframes fall-16 {
    51.3% {
        transform: translate(19.7vw, 51.3vh)scale(.66288)
    }

    to {
        transform: translate(15.85vw, 100vh)scale(.66288)
    }
}

body.snow .snow:nth-child(17) {
    opacity: .37585;
    animation: 17s linear -25s infinite fall-17;
    transform: translate(98.8vw, -10px)scale(.75598)
}

@keyframes fall-17 {
    74.7% {
        transform: translate(90.46vw, 74.7vh)scale(.75598)
    }

    to {
        transform: translate(94.63vw, 100vh)scale(.75598)
    }
}

body.snow .snow:nth-child(18) {
    opacity: .69505;
    animation: 28s linear -9s infinite fall-18;
    transform: translate(89.4vw, -10px)scale(.78244)
}

@keyframes fall-18 {
    36.15% {
        transform: translate(81.04vw, 36.15vh)scale(.78244)
    }

    to {
        transform: translate(85.22vw, 100vh)scale(.78244)
    }
}

body.snow .snow:nth-child(19) {
    opacity: .91545;
    animation: 20s linear -25s infinite fall-19;
    transform: translate(84vw, -10px)scale(.1817)
}

@keyframes fall-19 {
    33.15% {
        transform: translate(81.58vw, 33.15vh)scale(.1817)
    }

    to {
        transform: translate(82.79vw, 100vh)scale(.1817)
    }
}

body.snow .snow:nth-child(20) {
    opacity: .10795;
    animation: 17s linear -15s infinite fall-20;
    transform: translate(67.5vw, -10px)scale(.22678)
}

@keyframes fall-20 {
    37.65% {
        transform: translate(61.06vw, 37.65vh)scale(.22678)
    }

    to {
        transform: translate(64.28vw, 100vh)scale(.22678)
    }
}

body.snow .snow:nth-child(21) {
    opacity: .164;
    animation: 14s linear -24s infinite fall-21;
    transform: translate(48.5vw, -10px)scale(.61094)
}

@keyframes fall-21 {
    61.4% {
        transform: translate(51.42vw, 61.4vh)scale(.61094)
    }

    to {
        transform: translate(49.96vw, 100vh)scale(.61094)
    }
}

body.snow .snow:nth-child(22) {
    opacity: .1792;
    animation: 13s linear -14s infinite fall-22;
    transform: translate(44vw, -10px)scale(.9412)
}

@keyframes fall-22 {
    50.5% {
        transform: translate(44.28vw, 50.5vh)scale(.9412)
    }

    to {
        transform: translate(44.14vw, 100vh)scale(.9412)
    }
}

body.snow .snow:nth-child(23) {
    opacity: .76155;
    animation: 23s linear -3s infinite fall-23;
    transform: translate(59.4vw, -10px)scale(.50902)
}

@keyframes fall-23 {
    60.15% {
        transform: translate(56.84vw, 60.15vh)scale(.50902)
    }

    to {
        transform: translate(58.12vw, 100vh)scale(.50902)
    }
}

body.snow .snow:nth-child(24) {
    opacity: .06235;
    animation: 19s linear -25s infinite fall-24;
    transform: translate(9.9vw, -10px)scale(.40514)
}

@keyframes fall-24 {
    55.45% {
        transform: translate(13.56vw, 55.45vh)scale(.40514)
    }

    to {
        transform: translate(11.73vw, 100vh)scale(.40514)
    }
}

body.snow .snow:nth-child(25) {
    opacity: .5516;
    animation: 14s linear -7s infinite fall-25;
    transform: translate(12vw, -10px)scale(.88338)
}

@keyframes fall-25 {
    57.85% {
        transform: translate(9.32vw, 57.85vh)scale(.88338)
    }

    to {
        transform: translate(10.66vw, 100vh)scale(.88338)
    }
}

body.snow .snow:nth-child(26) {
    opacity: .62;
    animation: 30s linear -13s infinite fall-26;
    transform: translate(36.6vw, -10px)scale(.92552)
}

@keyframes fall-26 {
    62.3% {
        transform: translate(29.94vw, 62.3vh)scale(.92552)
    }

    to {
        transform: translate(33.27vw, 100vh)scale(.92552)
    }
}

body.snow .snow:nth-child(27) {
    opacity: .89835;
    animation: 13s linear -10s infinite fall-27;
    transform: translate(4.5vw, -10px)scale(.24344)
}

@keyframes fall-27 {
    36.45% {
        transform: translate(10vw, 36.45vh)scale(.24344)
    }

    to {
        transform: translate(7.25vw, 100vh)scale(.24344)
    }
}

body.snow .snow:nth-child(28) {
    opacity: .8841;
    animation: 13s linear -11s infinite fall-28;
    transform: translate(33.4vw, -10px)scale(.12388)
}

@keyframes fall-28 {
    35.55% {
        transform: translate(24.42vw, 35.55vh)scale(.12388)
    }

    to {
        transform: translate(28.91vw, 100vh)scale(.12388)
    }
}

body.snow .snow:nth-child(29) {
    opacity: .9373;
    animation: 24s linear -4s infinite fall-29;
    transform: translate(32.6vw, -10px)scale(.951)
}

@keyframes fall-29 {
    52.75% {
        transform: translate(42.32vw, 52.75vh)scale(.951)
    }

    to {
        transform: translate(37.46vw, 100vh)scale(.951)
    }
}

body.snow .snow:nth-child(30) {
    opacity: .0519;
    animation: 15s linear -5s infinite fall-30;
    transform: translate(32.7vw, -10px)scale(.05822)
}

@keyframes fall-30 {
    55.65% {
        transform: translate(28.08vw, 55.65vh)scale(.05822)
    }

    to {
        transform: translate(30.39vw, 100vh)scale(.05822)
    }
}

body.snow .snow:nth-child(31) {
    opacity: .25045;
    animation: 19s linear -23s infinite fall-31;
    transform: translate(78.9vw, -10px)scale(.85202)
}

@keyframes fall-31 {
    46.5% {
        transform: translate(87.78vw, 46.5vh)scale(.85202)
    }

    to {
        transform: translate(83.34vw, 100vh)scale(.85202)
    }
}

body.snow .snow:nth-child(32) {
    opacity: .70265;
    animation: 11s linear -12s infinite fall-32;
    transform: translate(68.4vw, -10px)scale(.96276)
}

@keyframes fall-32 {
    50.3% {
        transform: translate(74.42vw, 50.3vh)scale(.96276)
    }

    to {
        transform: translate(71.41vw, 100vh)scale(.96276)
    }
}

body.snow .snow:nth-child(33) {
    opacity: .80715;
    animation: 18s linear -5s infinite fall-33;
    transform: translate(42.7vw, -10px)scale(.80596)
}

@keyframes fall-33 {
    59.9% {
        transform: translate(32.86vw, 59.9vh)scale(.80596)
    }

    to {
        transform: translate(37.78vw, 100vh)scale(.80596)
    }
}

body.snow .snow:nth-child(34) {
    opacity: .54495;
    animation: 17s linear -26s infinite fall-34;
    transform: translate(94vw, -10px)scale(.92944)
}

@keyframes fall-34 {
    40.45% {
        transform: translate(99.28vw, 40.45vh)scale(.92944)
    }

    to {
        transform: translate(96.64vw, 100vh)scale(.92944)
    }
}

body.snow .snow:nth-child(35) {
    opacity: .82425;
    animation: 10s linear -11s infinite fall-35;
    transform: translate(12.8vw, -10px)scale(.47472)
}

@keyframes fall-35 {
    52.25% {
        transform: translate(20.78vw, 52.25vh)scale(.47472)
    }

    to {
        transform: translate(16.79vw, 100vh)scale(.47472)
    }
}

body.snow .snow:nth-child(36) {
    opacity: .5858;
    animation: 29s linear -28s infinite fall-36;
    transform: translate(45.4vw, -10px)scale(.46492)
}

@keyframes fall-36 {
    61.7% {
        transform: translate(36.68vw, 61.7vh)scale(.46492)
    }

    to {
        transform: translate(41.04vw, 100vh)scale(.46492)
    }
}

body.snow .snow:nth-child(37) {
    opacity: .61715;
    animation: 15s linear -11s infinite fall-37;
    transform: translate(87.1vw, -10px)scale(.48844)
}

@keyframes fall-37 {
    71.7% {
        transform: translate(88.5vw, 71.7vh)scale(.48844)
    }

    to {
        transform: translate(87.8vw, 100vh)scale(.48844)
    }
}

body.snow .snow:nth-child(38) {
    opacity: .5421;
    animation: 10s linear -13s infinite fall-38;
    transform: translate(9.6vw, -10px)scale(.88926)
}

@keyframes fall-38 {
    77.9% {
        transform: translate(9.96vw, 77.9vh)scale(.88926)
    }

    to {
        transform: translate(9.78vw, 100vh)scale(.88926)
    }
}

body.snow .snow:nth-child(39) {
    opacity: .65515;
    animation: 18s linear -17s infinite fall-39;
    transform: translate(6.6vw, -10px)scale(.14544)
}

@keyframes fall-39 {
    39.5% {
        transform: translate(.16vw, 39.5vh)scale(.14544)
    }

    to {
        transform: translate(3.38vw, 100vh)scale(.14544)
    }
}

body.snow .snow:nth-child(40) {
    opacity: .49175;
    animation: 28s linear -19s infinite fall-40;
    transform: translate(93vw, -10px)scale(.28656)
}

@keyframes fall-40 {
    75.9% {
        transform: translate(94.16vw, 75.9vh)scale(.28656)
    }

    to {
        transform: translate(93.58vw, 100vh)scale(.28656)
    }
}

body.snow .snow:nth-child(41) {
    opacity: .37395;
    animation: 26s linear -23s infinite fall-41;
    transform: translate(65.4vw, -10px)scale(.58644)
}

@keyframes fall-41 {
    60.65% {
        transform: translate(72.12vw, 60.65vh)scale(.58644)
    }

    to {
        transform: translate(68.76vw, 100vh)scale(.58644)
    }
}

body.snow .snow:nth-child(42) {
    opacity: .4395;
    animation: 30s linear -8s infinite fall-42;
    transform: translate(48.1vw, -10px)scale(.6325)
}

@keyframes fall-42 {
    73.05% {
        transform: translate(38.74vw, 73.05vh)scale(.6325)
    }

    to {
        transform: translate(43.42vw, 100vh)scale(.6325)
    }
}

body.snow .snow:nth-child(43) {
    opacity: .99335;
    animation: 26s linear -30s infinite fall-43;
    transform: translate(47.2vw, -10px)scale(.13368)
}

@keyframes fall-43 {
    73.9% {
        transform: translate(39.78vw, 73.9vh)scale(.13368)
    }

    to {
        transform: translate(43.49vw, 100vh)scale(.13368)
    }
}

body.snow .snow:nth-child(44) {
    opacity: .1488;
    animation: 10s linear -9s infinite fall-44;
    transform: translate(62.4vw, -10px)scale(.6913)
}

@keyframes fall-44 {
    32.3% {
        transform: translate(61.68vw, 32.3vh)scale(.6913)
    }

    to {
        transform: translate(62.04vw, 100vh)scale(.6913)
    }
}

body.snow .snow:nth-child(45) {
    opacity: .1222;
    animation: 12s linear -19s infinite fall-45;
    transform: translate(10.8vw, -10px)scale(.14936)
}

@keyframes fall-45 {
    53.2% {
        transform: translate(20.4vw, 53.2vh)scale(.14936)
    }

    to {
        transform: translate(15.6vw, 100vh)scale(.14936)
    }
}

body.snow .snow:nth-child(46) {
    opacity: .93065;
    animation: 24s linear -26s infinite fall-46;
    transform: translate(38.5vw, -10px)scale(.6864)
}

@keyframes fall-46 {
    31.65% {
        transform: translate(30.52vw, 31.65vh)scale(.6864)
    }

    to {
        transform: translate(34.51vw, 100vh)scale(.6864)
    }
}

body.snow .snow:nth-child(47) {
    opacity: .5668;
    animation: 26s linear -11s infinite fall-47;
    transform: translate(59.7vw, -10px)scale(.09742)
}

@keyframes fall-47 {
    46.1% {
        transform: translate(54.46vw, 46.1vh)scale(.09742)
    }

    to {
        transform: translate(57.08vw, 100vh)scale(.09742)
    }
}

body.snow .snow:nth-child(48) {
    opacity: .4167;
    animation: 20s linear -3s infinite fall-48;
    transform: translate(77.2vw, -10px)scale(.26696)
}

@keyframes fall-48 {
    39.9% {
        transform: translate(85.02vw, 39.9vh)scale(.26696)
    }

    to {
        transform: translate(81.11vw, 100vh)scale(.26696)
    }
}

body.snow .snow:nth-child(49) {
    opacity: .61145;
    animation: 16s linear -27s infinite fall-49;
    transform: translate(65.8vw, -10px)scale(.1719)
}

@keyframes fall-49 {
    67.25% {
        transform: translate(69.14vw, 67.25vh)scale(.1719)
    }

    to {
        transform: translate(67.47vw, 100vh)scale(.1719)
    }
}

body.snow .snow:nth-child(50) {
    opacity: .77105;
    animation: 28s linear -10s infinite fall-50;
    transform: translate(56.2vw, -10px)scale(.02784)
}

@keyframes fall-50 {
    45.3% {
        transform: translate(46.78vw, 45.3vh)scale(.02784)
    }

    to {
        transform: translate(51.49vw, 100vh)scale(.02784)
    }
}

.main>.content>.jackpot {
    --room-color: #fff
}

.main>.content>.jackpot>.room {
    z-index: 1;
    pointer-events: none;
    justify-content: space-between;
    width: 100%;
    display: flex;
    position: absolute
}

.main>.content>.jackpot>.room>* {
    color: #aaa;
    pointer-events: initial;
    border: 1px solid #2d3d4d;
    border-top: none;
    padding: 1em;
    font-weight: 500;
    line-height: 1em
}

.main>.content>.jackpot>.room>.online {
    border-left: none;
    border-bottom-right-radius: .75em;
    gap: .25rem
}

.main>.content>.jackpot>.room>.history {
    border-right: none;
    border-bottom-left-radius: .75em;
    transition: color .2s
}

.main>.content>.jackpot>.room>.history:hover {
    color: #fff
}

.main>.content>.jackpot>div[id^=game_] .title span:nth-child(2) {
    color: var(--room-color)
}

.main>.content>.jackpot>div[id^=game_] .status {
    text-shadow: 2px 2px 2px #0000004d;
    column-gap: .75rem;
    height: 4rem;
    padding: .5rem;
    font-size: 2rem;
    font-weight: 500;
    position: relative;
    overflow: hidden
}

.main>.content>.jackpot>div[id^=game_] .status .bar {
    background: #0000004d;
    width: 100%;
    height: 100%;
    padding: .25rem;
    position: relative
}

.main>.content>.jackpot>div[id^=game_] .status .bar .item {
    background: var(--room-color);
    height: 100%;
    transition: width .2s
}

.main>.content>.jackpot>div[id^=game_] .status .bar .text {
    column-gap: .5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.main>.content>.jackpot>div[id^=game_] .status .timer {
    height: 100%
}

.main>.content>.jackpot>div[id^=game_] .status .timer .divider {
    color: #0000004d;
    text-align: center;
    width: .75rem;
    text-shadow: none;
    padding-bottom: .25rem;
    font-weight: 400
}

.main>.content>.jackpot>div[id^=game_] .status .timer .minutes,
.main>.content>.jackpot>div[id^=game_] .status .timer .seconds {
    aspect-ratio: 1;
    background: #0000004d;
    height: 100%
}

.main>.content>.jackpot>div[id^=game_] .status .slider {
    display: none;
    position: absolute;
    top: .5rem;
    bottom: .5rem;
    left: 0;
    right: 0
}

.main>.content>.jackpot>div[id^=game_] .status .slider .line {
    height: 3rem;
    display: flex;
    transform: translate(100%)
}

.main>.content>.jackpot>div[id^=game_] .status .slider .line img {
    height: 100%;
    transition: all .2s
}

.main>.content>.jackpot>div[id^=game_] .status .slider .line img.winner {
    z-index: 1;
    box-shadow: var(--room-color)0 0 5px 1px;
    transform: scale(1.05)
}

.main>.content>.jackpot>div[id^=game_] .status .slider .pointer {
    background: var(--room-color);
    box-shadow: 0 0 5px 1px var(--room-color);
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: calc(50% - 1px);
    right: calc(50% - 1px)
}

.main>.content>.jackpot>div[id^=game_] .interface {
    border-bottom: 1px solid #2d3d4d;
    height: 2.5rem;
    padding: 0 .5rem .5rem;
    position: relative
}

.main>.content>.jackpot>div[id^=game_] .interface .playing {
    width: 100%
}

.main>.content>.jackpot>div[id^=game_] .interface .playing>div {
    text-align: center;
    width: 100%;
    line-height: 1em
}

.main>.content>.jackpot>div[id^=game_] .interface .playing>div:not(:last-child) {
    font-size: .875rem
}

.main>.content>.jackpot>div[id^=game_] .interface .playing>div span:first-child {
    color: #aaa
}

.main>.content>.jackpot>div[id^=game_] .interface .playing>div i:not(.gold) {
    font-size: .75em
}

.main>.content>.jackpot>div[id^=game_] .interface .playing .bet-form {
    flex: 100%
}

.main>.content>.jackpot>div[id^=game_] .interface .playing .bet-form .button {
    width: 1.5rem
}

.main>.content>.jackpot>div[id^=game_] .interface .playing .bet-form .button i {
    font-size: .875em
}

.main>.content>.jackpot>div[id^=game_] .interface .playing .bet-form .input {
    text-align: center;
    width: 100%;
    max-width: 5rem;
    padding: .5em
}

.main>.content>.jackpot>div[id^=game_] .interface .sliding {
    width: 100%;
    padding: 0 .5rem;
    display: none;
    position: absolute
}

.main>.content>.jackpot>div[id^=game_] .interface .sliding>div {
    color: #aaa;
    white-space: nowrap;
    text-align: center;
    width: 100%
}

.main>.content>.jackpot>div[id^=game_] .interface .sliding>div:not(:last-child) {
    font-size: .875rem
}

.main>.content>.jackpot>div[id^=game_] .interface .sliding>div.random {
    flex: 100%
}

.main>.content>.jackpot>div[id^=game_] .interface .sliding>div.random .button {
    width: 100%;
    max-width: 8rem
}

.main>.content>.jackpot>div[id^=game_] .interface .sliding>div.random form {
    display: none
}

.main>.content>.jackpot>div[id^=game_] .interface .sliding>div p.flex {
    gap: .25rem
}

.main>.content>.jackpot>div[id^=game_] .interface .sliding>div p.flex .winner {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 8rem;
    margin: -.25rem;
    padding: .25rem;
    display: inline-block;
    overflow: hidden
}

.main>.content>.jackpot>div[id^=game_] .interface .sliding>div span {
    color: #fff
}

.main>.content>.jackpot>div[id^=game_] .chances {
    background: linear-gradient(90deg, #0000, #0000004d, #0000);
    border-bottom: 1px solid #2d3d4d;
    align-items: center;
    column-gap: .25rem;
    height: 3.5rem;
    padding: 0 .25rem;
    transition: height .2s;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden
}

.main>.content>.jackpot>div[id^=game_] .chances::-webkit-scrollbar {
    display: none
}

.main>.content>.jackpot>div[id^=game_] .chances:empty {
    border-bottom: none;
    height: 0
}

.main>.content>.jackpot>div[id^=game_] .chances .chance {
    text-align: center;
    pointer-events: none;
    background: #0000004d;
    position: absolute
}

.main>.content>.jackpot>div[id^=game_] .chances .chance:first-line {
    font-size: .75rem
}

.main>.content>.jackpot>div[id^=game_] .chances .team {
    column-gap: .25rem;
    display: flex;
    position: relative
}

.avatar .status {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #1a1b1f;
    z-index: 10;
}

.avatar .status.online {
    background-color: #00ff7f;
}

.avatar .status.offline {
    background-color: #808080;
}

.main>.content>.jackpot>div[id^=game_] .chances .team:first-child {
    margin-left: auto
}

.main>.content>.jackpot>div[id^=game_] .chances .team:last-child {
    margin-right: auto
}

.main>.content>.jackpot>div[id^=game_] .chances .team>.chance {
    border-left: 1px solid #2d3d4d;
    border-right: 1px solid #2d3d4d;
    border-radius: .5em .5em 0 0;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0
}

.main>.content>.jackpot>div[id^=game_] .chances .team .user {
    border: 1px solid #2d3d4d;
    border-radius: 20%;
    width: 3rem;
    height: 3rem;
    position: relative;
    overflow: hidden
}

.main>.content>.jackpot>div[id^=game_] .chances .team .user img.avatar {
    width: 100%;
    height: 100%
}

.main>.content>.jackpot>div[id^=game_] .chances .team .user .chance {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0
}

.main>.content>.jackpot>div[id^=game_] .bets .bet {
    white-space: nowrap;
    border-bottom: 1px solid #2d3d4d;
    column-gap: .5rem;
    padding: .5rem
}

.main>.content>.jackpot>div[id^=game_] .bets .bet>a {
    column-gap: .5rem;
    min-width: 0
}

.main>.content>.jackpot>div[id^=game_] .bets .bet>a img.avatar {
    border: 1px solid #2d3d4d;
    border-radius: 20%;
    width: 2rem;
    height: 2rem
}

.main>.content>.jackpot>div[id^=game_] .bets .bet>a .team {
    white-space: nowrap;
    background: color-mix(in srgb, currentColor 15%, transparent);
    border-radius: .25em;
    padding: .1rem .2rem;
    font-size: .75rem
}

.main>.content>.jackpot>div[id^=game_] .bets .bet>a .name {
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #aaa;
    margin: -.25rem;
    padding: .25rem;
    display: inline-block;
    overflow: hidden
}

.main>.content>.jackpot>div[id^=game_] .bets .bet .tickets {
    text-align: right;
    margin-left: auto;
    margin-right: .5rem;
    font-size: .875rem
}

.main>.content>.jackpot>div[id^=game_] .bets .bet .tickets span {
    color: #aaa
}

.main>.content>.referral .profit {
    padding: 3rem
}

.main>.content>.referral .profit>a {
    padding: 1rem 1.5rem;
    font-size: 1.25rem
}

.main>.content>.referral .profit>div {
    text-align: center
}

.main>.content>.referral .profit>div p {
    color: #ccc
}

.main>.content>.referral .profit>div p:first-child {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5rem
}

.main>.content>.referral .profit>div p span {
    font-size: 2.25rem
}

.main>.content>.referral .info {
    text-align: justify;
    border-top: 1px solid #2d3d4d;
    padding: 1.5rem;
    font-size: .875rem
}

.main>.content>.referral .info .lifetime {
    text-align: center;
    justify-content: space-evenly
}

.main>.content>.referral .info .lifetime>i {
    font-size: .675rem
}

.main>.content>.referral .info .lifetime>div>p:last-child {
    font-size: 1.25rem
}

.main>.content>.referral .info .link {
    column-gap: 1rem
}

.main>.content>.referral .info .link input {
    text-align: center;
    width: 10rem
}

.main>.content>.referral .empty {
    text-align: center;
    padding: .5rem;
    font-size: .875rem
}

.main>.content>.settings {
    overflow: hidden
}

.main>.content>.settings>div.grid {
    --total: 2;
    --color: 5;
    grid-template-columns: repeat(var(--total), minmax(0, 1fr));
    margin-right: -1px;
    display: grid
}

@media (min-width: 1400px) {
    body.wide .main>.content>.settings>div.grid {
        --total: 3;
        --color: 7
    }
}

.main>.content>.settings>div.grid>div {
    border-bottom: 1px solid #2d3d4d;
    border-right: 1px solid #2d3d4d;
    padding: .5rem
}

.main>.content>.settings>div.grid>div .info {
    color: #aaa;
    text-align: center;
    font-size: .875em
}

.main>.content>.settings>div.grid>div[data-type=avatar] img {
    border: 1px solid #2d3d4d;
    border-radius: 20%;
    width: 3.5rem;
    height: 3.5rem
}

.main>.content>.settings>div.grid>div[data-type=avatar] form {
    margin-bottom: .5rem
}

.main>.content>.settings>div.grid>div[data-type=avatar] form#setavatar {
    gap: .5rem
}

.main>.content>.settings>div.grid>div[data-type=avatar] form#setname .button {
    width: 50%
}

.main>.content>.settings>div.grid>div[data-type=avatar] form input[type=file] {
    display: none
}

.main>.content>.settings>div.grid>div[data-type=password] {
    gap: .25rem
}

.main>.content>.settings>div.grid>div[data-type=password] form .button {
    width: 50%
}

.main>.content>.settings>div.grid>div[data-type=socials] {
    gap: .25rem
}

.main>.content>.settings>div.grid>div[data-type=socials] .table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #2d3d4d;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    overflow: hidden
}

.main>.content>.settings>div.grid>div[data-type=socials] .table td.flex {
    column-gap: .25rem
}

.main>.content>.settings>div.grid>div[data-type=socials] .table td.flex i:last-child {
    font-size: .75rem
}

.main>.content>.settings>div.grid>div[data-type=socials] .table td:last-child {
    border-left: 1px solid #2d3d4d;
    width: 75%
}

.main>.content>.settings>div.grid>div[data-type=socials] .table td:last-child a {
    font-size: .875em
}

.main>.content>.settings>div.grid>div[data-type=volume] {
    gap: .25rem
}

.main>.content>.settings>div.grid>div[data-type=volume] div {
    gap: .5rem
}

.main>.content>.settings>div.grid>div[data-type=transfer],
.main>.content>.settings>div.grid>div[data-type=transfer] form {
    gap: .25rem
}

.main>.content>.settings>div.grid>div[data-type=transfer] form i {
    font-size: 1rem
}

.main>.content>.settings>div.grid>div[data-type=transfer] form div:first-of-type {
    gap: .5rem
}

.main>.content>.settings>div.grid>div[data-type=transfer] form .button {
    width: 50%
}

.main>.content>.settings>div.grid>div[data-type=stream] {
    grid-column: span 2;
    gap: .5rem
}

.main>.content>.settings>div.grid>div[data-type=stream]>div {
    gap: 1rem
}

.main>.content>.settings>div.grid>div[data-type=stream]>div>div {
    width: 25%
}

.main>.content>.settings>div.grid>div[data-type=stream] form .button {
    width: 65%
}

.main>.content>.settings>div.grid>div[data-type=break] {
    grid-column: span 2;
    gap: 1rem
}

.main>.content>.settings>div.grid>div[data-type=break] div {
    width: 70%
}

.main>.content>.settings>div.grid>div[data-type=domain] {
    grid-column: span 2;
    gap: 1rem
}

.main>.content>.settings>div.grid>div[data-type=domain] div {
    width: 70%
}

.main>.content>.settings>div.grid>div[data-type=extra] {
    gap: .25rem
}

.main>.content>.settings>div.grid>div[data-type=extra] div {
    align-items: flex-start
}

.main>.content>.settings>div.grid>div[data-type=color] {
    grid-row: 1/var(--color);
    grid-column: var(--total);
    padding: 0
}

.main>.content>.settings>div.grid>div[data-type=color] table {
    height: 100%
}

.main>.content>.settings>div.grid>div[data-type=color] table tr td {
    padding-top: 0;
    padding-bottom: 0
}

.main>.content>.settings>div.grid>div[data-type=color] table tr td:first-child {
    padding-left: .5rem
}

.main>.content>.settings>div.grid>div[data-type=color] span {
    white-space: nowrap
}

.main>.content>.settings>div.grid>div[data-type=color] .name {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 6rem;
    margin: -.25rem;
    padding: .25rem;
    display: inline-block;
    overflow: hidden
}

.main>.content>.settings>div.grid>div[data-type=color] .button {
    padding: .5em
}

.main>.content>.support form {
    padding: 20px
}

.main>.content>.support form p.info {
    color: #aaa;
    text-align: center;
    font-size: 12px
}

.main>.content>.support form.create p.sellform {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex
}

.main>.content>.support form.create p.sellform span {
    white-space: nowrap;
    margin-right: 10px
}

.main>.content>.support form.create p.sellform select,
.main>.content>.support form.create p.sellform input {
    width: 100%;
    font-size: 14px
}

.main>.content>.support form.create .subject a {
    margin-left: 10px;
    font-size: 14px
}

.main>.content>.support form.create .extra {
    margin-bottom: 10px
}

.main>.content>.support form.create .extra:empty {
    margin-bottom: 0
}

.main>.content>.support form.create .extra>div.deposit div {
    margin-bottom: 10px
}

.main>.content>.support form.create .extra>div.coop input {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px
}

.main>.content>.support form.create textarea {
    resize: vertical;
    width: 100%;
    min-height: 50px;
    margin-bottom: 10px;
    font-size: 14px
}

.main>.content>.support form .attachments {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex
}

.main>.content>.support form .attachments span {
    width: 100%
}

.main>.content>.support form .attachments a {
    white-space: nowrap;
    margin-right: 10px;
    font-size: 14px
}

.main>.content>.support form .attachments input {
    display: none
}

.main>.content>.support .table a {
    width: 100%
}

.main>.content>.support>.ticket>.panel {
    border-bottom: 1px solid #2d3d4d;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    display: flex
}

.main>.content>.support>.ticket>.panel .actions {
    margin-left: 20px
}

.main>.content>.support>.ticket>.panel .actions a {
    margin-top: 5px;
    font-size: 14px;
    display: block
}

.main>.content>.support>.ticket>.panel .info {
    word-break: break-all
}

.main>.content>.support>.ticket>.panel .info p {
    color: #aaa
}

.main>.content>.support>.ticket>.panel .info p span {
    color: #fff
}

.main>.content>.support>.ticket>.messages>div {
    border-bottom: 1px solid #2d3d4d;
    padding: 10px
}

.main>.content>.support>.ticket>.messages>div>:not(:last-child) {
    padding-bottom: 5px
}

.main>.content>.support>.ticket>.messages>div p.user {
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    display: flex
}

.main>.content>.support>.ticket>.messages>div p.user .avatar {
    border: 1px solid #2d3d4d;
    border-radius: 5px;
    width: 35px
}

.main>.content>.support>.ticket>.messages>div p.user .border {
    width: 42px;
    margin: -3px;
    position: absolute
}

.main>.content>.support>.ticket>.messages>div p.user .name .who {
    color: #9e9e9e;
    font-weight: 400
}

.main>.content>.support>.ticket>.messages>div p.user .date,
.main>.content>.support>.ticket>.messages>div p.user .info {
    color: #aaa;
    margin-left: auto
}

.main>.content>.support>.ticket>.messages>div p.user a {
    color: #aaa
}

.main>.content>.support>.ticket>.messages>div p.user a:hover {
    color: #fff
}

.main>.content>.support>.ticket>.messages>div .text {
    word-break: break-word
}

.main>.content>.support>.ticket>.messages>div .text a {
    color: #00d0ff
}

.main>.content>.support>.ticket>.messages .attachments {
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    display: flex
}

.main>.content>.support>.ticket>.messages .attachments a {
    border: 1px solid #2d3d4d;
    margin-right: 10px
}

.main>.content>.support>.ticket>.messages .attachments img {
    object-fit: contain;
    opacity: .5;
    width: 75px;
    height: 75px;
    transition: opacity .2s
}

.main>.content>.support>.ticket>.messages .attachments img:hover {
    opacity: 1
}

.main>.content>.support form.update {
    border-bottom: 1px solid #2d3d4d;
    flex-flow: column;
    row-gap: 10px;
    display: flex
}

.main>.content>.support form.update select {
    width: 100%
}

.main>.content>.support form.update div {
    column-gap: 10px;
    width: 100%;
    display: inline-flex
}

.main>.content>.support form.update div textarea {
    resize: vertical;
    flex: 5;
    font-size: 14px
}

.main>.content>.support form.update div a {
    flex: 1;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    display: flex
}

.main>.content>.support form.update p.attachments {
    margin-bottom: 0
}

@media (min-width: 1400px) {
    body.wide .main>.content>.support>.ticket>.panel .info {
        columns: 2;
        column-gap: 10px
    }
}

.main>.content>.faq>div {
    padding: .5rem;
    font-size: .75rem
}

.main>.content>.faq>div a[href] {
    color: #00d0ff
}

.main>.content>.faq>div p {
    text-align: justify
}

.main>.content>.faq>div p.h {
    margin: .25rem 0;
    font-size: .875rem;
    display: block
}

.main>.content>.faq>div img {
    width: 100%;
    margin: .25rem 0
}

.main>.content>.faq>div .l-l {
    border-left: 1px solid #2d3d4d;
    margin: .25rem 0;
    padding-left: .5rem
}

.main>.content>.faq>div .faq-hide {
    margin: .5rem 0;
    padding-right: .5rem;
    display: none
}

.main>.content>.transactions table td {
    white-space: nowrap
}

.main>.content>.transactions table td:nth-child(4) {
    white-space: wrap
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-variant: normal;
    text-rendering: auto;
    font-style: normal;
    line-height: 1;
    display: inline-block
}

.fa-lg {
    vertical-align: -.0667em;
    font-size: 1.33333em;
    line-height: .75em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    margin-left: 2.5em;
    padding-left: 0;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    text-align: center;
    width: 2em;
    line-height: inherit;
    position: absolute;
    left: -2em
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: 2s linear infinite fa-spin
}

.fa-pulse {
    animation: 1s steps(8, end) infinite fa-spin
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(-1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
    filter: none
}

.fa-stack {
    vertical-align: middle;
    width: 2.5em;
    height: 2em;
    line-height: 2em;
    display: inline-block;
    position: relative
}

.fa-stack-1x,
.fa-stack-2x {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: ""
}

.fa-abacus:before {
    content: ""
}

.fa-accessible-icon:before {
    content: ""
}

.fa-accusoft:before {
    content: ""
}

.fa-acorn:before {
    content: ""
}

.fa-acquisitions-incorporated:before {
    content: ""
}

.fa-ad:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-card:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-adobe:before {
    content: ""
}

.fa-adversal:before {
    content: ""
}

.fa-affiliatetheme:before {
    content: ""
}

.fa-air-conditioner:before {
    content: ""
}

.fa-air-freshener:before {
    content: ""
}

.fa-airbnb:before {
    content: ""
}

.fa-alarm-clock:before {
    content: ""
}

.fa-alarm-exclamation:before {
    content: ""
}

.fa-alarm-plus:before {
    content: ""
}

.fa-alarm-snooze:before {
    content: ""
}

.fa-album:before {
    content: ""
}

.fa-album-collection:before {
    content: ""
}

.fa-algolia:before {
    content: ""
}

.fa-alicorn:before {
    content: ""
}

.fa-alien:before {
    content: ""
}

.fa-alien-monster:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-slash:before {
    content: ""
}

.fa-alipay:before {
    content: ""
}

.fa-allergies:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-amazon-pay:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-amilia:before {
    content: ""
}

.fa-amp-guitar:before {
    content: ""
}

.fa-analytics:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-angel:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angry:before {
    content: ""
}

.fa-angrycreative:before {
    content: ""
}

.fa-angular:before {
    content: ""
}

.fa-ankh:before {
    content: ""
}

.fa-app-store:before {
    content: ""
}

.fa-app-store-ios:before {
    content: ""
}

.fa-apper:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-apple-alt:before {
    content: ""
}

.fa-apple-crate:before {
    content: ""
}

.fa-apple-pay:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-archway:before {
    content: ""
}

.fa-arrow-alt-circle-down:before {
    content: ""
}

.fa-arrow-alt-circle-left:before {
    content: ""
}

.fa-arrow-alt-circle-right:before {
    content: ""
}

.fa-arrow-alt-circle-up:before {
    content: ""
}

.fa-arrow-alt-down:before {
    content: ""
}

.fa-arrow-alt-from-bottom:before {
    content: ""
}

.fa-arrow-alt-from-left:before {
    content: ""
}

.fa-arrow-alt-from-right:before {
    content: ""
}

.fa-arrow-alt-from-top:before {
    content: ""
}

.fa-arrow-alt-left:before {
    content: ""
}

.fa-arrow-alt-right:before {
    content: ""
}

.fa-arrow-alt-square-down:before {
    content: ""
}

.fa-arrow-alt-square-left:before {
    content: ""
}

.fa-arrow-alt-square-right:before {
    content: ""
}

.fa-arrow-alt-square-up:before {
    content: ""
}

.fa-arrow-alt-to-bottom:before {
    content: ""
}

.fa-arrow-alt-to-left:before {
    content: ""
}

.fa-arrow-alt-to-right:before {
    content: ""
}

.fa-arrow-alt-to-top:before {
    content: ""
}

.fa-arrow-alt-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-arrow-from-bottom:before {
    content: ""
}

.fa-arrow-from-left:before {
    content: ""
}

.fa-arrow-from-right:before {
    content: ""
}

.fa-arrow-from-top:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-square-down:before {
    content: ""
}

.fa-arrow-square-left:before {
    content: ""
}

.fa-arrow-square-right:before {
    content: ""
}

.fa-arrow-square-up:before {
    content: ""
}

.fa-arrow-to-bottom:before {
    content: ""
}

.fa-arrow-to-left:before {
    content: ""
}

.fa-arrow-to-right:before {
    content: ""
}

.fa-arrow-to-top:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-arrows-alt-h:before {
    content: ""
}

.fa-arrows-alt-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-artstation:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-asymmetrik:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-atlas:before {
    content: ""
}

.fa-atlassian:before {
    content: ""
}

.fa-atom:before {
    content: ""
}

.fa-atom-alt:before {
    content: ""
}

.fa-audible:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-autoprefixer:before {
    content: ""
}

.fa-avianex:before {
    content: ""
}

.fa-aviato:before {
    content: ""
}

.fa-award:before {
    content: ""
}

.fa-aws:before {
    content: ""
}

.fa-axe:before {
    content: ""
}

.fa-axe-battle:before {
    content: ""
}

.fa-baby:before {
    content: ""
}

.fa-baby-carriage:before {
    content: ""
}

.fa-backpack:before {
    content: ""
}

.fa-backspace:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-bacon:before {
    content: ""
}

.fa-bacteria:before {
    content: "陵"
}

.fa-bacterium:before {
    content: "讀"
}

.fa-badge:before {
    content: ""
}

.fa-badge-check:before {
    content: ""
}

.fa-badge-dollar:before {
    content: ""
}

.fa-badge-percent:before {
    content: ""
}

.fa-badge-sheriff:before {
    content: ""
}

.fa-badger-honey:before {
    content: ""
}

.fa-bags-shopping:before {
    content: ""
}

.fa-bahai:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-balance-scale-left:before {
    content: ""
}

.fa-balance-scale-right:before {
    content: ""
}

.fa-ball-pile:before {
    content: ""
}

.fa-ballot:before {
    content: ""
}

.fa-ballot-check:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-band-aid:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-banjo:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-barcode-alt:before {
    content: ""
}

.fa-barcode-read:before {
    content: ""
}

.fa-barcode-scan:before {
    content: ""
}

.fa-bars:before {
    content: ""
}

.fa-baseball:before {
    content: ""
}

.fa-baseball-ball:before {
    content: ""
}

.fa-basketball-ball:before {
    content: ""
}

.fa-basketball-hoop:before {
    content: ""
}

.fa-bat:before {
    content: ""
}

.fa-bath:before {
    content: ""
}

.fa-battery-bolt:before {
    content: ""
}

.fa-battery-empty:before {
    content: ""
}

.fa-battery-full:before {
    content: ""
}

.fa-battery-half:before {
    content: ""
}

.fa-battery-quarter:before {
    content: ""
}

.fa-battery-slash:before {
    content: ""
}

.fa-battery-three-quarters:before {
    content: ""
}

.fa-battle-net:before {
    content: ""
}

.fa-bed:before {
    content: ""
}

.fa-bed-alt:before {
    content: ""
}

.fa-bed-bunk:before {
    content: ""
}

.fa-bed-empty:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-bell-exclamation:before {
    content: ""
}

.fa-bell-on:before {
    content: ""
}

.fa-bell-plus:before {
    content: ""
}

.fa-bell-school:before {
    content: ""
}

.fa-bell-school-slash:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bells:before {
    content: ""
}

.fa-betamax:before {
    content: ""
}

.fa-bezier-curve:before {
    content: ""
}

.fa-bible:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-biking:before {
    content: ""
}

.fa-biking-mountain:before {
    content: ""
}

.fa-bimobject:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-biohazard:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitcoin:before {
    content: ""
}

.fa-bity:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-blackberry:before {
    content: ""
}

.fa-blanket:before {
    content: ""
}

.fa-blender:before {
    content: ""
}

.fa-blender-phone:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-blinds:before {
    content: ""
}

.fa-blinds-open:before {
    content: ""
}

.fa-blinds-raised:before {
    content: ""
}

.fa-blog:before {
    content: ""
}

.fa-blogger:before {
    content: ""
}

.fa-blogger-b:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-bolt:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-bone:before {
    content: ""
}

.fa-bone-break:before {
    content: ""
}

.fa-bong:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-book-alt:before {
    content: ""
}

.fa-book-dead:before {
    content: ""
}

.fa-book-heart:before {
    content: ""
}

.fa-book-medical:before {
    content: ""
}

.fa-book-open:before {
    content: ""
}

.fa-book-reader:before {
    content: ""
}

.fa-book-spells:before {
    content: ""
}

.fa-book-user:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-books:before {
    content: ""
}

.fa-books-medical:before {
    content: ""
}

.fa-boombox:before {
    content: ""
}

.fa-boot:before {
    content: ""
}

.fa-booth-curtain:before {
    content: ""
}

.fa-bootstrap:before {
    content: ""
}

.fa-border-all:before {
    content: ""
}

.fa-border-bottom:before {
    content: ""
}

.fa-border-center-h:before {
    content: ""
}

.fa-border-center-v:before {
    content: ""
}

.fa-border-inner:before {
    content: ""
}

.fa-border-left:before {
    content: ""
}

.fa-border-none:before {
    content: ""
}

.fa-border-outer:before {
    content: ""
}

.fa-border-right:before {
    content: ""
}

.fa-border-style:before {
    content: ""
}

.fa-border-style-alt:before {
    content: ""
}

.fa-border-top:before {
    content: ""
}

.fa-bow-arrow:before {
    content: ""
}

.fa-bowling-ball:before {
    content: ""
}

.fa-bowling-pins:before {
    content: ""
}

.fa-box:before {
    content: ""
}

.fa-box-alt:before {
    content: ""
}

.fa-box-ballot:before {
    content: ""
}

.fa-box-check:before {
    content: ""
}

.fa-box-fragile:before {
    content: ""
}

.fa-box-full:before {
    content: ""
}

.fa-box-heart:before {
    content: ""
}

.fa-box-open:before {
    content: ""
}

.fa-box-tissue:before {
    content: "拏"
}

.fa-box-up:before {
    content: ""
}

.fa-box-usd:before {
    content: ""
}

.fa-boxes:before {
    content: ""
}

.fa-boxes-alt:before {
    content: ""
}

.fa-boxing-glove:before {
    content: ""
}

.fa-brackets:before {
    content: ""
}

.fa-brackets-curly:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-brain:before {
    content: ""
}

.fa-bread-loaf:before {
    content: ""
}

.fa-bread-slice:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-briefcase-medical:before {
    content: ""
}

.fa-bring-forward:before {
    content: ""
}

.fa-bring-front:before {
    content: ""
}

.fa-broadcast-tower:before {
    content: ""
}

.fa-broom:before {
    content: ""
}

.fa-browser:before {
    content: ""
}

.fa-brush:before {
    content: ""
}

.fa-btc:before {
    content: ""
}

.fa-buffer:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-bullseye-arrow:before {
    content: ""
}

.fa-bullseye-pointer:before {
    content: ""
}

.fa-burger-soda:before {
    content: ""
}

.fa-burn:before {
    content: ""
}

.fa-buromobelexperte:before {
    content: ""
}

.fa-burrito:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-bus-alt:before {
    content: ""
}

.fa-bus-school:before {
    content: ""
}

.fa-business-time:before {
    content: ""
}

.fa-buy-n-large:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-cabinet-filing:before {
    content: ""
}

.fa-cactus:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-calculator-alt:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-calendar-alt:before {
    content: ""
}

.fa-calendar-check:before {
    content: ""
}

.fa-calendar-day:before {
    content: ""
}

.fa-calendar-edit:before {
    content: ""
}

.fa-calendar-exclamation:before {
    content: ""
}

.fa-calendar-minus:before {
    content: ""
}

.fa-calendar-plus:before {
    content: ""
}

.fa-calendar-star:before {
    content: ""
}

.fa-calendar-times:before {
    content: ""
}

.fa-calendar-week:before {
    content: ""
}

.fa-camcorder:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-camera-alt:before {
    content: ""
}

.fa-camera-home:before {
    content: ""
}

.fa-camera-movie:before {
    content: ""
}

.fa-camera-polaroid:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-campfire:before {
    content: ""
}

.fa-campground:before {
    content: ""
}

.fa-canadian-maple-leaf:before {
    content: ""
}

.fa-candle-holder:before {
    content: ""
}

.fa-candy-cane:before {
    content: ""
}

.fa-candy-corn:before {
    content: ""
}

.fa-cannabis:before {
    content: ""
}

.fa-capsules:before {
    content: ""
}

.fa-car:before {
    content: ""
}

.fa-car-alt:before {
    content: ""
}

.fa-car-battery:before {
    content: ""
}

.fa-car-building:before {
    content: ""
}

.fa-car-bump:before {
    content: ""
}

.fa-car-bus:before {
    content: ""
}

.fa-car-crash:before {
    content: ""
}

.fa-car-garage:before {
    content: ""
}

.fa-car-mechanic:before {
    content: ""
}

.fa-car-side:before {
    content: ""
}

.fa-car-tilt:before {
    content: ""
}

.fa-car-wash:before {
    content: ""
}

.fa-caravan:before {
    content: ""
}

.fa-caravan-alt:before {
    content: "豈"
}

.fa-caret-circle-down:before {
    content: ""
}

.fa-caret-circle-left:before {
    content: ""
}

.fa-caret-circle-right:before {
    content: ""
}

.fa-caret-circle-up:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-caret-square-down:before {
    content: ""
}

.fa-caret-square-left:before {
    content: ""
}

.fa-caret-square-right:before {
    content: ""
}

.fa-caret-square-up:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-carrot:before {
    content: ""
}

.fa-cars:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cash-register:before {
    content: ""
}

.fa-cassette-tape:before {
    content: ""
}

.fa-cat:before {
    content: ""
}

.fa-cat-space:before {
    content: "更"
}

.fa-cauldron:before {
    content: ""
}

.fa-cc-amazon-pay:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-apple-pay:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cctv:before {
    content: ""
}

.fa-centercode:before {
    content: ""
}

.fa-centos:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-chair:before {
    content: ""
}

.fa-chair-office:before {
    content: ""
}

.fa-chalkboard:before {
    content: ""
}

.fa-chalkboard-teacher:before {
    content: ""
}

.fa-charging-station:before {
    content: ""
}

.fa-chart-area:before {
    content: ""
}

.fa-chart-bar:before {
    content: ""
}

.fa-chart-line:before {
    content: ""
}

.fa-chart-line-down:before {
    content: ""
}

.fa-chart-network:before {
    content: ""
}

.fa-chart-pie:before {
    content: ""
}

.fa-chart-pie-alt:before {
    content: ""
}

.fa-chart-scatter:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-check-double:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-cheese:before {
    content: ""
}

.fa-cheese-swiss:before {
    content: ""
}

.fa-cheeseburger:before {
    content: ""
}

.fa-chess:before {
    content: ""
}

.fa-chess-bishop:before {
    content: ""
}

.fa-chess-bishop-alt:before {
    content: ""
}

.fa-chess-board:before {
    content: ""
}

.fa-chess-clock:before {
    content: ""
}

.fa-chess-clock-alt:before {
    content: ""
}

.fa-chess-king:before {
    content: ""
}

.fa-chess-king-alt:before {
    content: ""
}

.fa-chess-knight:before {
    content: ""
}

.fa-chess-knight-alt:before {
    content: ""
}

.fa-chess-pawn:before {
    content: ""
}

.fa-chess-pawn-alt:before {
    content: ""
}

.fa-chess-queen:before {
    content: ""
}

.fa-chess-queen-alt:before {
    content: ""
}

.fa-chess-rook:before {
    content: ""
}

.fa-chess-rook-alt:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-double-down:before {
    content: ""
}

.fa-chevron-double-left:before {
    content: ""
}

.fa-chevron-double-right:before {
    content: ""
}

.fa-chevron-double-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-chevron-square-down:before {
    content: ""
}

.fa-chevron-square-left:before {
    content: ""
}

.fa-chevron-square-right:before {
    content: ""
}

.fa-chevron-square-up:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-chimney:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-chromecast:before {
    content: ""
}

.fa-church:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-circle-notch:before {
    content: ""
}

.fa-city:before {
    content: ""
}

.fa-clarinet:before {
    content: ""
}

.fa-claw-marks:before {
    content: ""
}

.fa-clinic-medical:before {
    content: ""
}

.fa-clipboard:before {
    content: ""
}

.fa-clipboard-check:before {
    content: ""
}

.fa-clipboard-list:before {
    content: ""
}

.fa-clipboard-list-check:before {
    content: ""
}

.fa-clipboard-prescription:before {
    content: ""
}

.fa-clipboard-user:before {
    content: ""
}

.fa-clock:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-closed-captioning:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-download-alt:before {
    content: ""
}

.fa-cloud-drizzle:before {
    content: ""
}

.fa-cloud-hail:before {
    content: ""
}

.fa-cloud-hail-mixed:before {
    content: ""
}

.fa-cloud-meatball:before {
    content: ""
}

.fa-cloud-moon:before {
    content: ""
}

.fa-cloud-moon-rain:before {
    content: ""
}

.fa-cloud-music:before {
    content: ""
}

.fa-cloud-rain:before {
    content: ""
}

.fa-cloud-rainbow:before {
    content: ""
}

.fa-cloud-showers:before {
    content: ""
}

.fa-cloud-showers-heavy:before {
    content: ""
}

.fa-cloud-sleet:before {
    content: ""
}

.fa-cloud-snow:before {
    content: ""
}

.fa-cloud-sun:before {
    content: ""
}

.fa-cloud-sun-rain:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-cloud-upload-alt:before {
    content: ""
}

.fa-clouds:before {
    content: ""
}

.fa-clouds-moon:before {
    content: ""
}

.fa-clouds-sun:before {
    content: ""
}

.fa-cloudscale:before {
    content: ""
}

.fa-cloudsmith:before {
    content: ""
}

.fa-cloudversify:before {
    content: ""
}

.fa-club:before {
    content: ""
}

.fa-cocktail:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-code-branch:before {
    content: ""
}

.fa-code-commit:before {
    content: ""
}

.fa-code-merge:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-coffee-pot:before {
    content: "車"
}

.fa-coffee-togo:before {
    content: ""
}

.fa-coffin:before {
    content: ""
}

.fa-coffin-cross:before {
    content: "陋"
}

.fa-cog:before {
    content: ""
}

.fa-cogs:before {
    content: ""
}

.fa-coin:before {
    content: ""
}

.fa-coins:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-comet:before {
    content: "賈"
}

.fa-comment:before {
    content: ""
}

.fa-comment-alt:before {
    content: ""
}

.fa-comment-alt-check:before {
    content: ""
}

.fa-comment-alt-dollar:before {
    content: ""
}

.fa-comment-alt-dots:before {
    content: ""
}

.fa-comment-alt-edit:before {
    content: ""
}

.fa-comment-alt-exclamation:before {
    content: ""
}

.fa-comment-alt-lines:before {
    content: ""
}

.fa-comment-alt-medical:before {
    content: ""
}

.fa-comment-alt-minus:before {
    content: ""
}

.fa-comment-alt-music:before {
    content: ""
}

.fa-comment-alt-plus:before {
    content: ""
}

.fa-comment-alt-slash:before {
    content: ""
}

.fa-comment-alt-smile:before {
    content: ""
}

.fa-comment-alt-times:before {
    content: ""
}

.fa-comment-check:before {
    content: ""
}

.fa-comment-dollar:before {
    content: ""
}

.fa-comment-dots:before {
    content: ""
}

.fa-comment-edit:before {
    content: ""
}

.fa-comment-exclamation:before {
    content: ""
}

.fa-comment-lines:before {
    content: ""
}

.fa-comment-medical:before {
    content: ""
}

.fa-comment-minus:before {
    content: ""
}

.fa-comment-music:before {
    content: ""
}

.fa-comment-plus:before {
    content: ""
}

.fa-comment-slash:before {
    content: ""
}

.fa-comment-smile:before {
    content: ""
}

.fa-comment-times:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-comments-alt:before {
    content: ""
}

.fa-comments-alt-dollar:before {
    content: ""
}

.fa-comments-dollar:before {
    content: ""
}

.fa-compact-disc:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-compass-slash:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-compress-alt:before {
    content: ""
}

.fa-compress-arrows-alt:before {
    content: ""
}

.fa-compress-wide:before {
    content: ""
}

.fa-computer-classic:before {
    content: ""
}

.fa-computer-speaker:before {
    content: ""
}

.fa-concierge-bell:before {
    content: ""
}

.fa-confluence:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-construction:before {
    content: ""
}

.fa-container-storage:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-conveyor-belt:before {
    content: ""
}

.fa-conveyor-belt-alt:before {
    content: ""
}

.fa-cookie:before {
    content: ""
}

.fa-cookie-bite:before {
    content: ""
}

.fa-copy:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-corn:before {
    content: ""
}

.fa-cotton-bureau:before {
    content: ""
}

.fa-couch:before {
    content: ""
}

.fa-cow:before {
    content: ""
}

.fa-cowbell:before {
    content: ""
}

.fa-cowbell-more:before {
    content: ""
}

.fa-cpanel:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-creative-commons-by:before {
    content: ""
}

.fa-creative-commons-nc:before {
    content: ""
}

.fa-creative-commons-nc-eu:before {
    content: ""
}

.fa-creative-commons-nc-jp:before {
    content: ""
}

.fa-creative-commons-nd:before {
    content: ""
}

.fa-creative-commons-pd:before {
    content: ""
}

.fa-creative-commons-pd-alt:before {
    content: ""
}

.fa-creative-commons-remix:before {
    content: ""
}

.fa-creative-commons-sa:before {
    content: ""
}

.fa-creative-commons-sampling:before {
    content: ""
}

.fa-creative-commons-sampling-plus:before {
    content: ""
}

.fa-creative-commons-share:before {
    content: ""
}

.fa-creative-commons-zero:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-credit-card-blank:before {
    content: ""
}

.fa-credit-card-front:before {
    content: ""
}

.fa-cricket:before {
    content: ""
}

.fa-critical-role:before {
    content: ""
}

.fa-croissant:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-crop-alt:before {
    content: ""
}

.fa-cross:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-crow:before {
    content: ""
}

.fa-crown:before {
    content: ""
}

.fa-crutch:before {
    content: ""
}

.fa-crutches:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-css3-alt:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-curling:before {
    content: ""
}

.fa-cut:before {
    content: ""
}

.fa-cuttlefish:before {
    content: ""
}

.fa-d-and-d:before {
    content: ""
}

.fa-d-and-d-beyond:before {
    content: ""
}

.fa-dagger:before {
    content: ""
}

.fa-dailymotion:before {
    content: "勒"
}

.fa-dashcube:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-deaf:before {
    content: ""
}

.fa-debug:before {
    content: ""
}

.fa-deer:before {
    content: ""
}

.fa-deer-rudolph:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-democrat:before {
    content: ""
}

.fa-deploydog:before {
    content: ""
}

.fa-deskpro:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-desktop-alt:before {
    content: ""
}

.fa-dev:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-dewpoint:before {
    content: ""
}

.fa-dharmachakra:before {
    content: ""
}

.fa-dhl:before {
    content: ""
}

.fa-diagnoses:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-diaspora:before {
    content: ""
}

.fa-dice:before {
    content: ""
}

.fa-dice-d10:before {
    content: ""
}

.fa-dice-d12:before {
    content: ""
}

.fa-dice-d20:before {
    content: ""
}

.fa-dice-d4:before {
    content: ""
}

.fa-dice-d6:before {
    content: ""
}

.fa-dice-d8:before {
    content: ""
}

.fa-dice-five:before {
    content: ""
}

.fa-dice-four:before {
    content: ""
}

.fa-dice-one:before {
    content: ""
}

.fa-dice-six:before {
    content: ""
}

.fa-dice-three:before {
    content: ""
}

.fa-dice-two:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-digging:before {
    content: ""
}

.fa-digital-ocean:before {
    content: ""
}

.fa-digital-tachograph:before {
    content: ""
}

.fa-diploma:before {
    content: ""
}

.fa-directions:before {
    content: ""
}

.fa-disc-drive:before {
    content: ""
}

.fa-discord:before {
    content: ""
}

.fa-discourse:before {
    content: ""
}

.fa-disease:before {
    content: ""
}

.fa-divide:before {
    content: ""
}

.fa-dizzy:before {
    content: ""
}

.fa-dna:before {
    content: ""
}

.fa-do-not-enter:before {
    content: ""
}

.fa-dochub:before {
    content: ""
}

.fa-docker:before {
    content: ""
}

.fa-dog:before {
    content: ""
}

.fa-dog-leashed:before {
    content: ""
}

.fa-dollar-sign:before {
    content: ""
}

.fa-dolly:before {
    content: ""
}

.fa-dolly-empty:before {
    content: ""
}

.fa-dolly-flatbed:before {
    content: ""
}

.fa-dolly-flatbed-alt:before {
    content: ""
}

.fa-dolly-flatbed-empty:before {
    content: ""
}

.fa-donate:before {
    content: ""
}

.fa-door-closed:before {
    content: ""
}

.fa-door-open:before {
    content: ""
}

.fa-dot-circle:before {
    content: ""
}

.fa-dove:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-draft2digital:before {
    content: ""
}

.fa-drafting-compass:before {
    content: ""
}

.fa-dragon:before {
    content: ""
}

.fa-draw-circle:before {
    content: ""
}

.fa-draw-polygon:before {
    content: ""
}

.fa-draw-square:before {
    content: ""
}

.fa-dreidel:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-dribbble-square:before {
    content: ""
}

.fa-drone:before {
    content: ""
}

.fa-drone-alt:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-drum:before {
    content: ""
}

.fa-drum-steelpan:before {
    content: ""
}

.fa-drumstick:before {
    content: ""
}

.fa-drumstick-bite:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-dryer:before {
    content: ""
}

.fa-dryer-alt:before {
    content: ""
}

.fa-duck:before {
    content: ""
}

.fa-dumbbell:before {
    content: ""
}

.fa-dumpster:before {
    content: ""
}

.fa-dumpster-fire:before {
    content: ""
}

.fa-dungeon:before {
    content: ""
}

.fa-dyalog:before {
    content: ""
}

.fa-ear:before {
    content: ""
}

.fa-ear-muffs:before {
    content: ""
}

.fa-earlybirds:before {
    content: ""
}

.fa-ebay:before {
    content: ""
}

.fa-eclipse:before {
    content: ""
}

.fa-eclipse-alt:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-edit:before {
    content: ""
}

.fa-egg:before {
    content: ""
}

.fa-egg-fried:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-elementor:before {
    content: ""
}

.fa-elephant:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-h-alt:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-ellipsis-v-alt:before {
    content: ""
}

.fa-ello:before {
    content: ""
}

.fa-ember:before {
    content: ""
}

.fa-empire:before {
    content: ""
}

.fa-empty-set:before {
    content: ""
}

.fa-engine-warning:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-dollar:before {
    content: ""
}

.fa-envelope-open-text:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-equals:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-erlang:before {
    content: ""
}

.fa-ethereum:before {
    content: ""
}

.fa-ethernet:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-euro-sign:before {
    content: ""
}

.fa-evernote:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-exchange-alt:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-exclamation-square:before {
    content: ""
}

.fa-exclamation-triangle:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-expand-alt:before {
    content: ""
}

.fa-expand-arrows:before {
    content: ""
}

.fa-expand-arrows-alt:before {
    content: ""
}

.fa-expand-wide:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-external-link-alt:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-external-link-square-alt:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-dropper:before {
    content: ""
}

.fa-eye-evil:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-facebook-f:before {
    content: ""
}

.fa-facebook-messenger:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-fan:before {
    content: ""
}

.fa-fan-table:before {
    content: "滑"
}

.fa-fantasy-flight-games:before {
    content: ""
}

.fa-farm:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-faucet:before {
    content: "串"
}

.fa-faucet-drip:before {
    content: "句"
}

.fa-fax:before {
    content: ""
}

.fa-feather:before {
    content: ""
}

.fa-feather-alt:before {
    content: ""
}

.fa-fedex:before {
    content: ""
}

.fa-fedora:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-field-hockey:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-figma:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-alt:before {
    content: ""
}

.fa-file-archive:before {
    content: ""
}

.fa-file-audio:before {
    content: ""
}

.fa-file-certificate:before {
    content: ""
}

.fa-file-chart-line:before {
    content: ""
}

.fa-file-chart-pie:before {
    content: ""
}

.fa-file-check:before {
    content: ""
}

.fa-file-code:before {
    content: ""
}

.fa-file-contract:before {
    content: ""
}

.fa-file-csv:before {
    content: ""
}

.fa-file-download:before {
    content: ""
}

.fa-file-edit:before {
    content: ""
}

.fa-file-excel:before {
    content: ""
}

.fa-file-exclamation:before {
    content: ""
}

.fa-file-export:before {
    content: ""
}

.fa-file-image:before {
    content: ""
}

.fa-file-import:before {
    content: ""
}

.fa-file-invoice:before {
    content: ""
}

.fa-file-invoice-dollar:before {
    content: ""
}

.fa-file-medical:before {
    content: ""
}

.fa-file-medical-alt:before {
    content: ""
}

.fa-file-minus:before {
    content: ""
}

.fa-file-music:before {
    content: ""
}

.fa-file-pdf:before {
    content: ""
}

.fa-file-plus:before {
    content: ""
}

.fa-file-powerpoint:before {
    content: ""
}

.fa-file-prescription:before {
    content: ""
}

.fa-file-search:before {
    content: ""
}

.fa-file-signature:before {
    content: ""
}

.fa-file-spreadsheet:before {
    content: ""
}

.fa-file-times:before {
    content: ""
}

.fa-file-upload:before {
    content: ""
}

.fa-file-user:before {
    content: ""
}

.fa-file-video:before {
    content: ""
}

.fa-file-word:before {
    content: ""
}

.fa-files-medical:before {
    content: ""
}

.fa-fill:before {
    content: ""
}

.fa-fill-drip:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-film-alt:before {
    content: ""
}

.fa-film-canister:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-fingerprint:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-fire-alt:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-fire-smoke:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-firefox-browser:before {
    content: "龜"
}

.fa-fireplace:before {
    content: ""
}

.fa-first-aid:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-first-order-alt:before {
    content: ""
}

.fa-firstdraft:before {
    content: ""
}

.fa-fish:before {
    content: ""
}

.fa-fish-cooked:before {
    content: ""
}

.fa-fist-raised:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-flag-alt:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-flag-usa:before {
    content: ""
}

.fa-flame:before {
    content: ""
}

.fa-flashlight:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-flask-poison:before {
    content: ""
}

.fa-flask-potion:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-flipboard:before {
    content: ""
}

.fa-flower:before {
    content: ""
}

.fa-flower-daffodil:before {
    content: ""
}

.fa-flower-tulip:before {
    content: ""
}

.fa-flushed:before {
    content: ""
}

.fa-flute:before {
    content: ""
}

.fa-flux-capacitor:before {
    content: ""
}

.fa-fly:before {
    content: ""
}

.fa-fog:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-download:before {
    content: "肋"
}

.fa-folder-minus:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-folder-plus:before {
    content: ""
}

.fa-folder-times:before {
    content: ""
}

.fa-folder-tree:before {
    content: ""
}

.fa-folder-upload:before {
    content: "凜"
}

.fa-folders:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-font-awesome:before {
    content: ""
}

.fa-font-awesome-alt:before {
    content: ""
}

.fa-font-awesome-flag:before {
    content: ""
}

.fa-font-awesome-logo-full:before {
    content: ""
}

.fa-font-case:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-fonticons-fi:before {
    content: ""
}

.fa-football-ball:before {
    content: ""
}

.fa-football-helmet:before {
    content: ""
}

.fa-forklift:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-fort-awesome-alt:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-fragile:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-freebsd:before {
    content: ""
}

.fa-french-fries:before {
    content: ""
}

.fa-frog:before {
    content: ""
}

.fa-frosty-head:before {
    content: ""
}

.fa-frown:before {
    content: ""
}

.fa-frown-open:before {
    content: ""
}

.fa-fulcrum:before {
    content: ""
}

.fa-function:before {
    content: ""
}

.fa-funnel-dollar:before {
    content: ""
}

.fa-futbol:before {
    content: ""
}

.fa-galactic-republic:before {
    content: ""
}

.fa-galactic-senate:before {
    content: ""
}

.fa-galaxy:before {
    content: "龜"
}

.fa-game-board:before {
    content: ""
}

.fa-game-board-alt:before {
    content: ""
}

.fa-game-console-handheld:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-gamepad-alt:before {
    content: ""
}

.fa-garage:before {
    content: "契"
}

.fa-garage-car:before {
    content: "金"
}

.fa-garage-open:before {
    content: "喇"
}

.fa-gas-pump:before {
    content: ""
}

.fa-gas-pump-slash:before {
    content: ""
}

.fa-gavel:before {
    content: ""
}

.fa-gem:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-ghost:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-gift-card:before {
    content: ""
}

.fa-gifts:before {
    content: ""
}

.fa-gingerbread-man:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-git-alt:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-gitkraken:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-gitter:before {
    content: ""
}

.fa-glass:before {
    content: ""
}

.fa-glass-champagne:before {
    content: ""
}

.fa-glass-cheers:before {
    content: ""
}

.fa-glass-citrus:before {
    content: ""
}

.fa-glass-martini:before {
    content: ""
}

.fa-glass-martini-alt:before {
    content: ""
}

.fa-glass-whiskey:before {
    content: ""
}

.fa-glass-whiskey-rocks:before {
    content: ""
}

.fa-glasses:before {
    content: ""
}

.fa-glasses-alt:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-globe-africa:before {
    content: ""
}

.fa-globe-americas:before {
    content: ""
}

.fa-globe-asia:before {
    content: ""
}

.fa-globe-europe:before {
    content: ""
}

.fa-globe-snow:before {
    content: ""
}

.fa-globe-stand:before {
    content: ""
}

.fa-gofore:before {
    content: ""
}

.fa-golf-ball:before {
    content: ""
}

.fa-golf-club:before {
    content: ""
}

.fa-goodreads:before {
    content: ""
}

.fa-goodreads-g:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-google-drive:before {
    content: ""
}

.fa-google-play:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-google-plus-g:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-gopuram:before {
    content: ""
}

.fa-graduation-cap:before {
    content: ""
}

.fa-gramophone:before {
    content: ""
}

.fa-gratipay:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-greater-than:before {
    content: ""
}

.fa-greater-than-equal:before {
    content: ""
}

.fa-grimace:before {
    content: ""
}

.fa-grin:before {
    content: ""
}

.fa-grin-alt:before {
    content: ""
}

.fa-grin-beam:before {
    content: ""
}

.fa-grin-beam-sweat:before {
    content: ""
}

.fa-grin-hearts:before {
    content: ""
}

.fa-grin-squint:before {
    content: ""
}

.fa-grin-squint-tears:before {
    content: ""
}

.fa-grin-stars:before {
    content: ""
}

.fa-grin-tears:before {
    content: ""
}

.fa-grin-tongue:before {
    content: ""
}

.fa-grin-tongue-squint:before {
    content: ""
}

.fa-grin-tongue-wink:before {
    content: ""
}

.fa-grin-wink:before {
    content: ""
}

.fa-grip-horizontal:before {
    content: ""
}

.fa-grip-lines:before {
    content: ""
}

.fa-grip-lines-vertical:before {
    content: ""
}

.fa-grip-vertical:before {
    content: ""
}

.fa-gripfire:before {
    content: ""
}

.fa-grunt:before {
    content: ""
}

.fa-guitar:before {
    content: ""
}

.fa-guitar-electric:before {
    content: ""
}

.fa-guitars:before {
    content: ""
}

.fa-gulp:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-h1:before {
    content: ""
}

.fa-h2:before {
    content: ""
}

.fa-h3:before {
    content: ""
}

.fa-h4:before {
    content: ""
}

.fa-hacker-news:before {
    content: ""
}

.fa-hacker-news-square:before {
    content: ""
}

.fa-hackerrank:before {
    content: ""
}

.fa-hamburger:before {
    content: ""
}

.fa-hammer:before {
    content: ""
}

.fa-hammer-war:before {
    content: ""
}

.fa-hamsa:before {
    content: ""
}

.fa-hand-heart:before {
    content: ""
}

.fa-hand-holding:before {
    content: ""
}

.fa-hand-holding-box:before {
    content: ""
}

.fa-hand-holding-heart:before {
    content: ""
}

.fa-hand-holding-magic:before {
    content: ""
}

.fa-hand-holding-medical:before {
    content: "樂"
}

.fa-hand-holding-seedling:before {
    content: ""
}

.fa-hand-holding-usd:before {
    content: ""
}

.fa-hand-holding-water:before {
    content: ""
}

.fa-hand-lizard:before {
    content: ""
}

.fa-hand-middle-finger:before {
    content: ""
}

.fa-hand-paper:before {
    content: ""
}

.fa-hand-peace:before {
    content: ""
}

.fa-hand-point-down:before {
    content: ""
}

.fa-hand-point-left:before {
    content: ""
}

.fa-hand-point-right:before {
    content: ""
}

.fa-hand-point-up:before {
    content: ""
}

.fa-hand-pointer:before {
    content: ""
}

.fa-hand-receiving:before {
    content: ""
}

.fa-hand-rock:before {
    content: ""
}

.fa-hand-scissors:before {
    content: ""
}

.fa-hand-sparkles:before {
    content: "諾"
}

.fa-hand-spock:before {
    content: ""
}

.fa-hands:before {
    content: ""
}

.fa-hands-heart:before {
    content: ""
}

.fa-hands-helping:before {
    content: ""
}

.fa-hands-usd:before {
    content: ""
}

.fa-hands-wash:before {
    content: "丹"
}

.fa-handshake:before {
    content: ""
}

.fa-handshake-alt:before {
    content: ""
}

.fa-handshake-alt-slash:before {
    content: "寧"
}

.fa-handshake-slash:before {
    content: "怒"
}

.fa-hanukiah:before {
    content: ""
}

.fa-hard-hat:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-hat-chef:before {
    content: ""
}

.fa-hat-cowboy:before {
    content: ""
}

.fa-hat-cowboy-side:before {
    content: ""
}

.fa-hat-santa:before {
    content: ""
}

.fa-hat-winter:before {
    content: ""
}

.fa-hat-witch:before {
    content: ""
}

.fa-hat-wizard:before {
    content: ""
}

.fa-hdd:before {
    content: ""
}

.fa-head-side:before {
    content: ""
}

.fa-head-side-brain:before {
    content: ""
}

.fa-head-side-cough:before {
    content: "率"
}

.fa-head-side-cough-slash:before {
    content: "異"
}

.fa-head-side-headphones:before {
    content: ""
}

.fa-head-side-mask:before {
    content: "北"
}

.fa-head-side-medical:before {
    content: ""
}

.fa-head-side-virus:before {
    content: "磻"
}

.fa-head-vr:before {
    content: ""
}

.fa-heading:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-headphones-alt:before {
    content: ""
}

.fa-headset:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-heart-broken:before {
    content: ""
}

.fa-heart-circle:before {
    content: ""
}

.fa-heart-rate:before {
    content: ""
}

.fa-heart-square:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-heat:before {
    content: "奈"
}

.fa-helicopter:before {
    content: ""
}

.fa-helmet-battle:before {
    content: ""
}

.fa-hexagon:before {
    content: ""
}

.fa-highlighter:before {
    content: ""
}

.fa-hiking:before {
    content: ""
}

.fa-hippo:before {
    content: ""
}

.fa-hips:before {
    content: ""
}

.fa-hire-a-helper:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-hockey-mask:before {
    content: ""
}

.fa-hockey-puck:before {
    content: ""
}

.fa-hockey-sticks:before {
    content: ""
}

.fa-holly-berry:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-home-alt:before {
    content: ""
}

.fa-home-heart:before {
    content: ""
}

.fa-home-lg:before {
    content: ""
}

.fa-home-lg-alt:before {
    content: ""
}

.fa-hood-cloak:before {
    content: ""
}

.fa-hooli:before {
    content: ""
}

.fa-horizontal-rule:before {
    content: ""
}

.fa-hornbill:before {
    content: ""
}

.fa-horse:before {
    content: ""
}

.fa-horse-head:before {
    content: ""
}

.fa-horse-saddle:before {
    content: ""
}

.fa-hospital:before {
    content: ""
}

.fa-hospital-alt:before {
    content: ""
}

.fa-hospital-symbol:before {
    content: ""
}

.fa-hospital-user:before {
    content: ""
}

.fa-hospitals:before {
    content: ""
}

.fa-hot-tub:before {
    content: ""
}

.fa-hotdog:before {
    content: ""
}

.fa-hotel:before {
    content: ""
}

.fa-hotjar:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-start:before {
    content: ""
}

.fa-house:before {
    content: "懶"
}

.fa-house-damage:before {
    content: ""
}

.fa-house-day:before {
    content: "癩"
}

.fa-house-flood:before {
    content: ""
}

.fa-house-leave:before {
    content: "羅"
}

.fa-house-night:before {
    content: "蘿"
}

.fa-house-return:before {
    content: "螺"
}

.fa-house-signal:before {
    content: "裸"
}

.fa-house-user:before {
    content: "便"
}

.fa-houzz:before {
    content: ""
}

.fa-hryvnia:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-hubspot:before {
    content: ""
}

.fa-humidity:before {
    content: ""
}

.fa-hurricane:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-ice-cream:before {
    content: ""
}

.fa-ice-skate:before {
    content: ""
}

.fa-icicles:before {
    content: ""
}

.fa-icons:before {
    content: ""
}

.fa-icons-alt:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-id-card:before {
    content: ""
}

.fa-id-card-alt:before {
    content: ""
}

.fa-ideal:before {
    content: "邏"
}

.fa-igloo:before {
    content: ""
}

.fa-image:before {
    content: ""
}

.fa-image-polaroid:before {
    content: ""
}

.fa-images:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-inbox-in:before {
    content: ""
}

.fa-inbox-out:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-industry-alt:before {
    content: ""
}

.fa-infinity:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-info-square:before {
    content: ""
}

.fa-inhaler:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-instagram-square:before {
    content: "凌"
}

.fa-integral:before {
    content: ""
}

.fa-intercom:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-intersection:before {
    content: ""
}

.fa-inventory:before {
    content: ""
}

.fa-invision:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-island-tropical:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-itch-io:before {
    content: ""
}

.fa-itunes:before {
    content: ""
}

.fa-itunes-note:before {
    content: ""
}

.fa-jack-o-lantern:before {
    content: ""
}

.fa-java:before {
    content: ""
}

.fa-jedi:before {
    content: ""
}

.fa-jedi-order:before {
    content: ""
}

.fa-jenkins:before {
    content: ""
}

.fa-jira:before {
    content: ""
}

.fa-joget:before {
    content: ""
}

.fa-joint:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-journal-whills:before {
    content: ""
}

.fa-joystick:before {
    content: ""
}

.fa-js:before {
    content: ""
}

.fa-js-square:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-jug:before {
    content: ""
}

.fa-kaaba:before {
    content: ""
}

.fa-kaggle:before {
    content: ""
}

.fa-kazoo:before {
    content: ""
}

.fa-kerning:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-key-skeleton:before {
    content: ""
}

.fa-keybase:before {
    content: ""
}

.fa-keyboard:before {
    content: ""
}

.fa-keycdn:before {
    content: ""
}

.fa-keynote:before {
    content: ""
}

.fa-khanda:before {
    content: ""
}

.fa-kickstarter:before {
    content: ""
}

.fa-kickstarter-k:before {
    content: ""
}

.fa-kidneys:before {
    content: ""
}

.fa-kiss:before {
    content: ""
}

.fa-kiss-beam:before {
    content: ""
}

.fa-kiss-wink-heart:before {
    content: ""
}

.fa-kite:before {
    content: ""
}

.fa-kiwi-bird:before {
    content: ""
}

.fa-knife-kitchen:before {
    content: ""
}

.fa-korvue:before {
    content: ""
}

.fa-lambda:before {
    content: ""
}

.fa-lamp:before {
    content: ""
}

.fa-lamp-desk:before {
    content: "樂"
}

.fa-lamp-floor:before {
    content: "洛"
}

.fa-landmark:before {
    content: ""
}

.fa-landmark-alt:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-laptop-code:before {
    content: ""
}

.fa-laptop-house:before {
    content: "復"
}

.fa-laptop-medical:before {
    content: ""
}

.fa-laravel:before {
    content: ""
}

.fa-lasso:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-laugh:before {
    content: ""
}

.fa-laugh-beam:before {
    content: ""
}

.fa-laugh-squint:before {
    content: ""
}

.fa-laugh-wink:before {
    content: ""
}

.fa-layer-group:before {
    content: ""
}

.fa-layer-minus:before {
    content: ""
}

.fa-layer-plus:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-leaf-heart:before {
    content: ""
}

.fa-leaf-maple:before {
    content: ""
}

.fa-leaf-oak:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-lemon:before {
    content: ""
}

.fa-less:before {
    content: ""
}

.fa-less-than:before {
    content: ""
}

.fa-less-than-equal:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-level-down-alt:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-up-alt:before {
    content: ""
}

.fa-life-ring:before {
    content: ""
}

.fa-light-ceiling:before {
    content: "烙"
}

.fa-light-switch:before {
    content: "珞"
}

.fa-light-switch-off:before {
    content: "落"
}

.fa-light-switch-on:before {
    content: "酪"
}

.fa-lightbulb:before {
    content: ""
}

.fa-lightbulb-dollar:before {
    content: ""
}

.fa-lightbulb-exclamation:before {
    content: ""
}

.fa-lightbulb-on:before {
    content: ""
}

.fa-lightbulb-slash:before {
    content: ""
}

.fa-lights-holiday:before {
    content: ""
}

.fa-line:before {
    content: ""
}

.fa-line-columns:before {
    content: ""
}

.fa-line-height:before {
    content: ""
}

.fa-link:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-linkedin-in:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-lips:before {
    content: ""
}

.fa-lira-sign:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-list-music:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-location:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-location-circle:before {
    content: ""
}

.fa-location-slash:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-lock-alt:before {
    content: ""
}

.fa-lock-open:before {
    content: ""
}

.fa-lock-open-alt:before {
    content: ""
}

.fa-long-arrow-alt-down:before {
    content: ""
}

.fa-long-arrow-alt-left:before {
    content: ""
}

.fa-long-arrow-alt-right:before {
    content: ""
}

.fa-long-arrow-alt-up:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-loveseat:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-luchador:before {
    content: ""
}

.fa-luggage-cart:before {
    content: ""
}

.fa-lungs:before {
    content: ""
}

.fa-lungs-virus:before {
    content: "不"
}

.fa-lyft:before {
    content: ""
}

.fa-mace:before {
    content: ""
}

.fa-magento:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-mail-bulk:before {
    content: ""
}

.fa-mailbox:before {
    content: ""
}

.fa-mailchimp:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-mandalorian:before {
    content: ""
}

.fa-mandolin:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-map-marked:before {
    content: ""
}

.fa-map-marked-alt:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-map-marker-alt:before {
    content: ""
}

.fa-map-marker-alt-slash:before {
    content: ""
}

.fa-map-marker-check:before {
    content: ""
}

.fa-map-marker-edit:before {
    content: ""
}

.fa-map-marker-exclamation:before {
    content: ""
}

.fa-map-marker-minus:before {
    content: ""
}

.fa-map-marker-plus:before {
    content: ""
}

.fa-map-marker-question:before {
    content: ""
}

.fa-map-marker-slash:before {
    content: ""
}

.fa-map-marker-smile:before {
    content: ""
}

.fa-map-marker-times:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-markdown:before {
    content: ""
}

.fa-marker:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mask:before {
    content: ""
}

.fa-mastodon:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-mdb:before {
    content: ""
}

.fa-meat:before {
    content: ""
}

.fa-medal:before {
    content: ""
}

.fa-medapps:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-medium-m:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-medrt:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.fa-megaphone:before {
    content: ""
}

.fa-megaport:before {
    content: ""
}

.fa-meh:before {
    content: ""
}

.fa-meh-blank:before {
    content: ""
}

.fa-meh-rolling-eyes:before {
    content: ""
}

.fa-memory:before {
    content: ""
}

.fa-mendeley:before {
    content: ""
}

.fa-menorah:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-meteor:before {
    content: ""
}

.fa-microblog:before {
    content: "駱"
}

.fa-microchip:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-alt:before {
    content: ""
}

.fa-microphone-alt-slash:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-microphone-stand:before {
    content: ""
}

.fa-microscope:before {
    content: ""
}

.fa-microsoft:before {
    content: ""
}

.fa-microwave:before {
    content: "亂"
}

.fa-mind-share:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-minus-hexagon:before {
    content: ""
}

.fa-minus-octagon:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-mistletoe:before {
    content: ""
}

.fa-mitten:before {
    content: ""
}

.fa-mix:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-mixer:before {
    content: "稜"
}

.fa-mizuni:before {
    content: ""
}

.fa-mobile:before {
    content: ""
}

.fa-mobile-alt:before {
    content: ""
}

.fa-mobile-android:before {
    content: ""
}

.fa-mobile-android-alt:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-monero:before {
    content: ""
}

.fa-money-bill:before {
    content: ""
}

.fa-money-bill-alt:before {
    content: ""
}

.fa-money-bill-wave:before {
    content: ""
}

.fa-money-bill-wave-alt:before {
    content: ""
}

.fa-money-check:before {
    content: ""
}

.fa-money-check-alt:before {
    content: ""
}

.fa-money-check-edit:before {
    content: ""
}

.fa-money-check-edit-alt:before {
    content: ""
}

.fa-monitor-heart-rate:before {
    content: ""
}

.fa-monkey:before {
    content: ""
}

.fa-monument:before {
    content: ""
}

.fa-moon:before {
    content: ""
}

.fa-moon-cloud:before {
    content: ""
}

.fa-moon-stars:before {
    content: ""
}

.fa-mortar-pestle:before {
    content: ""
}

.fa-mosque:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-mountain:before {
    content: ""
}

.fa-mountains:before {
    content: ""
}

.fa-mouse:before {
    content: ""
}

.fa-mouse-alt:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-mp3-player:before {
    content: ""
}

.fa-mug:before {
    content: ""
}

.fa-mug-hot:before {
    content: ""
}

.fa-mug-marshmallows:before {
    content: ""
}

.fa-mug-tea:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-music-alt:before {
    content: ""
}

.fa-music-alt-slash:before {
    content: ""
}

.fa-music-slash:before {
    content: ""
}

.fa-napster:before {
    content: ""
}

.fa-narwhal:before {
    content: ""
}

.fa-neos:before {
    content: ""
}

.fa-network-wired:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-newspaper:before {
    content: ""
}

.fa-nimblr:before {
    content: ""
}

.fa-node:before {
    content: ""
}

.fa-node-js:before {
    content: ""
}

.fa-not-equal:before {
    content: ""
}

.fa-notes-medical:before {
    content: ""
}

.fa-npm:before {
    content: ""
}

.fa-ns8:before {
    content: ""
}

.fa-nutritionix:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-octagon:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-oil-can:before {
    content: ""
}

.fa-oil-temp:before {
    content: ""
}

.fa-old-republic:before {
    content: ""
}

.fa-om:before {
    content: ""
}

.fa-omega:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-orcid:before {
    content: ""
}

.fa-ornament:before {
    content: ""
}

.fa-osi:before {
    content: ""
}

.fa-otter:before {
    content: ""
}

.fa-outdent:before {
    content: ""
}

.fa-outlet:before {
    content: "卵"
}

.fa-oven:before {
    content: "欄"
}

.fa-overline:before {
    content: ""
}

.fa-page-break:before {
    content: ""
}

.fa-page4:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-pager:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-paint-brush-alt:before {
    content: ""
}

.fa-paint-roller:before {
    content: ""
}

.fa-palette:before {
    content: ""
}

.fa-palfed:before {
    content: ""
}

.fa-pallet:before {
    content: ""
}

.fa-pallet-alt:before {
    content: ""
}

.fa-paper-plane:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-parachute-box:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-paragraph-rtl:before {
    content: ""
}

.fa-parking:before {
    content: ""
}

.fa-parking-circle:before {
    content: ""
}

.fa-parking-circle-slash:before {
    content: ""
}

.fa-parking-slash:before {
    content: ""
}

.fa-passport:before {
    content: ""
}

.fa-pastafarianism:before {
    content: ""
}

.fa-paste:before {
    content: ""
}

.fa-patreon:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-paw-alt:before {
    content: ""
}

.fa-paw-claws:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-peace:before {
    content: ""
}

.fa-pegasus:before {
    content: ""
}

.fa-pen:before {
    content: ""
}

.fa-pen-alt:before {
    content: ""
}

.fa-pen-fancy:before {
    content: ""
}

.fa-pen-nib:before {
    content: ""
}

.fa-pen-square:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-pencil-alt:before {
    content: ""
}

.fa-pencil-paintbrush:before {
    content: ""
}

.fa-pencil-ruler:before {
    content: ""
}

.fa-pennant:before {
    content: ""
}

.fa-penny-arcade:before {
    content: ""
}

.fa-people-arrows:before {
    content: "泌"
}

.fa-people-carry:before {
    content: ""
}

.fa-pepper-hot:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-percentage:before {
    content: ""
}

.fa-periscope:before {
    content: ""
}

.fa-person-booth:before {
    content: ""
}

.fa-person-carry:before {
    content: ""
}

.fa-person-dolly:before {
    content: ""
}

.fa-person-dolly-empty:before {
    content: ""
}

.fa-person-sign:before {
    content: ""
}

.fa-phabricator:before {
    content: ""
}

.fa-phoenix-framework:before {
    content: ""
}

.fa-phoenix-squadron:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-phone-alt:before {
    content: ""
}

.fa-phone-laptop:before {
    content: ""
}

.fa-phone-office:before {
    content: ""
}

.fa-phone-plus:before {
    content: ""
}

.fa-phone-rotary:before {
    content: ""
}

.fa-phone-slash:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-phone-square-alt:before {
    content: ""
}

.fa-phone-volume:before {
    content: ""
}

.fa-photo-video:before {
    content: ""
}

.fa-php:before {
    content: ""
}

.fa-pi:before {
    content: ""
}

.fa-piano:before {
    content: ""
}

.fa-piano-keyboard:before {
    content: ""
}

.fa-pie:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-pied-piper-hat:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-square:before {
    content: "爛"
}

.fa-pig:before {
    content: ""
}

.fa-piggy-bank:before {
    content: ""
}

.fa-pills:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-pizza:before {
    content: ""
}

.fa-pizza-slice:before {
    content: ""
}

.fa-place-of-worship:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-plane-alt:before {
    content: ""
}

.fa-plane-arrival:before {
    content: ""
}

.fa-plane-departure:before {
    content: ""
}

.fa-plane-slash:before {
    content: "數"
}

.fa-planet-moon:before {
    content: "蘭"
}

.fa-planet-ringed:before {
    content: "鸞"
}

.fa-play:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-playstation:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-plus-hexagon:before {
    content: ""
}

.fa-plus-octagon:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-podium:before {
    content: ""
}

.fa-podium-star:before {
    content: ""
}

.fa-police-box:before {
    content: "嵐"
}

.fa-poll:before {
    content: ""
}

.fa-poll-h:before {
    content: ""
}

.fa-poll-people:before {
    content: ""
}

.fa-poo:before {
    content: ""
}

.fa-poo-storm:before {
    content: ""
}

.fa-poop:before {
    content: ""
}

.fa-popcorn:before {
    content: ""
}

.fa-portal-enter:before {
    content: "濫"
}

.fa-portal-exit:before {
    content: "藍"
}

.fa-portrait:before {
    content: ""
}

.fa-pound-sign:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-pray:before {
    content: ""
}

.fa-praying-hands:before {
    content: ""
}

.fa-prescription:before {
    content: ""
}

.fa-prescription-bottle:before {
    content: ""
}

.fa-prescription-bottle-alt:before {
    content: ""
}

.fa-presentation:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-print-search:before {
    content: ""
}

.fa-print-slash:before {
    content: ""
}

.fa-procedures:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-project-diagram:before {
    content: ""
}

.fa-projector:before {
    content: ""
}

.fa-pump-medical:before {
    content: "索"
}

.fa-pump-soap:before {
    content: "參"
}

.fa-pumpkin:before {
    content: ""
}

.fa-pushed:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-python:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-question-square:before {
    content: ""
}

.fa-quidditch:before {
    content: ""
}

.fa-quinscape:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-quran:before {
    content: ""
}

.fa-r-project:before {
    content: ""
}

.fa-rabbit:before {
    content: ""
}

.fa-rabbit-fast:before {
    content: ""
}

.fa-racquet:before {
    content: ""
}

.fa-radar:before {
    content: "襤"
}

.fa-radiation:before {
    content: ""
}

.fa-radiation-alt:before {
    content: ""
}

.fa-radio:before {
    content: ""
}

.fa-radio-alt:before {
    content: ""
}

.fa-rainbow:before {
    content: ""
}

.fa-raindrops:before {
    content: ""
}

.fa-ram:before {
    content: ""
}

.fa-ramp-loading:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-raspberry-pi:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-raygun:before {
    content: "拉"
}

.fa-react:before {
    content: ""
}

.fa-reacteurope:before {
    content: ""
}

.fa-readme:before {
    content: ""
}

.fa-rebel:before {
    content: ""
}

.fa-receipt:before {
    content: ""
}

.fa-record-vinyl:before {
    content: ""
}

.fa-rectangle-landscape:before {
    content: ""
}

.fa-rectangle-portrait:before {
    content: ""
}

.fa-rectangle-wide:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-red-river:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-redhat:before {
    content: ""
}

.fa-redo:before {
    content: ""
}

.fa-redo-alt:before {
    content: ""
}

.fa-refrigerator:before {
    content: "臘"
}

.fa-registered:before {
    content: ""
}

.fa-remove-format:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-repeat:before {
    content: ""
}

.fa-repeat-1:before {
    content: ""
}

.fa-repeat-1-alt:before {
    content: ""
}

.fa-repeat-alt:before {
    content: ""
}

.fa-reply:before {
    content: ""
}

.fa-reply-all:before {
    content: ""
}

.fa-replyd:before {
    content: ""
}

.fa-republican:before {
    content: ""
}

.fa-researchgate:before {
    content: ""
}

.fa-resolving:before {
    content: ""
}

.fa-restroom:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-retweet-alt:before {
    content: ""
}

.fa-rev:before {
    content: ""
}

.fa-ribbon:before {
    content: ""
}

.fa-ring:before {
    content: ""
}

.fa-rings-wedding:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-robot:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-rocket-launch:before {
    content: "蠟"
}

.fa-rocketchat:before {
    content: ""
}

.fa-rockrms:before {
    content: ""
}

.fa-route:before {
    content: ""
}

.fa-route-highway:before {
    content: ""
}

.fa-route-interstate:before {
    content: ""
}

.fa-router:before {
    content: ""
}

.fa-rss:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-ruble-sign:before {
    content: ""
}

.fa-ruler:before {
    content: ""
}

.fa-ruler-combined:before {
    content: ""
}

.fa-ruler-horizontal:before {
    content: ""
}

.fa-ruler-triangle:before {
    content: ""
}

.fa-ruler-vertical:before {
    content: ""
}

.fa-running:before {
    content: ""
}

.fa-rupee-sign:before {
    content: ""
}

.fa-rv:before {
    content: ""
}

.fa-sack:before {
    content: ""
}

.fa-sack-dollar:before {
    content: ""
}

.fa-sad-cry:before {
    content: ""
}

.fa-sad-tear:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-salad:before {
    content: ""
}

.fa-salesforce:before {
    content: ""
}

.fa-sandwich:before {
    content: ""
}

.fa-sass:before {
    content: ""
}

.fa-satellite:before {
    content: ""
}

.fa-satellite-dish:before {
    content: ""
}

.fa-sausage:before {
    content: ""
}

.fa-save:before {
    content: ""
}

.fa-sax-hot:before {
    content: ""
}

.fa-saxophone:before {
    content: ""
}

.fa-scalpel:before {
    content: ""
}

.fa-scalpel-path:before {
    content: ""
}

.fa-scanner:before {
    content: ""
}

.fa-scanner-image:before {
    content: ""
}

.fa-scanner-keyboard:before {
    content: ""
}

.fa-scanner-touchscreen:before {
    content: ""
}

.fa-scarecrow:before {
    content: ""
}

.fa-scarf:before {
    content: ""
}

.fa-schlix:before {
    content: ""
}

.fa-school:before {
    content: ""
}

.fa-screwdriver:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-scroll:before {
    content: ""
}

.fa-scroll-old:before {
    content: ""
}

.fa-scrubber:before {
    content: ""
}

.fa-scythe:before {
    content: ""
}

.fa-sd-card:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-search-dollar:before {
    content: ""
}

.fa-search-location:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-searchengin:before {
    content: ""
}

.fa-seedling:before {
    content: ""
}

.fa-sellcast:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-send-back:before {
    content: ""
}

.fa-send-backward:before {
    content: ""
}

.fa-sensor:before {
    content: "廊"
}

.fa-sensor-alert:before {
    content: "朗"
}

.fa-sensor-fire:before {
    content: "浪"
}

.fa-sensor-on:before {
    content: "狼"
}

.fa-sensor-smoke:before {
    content: "郎"
}

.fa-server:before {
    content: ""
}

.fa-servicestack:before {
    content: ""
}

.fa-shapes:before {
    content: ""
}

.fa-share:before {
    content: ""
}

.fa-share-all:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-sheep:before {
    content: ""
}

.fa-shekel-sign:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-shield-alt:before {
    content: ""
}

.fa-shield-check:before {
    content: ""
}

.fa-shield-cross:before {
    content: ""
}

.fa-shield-virus:before {
    content: "塞"
}

.fa-ship:before {
    content: ""
}

.fa-shipping-fast:before {
    content: ""
}

.fa-shipping-timed:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-shish-kebab:before {
    content: ""
}

.fa-shoe-prints:before {
    content: ""
}

.fa-shopify:before {
    content: "綾"
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-shopware:before {
    content: ""
}

.fa-shovel:before {
    content: ""
}

.fa-shovel-snow:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-shredder:before {
    content: ""
}

.fa-shuttle-van:before {
    content: ""
}

.fa-shuttlecock:before {
    content: ""
}

.fa-sickle:before {
    content: ""
}

.fa-sigma:before {
    content: ""
}

.fa-sign:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-sign-in-alt:before {
    content: ""
}

.fa-sign-language:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-sign-out-alt:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-signal-1:before {
    content: ""
}

.fa-signal-2:before {
    content: ""
}

.fa-signal-3:before {
    content: ""
}

.fa-signal-4:before {
    content: ""
}

.fa-signal-alt:before {
    content: ""
}

.fa-signal-alt-1:before {
    content: ""
}

.fa-signal-alt-2:before {
    content: ""
}

.fa-signal-alt-3:before {
    content: ""
}

.fa-signal-alt-slash:before {
    content: ""
}

.fa-signal-slash:before {
    content: ""
}

.fa-signal-stream:before {
    content: ""
}

.fa-signature:before {
    content: ""
}

.fa-sim-card:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-sink:before {
    content: "省"
}

.fa-siren:before {
    content: "來"
}

.fa-siren-on:before {
    content: "冷"
}

.fa-sistrix:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-sith:before {
    content: ""
}

.fa-skating:before {
    content: ""
}

.fa-skeleton:before {
    content: ""
}

.fa-sketch:before {
    content: ""
}

.fa-ski-jump:before {
    content: ""
}

.fa-ski-lift:before {
    content: ""
}

.fa-skiing:before {
    content: ""
}

.fa-skiing-nordic:before {
    content: ""
}

.fa-skull:before {
    content: ""
}

.fa-skull-cow:before {
    content: ""
}

.fa-skull-crossbones:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-slack-hash:before {
    content: ""
}

.fa-slash:before {
    content: ""
}

.fa-sledding:before {
    content: ""
}

.fa-sleigh:before {
    content: ""
}

.fa-sliders-h:before {
    content: ""
}

.fa-sliders-h-square:before {
    content: ""
}

.fa-sliders-v:before {
    content: ""
}

.fa-sliders-v-square:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-smile:before {
    content: ""
}

.fa-smile-beam:before {
    content: ""
}

.fa-smile-plus:before {
    content: ""
}

.fa-smile-wink:before {
    content: ""
}

.fa-smog:before {
    content: ""
}

.fa-smoke:before {
    content: ""
}

.fa-smoking:before {
    content: ""
}

.fa-smoking-ban:before {
    content: ""
}

.fa-sms:before {
    content: ""
}

.fa-snake:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-snooze:before {
    content: ""
}

.fa-snow-blowing:before {
    content: ""
}

.fa-snowboarding:before {
    content: ""
}

.fa-snowflake:before {
    content: ""
}

.fa-snowflakes:before {
    content: ""
}

.fa-snowman:before {
    content: ""
}

.fa-snowmobile:before {
    content: ""
}

.fa-snowplow:before {
    content: ""
}

.fa-soap:before {
    content: "葉"
}

.fa-socks:before {
    content: ""
}

.fa-solar-panel:before {
    content: ""
}

.fa-solar-system:before {
    content: "勞"
}

.fa-sort:before {
    content: ""
}

.fa-sort-alpha-down:before {
    content: ""
}

.fa-sort-alpha-down-alt:before {
    content: ""
}

.fa-sort-alpha-up:before {
    content: ""
}

.fa-sort-alpha-up-alt:before {
    content: ""
}

.fa-sort-alt:before {
    content: ""
}

.fa-sort-amount-down:before {
    content: ""
}

.fa-sort-amount-down-alt:before {
    content: ""
}

.fa-sort-amount-up:before {
    content: ""
}

.fa-sort-amount-up-alt:before {
    content: ""
}

.fa-sort-circle:before {
    content: "擄"
}

.fa-sort-circle-down:before {
    content: "櫓"
}

.fa-sort-circle-up:before {
    content: "爐"
}

.fa-sort-down:before {
    content: ""
}

.fa-sort-numeric-down:before {
    content: ""
}

.fa-sort-numeric-down-alt:before {
    content: ""
}

.fa-sort-numeric-up:before {
    content: ""
}

.fa-sort-numeric-up-alt:before {
    content: ""
}

.fa-sort-shapes-down:before {
    content: ""
}

.fa-sort-shapes-down-alt:before {
    content: ""
}

.fa-sort-shapes-up:before {
    content: ""
}

.fa-sort-shapes-up-alt:before {
    content: ""
}

.fa-sort-size-down:before {
    content: ""
}

.fa-sort-size-down-alt:before {
    content: ""
}

.fa-sort-size-up:before {
    content: ""
}

.fa-sort-size-up-alt:before {
    content: ""
}

.fa-sort-up:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-soup:before {
    content: ""
}

.fa-sourcetree:before {
    content: ""
}

.fa-spa:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-space-station-moon:before {
    content: "盧"
}

.fa-space-station-moon-alt:before {
    content: "老"
}

.fa-spade:before {
    content: ""
}

.fa-sparkles:before {
    content: ""
}

.fa-speakap:before {
    content: ""
}

.fa-speaker:before {
    content: ""
}

.fa-speaker-deck:before {
    content: ""
}

.fa-speakers:before {
    content: ""
}

.fa-spell-check:before {
    content: ""
}

.fa-spider:before {
    content: ""
}

.fa-spider-black-widow:before {
    content: ""
}

.fa-spider-web:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-spinner-third:before {
    content: ""
}

.fa-splotch:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-spray-can:before {
    content: ""
}

.fa-sprinkler:before {
    content: "蘆"
}

.fa-square:before {
    content: ""
}

.fa-square-full:before {
    content: ""
}

.fa-square-root:before {
    content: ""
}

.fa-square-root-alt:before {
    content: ""
}

.fa-squarespace:before {
    content: ""
}

.fa-squirrel:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-stackpath:before {
    content: ""
}

.fa-staff:before {
    content: ""
}

.fa-stamp:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-and-crescent:before {
    content: ""
}

.fa-star-christmas:before {
    content: ""
}

.fa-star-exclamation:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-star-half-alt:before {
    content: ""
}

.fa-star-of-david:before {
    content: ""
}

.fa-star-of-life:before {
    content: ""
}

.fa-star-shooting:before {
    content: "虜"
}

.fa-starfighter:before {
    content: "路"
}

.fa-starfighter-alt:before {
    content: "露"
}

.fa-stars:before {
    content: ""
}

.fa-starship:before {
    content: "魯"
}

.fa-starship-freighter:before {
    content: "鷺"
}

.fa-staylinked:before {
    content: ""
}

.fa-steak:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-steam-symbol:before {
    content: ""
}

.fa-steering-wheel:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-sticker-mule:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-stocking:before {
    content: ""
}

.fa-stomach:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stopwatch:before {
    content: ""
}

.fa-stopwatch-20:before {
    content: "說"
}

.fa-store:before {
    content: ""
}

.fa-store-alt:before {
    content: ""
}

.fa-store-alt-slash:before {
    content: "殺"
}

.fa-store-slash:before {
    content: "辰"
}

.fa-strava:before {
    content: ""
}

.fa-stream:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-stretcher:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-stripe:before {
    content: ""
}

.fa-stripe-s:before {
    content: ""
}

.fa-stroopwafel:before {
    content: ""
}

.fa-studiovinari:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-suitcase-rolling:before {
    content: ""
}

.fa-sun:before {
    content: ""
}

.fa-sun-cloud:before {
    content: ""
}

.fa-sun-dust:before {
    content: ""
}

.fa-sun-haze:before {
    content: ""
}

.fa-sunglasses:before {
    content: ""
}

.fa-sunrise:before {
    content: ""
}

.fa-sunset:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-supple:before {
    content: ""
}

.fa-surprise:before {
    content: ""
}

.fa-suse:before {
    content: ""
}

.fa-swatchbook:before {
    content: ""
}

.fa-swift:before {
    content: ""
}

.fa-swimmer:before {
    content: ""
}

.fa-swimming-pool:before {
    content: ""
}

.fa-sword:before {
    content: ""
}

.fa-sword-laser:before {
    content: "碌"
}

.fa-sword-laser-alt:before {
    content: "祿"
}

.fa-swords:before {
    content: ""
}

.fa-swords-laser:before {
    content: "綠"
}

.fa-symfony:before {
    content: ""
}

.fa-synagogue:before {
    content: ""
}

.fa-sync:before {
    content: ""
}

.fa-sync-alt:before {
    content: ""
}

.fa-syringe:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-table-tennis:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-tablet-alt:before {
    content: ""
}

.fa-tablet-android:before {
    content: ""
}

.fa-tablet-android-alt:before {
    content: ""
}

.fa-tablet-rugged:before {
    content: ""
}

.fa-tablets:before {
    content: ""
}

.fa-tachometer:before {
    content: ""
}

.fa-tachometer-alt:before {
    content: ""
}

.fa-tachometer-alt-average:before {
    content: ""
}

.fa-tachometer-alt-fast:before {
    content: ""
}

.fa-tachometer-alt-fastest:before {
    content: ""
}

.fa-tachometer-alt-slow:before {
    content: ""
}

.fa-tachometer-alt-slowest:before {
    content: ""
}

.fa-tachometer-average:before {
    content: ""
}

.fa-tachometer-fast:before {
    content: ""
}

.fa-tachometer-fastest:before {
    content: ""
}

.fa-tachometer-slow:before {
    content: ""
}

.fa-tachometer-slowest:before {
    content: ""
}

.fa-taco:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-tally:before {
    content: ""
}

.fa-tanakh:before {
    content: ""
}

.fa-tape:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-tasks-alt:before {
    content: ""
}

.fa-taxi:before {
    content: ""
}

.fa-teamspeak:before {
    content: ""
}

.fa-teeth:before {
    content: ""
}

.fa-teeth-open:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-telegram-plane:before {
    content: ""
}

.fa-telescope:before {
    content: "菉"
}

.fa-temperature-down:before {
    content: "錄"
}

.fa-temperature-frigid:before {
    content: ""
}

.fa-temperature-high:before {
    content: ""
}

.fa-temperature-hot:before {
    content: ""
}

.fa-temperature-low:before {
    content: ""
}

.fa-temperature-up:before {
    content: "鹿"
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-tenge:before {
    content: ""
}

.fa-tennis-ball:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-text:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-size:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-the-red-yeti:before {
    content: ""
}

.fa-theater-masks:before {
    content: ""
}

.fa-themeco:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-thermometer:before {
    content: ""
}

.fa-thermometer-empty:before {
    content: ""
}

.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-theta:before {
    content: ""
}

.fa-think-peaks:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbtack:before {
    content: ""
}

.fa-thunderstorm:before {
    content: ""
}

.fa-thunderstorm-moon:before {
    content: ""
}

.fa-thunderstorm-sun:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-ticket-alt:before {
    content: ""
}

.fa-tilde:before {
    content: ""
}

.fa-times:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-times-hexagon:before {
    content: ""
}

.fa-times-octagon:before {
    content: ""
}

.fa-times-square:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-tint-slash:before {
    content: ""
}

.fa-tire:before {
    content: ""
}

.fa-tire-flat:before {
    content: ""
}

.fa-tire-pressure-warning:before {
    content: ""
}

.fa-tire-rugged:before {
    content: ""
}

.fa-tired:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-toilet:before {
    content: ""
}

.fa-toilet-paper:before {
    content: ""
}

.fa-toilet-paper-alt:before {
    content: ""
}

.fa-toilet-paper-slash:before {
    content: "沈"
}

.fa-tombstone:before {
    content: ""
}

.fa-tombstone-alt:before {
    content: ""
}

.fa-toolbox:before {
    content: ""
}

.fa-tools:before {
    content: ""
}

.fa-tooth:before {
    content: ""
}

.fa-toothbrush:before {
    content: ""
}

.fa-torah:before {
    content: ""
}

.fa-torii-gate:before {
    content: ""
}

.fa-tornado:before {
    content: ""
}

.fa-tractor:before {
    content: ""
}

.fa-trade-federation:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-traffic-cone:before {
    content: ""
}

.fa-traffic-light:before {
    content: ""
}

.fa-traffic-light-go:before {
    content: ""
}

.fa-traffic-light-slow:before {
    content: ""
}

.fa-traffic-light-stop:before {
    content: ""
}

.fa-trailer:before {
    content: "論"
}

.fa-train:before {
    content: ""
}

.fa-tram:before {
    content: ""
}

.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-transporter:before {
    content: "壟"
}

.fa-transporter-1:before {
    content: "弄"
}

.fa-transporter-2:before {
    content: "籠"
}

.fa-transporter-3:before {
    content: "聾"
}

.fa-transporter-empty:before {
    content: "牢"
}

.fa-trash:before {
    content: ""
}

.fa-trash-alt:before {
    content: ""
}

.fa-trash-restore:before {
    content: ""
}

.fa-trash-restore-alt:before {
    content: ""
}

.fa-trash-undo:before {
    content: ""
}

.fa-trash-undo-alt:before {
    content: ""
}

.fa-treasure-chest:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-tree-alt:before {
    content: ""
}

.fa-tree-christmas:before {
    content: ""
}

.fa-tree-decorated:before {
    content: ""
}

.fa-tree-large:before {
    content: ""
}

.fa-tree-palm:before {
    content: ""
}

.fa-trees:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-triangle:before {
    content: ""
}

.fa-triangle-music:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-trophy-alt:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-truck-container:before {
    content: ""
}

.fa-truck-couch:before {
    content: ""
}

.fa-truck-loading:before {
    content: ""
}

.fa-truck-monster:before {
    content: ""
}

.fa-truck-moving:before {
    content: ""
}

.fa-truck-pickup:before {
    content: ""
}

.fa-truck-plow:before {
    content: ""
}

.fa-truck-ramp:before {
    content: ""
}

.fa-trumpet:before {
    content: ""
}

.fa-tshirt:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-turkey:before {
    content: ""
}

.fa-turntable:before {
    content: ""
}

.fa-turtle:before {
    content: ""
}

.fa-tv:before {
    content: ""
}

.fa-tv-alt:before {
    content: ""
}

.fa-tv-music:before {
    content: ""
}

.fa-tv-retro:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-typewriter:before {
    content: ""
}

.fa-typo3:before {
    content: ""
}

.fa-uber:before {
    content: ""
}

.fa-ubuntu:before {
    content: ""
}

.fa-ufo:before {
    content: "磊"
}

.fa-ufo-beam:before {
    content: "賂"
}

.fa-uikit:before {
    content: ""
}

.fa-umbraco:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-umbrella-beach:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-undo:before {
    content: ""
}

.fa-undo-alt:before {
    content: ""
}

.fa-unicorn:before {
    content: ""
}

.fa-union:before {
    content: ""
}

.fa-uniregistry:before {
    content: ""
}

.fa-unity:before {
    content: "雷"
}

.fa-universal-access:before {
    content: ""
}

.fa-university:before {
    content: ""
}

.fa-unlink:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-untappd:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-ups:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-usb-drive:before {
    content: ""
}

.fa-usd-circle:before {
    content: ""
}

.fa-usd-square:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-user-alien:before {
    content: "壘"
}

.fa-user-alt:before {
    content: ""
}

.fa-user-alt-slash:before {
    content: ""
}

.fa-user-astronaut:before {
    content: ""
}

.fa-user-chart:before {
    content: ""
}

.fa-user-check:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-clock:before {
    content: ""
}

.fa-user-cog:before {
    content: ""
}

.fa-user-cowboy:before {
    content: ""
}

.fa-user-crown:before {
    content: ""
}

.fa-user-edit:before {
    content: ""
}

.fa-user-friends:before {
    content: ""
}

.fa-user-graduate:before {
    content: ""
}

.fa-user-hard-hat:before {
    content: ""
}

.fa-user-headset:before {
    content: ""
}

.fa-user-injured:before {
    content: ""
}

.fa-user-lock:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-user-md-chat:before {
    content: ""
}

.fa-user-minus:before {
    content: ""
}

.fa-user-music:before {
    content: ""
}

.fa-user-ninja:before {
    content: ""
}

.fa-user-nurse:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-robot:before {
    content: "屢"
}

.fa-user-secret:before {
    content: ""
}

.fa-user-shield:before {
    content: ""
}

.fa-user-slash:before {
    content: ""
}

.fa-user-tag:before {
    content: ""
}

.fa-user-tie:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-user-unlock:before {
    content: "菱"
}

.fa-user-visor:before {
    content: "樓"
}

.fa-users:before {
    content: ""
}

.fa-users-class:before {
    content: ""
}

.fa-users-cog:before {
    content: ""
}

.fa-users-crown:before {
    content: ""
}

.fa-users-medical:before {
    content: ""
}

.fa-users-slash:before {
    content: "拾"
}

.fa-usps:before {
    content: ""
}

.fa-ussunnah:before {
    content: ""
}

.fa-utensil-fork:before {
    content: ""
}

.fa-utensil-knife:before {
    content: ""
}

.fa-utensil-spoon:before {
    content: ""
}

.fa-utensils:before {
    content: ""
}

.fa-utensils-alt:before {
    content: ""
}

.fa-vaadin:before {
    content: ""
}

.fa-vacuum:before {
    content: "淚"
}

.fa-vacuum-robot:before {
    content: "漏"
}

.fa-value-absolute:before {
    content: ""
}

.fa-vector-square:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-vhs:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-vial:before {
    content: ""
}

.fa-vials:before {
    content: ""
}

.fa-viber:before {
    content: ""
}

.fa-video:before {
    content: ""
}

.fa-video-plus:before {
    content: ""
}

.fa-video-slash:before {
    content: ""
}

.fa-vihara:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-vimeo-v:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-violin:before {
    content: ""
}

.fa-virus:before {
    content: "若"
}

.fa-virus-slash:before {
    content: "掠"
}

.fa-viruses:before {
    content: "略"
}

.fa-vk:before {
    content: ""
}

.fa-vnv:before {
    content: ""
}

.fa-voicemail:before {
    content: ""
}

.fa-volcano:before {
    content: ""
}

.fa-volleyball-ball:before {
    content: ""
}

.fa-volume:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-mute:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-slash:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-vote-nay:before {
    content: ""
}

.fa-vote-yea:before {
    content: ""
}

.fa-vr-cardboard:before {
    content: ""
}

.fa-vuejs:before {
    content: ""
}

.fa-wagon-covered:before {
    content: ""
}

.fa-walker:before {
    content: ""
}

.fa-walkie-talkie:before {
    content: ""
}

.fa-walking:before {
    content: ""
}

.fa-wallet:before {
    content: ""
}

.fa-wand:before {
    content: ""
}

.fa-wand-magic:before {
    content: ""
}

.fa-warehouse:before {
    content: ""
}

.fa-warehouse-alt:before {
    content: ""
}

.fa-washer:before {
    content: ""
}

.fa-watch:before {
    content: ""
}

.fa-watch-calculator:before {
    content: ""
}

.fa-watch-fitness:before {
    content: ""
}

.fa-water:before {
    content: ""
}

.fa-water-lower:before {
    content: ""
}

.fa-water-rise:before {
    content: ""
}

.fa-wave-sine:before {
    content: ""
}

.fa-wave-square:before {
    content: ""
}

.fa-wave-triangle:before {
    content: ""
}

.fa-waveform:before {
    content: ""
}

.fa-waveform-path:before {
    content: ""
}

.fa-waze:before {
    content: ""
}

.fa-webcam:before {
    content: ""
}

.fa-webcam-slash:before {
    content: ""
}

.fa-weebly:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-weight:before {
    content: ""
}

.fa-weight-hanging:before {
    content: ""
}

.fa-weixin:before {
    content: ""
}

.fa-whale:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-whatsapp-square:before {
    content: ""
}

.fa-wheat:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-whistle:before {
    content: ""
}

.fa-whmcs:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-wifi-1:before {
    content: ""
}

.fa-wifi-2:before {
    content: ""
}

.fa-wifi-slash:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-wind:before {
    content: ""
}

.fa-wind-turbine:before {
    content: ""
}

.fa-wind-warning:before {
    content: ""
}

.fa-window:before {
    content: ""
}

.fa-window-alt:before {
    content: ""
}

.fa-window-close:before {
    content: ""
}

.fa-window-frame:before {
    content: "累"
}

.fa-window-frame-open:before {
    content: "縷"
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-windsock:before {
    content: ""
}

.fa-wine-bottle:before {
    content: ""
}

.fa-wine-glass:before {
    content: ""
}

.fa-wine-glass-alt:before {
    content: ""
}

.fa-wix:before {
    content: ""
}

.fa-wizards-of-the-coast:before {
    content: ""
}

.fa-wolf-pack-battalion:before {
    content: ""
}

.fa-won-sign:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-wordpress-simple:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-wpressr:before {
    content: ""
}

.fa-wreath:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-x-ray:before {
    content: ""
}

.fa-xbox:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-y-combinator:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-yammer:before {
    content: ""
}

.fa-yandex:before {
    content: ""
}

.fa-yandex-international:before {
    content: ""
}

.fa-yarn:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-yen-sign:before {
    content: ""
}

.fa-yin-yang:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-zhihu:before {
    content: ""
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    position: static;
    overflow: visible
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(font/fa-brands-400.eot);
    src: url(font/fa-brands-400.eot?#iefix)format("embedded-opentype"), url(font/fa-brands-400.woff2)format("woff2"), url(font/fa-brands-400.woff)format("woff"), url(font/fa-brands-400.ttf)format("truetype"), url(font/fa-brands-400.svg#fontawesome)format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url(font/fa-light-300.eot);
    src: url(font/fa-light-300.eot?#iefix)format("embedded-opentype"), url(font/fa-light-300.woff2)format("woff2"), url(font/fa-light-300.woff)format("woff"), url(font/fa-light-300.ttf)format("truetype"), url(font/fa-light-300.svg#fontawesome)format("svg")
}

.fal {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(font/fa-regular-400.eot);
    src: url(font/fa-regular-400.eot?#iefix)format("embedded-opentype"), url(font/fa-regular-400.woff2)format("woff2"), url(font/fa-regular-400.woff)format("woff"), url(font/fa-regular-400.ttf)format("truetype"), url(font/fa-regular-400.svg#fontawesome)format("svg")
}

.far {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(font/fa-solid-900.eot);
    src: url(font/fa-solid-900.eot?#iefix)format("embedded-opentype"), url(font/fa-solid-900.woff2)format("woff2"), url(font/fa-solid-900.woff)format("woff"), url(font/fa-solid-900.ttf)format("truetype"), url(font/fa-solid-900.svg#fontawesome)format("svg")
}

.fa,
.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900
}

.list-reset {
    list-style: none
}

::-webkit-scrollbar-track {
    background: 0 0
}

::-webkit-scrollbar-thumb {
    background: #aaa9;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background: #aaa
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.modal .top .user,
.modal .weekly .user,
.main>.content>.history .user,
.main>.content>.referral .user {
    align-items: center;
    column-gap: 10px;
    display: flex
}

.modal .top .avatar,
.modal .weekly .avatar,
.main>.content>.history .avatar,
.main>.content>.referral .avatar {
    border: 1px solid #2d3d4d;
    border-radius: 5px;
    width: 30px;
    height: 30px
}

.modal .top .name,
.modal .weekly .name,
.main>.content>.history .name,
.main>.content>.referral .name {
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 160px;
    margin: -.3em;
    padding: .3em;
    display: inline-block;
    overflow: hidden
}

.main>.content>.history .team {
    background: color-mix(in srgb, currentColor 15%, transparent);
    border-radius: .3em;
    padding: 2px 4px
}

.main>.content>.history i.avatar {
    color: #aaa;
    border-color: #aaa;
    padding: 7px 0
}

.main>.content>.history .status {
    float: left;
    width: 2px;
    height: 30px;
    margin-right: 5px
}

.main>.content>.history .status.wait {
    background: #aaa;
    box-shadow: 0 0 5px #aaa
}

.main>.content>.history .status.lose {
    background: #f33;
    box-shadow: 0 0 5px #f33
}

.main>.content>.history .status.win {
    background: #4f8;
    box-shadow: 0 0 5px #4f8
}

.main>.content>.history .menu {
    width: calc(100% + 2px)
}

.main>.content>.history .menu a {
    border-radius: 0;
    flex-grow: 1;
    margin-left: -1px
}

.main>.content>.history .menu a.active::after {
    border-color: #09d;
}

.main>.content>.history .pre-icon {
    width: 30px;
    padding: 0
}

.main>.content>.history .pre-icon i {
    color: #aaa;
    margin-left: 3px;
    padding: 2px 5px;
    font-size: 12px;
    transition: color .2s
}

.main>.content>.history .pre-icon a:hover i {
    color: #fff
}

.main>.content>.profile .title span i {
    vertical-align: middle;
    padding: 0 3px;
    font-size: 10px
}

.main>.content>.profile .title .name {
    color: #aaa;
    text-transform: none
}

.main>.content>.profile>.user {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    position: relative
}

.main>.content>.profile>.user>.cute-cat {
    mix-blend-mode: multiply;
    background: url(/assets/img/cute-cat.jpg) 0 0/150px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.main>.content>.profile>.user>.cute-dog {
    mix-blend-mode: multiply;
    background: url(/assets/img/cute-dog.jpg) 0 0/150px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.main>.content>.profile>.user .avatar {
    border: 1px solid #2d3d4d;
    border-radius: 15px;
    flex: 0 0 80px;
    margin: 15px;
    position: relative;
    overflow: hidden
}

.main>.content>.profile>.user .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main>.content>.profile>.user .avatar .bar {
    text-align: center;
    vertical-align: top;
    background: #0000004d;
    justify-content: space-between;
    width: 100%;
    padding: 2px 5px;
    line-height: 20px;
    display: flex;
    position: absolute;
    bottom: 0
}

.main>.content>.profile>.user .avatar .bar i {
    line-height: 20px !important
}

.main>.content>.profile>.user .avatar .bar span {
    text-shadow: 0 0 10px #000;
    font-weight: 700
}

.main>.content>.profile>.user .avatar .bar span.low {
    color: #fa2
}

.main>.content>.profile>.user .avatar .bar span.bad {
    color: red
}

.main>.content>.profile>.user .avatar .bar span.god {
    text-shadow: none;
    font-size: 22px
}

.main>.content>.profile>.user .avatar .bar a {
    color: #fff;
    transition: color .2s
}

.main>.content>.profile>.user .avatar .bar a:hover {
    text-shadow: 0 2px 2px #00000080
}

.main>.content>.profile>.user .right {
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding-right: 15px;
    display: inline-flex;
    position: relative
}

.main>.content>.profile>.user .right .stats {
    text-align: center;
    border-top: 1px solid #aaa;
    flex-flow: column;
    row-gap: 5px;
    padding: 10px 10px 0;
    display: flex
}

.main>.content>.profile>.user .right .stats .key {
    color: #ddd;
    text-transform: uppercase
}

.main>.content>.profile>.user .right .stats .num {
    font-size: 20px;
    font-weight: 700
}

.main>.content>.profile>.user .right .stats .num.team {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.main>.content>.profile>.user .right .stats .num.team i {
    line-height: 24px
}

.main>.content>.profile>.user .right .stats .num a {
    transition: transform .2s;
    display: inline-block
}

.main>.content>.profile>.user .right .stats .num:hover a {
    transform: scale(1.2)
}

.main>.content .pager {
    text-align: center;
    width: 100%;
    padding: 5px 0;
    display: block
}

.main>.content .pager a {
    vertical-align: top;
    text-align: center;
    background: #0000001a;
    border: 1px solid #2d3d4d;
    min-width: 32px;
    height: 32px;
    padding: 0 5px;
    line-height: 30px;
    transition: border-color .2s;
    display: inline-block
}

.main>.content .pager a i {
    line-height: inherit
}

.main>.content .pager a.active,
.main>.content .pager a:hover {
    border-color: #09d
}

.main>.content .pager a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.main>.content .pager a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.main>.content .admin .buttons {
    width: calc(100% + 2px);
    margin-top: -1px;
    display: inline-block
}

.main>.content .admin .buttons a {
    width: 100%;
    margin-left: -1px
}

.main>.content .admin .reports i {
    width: 12px;
    line-height: 20px
}

.main>.content .admin .reports .stick {
    width: 100px;
    height: 80px
}

.main>.content .admin .reports .avatar,
.main>.content .admin .promo .avatar,
.main>.content .admin .payments .avatar {
    vertical-align: top;
    border: 1px solid #2d3d4d;
    border-radius: 5px;
    width: 30px;
    height: 30px
}

.main>.content .admin .payments .status i {
    vertical-align: top;
    margin-right: 5px;
    font-size: 6px;
    line-height: 16px
}

.main>.content .admin .payments .status i.wait {
    color: #aaa;
    text-shadow: 0 0 5px #aaa
}

.main>.content .admin .payments .status i.work {
    color: #fa2;
    text-shadow: 0 0 5px #fa2
}

.main>.content .admin .payments .status i.done {
    color: #4f8;
    text-shadow: 0 0 5px #4f8
}

.main>.content .admin .payments .status i.error {
    color: #f33;
    text-shadow: 0 0 5px #f33
}

.main>.content .admin .payments .info {
    opacity: .6;
    padding: 5px;
    font-size: 12px;
    transition: opacity .2s
}

.main>.content .admin .payments .info:hover {
    opacity: 1
}

.main>.content>.admin .online .avatar {
    float: left;
    vertical-align: top;
    border: 1px solid #2d3d4d;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.main>.content>.admin .online .name {
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
    color: #aaa;
    max-width: 160px;
    margin: -.3em;
    padding: .3em;
    line-height: 30px;
    overflow: hidden
}

.main>.content>.admin .panel {
    padding: 0 10px
}

.main>.content>.admin .panel.balances {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    display: flex
}

.main>.content>.admin .panel.balances .sync {
    gap: 10px;
    padding: 3px;
    display: flex
}

.main>.content>.admin .panel.balances .sync a {
    color: #aaa;
    font-size: 12px;
    transition: color .2s
}

.main>.content>.admin .panel.balances .sync a:hover {
    color: #fff
}

.main>.content>.admin .panel .control .button {
    width: 100%;
    margin-right: 2px
}

.main>.content>.admin .panel .control .button:last-of-type {
    margin-right: 0
}

.main>.content>.admin .promo td.ip {
    word-wrap: break-word;
    max-width: 100px
}

.main .footer {
    color: #aaa;
    background: #0000001a;
    border-top: 1px solid #2d3d4d;
    border-bottom: 1px solid #2d3d4d;
    width: 100%;
    height: 40px;
    margin-top: -1px;
    font-size: 12px
}

.main .endblock {
    flex: 0 0;
    height: 100vh;
    display: none
}

.side {
    z-index: 3;
    background: #234;
    border-left: 1px solid #2d3d4d;
    border-right: 1px solid #2d3d4d;
    width: 250px;
    height: 100%;
    transition: left .2s, right .2s;
    display: block;
    position: fixed
}

.side.left {
    left: calc(50% - 500px)
}

.side.right {
    right: calc(50% - 500px)
}

@media (max-width: 1000px) {
    .side.left:hover {
        left: 0
    }

    .side.left:hover~.side-open.left {
        left: 250px
    }

    .side.right:hover {
        right: 0
    }

    .side.right:hover~.side-open.right {
        right: 250px
    }
}

.side.left.toggle {
    left: 0
}

.side.right.toggle {
    right: 0
}

.side-open {
    z-index: 3;
    text-align: center;
    background: #1b2b3b;
    border: 1px solid #2d3d4d;
    border-bottom: none;
    border-radius: 25% 25% 0 0;
    width: 55px;
    height: 55px;
    padding: 0 8px;
    font-size: 26px;
    transition: left .2s, right .2s, background .2s;
    position: fixed;
    bottom: 0
}

.side-open.toggle {
    background: #234
}

.side-open i {
    line-height: 55px
}

@media (min-width: 501px) {
    .side-open {
        display: none
    }
}

.side-open.left {
    border-left: none;
    border-top-left-radius: 0;
    padding-left: 4px;
    left: 0
}

.side-open.left.toggle {
    left: 250px
}

.side-open.right {
    border-right: none;
    border-top-right-radius: 0;
    padding-right: 4px;
    right: 0
}

.side-open.right.toggle {
    right: 250px
}

.side.left>.head {
    text-align: center;
    border-bottom: 1px solid #2d3d4d;
    width: 100%;
    height: 80px;
    padding: 12px 5px;
    display: block
}

.side.left>.head .logo {
    height: 44px;
    padding: 0 5px;
    font-size: 50px;
    font-weight: 700;
    line-height: 40px;
    display: block;
    position: relative
}

.side.left>.head .logo div {
    white-space: nowrap;
    font-size: 0
}

.side.left>.head .logo div span {
    vertical-align: top;
    text-shadow: 3px 3px #aaa;
    font-size: 50px;
    transition: all .2s;
    position: relative
}

body.snow .side.left>.head .logo div span:first-child:after {
    content: "";
    background-image: url(/assets/img/santa_hat.svg);
    background-repeat: no-repeat;
    width: .8em;
    height: .5em;
    position: absolute;
    top: -5%;
    left: -45%
}

.side.left>.head .logo div span:hover {
    font-size: 56px
}

.side.left>.head .slogan {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 240px;
    font-style: italic;
    font-weight: 700;
    display: block;
    position: relative;
    overflow: hidden
}

.side.left>.menu {
    width: 100%;
    height: calc(100vh - 80px);
    max-height: calc(100% - 80px);
    display: block;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto
}

.side.left>.menu li {
    width: 100%;
    position: relative
}

.side.left>.menu li .bar {
    border-bottom: 1px solid #fff;
    width: 0%;
    transition: width 1.1s linear;
    position: absolute;
    bottom: 0
}

.side.left>.menu li a {
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    border-bottom: 1px solid #2d3d4d;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    padding: 15px;
    transition: border-left .2s, border-right .2s;
    display: flex
}

.side.left>.menu li a.left,
.side.left>.menu li a.right {
    width: 50%;
    display: inline-block
}

.side.left>.menu li a.left {
    float: left;
    text-align: left;
    padding-right: 0
}

.side.left>.menu li a.right {
    float: right;
    text-align: right;
    padding-left: 0
}

.side.left>.menu li a:hover {
    border-left: 10px solid #1b2b3b;
    border-right: 10px solid #1b2b3b
}

.side.left>.menu li a.left:hover {
    border-right: none
}

.side.left>.menu li a.right:hover {
    border-left: none
}

.side.left>.menu li a div {
    display: inline-block
}

.side.left>.menu li a div.title i {
    color: #fff;
    margin-right: 10px
}

.side.left>.menu li a div.title i#support_alert {
    color: #dc3545;
    text-shadow: 0 0 3px #000;
    margin-top: -2px;
    margin-left: -19px;
    font-size: 10px;
    position: absolute
}

.side.left>.menu li a.right div.title i {
    margin-left: 10px;
    margin-right: 0
}

.side.left>.menu li a div.content {
    float: right
}

.side.left>.menu .stream {
    border-bottom: 1px solid #2d3d4d
}

.side.left>.menu .stream p {
    text-align: center;
    padding: 15px 15px 10px
}

.side.left>.menu .stream p span {
    margin: 0 5px
}

.side.left>.menu .stream ul {
    padding-bottom: 5px
}

.side.left>.menu .stream a {
    text-transform: none;
    border-bottom: none;
    height: 30px;
    padding: 5px 20px
}

.side.left>.menu .stream a span:first-of-type {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 135px;
    display: inline-block;
    overflow: hidden
}

.side.left>.menu .stream a span:last-of-type {
    float: right
}

.side.left>.menu .stream a span i {
    margin-left: 5px
}

.side.right>.head {
    border-bottom: 1px solid #2d3d4d;
    width: 100%;
    height: 80px;
    display: none
}

.side.right .giveaway2 {
    z-index: 2;
    background: #234;
    border-bottom: 1px solid #2d3d4d;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    position: absolute
}

.side.right .giveaway2 a.close {
    opacity: .6;
    font-size: 14px;
    transition: opacity .2s;
    position: absolute;
    right: 10px
}

.side.right .giveaway2 a.close:hover {
    opacity: 1
}

.side.right .giveaway2 .title {
    text-align: center;
    font-size: 18px
}

.side.right .giveaway2 .title .sum {
    font-weight: 700
}

.side.right .giveaway2 .conditions {
    text-align: center;
    padding: 10px 0;
    font-size: 14px
}

.side.right .giveaway2 .conditions .item {
    color: #aaa;
    white-space: nowrap
}

.side.right .giveaway2 a.button {
    width: 100%;
    padding: 5px;
    font-size: 14px
}

.side.right>.chat .messages {
    height: calc(100vh - 44.5px);
    max-height: calc(100% - 44.5px);
    display: block;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll
}

.side.right>.chat {
    height: 100%;
}

@-moz-document url-prefix() {
    .side.right>.chat .messages {
        scrollbar-width: none
    }
}

.side.right>.chat .messages .message {
    border-bottom: 1px solid #2d3d4d;
    column-gap: 5px;
    padding: 5px;
    display: flex;
    position: relative
}

.side.right>.chat .messages .message:last-of-type {
    border-bottom: none
}

.side.right>.chat .messages .message>a {
    height: 100%
}

.side.right>.chat .messages .message>a .avatar {
    border: 1px solid #2d3d4d;
    border-radius: 5px;
    width: 36px;
    height: 36px
}

.side.right>.chat .messages .message>a .icon {
    pointer-events: none;
    width: 35px;
    position: absolute;
    top: 0;
    left: 0
}

.side.right>.chat .messages .message>a .border {
    pointer-events: none;
    width: 42px;
    margin: -3px;
    position: absolute
}

.side.right>.chat .messages .message>.content {
    flex-flow: column;
    width: 100%;
    min-width: 0;
    padding-top: 3px;
    display: flex
}

.side.right>.chat .messages .message>.content>div {
    justify-content: flex-start;
    align-items: center;
    column-gap: 5px;
    min-width: 0;
    display: flex
}

.side.right>.chat .messages .message>.content .team {
    white-space: nowrap;
    background: color-mix(in srgb, currentColor 15%, transparent);
    border-radius: .3em;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 1em
}

.side.right>.chat .messages .message>.content .name {
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 0 auto;
    min-width: 0;
    margin: -.3em;
    padding: .3em;
    font-size: 16px;
    line-height: 1em;
    display: inline-block;
    overflow: hidden
}

.side.right>.chat .messages .message>.content .options {
    text-align: center;
    flex: 0 0 15px;
    margin-left: auto;
    margin-right: -5px;
    font-size: 12px
}

.side.right>.chat .messages .message>.content .menu {
    z-index: 1;
    background: #1b2b3b;
    border: 1px solid #2d3d4d;
    border-radius: 5px;
    width: 80px;
    padding: 5px;
    font-size: 12px;
    position: absolute;
    top: 3px;
    right: 20px
}

.side.right>.chat .messages .message>.content .menu i {
    opacity: .8;
    text-align: center;
    width: 12px;
    margin: 0 2px
}

.side.right>.chat .messages .message>.content a {
    opacity: .8;
    transition: opacity .2s
}

.side.right>.chat .messages .message>.content a:hover {
    opacity: 1
}

.side.right>.chat .messages .message>.content .text {
    vertical-align: top;
    word-break: break-word;
    width: 180px;
    font-size: 14px;
    display: inline-block
}

.side.right>.chat .messages .message>.content .text span.notice {
    background: #456
}

.side.right>.chat .messages .message>.content .text img.stick {
    width: 100px;
    height: 80px;
    margin: 5px 25px;
    display: block
}

.side.right>.chat .form {
    width: 100%;
    position: absolute;
    padding: 4px 8px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.side.right>.chat span.form {
    text-align: center;
    text-shadow: 0 2px 2px #00000080;
    text-transform: uppercase;
    border-top: 1px solid #2d3d4d;
    width: 100%;
    height: 41px;
    font-size: 14px;
    font-weight: 700;
    line-height: 41px
}

.side.right>.chat .form input {
    resize: none;
    float: left;
    width: 100%;
    height: 34px;
    padding: 9px;
    line-height: 14px
}

.side.right>.chat .form a {
    float: left;
    width: 34px;
    min-width: 34px;
    height: 34px;
    margin-left: -1px;
    padding: 0;
    font-size: 16px
}

.side.right>.chat .form a i {
    line-height: 32px
}

.side.right>.chat .sticks {
    z-index: 2;
    background: #234;
    border-top: 1px solid #2d3d4d;
    height: 100px;
    padding: 10px 0 0 10px;
    font-size: 0;
    position: absolute;
    bottom: 40px;
    overflow-x: hidden;
    overflow-y: scroll
}

.side.right>.chat .sticks img {
    border: 1px solid #0000;
    width: 40px;
    height: 40px;
    margin: 0 5px 5px 0;
    transition: border-color .2s;
    display: inline-block
}

.side.right>.chat .sticks img:hover {
    border-color: #09d
}

.modal-container {
    z-index: 4;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto
}

.modal-overlay {
    background: #00000080;
    width: 100%;
    height: 100%;
    position: fixed
}

.modal-container .modal-table {
    width: 100%;
    height: 100%;
    display: table
}

.modal-container .modal-cell {
    text-align: center;
    vertical-align: middle;
    display: table-cell
}

.modal {
    width: 300px;
    padding: 30px 0;
    display: inline-block;
    position: relative
}

.modal>.title {
    text-align: center;
    text-shadow: 0 2px 2px #00000080;
    text-transform: uppercase;
    white-space: nowrap;
    background: #1b2b3b;
    border: 1px solid #2d3d4d;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    font-weight: 700
}

.modal .close {
    opacity: .6;
    font-size: 14px;
    transition: opacity .2s;
    position: absolute;
    top: 44px;
    right: 14px
}

.modal .faq {
    opacity: .6;
    font-size: 14px;
    transition: opacity .2s;
    position: absolute;
    top: 44px;
    right: 32px
}

.modal .back {
    opacity: .6;
    font-size: 16px;
    transition: opacity .2s;
    position: absolute;
    top: 44px;
    left: 14px
}

.modal .faq:hover,
.modal .back:hover,
.modal .close:hover {
    opacity: 1
}

.modal .content {
    background: #234;
    border: 1px solid #2d3d4d;
    border-top: none;
    border-radius: 0 0 5px 5px
}

.modal .balance-menu,
.modal .withdraw-menu,
.modal .deposit-menu,
.modal .deposit-menu-main {
    flex-flow: wrap
}

.modal .balance-menu p,
.modal .withdraw-menu p,
.modal .deposit-menu p {
    color: #aaa;
    border: 1px solid #2d3d4d;
    border-width: 1px 0;
    width: 100%;
    margin: 10px 0;
    padding: 5px 0;
    font-size: 14px
}

.modal .balance-menu p.small,
.modal .withdraw-menu p.small,
.modal .deposit-menu p.small {
    border: none;
    margin: 0;
    padding: 10px 0 0;
    font-size: 10px
}

.modal .report {
    align-items: flex-start;
    row-gap: 5px;
    padding: 10px;
    font-size: 14px
}

.modal .report select {
    background: #1f2e3d;
    width: 100%
}

.modal .report a {
    width: 80px;
    line-height: 16px
}

.modal .report .text {
    background: #0000001a;
    border: 1px solid #2d3d4d;
    border-radius: 5px;
    width: 100%;
    padding: 5px 10px;
    display: block
}

.modal .report .text .stick {
    width: 100px;
    height: 80px;
    margin: 0 70px
}

.modal .report form {
    gap: 5px
}

.modal .game .winner {
    column-gap: 15px;
    padding: 10px
}

.modal .game .winner .avatar img {
    vertical-align: top;
    border: 1px solid #2d3d4d;
    border-radius: 10px;
    width: 75px;
    height: 75px;
    display: inline-block;
    overflow: hidden
}

.modal .game .winner p {
    color: #aaa
}

.modal .game .winner p span {
    color: #fff
}

.modal .game .info {
    border-bottom: 1px solid #2d3d4d;
    justify-content: space-between;
    padding: 5px 10px;
    display: flex
}

.modal .game .info span {
    color: #aaa;
    font-size: 12px;
    line-height: 32px
}

.modal .game .info .random {
    width: 100px;
    padding: 0;
    font-size: 14px;
    line-height: 30px
}

.modal .game .info form {
    display: none
}

.modal .game .bet {
    text-align: left;
    border-bottom: 1px solid #2d3d4d;
    width: 100%;
    padding: 5px;
    display: block;
    position: relative;
    overflow: hidden
}

.modal .game .bet:last-of-type {
    border-bottom: none
}

.modal .game .bet a {
    vertical-align: top;
    margin-right: 10px;
    display: inline-block
}

.modal .game .bet img {
    vertical-align: top;
    border: 1px solid #2d3d4d;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    display: inline-block
}

.modal .game .bet span {
    line-height: 36px;
    display: inline-block
}

.modal .game .bet .name {
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
    max-width: 160px;
    margin: -.3em;
    padding: .3em;
    display: inline-block;
    overflow: hidden
}

.modal .game .bet .tickets {
    color: #aaa;
    font-size: 14px;
    line-height: 10px;
    position: absolute;
    right: 10px
}

.modal .game .bet .tickets i {
    color: #fff
}

.modal .bonus {
    padding: 10px 0
}

.modal .top th {
    border-top: none
}

.modal .top tr:last-of-type td,
.modal .weekly tr:last-of-type td {
    border-bottom: none
}

.modal .deposit {
    text-align: left
}

.modal .deposit .loader {
    box-sizing: border-box;
    perspective: 1000px;
    background: #ffffff80;
    border-radius: 8px;
    width: 200px;
    height: 140px;
    margin: 0 auto;
    position: relative
}

.modal .deposit .loader:before {
    content: "";
    background-color: #f5f5f5;
    background-image: linear-gradient(#ddd 100px, #0000 0), linear-gradient(#ddd 100px, #0000 0), linear-gradient(#ddd 100px, #0000 0), linear-gradient(#ddd 100px, #0000 0), linear-gradient(#ddd 100px, #0000 0), linear-gradient(#ddd 100px, #0000 0);
    background-position: 15px 30px, 15px 60px, 15px 90px, 105px 30px, 105px 60px, 105px 90px;
    background-repeat: no-repeat;
    background-size: 60px 10px;
    background-attachment: scroll;
    background-origin: padding-box;
    background-clip: border-box;
    border-radius: 8px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    box-shadow: 0 0 10px #00000040
}

.modal .deposit .loader:after {
    content: "";
    transform-origin: 0;
    background-color: #fff;
    background-image: linear-gradient(#ddd 100px, #0000 0), linear-gradient(#ddd 100px, #0000 0), linear-gradient(#ddd 100px, #0000 0);
    background-position: 50% 30px, 50% 60px, 50% 90px;
    background-repeat: no-repeat;
    background-size: 60px 10px;
    background-attachment: scroll;
    background-origin: padding-box;
    background-clip: border-box;
    border-radius: 8px;
    width: calc(50% - 10px);
    animation: 2s linear infinite paging;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
    transform: rotateY(0)
}

@keyframes paging {
    0% {
        background-color: #f5f5f5;
        transform: rotateY(0)
    }

    25% {
        background-color: #fff;
        transform: rotateY(0)
    }

    75% {
        background-color: #fff;
        transform: rotateY(-180deg)
    }

    to {
        background-color: #f5f5f5;
        transform: rotateY(-180deg)
    }
}

.modal .deposit p {
    color: #aaa;
    text-align: center;
    padding: 10px 15px;
    font-size: 14px
}

.modal .deposit table td {
    text-align: left;
    padding: 5px 15px
}

.modal .deposit table td:first-of-type {
    white-space: nowrap;
    width: 10%
}

.modal .deposit table td:last-of-type {
    cursor: pointer;
    width: 5px
}

.modal .deposit img {
    border-radius: 20px;
    width: 150px;
    height: 150px;
    margin: 0 auto
}

.modal .deposit textarea.address {
    resize: none;
    text-align: center;
    width: 100%;
    overflow: hidden
}

.modal .deposit .price input {
    text-align: center;
    width: 100%
}

.modal .deposit p.rates {
    flex-wrap: wrap;
    column-gap: 5px;
    font-size: 12px
}

.modal .deposit p.rates a {
    opacity: .6;
    font-size: 10px;
    transition: opacity .2s
}

.modal .deposit p.rates a:hover {
    opacity: 1
}

.modal>.license {
    color: #aaa;
    text-align: justify;
    border: 1px solid #2d3d4d;
    border-radius: 5px;
    width: 400px;
    margin-top: -1px;
    margin-left: -50px;
    padding: 15px;
    font-size: 14px
}

.modal>.license p {
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 16px
}

.modal .chests {
    padding: 10px
}

.modal .chests .bar-wrap {
    border: 1px solid #567;
    border-radius: 5px;
    width: 100%;
    height: 10px;
    margin: 10px 0;
    position: relative;
    overflow: hidden
}

.modal .chests .bar-wrap .bar-item {
    height: 100%;
    transition: width .2s;
    position: relative;
    overflow: hidden
}

.modal .chests .bar-wrap .bar-item:after {
    content: "";
    background: linear-gradient(90deg, #00ff7f, #0ff, #1e90ff, #f0f);
    width: 280px;
    height: 100%;
    position: absolute;
    left: 0
}

.modal .chests .bar-wrap .delimiters {
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.modal .chests .bar-wrap .delimiters div {
    float: left;
    border-right: 1px solid #567;
    width: 25%;
    height: 100%;
    display: block
}

.modal .chests .items {
    justify-content: space-between;
    column-gap: 4px;
    height: 50px;
    position: relative
}

.modal .chests .items .item {
    cursor: pointer;
    width: 100%;
    height: 100%;
    transition: opacity .2s;
    position: relative
}

.modal .chests .items .item.gray {
    cursor: inherit;
    filter: grayscale()
}

.modal .chests .items .item .img-wrap i {
    background-image: url(/assets/img/chest.png);
    background-position: 50%;
    background-size: cover;
    height: 100%;
    transition: all .2s;
    display: block
}

.modal .chests .items .item:hover .img-wrap i {
    filter: drop-shadow(0 0 10px #d37e01);
    transform: scale(1.05)
}

.modal .chests .items .item.gray:hover .img-wrap i {
    filter: none;
    transform: none
}

.modal .chests .items .item .price {
    background: #00000080;
    border: 1px solid #1b2b3b;
    border-radius: 10px;
    width: 100%;
    font-size: 16px;
    display: block;
    position: absolute;
    bottom: 0
}

.modal .chests .scroll-wrap {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0
}

.modal .chests .scroll-wrap .scroll-form {
    background: #1b2b3b;
    border: 1px solid #2d3d4d;
    border-radius: 10px;
    height: 100%;
    overflow: hidden
}

.modal .chests .scroll-wrap .scroll-form:before,
.modal .chests .scroll-wrap .scroll-form:after {
    content: "";
    border: 10px solid #0000;
    position: absolute;
    top: 15px
}

.modal .chests .scroll-wrap .scroll-form:before {
    border-left: 10px solid #2d3d4d;
    left: 0
}

.modal .chests .scroll-wrap .scroll-form:after {
    border-right: 10px solid #2d3d4d;
    right: 0
}

.modal .chests .scroll {
    margin-top: -5px
}

.modal .chests .scroll p {
    border-bottom: 1px solid #2d3d4d;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden
}

.modal .chests .scroll p i {
    vertical-align: top;
    font-size: 12px;
    line-height: 18px
}

.modal .balance2 {
    border-radius: 0 0 5px 5px;
    width: 100%;
    display: inline-flex;
    overflow: hidden
}

.modal .balance2>.methods {
    border-right: 1px solid #2d3d4d;
    width: 50%
}

.modal .balance2>.methods>a {
    background-color: #234;
    border-bottom: 1px solid #2d3d4d;
    padding: 10px 0;
    transition: background-color .2s;
    display: block
}

.modal .balance2>.methods>a:last-child {
    margin-bottom: -1px
}

.modal .balance2>.methods>a.active,
.modal .balance2>.methods>a:hover {
    background-color: #1b2b3b
}

.modal .balance2>.actions {
    background-color: #1b2b3b;
    width: 100%
}

.modal .balance2>.actions>* {
    border-top: 1px solid #2d3d4d;
    margin-top: -1px
}

.modal .balance2>.actions .list {
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 35px;
    min-height: 135px;
    max-height: 255px;
    padding: 10px 5px 10px 10px;
    display: grid;
    overflow-x: hidden;
    overflow-y: scroll
}

.modal .balance2>.actions .list>.img-container {
    opacity: .6;
    border: 1px solid #2d3d4d;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35px;
    padding: 2px 5px;
    transition: opacity .2s;
    display: flex;
    position: relative
}

.modal .balance2>.actions .list>.img-container span {
    padding: 0 5px;
    font-size: 12px;
    font-weight: 700;
    transition: text-shadow .2s;
    position: absolute;
    top: 0;
    right: 0
}

.modal .balance2>.actions .list>.img-container:hover span {
    text-shadow: 0 0 5px #000
}

.modal .balance2>.actions .list>.img-container span.commission {
    bottom: 0;
    left: 0;
    top: unset;
    right: unset;
    white-space: nowrap;
    font-size: 10px
}

.modal .balance2>.actions .list>.img-container img {
    max-width: 100%
}

.modal .balance2>.actions .list>.img-container:after {
    content: "";
    opacity: 0;
    border: 1px solid #0000;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    transition: opacity .2s, border-color .2s;
    position: absolute;
    top: -1px;
    left: -1px
}

.modal .balance2>.actions .list>.img-container.active,
.modal .balance2>.actions .list>.img-container.active:after,
.modal .balance2>.actions .list>.img-container:hover,
.modal .balance2>.actions .list>.img-container:hover:after {
    opacity: 1
}

.modal .balance2>.actions .list>.img-container.active:after {
    border-color: #09d
}

.modal .balance2>.actions .form {
    border-top: 1px solid #2d3d4d;
    padding: 0 5px 5px
}

.modal .balance2>.actions .form form>* {
    margin-top: 5px
}

.modal .balance2>.actions .form form input,
.modal .balance2>.actions .form form select {
    width: 100%
}

.modal .balance2>.actions .form form p.info {
    color: #aaa;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px
}

.modal .balance2>.actions .form form p.info.rates {
    letter-spacing: 5px
}

.modal .balance2>.actions .form form p.info.rates a.info {
    opacity: .6;
    letter-spacing: normal;
    margin-left: 2px;
    font-size: 10px;
    transition: opacity .2s
}

.modal .balance2>.actions .form form p.info.rates a.info:hover {
    opacity: 1
}

.modal .balance2>.actions .form form p.info.rates span {
    white-space: nowrap;
    letter-spacing: 0
}

.modal .balance2>.actions .form form p.info.rates span s {
    color: #fa2
}

.modal .balance2>.actions .user {
    justify-content: center;
    align-items: center;
    padding: 18px 0;
    display: flex
}

.modal .balance2>.actions .user img {
    border: 1px solid #2d3d4d;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.modal .balance2>.actions .user span {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 160px;
    margin: -5px -10px;
    padding: 5px 10px;
    overflow: hidden
}

.modal .payments th {
    border-top: none
}

.modal .payments tr:last-child td {
    border-bottom: none
}

.modal .payments .pager {
    border-top: 1px solid #2d3d4d;
    justify-content: center;
    gap: 2px;
    padding: 5px;
    display: flex;
    overflow-x: hidden
}

.modal .payments .pager a {
    background: #0000001a;
    border: 1px solid #2d3d4d;
    padding: 4px 10px;
    transition: border-color .2s
}

.modal .payments .pager a i {
    line-height: inherit
}

.modal .payments .pager a.active,
.modal .payments .pager a:hover {
    border-color: #09d
}

.modal .payments .pager a.disabled {
    cursor: default;
    color: #aaa;
    background: 0 0
}

.modal .payments .pager a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.modal .payments .pager a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.modal .payments i.in,
.modal .payments i.out {
    vertical-align: top;
    margin-right: 5px;
    font-size: 12px;
    line-height: 16px
}

.modal .payments i.wait,
.modal .payments i.work,
.modal .payments i.done,
.modal .payments i.error {
    vertical-align: top;
    margin-right: 5px;
    font-size: 6px;
    line-height: 16px
}

.modal .payments i.in {
    color: #4f8
}

.modal .payments i.out {
    color: #fa2
}

.modal .payments i.wait {
    color: #aaa;
    text-shadow: 0 0 5px #aaa
}

.modal .payments i.work {
    color: #fa2;
    text-shadow: 0 0 5px #fa2
}

.modal .payments i.done {
    color: #4f8;
    text-shadow: 0 0 5px #4f8
}

.modal .payments i.error {
    color: #f33;
    text-shadow: 0 0 5px #f33
}

.modal .payments .info {
    opacity: .6;
    padding: 5px;
    font-size: 12px;
    transition: opacity .2s
}

.modal .payments .info:hover {
    opacity: 1
}

.modal .payments .empty {
    color: #aaa;
    padding: 5px
}

.modal .weekly .rules {
    padding: 10px
}

.modal .weekly .rules div {
    border-left: 2px solid #2d3d4d;
    padding-left: 10px
}

.modal .weekly .rules p {
    color: #aaa;
    text-align: justify;
    font-size: 14px
}

.modal .weekly .rules p span {
    color: #fff
}

.modal .matches {
    flex-flow: column;
    display: flex
}

.modal .matches .match {
    border-bottom: 1px solid #2d3d4d;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    width: 100%;
    padding: 5px;
    display: flex;
    position: relative
}

.modal .matches .match:last-of-type {
    border-bottom: none
}

.modal .matches .match .vs {
    flex-flow: column;
    row-gap: 5px;
    width: 10px;
    font-size: 10px;
    display: flex
}

.modal .matches .match .vs>i {
    opacity: .5
}

.modal .matches .match[data-status="0"] .vs>i:first-child,
.modal .matches .match[data-status="1"] .vs>i:nth-child(2),
.modal .matches .match[data-status="2"] .vs>i:nth-child(3) {
    opacity: 1
}

.modal .matches .match .team {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    border-radius: 10px;
    flex-shrink: 0;
    align-items: center;
    width: 135px;
    transition: background-color .2s;
    display: flex;
    position: relative
}

.modal .matches .match .team .circle {
    text-shadow: 0 0 5px #000;
    opacity: 0;
    padding: 19px;
    font-size: 12px;
    transition: opacity .2s;
    position: absolute
}

.modal .matches .match .team:hover .circle {
    opacity: 1
}

.modal .matches .match:not([data-status="0"]) .team .circle,
.modal .matches .match:not([data-status="0"]) .overlay {
    display: none
}

.modal .matches .match .team[data-team="1"] {
    justify-content: flex-end
}

.modal .matches .match .team[data-team="2"] {
    justify-content: flex-start
}

.modal .matches .match .team.active,
.modal .matches .match .team:hover {
    background: #1b2b3b
}

.modal .matches .match .info {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative
}

.modal .matches .match .info>span {
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px;
    transition: opacity .2s
}

.modal .matches .match .info span.name {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 70px;
    display: inline-block;
    overflow: hidden
}

.modal .matches .match .info span.lose,
.modal .matches .match .info span.rate {
    font-size: 16px;
    font-weight: 700
}

.modal .matches .match .info span.rate i {
    color: #4f8;
    text-shadow: 0 0 3px #4f8;
    font-size: 12px
}

.modal .matches .match .info span.lose i {
    color: #fa2;
    text-shadow: 0 0 3px #fa2;
    font-size: 12px;
    line-height: 18px
}

.modal .matches .match .info span.lose,
.modal .matches .match[data-winner="0"] .team .info span.rate,
.modal .matches .match[data-winner="1"] .team[data-team="2"] .info span.rate,
.modal .matches .match[data-winner="2"] .team[data-team="1"] .info span.rate {
    display: none
}

.modal .matches .match[data-winner="0"] .team .info span.lose,
.modal .matches .match[data-winner="1"] .team[data-team="2"] .info span.lose,
.modal .matches .match[data-winner="2"] .team[data-team="1"] .info span.lose {
    display: block
}

.modal .matches .match .info span.bank {
    opacity: 0;
    position: absolute;
    bottom: 0
}

.modal .matches .match.active .info span.lose,
.modal .matches .match.active .info span.rate {
    opacity: 0
}

.modal .matches .match.active .info span.bank {
    opacity: 1
}

.modal .matches .match img {
    border: 1px solid #2d3d4d;
    border-radius: 10px;
    width: 50px;
    height: 50px
}

.modal .matches .match .overlay {
    pointer-events: none;
    opacity: 0;
    background: #1b2b3b;
    border-radius: 10px;
    width: 125px;
    padding: 10px;
    transition: opacity .2s;
    position: absolute
}

.modal .matches .match.active .overlay {
    pointer-events: initial;
    opacity: 1
}

.modal .matches .match .overlay .input {
    width: 100%;
    height: 30px
}

.modal .matches .match .overlay .input+.button {
    height: 30px;
    margin-left: -1px;
    padding: 8px
}

.modal .stats {
    grid-template-columns: 1fr 1fr;
    display: grid
}

.modal .stats .block {
    border-top: 1px solid #2d3d4d;
    border-left: 1px solid #2d3d4d;
    padding: 10px
}

.modal .stats .block:nth-child(-n+2) {
    border-top: none
}

.modal .stats .block:nth-child(odd) {
    border-left: none
}

.global_notify>div {
    text-align: center;
    border-bottom: 1px solid #2d3d4d;
    padding: 10px;
    position: relative
}

.global_notify>div[data-hide=true] {
    display: none
}

.global_notify .stream .close {
    background: #1b2b3b;
    border-radius: 0 0 0 5px;
    padding: 10px 12px;
    position: absolute;
    top: -1px;
    right: -1px
}

.global_notify .nyevent {
    background: url(/assets/img/banner-1340x100.png) 0 0/cover;
    height: 40px
}

.global_notify .nyevent a {
    padding: 10px 54px 10px 72px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.global_notify .tournament {
    background: url(https://media.forgecdn.net/attachments/405/989/3.png) 0 35%/cover;
    flex-direction: row-reverse;
    column-gap: 16px;
    padding: 5px 10px;
    display: flex
}

.global_notify .tournament p {
    font-size: 14px;
    line-height: 14px
}

.global_notify .tournament .button {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.notify {
    z-index: 100;
    position: fixed;
    top: 5px;
    right: 5px
}

.notify div {
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    margin: 1px;
    padding: 5px 10px;
    font-size: 14px;
    overflow: hidden
}

.notify div a {
    vertical-align: middle
}

.notify div.success {
    color: #cbffd8;
    background: #3c624a;
    border: 1px solid #547348
}

.notify div.success a {
    color: #3be064
}

.notify div.error {
    color: #fad8f1;
    background: #573c46;
    border: 1px solid #734857
}

.notify div.error a {
    color: #fa6363
}

.notify div.info {
    color: #3a87ad;
    background: #d9edf7;
    border: 1px solid #bce8f1
}

.notify div.info a {
    color: #03a9f4
}

.notify div.warn {
    color: #c09853;
    background: #fcf8e3;
    border: 1px solid #fbeed5
}

.notify div.warn a {
    color: #ffa812
}

div.lastdiv {
    display: none
}

@media (min-width: 1280px) {
    body.zoom {
        zoom: 1.06
    }
}

@media (min-width: 1408px) {
    body.zoom {
        zoom: 1.12
    }
}

@media (min-width: 1536px) {
    body.zoom {
        zoom: 1.18
    }
}

@media (min-width: 1664px) {
    body.zoom {
        zoom: 1.24
    }
}

@media (min-width: 1792px) {
    body.zoom {
        zoom: 1.32
    }
}

@media (min-width: 1920px) {
    body.zoom {
        zoom: 1.38
    }
}

.tooltip {
    z-index: 100;
    opacity: 0;
    font-size: 12px;
    display: block;
    position: absolute
}

.tooltip.fade {
    opacity: 0;
    transition: opacity .2s
}

.tooltip.in {
    opacity: .8
}

.tooltip.top {
    margin-top: -10px;
    padding: 5px 0
}

.tooltip.right {
    margin-right: -5px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-bottom: -10px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -5px;
    padding: 0 5px
}

.tooltip-inner {
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #191919;
    border-radius: 4px;
    padding: 4px 10px;
    line-height: 14px
}

.tooltip-arrow {
    border-style: solid;
    border-color: #0000;
    width: 0;
    height: 0;
    position: absolute
}

.tooltip.top .tooltip-arrow {
    border-width: 5px 5px 0;
    border-top-color: #191919;
    margin-left: -5px;
    bottom: 0;
    left: 50%
}

.tooltip.top-left .tooltip-arrow {
    border-width: 5px 5px 0;
    border-top-color: #000;
    margin-bottom: -5px;
    bottom: 0;
    right: 5px
}

.tooltip.top-right .tooltip-arrow {
    border-width: 5px 5px 0;
    border-top-color: #000;
    margin-bottom: -5px;
    bottom: 0;
    left: 5px
}

.tooltip.right .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
    margin-top: -5px;
    top: 50%;
    left: 0
}

.tooltip.left .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
    margin-top: -5px;
    top: 50%;
    right: 0
}

.tooltip.bottom .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    margin-left: -5px;
    top: 0;
    left: 50%
}

.tooltip.bottom-left .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    margin-top: -5px;
    top: 0;
    right: 5px
}

.tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    margin-top: -5px;
    top: 0;
    left: 5px
}

#crybots {
    z-index: 10000;
    place-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

#crybots .overlay {
    background: #00000080;
    width: 100%;
    height: 100%;
    position: fixed
}

#crybots iframe {
    z-index: 5;
    background: #fff
}

@media (min-width: 1400px) {
    body.wide .global_notify .nyevent {
        background: url(/assets/img/banner-2010x100.png) 0 0/cover;
        height: 40px
    }

    body.wide .global_notify .nyevent a {
        padding-left: 202px;
        padding-right: 174px
    }

    body.wide .side.left {
        left: calc(50% - 625px)
    }

    body.wide .side.right {
        right: calc(50% - 625px)
    }

    body.wide .main>.content>.profile>.user .right {
        justify-content: space-evenly
    }

    @media (max-width: 1250px) {
        body.wide .side.left:hover {
            left: 0
        }

        body.wide .side.right:hover {
            right: 0
        }
    }
}

@font-face {
    font-family: Fira Sans Condensed;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(font/fira-sans-condensed-cyrillic-ext-400-normal.e9786145.woff2)format("woff2"), url(font/fira-sans-condensed-cyrillic-ext-400-normal.c4ca5f90.woff)format("woff");
    unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Fira Sans Condensed;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(font/fira-sans-condensed-cyrillic-400-normal.8f3affe8.woff2)format("woff2"), url(font/fira-sans-condensed-cyrillic-400-normal.5cfd490f.woff)format("woff");
    unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
    font-family: Fira Sans Condensed;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(font/fira-sans-condensed-greek-ext-400-normal.2ccac1c4.woff2)format("woff2"), url(font/fira-sans-condensed-greek-ext-400-normal.c1207782.woff)format("woff");
    unicode-range: U+1F??
}

@font-face {
    font-family: Fira Sans Condensed;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(font/fira-sans-condensed-greek-400-normal.185015bd.woff2)format("woff2"), url(font/fira-sans-condensed-greek-400-normal.b670da09.woff)format("woff");
    unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
    font-family: Fira Sans Condensed;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(font/fira-sans-condensed-vietnamese-400-normal.180fb6ff.woff2)format("woff2"), url(font/fira-sans-condensed-vietnamese-400-normal.b1f71c0b.woff)format("woff");
    unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Fira Sans Condensed;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(font/fira-sans-condensed-latin-ext-400-normal.4c4f8f47.woff2)format("woff2"), url(font/fira-sans-condensed-latin-ext-400-normal.91fc5582.woff)format("woff");
    unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Fira Sans Condensed;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(font/fira-sans-condensed-latin-400-normal.c291bd66.woff2)format("woff2"), url(font/fira-sans-condensed-latin-400-normal.9a240fd4.woff)format("woff");
    unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Fira Sans Condensed;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(font/fira-sans-condensed-cyrillic-ext-500-normal.d079ccc4.woff2)format("woff2"), url(font/fira-sans-condensed-cyrillic-ext-500-normal.af5574a8.woff)format("woff");
    unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: Fira Sans Condensed;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(font/fira-sans-condensed-cyrillic-500-normal.36104890.woff2)format("woff2"), url(font/fira-sans-condensed-cyrillic-500-normal.28bbddba.woff)format("woff");
    unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116
}

@font-face {
    font-family: Fira Sans Condensed;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(font/fira-sans-condensed-greek-ext-500-normal.9d4ba845.woff2)format("woff2"), url(font/fira-sans-condensed-greek-ext-500-normal.0a04393e.woff)format("woff");
    unicode-range: U+1F??
}

@font-face {
    font-family: Fira Sans Condensed;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(font/fira-sans-condensed-greek-500-normal.db269587.woff2)format("woff2"), url(font/fira-sans-condensed-greek-500-normal.4add13af.woff)format("woff");
    unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF
}

@font-face {
    font-family: Fira Sans Condensed;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(font/fira-sans-condensed-vietnamese-500-normal.afb84db8.woff2)format("woff2"), url(font/fira-sans-condensed-vietnamese-500-normal.1be870cc.woff)format("woff");
    unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Fira Sans Condensed;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(font/fira-sans-condensed-latin-ext-500-normal.32de2383.woff2)format("woff2"), url(font/fira-sans-condensed-latin-ext-500-normal.55c065f5.woff)format("woff");
    unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Fira Sans Condensed;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(font/fira-sans-condensed-latin-500-normal.4fc45075.woff2)format("woff2"), url(font/fira-sans-condensed-latin-500-normal.fc100b5b.woff)format("woff");
    unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

font-weight: 500;
src: url(font/fira-sans-condensed-latin-ext-500-normal.32de2383.woff2)format("woff2"),
url(font/fira-sans-condensed-latin-ext-500-normal.55c065f5.woff)format("woff");
unicode-range: U+100-2BA,
U+2BD-2C5,
U+2C7-2CC,
U+2CE-2D7,
U+2DD-2FF,
U+304,
U+308,
U+329,
U+1D00-1DBF,
U+1E00-1E9F,
U+1EF2-1EFF,
U+2020,
U+20A0-20AB,
U+20AD-20C0,
U+2113,
U+2C60-2C7F,
U+A720-A7FF
}

@font-face {
    font-family: Fira Sans Condensed;
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url(font/fira-sans-condensed-latin-500-normal.4fc45075.woff2)format("woff2"), url(font/fira-sans-condensed-latin-500-normal.fc100b5b.woff)format("woff");
    unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}