@charset "UTF-8";
#start-resizable-editor-section {
    display: none
}

.wp-block-audio {
    margin: 0 0 1em
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    box-sizing: border-box
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: #fff
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

.wp-block-buttons>.wp-block-button.has-custom-width {
    max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
    width: calc(25% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(50% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: calc(75% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    width: calc(100% - .5em)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100:only-child {
    margin-right: 0;
    width: 100%
}

@supports (column-gap:.5em) {
    .wp-block-buttons.is-content-justification-right>.wp-block-button.wp-block-button,
    .wp-block-buttons>.wp-block-button.wp-block-button {
        margin-right: 0;
        margin-left: 0
    }
    .wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
        width: calc(25% - .375em)
    }
    .wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
        width: calc(50% - .25em)
    }
    .wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
        width: calc(75% - .125em)
    }
    .wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
        width: auto;
        flex-basis: 100%
    }
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.is-style-outline>.wp-block-button__link,
.wp-block-button__link.is-style-outline {
    border: 2px solid;
    padding: .667em 1.333em
}

.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: currentColor
}

.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent
}

.wp-block-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: .5em
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button {
    margin-right: 0
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
    margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
    display: inline-block;
    margin-left: 0;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-buttons>.wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center
}

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right>.wp-block-button {
    margin-left: .5em;
    margin-right: 0
}

.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: .5em
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: .5em
}

.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5em;
    width: 100%
}

.wp-block-button.aligncenter,
.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: .25em;
    border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code code {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns.has-background {
    padding: 1.25em 2.375em
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width:599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:600px) and (max-width:781px) {
    .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 1em) !important;
        flex-grow: 0
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 2em
    }
}

@media (min-width:782px) {
    .wp-block-column {
        flex-basis: 0%;
        flex-grow: 1
    }
    .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
    .wp-block-column:not(:first-child) {
        margin-left: 2em
    }
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports (position:sticky) {
    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff
}

.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px
}

.wp-block-embed {
    margin: 0 0 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__embed {
    margin-bottom: 1em
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-self: flex-start;
    width: calc(50% - 1em)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports (position:sticky) {
    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports (position:sticky) {
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    box-sizing: border-box;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
    flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image,
.blocks-gallery-grid.is-cropped .blocks-gallery-item,
.wp-block-gallery.is-cropped .blocks-gallery-image,
.wp-block-gallery.is-cropped .blocks-gallery-item {
    align-self: inherit
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports (position:sticky) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width:600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }
    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image {
    margin: 0 0 1em
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
    display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-image figure {
    margin: 0
}

ol.wp-block-latest-comments {
    margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }
    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }
    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }
    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }
    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }
    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto;
    max-width: 100%
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.block-editor-image-alignment-control__row .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
    margin-bottom: 0
}

ol.has-background,
ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media>a {
    display: block;
    height: 100%
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2
    }
}

.wp-block-navigation {
    position: relative
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
    list-style: none;
    padding: 0
}

.wp-block-navigation .wp-block-navigation-link,
.wp-block-navigation .wp-block-pages-list__item {
    display: flex;
    align-items: center;
    position: relative
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__container:empty,
.wp-block-navigation .wp-block-pages-list__item .wp-block-navigation-link__container:empty {
    display: none
}

.wp-block-navigation .wp-block-navigation-link__content,
.wp-block-navigation .wp-block-pages-list__item__link {
    color: inherit;
    display: block
}

.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__container,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,
.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,
.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item,
.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link,
.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:active,
.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:focus {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:focus {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation-link__submenu-icon,
.wp-block-navigation .wp-block-page-list__submenu-icon {
    height: inherit
}

.wp-block-navigation .wp-block-navigation-link__submenu-icon svg,
.wp-block-navigation .wp-block-page-list__submenu-icon svg {
    stroke: currentColor
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content.wp-block-navigation-link__content.wp-block-navigation-link__content,
.wp-block-navigation .wp-block-pages-list__item .wp-block-pages-list__item__link {
    padding: 0
}

.wp-block-navigation .has-child>.wp-block-navigation-link__content,
.wp-block-navigation .has-child>.wp-block-pages-list__item__link {
    margin-right: .5em
}

.wp-block-navigation .has-child .submenu-container,
.wp-block-navigation .has-child .wp-block-navigation-link__container {
    background-color: inherit;
    color: inherit;
    position: absolute;
    z-index: 2;
    flex-direction: column;
    align-items: normal;
    min-width: 200px;
    display: none;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-navigation-link__content,
.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-pages-list__item__link,
.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-navigation-link__content,
.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-pages-list__item__link,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-navigation-link__content,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-pages-list__item__link,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-navigation-link__content,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-pages-list__item__link {
    flex-grow: 1
}

.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon,
.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-page-list__submenu-icon,
.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-navigation-link__submenu-icon,
.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-page-list__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-page-list__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-navigation-link__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-page-list__submenu-icon {
    padding-right: .5em
}

@media (min-width:782px) {
    .wp-block-navigation .has-child .submenu-container .submenu-container:before,
    .wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container:before,
    .wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container:before,
    .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: .5em;
        background: transparent
    }
    .wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__submenu-icon svg,
    .wp-block-navigation .has-child .submenu-container .wp-block-page-list__submenu-icon svg,
    .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__submenu-icon svg,
    .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-page-list__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

.wp-block-navigation .has-child:hover>.wp-block-navigation-link__container {
    display: flex;
    visibility: visible;
    opacity: 1
}

.wp-block-navigation .has-child:focus-within>.wp-block-navigation-link__container {
    display: flex;
    visibility: visible;
    opacity: 1
}

.wp-block-navigation .has-child:hover {
    cursor: pointer
}

.wp-block-navigation .has-child:hover>.submenu-container {
    display: flex;
    visibility: visible;
    opacity: 1
}

.wp-block-navigation .has-child:focus-within {
    cursor: pointer
}

.wp-block-navigation .has-child:focus-within>.submenu-container {
    display: flex;
    visibility: visible;
    opacity: 1
}

.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container {
    left: auto;
    right: 0
}

.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
    left: auto;
    right: 100%
}

.wp-block-navigation.wp-block-navigation .wp-block-navigation__container>.wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation .wp-block-page-list,
.wp-block-navigation.wp-block-navigation .wp-block-page-list>.wp-block-pages-list__item {
    margin: 0 2em 0 0
}

.wp-block-navigation.wp-block-navigation .wp-block-navigation__container>.wp-block-navigation-link:last-child,
.wp-block-navigation.wp-block-navigation .wp-block-page-list:last-child,
.wp-block-navigation.wp-block-navigation .wp-block-page-list>.wp-block-pages-list__item:last-child {
    margin-right: 0
}

.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container>.wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list,
.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list>.wp-block-pages-list__item {
    margin: 0 .5em 0 0
}

.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container .wp-block-navigation-link__content,
.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list .wp-block-pages-list__item__link {
    padding: .5em 1em
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container {
    left: -1em;
    top: 100%
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item {
    margin: 0
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__content,
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item__link,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__content,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item__link {
    padding: .5em 1em
}

.wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
    left: -1px
}

@media (min-width:782px) {
    .wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container,
    .wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container,
    .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container,
    .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
        left: 100%;
        top: -1px
    }
}

.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container,
.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container {
    left: 0;
    top: 100%
}

.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
    left: 0
}

@media (min-width:782px) {
    .wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container,
    .wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container,
    .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container,
    .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
        left: 100%;
        top: 0
    }
}

.wp-block-navigation:not(.has-background) .submenu-container,
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link__container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-navigation__container {
    align-items: center;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.wp-block-navigation__container .is-responsive {
    display: none
}

@media (min-width:600px) {
    .wp-block-navigation__container {
        display: flex;
        flex-wrap: wrap
    }
    .is-vertical .wp-block-navigation__container {
        display: block;
        flex-direction: column;
        align-items: flex-start
    }
}

.items-justified-center .wp-block-navigation__container {
    justify-content: center
}

.items-justified-right .wp-block-navigation__container {
    justify-content: flex-end
}

.items-justified-space-between .wp-block-navigation__container {
    justify-content: space-between
}

.is-vertical.items-justified-center>ul {
    align-items: center
}

.is-vertical.items-justified-right>ul {
    align-items: flex-end
}

.is-vertical.items-justified-right>ul .wp-block-navigation-link,
.is-vertical.items-justified-right>ul .wp-block-pages-list__item {
    margin-right: 0;
    justify-content: flex-end
}

.wp-block-navigation__responsive-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open {
    display: flex;
    flex-direction: column;
    overflow: auto;
    z-index: 100000;
    padding: 24px;
    background-color: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
    line-height: 48px;
    padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-page-list {
    flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link .wp-block-navigation-link__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item .submenu-container {
    background: transparent !important
}

@media (min-width:600px) {
    .wp-block-navigation__responsive-container:not(.is-menu-open) {
        display: flex;
        flex-direction: row;
        position: relative;
        background-color: inherit
    }
    .wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__responsive-container-close {
        display: none
    }
    .wp-block-navigation__responsive-container.is-menu-open .submenu-container.submenu-container.submenu-container.submenu-container,
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff;
    color: #000
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
    vertical-align: middle;
    cursor: pointer;
    color: currentColor;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    pointer-events: none;
    display: block;
    width: 24px;
    height: 24px
}

.wp-block-navigation__responsive-container-open {
    display: flex
}

@media (min-width:600px) {
    .wp-block-navigation__responsive-container-open {
        display: none
    }
}

.items-justified-left .wp-block-navigation__responsive-container-open {
    margin-left: 0;
    margin-right: auto
}

.items-justified-center .wp-block-navigation__responsive-container-open {
    margin-left: auto;
    margin-right: auto
}

.items-justified-right .wp-block-navigation__responsive-container-open {
    margin-left: auto;
    margin-right: 0
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2
}

.wp-block-navigation__responsive-close {
    width: 100%
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
    width: 100%;
    height: 100%
}

.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__submenu-icon,
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list__submenu-icon {
    display: none
}

.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .submenu-container,
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .wp-block-navigation-link__container {
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 0 0 0 32px;
    border: none
}

.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link,
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item {
    flex-direction: column;
    align-items: flex-start
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-link__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation .wp-block-home-link__content {
    color: inherit;
    display: block;
    padding: .5em 1em
}

.wp-block-navigation[style*=text-decoration] .wp-block-home-link,
.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content,
.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:active,
.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:focus {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:active,
.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:focus {
    text-decoration: none
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container .wp-block-home-link__container {
    top: -1px
}

.wp-block-navigation .wp-block-page-list {
    display: flex;
    flex-wrap: wrap;
    background-color: inherit
}

.wp-block-navigation .wp-block-pages-list__item {
    background-color: inherit
}

.wp-block-navigation .wp-block-page-list__submenu-icon {
    display: none
}

.is-open .wp-block-navigation__container .wp-block-page-list,
.is-vertical .wp-block-navigation__container .wp-block-page-list,
.wp-block-navigation .show-submenu-icons .wp-block-page-list__submenu-icon {
    display: block
}

@media (min-width:480px) {
    .is-open .wp-block-navigation__container .wp-block-page-list {
        display: flex
    }
}

.items-justified-space-between .wp-block-page-list {
    display: contents
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-drop-cap.has-background {
    overflow: hidden
}

p.has-background {
    padding: 1.25em 2.375em
}

p.has-text-color a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0%
}

.wp-block-post-author__name {
    font-weight: 700;
    margin: 0
}

.wp-block-post-comments .commentlist {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .comment-author {
    line-height: 1.5;
    margin-left: -3.25em
}

.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-post-comments .comment-author cite {
    font-style: normal
}

.wp-block-post-comments .comment-meta {
    line-height: 1.5;
    margin-left: -3.25em
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .75em
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
    display: block
}

.wp-block-post-comments .comment-form-comment textarea {
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments .reply {
    font-size: .75em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input,
.wp-block-post-comments textarea {
    border: 1px solid #949494
}

.wp-block-post-comments-form input[type=submit] {
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    overflow-wrap: break-word
}

.wp-block-post-excerpt__more-link,
.wp-block-post-title a {
    display: inline-block
}

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-preformatted.has-background {
    padding: 1.25em 2.375em
}

.wp-block-pullquote {
    margin: 0 0 1em;
    padding: 3em 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 1.25em
}

.wp-block-pullquote p {
    font-size: 1.75em;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-post-template,
.wp-block-query-loop {
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-post-template li,
.wp-block-query-loop li {
    clear: both
}

.wp-block-post-template.is-flex-container,
.wp-block-query-loop.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-template.is-flex-container li,
.wp-block-query-loop.is-flex-container li {
    margin: 0 0 1.25em;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-post-template.is-flex-container li,
    .wp-block-query-loop.is-flex-container li {
        margin-right: 1.25em
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li {
        width: calc(50% - .625em)
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li:nth-child(2n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n) {
        margin-right: 0
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li {
        width: calc(33.33333% - .83333em)
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li:nth-child(3n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n) {
        margin-right: 0
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li {
        width: calc(25% - .9375em)
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li:nth-child(4n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n) {
        margin-right: 0
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li {
        width: calc(20% - 1em)
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li:nth-child(5n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n) {
        margin-right: 0
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li {
        width: calc(16.66667% - 1.04167em)
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li:nth-child(6n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-query-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
    display: inline-block;
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #555;
    font-size: .8125em
}

.wp-block-search .wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: .375em .625em;
    color: #32373c;
    margin-left: .625em;
    word-break: normal
}

.wp-block-search .wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search .wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em
}

.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 .25em
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    outline: none
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: .125em .5em
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block-separator {
    border-top: 1px solid;
    border-bottom: 1px solid
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "···";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-site-logo {
    line-height: 0
}

.wp-block-site-logo a {
    display: inline-block
}

.wp-block-site-logo.is-default-size img {
    width: 120px;
    height: auto
}

.wp-block-site-logo .aligncenter {
    display: table
}

.wp-block-site-logo.is-style-rounded img {
    border-radius: 9999px
}

.wp-block-social-links {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
    margin: 4px 8px 4px 0
}

.wp-block-social-links .wp-social-link a {
    padding: .25em
}

.wp-block-social-links .wp-social-link svg {
    width: 1em;
    height: 1em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-block-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-social-link {
        transition-duration: 0s;
        transition-delay: 0s
    }
}

.wp-block-social-link a {
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

.wp-block-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    color: currentColor;
    fill: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    color: #d32422
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: .66667em;
    padding-right: .66667em
}

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud.aligncenter {
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-table {
    margin: 0 0 1em;
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-table .has-border-color>*,
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr {
    border-color: inherit
}

.wp-block-table table[style*=border-style]>*,
.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr {
    border-style: inherit
}

.wp-block-table table[style*=border-width]>*,
.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr {
    border-width: inherit
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap
}

.wp-block-video {
    margin: 0 0 1em
}

.wp-block-video video {
    width: 100%
}

@supports (position:sticky) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

.wp-block-post-featured-image a {
    display: inline-block
}

.wp-block-post-featured-image img {
    max-width: 100%;
    height: auto
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
    width: 100%
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-white-background-color {
    background-color: #fff
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-black-background-color {
    background-color: #000
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-white-color {
    color: #fff
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-black-color {
    color: #000
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

.has-small-font-size {
    font-size: .8125em
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 1em
}

.has-medium-font-size {
    font-size: 1.25em
}

.has-large-font-size {
    font-size: 2.25em
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 2.625em
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.kk-star-ratings {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: text-top
}

.kk-star-ratings.kksr-valign-top {
    margin-bottom: 2rem;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.kk-star-ratings.kksr-valign-bottom {
    margin-top: 2rem;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.kk-star-ratings.kksr-align-left {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start
}

.kk-star-ratings.kksr-align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.kk-star-ratings.kksr-align-right {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end
}

.kk-star-ratings .kksr-muted {
    opacity: .5
}

.kk-star-ratings .kksr-stars {
    position: relative
}

.kk-star-ratings .kksr-stars .kksr-stars-active,
.kk-star-ratings .kksr-stars .kksr-stars-inactive {
    display: flex
}

.kk-star-ratings .kksr-stars .kksr-stars-active {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.kk-star-ratings .kksr-stars .kksr-star {
    cursor: pointer;
    margin-right: 0
}

.kk-star-ratings.kksr-disabled .kksr-stars .kksr-star {
    cursor: default
}

.kk-star-ratings .kksr-stars .kksr-star .kksr-icon {
    transition: .3s all
}

.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-stars-active {
    width: 0 !important
}

.kk-star-ratings .kksr-stars .kksr-star .kksr-icon,
.kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover~.kksr-star .kksr-icon {
    background-image: url(../../../plugins/kk-star-ratings/public/svg/inactive.svg)
}

.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
    background-image: url(../../../plugins/kk-star-ratings/public/svg/active.svg)
}

.kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,
.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
    background-image: url(../../../plugins/kk-star-ratings/public/svg/selected.svg)
}

.kk-star-ratings .kksr-legend {
    margin-left: .75rem;
    margin-right: .75rem;
    font-size: 90%;
    opacity: .8;
    line-height: 1
}

[dir="rtl"] .kk-star-ratings .kksr-stars .kksr-stars-active {
    left: auto;
    right: 0
}

[dir="rtl"] .kk-star-ratings .kksr-stars .kksr-star {
    margin-left: 0;
    margin-right: 0
}


/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.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 {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.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,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

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

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-abacus:before {
    content: "\f640"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acorn:before {
    content: "\f6ae"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

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

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-conditioner:before {
    content: "\f8f4"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-alarm-clock:before {
    content: "\f34e"
}

.fa-alarm-exclamation:before {
    content: "\f843"
}

.fa-alarm-plus:before {
    content: "\f844"
}

.fa-alarm-snooze:before {
    content: "\f845"
}

.fa-album:before {
    content: "\f89f"
}

.fa-album-collection:before {
    content: "\f8a0"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-alicorn:before {
    content: "\f6b0"
}

.fa-alien:before {
    content: "\f8f5"
}

.fa-alien-monster:before {
    content: "\f8f6"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-slash:before {
    content: "\f846"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-amp-guitar:before {
    content: "\f8a1"
}

.fa-analytics:before {
    content: "\f643"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angel:before {
    content: "\f779"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-crate:before {
    content: "\f6b1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-alt-down:before {
    content: "\f354"
}

.fa-arrow-alt-from-bottom:before {
    content: "\f346"
}

.fa-arrow-alt-from-left:before {
    content: "\f347"
}

.fa-arrow-alt-from-right:before {
    content: "\f348"
}

.fa-arrow-alt-from-top:before {
    content: "\f349"
}

.fa-arrow-alt-left:before {
    content: "\f355"
}

.fa-arrow-alt-right:before {
    content: "\f356"
}

.fa-arrow-alt-square-down:before {
    content: "\f350"
}

.fa-arrow-alt-square-left:before {
    content: "\f351"
}

.fa-arrow-alt-square-right:before {
    content: "\f352"
}

.fa-arrow-alt-square-up:before {
    content: "\f353"
}

.fa-arrow-alt-to-bottom:before {
    content: "\f34a"
}

.fa-arrow-alt-to-left:before {
    content: "\f34b"
}

.fa-arrow-alt-to-right:before {
    content: "\f34c"
}

.fa-arrow-alt-to-top:before {
    content: "\f34d"
}

.fa-arrow-alt-up:before {
    content: "\f357"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-from-bottom:before {
    content: "\f342"
}

.fa-arrow-from-left:before {
    content: "\f343"
}

.fa-arrow-from-right:before {
    content: "\f344"
}

.fa-arrow-from-top:before {
    content: "\f345"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-square-down:before {
    content: "\f339"
}

.fa-arrow-square-left:before {
    content: "\f33a"
}

.fa-arrow-square-right:before {
    content: "\f33b"
}

.fa-arrow-square-up:before {
    content: "\f33c"
}

.fa-arrow-to-bottom:before {
    content: "\f33d"
}

.fa-arrow-to-left:before {
    content: "\f33e"
}

.fa-arrow-to-right:before {
    content: "\f340"
}

.fa-arrow-to-top:before {
    content: "\f341"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-atom-alt:before {
    content: "\f5d3"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-axe:before {
    content: "\f6b2"
}

.fa-axe-battle:before {
    content: "\f6b3"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backpack:before {
    content: "\f5d4"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-badge:before {
    content: "\f335"
}

.fa-badge-check:before {
    content: "\f336"
}

.fa-badge-dollar:before {
    content: "\f645"
}

.fa-badge-percent:before {
    content: "\f646"
}

.fa-badge-sheriff:before {
    content: "\f8a2"
}

.fa-badger-honey:before {
    content: "\f6b4"
}

.fa-bags-shopping:before {
    content: "\f847"
}

.fa-bahai:before {
    content: "\f666"
}

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

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

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

.fa-ball-pile:before {
    content: "\f77e"
}

.fa-ballot:before {
    content: "\f732"
}

.fa-ballot-check:before {
    content: "\f733"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-banjo:before {
    content: "\f8a3"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-barcode-alt:before {
    content: "\f463"
}

.fa-barcode-read:before {
    content: "\f464"
}

.fa-barcode-scan:before {
    content: "\f465"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball:before {
    content: "\f432"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-basketball-hoop:before {
    content: "\f435"
}

.fa-bat:before {
    content: "\f6b5"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-bolt:before {
    content: "\f376"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-slash:before {
    content: "\f377"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-bed-alt:before {
    content: "\f8f7"
}

.fa-bed-bunk:before {
    content: "\f8f8"
}

.fa-bed-empty:before {
    content: "\f8f9"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-exclamation:before {
    content: "\f848"
}

.fa-bell-on:before {
    content: "\f8fa"
}

.fa-bell-plus:before {
    content: "\f849"
}

.fa-bell-school:before {
    content: "\f5d5"
}

.fa-bell-school-slash:before {
    content: "\f5d6"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bells:before {
    content: "\f77f"
}

.fa-betamax:before {
    content: "\f8a4"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-biking-mountain:before {
    content: "\f84b"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blanket:before {
    content: "\f498"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blinds:before {
    content: "\f8fb"
}

.fa-blinds-open:before {
    content: "\f8fc"
}

.fa-blinds-raised:before {
    content: "\f8fd"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bone-break:before {
    content: "\f5d8"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-alt:before {
    content: "\f5d9"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-heart:before {
    content: "\f499"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-book-spells:before {
    content: "\f6b8"
}

.fa-book-user:before {
    content: "\f7e7"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-books:before {
    content: "\f5db"
}

.fa-books-medical:before {
    content: "\f7e8"
}

.fa-boombox:before {
    content: "\f8a5"
}

.fa-boot:before {
    content: "\f782"
}

.fa-booth-curtain:before {
    content: "\f734"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-bottom:before {
    content: "\f84d"
}

.fa-border-center-h:before {
    content: "\f89c"
}

.fa-border-center-v:before {
    content: "\f89d"
}

.fa-border-inner:before {
    content: "\f84e"
}

.fa-border-left:before {
    content: "\f84f"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-outer:before {
    content: "\f851"
}

.fa-border-right:before {
    content: "\f852"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-border-style-alt:before {
    content: "\f854"
}

.fa-border-top:before {
    content: "\f855"
}

.fa-bow-arrow:before {
    content: "\f6b9"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-bowling-pins:before {
    content: "\f437"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-alt:before {
    content: "\f49a"
}

.fa-box-ballot:before {
    content: "\f735"
}

.fa-box-check:before {
    content: "\f467"
}

.fa-box-fragile:before {
    content: "\f49b"
}

.fa-box-full:before {
    content: "\f49c"
}

.fa-box-heart:before {
    content: "\f49d"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-box-up:before {
    content: "\f49f"
}

.fa-box-usd:before {
    content: "\f4a0"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-boxes-alt:before {
    content: "\f4a1"
}

.fa-boxing-glove:before {
    content: "\f438"
}

.fa-brackets:before {
    content: "\f7e9"
}

.fa-brackets-curly:before {
    content: "\f7ea"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-loaf:before {
    content: "\f7eb"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-bring-forward:before {
    content: "\f856"
}

.fa-bring-front:before {
    content: "\f857"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-browser:before {
    content: "\f37e"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-bullseye-arrow:before {
    content: "\f648"
}

.fa-bullseye-pointer:before {
    content: "\f649"
}

.fa-burger-soda:before {
    content: "\f858"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-burrito:before {
    content: "\f7ed"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-bus-school:before {
    content: "\f5dd"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-cabinet-filing:before {
    content: "\f64b"
}

.fa-cactus:before {
    content: "\f8a7"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calculator-alt:before {
    content: "\f64c"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-edit:before {
    content: "\f333"
}

.fa-calendar-exclamation:before {
    content: "\f334"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-star:before {
    content: "\f736"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camcorder:before {
    content: "\f8a8"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-alt:before {
    content: "\f332"
}

.fa-camera-home:before {
    content: "\f8fe"
}

.fa-camera-movie:before {
    content: "\f8a9"
}

.fa-camera-polaroid:before {
    content: "\f8aa"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campfire:before {
    content: "\f6ba"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candle-holder:before {
    content: "\f6bc"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-candy-corn:before {
    content: "\f6bd"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-building:before {
    content: "\f859"
}

.fa-car-bump:before {
    content: "\f5e0"
}

.fa-car-bus:before {
    content: "\f85a"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-garage:before {
    content: "\f5e2"
}

.fa-car-mechanic:before {
    content: "\f5e3"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-car-tilt:before {
    content: "\f5e5"
}

.fa-car-wash:before {
    content: "\f5e6"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caravan-alt:before {
    content: "\e000"
}

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

.fa-caret-circle-left:before {
    content: "\f32e"
}

.fa-caret-circle-right:before {
    content: "\f330"
}

.fa-caret-circle-up:before {
    content: "\f331"
}

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

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

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

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cars:before {
    content: "\f85b"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cassette-tape:before {
    content: "\f8ab"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cat-space:before {
    content: "\e001"
}

.fa-cauldron:before {
    content: "\f6bf"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cctv:before {
    content: "\f8ac"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chair-office:before {
    content: "\f6c1"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-line-down:before {
    content: "\f64d"
}

.fa-chart-network:before {
    content: "\f78a"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-chart-pie-alt:before {
    content: "\f64e"
}

.fa-chart-scatter:before {
    content: "\f7ee"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-cheese-swiss:before {
    content: "\f7f0"
}

.fa-cheeseburger:before {
    content: "\f7f1"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-bishop-alt:before {
    content: "\f43b"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-clock:before {
    content: "\f43d"
}

.fa-chess-clock-alt:before {
    content: "\f43e"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-king-alt:before {
    content: "\f440"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-knight-alt:before {
    content: "\f442"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-pawn-alt:before {
    content: "\f444"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-queen-alt:before {
    content: "\f446"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chess-rook-alt:before {
    content: "\f448"
}

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

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

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

.fa-chevron-double-left:before {
    content: "\f323"
}

.fa-chevron-double-right:before {
    content: "\f324"
}

.fa-chevron-double-up:before {
    content: "\f325"
}

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

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

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

.fa-chevron-square-left:before {
    content: "\f32a"
}

.fa-chevron-square-right:before {
    content: "\f32b"
}

.fa-chevron-square-up:before {
    content: "\f32c"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chimney:before {
    content: "\f78b"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clarinet:before {
    content: "\f8ad"
}

.fa-claw-marks:before {
    content: "\f6c2"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clipboard-list-check:before {
    content: "\f737"
}

.fa-clipboard-prescription:before {
    content: "\f5e8"
}

.fa-clipboard-user:before {
    content: "\f7f3"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-drizzle:before {
    content: "\f738"
}

.fa-cloud-hail:before {
    content: "\f739"
}

.fa-cloud-hail-mixed:before {
    content: "\f73a"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-music:before {
    content: "\f8ae"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-rainbow:before {
    content: "\f73e"
}

.fa-cloud-showers:before {
    content: "\f73f"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sleet:before {
    content: "\f741"
}

.fa-cloud-snow:before {
    content: "\f742"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-clouds:before {
    content: "\f744"
}

.fa-clouds-moon:before {
    content: "\f745"
}

.fa-clouds-sun:before {
    content: "\f746"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-club:before {
    content: "\f327"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-code-commit:before {
    content: "\f386"
}

.fa-code-merge:before {
    content: "\f387"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-coffee-pot:before {
    content: "\e002"
}

.fa-coffee-togo:before {
    content: "\f6c5"
}

.fa-coffin:before {
    content: "\f6c6"
}

.fa-coffin-cross:before {
    content: "\e051"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coin:before {
    content: "\f85c"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comet:before {
    content: "\e003"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-alt-check:before {
    content: "\f4a2"
}

.fa-comment-alt-dollar:before {
    content: "\f650"
}

.fa-comment-alt-dots:before {
    content: "\f4a3"
}

.fa-comment-alt-edit:before {
    content: "\f4a4"
}

.fa-comment-alt-exclamation:before {
    content: "\f4a5"
}

.fa-comment-alt-lines:before {
    content: "\f4a6"
}

.fa-comment-alt-medical:before {
    content: "\f7f4"
}

.fa-comment-alt-minus:before {
    content: "\f4a7"
}

.fa-comment-alt-music:before {
    content: "\f8af"
}

.fa-comment-alt-plus:before {
    content: "\f4a8"
}

.fa-comment-alt-slash:before {
    content: "\f4a9"
}

.fa-comment-alt-smile:before {
    content: "\f4aa"
}

.fa-comment-alt-times:before {
    content: "\f4ab"
}

.fa-comment-check:before {
    content: "\f4ac"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-edit:before {
    content: "\f4ae"
}

.fa-comment-exclamation:before {
    content: "\f4af"
}

.fa-comment-lines:before {
    content: "\f4b0"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-minus:before {
    content: "\f4b1"
}

.fa-comment-music:before {
    content: "\f8b0"
}

.fa-comment-plus:before {
    content: "\f4b2"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comment-smile:before {
    content: "\f4b4"
}

.fa-comment-times:before {
    content: "\f4b5"
}

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

.fa-comments-alt:before {
    content: "\f4b6"
}

.fa-comments-alt-dollar:before {
    content: "\f652"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compass-slash:before {
    content: "\f5e9"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-compress-wide:before {
    content: "\f326"
}

.fa-computer-classic:before {
    content: "\f8b1"
}

.fa-computer-speaker:before {
    content: "\f8b2"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-construction:before {
    content: "\f85d"
}

.fa-container-storage:before {
    content: "\f4b7"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-conveyor-belt:before {
    content: "\f46e"
}

.fa-conveyor-belt-alt:before {
    content: "\f46f"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-corn:before {
    content: "\f6c7"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cow:before {
    content: "\f6c8"
}

.fa-cowbell:before {
    content: "\f8b3"
}

.fa-cowbell-more:before {
    content: "\f8b4"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-credit-card-blank:before {
    content: "\f389"
}

.fa-credit-card-front:before {
    content: "\f38a"
}

.fa-cricket:before {
    content: "\f449"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-croissant:before {
    content: "\f7f6"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-crutches:before {
    content: "\f7f8"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-curling:before {
    content: "\f44a"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dagger:before {
    content: "\f6cb"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-debug:before {
    content: "\f7f9"
}

.fa-deer:before {
    content: "\f78e"
}

.fa-deer-rudolph:before {
    content: "\f78f"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-desktop-alt:before {
    content: "\f390"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dewpoint:before {
    content: "\f748"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d10:before {
    content: "\f6cd"
}

.fa-dice-d12:before {
    content: "\f6ce"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d4:before {
    content: "\f6d0"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-d8:before {
    content: "\f6d2"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digging:before {
    content: "\f85e"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-diploma:before {
    content: "\f5ea"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-disc-drive:before {
    content: "\f8b5"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-do-not-enter:before {
    content: "\f5ec"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dog-leashed:before {
    content: "\f6d4"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-empty:before {
    content: "\f473"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-dolly-flatbed-alt:before {
    content: "\f475"
}

.fa-dolly-flatbed-empty:before {
    content: "\f476"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-circle:before {
    content: "\f5ed"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-draw-square:before {
    content: "\f5ef"
}

.fa-dreidel:before {
    content: "\f792"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-drone:before {
    content: "\f85f"
}

.fa-drone-alt:before {
    content: "\f860"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick:before {
    content: "\f6d6"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dryer:before {
    content: "\f861"
}

.fa-dryer-alt:before {
    content: "\f862"
}

.fa-duck:before {
    content: "\f6d8"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-ear:before {
    content: "\f5f0"
}

.fa-ear-muffs:before {
    content: "\f795"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-eclipse:before {
    content: "\f749"
}

.fa-eclipse-alt:before {
    content: "\f74a"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-egg-fried:before {
    content: "\f7fc"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-elephant:before {
    content: "\f6da"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-h-alt:before {
    content: "\f39b"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ellipsis-v-alt:before {
    content: "\f39c"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-empty-set:before {
    content: "\f656"
}

.fa-engine-warning:before {
    content: "\f5f2"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-dollar:before {
    content: "\f657"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-square:before {
    content: "\f321"
}

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

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows:before {
    content: "\f31d"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expand-wide:before {
    content: "\f320"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-evil:before {
    content: "\f6db"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fan-table:before {
    content: "\e004"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-farm:before {
    content: "\f864"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-faucet-drip:before {
    content: "\e006"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-field-hockey:before {
    content: "\f44c"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-certificate:before {
    content: "\f5f3"
}

.fa-file-chart-line:before {
    content: "\f659"
}

.fa-file-chart-pie:before {
    content: "\f65a"
}

.fa-file-check:before {
    content: "\f316"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-edit:before {
    content: "\f31c"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-exclamation:before {
    content: "\f31a"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-minus:before {
    content: "\f318"
}

.fa-file-music:before {
    content: "\f8b6"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-plus:before {
    content: "\f319"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-search:before {
    content: "\f865"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-spreadsheet:before {
    content: "\f65b"
}

.fa-file-times:before {
    content: "\f317"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-user:before {
    content: "\f65c"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-files-medical:before {
    content: "\f7fd"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-film-alt:before {
    content: "\f3a0"
}

.fa-film-canister:before {
    content: "\f8b7"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-fire-smoke:before {
    content: "\f74b"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-fireplace:before {
    content: "\f79a"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fish-cooked:before {
    content: "\f7fe"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-alt:before {
    content: "\f74c"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flame:before {
    content: "\f6df"
}

.fa-flashlight:before {
    content: "\f8b8"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flask-poison:before {
    content: "\f6e0"
}

.fa-flask-potion:before {
    content: "\f6e1"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flower:before {
    content: "\f7ff"
}

.fa-flower-daffodil:before {
    content: "\f800"
}

.fa-flower-tulip:before {
    content: "\f801"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-flute:before {
    content: "\f8b9"
}

.fa-flux-capacitor:before {
    content: "\f8ba"
}

.fa-fly:before {
    content: "\f417"
}

.fa-fog:before {
    content: "\f74e"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-download:before {
    content: "\e053"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-folder-times:before {
    content: "\f65f"
}

.fa-folder-tree:before {
    content: "\f802"
}

.fa-folder-upload:before {
    content: "\e054"
}

.fa-folders:before {
    content: "\f660"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-font-case:before {
    content: "\f866"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-football-helmet:before {
    content: "\f44f"
}

.fa-forklift:before {
    content: "\f47a"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-fragile:before {
    content: "\f4bb"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-french-fries:before {
    content: "\f803"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frosty-head:before {
    content: "\f79b"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-function:before {
    content: "\f661"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-galaxy:before {
    content: "\e008"
}

.fa-game-board:before {
    content: "\f867"
}

.fa-game-board-alt:before {
    content: "\f868"
}

.fa-game-console-handheld:before {
    content: "\f8bb"
}

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

.fa-gamepad-alt:before {
    content: "\f8bc"
}

.fa-garage:before {
    content: "\e009"
}

.fa-garage-car:before {
    content: "\e00a"
}

.fa-garage-open:before {
    content: "\e00b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gas-pump-slash:before {
    content: "\f5f4"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gift-card:before {
    content: "\f663"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-gingerbread-man:before {
    content: "\f79d"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass:before {
    content: "\f804"
}

.fa-glass-champagne:before {
    content: "\f79e"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-citrus:before {
    content: "\f869"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glass-whiskey-rocks:before {
    content: "\f7a1"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glasses-alt:before {
    content: "\f5f5"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-globe-snow:before {
    content: "\f7a3"
}

.fa-globe-stand:before {
    content: "\f5f6"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-golf-club:before {
    content: "\f451"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gramophone:before {
    content: "\f8bd"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-guitar-electric:before {
    content: "\f8be"
}

.fa-guitars:before {
    content: "\f8bf"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-h1:before {
    content: "\f313"
}

.fa-h2:before {
    content: "\f314"
}

.fa-h3:before {
    content: "\f315"
}

.fa-h4:before {
    content: "\f86a"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hammer-war:before {
    content: "\f6e4"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-heart:before {
    content: "\f4bc"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-box:before {
    content: "\f47b"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-magic:before {
    content: "\f6e5"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-seedling:before {
    content: "\f4bf"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-receiving:before {
    content: "\f47c"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-heart:before {
    content: "\f4c3"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-usd:before {
    content: "\f4c5"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt:before {
    content: "\f4c6"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-chef:before {
    content: "\f86b"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-santa:before {
    content: "\f7a7"
}

.fa-hat-winter:before {
    content: "\f7a8"
}

.fa-hat-witch:before {
    content: "\f6e7"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side:before {
    content: "\f6e9"
}

.fa-head-side-brain:before {
    content: "\f808"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-headphones:before {
    content: "\f8c2"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-medical:before {
    content: "\f809"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-head-vr:before {
    content: "\f6ea"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

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

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heart-circle:before {
    content: "\f4c7"
}

.fa-heart-rate:before {
    content: "\f5f8"
}

.fa-heart-square:before {
    content: "\f4c8"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-heat:before {
    content: "\e00c"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-helmet-battle:before {
    content: "\f6eb"
}

.fa-hexagon:before {
    content: "\f312"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hockey-mask:before {
    content: "\f6ee"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-hockey-sticks:before {
    content: "\f454"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-home-alt:before {
    content: "\f80a"
}

.fa-home-heart:before {
    content: "\f4c9"
}

.fa-home-lg:before {
    content: "\f80b"
}

.fa-home-lg-alt:before {
    content: "\f80c"
}

.fa-hood-cloak:before {
    content: "\f6ef"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-horizontal-rule:before {
    content: "\f86c"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-horse-saddle:before {
    content: "\f8c3"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hospitals:before {
    content: "\f80e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house:before {
    content: "\e00d"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-day:before {
    content: "\e00e"
}

.fa-house-flood:before {
    content: "\f74f"
}

.fa-house-leave:before {
    content: "\e00f"
}

.fa-house-night:before {
    content: "\e010"
}

.fa-house-return:before {
    content: "\e011"
}

.fa-house-signal:before {
    content: "\e012"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-humidity:before {
    content: "\f750"
}

.fa-hurricane:before {
    content: "\f751"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-ice-skate:before {
    content: "\f7ac"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-icons-alt:before {
    content: "\f86e"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-image-polaroid:before {
    content: "\f8c4"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-inbox-in:before {
    content: "\f310"
}

.fa-inbox-out:before {
    content: "\f311"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-industry-alt:before {
    content: "\f3b3"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-info-square:before {
    content: "\f30f"
}

.fa-inhaler:before {
    content: "\f5f9"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-integral:before {
    content: "\f667"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-intersection:before {
    content: "\f668"
}

.fa-inventory:before {
    content: "\f480"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-island-tropical:before {
    content: "\f811"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-jack-o-lantern:before {
    content: "\f30e"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-joystick:before {
    content: "\f8c5"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-jug:before {
    content: "\f8c6"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-kazoo:before {
    content: "\f8c7"
}

.fa-kerning:before {
    content: "\f86f"
}

.fa-key:before {
    content: "\f084"
}

.fa-key-skeleton:before {
    content: "\f6f3"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-keynote:before {
    content: "\f66c"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kidneys:before {
    content: "\f5fb"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kite:before {
    content: "\f6f4"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-knife-kitchen:before {
    content: "\f6f5"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-lambda:before {
    content: "\f66e"
}

.fa-lamp:before {
    content: "\f4ca"
}

.fa-lamp-desk:before {
    content: "\e014"
}

.fa-lamp-floor:before {
    content: "\e015"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-landmark-alt:before {
    content: "\f752"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lasso:before {
    content: "\f8c8"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-layer-minus:before {
    content: "\f5fe"
}

.fa-layer-plus:before {
    content: "\f5ff"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leaf-heart:before {
    content: "\f4cb"
}

.fa-leaf-maple:before {
    content: "\f6f6"
}

.fa-leaf-oak:before {
    content: "\f6f7"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-light-ceiling:before {
    content: "\e016"
}

.fa-light-switch:before {
    content: "\e017"
}

.fa-light-switch-off:before {
    content: "\e018"
}

.fa-light-switch-on:before {
    content: "\e019"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-lightbulb-dollar:before {
    content: "\f670"
}

.fa-lightbulb-exclamation:before {
    content: "\f671"
}

.fa-lightbulb-on:before {
    content: "\f672"
}

.fa-lightbulb-slash:before {
    content: "\f673"
}

.fa-lights-holiday:before {
    content: "\f7b2"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-line-columns:before {
    content: "\f870"
}

.fa-line-height:before {
    content: "\f871"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lips:before {
    content: "\f600"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-music:before {
    content: "\f8c9"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location:before {
    content: "\f601"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-location-circle:before {
    content: "\f602"
}

.fa-location-slash:before {
    content: "\f603"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-alt:before {
    content: "\f30d"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-lock-open-alt:before {
    content: "\f3c2"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-loveseat:before {
    content: "\f4cc"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luchador:before {
    content: "\f455"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-mace:before {
    content: "\f6f8"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailbox:before {
    content: "\f813"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-mandolin:before {
    content: "\f6f9"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-marker-alt-slash:before {
    content: "\f605"
}

.fa-map-marker-check:before {
    content: "\f606"
}

.fa-map-marker-edit:before {
    content: "\f607"
}

.fa-map-marker-exclamation:before {
    content: "\f608"
}

.fa-map-marker-minus:before {
    content: "\f609"
}

.fa-map-marker-plus:before {
    content: "\f60a"
}

.fa-map-marker-question:before {
    content: "\f60b"
}

.fa-map-marker-slash:before {
    content: "\f60c"
}

.fa-map-marker-smile:before {
    content: "\f60d"
}

.fa-map-marker-times:before {
    content: "\f60e"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-meat:before {
    content: "\f814"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaphone:before {
    content: "\f675"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microphone-stand:before {
    content: "\f8cb"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-microwave:before {
    content: "\e01b"
}

.fa-mind-share:before {
    content: "\f677"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-hexagon:before {
    content: "\f307"
}

.fa-minus-octagon:before {
    content: "\f308"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mistletoe:before {
    content: "\f7b4"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-mobile-android:before {
    content: "\f3ce"
}

.fa-mobile-android-alt:before {
    content: "\f3cf"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-money-check-edit:before {
    content: "\f872"
}

.fa-money-check-edit-alt:before {
    content: "\f873"
}

.fa-monitor-heart-rate:before {
    content: "\f611"
}

.fa-monkey:before {
    content: "\f6fb"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-moon-cloud:before {
    content: "\f754"
}

.fa-moon-stars:before {
    content: "\f755"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mountains:before {
    content: "\f6fd"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-alt:before {
    content: "\f8cd"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mp3-player:before {
    content: "\f8ce"
}

.fa-mug:before {
    content: "\f874"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-mug-marshmallows:before {
    content: "\f7b7"
}

.fa-mug-tea:before {
    content: "\f875"
}

.fa-music:before {
    content: "\f001"
}

.fa-music-alt:before {
    content: "\f8cf"
}

.fa-music-alt-slash:before {
    content: "\f8d0"
}

.fa-music-slash:before {
    content: "\f8d1"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-narwhal:before {
    content: "\f6fe"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octagon:before {
    content: "\f306"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-oil-temp:before {
    content: "\f614"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-omega:before {
    content: "\f67a"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-ornament:before {
    content: "\f7b8"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-outlet:before {
    content: "\e01c"
}

.fa-oven:before {
    content: "\e01d"
}

.fa-overline:before {
    content: "\f876"
}

.fa-page-break:before {
    content: "\f877"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-brush-alt:before {
    content: "\f5a9"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-pallet-alt:before {
    content: "\f483"
}

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

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-paragraph-rtl:before {
    content: "\f878"
}

.fa-parking:before {
    content: "\f540"
}

.fa-parking-circle:before {
    content: "\f615"
}

.fa-parking-circle-slash:before {
    content: "\f616"
}

.fa-parking-slash:before {
    content: "\f617"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paw-alt:before {
    content: "\f701"
}

.fa-paw-claws:before {
    content: "\f702"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pegasus:before {
    content: "\f703"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-paintbrush:before {
    content: "\f618"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-pennant:before {
    content: "\f456"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-person-carry:before {
    content: "\f4cf"
}

.fa-person-dolly:before {
    content: "\f4d0"
}

.fa-person-dolly-empty:before {
    content: "\f4d1"
}

.fa-person-sign:before {
    content: "\f757"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-laptop:before {
    content: "\f87a"
}

.fa-phone-office:before {
    content: "\f67d"
}

.fa-phone-plus:before {
    content: "\f4d2"
}

.fa-phone-rotary:before {
    content: "\f8d3"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pi:before {
    content: "\f67e"
}

.fa-piano:before {
    content: "\f8d4"
}

.fa-piano-keyboard:before {
    content: "\f8d5"
}

.fa-pie:before {
    content: "\f705"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-pig:before {
    content: "\f706"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza:before {
    content: "\f817"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-alt:before {
    content: "\f3de"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-planet-moon:before {
    content: "\e01f"
}

.fa-planet-ringed:before {
    content: "\e020"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-hexagon:before {
    content: "\f300"
}

.fa-plus-octagon:before {
    content: "\f301"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-podium:before {
    content: "\f680"
}

.fa-podium-star:before {
    content: "\f758"
}

.fa-police-box:before {
    content: "\e021"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poll-people:before {
    content: "\f759"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-popcorn:before {
    content: "\f819"
}

.fa-portal-enter:before {
    content: "\e022"
}

.fa-portal-exit:before {
    content: "\e023"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-presentation:before {
    content: "\f685"
}

.fa-print:before {
    content: "\f02f"
}

.fa-print-search:before {
    content: "\f81a"
}

.fa-print-slash:before {
    content: "\f686"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-projector:before {
    content: "\f8d6"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pumpkin:before {
    content: "\f707"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-question-square:before {
    content: "\f2fd"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-rabbit:before {
    content: "\f708"
}

.fa-rabbit-fast:before {
    content: "\f709"
}

.fa-racquet:before {
    content: "\f45a"
}

.fa-radar:before {
    content: "\e024"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-radio:before {
    content: "\f8d7"
}

.fa-radio-alt:before {
    content: "\f8d8"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-raindrops:before {
    content: "\f75c"
}

.fa-ram:before {
    content: "\f70a"
}

.fa-ramp-loading:before {
    content: "\f4d4"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-raygun:before {
    content: "\e025"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-rectangle-landscape:before {
    content: "\f2fa"
}

.fa-rectangle-portrait:before {
    content: "\f2fb"
}

.fa-rectangle-wide:before {
    content: "\f2fc"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-refrigerator:before {
    content: "\e026"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-repeat:before {
    content: "\f363"
}

.fa-repeat-1:before {
    content: "\f365"
}

.fa-repeat-1-alt:before {
    content: "\f366"
}

.fa-repeat-alt:before {
    content: "\f364"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-retweet-alt:before {
    content: "\f361"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-rings-wedding:before {
    content: "\f81b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocket-launch:before {
    content: "\e027"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-route-highway:before {
    content: "\f61a"
}

.fa-route-interstate:before {
    content: "\f61b"
}

.fa-router:before {
    content: "\f8da"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-triangle:before {
    content: "\f61c"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-rv:before {
    content: "\f7be"
}

.fa-sack:before {
    content: "\f81c"
}

.fa-sack-dollar:before {
    content: "\f81d"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salad:before {
    content: "\f81e"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sandwich:before {
    content: "\f81f"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-sausage:before {
    content: "\f820"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-sax-hot:before {
    content: "\f8db"
}

.fa-saxophone:before {
    content: "\f8dc"
}

.fa-scalpel:before {
    content: "\f61d"
}

.fa-scalpel-path:before {
    content: "\f61e"
}

.fa-scanner:before {
    content: "\f488"
}

.fa-scanner-image:before {
    content: "\f8f3"
}

.fa-scanner-keyboard:before {
    content: "\f489"
}

.fa-scanner-touchscreen:before {
    content: "\f48a"
}

.fa-scarecrow:before {
    content: "\f70d"
}

.fa-scarf:before {
    content: "\f7c1"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-scroll-old:before {
    content: "\f70f"
}

.fa-scrubber:before {
    content: "\f2f8"
}

.fa-scythe:before {
    content: "\f710"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-send-back:before {
    content: "\f87e"
}

.fa-send-backward:before {
    content: "\f87f"
}

.fa-sensor:before {
    content: "\e028"
}

.fa-sensor-alert:before {
    content: "\e029"
}

.fa-sensor-fire:before {
    content: "\e02a"
}

.fa-sensor-on:before {
    content: "\e02b"
}

.fa-sensor-smoke:before {
    content: "\e02c"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-all:before {
    content: "\f367"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-sheep:before {
    content: "\f711"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

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

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

.fa-shield-check:before {
    content: "\f2f7"
}

.fa-shield-cross:before {
    content: "\f712"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shipping-timed:before {
    content: "\f48c"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shish-kebab:before {
    content: "\f821"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shovel:before {
    content: "\f713"
}

.fa-shovel-snow:before {
    content: "\f7c3"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shredder:before {
    content: "\f68a"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-shuttlecock:before {
    content: "\f45b"
}

.fa-sickle:before {
    content: "\f822"
}

.fa-sigma:before {
    content: "\f68b"
}

.fa-sign:before {
    content: "\f4d9"
}

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

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

.fa-sign-language:before {
    content: "\f2a7"
}

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

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

.fa-signal:before {
    content: "\f012"
}

.fa-signal-1:before {
    content: "\f68c"
}

.fa-signal-2:before {
    content: "\f68d"
}

.fa-signal-3:before {
    content: "\f68e"
}

.fa-signal-4:before {
    content: "\f68f"
}

.fa-signal-alt:before {
    content: "\f690"
}

.fa-signal-alt-1:before {
    content: "\f691"
}

.fa-signal-alt-2:before {
    content: "\f692"
}

.fa-signal-alt-3:before {
    content: "\f693"
}

.fa-signal-alt-slash:before {
    content: "\f694"
}

.fa-signal-slash:before {
    content: "\f695"
}

.fa-signal-stream:before {
    content: "\f8dd"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-siren:before {
    content: "\e02d"
}

.fa-siren-on:before {
    content: "\e02e"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-skeleton:before {
    content: "\f620"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-ski-jump:before {
    content: "\f7c7"
}

.fa-ski-lift:before {
    content: "\f7c8"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-cow:before {
    content: "\f8de"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sledding:before {
    content: "\f7cb"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-sliders-h-square:before {
    content: "\f3f0"
}

.fa-sliders-v:before {
    content: "\f3f1"
}

.fa-sliders-v-square:before {
    content: "\f3f2"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-plus:before {
    content: "\f5b9"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoke:before {
    content: "\f760"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snake:before {
    content: "\f716"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snooze:before {
    content: "\f880"
}

.fa-snow-blowing:before {
    content: "\f761"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowflakes:before {
    content: "\f7cf"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowmobile:before {
    content: "\f7d1"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-solar-system:before {
    content: "\e02f"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-alt:before {
    content: "\f883"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-circle:before {
    content: "\e030"
}

.fa-sort-circle-down:before {
    content: "\e031"
}

.fa-sort-circle-up:before {
    content: "\e032"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-shapes-down:before {
    content: "\f888"
}

.fa-sort-shapes-down-alt:before {
    content: "\f889"
}

.fa-sort-shapes-up:before {
    content: "\f88a"
}

.fa-sort-shapes-up-alt:before {
    content: "\f88b"
}

.fa-sort-size-down:before {
    content: "\f88c"
}

.fa-sort-size-down-alt:before {
    content: "\f88d"
}

.fa-sort-size-up:before {
    content: "\f88e"
}

.fa-sort-size-up-alt:before {
    content: "\f88f"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-soup:before {
    content: "\f823"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-space-station-moon:before {
    content: "\e033"
}

.fa-space-station-moon-alt:before {
    content: "\e034"
}

.fa-spade:before {
    content: "\f2f4"
}

.fa-sparkles:before {
    content: "\f890"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker:before {
    content: "\f8df"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-speakers:before {
    content: "\f8e0"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spider-black-widow:before {
    content: "\f718"
}

.fa-spider-web:before {
    content: "\f719"
}

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

.fa-spinner-third:before {
    content: "\f3f4"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-sprinkler:before {
    content: "\e035"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root:before {
    content: "\f697"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-squirrel:before {
    content: "\f71a"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-staff:before {
    content: "\f71b"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-christmas:before {
    content: "\f7d4"
}

.fa-star-exclamation:before {
    content: "\f2f3"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-star-shooting:before {
    content: "\e036"
}

.fa-starfighter:before {
    content: "\e037"
}

.fa-starfighter-alt:before {
    content: "\e038"
}

.fa-stars:before {
    content: "\f762"
}

.fa-starship:before {
    content: "\e039"
}

.fa-starship-freighter:before {
    content: "\e03a"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steak:before {
    content: "\f824"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-steering-wheel:before {
    content: "\f622"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stocking:before {
    content: "\f7d5"
}

.fa-stomach:before {
    content: "\f623"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-stretcher:before {
    content: "\f825"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-sun-cloud:before {
    content: "\f763"
}

.fa-sun-dust:before {
    content: "\f764"
}

.fa-sun-haze:before {
    content: "\f765"
}

.fa-sunglasses:before {
    content: "\f892"
}

.fa-sunrise:before {
    content: "\f766"
}

.fa-sunset:before {
    content: "\f767"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-sword:before {
    content: "\f71c"
}

.fa-sword-laser:before {
    content: "\e03b"
}

.fa-sword-laser-alt:before {
    content: "\e03c"
}

.fa-swords:before {
    content: "\f71d"
}

.fa-swords-laser:before {
    content: "\e03d"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

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

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablet-android:before {
    content: "\f3fb"
}

.fa-tablet-android-alt:before {
    content: "\f3fc"
}

.fa-tablet-rugged:before {
    content: "\f48f"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer:before {
    content: "\f0e4"
}

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

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

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

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

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

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

.fa-tachometer-average:before {
    content: "\f629"
}

.fa-tachometer-fast:before {
    content: "\f62a"
}

.fa-tachometer-fastest:before {
    content: "\f62b"
}

.fa-tachometer-slow:before {
    content: "\f62c"
}

.fa-tachometer-slowest:before {
    content: "\f62d"
}

.fa-taco:before {
    content: "\f826"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tally:before {
    content: "\f69c"
}

.fa-tanakh:before {
    content: "\f827"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-tasks-alt:before {
    content: "\f828"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-telescope:before {
    content: "\e03e"
}

.fa-temperature-down:before {
    content: "\e03f"
}

.fa-temperature-frigid:before {
    content: "\f768"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-hot:before {
    content: "\f76a"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-temperature-up:before {
    content: "\e040"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-tennis-ball:before {
    content: "\f45e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text:before {
    content: "\f893"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-size:before {
    content: "\f894"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-theta:before {
    content: "\f69e"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-thunderstorm:before {
    content: "\f76c"
}

.fa-thunderstorm-moon:before {
    content: "\f76d"
}

.fa-thunderstorm-sun:before {
    content: "\f76e"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-tilde:before {
    content: "\f69f"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-times-hexagon:before {
    content: "\f2ee"
}

.fa-times-octagon:before {
    content: "\f2f0"
}

.fa-times-square:before {
    content: "\f2d3"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tire:before {
    content: "\f631"
}

.fa-tire-flat:before {
    content: "\f632"
}

.fa-tire-pressure-warning:before {
    content: "\f633"
}

.fa-tire-rugged:before {
    content: "\f634"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-alt:before {
    content: "\f71f"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-tombstone:before {
    content: "\f720"
}

.fa-tombstone-alt:before {
    content: "\f721"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-toothbrush:before {
    content: "\f635"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tornado:before {
    content: "\f76f"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-cone:before {
    content: "\f636"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-traffic-light-go:before {
    content: "\f638"
}

.fa-traffic-light-slow:before {
    content: "\f639"
}

.fa-traffic-light-stop:before {
    content: "\f63a"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-transporter:before {
    content: "\e042"
}

.fa-transporter-1:before {
    content: "\e043"
}

.fa-transporter-2:before {
    content: "\e044"
}

.fa-transporter-3:before {
    content: "\e045"
}

.fa-transporter-empty:before {
    content: "\e046"
}

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

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

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-trash-undo:before {
    content: "\f895"
}

.fa-trash-undo-alt:before {
    content: "\f896"
}

.fa-treasure-chest:before {
    content: "\f723"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-tree-alt:before {
    content: "\f400"
}

.fa-tree-christmas:before {
    content: "\f7db"
}

.fa-tree-decorated:before {
    content: "\f7dc"
}

.fa-tree-large:before {
    content: "\f7dd"
}

.fa-tree-palm:before {
    content: "\f82b"
}

.fa-trees:before {
    content: "\f724"
}

.fa-trello:before {
    content: "\f181"
}

.fa-triangle:before {
    content: "\f2ec"
}

.fa-triangle-music:before {
    content: "\f8e2"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-trophy-alt:before {
    content: "\f2eb"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-container:before {
    content: "\f4dc"
}

.fa-truck-couch:before {
    content: "\f4dd"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-truck-plow:before {
    content: "\f7de"
}

.fa-truck-ramp:before {
    content: "\f4e0"
}

.fa-trumpet:before {
    content: "\f8e3"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-turkey:before {
    content: "\f725"
}

.fa-turntable:before {
    content: "\f8e4"
}

.fa-turtle:before {
    content: "\f726"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-tv-alt:before {
    content: "\f8e5"
}

.fa-tv-music:before {
    content: "\f8e6"
}

.fa-tv-retro:before {
    content: "\f401"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typewriter:before {
    content: "\f8e7"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-ufo:before {
    content: "\e047"
}

.fa-ufo-beam:before {
    content: "\e048"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-unicorn:before {
    content: "\f727"
}

.fa-union:before {
    content: "\f6a2"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-usb-drive:before {
    content: "\f8e9"
}

.fa-usd-circle:before {
    content: "\f2e8"
}

.fa-usd-square:before {
    content: "\f2e9"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alien:before {
    content: "\e04a"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-chart:before {
    content: "\f6a3"
}

.fa-user-check:before {
    content: "\f4fc"
}

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

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-cowboy:before {
    content: "\f8ea"
}

.fa-user-crown:before {
    content: "\f6a4"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-hard-hat:before {
    content: "\f82c"
}

.fa-user-headset:before {
    content: "\f82d"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-md-chat:before {
    content: "\f82e"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-music:before {
    content: "\f8eb"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

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

.fa-user-robot:before {
    content: "\e04b"
}

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

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-user-unlock:before {
    content: "\e058"
}

.fa-user-visor:before {
    content: "\e04c"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-class:before {
    content: "\f63d"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-crown:before {
    content: "\f6a5"
}

.fa-users-medical:before {
    content: "\f830"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-fork:before {
    content: "\f2e3"
}

.fa-utensil-knife:before {
    content: "\f2e4"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-utensils-alt:before {
    content: "\f2e6"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vacuum:before {
    content: "\e04d"
}

.fa-vacuum-robot:before {
    content: "\e04e"
}

.fa-value-absolute:before {
    content: "\f6a6"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-vhs:before {
    content: "\f8ec"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-plus:before {
    content: "\f4e1"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-violin:before {
    content: "\f8ed"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volcano:before {
    content: "\f770"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume:before {
    content: "\f6a8"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-slash:before {
    content: "\f2e2"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-nay:before {
    content: "\f771"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-wagon-covered:before {
    content: "\f8ee"
}

.fa-walker:before {
    content: "\f831"
}

.fa-walkie-talkie:before {
    content: "\f8ef"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-wand:before {
    content: "\f72a"
}

.fa-wand-magic:before {
    content: "\f72b"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-warehouse-alt:before {
    content: "\f495"
}

.fa-washer:before {
    content: "\f898"
}

.fa-watch:before {
    content: "\f2e1"
}

.fa-watch-calculator:before {
    content: "\f8f0"
}

.fa-watch-fitness:before {
    content: "\f63e"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-water:before {
    content: "\f773"
}

.fa-water-lower:before {
    content: "\f774"
}

.fa-water-rise:before {
    content: "\f775"
}

.fa-wave-sine:before {
    content: "\f899"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-wave-triangle:before {
    content: "\f89a"
}

.fa-waveform:before {
    content: "\f8f1"
}

.fa-waveform-path:before {
    content: "\f8f2"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-webcam:before {
    content: "\f832"
}

.fa-webcam-slash:before {
    content: "\f833"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whale:before {
    content: "\f72c"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheat:before {
    content: "\f72d"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whistle:before {
    content: "\f460"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wifi-1:before {
    content: "\f6aa"
}

.fa-wifi-2:before {
    content: "\f6ab"
}

.fa-wifi-slash:before {
    content: "\f6ac"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-wind-turbine:before {
    content: "\f89b"
}

.fa-wind-warning:before {
    content: "\f776"
}

.fa-window:before {
    content: "\f40e"
}

.fa-window-alt:before {
    content: "\f40f"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-frame:before {
    content: "\e04f"
}

.fa-window-frame-open:before {
    content: "\e050"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-windsock:before {
    content: "\f777"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wreath:before {
    content: "\f7e2"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.0.svg#fontawesome) format("svg");
    unicode-range: U+f081, U+f08c, U+f092, U+f099, U+f09b, U+f0d2-f0d5, U+f113, U+f136, U+f13b-f13c, U+f15a, U+f167-f169, U+f16c-f16e, U+f170, U+f173-f174, U+f17a, U+f17c-f17e, U+f180, U+f184, U+f189-f18c, U+f194, U+f19a-f19b, U+f1a0-f1a4, U+f1a6-f1a7, U+f1a9-f1aa, U+f1b4, U+f1b6-f1b7, U+f1bc-f1be, U+f1ca-f1cc, U+f1d0-f1d1, U+f1d4-f1d6, U+f1e7, U+f1ed-f1ee, U+f1f0-f1f2, U+f1f4-f1f5, U+f202, U+f208-f209, U+f20d-f20e, U+f211-f213, U+f215, U+f231-f232, U+f237, U+f23a-f23b, U+f23d-f23e, U+f24b-f24c, U+f260-f261, U+f263-f266, U+f268, U+f26a-f26b, U+f26d-f26e, U+f270, U+f27d-f27e, U+f280-f281, U+f284-f285, U+f287-f28a, U+f293-f294, U+f297-f299, U+f2a5-f2a6, U+f2a9, U+f2ab-f2ad, U+f2b0, U+f2b2, U+f2b4, U+f2b8, U+f2c4, U+f2c6, U+f2d6-f2d8, U+f2da, U+f2dd-f2de, U+f2e0, U+f35c, U+f368-f374, U+f378-f37d, U+f37f-f380, U+f383-f385, U+f388, U+f38b-f38f, U+f392, U+f394-f397, U+f399-f39a, U+f3a1-f3a4, U+f3a6-f3b2, U+f3b4-f3b8, U+f3ba-f3bc, U+f3c0, U+f3c3-f3c4, U+f3c6-f3c8, U+f3ca, U+f3cc, U+f3d0, U+f3d2, U+f3d4, U+f3d6-f3d7, U+f3da-f3db, U+f3df, U+f3e1-f3e3, U+f3e6-f3e7, U+f3e9-f3ec, U+f3ee-f3ef, U+f3f5-f3f6, U+f3f8-f3f9, U+f3fe, U+f402-f405, U+f407-f408, U+f40a-f40d, U+f411-f417, U+f419, U+f41b-f41d, U+f41f, U+f421, U+f426
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.1.svg#fontawesome) format("svg");
    unicode-range: U+f16b, U+f425
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.2.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.2.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.2.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.2.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.2.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.2.svg#fontawesome) format("svg");
    unicode-range: U+f42d-f42f
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.3.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.3.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.3.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.3.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.3.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.3.svg#fontawesome) format("svg");
    unicode-range: U+f18d, U+f1b5, U+f1d7, U+f210, U+f216, U+f286, U+f2b1, U+f393, U+f3b9, U+f3cb, U+f3d3, U+f3d8-f3d9, U+f3dc, U+f409, U+f423, U+f429, U+f430-f431
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.5.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.5.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.5.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.5.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.5.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.5.svg#fontawesome) format("svg");
    unicode-range: U+f452, U+f457
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.9.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.9.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.9.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.9.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.9.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.9.svg#fontawesome) format("svg");
    unicode-range: U+f44d
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.10.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.10.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.10.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.10.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.10.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.10.svg#fontawesome) format("svg");
    unicode-range: U+f4d5, U+f4e5
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.11.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.11.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.11.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.11.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.11.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.11.svg#fontawesome) format("svg");
    unicode-range: U+f203, U+f4e6-f4f2, U+f4f8
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.12.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.12.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.12.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.12.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.12.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.0.12.svg#fontawesome) format("svg");
    unicode-range: U+f4f7, U+f50a, U+f50c-f50d, U+f510, U+f512-f513
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.1.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.1.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.1.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.1.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.1.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.1.0.svg#fontawesome) format("svg");
    unicode-range: U+f25e, U+f375, U+f5a3, U+f5be, U+f5cc, U+f5cf
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.2.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.2.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.2.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.2.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.2.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.2.0.svg#fontawesome) format("svg");
    unicode-range: U+f5f1, U+f63f
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.3.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.3.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.3.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.3.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.3.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.3.0.svg#fontawesome) format("svg");
    unicode-range: U+f642
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.4.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.4.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.4.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.4.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.4.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.4.0.svg#fontawesome) format("svg");
    unicode-range: U+f4f3, U+f6ca, U+f6cc, U+f6dc, U+f704, U+f730
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.4.2.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.4.2.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.4.2.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.4.2.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.4.2.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.4.2.svg#fontawesome) format("svg");
    unicode-range: U+f3e4
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.6.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.6.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.6.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.6.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.6.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.6.0.svg#fontawesome) format("svg");
    unicode-range: U+f181, U+f77b, U+f78d, U+f790, U+f797, U+f7af-f7b1, U+f7b3, U+f7bb, U+f7df, U+f7e3
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.7.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.7.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.7.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.7.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.7.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.7.0.svg#fontawesome) format("svg");
    unicode-range: U+f198, U+f1a5, U+f1a8, U+f1f3, U+f214, U+f23c, U+f296, U+f2aa, U+f391, U+f39d, U+f3f7, U+f427, U+f4f4, U+f50e, U+f60f
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.8.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.8.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.8.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.8.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.8.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.8.0.svg#fontawesome) format("svg");
    unicode-range: U+f171, U+f179, U+f1e9, U+f27c, U+f3f3, U+f41a, U+f41e, U+f420, U+f428, U+f42a-f42c, U+f459, U+f4e4, U+f4f6, U+f4f9, U+f50b, U+f50f, U+f511, U+f514, U+f592, U+f5a8, U+f5b2, U+f5b5, U+f5c6, U+f5f7, U+f5fa, U+f612, U+f69d, U+f6af, U+f6c9, U+f731, U+f75d, U+f77a, U+f785, U+f789, U+f791, U+f798-f799, U+f7c6, U+f7d3, U+f7d6, U+f7e0-f7e1, U+f834-f83d, U+f83f-f840
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.8.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.8.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.8.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.8.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.8.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.8.1.svg#fontawesome) format("svg");
    unicode-range: U+f0e1
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.8.2.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.8.2.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.8.2.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.8.2.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.8.2.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.8.2.svg#fontawesome) format("svg");
    unicode-range: U+f082, U+f09a, U+f1d2-f1d3, U+f39e, U+f59e, U+f7bc, U+f841-f842
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.9.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.9.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.9.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.9.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.9.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.9.0.svg#fontawesome) format("svg");
    unicode-range: U+f39f
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.10.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.10.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.10.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.10.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.10.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.10.0.svg#fontawesome) format("svg");
    unicode-range: U+f89e
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.11.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.11.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.11.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.11.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.11.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.11.0.svg#fontawesome) format("svg");
    unicode-range: U+f4f5, U+f8a6, U+f8ca, U+f8d2, U+f8e1, U+f8e8
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.11.2.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.11.2.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.11.2.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.11.2.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.11.2.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.11.2.svg#fontawesome) format("svg");
    unicode-range: U+f3bd
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.12.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.12.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.12.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.12.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.12.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.12.0.svg#fontawesome) format("svg");
    unicode-range: U+f17b, U+f1e8, U+f267, U+f269, U+f2ae, U+f2c5
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.12.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.12.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.12.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.12.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.12.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.12.1.svg#fontawesome) format("svg");
    unicode-range: U+f282
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.13.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.13.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.13.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.13.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.13.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.13.1.svg#fontawesome) format("svg");
    unicode-range: U+f19e, U+f2b3, U+f2d5
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.14.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.14.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.14.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.14.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.14.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.14.0.svg#fontawesome) format("svg");
    unicode-range: U+e007, U+e013, U+e01a, U+e01e, U+e049, U+e052, U+e055-e057, U+e077-e07c, U+f262
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.15.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.15.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.15.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.15.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.15.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.15.0.svg#fontawesome) format("svg");
    unicode-range: U+e07d-e084, U+e087-e088, U+f3d5, U+f3e8
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.15.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.15.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.15.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.15.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.15.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-brands-400-5.15.1.svg#fontawesome) format("svg");
    unicode-range: U+f2d9
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.0.svg#fontawesome) format("svg");
    unicode-range: U+f002, U+f008-f009, U+f00b-f00c, U+f00e, U+f011, U+f013, U+f019, U+f01c, U+f022-f025, U+f02a-f02b, U+f02d, U+f030, U+f040-f041, U+f044, U+f047, U+f049-f04a, U+f04e, U+f050, U+f052-f055, U+f057-f05b, U+f05e, U+f060-f066, U+f068-f06a, U+f074, U+f077-f07a, U+f07c-f07e, U+f085, U+f089, U+f08b, U+f090, U+f093-f094, U+f098, U+f09c-f09e, U+f0a4-f0ab, U+f0b2, U+f0c1, U+f0c3, U+f0c6, U+f0c9, U+f0ce, U+f0d7-f0db, U+f0e2-f0e3, U+f0e9-f0ea, U+f0ec, U+f0f4, U+f0f8, U+f0fa-f0fe, U+f100-f103, U+f106-f108, U+f10a-f10b, U+f11c, U+f120-f122, U+f124, U+f126-f128, U+f12e, U+f134, U+f137-f13a, U+f13e, U+f141-f143, U+f146, U+f14a-f14d, U+f150-f154, U+f156-f159, U+f175-f178, U+f182-f183, U+f188, U+f191-f192, U+f195, U+f199, U+f1ad-f1ae, U+f1b0, U+f1b2-f1b3, U+f1b8, U+f1bb, U+f1c0, U+f1cd, U+f1d8, U+f1da, U+f1e0-f1e2, U+f1ea, U+f1fa, U+f1fd-f1fe, U+f204-f206, U+f20b, U+f217-f218, U+f21c, U+f222, U+f224, U+f226-f229, U+f233, U+f238-f239, U+f240-f244, U+f246, U+f255-f258, U+f25a-f25c, U+f28b, U+f28d, U+f290-f292, U+f295, U+f2a1-f2a4, U+f2a8, U+f2c7-f2cb, U+f2ce, U+f2d0, U+f2d2-f2d3, U+f2db, U+f2e6-f2e7, U+f2ea, U+f2f0-f2f1, U+f2f5-f2f7, U+f2f9, U+f2fd, U+f301, U+f303, U+f308-f30f, U+f31d, U+f320-f322, U+f325-f326, U+f328-f32e, U+f330-f332, U+f336-f337, U+f339-f33c, U+f33e, U+f340-f34c, U+f350-f353, U+f355, U+f358-f35b, U+f360-f367, U+f376, U+f37e, U+f387, U+f389-f38a, U+f390, U+f39b-f39c, U+f3a0, U+f3b3, U+f3be-f3bf, U+f3c2, U+f3c5, U+f3cd-f3cf, U+f3de, U+f3e5, U+f3ed, U+f3f0, U+f3f2, U+f3fa-f3fc, U+f400-f401, U+f40e-f410, U+10f002, U+10f008-10f009, U+10f00b-10f00c, U+10f00e, U+10f011, U+10f013, U+10f019, U+10f01c, U+10f022-10f025, U+10f02a-10f02b, U+10f02d, U+10f030, U+10f040-10f041, U+10f044, U+10f047, U+10f049-10f04a, U+10f04e, U+10f050, U+10f052-10f055, U+10f057-10f05b, U+10f05e, U+10f060-10f066, U+10f068-10f06a, U+10f074, U+10f077-10f07a, U+10f07c-10f07e, U+10f085, U+10f089, U+10f08b, U+10f090, U+10f093-10f094, U+10f098, U+10f09c-10f09e, U+10f0a4-10f0ab, U+10f0b2, U+10f0c1, U+10f0c3, U+10f0c6, U+10f0c9, U+10f0ce, U+10f0d7-10f0db, U+10f0e2-10f0e3, U+10f0e9-10f0ea, U+10f0ec, U+10f0f4, U+10f0f8, U+10f0fa-10f0fe, U+10f100-10f103, U+10f106-10f108, U+10f10a-10f10b, U+10f11c, U+10f120-10f122, U+10f124, U+10f126-10f128, U+10f12e, U+10f134, U+10f137-10f13a, U+10f13e, U+10f141-10f143, U+10f146, U+10f14a-10f14d, U+10f150-10f154, U+10f156-10f159, U+10f175-10f178, U+10f182-10f183, U+10f188, U+10f191-10f192, U+10f195, U+10f199, U+10f1ad-10f1ae, U+10f1b0, U+10f1b2-10f1b3, U+10f1b8, U+10f1bb, U+10f1c0, U+10f1cd, U+10f1d8, U+10f1da, U+10f1e0-10f1e2, U+10f1ea, U+10f1fa, U+10f1fd-10f1fe, U+10f204-10f206, U+10f20b, U+10f217-10f218, U+10f21c, U+10f222, U+10f224, U+10f226-10f229, U+10f233, U+10f238-10f239, U+10f240-10f244, U+10f246, U+10f255-10f258, U+10f25a-10f25c, U+10f28b, U+10f28d, U+10f290-10f292, U+10f295, U+10f2a1-10f2a4, U+10f2a8, U+10f2c7-10f2cb, U+10f2ce, U+10f2d0, U+10f2d2-10f2d3, U+10f2db, U+10f2e6-10f2e7, U+10f2ea, U+10f2f0-10f2f1, U+10f2f5-10f2f7, U+10f2f9, U+10f2fd, U+10f301, U+10f303, U+10f308-10f30f, U+10f31d, U+10f320-10f322, U+10f325-10f326, U+10f328-10f32e, U+10f330-10f332, U+10f336-10f337, U+10f339-10f33c, U+10f33e, U+10f340-10f34c, U+10f350-10f353, U+10f355, U+10f358-10f35b, U+10f360-10f367, U+10f376, U+10f37e, U+10f387, U+10f389-10f38a, U+10f390, U+10f39b-10f39c, U+10f3a0, U+10f3b3, U+10f3be-10f3bf, U+10f3c2, U+10f3c5, U+10f3cd-10f3cf, U+10f3de, U+10f3e5, U+10f3ed, U+10f3f0, U+10f3f2, U+10f3fa-10f3fc, U+10f400-10f401, U+10f40e-10f410
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.1.svg#fontawesome) format("svg");
    unicode-range: U+f3c1, U+10f3c1
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.3.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.3.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.3.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.3.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.3.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.3.svg#fontawesome) format("svg");
    unicode-range: U+f245, U+f2b9, U+f2bb, U+f2c1, U+f3e0, U+10f245, U+10f2b9, U+10f2bb, U+10f2c1, U+10f3e0
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.5.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.5.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.5.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.5.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.5.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.5.svg#fontawesome) format("svg");
    unicode-range: U+f1e3, U+f432, U+f437-f438, U+f449-f44c, U+f44f-f451, U+f453, U+f455, U+f458, U+f45a-f45b, U+f45d, U+10f1e3, U+10f432, U+10f437-10f438, U+10f449-10f44c, U+10f44f-10f451, U+10f453, U+10f455, U+10f458, U+10f45a-10f45b, U+10f45d
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.7.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.7.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.7.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.7.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.7.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.7.svg#fontawesome) format("svg");
    unicode-range: U+f0d1, U+f0f1, U+f0f9, U+f21e, U+f461, U+f463-f46f, U+f472-f475, U+f479-f47a, U+f47d-f47e, U+f481-f487, U+f489, U+f48b-f496, U+10f0d1, U+10f0f1, U+10f0f9, U+10f21e, U+10f461, U+10f463-10f46f, U+10f472-10f475, U+10f479-10f47a, U+10f47d-10f47e, U+10f481-10f487, U+10f489, U+10f48b-10f496
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.9.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.9.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.9.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.9.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.9.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.9.svg#fontawesome) format("svg");
    unicode-range: U+f03d, U+f06c, U+f086, U+f0f2, U+f10d-f10e, U+f187, U+f2b5, U+f2e9, U+f2fe, U+f3dd, U+f47b-f47c, U+f498, U+f49a-f49b, U+f49d, U+f49f-f4b9, U+f4bb-f4bf, U+f4c2-f4c6, U+f4c8, U+f4cb-f4d2, U+f4d4, U+f4d6, U+f4d8-f4d9, U+f4db-f4e2, U+10f03d, U+10f06c, U+10f086, U+10f0f2, U+10f10d-10f10e, U+10f187, U+10f2b5, U+10f2e9, U+10f2fe, U+10f3dd, U+10f47b-10f47c, U+10f498, U+10f49a-10f49b, U+10f49d, U+10f49f-10f4b9, U+10f4bb-10f4bf, U+10f4c2-10f4c6, U+10f4c8, U+10f4cb-10f4d2, U+10f4d4, U+10f4d6, U+10f4d8-10f4d9, U+10f4db-10f4e2
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.10.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.10.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.10.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.10.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.10.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.10.svg#fontawesome) format("svg");
    unicode-range: U+f471, U+f4ca, U+10f471, U+10f4ca
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.11.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.11.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.11.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.11.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.11.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.11.svg#fontawesome) format("svg");
    unicode-range: U+f007, U+f0c0, U+f0c2, U+f0ed-f0ee, U+f0f0, U+f1de, U+f21b, U+f234-f235, U+f381-f382, U+f3f1, U+f406, U+f4e6, U+f4fa-f501, U+f503-f509, U+10f007, U+10f0c0, U+10f0c2, U+10f0ed-10f0ee, U+10f0f0, U+10f1de, U+10f21b, U+10f234-10f235, U+10f381-10f382, U+10f3f1, U+10f406, U+10f4e6, U+10f4fa-10f501, U+10f503-10f509
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.13.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.13.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.13.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.13.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.13.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.0.13.svg#fontawesome) format("svg");
    unicode-range: U+f010, U+f067, U+f072, U+f0ad, U+f0d6, U+f0e8, U+f130-f131, U+f24e, U+f3c9, U+f3d1, U+f517, U+f519-f51e, U+f520-f52c, U+f52e, U+f530-f533, U+f535-f543, U+f545-f54b, U+f54d, U+f54f-f552, U+f554-f555, U+10f010, U+10f067, U+10f072, U+10f0ad, U+10f0d6, U+10f0e8, U+10f130-10f131, U+10f24e, U+10f3c9, U+10f3d1, U+10f517, U+10f519-10f51e, U+10f520-10f52c, U+10f52e, U+10f530-10f533, U+10f535-10f543, U+10f545-10f54b, U+10f54d, U+10f54f-10f552, U+10f554-10f555
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.1.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.1.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.1.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.1.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.1.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.1.0.svg#fontawesome) format("svg");
    unicode-range: U+f043, U+f0c4, U+f0d0, U+f125, U+f1ba, U+f1fb-f1fc, U+f207, U+f236, U+f279, U+f304-f305, U+f52d, U+f557-f558, U+f55a-f55f, U+f562-f566, U+f568, U+f56a-f56b, U+f575-f577, U+f57b, U+f586, U+f588, U+f58d-f590, U+f593-f595, U+f59d, U+f59f-f5a2, U+f5a6-f5a7, U+f5a9-f5af, U+f5b1, U+f5b6, U+f5b9-f5bd, U+f5c4-f5c5, U+f5c7, U+f5c9-f5cb, U+f5cd, U+10f043, U+10f0c4, U+10f0d0, U+10f125, U+10f1ba, U+10f1fb-10f1fc, U+10f207, U+10f236, U+10f279, U+10f304-10f305, U+10f52d, U+10f557-10f558, U+10f55a-10f55f, U+10f562-10f566, U+10f568, U+10f56a-10f56b, U+10f575-10f577, U+10f57b, U+10f586, U+10f588, U+10f58d-10f590, U+10f593-10f595, U+10f59d, U+10f59f-10f5a2, U+10f5a6-10f5a7, U+10f5a9-10f5af, U+10f5b1, U+10f5b6, U+10f5b9-10f5bd, U+10f5c4-10f5c5, U+10f5c7, U+10f5c9-10f5cb, U+10f5cd
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.1.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.1.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.1.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.1.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.1.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.1.1.svg#fontawesome) format("svg");
    unicode-range: U+f386, U+10f386
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.2.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.2.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.2.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.2.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.2.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.2.0.svg#fontawesome) format("svg");
    unicode-range: U+f018, U+f0e4, U+f109, U+f1b9, U+f1e5, U+f1f6, U+f21d, U+f276-f277, U+f3fd, U+f4d7, U+f518, U+f5d1, U+f5d4-f5da, U+f5dd, U+f5df-f5e5, U+f5e8-f5ea, U+f5ed-f5f0, U+f5f2, U+f5f4-f5f5, U+f5f8-f5f9, U+f5fb-f600, U+f603-f60e, U+f610, U+f614, U+f617-f619, U+f61c-f61e, U+f620-f621, U+f623-f62f, U+f633, U+f635-f63d, U+10f018, U+10f0e4, U+10f109, U+10f1b9, U+10f1e5, U+10f1f6, U+10f21d, U+10f276-10f277, U+10f3fd, U+10f4d7, U+10f518, U+10f5d1, U+10f5d4-10f5da, U+10f5dd, U+10f5df-10f5e5, U+10f5e8-10f5ea, U+10f5ed-10f5f0, U+10f5f2, U+10f5f4-10f5f5, U+10f5f8-10f5f9, U+10f5fb-10f600, U+10f603-10f60e, U+10f610, U+10f614, U+10f617-10f619, U+10f61c-10f61e, U+10f620-10f621, U+10f623-10f62f, U+10f633, U+10f635-10f63d
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.3.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.3.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.3.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.3.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.3.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.3.0.svg#fontawesome) format("svg");
    unicode-range: U+f027-f028, U+f080, U+f0a1, U+f0b1, U+f0eb, U+f200-f201, U+f2e2, U+f61a, U+f640, U+f643-f647, U+f64a-f64b, U+f64d-f653, U+f655-f656, U+f65d, U+f65f-f663, U+f665, U+f667-f669, U+f66b-f671, U+f673-f675, U+f678-f67b, U+f67d-f680, U+f683-f689, U+f68b, U+f694-f695, U+f697-f699, U+f69b-f69c, U+f69e-f69f, U+f6a1-f6a9, U+f6ac, U+10f027-10f028, U+10f080, U+10f0a1, U+10f0b1, U+10f0eb, U+10f200-10f201, U+10f2e2, U+10f61a, U+10f640, U+10f643-10f647, U+10f64a-10f64b, U+10f64d-10f653, U+10f655-10f656, U+10f65d, U+10f65f-10f663, U+10f665, U+10f667-10f669, U+10f66b-10f671, U+10f673-10f675, U+10f678-10f67b, U+10f67d-10f680, U+10f683-10f689, U+10f68b, U+10f694-10f695, U+10f697-10f699, U+10f69b-10f69c, U+10f69e-10f69f, U+10f6a1-10f6a9, U+10f6ac
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.4.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.4.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.4.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.4.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.4.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.4.0.svg#fontawesome) format("svg");
    unicode-range: U+f499, U+f676, U+f6ae, U+f6b0-f6b3, U+f6b5-f6bc, U+f6bf, U+f6c2, U+f6c5, U+f6c7-f6c8, U+f6cb, U+f6cd-f6d2, U+f6d5, U+f6d8-f6d9, U+f6db, U+f6de, U+f6e2-f6e3, U+f6e5-f6e7, U+f6e9-f6ec, U+f6ee, U+f6f1-f6f3, U+f6f5-f6f8, U+f6fc-f6fd, U+f6ff-f703, U+f707, U+f70a-f70b, U+f711-f713, U+f715-f71d, U+f720-f724, U+f726-f729, U+f72b, U+f72d, U+f72f, U+10f499, U+10f676, U+10f6ae, U+10f6b0-10f6b3, U+10f6b5-10f6bc, U+10f6bf, U+10f6c2, U+10f6c5, U+10f6c7-10f6c8, U+10f6cb, U+10f6cd-10f6d2, U+10f6d5, U+10f6d8-10f6d9, U+10f6db, U+10f6de, U+10f6e2-10f6e3, U+10f6e5-10f6e7, U+10f6e9-10f6ec, U+10f6ee, U+10f6f1-10f6f3, U+10f6f5-10f6f8, U+10f6fc-10f6fd, U+10f6ff-10f703, U+10f707, U+10f70a-10f70b, U+10f711-10f713, U+10f715-10f71d, U+10f720-10f724, U+10f726-10f729, U+10f72b, U+10f72d, U+10f72f
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.4.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.4.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.4.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.4.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.4.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.4.1.svg#fontawesome) format("svg");
    unicode-range: U+f72a, U+10f72a
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.5.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.5.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.5.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.5.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.5.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.5.0.svg#fontawesome) format("svg");
    unicode-range: U+f0e7, U+f185, U+f2dc, U+f6c3-f6c4, U+f72e, U+f732-f735, U+f737-f750, U+f752, U+f754-f758, U+f75a, U+f75c, U+f75e-f761, U+f763-f76e, U+f771-f776, U+10f0e7, U+10f185, U+10f2dc, U+10f6c3-10f6c4, U+10f72e, U+10f732-10f735, U+10f737-10f750, U+10f752, U+10f754-10f758, U+10f75a, U+10f75c, U+10f75e-10f761, U+10f763-10f76e, U+10f771-10f776
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.6.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.6.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.6.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.6.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.6.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.6.0.svg#fontawesome) format("svg");
    unicode-range: U+f06b, U+f5b7, U+f77d, U+f77f, U+f781-f782, U+f788, U+f78a-f78c, U+f78e-f78f, U+f792-f796, U+f79a-f7a1, U+f7a3-f7a4, U+f7a7-f7a8, U+f7aa, U+f7ac-f7ae, U+f7b4-f7b6, U+f7b8, U+f7bd-f7be, U+f7c1-f7c3, U+f7c5, U+f7c7-f7d2, U+f7d4, U+f7d7-f7d8, U+f7da-f7dc, U+f7de, U+f7e2, U+10f06b, U+10f5b7, U+10f77d, U+10f77f, U+10f781-10f782, U+10f788, U+10f78a-10f78c, U+10f78e-10f78f, U+10f792-10f796, U+10f79a-10f7a1, U+10f7a3-10f7a4, U+10f7a7-10f7a8, U+10f7aa, U+10f7ac-10f7ae, U+10f7b4-10f7b6, U+10f7b8, U+10f7bd-10f7be, U+10f7c1-10f7c3, U+10f7c5, U+10f7c7-10f7d2, U+10f7d4, U+10f7d7-10f7d8, U+10f7da-10f7dc, U+10f7de, U+10f7e2
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.6.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.6.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.6.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.6.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.6.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.6.1.svg#fontawesome) format("svg");
    unicode-range: U+f071, U+10f071
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.6.3.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.6.3.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.6.3.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.6.3.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.6.3.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.6.3.svg#fontawesome) format("svg");
    unicode-range: U+f7e4, U+10f7e4
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.7.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.7.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.7.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.7.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.7.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.7.0.svg#fontawesome) format("svg");
    unicode-range: U+f00a, U+f015, U+f06e, U+f070, U+f1e4, U+f2a0, U+f377, U+f470, U+f49c, U+f49e, U+f4c9, U+f6d6-f6d7, U+f705, U+f725, U+f77e, U+f780, U+f7e5-f7e7, U+f7e9-f7f0, U+f7f2-f7fc, U+f7fe, U+f800-f802, U+f804-f805, U+f807-f80f, U+f811-f812, U+f814-f818, U+f81b, U+f81e-f823, U+f825-f827, U+f82c-f82e, U+f830-f833, U+10f00a, U+10f015, U+10f06e, U+10f070, U+10f1e4, U+10f2a0, U+10f377, U+10f470, U+10f49c, U+10f49e, U+10f4c9, U+10f6d6-10f6d7, U+10f705, U+10f725, U+10f77e, U+10f780, U+10f7e5-10f7e7, U+10f7e9-10f7f0, U+10f7f2-10f7fc, U+10f7fe, U+10f800-10f802, U+10f804-10f805, U+10f807-10f80f, U+10f811-10f812, U+10f814-10f818, U+10f81b, U+10f81e-10f823, U+10f825-10f827, U+10f82c-10f82e, U+10f830-10f833
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.7.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.7.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.7.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.7.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.7.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.7.1.svg#fontawesome) format("svg");
    unicode-range: U+f7f1, U+10f7f1
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.8.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.8.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.8.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.8.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.8.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.8.0.svg#fontawesome) format("svg");
    unicode-range: U+f01e, U+f021, U+f026, U+f076, U+f12d, U+f31e, U+f356, U+f45f, U+f5b0, U+f83e, U+10f01e, U+10f021, U+10f026, U+10f076, U+10f12d, U+10f31e, U+10f356, U+10f45f, U+10f5b0, U+10f83e
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.8.2.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.8.2.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.8.2.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.8.2.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.8.2.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.8.2.svg#fontawesome) format("svg");
    unicode-range: U+f560, U+10f560
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.9.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.9.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.9.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.9.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.9.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.9.0.svg#fontawesome) format("svg");
    unicode-range: U+f036-f03c, U+f0ae, U+f0ca-f0cd, U+f15d-f15e, U+f160-f163, U+f1dd, U+f313-f315, U+f34e, U+f439-f448, U+f502, U+f677, U+f843-f855, U+f858-f85e, U+f860-f862, U+f864, U+f866-f878, U+f87a, U+f87c-f87d, U+f880-f892, U+f897-f89b, U+10f036-10f03c, U+10f0ae, U+10f0ca-10f0cd, U+10f15d-10f15e, U+10f160-10f163, U+10f1dd, U+10f313-10f315, U+10f34e, U+10f439-10f448, U+10f502, U+10f677, U+10f843-10f855, U+10f858-10f85e, U+10f860-10f862, U+10f864, U+10f866-10f878, U+10f87a, U+10f87c-10f87d, U+10f880-10f892, U+10f897-10f89b
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.10.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.10.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.10.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.10.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.10.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.10.1.svg#fontawesome) format("svg");
    unicode-range: U+f000, U+f012, U+f029, U+f03e, U+f06d, U+f075, U+f07b, U+f083-f084, U+f0a0, U+f11e, U+f140, U+f19d, U+f20a, U+f247-f248, U+f251-f254, U+f25d, U+f275, U+f27a, U+f2c2, U+f2d1, U+f302, U+f310-f311, U+f34d, U+f3a5, U+f435, U+f454, U+f456, U+f476, U+f47f-f480, U+f52f, U+f534, U+f561, U+f578, U+f591, U+f5db, U+f5e7, U+f5f6, U+f611, U+f613, U+f654, U+f681-f682, U+f68c-f693, U+f6be, U+f6da, U+f6e4, U+f6ed, U+f6ef-f6f0, U+f6f4, U+f6fa-f6fb, U+f6fe, U+f72c, U+f751, U+f759, U+f75b, U+f779, U+f77c, U+f786-f787, U+f7ab, U+f7b2, U+f7b7, U+f7e8, U+f813, U+f85f, U+f863, U+f87b, U+f89c-f89d, U+10f000, U+10f012, U+10f029, U+10f03e, U+10f06d, U+10f075, U+10f07b, U+10f083-10f084, U+10f0a0, U+10f11e, U+10f140, U+10f19d, U+10f20a, U+10f247-10f248, U+10f251-10f254, U+10f25d, U+10f275, U+10f27a, U+10f2c2, U+10f2d1, U+10f302, U+10f310-10f311, U+10f34d, U+10f3a5, U+10f435, U+10f454, U+10f456, U+10f476, U+10f47f-10f480, U+10f52f, U+10f534, U+10f561, U+10f578, U+10f591, U+10f5db, U+10f5e7, U+10f5f6, U+10f611, U+10f613, U+10f654, U+10f681-10f682, U+10f68c-10f693, U+10f6be, U+10f6da, U+10f6e4, U+10f6ed, U+10f6ef-10f6f0, U+10f6f4, U+10f6fa-10f6fb, U+10f6fe, U+10f72c, U+10f751, U+10f759, U+10f75b, U+10f779, U+10f77c, U+10f786-10f787, U+10f7ab, U+10f7b2, U+10f7b7, U+10f7e8, U+10f813, U+10f85f, U+10f863, U+10f87b, U+10f89c-10f89d
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.10.2.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.10.2.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.10.2.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.10.2.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.10.2.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.10.2.svg#fontawesome) format("svg");
    unicode-range: U+f004-f005, U+f02c, U+f02e, U+f031-f035, U+f04b-f04d, U+f056, U+f073, U+f08d, U+f095, U+f0a3, U+f0c5, U+f0c7-f0c8, U+f0dc-f0de, U+f0e0, U+f110-f111, U+f129-f12c, U+f132-f133, U+f144-f145, U+f15b-f15c, U+f164-f165, U+f193, U+f197, U+f1ab, U+f1c1-f1c9, U+f1ce, U+f1dc, U+f1f8-f1f9, U+f219, U+f249, U+f271-f274, U+f29a, U+f29e, U+f2a7, U+f2b6, U+f2e1, U+f2e3-f2e5, U+f2ec-f2ed, U+f2f2, U+f2f4, U+f2fa-f2fc, U+f306, U+f312, U+f316, U+f31a, U+f31c, U+f327, U+f333-f335, U+f3f4, U+f3ff, U+f45c, U+f460, U+f462, U+f477-f478, U+f497, U+f4ba, U+f4d3, U+f54c, U+f553, U+f559, U+f56c-f574, U+f5bf, U+f5c1, U+f5f3, U+f630-f632, U+f634, U+f63e, U+f641, U+f659-f65c, U+f696, U+f6a0, U+f6b4, U+f6bd, U+f6dd, U+f706, U+f708-f709, U+f70d-f710, U+f714, U+f71e-f71f, U+f736, U+f76f-f770, U+f777, U+f783-f784, U+f7a9, U+f7c4, U+f7d5, U+f7d9, U+f7dd, U+f7fd, U+f81c-f81d, U+f824, U+f828-f82a, U+f856-f857, U+f865, U+f879, U+f87e, U+f893-f896, U+10f004-10f005, U+10f02c, U+10f02e, U+10f031-10f035, U+10f04b-10f04d, U+10f056, U+10f073, U+10f08d, U+10f095, U+10f0a3, U+10f0c5, U+10f0c7-10f0c8, U+10f0dc-10f0de, U+10f0e0, U+10f110-10f111, U+10f129-10f12c, U+10f132-10f133, U+10f144-10f145, U+10f15b-10f15c, U+10f164-10f165, U+10f193, U+10f197, U+10f1ab, U+10f1c1-10f1c9, U+10f1ce, U+10f1dc, U+10f1f8-10f1f9, U+10f219, U+10f249, U+10f271-10f274, U+10f29a, U+10f29e, U+10f2a7, U+10f2b6, U+10f2e1, U+10f2e3-10f2e5, U+10f2ec-10f2ed, U+10f2f2, U+10f2f4, U+10f2fa-10f2fc, U+10f306, U+10f312, U+10f316, U+10f31a, U+10f31c, U+10f327, U+10f333-10f335, U+10f3f4, U+10f3ff, U+10f45c, U+10f460, U+10f462, U+10f477-10f478, U+10f497, U+10f4ba, U+10f4d3, U+10f54c, U+10f553, U+10f559, U+10f56c-10f574, U+10f5bf, U+10f5c1, U+10f5f3, U+10f630-10f632, U+10f634, U+10f63e, U+10f641, U+10f659-10f65c, U+10f696, U+10f6a0, U+10f6b4, U+10f6bd, U+10f6dd, U+10f706, U+10f708-10f709, U+10f70d-10f710, U+10f714, U+10f71e-10f71f, U+10f736, U+10f76f-10f770, U+10f777, U+10f783-10f784, U+10f7a9, U+10f7c4, U+10f7d5, U+10f7d9, U+10f7dd, U+10f7fd, U+10f81c-10f81d, U+10f824, U+10f828-10f82a, U+10f856-10f857, U+10f865, U+10f879, U+10f87e, U+10f893-10f896
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.11.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.11.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.11.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.11.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.11.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.11.0.svg#fontawesome) format("svg");
    unicode-range: U+f001, U+f02f, U+f042, U+f08e, U+f091, U+f0f3, U+f104-f105, U+f11b, U+f13d, U+f149, U+f1ac, U+f1ec, U+f223, U+f225, U+f22a-f22c, U+f24d, U+f26c, U+f29d, U+f2eb, U+f2ee, U+f2f3, U+f300, U+f307, U+f323-f324, U+f338, U+f33d, U+f35d, U+f48a, U+f4c0, U+f569, U+f5dc, U+f5eb, U+f601, U+f61b, U+f64c, U+f664, U+f66a, U+f68a, U+f6c0-f6c1, U+f6df-f6e1, U+f6e8, U+f6f9, U+f70c, U+f7a6, U+f81a, U+f89f-f8a5, U+f8a7-f8b6, U+f8b8-f8b9, U+f8bb-f8c9, U+f8cb-f8d1, U+f8d3, U+f8d5-f8dd, U+f8df-f8e0, U+f8e2-f8e7, U+f8e9-f8ed, U+f8ef-f8f2, U+10f001, U+10f02f, U+10f042, U+10f08e, U+10f091, U+10f0f3, U+10f104-10f105, U+10f11b, U+10f13d, U+10f149, U+10f1ac, U+10f1ec, U+10f223, U+10f225, U+10f22a-10f22c, U+10f24d, U+10f26c, U+10f29d, U+10f2eb, U+10f2ee, U+10f2f3, U+10f300, U+10f307, U+10f323-10f324, U+10f338, U+10f33d, U+10f35d, U+10f48a, U+10f4c0, U+10f569, U+10f5dc, U+10f5eb, U+10f601, U+10f61b, U+10f64c, U+10f664, U+10f66a, U+10f68a, U+10f6c0-10f6c1, U+10f6df-10f6e1, U+10f6e8, U+10f6f9, U+10f70c, U+10f7a6, U+10f81a, U+10f89f-10f8a5, U+10f8a7-10f8b6, U+10f8b8-10f8b9, U+10f8bb-10f8c9, U+10f8cb-10f8d1, U+10f8d3, U+10f8d5-10f8dd, U+10f8df-10f8e0, U+10f8e2-10f8e7, U+10f8e9-10f8ed, U+10f8ef-10f8f2
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.11.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.11.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.11.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.11.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.11.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.11.1.svg#fontawesome) format("svg");
    unicode-range: U+f00d, U+f048, U+f051, U+f0ac, U+f0b0, U+f118-f11a, U+f148, U+f14e, U+f155, U+f186, U+f19c, U+f1eb, U+f21a, U+f221, U+f22d, U+f2bd, U+f2e8, U+f2f8, U+f354, U+f357, U+f433-f434, U+f436, U+f44e, U+f45e, U+f4c7, U+f4da, U+f4e3, U+f51f, U+f54e, U+f556, U+f567, U+f579-f57a, U+f57c-f585, U+f587, U+f589-f58a, U+f58c, U+f596-f59c, U+f5a4-f5a5, U+f5b3-f5b4, U+f5b8, U+f5c0, U+f5c2-f5c3, U+f5c8, U+f5ce, U+f5de, U+f5e6, U+f5ec, U+f602, U+f615-f616, U+f622, U+f648-f649, U+f67c, U+f69a, U+f6aa-f6ab, U+f6ad, U+f7a2, U+f7a5, U+f7b9-f7ba, U+f7ff, U+f803, U+f806, U+f810, U+f819, U+f82b, U+f87f, U+f8de, U+f8ee, U+10f00d, U+10f048, U+10f051, U+10f0ac, U+10f0b0, U+10f118-10f11a, U+10f148, U+10f14e, U+10f155, U+10f186, U+10f19c, U+10f1eb, U+10f21a, U+10f221, U+10f22d, U+10f2bd, U+10f2e8, U+10f2f8, U+10f354, U+10f357, U+10f433-10f434, U+10f436, U+10f44e, U+10f45e, U+10f4c7, U+10f4da, U+10f4e3, U+10f51f, U+10f54e, U+10f556, U+10f567, U+10f579-10f57a, U+10f57c-10f585, U+10f587, U+10f589-10f58a, U+10f58c, U+10f596-10f59c, U+10f5a4-10f5a5, U+10f5b3-10f5b4, U+10f5b8, U+10f5c0, U+10f5c2-10f5c3, U+10f5c8, U+10f5ce, U+10f5de, U+10f5e6, U+10f5ec, U+10f602, U+10f615-10f616, U+10f622, U+10f648-10f649, U+10f67c, U+10f69a, U+10f6aa-10f6ab, U+10f6ad, U+10f7a2, U+10f7a5, U+10f7b9-10f7ba, U+10f7ff, U+10f803, U+10f806, U+10f810, U+10f819, U+10f82b, U+10f87f, U+10f8de, U+10f8ee
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.11.2.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.11.2.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.11.2.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.11.2.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.11.2.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.11.2.svg#fontawesome) format("svg");
    unicode-range: U+f488, U+f8b7, U+f8f3, U+10f488, U+10f8b7, U+10f8f3
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.12.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.12.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.12.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.12.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.12.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.12.0.svg#fontawesome) format("svg");
    unicode-range: U+f135, U+f1e6, U+f259, U+f2cc-f2cd, U+f422, U+f424, U+f515-f516, U+f544, U+f58b, U+f5d2-f5d3, U+f61f, U+f657-f658, U+f666, U+f672, U+f6d3-f6d4, U+f753, U+f762, U+f7bf-f7c0, U+f82f, U+f8ba, U+f8d4, U+f8f4-f8ff, U+10f135, U+10f1e6, U+10f259, U+10f2cc-10f2cd, U+10f422, U+10f424, U+10f515-10f516, U+10f544, U+10f58b, U+10f5d2-10f5d3, U+10f61f, U+10f657-10f658, U+10f666, U+10f672, U+10f6d3-10f6d4, U+10f753, U+10f762, U+10f7bf-10f7c0, U+10f82f, U+10f8ba, U+10f8d4, U+10f8f4-10f8ff
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.12.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.12.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.12.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.12.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.12.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.12.1.svg#fontawesome) format("svg");
    unicode-range: U+f017, U+f317-f319, U+f65e, U+f6c6, U+10f017, U+10f317-10f319, U+10f65e, U+10f6c6
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.13.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.13.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.13.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.13.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.13.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.13.0.svg#fontawesome) format("svg");
    unicode-range: U+f4c1, U+10f4c1
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.14.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.14.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.14.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.14.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.14.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.14.0.svg#fontawesome) format("svg");
    unicode-range: U+e000-e006, U+e008-e012, U+e014-e019, U+e01b-e01d, U+e01f-e048, U+e04a-e051, U+e053-e054, U+e058-e076, U+10e000-10e006, U+10e008-10e012, U+10e014-10e019, U+10e01b-10e01d, U+10e01f-10e048, U+10e04a-10e051, U+10e053-10e054, U+10e058-10e076
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.15.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.15.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.15.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.15.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.15.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.15.1.svg#fontawesome) format("svg");
    unicode-range: U+e085-e086, U+10e085-10e086
}

@font-face {
    font-family: "Font Awesome 5 Duotone";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.15.3.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.15.3.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.15.3.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.15.3.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.15.3.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-duotone-900-5.15.3.svg#fontawesome) format("svg");
    unicode-range: U+f5d0, U+10f5d0
}

.fad {
    position: relative;
    font-family: "Font Awesome 5 Duotone";
    font-weight: 900
}

.fad:before {
    position: absolute;
    color: var(--fa-primary-color, inherit);
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1)
}

.fad:after {
    color: var(--fa-secondary-color, inherit)
}

.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before,
.fad:after {
    opacity: .4;
    opacity: var(--fa-secondary-opacity, .4)
}

.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
    opacity: 1;
    opacity: var(--fa-primary-opacity, 1)
}

.fad.fa-inverse {
    color: #fff
}

.fad.fa-stack-1x,
.fad.fa-stack-2x {
    position: absolute
}

.fad.fa-fw:before,
.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.fad.fa-abacus:after {
    content: "\10f640"
}

.fad.fa-acorn:after {
    content: "\10f6ae"
}

.fad.fa-ad:after {
    content: "\10f641"
}

.fad.fa-address-book:after {
    content: "\10f2b9"
}

.fad.fa-address-card:after {
    content: "\10f2bb"
}

.fad.fa-adjust:after {
    content: "\10f042"
}

.fad.fa-air-conditioner:after {
    content: "\10f8f4"
}

.fad.fa-air-freshener:after {
    content: "\10f5d0"
}

.fad.fa-alarm-clock:after {
    content: "\10f34e"
}

.fad.fa-alarm-exclamation:after {
    content: "\10f843"
}

.fad.fa-alarm-plus:after {
    content: "\10f844"
}

.fad.fa-alarm-snooze:after {
    content: "\10f845"
}

.fad.fa-album:after {
    content: "\10f89f"
}

.fad.fa-album-collection:after {
    content: "\10f8a0"
}

.fad.fa-alicorn:after {
    content: "\10f6b0"
}

.fad.fa-alien:after {
    content: "\10f8f5"
}

.fad.fa-alien-monster:after {
    content: "\10f8f6"
}

.fad.fa-align-center:after {
    content: "\10f037"
}

.fad.fa-align-justify:after {
    content: "\10f039"
}

.fad.fa-align-left:after {
    content: "\10f036"
}

.fad.fa-align-right:after {
    content: "\10f038"
}

.fad.fa-align-slash:after {
    content: "\10f846"
}

.fad.fa-allergies:after {
    content: "\10f461"
}

.fad.fa-ambulance:after {
    content: "\10f0f9"
}

.fad.fa-american-sign-language-interpreting:after {
    content: "\10f2a3"
}

.fad.fa-amp-guitar:after {
    content: "\10f8a1"
}

.fad.fa-analytics:after {
    content: "\10f643"
}

.fad.fa-anchor:after {
    content: "\10f13d"
}

.fad.fa-angel:after {
    content: "\10f779"
}

.fad.fa-angle-double-down:after {
    content: "\10f103"
}

.fad.fa-angle-double-left:after {
    content: "\10f100"
}

.fad.fa-angle-double-right:after {
    content: "\10f101"
}

.fad.fa-angle-double-up:after {
    content: "\10f102"
}

.fad.fa-angle-down:after {
    content: "\10f107"
}

.fad.fa-angle-left:after {
    content: "\10f104"
}

.fad.fa-angle-right:after {
    content: "\10f105"
}

.fad.fa-angle-up:after {
    content: "\10f106"
}

.fad.fa-angry:after {
    content: "\10f556"
}

.fad.fa-ankh:after {
    content: "\10f644"
}

.fad.fa-apple-alt:after {
    content: "\10f5d1"
}

.fad.fa-apple-crate:after {
    content: "\10f6b1"
}

.fad.fa-archive:after {
    content: "\10f187"
}

.fad.fa-archway:after {
    content: "\10f557"
}

.fad.fa-arrow-alt-circle-down:after {
    content: "\10f358"
}

.fad.fa-arrow-alt-circle-left:after {
    content: "\10f359"
}

.fad.fa-arrow-alt-circle-right:after {
    content: "\10f35a"
}

.fad.fa-arrow-alt-circle-up:after {
    content: "\10f35b"
}

.fad.fa-arrow-alt-down:after {
    content: "\10f354"
}

.fad.fa-arrow-alt-from-bottom:after {
    content: "\10f346"
}

.fad.fa-arrow-alt-from-left:after {
    content: "\10f347"
}

.fad.fa-arrow-alt-from-right:after {
    content: "\10f348"
}

.fad.fa-arrow-alt-from-top:after {
    content: "\10f349"
}

.fad.fa-arrow-alt-left:after {
    content: "\10f355"
}

.fad.fa-arrow-alt-right:after {
    content: "\10f356"
}

.fad.fa-arrow-alt-square-down:after {
    content: "\10f350"
}

.fad.fa-arrow-alt-square-left:after {
    content: "\10f351"
}

.fad.fa-arrow-alt-square-right:after {
    content: "\10f352"
}

.fad.fa-arrow-alt-square-up:after {
    content: "\10f353"
}

.fad.fa-arrow-alt-to-bottom:after {
    content: "\10f34a"
}

.fad.fa-arrow-alt-to-left:after {
    content: "\10f34b"
}

.fad.fa-arrow-alt-to-right:after {
    content: "\10f34c"
}

.fad.fa-arrow-alt-to-top:after {
    content: "\10f34d"
}

.fad.fa-arrow-alt-up:after {
    content: "\10f357"
}

.fad.fa-arrow-circle-down:after {
    content: "\10f0ab"
}

.fad.fa-arrow-circle-left:after {
    content: "\10f0a8"
}

.fad.fa-arrow-circle-right:after {
    content: "\10f0a9"
}

.fad.fa-arrow-circle-up:after {
    content: "\10f0aa"
}

.fad.fa-arrow-down:after {
    content: "\10f063"
}

.fad.fa-arrow-from-bottom:after {
    content: "\10f342"
}

.fad.fa-arrow-from-left:after {
    content: "\10f343"
}

.fad.fa-arrow-from-right:after {
    content: "\10f344"
}

.fad.fa-arrow-from-top:after {
    content: "\10f345"
}

.fad.fa-arrow-left:after {
    content: "\10f060"
}

.fad.fa-arrow-right:after {
    content: "\10f061"
}

.fad.fa-arrow-square-down:after {
    content: "\10f339"
}

.fad.fa-arrow-square-left:after {
    content: "\10f33a"
}

.fad.fa-arrow-square-right:after {
    content: "\10f33b"
}

.fad.fa-arrow-square-up:after {
    content: "\10f33c"
}

.fad.fa-arrow-to-bottom:after {
    content: "\10f33d"
}

.fad.fa-arrow-to-left:after {
    content: "\10f33e"
}

.fad.fa-arrow-to-right:after {
    content: "\10f340"
}

.fad.fa-arrow-to-top:after {
    content: "\10f341"
}

.fad.fa-arrow-up:after {
    content: "\10f062"
}

.fad.fa-arrows:after {
    content: "\10f047"
}

.fad.fa-arrows-alt:after {
    content: "\10f0b2"
}

.fad.fa-arrows-alt-h:after {
    content: "\10f337"
}

.fad.fa-arrows-alt-v:after {
    content: "\10f338"
}

.fad.fa-arrows-h:after {
    content: "\10f07e"
}

.fad.fa-arrows-v:after {
    content: "\10f07d"
}

.fad.fa-assistive-listening-systems:after {
    content: "\10f2a2"
}

.fad.fa-asterisk:after {
    content: "\10f069"
}

.fad.fa-at:after {
    content: "\10f1fa"
}

.fad.fa-atlas:after {
    content: "\10f558"
}

.fad.fa-atom:after {
    content: "\10f5d2"
}

.fad.fa-atom-alt:after {
    content: "\10f5d3"
}

.fad.fa-audio-description:after {
    content: "\10f29e"
}

.fad.fa-award:after {
    content: "\10f559"
}

.fad.fa-axe:after {
    content: "\10f6b2"
}

.fad.fa-axe-battle:after {
    content: "\10f6b3"
}

.fad.fa-baby:after {
    content: "\10f77c"
}

.fad.fa-baby-carriage:after {
    content: "\10f77d"
}

.fad.fa-backpack:after {
    content: "\10f5d4"
}

.fad.fa-backspace:after {
    content: "\10f55a"
}

.fad.fa-backward:after {
    content: "\10f04a"
}

.fad.fa-bacon:after {
    content: "\10f7e5"
}

.fad.fa-bacteria:after {
    content: "\10e059"
}

.fad.fa-bacterium:after {
    content: "\10e05a"
}

.fad.fa-badge:after {
    content: "\10f335"
}

.fad.fa-badge-check:after {
    content: "\10f336"
}

.fad.fa-badge-dollar:after {
    content: "\10f645"
}

.fad.fa-badge-percent:after {
    content: "\10f646"
}

.fad.fa-badge-sheriff:after {
    content: "\10f8a2"
}

.fad.fa-badger-honey:after {
    content: "\10f6b4"
}

.fad.fa-bags-shopping:after {
    content: "\10f847"
}

.fad.fa-bahai:after {
    content: "\10f666"
}

.fad.fa-balance-scale:after {
    content: "\10f24e"
}

.fad.fa-balance-scale-left:after {
    content: "\10f515"
}

.fad.fa-balance-scale-right:after {
    content: "\10f516"
}

.fad.fa-ball-pile:after {
    content: "\10f77e"
}

.fad.fa-ballot:after {
    content: "\10f732"
}

.fad.fa-ballot-check:after {
    content: "\10f733"
}

.fad.fa-ban:after {
    content: "\10f05e"
}

.fad.fa-band-aid:after {
    content: "\10f462"
}

.fad.fa-banjo:after {
    content: "\10f8a3"
}

.fad.fa-barcode:after {
    content: "\10f02a"
}

.fad.fa-barcode-alt:after {
    content: "\10f463"
}

.fad.fa-barcode-read:after {
    content: "\10f464"
}

.fad.fa-barcode-scan:after {
    content: "\10f465"
}

.fad.fa-bars:after {
    content: "\10f0c9"
}

.fad.fa-baseball:after {
    content: "\10f432"
}

.fad.fa-baseball-ball:after {
    content: "\10f433"
}

.fad.fa-basketball-ball:after {
    content: "\10f434"
}

.fad.fa-basketball-hoop:after {
    content: "\10f435"
}

.fad.fa-bat:after {
    content: "\10f6b5"
}

.fad.fa-bath:after {
    content: "\10f2cd"
}

.fad.fa-battery-bolt:after {
    content: "\10f376"
}

.fad.fa-battery-empty:after {
    content: "\10f244"
}

.fad.fa-battery-full:after {
    content: "\10f240"
}

.fad.fa-battery-half:after {
    content: "\10f242"
}

.fad.fa-battery-quarter:after {
    content: "\10f243"
}

.fad.fa-battery-slash:after {
    content: "\10f377"
}

.fad.fa-battery-three-quarters:after {
    content: "\10f241"
}

.fad.fa-bed:after {
    content: "\10f236"
}

.fad.fa-bed-alt:after {
    content: "\10f8f7"
}

.fad.fa-bed-bunk:after {
    content: "\10f8f8"
}

.fad.fa-bed-empty:after {
    content: "\10f8f9"
}

.fad.fa-beer:after {
    content: "\10f0fc"
}

.fad.fa-bell:after {
    content: "\10f0f3"
}

.fad.fa-bell-exclamation:after {
    content: "\10f848"
}

.fad.fa-bell-on:after {
    content: "\10f8fa"
}

.fad.fa-bell-plus:after {
    content: "\10f849"
}

.fad.fa-bell-school:after {
    content: "\10f5d5"
}

.fad.fa-bell-school-slash:after {
    content: "\10f5d6"
}

.fad.fa-bell-slash:after {
    content: "\10f1f6"
}

.fad.fa-bells:after {
    content: "\10f77f"
}

.fad.fa-betamax:after {
    content: "\10f8a4"
}

.fad.fa-bezier-curve:after {
    content: "\10f55b"
}

.fad.fa-bible:after {
    content: "\10f647"
}

.fad.fa-bicycle:after {
    content: "\10f206"
}

.fad.fa-biking:after {
    content: "\10f84a"
}

.fad.fa-biking-mountain:after {
    content: "\10f84b"
}

.fad.fa-binoculars:after {
    content: "\10f1e5"
}

.fad.fa-biohazard:after {
    content: "\10f780"
}

.fad.fa-birthday-cake:after {
    content: "\10f1fd"
}

.fad.fa-blanket:after {
    content: "\10f498"
}

.fad.fa-blender:after {
    content: "\10f517"
}

.fad.fa-blender-phone:after {
    content: "\10f6b6"
}

.fad.fa-blind:after {
    content: "\10f29d"
}

.fad.fa-blinds:after {
    content: "\10f8fb"
}

.fad.fa-blinds-open:after {
    content: "\10f8fc"
}

.fad.fa-blinds-raised:after {
    content: "\10f8fd"
}

.fad.fa-blog:after {
    content: "\10f781"
}

.fad.fa-bold:after {
    content: "\10f032"
}

.fad.fa-bolt:after {
    content: "\10f0e7"
}

.fad.fa-bomb:after {
    content: "\10f1e2"
}

.fad.fa-bone:after {
    content: "\10f5d7"
}

.fad.fa-bone-break:after {
    content: "\10f5d8"
}

.fad.fa-bong:after {
    content: "\10f55c"
}

.fad.fa-book:after {
    content: "\10f02d"
}

.fad.fa-book-alt:after {
    content: "\10f5d9"
}

.fad.fa-book-dead:after {
    content: "\10f6b7"
}

.fad.fa-book-heart:after {
    content: "\10f499"
}

.fad.fa-book-medical:after {
    content: "\10f7e6"
}

.fad.fa-book-open:after {
    content: "\10f518"
}

.fad.fa-book-reader:after {
    content: "\10f5da"
}

.fad.fa-book-spells:after {
    content: "\10f6b8"
}

.fad.fa-book-user:after {
    content: "\10f7e7"
}

.fad.fa-bookmark:after {
    content: "\10f02e"
}

.fad.fa-books:after {
    content: "\10f5db"
}

.fad.fa-books-medical:after {
    content: "\10f7e8"
}

.fad.fa-boombox:after {
    content: "\10f8a5"
}

.fad.fa-boot:after {
    content: "\10f782"
}

.fad.fa-booth-curtain:after {
    content: "\10f734"
}

.fad.fa-border-all:after {
    content: "\10f84c"
}

.fad.fa-border-bottom:after {
    content: "\10f84d"
}

.fad.fa-border-center-h:after {
    content: "\10f89c"
}

.fad.fa-border-center-v:after {
    content: "\10f89d"
}

.fad.fa-border-inner:after {
    content: "\10f84e"
}

.fad.fa-border-left:after {
    content: "\10f84f"
}

.fad.fa-border-none:after {
    content: "\10f850"
}

.fad.fa-border-outer:after {
    content: "\10f851"
}

.fad.fa-border-right:after {
    content: "\10f852"
}

.fad.fa-border-style:after {
    content: "\10f853"
}

.fad.fa-border-style-alt:after {
    content: "\10f854"
}

.fad.fa-border-top:after {
    content: "\10f855"
}

.fad.fa-bow-arrow:after {
    content: "\10f6b9"
}

.fad.fa-bowling-ball:after {
    content: "\10f436"
}

.fad.fa-bowling-pins:after {
    content: "\10f437"
}

.fad.fa-box:after {
    content: "\10f466"
}

.fad.fa-box-alt:after {
    content: "\10f49a"
}

.fad.fa-box-ballot:after {
    content: "\10f735"
}

.fad.fa-box-check:after {
    content: "\10f467"
}

.fad.fa-box-fragile:after {
    content: "\10f49b"
}

.fad.fa-box-full:after {
    content: "\10f49c"
}

.fad.fa-box-heart:after {
    content: "\10f49d"
}

.fad.fa-box-open:after {
    content: "\10f49e"
}

.fad.fa-box-tissue:after {
    content: "\10e05b"
}

.fad.fa-box-up:after {
    content: "\10f49f"
}

.fad.fa-box-usd:after {
    content: "\10f4a0"
}

.fad.fa-boxes:after {
    content: "\10f468"
}

.fad.fa-boxes-alt:after {
    content: "\10f4a1"
}

.fad.fa-boxing-glove:after {
    content: "\10f438"
}

.fad.fa-brackets:after {
    content: "\10f7e9"
}

.fad.fa-brackets-curly:after {
    content: "\10f7ea"
}

.fad.fa-braille:after {
    content: "\10f2a1"
}

.fad.fa-brain:after {
    content: "\10f5dc"
}

.fad.fa-bread-loaf:after {
    content: "\10f7eb"
}

.fad.fa-bread-slice:after {
    content: "\10f7ec"
}

.fad.fa-briefcase:after {
    content: "\10f0b1"
}

.fad.fa-briefcase-medical:after {
    content: "\10f469"
}

.fad.fa-bring-forward:after {
    content: "\10f856"
}

.fad.fa-bring-front:after {
    content: "\10f857"
}

.fad.fa-broadcast-tower:after {
    content: "\10f519"
}

.fad.fa-broom:after {
    content: "\10f51a"
}

.fad.fa-browser:after {
    content: "\10f37e"
}

.fad.fa-brush:after {
    content: "\10f55d"
}

.fad.fa-bug:after {
    content: "\10f188"
}

.fad.fa-building:after {
    content: "\10f1ad"
}

.fad.fa-bullhorn:after {
    content: "\10f0a1"
}

.fad.fa-bullseye:after {
    content: "\10f140"
}

.fad.fa-bullseye-arrow:after {
    content: "\10f648"
}

.fad.fa-bullseye-pointer:after {
    content: "\10f649"
}

.fad.fa-burger-soda:after {
    content: "\10f858"
}

.fad.fa-burn:after {
    content: "\10f46a"
}

.fad.fa-burrito:after {
    content: "\10f7ed"
}

.fad.fa-bus:after {
    content: "\10f207"
}

.fad.fa-bus-alt:after {
    content: "\10f55e"
}

.fad.fa-bus-school:after {
    content: "\10f5dd"
}

.fad.fa-business-time:after {
    content: "\10f64a"
}

.fad.fa-cabinet-filing:after {
    content: "\10f64b"
}

.fad.fa-cactus:after {
    content: "\10f8a7"
}

.fad.fa-calculator:after {
    content: "\10f1ec"
}

.fad.fa-calculator-alt:after {
    content: "\10f64c"
}

.fad.fa-calendar:after {
    content: "\10f133"
}

.fad.fa-calendar-alt:after {
    content: "\10f073"
}

.fad.fa-calendar-check:after {
    content: "\10f274"
}

.fad.fa-calendar-day:after {
    content: "\10f783"
}

.fad.fa-calendar-edit:after {
    content: "\10f333"
}

.fad.fa-calendar-exclamation:after {
    content: "\10f334"
}

.fad.fa-calendar-minus:after {
    content: "\10f272"
}

.fad.fa-calendar-plus:after {
    content: "\10f271"
}

.fad.fa-calendar-star:after {
    content: "\10f736"
}

.fad.fa-calendar-times:after {
    content: "\10f273"
}

.fad.fa-calendar-week:after {
    content: "\10f784"
}

.fad.fa-camcorder:after {
    content: "\10f8a8"
}

.fad.fa-camera:after {
    content: "\10f030"
}

.fad.fa-camera-alt:after {
    content: "\10f332"
}

.fad.fa-camera-home:after {
    content: "\10f8fe"
}

.fad.fa-camera-movie:after {
    content: "\10f8a9"
}

.fad.fa-camera-polaroid:after {
    content: "\10f8aa"
}

.fad.fa-camera-retro:after {
    content: "\10f083"
}

.fad.fa-campfire:after {
    content: "\10f6ba"
}

.fad.fa-campground:after {
    content: "\10f6bb"
}

.fad.fa-candle-holder:after {
    content: "\10f6bc"
}

.fad.fa-candy-cane:after {
    content: "\10f786"
}

.fad.fa-candy-corn:after {
    content: "\10f6bd"
}

.fad.fa-cannabis:after {
    content: "\10f55f"
}

.fad.fa-capsules:after {
    content: "\10f46b"
}

.fad.fa-car:after {
    content: "\10f1b9"
}

.fad.fa-car-alt:after {
    content: "\10f5de"
}

.fad.fa-car-battery:after {
    content: "\10f5df"
}

.fad.fa-car-building:after {
    content: "\10f859"
}

.fad.fa-car-bump:after {
    content: "\10f5e0"
}

.fad.fa-car-bus:after {
    content: "\10f85a"
}

.fad.fa-car-crash:after {
    content: "\10f5e1"
}

.fad.fa-car-garage:after {
    content: "\10f5e2"
}

.fad.fa-car-mechanic:after {
    content: "\10f5e3"
}

.fad.fa-car-side:after {
    content: "\10f5e4"
}

.fad.fa-car-tilt:after {
    content: "\10f5e5"
}

.fad.fa-car-wash:after {
    content: "\10f5e6"
}

.fad.fa-caravan:after {
    content: "\10f8ff"
}

.fad.fa-caravan-alt:after {
    content: "\10e000"
}

.fad.fa-caret-circle-down:after {
    content: "\10f32d"
}

.fad.fa-caret-circle-left:after {
    content: "\10f32e"
}

.fad.fa-caret-circle-right:after {
    content: "\10f330"
}

.fad.fa-caret-circle-up:after {
    content: "\10f331"
}

.fad.fa-caret-down:after {
    content: "\10f0d7"
}

.fad.fa-caret-left:after {
    content: "\10f0d9"
}

.fad.fa-caret-right:after {
    content: "\10f0da"
}

.fad.fa-caret-square-down:after {
    content: "\10f150"
}

.fad.fa-caret-square-left:after {
    content: "\10f191"
}

.fad.fa-caret-square-right:after {
    content: "\10f152"
}

.fad.fa-caret-square-up:after {
    content: "\10f151"
}

.fad.fa-caret-up:after {
    content: "\10f0d8"
}

.fad.fa-carrot:after {
    content: "\10f787"
}

.fad.fa-cars:after {
    content: "\10f85b"
}

.fad.fa-cart-arrow-down:after {
    content: "\10f218"
}

.fad.fa-cart-plus:after {
    content: "\10f217"
}

.fad.fa-cash-register:after {
    content: "\10f788"
}

.fad.fa-cassette-tape:after {
    content: "\10f8ab"
}

.fad.fa-cat:after {
    content: "\10f6be"
}

.fad.fa-cat-space:after {
    content: "\10e001"
}

.fad.fa-cauldron:after {
    content: "\10f6bf"
}

.fad.fa-cctv:after {
    content: "\10f8ac"
}

.fad.fa-certificate:after {
    content: "\10f0a3"
}

.fad.fa-chair:after {
    content: "\10f6c0"
}

.fad.fa-chair-office:after {
    content: "\10f6c1"
}

.fad.fa-chalkboard:after {
    content: "\10f51b"
}

.fad.fa-chalkboard-teacher:after {
    content: "\10f51c"
}

.fad.fa-charging-station:after {
    content: "\10f5e7"
}

.fad.fa-chart-area:after {
    content: "\10f1fe"
}

.fad.fa-chart-bar:after {
    content: "\10f080"
}

.fad.fa-chart-line:after {
    content: "\10f201"
}

.fad.fa-chart-line-down:after {
    content: "\10f64d"
}

.fad.fa-chart-network:after {
    content: "\10f78a"
}

.fad.fa-chart-pie:after {
    content: "\10f200"
}

.fad.fa-chart-pie-alt:after {
    content: "\10f64e"
}

.fad.fa-chart-scatter:after {
    content: "\10f7ee"
}

.fad.fa-check:after {
    content: "\10f00c"
}

.fad.fa-check-circle:after {
    content: "\10f058"
}

.fad.fa-check-double:after {
    content: "\10f560"
}

.fad.fa-check-square:after {
    content: "\10f14a"
}

.fad.fa-cheese:after {
    content: "\10f7ef"
}

.fad.fa-cheese-swiss:after {
    content: "\10f7f0"
}

.fad.fa-cheeseburger:after {
    content: "\10f7f1"
}

.fad.fa-chess:after {
    content: "\10f439"
}

.fad.fa-chess-bishop:after {
    content: "\10f43a"
}

.fad.fa-chess-bishop-alt:after {
    content: "\10f43b"
}

.fad.fa-chess-board:after {
    content: "\10f43c"
}

.fad.fa-chess-clock:after {
    content: "\10f43d"
}

.fad.fa-chess-clock-alt:after {
    content: "\10f43e"
}

.fad.fa-chess-king:after {
    content: "\10f43f"
}

.fad.fa-chess-king-alt:after {
    content: "\10f440"
}

.fad.fa-chess-knight:after {
    content: "\10f441"
}

.fad.fa-chess-knight-alt:after {
    content: "\10f442"
}

.fad.fa-chess-pawn:after {
    content: "\10f443"
}

.fad.fa-chess-pawn-alt:after {
    content: "\10f444"
}

.fad.fa-chess-queen:after {
    content: "\10f445"
}

.fad.fa-chess-queen-alt:after {
    content: "\10f446"
}

.fad.fa-chess-rook:after {
    content: "\10f447"
}

.fad.fa-chess-rook-alt:after {
    content: "\10f448"
}

.fad.fa-chevron-circle-down:after {
    content: "\10f13a"
}

.fad.fa-chevron-circle-left:after {
    content: "\10f137"
}

.fad.fa-chevron-circle-right:after {
    content: "\10f138"
}

.fad.fa-chevron-circle-up:after {
    content: "\10f139"
}

.fad.fa-chevron-double-down:after {
    content: "\10f322"
}

.fad.fa-chevron-double-left:after {
    content: "\10f323"
}

.fad.fa-chevron-double-right:after {
    content: "\10f324"
}

.fad.fa-chevron-double-up:after {
    content: "\10f325"
}

.fad.fa-chevron-down:after {
    content: "\10f078"
}

.fad.fa-chevron-left:after {
    content: "\10f053"
}

.fad.fa-chevron-right:after {
    content: "\10f054"
}

.fad.fa-chevron-square-down:after {
    content: "\10f329"
}

.fad.fa-chevron-square-left:after {
    content: "\10f32a"
}

.fad.fa-chevron-square-right:after {
    content: "\10f32b"
}

.fad.fa-chevron-square-up:after {
    content: "\10f32c"
}

.fad.fa-chevron-up:after {
    content: "\10f077"
}

.fad.fa-child:after {
    content: "\10f1ae"
}

.fad.fa-chimney:after {
    content: "\10f78b"
}

.fad.fa-church:after {
    content: "\10f51d"
}

.fad.fa-circle:after {
    content: "\10f111"
}

.fad.fa-circle-notch:after {
    content: "\10f1ce"
}

.fad.fa-city:after {
    content: "\10f64f"
}

.fad.fa-clarinet:after {
    content: "\10f8ad"
}

.fad.fa-claw-marks:after {
    content: "\10f6c2"
}

.fad.fa-clinic-medical:after {
    content: "\10f7f2"
}

.fad.fa-clipboard:after {
    content: "\10f328"
}

.fad.fa-clipboard-check:after {
    content: "\10f46c"
}

.fad.fa-clipboard-list:after {
    content: "\10f46d"
}

.fad.fa-clipboard-list-check:after {
    content: "\10f737"
}

.fad.fa-clipboard-prescription:after {
    content: "\10f5e8"
}

.fad.fa-clipboard-user:after {
    content: "\10f7f3"
}

.fad.fa-clock:after {
    content: "\10f017"
}

.fad.fa-clone:after {
    content: "\10f24d"
}

.fad.fa-closed-captioning:after {
    content: "\10f20a"
}

.fad.fa-cloud:after {
    content: "\10f0c2"
}

.fad.fa-cloud-download:after {
    content: "\10f0ed"
}

.fad.fa-cloud-download-alt:after {
    content: "\10f381"
}

.fad.fa-cloud-drizzle:after {
    content: "\10f738"
}

.fad.fa-cloud-hail:after {
    content: "\10f739"
}

.fad.fa-cloud-hail-mixed:after {
    content: "\10f73a"
}

.fad.fa-cloud-meatball:after {
    content: "\10f73b"
}

.fad.fa-cloud-moon:after {
    content: "\10f6c3"
}

.fad.fa-cloud-moon-rain:after {
    content: "\10f73c"
}

.fad.fa-cloud-music:after {
    content: "\10f8ae"
}

.fad.fa-cloud-rain:after {
    content: "\10f73d"
}

.fad.fa-cloud-rainbow:after {
    content: "\10f73e"
}

.fad.fa-cloud-showers:after {
    content: "\10f73f"
}

.fad.fa-cloud-showers-heavy:after {
    content: "\10f740"
}

.fad.fa-cloud-sleet:after {
    content: "\10f741"
}

.fad.fa-cloud-snow:after {
    content: "\10f742"
}

.fad.fa-cloud-sun:after {
    content: "\10f6c4"
}

.fad.fa-cloud-sun-rain:after {
    content: "\10f743"
}

.fad.fa-cloud-upload:after {
    content: "\10f0ee"
}

.fad.fa-cloud-upload-alt:after {
    content: "\10f382"
}

.fad.fa-clouds:after {
    content: "\10f744"
}

.fad.fa-clouds-moon:after {
    content: "\10f745"
}

.fad.fa-clouds-sun:after {
    content: "\10f746"
}

.fad.fa-club:after {
    content: "\10f327"
}

.fad.fa-cocktail:after {
    content: "\10f561"
}

.fad.fa-code:after {
    content: "\10f121"
}

.fad.fa-code-branch:after {
    content: "\10f126"
}

.fad.fa-code-commit:after {
    content: "\10f386"
}

.fad.fa-code-merge:after {
    content: "\10f387"
}

.fad.fa-coffee:after {
    content: "\10f0f4"
}

.fad.fa-coffee-pot:after {
    content: "\10e002"
}

.fad.fa-coffee-togo:after {
    content: "\10f6c5"
}

.fad.fa-coffin:after {
    content: "\10f6c6"
}

.fad.fa-coffin-cross:after {
    content: "\10e051"
}

.fad.fa-cog:after {
    content: "\10f013"
}

.fad.fa-cogs:after {
    content: "\10f085"
}

.fad.fa-coin:after {
    content: "\10f85c"
}

.fad.fa-coins:after {
    content: "\10f51e"
}

.fad.fa-columns:after {
    content: "\10f0db"
}

.fad.fa-comet:after {
    content: "\10e003"
}

.fad.fa-comment:after {
    content: "\10f075"
}

.fad.fa-comment-alt:after {
    content: "\10f27a"
}

.fad.fa-comment-alt-check:after {
    content: "\10f4a2"
}

.fad.fa-comment-alt-dollar:after {
    content: "\10f650"
}

.fad.fa-comment-alt-dots:after {
    content: "\10f4a3"
}

.fad.fa-comment-alt-edit:after {
    content: "\10f4a4"
}

.fad.fa-comment-alt-exclamation:after {
    content: "\10f4a5"
}

.fad.fa-comment-alt-lines:after {
    content: "\10f4a6"
}

.fad.fa-comment-alt-medical:after {
    content: "\10f7f4"
}

.fad.fa-comment-alt-minus:after {
    content: "\10f4a7"
}

.fad.fa-comment-alt-music:after {
    content: "\10f8af"
}

.fad.fa-comment-alt-plus:after {
    content: "\10f4a8"
}

.fad.fa-comment-alt-slash:after {
    content: "\10f4a9"
}

.fad.fa-comment-alt-smile:after {
    content: "\10f4aa"
}

.fad.fa-comment-alt-times:after {
    content: "\10f4ab"
}

.fad.fa-comment-check:after {
    content: "\10f4ac"
}

.fad.fa-comment-dollar:after {
    content: "\10f651"
}

.fad.fa-comment-dots:after {
    content: "\10f4ad"
}

.fad.fa-comment-edit:after {
    content: "\10f4ae"
}

.fad.fa-comment-exclamation:after {
    content: "\10f4af"
}

.fad.fa-comment-lines:after {
    content: "\10f4b0"
}

.fad.fa-comment-medical:after {
    content: "\10f7f5"
}

.fad.fa-comment-minus:after {
    content: "\10f4b1"
}

.fad.fa-comment-music:after {
    content: "\10f8b0"
}

.fad.fa-comment-plus:after {
    content: "\10f4b2"
}

.fad.fa-comment-slash:after {
    content: "\10f4b3"
}

.fad.fa-comment-smile:after {
    content: "\10f4b4"
}

.fad.fa-comment-times:after {
    content: "\10f4b5"
}

.fad.fa-comments:after {
    content: "\10f086"
}

.fad.fa-comments-alt:after {
    content: "\10f4b6"
}

.fad.fa-comments-alt-dollar:after {
    content: "\10f652"
}

.fad.fa-comments-dollar:after {
    content: "\10f653"
}

.fad.fa-compact-disc:after {
    content: "\10f51f"
}

.fad.fa-compass:after {
    content: "\10f14e"
}

.fad.fa-compass-slash:after {
    content: "\10f5e9"
}

.fad.fa-compress:after {
    content: "\10f066"
}

.fad.fa-compress-alt:after {
    content: "\10f422"
}

.fad.fa-compress-arrows-alt:after {
    content: "\10f78c"
}

.fad.fa-compress-wide:after {
    content: "\10f326"
}

.fad.fa-computer-classic:after {
    content: "\10f8b1"
}

.fad.fa-computer-speaker:after {
    content: "\10f8b2"
}

.fad.fa-concierge-bell:after {
    content: "\10f562"
}

.fad.fa-construction:after {
    content: "\10f85d"
}

.fad.fa-container-storage:after {
    content: "\10f4b7"
}

.fad.fa-conveyor-belt:after {
    content: "\10f46e"
}

.fad.fa-conveyor-belt-alt:after {
    content: "\10f46f"
}

.fad.fa-cookie:after {
    content: "\10f563"
}

.fad.fa-cookie-bite:after {
    content: "\10f564"
}

.fad.fa-copy:after {
    content: "\10f0c5"
}

.fad.fa-copyright:after {
    content: "\10f1f9"
}

.fad.fa-corn:after {
    content: "\10f6c7"
}

.fad.fa-couch:after {
    content: "\10f4b8"
}

.fad.fa-cow:after {
    content: "\10f6c8"
}

.fad.fa-cowbell:after {
    content: "\10f8b3"
}

.fad.fa-cowbell-more:after {
    content: "\10f8b4"
}

.fad.fa-credit-card:after {
    content: "\10f09d"
}

.fad.fa-credit-card-blank:after {
    content: "\10f389"
}

.fad.fa-credit-card-front:after {
    content: "\10f38a"
}

.fad.fa-cricket:after {
    content: "\10f449"
}

.fad.fa-croissant:after {
    content: "\10f7f6"
}

.fad.fa-crop:after {
    content: "\10f125"
}

.fad.fa-crop-alt:after {
    content: "\10f565"
}

.fad.fa-cross:after {
    content: "\10f654"
}

.fad.fa-crosshairs:after {
    content: "\10f05b"
}

.fad.fa-crow:after {
    content: "\10f520"
}

.fad.fa-crown:after {
    content: "\10f521"
}

.fad.fa-crutch:after {
    content: "\10f7f7"
}

.fad.fa-crutches:after {
    content: "\10f7f8"
}

.fad.fa-cube:after {
    content: "\10f1b2"
}

.fad.fa-cubes:after {
    content: "\10f1b3"
}

.fad.fa-curling:after {
    content: "\10f44a"
}

.fad.fa-cut:after {
    content: "\10f0c4"
}

.fad.fa-dagger:after {
    content: "\10f6cb"
}

.fad.fa-database:after {
    content: "\10f1c0"
}

.fad.fa-deaf:after {
    content: "\10f2a4"
}

.fad.fa-debug:after {
    content: "\10f7f9"
}

.fad.fa-deer:after {
    content: "\10f78e"
}

.fad.fa-deer-rudolph:after {
    content: "\10f78f"
}

.fad.fa-democrat:after {
    content: "\10f747"
}

.fad.fa-desktop:after {
    content: "\10f108"
}

.fad.fa-desktop-alt:after {
    content: "\10f390"
}

.fad.fa-dewpoint:after {
    content: "\10f748"
}

.fad.fa-dharmachakra:after {
    content: "\10f655"
}

.fad.fa-diagnoses:after {
    content: "\10f470"
}

.fad.fa-diamond:after {
    content: "\10f219"
}

.fad.fa-dice:after {
    content: "\10f522"
}

.fad.fa-dice-d10:after {
    content: "\10f6cd"
}

.fad.fa-dice-d12:after {
    content: "\10f6ce"
}

.fad.fa-dice-d20:after {
    content: "\10f6cf"
}

.fad.fa-dice-d4:after {
    content: "\10f6d0"
}

.fad.fa-dice-d6:after {
    content: "\10f6d1"
}

.fad.fa-dice-d8:after {
    content: "\10f6d2"
}

.fad.fa-dice-five:after {
    content: "\10f523"
}

.fad.fa-dice-four:after {
    content: "\10f524"
}

.fad.fa-dice-one:after {
    content: "\10f525"
}

.fad.fa-dice-six:after {
    content: "\10f526"
}

.fad.fa-dice-three:after {
    content: "\10f527"
}

.fad.fa-dice-two:after {
    content: "\10f528"
}

.fad.fa-digging:after {
    content: "\10f85e"
}

.fad.fa-digital-tachograph:after {
    content: "\10f566"
}

.fad.fa-diploma:after {
    content: "\10f5ea"
}

.fad.fa-directions:after {
    content: "\10f5eb"
}

.fad.fa-disc-drive:after {
    content: "\10f8b5"
}

.fad.fa-disease:after {
    content: "\10f7fa"
}

.fad.fa-divide:after {
    content: "\10f529"
}

.fad.fa-dizzy:after {
    content: "\10f567"
}

.fad.fa-dna:after {
    content: "\10f471"
}

.fad.fa-do-not-enter:after {
    content: "\10f5ec"
}

.fad.fa-dog:after {
    content: "\10f6d3"
}

.fad.fa-dog-leashed:after {
    content: "\10f6d4"
}

.fad.fa-dollar-sign:after {
    content: "\10f155"
}

.fad.fa-dolly:after {
    content: "\10f472"
}

.fad.fa-dolly-empty:after {
    content: "\10f473"
}

.fad.fa-dolly-flatbed:after {
    content: "\10f474"
}

.fad.fa-dolly-flatbed-alt:after {
    content: "\10f475"
}

.fad.fa-dolly-flatbed-empty:after {
    content: "\10f476"
}

.fad.fa-donate:after {
    content: "\10f4b9"
}

.fad.fa-door-closed:after {
    content: "\10f52a"
}

.fad.fa-door-open:after {
    content: "\10f52b"
}

.fad.fa-dot-circle:after {
    content: "\10f192"
}

.fad.fa-dove:after {
    content: "\10f4ba"
}

.fad.fa-download:after {
    content: "\10f019"
}

.fad.fa-drafting-compass:after {
    content: "\10f568"
}

.fad.fa-dragon:after {
    content: "\10f6d5"
}

.fad.fa-draw-circle:after {
    content: "\10f5ed"
}

.fad.fa-draw-polygon:after {
    content: "\10f5ee"
}

.fad.fa-draw-square:after {
    content: "\10f5ef"
}

.fad.fa-dreidel:after {
    content: "\10f792"
}

.fad.fa-drone:after {
    content: "\10f85f"
}

.fad.fa-drone-alt:after {
    content: "\10f860"
}

.fad.fa-drum:after {
    content: "\10f569"
}

.fad.fa-drum-steelpan:after {
    content: "\10f56a"
}

.fad.fa-drumstick:after {
    content: "\10f6d6"
}

.fad.fa-drumstick-bite:after {
    content: "\10f6d7"
}

.fad.fa-dryer:after {
    content: "\10f861"
}

.fad.fa-dryer-alt:after {
    content: "\10f862"
}

.fad.fa-duck:after {
    content: "\10f6d8"
}

.fad.fa-dumbbell:after {
    content: "\10f44b"
}

.fad.fa-dumpster:after {
    content: "\10f793"
}

.fad.fa-dumpster-fire:after {
    content: "\10f794"
}

.fad.fa-dungeon:after {
    content: "\10f6d9"
}

.fad.fa-ear:after {
    content: "\10f5f0"
}

.fad.fa-ear-muffs:after {
    content: "\10f795"
}

.fad.fa-eclipse:after {
    content: "\10f749"
}

.fad.fa-eclipse-alt:after {
    content: "\10f74a"
}

.fad.fa-edit:after {
    content: "\10f044"
}

.fad.fa-egg:after {
    content: "\10f7fb"
}

.fad.fa-egg-fried:after {
    content: "\10f7fc"
}

.fad.fa-eject:after {
    content: "\10f052"
}

.fad.fa-elephant:after {
    content: "\10f6da"
}

.fad.fa-ellipsis-h:after {
    content: "\10f141"
}

.fad.fa-ellipsis-h-alt:after {
    content: "\10f39b"
}

.fad.fa-ellipsis-v:after {
    content: "\10f142"
}

.fad.fa-ellipsis-v-alt:after {
    content: "\10f39c"
}

.fad.fa-empty-set:after {
    content: "\10f656"
}

.fad.fa-engine-warning:after {
    content: "\10f5f2"
}

.fad.fa-envelope:after {
    content: "\10f0e0"
}

.fad.fa-envelope-open:after {
    content: "\10f2b6"
}

.fad.fa-envelope-open-dollar:after {
    content: "\10f657"
}

.fad.fa-envelope-open-text:after {
    content: "\10f658"
}

.fad.fa-envelope-square:after {
    content: "\10f199"
}

.fad.fa-equals:after {
    content: "\10f52c"
}

.fad.fa-eraser:after {
    content: "\10f12d"
}

.fad.fa-ethernet:after {
    content: "\10f796"
}

.fad.fa-euro-sign:after {
    content: "\10f153"
}

.fad.fa-exchange:after {
    content: "\10f0ec"
}

.fad.fa-exchange-alt:after {
    content: "\10f362"
}

.fad.fa-exclamation:after {
    content: "\10f12a"
}

.fad.fa-exclamation-circle:after {
    content: "\10f06a"
}

.fad.fa-exclamation-square:after {
    content: "\10f321"
}

.fad.fa-exclamation-triangle:after {
    content: "\10f071"
}

.fad.fa-expand:after {
    content: "\10f065"
}

.fad.fa-expand-alt:after {
    content: "\10f424"
}

.fad.fa-expand-arrows:after {
    content: "\10f31d"
}

.fad.fa-expand-arrows-alt:after {
    content: "\10f31e"
}

.fad.fa-expand-wide:after {
    content: "\10f320"
}

.fad.fa-external-link:after {
    content: "\10f08e"
}

.fad.fa-external-link-alt:after {
    content: "\10f35d"
}

.fad.fa-external-link-square:after {
    content: "\10f14c"
}

.fad.fa-external-link-square-alt:after {
    content: "\10f360"
}

.fad.fa-eye:after {
    content: "\10f06e"
}

.fad.fa-eye-dropper:after {
    content: "\10f1fb"
}

.fad.fa-eye-evil:after {
    content: "\10f6db"
}

.fad.fa-eye-slash:after {
    content: "\10f070"
}

.fad.fa-fan:after {
    content: "\10f863"
}

.fad.fa-fan-table:after {
    content: "\10e004"
}

.fad.fa-farm:after {
    content: "\10f864"
}

.fad.fa-fast-backward:after {
    content: "\10f049"
}

.fad.fa-fast-forward:after {
    content: "\10f050"
}

.fad.fa-faucet:after {
    content: "\10e005"
}

.fad.fa-faucet-drip:after {
    content: "\10e006"
}

.fad.fa-fax:after {
    content: "\10f1ac"
}

.fad.fa-feather:after {
    content: "\10f52d"
}

.fad.fa-feather-alt:after {
    content: "\10f56b"
}

.fad.fa-female:after {
    content: "\10f182"
}

.fad.fa-field-hockey:after {
    content: "\10f44c"
}

.fad.fa-fighter-jet:after {
    content: "\10f0fb"
}

.fad.fa-file:after {
    content: "\10f15b"
}

.fad.fa-file-alt:after {
    content: "\10f15c"
}

.fad.fa-file-archive:after {
    content: "\10f1c6"
}

.fad.fa-file-audio:after {
    content: "\10f1c7"
}

.fad.fa-file-certificate:after {
    content: "\10f5f3"
}

.fad.fa-file-chart-line:after {
    content: "\10f659"
}

.fad.fa-file-chart-pie:after {
    content: "\10f65a"
}

.fad.fa-file-check:after {
    content: "\10f316"
}

.fad.fa-file-code:after {
    content: "\10f1c9"
}

.fad.fa-file-contract:after {
    content: "\10f56c"
}

.fad.fa-file-csv:after {
    content: "\10f6dd"
}

.fad.fa-file-download:after {
    content: "\10f56d"
}

.fad.fa-file-edit:after {
    content: "\10f31c"
}

.fad.fa-file-excel:after {
    content: "\10f1c3"
}

.fad.fa-file-exclamation:after {
    content: "\10f31a"
}

.fad.fa-file-export:after {
    content: "\10f56e"
}

.fad.fa-file-image:after {
    content: "\10f1c5"
}

.fad.fa-file-import:after {
    content: "\10f56f"
}

.fad.fa-file-invoice:after {
    content: "\10f570"
}

.fad.fa-file-invoice-dollar:after {
    content: "\10f571"
}

.fad.fa-file-medical:after {
    content: "\10f477"
}

.fad.fa-file-medical-alt:after {
    content: "\10f478"
}

.fad.fa-file-minus:after {
    content: "\10f318"
}

.fad.fa-file-music:after {
    content: "\10f8b6"
}

.fad.fa-file-pdf:after {
    content: "\10f1c1"
}

.fad.fa-file-plus:after {
    content: "\10f319"
}

.fad.fa-file-powerpoint:after {
    content: "\10f1c4"
}

.fad.fa-file-prescription:after {
    content: "\10f572"
}

.fad.fa-file-search:after {
    content: "\10f865"
}

.fad.fa-file-signature:after {
    content: "\10f573"
}

.fad.fa-file-spreadsheet:after {
    content: "\10f65b"
}

.fad.fa-file-times:after {
    content: "\10f317"
}

.fad.fa-file-upload:after {
    content: "\10f574"
}

.fad.fa-file-user:after {
    content: "\10f65c"
}

.fad.fa-file-video:after {
    content: "\10f1c8"
}

.fad.fa-file-word:after {
    content: "\10f1c2"
}

.fad.fa-files-medical:after {
    content: "\10f7fd"
}

.fad.fa-fill:after {
    content: "\10f575"
}

.fad.fa-fill-drip:after {
    content: "\10f576"
}

.fad.fa-film:after {
    content: "\10f008"
}

.fad.fa-film-alt:after {
    content: "\10f3a0"
}

.fad.fa-film-canister:after {
    content: "\10f8b7"
}

.fad.fa-filter:after {
    content: "\10f0b0"
}

.fad.fa-fingerprint:after {
    content: "\10f577"
}

.fad.fa-fire:after {
    content: "\10f06d"
}

.fad.fa-fire-alt:after {
    content: "\10f7e4"
}

.fad.fa-fire-extinguisher:after {
    content: "\10f134"
}

.fad.fa-fire-smoke:after {
    content: "\10f74b"
}

.fad.fa-fireplace:after {
    content: "\10f79a"
}

.fad.fa-first-aid:after {
    content: "\10f479"
}

.fad.fa-fish:after {
    content: "\10f578"
}

.fad.fa-fish-cooked:after {
    content: "\10f7fe"
}

.fad.fa-fist-raised:after {
    content: "\10f6de"
}

.fad.fa-flag:after {
    content: "\10f024"
}

.fad.fa-flag-alt:after {
    content: "\10f74c"
}

.fad.fa-flag-checkered:after {
    content: "\10f11e"
}

.fad.fa-flag-usa:after {
    content: "\10f74d"
}

.fad.fa-flame:after {
    content: "\10f6df"
}

.fad.fa-flashlight:after {
    content: "\10f8b8"
}

.fad.fa-flask:after {
    content: "\10f0c3"
}

.fad.fa-flask-poison:after {
    content: "\10f6e0"
}

.fad.fa-flask-potion:after {
    content: "\10f6e1"
}

.fad.fa-flower:after {
    content: "\10f7ff"
}

.fad.fa-flower-daffodil:after {
    content: "\10f800"
}

.fad.fa-flower-tulip:after {
    content: "\10f801"
}

.fad.fa-flushed:after {
    content: "\10f579"
}

.fad.fa-flute:after {
    content: "\10f8b9"
}

.fad.fa-flux-capacitor:after {
    content: "\10f8ba"
}

.fad.fa-fog:after {
    content: "\10f74e"
}

.fad.fa-folder:after {
    content: "\10f07b"
}

.fad.fa-folder-download:after {
    content: "\10e053"
}

.fad.fa-folder-minus:after {
    content: "\10f65d"
}

.fad.fa-folder-open:after {
    content: "\10f07c"
}

.fad.fa-folder-plus:after {
    content: "\10f65e"
}

.fad.fa-folder-times:after {
    content: "\10f65f"
}

.fad.fa-folder-tree:after {
    content: "\10f802"
}

.fad.fa-folder-upload:after {
    content: "\10e054"
}

.fad.fa-folders:after {
    content: "\10f660"
}

.fad.fa-font:after {
    content: "\10f031"
}

.fad.fa-font-awesome-logo-full:after {
    content: "\10f4e6"
}

.fad.fa-font-case:after {
    content: "\10f866"
}

.fad.fa-football-ball:after {
    content: "\10f44e"
}

.fad.fa-football-helmet:after {
    content: "\10f44f"
}

.fad.fa-forklift:after {
    content: "\10f47a"
}

.fad.fa-forward:after {
    content: "\10f04e"
}

.fad.fa-fragile:after {
    content: "\10f4bb"
}

.fad.fa-french-fries:after {
    content: "\10f803"
}

.fad.fa-frog:after {
    content: "\10f52e"
}

.fad.fa-frosty-head:after {
    content: "\10f79b"
}

.fad.fa-frown:after {
    content: "\10f119"
}

.fad.fa-frown-open:after {
    content: "\10f57a"
}

.fad.fa-function:after {
    content: "\10f661"
}

.fad.fa-funnel-dollar:after {
    content: "\10f662"
}

.fad.fa-futbol:after {
    content: "\10f1e3"
}

.fad.fa-galaxy:after {
    content: "\10e008"
}

.fad.fa-game-board:after {
    content: "\10f867"
}

.fad.fa-game-board-alt:after {
    content: "\10f868"
}

.fad.fa-game-console-handheld:after {
    content: "\10f8bb"
}

.fad.fa-gamepad:after {
    content: "\10f11b"
}

.fad.fa-gamepad-alt:after {
    content: "\10f8bc"
}

.fad.fa-garage:after {
    content: "\10e009"
}

.fad.fa-garage-car:after {
    content: "\10e00a"
}

.fad.fa-garage-open:after {
    content: "\10e00b"
}

.fad.fa-gas-pump:after {
    content: "\10f52f"
}

.fad.fa-gas-pump-slash:after {
    content: "\10f5f4"
}

.fad.fa-gavel:after {
    content: "\10f0e3"
}

.fad.fa-gem:after {
    content: "\10f3a5"
}

.fad.fa-genderless:after {
    content: "\10f22d"
}

.fad.fa-ghost:after {
    content: "\10f6e2"
}

.fad.fa-gift:after {
    content: "\10f06b"
}

.fad.fa-gift-card:after {
    content: "\10f663"
}

.fad.fa-gifts:after {
    content: "\10f79c"
}

.fad.fa-gingerbread-man:after {
    content: "\10f79d"
}

.fad.fa-glass:after {
    content: "\10f804"
}

.fad.fa-glass-champagne:after {
    content: "\10f79e"
}

.fad.fa-glass-cheers:after {
    content: "\10f79f"
}

.fad.fa-glass-citrus:after {
    content: "\10f869"
}

.fad.fa-glass-martini:after {
    content: "\10f000"
}

.fad.fa-glass-martini-alt:after {
    content: "\10f57b"
}

.fad.fa-glass-whiskey:after {
    content: "\10f7a0"
}

.fad.fa-glass-whiskey-rocks:after {
    content: "\10f7a1"
}

.fad.fa-glasses:after {
    content: "\10f530"
}

.fad.fa-glasses-alt:after {
    content: "\10f5f5"
}

.fad.fa-globe:after {
    content: "\10f0ac"
}

.fad.fa-globe-africa:after {
    content: "\10f57c"
}

.fad.fa-globe-americas:after {
    content: "\10f57d"
}

.fad.fa-globe-asia:after {
    content: "\10f57e"
}

.fad.fa-globe-europe:after {
    content: "\10f7a2"
}

.fad.fa-globe-snow:after {
    content: "\10f7a3"
}

.fad.fa-globe-stand:after {
    content: "\10f5f6"
}

.fad.fa-golf-ball:after {
    content: "\10f450"
}

.fad.fa-golf-club:after {
    content: "\10f451"
}

.fad.fa-gopuram:after {
    content: "\10f664"
}

.fad.fa-graduation-cap:after {
    content: "\10f19d"
}

.fad.fa-gramophone:after {
    content: "\10f8bd"
}

.fad.fa-greater-than:after {
    content: "\10f531"
}

.fad.fa-greater-than-equal:after {
    content: "\10f532"
}

.fad.fa-grimace:after {
    content: "\10f57f"
}

.fad.fa-grin:after {
    content: "\10f580"
}

.fad.fa-grin-alt:after {
    content: "\10f581"
}

.fad.fa-grin-beam:after {
    content: "\10f582"
}

.fad.fa-grin-beam-sweat:after {
    content: "\10f583"
}

.fad.fa-grin-hearts:after {
    content: "\10f584"
}

.fad.fa-grin-squint:after {
    content: "\10f585"
}

.fad.fa-grin-squint-tears:after {
    content: "\10f586"
}

.fad.fa-grin-stars:after {
    content: "\10f587"
}

.fad.fa-grin-tears:after {
    content: "\10f588"
}

.fad.fa-grin-tongue:after {
    content: "\10f589"
}

.fad.fa-grin-tongue-squint:after {
    content: "\10f58a"
}

.fad.fa-grin-tongue-wink:after {
    content: "\10f58b"
}

.fad.fa-grin-wink:after {
    content: "\10f58c"
}

.fad.fa-grip-horizontal:after {
    content: "\10f58d"
}

.fad.fa-grip-lines:after {
    content: "\10f7a4"
}

.fad.fa-grip-lines-vertical:after {
    content: "\10f7a5"
}

.fad.fa-grip-vertical:after {
    content: "\10f58e"
}

.fad.fa-guitar:after {
    content: "\10f7a6"
}

.fad.fa-guitar-electric:after {
    content: "\10f8be"
}

.fad.fa-guitars:after {
    content: "\10f8bf"
}

.fad.fa-h-square:after {
    content: "\10f0fd"
}

.fad.fa-h1:after {
    content: "\10f313"
}

.fad.fa-h2:after {
    content: "\10f314"
}

.fad.fa-h3:after {
    content: "\10f315"
}

.fad.fa-h4:after {
    content: "\10f86a"
}

.fad.fa-hamburger:after {
    content: "\10f805"
}

.fad.fa-hammer:after {
    content: "\10f6e3"
}

.fad.fa-hammer-war:after {
    content: "\10f6e4"
}

.fad.fa-hamsa:after {
    content: "\10f665"
}

.fad.fa-hand-heart:after {
    content: "\10f4bc"
}

.fad.fa-hand-holding:after {
    content: "\10f4bd"
}

.fad.fa-hand-holding-box:after {
    content: "\10f47b"
}

.fad.fa-hand-holding-heart:after {
    content: "\10f4be"
}

.fad.fa-hand-holding-magic:after {
    content: "\10f6e5"
}

.fad.fa-hand-holding-medical:after {
    content: "\10e05c"
}

.fad.fa-hand-holding-seedling:after {
    content: "\10f4bf"
}

.fad.fa-hand-holding-usd:after {
    content: "\10f4c0"
}

.fad.fa-hand-holding-water:after {
    content: "\10f4c1"
}

.fad.fa-hand-lizard:after {
    content: "\10f258"
}

.fad.fa-hand-middle-finger:after {
    content: "\10f806"
}

.fad.fa-hand-paper:after {
    content: "\10f256"
}

.fad.fa-hand-peace:after {
    content: "\10f25b"
}

.fad.fa-hand-point-down:after {
    content: "\10f0a7"
}

.fad.fa-hand-point-left:after {
    content: "\10f0a5"
}

.fad.fa-hand-point-right:after {
    content: "\10f0a4"
}

.fad.fa-hand-point-up:after {
    content: "\10f0a6"
}

.fad.fa-hand-pointer:after {
    content: "\10f25a"
}

.fad.fa-hand-receiving:after {
    content: "\10f47c"
}

.fad.fa-hand-rock:after {
    content: "\10f255"
}

.fad.fa-hand-scissors:after {
    content: "\10f257"
}

.fad.fa-hand-sparkles:after {
    content: "\10e05d"
}

.fad.fa-hand-spock:after {
    content: "\10f259"
}

.fad.fa-hands:after {
    content: "\10f4c2"
}

.fad.fa-hands-heart:after {
    content: "\10f4c3"
}

.fad.fa-hands-helping:after {
    content: "\10f4c4"
}

.fad.fa-hands-usd:after {
    content: "\10f4c5"
}

.fad.fa-hands-wash:after {
    content: "\10e05e"
}

.fad.fa-handshake:after {
    content: "\10f2b5"
}

.fad.fa-handshake-alt:after {
    content: "\10f4c6"
}

.fad.fa-handshake-alt-slash:after {
    content: "\10e05f"
}

.fad.fa-handshake-slash:after {
    content: "\10e060"
}

.fad.fa-hanukiah:after {
    content: "\10f6e6"
}

.fad.fa-hard-hat:after {
    content: "\10f807"
}

.fad.fa-hashtag:after {
    content: "\10f292"
}

.fad.fa-hat-chef:after {
    content: "\10f86b"
}

.fad.fa-hat-cowboy:after {
    content: "\10f8c0"
}

.fad.fa-hat-cowboy-side:after {
    content: "\10f8c1"
}

.fad.fa-hat-santa:after {
    content: "\10f7a7"
}

.fad.fa-hat-winter:after {
    content: "\10f7a8"
}

.fad.fa-hat-witch:after {
    content: "\10f6e7"
}

.fad.fa-hat-wizard:after {
    content: "\10f6e8"
}

.fad.fa-hdd:after {
    content: "\10f0a0"
}

.fad.fa-head-side:after {
    content: "\10f6e9"
}

.fad.fa-head-side-brain:after {
    content: "\10f808"
}

.fad.fa-head-side-cough:after {
    content: "\10e061"
}

.fad.fa-head-side-cough-slash:after {
    content: "\10e062"
}

.fad.fa-head-side-headphones:after {
    content: "\10f8c2"
}

.fad.fa-head-side-mask:after {
    content: "\10e063"
}

.fad.fa-head-side-medical:after {
    content: "\10f809"
}

.fad.fa-head-side-virus:after {
    content: "\10e064"
}

.fad.fa-head-vr:after {
    content: "\10f6ea"
}

.fad.fa-heading:after {
    content: "\10f1dc"
}

.fad.fa-headphones:after {
    content: "\10f025"
}

.fad.fa-headphones-alt:after {
    content: "\10f58f"
}

.fad.fa-headset:after {
    content: "\10f590"
}

.fad.fa-heart:after {
    content: "\10f004"
}

.fad.fa-heart-broken:after {
    content: "\10f7a9"
}

.fad.fa-heart-circle:after {
    content: "\10f4c7"
}

.fad.fa-heart-rate:after {
    content: "\10f5f8"
}

.fad.fa-heart-square:after {
    content: "\10f4c8"
}

.fad.fa-heartbeat:after {
    content: "\10f21e"
}

.fad.fa-heat:after {
    content: "\10e00c"
}

.fad.fa-helicopter:after {
    content: "\10f533"
}

.fad.fa-helmet-battle:after {
    content: "\10f6eb"
}

.fad.fa-hexagon:after {
    content: "\10f312"
}

.fad.fa-highlighter:after {
    content: "\10f591"
}

.fad.fa-hiking:after {
    content: "\10f6ec"
}

.fad.fa-hippo:after {
    content: "\10f6ed"
}

.fad.fa-history:after {
    content: "\10f1da"
}

.fad.fa-hockey-mask:after {
    content: "\10f6ee"
}

.fad.fa-hockey-puck:after {
    content: "\10f453"
}

.fad.fa-hockey-sticks:after {
    content: "\10f454"
}

.fad.fa-holly-berry:after {
    content: "\10f7aa"
}

.fad.fa-home:after {
    content: "\10f015"
}

.fad.fa-home-alt:after {
    content: "\10f80a"
}

.fad.fa-home-heart:after {
    content: "\10f4c9"
}

.fad.fa-home-lg:after {
    content: "\10f80b"
}

.fad.fa-home-lg-alt:after {
    content: "\10f80c"
}

.fad.fa-hood-cloak:after {
    content: "\10f6ef"
}

.fad.fa-horizontal-rule:after {
    content: "\10f86c"
}

.fad.fa-horse:after {
    content: "\10f6f0"
}

.fad.fa-horse-head:after {
    content: "\10f7ab"
}

.fad.fa-horse-saddle:after {
    content: "\10f8c3"
}

.fad.fa-hospital:after {
    content: "\10f0f8"
}

.fad.fa-hospital-alt:after {
    content: "\10f47d"
}

.fad.fa-hospital-symbol:after {
    content: "\10f47e"
}

.fad.fa-hospital-user:after {
    content: "\10f80d"
}

.fad.fa-hospitals:after {
    content: "\10f80e"
}

.fad.fa-hot-tub:after {
    content: "\10f593"
}

.fad.fa-hotdog:after {
    content: "\10f80f"
}

.fad.fa-hotel:after {
    content: "\10f594"
}

.fad.fa-hourglass:after {
    content: "\10f254"
}

.fad.fa-hourglass-end:after {
    content: "\10f253"
}

.fad.fa-hourglass-half:after {
    content: "\10f252"
}

.fad.fa-hourglass-start:after {
    content: "\10f251"
}

.fad.fa-house:after {
    content: "\10e00d"
}

.fad.fa-house-damage:after {
    content: "\10f6f1"
}

.fad.fa-house-day:after {
    content: "\10e00e"
}

.fad.fa-house-flood:after {
    content: "\10f74f"
}

.fad.fa-house-leave:after {
    content: "\10e00f"
}

.fad.fa-house-night:after {
    content: "\10e010"
}

.fad.fa-house-return:after {
    content: "\10e011"
}

.fad.fa-house-signal:after {
    content: "\10e012"
}

.fad.fa-house-user:after {
    content: "\10e065"
}

.fad.fa-hryvnia:after {
    content: "\10f6f2"
}

.fad.fa-humidity:after {
    content: "\10f750"
}

.fad.fa-hurricane:after {
    content: "\10f751"
}

.fad.fa-i-cursor:after {
    content: "\10f246"
}

.fad.fa-ice-cream:after {
    content: "\10f810"
}

.fad.fa-ice-skate:after {
    content: "\10f7ac"
}

.fad.fa-icicles:after {
    content: "\10f7ad"
}

.fad.fa-icons:after {
    content: "\10f86d"
}

.fad.fa-icons-alt:after {
    content: "\10f86e"
}

.fad.fa-id-badge:after {
    content: "\10f2c1"
}

.fad.fa-id-card:after {
    content: "\10f2c2"
}

.fad.fa-id-card-alt:after {
    content: "\10f47f"
}

.fad.fa-igloo:after {
    content: "\10f7ae"
}

.fad.fa-image:after {
    content: "\10f03e"
}

.fad.fa-image-polaroid:after {
    content: "\10f8c4"
}

.fad.fa-images:after {
    content: "\10f302"
}

.fad.fa-inbox:after {
    content: "\10f01c"
}

.fad.fa-inbox-in:after {
    content: "\10f310"
}

.fad.fa-inbox-out:after {
    content: "\10f311"
}

.fad.fa-indent:after {
    content: "\10f03c"
}

.fad.fa-industry:after {
    content: "\10f275"
}

.fad.fa-industry-alt:after {
    content: "\10f3b3"
}

.fad.fa-infinity:after {
    content: "\10f534"
}

.fad.fa-info:after {
    content: "\10f129"
}

.fad.fa-info-circle:after {
    content: "\10f05a"
}

.fad.fa-info-square:after {
    content: "\10f30f"
}

.fad.fa-inhaler:after {
    content: "\10f5f9"
}

.fad.fa-integral:after {
    content: "\10f667"
}

.fad.fa-intersection:after {
    content: "\10f668"
}

.fad.fa-inventory:after {
    content: "\10f480"
}

.fad.fa-island-tropical:after {
    content: "\10f811"
}

.fad.fa-italic:after {
    content: "\10f033"
}

.fad.fa-jack-o-lantern:after {
    content: "\10f30e"
}

.fad.fa-jedi:after {
    content: "\10f669"
}

.fad.fa-joint:after {
    content: "\10f595"
}

.fad.fa-journal-whills:after {
    content: "\10f66a"
}

.fad.fa-joystick:after {
    content: "\10f8c5"
}

.fad.fa-jug:after {
    content: "\10f8c6"
}

.fad.fa-kaaba:after {
    content: "\10f66b"
}

.fad.fa-kazoo:after {
    content: "\10f8c7"
}

.fad.fa-kerning:after {
    content: "\10f86f"
}

.fad.fa-key:after {
    content: "\10f084"
}

.fad.fa-key-skeleton:after {
    content: "\10f6f3"
}

.fad.fa-keyboard:after {
    content: "\10f11c"
}

.fad.fa-keynote:after {
    content: "\10f66c"
}

.fad.fa-khanda:after {
    content: "\10f66d"
}

.fad.fa-kidneys:after {
    content: "\10f5fb"
}

.fad.fa-kiss:after {
    content: "\10f596"
}

.fad.fa-kiss-beam:after {
    content: "\10f597"
}

.fad.fa-kiss-wink-heart:after {
    content: "\10f598"
}

.fad.fa-kite:after {
    content: "\10f6f4"
}

.fad.fa-kiwi-bird:after {
    content: "\10f535"
}

.fad.fa-knife-kitchen:after {
    content: "\10f6f5"
}

.fad.fa-lambda:after {
    content: "\10f66e"
}

.fad.fa-lamp:after {
    content: "\10f4ca"
}

.fad.fa-lamp-desk:after {
    content: "\10e014"
}

.fad.fa-lamp-floor:after {
    content: "\10e015"
}

.fad.fa-landmark:after {
    content: "\10f66f"
}

.fad.fa-landmark-alt:after {
    content: "\10f752"
}

.fad.fa-language:after {
    content: "\10f1ab"
}

.fad.fa-laptop:after {
    content: "\10f109"
}

.fad.fa-laptop-code:after {
    content: "\10f5fc"
}

.fad.fa-laptop-house:after {
    content: "\10e066"
}

.fad.fa-laptop-medical:after {
    content: "\10f812"
}

.fad.fa-lasso:after {
    content: "\10f8c8"
}

.fad.fa-laugh:after {
    content: "\10f599"
}

.fad.fa-laugh-beam:after {
    content: "\10f59a"
}

.fad.fa-laugh-squint:after {
    content: "\10f59b"
}

.fad.fa-laugh-wink:after {
    content: "\10f59c"
}

.fad.fa-layer-group:after {
    content: "\10f5fd"
}

.fad.fa-layer-minus:after {
    content: "\10f5fe"
}

.fad.fa-layer-plus:after {
    content: "\10f5ff"
}

.fad.fa-leaf:after {
    content: "\10f06c"
}

.fad.fa-leaf-heart:after {
    content: "\10f4cb"
}

.fad.fa-leaf-maple:after {
    content: "\10f6f6"
}

.fad.fa-leaf-oak:after {
    content: "\10f6f7"
}

.fad.fa-lemon:after {
    content: "\10f094"
}

.fad.fa-less-than:after {
    content: "\10f536"
}

.fad.fa-less-than-equal:after {
    content: "\10f537"
}

.fad.fa-level-down:after {
    content: "\10f149"
}

.fad.fa-level-down-alt:after {
    content: "\10f3be"
}

.fad.fa-level-up:after {
    content: "\10f148"
}

.fad.fa-level-up-alt:after {
    content: "\10f3bf"
}

.fad.fa-life-ring:after {
    content: "\10f1cd"
}

.fad.fa-light-ceiling:after {
    content: "\10e016"
}

.fad.fa-light-switch:after {
    content: "\10e017"
}

.fad.fa-light-switch-off:after {
    content: "\10e018"
}

.fad.fa-light-switch-on:after {
    content: "\10e019"
}

.fad.fa-lightbulb:after {
    content: "\10f0eb"
}

.fad.fa-lightbulb-dollar:after {
    content: "\10f670"
}

.fad.fa-lightbulb-exclamation:after {
    content: "\10f671"
}

.fad.fa-lightbulb-on:after {
    content: "\10f672"
}

.fad.fa-lightbulb-slash:after {
    content: "\10f673"
}

.fad.fa-lights-holiday:after {
    content: "\10f7b2"
}

.fad.fa-line-columns:after {
    content: "\10f870"
}

.fad.fa-line-height:after {
    content: "\10f871"
}

.fad.fa-link:after {
    content: "\10f0c1"
}

.fad.fa-lips:after {
    content: "\10f600"
}

.fad.fa-lira-sign:after {
    content: "\10f195"
}

.fad.fa-list:after {
    content: "\10f03a"
}

.fad.fa-list-alt:after {
    content: "\10f022"
}

.fad.fa-list-music:after {
    content: "\10f8c9"
}

.fad.fa-list-ol:after {
    content: "\10f0cb"
}

.fad.fa-list-ul:after {
    content: "\10f0ca"
}

.fad.fa-location:after {
    content: "\10f601"
}

.fad.fa-location-arrow:after {
    content: "\10f124"
}

.fad.fa-location-circle:after {
    content: "\10f602"
}

.fad.fa-location-slash:after {
    content: "\10f603"
}

.fad.fa-lock:after {
    content: "\10f023"
}

.fad.fa-lock-alt:after {
    content: "\10f30d"
}

.fad.fa-lock-open:after {
    content: "\10f3c1"
}

.fad.fa-lock-open-alt:after {
    content: "\10f3c2"
}

.fad.fa-long-arrow-alt-down:after {
    content: "\10f309"
}

.fad.fa-long-arrow-alt-left:after {
    content: "\10f30a"
}

.fad.fa-long-arrow-alt-right:after {
    content: "\10f30b"
}

.fad.fa-long-arrow-alt-up:after {
    content: "\10f30c"
}

.fad.fa-long-arrow-down:after {
    content: "\10f175"
}

.fad.fa-long-arrow-left:after {
    content: "\10f177"
}

.fad.fa-long-arrow-right:after {
    content: "\10f178"
}

.fad.fa-long-arrow-up:after {
    content: "\10f176"
}

.fad.fa-loveseat:after {
    content: "\10f4cc"
}

.fad.fa-low-vision:after {
    content: "\10f2a8"
}

.fad.fa-luchador:after {
    content: "\10f455"
}

.fad.fa-luggage-cart:after {
    content: "\10f59d"
}

.fad.fa-lungs:after {
    content: "\10f604"
}

.fad.fa-lungs-virus:after {
    content: "\10e067"
}

.fad.fa-mace:after {
    content: "\10f6f8"
}

.fad.fa-magic:after {
    content: "\10f0d0"
}

.fad.fa-magnet:after {
    content: "\10f076"
}

.fad.fa-mail-bulk:after {
    content: "\10f674"
}

.fad.fa-mailbox:after {
    content: "\10f813"
}

.fad.fa-male:after {
    content: "\10f183"
}

.fad.fa-mandolin:after {
    content: "\10f6f9"
}

.fad.fa-map:after {
    content: "\10f279"
}

.fad.fa-map-marked:after {
    content: "\10f59f"
}

.fad.fa-map-marked-alt:after {
    content: "\10f5a0"
}

.fad.fa-map-marker:after {
    content: "\10f041"
}

.fad.fa-map-marker-alt:after {
    content: "\10f3c5"
}

.fad.fa-map-marker-alt-slash:after {
    content: "\10f605"
}

.fad.fa-map-marker-check:after {
    content: "\10f606"
}

.fad.fa-map-marker-edit:after {
    content: "\10f607"
}

.fad.fa-map-marker-exclamation:after {
    content: "\10f608"
}

.fad.fa-map-marker-minus:after {
    content: "\10f609"
}

.fad.fa-map-marker-plus:after {
    content: "\10f60a"
}

.fad.fa-map-marker-question:after {
    content: "\10f60b"
}

.fad.fa-map-marker-slash:after {
    content: "\10f60c"
}

.fad.fa-map-marker-smile:after {
    content: "\10f60d"
}

.fad.fa-map-marker-times:after {
    content: "\10f60e"
}

.fad.fa-map-pin:after {
    content: "\10f276"
}

.fad.fa-map-signs:after {
    content: "\10f277"
}

.fad.fa-marker:after {
    content: "\10f5a1"
}

.fad.fa-mars:after {
    content: "\10f222"
}

.fad.fa-mars-double:after {
    content: "\10f227"
}

.fad.fa-mars-stroke:after {
    content: "\10f229"
}

.fad.fa-mars-stroke-h:after {
    content: "\10f22b"
}

.fad.fa-mars-stroke-v:after {
    content: "\10f22a"
}

.fad.fa-mask:after {
    content: "\10f6fa"
}

.fad.fa-meat:after {
    content: "\10f814"
}

.fad.fa-medal:after {
    content: "\10f5a2"
}

.fad.fa-medkit:after {
    content: "\10f0fa"
}

.fad.fa-megaphone:after {
    content: "\10f675"
}

.fad.fa-meh:after {
    content: "\10f11a"
}

.fad.fa-meh-blank:after {
    content: "\10f5a4"
}

.fad.fa-meh-rolling-eyes:after {
    content: "\10f5a5"
}

.fad.fa-memory:after {
    content: "\10f538"
}

.fad.fa-menorah:after {
    content: "\10f676"
}

.fad.fa-mercury:after {
    content: "\10f223"
}

.fad.fa-meteor:after {
    content: "\10f753"
}

.fad.fa-microchip:after {
    content: "\10f2db"
}

.fad.fa-microphone:after {
    content: "\10f130"
}

.fad.fa-microphone-alt:after {
    content: "\10f3c9"
}

.fad.fa-microphone-alt-slash:after {
    content: "\10f539"
}

.fad.fa-microphone-slash:after {
    content: "\10f131"
}

.fad.fa-microphone-stand:after {
    content: "\10f8cb"
}

.fad.fa-microscope:after {
    content: "\10f610"
}

.fad.fa-microwave:after {
    content: "\10e01b"
}

.fad.fa-mind-share:after {
    content: "\10f677"
}

.fad.fa-minus:after {
    content: "\10f068"
}

.fad.fa-minus-circle:after {
    content: "\10f056"
}

.fad.fa-minus-hexagon:after {
    content: "\10f307"
}

.fad.fa-minus-octagon:after {
    content: "\10f308"
}

.fad.fa-minus-square:after {
    content: "\10f146"
}

.fad.fa-mistletoe:after {
    content: "\10f7b4"
}

.fad.fa-mitten:after {
    content: "\10f7b5"
}

.fad.fa-mobile:after {
    content: "\10f10b"
}

.fad.fa-mobile-alt:after {
    content: "\10f3cd"
}

.fad.fa-mobile-android:after {
    content: "\10f3ce"
}

.fad.fa-mobile-android-alt:after {
    content: "\10f3cf"
}

.fad.fa-money-bill:after {
    content: "\10f0d6"
}

.fad.fa-money-bill-alt:after {
    content: "\10f3d1"
}

.fad.fa-money-bill-wave:after {
    content: "\10f53a"
}

.fad.fa-money-bill-wave-alt:after {
    content: "\10f53b"
}

.fad.fa-money-check:after {
    content: "\10f53c"
}

.fad.fa-money-check-alt:after {
    content: "\10f53d"
}

.fad.fa-money-check-edit:after {
    content: "\10f872"
}

.fad.fa-money-check-edit-alt:after {
    content: "\10f873"
}

.fad.fa-monitor-heart-rate:after {
    content: "\10f611"
}

.fad.fa-monkey:after {
    content: "\10f6fb"
}

.fad.fa-monument:after {
    content: "\10f5a6"
}

.fad.fa-moon:after {
    content: "\10f186"
}

.fad.fa-moon-cloud:after {
    content: "\10f754"
}

.fad.fa-moon-stars:after {
    content: "\10f755"
}

.fad.fa-mortar-pestle:after {
    content: "\10f5a7"
}

.fad.fa-mosque:after {
    content: "\10f678"
}

.fad.fa-motorcycle:after {
    content: "\10f21c"
}

.fad.fa-mountain:after {
    content: "\10f6fc"
}

.fad.fa-mountains:after {
    content: "\10f6fd"
}

.fad.fa-mouse:after {
    content: "\10f8cc"
}

.fad.fa-mouse-alt:after {
    content: "\10f8cd"
}

.fad.fa-mouse-pointer:after {
    content: "\10f245"
}

.fad.fa-mp3-player:after {
    content: "\10f8ce"
}

.fad.fa-mug:after {
    content: "\10f874"
}

.fad.fa-mug-hot:after {
    content: "\10f7b6"
}

.fad.fa-mug-marshmallows:after {
    content: "\10f7b7"
}

.fad.fa-mug-tea:after {
    content: "\10f875"
}

.fad.fa-music:after {
    content: "\10f001"
}

.fad.fa-music-alt:after {
    content: "\10f8cf"
}

.fad.fa-music-alt-slash:after {
    content: "\10f8d0"
}

.fad.fa-music-slash:after {
    content: "\10f8d1"
}

.fad.fa-narwhal:after {
    content: "\10f6fe"
}

.fad.fa-network-wired:after {
    content: "\10f6ff"
}

.fad.fa-neuter:after {
    content: "\10f22c"
}

.fad.fa-newspaper:after {
    content: "\10f1ea"
}

.fad.fa-not-equal:after {
    content: "\10f53e"
}

.fad.fa-notes-medical:after {
    content: "\10f481"
}

.fad.fa-object-group:after {
    content: "\10f247"
}

.fad.fa-object-ungroup:after {
    content: "\10f248"
}

.fad.fa-octagon:after {
    content: "\10f306"
}

.fad.fa-oil-can:after {
    content: "\10f613"
}

.fad.fa-oil-temp:after {
    content: "\10f614"
}

.fad.fa-om:after {
    content: "\10f679"
}

.fad.fa-omega:after {
    content: "\10f67a"
}

.fad.fa-ornament:after {
    content: "\10f7b8"
}

.fad.fa-otter:after {
    content: "\10f700"
}

.fad.fa-outdent:after {
    content: "\10f03b"
}

.fad.fa-outlet:after {
    content: "\10e01c"
}

.fad.fa-oven:after {
    content: "\10e01d"
}

.fad.fa-overline:after {
    content: "\10f876"
}

.fad.fa-page-break:after {
    content: "\10f877"
}

.fad.fa-pager:after {
    content: "\10f815"
}

.fad.fa-paint-brush:after {
    content: "\10f1fc"
}

.fad.fa-paint-brush-alt:after {
    content: "\10f5a9"
}

.fad.fa-paint-roller:after {
    content: "\10f5aa"
}

.fad.fa-palette:after {
    content: "\10f53f"
}

.fad.fa-pallet:after {
    content: "\10f482"
}

.fad.fa-pallet-alt:after {
    content: "\10f483"
}

.fad.fa-paper-plane:after {
    content: "\10f1d8"
}

.fad.fa-paperclip:after {
    content: "\10f0c6"
}

.fad.fa-parachute-box:after {
    content: "\10f4cd"
}

.fad.fa-paragraph:after {
    content: "\10f1dd"
}

.fad.fa-paragraph-rtl:after {
    content: "\10f878"
}

.fad.fa-parking:after {
    content: "\10f540"
}

.fad.fa-parking-circle:after {
    content: "\10f615"
}

.fad.fa-parking-circle-slash:after {
    content: "\10f616"
}

.fad.fa-parking-slash:after {
    content: "\10f617"
}

.fad.fa-passport:after {
    content: "\10f5ab"
}

.fad.fa-pastafarianism:after {
    content: "\10f67b"
}

.fad.fa-paste:after {
    content: "\10f0ea"
}

.fad.fa-pause:after {
    content: "\10f04c"
}

.fad.fa-pause-circle:after {
    content: "\10f28b"
}

.fad.fa-paw:after {
    content: "\10f1b0"
}

.fad.fa-paw-alt:after {
    content: "\10f701"
}

.fad.fa-paw-claws:after {
    content: "\10f702"
}

.fad.fa-peace:after {
    content: "\10f67c"
}

.fad.fa-pegasus:after {
    content: "\10f703"
}

.fad.fa-pen:after {
    content: "\10f304"
}

.fad.fa-pen-alt:after {
    content: "\10f305"
}

.fad.fa-pen-fancy:after {
    content: "\10f5ac"
}

.fad.fa-pen-nib:after {
    content: "\10f5ad"
}

.fad.fa-pen-square:after {
    content: "\10f14b"
}

.fad.fa-pencil:after {
    content: "\10f040"
}

.fad.fa-pencil-alt:after {
    content: "\10f303"
}

.fad.fa-pencil-paintbrush:after {
    content: "\10f618"
}

.fad.fa-pencil-ruler:after {
    content: "\10f5ae"
}

.fad.fa-pennant:after {
    content: "\10f456"
}

.fad.fa-people-arrows:after {
    content: "\10e068"
}

.fad.fa-people-carry:after {
    content: "\10f4ce"
}

.fad.fa-pepper-hot:after {
    content: "\10f816"
}

.fad.fa-percent:after {
    content: "\10f295"
}

.fad.fa-percentage:after {
    content: "\10f541"
}

.fad.fa-person-booth:after {
    content: "\10f756"
}

.fad.fa-person-carry:after {
    content: "\10f4cf"
}

.fad.fa-person-dolly:after {
    content: "\10f4d0"
}

.fad.fa-person-dolly-empty:after {
    content: "\10f4d1"
}

.fad.fa-person-sign:after {
    content: "\10f757"
}

.fad.fa-phone:after {
    content: "\10f095"
}

.fad.fa-phone-alt:after {
    content: "\10f879"
}

.fad.fa-phone-laptop:after {
    content: "\10f87a"
}

.fad.fa-phone-office:after {
    content: "\10f67d"
}

.fad.fa-phone-plus:after {
    content: "\10f4d2"
}

.fad.fa-phone-rotary:after {
    content: "\10f8d3"
}

.fad.fa-phone-slash:after {
    content: "\10f3dd"
}

.fad.fa-phone-square:after {
    content: "\10f098"
}

.fad.fa-phone-square-alt:after {
    content: "\10f87b"
}

.fad.fa-phone-volume:after {
    content: "\10f2a0"
}

.fad.fa-photo-video:after {
    content: "\10f87c"
}

.fad.fa-pi:after {
    content: "\10f67e"
}

.fad.fa-piano:after {
    content: "\10f8d4"
}

.fad.fa-piano-keyboard:after {
    content: "\10f8d5"
}

.fad.fa-pie:after {
    content: "\10f705"
}

.fad.fa-pig:after {
    content: "\10f706"
}

.fad.fa-piggy-bank:after {
    content: "\10f4d3"
}

.fad.fa-pills:after {
    content: "\10f484"
}

.fad.fa-pizza:after {
    content: "\10f817"
}

.fad.fa-pizza-slice:after {
    content: "\10f818"
}

.fad.fa-place-of-worship:after {
    content: "\10f67f"
}

.fad.fa-plane:after {
    content: "\10f072"
}

.fad.fa-plane-alt:after {
    content: "\10f3de"
}

.fad.fa-plane-arrival:after {
    content: "\10f5af"
}

.fad.fa-plane-departure:after {
    content: "\10f5b0"
}

.fad.fa-plane-slash:after {
    content: "\10e069"
}

.fad.fa-planet-moon:after {
    content: "\10e01f"
}

.fad.fa-planet-ringed:after {
    content: "\10e020"
}

.fad.fa-play:after {
    content: "\10f04b"
}

.fad.fa-play-circle:after {
    content: "\10f144"
}

.fad.fa-plug:after {
    content: "\10f1e6"
}

.fad.fa-plus:after {
    content: "\10f067"
}

.fad.fa-plus-circle:after {
    content: "\10f055"
}

.fad.fa-plus-hexagon:after {
    content: "\10f300"
}

.fad.fa-plus-octagon:after {
    content: "\10f301"
}

.fad.fa-plus-square:after {
    content: "\10f0fe"
}

.fad.fa-podcast:after {
    content: "\10f2ce"
}

.fad.fa-podium:after {
    content: "\10f680"
}

.fad.fa-podium-star:after {
    content: "\10f758"
}

.fad.fa-police-box:after {
    content: "\10e021"
}

.fad.fa-poll:after {
    content: "\10f681"
}

.fad.fa-poll-h:after {
    content: "\10f682"
}

.fad.fa-poll-people:after {
    content: "\10f759"
}

.fad.fa-poo:after {
    content: "\10f2fe"
}

.fad.fa-poo-storm:after {
    content: "\10f75a"
}

.fad.fa-poop:after {
    content: "\10f619"
}

.fad.fa-popcorn:after {
    content: "\10f819"
}

.fad.fa-portal-enter:after {
    content: "\10e022"
}

.fad.fa-portal-exit:after {
    content: "\10e023"
}

.fad.fa-portrait:after {
    content: "\10f3e0"
}

.fad.fa-pound-sign:after {
    content: "\10f154"
}

.fad.fa-power-off:after {
    content: "\10f011"
}

.fad.fa-pray:after {
    content: "\10f683"
}

.fad.fa-praying-hands:after {
    content: "\10f684"
}

.fad.fa-prescription:after {
    content: "\10f5b1"
}

.fad.fa-prescription-bottle:after {
    content: "\10f485"
}

.fad.fa-prescription-bottle-alt:after {
    content: "\10f486"
}

.fad.fa-presentation:after {
    content: "\10f685"
}

.fad.fa-print:after {
    content: "\10f02f"
}

.fad.fa-print-search:after {
    content: "\10f81a"
}

.fad.fa-print-slash:after {
    content: "\10f686"
}

.fad.fa-procedures:after {
    content: "\10f487"
}

.fad.fa-project-diagram:after {
    content: "\10f542"
}

.fad.fa-projector:after {
    content: "\10f8d6"
}

.fad.fa-pump-medical:after {
    content: "\10e06a"
}

.fad.fa-pump-soap:after {
    content: "\10e06b"
}

.fad.fa-pumpkin:after {
    content: "\10f707"
}

.fad.fa-puzzle-piece:after {
    content: "\10f12e"
}

.fad.fa-qrcode:after {
    content: "\10f029"
}

.fad.fa-question:after {
    content: "\10f128"
}

.fad.fa-question-circle:after {
    content: "\10f059"
}

.fad.fa-question-square:after {
    content: "\10f2fd"
}

.fad.fa-quidditch:after {
    content: "\10f458"
}

.fad.fa-quote-left:after {
    content: "\10f10d"
}

.fad.fa-quote-right:after {
    content: "\10f10e"
}

.fad.fa-quran:after {
    content: "\10f687"
}

.fad.fa-rabbit:after {
    content: "\10f708"
}

.fad.fa-rabbit-fast:after {
    content: "\10f709"
}

.fad.fa-racquet:after {
    content: "\10f45a"
}

.fad.fa-radar:after {
    content: "\10e024"
}

.fad.fa-radiation:after {
    content: "\10f7b9"
}

.fad.fa-radiation-alt:after {
    content: "\10f7ba"
}

.fad.fa-radio:after {
    content: "\10f8d7"
}

.fad.fa-radio-alt:after {
    content: "\10f8d8"
}

.fad.fa-rainbow:after {
    content: "\10f75b"
}

.fad.fa-raindrops:after {
    content: "\10f75c"
}

.fad.fa-ram:after {
    content: "\10f70a"
}

.fad.fa-ramp-loading:after {
    content: "\10f4d4"
}

.fad.fa-random:after {
    content: "\10f074"
}

.fad.fa-raygun:after {
    content: "\10e025"
}

.fad.fa-receipt:after {
    content: "\10f543"
}

.fad.fa-record-vinyl:after {
    content: "\10f8d9"
}

.fad.fa-rectangle-landscape:after {
    content: "\10f2fa"
}

.fad.fa-rectangle-portrait:after {
    content: "\10f2fb"
}

.fad.fa-rectangle-wide:after {
    content: "\10f2fc"
}

.fad.fa-recycle:after {
    content: "\10f1b8"
}

.fad.fa-redo:after {
    content: "\10f01e"
}

.fad.fa-redo-alt:after {
    content: "\10f2f9"
}

.fad.fa-refrigerator:after {
    content: "\10e026"
}

.fad.fa-registered:after {
    content: "\10f25d"
}

.fad.fa-remove-format:after {
    content: "\10f87d"
}

.fad.fa-repeat:after {
    content: "\10f363"
}

.fad.fa-repeat-1:after {
    content: "\10f365"
}

.fad.fa-repeat-1-alt:after {
    content: "\10f366"
}

.fad.fa-repeat-alt:after {
    content: "\10f364"
}

.fad.fa-reply:after {
    content: "\10f3e5"
}

.fad.fa-reply-all:after {
    content: "\10f122"
}

.fad.fa-republican:after {
    content: "\10f75e"
}

.fad.fa-restroom:after {
    content: "\10f7bd"
}

.fad.fa-retweet:after {
    content: "\10f079"
}

.fad.fa-retweet-alt:after {
    content: "\10f361"
}

.fad.fa-ribbon:after {
    content: "\10f4d6"
}

.fad.fa-ring:after {
    content: "\10f70b"
}

.fad.fa-rings-wedding:after {
    content: "\10f81b"
}

.fad.fa-road:after {
    content: "\10f018"
}

.fad.fa-robot:after {
    content: "\10f544"
}

.fad.fa-rocket:after {
    content: "\10f135"
}

.fad.fa-rocket-launch:after {
    content: "\10e027"
}

.fad.fa-route:after {
    content: "\10f4d7"
}

.fad.fa-route-highway:after {
    content: "\10f61a"
}

.fad.fa-route-interstate:after {
    content: "\10f61b"
}

.fad.fa-router:after {
    content: "\10f8da"
}

.fad.fa-rss:after {
    content: "\10f09e"
}

.fad.fa-rss-square:after {
    content: "\10f143"
}

.fad.fa-ruble-sign:after {
    content: "\10f158"
}

.fad.fa-ruler:after {
    content: "\10f545"
}

.fad.fa-ruler-combined:after {
    content: "\10f546"
}

.fad.fa-ruler-horizontal:after {
    content: "\10f547"
}

.fad.fa-ruler-triangle:after {
    content: "\10f61c"
}

.fad.fa-ruler-vertical:after {
    content: "\10f548"
}

.fad.fa-running:after {
    content: "\10f70c"
}

.fad.fa-rupee-sign:after {
    content: "\10f156"
}

.fad.fa-rv:after {
    content: "\10f7be"
}

.fad.fa-sack:after {
    content: "\10f81c"
}

.fad.fa-sack-dollar:after {
    content: "\10f81d"
}

.fad.fa-sad-cry:after {
    content: "\10f5b3"
}

.fad.fa-sad-tear:after {
    content: "\10f5b4"
}

.fad.fa-salad:after {
    content: "\10f81e"
}

.fad.fa-sandwich:after {
    content: "\10f81f"
}

.fad.fa-satellite:after {
    content: "\10f7bf"
}

.fad.fa-satellite-dish:after {
    content: "\10f7c0"
}

.fad.fa-sausage:after {
    content: "\10f820"
}

.fad.fa-save:after {
    content: "\10f0c7"
}

.fad.fa-sax-hot:after {
    content: "\10f8db"
}

.fad.fa-saxophone:after {
    content: "\10f8dc"
}

.fad.fa-scalpel:after {
    content: "\10f61d"
}

.fad.fa-scalpel-path:after {
    content: "\10f61e"
}

.fad.fa-scanner:after {
    content: "\10f488"
}

.fad.fa-scanner-image:after {
    content: "\10f8f3"
}

.fad.fa-scanner-keyboard:after {
    content: "\10f489"
}

.fad.fa-scanner-touchscreen:after {
    content: "\10f48a"
}

.fad.fa-scarecrow:after {
    content: "\10f70d"
}

.fad.fa-scarf:after {
    content: "\10f7c1"
}

.fad.fa-school:after {
    content: "\10f549"
}

.fad.fa-screwdriver:after {
    content: "\10f54a"
}

.fad.fa-scroll:after {
    content: "\10f70e"
}

.fad.fa-scroll-old:after {
    content: "\10f70f"
}

.fad.fa-scrubber:after {
    content: "\10f2f8"
}

.fad.fa-scythe:after {
    content: "\10f710"
}

.fad.fa-sd-card:after {
    content: "\10f7c2"
}

.fad.fa-search:after {
    content: "\10f002"
}

.fad.fa-search-dollar:after {
    content: "\10f688"
}

.fad.fa-search-location:after {
    content: "\10f689"
}

.fad.fa-search-minus:after {
    content: "\10f010"
}

.fad.fa-search-plus:after {
    content: "\10f00e"
}

.fad.fa-seedling:after {
    content: "\10f4d8"
}

.fad.fa-send-back:after {
    content: "\10f87e"
}

.fad.fa-send-backward:after {
    content: "\10f87f"
}

.fad.fa-sensor:after {
    content: "\10e028"
}

.fad.fa-sensor-alert:after {
    content: "\10e029"
}

.fad.fa-sensor-fire:after {
    content: "\10e02a"
}

.fad.fa-sensor-on:after {
    content: "\10e02b"
}

.fad.fa-sensor-smoke:after {
    content: "\10e02c"
}

.fad.fa-server:after {
    content: "\10f233"
}

.fad.fa-shapes:after {
    content: "\10f61f"
}

.fad.fa-share:after {
    content: "\10f064"
}

.fad.fa-share-all:after {
    content: "\10f367"
}

.fad.fa-share-alt:after {
    content: "\10f1e0"
}

.fad.fa-share-alt-square:after {
    content: "\10f1e1"
}

.fad.fa-share-square:after {
    content: "\10f14d"
}

.fad.fa-sheep:after {
    content: "\10f711"
}

.fad.fa-shekel-sign:after {
    content: "\10f20b"
}

.fad.fa-shield:after {
    content: "\10f132"
}

.fad.fa-shield-alt:after {
    content: "\10f3ed"
}

.fad.fa-shield-check:after {
    content: "\10f2f7"
}

.fad.fa-shield-cross:after {
    content: "\10f712"
}

.fad.fa-shield-virus:after {
    content: "\10e06c"
}

.fad.fa-ship:after {
    content: "\10f21a"
}

.fad.fa-shipping-fast:after {
    content: "\10f48b"
}

.fad.fa-shipping-timed:after {
    content: "\10f48c"
}

.fad.fa-shish-kebab:after {
    content: "\10f821"
}

.fad.fa-shoe-prints:after {
    content: "\10f54b"
}

.fad.fa-shopping-bag:after {
    content: "\10f290"
}

.fad.fa-shopping-basket:after {
    content: "\10f291"
}

.fad.fa-shopping-cart:after {
    content: "\10f07a"
}

.fad.fa-shovel:after {
    content: "\10f713"
}

.fad.fa-shovel-snow:after {
    content: "\10f7c3"
}

.fad.fa-shower:after {
    content: "\10f2cc"
}

.fad.fa-shredder:after {
    content: "\10f68a"
}

.fad.fa-shuttle-van:after {
    content: "\10f5b6"
}

.fad.fa-shuttlecock:after {
    content: "\10f45b"
}

.fad.fa-sickle:after {
    content: "\10f822"
}

.fad.fa-sigma:after {
    content: "\10f68b"
}

.fad.fa-sign:after {
    content: "\10f4d9"
}

.fad.fa-sign-in:after {
    content: "\10f090"
}

.fad.fa-sign-in-alt:after {
    content: "\10f2f6"
}

.fad.fa-sign-language:after {
    content: "\10f2a7"
}

.fad.fa-sign-out:after {
    content: "\10f08b"
}

.fad.fa-sign-out-alt:after {
    content: "\10f2f5"
}

.fad.fa-signal:after {
    content: "\10f012"
}

.fad.fa-signal-1:after {
    content: "\10f68c"
}

.fad.fa-signal-2:after {
    content: "\10f68d"
}

.fad.fa-signal-3:after {
    content: "\10f68e"
}

.fad.fa-signal-4:after {
    content: "\10f68f"
}

.fad.fa-signal-alt:after {
    content: "\10f690"
}

.fad.fa-signal-alt-1:after {
    content: "\10f691"
}

.fad.fa-signal-alt-2:after {
    content: "\10f692"
}

.fad.fa-signal-alt-3:after {
    content: "\10f693"
}

.fad.fa-signal-alt-slash:after {
    content: "\10f694"
}

.fad.fa-signal-slash:after {
    content: "\10f695"
}

.fad.fa-signal-stream:after {
    content: "\10f8dd"
}

.fad.fa-signature:after {
    content: "\10f5b7"
}

.fad.fa-sim-card:after {
    content: "\10f7c4"
}

.fad.fa-sink:after {
    content: "\10e06d"
}

.fad.fa-siren:after {
    content: "\10e02d"
}

.fad.fa-siren-on:after {
    content: "\10e02e"
}

.fad.fa-sitemap:after {
    content: "\10f0e8"
}

.fad.fa-skating:after {
    content: "\10f7c5"
}

.fad.fa-skeleton:after {
    content: "\10f620"
}

.fad.fa-ski-jump:after {
    content: "\10f7c7"
}

.fad.fa-ski-lift:after {
    content: "\10f7c8"
}

.fad.fa-skiing:after {
    content: "\10f7c9"
}

.fad.fa-skiing-nordic:after {
    content: "\10f7ca"
}

.fad.fa-skull:after {
    content: "\10f54c"
}

.fad.fa-skull-cow:after {
    content: "\10f8de"
}

.fad.fa-skull-crossbones:after {
    content: "\10f714"
}

.fad.fa-slash:after {
    content: "\10f715"
}

.fad.fa-sledding:after {
    content: "\10f7cb"
}

.fad.fa-sleigh:after {
    content: "\10f7cc"
}

.fad.fa-sliders-h:after {
    content: "\10f1de"
}

.fad.fa-sliders-h-square:after {
    content: "\10f3f0"
}

.fad.fa-sliders-v:after {
    content: "\10f3f1"
}

.fad.fa-sliders-v-square:after {
    content: "\10f3f2"
}

.fad.fa-smile:after {
    content: "\10f118"
}

.fad.fa-smile-beam:after {
    content: "\10f5b8"
}

.fad.fa-smile-plus:after {
    content: "\10f5b9"
}

.fad.fa-smile-wink:after {
    content: "\10f4da"
}

.fad.fa-smog:after {
    content: "\10f75f"
}

.fad.fa-smoke:after {
    content: "\10f760"
}

.fad.fa-smoking:after {
    content: "\10f48d"
}

.fad.fa-smoking-ban:after {
    content: "\10f54d"
}

.fad.fa-sms:after {
    content: "\10f7cd"
}

.fad.fa-snake:after {
    content: "\10f716"
}

.fad.fa-snooze:after {
    content: "\10f880"
}

.fad.fa-snow-blowing:after {
    content: "\10f761"
}

.fad.fa-snowboarding:after {
    content: "\10f7ce"
}

.fad.fa-snowflake:after {
    content: "\10f2dc"
}

.fad.fa-snowflakes:after {
    content: "\10f7cf"
}

.fad.fa-snowman:after {
    content: "\10f7d0"
}

.fad.fa-snowmobile:after {
    content: "\10f7d1"
}

.fad.fa-snowplow:after {
    content: "\10f7d2"
}

.fad.fa-soap:after {
    content: "\10e06e"
}

.fad.fa-socks:after {
    content: "\10f696"
}

.fad.fa-solar-panel:after {
    content: "\10f5ba"
}

.fad.fa-solar-system:after {
    content: "\10e02f"
}

.fad.fa-sort:after {
    content: "\10f0dc"
}

.fad.fa-sort-alpha-down:after {
    content: "\10f15d"
}

.fad.fa-sort-alpha-down-alt:after {
    content: "\10f881"
}

.fad.fa-sort-alpha-up:after {
    content: "\10f15e"
}

.fad.fa-sort-alpha-up-alt:after {
    content: "\10f882"
}

.fad.fa-sort-alt:after {
    content: "\10f883"
}

.fad.fa-sort-amount-down:after {
    content: "\10f160"
}

.fad.fa-sort-amount-down-alt:after {
    content: "\10f884"
}

.fad.fa-sort-amount-up:after {
    content: "\10f161"
}

.fad.fa-sort-amount-up-alt:after {
    content: "\10f885"
}

.fad.fa-sort-circle:after {
    content: "\10e030"
}

.fad.fa-sort-circle-down:after {
    content: "\10e031"
}

.fad.fa-sort-circle-up:after {
    content: "\10e032"
}

.fad.fa-sort-down:after {
    content: "\10f0dd"
}

.fad.fa-sort-numeric-down:after {
    content: "\10f162"
}

.fad.fa-sort-numeric-down-alt:after {
    content: "\10f886"
}

.fad.fa-sort-numeric-up:after {
    content: "\10f163"
}

.fad.fa-sort-numeric-up-alt:after {
    content: "\10f887"
}

.fad.fa-sort-shapes-down:after {
    content: "\10f888"
}

.fad.fa-sort-shapes-down-alt:after {
    content: "\10f889"
}

.fad.fa-sort-shapes-up:after {
    content: "\10f88a"
}

.fad.fa-sort-shapes-up-alt:after {
    content: "\10f88b"
}

.fad.fa-sort-size-down:after {
    content: "\10f88c"
}

.fad.fa-sort-size-down-alt:after {
    content: "\10f88d"
}

.fad.fa-sort-size-up:after {
    content: "\10f88e"
}

.fad.fa-sort-size-up-alt:after {
    content: "\10f88f"
}

.fad.fa-sort-up:after {
    content: "\10f0de"
}

.fad.fa-soup:after {
    content: "\10f823"
}

.fad.fa-spa:after {
    content: "\10f5bb"
}

.fad.fa-space-shuttle:after {
    content: "\10f197"
}

.fad.fa-space-station-moon:after {
    content: "\10e033"
}

.fad.fa-space-station-moon-alt:after {
    content: "\10e034"
}

.fad.fa-spade:after {
    content: "\10f2f4"
}

.fad.fa-sparkles:after {
    content: "\10f890"
}

.fad.fa-speaker:after {
    content: "\10f8df"
}

.fad.fa-speakers:after {
    content: "\10f8e0"
}

.fad.fa-spell-check:after {
    content: "\10f891"
}

.fad.fa-spider:after {
    content: "\10f717"
}

.fad.fa-spider-black-widow:after {
    content: "\10f718"
}

.fad.fa-spider-web:after {
    content: "\10f719"
}

.fad.fa-spinner:after {
    content: "\10f110"
}

.fad.fa-spinner-third:after {
    content: "\10f3f4"
}

.fad.fa-splotch:after {
    content: "\10f5bc"
}

.fad.fa-spray-can:after {
    content: "\10f5bd"
}

.fad.fa-sprinkler:after {
    content: "\10e035"
}

.fad.fa-square:after {
    content: "\10f0c8"
}

.fad.fa-square-full:after {
    content: "\10f45c"
}

.fad.fa-square-root:after {
    content: "\10f697"
}

.fad.fa-square-root-alt:after {
    content: "\10f698"
}

.fad.fa-squirrel:after {
    content: "\10f71a"
}

.fad.fa-staff:after {
    content: "\10f71b"
}

.fad.fa-stamp:after {
    content: "\10f5bf"
}

.fad.fa-star:after {
    content: "\10f005"
}

.fad.fa-star-and-crescent:after {
    content: "\10f699"
}

.fad.fa-star-christmas:after {
    content: "\10f7d4"
}

.fad.fa-star-exclamation:after {
    content: "\10f2f3"
}

.fad.fa-star-half:after {
    content: "\10f089"
}

.fad.fa-star-half-alt:after {
    content: "\10f5c0"
}

.fad.fa-star-of-david:after {
    content: "\10f69a"
}

.fad.fa-star-of-life:after {
    content: "\10f621"
}

.fad.fa-star-shooting:after {
    content: "\10e036"
}

.fad.fa-starfighter:after {
    content: "\10e037"
}

.fad.fa-starfighter-alt:after {
    content: "\10e038"
}

.fad.fa-stars:after {
    content: "\10f762"
}

.fad.fa-starship:after {
    content: "\10e039"
}

.fad.fa-starship-freighter:after {
    content: "\10e03a"
}

.fad.fa-steak:after {
    content: "\10f824"
}

.fad.fa-steering-wheel:after {
    content: "\10f622"
}

.fad.fa-step-backward:after {
    content: "\10f048"
}

.fad.fa-step-forward:after {
    content: "\10f051"
}

.fad.fa-stethoscope:after {
    content: "\10f0f1"
}

.fad.fa-sticky-note:after {
    content: "\10f249"
}

.fad.fa-stocking:after {
    content: "\10f7d5"
}

.fad.fa-stomach:after {
    content: "\10f623"
}

.fad.fa-stop:after {
    content: "\10f04d"
}

.fad.fa-stop-circle:after {
    content: "\10f28d"
}

.fad.fa-stopwatch:after {
    content: "\10f2f2"
}

.fad.fa-stopwatch-20:after {
    content: "\10e06f"
}

.fad.fa-store:after {
    content: "\10f54e"
}

.fad.fa-store-alt:after {
    content: "\10f54f"
}

.fad.fa-store-alt-slash:after {
    content: "\10e070"
}

.fad.fa-store-slash:after {
    content: "\10e071"
}

.fad.fa-stream:after {
    content: "\10f550"
}

.fad.fa-street-view:after {
    content: "\10f21d"
}

.fad.fa-stretcher:after {
    content: "\10f825"
}

.fad.fa-strikethrough:after {
    content: "\10f0cc"
}

.fad.fa-stroopwafel:after {
    content: "\10f551"
}

.fad.fa-subscript:after {
    content: "\10f12c"
}

.fad.fa-subway:after {
    content: "\10f239"
}

.fad.fa-suitcase:after {
    content: "\10f0f2"
}

.fad.fa-suitcase-rolling:after {
    content: "\10f5c1"
}

.fad.fa-sun:after {
    content: "\10f185"
}

.fad.fa-sun-cloud:after {
    content: "\10f763"
}

.fad.fa-sun-dust:after {
    content: "\10f764"
}

.fad.fa-sun-haze:after {
    content: "\10f765"
}

.fad.fa-sunglasses:after {
    content: "\10f892"
}

.fad.fa-sunrise:after {
    content: "\10f766"
}

.fad.fa-sunset:after {
    content: "\10f767"
}

.fad.fa-superscript:after {
    content: "\10f12b"
}

.fad.fa-surprise:after {
    content: "\10f5c2"
}

.fad.fa-swatchbook:after {
    content: "\10f5c3"
}

.fad.fa-swimmer:after {
    content: "\10f5c4"
}

.fad.fa-swimming-pool:after {
    content: "\10f5c5"
}

.fad.fa-sword:after {
    content: "\10f71c"
}

.fad.fa-sword-laser:after {
    content: "\10e03b"
}

.fad.fa-sword-laser-alt:after {
    content: "\10e03c"
}

.fad.fa-swords:after {
    content: "\10f71d"
}

.fad.fa-swords-laser:after {
    content: "\10e03d"
}

.fad.fa-synagogue:after {
    content: "\10f69b"
}

.fad.fa-sync:after {
    content: "\10f021"
}

.fad.fa-sync-alt:after {
    content: "\10f2f1"
}

.fad.fa-syringe:after {
    content: "\10f48e"
}

.fad.fa-table:after {
    content: "\10f0ce"
}

.fad.fa-table-tennis:after {
    content: "\10f45d"
}

.fad.fa-tablet:after {
    content: "\10f10a"
}

.fad.fa-tablet-alt:after {
    content: "\10f3fa"
}

.fad.fa-tablet-android:after {
    content: "\10f3fb"
}

.fad.fa-tablet-android-alt:after {
    content: "\10f3fc"
}

.fad.fa-tablet-rugged:after {
    content: "\10f48f"
}

.fad.fa-tablets:after {
    content: "\10f490"
}

.fad.fa-tachometer:after {
    content: "\10f0e4"
}

.fad.fa-tachometer-alt:after {
    content: "\10f3fd"
}

.fad.fa-tachometer-alt-average:after {
    content: "\10f624"
}

.fad.fa-tachometer-alt-fast:after {
    content: "\10f625"
}

.fad.fa-tachometer-alt-fastest:after {
    content: "\10f626"
}

.fad.fa-tachometer-alt-slow:after {
    content: "\10f627"
}

.fad.fa-tachometer-alt-slowest:after {
    content: "\10f628"
}

.fad.fa-tachometer-average:after {
    content: "\10f629"
}

.fad.fa-tachometer-fast:after {
    content: "\10f62a"
}

.fad.fa-tachometer-fastest:after {
    content: "\10f62b"
}

.fad.fa-tachometer-slow:after {
    content: "\10f62c"
}

.fad.fa-tachometer-slowest:after {
    content: "\10f62d"
}

.fad.fa-taco:after {
    content: "\10f826"
}

.fad.fa-tag:after {
    content: "\10f02b"
}

.fad.fa-tags:after {
    content: "\10f02c"
}

.fad.fa-tally:after {
    content: "\10f69c"
}

.fad.fa-tanakh:after {
    content: "\10f827"
}

.fad.fa-tape:after {
    content: "\10f4db"
}

.fad.fa-tasks:after {
    content: "\10f0ae"
}

.fad.fa-tasks-alt:after {
    content: "\10f828"
}

.fad.fa-taxi:after {
    content: "\10f1ba"
}

.fad.fa-teeth:after {
    content: "\10f62e"
}

.fad.fa-teeth-open:after {
    content: "\10f62f"
}

.fad.fa-telescope:after {
    content: "\10e03e"
}

.fad.fa-temperature-down:after {
    content: "\10e03f"
}

.fad.fa-temperature-frigid:after {
    content: "\10f768"
}

.fad.fa-temperature-high:after {
    content: "\10f769"
}

.fad.fa-temperature-hot:after {
    content: "\10f76a"
}

.fad.fa-temperature-low:after {
    content: "\10f76b"
}

.fad.fa-temperature-up:after {
    content: "\10e040"
}

.fad.fa-tenge:after {
    content: "\10f7d7"
}

.fad.fa-tennis-ball:after {
    content: "\10f45e"
}

.fad.fa-terminal:after {
    content: "\10f120"
}

.fad.fa-text:after {
    content: "\10f893"
}

.fad.fa-text-height:after {
    content: "\10f034"
}

.fad.fa-text-size:after {
    content: "\10f894"
}

.fad.fa-text-width:after {
    content: "\10f035"
}

.fad.fa-th:after {
    content: "\10f00a"
}

.fad.fa-th-large:after {
    content: "\10f009"
}

.fad.fa-th-list:after {
    content: "\10f00b"
}

.fad.fa-theater-masks:after {
    content: "\10f630"
}

.fad.fa-thermometer:after {
    content: "\10f491"
}

.fad.fa-thermometer-empty:after {
    content: "\10f2cb"
}

.fad.fa-thermometer-full:after {
    content: "\10f2c7"
}

.fad.fa-thermometer-half:after {
    content: "\10f2c9"
}

.fad.fa-thermometer-quarter:after {
    content: "\10f2ca"
}

.fad.fa-thermometer-three-quarters:after {
    content: "\10f2c8"
}

.fad.fa-theta:after {
    content: "\10f69e"
}

.fad.fa-thumbs-down:after {
    content: "\10f165"
}

.fad.fa-thumbs-up:after {
    content: "\10f164"
}

.fad.fa-thumbtack:after {
    content: "\10f08d"
}

.fad.fa-thunderstorm:after {
    content: "\10f76c"
}

.fad.fa-thunderstorm-moon:after {
    content: "\10f76d"
}

.fad.fa-thunderstorm-sun:after {
    content: "\10f76e"
}

.fad.fa-ticket:after {
    content: "\10f145"
}

.fad.fa-ticket-alt:after {
    content: "\10f3ff"
}

.fad.fa-tilde:after {
    content: "\10f69f"
}

.fad.fa-times:after {
    content: "\10f00d"
}

.fad.fa-times-circle:after {
    content: "\10f057"
}

.fad.fa-times-hexagon:after {
    content: "\10f2ee"
}

.fad.fa-times-octagon:after {
    content: "\10f2f0"
}

.fad.fa-times-square:after {
    content: "\10f2d3"
}

.fad.fa-tint:after {
    content: "\10f043"
}

.fad.fa-tint-slash:after {
    content: "\10f5c7"
}

.fad.fa-tire:after {
    content: "\10f631"
}

.fad.fa-tire-flat:after {
    content: "\10f632"
}

.fad.fa-tire-pressure-warning:after {
    content: "\10f633"
}

.fad.fa-tire-rugged:after {
    content: "\10f634"
}

.fad.fa-tired:after {
    content: "\10f5c8"
}

.fad.fa-toggle-off:after {
    content: "\10f204"
}

.fad.fa-toggle-on:after {
    content: "\10f205"
}

.fad.fa-toilet:after {
    content: "\10f7d8"
}

.fad.fa-toilet-paper:after {
    content: "\10f71e"
}

.fad.fa-toilet-paper-alt:after {
    content: "\10f71f"
}

.fad.fa-toilet-paper-slash:after {
    content: "\10e072"
}

.fad.fa-tombstone:after {
    content: "\10f720"
}

.fad.fa-tombstone-alt:after {
    content: "\10f721"
}

.fad.fa-toolbox:after {
    content: "\10f552"
}

.fad.fa-tools:after {
    content: "\10f7d9"
}

.fad.fa-tooth:after {
    content: "\10f5c9"
}

.fad.fa-toothbrush:after {
    content: "\10f635"
}

.fad.fa-torah:after {
    content: "\10f6a0"
}

.fad.fa-torii-gate:after {
    content: "\10f6a1"
}

.fad.fa-tornado:after {
    content: "\10f76f"
}

.fad.fa-tractor:after {
    content: "\10f722"
}

.fad.fa-trademark:after {
    content: "\10f25c"
}

.fad.fa-traffic-cone:after {
    content: "\10f636"
}

.fad.fa-traffic-light:after {
    content: "\10f637"
}

.fad.fa-traffic-light-go:after {
    content: "\10f638"
}

.fad.fa-traffic-light-slow:after {
    content: "\10f639"
}

.fad.fa-traffic-light-stop:after {
    content: "\10f63a"
}

.fad.fa-trailer:after {
    content: "\10e041"
}

.fad.fa-train:after {
    content: "\10f238"
}

.fad.fa-tram:after {
    content: "\10f7da"
}

.fad.fa-transgender:after {
    content: "\10f224"
}

.fad.fa-transgender-alt:after {
    content: "\10f225"
}

.fad.fa-transporter:after {
    content: "\10e042"
}

.fad.fa-transporter-1:after {
    content: "\10e043"
}

.fad.fa-transporter-2:after {
    content: "\10e044"
}

.fad.fa-transporter-3:after {
    content: "\10e045"
}

.fad.fa-transporter-empty:after {
    content: "\10e046"
}

.fad.fa-trash:after {
    content: "\10f1f8"
}

.fad.fa-trash-alt:after {
    content: "\10f2ed"
}

.fad.fa-trash-restore:after {
    content: "\10f829"
}

.fad.fa-trash-restore-alt:after {
    content: "\10f82a"
}

.fad.fa-trash-undo:after {
    content: "\10f895"
}

.fad.fa-trash-undo-alt:after {
    content: "\10f896"
}

.fad.fa-treasure-chest:after {
    content: "\10f723"
}

.fad.fa-tree:after {
    content: "\10f1bb"
}

.fad.fa-tree-alt:after {
    content: "\10f400"
}

.fad.fa-tree-christmas:after {
    content: "\10f7db"
}

.fad.fa-tree-decorated:after {
    content: "\10f7dc"
}

.fad.fa-tree-large:after {
    content: "\10f7dd"
}

.fad.fa-tree-palm:after {
    content: "\10f82b"
}

.fad.fa-trees:after {
    content: "\10f724"
}

.fad.fa-triangle:after {
    content: "\10f2ec"
}

.fad.fa-triangle-music:after {
    content: "\10f8e2"
}

.fad.fa-trophy:after {
    content: "\10f091"
}

.fad.fa-trophy-alt:after {
    content: "\10f2eb"
}

.fad.fa-truck:after {
    content: "\10f0d1"
}

.fad.fa-truck-container:after {
    content: "\10f4dc"
}

.fad.fa-truck-couch:after {
    content: "\10f4dd"
}

.fad.fa-truck-loading:after {
    content: "\10f4de"
}

.fad.fa-truck-monster:after {
    content: "\10f63b"
}

.fad.fa-truck-moving:after {
    content: "\10f4df"
}

.fad.fa-truck-pickup:after {
    content: "\10f63c"
}

.fad.fa-truck-plow:after {
    content: "\10f7de"
}

.fad.fa-truck-ramp:after {
    content: "\10f4e0"
}

.fad.fa-trumpet:after {
    content: "\10f8e3"
}

.fad.fa-tshirt:after {
    content: "\10f553"
}

.fad.fa-tty:after {
    content: "\10f1e4"
}

.fad.fa-turkey:after {
    content: "\10f725"
}

.fad.fa-turntable:after {
    content: "\10f8e4"
}

.fad.fa-turtle:after {
    content: "\10f726"
}

.fad.fa-tv:after {
    content: "\10f26c"
}

.fad.fa-tv-alt:after {
    content: "\10f8e5"
}

.fad.fa-tv-music:after {
    content: "\10f8e6"
}

.fad.fa-tv-retro:after {
    content: "\10f401"
}

.fad.fa-typewriter:after {
    content: "\10f8e7"
}

.fad.fa-ufo:after {
    content: "\10e047"
}

.fad.fa-ufo-beam:after {
    content: "\10e048"
}

.fad.fa-umbrella:after {
    content: "\10f0e9"
}

.fad.fa-umbrella-beach:after {
    content: "\10f5ca"
}

.fad.fa-underline:after {
    content: "\10f0cd"
}

.fad.fa-undo:after {
    content: "\10f0e2"
}

.fad.fa-undo-alt:after {
    content: "\10f2ea"
}

.fad.fa-unicorn:after {
    content: "\10f727"
}

.fad.fa-union:after {
    content: "\10f6a2"
}

.fad.fa-universal-access:after {
    content: "\10f29a"
}

.fad.fa-university:after {
    content: "\10f19c"
}

.fad.fa-unlink:after {
    content: "\10f127"
}

.fad.fa-unlock:after {
    content: "\10f09c"
}

.fad.fa-unlock-alt:after {
    content: "\10f13e"
}

.fad.fa-upload:after {
    content: "\10f093"
}

.fad.fa-usb-drive:after {
    content: "\10f8e9"
}

.fad.fa-usd-circle:after {
    content: "\10f2e8"
}

.fad.fa-usd-square:after {
    content: "\10f2e9"
}

.fad.fa-user:after {
    content: "\10f007"
}

.fad.fa-user-alien:after {
    content: "\10e04a"
}

.fad.fa-user-alt:after {
    content: "\10f406"
}

.fad.fa-user-alt-slash:after {
    content: "\10f4fa"
}

.fad.fa-user-astronaut:after {
    content: "\10f4fb"
}

.fad.fa-user-chart:after {
    content: "\10f6a3"
}

.fad.fa-user-check:after {
    content: "\10f4fc"
}

.fad.fa-user-circle:after {
    content: "\10f2bd"
}

.fad.fa-user-clock:after {
    content: "\10f4fd"
}

.fad.fa-user-cog:after {
    content: "\10f4fe"
}

.fad.fa-user-cowboy:after {
    content: "\10f8ea"
}

.fad.fa-user-crown:after {
    content: "\10f6a4"
}

.fad.fa-user-edit:after {
    content: "\10f4ff"
}

.fad.fa-user-friends:after {
    content: "\10f500"
}

.fad.fa-user-graduate:after {
    content: "\10f501"
}

.fad.fa-user-hard-hat:after {
    content: "\10f82c"
}

.fad.fa-user-headset:after {
    content: "\10f82d"
}

.fad.fa-user-injured:after {
    content: "\10f728"
}

.fad.fa-user-lock:after {
    content: "\10f502"
}

.fad.fa-user-md:after {
    content: "\10f0f0"
}

.fad.fa-user-md-chat:after {
    content: "\10f82e"
}

.fad.fa-user-minus:after {
    content: "\10f503"
}

.fad.fa-user-music:after {
    content: "\10f8eb"
}

.fad.fa-user-ninja:after {
    content: "\10f504"
}

.fad.fa-user-nurse:after {
    content: "\10f82f"
}

.fad.fa-user-plus:after {
    content: "\10f234"
}

.fad.fa-user-robot:after {
    content: "\10e04b"
}

.fad.fa-user-secret:after {
    content: "\10f21b"
}

.fad.fa-user-shield:after {
    content: "\10f505"
}

.fad.fa-user-slash:after {
    content: "\10f506"
}

.fad.fa-user-tag:after {
    content: "\10f507"
}

.fad.fa-user-tie:after {
    content: "\10f508"
}

.fad.fa-user-times:after {
    content: "\10f235"
}

.fad.fa-user-unlock:after {
    content: "\10e058"
}

.fad.fa-user-visor:after {
    content: "\10e04c"
}

.fad.fa-users:after {
    content: "\10f0c0"
}

.fad.fa-users-class:after {
    content: "\10f63d"
}

.fad.fa-users-cog:after {
    content: "\10f509"
}

.fad.fa-users-crown:after {
    content: "\10f6a5"
}

.fad.fa-users-medical:after {
    content: "\10f830"
}

.fad.fa-users-slash:after {
    content: "\10e073"
}

.fad.fa-utensil-fork:after {
    content: "\10f2e3"
}

.fad.fa-utensil-knife:after {
    content: "\10f2e4"
}

.fad.fa-utensil-spoon:after {
    content: "\10f2e5"
}

.fad.fa-utensils:after {
    content: "\10f2e7"
}

.fad.fa-utensils-alt:after {
    content: "\10f2e6"
}

.fad.fa-vacuum:after {
    content: "\10e04d"
}

.fad.fa-vacuum-robot:after {
    content: "\10e04e"
}

.fad.fa-value-absolute:after {
    content: "\10f6a6"
}

.fad.fa-vector-square:after {
    content: "\10f5cb"
}

.fad.fa-venus:after {
    content: "\10f221"
}

.fad.fa-venus-double:after {
    content: "\10f226"
}

.fad.fa-venus-mars:after {
    content: "\10f228"
}

.fad.fa-vest:after {
    content: "\10e085"
}

.fad.fa-vest-patches:after {
    content: "\10e086"
}

.fad.fa-vhs:after {
    content: "\10f8ec"
}

.fad.fa-vial:after {
    content: "\10f492"
}

.fad.fa-vials:after {
    content: "\10f493"
}

.fad.fa-video:after {
    content: "\10f03d"
}

.fad.fa-video-plus:after {
    content: "\10f4e1"
}

.fad.fa-video-slash:after {
    content: "\10f4e2"
}

.fad.fa-vihara:after {
    content: "\10f6a7"
}

.fad.fa-violin:after {
    content: "\10f8ed"
}

.fad.fa-virus:after {
    content: "\10e074"
}

.fad.fa-virus-slash:after {
    content: "\10e075"
}

.fad.fa-viruses:after {
    content: "\10e076"
}

.fad.fa-voicemail:after {
    content: "\10f897"
}

.fad.fa-volcano:after {
    content: "\10f770"
}

.fad.fa-volleyball-ball:after {
    content: "\10f45f"
}

.fad.fa-volume:after {
    content: "\10f6a8"
}

.fad.fa-volume-down:after {
    content: "\10f027"
}

.fad.fa-volume-mute:after {
    content: "\10f6a9"
}

.fad.fa-volume-off:after {
    content: "\10f026"
}

.fad.fa-volume-slash:after {
    content: "\10f2e2"
}

.fad.fa-volume-up:after {
    content: "\10f028"
}

.fad.fa-vote-nay:after {
    content: "\10f771"
}

.fad.fa-vote-yea:after {
    content: "\10f772"
}

.fad.fa-vr-cardboard:after {
    content: "\10f729"
}

.fad.fa-wagon-covered:after {
    content: "\10f8ee"
}

.fad.fa-walker:after {
    content: "\10f831"
}

.fad.fa-walkie-talkie:after {
    content: "\10f8ef"
}

.fad.fa-walking:after {
    content: "\10f554"
}

.fad.fa-wallet:after {
    content: "\10f555"
}

.fad.fa-wand:after {
    content: "\10f72a"
}

.fad.fa-wand-magic:after {
    content: "\10f72b"
}

.fad.fa-warehouse:after {
    content: "\10f494"
}

.fad.fa-warehouse-alt:after {
    content: "\10f495"
}

.fad.fa-washer:after {
    content: "\10f898"
}

.fad.fa-watch:after {
    content: "\10f2e1"
}

.fad.fa-watch-calculator:after {
    content: "\10f8f0"
}

.fad.fa-watch-fitness:after {
    content: "\10f63e"
}

.fad.fa-water:after {
    content: "\10f773"
}

.fad.fa-water-lower:after {
    content: "\10f774"
}

.fad.fa-water-rise:after {
    content: "\10f775"
}

.fad.fa-wave-sine:after {
    content: "\10f899"
}

.fad.fa-wave-square:after {
    content: "\10f83e"
}

.fad.fa-wave-triangle:after {
    content: "\10f89a"
}

.fad.fa-waveform:after {
    content: "\10f8f1"
}

.fad.fa-waveform-path:after {
    content: "\10f8f2"
}

.fad.fa-webcam:after {
    content: "\10f832"
}

.fad.fa-webcam-slash:after {
    content: "\10f833"
}

.fad.fa-weight:after {
    content: "\10f496"
}

.fad.fa-weight-hanging:after {
    content: "\10f5cd"
}

.fad.fa-whale:after {
    content: "\10f72c"
}

.fad.fa-wheat:after {
    content: "\10f72d"
}

.fad.fa-wheelchair:after {
    content: "\10f193"
}

.fad.fa-whistle:after {
    content: "\10f460"
}

.fad.fa-wifi:after {
    content: "\10f1eb"
}

.fad.fa-wifi-1:after {
    content: "\10f6aa"
}

.fad.fa-wifi-2:after {
    content: "\10f6ab"
}

.fad.fa-wifi-slash:after {
    content: "\10f6ac"
}

.fad.fa-wind:after {
    content: "\10f72e"
}

.fad.fa-wind-turbine:after {
    content: "\10f89b"
}

.fad.fa-wind-warning:after {
    content: "\10f776"
}

.fad.fa-window:after {
    content: "\10f40e"
}

.fad.fa-window-alt:after {
    content: "\10f40f"
}

.fad.fa-window-close:after {
    content: "\10f410"
}

.fad.fa-window-frame:after {
    content: "\10e04f"
}

.fad.fa-window-frame-open:after {
    content: "\10e050"
}

.fad.fa-window-maximize:after {
    content: "\10f2d0"
}

.fad.fa-window-minimize:after {
    content: "\10f2d1"
}

.fad.fa-window-restore:after {
    content: "\10f2d2"
}

.fad.fa-windsock:after {
    content: "\10f777"
}

.fad.fa-wine-bottle:after {
    content: "\10f72f"
}

.fad.fa-wine-glass:after {
    content: "\10f4e3"
}

.fad.fa-wine-glass-alt:after {
    content: "\10f5ce"
}

.fad.fa-won-sign:after {
    content: "\10f159"
}

.fad.fa-wreath:after {
    content: "\10f7e2"
}

.fad.fa-wrench:after {
    content: "\10f0ad"
}

.fad.fa-x-ray:after {
    content: "\10f497"
}

.fad.fa-yen-sign:after {
    content: "\10f157"
}

.fad.fa-yin-yang:after {
    content: "\10f6ad"
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.0.svg#fontawesome) format("svg");
    unicode-range: U+f002, U+f008-f009, U+f00b-f00c, U+f00e, U+f011, U+f013, U+f019, U+f01c, U+f022-f025, U+f02a-f02b, U+f02d, U+f030, U+f040-f041, U+f044, U+f047, U+f049-f04a, U+f04e, U+f050, U+f052-f055, U+f057-f05b, U+f05e, U+f060-f066, U+f068-f06a, U+f074, U+f077-f07a, U+f07c-f07e, U+f085, U+f089, U+f08b, U+f090, U+f093-f094, U+f098, U+f09c-f09e, U+f0a4-f0ab, U+f0b2, U+f0c1, U+f0c3, U+f0c6, U+f0c9, U+f0ce, U+f0d7-f0db, U+f0e2-f0e3, U+f0e9-f0ea, U+f0ec, U+f0f4, U+f0f8, U+f0fa-f0fe, U+f100-f103, U+f106-f108, U+f10a-f10b, U+f11c, U+f120-f122, U+f124, U+f126-f128, U+f12e, U+f134, U+f137-f13a, U+f13e, U+f141-f143, U+f146, U+f14a-f14d, U+f150-f154, U+f156-f159, U+f175-f178, U+f182-f183, U+f188, U+f191-f192, U+f195, U+f199, U+f1ad-f1ae, U+f1b0, U+f1b2-f1b3, U+f1b8, U+f1bb, U+f1c0, U+f1cd, U+f1d8, U+f1da, U+f1e0-f1e2, U+f1ea, U+f1fa, U+f1fd-f1fe, U+f204-f206, U+f20b, U+f217-f218, U+f21c, U+f222, U+f224, U+f226-f229, U+f233, U+f238-f239, U+f240-f244, U+f246, U+f255-f258, U+f25a-f25c, U+f28b, U+f28d, U+f290-f292, U+f295, U+f2a1-f2a4, U+f2a8, U+f2c7-f2cb, U+f2ce, U+f2d0, U+f2d2-f2d3, U+f2db, U+f2e6-f2e7, U+f2ea, U+f2f0-f2f1, U+f2f5-f2f7, U+f2f9, U+f2fd, U+f301, U+f303, U+f308-f30f, U+f31d, U+f320-f322, U+f325-f326, U+f328-f32e, U+f330-f332, U+f336-f337, U+f339-f33c, U+f33e, U+f340-f34c, U+f350-f353, U+f355, U+f358-f35b, U+f360-f367, U+f376, U+f37e, U+f387, U+f389-f38a, U+f390, U+f39b-f39c, U+f3a0, U+f3b3, U+f3be-f3bf, U+f3c2, U+f3c5, U+f3cd-f3cf, U+f3de, U+f3e5, U+f3ed, U+f3f0, U+f3f2, U+f3fa-f3fc, U+f400-f401, U+f40e-f410
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.1.svg#fontawesome) format("svg");
    unicode-range: U+f3c1
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.3.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.3.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.3.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.3.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.3.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.3.svg#fontawesome) format("svg");
    unicode-range: U+f245, U+f2b9, U+f2bb, U+f2c1, U+f3e0
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.5.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.5.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.5.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.5.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.5.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.5.svg#fontawesome) format("svg");
    unicode-range: U+f1e3, U+f432, U+f437-f438, U+f449-f44c, U+f44f-f451, U+f453, U+f455, U+f458, U+f45a-f45b, U+f45d
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.7.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.7.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.7.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.7.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.7.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.7.svg#fontawesome) format("svg");
    unicode-range: U+f0d1, U+f0f1, U+f0f9, U+f21e, U+f461, U+f463-f46f, U+f472-f475, U+f479-f47a, U+f47d-f47e, U+f481-f487, U+f489, U+f48b-f496
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.9.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.9.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.9.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.9.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.9.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.9.svg#fontawesome) format("svg");
    unicode-range: U+f03d, U+f06c, U+f086, U+f0f2, U+f10d-f10e, U+f187, U+f2b5, U+f2e9, U+f2fe, U+f3dd, U+f47b-f47c, U+f498, U+f49a-f49b, U+f49d, U+f49f-f4b9, U+f4bb-f4bf, U+f4c2-f4c6, U+f4c8, U+f4cb-f4d2, U+f4d4, U+f4d6, U+f4d8-f4d9, U+f4db-f4e2
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.10.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.10.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.10.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.10.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.10.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.10.svg#fontawesome) format("svg");
    unicode-range: U+f471, U+f4ca
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.11.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.11.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.11.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.11.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.11.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.11.svg#fontawesome) format("svg");
    unicode-range: U+f007, U+f0c0, U+f0c2, U+f0ed-f0ee, U+f0f0, U+f1de, U+f21b, U+f234-f235, U+f381-f382, U+f3f1, U+f406, U+f4e6, U+f4fa-f501, U+f503-f509
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.13.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.13.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.13.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.13.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.13.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.0.13.svg#fontawesome) format("svg");
    unicode-range: U+f010, U+f067, U+f072, U+f0ad, U+f0d6, U+f0e8, U+f130-f131, U+f24e, U+f3c9, U+f3d1, U+f517, U+f519-f51e, U+f520-f52c, U+f52e, U+f530-f533, U+f535-f543, U+f545-f54b, U+f54d, U+f54f-f552, U+f554-f555
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.1.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.1.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.1.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.1.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.1.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.1.0.svg#fontawesome) format("svg");
    unicode-range: U+f043, U+f0c4, U+f0d0, U+f125, U+f1ba, U+f1fb-f1fc, U+f207, U+f236, U+f279, U+f304-f305, U+f52d, U+f557-f558, U+f55a-f55f, U+f562-f566, U+f568, U+f56a-f56b, U+f575-f577, U+f57b, U+f586, U+f588, U+f58d-f590, U+f593-f595, U+f59d, U+f59f-f5a2, U+f5a6-f5a7, U+f5a9-f5af, U+f5b1, U+f5b6, U+f5b9-f5bd, U+f5c4-f5c5, U+f5c7, U+f5c9-f5cb, U+f5cd
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.1.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.1.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.1.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.1.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.1.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.1.1.svg#fontawesome) format("svg");
    unicode-range: U+f386
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.2.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.2.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.2.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.2.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.2.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.2.0.svg#fontawesome) format("svg");
    unicode-range: U+f018, U+f0e4, U+f109, U+f1b9, U+f1e5, U+f1f6, U+f21d, U+f276-f277, U+f3fd, U+f4d7, U+f518, U+f5d1, U+f5d4-f5da, U+f5dd, U+f5df-f5e5, U+f5e8-f5ea, U+f5ed-f5f0, U+f5f2, U+f5f4-f5f5, U+f5f8-f5f9, U+f5fb-f600, U+f603-f60e, U+f610, U+f614, U+f617-f619, U+f61c-f61e, U+f620-f621, U+f623-f62f, U+f633, U+f635-f63d
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.3.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.3.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.3.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.3.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.3.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.3.0.svg#fontawesome) format("svg");
    unicode-range: U+f027-f028, U+f080, U+f0a1, U+f0b1, U+f0eb, U+f200-f201, U+f2e2, U+f61a, U+f640, U+f643-f647, U+f64a-f64b, U+f64d-f653, U+f655-f656, U+f65d, U+f65f-f663, U+f665, U+f667-f669, U+f66b-f671, U+f673-f675, U+f678-f67b, U+f67d-f680, U+f683-f689, U+f68b, U+f694-f695, U+f697-f699, U+f69b-f69c, U+f69e-f69f, U+f6a1-f6a9, U+f6ac
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.4.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.4.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.4.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.4.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.4.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.4.0.svg#fontawesome) format("svg");
    unicode-range: U+f499, U+f676, U+f6ae, U+f6b0-f6b3, U+f6b5-f6bc, U+f6bf, U+f6c2, U+f6c5, U+f6c7-f6c8, U+f6cb, U+f6cd-f6d2, U+f6d5, U+f6d8-f6d9, U+f6db, U+f6de, U+f6e2-f6e3, U+f6e5-f6e7, U+f6e9-f6ec, U+f6ee, U+f6f1-f6f3, U+f6f5-f6f8, U+f6fc-f6fd, U+f6ff-f703, U+f707, U+f70a-f70b, U+f711-f713, U+f715-f71d, U+f720-f724, U+f726-f729, U+f72b, U+f72d, U+f72f
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.4.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.4.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.4.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.4.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.4.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.4.1.svg#fontawesome) format("svg");
    unicode-range: U+f72a
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.5.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.5.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.5.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.5.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.5.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.5.0.svg#fontawesome) format("svg");
    unicode-range: U+f0e7, U+f185, U+f2dc, U+f6c3-f6c4, U+f72e, U+f732-f735, U+f737-f750, U+f752, U+f754-f758, U+f75a, U+f75c, U+f75e-f761, U+f763-f76e, U+f771-f776
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.6.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.6.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.6.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.6.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.6.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.6.0.svg#fontawesome) format("svg");
    unicode-range: U+f06b, U+f5b7, U+f77d, U+f77f, U+f781-f782, U+f788, U+f78a-f78c, U+f78e-f78f, U+f792-f796, U+f79a-f7a1, U+f7a3-f7a4, U+f7a7-f7a8, U+f7aa, U+f7ac-f7ae, U+f7b4-f7b6, U+f7b8, U+f7bd-f7be, U+f7c1-f7c3, U+f7c5, U+f7c7-f7d2, U+f7d4, U+f7d7-f7d8, U+f7da-f7dc, U+f7de, U+f7e2
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.6.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.6.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.6.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.6.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.6.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.6.1.svg#fontawesome) format("svg");
    unicode-range: U+f071
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.6.3.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.6.3.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.6.3.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.6.3.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.6.3.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.6.3.svg#fontawesome) format("svg");
    unicode-range: U+f7e4
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.7.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.7.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.7.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.7.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.7.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.7.0.svg#fontawesome) format("svg");
    unicode-range: U+f00a, U+f015, U+f06e, U+f070, U+f1e4, U+f2a0, U+f377, U+f470, U+f49c, U+f49e, U+f4c9, U+f6d6-f6d7, U+f705, U+f725, U+f77e, U+f780, U+f7e5-f7e7, U+f7e9-f7f0, U+f7f2-f7fc, U+f7fe, U+f800-f802, U+f804-f805, U+f807-f80f, U+f811-f812, U+f814-f818, U+f81b, U+f81e-f823, U+f825-f827, U+f82c-f82e, U+f830-f833
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.7.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.7.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.7.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.7.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.7.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.7.1.svg#fontawesome) format("svg");
    unicode-range: U+f7f1
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.8.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.8.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.8.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.8.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.8.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.8.0.svg#fontawesome) format("svg");
    unicode-range: U+f01e, U+f021, U+f026, U+f076, U+f12d, U+f31e, U+f356, U+f45f, U+f5b0, U+f83e
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.8.2.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.8.2.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.8.2.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.8.2.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.8.2.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.8.2.svg#fontawesome) format("svg");
    unicode-range: U+f560
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.9.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.9.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.9.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.9.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.9.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.9.0.svg#fontawesome) format("svg");
    unicode-range: U+f036-f03c, U+f0ae, U+f0ca-f0cd, U+f15d-f15e, U+f160-f163, U+f1dd, U+f313-f315, U+f34e, U+f439-f448, U+f502, U+f677, U+f843-f855, U+f858-f85e, U+f860-f862, U+f864, U+f866-f878, U+f87a, U+f87c-f87d, U+f880-f892, U+f897-f89b
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.10.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.10.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.10.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.10.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.10.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.10.1.svg#fontawesome) format("svg");
    unicode-range: U+f000, U+f012, U+f029, U+f03e, U+f06d, U+f075, U+f07b, U+f083-f084, U+f0a0, U+f11e, U+f140, U+f19d, U+f20a, U+f247-f248, U+f251-f254, U+f25d, U+f275, U+f27a, U+f2c2, U+f2d1, U+f302, U+f310-f311, U+f34d, U+f3a5, U+f435, U+f454, U+f456, U+f476, U+f47f-f480, U+f52f, U+f534, U+f561, U+f578, U+f591, U+f5db, U+f5e7, U+f5f6, U+f611, U+f613, U+f654, U+f681-f682, U+f68c-f693, U+f6be, U+f6da, U+f6e4, U+f6ed, U+f6ef-f6f0, U+f6f4, U+f6fa-f6fb, U+f6fe, U+f72c, U+f751, U+f759, U+f75b, U+f779, U+f77c, U+f786-f787, U+f7ab, U+f7b2, U+f7b7, U+f7e8, U+f813, U+f85f, U+f863, U+f87b, U+f89c-f89d
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.10.2.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.10.2.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.10.2.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.10.2.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.10.2.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.10.2.svg#fontawesome) format("svg");
    unicode-range: U+f004-f005, U+f02c, U+f02e, U+f031-f035, U+f04b-f04d, U+f056, U+f073, U+f08d, U+f095, U+f0a3, U+f0c5, U+f0c7-f0c8, U+f0dc-f0de, U+f0e0, U+f110-f111, U+f129-f12c, U+f132-f133, U+f144-f145, U+f15b-f15c, U+f164-f165, U+f193, U+f197, U+f1ab, U+f1c1-f1c9, U+f1ce, U+f1dc, U+f1f8-f1f9, U+f219, U+f249, U+f271-f274, U+f29a, U+f29e, U+f2a7, U+f2b6, U+f2e1, U+f2e3-f2e5, U+f2ec-f2ed, U+f2f2, U+f2f4, U+f2fa-f2fc, U+f306, U+f312, U+f316, U+f31a, U+f31c, U+f327, U+f333-f335, U+f3f4, U+f3ff, U+f45c, U+f460, U+f462, U+f477-f478, U+f497, U+f4ba, U+f4d3, U+f54c, U+f553, U+f559, U+f56c-f574, U+f5bf, U+f5c1, U+f5f3, U+f630-f632, U+f634, U+f63e, U+f641, U+f659-f65c, U+f696, U+f6a0, U+f6b4, U+f6bd, U+f6dd, U+f706, U+f708-f709, U+f70d-f710, U+f714, U+f71e-f71f, U+f736, U+f76f-f770, U+f777, U+f783-f784, U+f7a9, U+f7c4, U+f7d5, U+f7d9, U+f7dd, U+f7fd, U+f81c-f81d, U+f824, U+f828-f82a, U+f856-f857, U+f865, U+f879, U+f87e, U+f893-f896
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.11.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.11.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.11.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.11.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.11.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.11.0.svg#fontawesome) format("svg");
    unicode-range: U+f001, U+f02f, U+f042, U+f08e, U+f091, U+f0f3, U+f104-f105, U+f11b, U+f13d, U+f149, U+f1ac, U+f1ec, U+f223, U+f225, U+f22a-f22c, U+f24d, U+f26c, U+f29d, U+f2eb, U+f2ee, U+f2f3, U+f300, U+f307, U+f323-f324, U+f338, U+f33d, U+f35d, U+f48a, U+f4c0, U+f569, U+f5dc, U+f5eb, U+f601, U+f61b, U+f64c, U+f664, U+f66a, U+f68a, U+f6c0-f6c1, U+f6df-f6e1, U+f6e8, U+f6f9, U+f70c, U+f7a6, U+f81a, U+f89f-f8a5, U+f8a7-f8b6, U+f8b8-f8b9, U+f8bb-f8c9, U+f8cb-f8d1, U+f8d3, U+f8d5-f8dd, U+f8df-f8e0, U+f8e2-f8e7, U+f8e9-f8ed, U+f8ef-f8f2
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.11.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.11.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.11.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.11.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.11.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.11.1.svg#fontawesome) format("svg");
    unicode-range: U+f00d, U+f048, U+f051, U+f0ac, U+f0b0, U+f118-f11a, U+f148, U+f14e, U+f155, U+f186, U+f19c, U+f1eb, U+f21a, U+f221, U+f22d, U+f2bd, U+f2e8, U+f2f8, U+f354, U+f357, U+f433-f434, U+f436, U+f44e, U+f45e, U+f4c7, U+f4da, U+f4e3, U+f51f, U+f54e, U+f556, U+f567, U+f579-f57a, U+f57c-f585, U+f587, U+f589-f58a, U+f58c, U+f596-f59c, U+f5a4-f5a5, U+f5b3-f5b4, U+f5b8, U+f5c0, U+f5c2-f5c3, U+f5c8, U+f5ce, U+f5de, U+f5e6, U+f5ec, U+f602, U+f615-f616, U+f622, U+f648-f649, U+f67c, U+f69a, U+f6aa-f6ab, U+f6ad, U+f7a2, U+f7a5, U+f7b9-f7ba, U+f7ff, U+f803, U+f806, U+f810, U+f819, U+f82b, U+f87f, U+f8de, U+f8ee
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.11.2.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.11.2.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.11.2.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.11.2.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.11.2.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.11.2.svg#fontawesome) format("svg");
    unicode-range: U+f488, U+f8b7, U+f8f3
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.12.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.12.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.12.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.12.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.12.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.12.0.svg#fontawesome) format("svg");
    unicode-range: U+f135, U+f1e6, U+f259, U+f2cc-f2cd, U+f422, U+f424, U+f515-f516, U+f544, U+f58b, U+f5d2-f5d3, U+f61f, U+f657-f658, U+f666, U+f672, U+f6d3-f6d4, U+f753, U+f762, U+f7bf-f7c0, U+f82f, U+f8ba, U+f8d4, U+f8f4-f8ff
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.12.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.12.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.12.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.12.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.12.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.12.1.svg#fontawesome) format("svg");
    unicode-range: U+f017, U+f317-f319, U+f65e, U+f6c6
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.13.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.13.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.13.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.13.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.13.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.13.0.svg#fontawesome) format("svg");
    unicode-range: U+f4c1
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.14.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.14.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.14.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.14.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.14.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.14.0.svg#fontawesome) format("svg");
    unicode-range: U+e000-e006, U+e008-e012, U+e014-e019, U+e01b-e01d, U+e01f-e048, U+e04a-e051, U+e053-e054, U+e058-e076
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.15.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.15.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.15.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.15.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.15.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.15.1.svg#fontawesome) format("svg");
    unicode-range: U+e085-e086
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.15.3.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.15.3.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.15.3.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.15.3.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.15.3.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-light-300-5.15.3.svg#fontawesome) format("svg");
    unicode-range: U+f5d0
}

.fal {
    font-weight: 300
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.0.svg#fontawesome) format("svg");
    unicode-range: U+f022, U+f024, U+f044, U+f057-f059, U+f07c, U+f089, U+f094, U+f09d, U+f0a4-f0a7, U+f0f8, U+f0fe, U+f11c, U+f146, U+f14a, U+f14d, U+f150-f152, U+f191-f192, U+f1ad, U+f1cd, U+f1d8, U+f1ea, U+f255-f258, U+f25a-f25b, U+f28b, U+f28d, U+f2d0, U+f2d2, U+f328, U+f358-f35b, U+f410
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.0.svg#fontawesome) format("svg");
    unicode-range: U+f002, U+f008-f009, U+f00b-f00c, U+f00e, U+f011, U+f013, U+f019, U+f01c, U+f023, U+f025, U+f02a-f02b, U+f02d, U+f030, U+f040-f041, U+f047, U+f049-f04a, U+f04e, U+f050, U+f052-f055, U+f05a-f05b, U+f05e, U+f060-f066, U+f068-f06a, U+f074, U+f077-f07a, U+f07d-f07e, U+f085, U+f08b, U+f090, U+f093, U+f098, U+f09c, U+f09e, U+f0a8-f0ab, U+f0b2, U+f0c1, U+f0c3, U+f0c6, U+f0c9, U+f0ce, U+f0d7-f0db, U+f0e2-f0e3, U+f0e9-f0ea, U+f0ec, U+f0f4, U+f0fa-f0fd, U+f100-f103, U+f106-f108, U+f10a-f10b, U+f120-f122, U+f124, U+f126-f128, U+f12e, U+f134, U+f137-f13a, U+f13e, U+f141-f143, U+f14b-f14c, U+f153-f154, U+f156-f159, U+f175-f178, U+f182-f183, U+f188, U+f195, U+f199, U+f1ae, U+f1b0, U+f1b2-f1b3, U+f1b8, U+f1bb, U+f1c0, U+f1da, U+f1e0-f1e2, U+f1fa, U+f1fd-f1fe, U+f204-f206, U+f20b, U+f217-f218, U+f21c, U+f222, U+f224, U+f226-f229, U+f233, U+f238-f239, U+f240-f244, U+f246, U+f25c, U+f290-f292, U+f295, U+f2a1-f2a4, U+f2a8, U+f2c7-f2cb, U+f2ce, U+f2d3, U+f2db, U+f2e6-f2e7, U+f2ea, U+f2f0-f2f1, U+f2f5-f2f7, U+f2f9, U+f2fd, U+f301, U+f303, U+f308-f30f, U+f31d, U+f320-f322, U+f325-f326, U+f329-f32e, U+f330-f332, U+f336-f337, U+f339-f33c, U+f33e, U+f340-f34c, U+f350-f353, U+f355, U+f360-f367, U+f376, U+f37e, U+f387, U+f389-f38a, U+f390, U+f39b-f39c, U+f3a0, U+f3b3, U+f3be-f3bf, U+f3c2, U+f3c5, U+f3cd-f3cf, U+f3de, U+f3e5, U+f3ed, U+f3f0, U+f3f2, U+f3fa-f3fc, U+f400-f401, U+f40e-f40f
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.1.svg#fontawesome) format("svg");
    unicode-range: U+f3c1
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.3.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.3.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.3.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.3.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.3.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.3.svg#fontawesome) format("svg");
    unicode-range: U+f2b9, U+f2bb, U+f2c1
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.3.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.3.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.3.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.3.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.3.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.3.svg#fontawesome) format("svg");
    unicode-range: U+f245, U+f3e0
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.5.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.5.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.5.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.5.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.5.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.5.svg#fontawesome) format("svg");
    unicode-range: U+f1e3
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.5.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.5.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.5.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.5.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.5.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.5.svg#fontawesome) format("svg");
    unicode-range: U+f432, U+f437-f438, U+f449-f44c, U+f44f-f451, U+f453, U+f455, U+f458, U+f45a-f45b, U+f45d
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.7.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.7.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.7.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.7.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.7.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.7.svg#fontawesome) format("svg");
    unicode-range: U+f0d1, U+f0f1, U+f0f9, U+f21e, U+f461, U+f463-f46f, U+f472-f475, U+f479-f47a, U+f47d-f47e, U+f481-f487, U+f489, U+f48b-f496
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.9.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.9.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.9.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.9.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.9.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.9.svg#fontawesome) format("svg");
    unicode-range: U+f086, U+f2b5, U+f4ad
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.9.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.9.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.9.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.9.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.9.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.9.svg#fontawesome) format("svg");
    unicode-range: U+f03d, U+f06c, U+f0f2, U+f10d-f10e, U+f187, U+f2e9, U+f2fe, U+f3dd, U+f47b-f47c, U+f498, U+f49a-f49b, U+f49d, U+f49f-f4ac, U+f4ae-f4b9, U+f4bb-f4bf, U+f4c2-f4c6, U+f4c8, U+f4cb-f4d2, U+f4d4, U+f4d6, U+f4d8-f4d9, U+f4db-f4e2
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.10.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.10.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.10.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.10.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.10.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.10.svg#fontawesome) format("svg");
    unicode-range: U+f471, U+f4ca
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.11.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.11.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.11.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.11.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.11.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.11.svg#fontawesome) format("svg");
    unicode-range: U+f007, U+f4e6
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.11.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.11.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.11.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.11.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.11.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.11.svg#fontawesome) format("svg");
    unicode-range: U+f0c0, U+f0c2, U+f0ed-f0ee, U+f0f0, U+f1de, U+f21b, U+f234-f235, U+f381-f382, U+f3f1, U+f406, U+f4fa-f501, U+f503-f509
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.13.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.13.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.13.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.13.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.13.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.13.svg#fontawesome) format("svg");
    unicode-range: U+f3d1
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.13.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.13.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.13.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.13.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.13.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.0.13.svg#fontawesome) format("svg");
    unicode-range: U+f010, U+f067, U+f072, U+f0ad, U+f0d6, U+f0e8, U+f130-f131, U+f24e, U+f3c9, U+f517, U+f519-f51e, U+f520-f52c, U+f52e, U+f530-f533, U+f535-f543, U+f545-f54b, U+f54d, U+f54f-f552, U+f554-f555
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.1.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.1.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.1.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.1.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.1.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.1.0.svg#fontawesome) format("svg");
    unicode-range: U+f279, U+f586, U+f588
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.1.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.1.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.1.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.1.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.1.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.1.0.svg#fontawesome) format("svg");
    unicode-range: U+f043, U+f0c4, U+f0d0, U+f125, U+f1ba, U+f1fb-f1fc, U+f207, U+f236, U+f304-f305, U+f52d, U+f557-f558, U+f55a-f55f, U+f562-f566, U+f568, U+f56a-f56b, U+f575-f577, U+f57b, U+f58d-f590, U+f593-f595, U+f59d, U+f59f-f5a2, U+f5a6-f5a7, U+f5a9-f5af, U+f5b1, U+f5b6, U+f5b9-f5bd, U+f5c4-f5c5, U+f5c7, U+f5c9-f5cb, U+f5cd
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.1.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.1.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.1.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.1.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.1.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.1.1.svg#fontawesome) format("svg");
    unicode-range: U+f386
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.2.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.2.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.2.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.2.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.2.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.2.0.svg#fontawesome) format("svg");
    unicode-range: U+f1f6
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.2.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.2.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.2.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.2.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.2.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.2.0.svg#fontawesome) format("svg");
    unicode-range: U+f018, U+f0e4, U+f109, U+f1b9, U+f1e5, U+f21d, U+f276-f277, U+f3fd, U+f4d7, U+f518, U+f5d1, U+f5d4-f5da, U+f5dd, U+f5df-f5e5, U+f5e8-f5ea, U+f5ed-f5f0, U+f5f2, U+f5f4-f5f5, U+f5f8-f5f9, U+f5fb-f600, U+f603-f60e, U+f610, U+f614, U+f617-f619, U+f61c-f61e, U+f620-f621, U+f623-f62f, U+f633, U+f635-f63d
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.3.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.3.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.3.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.3.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.3.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.3.0.svg#fontawesome) format("svg");
    unicode-range: U+f080, U+f0eb
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.3.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.3.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.3.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.3.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.3.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.3.0.svg#fontawesome) format("svg");
    unicode-range: U+f027-f028, U+f0a1, U+f0b1, U+f200-f201, U+f2e2, U+f61a, U+f640, U+f643-f647, U+f64a-f64b, U+f64d-f653, U+f655-f656, U+f65d, U+f65f-f663, U+f665, U+f667-f669, U+f66b-f671, U+f673-f675, U+f678-f67b, U+f67d-f680, U+f683-f689, U+f68b, U+f694-f695, U+f697-f699, U+f69b-f69c, U+f69e-f69f, U+f6a1-f6a9, U+f6ac
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.4.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.4.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.4.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.4.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.4.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.4.0.svg#fontawesome) format("svg");
    unicode-range: U+f499, U+f676, U+f6ae, U+f6b0-f6b3, U+f6b5-f6bc, U+f6bf, U+f6c2, U+f6c5, U+f6c7-f6c8, U+f6cb, U+f6cd-f6d2, U+f6d5, U+f6d8-f6d9, U+f6db, U+f6de, U+f6e2-f6e3, U+f6e5-f6e7, U+f6e9-f6ec, U+f6ee, U+f6f1-f6f3, U+f6f5-f6f8, U+f6fc-f6fd, U+f6ff-f703, U+f707, U+f70a-f70b, U+f711-f713, U+f715-f71d, U+f720-f724, U+f726-f729, U+f72b, U+f72d, U+f72f
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.4.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.4.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.4.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.4.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.4.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.4.1.svg#fontawesome) format("svg");
    unicode-range: U+f72a
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.5.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.5.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.5.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.5.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.5.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.5.0.svg#fontawesome) format("svg");
    unicode-range: U+f185, U+f2dc
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.5.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.5.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.5.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.5.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.5.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.5.0.svg#fontawesome) format("svg");
    unicode-range: U+f0e7, U+f6c3-f6c4, U+f72e, U+f732-f735, U+f737-f750, U+f752, U+f754-f758, U+f75a, U+f75c, U+f75e-f761, U+f763-f76e, U+f771-f776
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.6.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.6.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.6.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.6.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.6.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.6.0.svg#fontawesome) format("svg");
    unicode-range: U+f06b, U+f5b7, U+f77d, U+f77f, U+f781-f782, U+f788, U+f78a-f78c, U+f78e-f78f, U+f792-f796, U+f79a-f7a1, U+f7a3-f7a4, U+f7a7-f7a8, U+f7aa, U+f7ac-f7ae, U+f7b4-f7b6, U+f7b8, U+f7bd-f7be, U+f7c1-f7c3, U+f7c5, U+f7c7-f7d2, U+f7d4, U+f7d7-f7d8, U+f7da-f7dc, U+f7de, U+f7e2
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.6.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.6.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.6.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.6.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.6.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.6.1.svg#fontawesome) format("svg");
    unicode-range: U+f071
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.6.3.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.6.3.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.6.3.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.6.3.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.6.3.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.6.3.svg#fontawesome) format("svg");
    unicode-range: U+f7e4
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.7.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.7.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.7.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.7.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.7.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.7.0.svg#fontawesome) format("svg");
    unicode-range: U+f06e, U+f070
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.7.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.7.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.7.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.7.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.7.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.7.0.svg#fontawesome) format("svg");
    unicode-range: U+f00a, U+f015, U+f1e4, U+f2a0, U+f377, U+f470, U+f49c, U+f49e, U+f4c9, U+f6d6-f6d7, U+f705, U+f725, U+f77e, U+f780, U+f7e5-f7e7, U+f7e9-f7f0, U+f7f2-f7fc, U+f7fe, U+f800-f802, U+f804-f805, U+f807-f80f, U+f811-f812, U+f814-f818, U+f81b, U+f81e-f823, U+f825-f827, U+f82c-f82e, U+f830-f833
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.7.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.7.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.7.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.7.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.7.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.7.1.svg#fontawesome) format("svg");
    unicode-range: U+f7f1
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.8.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.8.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.8.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.8.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.8.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.8.0.svg#fontawesome) format("svg");
    unicode-range: U+f01e, U+f021, U+f026, U+f076, U+f12d, U+f31e, U+f356, U+f45f, U+f5b0, U+f83e
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.8.2.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.8.2.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.8.2.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.8.2.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.8.2.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.8.2.svg#fontawesome) format("svg");
    unicode-range: U+f560
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.9.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.9.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.9.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.9.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.9.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.9.0.svg#fontawesome) format("svg");
    unicode-range: U+f036-f03c, U+f0ae, U+f0ca-f0cd, U+f15d-f15e, U+f160-f163, U+f1dd, U+f313-f315, U+f34e, U+f439-f448, U+f502, U+f677, U+f843-f855, U+f858-f85e, U+f860-f862, U+f864, U+f866-f878, U+f87a, U+f87c-f87d, U+f880-f892, U+f897-f89b
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.1.svg#fontawesome) format("svg");
    unicode-range: U+f03e, U+f075, U+f07b, U+f0a0, U+f20a, U+f247-f248, U+f254, U+f25d, U+f27a, U+f2c2, U+f2d1, U+f302, U+f3a5
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.1.svg#fontawesome) format("svg");
    unicode-range: U+f000, U+f012, U+f029, U+f06d, U+f083-f084, U+f11e, U+f140, U+f19d, U+f251-f253, U+f275, U+f310-f311, U+f34d, U+f435, U+f454, U+f456, U+f476, U+f47f-f480, U+f52f, U+f534, U+f561, U+f578, U+f591, U+f5db, U+f5e7, U+f5f6, U+f611, U+f613, U+f654, U+f681-f682, U+f68c-f693, U+f6be, U+f6da, U+f6e4, U+f6ed, U+f6ef-f6f0, U+f6f4, U+f6fa-f6fb, U+f6fe, U+f72c, U+f751, U+f759, U+f75b, U+f779, U+f77c, U+f786-f787, U+f7ab, U+f7b2, U+f7b7, U+f7e8, U+f813, U+f85f, U+f863, U+f87b, U+f89c-f89d
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.2.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.2.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.2.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.2.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.2.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.2.svg#fontawesome) format("svg");
    unicode-range: U+f004-f005, U+f02e, U+f073, U+f0c5, U+f0c7-f0c8, U+f0e0, U+f111, U+f133, U+f144, U+f15b-f15c, U+f164-f165, U+f1c1-f1c9, U+f1f9, U+f249, U+f271-f274, U+f2b6, U+f2ed
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.2.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.2.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.2.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.2.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.2.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.10.2.svg#fontawesome) format("svg");
    unicode-range: U+f02c, U+f031-f035, U+f04b-f04d, U+f056, U+f08d, U+f095, U+f0a3, U+f0dc-f0de, U+f110, U+f129-f12c, U+f132, U+f145, U+f193, U+f197, U+f1ab, U+f1ce, U+f1dc, U+f1f8, U+f219, U+f29a, U+f29e, U+f2a7, U+f2e1, U+f2e3-f2e5, U+f2ec, U+f2f2, U+f2f4, U+f2fa-f2fc, U+f306, U+f312, U+f316, U+f31a, U+f31c, U+f327, U+f333-f335, U+f3f4, U+f3ff, U+f45c, U+f460, U+f462, U+f477-f478, U+f497, U+f4ba, U+f4d3, U+f54c, U+f553, U+f559, U+f56c-f574, U+f5bf, U+f5c1, U+f5f3, U+f630-f632, U+f634, U+f63e, U+f641, U+f659-f65c, U+f696, U+f6a0, U+f6b4, U+f6bd, U+f6dd, U+f706, U+f708-f709, U+f70d-f710, U+f714, U+f71e-f71f, U+f736, U+f76f-f770, U+f777, U+f783-f784, U+f7a9, U+f7c4, U+f7d5, U+f7d9, U+f7dd, U+f7fd, U+f81c-f81d, U+f824, U+f828-f82a, U+f856-f857, U+f865, U+f879, U+f87e, U+f893-f896
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.0.svg#fontawesome) format("svg");
    unicode-range: U+f0f3, U+f24d
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.0.svg#fontawesome) format("svg");
    unicode-range: U+f001, U+f02f, U+f042, U+f08e, U+f091, U+f104-f105, U+f11b, U+f13d, U+f149, U+f1ac, U+f1ec, U+f223, U+f225, U+f22a-f22c, U+f26c, U+f29d, U+f2eb, U+f2ee, U+f2f3, U+f300, U+f307, U+f323-f324, U+f338, U+f33d, U+f35d, U+f48a, U+f4c0, U+f569, U+f5dc, U+f5eb, U+f601, U+f61b, U+f64c, U+f664, U+f66a, U+f68a, U+f6c0-f6c1, U+f6df-f6e1, U+f6e8, U+f6f9, U+f70c, U+f7a6, U+f81a, U+f89f-f8a5, U+f8a7-f8b6, U+f8b8-f8b9, U+f8bb-f8c9, U+f8cb-f8d1, U+f8d3, U+f8d5-f8dd, U+f8df-f8e0, U+f8e2-f8e7, U+f8e9-f8ed, U+f8ef-f8f2
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.1.svg#fontawesome) format("svg");
    unicode-range: U+f118-f11a, U+f14e, U+f186, U+f2bd, U+f4da, U+f556, U+f567, U+f579-f57a, U+f57f-f585, U+f587, U+f589-f58a, U+f58c, U+f596-f59c, U+f5a4-f5a5, U+f5b3-f5b4, U+f5b8, U+f5c2, U+f5c8
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.1.svg#fontawesome) format("svg");
    unicode-range: U+f00d, U+f048, U+f051, U+f0ac, U+f0b0, U+f148, U+f155, U+f19c, U+f1eb, U+f21a, U+f221, U+f22d, U+f2e8, U+f2f8, U+f354, U+f357, U+f433-f434, U+f436, U+f44e, U+f45e, U+f4c7, U+f4e3, U+f51f, U+f54e, U+f57c-f57e, U+f5c0, U+f5c3, U+f5ce, U+f5de, U+f5e6, U+f5ec, U+f602, U+f615-f616, U+f622, U+f648-f649, U+f67c, U+f69a, U+f6aa-f6ab, U+f6ad, U+f7a2, U+f7a5, U+f7b9-f7ba, U+f7ff, U+f803, U+f806, U+f810, U+f819, U+f82b, U+f87f, U+f8de, U+f8ee
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.2.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.2.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.2.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.2.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.2.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.11.2.svg#fontawesome) format("svg");
    unicode-range: U+f488, U+f8b7, U+f8f3
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.0.svg#fontawesome) format("svg");
    unicode-range: U+f259, U+f58b
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.0.svg#fontawesome) format("svg");
    unicode-range: U+f135, U+f1e6, U+f2cc-f2cd, U+f422, U+f424, U+f515-f516, U+f544, U+f5d2-f5d3, U+f61f, U+f657-f658, U+f666, U+f672, U+f6d3-f6d4, U+f753, U+f762, U+f7bf-f7c0, U+f82f, U+f8ba, U+f8d4, U+f8f4-f8ff
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.1.svg#fontawesome) format("svg");
    unicode-range: U+f017
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.12.1.svg#fontawesome) format("svg");
    unicode-range: U+f317-f319, U+f65e, U+f6c6
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.13.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.13.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.13.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.13.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.13.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.13.0.svg#fontawesome) format("svg");
    unicode-range: U+f4c1
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.14.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.14.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.14.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.14.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.14.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.14.0.svg#fontawesome) format("svg");
    unicode-range: U+e000-e006, U+e008-e012, U+e014-e019, U+e01b-e01d, U+e01f-e048, U+e04a-e051, U+e053-e054, U+e058-e076
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.15.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.15.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.15.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.15.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.15.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.15.1.svg#fontawesome) format("svg");
    unicode-range: U+e085-e086
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.15.3.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.15.3.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.15.3.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.15.3.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.15.3.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-regular-400-5.15.3.svg#fontawesome) format("svg");
    unicode-range: U+f5d0
}

.fal,
.far {
    font-family: "Font Awesome 5 Pro"
}

.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.0.svg#fontawesome) format("svg");
    unicode-range: U+f002, U+f008-f009, U+f00b-f00c, U+f00e, U+f011, U+f013, U+f019, U+f01c, U+f022-f025, U+f02a-f02b, U+f02d, U+f030, U+f041, U+f044, U+f049-f04a, U+f04e, U+f050, U+f052-f055, U+f057-f05b, U+f05e, U+f060-f066, U+f068-f06a, U+f074, U+f077-f07a, U+f07c, U+f085, U+f089, U+f093-f094, U+f098, U+f09c-f09e, U+f0a4-f0ab, U+f0b2, U+f0c1, U+f0c3, U+f0c6, U+f0c9, U+f0ce, U+f0d7-f0db, U+f0e2-f0e3, U+f0e9-f0ea, U+f0f4, U+f0f8, U+f0fa-f0fe, U+f100-f103, U+f106-f108, U+f10a-f10b, U+f11c, U+f120-f122, U+f124, U+f126-f128, U+f12e, U+f134, U+f137-f13a, U+f13e, U+f141-f143, U+f146, U+f14a-f14b, U+f14d, U+f150-f154, U+f156-f159, U+f182-f183, U+f188, U+f191-f192, U+f195, U+f199, U+f1ad-f1ae, U+f1b0, U+f1b2-f1b3, U+f1b8, U+f1bb, U+f1c0, U+f1cd, U+f1d8, U+f1da, U+f1e0-f1e2, U+f1ea, U+f1fa, U+f1fd-f1fe, U+f204-f206, U+f20b, U+f217-f218, U+f21c, U+f222, U+f224, U+f226-f229, U+f233, U+f238-f239, U+f240-f244, U+f246, U+f255-f258, U+f25a-f25c, U+f28b, U+f28d, U+f290-f292, U+f295, U+f2a1-f2a4, U+f2a8, U+f2c7-f2cb, U+f2ce, U+f2d0, U+f2d2, U+f2db, U+f2e7, U+f2ea, U+f2f1, U+f2f5-f2f6, U+f2f9, U+f303, U+f309-f30c, U+f328, U+f337, U+f358-f35b, U+f360, U+f362, U+f3be-f3bf, U+f3c5, U+f3cd, U+f3e5, U+f3ed, U+f3fa, U+f410
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.0.svg#fontawesome) format("svg");
    unicode-range: U+f040, U+f047, U+f07d-f07e, U+f08b, U+f090, U+f0ec, U+f14c, U+f175-f178, U+f2d3, U+f2e6, U+f2f0, U+f2f7, U+f2fd, U+f301, U+f308, U+f30d-f30f, U+f31d, U+f320-f322, U+f325-f326, U+f329-f32e, U+f330-f332, U+f336, U+f339-f33c, U+f33e, U+f340-f34c, U+f350-f353, U+f355, U+f361, U+f363-f367, U+f376, U+f37e, U+f387, U+f389-f38a, U+f390, U+f39b-f39c, U+f3a0, U+f3b3, U+f3c2, U+f3ce-f3cf, U+f3de, U+f3f0, U+f3f2, U+f3fb-f3fc, U+f400-f401, U+f40e-f40f
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.1.svg#fontawesome) format("svg");
    unicode-range: U+f3c1
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.3.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.3.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.3.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.3.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.3.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.3.svg#fontawesome) format("svg");
    unicode-range: U+f245, U+f2b9, U+f2bb, U+f2c1, U+f3e0
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.5.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.5.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.5.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.5.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.5.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.5.svg#fontawesome) format("svg");
    unicode-range: U+f1e3, U+f44b, U+f450, U+f453, U+f458, U+f45d
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.5.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.5.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.5.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.5.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.5.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.5.svg#fontawesome) format("svg");
    unicode-range: U+f432, U+f437-f438, U+f449-f44a, U+f44c, U+f44f, U+f451, U+f455, U+f45a-f45b
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.7.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.7.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.7.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.7.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.7.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.7.svg#fontawesome) format("svg");
    unicode-range: U+f0d1, U+f0f1, U+f0f9, U+f21e, U+f461, U+f466, U+f468-f46d, U+f472, U+f474, U+f479, U+f47d-f47e, U+f481-f482, U+f484-f487, U+f48b, U+f48d-f48e, U+f490-f494, U+f496
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.7.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.7.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.7.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.7.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.7.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.7.svg#fontawesome) format("svg");
    unicode-range: U+f463-f465, U+f467, U+f46e-f46f, U+f473, U+f475, U+f47a, U+f483, U+f489, U+f48c, U+f48f, U+f495
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.9.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.9.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.9.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.9.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.9.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.9.svg#fontawesome) format("svg");
    unicode-range: U+f03d, U+f06c, U+f086, U+f0f2, U+f10d-f10e, U+f187, U+f2b5, U+f2fe, U+f3dd, U+f4ad, U+f4b3, U+f4b8-f4b9, U+f4bd-f4be, U+f4c2, U+f4c4, U+f4cd-f4ce, U+f4d6, U+f4d8-f4d9, U+f4db, U+f4de-f4df, U+f4e2
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.9.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.9.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.9.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.9.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.9.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.9.svg#fontawesome) format("svg");
    unicode-range: U+f2e9, U+f47b-f47c, U+f498, U+f49a-f49b, U+f49d, U+f49f-f4ac, U+f4ae-f4b2, U+f4b4-f4b7, U+f4bb-f4bc, U+f4bf, U+f4c3, U+f4c5-f4c6, U+f4c8, U+f4cb-f4cc, U+f4cf-f4d2, U+f4d4, U+f4dc-f4dd, U+f4e0-f4e1
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.10.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.10.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.10.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.10.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.10.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.10.svg#fontawesome) format("svg");
    unicode-range: U+f471
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.10.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.10.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.10.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.10.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.10.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.10.svg#fontawesome) format("svg");
    unicode-range: U+f4ca
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.11.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.11.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.11.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.11.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.11.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.11.svg#fontawesome) format("svg");
    unicode-range: U+f007, U+f0c0, U+f0c2, U+f0f0, U+f1de, U+f21b, U+f234-f235, U+f381-f382, U+f406, U+f4e6, U+f4fa-f501, U+f503-f509
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.11.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.11.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.11.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.11.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.11.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.11.svg#fontawesome) format("svg");
    unicode-range: U+f0ed-f0ee, U+f3f1
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.13.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.13.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.13.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.13.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.13.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.0.13.svg#fontawesome) format("svg");
    unicode-range: U+f010, U+f067, U+f072, U+f0ad, U+f0d6, U+f0e8, U+f130-f131, U+f24e, U+f3c9, U+f3d1, U+f517, U+f519-f51e, U+f520-f52c, U+f52e, U+f530-f533, U+f535-f543, U+f545-f54b, U+f54d, U+f54f-f552, U+f554-f555
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.1.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.1.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.1.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.1.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.1.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.1.0.svg#fontawesome) format("svg");
    unicode-range: U+f043, U+f0c4, U+f0d0, U+f125, U+f1ba, U+f1fb-f1fc, U+f207, U+f236, U+f279, U+f304-f305, U+f52d, U+f557-f558, U+f55a-f55f, U+f562-f566, U+f568, U+f56a-f56b, U+f575-f577, U+f57b, U+f586, U+f588, U+f58d-f590, U+f593-f595, U+f59d, U+f59f-f5a2, U+f5a6-f5a7, U+f5aa-f5af, U+f5b1, U+f5b6, U+f5ba-f5bd, U+f5c4-f5c5, U+f5c7, U+f5c9-f5cb, U+f5cd
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.1.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.1.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.1.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.1.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.1.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.1.0.svg#fontawesome) format("svg");
    unicode-range: U+f5a9, U+f5b9
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.1.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.1.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.1.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.1.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.1.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.1.1.svg#fontawesome) format("svg");
    unicode-range: U+f386
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.2.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.2.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.2.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.2.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.2.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.2.0.svg#fontawesome) format("svg");
    unicode-range: U+f018, U+f109, U+f1b9, U+f1e5, U+f1f6, U+f21d, U+f276-f277, U+f3fd, U+f4d7, U+f518, U+f5d1, U+f5d7, U+f5da, U+f5df, U+f5e1, U+f5e4, U+f5ee, U+f5fc-f5fd, U+f604, U+f610, U+f619, U+f621, U+f62e-f62f, U+f637, U+f63b-f63c
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.2.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.2.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.2.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.2.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.2.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.2.0.svg#fontawesome) format("svg");
    unicode-range: U+f0e4, U+f5d4-f5d6, U+f5d8-f5d9, U+f5dd, U+f5e0, U+f5e2-f5e3, U+f5e5, U+f5e8-f5ea, U+f5ed, U+f5ef-f5f0, U+f5f2, U+f5f4-f5f5, U+f5f8-f5f9, U+f5fb, U+f5fe-f600, U+f603, U+f605-f60e, U+f614, U+f617-f618, U+f61c-f61e, U+f620, U+f623-f62d, U+f633, U+f635-f636, U+f638-f63a, U+f63d
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.3.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.3.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.3.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.3.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.3.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.3.0.svg#fontawesome) format("svg");
    unicode-range: U+f027-f028, U+f080, U+f0a1, U+f0b1, U+f0eb, U+f200-f201, U+f644, U+f647, U+f64a, U+f64f, U+f651, U+f653, U+f655, U+f65d, U+f662, U+f665, U+f669, U+f66b, U+f66d, U+f66f, U+f674, U+f678-f679, U+f67b, U+f67f, U+f683-f684, U+f687-f689, U+f698-f699, U+f69b, U+f6a1, U+f6a7, U+f6a9
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.3.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.3.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.3.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.3.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.3.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.3.0.svg#fontawesome) format("svg");
    unicode-range: U+f2e2, U+f61a, U+f640, U+f643, U+f645-f646, U+f64b, U+f64d-f64e, U+f650, U+f652, U+f656, U+f65f-f661, U+f663, U+f667-f668, U+f66c, U+f66e, U+f670-f671, U+f673, U+f675, U+f67a, U+f67d-f67e, U+f680, U+f685-f686, U+f68b, U+f694-f695, U+f697, U+f69c, U+f69e-f69f, U+f6a2-f6a6, U+f6a8, U+f6ac
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.4.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.4.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.4.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.4.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.4.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.4.0.svg#fontawesome) format("svg");
    unicode-range: U+f676, U+f6b6-f6b7, U+f6bb, U+f6cf, U+f6d1, U+f6d5, U+f6d9, U+f6de, U+f6e2-f6e3, U+f6e6, U+f6ec, U+f6f1-f6f2, U+f6fc, U+f6ff-f700, U+f70b, U+f715, U+f717, U+f722, U+f728-f729, U+f72f
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.4.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.4.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.4.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.4.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.4.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.4.0.svg#fontawesome) format("svg");
    unicode-range: U+f499, U+f6ae, U+f6b0-f6b3, U+f6b5, U+f6b8-f6ba, U+f6bc, U+f6bf, U+f6c2, U+f6c5, U+f6c7-f6c8, U+f6cb, U+f6cd-f6ce, U+f6d0, U+f6d2, U+f6d8, U+f6db, U+f6e5, U+f6e7, U+f6e9-f6eb, U+f6ee, U+f6f3, U+f6f5-f6f8, U+f6fd, U+f701-f703, U+f707, U+f70a, U+f711-f713, U+f716, U+f718-f71d, U+f720-f721, U+f723-f724, U+f726-f727, U+f72b, U+f72d
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.4.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.4.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.4.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.4.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.4.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.4.1.svg#fontawesome) format("svg");
    unicode-range: U+f72a
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.5.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.5.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.5.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.5.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.5.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.5.0.svg#fontawesome) format("svg");
    unicode-range: U+f0e7, U+f185, U+f2dc, U+f6c3-f6c4, U+f72e, U+f73b-f73d, U+f740, U+f743, U+f747, U+f74d, U+f756, U+f75a, U+f75e-f75f, U+f769, U+f76b, U+f772-f773
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.5.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.5.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.5.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.5.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.5.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.5.0.svg#fontawesome) format("svg");
    unicode-range: U+f732-f735, U+f737-f73a, U+f73e-f73f, U+f741-f742, U+f744-f746, U+f748-f74c, U+f74e-f750, U+f752, U+f754-f755, U+f757-f758, U+f75c, U+f760-f761, U+f763-f768, U+f76a, U+f76c-f76e, U+f771, U+f774-f776
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.0.svg#fontawesome) format("svg");
    unicode-range: U+f06b, U+f5b7, U+f77d, U+f781, U+f788, U+f78c, U+f793-f794, U+f796, U+f79c, U+f79f-f7a0, U+f7a4, U+f7aa, U+f7ad-f7ae, U+f7b5-f7b6, U+f7bd, U+f7c2, U+f7c5, U+f7c9-f7ca, U+f7cc-f7ce, U+f7d0, U+f7d2, U+f7d7-f7d8, U+f7da
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.0.svg#fontawesome) format("svg");
    unicode-range: U+f77f, U+f782, U+f78a-f78b, U+f78e-f78f, U+f792, U+f795, U+f79a-f79b, U+f79d-f79e, U+f7a1, U+f7a3, U+f7a7-f7a8, U+f7ac, U+f7b4, U+f7b8, U+f7be, U+f7c1, U+f7c3, U+f7c7-f7c8, U+f7cb, U+f7cf, U+f7d1, U+f7d4, U+f7db-f7dc, U+f7de, U+f7e2
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.1.svg#fontawesome) format("svg");
    unicode-range: U+f071
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.3.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.3.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.3.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.3.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.3.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.6.3.svg#fontawesome) format("svg");
    unicode-range: U+f7e4
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.7.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.7.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.7.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.7.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.7.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.7.0.svg#fontawesome) format("svg");
    unicode-range: U+f00a, U+f015, U+f06e, U+f070, U+f1e4, U+f2a0, U+f470, U+f49e, U+f6d7, U+f780, U+f7e5-f7e6, U+f7ec, U+f7ef, U+f7f2, U+f7f5, U+f7f7, U+f7fa-f7fb, U+f805, U+f807, U+f80d, U+f80f, U+f812, U+f815-f816, U+f818
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.7.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.7.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.7.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.7.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.7.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.7.0.svg#fontawesome) format("svg");
    unicode-range: U+f377, U+f49c, U+f4c9, U+f6d6, U+f705, U+f725, U+f77e, U+f7e7, U+f7e9-f7eb, U+f7ed-f7ee, U+f7f0, U+f7f3-f7f4, U+f7f6, U+f7f8-f7f9, U+f7fc, U+f7fe, U+f800-f802, U+f804, U+f808-f80c, U+f80e, U+f811, U+f814, U+f817, U+f81b, U+f81e-f823, U+f825-f827, U+f82c-f82e, U+f830-f833
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.7.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.7.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.7.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.7.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.7.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.7.1.svg#fontawesome) format("svg");
    unicode-range: U+f7f1
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.8.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.8.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.8.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.8.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.8.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.8.0.svg#fontawesome) format("svg");
    unicode-range: U+f01e, U+f021, U+f026, U+f076, U+f12d, U+f31e, U+f45f, U+f5b0, U+f83e
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.8.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.8.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.8.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.8.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.8.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.8.0.svg#fontawesome) format("svg");
    unicode-range: U+f356
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.8.2.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.8.2.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.8.2.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.8.2.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.8.2.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.8.2.svg#fontawesome) format("svg");
    unicode-range: U+f560
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.9.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.9.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.9.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.9.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.9.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.9.0.svg#fontawesome) format("svg");
    unicode-range: U+f036-f03c, U+f0ae, U+f0ca-f0cd, U+f15d-f15e, U+f160-f163, U+f1dd, U+f439-f43a, U+f43c, U+f43f, U+f441, U+f443, U+f445, U+f447, U+f502, U+f84a, U+f84c, U+f850, U+f853, U+f86d, U+f87c-f87d, U+f881-f882, U+f884-f887, U+f891, U+f897
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.9.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.9.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.9.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.9.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.9.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.9.0.svg#fontawesome) format("svg");
    unicode-range: U+f313-f315, U+f34e, U+f43b, U+f43d-f43e, U+f440, U+f442, U+f444, U+f446, U+f448, U+f677, U+f843-f849, U+f84b, U+f84d-f84f, U+f851-f852, U+f854-f855, U+f858-f85e, U+f860-f862, U+f864, U+f866-f86c, U+f86e-f878, U+f87a, U+f880, U+f883, U+f888-f890, U+f892, U+f898-f89b
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.1.svg#fontawesome) format("svg");
    unicode-range: U+f000, U+f012, U+f029, U+f03e, U+f06d, U+f075, U+f07b, U+f083-f084, U+f0a0, U+f11e, U+f140, U+f19d, U+f20a, U+f247-f248, U+f251-f254, U+f25d, U+f275, U+f27a, U+f2c2, U+f2d1, U+f302, U+f3a5, U+f47f, U+f52f, U+f534, U+f561, U+f578, U+f591, U+f5e7, U+f613, U+f654, U+f681-f682, U+f6be, U+f6ed, U+f6f0, U+f6fa, U+f75b, U+f77c, U+f786-f787, U+f7ab, U+f863, U+f87b
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.1.svg#fontawesome) format("svg");
    unicode-range: U+f310-f311, U+f34d, U+f435, U+f454, U+f456, U+f476, U+f480, U+f5db, U+f5f6, U+f611, U+f68c-f693, U+f6da, U+f6e4, U+f6ef, U+f6f4, U+f6fb, U+f6fe, U+f72c, U+f751, U+f759, U+f779, U+f7b2, U+f7b7, U+f7e8, U+f813, U+f85f, U+f89c-f89d
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.2.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.2.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.2.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.2.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.2.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.2.svg#fontawesome) format("svg");
    unicode-range: U+f004-f005, U+f02c, U+f02e, U+f031-f035, U+f04b-f04d, U+f056, U+f073, U+f08d, U+f095, U+f0a3, U+f0c5, U+f0c7-f0c8, U+f0dc-f0de, U+f0e0, U+f110-f111, U+f129-f12c, U+f133, U+f144, U+f15b-f15c, U+f164-f165, U+f193, U+f197, U+f1ab, U+f1c1-f1c9, U+f1ce, U+f1dc, U+f1f8-f1f9, U+f249, U+f271-f274, U+f29a, U+f29e, U+f2a7, U+f2b6, U+f2e5, U+f2ed, U+f2f2, U+f3ff, U+f45c, U+f462, U+f477-f478, U+f497, U+f4ba, U+f4d3, U+f54c, U+f553, U+f559, U+f56c-f574, U+f5bf, U+f5c1, U+f630, U+f641, U+f696, U+f6a0, U+f6dd, U+f70e, U+f714, U+f71e, U+f783-f784, U+f7a9, U+f7c4, U+f7d9, U+f829-f82a, U+f879
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.2.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.2.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.2.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.2.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.2.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.10.2.svg#fontawesome) format("svg");
    unicode-range: U+f132, U+f145, U+f219, U+f2e1, U+f2e3-f2e4, U+f2ec, U+f2f4, U+f2fa-f2fc, U+f306, U+f312, U+f316, U+f31a, U+f31c, U+f327, U+f333-f335, U+f3f4, U+f460, U+f5f3, U+f631-f632, U+f634, U+f63e, U+f659-f65c, U+f6b4, U+f6bd, U+f706, U+f708-f709, U+f70d, U+f70f-f710, U+f71f, U+f736, U+f76f-f770, U+f777, U+f7d5, U+f7dd, U+f7fd, U+f81c-f81d, U+f824, U+f828, U+f856-f857, U+f865, U+f87e, U+f893-f896
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.0.svg#fontawesome) format("svg");
    unicode-range: U+f001, U+f02f, U+f042, U+f091, U+f0f3, U+f104-f105, U+f11b, U+f13d, U+f1ac, U+f1ec, U+f223, U+f225, U+f22a-f22c, U+f24d, U+f26c, U+f29d, U+f338, U+f35d, U+f4c0, U+f569, U+f5dc, U+f5eb, U+f664, U+f66a, U+f6c0, U+f6e8, U+f70c, U+f7a6, U+f8c0-f8c1, U+f8cc, U+f8d9
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.0.svg#fontawesome) format("svg");
    unicode-range: U+f08e, U+f149, U+f2eb, U+f2ee, U+f2f3, U+f300, U+f307, U+f323-f324, U+f33d, U+f48a, U+f601, U+f61b, U+f64c, U+f68a, U+f6c1, U+f6df-f6e1, U+f6f9, U+f81a, U+f89f-f8a5, U+f8a7-f8b6, U+f8b8-f8b9, U+f8bb-f8bf, U+f8c2-f8c9, U+f8cb, U+f8cd-f8d1, U+f8d3, U+f8d5-f8d8, U+f8da-f8dd, U+f8df-f8e0, U+f8e2-f8e7, U+f8e9-f8ed, U+f8ef-f8f2
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.1.svg#fontawesome) format("svg");
    unicode-range: U+f00d, U+f048, U+f051, U+f0ac, U+f0b0, U+f118-f11a, U+f14e, U+f155, U+f186, U+f19c, U+f1eb, U+f21a, U+f221, U+f22d, U+f2bd, U+f433-f434, U+f436, U+f44e, U+f4da, U+f4e3, U+f51f, U+f54e, U+f556, U+f567, U+f579-f57a, U+f57c-f585, U+f587, U+f589-f58a, U+f58c, U+f596-f59c, U+f5a4-f5a5, U+f5b3-f5b4, U+f5b8, U+f5c0, U+f5c2-f5c3, U+f5c8, U+f5ce, U+f5de, U+f67c, U+f69a, U+f6ad, U+f7a2, U+f7a5, U+f7b9-f7ba, U+f806, U+f810
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.1.svg#fontawesome) format("svg");
    unicode-range: U+f148, U+f2e8, U+f2f8, U+f354, U+f357, U+f45e, U+f4c7, U+f5e6, U+f5ec, U+f602, U+f615-f616, U+f622, U+f648-f649, U+f6aa-f6ab, U+f7ff, U+f803, U+f819, U+f82b, U+f87f, U+f8de, U+f8ee
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.2.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.2.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.2.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.2.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.2.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.11.2.svg#fontawesome) format("svg");
    unicode-range: U+f488, U+f8b7, U+f8f3
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.0.svg#fontawesome) format("svg");
    unicode-range: U+f135, U+f1e6, U+f259, U+f2cc-f2cd, U+f422, U+f424, U+f515-f516, U+f544, U+f58b, U+f5d2, U+f61f, U+f658, U+f666, U+f6d3, U+f753, U+f7bf-f7c0, U+f82f, U+f8ff
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.0.svg#fontawesome) format("svg");
    unicode-range: U+f5d3, U+f657, U+f672, U+f6d4, U+f762, U+f8ba, U+f8d4, U+f8f4-f8fe
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.1.svg#fontawesome) format("svg");
    unicode-range: U+f017, U+f65e
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.12.1.svg#fontawesome) format("svg");
    unicode-range: U+f317-f319, U+f6c6
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.13.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.13.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.13.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.13.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.13.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.13.0.svg#fontawesome) format("svg");
    unicode-range: U+f4c1
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.14.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.14.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.14.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.14.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.14.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.14.0.svg#fontawesome) format("svg");
    unicode-range: U+e005, U+e041, U+e059-e076
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.14.0.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.14.0.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.14.0.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.14.0.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.14.0.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.14.0.svg#fontawesome) format("svg");
    unicode-range: U+e000-e004, U+e006, U+e008-e012, U+e014-e019, U+e01b-e01d, U+e01f-e040, U+e042-e048, U+e04a-e051, U+e053-e054, U+e058
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.15.1.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.15.1.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.15.1.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.15.1.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.15.1.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.15.1.svg#fontawesome) format("svg");
    unicode-range: U+e085-e086
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.15.3.eot);
    src: url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.15.3.eot?#iefix) format("embedded-opentype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.15.3.woff2) format("woff2"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.15.3.woff) format("woff"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.15.3.ttf) format("truetype"), url(https://kit-pro.fontawesome.com/releases/v5.15.3/css/../webfonts/pro-fa-solid-900-5.15.3.svg#fontawesome) format("svg");
    unicode-range: U+f5d0
}

.fa,
.fas {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0)
}

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    transform: translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translateZ(0)
}

[data-aos=slide-up] {
    transform: translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    transform: translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    transform: translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

@font-face {
    font-display: swap;
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

@charset "UTF-8";
@font-face {
    font-family: Kanit;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../css/webfonts//nKKU-Go6G5tXcr4-ORWzVaFrNlJzIu4.woff2) format("woff2");
    unicode-range: U+0e01-0e5b, U+200c-200d, U+25cc
}

@font-face {
    font-family: Kanit;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../css/webfonts//nKKU-Go6G5tXcr4-ORWoVaFrNlJzIu4.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Kanit;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../css/webfonts//nKKU-Go6G5tXcr4-ORWpVaFrNlJzIu4.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Kanit;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../css/webfonts//nKKU-Go6G5tXcr4-ORWnVaFrNlJz.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Kanit;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../css/webfonts//nKKZ-Go6G5tXcraBGwCKd6xBDFs.woff2) format("woff2");
    unicode-range: U+0e01-0e5b, U+200c-200d, U+25cc
}

@font-face {
    font-family: Kanit;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../css/webfonts//nKKZ-Go6G5tXcraaGwCKd6xBDFs.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Kanit;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../css/webfonts//nKKZ-Go6G5tXcraBGwCKd6xBDFs.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Kanit;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../css/webfonts//nKKZ-Go6G5tXcraVGwCKd6xB.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Kanit;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../css/webfonts//nKKU-Go6G5tXcr5mOBWzVaFrNlJzIu4.woff2) format("woff2");
    unicode-range: U+0e01-0e5b, U+200c-200d, U+25cc
}

@font-face {
    font-family: Kanit;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../css/webfonts//nKKU-Go6G5tXcr5mOBWoVaFrNlJzIu4.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Kanit;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../css/webfonts//nKKU-Go6G5tXcr5mOBWpVaFrNlJzIu4.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Kanit;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../css/webfonts//nKKU-Go6G5tXcr5mOBWnVaFrNlJz.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Kanit;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../css/webfonts//nKKU-Go6G5tXcr5KPxWzVaFrNlJzIu4.woff2) format("woff2");
    unicode-range: U+0e01-0e5b, U+200c-200d, U+25cc
}

@font-face {
    font-family: Kanit;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../css/webfonts//nKKU-Go6G5tXcr5KPxWoVaFrNlJzIu4.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Kanit;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../css/webfonts//nKKU-Go6G5tXcr5KPxWpVaFrNlJzIu4.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Kanit;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../css/webfonts//nKKU-Go6G5tXcr5KPxWnVaFrNlJz.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: Kanit;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../css/webfonts//nKKU-Go6G5tXcr4uPhWzVaFrNlJzIu4.woff2) format("woff2");
    unicode-range: U+0e01-0e5b, U+200c-200d, U+25cc
}

@font-face {
    font-family: Kanit;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../css/webfonts//nKKU-Go6G5tXcr4uPhWoVaFrNlJzIu4.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01a0-01a1, U+01af-01b0, U+1ea0-1ef9, U+20ab
}

@font-face {
    font-family: Kanit;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../css/webfonts//nKKU-Go6G5tXcr4uPhWpVaFrNlJzIu4.woff2) format("woff2");
    unicode-range: U+0100-024f, U+0259, U+1e??, U+2020, U+20a0-20ab, U+20ad-20cf, U+2113, U+2c60-2c7f, U+a720-a7ff
}

@font-face {
    font-family: Kanit;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../css/webfonts//nKKU-Go6G5tXcr4uPhWnVaFrNlJz.woff2) format("woff2");
    unicode-range: U+00??, U+0131, U+0152-0153, U+02bb-02bc, U+02c6, U+02da, U+02dc, U+2000-206f, U+2074, U+20ac, U+2122, U+2191, U+2193, U+2212, U+2215, U+feff, U+fffd
}

@font-face {
    font-family: DBHelvethaicaMonX;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../../themes/aeseven7/fonts/DB-HelvethaicaMon-X.ttf) format("TrueType")
}

@font-face {
    font-family: DBHelvethaicaMonX;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../themes/aeseven7/fonts/DB-HelvethaicaMon-X-Med.ttf) format("TrueType")
}

@font-face {
    font-family: DBSaiKrokX;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../../themes/aeseven7/fonts/DB-SaiKrok-X.ttf) format("TrueType")
}


/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #ffc87f;
    --secondary: #f2ab25;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #eebf13;
    --danger: #f16869;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

body {
    margin: 0;
    font-family: Kanit, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background-color: #000
}

html.pppcontent {
    background: transparent
}

body.pppcontent {
    background: rgb(0, 0, 0);
    position: relative;
    color: #fff;
    overflow-x: hidden
}

body.pppcontent::after {
    content: "";
    background: rgb(0, 0, 0);
    background: url(../../../themes/aeseven7/build/web/sa-aecasino/img/index-top-bg.png)right center;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -5;
    overflow-x: hidden
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

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

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

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

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

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: 600
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #ffc87f;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #ffa733;
    text-decoration: underline
}

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

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

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: Kanit, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.3
}

.lead {
    font-size: 1.125rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.3
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.3
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.125rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

.img-fluid,
.img-thumbnail,
.x-coin-hunting .-img-chest,
.x-coin-hunting .-img-chest-open,
.x-coin-hunting .-img-flying,
.x-coin-hunting .-img-get-coin-alert,
.x-coin-hunting .-img-get-coin-alert-light,
.x-coin-hunting .-img-text-container {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #000;
    border: 1px solid #dee2e6;
    border-radius: 5px
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 2px
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

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

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

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

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

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #fff
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #fff0db
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #ffe2bc
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #ffe5c2
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #fbe7c2
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #f8d38e
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #f9deaa
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #faedbd
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #f6de84
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #f8e7a5
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #fbd5d5
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #f8b0b1
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f9bebe
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.6rem + 2px);
    padding: .8rem;
    font-family: Helvetica Neue, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ddd;
    background-color: #0d0d0d;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #ddd;
    background-color: #0d0d0d;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 200, 127, .25)
}

.form-control::-webkit-input-placeholder {
    color: #ddd;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #ddd;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #ddd;
    opacity: 1
}

.form-control::placeholder {
    color: #ddd;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #858585;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #ddd;
    background-color: #0d0d0d
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.8rem + 1px);
    padding-bottom: calc(.8rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.125rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .7875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .8rem;
    padding-bottom: .8rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .7875rem;
    line-height: 1.5;
    border-radius: 2px
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 10px
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .7875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: 5px
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 1.6rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .4rem);
    background-size: calc(.75em + .8rem) calc(.75em + .8rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 1.6rem);
    background-position: top calc(.375em + .4rem) right calc(.375em + .4rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((3em + 4.8rem)/4 + 1.8rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .8rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #0d0d0d no-repeat center right 1.8rem/calc(.75em + .8rem) calc(.75em + .8rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #f16869
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .7875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(241, 104, 105, .9);
    border-radius: 5px
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #f16869;
    padding-right: calc(1.5em + 1.6rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f16869' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23f16869' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .4rem);
    background-size: calc(.75em + .8rem) calc(.75em + .8rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #f16869;
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .25)
}

.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 1.6rem);
    background-position: top calc(.375em + .4rem) right calc(.375em + .4rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #f16869;
    padding-right: calc((3em + 4.8rem)/4 + 1.8rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .8rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f16869' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23f16869' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #0d0d0d no-repeat center right 1.8rem/calc(.75em + .8rem) calc(.75em + .8rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #f16869;
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #f16869
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #f16869
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #f16869
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    border-color: #f59797;
    background-color: #f59797
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #f16869
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #f16869;
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }
    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .9rem;
    border-radius: 5px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
        transition: none
    }
}

.btn:hover,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:hover {
    color: #fff;
    text-decoration: none
}

.btn.focus,
.btn:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .focus.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 200, 127, .25)
}

.btn.disabled,
.btn:disabled,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .disabled.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:disabled {
    opacity: .65
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons a.disabled.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons fieldset:disabled a.vex-dialog-button,
a.btn.disabled,
fieldset:disabled .vex.vex-theme-plain .vex-content .vex-dialog-buttons a.vex-dialog-button,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn {
    color: #212529;
    background-color: #ffc87f;
    border-color: #ffc87f
}

.btn-primary:hover,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:hover,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:hover {
    color: #212529;
    background-color: #ffb859;
    border-color: #ffb24c
}

.btn-primary.focus,
.btn-primary:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .focus.vex-dialog-button.vex-dialog-button-primary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:focus,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:focus,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .focus.-copy-btn {
    box-shadow: 0 0 0 .2rem rgba(222, 176, 114, .5)
}

.btn-primary.disabled,
.btn-primary:disabled,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .disabled.vex-dialog-button.vex-dialog-button-primary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:disabled,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:disabled,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .disabled.-copy-btn {
    color: #212529;
    background-color: #ffc87f;
    border-color: #ffc87f
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .show>.dropdown-toggle.vex-dialog-button.vex-dialog-button-primary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:not(:disabled):not(.disabled).active,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:not(:disabled):not(.disabled):active,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:not(:disabled):not(.disabled).active,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:not(:disabled):not(.disabled):active,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .show>.dropdown-toggle.-copy-btn {
    color: #212529;
    background-color: #ffb24c;
    border-color: #ffad3f
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .show>.dropdown-toggle.vex-dialog-button.vex-dialog-button-primary:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:not(:disabled):not(.disabled).active:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:not(:disabled):not(.disabled):active:focus,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:not(:disabled):not(.disabled).active:focus,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:not(:disabled):not(.disabled):active:focus,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .show>.dropdown-toggle.-copy-btn:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 176, 114, .5)
}

.btn-secondary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary {
    color: #212529;
    background-color: #f2ab25;
    border-color: #f2ab25
}

.btn-secondary:hover,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink:hover,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary:hover {
    color: #212529;
    background-color: #e3990e;
    border-color: #d7910d
}

.btn-secondary.focus,
.btn-secondary:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .focus.vex-dialog-button.vex-dialog-button-pink,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .focus.vex-dialog-button.vex-dialog-button-secondary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(211, 151, 38, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .disabled.vex-dialog-button.vex-dialog-button-pink,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .disabled.vex-dialog-button.vex-dialog-button-secondary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink:disabled,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary:disabled {
    color: #212529;
    background-color: #f2ab25;
    border-color: #f2ab25
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .show>.dropdown-toggle.vex-dialog-button.vex-dialog-button-pink,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .show>.dropdown-toggle.vex-dialog-button.vex-dialog-button-secondary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink:not(:disabled):not(.disabled).active,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink:not(:disabled):not(.disabled):active,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary:not(:disabled):not(.disabled).active,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #d7910d;
    border-color: #cb890c
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .show>.dropdown-toggle.vex-dialog-button.vex-dialog-button-pink:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .show>.dropdown-toggle.vex-dialog-button.vex-dialog-button-secondary:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink:not(:disabled):not(.disabled).active:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-pink:not(:disabled):not(.disabled):active:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary:not(:disabled):not(.disabled).active:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(211, 151, 38, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #eebf13;
    border-color: #eebf13
}

.btn-warning:hover {
    color: #212529;
    background-color: #cca30f;
    border-color: #c09a0e
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(207, 168, 22, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #eebf13;
    border-color: #eebf13
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c09a0e;
    border-color: #b4900d
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(207, 168, 22, .5)
}

.btn-danger {
    color: #fff;
    background-color: #f16869;
    border-color: #f16869
}

.btn-danger:hover {
    color: #fff;
    background-color: #ee4546;
    border-color: #ed393b
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(243, 127, 128, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #f16869;
    border-color: #f16869
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ed393b;
    border-color: #ec2e2f
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(243, 127, 128, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #ffc87f;
    border-color: #ffc87f
}

.btn-outline-primary:hover {
    color: #212529;
    background-color: #ffc87f;
    border-color: #ffc87f
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 200, 127, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #ffc87f;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #ffc87f;
    border-color: #ffc87f
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 200, 127, .5)
}

.btn-outline-secondary {
    color: #f2ab25;
    border-color: #f2ab25
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #f2ab25;
    border-color: #f2ab25
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(242, 171, 37, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #f2ab25;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #f2ab25;
    border-color: #f2ab25
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(242, 171, 37, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #eebf13;
    border-color: #eebf13
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #eebf13;
    border-color: #eebf13
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(238, 191, 19, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #eebf13;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #eebf13;
    border-color: #eebf13
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(238, 191, 19, .5)
}

.btn-outline-danger {
    color: #f16869;
    border-color: #f16869
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #f16869;
    border-color: #f16869
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #f16869;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f16869;
    border-color: #f16869
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

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

.btn-link:hover {
    color: #ffa733;
    text-decoration: underline
}

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

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

.btn-group-lg>.btn,
.btn-lg,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-lg>.vex-dialog-button {
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 10px
}

.btn-group-sm>.btn,
.btn-sm,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-sm>.vex-dialog-button {
    padding: .25rem .5rem;
    font-size: .7875rem;
    line-height: 1.5;
    border-radius: 2px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: .9rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: linear-gradient(180deg, #3c3c3c, #141414);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffc87f
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .7875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.vex-dialog-button {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.active.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button:active,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button:hover,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.active.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.vex-dialog-button:active,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.vex-dialog-button:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.vex-dialog-button:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.vex-dialog-button:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.btn-group:not(:last-child)>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.vex-dialog-button:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.btn-group:not(:first-child)>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group>.vex-dialog-button:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-sm>.vex-dialog-button+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-lg>.vex-dialog-button+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.btn-group:not(:last-child)>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.btn-group:not(:first-child)>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-vertical>.vex-dialog-button:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-toggle>.btn-group>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-toggle>.vex-dialog-button {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-toggle>.btn-group>.vex-dialog-button input[type=checkbox],
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-toggle>.btn-group>.vex-dialog-button input[type=radio],
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-toggle>.vex-dialog-button input[type=checkbox],
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-group-toggle>.vex-dialog-button input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: flex;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: flex
}

.input-group-append .btn,
.input-group-append .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button,
.input-group-prepend .btn,
.input-group-prepend .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-append .vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-prepend .vex-dialog-button {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-append .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:focus,
.input-group-prepend .btn:focus,
.input-group-prepend .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-append .vex-dialog-button:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-prepend .vex-dialog-button:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn+.vex-dialog-button,
.input-group-append .vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-text+.vex-dialog-button,
.input-group-append .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button+.btn,
.input-group-append .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button+.input-group-text,
.input-group-append .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button+.vex-dialog-button,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn+.vex-dialog-button,
.input-group-prepend .vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-text+.vex-dialog-button,
.input-group-prepend .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button+.btn,
.input-group-prepend .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button+.input-group-text,
.input-group-prepend .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button+.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-append .btn+.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-append .input-group-text+.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-append .vex-dialog-button+.btn,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-append .vex-dialog-button+.input-group-text,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-append .vex-dialog-button+.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-prepend .btn+.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-prepend .input-group-text+.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-prepend .vex-dialog-button+.btn,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-prepend .vex-dialog-button+.input-group-text,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-prepend .vex-dialog-button+.vex-dialog-button {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .8rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ddd;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-lg>.input-group-append>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-lg>.input-group-prepend>.vex-dialog-button {
    padding: .5rem 1rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 10px
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-sm>.input-group-append>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group-sm>.input-group-prepend>.vex-dialog-button {
    padding: .25rem .5rem;
    font-size: .7875rem;
    line-height: 1.5;
    border-radius: 2px
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.8rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group>.input-group-append:last-child>.vex-dialog-button:not(:last-child):not(.dropdown-toggle),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group>.input-group-append:not(:last-child)>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group>.input-group-prepend>.vex-dialog-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group>.input-group-append>.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group>.input-group-prepend:first-child>.vex-dialog-button:not(:first-child),
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .input-group>.input-group-prepend:not(:first-child)>.vex-dialog-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.35rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #ffc87f;
    background-color: #ffc87f
}

.custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(255, 200, 127, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #fff
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #0d0d0d;
    border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .175rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: 5px
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    border-color: #ffc87f;
    background-color: #ffc87f
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(255, 200, 127, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(255, 200, 127, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(255, 200, 127, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.175rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #0d0d0d;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(255, 200, 127, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.6rem + 2px);
    padding: .8rem 1.8rem .8rem .8rem;
    font-family: Helvetica Neue, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ddd;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .8rem center/8px 10px;
    background-color: #0d0d0d;
    border: 1px solid #ced4da;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 200, 127, .25)
}

.custom-select:focus::-ms-value {
    color: #ddd;
    background-color: #0d0d0d
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .8rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .7875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.125rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + 1.6rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #fff;
    box-shadow: 0 0 0 .2rem rgba(255, 200, 127, .25)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + 1.6rem + 2px);
    font-family: Helvetica Neue, sans-serif;
    font-weight: 400;
    background-color: #0d0d0d;
    border: 1px solid #ced4da;
    border-radius: 0
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .8rem;
    line-height: 1.5;
    color: #ddd
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.6rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0 0 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #000, 0 0 0 .2rem rgba(255, 200, 127, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #000, 0 0 0 .2rem rgba(255, 200, 127, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #000, 0 0 0 .2rem rgba(255, 200, 127, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #ffc87f;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #fff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ffc87f;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #fff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #ffc87f;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #fff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

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

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    cursor: pointer
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #000;
    border-color: #dee2e6 #dee2e6 #000
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: 5px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ffc87f
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0%;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .33125rem;
    padding-bottom: .33125rem;
    margin-right: 1rem;
    font-size: 1.125rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.125rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 5px
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 2px
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: 1px 1px 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 1px 1px
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: 1px
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 5px
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 5px
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ffc87f;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #ffa733;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 200, 127, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.page-item:last-child .page-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ffc87f;
    border-color: #ffc87f
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .7875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #212529;
    background-color: #ffc87f
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #212529;
    background-color: #ffb24c
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 200, 127, .5)
}

.badge-secondary {
    color: #212529;
    background-color: #f2ab25
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #212529;
    background-color: #d7910d
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(242, 171, 37, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #eebf13
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #c09a0e
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(238, 191, 19, .5)
}

.badge-danger {
    color: #fff;
    background-color: #f16869
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #ed393b
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(241, 104, 105, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 10px
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 5px
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3.85rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #856842;
    background-color: #fff4e5;
    border-color: #fff0db
}

.alert-primary hr {
    border-top-color: #ffe5c2
}

.alert-primary .alert-link {
    color: #634d31
}

.alert-secondary {
    color: #7e5913;
    background-color: #fceed3;
    border-color: #fbe7c2
}

.alert-secondary hr {
    border-top-color: #f9deaa
}

.alert-secondary .alert-link {
    color: #523a0c
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #7c630a;
    background-color: #fcf2d0;
    border-color: #faedbd
}

.alert-warning hr {
    border-top-color: #f8e7a5
}

.alert-warning .alert-link {
    color: #4d3d06
}

.alert-danger {
    color: #7d3637;
    background-color: #fce1e1;
    border-color: #fbd5d5
}

.alert-danger hr {
    border-top-color: #f9bebe
}

.alert-danger .alert-link {
    color: #592727
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .675rem;
    background-color: #e9ecef;
    border-radius: 10px
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ffc87f;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #fff;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ffc87f;
    border-color: #ffc87f
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }
    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0
    }
    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 0
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }
    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0
    }
    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 0
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }
    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0
    }
    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 0
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }
    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #856842;
    background-color: #fff0db
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #856842;
    background-color: #ffe5c2
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #856842;
    border-color: #856842
}

.list-group-item-secondary {
    color: #7e5913;
    background-color: #fbe7c2
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #7e5913;
    background-color: #f9deaa
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #7e5913;
    border-color: #7e5913
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #7c630a;
    background-color: #faedbd
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #7c630a;
    background-color: #f8e7a5
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #7c630a;
    border-color: #7c630a
}

.list-group-item-danger {
    color: #7d3637;
    background-color: #fbd5d5
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #7d3637;
    background-color: #f9bebe
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7d3637;
    border-color: #7d3637
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

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

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Kanit, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .7875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 5px
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Kanit, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .7875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 10px
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: 10px 0
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: 10px 0
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .9rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #fff
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #ffc87f !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #ffb24c !important
}

.bg-secondary {
    background-color: #f2ab25 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #d7910d !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #eebf13 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #c09a0e !important
}

.bg-danger {
    background-color: #f16869 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #ed393b !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #ffc87f !important
}

.border-secondary {
    border-color: #f2ab25 !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #eebf13 !important
}

.border-danger {
    border-color: #f16869 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: 2px !important
}

.rounded {
    border-radius: 5px !important
}

.rounded-top {
    border-top-left-radius: 5px !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: 5px !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 5px !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 5px !important
}

.rounded-left {
    border-top-left-radius: 5px !important
}

.rounded-lg {
    border-radius: 10px !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

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

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

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

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

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

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.cke_editable,
.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }
    .m-sm-n2 {
        margin: -.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }
    .m-md-n2 {
        margin: -.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }
    .m-lg-n2 {
        margin: -.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }
    .m-xl-n2 {
        margin: -.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

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

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: 600 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #ffc87f !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #ffa733 !important
}

.text-secondary {
    color: #f2ab25 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #bf810b !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #eebf13 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #a8870c !important
}

.text-danger {
    color: #f16869 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #eb2223 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #fff !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,
     :after,
     :before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .container,
    body {
        min-width: 992px !important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, .06) !important;
    border: 0 !important;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder:after {
    content: "!";
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important
}

.selectize-dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0;
    float: left;
    box-sizing: border-box
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0;
    border-left: 1px solid #0073bb;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #00578d
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #aaa
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px
}

.selectize-control {
    position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 3px
}

.selectize-control.multi .selectize-input.has-items {
    padding: 5px 8px 2px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #1da7ee;
    color: #fff;
    border: 1px solid #0073bb
}

.selectize-control.multi .selectize-input>div.active {
    background: #92c836;
    color: #fff;
    border: 1px solid #00578d
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #fff;
    background: #d2d2d2;
    border: 1px solid #aaa
}

.selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 1px !important;
    text-indent: 0 !important;
    border: 0 !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    box-shadow: none !important
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: none !important
}

.selectize-input:after {
    content: " ";
    display: block;
    clear: left
}

.selectize-input.dropdown-active:before {
    content: " ";
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    background: #fff;
    margin: -1px 0 0;
    border: 1px solid #d0d0d0;
    border-top: 0;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 0 0 3px 3px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    border-radius: 1px
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
    padding: 5px 8px
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5
}

.selectize-dropdown [data-selectable].option {
    opacity: 1
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, .5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-color: grey transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px;
    border-color: transparent transparent grey
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa
}

.selectize-control.multi .selectize-input.has-items {
    padding-left: 5px;
    padding-right: 5px
}

.selectize-control.multi .selectize-input.disabled [data-value] {
    color: #999;
    text-shadow: none;
    background: none;
    box-shadow: none
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
    border-color: #e6e6e6
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
    background: none
}

.selectize-control.multi .selectize-input [data-value] {
    text-shadow: 0 1px 0 rgba(0, 51, 83, .3);
    border-radius: 3px;
    background-color: #1b9dec;
    background-image: linear-gradient(180deg, #1da7ee, #178ee9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff1da7ee", endColorstr="#ff178ee9", GradientType=0);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .2), inset 0 1px hsla(0, 0%, 100%, .03)
}

.selectize-control.multi .selectize-input [data-value].active {
    background-color: #0085d4;
    background-image: linear-gradient(180deg, #008fd8, #0075cf);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff008fd8", endColorstr="#ff0075cf", GradientType=0)
}

.selectize-control.single .selectize-input {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05), inset 0 1px 0 hsla(0, 0%, 100%, .8);
    background-color: #f9f9f9;
    background-image: linear-gradient(180deg, #fefefe, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fffefefe", endColorstr="#fff2f2f2", GradientType=0)
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
    border-color: #b8b8b8
}

.selectize-dropdown .optgroup-header {
    padding-top: 7px;
    font-weight: 700;
    font-size: .85em
}

.selectize-dropdown .optgroup {
    border-top: 1px solid #f0f0f0
}

.selectize-dropdown .optgroup:first-child {
    border-top: 0
}

@-webkit-keyframes vex-fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes vex-fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes vex-fadeout {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes vex-fadeout {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes vex-rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes vex-rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

.vex {
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1111;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.vex-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.vex-overlay {
    -webkit-animation: vex-fadein .5s;
    animation: vex-fadein .5s;
    position: fixed;
    z-index: 1111;
    background: rgba(0, 0, 0, .4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.vex-overlay.vex-closing {
    -webkit-animation: vex-fadeout .5s forwards;
    animation: vex-fadeout .5s forwards
}

.vex-content {
    -webkit-animation: vex-fadein .5s;
    animation: vex-fadein .5s;
    background: #fff
}

.vex.vex-closing .vex-content {
    -webkit-animation: vex-fadeout .5s forwards;
    animation: vex-fadeout .5s forwards
}

.vex-close:before {
    font-family: Arial, sans-serif;
    content: "\00D7"
}

.vex-dialog-form {
    margin: 0
}

.vex-dialog-button {
    text-rendering: optimizeLegibility;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.vex-loading-spinner {
    -webkit-animation: vex-rotation .7s linear infinite;
    animation: vex-rotation .7s linear infinite;
    box-shadow: 0 0 1em rgba(0, 0, 0, .1);
    position: fixed;
    z-index: 1112;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2em;
    width: 2em;
    background: #fff
}

body.vex-open {
    overflow: hidden
}

@-webkit-keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent
    }
    70% {
        box-shadow: inset 0 0 0 300px hsla(0, 0%, 100%, .25)
    }
    to {
        box-shadow: inset 0 0 0 300px transparent
    }
}

@keyframes vex-pulse {
    0% {
        box-shadow: inset 0 0 0 300px transparent
    }
    70% {
        box-shadow: inset 0 0 0 300px hsla(0, 0%, 100%, .25)
    }
    to {
        box-shadow: inset 0 0 0 300px transparent
    }
}

.vex.vex-theme-plain {
    padding-top: 160px;
    padding-bottom: 160px
}

.vex.vex-theme-plain .vex-content {
    font-family: Helvetica Neue, sans-serif;
    background: #fff;
    color: #444;
    padding: 1em;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 450px;
    font-size: 1.1em;
    line-height: 1.5em
}

.vex.vex-theme-plain .vex-content h1,
.vex.vex-theme-plain .vex-content h2,
.vex.vex-theme-plain .vex-content h3,
.vex.vex-theme-plain .vex-content h4,
.vex.vex-theme-plain .vex-content h5,
.vex.vex-theme-plain .vex-content h6,
.vex.vex-theme-plain .vex-content li,
.vex.vex-theme-plain .vex-content p,
.vex.vex-theme-plain .vex-content ul {
    color: inherit
}

.vex.vex-theme-plain .vex-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.vex.vex-theme-plain .vex-close:before {
    position: absolute;
    content: "\00D7";
    font-size: 26px;
    font-weight: 400;
    line-height: 31px;
    height: 30px;
    width: 30px;
    text-align: center;
    top: 3px;
    right: 3px;
    color: #bbb;
    background: transparent
}

.vex.vex-theme-plain .vex-close:active:before,
.vex.vex-theme-plain .vex-close:hover:before {
    color: #777;
    background: #e0e0e0
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-message {
    margin-bottom: .5em
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input {
    margin-bottom: 1em
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=date],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime-local],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=email],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=month],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=number],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=password],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=search],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=tel],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=text],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=time],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=url],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=week],
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea {
    background: #f0f0f0;
    width: 100%;
    padding: .25em .67em;
    border: 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    min-height: 2.5em;
    margin: 0 0 .25em
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=date]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime-local]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=datetime]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=email]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=month]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=number]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=password]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=search]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=tel]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=text]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=time]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=url]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input input[type=week]:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input select:focus,
.vex.vex-theme-plain .vex-dialog-form .vex-dialog-input textarea:focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2);
    outline: none
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons {
    *zoom: 1
}

.vex.vex-theme-plain .vex-dialog-form .vex-dialog-buttons:after {
    content: "";
    display: table;
    clear: both
}

.vex.vex-theme-plain .vex-dialog-button {
    border-radius: 0;
    border: 0;
    float: right;
    margin: 0 0 0 .5em;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8em;
    line-height: 1em;
    padding: .75em 2em
}

.vex.vex-theme-plain .vex-dialog-button.vex-last {
    margin-left: 0
}

.vex.vex-theme-plain .vex-dialog-button:focus {
    -webkit-animation: vex-pulse 1.1s infinite;
    animation: vex-pulse 1.1s infinite;
    outline: none
}

@media (max-width:568px) {
    .vex.vex-theme-plain .vex-dialog-button:focus {
        -webkit-animation: none;
        animation: none
    }
}

.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-primary {
    background: #3288e6;
    color: #fff
}

.vex.vex-theme-plain .vex-dialog-button.vex-dialog-button-secondary {
    background: #e0e0e0;
    color: #777
}

.vex-loading-spinner.vex-theme-plain {
    height: 2.5em;
    width: 2.5em
}

body {
    overflow-x: hidden
}

[data-animatable] {
    opacity: 0
}

[data-animatable].animated {
    opacity: 1
}

a:focus {
    outline: none
}

.x-link {
    color: #fff
}

.x-link:focus,
.x-link:hover {
    text-decoration: none;
    color: #ffc87f
}

.cke_editable,
.font-normal,
.x-blog {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.f-1 {
    font-size: 2.25rem !important
}

.f-2 {
    font-size: 1.8rem !important
}

.f-3 {
    font-size: 1.575rem !important
}

.f-4 {
    font-size: 1.35rem !important
}

.f-5 {
    font-size: 1.125rem !important
}

.f-6 {
    font-size: .9rem !important
}

.f-7 {
    font-size: .81rem !important
}

.f-8 {
    font-size: .72rem !important
}

.f-9 {
    font-size: .63rem !important
}

@media (min-width:576px) {
    .f-sm-1 {
        font-size: 2.25rem !important
    }
    .f-sm-2 {
        font-size: 1.8rem !important
    }
    .f-sm-3 {
        font-size: 1.575rem !important
    }
    .f-sm-4 {
        font-size: 1.35rem !important
    }
    .f-sm-5 {
        font-size: 1.125rem !important
    }
    .f-sm-6 {
        font-size: .9rem !important
    }
    .f-sm-7 {
        font-size: .81rem !important
    }
    .f-sm-8 {
        font-size: .72rem !important
    }
    .f-sm-9 {
        font-size: .63rem !important
    }
}

@media (min-width:768px) {
    .f-md-1 {
        font-size: 2.25rem !important
    }
    .f-md-2 {
        font-size: 1.8rem !important
    }
    .f-md-3 {
        font-size: 1.575rem !important
    }
    .f-md-4 {
        font-size: 1.35rem !important
    }
    .f-md-5 {
        font-size: 1.125rem !important
    }
    .f-md-6 {
        font-size: .9rem !important
    }
    .f-md-7 {
        font-size: .81rem !important
    }
    .f-md-8 {
        font-size: .72rem !important
    }
    .f-md-9 {
        font-size: .63rem !important
    }
}

@media (min-width:992px) {
    .f-lg-1 {
        font-size: 2.25rem !important
    }
    .f-lg-2 {
        font-size: 1.8rem !important
    }
    .f-lg-3 {
        font-size: 1.575rem !important
    }
    .f-lg-4 {
        font-size: 1.35rem !important
    }
    .f-lg-5 {
        font-size: 1.125rem !important
    }
    .f-lg-6 {
        font-size: .9rem !important
    }
    .f-lg-7 {
        font-size: .81rem !important
    }
    .f-lg-8 {
        font-size: .72rem !important
    }
    .f-lg-9 {
        font-size: .63rem !important
    }
}

@media (min-width:1200px) {
    .f-xl-1 {
        font-size: 2.25rem !important
    }
    .f-xl-2 {
        font-size: 1.8rem !important
    }
    .f-xl-3 {
        font-size: 1.575rem !important
    }
    .f-xl-4 {
        font-size: 1.35rem !important
    }
    .f-xl-5 {
        font-size: 1.125rem !important
    }
    .f-xl-6 {
        font-size: .9rem !important
    }
    .f-xl-7 {
        font-size: .81rem !important
    }
    .f-xl-8 {
        font-size: .72rem !important
    }
    .f-xl-9 {
        font-size: .63rem !important
    }
}

.form-control-label.required:after,
legend.col-form-label.required:after {
    content: "*";
    color: #f16869;
    margin-left: .2rem
}

.form-text-hint {
    font-size: 85%
}

.x-input-select-date .selectized[name$="[day]"]+.selectize-control {
    width: 50px
}

.x-input-select-date .selectized[name$="[month]"]+.selectize-control,
.x-input-select-date .selectized[name$="[year]"]+.selectize-control {
    width: 70px
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

.selectize-control.form-control {
    padding: 0;
    height: 28px
}

.selectize-control.form-control.multi {
    height: auto
}

.selectize-control.form-control.multi .selectize-input>* {
    height: auto;
    overflow: inherit
}

.selectize-control.form-control.multi .selectize-input.has-items input {
    top: -10px
}

.selectize-control.form-control .selectize-dropdown,
.selectize-control.form-control .selectize-dropdown-content {
    border-radius: 5px
}

.selectize-control.form-control .selectize-input {
    border: none;
    background-color: #fff;
    border-radius: 0;
    height: 100%;
    padding: .8rem
}

.selectize-control.form-control .selectize-input>* {
    height: 1.26rem;
    overflow: hidden
}

.selectize-control.form-control .selectize-input .item,
.selectize-control.form-control .selectize-input input {
    font-size: .9rem;
    line-height: 1.5
}

.selectize-control.form-control.form-control-sm {
    font-size: .7875rem;
    height: 28px
}

.selectize-control.form-control.form-control-sm .selectize-input .item,
.selectize-control.form-control.form-control-sm .selectize-input input {
    font-size: .7875rem;
    line-height: 1.5
}

.selectize-control.form-control.x-selectize-custom-render {
    min-height: 28px;
    height: auto
}

.selectize-control.form-control.x-selectize-custom-render .selectize-input {
    background-image: none;
    box-shadow: none
}

.selectize-control.form-control.x-selectize-custom-render .selectize-input>* {
    height: auto;
    overflow: inherit
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown [data-selectable] {
    padding: .8rem
}

.selectize-dropdown .option.-disabled {
    font-weight: 700;
    cursor: default;
    pointer-events: none
}

.selectize-dropdown .option.-disabled.active {
    background-color: inherit
}

.selectize-dropdown.form-control {
    padding: 0;
    height: auto !important
}

select[data-chooser]+.selectize-control.loading {
    position: relative
}

select[data-chooser]+.selectize-control.loading:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f110";
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: 10
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: "inherit";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "inherit";
    font-size: 40px;
    line-height: 20px;
    text-align: center;
    color: #c4c4c4;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #c4c4c4;
    opacity: .75
}

.slick-dotted {
    position: relative
}

.slick-dotted .slick-dots li button:before {
    font-size: 45px
}

.slick-arrow {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 10
}

.slick-arrow,
.slick-arrow:active,
.slick-arrow:focus,
.slick-arrow:hover {
    background-color: #ffc87f
}

.slick-arrow:active:before,
.slick-arrow:before,
.slick-arrow:focus:before,
.slick-arrow:hover:before {
    color: #fff
}

.slick-arrow.slick-prev {
    left: 0
}

.slick-arrow.slick-prev:before {
    content: "\f053";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px
}

.slick-arrow.slick-next {
    right: 0
}

.slick-arrow.slick-next:before {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px
}

[data-slickable].-single .-slick-item {
    display: none
}

[data-slickable].-single .-slick-item:first-child,
[data-slickable].-single.slick-initialized .-slick-item {
    display: block !important
}

body,
html {
    height: 100%;
    font-family: Kanit, Helvetica Neue, Helvetica, Arial, sans-serif
}

#main__content {
    margin-top: -92px
}

@media (max-width:991.98px) {
    #main__content {
        margin-top: 0;
        padding-bottom: 4rem
    }
}

.x-alert-info {
    background-color: #0d0d0d;
    color: #ffc87f
}

.x-mini-copy {
    line-height: 30px;
    height: 24px;
    background: #ffc87f !important;
    color: #000 !important;
    border-radius: 10px;
    padding: 4px
}

.x-hr-border-glow {
    height: 1px;
    margin-top: 0;
    background: linear-gradient(90deg, transparent, #ffc87f 30%, #ffc87f 70%, transparent);
    width: 70%;
    text-align: center
}

.x-hr-border-gradient {
    height: 2px;
    margin-top: 0;
    background: linear-gradient(90deg, #fcb117, #ffd101);
    width: 140px
}

.x-hr-border-primary {
    width: 100%;
    height: 2px;
    border-color: #ffc87f
}

.-x-input-icon {
    display: flex;
    align-items: center;
    border-radius: 3px;
    position: relative
}

.-x-input-icon .-icon {
    position: absolute;
    height: 18px;
    color: #ffc87f;
    top: 12px
}

.-x-input-icon .form-control {
    padding-left: 38px
}

.-x-input-icon .form-control.text-center {
    padding-right: 38px
}

.-x-input-icon .x-input-reset-btn {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 14px;
    right: 1rem;
    width: 18px;
    height: 18px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: linear-gradient(36.39deg, #a26924 4.47%, #fdf6ae 98.21%)
}

@media (min-width:992px) {
    .-x-input-icon .x-input-reset-btn {
        transition: opacity .2s;
        opacity: .75
    }
    .-x-input-icon .x-input-reset-btn:hover {
        opacity: 1
    }
}

.-x-input-icon .x-input-reset-btn .fas {
    font-size: 10px;
    color: #1a1a1a
}

.-x-input-icon .x-input-reset-btn:focus {
    outline: none
}

@media (max-width:991.98px) {
    .-x-input-icon .x-input-reset-btn {
        top: 18px
    }
}

.x-input-number-name-bank {
    position: relative
}

.x-input-number-name-bank .-validate-box {
    background: #383838;
    position: absolute;
    top: 0;
    left: -70%;
    border-radius: 16px;
    padding: 20px 16px 14px;
    width: 60%;
    margin-bottom: 2rem;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 2px solid #ffc87f
}

@media (max-width:991.98px) {
    .x-input-number-name-bank .-validate-box {
        position: relative;
        width: 100%;
        left: 0;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp
    }
}

.x-input-number-name-bank .-validate-box .-content-validate {
    color: #ffc87f;
    font-size: 1.1rem;
    line-height: 1.5
}

.x-input-number-name-bank .-validate-box .-detail-validate {
    margin-top: .5rem;
    color: #fff;
    line-height: 1.5
}

.x-input-number-name-bank .-validate-box .fas.fa-arrow-right {
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #ffc87f;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: x-register-arrow-horizontal-mover .5s infinite alternate;
    animation: x-register-arrow-horizontal-mover .5s infinite alternate
}

@media (max-width:991.98px) {
    .x-input-number-name-bank .-validate-box .fas.fa-arrow-right {
        display: none
    }
}

.w-85 {
    width: 85%
}

.w-90 {
    width: 90%
}

.x-service-wrapper .-box {
    padding: 0 4rem
}

.x-service-wrapper .-box a {
    text-decoration: none !important;
    color: #fff
}

.x-service-wrapper .-box .-fake-bg {
    display: none
}

.x-service-wrapper .-box .-ic-wrapper {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.-tabsection2 img {
    width: auto !important;
    height: 100px !important;
    margin-bottom: 1rem;
    max-width: 100px !important
}

.x-service-wrapper.-index .-box .textwidget {
    width: 100%;
    margin: 0 auto;
    padding: 0 5px;
    margin-top: 5px;
    word-break: break-word
}

@media (max-width:767.8px) {
    .x-service-wrapper.-index .-box .textwidget {
        width: 100%;
        margin: 0 auto
    }
}

.x-service-wrapper .-box .-ic-wrapper .-ic-bank,
.x-service-wrapper .-box .-ic-wrapper .-ic-otp,
.x-service-wrapper .-box .-ic-wrapper .-ic-register {
    width: 100px;
    height: auto;
    margin-bottom: 1rem
}

.x-service-wrapper .-box .-ic-wrapper .-ic {
    width: 120px;
    height: auto;
    margin-bottom: 1rem
}

.x-service-wrapper .-box .-title-h2,
.x-service-wrapper .-box h3 {
    color: #fff;
    font-size: 1.75rem;
    margin-bottom: 0
}

.x-service-wrapper .-box .x-hr-border-glow {
    transition: all .6s
}

.x-service-wrapper .-box:hover .x-hr-border-glow {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@media (max-width:991.98px) {
    .x-service-wrapper .-box {
        padding: 0
    }
}

@media (max-width:767.98px) {
    .x-service-wrapper .-box {
        padding: 0
    }
    .x-service-wrapper .-box .-ic-wrapper {
        height: 100px;
        width: 100px;
        margin-right: 15px;
        display: flex;
        justify-content: center;
        align-items: flex-start
    }
    .x-service-wrapper .-box .x-hr-border-glow {
        margin-left: 0;
        width: 150px
    }
    .x-service-wrapper .-box h3 {
        color: #fff;
        font-size: 1.75rem;
        margin-bottom: 0
    }
}

@media (max-width:575.98px) {
    .x-service-wrapper.-logged .-box .-ic-wrapper {
        width: 120px
    }
}

.x-admin-contact {
    margin-top: .7rem;
    text-align: center;
    border-top: 1px solid #656565;
    padding-top: 12px;
    position: relative;
    top: 9px
}

@media (max-width:991.98px) {
    .x-admin-contact {
        position: absolute;
        left: 50%;
        right: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 60px;
        width: 100%;
        top: auto;
        border: none
    }
    .x-admin-contact.-no-fixed {
        position: static;
        -webkit-transform: none;
        transform: none
    }
}

.x-visually-hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.x-gutter-divine {
    padding-left: 7.5px;
    padding-right: 7.5px
}

@-webkit-keyframes flip-in-hor-top {
    0% {
        -webkit-transform: rotateX(-80deg);
        transform: rotateX(-80deg);
        opacity: 0
    }
    to {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes flip-in-hor-top {
    0% {
        -webkit-transform: rotateX(-80deg);
        transform: rotateX(-80deg);
        opacity: 0
    }
    to {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes x-shimmer {
    0% {
        background-position: -200px top
    }
    to {
        background-position: 200px top
    }
}

@-webkit-keyframes x-shimmer-short {
    0% {
        background-position: -100px top
    }
    to {
        background-position: 100px top
    }
}

@keyframes x-shimmer-short {
    0% {
        background-position: -100px top
    }
    to {
        background-position: 100px top
    }
}

@-webkit-keyframes x-shimmer-shorter {
    0% {
        background-position: -60px top
    }
    to {
        background-position: 60px top
    }
}

@keyframes x-shimmer-shorter {
    0% {
        background-position: -60px top
    }
    to {
        background-position: 60px top
    }
}

@-webkit-keyframes x-hamburger-wave {
    0% {
        width: 70%
    }
    to {
        width: 100%
    }
}

@keyframes x-hamburger-wave {
    0% {
        width: 70%
    }
    to {
        width: 100%
    }
}

@-webkit-keyframes x-alert-blinker {
    0% {
        border-color: #fff;
        background: red;
        color: #fff
    }
    50% {
        border-color: red;
        background: #fff;
        color: red
    }
}

@keyframes x-alert-blinker {
    0% {
        border-color: #fff;
        background: red;
        color: #fff
    }
    50% {
        border-color: red;
        background: #fff;
        color: red
    }
}

@-webkit-keyframes x-progress-bar-stripes {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 1rem 0
    }
}

@keyframes x-progress-bar-stripes {
    0% {
        background-position: 0 0
    }
    to {
        background-position: 1rem 0
    }
}

@-webkit-keyframes x-register-arrow-horizontal-mover {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    to {
        -webkit-transform: translate(10px, -50%);
        transform: translate(10px, -50%)
    }
}

@keyframes x-register-arrow-horizontal-mover {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    to {
        -webkit-transform: translate(10px, -50%);
        transform: translate(10px, -50%)
    }
}

@-webkit-keyframes x-dust-mover {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
    50% {
        -webkit-transform: translate(15px, 5px) rotate(-1deg);
        transform: translate(15px, 5px) rotate(-1deg)
    }
    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@keyframes x-dust-mover {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
    50% {
        -webkit-transform: translate(15px, 5px) rotate(-1deg);
        transform: translate(15px, 5px) rotate(-1deg)
    }
    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@-webkit-keyframes x-ball-roll {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes x-ball-roll {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes x-ball-bounce {
    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

@keyframes x-ball-bounce {
    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

@-webkit-keyframes x-ball-shadow {
    50% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: .8
    }
}

@keyframes x-ball-shadow {
    50% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: .8
    }
}

@-webkit-keyframes x-shaker-left-right {
    0%,
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    10% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }
    15%,
    30%,
    45% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    20%,
    35%,
    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    60% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
    70% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }
}

@keyframes x-shaker-left-right {
    0%,
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    10% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }
    15%,
    30%,
    45% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    20%,
    35%,
    50% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    60% {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg)
    }
    70% {
        -webkit-transform: rotate(8deg);
        transform: rotate(8deg)
    }
}

@-webkit-keyframes x-promotion-history-coming-in {
    0% {
        opacity: 0;
        visibility: hidden
    }
    to {
        opacity: 1;
        visibility: visible
    }
}

@keyframes x-promotion-history-coming-in {
    0% {
        opacity: 0;
        visibility: hidden
    }
    to {
        opacity: 1;
        visibility: visible
    }
}

@-webkit-keyframes x-opacity-glow-fading-up {
    0% {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

@keyframes x-opacity-glow-fading-up {
    0% {
        opacity: .5
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes x-rotate-item {
    0%,
    60%,
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    8% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }
    15% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    30% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    45% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    50% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
}

@keyframes x-rotate-item {
    0%,
    60%,
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    8% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }
    15% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    30% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    45% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    50% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
}

.x-button-actions {
    display: none
}

@media (max-width:991.98px) {
    .x-button-actions {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .vex-dialog-button,
    .x-button-actions .btn,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
        border-radius: 0;
        padding: .375rem .75rem;
        color: #fff
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .vex-dialog-button .-icon,
    .x-button-actions .btn .-icon,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button .-icon {
        max-width: 30px
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .-btn-bottom.vex-dialog-button,
    .x-button-actions .btn.-btn-bottom,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-bottom.vex-dialog-button {
        color: #000 !important
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .vex-dialog-button .-typo,
    .x-button-actions .btn .-typo,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button .-typo {
        padding-top: 4px;
        display: inline-block
    }
}

.x-button-actions .btn-plain-lobby:not(.-include-sood),
.x-button-actions .btn-plain-primary:not(.-include-sood),
.x-button-actions .btn-plain-secondary:not(.-include-sood) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex: 1
}

@media (max-width:991.98px) {
    .x-button-actions .btn-plain-lobby:not(.-include-sood),
    .x-button-actions .btn-plain-primary:not(.-include-sood),
    .x-button-actions .btn-plain-secondary:not(.-include-sood) {
        padding: 8px 0 0 !important;
        font-size: 1.4rem;
        border: none
    }
    .x-button-actions .btn-plain-lobby:not(.-include-sood):hover,
    .x-button-actions .btn-plain-primary:not(.-include-sood):hover,
    .x-button-actions .btn-plain-secondary:not(.-include-sood):hover {
        color: unset
    }
}

@media (max-width:767.98px) {
    .x-button-actions .btn-plain-lobby:not(.-include-sood) .-icon,
    .x-button-actions .btn-plain-primary:not(.-include-sood) .-icon,
    .x-button-actions .btn-plain-secondary:not(.-include-sood) .-icon {
        max-width: 26px
    }
    .x-button-actions .btn-plain-lobby:not(.-include-sood) .-typo,
    .x-button-actions .btn-plain-primary:not(.-include-sood) .-typo,
    .x-button-actions .btn-plain-secondary:not(.-include-sood) .-typo {
        position: relative;
        margin-top: -5px;
        padding-top: 6px
    }
}

@media (max-width:991.98px) {
    #account-actions #account-actions-mobile {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 3
    }
}

.x-contact-us-gift {
    z-index: 3;
    position: fixed;
    top: 20%;
    right: 0;
    width: 90px
}

@media (max-width:991.98px) {
    .x-contact-us-gift {
        bottom: 367px;
        top: auto
    }
}

.x-contact-us {
    z-index: 2;
    position: fixed;
    top: 30%;
    right: 0;
    overflow: hidden;
    max-height: 183px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

@media (max-width:991.98px) {
    .x-contact-us {
        max-height: 145px;
        bottom: 130px;
        top: auto
    }
}

.x-contact-us .x-hr-border-glow {
    position: absolute;
    height: 2px;
    z-index: 1
}

.x-contact-us .x-hr-border-glow.-bottom,
.x-contact-us .x-hr-border-glow.-left,
.x-contact-us .x-hr-border-glow.-top {
    opacity: .6
}

.x-contact-us .x-hr-border-glow.-top {
    left: 15%;
    top: -.8%
}

.x-contact-us .x-hr-border-glow.-bottom {
    left: 15%;
    bottom: -.5%
}

.x-contact-us .x-hr-border-glow.-left {
    width: 2px;
    height: 50%;
    top: 22%;
    z-index: 1;
    background: linear-gradient(100deg, transparent, #ecbd7b 30%, #ecbd7b 70%, transparent)
}

.x-contact-us a {
    padding: 1rem 1rem 3rem;
    color: #fff
}

@media (max-width:991.98px) {
    .x-contact-us a {
        padding: .6rem 1rem 2rem;
        font-size: 80%
    }
}

.x-contact-us a i,
.x-contact-us a svg {
    color: #fff;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s
}

.x-contact-us a:hover {
    color: #000;
    text-decoration: none
}

.x-contact-us a:hover i,
.x-contact-us a:hover svg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    color: #000;
    fill: #000
}

.x-contact-us .-live-chat-container {
    background: #162627
}

.x-contact-us .-live-chat-container:hover {
    color: #ffc87f;
    text-decoration: none
}

.x-contact-us .-live-chat-container:hover i,
.x-contact-us .-live-chat-container:hover svg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    color: #ffc87f;
    fill: #ffc87f
}

.x-contact-us .-contact-us-container {
    background: linear-gradient(180deg, #b5f9f8 -70%, #003736);
    position: relative;
    top: -30px;
    -webkit-transform: skewY(9deg);
    transform: skewY(9deg)
}

.x-contact-us .-contact-us-container svg {
    fill: #fff;
    height: 36px;
    width: 32px
}

@media (max-width:991.98px) {
    .x-contact-us .-contact-us-container svg {
        height: 30px
    }
}

.x-contact-us .-contact-us-container>div {
    -webkit-transform: skewY(-9deg);
    transform: skewY(-9deg)
}

@media (max-width:991.98px) {
    .x-contact-us .-contact-us-container {
        top: -20px
    }
}

.x-contact-us.-single {
    max-height: none
}

.x-contact-us.-single a {
    padding: 1rem 1.8rem
}

@media (max-width:991.98px) {
    .x-contact-us.-single a {
        padding: .6rem 1rem
    }
}

.x-contact-us.-single .-contact-us-container {
    position: static;
    -webkit-transform: none;
    transform: none
}

.x-contact-us.-single .-contact-us-container>div {
    -webkit-transform: none;
    transform: none
}

.x-index-top-container {
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 3rem
}

@media (max-width:991.98px) {
    .x-index-top-container {
        position: relative;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0
    }
}

.x-index-top-container .-bg-container {
    overflow: hidden
}

.x-index-top-container .-bg-container .-bg-1,
.x-index-top-container .-bg-container .-bg-2,
.x-index-top-container .-bg-container .-bg-3 {
    position: absolute;
    left: 25%;
    top: 20%;
    z-index: 0
}

@media (max-width:1199.98px) {
    .x-index-top-container .-bg-container .-bg-1,
    .x-index-top-container .-bg-container .-bg-2,
    .x-index-top-container .-bg-container .-bg-3 {
        left: 10%
    }
}

@media (max-width:767.98px) {
    .x-index-top-container .-bg-container .-bg-1,
    .x-index-top-container .-bg-container .-bg-2,
    .x-index-top-container .-bg-container .-bg-3 {
        left: -10%
    }
}

.x-index-top-container .-bg-container .-bg-1 {
    -webkit-animation: x-bg-1 8s ease infinite;
    animation: x-bg-1 8s ease infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.x-index-top-container .-bg-container .-bg-2 {
    -webkit-animation: x-bg-2 8s ease infinite;
    animation: x-bg-2 8s ease infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.x-index-top-container .-bg-container .-bg-3 {
    -webkit-animation: x-bg-3 8s ease infinite;
    animation: x-bg-3 8s ease infinite
}

.x-index-top-container .-inner-wrapper {
    padding-top: 10rem;
    padding-bottom: 3rem
}

.x-index-top-container .-inner-wrapper .-btn-cover-container {
    position: relative
}

.x-index-top-container .-inner-wrapper .-btn-cover-container .-glow-container {
    text-decoration: none;
    transition: all .5s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-animation: x-opacity-glow-fading-up 2.5s infinite alternate;
    animation: x-opacity-glow-fading-up 2.5s infinite alternate;
    z-index: -1
}

.x-index-top-container .-inner-wrapper .-btn-cover-container .-glow-container.-play {
    border-radius: 4px;
    box-shadow: 0 0 5px #fff, 0 0 8px rgba(255, 200, 127, .7), 0 0 10px rgba(255, 200, 127, .7), 0 0 13px rgba(255, 200, 127, .7), 0 0 16px rgba(255, 200, 127, .7), 0 0 28px rgba(255, 200, 127, .7), 0 0 36px rgba(255, 200, 127, .7), 0 0 44px rgba(255, 200, 127, .7)
}

.x-index-top-container .-inner-wrapper .-btn-cover-container .-glow-container.-play:after {
    box-shadow: 0 0 8px #fff, 0 0 10px rgba(255, 200, 127, .7), 0 0 16px rgba(255, 200, 127, .7), 0 0 20px rgba(255, 200, 127, .7), 0 0 24px rgba(255, 200, 127, .7), 0 0 36px rgba(255, 200, 127, .7), 0 0 48px rgba(255, 200, 127, .7), 0 0 56px rgba(255, 200, 127, .7)
}

.x-index-top-container .-inner-wrapper .-btn-cover-container .-glow-container.-register {
    border-radius: 9px;
    box-shadow: 0 0 5px #fff, 0 0 8px rgba(232, 196, 113, .7), 0 0 10px rgba(232, 196, 113, .7), 0 0 13px rgba(232, 196, 113, .7), 0 0 16px rgba(232, 196, 113, .7), 0 0 28px rgba(232, 196, 113, .7), 0 0 36px rgba(232, 196, 113, .7), 0 0 44px rgba(232, 196, 113, .7)
}

.x-index-top-container .-inner-wrapper .-btn-cover-container .-glow-container.-register:after {
    box-shadow: 0 0 8px #fff, 0 0 10px rgba(232, 196, 113, .7), 0 0 16px rgba(232, 196, 113, .7), 0 0 20px rgba(232, 196, 113, .7), 0 0 24px rgba(232, 196, 113, .7), 0 0 36px rgba(232, 196, 113, .7), 0 0 48px rgba(232, 196, 113, .7), 0 0 56px rgba(232, 196, 113, .7)
}

.x-index-top-container .-inner-wrapper a.-btn-glow-register {
    width: 180px;
    background: #fff;
    border-radius: 10px
}

.x-index-top-container .-inner-wrapper .-title .-ic-chip {
    width: 100px;
    height: auto;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.x-index-top-container .-inner-wrapper .-title .-logo-title {
    width: 400px;
    height: auto;
    margin-bottom: 2rem !important
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-index-top-container .-inner-wrapper .-btn-actions .vex-dialog-button,
.x-index-top-container .-inner-wrapper .-btn-actions .btn,
.x-index-top-container .-inner-wrapper .-btn-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 10px;
    padding-bottom: 6px
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-index-top-container .-inner-wrapper .-play-button .vex-dialog-button.vex-dialog-button-primary,
.x-index-top-container .-inner-wrapper .-play-button .btn-primary,
.x-index-top-container .-inner-wrapper .-play-button .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
.x-index-top-container .-inner-wrapper .-play-button .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-index-top-container .-inner-wrapper .-play-button .-copy-btn {
    background: #ffd101;
    background: linear-gradient(0deg, #fcb117, #ffd101);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to, GradientType=1)
}

.x-index-top-container .-inner-wrapper .-play-button .-box .x-hr-border-glow {
    transition: all .6s
}

.x-index-top-container .-inner-wrapper .-play-button .-box:hover .x-hr-border-glow {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

@media (max-width:991.98px) {
    .x-index-top-container .-inner-wrapper {
        padding-top: 6rem
    }
    .x-index-top-container .-inner-wrapper .-title .-logo-title {
        width: 300px;
        margin-bottom: 2.5rem !important
    }
}

@media (max-width:767.98px) {
    .x-index-top-container .-inner-wrapper .-title .-ic-chip {
        width: 60px
    }
    .x-index-top-container .-inner-wrapper .-title .-logo-title {
        width: 200px;
        margin-bottom: 1.5rem !important;
        margin-left: -4px
    }
    .x-index-top-container .-inner-wrapper .-sub-title {
        font-size: 1.4rem
    }
}

.x-btn-play {
    border-radius: 20px;
    width: 200px
}

@media (max-width:575.98px) {
    .x-btn-play {
        width: 180px
    }
}

@-webkit-keyframes x-bg-1 {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
    50% {
        -webkit-transform: translate(-30px, 15px) rotate(-1deg);
        transform: translate(-30px, 15px) rotate(-1deg)
    }
    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@keyframes x-bg-1 {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
    50% {
        -webkit-transform: translate(-30px, 15px) rotate(-1deg);
        transform: translate(-30px, 15px) rotate(-1deg)
    }
    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@-webkit-keyframes x-bg-2 {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
    50% {
        -webkit-transform: translate(30px, -5px) rotate(-5deg);
        transform: translate(30px, -5px) rotate(-5deg)
    }
    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@keyframes x-bg-2 {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
    50% {
        -webkit-transform: translate(30px, -5px) rotate(-5deg);
        transform: translate(30px, -5px) rotate(-5deg)
    }
    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@-webkit-keyframes x-bg-3 {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
    50% {
        -webkit-transform: translate(-30px, -15px) rotate(-1deg);
        transform: translate(-30px, -15px) rotate(-1deg)
    }
    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@keyframes x-bg-3 {
    0% {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
    50% {
        -webkit-transform: translate(-30px, -15px) rotate(-1deg);
        transform: translate(-30px, -15px) rotate(-1deg)
    }
    to {
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0)
    }
}

@media (max-width:991.98px) {
    .x-footer .-inner-wrapper .-term-btn {
        font-size: 1.4rem
    }
}

@media (max-width:991.98px) {
    .x-footer {
        padding-bottom: 60px !important
    }
}

@media (max-width:575.98px) {
    .x-footer.-has-my-score-ranking {
        padding-bottom: 90px !important
    }
}

.x-footer-seo .-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #353535
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-footer-seo .-tags .vex-dialog-button,
.x-footer-seo .-tags .btn,
.x-footer-seo .-tags .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 7px 10px 2px;
    line-height: 1;
    border-radius: 7px;
    color: #8e8e8e;
    background: #12151c
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-footer-seo .-tags .vex-dialog-button:hover,
.x-footer-seo .-tags .btn:hover,
.x-footer-seo .-tags .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:hover {
    background: #1d212a
}

.x-ma-container {
    position: relative;
    height: 100%;
    min-height: 100vh;
    background-image: none
}

.x-ma-container.-has-block {
    padding-top: 2rem;
    padding-bottom: 2rem
}

@media (max-width:991.98px) {
    .x-ma-container.-has-block {
        padding-top: 0
    }
}

.x-ma-container.-has-block .-detail .-message-wrapper {
    margin-top: 1rem
}

.x-ma-container.-has-block .-detail .-message-wrapper .-title {
    font-size: 2.025rem;
    color: #fff
}

@media (max-width:991.98px) {
    .x-ma-container.-has-block .-detail .-message-wrapper .-title {
        font-size: 1.8rem
    }
}

@media (max-width:575.98px) {
    .x-ma-container.-has-block .-detail .-message-wrapper .-title {
        font-size: 1.575rem
    }
}

.x-ma-container.-has-block .-detail .-message-wrapper .-description {
    margin-top: 1rem;
    font-size: 2.025rem;
    color: #d2d2d2
}

.x-ma-container.-has-block .-detail .-message-wrapper .-description .-time {
    font-size: 1.25em;
    color: #fdc21d
}

@media (max-width:991.98px) {
    .x-ma-container.-has-block .-detail .-message-wrapper .-description {
        font-size: 1.8rem
    }
}

@media (max-width:575.98px) {
    .x-ma-container.-has-block .-detail .-message-wrapper .-description {
        font-size: 1.575rem
    }
}

@media (max-width:767.98px) {
    .x-ma-container {
        padding-right: 10px;
        padding-left: 10px
    }
}

.x-ma-container .-overlay {
    position: fixed;
    z-index: -1;
    background: #092a91;
    background: radial-gradient(circle, #092a91 0, #051157 15%, #030430 30%, #020329 50%, #010117 72%);
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.x-ma-container .-img-desktop {
    max-width: 1200px
}

.x-ma-container .-img-mobile {
    max-width: 400px
}

@media (max-width:575.98px) {
    .x-ma-container .-img-mobile {
        max-width: 90%
    }
}

.x-ma-container .-detail {
    margin-bottom: 2rem
}

.x-ma-container .-detail .-message-wrapper {
    margin-top: 50px;
    font-size: 1.8rem
}

.x-ma-container .-detail .-message-wrapper .-title {
    display: block;
    color: #fff
}

.x-ma-container .-detail .-brand {
    display: block;
    margin-top: 30px;
    font-size: 1.35rem
}

.x-ma-container .-cover {
    width: 400px;
    margin: auto;
    position: relative
}

@media (max-width:575.98px) {
    .x-ma-container .-cover {
        width: 100%
    }
}

.x-ma-container .-cover .-computer {
    width: 220px;
    margin-top: 65px;
    -webkit-animation-name: x-ma-computer;
    animation-name: x-ma-computer;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (max-width:575.98px) {
    .x-ma-container .-cover .-computer {
        width: 200px;
        margin-top: 40px
    }
}

.x-ma-container .-cover .-bubble1,
.x-ma-container .-cover .-bubble2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.x-ma-container .-cover .-bubble1 {
    -webkit-animation-name: x-ma-bubble1;
    animation-name: x-ma-bubble1;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.x-ma-container .-cover .-bubble2 {
    -webkit-animation-name: x-ma-bubble2;
    animation-name: x-ma-bubble2;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.x-ma-container .-logo {
    margin-top: 30px;
    width: 200px;
    margin-bottom: 30px
}

@-webkit-keyframes x-ma-computer {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes x-ma-computer {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes x-ma-bubble1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(2%);
        transform: translateX(2%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes x-ma-bubble1 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(2%);
        transform: translateX(2%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes x-ma-bubble2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    30% {
        -webkit-transform: translateY(2%);
        transform: translateY(2%)
    }
    50% {
        -webkit-transform: translateX(2%);
        transform: translateX(2%)
    }
    70% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes x-ma-bubble2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    30% {
        -webkit-transform: translateY(2%);
        transform: translateY(2%)
    }
    50% {
        -webkit-transform: translateX(2%);
        transform: translateX(2%)
    }
    70% {
        -webkit-transform: translateY(5%);
        transform: translateY(5%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

#depositModal .x-transaction-ma-modal-dialog-container .modal-content .modal-body {
    padding-bottom: 3rem !important
}

.x-transaction-ma-modal-dialog-container .-transaction-ma-inner-container {
    text-align: center
}

.x-transaction-ma-modal-dialog-container .-transaction-ma-inner-container .-ma-icon {
    width: 120px;
    margin-top: 2rem
}

@media (max-width:767.98px) {
    .x-transaction-ma-modal-dialog-container .-transaction-ma-inner-container .-ma-icon {
        margin-top: 1rem
    }
}

.x-transaction-ma-modal-dialog-container .-transaction-ma-inner-container .-title-wrapper {
    margin-top: 1rem
}

.x-transaction-ma-modal-dialog-container .-transaction-ma-inner-container .-title-wrapper .-title {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: #ffc87f
}

.x-transaction-ma-modal-dialog-container .-transaction-ma-inner-container .-title-wrapper .-sub-title {
    font-size: 1.575rem;
    font-weight: 600;
    color: #ffc87f
}

.x-transaction-ma-modal-dialog-container .-transaction-ma-inner-container .-content-wrapper {
    margin: 1rem 0;
    font-size: 1.125rem;
    color: #fff
}

.x-tab-event-container .-bg-banner {
    width: 100%;
    height: 330px;
    background-size: cover !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important
}

.x-tab-event-container .-title {
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .x-tab-event-container .-title {
        font-size: 26px
    }
}

.x-tab-event-container .x-hr-border-gradient {
    margin-top: -10px
}

.x-tab-event-container .-event-tab-form-container,
.x-tab-event-container .-event-tab-info-container {
    font-size: 22px
}

@media (max-width:991.98px) {
    .x-tab-event-container .-event-tab-form-container,
    .x-tab-event-container .-event-tab-info-container {
        font-size: 20px
    }
}

.x-tab-event-container .-event-tab-info-container .-how-to-wrapper {
    display: flex;
    align-items: center
}

.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-mock {
    width: 200px;
    border: 2px solid #186ed1
}

.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-middle-line {
    width: 150px;
    height: 2px;
    background-color: #186ed1
}

.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-text-wrapper {
    padding: 15px;
    border: 2px solid #186ed1;
    color: #ffc87f
}

.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-text-wrapper p {
    margin: 0
}

@media (max-width:575.98px) {
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-text-wrapper {
        width: 100%;
        word-wrap: break-word
    }
}

.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn {
    padding: 7px 5px 0;
    min-width: 72px;
    margin-top: -85px;
    margin-left: 20px;
    width: 110px
}

@media (max-width:991.98px) {
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-middle-line {
        width: 60px
    }
}

@media (max-width:767.98px) {
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper {
        flex-direction: column
    }
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-middle-line {
        height: 60px;
        width: 2px
    }
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn {
        margin-top: 20px;
        margin-left: 0
    }
}

.x-tab-event-container .-event-tab-info-container .-btn-group-wrapper {
    text-align: center;
    margin-top: 2rem
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex-dialog-button,
.x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .btn,
.x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    min-width: 150px;
    border-radius: 3px !important
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex-dialog-button:first-child,
.x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .btn:first-child,
.x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:first-child {
    margin-right: 15px
}

@media (max-width:575.98px) {
    .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex-dialog-button:first-child,
    .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .btn:first-child,
    .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:first-child {
        margin-right: 0
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex-dialog-button:last-child,
    .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .btn:last-child,
    .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:last-child {
        margin-top: 15px
    }
}

.x-tab-event-container .-event-tab-form-container {
    display: none
}

.x-tab-event-container .-event-tab-form-container .x-hr-border-primary {
    height: 1px
}

.x-tab-event-container .-event-tab-form-container .-back-btn {
    padding: 10px 30px 4px
}

.x-tab-event-container .-event-tab-form-container .-upload-btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 20px;
    background-color: #494949;
    cursor: pointer
}

@media (min-width:992px) {
    .x-tab-event-container .-event-tab-form-container .-upload-btn {
        transition: background-color .2s
    }
    .x-tab-event-container .-event-tab-form-container .-upload-btn:hover {
        background-color: #636363
    }
}

.x-tab-event-container .-event-tab-form-container .-form-container {
    padding: 2rem 14rem;
    background: #101010
}

.x-tab-event-container .-event-tab-form-container .-form-container .-form-title {
    font-size: 28px;
    color: #fff
}

.x-tab-event-container .-event-tab-form-container .-form-container .-x-input-icon {
    flex-wrap: wrap;
    width: 80%;
    margin: 20px auto 0
}

.x-tab-event-container .-event-tab-form-container .-form-container .-x-input-icon .-icon {
    left: 12px;
    top: 16px;
    font-size: 12px
}

.x-tab-event-container .-event-tab-form-container .-form-container .-x-input-icon .x-form-control {
    width: 100%
}

.x-tab-event-container .-event-tab-form-container .-form-container .-x-input-icon .x-form-control.is-valid {
    border-color: transparent;
    background-size: 16px
}

@media (max-width:1199.98px) {
    .x-tab-event-container .-event-tab-form-container .-form-container {
        padding: 2rem 8rem
    }
}

@media (max-width:991.98px) {
    .x-tab-event-container .-event-tab-form-container .-form-container {
        padding: 2rem 6rem
    }
}

@media (max-width:767.98px) {
    .x-tab-event-container .-event-tab-form-container .-form-container {
        padding: 2rem 0
    }
    .x-tab-event-container .-event-tab-form-container .-form-container .-x-input-icon {
        width: 90%
    }
    .x-tab-event-container .-event-tab-form-container .-form-container .-x-input-icon .x-form-control {
        font-size: 14px
    }
}

.x-tab-event-container .-event-notice-wrapper,
.x-tab-event-container .-event-success-wrapper {
    padding: 2rem 14rem;
    background: #101010
}

@media (max-width:1199.98px) {
    .x-tab-event-container .-event-notice-wrapper,
    .x-tab-event-container .-event-success-wrapper {
        padding: 2rem 8rem
    }
}

@media (max-width:991.98px) {
    .x-tab-event-container .-event-notice-wrapper,
    .x-tab-event-container .-event-success-wrapper {
        padding: 2rem 6rem
    }
}

@media (max-width:767.98px) {
    .x-tab-event-container .-event-notice-wrapper,
    .x-tab-event-container .-event-success-wrapper {
        padding: 2rem 0
    }
}

.x-index-tab-container {
    position: relative;
    z-index: 1
}

.intabbg {
    background: url(../../images/tab-index-bg.png)center center;
    /* background: linear-gradient(0deg, rgba(2, 54, 7, 1) 0%, rgba(8, 62, 13, 1) 46%, rgba(4, 46, 8, 1) 100%); */
    background-size: cover
}

.x-index-tab-container .tab-content .x-tab-index .-bg {
    height: 350px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important
}

.x-index-tab-container .tab-content .x-tab-index .-notice-box {
    position: relative;
    margin-top: 6rem;
    border: 1px solid #ffc87f;
    border-radius: 20px
}

.x-index-tab-container .tab-content .x-tab-index .-notice-box .-title {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    background-color: #000;
    text-align: center
}

.x-index-tab-container .tab-content .x-tab-index .-notice-box .-title img {
    width: 160px;
    height: auto
}

.x-index-tab-container .tab-content .x-tab-index .-notice-box .-mobile-index {
    -webkit-animation: x-floating 6s ease-in-out infinite;
    animation: x-floating 6s ease-in-out infinite;
    position: relative;
    height: auto;
    z-index: -2
}

.x-index-tab-container .tab-content .x-tab-index .-bottom {
    height: auto;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important
}

.x-index-tab-container .tab-content .x-tab-index .-bottom .-scanner {
    width: 80%;
    height: auto;
    margin-left: 20%;
    padding: 1.75rem 1rem;
    color: #ffc87f;
    border: 1px solid #ffc87f
}

.x-index-tab-container .tab-content .x-tab-index .-bottom .-scanner .-logo {
    width: 100px;
    height: 100px
}

.x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming {
    position: relative;
    width: 70%;
    margin-left: 10%
}

.x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming .-image {
    width: 100%;
    height: auto
}

.x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming .-text {
    position: absolute;
    top: 15px;
    left: 230px
}

.x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming .-text .-text-detail {
    margin-top: -18px
}

@media (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-bg {
        height: 300px
    }
    .x-index-tab-container .tab-content .x-tab-index .-bottom .-scanner {
        width: 50%;
        margin-left: auto;
        margin-right: auto
    }
    .x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming {
        width: 80%
    }
    .x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming .-text {
        top: 30px;
        left: 300px
    }
}

@media (max-width:767.98px) {
    .x-index-tab-container .tab-content .x-tab-index .-bg {
        height: 200px
    }
    .x-index-tab-container .tab-content .x-tab-index .-notice-box {
        margin-top: 3rem
    }
    .x-index-tab-container .tab-content .x-tab-index .-notice-box p {
        padding: 0 !important;
        font-size: 1.4rem !important
    }
    .x-index-tab-container .tab-content .x-tab-index .-bottom .-scanner {
        width: 100%
    }
    .x-index-tab-container .tab-content .x-tab-index .-bottom .-scanner .-logo {
        width: 80px;
        height: 80px
    }
    .x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming .-text {
        top: 0;
        left: 0;
        right: 0
    }
    .x-index-tab-container .tab-content .x-tab-index .-bottom .-streaming .-text .-text-detail {
        margin-top: -10px
    }
}

.x-index-tab-container .tab-content .x-tab-manual {
    position: relative
}

.x-index-tab-container .tab-content .x-tab-manual .-bg {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0a1614, #1b3e32)
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper {
    position: relative;
    z-index: 3
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs {
    border-bottom: none
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item {
    min-width: 120px;
    text-align: center
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item .nav-link {
    border: none;
    border-radius: 0;
    color: #ffc87f;
    line-height: 100%;
    padding-top: 15px
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item .nav-link.active {
    border: none;
    color: #000;
    background-color: #ffc87f
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item:hover .nav-link {
    border: none
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item:last-child .nav-link {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px
}

@media (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item {
        width: 33%;
        min-width: 0
    }
    .x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item .nav-link {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1.1rem
    }
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .tab-content .x-video-container .-video-outer-wrapper {
    width: 500px;
    border: 1px solid #7e7e7e;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #000
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .tab-content .x-video-container .-video-outer-wrapper:focus {
    outline: none
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .tab-content .x-video-container .-video-outer-wrapper .-video-wrapper video {
    width: 100%
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .tab-content .x-video-container .-video-outer-wrapper .-video-wrapper video:focus {
    outline: none
}

@media (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .tab-content .x-video-container .-video-outer-wrapper {
        width: 100%
    }
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box a {
    text-decoration: none !important;
    color: #fff
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-icon-wrapper .-ic-wrapper {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-icon-wrapper .-ic-wrapper .-ic-bank,
.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-icon-wrapper .-ic-wrapper .-ic-otp,
.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-icon-wrapper .-ic-wrapper .-ic-register {
    width: 100px
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-icon-wrapper .-ic-wrapper .-ic {
    width: 120px;
    margin-bottom: 1rem
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-index {
    height: 100%;
    font-size: 4rem;
    padding-right: .5rem;
    margin-right: .5rem;
    color: #fff;
    line-height: 1;
    border-right: 4px solid #ffc87f
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-detail h3 {
    font-size: 1.75rem
}

@media (max-width:767.98px) {
    .x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-services .-box .-icon-wrapper {
        display: none !important
    }
}

.x-smoke {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    z-index: -1
}

@media (max-width:767.98px) {
    .x-smoke {
        overflow: hidden
    }
}

.x-smoke .-inner {
    position: absolute;
    left: 5%;
    right: 0;
    top: 0;
    width: 90%;
    transition: opacity .5s ease-out
}

@media (max-width:575.98px) {
    .x-smoke .-inner {
        width: 80%
    }
}

.x-coin-hunting {
    display: block;
    width: 75px;
    position: absolute
}

.x-coin-hunting .-timer-container {
    font-size: 28px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    position: relative;
    top: -18px
}

.x-coin-hunting .-timer-container .-timer {
    position: relative;
    top: 5px;
    color: #4d0f0d;
    font-weight: 700;
    text-shadow: 2px 2px 2px hsla(0, 0%, 58.8%, .7)
}

.x-coin-hunting .-img-text-container {
    position: relative;
    z-index: 2;
    top: -18px;
    width: 75px;
    text-align: center
}

.x-coin-hunting .-img-alert-container,
.x-coin-hunting .-img-chest-open,
.x-coin-hunting .-img-flying,
.x-coin-hunting .-img-get-coin-alert,
.x-coin-hunting .-img-get-coin-alert-light,
.x-coin-hunting .-img-text-container {
    display: none
}

.x-coin-hunting .-img-chest {
    display: block;
    position: relative;
    z-index: 0
}

.x-coin-hunting .-img-alarm {
    position: absolute;
    z-index: 3;
    width: 24px;
    top: -6px;
    right: -10px;
    -webkit-animation: x-coin-hunting-alarm 2s cubic-bezier(.36, .07, .19, .97) both;
    animation: x-coin-hunting-alarm 2s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.x-coin-hunting .-img-alarm,
.x-coin-hunting .-img-chest {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.x-coin-hunting .-img-chest {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: x-coin-hunting-chest 1.2s cubic-bezier(.36, .07, .19, .97) both;
    animation: x-coin-hunting-chest 1.2s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.x-coin-hunting .-img-chest-open {
    width: 130px;
    left: -38px;
    position: relative;
    max-width: none
}

.x-coin-hunting.-flying .-timer-container,
.x-coin-hunting.-getting .-timer-container,
.x-coin-hunting.-loading,
.x-coin-hunting.-loading .-img-chest,
.x-coin-hunting.-ready .-timer-container,
.x-coin-hunting.-showing .-timer-container {
    display: none
}

.x-coin-hunting.-ready .-img-chest {
    -webkit-animation-name: x-coin-hunting-chest-shake;
    animation-name: x-coin-hunting-chest-shake
}

.x-coin-hunting.-ready .-img-text-container {
    display: block
}

.x-coin-hunting.-ready .-img-text-container .-img-text,
.x-coin-hunting.-ready .-img-text-container .-img-text-hover {
    position: relative;
    z-index: 2
}

.x-coin-hunting.-ready .-img-light {
    position: absolute;
    z-index: 1;
    bottom: 18px;
    left: -8px;
    max-width: 130%
}

.x-coin-hunting.-ready .-img-text {
    display: block
}

.x-coin-hunting.-ready .-img-text-hover {
    display: none
}

.x-coin-hunting.-ready:hover {
    cursor: pointer
}

.x-coin-hunting.-ready:hover .-img-text-container .-img-text {
    display: none
}

.x-coin-hunting.-getting .-img-alert-container,
.x-coin-hunting.-ready:hover .-img-text-container .-img-text-hover {
    display: block
}

.x-coin-hunting.-flying .-img-chest,
.x-coin-hunting.-getting .-img-alert-container .-typo,
.x-coin-hunting.-getting .-img-chest,
.x-coin-hunting.-showing .-img-chest {
    display: none
}

.x-coin-hunting.-flying .-img-chest-open,
.x-coin-hunting.-getting .-img-chest-open,
.x-coin-hunting.-showing .-img-chest-open {
    display: block
}

.x-coin-hunting.-flying .-img-chest-open,
.x-coin-hunting.-showing .-img-chest-open {
    opacity: .4
}

.x-coin-hunting.-flying .-img-alert-container,
.x-coin-hunting.-showing .-img-alert-container {
    display: block
}

.x-coin-hunting.-flying .-img-alert-container .-typo,
.x-coin-hunting.-showing .-img-alert-container .-typo {
    font-size: 20px;
    white-space: nowrap;
    bottom: 18px;
    line-height: 1;
    text-align: center;
    color: #fff
}

.x-coin-hunting.-flying .-img-alert-container .-typo,
.x-coin-hunting.-flying .-img-get-coin-alert,
.x-coin-hunting.-showing .-img-alert-container .-typo,
.x-coin-hunting.-showing .-img-get-coin-alert {
    z-index: 11;
    position: absolute;
    width: 100%;
    -webkit-animation-name: x-coin-hunting-alert;
    animation-name: x-coin-hunting-alert;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.x-coin-hunting.-flying .-img-get-coin-alert,
.x-coin-hunting.-showing .-img-get-coin-alert {
    display: block;
    top: 10px
}

.x-coin-hunting.-flying .-img-get-coin-alert-light,
.x-coin-hunting.-showing .-img-get-coin-alert-light {
    max-width: none;
    display: block;
    position: absolute;
    z-index: 10;
    width: 175%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -20px;
    -webkit-animation-name: x-coin-hunting-alert-light;
    animation-name: x-coin-hunting-alert-light;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes x-coin-hunting-chest {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    30% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }
    70% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes x-coin-hunting-chest {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    30% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }
    70% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes x-coin-hunting-chest-shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }
    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes x-coin-hunting-chest-shake {
    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0)
    }
    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0)
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0)
    }
    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
}

@-webkit-keyframes x-coin-hunting-alarm {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    15% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    30% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    45% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    85% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    92% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes x-coin-hunting-alarm {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    15% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    30% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    45% {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }
    60% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }
    75% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    85% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
    92% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes x-coin-hunting-alert {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes x-coin-hunting-alert {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@-webkit-keyframes x-coin-hunting-alert-light {
    0% {
        -webkit-transform: translateX(-50%) scale(.6);
        transform: translateX(-50%) scale(.6)
    }
    to {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1)
    }
}

@keyframes x-coin-hunting-alert-light {
    0% {
        -webkit-transform: translateX(-50%) scale(.6);
        transform: translateX(-50%) scale(.6)
    }
    to {
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1)
    }
}

.x-coin-hunting.-position-promotion_tab {
    left: 60%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-coin-hunting.-position-promotion_tab {
        left: 65%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-coin-hunting.-position-promotion_tab {
        left: 70%
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .x-coin-hunting.-position-promotion_tab {
        left: 75%
    }
}

@media (max-width:575.98px) {
    .x-coin-hunting.-position-promotion_tab {
        left: 3%;
        -webkit-transform: unset;
        transform: unset
    }
}

.x-coin-hunting.-position-index_footer {
    bottom: 0;
    left: 50px
}

@media (max-width:767.98px) {
    .x-coin-hunting.-position-index_footer {
        left: 20px
    }
}

.x-coin-hunting.-position-deposit_modal,
.x-coin-hunting.-position-withdraw_modal {
    bottom: -45px;
    right: -40px
}

@media (max-width:991.98px) {
    .x-coin-hunting.-position-deposit_modal,
    .x-coin-hunting.-position-withdraw_modal {
        bottom: 0
    }
}

@media (max-width:767.98px) {
    .x-coin-hunting.-position-deposit_modal,
    .x-coin-hunting.-position-withdraw_modal {
        right: 5px
    }
}

.x-coin-hunting.-position-lobby_index {
    right: 0;
    top: -50px;
    z-index: 10
}

.x-coin-hunting.-position-manual_tab {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -70px
}

.x-coin-hunting.-position-event_tab {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 20px
}

@media (max-width:767.98px) {
    .x-coin-hunting.-position-event_tab {
        top: 0
    }
}

.x-wrapper-right-container {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-end;
    position: fixed;
    right: 0;
    z-index: 11
}

@media (min-width:992px) {
    .x-wrapper-right-container {
        top: 30%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-wrapper-right-container {
        bottom: 30%
    }
}

@media (max-width:767.98px) {
    .x-wrapper-right-container {
        bottom: 112px
    }
}

@media (max-width:575.98px) {
    .x-wrapper-right-container.-has-my-score-ranking {
        bottom: 150px
    }
}

.x-wrapper-right-container .x-contact-us-gift {
    position: absolute;
    top: -90px
}

.x-simple-play-open-button {
    position: fixed;
    z-index: 10
}

.x-simple-play-open-button img {
    position: relative;
    z-index: 1;
    width: 200px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.x-simple-play-open-button:hover {
    cursor: pointer
}

.x-simple-play-open-button:hover img {
    -webkit-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg)
}

@media (min-width:992px) {
    .x-simple-play-open-button {
        left: 40px;
        bottom: 40px;
        z-index: 10
    }
    .x-simple-play-open-button .-circle {
        background: linear-gradient(45deg, #9c191d 20%, #ed2c38);
        width: 120px;
        height: 120px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: absolute;
        left: 66px;
        top: 60px;
        z-index: 1;
        color: #fff
    }
    .x-simple-play-open-button .-circle span {
        text-shadow: 2px 2px 1px rgba(0, 0, 0, .4)
    }
    .x-simple-play-open-button .-circle .-icon {
        width: 40px
    }
}

@media (max-width:991.98px) {
    .x-simple-play-open-button.-xs-show {
        bottom: 230px;
        right: 0
    }
    .x-simple-play-open-button.-xs-show img {
        width: 90px;
        margin-right: 10px;
        margin-bottom: 15px
    }
}

.x-simple-play-sidebar-container {
    position: fixed;
    z-index: 60;
    top: 0;
    bottom: 0;
    left: -1000px;
    width: 280px;
    height: 100%;
    background-color: rgba(0, 0, 0, .95);
    transition: left .2s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.x-simple-play-sidebar-container::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 10px
}

.x-simple-play-sidebar-container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 10px
}

.x-simple-play-sidebar-container::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px
}

.x-simple-play-sidebar-container.show {
    left: 0
}

@media (max-width:991.98px) {
    .x-simple-play-sidebar-container {
        width: 100%;
        left: unset;
        right: -1000px;
        transition: right .2s;
        background-color: #000
    }
    .x-simple-play-sidebar-container.show {
        right: 0;
        left: unset
    }
}

.x-simple-play-sidebar-container .-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 44px;
    height: 44px;
    opacity: .5;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity .2s
}

.x-simple-play-sidebar-container .-close:hover {
    text-decoration: none;
    opacity: 1
}

.x-simple-play-sidebar-container .-inner-wrapper {
    width: 100%;
    height: 100%;
    position: relative
}

.x-simple-play-sidebar-container .-inner-wrapper .-logo img {
    width: 70%
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-simple-play-sidebar-container .-inner-wrapper .-logo img {
        width: 250px
    }
}

.x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link .-img-wrapper {
    position: relative
}

@media (max-width:991.98px) {
    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link .-img-wrapper {
        width: 55%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link .-img-wrapper {
        width: 75%
    }
}

@media (max-width:575.98px) {
    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link .-img-wrapper {
        width: 100%
    }
}

.x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link .-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .2s
}

.x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link .-hover .-hover-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link .-hover .-hover-inner .-logo {
    width: 60%
}

@media (min-width:992px) {
    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link:hover .-hover {
        opacity: 1;
        background-color: rgba(0, 0, 0, .9)
    }
    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link:hover .-hover .-hover-inner {
        -webkit-animation: flip-in-hor-top .5s cubic-bezier(.25, .46, .45, .94) both;
        animation: flip-in-hor-top .5s cubic-bezier(.25, .46, .45, .94) both
    }
    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link:hover .-hover .-hover-inner .-description {
        margin-top: .5rem
    }
    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link:hover .-hover .-hover-inner .-description .-animate-ripple-out {
        width: 26px;
        height: 26px
    }
    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link:hover .-hover .-hover-inner .-description .-animate-ripple-out:before {
        border: 5px solid #ffc87f;
        border-radius: 20px
    }
    .x-simple-play-sidebar-container .-inner-wrapper .-list .-list-item .-list-item-link:hover .-hover .-hover-inner .-description .fas {
        margin-top: 4px
    }
}

@media (min-width:992px) {
     ::-webkit-scrollbar {
        background: transparent;
        width: 8px;
        height: 8px;
        border-radius: 4px
    }
     ::-webkit-scrollbar-thumb {
        background: #b0b4bb;
        width: 8px;
        height: 8px;
        border-radius: 4px
    }
     ::-webkit-scrollbar-track {
        background: #e6e8ec;
        width: 8px;
        height: 8px;
        border-radius: 4px
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 5%, 0);
        transform: translate3d(0, 5%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes x-floating {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }
    50% {
        -webkit-transform: translateY(-30px) rotate(-1deg);
        transform: translateY(-30px) rotate(-1deg)
    }
    to {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }
}

@keyframes x-floating {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }
    50% {
        -webkit-transform: translateY(-30px) rotate(-1deg);
        transform: translateY(-30px) rotate(-1deg)
    }
    to {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes x-arrow-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes x-arrow-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(15px);
        transform: translateX(15px)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes hvr-ripple-out {
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

@keyframes hvr-ripple-out {
    to {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

.-animate-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative
}

.-animate-ripple-out:before {
    content: "";
    position: absolute;
    border: 6px solid #ffc87f;
    border-radius: 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes fadeInModal {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeInModal {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeInModal,
.fadeInRegister {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@media (max-width:991.98px) {
    .fadeInModal,
    .fadeInRegister {
        -webkit-animation-name: fadeInModal;
        animation-name: fadeInModal
    }
}

.x-alert-warning {
    background-color: rgba(255, 0, 0, .3);
    width: 80%;
    font-size: 1em !important;
    margin: auto auto 1em;
    padding: 1rem;
    text-align: center;
    color: #fff
}

.x-profile-dropdown-menu {
    background-color: linear-gradient(180deg, #3c3c3c, #141414)
}

.x-profile-dropdown-menu .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.x-profile-dropdown-menu .navbar-nav .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(236, 189, 123, .4);
    padding-top: 10px
}

.x-profile-dropdown-menu .navbar-nav .nav-item .nav-link {
    color: #7e7e7e;
    transition: color .2s
}

.x-profile-dropdown-menu .navbar-nav .nav-item .nav-link .-ic {
    width: 26px;
    margin-right: 15px
}

.x-profile-dropdown-menu .navbar-nav .nav-item .nav-link .fas {
    color: #ffc87f;
    min-width: 20px;
    margin-right: 1rem;
    text-align: center
}

.x-profile-dropdown-menu .navbar-nav .nav-item:hover .nav-link {
    color: #ffc87f
}

.x-profile-dropdown-menu .navbar-nav .nav-item:last-child {
    border-bottom: none
}

.x-profile-dropdown-menu .navbar-nav .nav-item .-badge {
    background-color: #ffc87f;
    color: #000;
    border-radius: 12px;
    margin-left: .5rem;
    width: 40px;
    text-align: center;
    line-height: unset;
    padding-top: 0;
    display: inline-block
}

@media (max-width:991.98px) {
    .x-profile-dropdown-menu .navbar-nav .nav-item .-badge {
        top: 1px !important
    }
}

@media (max-width:991.98px) {
    .x-profile-dropdown-menu {
        background-color: transparent
    }
    .x-profile-dropdown-menu .navbar-nav .nav-item .nav-link {
        font-size: 1.3rem
    }
}

.form-control {
    border: 0
}

.x-form-control {
    background: #0d0d0d;
    color: #ddd;
    border-bottom: 2px solid transparent;
    transition: all .5s;
    width: 100%;
    font-size: .95rem
}

.x-form-control::-webkit-input-placeholder {
    color: #ddd;
    line-height: normal
}

.x-form-control:-ms-input-placeholder {
    color: #ddd;
    line-height: normal
}

.x-form-control::-ms-input-placeholder {
    color: #ddd;
    line-height: normal
}

.x-form-control::placeholder {
    color: #ddd;
    line-height: normal
}

.x-form-control:focus {
    background-color: #0d0d0d;
    color: #ddd;
    box-shadow: none;
    outline: none;
    border-color: #ffc87f;
    -o-border-image: linear-gradient(90deg, #fcb117, #ffd101) 1;
    border-image: linear-gradient(90deg, #fcb117, #ffd101) 1
}

.invalid-feedback {
    text-align: center;
    font-size: 90%;
    margin-top: .5rem
}

.x-form-register .x-checkbox-primary .form-check {
    position: relative
}

.x-form-register .x-checkbox-primary .form-check input[type=checkbox]+label {
    position: unset !important
}

.x-checkbox-primary .form-check {
    padding-left: 0
}

.x-checkbox-primary .form-check input[type=checkbox] {
    display: none
}

.x-checkbox-primary .form-check input[type=checkbox]+label {
    position: relative;
    padding-left: 25px !important
}

.x-checkbox-primary .form-check input[type=checkbox]+label:before {
    width: 14px;
    height: 14px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer;
    border: 1px solid #ffc87f;
    border-radius: 2px
}

.x-checkbox-primary .form-check input[type=checkbox]+label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 3px;
    width: 14px;
    height: 14px;
    background-image: url(../../../themes/aeseven7/build/images/ic-checkmark.e14ed691.png);
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s
}

.x-checkbox-primary .form-check input[type=checkbox]:checked+label:after {
    opacity: 1;
    visibility: visible
}

#dice {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: dice-spin 20s linear infinite;
    animation: dice-spin 20s linear infinite
}

#dice,
#dice .side {
    width: 70px;
    height: 70px
}

#dice .side {
    position: absolute;
    background: #fff;
    box-shadow: inset 0 0 20px #ddd;
    border-radius: 20px
}

#dice .cover,
#dice .inner {
    background: #e0e0e0;
    box-shadow: none
}

#dice .cover {
    border-radius: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

#dice .cover.x {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg)
}

#dice .cover.z {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

#dice .front {
    -webkit-transform: translateZ(35px);
    transform: translateZ(35px)
}

#dice .front.inner {
    -webkit-transform: translateZ(33px);
    transform: translateZ(33px)
}

#dice .back {
    -webkit-transform: rotateX(-180deg) translateZ(35px);
    transform: rotateX(-180deg) translateZ(35px)
}

#dice .back.inner {
    -webkit-transform: rotateX(-180deg) translateZ(33px);
    transform: rotateX(-180deg) translateZ(33px)
}

#dice .right {
    -webkit-transform: rotateY(90deg) translateZ(35px);
    transform: rotateY(90deg) translateZ(35px)
}

#dice .right.inner {
    -webkit-transform: rotateY(90deg) translateZ(33px);
    transform: rotateY(90deg) translateZ(33px)
}

#dice .left {
    -webkit-transform: rotateY(-90deg) translateZ(35px);
    transform: rotateY(-90deg) translateZ(35px)
}

#dice .left.inner {
    -webkit-transform: rotateY(-90deg) translateZ(33px);
    transform: rotateY(-90deg) translateZ(33px)
}

#dice .top {
    -webkit-transform: rotateX(90deg) translateZ(35px);
    transform: rotateX(90deg) translateZ(35px)
}

#dice .top.inner {
    -webkit-transform: rotateX(90deg) translateZ(33px);
    transform: rotateX(90deg) translateZ(33px)
}

#dice .bottom {
    -webkit-transform: rotateX(-90deg) translateZ(35px);
    transform: rotateX(-90deg) translateZ(35px)
}

#dice .bottom.inner {
    -webkit-transform: rotateX(-90deg) translateZ(33px);
    transform: rotateX(-90deg) translateZ(33px)
}

#dice .dot {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: #444;
    box-shadow: inset 5px 0 10px #000
}

#dice .dot.center {
    margin: 28px 0 0 28px
}

#dice .dot.dtop {
    margin-top: 12px
}

#dice .dot.dleft {
    margin-left: 44px
}

#dice .dot.dright {
    margin-left: 12px
}

#dice .dot.dbottom {
    margin-top: 44px
}

#dice .dot.center.dleft {
    margin: 28px 0 0 12px
}

#dice .dot.center.dright {
    margin: 28px 0 0 44px
}

@-webkit-keyframes dice-spin {
    0% {
        -webkit-transform: translateZ(-35px) rotateX(0deg) rotateY(0deg) rotate(0deg);
        transform: translateZ(-35px) rotateX(0deg) rotateY(0deg) rotate(0deg)
    }
    16% {
        -webkit-transform: translateZ(-35px) rotateX(180deg) rotateY(180deg) rotate(0deg);
        transform: translateZ(-35px) rotateX(180deg) rotateY(180deg) rotate(0deg)
    }
    33% {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(90deg) rotate(180deg);
        transform: translateZ(-35px) rotateX(1turn) rotateY(90deg) rotate(180deg)
    }
    50% {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn);
        transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn)
    }
    66% {
        -webkit-transform: translateZ(-35px) rotateX(180deg) rotateY(1turn) rotate(270deg);
        transform: translateZ(-35px) rotateX(180deg) rotateY(1turn) rotate(270deg)
    }
    83% {
        -webkit-transform: translateZ(-35px) rotateX(270deg) rotateY(180deg) rotate(180deg);
        transform: translateZ(-35px) rotateX(270deg) rotateY(180deg) rotate(180deg)
    }
    to {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn);
        transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn)
    }
}

@keyframes dice-spin {
    0% {
        -webkit-transform: translateZ(-35px) rotateX(0deg) rotateY(0deg) rotate(0deg);
        transform: translateZ(-35px) rotateX(0deg) rotateY(0deg) rotate(0deg)
    }
    16% {
        -webkit-transform: translateZ(-35px) rotateX(180deg) rotateY(180deg) rotate(0deg);
        transform: translateZ(-35px) rotateX(180deg) rotateY(180deg) rotate(0deg)
    }
    33% {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(90deg) rotate(180deg);
        transform: translateZ(-35px) rotateX(1turn) rotateY(90deg) rotate(180deg)
    }
    50% {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn);
        transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn)
    }
    66% {
        -webkit-transform: translateZ(-35px) rotateX(180deg) rotateY(1turn) rotate(270deg);
        transform: translateZ(-35px) rotateX(180deg) rotateY(1turn) rotate(270deg)
    }
    83% {
        -webkit-transform: translateZ(-35px) rotateX(270deg) rotateY(180deg) rotate(180deg);
        transform: translateZ(-35px) rotateX(270deg) rotateY(180deg) rotate(180deg)
    }
    to {
        -webkit-transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn);
        transform: translateZ(-35px) rotateX(1turn) rotateY(1turn) rotate(1turn)
    }
}

.text-primary-border-bottom {
    border-bottom: 3px solid;
    line-height: 1.6;
    -o-border-image: radial-gradient(#186ed1, rgba(250, 224, 66, 0)) 1;
    border-image: radial-gradient(#186ed1, rgba(250, 224, 66, 0)) 1
}

.text-gray-lighter,
.text-muted {
    color: #d2d2d2 !important
}

.text-muted-lighter {
    color: #a0a0a0
}

.btn-primary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn {
    color: #000;
    border: none;
    background: #ffd101;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #fcb117), color-stop(100%, #ffd101));
    background: linear-gradient(90deg, #fcb117 0, #ffd101);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to, GradientType=0);
    box-shadow: 0 0 2px 2px rgba(236, 189, 123, .1)
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:active,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:visited,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:active,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:focus,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:visited {
    outline: 0;
    text-decoration: none;
    box-shadow: none
}

.btn-plain-primary {
    color: #000;
    background: linear-gradient(1turn, #006100 -1.44%, #0cc130);
    border: none;
    border-radius: 0
}

.btn-plain-primary:hover {
    color: #000
}

.btn-plain-secondary {
    color: #000;
    background: linear-gradient(1turn, #99280f -1.44%, #99280f);
    border: none;
    border-radius: 0
}

.btn-plain-secondary:hover {
    color: #000
}

.btn-plain-lobby {
    border: none;
    color: #fff !important;
    background: linear-gradient(180deg, #2c353c 20%, #000)
}

.btn-plain-lobby .-icon {
    margin-bottom: 4px
}

.btn-plain-lobby:hover,
.btn-plain-sood {
    color: #fff !important
}

.btn-plain-sood {
    border: none;
    background: linear-gradient(180deg, #fff, #d2d2d2);
    padding-top: 8px !important
}

.btn-plain-sood:hover {
    color: #fff !important
}

.btn-plain-secondary-landing {
    color: #000;
    background: #e8c471;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #f2ab25), color-stop(100%, #e8c471));
    background: linear-gradient(90deg, #f2ab25 0, #e8c471);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to, GradientType=0);
    border: none;
    border-radius: 0
}

.btn-plain-secondary-landing:hover {
    color: #000
}

.btn,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 9px;
    line-height: 30px
}

.btn.-icon i.fas,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-icon.vex-dialog-button i.fas {
    position: relative;
    top: 3px
}

.btn .fa-play-circle,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button .fa-play-circle {
    padding-top: 3px
}

@media (min-width:992px) {
    .btn.-submit,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-submit.vex-dialog-button {
        width: 100%
    }
}

@media (max-width:1199.98px) {
    .btn.-submit.-android-view,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-submit.-android-view.vex-dialog-button {
        display: none !important
    }
}

.btn.-btn-play-test,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-play-test.vex-dialog-button {
    padding-top: 6px
}

@media (max-width:991.98px) {
    .btn.-btn-play-test .-typo,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-play-test.vex-dialog-button .-typo {
        padding-top: 9px
    }
}

.x-btn-image {
    display: inline-block
}

.x-btn-image.-hoverable>img {
    max-width: 100%;
    height: auto
}

.x-btn-image.-hoverable .-hover {
    display: none
}

@media (min-width:992px) {
    .x-btn-image.-hoverable:hover .-default {
        display: none
    }
    .x-btn-image.-hoverable:hover .-hover {
        display: inline-block
    }
}

@media (max-width:991.98px) {
    .modal-open .x-header {
        z-index: unset !important
    }
}

.x-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    opacity: 1;
    transition: all .5s
}

.x-header.-sticky {
    background: #0000009c !important
}

.x-header .navbar-brand {
    position: relative;
    opacity: 1;
    transition: opacity .2s ease-out
}

.x-header .navbar-brand .-logo {
    position: absolute;
    top: 16px;
    left: 0;
    transition: opacity .2s;
    width: 160px
}

@media (max-width:767.98px) {
    .x-header .navbar-brand .-logo {
        width: 100px
    }
}

.x-header .x-hamburger {
    margin-right: 10px;
    margin-top: 6px;
    width: 25px;
    height: 24px;
    position: relative;
    transition: .5s ease-in-out;
    cursor: pointer
}

.x-header .x-hamburger,
.x-header .x-hamburger span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.x-header .x-hamburger span {
    width: 70%;
    display: block;
    position: absolute;
    height: 3px;
    background: #a1a1a1;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out
}

.x-header .x-hamburger span:first-child {
    top: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: x-hamburger-wave .4s ease-out infinite alternate;
    animation: x-hamburger-wave .4s ease-out infinite alternate
}

.x-header .x-hamburger span:nth-child(2) {
    top: 9px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: x-hamburger-wave .4s ease-out .3s infinite alternate;
    animation: x-hamburger-wave .4s ease-out .3s infinite alternate
}

.x-header .x-hamburger span:nth-child(3) {
    top: 18px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: x-hamburger-wave .4s ease-out .6s infinite alternate;
    animation: x-hamburger-wave .4s ease-out .6s infinite alternate
}

.x-header .x-hamburger.open {
    width: 25px
}

.x-header .x-hamburger.open span {
    width: 100%;
    -webkit-animation: none;
    animation: none
}

.x-header .x-hamburger.open span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 5px
}

.x-header .x-hamburger.open span:nth-child(2) {
    width: 0;
    opacity: 0
}

.x-header .x-hamburger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 18px;
    left: 5px
}

.x-header #headerBrand {
    height: 85px;
    flex: 1
}

@media (max-width:767.98px) {
    .x-header #headerBrand {
        height: 76px
    }
}

.x-header #headerContent .-header-login-btn {
    transition: opacity .2s ease-out
}

.x-header .x-logged .-logged-container {
    border-radius: 15px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .75)
}

@media (max-width:991.98px) {
    .x-header .x-logged .-logged-container {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px
    }
}

.x-header .x-logged .-logged-container .dropdown {
    position: relative;
    display: inline-block
}

.x-header .x-logged .-logged-container .dropdown-content {
    display: none;
    position: absolute;
    background-color: linear-gradient(180deg, #3c3c3c, #141414);
    min-width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    top: 100%;
    width: 100%;
    left: 0
}

.x-header .x-logged .-logged-container .dropdown-content .dropdown-item {
    border-bottom: 1px solid #ffc87f
}

.x-header .x-logged .-logged-container .dropdown-content .dropdown-item:last-child {
    border-bottom: none
}

.x-header .x-logged .-logged-container .dropdown-content .dropdown-item:last-child i {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.x-header .x-logged .-logged-container .dropdown-content a {
    color: #ddd;
    text-decoration: none;
    display: block
}

.x-header .x-logged .-logged-container .dropdown-content a:hover {
    color: #ffc87f;
    background-color: transparent
}

@media (min-width:992px) {
    .x-header .x-logged .-logged-container .--profile:hover .dropdown-content {
        display: block
    }
}

.x-header .x-logged .-logged-container .--profile {
    background: linear-gradient(180deg, #262626, #000);
    border-bottom-left-radius: 15px
}

@media (max-width:991.98px) {
    .x-header .x-logged .-logged-container .--profile {
        border-bottom-right-radius: 15px
    }
}

.x-header .x-logged .-logged-container .--profile .--profile-detail {
    line-height: 100%
}

.x-header .x-logged .-logged-container .--profile .--profile-detail .-pending-approved {
    color: #ffc87f
}

.x-header .x-logged .-logged-container .--profile .--profile-detail .-pending-approved .fas.fa-spinner {
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-size: 16px
}

.x-header .x-logged .-logged-container .--profile .--profile-detail .-pending-approved .x-queue-number-expression {
    color: #fff
}

.x-header .x-logged .-logged-container .--profile .--profile-detail button {
    line-height: normal
}

@media (max-width:991.98px) {
    .x-header .x-logged .-logged-container .--profile .--profile-detail .bh-logged-name {
        font-size: 1.3rem !important
    }
    .x-header .x-logged .-logged-container .--profile .--profile-detail .-user-balance #customer-balance {
        font-size: 1.4rem
    }
}

.x-header .x-logged .-logged-container .--deposit {
    background: linear-gradient(1turn, #006100 -1.44%, #0cc130)
}

.x-header .x-logged .-logged-container .--withdraw {
    background: linear-gradient(0deg, #f2ab25, #e8c471);
    border-bottom-right-radius: 10px
}

.x-logged-sidebar-mobile {
    display: none
}

@media (max-width:991.98px) {
    .x-logged-sidebar-mobile {
        display: block
    }
    .x-logged-sidebar-mobile .-inner-wrapper {
        position: fixed;
        top: 0;
        right: -90%;
        z-index: 60;
        width: 70%;
        min-width: 280px;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 1, 1, .95), rgba(36, 41, 44, .95));
        transition: right .2s;
        opacity: 0
    }
    .x-logged-sidebar-mobile .-inner-wrapper.show {
        right: 0;
        opacity: 1
    }
    .x-logged-sidebar-mobile .-inner-wrapper.show .-heading {
        padding-left: 2rem !important
    }
    .x-logged-sidebar-mobile .-inner-wrapper.show .-heading img {
        width: 130px
    }
    .x-logged-sidebar-mobile .-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 55;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7)
    }
    .x-logged-sidebar-mobile .-overlay.show {
        display: block
    }
}

@media (max-width:991.98px) {
    .x-bank-account-form,
    .x-bank-account-form .-animatable-container,
    .x-bank-account-form form {
        height: 100%
    }
}

@media (max-width:991.98px) {
    .x-bank-account-form {
        overflow-y: auto;
        margin-bottom: 5rem
    }
}

.x-bank-account-form .invalid-feedback {
    display: block
}

.x-bank-choices-type .-outer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.x-bank-choices-type .-outer-wrapper .-input-radio {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px 10px;
    position: relative;
    border-radius: 50%;
    opacity: .75;
    transition: all .1s
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label:focus {
    outline: none
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label .-logo {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    transition: all .1s
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label .fas.fa-check {
    display: none;
    position: absolute;
    bottom: -2px;
    right: -1px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    background-color: #71dd8a
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label {
    opacity: 1
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .-logo {
    width: 38px;
    height: 38px
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .fas.fa-check {
    display: flex;
    justify-content: center;
    align-items: center
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-bank-choices-type .-outer-wrapper .-input-radio+.-label {
        width: 34px;
        height: 34px
    }
    .x-bank-choices-type .-outer-wrapper .-input-radio+.-label .-logo {
        width: 26px;
        height: 26px
    }
    .x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .-logo {
        width: 30px;
        height: 30px
    }
}

@media (max-width:991.98px) {
    .x-bank-choices-type .-outer-wrapper .-input-radio+.-label {
        width: 60px;
        height: 60px
    }
    .x-bank-choices-type .-outer-wrapper .-input-radio+.-label .-logo {
        width: 50px;
        height: 50px
    }
    .x-bank-choices-type .-outer-wrapper .-input-radio+.-label .fas.fa-check {
        width: 20px !important;
        height: 20px !important;
        font-size: 11px !important
    }
    .x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .-logo {
        width: 56px;
        height: 56px
    }
}

.ribbon {
    width: 95px;
    height: 95px;
    overflow: hidden;
    position: absolute;
    z-index: 2
}

.ribbon .-text-wrapper {
    position: absolute;
    display: block;
    height: 26px;
    right: -9px;
    top: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 150px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center
}

.ribbon .-text-wrapper,
.ribbon .-text-wrapper.-hot {
    background-color: #ed2c38
}

.ribbon .-text-wrapper.-new {
    background-color: #e8c471
}

.ribbon .-text-wrapper span {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    font-weight: 700
}

.ribbon.ribbon-top-left {
    top: -4px;
    left: -4px
}

.ribbon.ribbon-top-left:after,
.ribbon.ribbon-top-left:before {
    border-top-color: transparent;
    border-left-color: transparent
}

.ribbon.ribbon-top-left:before {
    top: 0;
    right: 0
}

.ribbon.ribbon-top-left:after {
    bottom: 0;
    left: 0
}

.x-index-tab-container .x-tab {
    border-bottom: none
}

.x-index-tab-container .x-tab .nav-item {
    width: 25%;
    text-align: center
}

.x-index-tab-container .x-tab .nav-item .nav-link {
    color: #fff;
    background-color: #000;
    transition: color .3s;
    border: none
}

.x-index-tab-container .x-tab .nav-item .nav-link .x-hr-border-glow {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s
}

.x-index-tab-container .x-tab .nav-item .nav-link .-ic img {
    width: auto;
    height: 50px !important;
    transition: all .6s
}

.text-gray-lighter,
.text-muted {
    color: #d2d2d2 !important;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 14px
}

.x-index-tab-container .x-tab .nav-item .nav-link.active {
    border: none;
}

.x-index-tab-container .x-tab .nav-item .nav-link.active span {
    color: #ffc87f !important
}

.x-index-tab-container .x-tab .nav-item .nav-link.active .x-hr-border-glow {
    visibility: visible;
    opacity: 1;
    width: 50%
}

@media (min-width:992px) {
    .x-index-tab-container .x-tab .nav-item:hover .nav-link {
        border: none;
        color: #ffc87f;
        background-color: #000
    }
    .x-index-tab-container .x-tab .nav-item:hover .nav-link .x-hr-border-glow {
        visibility: visible;
        opacity: 1;
        width: 50%
    }
    .x-index-tab-container .x-tab .nav-item:hover .nav-link .-ic {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.x-index-tab-container .tab-content {
    min-height: 100px
}

@media (max-width:767.98px) {
    .x-index-tab-container .x-tab .nav-item .nav-link .-ic {
        height: 40px !important
    }
    .x-index-tab-container .x-tab .nav-item .nav-link span {
        font-size: 1.2rem
    }
}

.vex.vex-theme-plain .vex-content {
    padding: 2.5rem 1rem 1.8rem;
    font-family: Kanit, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    border-radius: 5px;
    width: 400px
}

@media (max-width:575.98px) {
    .vex.vex-theme-plain .vex-content {
        width: 350px
    }
}

.vex.vex-theme-plain .vex-content .vex-dialog-message {
    text-align: center;
    font-weight: 700
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons {
    text-align: center;
    margin-top: 2rem
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    float: none;
    min-width: 120px;
    border: none;
    margin: 5px
}

.x-profile-image img {
    width: 50px
}

@media (max-width:767.98px) {
    .x-profile-image img {
        width: 40px;
        height: 40px
    }
}

.x-web-list-sidebar {
    position: fixed;
    left: -250px;
    top: 0;
    height: 100%;
    min-width: 140px;
    z-index: 60;
    transition: left .3s
}

.x-web-list-sidebar .-inner-wrapper {
    position: relative;
    height: 100%;
    width: 250px;
    background: #0000004d;
    z-index: 60;
    overflow: auto
}

.x-web-list-sidebar .-inner-wrapper .-title {
    font-size: 1.5rem;
    font-weight: 400
}

.x-web-list-sidebar .-inner-wrapper .-hr {
    width: 50px;
    margin: .25rem auto 1rem;
    border-top: 2px solid
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item:first-child .nav-link {
    position: relative
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item:first-child .nav-link .-glow-wrapper {
    position: relative;
    width: 50px;
    height: 50px;
    margin: auto
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item:first-child .nav-link .-glow-wrapper .-glow-container {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-animation: x-opacity-glow-fading-up 2.5s infinite alternate;
    animation: x-opacity-glow-fading-up 2.5s infinite alternate;
    transition: all 2.5s linear;
    border-radius: 12px;
    box-shadow: 0 0 2px #fff, 0 0 6px hsla(0, 0%, 100%, .7), 0 0 12px hsla(0, 0%, 100%, .7), 0 0 24px hsla(0, 0%, 100%, .7), 0 0 30px hsla(0, 0%, 100%, .7)
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item:first-child .nav-link .-glow-wrapper .-glow-container:after {
    box-shadow: 0 0 1px #fff, 0 0 3px hsla(0, 0%, 100%, .7), 0 0 4px hsla(0, 0%, 100%, .7), 0 0 7px hsla(0, 0%, 100%, .7), 0 0 10px hsla(0, 0%, 100%, .7)
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item .nav-link {
    padding: .75rem 0;
    text-align: center
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item .nav-link .-logo {
    width: 50px
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item .nav-link .-text {
    margin-top: 6px;
    color: #adb5bd;
    transition: color .3s
}

@media (max-width:991.98px) {
    .x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item .nav-link .-text {
        font-size: 1.3rem
    }
}

.x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item .nav-link:hover .-text {
    color: #fff
}

.x-web-list-sidebar .-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55;
    background: rgba(0, 0, 0, .6)
}

.x-web-list-sidebar.open {
    left: 0
}

.x-web-list-sidebar.open .-overlay {
    display: block
}

.x-apple-os .x-entrance-sood .-btn-sood {
    padding-top: 6px
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .vex-dialog-button,
.x-apple-os .btn,
.x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 12px;
    line-height: 24px
}

@media (max-width:991.98px) {
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .-submit.vex-dialog-button,
    .x-apple-os .btn.-submit,
    .x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-submit.vex-dialog-button {
        padding-top: 14px
    }
}

.x-apple-os .x-mini-copy {
    display: inline-block;
    padding-top: 2px !important
}

.x-apple-os .fa-play-circle {
    padding-top: 0
}

.x-apple-os .x-deposit-next {
    padding-top: 10px !important
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .x-button-actions#account-actions-mobile .vex-dialog-button,
.x-apple-os .x-button-actions#account-actions-mobile .btn,
.x-apple-os .x-button-actions#account-actions-mobile .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 8px;
    line-height: 30px
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .-btn-play-test.vex-dialog-button,
.x-apple-os .btn.-btn-play-test,
.x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-play-test.vex-dialog-button {
    padding-top: 6px
}

@media (max-width:991.98px) {
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .-btn-play-test.vex-dialog-button,
    .x-apple-os .btn.-btn-play-test,
    .x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-play-test.vex-dialog-button {
        line-height: 30px
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .-btn-play-test.vex-dialog-button .fa-play-circle,
    .x-apple-os .btn.-btn-play-test .fa-play-circle,
    .x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-play-test.vex-dialog-button .fa-play-circle {
        padding-top: 3px
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .-btn-play-test.vex-dialog-button .-typo,
    .x-apple-os .btn.-btn-play-test .-typo,
    .x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-play-test.vex-dialog-button .-typo {
        padding-top: 9px
    }
}

.x-apple-os .form-check input[type=checkbox]+label:before {
    margin-top: 4px !important
}

.x-apple-os .form-check input[type=checkbox]+label:after {
    top: 4px !important
}

.x-apple-os .x-account-profile .-profile-container .x-checkbox-primary .form-check-label:before {
    margin-top: 0 !important
}

.x-apple-os .x-account-profile .-profile-container .x-checkbox-primary .form-check-label:after {
    top: 0 !important
}

.x-apple-os .x-account-profile .-bank-info .media-body {
    margin-top: .35rem !important
}

.x-apple-os .-deposit-preview .-fake-input,
.x-apple-os .x-withdraw-pending .-fake-input {
    padding: 16px .675rem 4px !important
}

.x-apple-os .x-promotion-active-header .progress span {
    margin-top: 2px !important
}

.x-windows-os .x-header .navbar-nav .-header-login-btn,
.x-windows-os .x-header .navbar-nav a {
    line-height: 26px
}

.x-windows-os .x-account-profile .-bank-info .media-body {
    margin-top: 0 !important
}

.x-windows-os .form-check input[type=checkbox]+label:before {
    top: 4px !important
}

.x-windows-os .form-check input[type=checkbox]+label:after {
    top: 8px !important
}

.x-windows-os form[name=set_un_subscribe_sms] .form-check input[type=checkbox]+label:after {
    top: 4px !important
}

.x-windows-os .x-pending .-fake-input {
    padding: 10px .675rem 8px
}

.x-windows-os .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn {
    line-height: 24px !important;
    padding-bottom: .25rem !important
}

.x-windows-os .x-promotion-active-header .progress span {
    margin-top: 0 !important
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-windows-os .x-footer-seo .-tags .vex-dialog-button,
.x-windows-os .x-footer-seo .-tags .btn,
.x-windows-os .x-footer-seo .-tags .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding: 5px 10px
}

.x-windows-os .-danger-zone.-wrk-owner,
.x-windows-os .x-danger-zone.-wrk-owner {
    padding: 16px 15px
}

.x-windows-os .x-deposit-bank-maintenance .-text {
    padding: 16px 1rem
}

.x-windows-os .x-deposit-notice.-decimal .-noted-title {
    padding: 8px 0 7px
}

.x-windows-os .x-input-number-name-bank .-validate-box {
    padding: 16px
}

.x-ios-os #resetPasswordModal .-x-input-icon input::-webkit-input-placeholder,
.x-ios-os .x-bank-account-form .-x-input-icon input::-webkit-input-placeholder,
.x-ios-os .x-deposit-form .-x-input-icon input::-webkit-input-placeholder,
.x-ios-os .x-form-register .-x-input-icon input::-webkit-input-placeholder,
.x-ios-os .x-login-form .-x-input-icon input::-webkit-input-placeholder,
.x-ios-os .x-pending .-x-input-icon input::-webkit-input-placeholder,
.x-ios-os .x-withdraw-form .-x-input-icon input::-webkit-input-placeholder {
    line-height: 22px
}

.x-ios-os #resetPasswordModal .-x-input-icon input:-ms-input-placeholder,
.x-ios-os .x-bank-account-form .-x-input-icon input:-ms-input-placeholder,
.x-ios-os .x-deposit-form .-x-input-icon input:-ms-input-placeholder,
.x-ios-os .x-form-register .-x-input-icon input:-ms-input-placeholder,
.x-ios-os .x-login-form .-x-input-icon input:-ms-input-placeholder,
.x-ios-os .x-pending .-x-input-icon input:-ms-input-placeholder,
.x-ios-os .x-withdraw-form .-x-input-icon input:-ms-input-placeholder {
    line-height: 22px
}

.x-ios-os #resetPasswordModal .-x-input-icon input::-ms-input-placeholder,
.x-ios-os .x-bank-account-form .-x-input-icon input::-ms-input-placeholder,
.x-ios-os .x-deposit-form .-x-input-icon input::-ms-input-placeholder,
.x-ios-os .x-form-register .-x-input-icon input::-ms-input-placeholder,
.x-ios-os .x-login-form .-x-input-icon input::-ms-input-placeholder,
.x-ios-os .x-pending .-x-input-icon input::-ms-input-placeholder,
.x-ios-os .x-withdraw-form .-x-input-icon input::-ms-input-placeholder {
    line-height: 22px
}

.x-ios-os #resetPasswordModal .-x-input-icon input::placeholder,
.x-ios-os .x-bank-account-form .-x-input-icon input::placeholder,
.x-ios-os .x-deposit-form .-x-input-icon input::placeholder,
.x-ios-os .x-form-register .-x-input-icon input::placeholder,
.x-ios-os .x-login-form .-x-input-icon input::placeholder,
.x-ios-os .x-pending .-x-input-icon input::placeholder,
.x-ios-os .x-withdraw-form .-x-input-icon input::placeholder {
    line-height: 22px
}

.x-ios-os #resetPasswordModal .-submit,
.x-ios-os .x-bank-account-form .-submit,
.x-ios-os .x-deposit-form .-submit,
.x-ios-os .x-form-register .-submit,
.x-ios-os .x-login-form .-submit,
.x-ios-os .x-pending .-submit,
.x-ios-os .x-withdraw-form .-submit {
    padding-top: 15px
}

.x-ios-os .x-account-profile .-bank-info .media-body {
    margin-top: .4rem !important
}

.x-ios-os .x-pending .x-mini-copy {
    padding-top: 0 !important
}

.x-ios-os .x-pending .-fake-input {
    padding: 16px .675rem 6px
}

.x-ios-os .x-withdraw-pending .-fake-input {
    padding: 18px .675rem 6px
}

.x-ios-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 14px
}

.x-ios-os #ads .-submit {
    padding-top: 20px
}

.x-android-os #resetPasswordModal .-submit,
.x-android-os .x-bank-account-form .-submit,
.x-android-os .x-deposit-form .-submit,
.x-android-os .x-form-register .-submit,
.x-android-os .x-login-form .-submit,
.x-android-os .x-pending .-submit,
.x-android-os .x-withdraw-form .-submit {
    padding-top: 15px
}

.x-android-os .x-account-profile .-bank-info .media-body {
    margin-top: .35rem !important
}

.x-android-os .x-account-profile .-btn-action-wrapper {
    margin-top: .5rem !important
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-android-os .x-account-profile .-change-password-container .vex-dialog-button,
.x-android-os .x-account-profile .-change-password-container .btn,
.x-android-os .x-account-profile .-change-password-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 14px;
    padding-bottom: 6px
}

.x-android-os .x-admin-contact .x-text-with-link-component {
    font-size: 20px
}

.x-android-os .x-pending .-fake-input {
    padding: 14px .675rem 4px
}

.x-android-os .x-pending .x-mini-copy {
    padding-top: 0 !important
}

.x-android-os .x-withdraw-pending .-fake-input {
    padding: 18px .675rem 6px
}

.x-android-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 14px
}

.x-android-os #ads .-submit {
    padding-top: 20px
}

.x-android-os .-danger-zone.-wrk-owner,
.x-android-os .x-danger-zone.-wrk-owner {
    padding: 20px 15px 14px
}

@media (max-width:991.98px) {
    .x-modal {
        padding-right: 0 !important
    }
}

.x-modal .close {
    position: absolute;
    right: 14px;
    top: 6px;
    z-index: 1
}

.x-modal .-modal-size {
    transition: max-width .6s;
    max-width: 450px
}

@media (max-width:991.98px) {
    .x-modal .-modal-size {
        max-width: 100%;
        height: 100%;
        margin: 0 !important
    }
}

.x-modal .-modal-size.-modal-bigger {
    max-width: 1000px
}

@media (max-width:1199.98px) {
    .x-modal .-modal-size.-modal-bigger {
        max-width: 900px
    }
}

@media (max-width:991.98px) {
    .x-modal .-modal-size.-modal-bigger {
        max-width: 100%
    }
}

.x-modal .-modal-size.-modal-big {
    max-width: 800px
}

@media (max-width:991.98px) {
    .x-modal .-modal-size.-modal-big {
        max-width: 100%
    }
}

.x-modal .-modal-size.-modal-medium {
    max-width: 600px
}

@media (max-width:991.98px) {
    .x-modal .-modal-size.-modal-medium {
        max-width: 100%
    }
}

@media (max-width:991.98px) {
    .x-modal .-modal-size.bankInfoMobile {
        height: 700px
    }
}

.x-modal .-modal-content {
    background: linear-gradient(180deg, #000523, #041f80);
    border-radius: 10px;
    position: relative;
    min-height: 200px;
    background-image: linear-gradient(90deg, #020a36 0%, #081f3e 46%, #09042e 100%), linear-gradient(90deg, #9c6727, #fdf6ae 31.53%, #bd8d42 64.87%, #fdf6ae);
    border: 2px solid transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 10px
}

.x-modal .-modal-content .modal-body {
    padding-bottom: 3rem;
    padding-left: 4rem;
    padding-right: 4rem
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-modal .-modal-content .modal-body {
        padding-left: 10rem;
        padding-right: 10rem
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .x-modal .-modal-content .modal-body {
        padding-left: 5rem;
        padding-right: 5rem
    }
}

@media (max-width:575.98px) {
    .x-modal .-modal-content .modal-body {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (max-width:991.98px) {
    .x-modal .-modal-content {
        position: relative;
        height: 100%;
        background: linear-gradient(180deg, #43001b, #270012);
        min-height: 400px;
        border-radius: 0;
    }
    .x-modal .-modal-content .modal-header {
        height: 15%
    }
    .x-modal .-modal-content .modal-header h3 {
        font-size: 2.3rem
    }
    .x-modal .-modal-content .modal-body {
        height: 85%;
        position: relative;
        font-size: 1.4rem
    }
    .x-modal .-modal-content .modal-body .js-modal-content {
        height: 100%
    }
    .x-modal .-modal-content .-submit {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
        height: 60px;
        font-size: 1.125rem
    }
}

.x-modal .close {
    color: #c4c4c4;
    text-shadow: none
}

@media (max-width:991.98px) {
    .x-modal .-real-content {
        padding-bottom: 70px
    }
}

.x-modal .x-title-modal.-has-icon {
    display: flex !important;
    justify-content: center;
    align-items: flex-end
}

.x-modal .x-title-modal.-has-icon .-icon {
    position: relative;
    top: -2px;
    width: 40px;
    margin-right: 10px
}

@media (max-width:991.98px) {
    .x-modal .x-title-modal.-has-icon .-icon {
        top: -4px;
        width: 34px
    }
}

@media (max-width:991.98px) {
    .x-modal .x-title-modal {
        font-size: 2.3rem
    }
}

.x-modal .x-hr-border-glow {
    margin-top: -10px
}

@media (max-width:991.98px) {
    .x-modal.-scrollable.-no-button .-modal-body {
        bottom: 0
    }
    .x-modal.-scrollable .-modal-size {
        position: fixed;
        max-width: 100%;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0
    }
    .x-modal.-scrollable .-modal-content {
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        height: 100%;
        border-radius: 0;
        box-shadow: none
    }
    .x-modal.-scrollable .modal-header {
        height: auto;
        margin-top: 0 !important;
        padding: 2rem 2rem .5rem !important
    }
    .x-modal.-scrollable .modal-body {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: unset;
        padding-bottom: 1rem;
        overflow: auto
    }
}

#depositModal .-modal-content .modal-body {
    padding-bottom: 1.5rem
}

@media (max-width:991.98px) {
    #depositModal .modal-content .modal-body {
        position: fixed;
        overflow: auto;
        width: 100%
    }
    #depositModal .modal-content .modal-body .-submit[disabled] {
        opacity: 1
    }
}

#depositModal .-x-input-icon .form-control.is-invalid,
#withdrawModal .-x-input-icon .form-control.is-invalid {
    background-image: none
}

@media (max-width:991.98px) {
    #depositModal .-x-input-icon .-icon,
    #withdrawModal .-x-input-icon .-icon {
        top: 18px
    }
    #depositModal .-x-input-icon .form-control,
    #withdrawModal .-x-input-icon .form-control {
        height: 55px;
        padding: 0 38px;
        font-size: 1.1rem
    }
}

@media (max-width:991.98px) {
    #bankInfoModal .modal-content .modal-body,
    #depositModal .modal-content .modal-body,
    #registerModal .modal-content .modal-body,
    #withdrawModal .modal-content .modal-body {
        padding-top: 2rem !important;
        height: 100% !important
    }
}

@media (max-width:991.98px) {
    #accountModal .modal-content .modal-body,
    #registerModal .modal-content .modal-body {
        position: fixed;
        overflow: auto;
        width: 100%;
        padding-bottom: 4rem
    }
}

#accountModal .x-profile-image img {
    width: 70px
}

@media (max-width:991.98px) {
    #accountModal .x-profile-image img {
        height: 70px
    }
}

#accountModal .modal-content .modal-body {
    padding-left: 2rem;
    padding-right: 2rem
}

@media (max-width:991.98px) {
    #accountModal .modal-content .modal-body {
        height: 100%
    }
}

#ads .-checkbox-label {
    padding: 4px
}

#alertModal .-fail-ic,
#alertModal .-img,
#alertModal .-success-ic,
.x-form-register .-fail-ic,
.x-form-register .-success-ic {
    width: 90px
}

#alertModal .-modal-content .x-title-modal {
    text-align: center
}

.x-slide-left-content {
    transition: all .6s;
    align-self: flex-start
}

.x-slide-left-content.-hide {
    height: 0;
    width: 0;
    flex-grow: 0;
    padding: 0;
    flex-basis: 0%;
    overflow: hidden
}

.x-slide-left-content.-hide .x-title-modal {
    display: none !important
}

@media (max-width:575.98px) {
    #betLimitUpdateModal .-modal-content .modal-body {
        height: auto;
        background: linear-gradient(180deg, #43001b, #270012)
    }
}

#promotionReturnUfaFreeSportByUserModal .-modal-content .modal-body,
#promotionReturnUfaSportByUserModal .-modal-content .modal-body {
    padding: 1.5rem
}

@media (max-width:991.98px) {
    #promotionReturnUfaFreeSportByUserModal .-modal-content .modal-body,
    #promotionReturnUfaSportByUserModal .-modal-content .modal-body {
        padding: 1rem
    }
}

#promotionReturnUfaFreeSportByUserModal .x-title-modal,
#promotionReturnUfaSportByUserModal .x-title-modal {
    width: 100%
}

.x-competition-section-title {
    font-size: 1.26rem;
    font-weight: 600;
    line-height: 1.5;
    background: linear-gradient(180deg, #fff, #9ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(0 0 5px rgba(125, 221, 251, .75));
    filter: drop-shadow(0 0 5px rgba(125, 221, 251, .75))
}

@media (max-width:991.98px) {
    .x-competition-section-title {
        text-align: center
    }
}

.x-competition-heading-title .-title {
    font-size: 1.575rem;
    font-weight: 600;
    text-shadow: 0 0 10px hsla(0, 0%, 100%, .5)
}

.x-competition-heading-title .-description {
    font-size: 1.35rem;
    font-weight: 600
}

.x-competition-error-container .-outer-error-wrapper {
    margin-top: 1.5rem;
    text-align: center
}

.x-competition-error-container .-outer-error-wrapper .-ic-img {
    width: 50px;
    height: auto
}

.x-competition-error-container .-inner-error-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.08rem;
    color: #f16869
}

@media (max-width:575.98px) {
    .x-competition-error-container .-inner-error-wrapper {
        font-size: .9rem
    }
}

.x-competition-error-container .-inner-error-wrapper .-error-title {
    margin-top: 1rem
}

.x-competition-error-container .-inner-error-wrapper .-error-description {
    margin-bottom: 0
}

.x-competition-error-container .-inner-error-wrapper .-deposit-btn {
    font-weight: 600;
    color: #fff;
    transition: all .2s
}

.x-competition-error-container .-inner-error-wrapper .-deposit-btn:hover {
    color: hsla(0, 0%, 100%, .5)
}

.x-cover-competition-container {
    position: relative;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

@media (min-width:576px) {
    .x-cover-competition-container {
        background-image: url(../../../themes/aeseven7/shared/img/competition-cover-pink.png)
    }
}

@media (max-width:991.98px) {
    .x-cover-competition-container {
        height: 300px
    }
}

@media (max-width:575.98px) {
    .x-cover-competition-container {
        height: 250px;
        background-image: url(../../../themes/aeseven7/shared/img/competition-cover-pink-mobile.png)
    }
}

.x-competition-content-class-container {
    margin-top: 0 !important
}

.x-competition-main-container {
    padding: 2rem 0
}

.x-competition-main-container .-competition-inner-content-wrapper {
    position: relative;
    top: -3px;
    z-index: 1;
    border-width: 3px;
    border-style: solid;
    -o-border-image: radial-gradient(#fff 50%, #ce8536) 1;
    border-image: radial-gradient(#fff 50%, #ce8536) 1;
    box-shadow: 0 0 10px rgba(230, 255, 253, .5)
}

@media (max-width:575.98px) {
    .x-competition-main-container .-competition-inner-content-wrapper {
        top: 0;
        padding: 0;
        border: none;
        box-shadow: none
    }
}

.x-competition-main-container .-competition-table-outer-container {
    padding: 2rem;
    background: linear-gradient(140deg, rgba(61, 0, 20, .5), rgba(94, 0, 31, .5) 5%, rgba(75, 0, 41, .5))
}

@media (max-width:991.98px) {
    .x-competition-main-container .-competition-table-outer-container {
        padding: 1rem
    }
}

.x-competition-main-container .-outer-rules-wrapper {
    margin-top: 2rem
}

.x-competition-main-container .-outer-conditions-wrapper,
.x-competition-main-container .-outer-rewards-wrapper {
    margin-top: 3rem
}

.x-competition-rules-list {
    flex-direction: row;
    flex-wrap: wrap
}

.x-competition-rules-list .nav-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

@media (min-width:992px) {
    .x-competition-rules-list .nav-item {
        flex: 1
    }
}

@media (max-width:991.98px) {
    .x-competition-rules-list .nav-item {
        flex-direction: column;
        align-items: center;
        width: 50%;
        margin-top: 1rem
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .x-competition-rules-list .nav-item br {
        display: none
    }
}

@media (max-width:767.98px) {
    .x-competition-rules-list .nav-item {
        padding: 0 2rem
    }
}

@media (max-width:575.98px) {
    .x-competition-rules-list .nav-item {
        width: 100%;
        padding: 0 1rem
    }
}

.x-competition-rules-list .nav-item .-icon-img {
    width: 100px;
    height: auto
}

@media (max-width:991.98px) {
    .x-competition-rules-list .nav-item .-icon-img {
        width: 80px
    }
}

.x-competition-rules-list .nav-item .-no {
    font-size: 1.125rem;
    font-weight: 600
}

@media (max-width:991.98px) {
    .x-competition-rules-list .nav-item .-no {
        display: none
    }
}

.x-competition-rules-list .nav-item .-description {
    font-size: .99rem
}

.x-competition-rules-list .nav-item .-rules-detail-wrapper {
    flex: 1
}

@media (min-width:992px) {
    .x-competition-rules-list .nav-item .-rules-detail-wrapper {
        margin-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:991.98px) {
    .x-competition-rules-list .nav-item .-rules-detail-wrapper {
        margin-top: 1rem;
        text-align: center
    }
}

.x-competition-condition-wrapper {
    font-size: .99rem
}

.x-competition-status-board-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 2rem 1rem;
    background: hsla(0, 0%, 100%, .05)
}

@media (max-width:767.98px) {
    .x-competition-status-board-container {
        flex-direction: column
    }
}

@media (max-width:575.98px) {
    .x-competition-status-board-container {
        padding: 1.5rem 1rem
    }
}

@media (max-width:375px) {
    .x-competition-status-board-container {
        padding: 1rem;
        display: block
    }
}

.x-competition-status-board-container .-timer-wrapper {
    min-width: 128px;
    text-align: left
}

@media (max-width:991.98px) {
    .x-competition-status-board-container .-timer-wrapper {
        min-width: 102px
    }
}

.x-competition-status-board-container .-outer-customer-wrapper {
    flex: 1;
    padding: 1rem 2rem
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-competition-status-board-container .-outer-customer-wrapper {
        padding: 1rem 3rem
    }
}

@media (min-width:768px) {
    .x-competition-status-board-container .-outer-customer-wrapper {
        position: relative
    }
    .x-competition-status-board-container .-outer-customer-wrapper:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 2px;
        height: 100%;
        background: linear-gradient(180deg, #d5903e 0, #fdf6ae 50%, #d5903e);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width:991.98px) {
    .x-competition-status-board-container .-outer-customer-wrapper {
        padding: 1rem 1.2rem
    }
}

@media (max-width:767.98px) {
    .x-competition-status-board-container .-outer-customer-wrapper {
        width: 100%;
        margin-bottom: 1rem
    }
}

@media (max-width:575.98px) {
    .x-competition-status-board-container .-outer-customer-wrapper {
        padding: 1rem 0
    }
}

.x-competition-status-board-container .-outer-timing-interaction-wrapper {
    flex: 1;
    padding: 1rem 2rem
}

@media (max-width:991.98px) {
    .x-competition-status-board-container .-outer-timing-interaction-wrapper {
        padding: 1rem 1.2rem
    }
}

@media (max-width:767.98px) {
    .x-competition-status-board-container .-outer-timing-interaction-wrapper {
        width: 100%
    }
}

@media (max-width:575.98px) {
    .x-competition-status-board-container .-outer-timing-interaction-wrapper {
        padding: 0
    }
}

.x-competition-timing-interaction-container {
    text-align: center
}

.x-competition-timing-interaction-container .-title {
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 1.53rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 5px rgba(125, 221, 251, .75)
}

.x-competition-timing-interaction-container .-title .-pre-text {
    margin-right: 5px
}

@media (max-width:1199.98px) {
    .x-competition-timing-interaction-container .-title {
        font-size: 1.35rem
    }
}

.x-competition-timing-interaction-container .-description {
    font-size: 1.17rem;
    font-weight: 600;
    color: #fff
}

@media (max-width:1199.98px) {
    .x-competition-timing-interaction-container .-description {
        font-size: 1.08rem
    }
}

@media (max-width:575.98px) {
    .x-competition-timing-interaction-container .-description {
        font-size: .9rem
    }
}

.x-competition-timing-interaction-container .-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .5rem
}

@media (max-width:350px) {
    .x-competition-timing-interaction-container .-btn-wrapper {
        flex-direction: column
    }
}

.x-competition-timing-interaction-container .-btn-wrapper .-main-btn {
    min-width: 150px
}

.x-competition-timing-interaction-container .-btn-wrapper .-main-btn:active,
.x-competition-timing-interaction-container .-btn-wrapper .-main-btn:focus,
.x-competition-timing-interaction-container .-btn-wrapper .-main-btn:hover {
    text-decoration: none;
    text-outline: none;
    -webkit-filter: saturate(1.5);
    filter: saturate(1.5)
}

.x-competition-timing-interaction-container .-btn-wrapper .-main-btn .-inner-wrapper {
    position: relative
}

.x-competition-timing-interaction-container .-btn-wrapper .-main-btn .-inner-wrapper .-text-btn {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: -webkit-linear-gradient(#fff 100%, #e8e8e8 0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, .15);
    font-weight: 600;
    line-height: 1.5
}

.x-competition-customer-data-container .-top-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #fff
}

.x-competition-customer-data-container .-customer-detail {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.x-competition-customer-data-container .-customer-detail .-profile-img {
    width: 60px;
    height: auto
}

@media (max-width:575.98px) {
    .x-competition-customer-data-container .-customer-detail .-profile-img {
        width: 50px
    }
}

.x-competition-customer-data-container .-customer-detail .-detail-wrapper {
    margin-left: 10px
}

.x-competition-customer-data-container .-customer-detail .-title {
    margin-top: 5px;
    font-size: 1.125rem;
    font-weight: 600
}

@media (max-width:575.98px) {
    .x-competition-customer-data-container .-customer-detail .-title {
        font-size: .99rem
    }
}

.x-competition-customer-data-container .-customer-detail .-sub-title {
    font-size: .99rem
}

@media (max-width:575.98px) {
    .x-competition-customer-data-container .-customer-detail .-sub-title {
        font-size: .9rem
    }
}

.x-competition-customer-data-container .-transaction-rate-wrapper {
    text-align: right
}

.x-competition-customer-data-container .-transaction-rate-wrapper .-text {
    margin-top: 5px;
    font-size: .99rem
}

.x-competition-customer-data-container .-transaction-rate-wrapper .-info-wrapper .-percent .-highlight {
    font-size: 1.44rem;
    font-weight: 600
}

@media (max-width:575.98px) {
    .x-competition-customer-data-container .-transaction-rate-wrapper .-info-wrapper .-percent .-highlight {
        font-size: 1.26rem
    }
}

.x-competition-customer-data-container .-transaction-rate-wrapper .-info-wrapper .-counting {
    margin-top: -5px;
    font-size: 1.89rem;
    font-weight: 600;
    color: #ffc87f
}

@media (max-width:575.98px) {
    .x-competition-customer-data-container .-transaction-rate-wrapper .-info-wrapper .-counting {
        font-size: 1.62rem
    }
}

.x-competition-customer-data-container .-progress-wrapper {
    width: 100%;
    height: 24px;
    margin-top: .5rem;
    padding: 3px;
    background: rgba(0, 0, 0, .5);
    border-radius: 15px
}

.x-competition-customer-data-container .-progress-wrapper .progress-bar {
    background: #ffc87f;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #ccaf6a), color-stop(100%, #ffc87f));
    background: linear-gradient(90deg, #ccaf6a 0, #ffc87f);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to, GradientType=0);
    border-radius: 15px
}

.x-competition-customer-data-container .-progress-text {
    margin-top: 10px;
    text-align: center;
    font-size: 1.08rem
}

.x-competition-customer-data-container .-progress-text .-prefix {
    display: inline-block;
    margin-right: 5px
}

.x-competition-customer-data-container .-progress-text .-round-state {
    display: inline-block;
    font-weight: 600;
    color: #ffc87f
}

.x-competition-customer-data-container .-reload-btn {
    display: inline-block;
    font-size: .72rem;
    margin-left: 10px;
    color: #ffc87f
}

.x-competition-customer-data-container .-reload-btn .fas {
    font-size: .9em
}

.x-base-ranking-reward-list-wrapper {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between
}

.x-base-ranking-reward-list-wrapper .-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    width: calc(50% - 5px);
    margin-bottom: 10px;
    padding: 0 10px;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 3px;
    transition: all .2s
}

@media (max-width:575.98px) {
    .x-base-ranking-reward-list-wrapper .-list-item {
        width: 100%
    }
}

.x-base-ranking-reward-list-wrapper .-list-item:hover {
    background: hsla(0, 0%, 100%, .2)
}

.x-base-ranking-reward-list-wrapper .-list-item .-position-wrapper {
    font-size: .99rem;
    font-weight: 600;
    color: #f3f3f3
}

.x-base-ranking-reward-list-wrapper .-list-item .-position-wrapper span {
    display: inline-block;
    position: relative;
    top: 0
}

.x-base-ranking-reward-list-wrapper .-list-item .-reward-wrapper {
    font-size: 1.125rem;
    font-weight: 600;
    color: #f3f3f3
}

.x-base-ranking-reward-list-wrapper .-list-item .-reward-wrapper .-ic {
    width: 36px;
    height: auto
}

.x-base-ranking-reward-list-wrapper .-list-item .-reward-wrapper span {
    display: inline-block;
    position: relative;
    top: 0;
    min-width: 50px
}

@media (min-width:576px) {
    .x-base-ranking-reward-list-wrapper.-board-credit,
    .x-base-ranking-reward-list-wrapper.-board-win {
        max-height: 210px
    }
}

.x-base-ranking-reward-list-wrapper.-competition .-list-item .-position-wrapper {
    display: flex;
    align-items: center
}

.x-base-ranking-reward-list-wrapper.-competition .-list-item .-position-wrapper .-position-img {
    width: 50px;
    height: auto
}

.x-base-ranking-reward-list-wrapper.-competition .-list-item .-position-wrapper span {
    margin-left: 5px
}

@media (min-width:992px) {
    .x-base-ranking-reward-list-wrapper.-competition {
        max-height: 280px
    }
    .x-base-ranking-reward-list-wrapper.-competition .-list-item {
        width: calc(33% - 5px)
    }
    .x-base-ranking-reward-list-wrapper.-competition .-list-item .-position-wrapper span {
        margin-left: 10px
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .x-base-ranking-reward-list-wrapper.-competition {
        max-height: 420px
    }
    .x-base-ranking-reward-list-wrapper.-competition .-list-item {
        width: calc(50% - 5px)
    }
}

.x-base-ranking-container {
    position: relative;
    padding: 2rem 0 3rem;
    overflow: hidden;
    background-size: contain;
    background-repeat: repeat;
    background-position: top;
    background-image: url(../../../themes/aeseven7/build/images/ranking-bg.4f8539eb.webp)
}

@media (max-width:575.98px) {
    .x-base-ranking-container {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (max-width:575.98px) {
    .x-base-ranking-container .-custom-container {
        padding: 0
    }
}

.x-base-ranking-container .-ranking-separated-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.x-base-ranking-container .-ranking-separated-section .-inner-wrapper {
    width: 49.4%
}

@media (max-width:991.98px) {
    .x-base-ranking-container .-ranking-separated-section .-inner-wrapper {
        width: 100%
    }
}

.x-base-ranking-container .-ranking-container-wrapper {
    position: relative;
    top: -3px;
    z-index: 1;
    border-width: 3px;
    border-style: solid;
    -o-border-image: radial-gradient(#fff 50%, #ce8536) 1;
    border-image: radial-gradient(#fff 50%, #ce8536) 1;
    box-shadow: 0 0 10px rgba(230, 255, 253, .5)
}

.x-base-ranking-container .-ranking-container-wrapper .-slided {
    overflow: auto
}

@media (max-width:575.98px) {
    .x-base-ranking-container .-ranking-container-wrapper {
        top: 0;
        padding: 0;
        border: none;
        box-shadow: none
    }
}

.x-base-ranking-container .-ranking-table-outer-container {
    padding: 2rem;
    background: linear-gradient(140deg, rgba(61, 0, 20, .5), rgba(94, 0, 31, .5) 5%, rgba(75, 0, 41, .5))
}

@media (max-width:991.98px) {
    .x-base-ranking-container .-ranking-table-outer-container {
        padding: 1rem
    }
}

@media (max-width:575.98px) {
    .x-base-ranking-container .-ranking-table-outer-container {
        padding: 0 15px 15px
    }
}

.x-base-ranking-container .-no-result {
    text-align: center
}

.x-base-ranking-container .-no-result .-title {
    font-size: 1.35rem
}

.x-base-ranking-container .-no-result .-description {
    margin-bottom: 0;
    font-size: 1.08rem
}

@media (max-width:991.98px) {
    .x-base-ranking-container .-no-result {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

@media (max-width:575.98px) {
    .x-base-ranking-container .-no-result {
        padding-top: 2rem
    }
}

.x-base-ranking-tabs-menu-container {
    position: relative;
    flex-direction: row;
    justify-content: center;
    z-index: 2
}

.x-base-ranking-tabs-menu-container .nav-item {
    position: relative;
    width: 350px
}

.x-base-ranking-tabs-menu-container .nav-item:first-child:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 60%;
    background: linear-gradient(180deg, #d5903e 0, #fdf6ae 50%, #d5903e);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.x-base-ranking-tabs-menu-container .nav-item:first-child .nav-link {
    border-top-left-radius: 10px
}

.x-base-ranking-tabs-menu-container .nav-item:last-child .nav-link {
    border-top-right-radius: 10px
}

@media (max-width:991.98px) {
    .x-base-ranking-tabs-menu-container .nav-item {
        width: 280px
    }
}

@media (max-width:767.98px) {
    .x-base-ranking-tabs-menu-container .nav-item {
        width: 220px
    }
}

@media (max-width:575.98px) {
    .x-base-ranking-tabs-menu-container .nav-item {
        width: 50%
    }
    .x-base-ranking-tabs-menu-container .nav-item:first-child .nav-link {
        border-top-left-radius: 0
    }
    .x-base-ranking-tabs-menu-container .nav-item:last-child .nav-link {
        border-top-right-radius: 0
    }
}

.x-base-ranking-tabs-menu-container .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: .5rem 1rem;
    background: linear-gradient(180deg, #880332, #20000f);
    transition: all .2s
}

.x-base-ranking-tabs-menu-container .nav-link .-ic {
    width: 40px;
    height: auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all .2s
}

.x-base-ranking-tabs-menu-container .nav-link .-text {
    position: relative;
    top: 0;
    margin-left: 10px;
    font-size: 1.0125rem;
    font-weight: 600;
    background: linear-gradient(180deg, #fdf6ae, #d5903e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(0 1px 3px hsla(0, 0%, 100%, .5));
    filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .5))
}

.x-base-ranking-tabs-menu-container .nav-link .-line-glow {
    display: none;
    position: absolute;
    left: 50%;
    bottom: -26px;
    width: 230px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-base-ranking-tabs-menu-container .nav-link.-active {
    background: linear-gradient(180deg, #880332, #20000f)
}

.x-base-ranking-tabs-menu-container .nav-link.-active:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.x-base-ranking-tabs-menu-container .nav-link.-active:hover .-ic {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.x-base-ranking-tabs-menu-container .nav-link.-active .-ic {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.5) translate(-5px, -8px);
    transform: scale(1.5) translate(-5px, -8px)
}

.x-base-ranking-tabs-menu-container .nav-link.-active .-text {
    -webkit-animation: x-ranking-tab-saturate 2.5s infinite;
    animation: x-ranking-tab-saturate 2.5s infinite
}

.x-base-ranking-tabs-menu-container .nav-link.-active .-line-glow {
    display: block
}

@media (min-width:992px) {
    .x-base-ranking-tabs-menu-container .nav-link:hover {
        -webkit-filter: brightness(1.25);
        filter: brightness(1.25)
    }
    .x-base-ranking-tabs-menu-container .nav-link:hover .-ic {
        -webkit-filter: grayscale(.5);
        filter: grayscale(.5);
        -webkit-transform: scale(1.5) translate(-5px, -8px);
        transform: scale(1.5) translate(-5px, -8px)
    }
}

@media (max-width:767.98px) {
    .x-base-ranking-tabs-menu-container .nav-link {
        padding: .5rem
    }
    .x-base-ranking-tabs-menu-container .nav-link .-behind {
        display: block
    }
    .x-base-ranking-tabs-menu-container .nav-link.-active .-ic {
        -webkit-transform: scale(1.5) translate(-2px, -2px);
        transform: scale(1.5) translate(-2px, -2px)
    }
}

@media (max-width:575.98px) {
    .x-base-ranking-tabs-menu-container .nav-link,
    .x-base-ranking-tabs-menu-container .nav-link.-active {
        background: linear-gradient(180deg, #880332, #20000f)
    }
    .x-base-ranking-tabs-menu-container .nav-link.-active .-text {
        font-weight: 600
    }
    .x-base-ranking-tabs-menu-container .nav-link .-text {
        font-size: .9rem;
        font-weight: 500
    }
    .x-base-ranking-tabs-menu-container .nav-link .-line-glow {
        bottom: -20px;
        width: 200px
    }
}

@media screen and (max-width:360px) {
    .x-base-ranking-tabs-menu-container .nav-link .-line-glow {
        bottom: -16px;
        width: 160px
    }
}

@-webkit-keyframes x-ranking-tab-saturate {
    0% {
        -webkit-filter: drop-shadow(0 1px 3px hsla(0, 0%, 100%, .5)) saturate(1);
        filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .5)) saturate(1)
    }
    50% {
        -webkit-filter: drop-shadow(0 1px 3px hsla(0, 0%, 100%, .5)) saturate(3);
        filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .5)) saturate(3)
    }
    to {
        -webkit-filter: drop-shadow(0 1px 3px hsla(0, 0%, 100%, .5)) saturate(1);
        filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .5)) saturate(1)
    }
}

@keyframes x-ranking-tab-saturate {
    0% {
        -webkit-filter: drop-shadow(0 1px 3px hsla(0, 0%, 100%, .5)) saturate(1);
        filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .5)) saturate(1)
    }
    50% {
        -webkit-filter: drop-shadow(0 1px 3px hsla(0, 0%, 100%, .5)) saturate(3);
        filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .5)) saturate(3)
    }
    to {
        -webkit-filter: drop-shadow(0 1px 3px hsla(0, 0%, 100%, .5)) saturate(1);
        filter: drop-shadow(0 1px 3px rgba(255, 255, 255, .5)) saturate(1)
    }
}

.x-safari-browser .x-base-ranking-container {
    background-image: url(../../../themes/aeseven7/build/images/ranking-bg.ac5707a1.jpg)
}

.x-ranking-content-class-container {
    margin-top: 0 !important
}

.x-ranking-round-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 2rem;
    background: #330117
}

.x-ranking-round-container .-btn {
    position: relative;
    width: 33.33333%;
    padding: 1.2rem 0;
    text-align: center;
    font-size: 1.08rem;
    color: hsla(0, 0%, 100%, .5);
    background: transparent;
    transition: color .2s
}

.x-ranking-round-container .-btn:before {
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 40px;
    height: 4px;
    background: #fdc77e;
    border-radius: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-ranking-round-container .-btn:hover {
    text-decoration: none;
    color: hsla(0, 0%, 100%, .75)
}

.x-ranking-round-container .-btn.-active {
    font-weight: 600;
    color: #fff
}

.x-ranking-round-container .-btn.-active:before {
    display: block
}

@media (max-width:767.98px) {
    .x-ranking-round-container .-btn {
        font-size: .99rem
    }
}

@media (max-width:575.98px) {
    .x-ranking-round-container {
        padding: 0 15px
    }
}

.x-cover-ranking-container {
    position: relative;
    background-image: url(../../../themes/aeseven7/build/images/ranking-cover-bg.cd4ae730.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden
}

.x-cover-ranking-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .9))
}

.x-cover-ranking-container .-ranking-inner-wrapper {
    position: relative;
    padding: 6rem 1.5rem 0
}

@media (max-width:575.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper {
        padding: 6rem 0 0
    }
}

.x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-heading-title {
    position: absolute;
    top: -9999px;
    left: -9999px
}

.x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-logo {
    position: relative;
    z-index: 2;
    width: 150px;
    height: auto;
    margin-top: -1rem
}

@media (max-width:991.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-logo {
        width: 140px
    }
}

@media (max-width:767.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-logo {
        width: 130px;
        margin-top: -2rem
    }
}

@media (max-width:575.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-contents-wrapper .-logo {
        width: 100px
    }
}

.x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper {
    position: relative;
    width: 450px;
    margin-bottom: 3rem
}

@media (max-width:991.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper {
        width: 400px
    }
}

@media (max-width:767.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper {
        width: 350px;
        margin-bottom: 2rem
    }
}

@media (max-width:575.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper {
        width: 250px
    }
}

.x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper .-text-img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    margin-top: -.5rem
}

.x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper .-line-img {
    position: absolute;
    bottom: -22%;
    right: 0;
    z-index: 1;
    width: 90%;
    height: auto
}

.x-cover-ranking-container .-ranking-inner-wrapper .-title-image-wrapper .-effect-img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 170%;
    height: auto;
    opacity: .6;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.x-cover-ranking-container .-ranking-inner-wrapper .-rules-btn {
    position: absolute;
    bottom: 20px;
    right: 0
}

.x-cover-ranking-container .-ranking-inner-wrapper .-rules-btn .-box-img {
    width: 140px;
    height: auto;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

@media (max-width:991.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-rules-btn .-box-img {
        width: 100px
    }
}

@media (max-width:575.98px) {
    .x-cover-ranking-container .-ranking-inner-wrapper .-rules-btn .-box-img {
        width: 60px
    }
}

.x-cover-ranking-container .-ranking-inner-wrapper .-rules-btn:hover .-box-img {
    -webkit-transform: scale(1.05) rotate(5deg);
    transform: scale(1.05) rotate(5deg)
}

.x-cover-ranking-container .-ranking-inner-wrapper .-timer-wrapper {
    margin-top: 2rem;
    font-size: 2rem
}

@media (min-width:576px) {
    .x-ranking-customer-own-wrapper {
        margin-bottom: 2rem
    }
}

@media (max-width:575.98px) {
    .x-ranking-customer-own-wrapper {
        position: fixed;
        bottom: 72px;
        left: 0;
        z-index: 1;
        width: 100%;
        padding-top: 1.5rem
    }
}

.x-ranking-customer-own-wrapper .-title-wrapper {
    margin-bottom: 5px;
    padding-left: 7.2%
}

@media (max-width:991.98px) {
    .x-ranking-customer-own-wrapper .-title-wrapper {
        padding-left: 40px
    }
}

@media (max-width:767.98px) {
    .x-ranking-customer-own-wrapper .-title-wrapper {
        padding-left: 15px
    }
}

@media (max-width:575.98px) {
    .x-ranking-customer-own-wrapper .-title-wrapper {
        display: none;
        padding-left: 12px
    }
}

.x-ranking-customer-own-wrapper .-title-wrapper .-title {
    display: inline-block;
    font-size: 1.0125rem;
    font-weight: 600;
    background: #fdc77e;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:575.98px) {
    .x-ranking-customer-own-wrapper .-title-wrapper .-title {
        font-size: .9rem
    }
}

@media screen and (max-width:360px) {
    .x-ranking-customer-own-wrapper .-title-wrapper .-title {
        font-size: .81rem
    }
}

.x-ranking-heading-column-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 0 20px
}

.x-ranking-heading-column-wrapper .-column-wrapper {
    width: 25%;
    text-align: center
}

.x-ranking-heading-column-wrapper .-column-wrapper .-text {
    display: inline-block;
    font-size: 1.0125rem;
    font-weight: 600;
    background: #fdc77e;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-ranking-heading-column-wrapper .-column-wrapper.-position {
    width: 15%
}

.x-ranking-heading-column-wrapper .-column-wrapper.-profile {
    width: 35%
}

@media (max-width:1199.98px) {
    .x-ranking-heading-column-wrapper {
        padding: 0 15px
    }
}

@media (max-width:991.98px) {
    .x-ranking-heading-column-wrapper .-column-wrapper.-profile {
        min-width: 190px
    }
}

@media (max-width:767.98px) {
    .x-ranking-heading-column-wrapper {
        padding: 0 10px
    }
    .x-ranking-heading-column-wrapper .-column-wrapper.-position {
        width: 50px
    }
    .x-ranking-heading-column-wrapper .-column-wrapper.-profile {
        width: auto;
        min-width: 120px
    }
}

@media (max-width:575.98px) {
    .x-ranking-heading-column-wrapper {
        padding: 1.5rem 10px 0
    }
    .x-ranking-heading-column-wrapper .-column-wrapper.-profile {
        width: 90px;
        min-width: unset
    }
    .x-ranking-heading-column-wrapper .-column-wrapper.-position {
        width: 40px
    }
    .x-ranking-heading-column-wrapper .-column-wrapper.-result {
        width: auto;
        max-width: 180px;
        flex: 1
    }
    .x-ranking-heading-column-wrapper .-column-wrapper.-reward {
        width: 70px
    }
    .x-ranking-heading-column-wrapper .-column-wrapper .-text {
        font-size: .9rem
    }
}

@media screen and (max-width:380px) {
    .x-ranking-heading-column-wrapper .-column-wrapper.-profile {
        width: 70px
    }
}

@media screen and (max-width:360px) {
    .x-ranking-heading-column-wrapper .-column-wrapper .-text {
        font-size: .81rem
    }
}

.x-ranking-item-full-size-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    padding: 10px 20px;
    background: hsla(0, 0%, 100%, .075);
    border: 2px solid transparent
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container {
        padding: 10px 15px
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container {
        padding: 10px
    }
}

@media screen and (max-width:360px) {
    .x-ranking-item-full-size-container {
        padding: 10px 5px
    }
}

.x-ranking-item-full-size-container .-profile-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 35%;
    color: #fff
}

.x-ranking-item-full-size-container .-profile-wrapper .-group-img {
    width: 55px;
    height: auto;
    margin-right: 8px
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container .-profile-wrapper {
        flex: 0 0 32%
    }
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container .-profile-wrapper .-group-img {
        width: 50px
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container .-profile-wrapper {
        align-items: center;
        min-width: 120px
    }
    .x-ranking-item-full-size-container .-profile-wrapper .-group-img {
        width: 40px;
        margin-right: 5px
    }
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container .-profile-wrapper {
        padding-left: 3px;
        flex: 0 0 25%;
        min-width: 85px
    }
    .x-ranking-item-full-size-container .-profile-wrapper .-group-img {
        width: 30px
    }
}

@media screen and (max-width:380px) {
    .x-ranking-item-full-size-container .-profile-wrapper {
        flex: 0 0 10%;
        min-width: 55px;
        padding-left: 5px
    }
    .x-ranking-item-full-size-container .-profile-wrapper .-group-img {
        display: none
    }
}

.x-ranking-item-full-size-container .-profile-info-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-width: 112px
}

.x-ranking-item-full-size-container .-profile-info-wrapper .-phone-number {
    font-size: 1.0125rem;
    font-weight: 600
}

.x-ranking-item-full-size-container .-profile-info-wrapper .-group-title {
    font-size: .9rem
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container .-profile-info-wrapper {
        min-width: 100px
    }
    .x-ranking-item-full-size-container .-profile-info-wrapper .-phone-number {
        font-size: .9rem
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container .-profile-info-wrapper {
        position: relative
    }
    .x-ranking-item-full-size-container .-profile-info-wrapper .-phone-number {
        position: relative;
        font-size: .81rem
    }
    .x-ranking-item-full-size-container .-profile-info-wrapper .-phone-number .-hidden {
        position: relative;
        display: inline-block
    }
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container .-profile-info-wrapper {
        min-width: unset
    }
    .x-ranking-item-full-size-container .-profile-info-wrapper .-phone-number {
        font-weight: 400
    }
    .x-ranking-item-full-size-container .-profile-info-wrapper .-group-title {
        display: none
    }
}

.x-ranking-item-full-size-container .-position-wrapper {
    flex: 0 0 15%;
    text-align: center
}

.x-ranking-item-full-size-container .-position-wrapper .-ic {
    width: 50px;
    height: auto
}

.x-ranking-item-full-size-container .-position-wrapper .-text {
    position: relative;
    top: 0;
    margin-right: 15px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container .-position-wrapper .-text {
        font-size: .9rem
    }
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container .-position-wrapper {
        flex: 0 0 10%
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container .-position-wrapper .-ic {
        width: 100%
    }
    .x-ranking-item-full-size-container .-position-wrapper .-text {
        margin-right: unset
    }
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container .-position-wrapper {
        flex: 0 0 8%
    }
}

@media screen and (max-width:360px) {
    .x-ranking-item-full-size-container .-position-wrapper {
        min-width: 26px
    }
}

.x-ranking-item-full-size-container .-result-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 25%;
    padding-right: 40px;
    text-align: center;
    color: #fff
}

.x-ranking-item-full-size-container .-result-wrapper .-round-diff {
    color: #c4c4c4
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container .-result-wrapper .-round-diff {
        font-size: .81rem
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container .-result-wrapper .-round-diff {
        font-size: .675rem
    }
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container .-result-wrapper .-round-diff {
        font-size: .63rem
    }
}

.x-ranking-item-full-size-container .-result-wrapper .-value-wrapper {
    text-align: right
}

.x-ranking-item-full-size-container .-result-wrapper .-value {
    display: inline-block;
    position: relative;
    top: 0;
    font-size: 1.305rem;
    font-weight: 600
}

.x-ranking-item-full-size-container .-result-wrapper .-value.-own {
    font-size: 1.125rem
}

.x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper {
    margin-left: 10px;
    width: 40px
}

.x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper .-img {
    width: 100%;
    height: auto
}

@media (min-width:992px) {
    .x-ranking-item-full-size-container .-result-wrapper .-value.-own {
        margin-left: 5px
    }
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container .-result-wrapper {
        padding-right: 20px
    }
    .x-ranking-item-full-size-container .-result-wrapper .-value {
        font-size: 1.125rem
    }
    .x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper {
        width: 34px
    }
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container .-result-wrapper {
        padding-right: 0
    }
    .x-ranking-item-full-size-container .-result-wrapper .-value {
        font-size: 1.0125rem
    }
    .x-ranking-item-full-size-container .-result-wrapper .-value.-own {
        display: block;
        font-size: 1.0125rem
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container .-result-wrapper .-value,
    .x-ranking-item-full-size-container .-result-wrapper .-value.-own {
        font-size: .9rem
    }
    .x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper {
        width: 30px;
        margin-left: 3px
    }
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container .-result-wrapper {
        width: auto;
        max-width: 180px;
        flex: 1;
        justify-content: flex-end
    }
    .x-ranking-item-full-size-container .-result-wrapper .-value {
        top: 0
    }
    .x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper {
        width: 25px
    }
}

@media screen and (max-width:360px) {
    .x-ranking-item-full-size-container .-result-wrapper .-value {
        font-size: .81rem
    }
    .x-ranking-item-full-size-container .-result-wrapper .-value.-own {
        font-size: .63rem
    }
    .x-ranking-item-full-size-container .-result-wrapper .-ic-provider-wrapper {
        width: 20px
    }
}

.x-ranking-item-full-size-container .-reward-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex: 0 0 20%;
    text-align: center
}

.x-ranking-item-full-size-container .-reward-wrapper .-reward-text {
    display: inline-block;
    position: relative;
    top: 0;
    font-size: 1.305rem;
    font-weight: 600;
    min-width: 52px;
    margin-left: 5px;
    text-align: left
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper .-reward-text {
        font-size: 1.125rem
    }
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper .-reward-text {
        min-width: 40px;
        font-size: 1.0125rem
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper .-reward-text {
        font-size: .9rem
    }
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper .-reward-text {
        min-width: 32px;
        margin-left: 2px
    }
}

.x-ranking-item-full-size-container .-reward-wrapper .-ic {
    width: 40px;
    height: auto;
    margin: 0 5px
}

.x-ranking-item-full-size-container .-reward-wrapper .-ic.-highlight {
    width: 50px
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper {
        flex: 0 0 22%
    }
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper {
        justify-content: flex-end
    }
    .x-ranking-item-full-size-container .-reward-wrapper .-ic,
    .x-ranking-item-full-size-container .-reward-wrapper .-ic.-highlight {
        width: 34px
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper {
        flex: 0 0 26%
    }
    .x-ranking-item-full-size-container .-reward-wrapper .-ic {
        width: 30px;
        margin: 0 2px
    }
    .x-ranking-item-full-size-container .-reward-wrapper .-ic.-highlight {
        width: 30px
    }
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container .-reward-wrapper {
        flex: 0 0 0%;
        min-width: 85px
    }
    .x-ranking-item-full-size-container .-reward-wrapper .-ic,
    .x-ranking-item-full-size-container .-reward-wrapper .-ic.-highlight {
        width: 20px
    }
}

@media screen and (max-width:360px) {
    .x-ranking-item-full-size-container .-reward-wrapper .-ic,
    .x-ranking-item-full-size-container .-reward-wrapper .-ic.-highlight {
        width: 20px
    }
}

.x-ranking-item-full-size-container.-top-item {
    margin-top: 0;
    background: hsla(0, 0%, 100%, .4);
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, #fff, #ffdaee)
}

.x-ranking-item-full-size-container.-top-item .-position-wrapper .-ic {
    margin: 0 6px;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.x-ranking-item-full-size-container.-top-item .-result-wrapper .-value,
.x-ranking-item-full-size-container.-top-item .-reward-wrapper .-reward-text {
    background: #fdc77e;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container.-top-item .-position-wrapper .-ic {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container.-top-item .-position-wrapper .-ic {
        margin: 0 3px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container.-top-item .-position-wrapper .-ic {
        margin: 0
    }
}

.x-ranking-item-full-size-container.-second-item,
.x-ranking-item-full-size-container.-third-item {
    background: hsla(0, 0%, 100%, .2)
}

.x-ranking-item-full-size-container.-second-item .-position-wrapper .-ic,
.x-ranking-item-full-size-container.-third-item .-position-wrapper .-ic {
    margin: 0 6px;
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

@media (max-width:1199.98px) {
    .x-ranking-item-full-size-container.-second-item .-position-wrapper .-ic,
    .x-ranking-item-full-size-container.-third-item .-position-wrapper .-ic {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media (max-width:991.98px) {
    .x-ranking-item-full-size-container.-second-item .-position-wrapper .-ic,
    .x-ranking-item-full-size-container.-third-item .-position-wrapper .-ic {
        margin: 0 3px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media (max-width:767.98px) {
    .x-ranking-item-full-size-container.-second-item .-position-wrapper .-ic,
    .x-ranking-item-full-size-container.-third-item .-position-wrapper .-ic {
        margin: 0
    }
}

.x-ranking-item-full-size-container.-is-own {
    background: hsla(0, 0%, 100%, .2);
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, #ffc87f, #ffc87f)
}

.x-ranking-item-full-size-container.-is-own .-profile-info-wrapper {
    color: #ffc87f
}

@media (min-width:1200px) {
    .x-ranking-item-full-size-container.-small-item .-profile-info-wrapper .-phone-number {
        font-size: .9rem
    }
    .x-ranking-item-full-size-container.-small-item .-result-wrapper {
        padding-right: 20px
    }
}

@media (min-width:992px) {
    .x-ranking-item-full-size-container.-small-item .-position-wrapper {
        flex: 0 1 10%
    }
    .x-ranking-item-full-size-container.-small-item .-result-wrapper {
        padding-right: unset
    }
    .x-ranking-item-full-size-container.-small-item .-result-wrapper .-round-diff {
        font-size: .72rem
    }
    .x-ranking-item-full-size-container.-small-item .-result-wrapper .-value {
        font-size: 1.0125rem
    }
    .x-ranking-item-full-size-container.-small-item .-result-wrapper .-ic-provider-wrapper {
        width: 34px
    }
    .x-ranking-item-full-size-container.-small-item .-result-wrapper .-ic-provider-wrapper .-img {
        width: 100%
    }
    .x-ranking-item-full-size-container.-small-item .-reward-wrapper {
        flex: 0 1 20%
    }
    .x-ranking-item-full-size-container.-small-item .-reward-wrapper .-reward-text {
        min-width: auto;
        font-size: 1.0125rem
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-ranking-item-full-size-container.-small-item .-profile-wrapper .-group-img {
        width: 40px
    }
    .x-ranking-item-full-size-container.-small-item .-profile-info-wrapper .-phone-number {
        font-size: .81rem
    }
}

.x-ranking-item-full-size-container.-my-item {
    margin-top: 0;
    background: hsla(0, 0%, 100%, .2);
    border: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, #ffc87f, #ffc87f)
}

@media (max-width:575.98px) {
    .x-ranking-item-full-size-container.-my-item {
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
        background: #5d253b
    }
}

#rankingWeeklyDetailModal .modal-body {
    padding-left: 2rem;
    padding-right: 2rem
}

@media (max-width:991.98px) {
    #rankingWeeklyDetailModal .modal-body {
        margin-top: 2rem
    }
}

@media (max-width:575.98px) {
    #rankingWeeklyDetailModal .modal-body {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

#rankingWeeklyDetailModal .x-title-modal {
    text-align: center
}

#rankingWeeklyDetailModal .x-title-modal .x-hr-border-glow {
    width: 150px
}

.x-ranking-weekly-modal-detail-container {
    margin-top: 1rem
}

.x-ranking-weekly-modal-detail-container .-provider-list-wrapper {
    flex-direction: row;
    margin: 2rem auto
}

@media (max-width:575.98px) {
    .x-ranking-weekly-modal-detail-container .-provider-list-wrapper {
        flex-wrap: wrap;
        justify-content: center
    }
}

.x-ranking-weekly-modal-detail-container .-provider-list-wrapper .nav-item {
    width: 70px;
    margin-right: 10px
}

.x-ranking-weekly-modal-detail-container .-provider-list-wrapper .nav-item .-provider-img {
    width: 100%;
    height: auto;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

@media (min-width:992px) {
    .x-ranking-weekly-modal-detail-container .-provider-list-wrapper .nav-item:hover .-provider-img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media (max-width:991.98px) {
    .x-ranking-weekly-modal-detail-container .-provider-list-wrapper .nav-item {
        width: 60px;
        margin-right: 5px
    }
}

@media (max-width:575.98px) {
    .x-ranking-weekly-modal-detail-container .-provider-list-wrapper .nav-item {
        width: 20%;
        max-width: 70px;
        margin-right: 2px
    }
}

.x-ranking-weekly-modal-detail-container .-heading-title {
    margin-bottom: .75rem;
    font-size: 1.17rem;
    font-weight: 600;
    background: #fdc77e;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-ranking-weekly-modal-detail-container .-promotion-detail-wrapper {
    overflow: auto
}

.x-ranking-weekly-modal-detail-container .-promotion-detail-wrapper::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 10px
}

.x-ranking-weekly-modal-detail-container .-promotion-detail-wrapper::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 10px
}

.x-ranking-weekly-modal-detail-container .-promotion-detail-wrapper::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px
}

@media (min-width:992px) {
    .x-ranking-weekly-modal-detail-container .-promotion-detail-wrapper {
        max-height: 200px
    }
}

.x-ranking-weekly-modal-detail-container .-rewards-detail-wrapper {
    margin-top: 2rem
}

@media (max-width:991.98px) {
    .x-ranking-weekly-modal-detail-container .-rewards-detail-wrapper {
        margin-top: 1rem
    }
}

.x-ranking-weekly-modal-detail-container .-no-result {
    padding: 2rem 1rem;
    text-align: center;
    background: hsla(0, 0%, 100%, .1)
}

.x-ranking-weekly-modal-detail-container .-no-result .-img {
    width: 50px;
    height: auto
}

.x-ranking-weekly-modal-detail-container .-no-result .-title {
    margin-top: .75rem;
    margin-bottom: 0;
    font-size: 1.17rem
}

.x-ranking-weekly-modal-detail-container .-no-result .-description {
    margin-top: .5rem;
    margin-bottom: 0;
    font-size: .99rem
}

@media (max-width:767.98px) {
    .x-form-register button[disabled] {
        opacity: 1;
        background: #816642;
        background: -webkit-gradient(left top, left bottom, color-stop(0, #493b22), color-stop(100%, #816642));
        background: linear-gradient(90deg, #493b22 0, #816642);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to, GradientType=0)
    }
}

.x-form-register .x-button-actions {
    display: block
}

@media (min-width:992px) {
    .x-form-register .x-button-actions .-btn-left-bottom,
    .x-form-register .x-button-actions .-btn-right-bottom {
        width: 60%;
        margin: auto
    }
    .x-form-register .x-button-actions .-btn-left-bottom {
        box-shadow: 0 0 5px 3px rgba(236, 189, 123, .3)
    }
    .x-form-register .x-button-actions .-btn-right-bottom {
        box-shadow: 0 0 5px 3px rgba(18, 22, 27, .3)
    }
}

.x-form-register .-term-and-condition-check-box {
    font-size: 18px
}

@media (max-width:991.98px) {
    .x-form-register .-term-and-condition-check-box {
        position: absolute;
        bottom: 100px;
        left: 50%;
        right: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .x-form-register .-term-and-condition-check-box input[type=checkbox] {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
    .x-form-register .-term-and-condition-check-box.-no-fixed {
        position: static;
        -webkit-transform: inherit;
        transform: inherit
    }
}

.x-form-register .-term-and-condition-content {
    height: 280px;
    overflow-y: scroll
}

.x-form-register .-term-and-condition-content::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 10px
}

.x-form-register .-term-and-condition-content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 10px
}

.x-form-register .-term-and-condition-content::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px
}

@media (max-width:991.98px) {
    .x-form-register .-term-and-condition-content {
        padding: 0 !important;
        height: auto;
        overflow-y: unset;
        max-height: none;
        -webkit-overflow-scrolling: auto;
        overflow: unset;
        background: linear-gradient(180deg, #43001b, #270012)
    }
}

@media (max-width:991.98px) {
    .x-form-register .x-slide-left-content+.-form {
        display: none
    }
    .x-form-register .x-slide-left-content.-hide+.-form {
        display: block
    }
}

@media (max-width:1199.98px) {
    .x-form-register,
    .x-form-register .-animatable-container {
        height: 100%
    }
    .x-form-register img.-ic-register {
        width: 120px
    }
    .x-form-register img.-ic-lock,
    .x-form-register img.-ic-otp {
        width: 70px
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-form-register .-submit.vex-dialog-button.vex-dialog-button-primary,
    .x-form-register .btn-primary.-submit,
    .x-form-register .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-submit.vex-dialog-button.vex-dialog-button-primary,
    .x-form-register .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-submit.-copy-btn,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-form-register .-submit.-copy-btn {
        box-shadow: 0 0 5px 1px rgba(236, 189, 123, .3)
    }
}

@media (max-width:1199.98px) and (max-width:991.98px) {
    .x-form-register .x-button-actions .-btn-left-bottom {
        box-shadow: 0 0 5px 1px rgba(236, 189, 123, .3)
    }
    .x-form-register .x-button-actions .-btn-right-bottom {
        box-shadow: 0 0 5px 1px rgba(18, 22, 27, .3)
    }
}

.x-step-register .-border {
    flex: 1;
    max-width: 100%
}

.x-step-register .-border hr {
    border-top-width: 2px;
    border-color: #ddd
}

.x-step-register .-step-box-outer {
    border-radius: 50%;
    border: 2px solid #ddd;
    width: 26px;
    height: 26px
}

.x-step-register .-step-box-outer.step-active .--step-box-inner {
    background-color: #ffc87f;
    font-weight: 700;
    border-radius: 50%
}

.x-step-register .-step-box-outer .--step-box-inner {
    background: transparent;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    color: #ddd;
    font-family: Sans-Serif, sans-serif;
    font-size: 10px !important;
    margin: 2px;
    line-height: 18px
}

@media (max-width:991.98px) {
    .x-step-register .-step-box-outer {
        width: 24px;
        height: 24px;
        background-color: #ddd
    }
    .x-step-register .-step-box-outer .--step-box-inner {
        margin: 1px
    }
    .x-step-register .-step-box-outer.step-active {
        background-color: #fff
    }
}

.cke_editable blockquote,
.x-blog blockquote {
    font-size: 1.3em;
    width: 100%;
    margin: 20px auto;
    font-style: italic;
    color: #555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #ffc87f;
    line-height: 1.6;
    position: relative;
    background: #ededed
}

.cke_editable blockquote p,
.x-blog blockquote p {
    margin-bottom: 0 !important
}

.cke_editable blockquote:before,
.x-blog blockquote:before {
    font-family: Arial;
    content: "\201C";
    color: #ffc87f;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px
}

.cke_editable blockquote:after,
.x-blog blockquote:after {
    content: ""
}

@media (max-width:767.98px) {
    .cke_editable blockquote,
    .x-blog blockquote {
        font-size: 1.15em;
        padding: 1em 25px 1em 50px
    }
}

.cke_editable img,
.x-blog img {
    max-width: 100%;
    height: auto !important
}

.cke_editable iframe,
.x-blog iframe {
    max-width: 100%
}

@media (max-width:575.98px) {
    .cke_editable iframe,
    .x-blog iframe {
        height: auto !important
    }
}

.x-blog-item {
    margin-bottom: 1rem
}

.x-blog-item .x-link .-image-container {
    overflow: hidden
}

.x-blog-item .x-link:hover .-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.x-blog-item .x-link .-img {
    transition: all .6s
}

.x-blog-social-widget .-img {
    transition: all .4s;
    width: 40px
}

.x-blog-social-widget .-img:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

.x-blog-show {
    min-height: 500px;
    padding: 10rem 0 2rem
}

@media (max-width:991.98px) {
    .x-blog-show {
        padding-top: 8rem
    }
}

.x-blog-show .-heading-title {
    text-align: center;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 500
}

@media (max-width:991.98px) {
    .x-blog-show .-heading-title {
        font-size: 1.75rem
    }
}

@media (max-width:767.98px) {
    .x-blog-show .-heading-title {
        font-size: 1.5rem
    }
}

@media (max-width:575.98px) {
    .x-blog-show .-heading-title {
        margin-top: 1rem;
        font-size: 1.25rem
    }
}

@media (max-width:991.98px) {
    .x-deposit-form,
    .x-deposit-form .-animatable-container,
    .x-deposit-form form {
        height: 100%
    }
}

@media (max-width:1199.98px) {
    .x-deposit-form .-deposit-container {
        height: 100% !important
    }
}

.x-deposit-form .-deposit-container .-btn-get-promotion {
    background: transparent;
    border: 0;
    font-size: 1.4rem
}

.x-deposit-form .-deposit-container .-btn-get-promotion .fas {
    -webkit-animation: x-shaker-left-right 1.3s cubic-bezier(.455, .03, .515, .955) infinite both;
    animation: x-shaker-left-right 1.3s cubic-bezier(.455, .03, .515, .955) infinite both
}

.x-deposit-form .-deposit-container .-btn-cancel-promotion {
    font-size: 1.4rem
}

.x-deposit-form .-bg-promotion-active {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

@media (max-width:767.98px) {
    .x-deposit-form .-bg-promotion-active {
        width: 90%
    }
}

@media (max-width:991.98px) {
    .x-deposit-form .x-slide-left-content+.-form {
        display: none
    }
    .x-deposit-form .x-slide-left-content.-hide+.-form {
        display: block
    }
}

@media (max-width:767.98px) {
    .x-deposit-bank-change .-bank-after,
    .x-deposit-bank-change .-bank-before {
        padding: 0
    }
}

.x-deposit-bank-change .-bank-before {
    opacity: .4
}

.x-deposit-bank-change .-title .fas {
    color: #dc3545 !important
}

.x-deposit-bank-change .fas.fa-arrow-right {
    position: relative;
    top: 3px;
    right: -10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-name: x-arrow-left;
    animation-name: x-arrow-left;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.x-deposit-bank-change .-submit .fas {
    position: relative;
    top: 3px;
    right: -10px
}

@media (max-width:767.98px) {
    .x-deposit-bank-change {
        padding: 1rem 0 !important
    }
    .x-deposit-bank-change .-title {
        font-size: 1.75rem !important
    }
}

.-deposit-preview .-fake-input {
    position: relative
}

.-deposit-preview .-fake-input .fas {
    position: absolute;
    top: 15px;
    left: -40px;
    font-size: 22px;
    color: #ffc87f;
    -webkit-animation-name: x-arrow-left;
    animation-name: x-arrow-left;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

#depositModal .-temporary-deposit-decimal,
.-deposit-preview .-temporary-deposit-decimal {
    margin-bottom: 1rem;
    font-size: 1.5rem
}

#depositModal .-temporary-deposit-decimal .-decimal,
.-deposit-preview .-temporary-deposit-decimal .-decimal {
    display: block;
    padding: 0 2rem
}

#depositModal .-temporary-deposit-decimal .-badge,
.-deposit-preview .-temporary-deposit-decimal .-badge {
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 22px;
    padding: 2px 11px;
    border: 2px solid #fff;
    background: red;
    color: #fff;
    -webkit-animation-name: x-alert-blinker;
    animation-name: x-alert-blinker;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

#depositModal .-temporary-deposit-decimal .-badge .fas,
.-deposit-preview .-temporary-deposit-decimal .-badge .fas {
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

#depositModal .-temporary-deposit-decimal .-description,
.-deposit-preview .-temporary-deposit-decimal .-description {
    margin-top: 1rem;
    display: block;
    padding: 0 2rem;
    color: #f16869
}

@media (max-width:991.98px) {
    #depositModal .-temporary-deposit-decimal .-decimal,
    #depositModal .-temporary-deposit-decimal .-description,
    .-deposit-preview .-temporary-deposit-decimal .-decimal,
    .-deposit-preview .-temporary-deposit-decimal .-description {
        padding: 0
    }
}

.x-pending .-fake-input {
    padding: 12px .675rem 8px;
    background-color: #1a1a1a;
    color: #ffc87f;
    font-size: 1.4625rem;
    line-height: 1
}

.x-pending .-fake-input .-decimal {
    font-weight: 700;
    color: #fff;
    text-decoration: underline
}

@media (max-width:991.98px) {
    .x-pending .-fake-input {
        width: 80%
    }
}

@media (max-width:767.98px) {
    .x-pending .-fake-input {
        width: 100%
    }
}

@media (max-width:991.98px) {
    .x-pending {
        height: 100%
    }
    .x-pending .js-copy-to-clipboard {
        background-color: transparent;
        border-radius: 10px;
        border: 1px solid #fff;
        padding: 4px
    }
    .x-pending .-animatable-container {
        height: 100%
    }
}

.x-pending .-qr {
    width: 70%
}

.x-pending .-pending-bg-promotion-active {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    padding: 7px 1rem 0
}

@media (max-width:991.98px) {
    .x-pending .-pending-bg-promotion-active {
        padding: 7px 1.5rem 0
    }
}

.x-pending .-pending-bg-promotion-active .-title {
    color: #ffc87f;
    font-size: 1.125rem;
    font-weight: 700
}

@media (max-width:991.98px) {
    .x-pending .-pending-bg-promotion-active .-title {
        font-size: 1.08rem
    }
}

.x-pending .-danger-zone,
.x-pending .x-danger-zone {
    padding: 20px 15px 12px
}

@media (max-width:991.98px) {
    .x-pending .-danger-zone,
    .x-pending .x-danger-zone {
        width: 90%;
        margin-bottom: 4rem
    }
}

@media (max-width:767.98px) {
    .x-pending .-danger-zone,
    .x-pending .x-danger-zone {
        width: 100%
    }
}

.x-pending .-danger-zone.-wrk-owner,
.x-pending .x-danger-zone.-wrk-owner {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #877656;
    background: #343129
}

@media (min-width:992px) {
    .x-pending .-danger-zone.-wrk-owner,
    .x-pending .x-danger-zone.-wrk-owner {
        width: 250px
    }
}

.x-pending .-danger-zone.-wrk-owner .-icon-wrapper,
.x-pending .x-danger-zone.-wrk-owner .-icon-wrapper {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
    margin-top: -5px;
    margin-right: 10px;
    padding: 0
}

.x-pending .-danger-zone.-wrk-owner .-icon-wrapper .-img,
.x-pending .x-danger-zone.-wrk-owner .-icon-wrapper .-img {
    width: 40px
}

.x-pending .-danger-zone.-wrk-owner span,
.x-pending .x-danger-zone.-wrk-owner span {
    font-size: 1.5rem
}

.x-deposit-promotion {
    max-height: 400px;
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.x-deposit-promotion::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 10px
}

.x-deposit-promotion::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.x-deposit-promotion::-webkit-scrollbar,
.x-deposit-promotion::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px
}

@media (max-width:991.98px) {
    .x-deposit-promotion {
        max-height: none;
        -webkit-overflow-scrolling: auto;
        overflow: unset;
        background: linear-gradient(180deg, #43001b, #270012)
    }
}

.x-deposit-promotion .-img {
    transition: all .6s;
    opacity: .7;
    border-radius: 10px
}

.x-deposit-promotion .-img:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.x-deposit-promotion .-img.-active {
    opacity: 1;
    border: 3px solid #ffc87f
}

.x-deposit-notice {
    padding: 0 2rem
}

@media (max-width:991.98px) {
    .x-deposit-notice {
        padding: 1rem 2rem 0
    }
}

.x-deposit-notice .-noted {
    position: relative;
    padding: 1rem .6rem .6rem;
    border: 2px solid #d99349;
    border-radius: 10px;
    font-size: 1.4rem;
    background: #212a2f;
    text-align: center;
    -webkit-animation: x-deposit-notice-bg-blinker .5s ease-in-out infinite alternate;
    animation: x-deposit-notice-bg-blinker .5s ease-in-out infinite alternate
}

.x-deposit-notice .-noted span {
    display: inline-block
}

.x-deposit-notice .-noted .-chevron {
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.x-deposit-notice .-noted .-chevron.-left {
    left: -35px;
    -webkit-animation: x-deposit-notice-chevron-left .5s ease-in-out infinite alternate;
    animation: x-deposit-notice-chevron-left .5s ease-in-out infinite alternate
}

.x-deposit-notice .-noted .-chevron.-left .fas {
    color: #d99349
}

.x-deposit-notice .-noted .-chevron.-left .fas:first-child {
    margin-right: -8px
}

.x-deposit-notice .-noted .-chevron.-right {
    right: -35px;
    -webkit-animation: x-deposit-notice-chevron-right .5s ease-in-out infinite alternate;
    animation: x-deposit-notice-chevron-right .5s ease-in-out infinite alternate
}

.x-deposit-notice .-noted .-chevron.-right .fas {
    color: #d99349
}

.x-deposit-notice .-noted .-chevron.-right .fas:last-child {
    margin-left: -8px
}

.x-deposit-notice .-bank-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    padding: .8rem;
    border-radius: 10px;
    background: #212a2f
}

.x-deposit-notice .-bank-info .-img {
    width: 60px;
    margin-right: 1rem
}

.x-deposit-notice .-bank-info .-details .-main-text {
    font-size: 1.485rem;
    font-weight: 700;
    color: #d99349
}

.x-deposit-notice .-bank-info .-details .-normal-text {
    font-size: .9rem;
    color: #a6afb4
}

.x-deposit-notice .-bank-info .-details .-normal-text:not(:last-child) {
    margin-top: -5px
}

@media (max-width:767.98px) {
    .x-deposit-notice .-bank-info .-img {
        width: 60px
    }
}

.x-deposit-notice.-group-new .-cover {
    position: relative;
    width: 150%;
    left: -25%
}

@media (max-width:991.98px) {
    .x-deposit-notice.-group-new {
        padding: 1rem 0 0
    }
    .x-deposit-notice.-group-new .-cover {
        width: 80%;
        left: 10%;
        margin-top: -15px
    }
}

@media (max-width:767.98px) {
    .x-deposit-notice.-group-new .-cover {
        width: 100%;
        left: 0
    }
}

@media (max-width:991.98px) {
    .x-deposit-notice.-decimal {
        padding: 0 15px
    }
}

.x-deposit-notice.-decimal .-noted-title {
    padding: 12px 0 2px;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 7.5px;
    color: #fff;
    background: #a93530;
    -webkit-animation: x-deposit-notice-title-blinker .4s ease-in-out infinite alternate;
    animation: x-deposit-notice-title-blinker .4s ease-in-out infinite alternate
}

.x-deposit-notice.-decimal .-noted-img-wrapper .-img {
    width: 100%;
    margin-top: 1.5rem
}

@media (max-width:991.98px) {
    .x-deposit-notice.-decimal .-noted-img-wrapper {
        width: 80%;
        margin: auto
    }
}

.x-wm-network-confirmed-text {
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #f2ab25
}

@media (max-width:991.98px) {
    .x-wm-network-confirmed-text {
        margin-top: 2rem
    }
}

@media (max-width:575.98px) {
    .x-wm-network-confirmed-text {
        width: 230px;
        margin: 2rem auto 0
    }
}

@-webkit-keyframes x-deposit-notice-title-blinker {
    0% {
        background: #a93530
    }
    to {
        background: #6d221f
    }
}

@keyframes x-deposit-notice-title-blinker {
    0% {
        background: #a93530
    }
    to {
        background: #6d221f
    }
}

@-webkit-keyframes x-deposit-notice-bg-blinker {
    0% {
        background: #212a2f;
        border-color: #d99349
    }
    to {
        background: rgba(33, 42, 47, .5);
        border-color: #b16d25
    }
}

@keyframes x-deposit-notice-bg-blinker {
    0% {
        background: #212a2f;
        border-color: #d99349
    }
    to {
        background: rgba(33, 42, 47, .5);
        border-color: #b16d25
    }
}

@-webkit-keyframes x-deposit-notice-chevron-left {
    0% {
        -webkit-transform: translate(-8px, -50%);
        transform: translate(-8px, -50%)
    }
    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@keyframes x-deposit-notice-chevron-left {
    0% {
        -webkit-transform: translate(-8px, -50%);
        transform: translate(-8px, -50%)
    }
    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@-webkit-keyframes x-deposit-notice-chevron-right {
    0% {
        -webkit-transform: translate(8px, -50%);
        transform: translate(8px, -50%)
    }
    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@keyframes x-deposit-notice-chevron-right {
    0% {
        -webkit-transform: translate(8px, -50%);
        transform: translate(8px, -50%)
    }
    to {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.x-withdraw-form .x-select-amount {
    margin-top: 1rem
}

@media (max-width:991.98px) {
    .x-withdraw-form,
    .x-withdraw-form .-animatable-container,
    .x-withdraw-form form {
        height: 100%
    }
}

.x-withdraw-pending .-fake-input {
    padding: 12px .675rem 8px;
    background-color: #1a1a1a;
    color: #ffc87f;
    font-size: 1.4625rem;
    line-height: 1
}

.x-withdraw-pending .-fake-input .-decimal {
    font-weight: 700;
    color: #fff;
    text-decoration: underline
}

@media (max-width:991.98px) {
    .x-withdraw-pending .-fake-input {
        width: 80%
    }
}

@media (max-width:767.98px) {
    .x-withdraw-pending .-fake-input {
        width: 100%
    }
}

.x-withdraw-pending .-no-credit-container .-title {
    font-size: 1.35rem;
    font-weight: 600;
    color: #f16869
}

.x-withdraw-pending .-no-credit-container .-content {
    font-size: 1.08rem;
    color: #fff
}

.x-intro-promotion {
    color: hsla(0, 0%, 100%, .8)
}

.x-intro-promotion.-android-view {
    opacity: 0
}

.x-intro-promotion.-android-view.show {
    transition: opacity .6s ease-in-out;
    opacity: 1
}

.x-intro-promotion.-android-view .slick-dots li.slick-active button:before {
    opacity: .75
}

.x-intro-promotion.-android-view .slick-dots li:not(.slick-active) button:focus:before,
.x-intro-promotion.-android-view .slick-dots li:not(.slick-active) button:hover:before {
    opacity: .25
}

@media (min-width:992px) {
    .x-intro-promotion .slick-dots li:not(.slick-active) button:hover:before {
        opacity: .5
    }
}

@media (max-width:991.98px) {
    .x-intro-promotion .slick-dots li:not(.slick-active) button:hover:before {
        opacity: .25
    }
}

.x-intro-promotion .slick-dots li:not(.slick-active) button:focus:before {
    opacity: .25
}

.x-intro-promotion .slick-arrow {
    background-color: linear-gradient(180deg, #3c3c3c, #141414);
    width: 50px;
    height: 50px
}

.x-intro-promotion .slick-arrow:before {
    display: none !important
}

@media (max-width:991.98px) {
    .x-intro-promotion .slick-arrow {
        width: 30px;
        height: 30px
    }
}

.x-intro-promotion .slick-arrow .fas {
    font-size: 18px;
    line-height: 18px;
    opacity: .8
}

.x-intro-promotion .slick-arrow .fas:hover {
    opacity: 1
}

.x-intro-promotion .slick-arrow.slick-prev {
    left: 28%;
    top: 150px
}

@media (max-width:991.98px) {
    .x-intro-promotion .slick-arrow.slick-prev {
        left: 3%
    }
}

.x-intro-promotion .slick-arrow.slick-next {
    right: 28%;
    top: 150px
}

@media (max-width:991.98px) {
    .x-intro-promotion .slick-arrow.slick-next {
        right: 3%
    }
}

.x-intro-promotion .slick-list.draggable {
    padding: 0 !important;
    margin-right: 2rem;
    margin-left: 2rem
}

@media (max-width:575.98px) {
    .x-intro-promotion .slick-list.draggable {
        margin-left: 0;
        margin-right: 0
    }
}

.x-intro-promotion .slick-list .slick-track .slick-slide {
    opacity: .2
}

.x-intro-promotion .slick-list .slick-track .slick-slide img {
    width: 1000px
}

@media (max-width:991.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide img {
        width: 600px
    }
}

@media (max-width:767.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide img {
        width: 100%
    }
}

.x-intro-promotion .slick-list .slick-track .slick-slide .-slick-content {
    opacity: 0
}

.x-intro-promotion .slick-list .slick-track .slick-slide .-btn-container {
    min-width: 12%
}

@media (max-width:1199.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide .-btn-container {
        min-width: 20%
    }
}

@media (max-width:991.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide .-btn-container {
        min-width: 30%
    }
}

@media (max-width:767.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide .-btn-container {
        min-width: 40%
    }
}

@media (max-width:575.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide .-btn-container {
        min-width: 50%
    }
}

.x-intro-promotion .slick-list .slick-track .slick-slide.slick-center {
    opacity: 1
}

.x-intro-promotion .slick-list .slick-track .slick-slide.slick-center .-slick-content {
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 70%
}

@media (max-width:991.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide.slick-center .-slick-content {
        max-width: 80%
    }
}

@media (max-width:767.98px) {
    .x-intro-promotion .slick-list .slick-track .slick-slide.slick-center .-slick-content {
        max-width: 100%
    }
}

.x-promotion-return-by-user-container .-promotion-return-btn {
    margin-bottom: 1rem;
    padding: .75rem 2.5rem .35rem
}

.x-promotion-return-by-user-container .-group-round-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    flex-direction: row
}

@media (max-width:991.98px) {
    .x-promotion-return-by-user-container .-group-round-container {
        flex-direction: column
    }
}

.x-promotion-return-by-user-container .-group-round-container.-expired,
.x-promotion-return-by-user-container .-group-round-container.-no-data {
    justify-content: center
}

.x-promotion-return-by-user-container .-group-round-container.-expired .-date-range-container,
.x-promotion-return-by-user-container .-group-round-container.-no-data .-date-range-container {
    flex: 1
}

.x-promotion-return-by-user-container .-group-round-container .-date-range-container {
    padding-top: 5px
}

@media (max-width:991.98px) {
    .x-promotion-return-by-user-container .-group-round-container .-date-range-container {
        font-size: 1.2rem !important;
        text-align: center
    }
}

.x-promotion-return-by-user-container .-group-round-container .-bonus {
    display: flex;
    color: #ffc87f
}

@media (max-width:991.98px) {
    .x-promotion-return-by-user-container .-group-round-container .-bonus {
        justify-content: center;
        margin-top: 1rem
    }
}

.x-promotion-return-by-user-container .-group-round-container .-bonus .-dollar-sign {
    display: flex;
    justify-content: center;
    background-color: #ffc87f;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    margin-right: 4px;
    color: #000;
    border-radius: 50%
}

.x-promotion-return-by-user-container .-group-round-container .-bonus .-dollar-sign .-dollar-sign-inner {
    position: relative;
    top: 4px;
    font-size: 1.0125rem
}

.x-promotion-return-by-user-container .-description-container {
    text-align: center
}

.x-promotion-return-by-user-container .-description-container .-text-description {
    color: #ffc87f
}

.x-promotion-return-by-user-container .-description-container button[disabled] {
    opacity: .5;
    pointer-events: none
}

.x-promotion-return-by-user-container .-condition-container {
    margin-top: .7rem;
    border-top: 1px solid #656565;
    height: 280px;
    overflow-y: auto
}

.x-promotion-return-by-user-container .-condition-container::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 10px
}

.x-promotion-return-by-user-container .-condition-container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 10px
}

.x-promotion-return-by-user-container .-condition-container::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px
}

@media (max-width:575.98px) {
    .x-promotion-return-by-user-container .-condition-container {
        height: 220px
    }
}

.x-promotion-return-by-user-container .-condition-container .-condition-title {
    margin: 1rem 0 .7rem;
    color: #ffc87f
}

@media (max-width:991.98px) {
    .x-promotion-return-by-user-container .x-admin-contact {
        border-top: 1px solid #656565
    }
}

.x-promotion-content {
    color: #a0a0a0;
    font-size: 1.1em !important
}

.x-promotion-content h2 {
    font-size: 1.5rem !important;
    color: #ffc87f
}

.x-promotion-content h3 {
    font-size: 1.4rem !important;
    color: #fff
}

.x-promotion-content table {
    width: 100%
}

@media (max-width:991.98px) {
    .x-login-form,
    .x-login-form .-animatable-container,
    .x-register-already-form,
    .x-register-already-form .-animatable-container {
        height: 100%
    }
}

.x-register-already-form .-already-description {
    width: 100%;
    margin: 1rem 0 2rem;
    padding: 1rem 1rem .5rem;
    text-align: center;
    background: #0d0d0d
}

.x-register-already-form .x-reset-pw-text-container {
    width: 100%;
    margin: 1rem auto;
    text-align: center
}

.x-register-already-form .x-reset-pw-text-container a {
    display: inline-block;
    color: #ffc87f
}

@media (min-width:992px) {
    .x-register-already-form .x-reset-pw-text-container a:hover {
        color: #ffd399
    }
}

@media (max-width:575.98px) {
    .x-account-profile .order-2 {
        padding-bottom: 2rem
    }
}

@media (max-width:991.98px) {
    .x-account-profile {
        background: linear-gradient(180deg, #43001b, #270012);
        padding-top: 2rem;
        font-size: 1.3rem
    }
}

@media (max-width:767.98px) {
    .x-account-profile .-account-provider-container {
        padding-right: 0;
        padding-left: 0
    }
}

.x-account-profile .-account-provider-container .-account-provider-inner {
    font-size: 1.1rem
}

.x-account-profile .-account-provider-container .-account-provider-inner.-scroll {
    height: 320px;
    overflow-y: auto
}

.x-account-profile .-account-provider-container .-account-provider-inner.-scroll::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 10px
}

.x-account-profile .-account-provider-container .-account-provider-inner.-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 10px
}

.x-account-profile .-account-provider-container .-account-provider-inner.-scroll::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px
}

.x-account-profile .-account-provider-container .-account-provider-inner .-info-wrapper {
    flex: 1;
    flex-wrap: wrap
}

.x-account-profile .-account-provider-container .-account-provider-inner .-info-wrapper img {
    width: 45px;
    height: 45px;
    border-radius: 50%
}

.x-account-profile .-account-provider-container .-account-provider-inner .-btn-action-wrapper {
    width: 46px;
    min-width: 46px;
    text-align: right
}

@media (max-width:991.98px) {
    .x-account-profile .-account-provider-container .-account-provider-inner {
        width: 60%
    }
}

@media (max-width:767.98px) {
    .x-account-profile .-account-provider-container .-account-provider-inner {
        width: 80%
    }
}

@media (max-width:575.98px) {
    .x-account-profile .-account-provider-container .-account-provider-inner {
        width: 100%
    }
    .x-account-profile .-account-provider-container .-account-provider-inner .-info-wrapper img {
        width: 30px;
        height: 30px;
        margin-top: 10px
    }
}

.x-account-profile .-profile-container .-bank-info {
    width: 80%;
    background-color: #0d0d0d
}

@media (max-width:575.98px) {
    .x-account-profile .-profile-container .-bank-info {
        width: 90%
    }
}

.x-account-profile .-profile-container .-bank-info .media-body {
    color: #fff !important;
    margin-top: .4rem
}

.x-account-profile .-profile-container .-change-password-container {
    width: 80%
}

.x-account-profile .-profile-container .x-checkbox-primary {
    margin-top: 10px
}

.x-account-profile .-profile-container .x-checkbox-primary .form-check-label:before {
    margin-top: 0
}

.x-account-profile .-profile-container .x-checkbox-primary .form-check-label:after {
    top: 0
}

@media (max-width:991.98px) {
    .x-promotion-active-header {
        background: linear-gradient(180deg, #43001b, #270012);
        padding-top: 2rem;
        font-size: 1.3rem
    }
}

@media (max-width:575.98px) {
    .x-promotion-active-header {
        padding-top: .75rem
    }
}

.x-promotion-active-header .-joining .fas.fa-circle {
    position: relative;
    top: -2px;
    font-size: 12px;
    color: #28a745
}

.x-promotion-active-header .progress {
    position: relative;
    height: 1.5rem;
    padding: .25rem;
    border-radius: 10px;
    background-color: #2e383c
}

.x-promotion-active-header .progress .progress-bar {
    border-radius: 10px;
    background: #ffd101;
    background: -webkit-gradient(left top, left bottom, color-stop(0, #fcb117), color-stop(100%, #ffd101));
    background: linear-gradient(90deg, #fcb117 0, #ffd101);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to, GradientType=0)
}

.x-promotion-active-header .progress span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 3px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff
}

.x-promotion-active-header .-condition {
    max-height: 200px;
    overflow: auto;
    border-top: 1px solid rgba(236, 189, 123, .4);
    border-bottom: 1px solid rgba(236, 189, 123, .4);
    -webkit-overflow-scrolling: touch
}

.x-promotion-active-header .-condition::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 10px
}

.x-promotion-active-header .-condition::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 10px
}

.x-promotion-active-header .-condition::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px
}

@media (max-width:767.98px) {
    .x-promotion-active-header .-condition {
        max-height: 44vh
    }
}

@media screen and (max-width:320px) {
    .x-promotion-active-header .-condition {
        max-height: 40vh
    }
}

@media (max-width:575.98px) {
    .x-promotion-active-header .x-admin-contact {
        margin-top: 0
    }
}

.x-account-verification-modal {
    text-align: center;
    font-size: 1.17rem;
    color: #fff
}

.x-account-verification-modal .fas.fa-spinner {
    font-size: 4rem;
    color: #ffc87f
}

.x-account-verification-modal .-description {
    margin-top: 2rem
}

#historyModal .-modal-content .modal-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media (max-width:767.98px) {
    #historyModal .-modal-content .modal-body {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width:992px) {
    .x-bill-history-container {
        max-height: 500px;
        overflow: auto
    }
    .x-bill-history-container::-webkit-scrollbar-track {
        background-color: #212020;
        border-radius: 10px
    }
    .x-bill-history-container::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: #333;
        border-radius: 10px
    }
    .x-bill-history-container::-webkit-scrollbar-thumb {
        background-color: #333;
        border-radius: 10px
    }
}

.x-bill-history-container table {
    margin-bottom: 0
}

.x-bill-history-container table.table-striped tbody tr:nth-child(odd) {
    background: hsla(0, 0%, 100%, .1)
}

.x-bill-history-container table thead th {
    padding: .6rem .75rem;
    font-size: 1rem;
    font-weight: 500;
    color: #f3d067
}

@media (max-width:575.98px) {
    .x-bill-history-container table thead th {
        padding: .6rem .5rem;
        font-size: .9rem
    }
}

.x-bill-history-container table tbody td {
    padding: .6rem .75rem;
    font-size: 1rem
}

@media (max-width:575.98px) {
    .x-bill-history-container table tbody td {
        padding: .6rem .5rem;
        font-size: .9rem
    }
}

.x-bill-history-container table tbody td.-amount {
    font-weight: 600;
    text-align: right
}

.x-bill-history-container table tbody td.-amount.-deposit {
    color: #33933e
}

.x-bill-history-container table tbody td.-amount.-withdraw {
    color: #b93838
}

.x-bill-history-container table .-transaction-heading-wrapper {
    text-align: right;
    width: 170px
}

@media (max-width:575.98px) {
    .x-bill-history-container table .-transaction-heading-wrapper {
        width: 145px
    }
}

@media screen and (max-width:370px) {
    .x-bill-history-container table .-transaction-heading-wrapper {
        width: 134px
    }
}

.x-bill-history-container table .-transaction-body-wrapper {
    text-align: right;
    width: 170px
}

@media (max-width:575.98px) {
    .x-bill-history-container table .-transaction-body-wrapper {
        width: 145px
    }
}

@media screen and (max-width:370px) {
    .x-bill-history-container table .-transaction-body-wrapper {
        width: 134px
    }
}

.x-bill-history-container table .-state-wrapper {
    display: flex;
    align-items: center
}

@media screen and (max-width:370px) {
    .x-bill-history-container table .-state-wrapper {
        font-size: .8rem
    }
}

.x-bill-history-container table .-state-wrapper .-ic {
    width: 16px;
    margin-left: 10px
}

@media (max-width:575.98px) {
    .x-bill-history-container table .-state-wrapper .-ic {
        margin-left: 6px
    }
}

.x-bill-history-container table .-state-wrapper .fas {
    margin-left: 10px;
    color: #88e3ff
}

@media (max-width:575.98px) {
    .x-bill-history-container table .-state-wrapper .fas {
        margin-left: 6px
    }
}

.x-bill-history-container table .-state-wrapper .-state-title {
    margin-left: 6px
}

.x-bill-history-container table .-state-wrapper .-state-title.-short {
    display: none
}

@media screen and (max-width:370px) {
    .x-bill-history-container table .-state-wrapper .-state-title {
        display: none
    }
    .x-bill-history-container table .-state-wrapper .-state-title.-short {
        display: inline-block
    }
}

.x-bill-history-container table .-amount {
    font-weight: 500
}

.x-bill-history-container table .-amount.-deposit {
    color: #33933e
}

.x-bill-history-container table .-amount.-withdraw {
    color: #b93838
}

@media screen and (max-width:370px) {
    .x-bill-history-container table .-datetime {
        font-size: .8rem
    }
}

.x-bill-history-container .-no-result-wrapper {
    padding: 1rem;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 5px;
    text-align: center
}

.x-bill-history-container .-no-result-wrapper .-heading-title .-icon {
    font-size: 3rem;
    color: #f3d067
}

.x-bill-history-container .-no-result-wrapper .-heading-title .-title {
    margin-top: 1rem;
    font-size: 1.26rem;
    font-weight: 500;
    color: #f3d067
}

.x-bill-history-container .-no-result-wrapper .-heading-title .-sub-title {
    font-size: 1rem
}

.x-landing {
    background: transparent
}

.x-landing .-logo {
    position: relative;
    width: 160px
}

@media (max-width:1199.98px) {
    .x-landing {
        background-position: 50%
    }
}

.x-landing #main__content {
    height: 100%
}

@media (max-width:991.98px) {
    .x-landing #main__content {
        padding-bottom: 0
    }
}

.x-landing .x-index-top-container {
    position: relative;
    z-index: 2
}

@media (max-width:991.98px) {
    .x-landing .x-index-top-container {
        overflow-x: hidden !important
    }
    .x-landing .x-index-top-container .x-register-card-landing .card-body.-default-content {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

@media (max-width:575.98px) {
    .x-landing .x-index-top-container .x-register-card-landing .-default-img,
    .x-landing .x-index-top-container .x-register-card-landing .-logo-title {
        width: 90%
    }
}

.x-landing .-btn-image .-btn {
    width: 180px
}

.x-landing .-btn-image .-btn-register {
    width: 175px
}

.x-landing .-btn-image button:focus {
    box-shadow: none
}

.x-register-card-landing .card {
    border-radius: 25px;
    background: hsla(0, 0%, 100%, .1)
}

@media (max-width:991.98px) {
    .x-register-card-landing .card {
        border-radius: 0
    }
}

.x-register-card-landing .card .card-body {
    padding-bottom: 0 !important
}

.x-register-card-landing .card .card-body .-bg-promotion-active {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    height: 45px
}

@media (max-width:767.98px) {
    .x-register-card-landing .card .card-body .-bg-promotion-active {
        width: 90%
    }
    .x-register-card-landing .card .card-body .-bg-promotion-active.-default-bg {
        width: 100%
    }
}

.x-register-card-landing .card .card-body .-bg-promotion-active.-default-bg {
    height: auto
}

.x-register-card-landing .card .card-body .-promotion-content {
    max-height: 280px;
    overflow-y: auto;
    padding-right: 10px
}

.x-register-card-landing .card .card-body .-promotion-content::-webkit-scrollbar-track {
    background-color: #212020
}

.x-register-card-landing .card .card-body .-promotion-content::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333
}

.x-register-card-landing .card .card-body .-promotion-content::-webkit-scrollbar-thumb {
    background-color: #5c544b;
    border-radius: 10px
}

@media (max-width:991.98px) {
    .x-register-card-landing .card .card-body .-promotion-content {
        overflow-y: unset;
        max-height: unset
    }
}

.x-register-card-landing .x-hr-border-glow {
    margin-top: -1px
}

.x-register-card-landing .x-hr-border-glow.-sm-view {
    margin-bottom: -1px;
    width: 95%
}

.x-register-card-landing .x-hr-border-glow.-landing-title-default {
    width: 60%;
    height: 3px
}

.x-register-card-footer {
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 100%;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px
}

.x-register-card-footer .-glow-bg {
    background: linear-gradient(1turn, #ffc87f -150%, rgba(12, 10, 8, 0) 40%);
    height: 50px
}

@-webkit-keyframes animStar {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px)
    }
}

@keyframes animStar {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px)
    }
}

.x-register-card-footer #stars {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars,
.x-register-card-footer #stars:after {
    width: 1px;
    height: 1px;
    background: transparent;
    box-shadow: 1466px 14417px #ffc87f, 165px 1622px #ffc87f, 1879px 1959px #ffc87f, 451px 1009px #ffc87f, 780px 246px #ffc87f, 466px 551px #ffc87f, 1852px 825px #ffc87f, 482px 1630px #ffc87f, 562px 1298px #ffc87f, 592px 289px #ffc87f, 856px 1434px #ffc87f, 515px 1658px #ffc87f, 1743px 1637px #ffc87f, 498px 614px #ffc87f, 1774px 933px #ffc87f, 841px 1071px #ffc87f, 90px 1968px #ffc87f, 11px 1704px #ffc87f, 1481px 1767px #ffc87f, 1381px 847px #ffc87f, 416px 1815px #ffc87f, 1930px 1321px #ffc87f, 523px 1348px #ffc87f, 628px 616px #ffc87f, 461px 905px #ffc87f, 312px 1551px #ffc87f, 800px 437px #ffc87f, 264px 1479px #ffc87f, 218px 1382px #ffc87f, 1594px 1196px #ffc87f, 1159px 1925px #ffc87f, 1357px 1145px #ffc87f, 1673px 1840px #ffc87f, 1134px 907px #ffc87f, 1135px 622px #ffc87f, 380px 1200px #ffc87f, 1035px 1429px #ffc87f, 767px 19px #ffc87f, 537px 650px #ffc87f, 233px 1320px #ffc87f, 356px 1737px #ffc87f, 1166px 1113px #ffc87f, 1740px 1243px #ffc87f, 1521px 738px #ffc87f, 817px 1711px #ffc87f, 1433px 1688px #ffc87f, 211px 70px #ffc87f, 979px 808px #ffc87f, 121px 1248px #ffc87f, 1215px 1799px #ffc87f, 711px 335px #ffc87f, 878px 36px #ffc87f, 1790px 813px #ffc87f, 1676px 269px #ffc87f, 518px 206px #ffc87f, 156px 1117px #ffc87f, 1145px 567px #ffc87f, 113px 968px #ffc87f, 205px 152px #ffc87f, 839px 763px #ffc87f, 1822px 1201px #ffc87f, 1411px 725px #ffc87f, 584px 327px #ffc87f, 1843px 667px #ffc87f, 1037px 1260px #ffc87f, 1439px 914px #ffc87f, 966px 1016px #ffc87f, 242px 294px #ffc87f, 990px 1325px #ffc87f, 844px 661px #ffc87f, 1091px 1412px #ffc87f, 1570px 1185px #ffc87f, 373px 1238px #ffc87f, 1120px 1069px #ffc87f, 1083px 1981px #ffc87f, 898px 1702px #ffc87f, 1662px 1779px #ffc87f, 1048px 144px #ffc87f, 755px 283px #ffc87f, 1243px 259px #ffc87f, 834px 1601px #ffc87f, 390px 197px #ffc87f, 1968px 621px #ffc87f, 1082px 1046px #ffc87f, 1187px 1855px #ffc87f, 1237px 1784px #ffc87f, 813px 1806px #ffc87f, 1354px 402px #ffc87f, 417px 1455px #ffc87f, 443px 1272px #ffc87f, 739px 253px #ffc87f, 1290px 1844px #ffc87f, 470px 537px #ffc87f, 774px 1167px #ffc87f, 1806px 547px #ffc87f, 833px 1237px #ffc87f, 471px 192px #ffc87f, 701px 79px #ffc87f, 1819px 264px #ffc87f, 647px 1070px #ffc87f, 731px 1368px #ffc87f, 228px 1073px #ffc87f, 1769px 1720px #ffc87f, 1444px 1907px #ffc87f, 316px 147px #ffc87f, 1110px 1193px #ffc87f, 9px 1049px #ffc87f, 622px 1449px #ffc87f, 187px 1309px #ffc87f, 121px 1842px #ffc87f, 651px 1892px #ffc87f, 566px 1875px #ffc87f, 1825px 671px #ffc87f, 1727px 1297px #ffc87f, 1069px 279px #ffc87f, 358px 26px #ffc87f, 353px 1327px #ffc87f, 1825px 1927px #ffc87f, 67px 785px #ffc87f, 1652px 1103px #ffc87f, 1313px 1751px #ffc87f, 1328px 1335px #ffc87f, 650px 1630px #ffc87f, 383px 253px #ffc87f, 91px 2px #ffc87f, 1822px 1892px #ffc87f, 1905px 51px #ffc87f, 1301px 415px #ffc87f, 568px 1391px #ffc87f, 1498px 616px #ffc87f, 266px 1429px #ffc87f, 1724px 23px #ffc87f, 768px 174px #ffc87f, 1680px 1372px #ffc87f, 1270px 891px #ffc87f, 377px 1164px #ffc87f, 1158px 197px #ffc87f, 1548px 1382px #ffc87f, 1286px 1039px #ffc87f, 547px 1154px #ffc87f, 52px 1391px #ffc87f, 1912px 564px #ffc87f, 68px 1016px #ffc87f, 801px 1737px #ffc87f, 794px 338px #ffc87f, 781px 1213px #ffc87f, 697px 352px #ffc87f, 764px 1820px #ffc87f, 1050px 1508px #ffc87f, 993px 497px #ffc87f, 402px 1684px #ffc87f, 1907px 1816px #ffc87f, 1272px 630px #ffc87f, 1588px 322px #ffc87f, 1991px 320px #ffc87f, 1683px 1253px #ffc87f, 414px 1426px #ffc87f, 78px 280px #ffc87f, 743px 1311px #ffc87f, 1630px 380px #ffc87f, 1800px 969px #ffc87f, 1788px 1990px #ffc87f, 1218px 878px #ffc87f, 519px 1994px #ffc87f, 1841px 1932px #ffc87f, 1019px 1781px #ffc87f, 1059px 1175px #ffc87f, 1360px 1387px #ffc87f, 1696px 1024px #ffc87f, 1055px 1736px #ffc87f, 1496px 1704px #ffc87f, 1118px 1108px #ffc87f, 702px 1311px #ffc87f, 1234px 1552px #ffc87f, 1754px 1583px #ffc87f, 747px 122px #ffc87f, 829px 1257px #ffc87f, 1835px 80px #ffc87f, 242px 1395px #ffc87f, 1562px 921px #ffc87f, 1670px 974px #ffc87f, 1103px 1241px #ffc87f, 1959px 1074px #ffc87f, 586px 1612px #ffc87f, 1443px 398px #ffc87f, 1140px 735px #ffc87f, 511px 1015px #ffc87f, 342px 316px #ffc87f, 333px 1096px #ffc87f, 503px 647px #ffc87f, 165px 86px #ffc87f, 766px 1513px #ffc87f, 895px 1014px #ffc87f, 1213px 168px #ffc87f, 1921px 1683px #ffc87f, 1144px 1742px #ffc87f, 729px 257px #ffc87f, 1857px 1778px #ffc87f, 1179px 757px #ffc87f, 169px 905px #ffc87f, 1151px 1561px #ffc87f, 487px 460px #ffc87f, 1192px 273px #ffc87f, 418px 711px #ffc87f, 1676px 782px #ffc87f, 218px 1549px #ffc87f, 1646px 512px #ffc87f, 1941px 351px #ffc87f, 1407px 757px #ffc87f, 1773px 1495px #ffc87f, 309px 782px #ffc87f, 1257px 373px #ffc87f, 1245px 727px #ffc87f, 714px 1410px #ffc87f, 667px 241px #ffc87f, 972px 1762px #ffc87f, 1463px 455px #ffc87f, 475px 444px #ffc87f, 58px 765px #ffc87f, 239px 1003px #ffc87f, 96px 1156px #ffc87f, 1319px 968px #ffc87f, 92px 411px #ffc87f, 42px 1501px #ffc87f, 1586px 1667px #ffc87f, 428px 1134px #ffc87f, 1607px 122px #ffc87f, 1438px 921px #ffc87f, 882px 940px #ffc87f, 1726px 1859px #ffc87f, 32px 1679px #ffc87f, 699px 1978px #ffc87f, 1285px 1140px #ffc87f, 973px 1758px #ffc87f, 128px 1107px #ffc87f, 1367px 1213px #ffc87f, 1083px 609px #ffc87f, 1381px 321px #ffc87f, 1680px 900px #ffc87f, 434px 1937px #ffc87f, 1696px 940px #ffc87f, 1413px 937px #ffc87f, 884px 1334px #ffc87f, 1381px 1199px #ffc87f, 222px 1770px #ffc87f, 983px 730px #ffc87f, 1362px 862px #ffc87f, 522px 68px #ffc87f, 1204px 923px #ffc87f, 895px 635px #ffc87f, 1855px 1791px #ffc87f, 467px 1048px #ffc87f, 555px 896px #ffc87f, 572px 923px #ffc87f, 1463px 1985px #ffc87f, 407px 836px #ffc87f, 890px 358px #ffc87f, 865px 854px #ffc87f, 1116px 1024px #ffc87f, 825px 959px #ffc87f, 221px 973px #ffc87f, 789px 988px #ffc87f, 1862px 1578px #ffc87f, 1353px 1840px #ffc87f, 1576px 1194px #ffc87f, 55px 533px #ffc87f, 1575px 1758px #ffc87f, 1885px 1293px #ffc87f, 560px 1918px #ffc87f, 1736px 1408px #ffc87f, 1059px 1948px #ffc87f, 1597px 34px #ffc87f, 1923px 1236px #ffc87f, 1499px 1027px #ffc87f, 1127px 566px #ffc87f, 1707px 946px #ffc87f, 1060px 1755px #ffc87f, 1209px 1760px #ffc87f, 343px 1955px #ffc87f, 238px 1645px #ffc87f, 585px 642px #ffc87f, 1753px 1640px #ffc87f, 89px 408px #ffc87f, 580px 41px #ffc87f, 1579px 704px #ffc87f, 722px 467px #ffc87f, 1405px 498px #ffc87f, 1036px 574px #ffc87f, 746px 1930px #ffc87f, 1216px 1105px #ffc87f, 1503px 802px #ffc87f, 777px 94px #ffc87f, 1656px 605px #ffc87f, 1903px 267px #ffc87f, 1274px 1928px #ffc87f, 193px 1109px #ffc87f, 1017px 893px #ffc87f, 247px 888px #ffc87f, 535px 1871px #ffc87f, 12px 633px #ffc87f, 207px 1803px #ffc87f, 974px 848px #ffc87f, 1540px 955px #ffc87f, 285px 401px #ffc87f, 257px 1157px #ffc87f, 68px 201px #ffc87f, 1774px 1273px #ffc87f, 56px 1026px #ffc87f, 1511px 1208px #ffc87f, 826px 1168px #ffc87f, 70px 1804px #ffc87f, 1543px 516px #ffc87f, 1463px 1668px #ffc87f, 1764px 152px #ffc87f, 1563px 269px #ffc87f, 1960px 216px #ffc87f, 1157px 1659px #ffc87f, 486px 702px #ffc87f, 1935px 1226px #ffc87f, 620px 1640px #ffc87f, 184px 922px #ffc87f, 999px 404px #ffc87f, 751px 1434px #ffc87f, 1262px 232px #ffc87f, 641px 1439px #ffc87f, 1361px 1005px #ffc87f, 350px 186px #ffc87f, 446px 623px #ffc87f, 612px 1630px #ffc87f, 1703px 674px #ffc87f, 20px 865px #ffc87f, 1268px 1237px #ffc87f, 368px 303px #ffc87f, 225px 1227px #ffc87f, 117px 268px #ffc87f, 1997px 652px #ffc87f, 1346px 299px #ffc87f, 1467px 531px #ffc87f, 1615px 1755px #ffc87f, 751px 281px #ffc87f, 1672px 1339px #ffc87f, 929px 947px #ffc87f, 1967px 679px #ffc87f, 762px 924px #ffc87f, 1850px 849px #ffc87f, 212px 1496px #ffc87f, 1163px 1158px #ffc87f, 1885px 826px #ffc87f, 1897px 1372px #ffc87f, 1339px 572px #ffc87f, 676px 1460px #ffc87f, 1598px 1563px #ffc87f, 91px 735px #ffc87f, 1682px 625px #ffc87f, 500px 1283px #ffc87f, 168px 1618px #ffc87f, 1364px 1683px #ffc87f, 320px 713px #ffc87f, 1993px 419px #ffc87f, 886px 623px #ffc87f, 373px 1132px #ffc87f, 45px 274px #ffc87f, 1883px 849px #ffc87f, 411px 1749px #ffc87f, 1635px 667px #ffc87f, 1187px 834px #ffc87f, 1729px 429px #ffc87f, 1623px 267px #ffc87f, 528px 1507px #ffc87f, 714px 1933px #ffc87f, 415px 512px #ffc87f, 713px 330px #ffc87f, 626px 745px #ffc87f, 1341px 971px #ffc87f, 1452px 374px #ffc87f, 1286px 1441px #ffc87f, 1911px 256px #ffc87f, 774px 1718px #ffc87f, 16px 679px #ffc87f, 529px 1484px #ffc87f, 755px 90px #ffc87f, 1324px 577px #ffc87f, 929px 131px #ffc87f, 89px 904px #ffc87f, 1405px 1215px #ffc87f, 1861px 777px #ffc87f, 1333px 1955px #ffc87f, 723px 1370px #ffc87f, 450px 1626px #ffc87f, 790px 1430px #ffc87f, 331px 1902px #ffc87f, 180px 1218px #ffc87f, 391px 487px #ffc87f, 1843px 681px #ffc87f, 979px 1347px #ffc87f, 934px 301px #ffc87f, 1214px 275px #ffc87f, 404px 1446px #ffc87f, 1369px 1476px #ffc87f, 71px 1947px #ffc87f, 1599px 1695px #ffc87f, 758px 1619px #ffc87f, 1842px 1976px #ffc87f, 772px 1122px #ffc87f, 387px 760px #ffc87f, 419px 1668px #ffc87f, 1863px 817px #ffc87f, 288px 823px #ffc87f, 1382px 1834px #ffc87f, 1336px 968px #ffc87f, 1044px 1214px #ffc87f, 1675px 1360px #ffc87f, 1464px 453px #ffc87f, 10px 946px #ffc87f, 1133px 1075px #ffc87f, 1284px 1753px #ffc87f, 914px 164px #ffc87f, 1142px 96px #ffc87f, 238px 1255px #ffc87f, 129px 1084px #ffc87f, 216px 1526px #ffc87f, 1708px 837px #ffc87f, 894px 195px #ffc87f, 715px 69px #ffc87f, 1979px 470px #ffc87f, 103px 1020px #ffc87f, 1889px 425px #ffc87f, 352px 1881px #ffc87f, 1995px 1522px #ffc87f, 1142px 1607px #ffc87f, 359px 1399px #ffc87f, 577px 852px #ffc87f, 637px 1699px #ffc87f, 924px 268px #ffc87f, 405px 256px #ffc87f, 723px 508px #ffc87f, 302px 340px #ffc87f, 976px 257px #ffc87f, 1215px 650px #ffc87f, 1251px 1111px #ffc87f, 1742px 904px #ffc87f, 232px 1932px #ffc87f, 1183px 1376px #ffc87f, 111px 379px #ffc87f, 1282px 345px #ffc87f, 368px 1090px #ffc87f, 770px 1622px #ffc87f, 1872px 288px #ffc87f, 1643px 627px #ffc87f, 234px 255px #ffc87f, 113px 1109px #ffc87f, 362px 1609px #ffc87f, 1684px 510px #ffc87f, 728px 1197px #ffc87f, 1788px 98px #ffc87f, 1828px 1964px #ffc87f, 208px 356px #ffc87f, 1201px 1291px #ffc87f, 1847px 570px #ffc87f, 1114px 1463px #ffc87f, 1179px 1391px #ffc87f, 86px 1135px #ffc87f, 882px 695px #ffc87f, 190px 155px #ffc87f, 1769px 999px #ffc87f, 1180px 1233px #ffc87f, 641px 1249px #ffc87f, 1511px 2000px #ffc87f, 716px 1656px #ffc87f, 1060px 748px #ffc87f, 1734px 17px #ffc87f, 140px 1969px #ffc87f, 1787px 1203px #ffc87f, 270px 1185px #ffc87f, 1464px 1933px #ffc87f, 228px 388px #ffc87f, 1637px 1515px #ffc87f, 1656px 1497px #ffc87f, 1956px 423px #ffc87f, 1787px 1167px #ffc87f, 1050px 1132px #ffc87f, 663px 1853px #ffc87f, 54px 1612px #ffc87f, 560px 1171px #ffc87f, 1607px 106px #ffc87f, 1439px 742px #ffc87f, 1617px 1455px #ffc87f, 138px 86px #ffc87f, 624px 1407px #ffc87f, 1889px 1987px #ffc87f, 589px 1437px #ffc87f, 735px 422px #ffc87f, 1850px 1754px #ffc87f, 1419px 522px #ffc87f, 1882px 1883px #ffc87f, 202px 783px #ffc87f, 947px 1669px #ffc87f, 1011px 1159px #ffc87f, 1345px 701px #ffc87f, 727px 1450px #ffc87f, 530px 737px #ffc87f, 1917px 1913px #ffc87f, 776px 1669px #ffc87f, 594px 957px #ffc87f, 791px 1016px #ffc87f, 919px 1065px #ffc87f, 1327px 985px #ffc87f, 1472px 1928px #ffc87f, 1845px 327px #ffc87f, 1167px 1691px #ffc87f, 1678px 1196px #ffc87f, 260px 1189px #ffc87f, 673px 1574px #ffc87f, 1017px 795px #ffc87f, 1170px 123px #ffc87f, 803px 1532px #ffc87f, 690px 1765px #ffc87f, 548px 116px #ffc87f, 1421px 1763px #ffc87f, 1140px 730px #ffc87f, 964px 1362px #ffc87f, 1576px 1424px #ffc87f, 1618px 1953px #ffc87f, 1320px 1391px #ffc87f, 200px 770px #ffc87f, 1214px 1005px #ffc87f, 199px 1471px #ffc87f, 1121px 893px #ffc87f, 685px 909px #ffc87f, 1170px 392px #ffc87f, 140px 1411px #ffc87f, 553px 1028px #ffc87f, 751px 1850px #ffc87f, 1994px 696px #ffc87f, 1699px 1663px #ffc87f, 1311px 212px #ffc87f, 112px 864px #ffc87f, 557px 1693px #ffc87f, 1958px 1924px #ffc87f, 462px 892px #ffc87f, 1315px 1460px #ffc87f, 1306px 290px #ffc87f, 922px 1924px #ffc87f, 1065px 809px #ffc87f, 694px 1264px #ffc87f, 913px 405px #ffc87f, 348px 700px #ffc87f, 922px 674px #ffc87f, 1838px 1801px #ffc87f, 729px 672px #ffc87f, 1849px 523px #ffc87f, 1128px 632px #ffc87f, 591px 297px #ffc87f, 632px 949px #ffc87f, 363px 312px #ffc87f, 1524px 1358px #ffc87f, 985px 271px #ffc87f, 1716px 1481px #ffc87f, 652px 1799px #ffc87f, 140px 1678px #ffc87f, 431px 1619px #ffc87f, 253px 133px #ffc87f, 1443px 929px #ffc87f, 1231px 1226px #ffc87f, 1008px 534px #ffc87f, 1582px 1034px #ffc87f, 428px 1505px #ffc87f, 61px 299px #ffc87f, 1376px 1331px #ffc87f, 1883px 338px #ffc87f, 1390px 1167px #ffc87f, 1288px 575px #ffc87f, 248px 430px #ffc87f, 48px 722px #ffc87f, 202px 1785px #ffc87f, 390px 899px #ffc87f, 1200px 1819px #ffc87f, 1170px 1696px #ffc87f, 1443px 439px #ffc87f, 1995px 258px #ffc87f, 1600px 475px #ffc87f, 1807px 1713px #ffc87f, 317px 1840px #ffc87f, 1727px 683px #ffc87f, 643px 969px #ffc87f, 1092px 1081px #ffc87f, 1704px 490px #ffc87f, 1420px 1672px #ffc87f, 1537px 334px #ffc87f, 76px 1220px #ffc87f, 907px 1232px #ffc87f, 1113px 1044px #ffc87f, 20px 1770px #ffc87f, 250px 913px #ffc87f, 531px 1437px #ffc87f, 178px 1563px #ffc87f, 1285px 257px #ffc87f, 907px 1917px #ffc87f, 789px 1912px #ffc87f, 551px 1179px #ffc87f, 1101px 522px #ffc87f, 1817px 1649px #ffc87f, 879px 679px #ffc87f, 282px 643px #ffc87f, 1115px 1827px #ffc87f, 78px 311px #ffc87f, 1717px 1440px #ffc87f, 1444px 1742px #ffc87f, 1791px 279px #ffc87f, 322px 1641px #ffc87f, 1855px 1108px #ffc87f, 719px 693px #ffc87f, 399px 906px #ffc87f, 22px 27px #ffc87f, 1123px 517px #ffc87f, 687px 1128px #ffc87f, 1605px 522px #ffc87f, 670px 1470px #ffc87f, 693px 802px #ffc87f, 42px 961px #ffc87f, 1029px 1757px #ffc87f, 1409px 261px #ffc87f, 109px 1732px #ffc87f, 906px 1867px #ffc87f, 324px 1242px #ffc87f, 1727px 1726px #ffc87f, 1155px 14px #ffc87f, 397px 1228px #ffc87f, 218px 1412px #ffc87f, 1612px 1239px #ffc87f, 386px 1964px #ffc87f, 1233px 1814px #ffc87f, 1049px 1580px #ffc87f, 1099px 1716px #ffc87f, 1891px 906px #ffc87f, 77px 682px #ffc87f, 910px 871px #ffc87f, 1151px 1528px #ffc87f, 973px 1509px #ffc87f, 579px 294px #ffc87f, 1476px 270px #ffc87f, 1667px 1886px #ffc87f, 286px 1324px #ffc87f, 1771px 622px #ffc87f, 22px 1910px #ffc87f, 1673px 974px #ffc87f, 254px 69px #ffc87f, 1452px 1446px #ffc87f, 572px 1130px #ffc87f, 1016px 514px #ffc87f, 396px 1609px #ffc87f, 1348px 26px #ffc87f, 480px 1139px #ffc87f, 1571px 107px #ffc87f, 609px 1065px #ffc87f, 532px 296px #ffc87f, 181px 648px #ffc87f, 1713px 1301px #ffc87f, 1038px 610px #ffc87f, 1766px 1981px #ffc87f, 904px 553px #ffc87f, 73px 1512px #ffc87f, 1650px 893px #ffc87f, 470px 272px #ffc87f, 1918px 163px #ffc87f, 1957px 1392px #ffc87f, 1393px 974px #ffc87f, 101px 408px #ffc87f, 567px 378px #ffc87f, 946px 1231px #ffc87f, 826px 497px #ffc87f, 1154px 77px #ffc87f, 175px 1355px #ffc87f, 932px 558px #ffc87f, 1677px 851px #ffc87f, 183px 705px #ffc87f, 1836px 1180px #ffc87f, 1651px 853px #ffc87f, 1740px 1200px #ffc87f, 1355px 230px #ffc87f, 1719px 1371px #ffc87f, 1534px 621px #ffc87f, 316px 1099px #ffc87f, 922px 1333px #ffc87f, 124px 1817px #ffc87f, 902px 1958px #ffc87f, 839px 619px #ffc87f, 583px 1783px #ffc87f, 1437px 1814px #ffc87f, 1731px 696px #ffc87f, 559px 984px #ffc87f, 1744px 1467px #ffc87f, 1450px 1974px #ffc87f, 246px 673px #ffc87f, 938px 855px #ffc87f, 688px 342px #ffc87f, 912px 1359px #ffc87f, 1922px 1776px #ffc87f, 81px 216px #ffc87f, 1999px 715px #ffc87f, 190px 1865px #ffc87f, 1518px 746px #ffc87f, 1260px 1971px #ffc87f, 705px 464px #ffc87f, 852px 710px #ffc87f, 1744px 1501px #ffc87f, 1399px 1802px #ffc87f, 1882px 1065px #ffc87f, 1124px 839px #ffc87f, 1178px 1904px #ffc87f, 1159px 1471px #ffc87f, 811px 812px #ffc87f, 503px 229px #ffc87f, 1285px 998px #ffc87f, 1234px 444px #ffc87f, 1084px 444px #ffc87f, 1415px 921px #ffc87f, 1893px 1939px #ffc87f, 1245px 547px #ffc87f, 1244px 354px #ffc87f, 547px 911px #ffc87f, 1419px 27px #ffc87f, 293px 1022px #ffc87f, 1323px 1696px #ffc87f, 321px 1482px #ffc87f, 1036px 1526px #ffc87f, 116px 1920px #ffc87f, 230px 1313px #ffc87f, 1228px 133px #ffc87f, 1312px 448px #ffc87f, 141px 487px #ffc87f, 1081px 1117px #ffc87f, 749px 874px #ffc87f, 1585px 1575px #ffc87f, 1379px 946px #ffc87f, 639px 1058px #ffc87f, 25px 559px #ffc87f, 291px 864px #ffc87f, 358px 679px #ffc87f, 1979px 1810px #ffc87f, 922px 1558px #ffc87f, 868px 1921px #ffc87f, 491px 1491px #ffc87f, 581px 1680px #ffc87f, 1067px 114px #ffc87f, 743px 840px #ffc87f, 797px 670px #ffc87f, 462px 843px #ffc87f, 438px 121px #ffc87f, 1669px 1540px #ffc87f, 1145px 1983px #ffc87f, 139px 1566px #ffc87f, 1856px 960px #ffc87f, 1808px 186px #ffc87f, 1533px 1920px #ffc87f, 69px 1548px #ffc87f, 725px 440px #ffc87f, 1827px 168px #ffc87f, 903px 1023px #ffc87f, 874px 788px #ffc87f, 1360px 1265px #ffc87f, 335px 1393px #ffc87f, 1380px 1620px #ffc87f, 526px 1728px #ffc87f, 1048px 101px #ffc87f, 162px 1008px #ffc87f, 1037px 1131px #ffc87f, 872px 1006px #ffc87f, 1552px 176px #ffc87f, 1871px 1644px #ffc87f, 565px 1898px #ffc87f, 566px 1815px #ffc87f, 595px 108px #ffc87f, 1988px 1954px #ffc87f, 17px 1798px #ffc87f, 1575px 751px #ffc87f, 374px 927px #ffc87f, 914px 262px #ffc87f, 44px 152px #ffc87f, 1515px 1145px #ffc87f, 443px 1903px #ffc87f, 1268px 1861px #ffc87f, 491px 1557px #ffc87f, 744px 1722px #ffc87f, 462px 1256px #ffc87f, 683px 501px #ffc87f, 1491px 1332px #ffc87f, 557px 735px #ffc87f, 702px 1420px #ffc87f, 985px 449px #ffc87f, 521px 382px #ffc87f, 1244px 557px #ffc87f, 580px 448px #ffc87f, 1422px 689px #ffc87f, 1022px 980px #ffc87f, 1288px 1398px #ffc87f, 312px 778px #ffc87f, 203px 547px #ffc87f, 1794px 681px #ffc87f, 462px 89px #ffc87f, 1749px 785px #ffc87f, 743px 1055px #ffc87f, 805px 496px #ffc87f, 552px 1801px #ffc87f, 714px 850px #ffc87f, 1988px 1467px #ffc87f, 1039px 2000px #ffc87f, 1569px 159px #ffc87f, 1354px 1455px #ffc87f, 1201px 848px #ffc87f, 1755px 748px #ffc87f, 1821px 887px #ffc87f, 961px 401px #ffc87f, 778px 1164px #ffc87f, 832px 165px #ffc87f, 645px 1041px #ffc87f, 1580px 407px #ffc87f, 845px 345px #ffc87f, 1060px 1029px #ffc87f, 598px 786px #ffc87f, 1024px 1283px #ffc87f, 1932px 140px #ffc87f, 1338px 1269px #ffc87f, 1695px 846px #ffc87f, 215px 617px #ffc87f, 719px 1466px #ffc87f, 431px 796px #ffc87f, 643px 102px #ffc87f, 828px 1110px #ffc87f, 946px 1712px #ffc87f, 1988px 1188px #ffc87f, 1952px 1786px #ffc87f, 706px 1859px #ffc87f, 411px 312px #ffc87f, 1747px 1763px #ffc87f, 1396px 827px #ffc87f, 1802px 1066px #ffc87f, 489px 280px #ffc87f, 1339px 1320px #ffc87f, 1386px 924px #ffc87f, 471px 1753px #ffc87f, 1492px 1716px #ffc87f, 547px 1263px #ffc87f, 770px 825px #ffc87f, 891px 995px #ffc87f, 1812px 1065px #ffc87f, 1226px 94px #ffc87f, 913px 575px #ffc87f, 1758px 454px #ffc87f, 871px 1721px #ffc87f, 1674px 1467px #ffc87f, 1199px 19px #ffc87f, 1781px 1742px #ffc87f, 1875px 1329px #ffc87f, 810px 624px #ffc87f, 685px 244px #ffc87f, 1884px 1049px #ffc87f, 617px 662px #ffc87f, 1927px 1625px #ffc87f, 644px 1882px #ffc87f, 627px 1636px #ffc87f, 1415px 1067px #ffc87f, 227px 908px #ffc87f, 1021px 776px #ffc87f, 1939px 467px #ffc87f, 1994px 1727px #ffc87f, 1449px 1307px #ffc87f, 5px 190px #ffc87f, 441px 1288px #ffc87f, 1228px 1732px #ffc87f, 949px 1742px #ffc87f, 1933px 450px #ffc87f, 920px 1805px #ffc87f, 1233px 723px #ffc87f, 1515px 1895px #ffc87f, 337px 1471px #ffc87f, 1594px 775px #ffc87f, 1880px 1547px #ffc87f, 221px 1075px #ffc87f, 1458px 986px #ffc87f, 1220px 54px #ffc87f, 1263px 1701px #ffc87f, 1299px 1508px #ffc87f, 1283px 1137px #ffc87f, 709px 1989px #ffc87f, 412px 1559px #ffc87f, 1379px 928px #ffc87f, 967px 182px #ffc87f, 1345px 1722px #ffc87f, 1717px 302px #ffc87f, 955px 1916px #ffc87f, 1461px 1931px #ffc87f, 768px 1323px #ffc87f, 755px 971px #ffc87f, 1179px 1361px #ffc87f, 1550px 60px #ffc87f, 777px 869px #ffc87f, 1162px 175px #ffc87f, 590px 64px #ffc87f, 1209px 1856px #ffc87f
}

.x-register-card-footer #stars:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars2 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars2,
.x-register-card-footer #stars2:after {
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 1776px 10423px #ffc87f, 1978px 196px #ffc87f, 669px 1946px #ffc87f, 1969px 1599px #ffc87f, 1550px 1027px #ffc87f, 1332px 98px #ffc87f, 1739px 1176px #ffc87f, 1164px 507px #ffc87f, 172px 261px #ffc87f, 1072px 1972px #ffc87f, 775px 736px #ffc87f, 1501px 614px #ffc87f, 1112px 1541px #ffc87f, 1465px 628px #ffc87f, 991px 1068px #ffc87f, 1210px 904px #ffc87f, 1918px 1380px #ffc87f, 108px 613px #ffc87f, 1750px 124px #ffc87f, 1085px 1007px #ffc87f, 1441px 253px #ffc87f, 615px 322px #ffc87f, 1041px 1158px #ffc87f, 1913px 6px #ffc87f, 142px 977px #ffc87f, 1903px 1840px #ffc87f, 263px 669px #ffc87f, 740px 1343px #ffc87f, 682px 356px #ffc87f, 726px 930px #ffc87f, 1839px 1503px #ffc87f, 1469px 682px #ffc87f, 782px 491px #ffc87f, 1386px 115px #ffc87f, 106px 277px #ffc87f, 1857px 1834px #ffc87f, 1986px 1155px #ffc87f, 402px 883px #ffc87f, 1736px 1708px #ffc87f, 1277px 885px #ffc87f, 1270px 174px #ffc87f, 490px 42px #ffc87f, 453px 71px #ffc87f, 1173px 1147px #ffc87f, 629px 1007px #ffc87f, 1868px 235px #ffc87f, 513px 425px #ffc87f, 1836px 327px #ffc87f, 340px 1586px #ffc87f, 1565px 1697px #ffc87f, 798px 544px #ffc87f, 1427px 573px #ffc87f, 718px 1590px #ffc87f, 796px 1413px #ffc87f, 1619px 215px #ffc87f, 644px 464px #ffc87f, 1713px 942px #ffc87f, 538px 637px #ffc87f, 610px 830px #ffc87f, 1919px 1884px #ffc87f, 844px 1867px #ffc87f, 1358px 314px #ffc87f, 1284px 446px #ffc87f, 236px 1042px #ffc87f, 1490px 1161px #ffc87f, 1702px 1122px #ffc87f, 1422px 1562px #ffc87f, 1501px 1998px #ffc87f, 1261px 269px #ffc87f, 1446px 991px #ffc87f, 1572px 305px #ffc87f, 754px 620px #ffc87f, 679px 943px #ffc87f, 5px 611px #ffc87f, 1991px 869px #ffc87f, 633px 150px #ffc87f, 818px 1303px #ffc87f, 866px 1658px #ffc87f, 778px 402px #ffc87f, 936px 1824px #ffc87f, 1629px 1513px #ffc87f, 778px 657px #ffc87f, 1106px 924px #ffc87f, 491px 1780px #ffc87f, 325px 642px #ffc87f, 336px 266px #ffc87f, 352px 1643px #ffc87f, 645px 915px #ffc87f, 1494px 777px #ffc87f, 736px 1860px #ffc87f, 1660px 957px #ffc87f, 272px 513px #ffc87f, 1399px 1750px #ffc87f, 30px 1009px #ffc87f, 1907px 37px #ffc87f, 225px 981px #ffc87f, 1988px 265px #ffc87f, 1675px 881px #ffc87f, 514px 1821px #ffc87f, 876px 308px #ffc87f, 1885px 207px #ffc87f, 885px 1378px #ffc87f, 1981px 1788px #ffc87f, 1315px 257px #ffc87f, 771px 592px #ffc87f, 1078px 1467px #ffc87f, 1193px 1750px #ffc87f, 1476px 1230px #ffc87f, 704px 1234px #ffc87f, 1507px 1949px #ffc87f, 1299px 88px #ffc87f, 718px 1211px #ffc87f, 201px 237px #ffc87f, 1059px 303px #ffc87f, 647px 1525px #ffc87f, 499px 1599px #ffc87f, 506px 1157px #ffc87f, 603px 1266px #ffc87f, 316px 274px #ffc87f, 1460px 1900px #ffc87f, 1115px 1145px #ffc87f, 519px 1107px #ffc87f, 1252px 406px #ffc87f, 686px 275px #ffc87f, 1217px 1737px #ffc87f, 49px 798px #ffc87f, 1250px 1488px #ffc87f, 973px 985px #ffc87f, 668px 523px #ffc87f, 1216px 903px #ffc87f, 1158px 85px #ffc87f, 1918px 873px #ffc87f, 135px 1459px #ffc87f, 669px 362px #ffc87f, 230px 1663px #ffc87f, 1419px 1861px #ffc87f, 1049px 1589px #ffc87f, 1777px 911px #ffc87f, 427px 388px #ffc87f, 334px 1387px #ffc87f, 51px 743px #ffc87f, 44px 1136px #ffc87f, 390px 380px #ffc87f, 943px 60px #ffc87f, 636px 343px #ffc87f, 1000px 671px #ffc87f, 1491px 983px #ffc87f, 746px 677px #ffc87f, 505px 1370px #ffc87f, 1397px 1798px #ffc87f, 1307px 192px #ffc87f, 1906px 934px #ffc87f, 812px 1318px #ffc87f, 823px 432px #ffc87f, 1629px 1294px #ffc87f, 665px 417px #ffc87f, 495px 662px #ffc87f, 510px 753px #ffc87f, 1400px 1696px #ffc87f, 1248px 1625px #ffc87f, 570px 1580px #ffc87f, 1694px 361px #ffc87f, 618px 1246px #ffc87f, 1083px 1770px #ffc87f, 643px 886px #ffc87f, 1088px 1312px #ffc87f, 1528px 1548px #ffc87f, 1580px 556px #ffc87f, 665px 135px #ffc87f, 1378px 1031px #ffc87f, 978px 1534px #ffc87f, 1826px 259px #ffc87f, 1768px 703px #ffc87f, 192px 1747px #ffc87f, 1656px 11px #ffc87f, 1183px 1101px #ffc87f, 770px 1240px #ffc87f, 1353px 312px #ffc87f, 1971px 1559px #ffc87f, 1023px 1442px #ffc87f, 516px 1062px #ffc87f, 1788px 601px #ffc87f, 847px 1789px #ffc87f, 79px 1687px #ffc87f, 1693px 1301px #ffc87f, 485px 1130px #ffc87f, 205px 32px #ffc87f, 1804px 688px #ffc87f, 1111px 767px #ffc87f, 604px 184px #ffc87f, 263px 498px #ffc87f, 353px 244px #ffc87f, 837px 1155px #ffc87f, 903px 1841px #ffc87f, 1793px 33px #ffc87f, 1664px 1327px #ffc87f, 1px 1643px #ffc87f, 1148px 1450px #ffc87f, 1624px 265px #ffc87f, 690px 314px #ffc87f, 279px 929px #ffc87f, 34px 1833px #ffc87f, 1316px 964px #ffc87f, 982px 567px #ffc87f, 244px 1404px #ffc87f, 82px 68px #ffc87f, 842px 166px #ffc87f, 952px 237px #ffc87f, 1519px 361px #ffc87f, 1827px 1554px #ffc87f, 1466px 1033px #ffc87f, 1533px 1691px #ffc87f, 101px 1560px #ffc87f, 1974px 592px #ffc87f, 139px 1375px #ffc87f, 64px 219px #ffc87f, 1711px 174px #ffc87f, 455px 1579px #ffc87f, 177px 540px #ffc87f, 939px 1591px #ffc87f, 49px 548px #ffc87f, 1200px 1234px #ffc87f, 531px 80px #ffc87f, 1314px 654px #ffc87f, 1531px 1003px #ffc87f, 1869px 1028px #ffc87f, 1288px 641px #ffc87f, 945px 1465px #ffc87f, 28px 320px #ffc87f, 113px 774px #ffc87f, 832px 66px #ffc87f, 947px 343px #ffc87f, 1520px 1275px #ffc87f, 1420px 218px #ffc87f, 163px 711px #ffc87f, 507px 1691px #ffc87f, 1015px 484px #ffc87f, 279px 1962px #ffc87f, 284px 1879px #ffc87f, 1020px 654px #ffc87f, 468px 141px #ffc87f, 1784px 931px #ffc87f, 432px 1935px #ffc87f, 1844px 1286px #ffc87f, 713px 78px #ffc87f, 1616px 1660px #ffc87f, 78px 702px #ffc87f, 1429px 268px #ffc87f, 1752px 1580px #ffc87f, 1433px 845px #ffc87f, 1344px 261px #ffc87f, 874px 632px #ffc87f, 56px 189px #ffc87f, 168px 1164px #ffc87f, 316px 577px #ffc87f, 742px 648px #ffc87f, 741px 252px #ffc87f, 808px 2000px #ffc87f, 864px 406px #ffc87f, 810px 502px #ffc87f, 893px 119px #ffc87f, 1723px 629px #ffc87f, 1745px 1831px #ffc87f, 445px 357px #ffc87f, 1191px 85px #ffc87f, 923px 1505px #ffc87f, 594px 1025px #ffc87f, 499px 226px #ffc87f, 81px 308px #ffc87f, 800px 1186px #ffc87f, 799px 52px #ffc87f, 296px 970px #ffc87f, 751px 978px #ffc87f, 529px 820px #ffc87f, 1118px 1422px #ffc87f, 781px 145px #ffc87f, 1944px 241px #ffc87f, 171px 1927px #ffc87f, 265px 11px #ffc87f, 1385px 490px #ffc87f, 442px 489px #ffc87f, 1790px 248px #ffc87f, 487px 89px #ffc87f, 1940px 1325px #ffc87f, 1624px 1647px #ffc87f, 707px 1174px #ffc87f, 1752px 462px #ffc87f, 1256px 58px #ffc87f, 1660px 534px #ffc87f, 152px 1870px #ffc87f, 125px 1464px #ffc87f, 1410px 1844px #ffc87f, 1403px 1313px #ffc87f, 285px 1216px #ffc87f, 1170px 442px #ffc87f, 1700px 1301px #ffc87f, 116px 959px #ffc87f, 606px 909px #ffc87f, 943px 1963px #ffc87f, 692px 1074px #ffc87f, 1535px 983px #ffc87f, 447px 991px #ffc87f, 1122px 1px #ffc87f, 842px 1711px #ffc87f, 372px 35px #ffc87f, 450px 255px #ffc87f, 1130px 69px #ffc87f, 1450px 14px #ffc87f, 1095px 1202px #ffc87f, 614px 1823px #ffc87f, 358px 178px #ffc87f, 100px 646px #ffc87f, 54px 1711px #ffc87f, 205px 671px #ffc87f, 1072px 1414px #ffc87f, 537px 1331px #ffc87f, 1981px 363px #ffc87f, 603px 209px #ffc87f, 1269px 1532px #ffc87f, 1129px 1088px #ffc87f, 1209px 741px #ffc87f, 110px 411px #ffc87f, 1882px 97px #ffc87f, 790px 1650px #ffc87f, 904px 1892px #ffc87f, 340px 476px #ffc87f, 1127px 706px #ffc87f, 705px 222px #ffc87f, 1721px 949px #ffc87f, 1418px 861px #ffc87f, 1535px 1769px #ffc87f, 840px 255px #ffc87f, 1511px 804px #ffc87f, 1817px 375px #ffc87f, 369px 1960px #ffc87f, 1274px 900px #ffc87f, 1504px 793px #ffc87f, 942px 303px #ffc87f, 559px 1652px #ffc87f, 1987px 1571px #ffc87f, 132px 1745px #ffc87f, 708px 490px #ffc87f, 1819px 271px #ffc87f, 982px 2000px #ffc87f, 1155px 1492px #ffc87f, 1562px 1505px #ffc87f, 142px 612px #ffc87f, 726px 54px #ffc87f, 1234px 1802px #ffc87f, 989px 778px #ffc87f, 1100px 200px #ffc87f, 1358px 1548px #ffc87f, 1305px 914px #ffc87f, 1394px 1699px #ffc87f, 474px 1528px #ffc87f, 1722px 1873px #ffc87f, 1856px 96px #ffc87f, 1245px 35px #ffc87f, 1280px 1821px #ffc87f, 989px 365px #ffc87f, 1644px 1240px #ffc87f, 515px 1823px #ffc87f, 1954px 453px #ffc87f, 1424px 937px #ffc87f, 103px 208px #ffc87f, 97px 1218px #ffc87f, 1885px 1344px #ffc87f, 405px 206px #ffc87f, 649px 1545px #ffc87f, 221px 43px #ffc87f, 94px 1071px #ffc87f, 1220px 814px #ffc87f, 343px 1231px #ffc87f, 1004px 689px #ffc87f, 1954px 1935px #ffc87f, 1432px 1160px #ffc87f, 283px 274px #ffc87f, 85px 1425px #ffc87f, 713px 1525px #ffc87f, 401px 222px #ffc87f, 1808px 1230px #ffc87f, 285px 1636px #ffc87f, 143px 1647px #ffc87f, 725px 934px #ffc87f, 914px 1327px #ffc87f, 1974px 430px #ffc87f, 338px 358px #ffc87f, 247px 86px #ffc87f, 917px 1452px #ffc87f, 479px 268px #ffc87f, 91px 1220px #ffc87f, 1739px 1062px #ffc87f, 1963px 424px #ffc87f, 707px 1064px #ffc87f, 824px 767px #ffc87f, 1011px 230px #ffc87f, 1528px 275px #ffc87f, 677px 1929px #ffc87f, 560px 657px #ffc87f, 1500px 769px #ffc87f, 800px 1939px #ffc87f, 1689px 321px #ffc87f, 1772px 1002px #ffc87f, 314px 1494px #ffc87f, 1631px 1961px #ffc87f, 1668px 312px #ffc87f, 1805px 712px #ffc87f, 602px 1571px #ffc87f, 474px 1309px #ffc87f, 530px 231px #ffc87f, 1062px 863px #ffc87f, 675px 787px #ffc87f, 144px 154px #ffc87f, 840px 1207px #ffc87f, 831px 1680px #ffc87f, 20px 1247px #ffc87f, 299px 1513px #ffc87f, 834px 597px #ffc87f, 1046px 112px #ffc87f, 1852px 914px #ffc87f, 548px 1495px #ffc87f, 678px 1414px #ffc87f, 970px 1955px #ffc87f, 1327px 769px #ffc87f, 800px 1727px #ffc87f, 1884px 280px #ffc87f, 1699px 1181px #ffc87f, 1663px 1473px #ffc87f, 1092px 267px #ffc87f, 1828px 1279px #ffc87f, 1209px 1129px #ffc87f, 1762px 1457px #ffc87f, 1439px 631px #ffc87f, 815px 1194px #ffc87f, 139px 1808px #ffc87f, 122px 421px #ffc87f, 679px 554px #ffc87f, 249px 1123px #ffc87f, 1149px 559px #ffc87f, 1282px 900px #ffc87f, 14px 746px #ffc87f, 647px 1765px #ffc87f, 690px 1661px #ffc87f, 751px 230px #ffc87f, 141px 857px #ffc87f, 504px 1151px #ffc87f, 687px 808px #ffc87f, 1330px 185px #ffc87f, 941px 520px #ffc87f, 1211px 1828px #ffc87f, 1002px 1757px #ffc87f, 423px 1424px #ffc87f, 560px 26px #ffc87f, 1608px 603px #ffc87f, 1933px 1787px #ffc87f, 1912px 987px #ffc87f, 1486px 317px #ffc87f, 1064px 873px #ffc87f, 1471px 1808px #ffc87f, 1625px 1079px #ffc87f, 947px 721px #ffc87f, 1736px 1152px #ffc87f, 104px 817px #ffc87f, 1537px 449px #ffc87f, 1112px 46px #ffc87f, 139px 739px #ffc87f, 1265px 1895px #ffc87f, 993px 1697px #ffc87f, 1074px 616px #ffc87f, 304px 1587px #ffc87f, 1701px 1952px #ffc87f, 32px 1081px #ffc87f, 1035px 1553px #ffc87f, 974px 1169px #ffc87f, 257px 143px #ffc87f, 171px 935px #ffc87f, 1684px 1021px #ffc87f, 998px 900px #ffc87f, 683px 772px #ffc87f, 634px 1998px #ffc87f, 210px 1872px #ffc87f, 1063px 1420px #ffc87f, 1762px 1466px #ffc87f, 828px 1734px #ffc87f, 1919px 906px #ffc87f, 1130px 522px #ffc87f, 72px 760px #ffc87f, 1411px 515px #ffc87f, 1416px 418px #ffc87f, 710px 584px #ffc87f, 1304px 873px #ffc87f, 1669px 1838px #ffc87f, 317px 394px #ffc87f, 639px 489px #ffc87f, 1071px 1451px #ffc87f, 1560px 1036px #ffc87f, 584px 1170px #ffc87f, 1940px 466px #ffc87f, 1385px 865px #ffc87f, 1566px 1542px #ffc87f
}

.x-register-card-footer #stars2:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars3 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars3,
.x-register-card-footer #stars3:after {
    width: 5px;
    height: 5px;
    background: transparent;
    box-shadow: 1488px 12206px #ffc87f, 1956px 844px #ffc87f, 1029px 951px #ffc87f, 436px 1241px #ffc87f, 1282px 1235px #ffc87f, 9px 532px #ffc87f, 1084px 1260px #ffc87f, 911px 689px #ffc87f, 1023px 667px #ffc87f, 1863px 97px #ffc87f, 1600px 662px #ffc87f, 551px 549px #ffc87f, 789px 1011px #ffc87f, 815px 909px #ffc87f, 1197px 911px #ffc87f, 656px 1979px #ffc87f, 919px 1683px #ffc87f, 1255px 379px #ffc87f, 1577px 702px #ffc87f, 739px 1958px #ffc87f, 1326px 1774px #ffc87f, 422px 1035px #ffc87f, 1904px 186px #ffc87f, 1884px 1516px #ffc87f, 1051px 463px #ffc87f, 396px 1733px #ffc87f, 1569px 1639px #ffc87f, 1449px 316px #ffc87f, 1601px 1878px #ffc87f, 1363px 233px #ffc87f, 1195px 1310px #ffc87f, 1341px 1907px #ffc87f, 722px 1938px #ffc87f, 1542px 814px #ffc87f, 1965px 1962px #ffc87f, 1255px 1956px #ffc87f, 461px 1749px #ffc87f, 360px 1807px #ffc87f, 33px 86px #ffc87f, 1182px 1196px #ffc87f, 848px 1113px #ffc87f, 962px 567px #ffc87f, 1756px 409px #ffc87f, 935px 530px #ffc87f, 16px 454px #ffc87f, 321px 103px #ffc87f, 1640px 208px #ffc87f, 273px 1056px #ffc87f, 1972px 1042px #ffc87f, 1651px 1752px #ffc87f, 328px 961px #ffc87f, 1953px 1434px #ffc87f, 134px 589px #ffc87f, 1766px 678px #ffc87f, 1304px 1498px #ffc87f, 1051px 1731px #ffc87f, 947px 1712px #ffc87f, 1672px 1906px #ffc87f, 1882px 1063px #ffc87f, 92px 1719px #ffc87f, 1335px 10px #ffc87f, 442px 368px #ffc87f, 1519px 1211px #ffc87f, 1163px 994px #ffc87f, 480px 794px #ffc87f, 422px 614px #ffc87f, 1126px 1110px #ffc87f, 1373px 1015px #ffc87f, 1799px 1583px #ffc87f, 1719px 1726px #ffc87f, 1366px 1152px #ffc87f, 265px 1763px #ffc87f, 1962px 874px #ffc87f, 409px 1871px #ffc87f, 19px 1964px #ffc87f, 727px 1510px #ffc87f, 1022px 1562px #ffc87f, 355px 977px #ffc87f, 1600px 976px #ffc87f, 221px 1867px #ffc87f, 348px 312px #ffc87f, 1737px 1582px #ffc87f, 1915px 191px #ffc87f, 19px 1745px #ffc87f, 884px 221px #ffc87f, 95px 709px #ffc87f, 729px 219px #ffc87f, 542px 1731px #ffc87f, 490px 1874px #ffc87f, 680px 552px #ffc87f, 862px 1153px #ffc87f, 1659px 1928px #ffc87f, 273px 1294px #ffc87f, 1759px 376px #ffc87f, 1178px 1709px #ffc87f, 597px 1805px #ffc87f, 122px 1513px #ffc87f, 48px 127px #ffc87f, 1509px 1316px #ffc87f, 473px 1965px #ffc87f, 1048px 1800px #ffc87f, 1692px 764px #ffc87f, 868px 725px #ffc87f, 707px 1099px #ffc87f, 1197px 241px #ffc87f, 102px 1789px #ffc87f, 1962px 231px #ffc87f, 479px 1592px #ffc87f, 697px 1368px #ffc87f, 1971px 46px #ffc87f, 1351px 200px #ffc87f, 1872px 80px #ffc87f, 1002px 837px #ffc87f, 1821px 1989px #ffc87f, 406px 1132px #ffc87f, 1152px 1944px #ffc87f, 1975px 1080px #ffc87f, 1706px 1605px #ffc87f, 187px 246px #ffc87f, 733px 1717px #ffc87f, 1275px 659px #ffc87f, 1488px 711px #ffc87f, 1722px 1235px #ffc87f, 1287px 916px #ffc87f, 515px 1734px #ffc87f, 1291px 257px #ffc87f, 189px 1061px #ffc87f, 386px 558px #ffc87f, 277px 1307px #ffc87f, 509px 884px #ffc87f, 447px 1540px #ffc87f, 1456px 498px #ffc87f, 529px 1506px #ffc87f, 12px 1251px #ffc87f, 665px 171px #ffc87f, 942px 261px #ffc87f, 1201px 1444px #ffc87f, 115px 37px #ffc87f, 1014px 236px #ffc87f, 159px 1950px #ffc87f, 356px 1400px #ffc87f, 657px 100px #ffc87f, 1352px 260px #ffc87f, 1499px 733px #ffc87f, 360px 451px #ffc87f, 1044px 1614px #ffc87f, 1821px 614px #ffc87f, 1363px 784px #ffc87f, 1399px 433px #ffc87f, 1074px 1723px #ffc87f, 986px 942px #ffc87f, 951px 814px #ffc87f, 817px 664px #ffc87f, 99px 1862px #ffc87f, 1854px 1325px #ffc87f, 1821px 995px #ffc87f, 602px 767px #ffc87f, 1242px 840px #ffc87f, 1427px 1741px #ffc87f, 1383px 533px #ffc87f, 822px 686px #ffc87f, 187px 748px #ffc87f, 965px 1447px #ffc87f, 1736px 1816px #ffc87f, 734px 191px #ffc87f, 1127px 1661px #ffc87f, 1952px 50px #ffc87f, 512px 1378px #ffc87f, 1909px 1976px #ffc87f, 1230px 1690px #ffc87f, 1384px 934px #ffc87f, 571px 622px #ffc87f, 1350px 1542px #ffc87f, 1897px 1223px #ffc87f, 989px 1737px #ffc87f, 274px 687px #ffc87f, 1891px 190px #ffc87f, 746px 200px #ffc87f, 319px 811px #ffc87f, 749px 1241px #ffc87f, 1972px 1011px #ffc87f, 1974px 930px #ffc87f, 423px 233px #ffc87f, 1294px 834px #ffc87f, 1442px 738px #ffc87f, 68px 1816px #ffc87f, 1764px 138px #ffc87f, 1424px 1249px #ffc87f, 631px 172px #ffc87f, 892px 117px #ffc87f, 980px 24px #ffc87f, 884px 1545px #ffc87f, 1208px 895px #ffc87f, 1118px 569px #ffc87f, 1956px 1886px #ffc87f, 1355px 1657px #ffc87f, 818px 1315px #ffc87f, 72px 1077px #ffc87f, 1623px 189px #ffc87f, 707px 1814px #ffc87f
}

.x-register-card-footer #stars3:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars4 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars4,
.x-register-card-footer #stars4:after {
    width: 7px;
    height: 7px;
    background: transparent;
    box-shadow: 907px 12045px #ffc87f, 165px 1334px #ffc87f, 383px 595px #ffc87f, 673px 292px #ffc87f, 1304px 1418px #ffc87f, 1774px 1910px #ffc87f, 1727px 1341px #ffc87f, 437px 404px #ffc87f, 202px 1629px #ffc87f, 286px 531px #ffc87f, 372px 1291px #ffc87f, 1240px 1460px #ffc87f, 1861px 105px #ffc87f, 1603px 1715px #ffc87f, 160px 1401px #ffc87f, 1487px 531px #ffc87f, 1220px 494px #ffc87f, 1979px 12px #ffc87f, 553px 1089px #ffc87f, 981px 20px #ffc87f, 1425px 360px #ffc87f, 919px 314px #ffc87f, 395px 43px #ffc87f, 95px 1773px #ffc87f, 1821px 104px #ffc87f, 1889px 1532px #ffc87f, 1770px 404px #ffc87f, 291px 436px #ffc87f, 277px 152px #ffc87f, 1562px 880px #ffc87f, 166px 1657px #ffc87f, 1843px 1240px #ffc87f, 561px 284px #ffc87f, 16px 415px #ffc87f, 699px 666px #ffc87f, 1525px 660px #ffc87f, 134px 531px #ffc87f, 1708px 1609px #ffc87f, 1945px 1718px #ffc87f, 296px 48px #ffc87f, 1909px 1506px #ffc87f, 1461px 675px #ffc87f, 1905px 1938px #ffc87f, 1436px 1155px #ffc87f, 1320px 1445px #ffc87f, 1153px 1751px #ffc87f, 463px 888px #ffc87f, 238px 883px #ffc87f, 1536px 370px #ffc87f, 68px 44px #ffc87f, 122px 1416px #ffc87f, 297px 8px #ffc87f, 1689px 130px #ffc87f, 1077px 1862px #ffc87f, 1863px 1744px #ffc87f, 595px 1769px #ffc87f, 1065px 1548px #ffc87f, 1640px 1659px #ffc87f, 374px 903px #ffc87f, 1234px 1870px #ffc87f, 1529px 861px #ffc87f, 662px 1741px #ffc87f, 1416px 1211px #ffc87f, 797px 1952px #ffc87f, 1490px 593px #ffc87f, 394px 454px #ffc87f, 1191px 376px #ffc87f, 1391px 633px #ffc87f, 1939px 98px #ffc87f, 232px 1432px #ffc87f, 1217px 454px #ffc87f, 1157px 1601px #ffc87f, 696px 640px #ffc87f, 41px 1987px #ffc87f, 1440px 836px #ffc87f, 1px 139px #ffc87f, 1496px 1995px #ffc87f, 33px 128px #ffc87f, 1406px 149px #ffc87f, 371px 1144px #ffc87f, 1043px 1581px #ffc87f, 172px 575px #ffc87f, 1944px 1033px #ffc87f, 631px 55px #ffc87f, 1478px 514px #ffc87f, 165px 668px #ffc87f, 88px 768px #ffc87f, 208px 1968px #ffc87f, 22px 1435px #ffc87f, 507px 445px #ffc87f, 1100px 1130px #ffc87f, 986px 1086px #ffc87f, 285px 38px #ffc87f, 1711px 1807px #ffc87f, 1560px 621px #ffc87f, 604px 1138px #ffc87f, 39px 498px #ffc87f, 1441px 553px #ffc87f, 1950px 529px #ffc87f, 1145px 962px #ffc87f
}

.x-register-card-footer #stars4:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars5 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars5,
.x-register-card-footer #stars5:after {
    width: 9px;
    height: 9px;
    background: transparent;
    box-shadow: 210px 12853px #ffc87f, 1757px 191px #ffc87f, 1336px 1532px #ffc87f, 599px 657px #ffc87f, 1620px 301px #ffc87f, 1143px 1180px #ffc87f, 1570px 1984px #ffc87f, 1585px 1929px #ffc87f, 104px 1444px #ffc87f, 1701px 1201px #ffc87f, 140px 1056px #ffc87f, 700px 20px #ffc87f, 514px 1927px #ffc87f, 339px 1868px #ffc87f, 925px 1551px #ffc87f, 246px 983px #ffc87f, 539px 716px #ffc87f, 1597px 812px #ffc87f, 1359px 117px #ffc87f, 1401px 1797px #ffc87f, 638px 14px #ffc87f, 1472px 824px #ffc87f, 664px 27px #ffc87f, 1094px 1756px #ffc87f, 1561px 489px #ffc87f, 1050px 1079px #ffc87f, 1233px 1526px #ffc87f, 1486px 126px #ffc87f, 1711px 1834px #ffc87f, 199px 838px #ffc87f, 651px 1186px #ffc87f, 26px 279px #ffc87f, 711px 501px #ffc87f, 1447px 1261px #ffc87f, 735px 134px #ffc87f, 1572px 1616px #ffc87f, 1028px 22px #ffc87f, 134px 925px #ffc87f, 1325px 1645px #ffc87f, 1797px 634px #ffc87f, 507px 16px #ffc87f, 1785px 1532px #ffc87f, 1218px 59px #ffc87f, 1223px 1548px #ffc87f, 1926px 1909px #ffc87f, 911px 556px #ffc87f, 1382px 238px #ffc87f, 70px 1063px #ffc87f, 1347px 795px #ffc87f, 389px 619px #ffc87f
}

.x-register-card-footer #stars5:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars6 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars6,
.x-register-card-footer #stars6:after {
    width: 4px;
    height: 4px;
    background: transparent;
    box-shadow: 325px 12016px #ffc87f, 1005px 1079px #ffc87f, 1529px 760px #ffc87f, 908px 874px #ffc87f, 18px 1794px #ffc87f, 804px 879px #ffc87f, 1920px 1566px #ffc87f, 1673px 182px #ffc87f, 948px 278px #ffc87f, 1585px 418px #ffc87f, 1664px 439px #ffc87f, 1646px 1541px #ffc87f, 414px 1726px #ffc87f, 316px 38px #ffc87f, 1088px 922px #ffc87f, 556px 1677px #ffc87f, 891px 518px #ffc87f, 1129px 84px #ffc87f, 1152px 25px #ffc87f, 1551px 749px #ffc87f, 642px 1789px #ffc87f, 1876px 1306px #ffc87f, 349px 1595px #ffc87f, 540px 500px #ffc87f, 69px 334px #ffc87f, 1513px 1880px #ffc87f, 389px 1315px #ffc87f, 856px 1073px #ffc87f, 914px 667px #ffc87f, 1192px 1951px #ffc87f, 27px 1998px #ffc87f, 1030px 1605px #ffc87f, 50px 956px #ffc87f, 712px 789px #ffc87f, 679px 1111px #ffc87f, 411px 300px #ffc87f, 278px 895px #ffc87f, 1232px 1167px #ffc87f, 1407px 67px #ffc87f, 593px 1025px #ffc87f, 1822px 51px #ffc87f, 483px 516px #ffc87f, 1783px 568px #ffc87f, 1600px 1652px #ffc87f, 1980px 1639px #ffc87f, 856px 890px #ffc87f, 1032px 724px #ffc87f, 689px 1117px #ffc87f, 166px 1532px #ffc87f, 1504px 1183px #ffc87f, 653px 1625px #ffc87f, 364px 1757px #ffc87f, 498px 223px #ffc87f, 1631px 1544px #ffc87f, 656px 1123px #ffc87f, 1723px 1997px #ffc87f, 834px 1851px #ffc87f, 1628px 495px #ffc87f, 404px 300px #ffc87f, 834px 1459px #ffc87f, 973px 985px #ffc87f, 1672px 365px #ffc87f, 1729px 1225px #ffc87f, 1456px 123px #ffc87f, 1999px 1748px #ffc87f, 736px 484px #ffc87f, 1823px 1172px #ffc87f, 1212px 133px #ffc87f, 1883px 60px #ffc87f, 735px 1245px #ffc87f, 317px 411px #ffc87f, 600px 1452px #ffc87f, 340px 254px #ffc87f, 1534px 1881px #ffc87f, 489px 1936px #ffc87f, 1121px 1367px #ffc87f, 1775px 1235px #ffc87f, 1962px 309px #ffc87f, 1953px 72px #ffc87f, 1359px 196px #ffc87f, 125px 1676px #ffc87f, 380px 769px #ffc87f, 1864px 1789px #ffc87f, 988px 793px #ffc87f, 1531px 112px #ffc87f, 584px 321px #ffc87f, 1313px 840px #ffc87f, 545px 1034px #ffc87f, 1782px 1067px #ffc87f, 344px 1778px #ffc87f, 51px 1933px #ffc87f, 55px 876px #ffc87f, 1453px 1679px #ffc87f, 581px 666px #ffc87f, 1657px 1609px #ffc87f, 1740px 1561px #ffc87f, 1622px 534px #ffc87f, 1250px 1256px #ffc87f, 927px 1482px #ffc87f, 891px 1786px #ffc87f, 214px 622px #ffc87f, 91px 909px #ffc87f, 697px 1778px #ffc87f, 1317px 1292px #ffc87f, 1523px 952px #ffc87f, 983px 250px #ffc87f, 1265px 1353px #ffc87f, 87px 1034px #ffc87f, 1954px 1357px #ffc87f, 1715px 1886px #ffc87f, 256px 1302px #ffc87f, 1913px 205px #ffc87f, 1451px 1884px #ffc87f, 1942px 335px #ffc87f, 1316px 1493px #ffc87f, 900px 233px #ffc87f, 430px 1967px #ffc87f, 1606px 909px #ffc87f, 446px 1340px #ffc87f, 1798px 1760px #ffc87f, 251px 526px #ffc87f, 1645px 1238px #ffc87f, 859px 1204px #ffc87f, 1076px 1496px #ffc87f, 746px 1293px #ffc87f, 170px 1614px #ffc87f, 1723px 1887px #ffc87f, 918px 1837px #ffc87f, 216px 1043px #ffc87f, 579px 1181px #ffc87f, 2px 1759px #ffc87f, 359px 1063px #ffc87f, 1111px 12px #ffc87f, 275px 173px #ffc87f, 858px 911px #ffc87f, 90px 1231px #ffc87f, 692px 1954px #ffc87f, 32px 219px #ffc87f, 1405px 1849px #ffc87f, 209px 1872px #ffc87f, 666px 1596px #ffc87f, 1495px 607px #ffc87f, 105px 1669px #ffc87f, 1684px 1675px #ffc87f, 784px 213px #ffc87f, 168px 13px #ffc87f, 1163px 326px #ffc87f, 1411px 14px #ffc87f, 975px 320px #ffc87f, 1700px 52px #ffc87f, 1193px 1587px #ffc87f, 97px 760px #ffc87f, 1007px 1786px #ffc87f, 1579px 477px #ffc87f, 811px 1976px #ffc87f, 1929px 866px #ffc87f, 133px 972px #ffc87f, 1124px 776px #ffc87f, 1127px 62px #ffc87f, 1583px 1080px #ffc87f, 1074px 1270px #ffc87f, 14px 1371px #ffc87f, 1600px 1703px #ffc87f, 8px 1521px #ffc87f, 907px 836px #ffc87f, 1598px 1428px #ffc87f, 726px 909px #ffc87f, 805px 1007px #ffc87f, 1552px 1372px #ffc87f, 1151px 51px #ffc87f, 739px 476px #ffc87f, 591px 1365px #ffc87f, 1146px 757px #ffc87f, 106px 899px #ffc87f, 431px 1867px #ffc87f, 418px 929px #ffc87f, 372px 1352px #ffc87f, 73px 1625px #ffc87f, 1062px 63px #ffc87f, 1364px 295px #ffc87f, 557px 1953px #ffc87f, 105px 234px #ffc87f, 1575px 567px #ffc87f, 1708px 495px #ffc87f, 155px 1674px #ffc87f, 297px 202px #ffc87f, 1250px 540px #ffc87f, 1192px 1063px #ffc87f, 431px 1920px #ffc87f, 1866px 1548px #ffc87f, 1837px 679px #ffc87f, 1363px 348px #ffc87f, 1566px 440px #ffc87f, 907px 252px #ffc87f, 1653px 91px #ffc87f, 1235px 334px #ffc87f, 1147px 1921px #ffc87f, 1042px 236px #ffc87f, 1783px 1324px #ffc87f, 1955px 688px #ffc87f, 216px 832px #ffc87f, 1267px 1495px #ffc87f, 1956px 1096px #ffc87f, 6px 553px #ffc87f, 1600px 1853px #ffc87f, 543px 450px #ffc87f, 1036px 1028px #ffc87f, 1530px 137px #ffc87f, 1961px 1870px #ffc87f, 726px 1514px #ffc87f, 408px 55px #ffc87f, 1782px 276px #ffc87f, 1511px 1476px #ffc87f, 403px 1204px #ffc87f, 304px 879px #ffc87f, 567px 1114px #ffc87f, 1250px 1194px #ffc87f, 1937px 908px #ffc87f, 1550px 1284px #ffc87f, 1594px 1823px #ffc87f, 1970px 1946px #ffc87f, 1639px 633px #ffc87f, 647px 1333px #ffc87f, 692px 1198px #ffc87f, 1349px 1595px #ffc87f, 1260px 1061px #ffc87f, 1296px 67px #ffc87f, 1847px 1630px #ffc87f, 1259px 1636px #ffc87f, 1877px 1872px #ffc87f, 399px 1196px #ffc87f, 1289px 30px #ffc87f, 1504px 283px #ffc87f, 656px 1848px #ffc87f, 884px 770px #ffc87f, 1577px 840px #ffc87f, 74px 229px #ffc87f, 689px 1578px #ffc87f, 1772px 136px #ffc87f, 1887px 1495px #ffc87f, 1630px 1808px #ffc87f, 1828px 338px #ffc87f, 1112px 1044px #ffc87f, 1817px 1537px #ffc87f, 1444px 1794px #ffc87f, 404px 562px #ffc87f, 391px 1281px #ffc87f, 1326px 901px #ffc87f, 1682px 1257px #ffc87f, 282px 1383px #ffc87f, 1462px 1150px #ffc87f, 1485px 849px #ffc87f, 261px 1415px #ffc87f, 1218px 1031px #ffc87f, 280px 1589px #ffc87f, 14px 764px #ffc87f, 1908px 504px #ffc87f, 1930px 257px #ffc87f, 678px 280px #ffc87f, 147px 1463px #ffc87f, 1220px 1368px #ffc87f, 428px 1272px #ffc87f, 1012px 253px #ffc87f, 53px 708px #ffc87f, 444px 169px #ffc87f, 1835px 1571px #ffc87f, 856px 1009px #ffc87f, 383px 1094px #ffc87f, 1373px 1772px #ffc87f, 13px 1728px #ffc87f, 645px 677px #ffc87f, 1883px 1995px #ffc87f, 662px 131px #ffc87f, 604px 1221px #ffc87f, 995px 487px #ffc87f, 1084px 642px #ffc87f, 1174px 1704px #ffc87f, 1094px 1149px #ffc87f, 1226px 1863px #ffc87f, 98px 1753px #ffc87f, 97px 1890px #ffc87f, 1729px 1415px #ffc87f, 1135px 307px #ffc87f, 1176px 1569px #ffc87f, 1070px 832px #ffc87f, 556px 311px #ffc87f, 753px 1638px #ffc87f, 965px 1118px #ffc87f, 1193px 1729px #ffc87f, 1668px 920px #ffc87f, 536px 904px #ffc87f, 373px 1312px #ffc87f, 1810px 1778px #ffc87f, 428px 875px #ffc87f, 817px 715px #ffc87f, 827px 1723px #ffc87f, 430px 1163px #ffc87f, 1194px 1580px #ffc87f, 1330px 1102px #ffc87f, 1205px 1931px #ffc87f, 1926px 1798px #ffc87f, 1872px 138px #ffc87f, 636px 302px #ffc87f, 252px 305px #ffc87f, 620px 679px #ffc87f, 991px 1813px #ffc87f, 1677px 561px #ffc87f, 1829px 245px #ffc87f, 1124px 1019px #ffc87f, 205px 1117px #ffc87f, 605px 860px #ffc87f, 945px 1685px #ffc87f, 1945px 991px #ffc87f, 1675px 159px #ffc87f, 1589px 1065px #ffc87f, 1773px 337px #ffc87f, 673px 1059px #ffc87f, 1138px 566px #ffc87f, 1702px 1098px #ffc87f, 1069px 1597px #ffc87f, 790px 1072px #ffc87f, 1206px 1821px #ffc87f, 660px 148px #ffc87f, 1270px 654px #ffc87f, 809px 254px #ffc87f, 1652px 1395px #ffc87f, 934px 335px #ffc87f, 191px 1618px #ffc87f, 1425px 403px #ffc87f, 1588px 1477px #ffc87f, 1237px 1122px #ffc87f, 63px 1841px #ffc87f, 1355px 179px #ffc87f, 890px 1475px #ffc87f, 1143px 272px #ffc87f, 1908px 1994px #ffc87f, 1815px 1978px #ffc87f, 1142px 428px #ffc87f, 1693px 1892px #ffc87f, 131px 180px #ffc87f, 1492px 1165px #ffc87f, 1407px 1593px #ffc87f, 1640px 719px #ffc87f, 298px 365px #ffc87f, 1599px 1202px #ffc87f, 33px 776px #ffc87f, 1331px 1361px #ffc87f, 1312px 1641px #ffc87f, 822px 850px #ffc87f, 173px 1550px #ffc87f, 616px 1507px #ffc87f, 1223px 1156px #ffc87f, 1506px 439px #ffc87f, 431px 43px #ffc87f, 668px 267px #ffc87f, 1458px 1913px #ffc87f, 874px 1523px #ffc87f, 1732px 638px #ffc87f, 522px 1963px #ffc87f, 154px 1460px #ffc87f, 121px 8px #ffc87f, 1163px 1166px #ffc87f, 1407px 1918px #ffc87f, 1670px 668px #ffc87f, 1588px 650px #ffc87f, 1656px 1316px #ffc87f, 1926px 1765px #ffc87f, 1135px 1606px #ffc87f, 888px 1432px #ffc87f, 85px 1015px #ffc87f, 731px 733px #ffc87f, 1841px 1987px #ffc87f, 1547px 396px #ffc87f, 457px 2000px #ffc87f, 1360px 390px #ffc87f, 974px 1128px #ffc87f, 315px 760px #ffc87f, 1316px 855px #ffc87f, 1293px 1703px #ffc87f, 642px 227px #ffc87f, 549px 190px #ffc87f, 1412px 79px #ffc87f, 1723px 1363px #ffc87f, 710px 468px #ffc87f, 86px 796px #ffc87f, 1808px 1185px #ffc87f, 1526px 309px #ffc87f, 1837px 1490px #ffc87f, 843px 258px #ffc87f, 275px 1267px #ffc87f, 878px 820px #ffc87f, 104px 788px #ffc87f, 361px 1824px #ffc87f, 1374px 1112px #ffc87f, 794px 1355px #ffc87f, 808px 299px #ffc87f, 1496px 806px #ffc87f, 1994px 1082px #ffc87f, 1469px 1585px #ffc87f, 1184px 1076px #ffc87f, 2000px 1173px #ffc87f, 476px 1906px #ffc87f, 123px 1706px #ffc87f, 1541px 698px #ffc87f, 1631px 1692px #ffc87f, 1515px 873px #ffc87f, 769px 1017px #ffc87f, 548px 593px #ffc87f, 1308px 1284px #ffc87f, 633px 626px #ffc87f, 352px 80px #ffc87f, 1049px 1520px #ffc87f, 991px 1572px #ffc87f, 392px 198px #ffc87f, 637px 1612px #ffc87f, 1423px 457px #ffc87f, 1019px 1126px #ffc87f, 1779px 303px #ffc87f, 1594px 389px #ffc87f, 329px 1506px #ffc87f, 1976px 829px #ffc87f, 116px 545px #ffc87f, 1091px 1678px #ffc87f, 619px 1572px #ffc87f, 1739px 1712px #ffc87f, 1182px 1500px #ffc87f, 1906px 1534px #ffc87f, 922px 574px #ffc87f, 45px 77px #ffc87f, 509px 746px #ffc87f, 1697px 920px #ffc87f, 1272px 1778px #ffc87f, 198px 767px #ffc87f, 566px 730px #ffc87f, 1117px 592px #ffc87f, 273px 1886px #ffc87f, 1702px 176px #ffc87f, 743px 285px #ffc87f, 1139px 1792px #ffc87f, 569px 1367px #ffc87f, 1813px 350px #ffc87f, 1225px 1289px #ffc87f, 866px 125px #ffc87f, 725px 630px #ffc87f, 838px 746px #ffc87f, 158px 1784px #ffc87f, 119px 1429px #ffc87f, 85px 1627px #ffc87f, 1280px 1613px #ffc87f, 1170px 1481px #ffc87f, 1161px 1282px #ffc87f, 312px 88px #ffc87f, 307px 1273px #ffc87f, 1777px 1092px #ffc87f, 745px 1283px #ffc87f, 131px 663px #ffc87f, 356px 896px #ffc87f, 899px 1239px #ffc87f, 961px 692px #ffc87f, 1853px 1660px #ffc87f, 213px 811px #ffc87f, 88px 914px #ffc87f, 33px 1841px #ffc87f, 33px 625px #ffc87f, 370px 1488px #ffc87f, 525px 1574px #ffc87f, 78px 1522px #ffc87f, 1435px 310px #ffc87f, 1611px 948px #ffc87f, 520px 1937px #ffc87f, 1611px 682px #ffc87f, 458px 121px #ffc87f, 727px 867px #ffc87f, 1228px 1407px #ffc87f, 1931px 1152px #ffc87f, 792px 1746px #ffc87f, 801px 523px #ffc87f, 830px 1090px #ffc87f, 986px 1637px #ffc87f, 418px 597px #ffc87f, 287px 1196px #ffc87f, 1897px 113px #ffc87f, 1336px 419px #ffc87f, 499px 1729px #ffc87f, 1476px 893px #ffc87f, 1650px 769px #ffc87f, 1296px 392px #ffc87f, 1520px 726px #ffc87f, 1625px 1029px #ffc87f, 774px 1929px #ffc87f, 747px 1910px #ffc87f, 124px 684px #ffc87f, 1528px 320px #ffc87f, 754px 626px #ffc87f, 1059px 155px #ffc87f, 394px 1963px #ffc87f, 353px 1675px #ffc87f, 912px 264px #ffc87f, 833px 750px #ffc87f, 1930px 680px #ffc87f, 252px 1562px #ffc87f, 1770px 1985px #ffc87f, 197px 1120px #ffc87f, 180px 359px #ffc87f, 1502px 1507px #ffc87f, 416px 974px #ffc87f, 1729px 305px #ffc87f, 784px 1125px #ffc87f, 989px 246px #ffc87f, 1488px 749px #ffc87f, 1579px 638px #ffc87f, 1863px 1286px #ffc87f, 529px 323px #ffc87f, 250px 1947px #ffc87f, 609px 1214px #ffc87f, 1649px 1637px #ffc87f, 265px 1371px #ffc87f, 1859px 1838px #ffc87f, 1355px 1681px #ffc87f, 307px 1745px #ffc87f, 1655px 1273px #ffc87f, 963px 62px #ffc87f, 220px 862px #ffc87f, 207px 1242px #ffc87f, 423px 465px #ffc87f, 246px 1737px #ffc87f, 1842px 1184px #ffc87f, 1317px 1029px #ffc87f, 1476px 1065px #ffc87f, 267px 873px #ffc87f, 944px 29px #ffc87f, 1130px 1706px #ffc87f, 47px 1011px #ffc87f, 1161px 55px #ffc87f, 867px 1873px #ffc87f, 347px 1008px #ffc87f, 1039px 1185px #ffc87f, 1175px 827px #ffc87f, 627px 947px #ffc87f, 1542px 4px #ffc87f, 276px 678px #ffc87f, 1806px 1311px #ffc87f, 8px 1534px #ffc87f, 1307px 313px #ffc87f, 346px 1752px #ffc87f, 1772px 1631px #ffc87f, 238px 935px #ffc87f, 1368px 317px #ffc87f, 1582px 1491px #ffc87f, 8px 1455px #ffc87f, 1307px 1775px #ffc87f, 1284px 1187px #ffc87f, 806px 1835px #ffc87f, 734px 914px #ffc87f, 933px 1637px #ffc87f, 1701px 393px #ffc87f, 662px 945px #ffc87f, 962px 1475px #ffc87f, 666px 452px #ffc87f, 1130px 132px #ffc87f, 1788px 588px #ffc87f, 1845px 1716px #ffc87f, 663px 1362px #ffc87f, 891px 67px #ffc87f, 215px 1974px #ffc87f, 462px 1074px #ffc87f, 323px 1349px #ffc87f, 593px 869px #ffc87f, 1276px 209px #ffc87f, 1107px 1359px #ffc87f, 155px 80px #ffc87f, 662px 157px #ffc87f, 219px 199px #ffc87f, 858px 235px #ffc87f, 139px 215px #ffc87f, 241px 147px #ffc87f, 1743px 1706px #ffc87f, 1649px 579px #ffc87f, 950px 1598px #ffc87f, 1556px 1831px #ffc87f, 1976px 1381px #ffc87f, 927px 156px #ffc87f, 332px 209px #ffc87f, 1499px 442px #ffc87f, 1676px 1839px #ffc87f, 1667px 836px #ffc87f, 153px 434px #ffc87f, 1794px 73px #ffc87f, 1517px 233px #ffc87f, 302px 1844px #ffc87f, 295px 1564px #ffc87f, 1908px 1901px #ffc87f, 597px 1673px #ffc87f, 1775px 1213px #ffc87f, 72px 155px #ffc87f, 1812px 220px #ffc87f, 1064px 1245px #ffc87f, 1930px 268px #ffc87f, 1186px 1365px #ffc87f, 294px 7px #ffc87f, 1168px 1597px #ffc87f, 1588px 1347px #ffc87f, 559px 1120px #ffc87f, 455px 1823px #ffc87f, 1593px 1898px #ffc87f, 429px 825px #ffc87f, 1541px 757px #ffc87f, 169px 1429px #ffc87f, 1372px 1999px #ffc87f, 1368px 590px #ffc87f, 1583px 142px #ffc87f, 934px 431px #ffc87f, 1712px 1659px #ffc87f, 1130px 1406px #ffc87f, 325px 126px #ffc87f, 117px 670px #ffc87f, 352px 393px #ffc87f, 1704px 1123px #ffc87f, 1442px 203px #ffc87f, 317px 1111px #ffc87f, 1093px 1879px #ffc87f, 950px 806px #ffc87f, 241px 2000px #ffc87f, 1254px 635px #ffc87f, 1056px 1533px #ffc87f, 455px 72px #ffc87f, 230px 787px #ffc87f, 246px 212px #ffc87f, 1612px 1873px #ffc87f, 1365px 699px #ffc87f, 1913px 365px #ffc87f, 1033px 1955px #ffc87f, 589px 1382px #ffc87f, 265px 1285px #ffc87f, 1763px 12px #ffc87f, 2px 1996px #ffc87f, 1151px 978px #ffc87f, 385px 591px #ffc87f, 1450px 1747px #ffc87f, 1724px 58px #ffc87f, 638px 741px #ffc87f, 1661px 228px #ffc87f, 209px 1588px #ffc87f, 833px 999px #ffc87f, 1637px 1373px #ffc87f, 97px 826px #ffc87f, 207px 1591px #ffc87f, 286px 1959px #ffc87f, 534px 192px #ffc87f, 774px 1452px #ffc87f, 819px 500px #ffc87f, 503px 1527px #ffc87f, 1173px 1313px #ffc87f, 854px 1461px #ffc87f, 1403px 1534px #ffc87f, 1400px 1817px #ffc87f, 1321px 499px #ffc87f, 1656px 1466px #ffc87f, 1186px 1610px #ffc87f, 98px 486px #ffc87f, 591px 475px #ffc87f, 475px 232px #ffc87f, 1297px 1485px #ffc87f, 245px 180px #ffc87f, 1957px 1547px #ffc87f, 950px 18px #ffc87f, 111px 1548px #ffc87f, 1298px 1585px #ffc87f, 311px 1931px #ffc87f, 1681px 962px #ffc87f, 1627px 517px #ffc87f, 1470px 965px #ffc87f, 1151px 784px #ffc87f, 824px 1013px #ffc87f, 713px 1614px #ffc87f, 2px 1680px #ffc87f, 207px 862px #ffc87f, 380px 1902px #ffc87f, 571px 757px #ffc87f, 1405px 1072px #ffc87f, 1596px 450px #ffc87f, 55px 302px #ffc87f, 102px 767px #ffc87f, 1182px 1860px #ffc87f, 819px 105px #ffc87f, 1185px 1510px #ffc87f, 1147px 1417px #ffc87f, 725px 500px #ffc87f, 1076px 1255px #ffc87f, 913px 773px #ffc87f, 128px 1778px #ffc87f, 946px 1535px #ffc87f, 1004px 938px #ffc87f, 703px 1873px #ffc87f, 1454px 409px #ffc87f, 895px 671px #ffc87f, 1624px 1594px #ffc87f, 1459px 360px #ffc87f, 368px 406px #ffc87f, 1587px 447px #ffc87f
}

.x-register-card-footer #stars6:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars7 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars7,
.x-register-card-footer #stars7:after {
    width: 2px;
    height: 2px;
    background: transparent;
    box-shadow: 1386px 10679px #ffc87f, 764px 1602px #ffc87f, 1189px 428px #ffc87f, 1423px 1187px #ffc87f, 77px 104px #ffc87f, 1110px 1167px #ffc87f, 1444px 1620px #ffc87f, 573px 1785px #ffc87f, 890px 845px #ffc87f, 627px 284px #ffc87f, 1013px 393px #ffc87f, 1941px 1883px #ffc87f, 1724px 838px #ffc87f, 1371px 1830px #ffc87f, 1036px 1536px #ffc87f, 226px 823px #ffc87f, 1971px 659px #ffc87f, 1643px 140px #ffc87f, 1884px 1902px #ffc87f, 195px 825px #ffc87f, 614px 1020px #ffc87f, 319px 318px #ffc87f, 427px 476px #ffc87f, 930px 823px #ffc87f, 1576px 928px #ffc87f, 965px 207px #ffc87f, 1274px 1340px #ffc87f, 153px 1047px #ffc87f, 417px 792px #ffc87f, 402px 1930px #ffc87f, 823px 1268px #ffc87f, 1208px 1107px #ffc87f, 1289px 1493px #ffc87f, 1675px 1375px #ffc87f, 1372px 1222px #ffc87f, 509px 186px #ffc87f, 1514px 403px #ffc87f, 8px 357px #ffc87f, 54px 68px #ffc87f, 1091px 1074px #ffc87f, 753px 887px #ffc87f, 638px 161px #ffc87f, 1625px 484px #ffc87f, 87px 1849px #ffc87f, 161px 483px #ffc87f, 1827px 1978px #ffc87f, 1461px 1821px #ffc87f, 1217px 77px #ffc87f, 1486px 1215px #ffc87f, 188px 187px #ffc87f, 1969px 317px #ffc87f, 481px 1826px #ffc87f, 925px 883px #ffc87f, 158px 1155px #ffc87f, 1925px 297px #ffc87f, 435px 1937px #ffc87f, 253px 1808px #ffc87f, 890px 1518px #ffc87f, 248px 742px #ffc87f, 765px 1461px #ffc87f, 506px 262px #ffc87f, 1307px 473px #ffc87f, 1445px 395px #ffc87f, 491px 1065px #ffc87f, 4px 523px #ffc87f, 662px 841px #ffc87f, 476px 1401px #ffc87f, 1054px 35px #ffc87f, 1739px 1576px #ffc87f, 636px 1597px #ffc87f, 714px 1353px #ffc87f, 1614px 1187px #ffc87f, 1659px 1029px #ffc87f, 1194px 1259px #ffc87f, 233px 1015px #ffc87f, 1535px 1514px #ffc87f, 386px 798px #ffc87f, 290px 729px #ffc87f, 1551px 193px #ffc87f, 1230px 632px #ffc87f, 340px 179px #ffc87f, 1982px 1886px #ffc87f, 1950px 249px #ffc87f, 496px 985px #ffc87f, 476px 867px #ffc87f, 1066px 188px #ffc87f, 286px 978px #ffc87f, 35px 1951px #ffc87f, 1141px 1925px #ffc87f, 317px 1122px #ffc87f, 315px 1213px #ffc87f, 1137px 699px #ffc87f, 934px 87px #ffc87f, 650px 1187px #ffc87f, 56px 416px #ffc87f, 1196px 1979px #ffc87f, 1192px 129px #ffc87f, 1294px 1166px #ffc87f, 355px 1835px #ffc87f, 1036px 122px #ffc87f, 157px 726px #ffc87f, 1699px 263px #ffc87f, 830px 17px #ffc87f, 1633px 1676px #ffc87f, 503px 310px #ffc87f, 1985px 351px #ffc87f, 982px 1784px #ffc87f, 1255px 630px #ffc87f, 484px 200px #ffc87f, 410px 537px #ffc87f, 959px 1767px #ffc87f, 1872px 690px #ffc87f, 153px 1244px #ffc87f, 584px 452px #ffc87f, 1205px 1406px #ffc87f, 1022px 1584px #ffc87f, 1398px 1710px #ffc87f, 603px 1988px #ffc87f, 1096px 291px #ffc87f, 1213px 1306px #ffc87f, 82px 717px #ffc87f, 143px 1496px #ffc87f, 1086px 1954px #ffc87f, 340px 1710px #ffc87f, 1789px 811px #ffc87f, 944px 983px #ffc87f, 1608px 1392px #ffc87f, 1260px 1843px #ffc87f, 696px 862px #ffc87f, 276px 514px #ffc87f, 1684px 941px #ffc87f, 414px 813px #ffc87f, 631px 755px #ffc87f, 208px 1128px #ffc87f, 139px 1057px #ffc87f, 1950px 422px #ffc87f, 1523px 402px #ffc87f, 1656px 1265px #ffc87f, 1968px 437px #ffc87f, 773px 1392px #ffc87f, 1789px 41px #ffc87f, 1530px 1397px #ffc87f, 1867px 1417px #ffc87f, 184px 1327px #ffc87f, 228px 1332px #ffc87f, 1742px 896px #ffc87f, 1655px 486px #ffc87f, 253px 1141px #ffc87f, 315px 296px #ffc87f, 288px 793px #ffc87f, 1831px 1825px #ffc87f, 1570px 79px #ffc87f, 313px 1987px #ffc87f, 445px 221px #ffc87f, 1584px 356px #ffc87f, 603px 732px #ffc87f, 371px 1518px #ffc87f, 1039px 959px #ffc87f, 856px 208px #ffc87f, 910px 1854px #ffc87f, 817px 1761px #ffc87f, 623px 97px #ffc87f, 1651px 1268px #ffc87f, 231px 1239px #ffc87f, 76px 1542px #ffc87f, 1540px 1637px #ffc87f, 1349px 1229px #ffc87f, 1760px 1397px #ffc87f, 705px 799px #ffc87f, 1987px 647px #ffc87f, 1606px 1993px #ffc87f, 1957px 672px #ffc87f, 9px 1803px #ffc87f, 1800px 642px #ffc87f, 639px 1936px #ffc87f, 266px 600px #ffc87f, 1839px 1966px #ffc87f, 1737px 306px #ffc87f, 488px 473px #ffc87f, 665px 1512px #ffc87f, 1738px 1037px #ffc87f, 1184px 587px #ffc87f, 738px 269px #ffc87f, 1228px 771px #ffc87f, 283px 1575px #ffc87f, 65px 1464px #ffc87f, 873px 1572px #ffc87f, 509px 1085px #ffc87f, 549px 1061px #ffc87f, 1549px 1758px #ffc87f, 713px 1586px #ffc87f, 1989px 1996px #ffc87f, 20px 916px #ffc87f, 1455px 594px #ffc87f, 495px 312px #ffc87f, 1341px 641px #ffc87f, 1327px 1401px #ffc87f, 437px 1720px #ffc87f, 799px 710px #ffc87f, 679px 1486px #ffc87f, 1690px 590px #ffc87f, 1388px 1098px #ffc87f, 1930px 1403px #ffc87f, 1934px 943px #ffc87f, 127px 1951px #ffc87f, 1409px 1819px #ffc87f, 355px 1405px #ffc87f, 669px 1443px #ffc87f, 1313px 629px #ffc87f, 148px 1429px #ffc87f, 343px 1599px #ffc87f, 508px 153px #ffc87f, 1519px 1485px #ffc87f, 364px 814px #ffc87f, 552px 1330px #ffc87f, 1142px 1801px #ffc87f, 485px 1439px #ffc87f, 1411px 1071px #ffc87f, 1197px 544px #ffc87f, 969px 1661px #ffc87f, 100px 1053px #ffc87f, 1922px 1999px #ffc87f, 468px 1347px #ffc87f, 1961px 1381px #ffc87f, 1442px 287px #ffc87f, 682px 793px #ffc87f, 862px 1125px #ffc87f, 465px 659px #ffc87f, 950px 1890px #ffc87f, 1057px 86px #ffc87f, 1636px 1355px #ffc87f, 1108px 1548px #ffc87f, 133px 376px #ffc87f, 1708px 631px #ffc87f, 166px 1879px #ffc87f, 414px 1533px #ffc87f, 998px 1325px #ffc87f, 1136px 845px #ffc87f, 446px 207px #ffc87f, 1481px 1680px #ffc87f, 843px 1161px #ffc87f, 10px 1592px #ffc87f, 107px 153px #ffc87f, 827px 1699px #ffc87f, 557px 221px #ffc87f, 1294px 1601px #ffc87f, 835px 1694px #ffc87f, 1556px 1869px #ffc87f, 1950px 931px #ffc87f, 1053px 1782px #ffc87f, 1436px 1309px #ffc87f, 1144px 771px #ffc87f, 695px 958px #ffc87f, 457px 1691px #ffc87f, 1309px 1607px #ffc87f, 561px 1739px #ffc87f, 1348px 1678px #ffc87f, 1611px 1644px #ffc87f, 1559px 358px #ffc87f, 1585px 55px #ffc87f, 680px 596px #ffc87f, 823px 375px #ffc87f, 1752px 602px #ffc87f, 1790px 1724px #ffc87f, 769px 1482px #ffc87f, 390px 1271px #ffc87f, 1177px 1865px #ffc87f, 121px 704px #ffc87f, 1758px 1659px #ffc87f, 1749px 1776px #ffc87f, 1658px 650px #ffc87f, 1594px 1474px #ffc87f, 1816px 1850px #ffc87f, 705px 302px #ffc87f, 415px 1080px #ffc87f, 1786px 68px #ffc87f, 235px 1823px #ffc87f, 1362px 1580px #ffc87f, 1256px 757px #ffc87f, 872px 911px #ffc87f, 1803px 1004px #ffc87f, 1959px 1476px #ffc87f, 1980px 817px #ffc87f, 1715px 909px #ffc87f, 1502px 1491px #ffc87f, 1142px 106px #ffc87f, 1792px 1398px #ffc87f, 1482px 1749px #ffc87f, 401px 1277px #ffc87f, 1439px 1376px #ffc87f, 987px 1033px #ffc87f, 1834px 901px #ffc87f, 851px 1173px #ffc87f, 1596px 1084px #ffc87f, 1904px 1273px #ffc87f, 1492px 1954px #ffc87f, 617px 804px #ffc87f, 986px 1374px #ffc87f, 1561px 1685px #ffc87f, 1293px 864px #ffc87f
}

.x-register-card-footer #stars7:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars9 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars9,
.x-register-card-footer #stars9:after {
    width: 3px;
    height: 3px;
    background: transparent;
    box-shadow: 1776px 10423px #ffc87f, 1978px 196px #ffc87f, 669px 1946px #ffc87f, 1969px 1599px #ffc87f, 1550px 1027px #ffc87f, 1332px 98px #ffc87f, 1739px 1176px #ffc87f, 1164px 507px #ffc87f, 172px 261px #ffc87f, 1072px 1972px #ffc87f, 775px 736px #ffc87f, 1501px 614px #ffc87f, 1112px 1541px #ffc87f, 1465px 628px #ffc87f, 991px 1068px #ffc87f, 1210px 904px #ffc87f, 1918px 1380px #ffc87f, 108px 613px #ffc87f, 1750px 124px #ffc87f, 1085px 1007px #ffc87f, 1441px 253px #ffc87f, 615px 322px #ffc87f, 1041px 1158px #ffc87f, 1913px 6px #ffc87f, 142px 977px #ffc87f, 1903px 1840px #ffc87f, 263px 669px #ffc87f, 740px 1343px #ffc87f, 682px 356px #ffc87f, 726px 930px #ffc87f, 1839px 1503px #ffc87f, 1469px 682px #ffc87f, 782px 491px #ffc87f, 1386px 115px #ffc87f, 106px 277px #ffc87f, 1857px 1834px #ffc87f, 1986px 1155px #ffc87f, 402px 883px #ffc87f, 1736px 1708px #ffc87f, 1277px 885px #ffc87f, 1270px 174px #ffc87f, 490px 42px #ffc87f, 453px 71px #ffc87f, 1173px 1147px #ffc87f, 629px 1007px #ffc87f, 1868px 235px #ffc87f, 513px 425px #ffc87f, 1836px 327px #ffc87f, 340px 1586px #ffc87f, 1565px 1697px #ffc87f, 798px 544px #ffc87f, 1427px 573px #ffc87f, 718px 1590px #ffc87f, 796px 1413px #ffc87f, 1619px 215px #ffc87f, 644px 464px #ffc87f, 1713px 942px #ffc87f, 538px 637px #ffc87f, 610px 830px #ffc87f, 1919px 1884px #ffc87f, 844px 1867px #ffc87f, 1358px 314px #ffc87f, 1284px 446px #ffc87f, 236px 1042px #ffc87f, 1490px 1161px #ffc87f, 1702px 1122px #ffc87f, 1422px 1562px #ffc87f, 1501px 1998px #ffc87f, 1261px 269px #ffc87f, 1446px 991px #ffc87f, 1572px 305px #ffc87f, 754px 620px #ffc87f, 679px 943px #ffc87f, 5px 611px #ffc87f, 1991px 869px #ffc87f, 633px 150px #ffc87f, 818px 1303px #ffc87f, 866px 1658px #ffc87f, 778px 402px #ffc87f, 936px 1824px #ffc87f, 1629px 1513px #ffc87f, 778px 657px #ffc87f, 1106px 924px #ffc87f, 491px 1780px #ffc87f, 325px 642px #ffc87f, 336px 266px #ffc87f, 352px 1643px #ffc87f, 645px 915px #ffc87f, 1494px 777px #ffc87f, 736px 1860px #ffc87f, 1660px 957px #ffc87f, 272px 513px #ffc87f, 1399px 1750px #ffc87f, 30px 1009px #ffc87f, 1907px 37px #ffc87f, 225px 981px #ffc87f, 1988px 265px #ffc87f, 1675px 881px #ffc87f, 514px 1821px #ffc87f, 876px 308px #ffc87f, 1885px 207px #ffc87f, 885px 1378px #ffc87f, 1981px 1788px #ffc87f, 1315px 257px #ffc87f, 771px 592px #ffc87f, 1078px 1467px #ffc87f, 1193px 1750px #ffc87f, 1476px 1230px #ffc87f, 704px 1234px #ffc87f, 1507px 1949px #ffc87f, 1299px 88px #ffc87f, 718px 1211px #ffc87f, 201px 237px #ffc87f, 1059px 303px #ffc87f, 647px 1525px #ffc87f, 499px 1599px #ffc87f, 506px 1157px #ffc87f, 603px 1266px #ffc87f, 316px 274px #ffc87f, 1460px 1900px #ffc87f, 1115px 1145px #ffc87f, 519px 1107px #ffc87f, 1252px 406px #ffc87f, 686px 275px #ffc87f, 1217px 1737px #ffc87f, 49px 798px #ffc87f, 1250px 1488px #ffc87f, 973px 985px #ffc87f, 668px 523px #ffc87f, 1216px 903px #ffc87f, 1158px 85px #ffc87f, 1918px 873px #ffc87f, 135px 1459px #ffc87f, 669px 362px #ffc87f, 230px 1663px #ffc87f, 1419px 1861px #ffc87f, 1049px 1589px #ffc87f, 1777px 911px #ffc87f, 427px 388px #ffc87f, 334px 1387px #ffc87f, 51px 743px #ffc87f, 44px 1136px #ffc87f, 390px 380px #ffc87f, 943px 60px #ffc87f, 636px 343px #ffc87f, 1000px 671px #ffc87f, 1491px 983px #ffc87f, 746px 677px #ffc87f, 505px 1370px #ffc87f, 1397px 1798px #ffc87f, 1307px 192px #ffc87f, 1906px 934px #ffc87f, 812px 1318px #ffc87f, 823px 432px #ffc87f, 1629px 1294px #ffc87f, 665px 417px #ffc87f, 495px 662px #ffc87f, 510px 753px #ffc87f, 1400px 1696px #ffc87f, 1248px 1625px #ffc87f, 570px 1580px #ffc87f, 1694px 361px #ffc87f, 618px 1246px #ffc87f, 1083px 1770px #ffc87f, 643px 886px #ffc87f, 1088px 1312px #ffc87f, 1528px 1548px #ffc87f, 1580px 556px #ffc87f, 665px 135px #ffc87f, 1378px 1031px #ffc87f, 978px 1534px #ffc87f, 1826px 259px #ffc87f, 1768px 703px #ffc87f, 192px 1747px #ffc87f, 1656px 11px #ffc87f, 1183px 1101px #ffc87f, 770px 1240px #ffc87f, 1353px 312px #ffc87f, 1971px 1559px #ffc87f, 1023px 1442px #ffc87f, 516px 1062px #ffc87f, 1788px 601px #ffc87f, 847px 1789px #ffc87f, 79px 1687px #ffc87f, 1693px 1301px #ffc87f, 485px 1130px #ffc87f, 205px 32px #ffc87f, 1804px 688px #ffc87f, 1111px 767px #ffc87f, 604px 184px #ffc87f, 263px 498px #ffc87f, 353px 244px #ffc87f, 837px 1155px #ffc87f, 903px 1841px #ffc87f, 1793px 33px #ffc87f, 1664px 1327px #ffc87f, 1px 1643px #ffc87f, 1148px 1450px #ffc87f, 1624px 265px #ffc87f, 690px 314px #ffc87f, 279px 929px #ffc87f, 34px 1833px #ffc87f, 1316px 964px #ffc87f, 982px 567px #ffc87f, 244px 1404px #ffc87f, 82px 68px #ffc87f, 842px 166px #ffc87f, 952px 237px #ffc87f, 1519px 361px #ffc87f, 1827px 1554px #ffc87f, 1466px 1033px #ffc87f, 1533px 1691px #ffc87f, 101px 1560px #ffc87f, 1974px 592px #ffc87f, 139px 1375px #ffc87f, 64px 219px #ffc87f, 1711px 174px #ffc87f, 455px 1579px #ffc87f, 177px 540px #ffc87f, 939px 1591px #ffc87f, 49px 548px #ffc87f, 1200px 1234px #ffc87f, 531px 80px #ffc87f, 1314px 654px #ffc87f, 1531px 1003px #ffc87f, 1869px 1028px #ffc87f, 1288px 641px #ffc87f, 945px 1465px #ffc87f, 28px 320px #ffc87f, 113px 774px #ffc87f, 832px 66px #ffc87f, 947px 343px #ffc87f, 1520px 1275px #ffc87f, 1420px 218px #ffc87f, 163px 711px #ffc87f, 507px 1691px #ffc87f, 1015px 484px #ffc87f, 279px 1962px #ffc87f, 284px 1879px #ffc87f, 1020px 654px #ffc87f, 468px 141px #ffc87f, 1784px 931px #ffc87f, 432px 1935px #ffc87f, 1844px 1286px #ffc87f, 713px 78px #ffc87f, 1616px 1660px #ffc87f, 78px 702px #ffc87f, 1429px 268px #ffc87f, 1752px 1580px #ffc87f, 1433px 845px #ffc87f, 1344px 261px #ffc87f, 874px 632px #ffc87f, 56px 189px #ffc87f, 168px 1164px #ffc87f, 316px 577px #ffc87f, 742px 648px #ffc87f, 741px 252px #ffc87f, 808px 2000px #ffc87f, 864px 406px #ffc87f, 810px 502px #ffc87f, 893px 119px #ffc87f, 1723px 629px #ffc87f, 1745px 1831px #ffc87f, 445px 357px #ffc87f, 1191px 85px #ffc87f, 923px 1505px #ffc87f, 594px 1025px #ffc87f, 499px 226px #ffc87f, 81px 308px #ffc87f, 800px 1186px #ffc87f, 799px 52px #ffc87f, 296px 970px #ffc87f, 751px 978px #ffc87f, 529px 820px #ffc87f, 1118px 1422px #ffc87f, 781px 145px #ffc87f, 1944px 241px #ffc87f, 171px 1927px #ffc87f, 265px 11px #ffc87f, 1385px 490px #ffc87f, 442px 489px #ffc87f, 1790px 248px #ffc87f, 487px 89px #ffc87f, 1940px 1325px #ffc87f, 1624px 1647px #ffc87f, 707px 1174px #ffc87f, 1752px 462px #ffc87f, 1256px 58px #ffc87f, 1660px 534px #ffc87f, 152px 1870px #ffc87f, 125px 1464px #ffc87f, 1410px 1844px #ffc87f, 1403px 1313px #ffc87f, 285px 1216px #ffc87f, 1170px 442px #ffc87f, 1700px 1301px #ffc87f, 116px 959px #ffc87f, 606px 909px #ffc87f, 943px 1963px #ffc87f, 692px 1074px #ffc87f, 1535px 983px #ffc87f, 447px 991px #ffc87f, 1122px 1px #ffc87f, 842px 1711px #ffc87f, 372px 35px #ffc87f, 450px 255px #ffc87f, 1130px 69px #ffc87f, 1450px 14px #ffc87f, 1095px 1202px #ffc87f, 614px 1823px #ffc87f, 358px 178px #ffc87f, 100px 646px #ffc87f, 54px 1711px #ffc87f, 205px 671px #ffc87f, 1072px 1414px #ffc87f, 537px 1331px #ffc87f, 1981px 363px #ffc87f, 603px 209px #ffc87f, 1269px 1532px #ffc87f, 1129px 1088px #ffc87f, 1209px 741px #ffc87f, 110px 411px #ffc87f, 1882px 97px #ffc87f, 790px 1650px #ffc87f, 904px 1892px #ffc87f, 340px 476px #ffc87f, 1127px 706px #ffc87f, 705px 222px #ffc87f, 1721px 949px #ffc87f, 1418px 861px #ffc87f, 1535px 1769px #ffc87f, 840px 255px #ffc87f, 1511px 804px #ffc87f, 1817px 375px #ffc87f, 369px 1960px #ffc87f, 1274px 900px #ffc87f, 1504px 793px #ffc87f, 942px 303px #ffc87f, 559px 1652px #ffc87f, 1987px 1571px #ffc87f, 132px 1745px #ffc87f, 708px 490px #ffc87f, 1819px 271px #ffc87f, 982px 2000px #ffc87f, 1155px 1492px #ffc87f, 1562px 1505px #ffc87f, 142px 612px #ffc87f, 726px 54px #ffc87f, 1234px 1802px #ffc87f, 989px 778px #ffc87f, 1100px 200px #ffc87f, 1358px 1548px #ffc87f, 1305px 914px #ffc87f, 1394px 1699px #ffc87f, 474px 1528px #ffc87f, 1722px 1873px #ffc87f, 1856px 96px #ffc87f, 1245px 35px #ffc87f, 1280px 1821px #ffc87f, 989px 365px #ffc87f, 1644px 1240px #ffc87f, 515px 1823px #ffc87f, 1954px 453px #ffc87f, 1424px 937px #ffc87f, 103px 208px #ffc87f, 97px 1218px #ffc87f, 1885px 1344px #ffc87f, 405px 206px #ffc87f, 649px 1545px #ffc87f, 221px 43px #ffc87f, 94px 1071px #ffc87f, 1220px 814px #ffc87f, 343px 1231px #ffc87f, 1004px 689px #ffc87f, 1954px 1935px #ffc87f, 1432px 1160px #ffc87f, 283px 274px #ffc87f, 85px 1425px #ffc87f, 713px 1525px #ffc87f, 401px 222px #ffc87f, 1808px 1230px #ffc87f, 285px 1636px #ffc87f, 143px 1647px #ffc87f, 725px 934px #ffc87f, 914px 1327px #ffc87f, 1974px 430px #ffc87f, 338px 358px #ffc87f, 247px 86px #ffc87f, 917px 1452px #ffc87f, 479px 268px #ffc87f, 91px 1220px #ffc87f, 1739px 1062px #ffc87f, 1963px 424px #ffc87f, 707px 1064px #ffc87f, 824px 767px #ffc87f, 1011px 230px #ffc87f, 1528px 275px #ffc87f, 677px 1929px #ffc87f, 560px 657px #ffc87f, 1500px 769px #ffc87f, 800px 1939px #ffc87f, 1689px 321px #ffc87f, 1772px 1002px #ffc87f, 314px 1494px #ffc87f, 1631px 1961px #ffc87f, 1668px 312px #ffc87f, 1805px 712px #ffc87f, 602px 1571px #ffc87f, 474px 1309px #ffc87f, 530px 231px #ffc87f, 1062px 863px #ffc87f, 675px 787px #ffc87f, 144px 154px #ffc87f, 840px 1207px #ffc87f, 831px 1680px #ffc87f, 20px 1247px #ffc87f, 299px 1513px #ffc87f, 834px 597px #ffc87f, 1046px 112px #ffc87f, 1852px 914px #ffc87f, 548px 1495px #ffc87f, 678px 1414px #ffc87f, 970px 1955px #ffc87f, 1327px 769px #ffc87f, 800px 1727px #ffc87f, 1884px 280px #ffc87f, 1699px 1181px #ffc87f, 1663px 1473px #ffc87f, 1092px 267px #ffc87f, 1828px 1279px #ffc87f, 1209px 1129px #ffc87f, 1762px 1457px #ffc87f, 1439px 631px #ffc87f, 815px 1194px #ffc87f, 139px 1808px #ffc87f, 122px 421px #ffc87f, 679px 554px #ffc87f, 249px 1123px #ffc87f, 1149px 559px #ffc87f, 1282px 900px #ffc87f, 14px 746px #ffc87f, 647px 1765px #ffc87f, 690px 1661px #ffc87f, 751px 230px #ffc87f, 141px 857px #ffc87f, 504px 1151px #ffc87f, 687px 808px #ffc87f, 1330px 185px #ffc87f, 941px 520px #ffc87f, 1211px 1828px #ffc87f, 1002px 1757px #ffc87f, 423px 1424px #ffc87f, 560px 26px #ffc87f, 1608px 603px #ffc87f, 1933px 1787px #ffc87f, 1912px 987px #ffc87f, 1486px 317px #ffc87f, 1064px 873px #ffc87f, 1471px 1808px #ffc87f, 1625px 1079px #ffc87f, 947px 721px #ffc87f, 1736px 1152px #ffc87f, 104px 817px #ffc87f, 1537px 449px #ffc87f, 1112px 46px #ffc87f, 139px 739px #ffc87f, 1265px 1895px #ffc87f, 993px 1697px #ffc87f, 1074px 616px #ffc87f, 304px 1587px #ffc87f, 1701px 1952px #ffc87f, 32px 1081px #ffc87f, 1035px 1553px #ffc87f, 974px 1169px #ffc87f, 257px 143px #ffc87f, 171px 935px #ffc87f, 1684px 1021px #ffc87f, 998px 900px #ffc87f, 683px 772px #ffc87f, 634px 1998px #ffc87f, 210px 1872px #ffc87f, 1063px 1420px #ffc87f, 1762px 1466px #ffc87f, 828px 1734px #ffc87f, 1919px 906px #ffc87f, 1130px 522px #ffc87f, 72px 760px #ffc87f, 1411px 515px #ffc87f, 1416px 418px #ffc87f, 710px 584px #ffc87f, 1304px 873px #ffc87f, 1669px 1838px #ffc87f, 317px 394px #ffc87f, 639px 489px #ffc87f, 1071px 1451px #ffc87f, 1560px 1036px #ffc87f, 584px 1170px #ffc87f, 1940px 466px #ffc87f, 1385px 865px #ffc87f, 1566px 1542px #ffc87f
}

.x-register-card-footer #stars9:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-register-card-footer #stars10 {
    opacity: .8;
    -webkit-animation: animStar 3s linear infinite;
    border-radius: 50%
}

.x-register-card-footer #stars10,
.x-register-card-footer #stars10:after {
    width: 5px;
    height: 5px;
    background: transparent;
    box-shadow: 1386px 10679px #ffc87f, 764px 1602px #ffc87f, 1189px 428px #ffc87f, 1423px 1187px #ffc87f, 77px 104px #ffc87f, 1110px 1167px #ffc87f, 1444px 1620px #ffc87f, 573px 1785px #ffc87f, 890px 845px #ffc87f, 627px 284px #ffc87f, 1013px 393px #ffc87f, 1941px 1883px #ffc87f, 1724px 838px #ffc87f, 1371px 1830px #ffc87f, 1036px 1536px #ffc87f, 226px 823px #ffc87f, 1971px 659px #ffc87f, 1643px 140px #ffc87f, 1884px 1902px #ffc87f, 195px 825px #ffc87f, 614px 1020px #ffc87f, 319px 318px #ffc87f, 427px 476px #ffc87f, 930px 823px #ffc87f, 1576px 928px #ffc87f, 965px 207px #ffc87f, 1274px 1340px #ffc87f, 153px 1047px #ffc87f, 417px 792px #ffc87f, 402px 1930px #ffc87f, 823px 1268px #ffc87f, 1208px 1107px #ffc87f, 1289px 1493px #ffc87f, 1675px 1375px #ffc87f, 1372px 1222px #ffc87f, 509px 186px #ffc87f, 1514px 403px #ffc87f, 8px 357px #ffc87f, 54px 68px #ffc87f, 1091px 1074px #ffc87f, 753px 887px #ffc87f, 638px 161px #ffc87f, 1625px 484px #ffc87f, 87px 1849px #ffc87f, 161px 483px #ffc87f, 1827px 1978px #ffc87f, 1461px 1821px #ffc87f, 1217px 77px #ffc87f, 1486px 1215px #ffc87f, 188px 187px #ffc87f, 1969px 317px #ffc87f, 481px 1826px #ffc87f, 925px 883px #ffc87f, 158px 1155px #ffc87f, 1925px 297px #ffc87f, 435px 1937px #ffc87f, 253px 1808px #ffc87f, 890px 1518px #ffc87f, 248px 742px #ffc87f, 765px 1461px #ffc87f, 506px 262px #ffc87f, 1307px 473px #ffc87f, 1445px 395px #ffc87f, 491px 1065px #ffc87f, 4px 523px #ffc87f, 662px 841px #ffc87f, 476px 1401px #ffc87f, 1054px 35px #ffc87f, 1739px 1576px #ffc87f, 636px 1597px #ffc87f, 714px 1353px #ffc87f, 1614px 1187px #ffc87f, 1659px 1029px #ffc87f, 1194px 1259px #ffc87f, 233px 1015px #ffc87f, 1535px 1514px #ffc87f, 386px 798px #ffc87f, 290px 729px #ffc87f, 1551px 193px #ffc87f, 1230px 632px #ffc87f, 340px 179px #ffc87f, 1982px 1886px #ffc87f, 1950px 249px #ffc87f, 496px 985px #ffc87f, 476px 867px #ffc87f, 1066px 188px #ffc87f, 286px 978px #ffc87f, 35px 1951px #ffc87f, 1141px 1925px #ffc87f, 317px 1122px #ffc87f, 315px 1213px #ffc87f, 1137px 699px #ffc87f, 934px 87px #ffc87f, 650px 1187px #ffc87f, 56px 416px #ffc87f, 1196px 1979px #ffc87f, 1192px 129px #ffc87f, 1294px 1166px #ffc87f, 355px 1835px #ffc87f, 1036px 122px #ffc87f, 157px 726px #ffc87f, 1699px 263px #ffc87f, 830px 17px #ffc87f, 1633px 1676px #ffc87f, 503px 310px #ffc87f, 1985px 351px #ffc87f, 982px 1784px #ffc87f, 1255px 630px #ffc87f, 484px 200px #ffc87f, 410px 537px #ffc87f, 959px 1767px #ffc87f, 1872px 690px #ffc87f, 153px 1244px #ffc87f, 584px 452px #ffc87f, 1205px 1406px #ffc87f, 1022px 1584px #ffc87f, 1398px 1710px #ffc87f, 603px 1988px #ffc87f, 1096px 291px #ffc87f, 1213px 1306px #ffc87f, 82px 717px #ffc87f, 143px 1496px #ffc87f, 1086px 1954px #ffc87f, 340px 1710px #ffc87f, 1789px 811px #ffc87f, 944px 983px #ffc87f, 1608px 1392px #ffc87f, 1260px 1843px #ffc87f, 696px 862px #ffc87f, 276px 514px #ffc87f, 1684px 941px #ffc87f, 414px 813px #ffc87f, 631px 755px #ffc87f, 208px 1128px #ffc87f, 139px 1057px #ffc87f, 1950px 422px #ffc87f, 1523px 402px #ffc87f, 1656px 1265px #ffc87f, 1968px 437px #ffc87f, 773px 1392px #ffc87f, 1789px 41px #ffc87f, 1530px 1397px #ffc87f, 1867px 1417px #ffc87f, 184px 1327px #ffc87f, 228px 1332px #ffc87f, 1742px 896px #ffc87f, 1655px 486px #ffc87f, 253px 1141px #ffc87f, 315px 296px #ffc87f, 288px 793px #ffc87f, 1831px 1825px #ffc87f, 1570px 79px #ffc87f, 313px 1987px #ffc87f, 445px 221px #ffc87f, 1584px 356px #ffc87f, 603px 732px #ffc87f, 371px 1518px #ffc87f, 1039px 959px #ffc87f, 856px 208px #ffc87f, 910px 1854px #ffc87f, 817px 1761px #ffc87f, 623px 97px #ffc87f, 1651px 1268px #ffc87f, 231px 1239px #ffc87f, 76px 1542px #ffc87f, 1540px 1637px #ffc87f, 1349px 1229px #ffc87f, 1760px 1397px #ffc87f, 705px 799px #ffc87f, 1987px 647px #ffc87f, 1606px 1993px #ffc87f, 1957px 672px #ffc87f, 9px 1803px #ffc87f, 1800px 642px #ffc87f, 639px 1936px #ffc87f, 266px 600px #ffc87f, 1839px 1966px #ffc87f, 1737px 306px #ffc87f, 488px 473px #ffc87f, 665px 1512px #ffc87f, 1738px 1037px #ffc87f, 1184px 587px #ffc87f, 738px 269px #ffc87f, 1228px 771px #ffc87f, 283px 1575px #ffc87f, 65px 1464px #ffc87f, 873px 1572px #ffc87f, 509px 1085px #ffc87f, 549px 1061px #ffc87f, 1549px 1758px #ffc87f, 713px 1586px #ffc87f, 1989px 1996px #ffc87f, 20px 916px #ffc87f, 1455px 594px #ffc87f, 495px 312px #ffc87f, 1341px 641px #ffc87f, 1327px 1401px #ffc87f, 437px 1720px #ffc87f, 799px 710px #ffc87f, 679px 1486px #ffc87f, 1690px 590px #ffc87f, 1388px 1098px #ffc87f, 1930px 1403px #ffc87f, 1934px 943px #ffc87f, 127px 1951px #ffc87f, 1409px 1819px #ffc87f, 355px 1405px #ffc87f, 669px 1443px #ffc87f, 1313px 629px #ffc87f, 148px 1429px #ffc87f, 343px 1599px #ffc87f, 508px 153px #ffc87f, 1519px 1485px #ffc87f, 364px 814px #ffc87f, 552px 1330px #ffc87f, 1142px 1801px #ffc87f, 485px 1439px #ffc87f, 1411px 1071px #ffc87f, 1197px 544px #ffc87f, 969px 1661px #ffc87f, 100px 1053px #ffc87f, 1922px 1999px #ffc87f, 468px 1347px #ffc87f, 1961px 1381px #ffc87f, 1442px 287px #ffc87f, 682px 793px #ffc87f, 862px 1125px #ffc87f, 465px 659px #ffc87f, 950px 1890px #ffc87f, 1057px 86px #ffc87f, 1636px 1355px #ffc87f, 1108px 1548px #ffc87f, 133px 376px #ffc87f, 1708px 631px #ffc87f, 166px 1879px #ffc87f, 414px 1533px #ffc87f, 998px 1325px #ffc87f, 1136px 845px #ffc87f, 446px 207px #ffc87f, 1481px 1680px #ffc87f, 843px 1161px #ffc87f, 10px 1592px #ffc87f, 107px 153px #ffc87f, 827px 1699px #ffc87f, 557px 221px #ffc87f, 1294px 1601px #ffc87f, 835px 1694px #ffc87f, 1556px 1869px #ffc87f, 1950px 931px #ffc87f, 1053px 1782px #ffc87f, 1436px 1309px #ffc87f, 1144px 771px #ffc87f, 695px 958px #ffc87f, 457px 1691px #ffc87f, 1309px 1607px #ffc87f, 561px 1739px #ffc87f, 1348px 1678px #ffc87f, 1611px 1644px #ffc87f, 1559px 358px #ffc87f, 1585px 55px #ffc87f, 680px 596px #ffc87f, 823px 375px #ffc87f, 1752px 602px #ffc87f, 1790px 1724px #ffc87f, 769px 1482px #ffc87f, 390px 1271px #ffc87f, 1177px 1865px #ffc87f, 121px 704px #ffc87f, 1758px 1659px #ffc87f, 1749px 1776px #ffc87f, 1658px 650px #ffc87f, 1594px 1474px #ffc87f, 1816px 1850px #ffc87f, 705px 302px #ffc87f, 415px 1080px #ffc87f, 1786px 68px #ffc87f, 235px 1823px #ffc87f, 1362px 1580px #ffc87f, 1256px 757px #ffc87f, 872px 911px #ffc87f, 1803px 1004px #ffc87f, 1959px 1476px #ffc87f, 1980px 817px #ffc87f, 1715px 909px #ffc87f, 1502px 1491px #ffc87f, 1142px 106px #ffc87f, 1792px 1398px #ffc87f, 1482px 1749px #ffc87f, 401px 1277px #ffc87f, 1439px 1376px #ffc87f, 987px 1033px #ffc87f, 1834px 901px #ffc87f, 851px 1173px #ffc87f, 1596px 1084px #ffc87f, 1904px 1273px #ffc87f, 1492px 1954px #ffc87f, 617px 804px #ffc87f, 986px 1374px #ffc87f, 1561px 1685px #ffc87f, 1293px 864px #ffc87f
}

.x-register-card-footer #stars10:after {
    content: " ";
    position: absolute;
    top: 200px
}

.x-credit-free-bottom-container .x-hr-border-glow {
    width: 25%;
    margin-top: 0
}

.x-progress-bar {
    background-image: linear-gradient(135deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent) !important;
    background-size: 1rem 1rem !important;
    background-color: #62a59b !important;
    -webkit-animation: x-progress-bar-stripes 1s linear infinite;
    animation: x-progress-bar-stripes 1s linear infinite;
    border-radius: 10px
}

.x-progress-bar:before {
    content: " ";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 40%, rgba(170, 255, 250, .4) 60%, rgba(170, 255, 250, .8))
}

#notificationCenterModal .-modal-content .modal-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 1.5rem !important
}

@media (max-width:991.98px) {
    #notificationCenterModal .-modal-content .modal-header {
        padding-bottom: 2.5rem !important
    }
}

#notificationCenterModal .-modal-content .modal-header .-outer-wrapper {
    position: relative;
    margin: auto
}

#notificationCenterModal .-modal-content .modal-header .-outer-wrapper .-title-bg {
    width: 300px;
    height: auto;
    -webkit-filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, .75));
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, .75))
}

@media (max-width:575.98px) {
    #notificationCenterModal .-modal-content .modal-header .-outer-wrapper .-title-bg {
        width: 260px
    }
}

@media screen and (max-width:360px) {
    #notificationCenterModal .-modal-content .modal-header .-outer-wrapper .-title-bg {
        width: 250px
    }
}

#notificationCenterModal .-modal-content .modal-body {
    overflow: hidden;
    padding-right: 1rem;
    padding-left: 1rem
}

#notificationCenterModal .x-title-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%)
}

#notificationCenterModal .x-title-modal .-ic-title {
    width: 40px;
    height: auto;
    -webkit-filter: drop-shadow(4px 2px 6px rgba(0, 0, 0, .75));
    filter: drop-shadow(4px 2px 6px rgba(0, 0, 0, .75))
}

@media (max-width:767.98px) {
    #notificationCenterModal .x-title-modal .-ic-title {
        width: 30px
    }
}

#notificationCenterModal .x-title-modal .-text {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    background: radial-gradient(#ffd481, #ffcc6a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(2px 2px 2px #000);
    filter: drop-shadow(2px 2px 2px #000)
}

@media (max-width:767.98px) {
    #notificationCenterModal .x-title-modal .-text {
        font-size: 1.35rem
    }
}

.x-notification-center-render-container {
    position: relative
}

.x-notification-center-render-container .-no-result-with-reload {
    text-align: center
}

.x-notification-center-render-container .-delete-all-btn {
    position: absolute;
    bottom: -36px;
    left: 50%;
    background: transparent;
    border: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-notification-center-render-container .-delete-all-btn:focus {
    outline: none
}

@media (max-width:991.98px) {
    .x-notification-center-render-container .-delete-all-btn {
        position: fixed;
        top: 80px;
        bottom: unset;
        right: 2rem;
        left: unset;
        -webkit-transform: unset;
        transform: unset;
        z-index: 0
    }
}

.x-notification-center-render-container .-delete-all-btn .fas {
    font-size: 1rem;
    background: linear-gradient(180deg, #ffc149, #a86f00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-notification-center-render-container .-delete-all-btn .-text {
    display: inline-block;
    font-size: .9rem;
    background: linear-gradient(180deg, #ffc149, #a86f00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-notification-center-render-container .-delete-all-btn:hover .-text,
.x-notification-center-render-container .-delete-all-btn:hover .fas {
    background: linear-gradient(180deg, #ffd27c, #db9100);
    -webkit-background-clip: text
}

.x-notification-history-list-container {
    position: relative;
    z-index: 1;
    max-height: 500px;
    overflow-y: auto;
    border-radius: 1rem
}

.x-notification-history-list-container::-webkit-scrollbar-track {
    background-color: #212020;
    border-radius: 10px
}

.x-notification-history-list-container::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 10px
}

.x-notification-history-list-container::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px
}

@media (max-width:991.98px) {
    .x-notification-history-list-container {
        max-height: 75vh
    }
}

@media (max-width:575.98px) {
    .x-notification-history-list-container {
        padding-bottom: 3rem
    }
}

.x-notification-history-list-container .-loading-wrapper {
    margin-top: 1rem;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .2s
}

.x-notification-history-list-container .-loading-wrapper.-visible {
    opacity: 1;
    visibility: visible
}

.x-notification-history-list-container .wg-more {
    display: none
}

.x-notification-list-item-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: .8rem 1rem;
    background: hsla(0, 0%, 83.9%, .08);
    border-radius: 1rem
}

@media screen and (max-width:360px) {
    .x-notification-list-item-wrapper {
        padding: 1rem .5rem .5rem
    }
}

.x-notification-list-item-wrapper:not(:first-child) {
    margin-top: 1rem
}

.x-notification-list-item-wrapper.-unread {
    background: hsla(0, 0%, 83.9%, .3)
}

.x-notification-list-item-wrapper.-unread .-details-wrapper {
    opacity: 1
}

.x-notification-list-item-wrapper .-badge {
    position: absolute;
    top: 18px;
    left: 0;
    padding: 5px 15px 5px 10px;
    font-size: .81rem;
    font-weight: 600;
    color: #323232;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

@media (max-width:767.98px) {
    .x-notification-list-item-wrapper .-badge {
        padding: 4px 10px 4px 8px;
        font-size: .7875rem
    }
}

.x-notification-list-item-wrapper .-badge.-new {
    background: #f9f9f9
}

.x-notification-list-item-wrapper .-ic-img {
    width: 70px;
    height: auto
}

@media (max-width:575.98px) {
    .x-notification-list-item-wrapper .-ic-img {
        width: 60px
    }
}

.x-notification-list-item-wrapper .-details-wrapper {
    flex: 1 1 auto;
    padding-left: 1rem;
    opacity: .7
}

@media screen and (max-width:360px) {
    .x-notification-list-item-wrapper .-details-wrapper {
        padding-left: .5rem
    }
}

.x-notification-list-item-wrapper .-details-wrapper .-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffc149
}

@media screen and (max-width:360px) {
    .x-notification-list-item-wrapper .-details-wrapper .-title {
        font-size: 1.08rem
    }
}

.x-notification-list-item-wrapper .-details-wrapper .-description {
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.4;
    color: #e6e6e6
}

.x-notification-list-item-wrapper .-details-wrapper .-datetime {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0;
    color: #e6e6e6;
    font-size: .9rem
}

.x-notification-list-item-wrapper .-details-wrapper .-apply-promotion-btn {
    display: inline-block;
    margin-right: 5px;
    padding: 4px 10px;
    font-size: .9rem;
    color: #323232;
    background: linear-gradient(180deg, #f4f4f4 28%, #aeaeae);
    border: none
}

@media (max-width:575.98px) {
    .x-notification-list-item-wrapper .-details-wrapper .-apply-promotion-btn {
        padding: 4px 6px
    }
}

.x-notification-list-item-wrapper .-coupon-code {
    margin-top: 2px;
    font-size: .9rem;
    color: #e6e6e6
}

.x-notification-list-item-wrapper .-coupon-code .-label {
    display: inline-block;
    margin-right: 5px
}

.x-notification-list-item-wrapper .-coupon-code .-copy-coupon-wrapper {
    display: inline-block;
    color: #ffc149
}

.x-notification-list-item-wrapper .-coupon-code .fas {
    margin-left: 3px;
    font-size: 14px
}

.x-notification-list-item-wrapper .-actions-wrapper {
    text-align: right;
    flex: 0 0 25px
}

.x-notification-list-item-wrapper .-actions-wrapper .-delete-btn {
    padding: 0 .25rem
}

.x-notification-list-item-wrapper .-actions-wrapper .-delete-btn .fas {
    font-size: 1rem;
    background: linear-gradient(180deg, #ffc149, #a86f00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-notification-list-item-wrapper .-actions-wrapper .-delete-btn:hover .fas {
    background: linear-gradient(180deg, #ffd27c, #db9100);
    -webkit-background-clip: text
}

.x-notification-badge-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    font-size: .9rem;
    font-weight: 700;
    background: linear-gradient(180deg, #e60000 28%, #a70000);
    border-radius: 50%
}

.x-notification-badge-container .-text {
    color: #fff
}

@media (max-width:767.98px) {
    .x-slide-left-content-term {
        transition: all 0s !important;
        padding: 0
    }
}

.x-slide-left-content-term.-hide .-submit {
    display: none
}

.x-term-and-condition.-home {
    padding-top: 10rem
}

@media (max-width:991.98px) {
    .x-term-and-condition.-home {
        padding-top: 5rem
    }
}

.x-term-and-condition.-home .-notice-box {
    position: relative;
    margin-top: 6rem;
    border: 1px solid #ffc87f
}

@media (max-width:991.98px) {
    .x-term-and-condition.-home .-notice-box {
        margin-top: 3rem
    }
}

.x-term-and-condition.-home .-notice-box .-title {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    background-color: #000;
    text-align: center
}

.x-term-and-condition.-home .-notice-box .-title img {
    width: 160px;
    height: auto;
    margin-top: -90px
}

.-block-content-term-and-condition {
    padding-top: 10px;
    padding-bottom: 10px
}

@media (max-width:991.98px) {
    .x-term-and-condition.-home .-notice-box .-block-content-term-and-condition .-detail {
        font-size: 1.3rem
    }
}

@media (max-width:575.98px) {
    .x-term-and-condition .-block-content-term-and-condition {
        padding-left: 15px;
        padding-right: 15px
    }
}

.x-term-and-condition .-block-content-term-and-condition h4 {
    margin-top: 1.5rem
}

.x-term-and-condition .-block-content-term-and-condition ul {
    list-style-type: none;
    padding: 0
}

.x-term-and-condition .-block-content-term-and-condition ul.-detail li {
    display: flex
}

.x-term-and-condition .-block-content-term-and-condition ul.-detail li:before {
    content: "-";
    margin-right: .5rem;
    display: block
}

.x-term-and-condition .-block-content-term-and-condition.-register-modal h2,
.x-term-and-condition .-block-content-term-and-condition.-register-modal h4 {
    font-size: 1.4rem;
    margin-top: 0
}

.x-term-and-condition .-block-content-term-and-condition.-register-modal hr {
    display: none
}

.x-term-and-condition .-block-content-term-and-condition.-register-modal ul {
    text-align: left;
    font-size: 1.08rem
}

.x-term-and-condition .-block-content-term-and-condition.-register-modal ul.-detail li {
    margin-bottom: .2rem
}

.x-term-and-condition .-block-content-term-and-condition.-register-modal p {
    font-size: 1.08rem
}

.x-zean-notify-content-class-container {
    margin-top: 0 !important
}

.x-zean-notify-content-class-container .-main-content {
    padding-top: 8rem;
    padding-bottom: 6rem;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

@media (max-width:767.98px) {
    .x-zean-notify-content-class-container .-main-content {
        padding-bottom: 3rem
    }
}

.x-zean-notify-content-class-container .-table-btn {
    position: relative;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.3rem;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    color: #fff;
    background: linear-gradient(180deg, #ffd733 0, #d2872d);
    border: none;
    border-radius: 5px
}

.x-zean-notify-content-class-container .-table-btn:after,
.x-zean-notify-content-class-container .-table-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    z-index: 1;
    width: 80%;
    height: 3px;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, 0));
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-zean-notify-content-class-container .-table-btn:before {
    top: 0
}

.x-zean-notify-content-class-container .-table-btn:after {
    bottom: 0
}

.x-zean-notify-content-class-container .-coin {
    position: absolute;
    -webkit-animation: x-floating 6s ease-in-out infinite;
    animation: x-floating 6s ease-in-out infinite
}

.x-zean-notify-content-class-container .-coin.-item-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    position: absolute;
    bottom: -90px;
    right: -80px;
    width: 250px;
    height: auto
}

@media (max-width:1199.98px) {
    .x-zean-notify-content-class-container .-coin.-item-1 {
        right: -40px;
        width: 200px
    }
}

@media (max-width:991.98px) {
    .x-zean-notify-content-class-container .-coin.-item-1 {
        bottom: -70px;
        width: 160px
    }
}

@media (max-width:767.98px) {
    .x-zean-notify-content-class-container .-coin.-item-1 {
        bottom: -60px;
        width: 120px
    }
}

@media (max-width:575.98px) {
    .x-zean-notify-content-class-container .-coin.-item-1 {
        bottom: -40px;
        width: 20%;
        right: 10px
    }
}

.x-zean-notify-content-class-container .-coin.-item-2 {
    top: -20px;
    left: -80px;
    width: 200px
}

@media (max-width:1199.98px) {
    .x-zean-notify-content-class-container .-coin.-item-2 {
        left: -40px;
        width: 180px
    }
}

@media (max-width:991.98px) {
    .x-zean-notify-content-class-container .-coin.-item-2 {
        top: 0;
        width: 120px
    }
}

@media (max-width:767.98px) {
    .x-zean-notify-content-class-container .-coin.-item-2 {
        top: -20px;
        left: -60px;
        width: 80px
    }
}

@media (max-width:575.98px) {
    .x-zean-notify-content-class-container .-coin.-item-2 {
        top: unset;
        bottom: -10px;
        left: 10px;
        width: 16%
    }
}

.x-zean-notify-content-class-container .-navbar-container {
    justify-content: center;
    margin-top: 2rem;
    padding: 2rem 1rem 1rem;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px
}

@media (max-width:575.98px) {
    .x-zean-notify-content-class-container .-navbar-container {
        padding: .5rem .25rem 1rem
    }
}

.x-zean-notify-content-class-container .-navbar-container .nav-item {
    width: 25%;
    margin-top: 1rem;
    padding: 0 .5rem
}

@media (max-width:1199.98px) {
    .x-zean-notify-content-class-container .-navbar-container .nav-item {
        width: 33.33333%
    }
}

@media (max-width:767.98px) {
    .x-zean-notify-content-class-container .-navbar-container .nav-item {
        width: 50%
    }
}

.x-zean-notify-content-class-container .-title-img {
    width: 500px;
    height: auto
}

@media (max-width:991.98px) {
    .x-zean-notify-content-class-container .-title-img {
        width: 450px
    }
}

@media (max-width:575.98px) {
    .x-zean-notify-content-class-container .-title-img {
        width: 100%;
        max-width: 350px
    }
}

.x-zean-card-item {
    position: relative;
    height: 100%;
    text-align: center
}

.x-zean-card-item .-title {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff
}

@media (max-width:991.98px) {
    .x-zean-card-item .-title {
        font-size: 1.35rem
    }
}

@media (max-width:767.98px) {
    .x-zean-card-item .-title {
        font-size: 1.125rem
    }
}

.x-zean-card-item .-score-rank {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 50%;
    width: 250px;
    height: 32px;
    margin-top: 10px;
    margin-bottom: .875rem;
    font-size: .81rem;
    color: #f1c423;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-zean-card-item .-score-rank .-left,
.x-zean-card-item .-score-rank .-right {
    flex: 1 1 30%;
    position: relative;
    top: 0;
    color: #fff
}

.x-zean-card-item .-score-rank .-right {
    text-align: left
}

.x-zean-card-item .-score-rank .-left {
    text-align: right
}

.x-zean-card-item .-score-rank .-percent {
    position: relative;
    flex: 0 0 32.5%;
    font-size: .99rem;
    font-weight: 700;
    color: #69430b
}

@media (max-width:991.98px) {
    .x-zean-card-item .-score-rank {
        width: 100%;
        height: 34px;
        font-size: .81rem
    }
    .x-zean-card-item .-score-rank .-left,
    .x-zean-card-item .-score-rank .-right {
        flex: 1 1 32.5%
    }
    .x-zean-card-item .-score-rank .-percent {
        flex: 0 0 35%
    }
}

@media (max-width:575.98px) {
    .x-zean-card-item .-score-rank {
        width: 165px;
        height: 30px;
        font-size: .81rem
    }
    .x-zean-card-item .-score-rank .-percent {
        font-size: .945rem
    }
}

@media screen and (max-width:360px) {
    .x-zean-card-item .-score-rank {
        width: 150px;
        font-size: .72rem
    }
    .x-zean-card-item .-score-rank .-percent {
        font-size: .855rem
    }
}

.x-zean-card-item .-description {
    font-size: 1rem
}

@media (max-width:991.98px) {
    .x-zean-card-item .-description {
        font-size: .99rem
    }
}

@media (max-width:767.98px) {
    .x-zean-card-item .-description {
        font-size: .9rem
    }
}

.x-zean-card-item .-profile-img-wrapper {
    position: relative;
    width: 90%;
    max-width: 200px;
    margin: auto
}

.x-zean-card-item .-profile-img-wrapper .-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s
}

@media (max-width:991.98px) {
    .x-zean-card-item .-profile-img-wrapper {
        max-width: 180px
    }
}

.x-zean-card-item .-rank-ic {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    width: 70px;
    height: auto;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%)
}

@media (max-width:575.98px) {
    .x-zean-card-item .-rank-ic {
        width: 60px
    }
}

.x-zean-card-item .-join-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 140px;
    padding: 8px 1rem;
    font-size: 1rem;
    color: #fff;
    background: linear-gradient(180deg, #43e279, #22a045);
    border-radius: 6px;
    transition: all .2s;
    text-decoration: none
}

.x-zean-card-item .-join-btn .-line-ic {
    margin-right: 5px
}

.x-zean-card-item .-join-btn .-text {
    position: relative
}

.x-zean-card-item .-join-btn:hover {
    background: linear-gradient(180deg, #22dd61, #1b8037)
}

@media (min-width:992px) {
    .x-zean-card-item .-join-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(-50%, calc(-50% + 10px));
        transform: translate(-50%, calc(-50% + 10px))
    }
}

@media (max-width:991.98px) {
    .x-zean-card-item .-join-btn {
        margin: auto
    }
}

@media (max-width:575.98px) {
    .x-zean-card-item .-join-btn {
        padding: 8px .5rem;
        font-size: .9rem
    }
}

.x-zean-card-item:hover .-profile-img-wrapper .-img {
    -webkit-filter: drop-shadow(0 0 15px rgba(255, 200, 127, .75));
    filter: drop-shadow(0 0 15px rgba(255, 200, 127, .75))
}

@media (min-width:992px) {
    .x-zean-card-item:hover .-join-btn {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

.x-bet-limit-updater-container {
    text-align: center
}

@media (max-width:575.98px) {
    .x-bet-limit-updater-container.-transfer .-img-container {
        margin-bottom: 2rem
    }
}

.x-bet-limit-updater-container.-transfer .-img-container .-splitter-line {
    border-color: #ffc87f
}

.x-bet-limit-updater-container.-transfer .-submit,
.x-bet-limit-updater-container.-transfer .x-admin-contact,
.x-bet-limit-updater-container.-transfer form[name=bet_limit_group_choice] select {
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:991.98px) {
    .x-bet-limit-updater-container.-transfer .-submit,
    .x-bet-limit-updater-container.-transfer .x-admin-contact,
    .x-bet-limit-updater-container.-transfer form[name=bet_limit_group_choice] select {
        width: 100%
    }
}

.x-bet-limit-updater-container form[name=bet_limit_group_choice] {
    margin-top: 1rem
}

.x-bet-limit-updater-container form[name=bet_limit_group_choice] select {
    width: 100%;
    height: calc(1.5em + 1.6rem + 2px);
    padding: 0 1rem;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    border-radius: 30px;
    border: 2px solid #fff;
    color: #fff;
    background: #0d0d0d;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position: center right 7.5px
}

.x-bet-limit-updater-container form[name=bet_limit_group_choice] select:focus {
    outline: none;
    box-shadow: none
}

.x-bet-limit-updater-container form[name=bet_limit_group_choice] select option {
    color: #000
}

.x-deposit-bank-maintenance {
    width: 90%;
    margin: 0 auto 1rem;
    border: 1px solid #ffc87f
}

@media (max-width:991.98px) {
    .x-deposit-bank-maintenance {
        margin: 0 auto 2rem
    }
}

@media (max-width:767.98px) {
    .x-deposit-bank-maintenance {
        width: 100%
    }
}

.x-deposit-bank-maintenance .-text {
    margin-bottom: 0;
    padding: 18px 1rem 10px;
    font-size: 1.4rem
}

.x-no-result-component {
    padding: 2rem 1rem;
    text-align: center
}

@media (max-width:767.98px) {
    .x-no-result-component {
        padding: 1rem
    }
}

.x-no-result-component .-icon {
    width: 70px;
    height: auto;
    margin-bottom: 1rem
}

@media (max-width:767.98px) {
    .x-no-result-component .-icon {
        width: 50px
    }
}

.x-no-result-component .-title {
    font-size: 1.8rem;
    font-weight: 600
}

@media (max-width:767.98px) {
    .x-no-result-component .-title {
        font-size: 1.35rem
    }
}

.x-no-result-component .-description {
    margin-bottom: 0;
    font-size: 1.17rem
}

@media (max-width:767.98px) {
    .x-no-result-component .-description {
        font-size: .99rem
    }
}

.x-text-with-link-component {
    font-size: 1.035rem
}

.x-text-with-link-component .-link-message {
    color: #ffc87f;
    opacity: .75
}

.x-text-with-link-component .-text-message {
    margin: 0;
    opacity: .75
}

@media (max-width:991.98px) {
    .x-text-with-link-component {
        font-size: 1.4rem
    }
}

.x-select-amount {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 2rem
}

@media (max-width:991.98px) {
    .x-select-amount {
        width: 400px;
        margin: 2rem auto 0
    }
}

@media (max-width:575.98px) {
    .x-select-amount {
        width: 100%;
        justify-content: space-between
    }
}

.x-select-amount .-amount-container {
    width: 30%;
    margin-bottom: 1rem
}

@media (max-width:575.98px) {
    .x-select-amount .-amount-container {
        width: 31.5%
    }
}

.x-select-amount .-amount-container .-btn-select-amount {
    position: relative;
    border-radius: 10px
}

.x-select-amount .-amount-container .-btn-select-amount:focus {
    outline: none;
    box-shadow: none
}

.x-select-amount .-amount-container .-btn-select-amount .-no {
    position: absolute;
    top: 14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-select-amount .-amount-container .-btn-select-amount .-default {
    display: inline-block;
    width: 100%
}

.x-select-amount .-amount-container .-btn-select-amount .-hover {
    width: 97%
}

@media (min-width:992px) {
    .x-select-amount .-amount-container .-btn-select-amount:hover {
        background: radial-gradient(circle, rgba(236, 189, 123, .5) 0, rgba(120, 100, 52, .5) 100%);
        box-shadow: 0 0 10px #7e6938
    }
    .x-select-amount .-amount-container .-btn-select-amount:hover .-default {
        display: none
    }
    .x-select-amount .-amount-container .-btn-select-amount:hover .-hover {
        display: inline-block;
        border-radius: 12px
    }
    .x-select-amount .-amount-container .-btn-select-amount:hover .-effect {
        display: inline-block;
        position: absolute;
        z-index: 1;
        top: -5px;
        left: 50%;
        width: 55px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.x-select-amount .-amount-container .-btn-select-amount.active {
    background: radial-gradient(circle, rgba(236, 189, 123, .5) 0, rgba(120, 100, 52, .5) 100%);
    box-shadow: 0 0 10px #7e6938
}

.x-select-amount .-amount-container .-btn-select-amount.active .-default {
    display: none
}

.x-select-amount .-amount-container .-btn-select-amount.active .-hover {
    display: inline-block;
    border-radius: 12px
}

.x-select-amount .-amount-container .-btn-select-amount.active .-effect {
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 50%;
    width: 55px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:991.98px) {
    .x-select-amount .-amount-container .-btn-select-amount {
        font-size: 1.5rem
    }
    .x-select-amount .-amount-container .-btn-select-amount .-hover {
        width: 97%
    }
    .x-select-amount .-amount-container .-btn-select-amount .-no {
        top: 20px
    }
    .x-select-amount .-amount-container .-btn-select-amount.active .-effect {
        top: -6px;
        width: 70px
    }
}

@media (max-width:575.98px) {
    .x-select-amount .-amount-container .-btn-select-amount {
        font-size: 1.3rem
    }
    .x-select-amount .-amount-container .-btn-select-amount .-no {
        top: 58%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
    .x-select-amount .-amount-container .-btn-select-amount.active .-effect {
        width: 60%
    }
}

.x-entrance-sood {
    width: 150px;
    position: fixed;
    bottom: 50px;
    left: 30px;
    z-index: 2;
    cursor: pointer
}

@media (max-width:991.98px) {
    .x-entrance-sood {
        display: none
    }
}

.x-entrance-sood .-img-pattern {
    width: 100%;
    height: auto;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.x-entrance-sood .-btn-sood {
    border: none;
    position: absolute;
    bottom: -38px;
    left: 50%;
    z-index: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 3px;
    height: 30px;
    width: 100px;
    border-radius: 15px
}

@media (min-width:992px) {
    .x-entrance-sood:hover .-img-pattern {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.x-button-actions-v2 {
    display: none
}

@media (max-width:991.98px) {
    .x-button-actions-v2 {
        display: block
    }
    .x-button-actions-v2:before {
        content: "";
        position: absolute;
        top: -4px;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #cbaf63, #725108)
    }
    .x-button-actions-v2 .-menu-wrapper {
        display: flex
    }
    .x-button-actions-v2 .-menu-wrapper .-sub-menu-container {
        position: relative;
        flex: 1;
        display: flex
    }
    .x-button-actions-v2 .-menu-wrapper .-sub-menu-container .-lists-child-container {
        background: linear-gradient(180deg, #454545, #151515 51.33%, #000);
        position: absolute;
        top: 0;
        z-index: -1;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        transition: all .4s;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        display: flex;
        flex-direction: column
    }
    .x-button-actions-v2 .-menu-wrapper .-sub-menu-container .-lists-child-container.open {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        z-index: 0;
        visibility: visible;
        opacity: 1
    }
    .x-button-actions-v2 .-menu-wrapper .-sub-menu-container .-lists-child-container .-btn-item {
        border-bottom: 1px solid #454545
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-item {
        flex: 1;
        height: 68px;
        border-radius: 0;
        background: linear-gradient(180deg, #141315, #282828);
        font-size: .95rem;
        border: none;
        border-right: 1px solid #454545;
        padding: 0
    }
}

@media screen and (max-width:991.98px) and (max-width:360px) {
    .x-button-actions-v2 .-menu-wrapper .-btn-item {
        font-size: .85rem
    }
}

@media (max-width:991.98px) {
    .x-button-actions-v2 .-menu-wrapper .-btn-item .-btn-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        display: flex;
        height: 100%;
        color: #fff
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-item .-btn-wrapper .-typo {
        margin-top: 3px;
        margin-bottom: 4px
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-item:last-child {
        border-right: none
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-item:hover {
        text-decoration: none
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-item:focus {
        outline: none
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-event-container .-ic-img {
        width: 32px
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-login-container .-ic-img {
        width: 30px;
        -webkit-animation: x-rotate-item 1s infinite;
        animation: x-rotate-item 1s infinite
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-register-container .-ic-img {
        width: 30px
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-lobby-container .-ic-img {
        width: 32px
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-sood-container .-ic-img {
        width: 34px
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-deposit-container .-ic-img,
    .x-button-actions-v2 .-menu-wrapper .-btn-withdraw-container .-ic-img {
        width: 36px
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-competition-container .-ic-img,
    .x-button-actions-v2 .-menu-wrapper .-btn-ranking-win-amount-container .-ic-img,
    .x-button-actions-v2 .-menu-wrapper .-btn-ranking-win-rate-container .-ic-img {
        width: 32px
    }
    .x-button-actions-v2 .-menu-wrapper .-btn-zean-wrapper .-ic-img {
        width: 30px
    }
}

.x-contact-us-v2 .-link-item {
    display: block;
    padding-right: 10px;
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 200, 127, .3));
    filter: drop-shadow(0 0 10px rgba(255, 200, 127, .3));
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s
}

.x-contact-us-v2 .-link-item.-img img {
    width: 120px;
    height: auto
}

@media (max-width:991.98px) {
    .x-contact-us-v2 .-link-item.-img img {
        width: 100px
    }
}

@media (max-width:767.98px) {
    .x-contact-us-v2 .-link-item.-img img {
        width: 90px
    }
}

.x-contact-us-v2 .-link-item:hover {
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 200, 127, .6));
    filter: drop-shadow(0 0 10px rgba(255, 200, 127, .6))
}

.x-anon-container-v2 .-login-btn {
    border-radius: 30px;
    min-width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    background-image: linear-gradient(1turn, #7c0047, #a7146a 45.97%, #d8a3ec 120%), linear-gradient(90deg, #faf1a1 7.14%, #cea359 54.32%, #fef6af);
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding: 0;
    position: relative;
    height: 34px
}

.x-anon-container-v2 .-login-btn:active,
.x-anon-container-v2 .-login-btn:focus {
    text-decoration: none;
    outline: none
}

.x-anon-container-v2 .-login-btn .-ic-login {
    position: absolute;
    width: 35px;
    left: 0;
    top: 0;
    -webkit-transform: translate(-16px, -4px);
    transform: translate(-16px, -4px)
}

.x-anon-container-v2 .-login-btn .-text-btn {
    color: #fff;
    margin-top: 0
}

.x-contact-directly {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: .5rem;
    margin-bottom: 1rem
}

@media (max-width:1199.98px) {
    .x-contact-directly {
        margin-left: 0
    }
}

@media (max-width:991.98px) {
    .x-contact-directly {
        align-items: center;
        padding: 1rem;
        background: hsla(0, 0%, 100%, .1)
    }
}

@media screen and (max-width:360px) {
    .x-contact-directly {
        flex-direction: column
    }
}

.x-contact-directly .-text-wrapper {
    margin-right: 1rem;
    font-weight: 300;
    color: #fff
}

.x-contact-directly .-text-wrapper.-empty {
    text-align: center;
    margin-right: 0
}

@media (max-width:575.98px) {
    .x-contact-directly .-text-wrapper {
        font-size: .7875rem
    }
}

@media screen and (max-width:360px) {
    .x-contact-directly .-text-wrapper {
        margin-right: 0
    }
}

.x-contact-directly .-text-wrapper .-img-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2px;
    font-size: 1.35rem;
    font-weight: 500
}

.x-contact-directly .-text-wrapper .-img-wrap-link {
    display: block;
    width: 160px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff
}

@media (max-width:767.98px) {
    .x-contact-directly .-text-wrapper .-img-wrap-link {
        width: 140px
    }
}

.x-contact-directly .-text-wrapper .-img-wrap-link .-button-bg {
    width: 100%;
    height: auto;
    transition: all .2s
}

.x-contact-directly .-text-wrapper .-img-wrap-link .-button-bg.-dark {
    display: none
}

.x-contact-directly .-text-wrapper .-img-wrap-link:focus .-button-bg {
    -webkit-filter: drop-shadow(0 0 5px rgba(226, 214, 244, .8));
    filter: drop-shadow(0 0 5px rgba(226, 214, 244, .8))
}

@media (min-width:992px) {
    .x-contact-directly .-text-wrapper .-img-wrap-link:hover .-button-bg {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-filter: drop-shadow(0 0 5px rgba(226, 214, 244, .8));
        filter: drop-shadow(0 0 5px rgba(226, 214, 244, .8))
    }
}

@media (max-width:575.98px) {
    .x-contact-directly .-text-wrapper .-img-wrap {
        font-size: 1.125rem
    }
}

.x-contact-directly .-text-wrapper .-logo {
    width: 36px;
    height: auto;
    margin-right: 5px;
    -webkit-filter: drop-shadow(0 0 1px hsla(0, 0%, 100%, .5));
    filter: drop-shadow(0 0 1px rgba(255, 255, 255, .5));
    border-radius: 50%
}

@media (max-width:575.98px) {
    .x-contact-directly .-text-wrapper .-logo {
        width: 26px
    }
}

.x-contact-directly .-text-wrapper .-text-bottom {
    font-size: 1.0125rem
}

@media (max-width:575.98px) {
    .x-contact-directly .-text-wrapper .-text-bottom {
        font-size: .7875rem
    }
}

.x-contact-directly .-qr-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:360px) {
    .x-contact-directly .-qr-wrapper {
        margin-top: 1rem
    }
}

.x-contact-directly .-qr-wrapper.-empty {
    display: none
}

.x-contact-directly .-channel {
    transition: all .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .x-contact-directly .-channel {
        transition: none
    }
}

.x-contact-directly .-channel:not(:last-child) {
    margin-right: 10px
}

.x-contact-directly .-channel .-entry-img,
.x-contact-directly .-channel .-qr-img {
    width: 100px;
    height: auto
}

@media (max-width:991.98px) {
    .x-contact-directly .-channel .-entry-img,
    .x-contact-directly .-channel .-qr-img {
        width: 80px
    }
}

@media (max-width:575.98px) {
    .x-contact-directly .-channel .-entry-img,
    .x-contact-directly .-channel .-qr-img {
        width: 70px
    }
}

@media (max-width:991.98px) {
    .x-contact-directly .-channel .-qr-img {
        display: none
    }
}

@media (min-width:992px) {
    .x-contact-directly .-channel .-entry-img {
        display: none
    }
}

@media (min-width:992px) {
    .x-contact-directly .-channel:hover.-telegram {
        box-shadow: 0 0 12px rgba(104, 184, 230, .75)
    }
    .x-contact-directly .-channel:hover.-line {
        box-shadow: 0 0 12px rgba(60, 198, 53, .75)
    }
}

.x-modal.-alert-modal {
    padding-right: 0 !important
}

.x-modal.-alert-modal .modal-dialog {
    margin: 1.75rem 1rem 1.75rem auto !important;
    color: #fff;
    width: 350px;
    transition: .6s linear
}

@media (max-width:991.98px) {
    .x-modal.-alert-modal .modal-dialog {
        height: 80px;
        right: 0
    }
}

.x-modal.-alert-modal .modal-dialog .-modal-content {
    max-width: 350px;
    margin-left: auto;
    transition: all .7s ease;
    overflow: hidden;
    min-height: auto;
    background: linear-gradient(180deg, #43001b, #270012);
    border: 1px solid transparent
}

@media (max-width:991.98px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content {
        border-radius: 8px;
        max-width: 270px
    }
}

.x-modal.-alert-modal .modal-dialog .-modal-content .close {
    font-size: 1.6875rem !important;
    border: none;
    border-radius: 0;
    top: 20px;
    right: 2px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ecbd7b
}

@media (max-width:991.98px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content .close {
        top: 16px
    }
}

.x-modal.-alert-modal .modal-dialog .-modal-content .close span {
    width: 100%;
    padding-top: 5px
}

.x-modal.-alert-modal .modal-dialog .-modal-content:before {
    content: "";
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #7e7e7e;
    transition: 2.4s linear 1s
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body {
    padding: 1rem;
    display: flex;
    align-items: center
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body.-modal-body {
    margin: 0;
    background-color: transparent
}

@media (max-width:991.98px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content .modal-body.-modal-body {
        bottom: 0
    }
}

@media (max-width:991.98px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content .modal-body {
        padding: 0 1rem
    }
}

@media (min-width:992px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body {
        padding-right: 1.2rem
    }
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-alert-body-wrapper {
    margin: auto
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-alert-body-wrapper .-img-alert {
    width: 47px;
    border-radius: 8px
}

@media (max-width:575.98px) {
    .x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-alert-body-wrapper .-img-alert {
        width: 42px
    }
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-title {
    color: #d1aa73
}

.x-modal.-alert-modal.show .modal-dialog .-modal-content:before {
    left: 0
}

.x-modal.-alert-modal.-hide-alert .modal-dialog .-modal-content {
    -webkit-transform: translate(105%);
    transform: translate(105%)
}

.x-ranking-entrance {
    margin-bottom: .5rem;
    margin-right: 8px
}

.x-ranking-entrance .-ic {
    width: 70px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.x-ranking-entrance .-link-wrapper:hover .-ic {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.x-competition-entrance {
    margin-bottom: .5rem;
    margin-right: 8px
}

.x-competition-entrance .-ic {
    width: 70px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.x-competition-entrance .-link-wrapper:hover .-ic {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.x-notification-entrance-container {
    margin-right: 8px;
    margin-bottom: 10px
}

.x-notification-entrance-container .-link-wrapper {
    position: relative;
    display: inline-block
}

.x-notification-entrance-container .-link-wrapper .-img {
    width: 56px;
    height: auto;
    transition: .2s
}

.x-notification-entrance-container .-link-wrapper:hover .-img {
    -webkit-transform: scale(1.075) rotate(5deg);
    transform: scale(1.075) rotate(5deg)
}

.x-notification-entrance-container .-link-wrapper.-shake .-img-wrapper {
    -webkit-animation: x-rotate-item .8s infinite;
    animation: x-rotate-item .8s infinite
}

.x-notification-entrance-container .x-notification-badge-container {
    position: absolute;
    top: 0;
    right: -4px
}

.x-timer-flip-wrapper {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 390px;
    margin: -1rem auto 2rem
}

@media (max-width:991.98px) {
    .x-timer-flip-wrapper {
        width: 320px
    }
}

@media (max-width:767.98px) {
    .x-timer-flip-wrapper {
        margin-top: -.25rem;
        margin-bottom: 1rem
    }
}

@media (max-width:575.98px) {
    .x-timer-flip-wrapper {
        width: 240px;
        margin-top: -.75rem
    }
}

.x-timer-flip-wrapper .-inner-wrapper {
    flex: 1 1 25%;
    margin-right: 8px
}

.x-timer-flip-wrapper .-inner-wrapper:last-child {
    margin-right: 0
}

@media (max-width:575.98px) {
    .x-timer-flip-wrapper .-inner-wrapper {
        margin-right: 4px
    }
}

.x-timer-flip-wrapper .-count-title {
    display: block;
    width: 100%;
    margin-top: 8px;
    font-size: 1rem
}

@media (max-width:575.98px) {
    .x-timer-flip-wrapper .-count-title {
        font-size: .8rem;
        margin-top: 4px
    }
}

.x-block-time {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
    border: 2px solid #3b3b3b;
    background: linear-gradient(180deg, #141414, #333)
}

.x-block-time .-figure {
    position: relative;
    float: left;
    width: calc(50% - 2px);
    background: linear-gradient(180deg, #212121, #393939);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
    height: 50px
}

.x-block-time .-figure>span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    color: #de4848;
    font-size: 3rem;
    font-weight: 400 !important;
    line-height: 1
}

@media (max-width:991.98px) {
    .x-block-time .-figure {
        height: 42px
    }
    .x-block-time .-figure>span {
        font-size: 2.5rem
    }
}

@media (max-width:575.98px) {
    .x-block-time .-figure {
        height: 30px
    }
    .x-block-time .-figure>span {
        font-size: 1.75rem
    }
}

.x-block-time .-figure:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 2px;
    background: #212121;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.x-block-time .-figure .-top {
    z-index: 3;
    color: #cbcbcb;
    background: linear-gradient(180deg, #212121 0, #393939 200%);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: perspective(200px);
    transform: perspective(200px);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.x-block-time .-figure .-bottom {
    z-index: 1;
    color: #f6f6f6
}

.x-block-time .-figure .-bottom-back {
    z-index: 2;
    top: 0;
    height: 50%;
    overflow: hidden;
    background: linear-gradient(180deg, #212121 0, #393939 200%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.x-block-time .-figure .-bottom-back span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #cbcbcb
}

.x-block-time .-figure .-top,
.x-block-time .-figure .-top-back {
    height: 50%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.x-block-time .-figure .-top-back {
    z-index: 4;
    bottom: 0;
    background: linear-gradient(180deg, #212121 -100%, #393939);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: perspective(200px) rotateX(180deg);
    transform: perspective(200px) rotateX(180deg);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.x-block-time .-figure .-top-back span {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin: auto;
    color: #f6f6f6
}

.x-zean-notify-entrance {
    margin-bottom: .5rem;
    margin-right: 8px
}

.x-zean-notify-entrance .-ic {
    width: 70px;
    height: auto;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.x-zean-notify-entrance .-link-wrapper:hover .-ic {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.x-lobby-v2-body-main-container {
    font-family: Kanit, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    background-color: #000
}

.x-lobby-v2-body-main-container #main__content {
    margin-top: 0
}

.x-lobby-v2-content-container {
    width: 100%;
    height: auto;
    min-height: 500px;
    position: relative;
    overflow: hidden
}

.x-covid-19 {
    position: relative;
    pointer-events: none;
    cursor: not-allowed
}

.x-covid-19:before {
    content: "ปิดชั่วคราว \a Covid-19";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    background: #8c0d0d;
    z-index: 2;
    width: 88%;
    color: #fff;
    font-weight: 700;
    white-space: pre;
    border-radius: 4px;
    padding: 0 0 5px
}

@media (max-width:767.98px) {
    .x-covid-19:before {
        font-size: .9em
    }
}

.x-covid-19 a {
    display: inline-block;
    pointer-events: none;
    cursor: not-allowed;
    opacity: .5
}

.x-covid-19 a:hover img {
    -webkit-transform: none !important;
    transform: none !important
}

.x-footer-lobby.-lobby-v2 {
    padding-bottom: 80px
}

.x-footer-lobby.-lobby-v2 .-tags-wrapper .-tags {
    margin-top: 0;
    border-top: none
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-footer-lobby.-lobby-v2 .-tags-wrapper .-tags .vex-dialog-button,
.x-footer-lobby.-lobby-v2 .-tags-wrapper .-tags .btn,
.x-footer-lobby.-lobby-v2 .-tags-wrapper .-tags .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding: 4px 10px 0;
    font-size: .875rem;
    font-weight: 300;
    border-radius: 4px
}

.x-lobby-v2-recently-game {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 1.5rem 0;
    position: relative
}

.x-lobby-v2-recently-game:after,
.x-lobby-v2-recently-game:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-lobby-v2-recently-game:before {
    top: -1px;
    background: linear-gradient(90deg, #ff3e40, #ff752d 51.04%, #ff3e40)
}

.x-lobby-v2-recently-game:after {
    bottom: -1px;
    background: linear-gradient(90deg, #ff3e40, #ff752d 51.04%, #ff3e40)
}

.x-component-recently-games-container .-title-recently-games {
    font-weight: 500;
    color: #f6f6f6;
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .x-component-recently-games-container .-recently-inner-wrapper {
        padding: 0 6px
    }
}

@media (max-width:575.98px) {
    .x-component-recently-games-container .-recently-inner-wrapper {
        overflow-x: auto
    }
}

.x-component-recently-games-container .-recently-inner-wrapper .navbar-nav {
    flex-direction: row
}

.x-component-recently-games-container .-recently-inner-wrapper .navbar-nav .nav-item {
    width: 146px
}

@media (max-width:575.98px) {
    .x-component-recently-games-container .-recently-inner-wrapper .navbar-nav .nav-item {
        min-width: 33.33333%
    }
}

.x-component-recently-games-container .-recently-inner-wrapper .navbar-nav .nav-item:not(last-child) {
    margin-right: .75rem
}

.x-component-recently-games-container .-recently-inner-wrapper .-inner-wrapper .-wrapper-container .-btn.-btn-demo,
.x-component-recently-games-container .-recently-inner-wrapper .-inner-wrapper .-wrapper-container .-btn.-btn-play {
    font-size: .875rem !important
}

.x-game-badge-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 70px;
    height: 70px;
    overflow: hidden
}

.x-game-badge-image .-img,
.x-game-badge-image:before {
    position: absolute;
    top: 32%;
    left: 32%
}

.x-game-badge-image .-img {
    z-index: 1;
    width: 18px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.x-game-badge-image:before {
    content: "";
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 110px;
    height: 28px;
    background: rgba(0, 0, 0, .4)
}

.x-game-badge-image.-normal .-img {
    width: 14px
}

.x-game-badge-image.-normal:before {
    height: 24px
}

.x-lobby-v2-element-container .-element-01,
.x-lobby-v2-element-container .-element-02 {
    position: absolute
}

.x-lobby-v2-element-container .-element-01,
.x-lobby-v2-element-container .-element-02 {
    -webkit-animation: x-bg-1 8s ease infinite;
    animation: x-bg-1 8s ease infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.x-lobby-v2-element-container.-anon .-element-01 {
    right: -150px;
    bottom: -50px;
    z-index: 0;
    width: 400px;
    opacity: .6
}

@media (max-width:991.98px) {
    .x-lobby-v2-element-container.-anon .-element-01 {
        width: 280px;
        bottom: -100px
    }
}

.x-lobby-v2-element-container.-anon .-element-02 {
    top: 250px;
    left: 5%;
    width: 500px
}

@media (max-width:1199.98px) {
    .x-lobby-v2-element-container.-anon .-element-02 {
        left: 0
    }
}

.x-lobby-v2-element-container.-logged .-element-01 {
    right: -150px;
    bottom: -50px;
    z-index: 1;
    width: 400px
}

@media (max-width:1199.98px) {
    .x-lobby-v2-element-container.-logged .-element-01 {
        width: 300px;
        right: -100px
    }
}

@media (max-width:991.98px) {
    .x-lobby-v2-element-container.-logged .-element-01 {
        width: 280px;
        opacity: .6
    }
}

@media (max-width:767.98px) {
    .x-lobby-v2-element-container.-logged .-element-01 {
        width: 220px
    }
}

@media (max-width:575.98px) {
    .x-lobby-v2-element-container.-logged .-element-01 {
        width: 200px;
        right: -80px
    }
}

@media (max-width:350px) {
    .x-lobby-v2-element-container.-logged .-element-01 {
        width: 180px;
        right: -70px
    }
}

.x-lobby-v2-element-container.-logged .-element-02 {
    top: 250px;
    left: 5%;
    width: 500px
}

@media (max-width:1199.98px) {
    .x-lobby-v2-element-container.-logged .-element-02 {
        left: 0
    }
}

.x-game-list-item-macro {
    position: relative
}

.x-game-list-item-macro.-cannot-entry .-btn-play {
    cursor: none;
    pointer-events: none
}

.x-game-list-item-macro.-cannot-entry:not(.-untestable):hover .-inner-wrapper .-overlay,
.x-game-list-item-macro.-cannot-entry:not(.-untestable):hover .-inner-wrapper .-overlay .-btn-play {
    display: none
}

.x-game-list-item-macro.-cannot-entry.x-covid-19 .-inner-wrapper:before {
    content: unset
}

.x-game-list-item-macro.-cannot-entry .-inner-wrapper:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 5px
}

.x-game-list-item-macro.-cannot-entry.-ma .-inner-wrapper:before {
    content: "ปิดปรับปรุง"
}

.x-game-list-item-macro.-cannot-entry.-untestable .-inner-wrapper:before {
    display: none
}

.x-game-list-item-macro.-cannot-entry.-untestable .-btn-play {
    cursor: pointer;
    pointer-events: auto
}

.x-game-list-item-macro.-cannot-entry.-coming-soon .-inner-wrapper:before {
    content: "Coming Soon"
}

.x-game-list-item-macro.-cannot-entry.-in-condition .-inner-wrapper:before {
    content: "ไม่เข้าร่วมโปร"
}

.x-game-list-item-macro.-normal .-inner-wrapper .-overlay .-overlay-inner {
    top: 50%
}

@media (max-width:1500px) {
    .x-game-list-item-macro.-normal .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn-play {
        min-width: 110px;
        padding: 6px
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-game-list-item-macro.-normal .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn-play {
        min-width: 100px;
        padding: 6px
    }
    .x-game-list-item-macro.-normal .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn-demo {
        min-width: 100px
    }
}

@media (max-width:575.98px) {
    .x-game-list-item-macro.-normal .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn-play {
        min-width: 90px;
        padding: 6px
    }
    .x-game-list-item-macro.-normal .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn-demo {
        min-width: 90px
    }
}

.x-game-list-item-macro.-big .-inner-wrapper .-overlay .-overlay-inner {
    top: 70%;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%)
}

@media (min-width:1200px) {
    .x-game-list-item-macro.-big .-inner-wrapper .-overlay .-overlay-inner,
    .x-game-list-item-macro.-big .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn-play {
        min-width: 140px
    }
}

.x-game-list-item-macro .-inner-wrapper {
    position: relative;
    padding: 0;
    border-radius: 15px;
    border: 2px solid transparent;
    background-image: linear-gradient(180deg, #fff 60%, rgba(0, 0, 0, .1) 90%), linear-gradient(180deg, #bababa, rgba(0, 0, 0, .1) 80%);
    background-origin: border-box;
    background-clip: content-box, border-box
}

.x-game-list-item-macro .-inner-wrapper .-cover-img {
    width: 100%;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    border-radius: 14px
}

.x-game-list-item-macro .-inner-wrapper .-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .5);
    transition: all .2s;
    border-radius: 15px
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 150px;
    padding: 10px;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:575.98px) {
    .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner {
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        padding: 8px
    }
}

@media (max-width:350px) {
    .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner {
        padding: 4px
    }
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container {
    display: flex;
    flex-direction: column;
    margin: auto
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
    min-width: 120px;
    text-align: center;
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    transition: all .4s;
    border-radius: 6px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500
}

@media (max-width:375px) {
    .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
        padding: 6px
    }
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn .-text-btn,
.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn .fas {
    position: relative;
    z-index: 2
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn .-text-btn {
    margin-top: 3px;
    margin-bottom: 4px
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn .fas {
    top: 1px;
    margin-right: 8px;
    font-size: 12px
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play {
    padding: 8px;
    position: relative;
    color: #f6f6f6;
    background: linear-gradient(180deg, #000, #2d2d2d);
    overflow: hidden;
    font-weight: 500
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:hover {
    text-decoration: none;
    background: linear-gradient(180deg, #0d0d0d, #3a3a3a);
    transition: all .4s
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:hover:before {
    opacity: 0
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:hover:after {
    opacity: 1
}

@media (max-width:575.98px) {
    .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play {
        font-size: .875rem;
        padding: 5px
    }
    .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play .fas {
        top: 0;
        font-size: 10px
    }
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-demo {
    padding: 8px;
    margin-bottom: .75rem;
    color: #f6f6f6;
    background: rgba(102, 15, 49, .3);
    border: 1px solid #de216d;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: 500
}

.x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-demo:hover {
    background: rgba(13, 2, 6, .3);
    text-decoration: none
}

@media (max-width:575.98px) {
    .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-demo {
        font-size: .875rem;
        padding: 5px
    }
}

.x-game-list-item-macro .-title {
    color: #f6f6f6;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: .75rem;
    margin-bottom: 0;
    padding: 0 4px
}

@media (max-width:767.98px) {
    .x-game-list-item-macro .-title {
        margin-top: .5rem;
        font-size: .875rem
    }
}

@media (min-width:992px) {
    .x-game-list-item-macro:hover .-inner-wrapper .-overlay {
        opacity: 1;
        visibility: visible
    }
    .x-game-list-item-macro:hover .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.x-game-list-item-macro.-toggled .-inner-wrapper .-overlay {
    z-index: 2;
    opacity: 1;
    visibility: visible
}

.x-game-list-item-macro.-toggled .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.x-lobby-v2-tab-menu-container {
    background-color: #141414;
    border-top: 1px solid rgba(63, 63, 63, .65);
    border-bottom: 1px solid rgba(63, 63, 63, .65)
}

.x-lobby-tab-menu .-link {
    display: flex;
    align-items: center;
    justify-content: center
}

.x-lobby-tab-menu .-link .-ic {
    width: 46px
}

.x-lobby-tab-menu .-link .-text {
    margin-left: .5rem;
    margin-top: 3px;
    margin-bottom: 4px
}

@media (max-width:767.98px) {
    .x-lobby-tab-menu .-link .-text {
        display: none
    }
}

.x-lobby-tab-menu .-link .-text-mobile {
    display: none;
    margin-top: 3px;
    margin-bottom: 4px
}

@media (max-width:767.98px) {
    .x-lobby-tab-menu .-link .-text-mobile {
        margin-left: .5rem;
        display: block
    }
}

@media (max-width:350px) {
    .x-lobby-tab-menu .-link .-text-mobile {
        margin-left: .25rem
    }
}

.x-lobby-tab-menu .nav-item {
    width: 200px;
    display: flex
}

@media (max-width:767.98px) {
    .x-lobby-tab-menu .nav-item {
        width: 33.33333%;
        justify-content: center
    }
}

@media (max-width:575.98px) {
    .x-lobby-tab-menu .nav-item {
        border: 1px solid #000
    }
    .x-lobby-tab-menu .nav-item:first-child {
        border-left: none
    }
    .x-lobby-tab-menu .nav-item:last-child {
        border-right: none
    }
}

.x-lobby-tab-menu .nav-link {
    padding: .5rem 0;
    color: hsla(0, 0%, 100%, .5);
    transition: all .4s;
    font-size: 1rem;
    border-radius: 0;
    background: transparent
}

@media (max-width:575.98px) {
    .x-lobby-tab-menu .nav-link {
        background: hsla(0, 0%, 100%, .15);
        width: 100%
    }
}

.x-lobby-tab-menu .nav-link .-ic {
    -webkit-filter: drop-shadow(0 0 4px rgba(255, 222, 136, 0)) grayscale(.6);
    filter: drop-shadow(0 0 4px rgba(255, 222, 136, 0)) grayscale(.6)
}

.x-lobby-tab-menu .nav-link.active {
    color: #fff;
    background-color: transparent;
    position: relative;
    transition: all .4s
}

@media (max-width:575.98px) {
    .x-lobby-tab-menu .nav-link.active {
        background-color: hsla(0, 0%, 100%, .05)
    }
}

.x-lobby-tab-menu .nav-link.active:after {
    content: "";
    background: linear-gradient(90deg, rgba(190, 163, 124, 0), #d9c699 51.04%, rgba(184, 158, 125, 0));
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 2px
}

.x-lobby-tab-menu .nav-link.active .-ic {
    -webkit-filter: drop-shadow(0 0 4px rgba(255, 222, 136, .8)) grayscale(0);
    filter: drop-shadow(0 0 4px rgba(255, 222, 136, .8)) grayscale(0)
}

@media (min-width:992px) {
    .x-lobby-tab-menu .nav-link:hover {
        color: #fff
    }
    .x-lobby-tab-menu .nav-link:hover .-ic {
        -webkit-filter: drop-shadow(0 0 15px rgba(255, 222, 136, .8)) grayscale(0);
        filter: drop-shadow(0 0 15px rgba(255, 222, 136, .8)) grayscale(0)
    }
}

.x-lobby-v2-tab-content-container {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden
}

.x-lobby-tab {
    padding: 2.5rem 0
}

.x-lobby-tab.-tab-sport .-row-wrapper {
    justify-content: flex-start
}

.x-lobby-tab.-tab-sport .-row-wrapper .x-game-list-item-macro {
    margin-right: .75rem;
    width: 28.56%
}

@media (max-width:767.98px) {
    .x-lobby-tab.-tab-sport .-row-wrapper .x-game-list-item-macro {
        margin-right: 0
    }
}

.x-lobby-tab .-row-wrapper {
    display: flex
}

.x-lobby-tab .-row-wrapper .-column-left {
    width: 42.84%;
    display: flex
}

.x-lobby-tab .-row-wrapper .-column-left .-column-big {
    width: 66.66%
}

.x-lobby-tab .-row-wrapper .-column-left .-column-small {
    width: 33.33%
}

.x-lobby-tab .-row-wrapper .-column-left .-column-small .x-game-list-item-macro {
    padding: 0 8px
}

.x-lobby-tab .-row-wrapper .-column-right {
    width: 57.12%;
    display: flex
}

.x-lobby-tab .-row-wrapper .-column-right .-column-big {
    width: 50%
}

.x-lobby-tab .-row-wrapper .-column-right .-column-small {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 6px
}

.x-lobby-tab .-row-wrapper .-column-right .-column-small .x-game-list-item-macro {
    padding: 0 6px;
    width: 50%
}

.x-lobby-tab .-row-wrapper .x-game-list-item-macro .-title {
    margin-bottom: 5px
}

.x-lobby-tab .-row-wrapper.-new-line {
    margin-top: .5rem;
    display: flex;
    width: 100%
}

.x-lobby-tab .-row-wrapper.-new-line .-column-left .-column-small .x-game-list-item-macro {
    padding: 0 6px
}

.x-lobby-tab .-row-wrapper.-new-line .-column-left .-column-big {
    width: 66.66%;
    display: flex
}

.x-lobby-tab .-row-wrapper.-new-line .-column-left .-column-big .x-game-list-item-macro {
    padding: 0 6px;
    width: 50%
}

.x-lobby-tab .-row-wrapper.-new-line .-column-right {
    width: 57.12%;
    display: flex
}

.x-lobby-tab .-row-wrapper.-new-line .-column-right .-column-small {
    padding: 0
}

.x-lobby-tab .-row-wrapper.-new-line .-column-right .-column-big {
    display: flex
}

.x-lobby-tab .-row-wrapper.-new-line .-column-right .-column-big .x-game-list-item-macro {
    padding: 0 6px
}

.x-lobby-tab .-row-wrapper.-mobile-view .-column-big {
    width: 66.66%
}

.x-lobby-tab .-row-wrapper.-mobile-view .-column-big .x-game-list-item-macro {
    padding: 0 2px;
    width: 100%
}

.x-lobby-tab .-row-wrapper.-mobile-view .-column-small {
    width: 33.33%;
    display: flex;
    flex-wrap: wrap
}

.x-lobby-tab .-row-wrapper.-mobile-view .-column-small .x-game-list-item-macro {
    padding: 0 6px 0 8px;
    width: 100%
}

.x-lobby-tab .-row-wrapper.-mobile-view.-new-line {
    flex-wrap: wrap
}

.x-lobby-tab .-row-wrapper.-mobile-view.-new-line .x-game-list-item-macro {
    width: 33.33%;
    padding: 0 6px
}

.x-base-cover-v2-container {
    position: relative;
    width: 100%;
    height: 350px;
    padding-top: 60px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

@media (max-width:991.98px) {
    .x-base-cover-v2-container:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .5))
    }
}

@media (max-width:767.98px) {
    .x-base-cover-v2-container {
        height: 260px
    }
}

.x-base-cover-v2-container .-outer-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%
}

@media (max-width:991.98px) {
    .x-base-cover-v2-container .-custom-container {
        text-align: center
    }
}

.x-base-cover-v2-container .-heading-title {
    font-size: 2rem
}

@media (max-width:767.98px) {
    .x-base-cover-v2-container .-heading-title {
        font-size: 1.5rem
    }
}

.x-base-cover-v2-container .-heading-sub-title {
    margin-bottom: 0;
    font-size: 1.125rem;
    font-weight: 300
}

@media (max-width:767.98px) {
    .x-base-cover-v2-container .-heading-sub-title {
        font-size: 1rem
    }
}

.x-base-cover-v2-container .-play-button.-anon .-text-entry,
.x-base-cover-v2-container .-play-button.-anon .-text-ma,
.x-base-cover-v2-container .-play-button.-anon .-title {
    display: none
}

.x-base-cover-v2-container .-play-button.-anon .-text-register,
.x-base-cover-v2-container .-play-button.-logged .-text-entry,
.x-base-cover-v2-container .-play-button.-logged .-title {
    display: block
}

.x-base-cover-v2-container .-play-button.-logged .-text-ma,
.x-base-cover-v2-container .-play-button.-logged .-text-register {
    display: none
}

.x-base-cover-v2-container .-cannot-entry.-play-button {
    -webkit-filter: brightness(.4);
    filter: brightness(.4);
    cursor: none;
    pointer-events: none
}

.x-base-cover-v2-container .-cannot-entry.-play-button .-text-entry,
.x-base-cover-v2-container .-cannot-entry.-play-button .-text-register {
    display: none
}

.x-lobby-v2-header-base-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 60px;
    padding: 0;
    background: rgba(0, 0, 0, .8)
}

.x-lobby-v2-header-base-container .-inner-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.x-lobby-v2-header-base-container .-menu-list {
    flex-direction: row
}

.x-lobby-v2-header-base-container .-menu-list .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .75rem
}

@media (max-width:991.98px) {
    .x-lobby-v2-header-base-container .-menu-list .nav-link {
        margin: 0 .5rem
    }
}

.x-lobby-v2-header-base-container .-menu-list .nav-link .-img {
    width: 22px;
    height: auto;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.x-lobby-v2-header-base-container .-menu-list .nav-link .-text {
    margin-left: 10px;
    font-size: .875rem;
    color: #fff;
    transition: color .2s
}

.x-lobby-v2-header-base-container .-menu-list .nav-link:hover .-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.x-lobby-v2-header-base-container .-menu-list .nav-link:hover .-text {
    color: #ccc
}

.x-lobby-v2-header-base-container .-menu-list button.nav-link {
    background: transparent;
    border: none
}

.x-lobby-v2-header-base-container .-menu-list button.nav-link:active,
.x-lobby-v2-header-base-container .-menu-list button.nav-link:focus {
    outline: none;
    text-decoration: none
}

.x-lobby-v2-header-base-container .-menu-list .-info-wrapper {
    margin: 0 .5rem;
    font-size: .875rem;
    text-align: right;
    color: #fff
}

.x-lobby-header-sa-gaming-container-v2 .-logo {
    width: 120px;
    height: auto
}

.x-error-404 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.x-error-404 .-error-404-body {
    background-color: hsla(0, 0%, 100%, 0)
}

.x-error-404 #main__content {
    margin-top: 0;
    padding-top: 85px;
    height: 100vh
}

@media (max-width:575.98px) {
    .x-error-404 #main__content {
        height: 100%;
        overflow: hidden
    }
}

.x-error-404 #main__content .x-error-404-container {
    height: 85%;
    display: flex
}

.x-error-404 #main__content .x-error-404-container .-error-404-image-wrapper,
.x-error-404 #main__content .x-error-404-container .-error-404-inner-wrapper {
    margin: auto
}

.x-error-404 #main__content .x-error-404-container .-error-404-image-wrapper .-img {
    width: 800px
}

.x-error-404 #main__content .x-error-404-container .-error-404-text-wrapper {
    text-align: center;
    margin-top: .5rem
}

.x-error-404 #main__content .x-error-404-container .-error-404-text-wrapper .-text {
    color: #f6f6f6;
    font-size: 3rem;
    font-weight: 700
}

@media (max-width:991.98px) {
    .x-error-404 #main__content .x-error-404-container .-error-404-text-wrapper .-text {
        font-size: 2.5rem
    }
}

@media (max-width:767.98px) {
    .x-error-404 #main__content .x-error-404-container .-error-404-text-wrapper .-text {
        font-size: 1.8rem
    }
}

@media (max-width:575.98px) {
    .x-error-404 #main__content .x-error-404-container .-error-404-text-wrapper .-text {
        font-size: 1.2rem
    }
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper {
    margin-top: 1rem
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container {
    display: flex;
    justify-content: center
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container .-error-404-btn {
    position: relative;
    transition: all .4s
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container .-error-404-btn .-btn-image {
    width: 220px;
    transition: all .4s
}

@media (max-width:767.98px) {
    .x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container .-error-404-btn .-btn-image {
        width: 200px
    }
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container .-error-404-btn .-text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container .-error-404-btn .-text-wrapper .-text-btn {
    transition: all .4s;
    color: #d1a56a;
    font-size: 1.2rem
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container .-error-404-btn:hover {
    -webkit-filter: saturate(1.5);
    filter: saturate(1.5)
}

.x-error-404 #main__content .x-error-404-container .-error-404-btn-wrapper .x-error-404-btn-container .-error-404-btn:hover .-text-btn {
    color: #cb9957
}

#promotionSuggestionModal.-hello-popup {
    line-height: 1.5
}

@media (max-width:991.98px) {
    #promotionSuggestionModal.-hello-popup {
        background: rgba(0, 0, 0, .5) !important
    }
}

#promotionSuggestionModal.-hello-popup .modal-header {
    margin-top: -6.5rem
}

#promotionSuggestionModal.-hello-popup .modal-header .-logo {
    width: 600px;
    height: auto
}

@media (max-width:991.98px) {
    #promotionSuggestionModal.-hello-popup .modal-header {
        margin-top: -6rem
    }
    #promotionSuggestionModal.-hello-popup .modal-header .-logo {
        width: 500px
    }
}

@media (max-width:767.98px) {
    #promotionSuggestionModal.-hello-popup .modal-header {
        margin-top: -5.5rem
    }
    #promotionSuggestionModal.-hello-popup .modal-header .-logo {
        width: 450px
    }
}

@media (max-width:575.98px) {
    #promotionSuggestionModal.-hello-popup .modal-header {
        margin-top: -7.25rem;
        padding-top: 0
    }
    #promotionSuggestionModal.-hello-popup .modal-header .-logo {
        width: 350px
    }
}

@media screen and (max-width:370px) {
    #promotionSuggestionModal.-hello-popup .modal-header {
        margin-top: -6.25rem
    }
    #promotionSuggestionModal.-hello-popup .modal-header .-logo {
        width: 300px
    }
}

@media (max-width:575.98px) {
    #promotionSuggestionModal.-hello-popup .modal-dialog {
        padding-top: 7rem
    }
}

@media screen and (max-width:370px) {
    #promotionSuggestionModal.-hello-popup .modal-dialog {
        padding-top: 6.25rem
    }
}

#promotionSuggestionModal.-hello-popup .modal-content {
    border: 3px solid transparent;
    border-radius: 15px;
    background: radial-gradient(84% 65% at 50% 0, #7c0d35 0, #550330 47%, #2c000f 100%), linear-gradient(205deg, #efd286 1%, #d79543 25%, #fdf6ae 50%, #e7bd6f 81%, #d79543);
    background-origin: border-box;
    background-clip: content-box, border-box
}

@media (max-width:991.98px) {
    #promotionSuggestionModal.-hello-popup .modal-content {
        border-width: 3px 0 0;
        border-radius: 0
    }
    #promotionSuggestionModal.-hello-popup .modal-content:before {
        display: none
    }
}

@media (max-width:575.98px) {
    #promotionSuggestionModal.-hello-popup .modal-content .close {
        top: -2.5rem
    }
}

#promotionSuggestionModal.-hello-popup .modal-body {
    margin-top: -.5rem
}

@media (max-width:767.98px) {
    #promotionSuggestionModal.-hello-popup .modal-body {
        margin-top: -1.5rem
    }
}

@media (max-width:575.98px) {
    #promotionSuggestionModal.-hello-popup .modal-body {
        margin-top: 2px;
        padding-top: .25rem
    }
}

.x-promotion-hello-modal-body .-promotion-list-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

@media (max-width:575.98px) {
    .x-promotion-hello-modal-body .-promotion-list-wrapper {
        padding: 0 1.5rem
    }
}

@media screen and (max-width:370px) {
    .x-promotion-hello-modal-body .-promotion-list-wrapper {
        padding: 0
    }
}

.x-promotion-hello-modal-body .-promotion-list-item {
    position: relative;
    margin-top: 1rem
}

@media (min-width:576px) {
    .x-promotion-hello-modal-body .-promotion-list-item {
        width: calc(50% - .5rem)
    }
}

@media (max-width:575.98px) {
    .x-promotion-hello-modal-body .-promotion-list-item {
        width: 100%
    }
}

.x-promotion-hello-modal-body .-promotion-list-item .-badge-wrapper {
    position: absolute;
    top: -4.8px;
    left: 20px;
    z-index: 1
}

@media (max-width:767.98px) {
    .x-promotion-hello-modal-body .-promotion-list-item .-badge-wrapper {
        top: -4px;
        left: 25px
    }
}

.x-promotion-hello-modal-body .-promotion-list-item .-badge-wrapper .-img {
    width: 120px;
    height: auto;
    -webkit-filter: drop-shadow(0 3px 2px rgba(0, 0, 0, .4));
    filter: drop-shadow(0 3px 2px rgba(0, 0, 0, .4))
}

@media (max-width:767.98px) {
    .x-promotion-hello-modal-body .-promotion-list-item .-badge-wrapper .-img {
        width: 110px
    }
}

.x-promotion-hello-modal-body .-promotion-list-item .-badge-wrapper .-title {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: linear-gradient(180deg, #ff397e, #b5003f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1rem;
    font-weight: 400;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%)
}

@media (max-width:575.98px) {
    .x-promotion-hello-modal-body .-promotion-list-item .-badge-wrapper .-title {
        font-size: .925rem
    }
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: .5rem .75rem;
    border-radius: 15px;
    line-height: 1.5
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn.-disabled {
    pointer-events: none;
    cursor: default
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn.-disabled:after,
.x-promotion-hello-modal-body .-promotion-list-item .-btn.-disabled:before {
    -webkit-filter: brightness(.75);
    filter: brightness(.75)
}

@media (max-width:575.98px) {
    .x-promotion-hello-modal-body .-promotion-list-item .-btn {
        justify-content: center;
        padding: .25rem .75rem
    }
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(205deg, #efd286, #d79543 25%, #fdf6ae 50%, #e7bd6f 81%, #d79543);
    box-shadow: 0 0 14px rgba(197, 209, 255, .5);
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background-color: #5e0328;
    border-radius: 12px;
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
    background-image: url(../../../themes/aeseven7/build/images/welcome-back-promotion-bg.01b20486.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn .-light {
    position: absolute;
    z-index: 1
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn .-light.-top {
    top: -5px;
    right: 0;
    width: 180px
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn .-light.-bottom {
    bottom: -5px;
    left: 0;
    width: 205px
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn .-thumbnail {
    width: 140px;
    height: auto;
    margin-top: 10px;
    z-index: 1
}

@media (max-width:767.98px) {
    .x-promotion-hello-modal-body .-promotion-list-item .-btn .-thumbnail {
        width: 100px
    }
}

@media (max-width:575.98px) {
    .x-promotion-hello-modal-body .-promotion-list-item .-btn .-thumbnail {
        width: 120px;
        margin-top: 15px
    }
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn .-content {
    flex: 1;
    z-index: 1;
    margin-top: .5rem;
    color: #fff
}

@media (max-width:575.98px) {
    .x-promotion-hello-modal-body .-promotion-list-item .-btn .-content {
        flex: unset;
        margin-left: 1rem
    }
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn .-text {
    display: block
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn .-text.-deposit {
    font-size: 1.6rem;
    font-weight: 500
}

@media (max-width:767.98px) {
    .x-promotion-hello-modal-body .-promotion-list-item .-btn .-text.-deposit {
        font-size: 1.5rem
    }
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn .-text.-description {
    margin-top: -2px;
    font-size: 1.25rem
}

@media (max-width:767.98px) {
    .x-promotion-hello-modal-body .-promotion-list-item .-btn .-text.-description {
        font-size: 1.125rem
    }
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn .-text.-bonus {
    position: relative;
    margin-top: -13px;
    margin-left: -5px;
    font-family: Kanit, "sans-serif";
    font-weight: 700;
    font-size: 3.75rem;
    background: linear-gradient(180deg, #fef8b4 30%, #cf9978 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(2px 4px 0 rgba(0, 0, 0, .4));
    filter: drop-shadow(2px 4px 0 rgba(0, 0, 0, .4))
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn .-text.-bonus .-ic-star {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-52%, -52%);
    transform: translate(-52%, -52%);
    width: 120px
}

@media (max-width:767.98px) {
    .x-promotion-hello-modal-body .-promotion-list-item .-btn .-text.-bonus {
        margin-top: -8px;
        font-size: 2.75rem
    }
    .x-promotion-hello-modal-body .-promotion-list-item .-btn .-text.-bonus .-ic-star {
        width: 90px
    }
}

.x-promotion-hello-modal-body .-promotion-list-item .-btn:active,
.x-promotion-hello-modal-body .-promotion-list-item .-btn:focus {
    box-shadow: none
}

@media (min-width:992px) {
    .x-promotion-hello-modal-body .-promotion-list-item .-btn:hover:after,
    .x-promotion-hello-modal-body .-promotion-list-item .-btn:hover:before {
        -webkit-filter: brightness(.75);
        filter: brightness(.75)
    }
}

.x-promotion-hello-modal-body .-promotion-list-item.-long {
    width: 100%
}

.x-promotion-hello-modal-body .-promotion-list-item.-long .-btn {
    justify-content: center
}

.x-promotion-hello-modal-body .-promotion-list-item.-long .-btn:after {
    background-image: url(../../../themes/aeseven7/build/images/welcome-back-promotion-long-bg.18eb48ef.png)
}

@media (min-width:576px) {
    .x-promotion-hello-modal-body .-promotion-list-item.-long .-btn .-content {
        flex: unset;
        margin-left: 1.5rem
    }
}

.x-promotion-hello-modal-body .-service-list-container {
    margin-top: 1.5rem;
    padding-bottom: 1rem
}

@media (min-width:576px) and (max-width:767.98px) {
    .x-promotion-hello-modal-body .-service-list-container {
        margin-top: 1rem
    }
}

@media (max-width:575.98px) {
    .x-promotion-hello-modal-body .-service-list-container {
        flex-wrap: wrap;
        padding: 0 1rem 2rem
    }
}

@media screen and (max-width:370px) {
    .x-promotion-hello-modal-body .-service-list-container {
        padding: 0 0 2rem
    }
}

.x-promotion-hello-modal-body .-service-list-item {
    flex: 1;
    background: transparent;
    border: none;
    text-align: center;
    padding: .75rem
}

@media (min-width:576px) and (max-width:767.98px) {
    .x-promotion-hello-modal-body .-service-list-item {
        padding: 1rem .5rem
    }
}

@media (max-width:575.98px) {
    .x-promotion-hello-modal-body .-service-list-item {
        flex: unset;
        width: 50%;
        padding: .5rem
    }
}

.x-promotion-hello-modal-body .-service-list-item .-thumbnail {
    height: auto;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    width: 86%
}

@media (min-width:576px) and (max-width:767.98px) {
    .x-promotion-hello-modal-body .-service-list-item .-thumbnail {
        max-width: 100px
    }
}

@media (max-width:575.98px) {
    .x-promotion-hello-modal-body .-service-list-item .-thumbnail {
        max-width: 140px
    }
}

.x-promotion-hello-modal-body .-service-list-item .-text {
    display: block;
    margin-top: 1rem;
    color: #c4c4c4;
    font-size: 1rem
}

@media (min-width:992px) {
    .x-promotion-hello-modal-body .-service-list-item:hover .-thumbnail {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@-webkit-keyframes x-welcome-back-vertical-effect {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes x-welcome-back-vertical-effect {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

#promotionSuggestionModal .modal-header {
    justify-content: center;
    margin-top: -8.5rem;
    padding-bottom: 0
}

#promotionSuggestionModal .modal-header .-logo {
    width: 550px;
    height: auto
}

@media (max-width:991.98px) {
    #promotionSuggestionModal .modal-header {
        height: unset;
        margin-top: -7.75rem
    }
    #promotionSuggestionModal .modal-header .-logo {
        width: 500px
    }
}

@media (max-width:767.98px) {
    #promotionSuggestionModal .modal-header {
        z-index: 2;
        margin-top: -7rem
    }
    #promotionSuggestionModal .modal-header .-logo {
        width: 450px
    }
}

@media (max-width:575.98px) {
    #promotionSuggestionModal .modal-header {
        margin-top: -5.75rem
    }
    #promotionSuggestionModal .modal-header .-logo {
        width: 340px
    }
}

@media screen and (max-width:370px) {
    #promotionSuggestionModal .modal-header {
        margin-top: -5rem
    }
    #promotionSuggestionModal .modal-header .-logo {
        width: 300px
    }
}

#promotionSuggestionModal .modal-dialog {
    max-width: 850px
}

@media (max-width:991.98px) {
    #promotionSuggestionModal .modal-dialog {
        max-width: 100%;
        min-height: calc(100% - 1px);
        padding-top: 5rem
    }
}

@media (max-width:575.98px) {
    #promotionSuggestionModal .modal-dialog {
        padding-top: 4rem
    }
}

#promotionSuggestionModal .modal-content {
    margin-top: 1rem;
    background: linear-gradient(205deg, rgba(124, 13, 53, .9) 1%, rgba(85, 3, 48, .9) 52%, rgba(44, 0, 15, .9));
    border: 4px solid #d79543;
    border-radius: 15px
}

@media (max-width:991.98px) {
    #promotionSuggestionModal .modal-content {
        margin-top: 0;
        border: none;
        border-top: 4px solid #d79543;
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    #promotionSuggestionModal .modal-content:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100px;
        background-image: linear-gradient(180deg, rgba(112, 10, 49, .9) 50%, rgba(112, 10, 49, 0) 80%)
    }
    #promotionSuggestionModal .modal-content .close {
        z-index: 3
    }
}

@media (max-width:575.98px) {
    #promotionSuggestionModal .modal-content:before {
        height: 90px
    }
}

@media screen and (max-width:370px) {
    #promotionSuggestionModal .modal-content:before {
        height: 80px
    }
}

#promotionSuggestionModal .modal-body {
    margin-top: -2.75rem;
    padding: 0 6rem 1rem
}

#promotionSuggestionModal .modal-body .-one-time-img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 110px;
    height: auto;
    -webkit-transform: translate(-30%, 30%);
    transform: translate(-30%, 30%)
}

@media (max-width:991.98px) {
    #promotionSuggestionModal .modal-body {
        height: unset;
        padding-right: 4rem;
        padding-left: 4rem
    }
    #promotionSuggestionModal .modal-body .-one-time-img {
        display: none
    }
}

@media (max-width:767.98px) {
    #promotionSuggestionModal .modal-body {
        margin-top: -3rem;
        padding-top: 1.25rem;
        padding-right: 2rem;
        padding-left: 2rem
    }
}

@media (max-width:575.98px) {
    #promotionSuggestionModal .modal-body {
        margin-top: -2rem;
        padding-right: 1rem;
        padding-left: 1rem
    }
}

#promotionSuggestionModal .modal-dialog-scrollable .modal-content {
    overflow: unset
}

@media (min-width:992px) {
    #promotionSuggestionModal .modal-dialog-scrollable .modal-body {
        overflow: unset
    }
}

#promotionSuggestionModal .-effect {
    position: absolute;
    -webkit-animation: x-welcome-back-vertical-effect 4s infinite alternate;
    animation: x-welcome-back-vertical-effect 4s infinite alternate
}

#promotionSuggestionModal .-effect .-img {
    width: 100%;
    height: auto
}

@media (max-width:991.98px) {
    #promotionSuggestionModal .-effect {
        display: none
    }
}

.x-promotion-welcome-back-modal-body {
    margin-bottom: 3rem
}

.x-promotion-welcome-back-modal-body .-title-wrapper {
    display: flex;
    justify-content: center;
    height: 60px;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 50px;
    text-align: center;
    border: 2px solid transparent;
    background-image: linear-gradient(180deg, #020202, #2d2d2d), linear-gradient(180deg, #e7d090, #c68c43);
    background-origin: border-box;
    background-clip: content-box, border-box;
    font-size: 1.25rem
}

@media (max-width:767.98px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper {
        height: 56px;
        background-image: linear-gradient(180deg, #020202, #2d2d2d), linear-gradient(180deg, #e7d090, #c68c43)
    }
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper {
        height: 74px
    }
}

@media (max-width:767.98px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper {
        font-size: 1.125rem
    }
}

@media (max-width:375px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper {
        font-size: 1rem
    }
}

.x-promotion-welcome-back-modal-body .-title-wrapper .-inner-wrapper {
    margin-top: -4px
}

@media (max-width:767.98px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper .-inner-wrapper {
        margin-top: -3px
    }
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper .-inner-wrapper {
        margin-top: 3px
    }
}

@media (max-width:375px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper .-inner-wrapper {
        margin-top: 9px
    }
}

.x-promotion-welcome-back-modal-body .-title-wrapper .-text {
    display: inline-block
}

.x-promotion-welcome-back-modal-body .-title-wrapper .-text.-normal {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    position: relative;
    top: -2px
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper .-text.-normal {
        top: 0;
        display: block
    }
}

.x-promotion-welcome-back-modal-body .-title-wrapper .-text.-highlight {
    background: linear-gradient(180deg, #f2e3cb 30%, #b87934 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .5));
    font-size: 2.25rem;
    font-weight: 600
}

@media (max-width:767.98px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper .-text.-highlight {
        font-size: 2rem
    }
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper .-text.-highlight {
        margin-top: -8px;
        font-size: 1.75rem
    }
}

@media (max-width:375px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper .-text.-highlight {
        font-size: 1.5rem
    }
}

.x-promotion-welcome-back-modal-body .-title-wrapper .-text.-highlight-main {
    margin-left: 10px;
    margin-right: 5px;
    padding-right: 5px;
    font-style: italic;
    font-size: 2.5rem
}

@media (max-width:767.98px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper .-text.-highlight-main {
        font-size: 2.25rem
    }
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper .-text.-highlight-main {
        font-size: 2rem
    }
}

@media (max-width:375px) {
    .x-promotion-welcome-back-modal-body .-title-wrapper .-text.-highlight-main {
        font-size: 1.75rem
    }
}

.x-promotion-welcome-back-modal-body .-promotion-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .5rem
}

.x-promotion-welcome-back-modal-body .-promotion-box-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 160px;
    margin-top: 1rem;
    padding: 1rem;
    text-decoration: none;
    line-height: 1.5
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-promotion-box-item {
        min-height: 130px;
        padding: .5rem
    }
}

.x-promotion-welcome-back-modal-body .-promotion-box-item:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: -webkit-filter .3s;
    transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s;
    background-color: #5e0328;
    background-image: url(../../../themes/aeseven7/build/images/welcome-back-promotion-long-bg.18eb48ef.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.x-promotion-welcome-back-modal-body .-promotion-box-item:before {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    width: 100%;
    height: 100%;
    background: linear-gradient(108.08deg, #b69b77 1.61%, #fbf0df 47.08%, #b69b77 100.81%);
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(197, 209, 255, .5)
}

.x-promotion-welcome-back-modal-body .-promotion-box-item .-cover {
    position: relative;
    z-index: 1;
    width: 200px;
    height: auto;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-promotion-box-item .-cover {
        width: 52%;
        max-width: 170px
    }
}

.x-promotion-welcome-back-modal-body .-promotion-box-item .-content {
    position: relative;
    z-index: 1;
    margin-left: 2rem;
    text-align: center;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    top: 10px
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-promotion-box-item .-content {
        margin-left: 1.5rem
    }
}

.x-promotion-welcome-back-modal-body .-promotion-box-item .-text {
    display: block;
    color: #fff;
    font-size: 1.35rem
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-promotion-box-item .-text {
        font-size: 1.125rem
    }
}

.x-promotion-welcome-back-modal-body .-promotion-box-item .-number {
    background: linear-gradient(180deg, #f6e5cb 30%, #c6a97e 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -12px;
    font-size: 3rem;
    font-weight: 500
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-promotion-box-item .-number {
        margin-top: -8px;
        font-size: 2.25rem
    }
}

@media (min-width:768px) {
    .x-promotion-welcome-back-modal-body .-promotion-box-item.-dual {
        width: calc(50% - .5rem)
    }
}

.x-promotion-welcome-back-modal-body .-promotion-box-item.-dual:after {
    background-image: url(../../../themes/aeseven7/build/images/welcome-back-promotion-bg.01b20486.png)
}

.x-promotion-welcome-back-modal-body .-promotion-box-item.-dual .-cover {
    width: 140px
}

.x-promotion-welcome-back-modal-body .-promotion-box-item.-dual .-content {
    margin-left: 1rem
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-promotion-box-item.-dual .-cover {
        width: 120px
    }
}

.x-promotion-welcome-back-modal-body .-promotion-box-item:active,
.x-promotion-welcome-back-modal-body .-promotion-box-item:focus {
    box-shadow: none
}

@media (min-width:992px) {
    .x-promotion-welcome-back-modal-body .-promotion-box-item:focus .-content,
    .x-promotion-welcome-back-modal-body .-promotion-box-item:focus .-cover,
    .x-promotion-welcome-back-modal-body .-promotion-box-item:hover .-content,
    .x-promotion-welcome-back-modal-body .-promotion-box-item:hover .-cover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    .x-promotion-welcome-back-modal-body .-promotion-box-item:focus:after,
    .x-promotion-welcome-back-modal-body .-promotion-box-item:hover:after {
        -webkit-filter: brightness(.8);
        filter: brightness(.8)
    }
}

.x-promotion-welcome-back-modal-body .-restrict-text {
    margin-top: 2rem;
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.25rem
}

@media (max-width:767.98px) {
    .x-promotion-welcome-back-modal-body .-restrict-text {
        font-size: 1.125rem
    }
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-restrict-text {
        font-size: 1rem
    }
}

.x-promotion-welcome-back-modal-body .-no-result {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 150px;
    margin-top: 1rem;
    padding: 1rem;
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 10px;
    text-align: center
}

.x-promotion-welcome-back-modal-body .-no-result .-title {
    font-weight: 500;
    color: #f6f6f6;
    font-size: 1.25rem
}

@media (max-width:575.98px) {
    .x-promotion-welcome-back-modal-body .-no-result .-title {
        font-size: 1.125rem
    }
}

.x-promotion-welcome-back-modal-body .-no-result .-sub-title {
    margin: .5rem 0 0;
    font-weight: 300;
    color: #cbc8c8;
    font-size: 1rem
}

.x-footer-bank-logo .-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.x-footer-bank-logo .-wrapper .-ic {
    width: 50px;
    height: 50px;
    margin: .25rem;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-size: 194px !important;
    background-position: 4px 4px !important;
    background-repeat: no-repeat !important;
    transition: all .2s
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(2) {
    background-position: -46px 4px !important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(3) {
    background-position: -96px 4px !important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(4) {
    background-position: -146px 4px !important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(5) {
    background-position: 6px -44px !important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(6) {
    background-position: -46px -44px !important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(7) {
    background-position: -96px -44px !important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(8) {
    background-position: -146px -44px !important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(9) {
    background-position: 6px -92px !important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(10) {
    background-position: -46px -92px !important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(11) {
    background-position: -96px -92px !important
}

.x-footer-bank-logo .-wrapper .-ic:nth-child(12) {
    background-position: -146px -92px !important
}

.x-footer-bank-logo .-wrapper .-ic:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

@media (max-width:767.98px) {
    .x-footer-bank-logo .-wrapper .-ic {
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }
}

.x-footer-lobby-logo .-casino-wrapper .-nav-container,
.x-footer-lobby-logo .-slot-wrapper .-nav-container,
.x-footer-lobby-logo .-sport-wrapper .-nav-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.x-footer-lobby-logo .-casino-wrapper .-nav-container .-nav-item,
.x-footer-lobby-logo .-slot-wrapper .-nav-container .-nav-item,
.x-footer-lobby-logo .-sport-wrapper .-nav-container .-nav-item {
    padding: 5px;
    text-align: center
}

@media (max-width:767.98px) {
    .x-footer-lobby-logo .-casino-wrapper .-nav-container {
        justify-content: center
    }
}

@media (max-width:767.98px) {
    .x-footer-lobby-logo .-casino-wrapper .-nav-container .-nav-item {
        width: 25% !important
    }
    .x-footer-lobby-logo .-casino-wrapper .-nav-container .-nav-item.-width-mobile {
        width: 20% !important
    }
}

.x-footer-lobby-logo .-casino-wrapper .-nav-container .-nav-item .-logo-circle {
    width: 100%;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.x-footer-lobby-logo .-casino-wrapper .-nav-container .-nav-item:hover .-logo-circle {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width:767.98px) {
    .x-footer-lobby-logo .-slot-wrapper .-nav-container {
        justify-content: center
    }
}

@media (max-width:767.98px) {
    .x-footer-lobby-logo .-slot-wrapper .-nav-container .-nav-item {
        width: 25% !important
    }
    .x-footer-lobby-logo .-slot-wrapper .-nav-container .-nav-item.-width-mobile {
        width: 20% !important
    }
}

.x-footer-lobby-logo .-slot-wrapper .-nav-container .-nav-item .-cv-box {
    position: relative;
    overflow: hidden
}

.x-footer-lobby-logo .-slot-wrapper .-nav-container .-nav-item .-cv-box .-cover-vertical {
    width: 100%;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.x-footer-lobby-logo .-slot-wrapper .-nav-container .-nav-item .-logo-horizontal {
    width: 80%
}

.x-footer-lobby-logo .-slot-wrapper .-nav-container .-nav-item:hover .-cv-box .-cover-vertical {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width:767.98px) {
    .x-footer-lobby-logo .-sport-wrapper .-nav-container {
        justify-content: center
    }
}

.x-footer-lobby-logo .-sport-wrapper .-nav-container .-nav-item {
    width: 14.28571%
}

@media (max-width:767.98px) {
    .x-footer-lobby-logo .-sport-wrapper .-nav-container .-nav-item {
        width: 25% !important
    }
}

.x-footer-lobby-logo .-sport-wrapper .-nav-container .-nav-item .-cv-box {
    position: relative;
    overflow: hidden
}

.x-footer-lobby-logo .-sport-wrapper .-nav-container .-nav-item .-cv-box .-cover-vertical {
    width: 100%;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.x-footer-lobby-logo .-sport-wrapper .-nav-container .-nav-item .-logo-horizontal {
    width: 80%
}

.x-footer-lobby-logo .-sport-wrapper .-nav-container .-nav-item:hover .-cv-box .-cover-vertical {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.x-footer-lobby-seo .-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #353535
}

@media (max-width:767.98px) {
    .x-footer-lobby-seo .-tags {
        justify-content: flex-start
    }
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-footer-lobby-seo .-tags .vex-dialog-button,
.x-footer-lobby-seo .-tags .btn,
.x-footer-lobby-seo .-tags .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 0 10px;
    border-radius: 7px;
    color: #8e8e8e;
    background: #12151c;
    font-size: 1rem
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-footer-lobby-seo .-tags .vex-dialog-button:hover,
.x-footer-lobby-seo .-tags .btn:hover,
.x-footer-lobby-seo .-tags .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:hover {
    background: #1d212a
}

#main__content {
    margin-top: 0;
    padding-bottom: 0
}

.x-step-register .-border hr {
    border-color: #fff
}

.x-step-register .-step-box-outer {
    background-color: transparent;
    border: 2px solid #fff
}

.x-step-register .-step-box-outer.step-active {
    background-color: #fff
}

.x-step-register .-step-box-outer.step-active .--step-box-inner {
    background-color: #fff;
    color: #000
}

.x-step-register .-step-box-outer .--step-box-inner {
    color: #fff
}

@media (max-width:991.98px) {
    #account-actions #account-actions-mobile .btn,
    #account-actions #account-actions-mobile .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons #account-actions #account-actions-mobile .vex-dialog-button {
        font-size: .99rem;
        line-height: unset
    }
}

.x-admin-contact {
    border-top: none
}

.x-text-with-link-component {
    font-size: .9rem
}

.x-web-list-sidebar .-inner-wrapper .-title {
    font-size: .99rem
}

@media (max-width:991.98px) {
    .x-web-list-sidebar .-inner-wrapper .navbar-nav .nav-item .nav-link .-text {
        font-size: .9rem
    }
}

.x-service-wrapper .x-hr-border-glow {
    display: none
}

.x-service-wrapper .-box .-title-h2,
.x-service-wrapper .-box h3 {
    font-size: 1.395rem;
    font-weight: 500;
    color: #ffc87f !important
}

.x-service-wrapper .-box span {
    color: #fff
}

.x-service-wrapper.-index .-service-inner-wrapper {
    justify-content: space-evenly
}

.x-service-wrapper.-index .-box {
    padding: 0;
    border-radius: 10px;
    border: 2px solid transparent;
    background-image: linear-gradient(180deg, #000 60%, rgba(0, 0, 0, .1) 90%), linear-gradient(180deg, #fdf6ae 0, rgba(0, 0, 0, .1) 80%);
    background-origin: border-box;
    background-clip: content-box, border-box
}

.x-service-wrapper.-index .-box .-ic-wrapper {
    margin-top: -3.5rem
}

.x-service-wrapper.-index .-box span {
    margin-top: .5rem;
    margin-bottom: 2rem;
    padding: 0 1rem
}

.sec2text {
    font-size: 17px
}

@media (max-width:991.98px) {
    .x-service-wrapper.-index .-box {
        max-width: 30%
    }
    .x-service-wrapper.-index .-box .-title-h2 {
        font-size: 1.2015rem
    }
    .x-service-wrapper.-index .-box span {
        font-size: 1.035rem !important
    }
}

@media (max-width:767.98px) {
    .x-service-wrapper.-index .-box {
        max-width: unset;
        margin-bottom: 1rem;
        background-image: linear-gradient(270deg, #000 60%, rgba(0, 0, 0, .1) 90%), linear-gradient(270deg, #fdf6ae 0, rgba(0, 0, 0, .1) 80%)
    }
    .x-service-wrapper.-index .-box .-title-h2 {
        margin-top: 1rem;
        display: block
    }
    .x-service-wrapper.-index .-box span {
        margin-bottom: .5rem;
        padding-left: 0
    }
    .x-service-wrapper.-index .-box .-ic-wrapper {
        margin: 1rem
    }
}

.x-service-wrapper.-manual .-box {
    padding: 0 3rem
}

.x-service-wrapper.-manual .-box h3 {
    font-weight: 600
}

.x-service-wrapper.-manual .-box span {
    font-weight: 500
}

@media (max-width:1199.98px) {
    .x-service-wrapper.-manual .-box {
        padding: 0 2rem
    }
}

@media (max-width:991.98px) {
    .x-service-wrapper.-manual .-box {
        padding: 0 1rem
    }
    .x-service-wrapper.-manual .-box h3 {
        font-size: 1.2015rem
    }
    .x-service-wrapper.-manual .-box span {
        font-size: 1.035rem !important
    }
}

@media (max-width:767.98px) {
    .x-service-wrapper.-manual .-box {
        margin-bottom: 1rem
    }
    .x-service-wrapper.-manual .-box .-ic-wrapper {
        min-width: 100px
    }
    .x-service-wrapper.-manual .-box .-ic-wrapper .-ic,
    .x-service-wrapper.-manual .-box .-ic-wrapper .-ic-bank,
    .x-service-wrapper.-manual .-box .-ic-wrapper .-ic-otp,
    .x-service-wrapper.-manual .-box .-ic-wrapper .-ic-register {
        width: 80px
    }
}

@media (max-width:575.98px) {
    .x-service-wrapper.-manual .-box {
        padding: 0
    }
    .x-service-wrapper.-manual .-box span {
        font-size: 1.0035rem !important
    }
}

.x-promotion-content {
    color: #fff
}

.x-promotion-content strong {
    font-weight: 500
}

.x-promotion-content p {
    font-weight: 300
}

.x-term-and-condition.-home {
    padding: 10rem 0 4rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

@media (max-width:991.98px) {
    .x-term-and-condition.-home {
        padding: 8rem 0 4rem
    }
}

.x-term-and-condition.-home .-notice-box {
    margin-top: 0;
    background-image: linear-gradient(180deg, #43001b, #270012), linear-gradient(90deg, #9c6727, #fdf6ae 31.53%, #bd8d42 64.87%, #fdf6ae);
    border: 2px solid transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 20px
}

.x-term-and-condition.-home .-notice-box .-title {
    background: transparent;
    top: unset;
    padding-top: 2rem
}

@media (max-width:991.98px) {
    .x-term-and-condition.-home .-notice-box .-block-content-term-and-condition {
        padding: 0
    }
    .x-term-and-condition.-home .-notice-box .-block-content-term-and-condition .-detail {
        font-size: .99rem
    }
}

@media (max-width:767.98px) {
    .x-term-and-condition.-home .-notice-box .-block-content-term-and-condition .-detail {
        font-size: .9rem
    }
}

.x-contact-us-gift {
    top: 40%
}

@media (max-width:991.98px) {
    .x-contact-us-gift {
        top: unset;
        bottom: 450px
    }
}

@media (max-width:767.98px) {
    .x-contact-us-gift {
        bottom: 320px
    }
}

.x-account-verification-modal h5 {
    margin-bottom: 1rem
}

@media (max-width:991.98px) {
    .x-account-verification-modal .x-admin-contact {
        position: relative;
        bottom: 0 !important;
        margin-top: .5rem;
        margin-bottom: 3rem
    }
}

.x-entrance-sood .-btn-sood {
    padding-top: 3px !important;
    color: #4a0188;
    background: linear-gradient(180deg, #d2d2d2, #fff)
}

.x-index-top-container {
    position: relative;
    padding: 7rem 0 2rem;
    background-color: #083e0d;
    background: linear-gradient(0deg, rgba(2, 54, 7, 1) 0%, rgba(8, 62, 13, 1) 46%, rgba(4, 46, 8, 1) 100%);
    background-image: url(../../images/index-top-bg.c2c1e903.png);
    background-position: top;
    background-repeat: repeat-x;
    background-size: 102% 100%;
    -webkit-animation: x-bg-pan-left 8s infinite alternate;
    animation: x-bg-pan-left 8s infinite alternate
}

@media (max-width:991.98px) {
    .x-index-top-container {
        background-size: cover;
        -webkit-animation: x-bg-pan-left 80s infinite alternate;
        animation: x-bg-pan-left 80s infinite alternate
    }
}

@media (max-width:767.98px) {
    .x-index-top-container {
        padding-bottom: 1rem
    }
}

@media (max-width:575.98px) {
    .x-index-top-container {
        -webkit-animation: x-bg-pan-left 100s infinite alternate;
        animation: x-bg-pan-left 100s infinite alternate
    }
}

.x-index-top-container .-top-row-wrapper .-banner-img img {
    width: 100%;
    height: auto
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-index-top-container .-top-row-wrapper .-banner-img img {
        width: 110%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-index-top-container .-top-row-wrapper .-banner-img img {
        width: 70%
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .x-index-top-container .-top-row-wrapper .-banner-img img {
        width: 85%
    }
}

.x-index-top-container .-top-row-wrapper .-logo-img img {
    width: 260px;
    height: auto;
    margin-top: 2rem
}

@media (max-width:991.98px) {
    .x-index-top-container .-top-row-wrapper .-logo-img img {
        margin-top: 0
    }
}

@media (max-width:575.98px) {
    .x-index-top-container .-top-row-wrapper .-logo-img img {
        width: 75%
    }
}

.x-index-top-container .-top-row-wrapper .-title {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1.2015rem;
    font-weight: 500;
    line-height: 1.5;
    word-break: break-word
}

@media (max-width:575.98px) {
    .x-index-top-container .-top-row-wrapper .-title {
        font-size: 1.0035rem
    }
}

.x-index-top-container .-top-row-wrapper .-btn {
    margin-top: 1.5rem
}

@media (max-width:991.98px) {
    .x-index-top-container .-top-row-left-wrapper {
        text-align: center
    }
}

.x-index-top-container .-top-row-right-wrapper {
    text-align: center
}

@media (max-width:991.98px) {
    .x-index-top-container .-top-row-right-wrapper {
        margin-top: -4rem
    }
}

@media (max-width:575.98px) {
    .x-index-top-container .-top-row-right-wrapper {
        margin-top: -12%
    }
}

.x-index-top-container .-bottom-row-wrapper {
    margin-top: 5rem
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-index-top-container .-bottom-row-wrapper {
        margin-top: 8rem
    }
}

@media (max-width:991.98px) {
    .x-index-top-container .-bottom-row-wrapper {
        margin-top: 7rem
    }
}

@media (max-width:767.98px) {
    .x-index-top-container .-bottom-row-wrapper {
        margin-top: 3rem
    }
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .vex-dialog-button,
.x-apple-os .btn,
.x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 6px
}

@media (max-width:991.98px) {
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .-btn-play-demo.vex-dialog-button .fa-play-circle,
    .x-apple-os .btn.-btn-play-demo .fa-play-circle,
    .x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-play-demo.vex-dialog-button .fa-play-circle {
        padding-top: 8px
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-apple-os .-btn-play-demo.vex-dialog-button .-typo,
    .x-apple-os .btn.-btn-play-demo .-typo,
    .x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-play-demo.vex-dialog-button .-typo {
        padding-top: 0
    }
}

.x-apple-os .x-landing .x-footer-copyright-bg {
    padding: .5rem
}

.x-apple-os .x-deposit-next {
    padding-top: 6px !important
}

.x-apple-os .form-check input[type=checkbox]+label:before {
    margin-top: 9px !important
}

.x-apple-os .form-check input[type=checkbox]+label:after {
    top: 9px !important
}

.x-apple-os .x-account-profile .-profile-container .x-checkbox-primary {
    margin-top: 10px !important
}

.x-apple-os .x-account-profile .-profile-container .x-checkbox-primary .form-check-label:before {
    margin-top: 3px !important
}

.x-apple-os .x-account-profile .-profile-container .x-checkbox-primary .form-check-label:after {
    top: 3px !important
}

.x-apple-os .x-account-profile .-bank-info .media-body {
    margin-top: .15rem !important
}

.x-apple-os .-deposit-preview .-fake-input,
.x-apple-os .x-withdraw-pending .-fake-input {
    padding: 12px .675rem !important
}

.x-apple-os .x-promotion-active-header .progress span {
    margin-top: 0 !important
}

.x-apple-os .-danger-zone.-wrk-owner,
.x-apple-os .x-danger-zone.-wrk-owner {
    padding: 16px 15px
}

.x-apple-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 8px;
    padding-bottom: 8px
}

.x-apple-os #ads .form-check input[type=checkbox]+label:before {
    margin-top: 6px !important
}

.x-apple-os #ads .form-check input[type=checkbox]+label:after {
    top: 6px !important
}

.x-apple-os #ads .-submit {
    padding-top: 12px
}

.x-windows-os .x-form-control {
    padding-bottom: 16px
}

.x-windows-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 10px;
    padding-bottom: 10px
}

.x-windows-os .x-pending .-deposit-preview .-fake-input {
    padding: 12px .675rem
}

.x-windows-os .x-pending .-deposit-preview .-fake-input .fas {
    top: 12px
}

.x-windows-os .x-withdraw-pending .-fake-input {
    padding: 12px .675rem
}

.x-windows-os .x-deposit-bank-change .-submit .fas {
    top: 1px
}

.x-windows-os #ads .form-check input[type=checkbox]+label:before {
    top: 2px !important
}

.x-windows-os #ads .form-check input[type=checkbox]+label:after {
    top: 7px !important
}

.x-windows-os #ads .-submit {
    padding-top: 10px
}

.x-windows-os .x-select-amount .-amount-container .-btn-select-amount .-no {
    top: 8px
}

.x-ios-os #resetPasswordModal .-submit,
.x-ios-os .x-bank-account-form .-submit,
.x-ios-os .x-deposit-form .-submit,
.x-ios-os .x-form-register .-submit,
.x-ios-os .x-login-form .-submit,
.x-ios-os .x-pending .-submit,
.x-ios-os .x-withdraw-form .-submit {
    padding-bottom: 15px
}

.x-ios-os .form-check input[type=checkbox]+label:before {
    margin-top: 9px !important
}

.x-ios-os .form-check input[type=checkbox]+label:after {
    top: 9px !important
}

.x-ios-os .x-account-profile .-profile-container .x-checkbox-primary {
    margin-top: 10px !important
}

.x-ios-os .x-account-profile .-profile-container .x-checkbox-primary .form-check-label:before {
    margin-top: 4px !important
}

.x-ios-os .x-account-profile .-profile-container .x-checkbox-primary .form-check-label:after {
    top: 4px !important
}

.x-ios-os .x-account-profile .-bank-info .media-body {
    margin-top: .15rem !important
}

.x-ios-os .x-account-profile .-btn-action-wrapper {
    margin-top: .5rem !important
}

.x-ios-os .x-pending .-fake-input,
.x-ios-os .x-withdraw-pending .-fake-input {
    padding: 14px .675rem
}

.x-ios-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 10px;
    padding-bottom: 10px
}

.x-ios-os .x-landing .x-index-top-container .-btn-container .-btn-image-primary .-fake-bg-wrapper {
    top: 0
}

.x-ios-os .x-admin-contact {
    bottom: 70px
}

.x-ios-os #ads .form-check input[type=checkbox]+label:before {
    margin-top: 6px !important
}

.x-ios-os #ads .form-check input[type=checkbox]+label:after {
    top: 6px !important
}

.x-ios-os #deposit_amount::-webkit-input-placeholder,
.x-ios-os #withdraw_amount::-webkit-input-placeholder {
    padding-top: 5px
}

.x-ios-os #deposit_amount:-ms-input-placeholder,
.x-ios-os #withdraw_amount:-ms-input-placeholder {
    padding-top: 5px
}

.x-ios-os #deposit_amount::-ms-input-placeholder,
.x-ios-os #withdraw_amount::-ms-input-placeholder {
    padding-top: 5px
}

.x-ios-os #deposit_amount::placeholder,
.x-ios-os #withdraw_amount::placeholder {
    padding-top: 5px
}

.x-ios-os .x-promotion-active-header .progress span {
    margin-top: 0 !important
}

.x-android-os #resetPasswordModal .-submit,
.x-android-os .x-bank-account-form .-submit,
.x-android-os .x-deposit-form .-submit,
.x-android-os .x-form-register .-submit,
.x-android-os .x-login-form .-submit,
.x-android-os .x-pending .-submit,
.x-android-os .x-withdraw-form .-submit {
    padding: 0
}

.x-android-os #resetPasswordModal a.-submit,
.x-android-os .x-bank-account-form a.-submit,
.x-android-os .x-deposit-form a.-submit,
.x-android-os .x-form-register a.-submit,
.x-android-os .x-login-form a.-submit,
.x-android-os .x-pending a.-submit,
.x-android-os .x-withdraw-form a.-submit {
    padding-top: 15px
}

@media (max-width:991.98px) {
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-android-os .-btn-play-demo.vex-dialog-button .fa-play-circle,
    .x-android-os .btn.-btn-play-demo .fa-play-circle,
    .x-android-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-play-demo.vex-dialog-button .fa-play-circle {
        padding-top: 8px
    }
}

.x-android-os .x-landing .x-footer-copyright-bg {
    padding: .75rem .5rem
}

@media (max-width:991.98px) {
    .x-android-os #depositModal .-x-input-icon .-icon,
    .x-android-os #withdrawModal .-x-input-icon .-icon {
        top: 16px
    }
}

.x-android-os .x-account-profile .-profile-container .x-checkbox-primary {
    margin-top: 10px !important
}

.x-android-os .x-account-profile .-profile-container .x-checkbox-primary .form-check-label:before {
    margin-top: 2px !important
}

.x-android-os .x-account-profile .-profile-container .x-checkbox-primary .form-check-label:after {
    top: 2px !important
}

.x-android-os .x-account-profile .-bank-info {
    padding: .5rem
}

.x-android-os .x-account-profile .-bank-info .media {
    align-items: center
}

.x-android-os .x-account-profile .-bank-info .media .media-body {
    margin-top: .15rem !important
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-android-os .x-account-profile .-change-password-container .vex-dialog-button,
.x-android-os .x-account-profile .-change-password-container .btn,
.x-android-os .x-account-profile .-change-password-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 10px;
    padding-bottom: 10px
}

.x-android-os .x-admin-contact .x-text-with-link-component {
    font-size: .9rem
}

.x-android-os .form-check input[type=checkbox]+label:before {
    margin-top: 9px !important
}

.x-android-os .form-check input[type=checkbox]+label:after {
    top: 9px !important
}

.x-android-os .x-pending .-fake-input {
    padding: 14px .675rem
}

.x-android-os .x-promotion-active-header .progress span {
    margin-top: 0 !important
}

.x-android-os .x-withdraw-pending .-fake-input {
    padding: 14px .675rem
}

.x-android-os .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 10px;
    padding-bottom: 10px
}

.x-android-os #ads .form-check input[type=checkbox]+label:before {
    margin-top: 6px !important
}

.x-android-os #ads .form-check input[type=checkbox]+label:after {
    top: 6px !important
}

.x-android-os #ads .-submit {
    padding-top: 14px
}

.x-android-os .-danger-zone.-wrk-owner,
.x-android-os .x-danger-zone.-wrk-owner {
    padding: 15px
}

@media (min-width:992px) {
    .x-modal .-modal-big .x-admin-contact {
        width: 100% !important;
        left: 0 !important
    }
}

@media (max-width:991.98px) {
    .x-modal {
        padding-left: 0
    }
}

.x-modal .modal-dialog {
    /* border: 2px solid transparent; */
    background-origin: border-box;
    /* background-clip: content-box, border-box;
    border-radius: 10px */
}

@media (max-width:991.98px) {
    .x-modal .modal-dialog {
        border: none;
        border-radius: 0;
        padding: 0
    }
}

.x-modal .modal-dialog .x-ae-hr-line {
    display: block;
    width: 40%;
    margin: 0 auto .75rem;
    transition: transform .5s, -webkit-transform .5s
}

.x-modal .modal-dialog .-modal-content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

@media (max-width:991.98px) {
    .x-modal .modal-dialog .-modal-content {
        border-radius: 0;
        border: none;
        background-image: linear-gradient(90deg, #020a36 0%, #081f3e 46%, #09042e 100%), linear-gradient(90deg, #9c6727, #fdf6ae 31.53%, #bd8d42 64.87%, #fdf6ae);
        border: 2px solid transparent;
        background-origin: border-box;
        background-clip: content-box, border-box;
        border-radius: 10px
    }
}

.x-modal .modal-dialog .-modal-content .modal-header h3 {
    font-weight: 400
}

@media (max-width:991.98px) {
    .x-modal .modal-dialog .-modal-content .modal-header h3 {
        font-size: 1.35rem
    }
}

.x-modal .modal-dialog .-modal-content .modal-body .x-title-modal {
    font-weight: 400
}

@media (max-width:991.98px) {
    .x-modal .modal-dialog .-modal-content .modal-body .x-title-modal {
        font-size: 1.35rem
    }
}

@media (max-width:991.98px) {
    .x-modal .modal-dialog .-modal-content .modal-body {
        font-size: .945rem
    }
}

.x-modal .modal-dialog .-modal-content .-submit {
    font-size: 1.08rem !important;
    position: relative;
    width: 60%;
    margin: auto;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .5));
    border-radius: 12px;
    border: 2px solid transparent;
    background-image: linear-gradient(180deg, #000, #121212 51.68%, #313131), linear-gradient(90deg, #9c6727, #fdf6ae 32%, #bd8d42 65%, #fdf6ae);
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding: 0;
    transition: all .2s
}

@media (min-width:992px) {
    .x-modal .modal-dialog .-modal-content .-submit {
        height: 50px
    }
    .x-modal .modal-dialog .-modal-content .-submit:hover {
        background-image: linear-gradient(180deg, #121212, #121212 51.68%, #121212), linear-gradient(90deg, #9c6727, #fdf6ae 32%, #bd8d42 65%, #fdf6ae)
    }
}

@media (max-width:991.98px) {
    .x-modal .modal-dialog .-modal-content .-submit {
        box-shadow: 0 0 10px #ffc87f;
        border-radius: 0;
        position: fixed;
        width: 100%;
        background-image: linear-gradient(180deg, #272727, #000), linear-gradient(138.23deg, #9c6727 -5.5%, #fdf6ae 21.94%, #bd8d42 73.03%, #fdf6ae 100.07%)
    }
    .x-modal .modal-dialog .-modal-content .-submit:after,
    .x-modal .modal-dialog .-modal-content .-submit:before {
        background: linear-gradient(270deg, rgba(234, 182, 113, 0), #eab671 50.8%, rgba(234, 182, 113, 0));
        width: 100%;
        height: 6px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        mix-blend-mode: screen;
        -webkit-filter: blur(4px);
        filter: blur(4px)
    }
    .x-modal .modal-dialog .-modal-content .-submit:before {
        top: -5px
    }
    .x-modal .modal-dialog .-modal-content .-submit:after {
        bottom: -5px
    }
    .x-modal .modal-dialog .-modal-content .-submit .-text-btn:after,
    .x-modal .modal-dialog .-modal-content .-submit .-text-btn:before {
        background: linear-gradient(270deg, rgba(234, 182, 113, 0), #eab671 50.8%, rgba(234, 182, 113, 0));
        width: 100%;
        height: 3px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        mix-blend-mode: screen;
        -webkit-filter: blur(1px);
        filter: blur(1px)
    }
    .x-modal .modal-dialog .-modal-content .-submit .-text-btn:before {
        top: -3px
    }
    .x-modal .modal-dialog .-modal-content .-submit .-text-btn:after {
        bottom: -3px
    }
}

.x-modal.-alert-modal .modal-dialog {
    background: unset;
    border: none
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-title {
    font-size: .9rem
}

.x-modal.-alert-modal .modal-dialog .-modal-content .modal-body .-alert-body .-title .text-primary {
    color: #d1aa73 !important
}

.x-modal .close span {
    font-weight: 400;
    color: #fff
}

.x-modal .close:hover {
    opacity: 1 !important
}

.x-modal .close:active,
.x-modal .close:focus,
.x-modal .close:visited {
    text-decoration: none;
    text-outline: none;
    box-shadow: none;
    outline: 0
}

.x-modal#ads .x-checkbox-primary .-checkbox-label {
    color: #fff
}

@media (max-width:991.98px) {
    .x-modal#ads .x-checkbox-primary .-checkbox-label {
        font-size: .945rem
    }
}

.x-modal#ads .-modal-content .x-title-modal {
    text-align: center
}

.x-modal#ads .-modal-content .modal-body .-submit {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.x-modal .x-hr-border-glow {
    margin-top: -6px
}

@media (max-width:991.98px) {
    .x-modal#depositModal .-x-input-icon .form-control,
    .x-modal#withdrawModal .-x-input-icon .form-control {
        font-size: .945rem
    }
}

.x-form-register img.-ic-otp,
.x-form-register img.-ic-register,
.x-form-register img.-ic-set-password {
    width: 75px
}

@media (max-width:767.98px) {
    .x-form-register button[disabled] {
        opacity: .65;
        background: #ffc87f;
        background: linear-gradient(0deg, #ffc87f, #ffc87f);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to, GradientType=1)
    }
}

@media (max-width:991.98px) {
    .x-form-register .x-slide-left-content-term:not(.-hide) .-term-and-condition-content .x-term-and-condition a.-submit {
        align-items: center;
        display: flex;
        justify-content: center
    }
}

.x-form-register .-term-and-condition-content {
    height: 350px;
    padding: 0 1rem !important;
    background: transparent
}

.x-form-register .-term-and-condition-content .x-term-and-condition .-block-content-term-and-condition .text-primary {
    color: #ffc87f !important
}

.x-form-register .-term-and-condition-content .x-term-and-condition .-block-content-term-and-condition .-detail {
    font-size: .9rem
}

.x-form-register .-term-and-condition-content .x-term-and-condition .-block-content-term-and-condition b {
    font-size: 1.08rem
}

.x-form-register #card-bank-info .-x-input-icon:nth-of-type(2) .-icon {
    top: 20px;
    height: auto
}

.x-form-register #card-bank-info .-x-input-icon:nth-of-type(3) .-icon {
    top: 16px;
    height: 18px
}

@media (max-width:991.98px) {
    .x-form-register .text-muted {
        font-size: .945rem
    }
}

.x-deposit-form .border-dark {
    border-color: transparent !important
}

.x-deposit-form .-deposit-container img {
    width: 80px
}

.x-deposit-form .-deposit-container .-x-input-icon .-icon {
    top: 14px;
    width: 20px
}

.x-deposit-form .-deposit-container .-btn-cancel-promotion u,
.x-deposit-form .-deposit-container .-btn-get-promotion u {
    font-size: 1.1rem
}

.x-deposit-form .-deposit-container .-ic-deposit {
    margin-top: 1rem
}

.x-deposit-form .-deposit-container .-btn-get-promotion.text-primary {
    color: #fff !important
}

.x-deposit-form .-deposit-container a.-submit {
    color: #fff
}

.x-deposit-form .-deposit-container .-bg-promotion-active {
    background-image: unset !important
}

.x-deposit-form .-deposit-container .-bg-promotion-active .text-primary {
    color: #fff !important
}

.x-deposit-form .-deposit-container .text-muted {
    font-size: 1.08rem
}

.x-deposit-form .x-deposit-promotion .-real-content {
    color: #fff !important
}

.x-deposit-form .x-deposit-promotion .-img {
    border-radius: 0
}

.x-deposit-form .x-deposit-promotion .-img:hover {
    -webkit-transform: scale(1.09);
    transform: scale(1.09)
}

.x-deposit-form .x-deposit-promotion .-img.-active {
    border: 1px solid #ffc87f;
    box-shadow: 0 0 5px 0 #ccaf6a
}

@media (max-width:991.98px) {
    .x-deposit-form .x-deposit-promotion {
        background: transparent
    }
    .x-deposit-form .x-deposit-promotion .-real-content {
        color: #fff !important
    }
    .x-deposit-form .x-deposit-promotion a.-submit {
        align-items: center;
        display: flex;
        justify-content: center
    }
}

.x-withdraw-form img {
    width: 80px
}

.x-withdraw-form .-x-input-icon {
    margin-top: 1rem
}

.x-withdraw-form .-x-input-icon .-icon {
    width: 20px;
    top: 14px
}

.x-account-profile .-profile-container .-change-password-container .form-control-white {
    border: 1px solid #fdf6ae
}

.x-account-profile .-profile-container .-change-password-container .form-control-white:focus {
    border-color: #fdf6ae;
    -o-border-image: none;
    border-image: none;
    box-shadow: 0 3px 6px 1px hsla(0, 0%, 100%, .33)
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-account-profile .-profile-container .-change-password-container .btn-primary.vex-dialog-button,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-account-profile .-profile-container .-change-password-container .vex-dialog-button.vex-dialog-button-primary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-account-profile .-profile-container .-change-password-container .-copy-btn.vex-dialog-button,
.x-account-profile .-profile-container .-change-password-container .btn.btn-primary,
.x-account-profile .-profile-container .-change-password-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-primary.vex-dialog-button,
.x-account-profile .-profile-container .-change-password-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
.x-account-profile .-profile-container .-change-password-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn.vex-dialog-button,
.x-account-profile .-profile-container .-change-password-container .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .btn.-copy-btn,
.x-account-profile .-profile-container .-change-password-container .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-copy-btn.vex-dialog-button,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-account-profile .-profile-container .-change-password-container .-copy-btn.vex-dialog-button,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-account-profile .-profile-container .-change-password-container .btn.-copy-btn {
    font-size: 1.08rem !important;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .5));
    border-radius: 12px;
    border: 2px solid transparent;
    background-image: linear-gradient(180deg, #000, #121212 51.68%, #313131), linear-gradient(90deg, #9c6727, #fdf6ae 31.53%, #bd8d42 64.87%, #fdf6ae);
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding: 0;
    color: #ddd;
    height: 50px
}

@media (min-width:992px) {
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-account-profile .-profile-container .-change-password-container .btn-primary.vex-dialog-button,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-account-profile .-profile-container .-change-password-container .vex-dialog-button.vex-dialog-button-primary,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-account-profile .-profile-container .-change-password-container .-copy-btn.vex-dialog-button,
    .x-account-profile .-profile-container .-change-password-container .btn.btn-primary,
    .x-account-profile .-profile-container .-change-password-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-primary.vex-dialog-button,
    .x-account-profile .-profile-container .-change-password-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
    .x-account-profile .-profile-container .-change-password-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn.vex-dialog-button,
    .x-account-profile .-profile-container .-change-password-container .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .btn.-copy-btn,
    .x-account-profile .-profile-container .-change-password-container .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-copy-btn.vex-dialog-button,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-account-profile .-profile-container .-change-password-container .-copy-btn.vex-dialog-button,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-account-profile .-profile-container .-change-password-container .btn.-copy-btn {
        color: #ddd
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-account-profile .-profile-container .-change-password-container .btn-primary.vex-dialog-button:hover,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-account-profile .-profile-container .-change-password-container .vex-dialog-button.vex-dialog-button-primary:hover,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-account-profile .-profile-container .-change-password-container .-copy-btn.vex-dialog-button:hover,
    .x-account-profile .-profile-container .-change-password-container .btn.btn-primary:hover,
    .x-account-profile .-profile-container .-change-password-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .btn-primary.vex-dialog-button:hover,
    .x-account-profile .-profile-container .-change-password-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:hover,
    .x-account-profile .-profile-container .-change-password-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn.vex-dialog-button:hover,
    .x-account-profile .-profile-container .-change-password-container .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .btn.-copy-btn:hover,
    .x-account-profile .-profile-container .-change-password-container .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-copy-btn.vex-dialog-button:hover,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-account-profile .-profile-container .-change-password-container .-copy-btn.vex-dialog-button:hover,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-account-profile .-profile-container .-change-password-container .btn.-copy-btn:hover {
        background-image: linear-gradient(180deg, #121212, #121212 51.68%, #121212), linear-gradient(90deg, #9c6727, #fdf6ae 31.53%, #bd8d42 64.87%, #fdf6ae)
    }
}

.x-account-profile .-profile-container .-bank-info {
    background-color: #303b57
}

@media (max-width:991.98px) {
    .x-account-profile .-profile-container .-bank-info .media b {
        font-size: .945rem
    }
}

@media (max-width:991.98px) {
    .x-account-profile .-profile-container {
        font-size: .99rem
    }
    .x-account-profile .-profile-container .text-muted,
    .x-account-profile .-profile-container a u {
        font-size: .945rem
    }
}

@media (max-width:991.98px) {
    .x-account-profile {
        background: transparent
    }
}

.x-account-profile a,
.x-account-profile a:hover {
    color: #ffc87f !important
}

.x-account-profile .-account-provider-container .-account-provider-inner .-info-wrapper {
    font-size: .9rem
}

.x-account-profile .-account-provider-container .-account-provider-inner .-btn-action-wrapper {
    width: 58px;
    min-width: 58px;
    margin-top: 0 !important
}

@media (max-width:991.98px) {
    .x-account-profile .-account-provider-container .-account-provider-inner .-btn-action-wrapper {
        width: 50px;
        min-width: 50px
    }
}

@media (min-width:992px) {
    .x-account-profile .-account-provider-container .-account-provider-inner .-btn-action-wrapper .-copy-btn-wrapper a {
        border: 1px solid #ffc87f;
        padding: 0 3px;
        border-radius: 12px
    }
    .x-account-profile .-account-provider-container .-account-provider-inner .-btn-action-wrapper .-copy-btn-wrapper a .fa-copy {
        font-size: .5rem
    }
}

#couponModal .-modal-content .modal-body,
#couponModal .-modal-content .x-title-modal,
#promotionReturnByUserModal .-modal-content .x-title-modal {
    text-align: center
}

#promotionReturnByUserModal .-modal-content .x-promotion-return-by-user-container .-promotion-return-btn {
    border: 2px solid transparent;
    width: 60%;
    background-image: linear-gradient(180deg, #000, #121212 51.68%, #313131), linear-gradient(90deg, #9c6727, #fdf6ae 31.53%, #bd8d42 64.87%, #fdf6ae);
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding: 0;
    transition: all .2s;
    color: #ddd;
    height: 50px
}

@media (min-width:992px) {
    #promotionReturnByUserModal .-modal-content .x-promotion-return-by-user-container .-promotion-return-btn {
        color: #ddd
    }
    #promotionReturnByUserModal .-modal-content .x-promotion-return-by-user-container .-promotion-return-btn:hover {
        background-image: linear-gradient(180deg, #121212, #121212 51.68%, #121212), linear-gradient(90deg, #9c6727, #fdf6ae 31.53%, #bd8d42 64.87%, #fdf6ae)
    }
}

@media (max-width:991.98px) {
    #promotionReturnByUserModal .-modal-content .x-promotion-return-by-user-container .-group-round-container .-date-range-container {
        font-size: .945rem !important
    }
}

#promotionReturnByUserModal .-modal-content .x-promotion-return-by-user-container .-group-round-container .-bonus .-dollar-sign {
    margin-top: 6px
}

#promotionReturnByUserModal .-modal-content .x-promotion-return-by-user-container .-group-round-container .-bonus .-dollar-sign .-dollar-sign-inner {
    top: 0
}

#promotionReturnByUserModal .-modal-content .x-promotion-return-by-user-container .-description-container {
    font-size: 1.08rem !important
}

@media (max-width:991.98px) {
    #promotionReturnByUserModal .-modal-content .x-promotion-return-by-user-container .-description-container {
        font-size: .945rem !important
    }
}

#promotionReturnByUserModal .-modal-content .x-promotion-return-by-user-container .-condition-container .x-promotion-content {
    color: #d2d2d2
}

#promotionReturnByUserModal .-modal-content .x-promotion-return-by-user-container .-condition-container .x-promotion-content a {
    color: #ffc87f
}

#promotionReturnByUserModal .-modal-content .x-promotion-return-by-user-container .-condition-container .x-promotion-content h2 {
    color: #ffc87f;
    font-size: 1.26rem !important
}

#promotionReturnByUserModal .-modal-content .x-promotion-return-by-user-container .-condition-container .x-promotion-content h2 span {
    font-size: 1.26rem !important
}

#promotionReturnByUserModal .-modal-content .x-promotion-return-by-user-container .-condition-container .x-promotion-content h3 {
    color: #ffc87f;
    font-size: 1.17rem !important
}

#promotionReturnByUserModal .-modal-content .x-promotion-return-by-user-container .-condition-container .x-promotion-content p span {
    font-size: .9rem !important
}

@media (max-width:991.98px) {
    #promotionReturnByUserModal .-modal-content .x-promotion-return-by-user-container .-condition-container .x-promotion-content {
        font-size: 16px !important
    }
    #promotionReturnByUserModal .-modal-content .x-promotion-return-by-user-container .-condition-container .x-promotion-content h2 {
        font-size: 20px !important
    }
    #promotionReturnByUserModal .-modal-content .x-promotion-return-by-user-container .-condition-container .x-promotion-content h3 {
        font-size: 18px !important
    }
}

.x-pending .media {
    padding: .8rem;
    background: #303b57
}

.x-pending .media .text-primary {
    color: #fff !important
}

.x-pending .media img {
    margin: auto
}

.x-pending .-deposit-preview {
    margin-top: 1rem
}

.x-pending .-deposit-preview .border-dark {
    border-color: transparent !important
}

.x-pending .-deposit-preview img {
    width: 80px
}

.x-pending .-deposit-preview hr {
    display: none
}

.x-pending .-deposit-preview .-pending-bg-promotion-active {
    background-image: unset !important
}

.x-pending .-deposit-preview .-pending-bg-promotion-active .-title {
    font-size: 1.2rem;
    color: #fff
}

@media (max-width:991.98px) {
    .x-pending .-deposit-preview .-pending-bg-promotion-active .-title {
        font-size: .945rem
    }
}

.x-pending .-deposit-preview .-fake-input {
    background-color: #0d0d0d;
    color: #fff;
    box-shadow: 0 0 5px 0 #ffc87f;
    border: 1px solid #ffc87f
}

.x-pending .-deposit-preview .-fake-input .fas {
    top: 10px;
    color: #ffc87f
}

.x-pending .x-slide-left-content .text-primary {
    color: #fff !important;
    font-size: 1.26rem !important
}

.x-pending .x-slide-left-content .media b {
    font-size: 1.26rem !important
}

.x-pending .-danger-zone,
.x-pending .x-danger-zone {
    padding: 20px 15px;
    margin: 2rem auto 0;
    position: relative;
    width: 100%;
    border: 2px solid #fd043a;
    background: rgba(253, 4, 58, .2)
}

@media (min-width:992px) {
    .x-pending .-danger-zone.-wrk-owner,
    .x-pending .x-danger-zone.-wrk-owner {
        width: 280px
    }
}

.x-pending .-danger-zone.-wrk-owner span,
.x-pending .x-danger-zone.-wrk-owner span {
    font-size: 1.1rem
}

.x-pending .-danger-zone .-icon-wrapper,
.x-pending .x-danger-zone .-icon-wrapper {
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 6px
}

.x-pending .-danger-zone .-icon-wrapper .-img,
.x-pending .x-danger-zone .-icon-wrapper .-img {
    width: 30px
}

.x-pending .-danger-zone span,
.x-pending .x-danger-zone span {
    display: block;
    font-size: 1.5rem
}

@media (max-width:991.98px) {
    .x-pending .-animatable-container .text-primary {
        color: #fff !important
    }
    .x-pending .-animatable-container .x-mini-copy {
        padding: 1px 5px !important;
        color: #fff !important;
        background: transparent !important
    }
    .x-pending .-animatable-container .-pending-bg-promotion-active {
        background-image: unset !important
    }
    .x-pending .-animatable-container .-pending-bg-promotion-active .-title {
        color: #fff
    }
    .x-pending .-animatable-container .-fake-input {
        background-color: #0d0d0d;
        color: #fff;
        border: 1px solid #ffc87f;
        box-shadow: 0 0 5px 0 #ffc87f
    }
    .x-pending .-animatable-container .-fake-input .fas {
        color: #fff
    }
}

.x-deposit-notice {
    padding: 1rem 1.5rem 0
}

@media (max-width:991.98px) {
    .x-deposit-notice.-decimal {
        margin-top: 1rem
    }
}

.x-deposit-notice.-decimal .-noted-title {
    padding: 10px 0;
    font-size: 1.1rem
}

@media (max-width:991.98px) {
    .x-deposit-notice {
        padding: 1rem 2rem 0 !important
    }
}

.x-deposit-notice .-noted {
    padding: 1rem .8rem;
    font-size: 1rem;
    color: #fff
}

.x-deposit-notice .-noted .-chevron {
    top: 50%;
    font-size: 1.3rem
}

.x-deposit-notice .-bank-info .-details .-main-text {
    font-size: 1.26rem
}

.x-deposit-notice .-bank-info .-details .-normal-text {
    font-size: .81rem
}

.x-deposit-notice .-bank-info .-details .-normal-text:not(:last-child) {
    margin-top: 0
}

.x-withdraw-pending img.-ic-pending-withdraw {
    width: 80px
}

.x-withdraw-pending .-fake-input {
    color: #fff;
    border: 1px solid #ffc87f;
    box-shadow: 0 0 5px 0 #ffc87f;
    background: #0d0d0d
}

@media (max-width:575.98px) {
    .x-withdraw-pending .-fake-input {
        width: 80%
    }
}

.x-withdraw-pending .media {
    background: #303b57;
    padding: .8rem 2rem;
    align-items: center
}

.x-withdraw-pending .media .media-body {
    margin-top: .15rem
}

@media (max-width:991.98px) {
    .x-withdraw-pending .media .media-body {
        margin-top: 0;
        margin-bottom: .4rem
    }
}

.x-withdraw-pending .media .media-body b {
    color: #fff
}

@media (max-width:991.98px) {
    .x-withdraw-pending .media .media-body b {
        font-size: 1.17rem
    }
}

.x-promotion-active-header {
    background: transparent
}

.x-promotion-active-header .-active-promotion .-joining .text-primary {
    color: #fff !important
}

.x-promotion-active-header .-turnover .text-primary {
    color: #ffc87f !important
}

@media (max-width:991.98px) {
    .x-promotion-active-header .-turnover .text-primary {
        font-size: .945rem !important
    }
}

.x-promotion-active-header .-turnover .progress .progress-bar {
    background: linear-gradient(90deg, #ffc87f, #ccaf6a)
}

.x-promotion-active-header .-condition {
    padding: .5rem
}

.x-promotion-active-header .-condition .text-primary,
.x-promotion-active-header .-condition a,
.x-promotion-active-header .-condition h2 {
    color: #ffc87f !important
}

.x-promotion-active-header .x-admin-contact {
    border-top: none
}

.x-promotion-active-header .x-promotion-content {
    color: #d2d2d2
}

.x-promotion-active-header .x-promotion-content h2 {
    color: #ffc87f;
    font-size: 1.26rem !important
}

.x-promotion-active-header .x-promotion-content h2 span {
    font-size: 1.26rem !important
}

.x-promotion-active-header .x-promotion-content h3 {
    color: #ffc87f;
    font-size: 1.17rem !important
}

.x-promotion-active-header .x-promotion-content h3 span {
    font-size: 1.17rem !important
}

@media (max-width:991.98px) {
    .x-promotion-active-header .x-promotion-content {
        font-size: 16px !important
    }
    .x-promotion-active-header .x-promotion-content h2 {
        font-size: 20px !important
    }
    .x-promotion-active-header .x-promotion-content h3 {
        font-size: 18px !important
    }
}

#resetPasswordModal .modal-content .modal-body .text-primary {
    color: #fff !important
}

#resetPasswordModal .modal-content .modal-body h4 {
    font-size: 1.26rem
}

#resetPasswordModal .modal-content .modal-body p {
    font-size: 1.08rem
}

#resetPasswordModal .modal-content .modal-body img.-ic-lock,
#resetPasswordModal .modal-content .modal-body img.-ic-otp,
#resetPasswordModal .modal-content .modal-body img.-ic-register {
    width: 75px
}

#resetPasswordModal .modal-content .modal-body .-submit {
    padding: 0
}

.x-register-already-form .-already-description {
    padding: 1rem
}

.x-register-already-form .-already-description .text-primary,
.x-register-already-form .-already-description a,
.x-register-already-form .x-reset-pw-text-container .text-muted-lighter {
    color: #ffc87f !important
}

.vex.vex-theme-plain .vex-content {
    background-image: linear-gradient(180deg, #43001b, #270012), linear-gradient(90deg, #9c6727, #fdf6ae 31.53%, #bd8d42 64.87%, #fdf6ae);
    border: 2px solid transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 10px;
    padding: 0
}

.vex.vex-theme-plain .vex-content .vex-dialog-form {
    padding: 2.5rem 1rem 1.8rem
}

.vex.vex-theme-plain .vex-content .vex-dialog-form .vex-dialog-buttons .vex-dialog-button-primary {
    color: #ddd;
    box-shadow: 0 0 4px #ffc87f;
    border-radius: 0;
    background-image: linear-gradient(180deg, #272727, #000), linear-gradient(138.23deg, #9c6727 -5.5%, #fdf6ae 21.94%, #bd8d42 73.03%, #fdf6ae 100.07%) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    padding: 0;
    transition: all .2s;
    align-items: center;
    border: 2px solid transparent;
    height: 40px;
    position: relative
}

.vex.vex-theme-plain .vex-content .vex-dialog-form .vex-dialog-buttons .vex-dialog-button-primary:hover {
    color: #ddd
}

.vex.vex-theme-plain .vex-content .vex-dialog-form .vex-dialog-buttons .vex-dialog-button-primary:after,
.vex.vex-theme-plain .vex-content .vex-dialog-form .vex-dialog-buttons .vex-dialog-button-primary:before {
    background: linear-gradient(270deg, rgba(234, 182, 113, 0), #eab671 50.8%, rgba(234, 182, 113, 0));
    width: 100%;
    height: 6px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    mix-blend-mode: screen;
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.vex.vex-theme-plain .vex-content .vex-dialog-form .vex-dialog-buttons .vex-dialog-button-primary:before {
    top: -5px
}

.vex.vex-theme-plain .vex-content .vex-dialog-form .vex-dialog-buttons .vex-dialog-button-primary:after {
    bottom: -5px
}

.vex.vex-theme-plain .vex-content .vex-dialog-form .vex-dialog-buttons .vex-dialog-button-secondary {
    color: #ddd;
    box-shadow: 0 0 4px #ffc87f;
    border-radius: 0;
    background-image: linear-gradient(180deg, #272727, #000), linear-gradient(138.23deg, #9c6727 -5.5%, #fdf6ae 21.94%, #bd8d42 73.03%, #fdf6ae 100.07%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding: 0;
    transition: all .2s;
    align-items: center;
    border: 2px solid transparent;
    height: 40px;
    position: relative
}

.vex.vex-theme-plain .vex-content .vex-dialog-form .vex-dialog-buttons .vex-dialog-button-secondary:hover {
    color: #ddd
}

.vex.vex-theme-plain .vex-content .vex-dialog-form .vex-dialog-buttons .vex-dialog-button-secondary:after,
.vex.vex-theme-plain .vex-content .vex-dialog-form .vex-dialog-buttons .vex-dialog-button-secondary:before {
    background: linear-gradient(270deg, rgba(234, 182, 113, 0), #eab671 50.8%, rgba(234, 182, 113, 0));
    width: 100%;
    height: 6px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    mix-blend-mode: screen;
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.vex.vex-theme-plain .vex-content .vex-dialog-form .vex-dialog-buttons .vex-dialog-button-secondary:before {
    top: -5px
}

.vex.vex-theme-plain .vex-content .vex-dialog-form .vex-dialog-buttons .vex-dialog-button-secondary:after {
    bottom: -5px
}

.vex.vex-theme-plain .vex-content .vex-dialog-message {
    color: #fff
}

#promotionSuggestionModal.-hello-popup .-effect.-item-1 {
    bottom: 60%;
    left: -16%;
    width: 190px
}

#promotionSuggestionModal.-hello-popup .-effect.-item-2 {
    bottom: -5%;
    right: -16%
}

#promotionSuggestionModal .modal-dialog {
    background-image: none;
    border: none
}

#promotionSuggestionModal .-effect.-item-1 {
    bottom: 25%;
    left: -14%;
    width: 170px
}

#promotionSuggestionModal .-effect.-item-2 {
    bottom: -12%;
    right: -8%;
    width: 180px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-duration: 6s;
    animation-duration: 6s
}

.x-tab-event-container {
    padding: 2rem 0
}

@media (max-width:991.98px) {
    .x-tab-event-container {
        padding: 1rem 0
    }
}

.x-tab-event-container .x-hr-border-gradient {
    margin-top: 0
}

.x-tab-event-container .-title {
    font-size: 1.35rem
}

.x-tab-event-container .-event-tab-info-container {
    font-size: 1.0035rem
}

.x-tab-event-container .-event-tab-info-container .text-muted-lighter {
    color: #fff
}

.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-text-wrapper,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-mock {
    border-color: #fdb724
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-text-wrapper {
        width: 65%
    }
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-text-wrapper #-copy-text-event {
        overflow-wrap: break-word
    }
}

.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-middle-line {
    background-color: #fdb724
}

.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn {
    position: relative;
    width: 200px;
    height: 40px;
    padding: 0;
    font-size: .9rem;
    background-image: linear-gradient(180deg, #000, #121212 51.68%, #313131), linear-gradient(90deg, #9c6727, #fdf6ae 32%, #bd8d42 65%, #fdf6ae) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    border-radius: 10px;
    border: 2px solid transparent;
    box-shadow: 0 0 10px #ffc87f;
    transition: all .2s
}

.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:hover {
    color: #fff
}

@media (max-width:767.98px) {
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn {
        width: 100px
    }
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex-dialog-button,
.x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .btn,
.x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 200px;
    height: 50px;
    margin: auto !important;
    padding: 0;
    font-size: .9rem;
    color: #fff;
    background-image: linear-gradient(180deg, #000, #121212 51.68%, #313131), linear-gradient(90deg, #9c6727, #fdf6ae 32%, #bd8d42 65%, #fdf6ae) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    border-radius: 10px !important;
    border: 2px solid transparent;
    box-shadow: 0 0 10px #ffc87f;
    transition: all .2s
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex-dialog-button:hover,
.x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .btn:hover,
.x-tab-event-container .-event-tab-info-container .-btn-group-wrapper .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:hover {
    color: #fff
}

.x-tab-event-container .-event-tab-form-container {
    font-size: 1.0035rem
}

.x-tab-event-container .-event-tab-form-container .-back-btn {
    position: relative;
    width: 100px;
    height: 40px;
    margin: auto !important;
    padding: 0;
    font-size: .9rem;
    color: #fff;
    background-image: linear-gradient(180deg, #000, #121212 51.68%, #313131), linear-gradient(90deg, #9c6727, #fdf6ae 32%, #bd8d42 65%, #fdf6ae) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    border-radius: 10px !important;
    border: 2px solid transparent;
    box-shadow: 0 0 10px #ffc87f;
    transition: all .2s
}

.x-tab-event-container .-event-tab-form-container .-back-btn:hover {
    color: #fff
}

.x-tab-event-container .-event-tab-form-container .-form-container {
    background: hsla(0, 0%, 100%, .1)
}

.x-tab-event-container .-event-tab-form-container .-form-container .-form-title {
    font-size: 1.35rem
}

.x-tab-event-container .-event-tab-form-container .-form-container .-x-input-icon .x-form-control.is-valid {
    border-color: #0cc130
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-form-container .-form-container .vex-dialog-button,
.x-tab-event-container .-event-tab-form-container .-form-container .btn,
.x-tab-event-container .-event-tab-form-container .-form-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    position: relative;
    width: 180px;
    height: 50px;
    margin: auto !important;
    padding: 0 !important;
    font-size: .9rem;
    color: #fff;
    background-image: linear-gradient(180deg, #000, #121212 51.68%, #313131), linear-gradient(90deg, #9c6727, #fdf6ae 32%, #bd8d42 65%, #fdf6ae) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    border-radius: 10px !important;
    border: 2px solid transparent;
    box-shadow: 0 0 10px #ffc87f;
    transition: all .2s
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-tab-event-container .-event-tab-form-container .-form-container .vex-dialog-button:hover,
.x-tab-event-container .-event-tab-form-container .-form-container .btn:hover,
.x-tab-event-container .-event-tab-form-container .-form-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:hover {
    color: #fff
}

.x-tab-event-container .-event-success-wrapper {
    background: hsla(0, 0%, 100%, .1)
}

.x-tab-index {
    background-position: 100% 100%;
    overflow: hidden
}

.x-tab-index .-section-wrapper-1 {
    padding: 2rem 0
}

@media (max-width:991.98px) {
    .x-tab-index .-section-wrapper-1 {
        padding: 2rem 0 7rem
    }
}

.x-tab-index .-section-wrapper-1 .-row-wrapper {
    align-items: center
}

@media (max-width:991.98px) {
    .x-tab-index .-section-wrapper-1 .-left-container {
        order: 1;
        margin-top: -5rem
    }
}

@media (max-width:991.98px) {
    .x-tab-index .-section-wrapper-1 .-right-container {
        order: 0
    }
}

.x-tab-index .-section-wrapper-1 .-box-wrapper {
    position: relative;
    padding: 4rem 12rem 4rem 3rem;
    background: linear-gradient(90deg, #1f1f1f 40%, #000);
    border-radius: 20px;
    border: 3px solid #ffc87f
}

.x-tab-index .-section-wrapper-1 .-box-wrapper:after {
    content: "";
    position: absolute;
    top: -3px;
    right: -3px;
    width: 30%;
    height: calc(100% + 6px);
    z-index: 1;
    background: linear-gradient(90deg, transparent, #000 70%);
    border-radius: 20px
}

@media (max-width:1199.98px) {
    .x-tab-index .-section-wrapper-1 .-box-wrapper {
        padding: 3rem 12rem 3rem 2rem
    }
}

@media (max-width:991.98px) {
    .x-tab-index .-section-wrapper-1 .-box-wrapper {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding: 4rem 2rem;
        text-align: center;
        background: linear-gradient(180deg, #1f1f1f 40%, #000)
    }
    .x-tab-index .-section-wrapper-1 .-box-wrapper:after {
        top: unset;
        right: unset;
        left: -3px;
        bottom: -4px;
        width: calc(100% + 6px);
        height: 130px;
        background: linear-gradient(180deg, transparent, #000 60%)
    }
}

@media (max-width:767.98px) {
    .x-tab-index .-section-wrapper-1 .-box-wrapper {
        width: 100%;
        padding: 4rem 1rem 3rem
    }
}

@media (max-width:575.98px) {
    .x-tab-index .-section-wrapper-1 .-box-wrapper {
        padding: 4rem 1rem 2rem
    }
}

.x-tab-index .-section-wrapper-1 .-title {
    font-size: 2.196rem;
    font-weight: 500
}

@media (max-width:767.98px) {
    .x-tab-index .-section-wrapper-1 .-title {
        font-size: 1.6965rem
    }
}

.x-tab-index .-section-wrapper-1 .-description {
    font-size: 1.2015rem;
    font-weight: 300
}

@media (max-width:991.98px) {
    .x-tab-index .-section-wrapper-1 .-description {
        position: relative;
        z-index: 2
    }
}

@media (max-width:767.98px) {
    .x-tab-index .-section-wrapper-1 .-description {
        font-size: 1.0035rem
    }
}

.x-tab-index .-section-wrapper-1 .-banner-img {
    position: relative;
    left: -40%;
    z-index: 1;
    width: 140%;
    height: auto
}

@media (max-width:991.98px) {
    .x-tab-index .-section-wrapper-1 .-banner-img {
        left: 50%;
        width: 80%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (max-width:767.98px) {
    .x-tab-index .-section-wrapper-1 .-banner-img {
        width: 100%
    }
}

.x-tab-index .-section-wrapper-2 {
    padding: 3rem 0;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    position: relative
}

@media (max-width:991.98px) {
    .x-tab-index .-section-wrapper-2 {
        background: rgba(0, 0, 0, .6)
    }
}

.x-tab-index .-section-wrapper-2 .-line-separate-container {
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-tab-index .-section-wrapper-2 .-heading-wrapper .-title {
    position: relative;
    margin-bottom: 0;
    font-size: 1.6965rem
}

.x-tab-index .-section-wrapper-2 .-heading-wrapper .-sub-title {
    position: relative;
    font-size: 1.0035rem;
    font-weight: 300
}

.x-tab-index .-section-wrapper-2 .-heading-wrapper .-red-line {
    width: 480px;
    height: auto;
    margin-top: -3rem
}

.x-tab-index .-section-wrapper-2 .navbar-nav {
    flex-wrap: wrap;
    flex-direction: row
}

.x-tab-index .-section-wrapper-2 .navbar-nav .nav-item {
    width: 25%;
    padding: 0 .5rem;
    text-align: center
}

.x-tab-index .-section-wrapper-2 .navbar-nav .nav-item1 {
    width: 25%;
    padding: 0 .5rem;
    text-align: center
}

@media (max-width:991.98px) {
    .x-tab-index .-section-wrapper-2 .navbar-nav {
        width: 70%;
        margin: auto
    }
    .x-tab-index .-section-wrapper-2 .navbar-nav .nav-item {
        width: 50%;
        margin-top: 1rem;
        padding: 0 1rem
    }
    .x-tab-index .-section-wrapper-2 .navbar-nav .nav-item1 {
        width: 25%;
        margin-top: 1rem;
        padding: 0 1rem
    }
}

@media (max-width:767.98px) {
    .x-tab-index .-section-wrapper-2 .navbar-nav {
        width: 90%
    }
}

@media (max-width:575.98px) {
    .x-tab-index .-section-wrapper-2 .navbar-nav {
        width: 100%
    }
    .x-tab-index .-section-wrapper-2 .navbar-nav .nav-item {
        padding: 0 .5rem
    }
}

.x-tab-index .-section-wrapper-2 .-item-icon-img {
    width: 100%;
    height: auto
}

.x-tab-index .-section-wrapper-2 .-item-title {
    margin-top: -1rem;
    font-size: 1.2015rem;
    font-weight: 500;
    order: 2
}

li.nav-item.-hilo {
    display: flex;
    flex-direction: column
}

li.nav-item1.-hilo {
    display: flex;
    flex-direction: column
}

@media (max-width:767.98px) {
    .x-tab-index .-section-wrapper-2 .-item-title {
        font-size: 0.9rem;
        padding-top: 15px;
    }
}

.x-tab-index .-section-wrapper-3 {
    padding: 2rem 0 4rem;
    text-align: center
}

@media (max-width:767.98px) {
    .x-tab-index .-section-wrapper-3 {
        padding: 2rem 0
    }
}

.x-tab-index .-section-wrapper-3 .-banner-img img {
    width: 100%;
    height: auto
}

.x-tab-index .-section-wrapper-3 .-description {
    font-size: 1.2015rem;
    font-weight: 500
}

@media (max-width:767.98px) {
    .x-tab-index .-section-wrapper-3 .-description {
        font-size: 1.0035rem
    }
}

.x-tab-manual {
    padding: 2rem 0
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item {
    min-width: 150px
}

@media (max-width:575.98px) {
    .x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item {
        min-width: unset
    }
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item .nav-link {
    padding: 1rem 0;
    font-size: .9rem;
    font-weight: 500;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
    transition: color .3s
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item .nav-link.active {
    color: #ffc87f;
    background-color: rgba(0, 0, 0, .8)
}

@media (min-width:992px) {
    .x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item .nav-link:hover {
        color: #ffc87f
    }
}

@media (max-width:991.98px) {
    .x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item .nav-link {
        font-size: .9rem
    }
}

@media screen and (max-width:350px) {
    .x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item .nav-link {
        font-size: .7965rem
    }
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.x-index-tab-container .tab-content .x-tab-manual .-container-wrapper .-tabs .nav-item:last-child .nav-link {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.x-tab-promotion {
    padding-bottom: 2rem
}

.x-intro-promotion .slick-arrow {
    background-color: rgba(69, 0, 23, .75);
    top: 50% !important;
    width: 60px;
    height: 60px
}

@media (max-width:991.98px) {
    .x-intro-promotion .slick-arrow {
        width: 50px;
        height: 50px
    }
}

@media (max-width:767.98px) {
    .x-intro-promotion .slick-arrow {
        width: 40px;
        height: 40px
    }
}

.x-intro-promotion .slick-arrow.slick-prev {
    left: 50%;
    -webkit-transform: translateX(-640px) translateY(-50%);
    transform: translateX(-640px) translateY(-50%)
}

.x-intro-promotion .slick-arrow.slick-prev .fas {
    -webkit-transform: translate(-65%, -50%);
    transform: translate(-65%, -50%)
}

@media screen and (max-width:1400px) {
    .x-intro-promotion .slick-arrow.slick-prev {
        -webkit-transform: translateX(-460px) translateY(-50%);
        transform: translateX(-460px) translateY(-50%)
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-intro-promotion .slick-arrow.slick-prev {
        left: 10%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-intro-promotion .slick-arrow.slick-prev {
        -webkit-transform: translate(-280px, -50%);
        transform: translate(-280px, -50%)
    }
}

@media (max-width:767.98px) {
    .x-intro-promotion .slick-arrow.slick-prev {
        left: 70px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width:575.98px) {
    .x-intro-promotion .slick-arrow.slick-prev {
        left: 30px
    }
}

.x-intro-promotion .slick-arrow.slick-next {
    right: 50%;
    -webkit-transform: translate(640px, -50%);
    transform: translate(640px, -50%)
}

.x-intro-promotion .slick-arrow.slick-next .fas {
    -webkit-transform: translate(-35%, -50%);
    transform: translate(-35%, -50%)
}

@media screen and (max-width:1400px) {
    .x-intro-promotion .slick-arrow.slick-next {
        -webkit-transform: translateX(460px) translateY(-50%);
        transform: translateX(460px) translateY(-50%)
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-intro-promotion .slick-arrow.slick-next {
        right: 10%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-intro-promotion .slick-arrow.slick-next {
        -webkit-transform: translate(280px, -50%);
        transform: translate(280px, -50%)
    }
}

@media (max-width:767.98px) {
    .x-intro-promotion .slick-arrow.slick-next {
        right: 70px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width:575.98px) {
    .x-intro-promotion .slick-arrow.slick-next {
        right: 30px
    }
}

.x-intro-promotion .slick-arrow .fas {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 60px;
    line-height: unset;
    color: #ffc87f
}

@media (max-width:991.98px) {
    .x-intro-promotion .slick-arrow .fas {
        font-size: 40px
    }
}

@media (max-width:767.98px) {
    .x-intro-promotion .slick-arrow .fas {
        font-size: 30px
    }
}

.x-intro-promotion .-btn-container {
    min-width: unset
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-intro-promotion .-btn-container .vex-dialog-button,
.x-intro-promotion .-btn-container .btn,
.x-intro-promotion .-btn-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    position: relative;
    width: 200px;
    height: 50px;
    margin: auto;
    padding: 0;
    font-size: 1.08rem !important;
    background-image: linear-gradient(180deg, #000, #121212 51.68%, #313131), linear-gradient(90deg, #9c6727, #fdf6ae 32%, #bd8d42 65%, #fdf6ae);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 12px;
    border: 2px solid transparent;
    box-shadow: 0 0 10px #ffc87f;
    transition: all .2s
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-intro-promotion .-btn-container .vex-dialog-button .-glow-img,
.x-intro-promotion .-btn-container .btn .-glow-img,
.x-intro-promotion .-btn-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button .-glow-img {
    position: absolute
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-intro-promotion .-btn-container .vex-dialog-button .-glow-img.-item-1,
.x-intro-promotion .-btn-container .btn .-glow-img.-item-1,
.x-intro-promotion .-btn-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button .-glow-img.-item-1 {
    top: -5px;
    width: 100%
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-intro-promotion .-btn-container .vex-dialog-button .-glow-img.-item-2,
.x-intro-promotion .-btn-container .btn .-glow-img.-item-2,
.x-intro-promotion .-btn-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button .-glow-img.-item-2 {
    bottom: -5px;
    width: 100%
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-intro-promotion .-btn-container .vex-dialog-button:hover,
.x-intro-promotion .-btn-container .btn:hover,
.x-intro-promotion .-btn-container .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button:hover {
    color: #fff;
    box-shadow: 0 0 20px #ffc87f
}

.x-landing #main__content {
    margin-top: 0
}

.x-landing .x-index-top-container {
    padding: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.x-landing .x-index-top-container .-top-inner-wrapper {
    padding: 2rem 0 0;
    position: relative;
    overflow: hidden;
    background-position: top;
    background-repeat: repeat-x;
    background-size: 102% 100%;
    -webkit-animation: x-bg-pan-left 8s infinite alternate;
    animation: x-bg-pan-left 8s infinite alternate
}

@media (max-width:991.98px) {
    .x-landing .x-index-top-container .-top-inner-wrapper {
        background-size: cover;
        -webkit-animation: x-bg-pan-left 80s infinite alternate;
        animation: x-bg-pan-left 80s infinite alternate
    }
}

@media (max-width:575.98px) {
    .x-landing .x-index-top-container .-top-inner-wrapper {
        -webkit-animation: x-bg-pan-left 100s infinite alternate;
        animation: x-bg-pan-left 100s infinite alternate
    }
}

@media (max-width:767.98px) {
    .x-landing .x-index-top-container .-top-inner-wrapper .-logo {
        width: 150px
    }
}

@media (max-width:575.98px) {
    .x-landing .x-index-top-container .-top-inner-wrapper .-logo {
        width: 100px
    }
}

@media (max-width:991.98px) {
    .x-landing .x-index-top-container .-top-inner-wrapper {
        padding: 2rem 0 1rem
    }
}

.x-landing .x-index-top-container .-bottom-inner-wrapper {
    padding: 2rem 0 0;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.x-landing .x-index-top-container .-bottom-inner-wrapper:before {
    content: "";
    background: linear-gradient(90deg, rgba(213, 144, 62, 0), #fdf6ae 50.93%, rgba(213, 144, 62, 0));
    height: 3px;
    width: 100%;
    position: absolute;
    top: -3px;
    left: 0;
    transition: all .2s
}

@media (max-width:991.98px) {
    .x-landing .x-index-top-container .-bottom-inner-wrapper {
        padding: 2rem 15px
    }
}

@media (max-width:767.98px) {
    .x-landing .x-index-top-container .-bottom-inner-wrapper {
        padding: 1rem 15px
    }
}

.x-landing .x-index-top-container .-btn-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 90%
}

@media (min-width:768px) and (max-width:991.98px) {
    .x-landing .x-index-top-container .-btn-container {
        width: 75%
    }
}

@media (max-width:767.98px) {
    .x-landing .x-index-top-container .-btn-container {
        flex-direction: column
    }
}

@media (max-width:575.98px) {
    .x-landing .x-index-top-container .-btn-container {
        width: 100%
    }
}

.x-landing .x-index-top-container .-btn-container .-btn-image-primary .-fake-bg-wrapper .-fake-bg-glow {
    width: 100px;
    bottom: -4px
}

.x-landing .x-index-top-container .-btn-container .-btn-image-primary .-real-content-wrapper .-btn-text a {
    font-size: 1.08rem;
    display: inline-block;
    color: #fff;
    background: #fff -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(.5, #ffc87f), to(#fff));
    background-position: -200px top;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: x-shimmer;
    animation-name: x-shimmer;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (max-width:991.98px) {
    .x-landing .x-index-top-container .-btn-container .-btn-image-primary .-real-content-wrapper .-btn-text {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .x-landing .x-index-top-container .-btn-container .-btn-image-primary .-real-content-wrapper .-btn-text {
        font-size: .9rem
    }
}

@media (max-width:767.98px) {
    .x-landing .x-index-top-container .-btn-container .-btn-image-primary.-btn-login {
        margin-top: 1.5rem
    }
}

.x-landing .x-register-card-landing .card {
    background-image: linear-gradient(180deg, #43001b, #270012), linear-gradient(90deg, #9c6727, #fdf6ae 31.53%, #bd8d42 64.87%, #fdf6ae);
    border: 3px solid transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 12px
}

.x-landing .x-register-card-landing .card .card-body {
    border-radius: 12px;
    justify-content: space-around;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

@media (min-width:992px) {
    .x-landing .x-register-card-landing .card .card-body {
        padding-bottom: 3rem !important
    }
}

@media (max-width:991.98px) {
    .x-landing .x-register-card-landing .card .card-body {
        background-image: none;
        padding: 3rem 2rem !important
    }
}

@media (max-width:575.98px) {
    .x-landing .x-register-card-landing .card .card-body {
        padding: 3rem 1rem !important
    }
}

.x-landing .x-register-card-landing .card .card-body .-logo-title {
    width: 300px
}

@media (max-width:1199.98px) {
    .x-landing .x-register-card-landing .card .card-body .-logo-title {
        width: 240px
    }
}

@media (max-width:575.98px) {
    .x-landing .x-register-card-landing .card .card-body .-logo-title {
        width: 200px
    }
}

.x-landing .x-register-card-landing .card .card-body .-bg-promotion-active {
    height: auto;
    width: 100%
}

.x-landing .x-register-card-landing .card .card-body .-promotion-title {
    font-size: 1.44rem
}

@media (max-width:767.98px) {
    .x-landing .x-register-card-landing .card .card-body .-promotion-title {
        font-size: 1.26rem
    }
}

.x-landing .x-register-card-landing .card .card-body .-promotion-description {
    color: #fff !important;
    font-size: 1.08rem
}

.x-landing .x-register-card-landing .card .card-body .-promotion-description u {
    color: #ffc87f !important
}

.x-landing .x-register-card-landing .card .card-body .-promotion-content.x-promotion-content h2 {
    color: #ffc87f !important;
    font-size: 1.26rem !important
}

.x-landing .x-register-card-landing .card .card-body .-promotion-content.x-promotion-content p {
    color: #d2d2d2 !important
}

.x-landing .x-register-card-landing .card .card-body .-promotion-content.x-promotion-content a {
    color: #ffc87f !important
}

.x-landing .x-footer-copyright-bg {
    padding: 10px 0;
    color: #b1b1b1
}

.x-landing .x-form-register #card-bank-info .-x-input-icon:first-of-type .-icon {
    top: 20px;
    height: auto
}

.x-landing .x-form-register #card-bank-info .-x-input-icon:nth-of-type(2) .-icon {
    top: 16px;
    height: 18px
}

@-webkit-keyframes x-bg-pan-left {
    0% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

@keyframes x-bg-pan-left {
    0% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.x-header-base-btn {
    padding: 10px 12px 2px;
    min-width: 120px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    transition: all .2s
}

@media (max-width:767.98px) {
    .x-header-base-btn {
        padding: 8px 12px 2px;
        min-width: 100px
    }
}

.btn-primary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn {
    color: #fff;
    background: #ffc87f;
    background: linear-gradient(0deg, #ccaf6a, #ffc87f);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to, GradientType=1)
}

.btn-primary:disabled,
.btn-primary:focus,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:disabled,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:focus,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:disabled,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:focus {
    color: #fff
}

.btn-primary.-submit:hover,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-submit.vex-dialog-button.vex-dialog-button-primary:hover,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-submit.-copy-btn:hover {
    color: #fff;
    background: #ffc87f;
    background: linear-gradient(0deg, #ffc87f, #ffc87f);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to, GradientType=1)
}

.x-button-actions .-text-play-demo {
    padding-top: .25rem
}

.x-button-actions .-btn-play-demo {
    padding: .6rem;
    background: linear-gradient(180deg, #090909, #0d0d0d);
    border: none
}

@media (max-width:991.98px) {
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .vex-dialog-button,
    .x-button-actions .btn,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
        padding: .6rem
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .-btn-bottom.vex-dialog-button,
    .x-button-actions .btn.-btn-bottom,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-bottom.vex-dialog-button {
        border-radius: 0;
        position: fixed;
        width: 100%;
        background-image: linear-gradient(180deg, #272727, #000), linear-gradient(138.23deg, #9c6727 -5.5%, #fdf6ae 21.94%, #bd8d42 73.03%, #fdf6ae 100.07%);
        background-origin: border-box;
        background-clip: content-box, border-box;
        box-shadow: 0 0 10px #ffc87f;
        padding: 0;
        transition: all .2s;
        height: 60px;
        align-items: center;
        border-top: 2px solid transparent
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .-btn-bottom.vex-dialog-button:before,
    .x-button-actions .btn.-btn-bottom:before,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-bottom.vex-dialog-button:before {
        background: linear-gradient(90deg, #9c6727, #fdf6ae 31.53%, #bd8d42 64.87%, #fdf6ae);
        width: 100%;
        height: 3px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        mix-blend-mode: screen;
        top: -3px
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .-btn-bottom.vex-dialog-button .-typo,
    .x-button-actions .btn.-btn-bottom .-typo,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-bottom.vex-dialog-button .-typo {
        padding-top: 0;
        display: inline-block;
        color: #fff;
        background: #ffc87f -webkit-gradient(linear, 100% 0, 0 0, from(#ffc87f), color-stop(.5, #fff), to(#ffc87f));
        background-position: -200px top;
        background-repeat: no-repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-animation-name: x-shimmer;
        animation-name: x-shimmer;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }
}

@media (max-width:991.98px) and (max-width:991.98px) {
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .-btn-bottom.vex-dialog-button .-typo,
    .x-button-actions .btn.-btn-bottom .-typo,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-bottom.vex-dialog-button .-typo {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }
}

@media (max-width:991.98px) {
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .-btn-bottom.vex-dialog-button .-typo:before,
    .x-button-actions .btn.-btn-bottom .-typo:before,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-bottom.vex-dialog-button .-typo:before {
        background: linear-gradient(270deg, rgba(234, 182, 113, 0), #eab671 50.8%, rgba(234, 182, 113, 0));
        width: 100%;
        height: 3px;
        position: absolute;
        left: 50%;
        top: -3px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        mix-blend-mode: screen
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .-btn-bottom.vex-dialog-button .-typo:after,
    .x-button-actions .btn.-btn-bottom .-typo:after,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-bottom.vex-dialog-button .-typo:after {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: "";
        background: radial-gradient(36.02% 141.17% at 50% 30%, hsla(0, 0%, 100%, .22) 0, hsla(0, 0%, 76.9%, 0) 100%);
        -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
        filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25))
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .-btn-bottom.vex-dialog-button .fa-sign-in-alt,
    .x-button-actions .btn.-btn-bottom .fa-sign-in-alt,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-bottom.vex-dialog-button .fa-sign-in-alt {
        background-image: url(../../../themes/aeseven7/build/images/ic-login.48f2662f.png);
        background-size: contain;
        background-position: 50%;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .-btn-bottom.vex-dialog-button .fa-sign-in-alt:before,
    .x-button-actions .btn.-btn-bottom .fa-sign-in-alt:before,
    .x-button-actions .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-bottom.vex-dialog-button .fa-sign-in-alt:before {
        content: unset
    }
    .x-button-actions .btn-plain-lobby {
        border: none
    }
    .x-button-actions .btn-plain-lobby .-icon {
        margin-bottom: 3px
    }
    .x-button-actions .btn-plain-sood .-icon {
        margin-bottom: 2px
    }
    .x-button-actions .-anon .-include-sood.btn-plain-lobby .-icon {
        max-width: 28px;
        margin-bottom: 0
    }
    .x-button-actions .-anon .-include-sood.btn-plain-sood .-icon {
        max-width: 29px;
        margin-bottom: 0
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-button-actions .-anon .-include-sood.vex-dialog-button.vex-dialog-button-primary .fa-sign-in-alt,
    .x-button-actions .-anon .-include-sood.btn-primary .fa-sign-in-alt,
    .x-button-actions .-anon .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-include-sood.vex-dialog-button.vex-dialog-button-primary .fa-sign-in-alt,
    .x-button-actions .-anon .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-include-sood.-copy-btn .fa-sign-in-alt,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-button-actions .-anon .-include-sood.-copy-btn .fa-sign-in-alt {
        display: block
    }
}

.btn,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 1.5
}

.btn.-btn-base,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-base.vex-dialog-button {
    padding: 10px 12px 2px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    transition: all .2s;
    width: 100%;
    cursor: pointer
}

.btn.-btn-secondary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-secondary.vex-dialog-button {
    border: 2px solid #186ed1;
    background: #00204d
}

@media (max-width:767.98px) {
    .btn.-btn-secondary,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-secondary.vex-dialog-button {
        margin-bottom: 1rem
    }
}

@media (min-width:992px) {
    .btn.-btn-secondary:hover,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-secondary.vex-dialog-button:hover {
        text-decoration: none;
        color: #fff;
        background: #186ed1
    }
}

@media (max-width:991.98px) {
    .btn.-btn-secondary,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-secondary.vex-dialog-button {
        font-size: .81rem
    }
    .btn.-btn-secondary:hover,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-secondary.vex-dialog-button:hover {
        text-decoration: none;
        color: #fff
    }
}

.btn.-btn-primary,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-primary.vex-dialog-button {
    border: 2px solid #ab7d26;
    background: #6e562a
}

@media (min-width:992px) {
    .btn.-btn-primary:hover,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .-btn-primary.vex-dialog-button:hover {
        text-decoration: none;
        color: #fff;
        background: #ab7d26
    }
}

.-btn {
    position: relative
}

.-btn.-btn-image-primary,
.-btn.-btn-image-secondary {
    padding: 0;
    width: 230px
}

.-btn.-btn-image-primary .-fake-bg-wrapper,
.-btn.-btn-image-secondary .-fake-bg-wrapper {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000 80%, #3e001a);
    border-radius: 40px;
    box-shadow: 0 0 4px #ffc87f;
    transition: box-shadow .2s
}

.-btn.-btn-image-primary .-fake-bg-wrapper .-fake-bg-glow,
.-btn.-btn-image-secondary .-fake-bg-wrapper .-fake-bg-glow {
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 150px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.-btn.-btn-image-primary .-real-content-wrapper,
.-btn.-btn-image-secondary .-real-content-wrapper {
    position: relative
}

.-bg-img {
    position: relative;
    width: 228px;
    height: auto
}

.-bg-img img {
    position: relative;
    width: 100%;
    height: auto
}

.-btn.-btn-image-primary .-real-content-wrapper .-btn-text,
.-btn.-btn-image-secondary .-real-content-wrapper .-btn-text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: auto;
    height: auto;
    font-size: 1.2015rem;
    font-weight: 500;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .5));
    display: inline-block;
    color: #fff;
    background: #fff -webkit-gradient(linear, 100% 0, 0 0, from(#fff), color-stop(.5, #c2008c), to(#fff));
    background-position: -200px top;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: x-shimmer;
    animation-name: x-shimmer;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (max-width:991.98px) {
    .-btn.-btn-image-primary .-real-content-wrapper .-btn-text,
    .-btn.-btn-image-secondary .-real-content-wrapper .-btn-text {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }
}

@media (min-width:992px) {
    .-btn.-btn-image-primary:hover .-fake-bg-wrapper,
    .-btn.-btn-image-secondary:hover .-fake-bg-wrapper {
        box-shadow: 0 0 10px #ffc87f
    }
    .-btn.-btn-image-primary:hover .-real-content-wrapper,
    .-btn.-btn-image-secondary:hover .-real-content-wrapper {
        top: 5px
    }
}

.x-footer {
    padding-top: 1.5rem;
    background: linear-gradient(0deg, black 0%, #01011d 31%, #020436 100%);
}

.x-footer.-bg-footer-index {
    background-color: #0b0b13
}

@media (max-width:991.98px) {
    .x-footer {
        padding: 2.2rem 0 60px !important
    }
    .x-footer.-logged {
        padding-bottom: 75px !important
    }
}

@media (max-width:575.98px) {
    .x-footer.-has-my-score-ranking {
        padding-bottom: 138px !important
    }
}

.x-footer .-inner-wrapper .-link-term {
    color: #ffc87f
}

.x-footer .-bottom-wrapper {
    margin-top: .5rem
}

.x-footer .-bottom-wrapper .-copyright {
    margin-top: .5rem;
    padding: .5rem 0;
    background: #1e1e1e
}

.x-footer-seo .-tags {
    margin-bottom: 0;
    border-bottom: none
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-footer-seo .-tags .vex-dialog-button,
.x-footer-seo .-tags .btn,
.x-footer-seo .-tags .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button {
    margin: 8px;
    padding: 8px 10px
}

.x-line-container .-line {
    position: absolute;
    top: -4%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:991.98px) {
    .x-line-container .-line {
        top: -2%
    }
}

@media (max-width:767.98px) {
    .x-line-container .-line {
        top: -.5%
    }
}

@media (max-width:991.98px) {
    .x-footer-bank-logo .-wrapper .-ic {
        width: 48px;
        height: 48px
    }
}

.x-header.-sticky .-logged-container {
    -webkit-transform: translateY(109%);
    transform: translateY(109%)
}

@media (max-width:767.98px) {
    .x-header.-sticky .-logged-container {
        -webkit-transform: translateY(110%);
        transform: translateY(110%)
    }
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header.-sticky #headerContent .vex-dialog-button.vex-dialog-button-primary,
.x-header.-sticky #headerContent .btn-primary,
.x-header.-sticky #headerContent .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
.x-header.-sticky #headerContent .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-header.-sticky #headerContent .-copy-btn {
    opacity: 1
}

.x-header .navbar-brand .-logo {
    top: 12px;
    width: 120px
}

@media (max-width:991.98px) {
    .x-header .navbar-brand .-logo {
        top: 16px;
        width: 100px
    }
}

@media (max-width:767.98px) {
    .x-header .navbar-brand .-logo {
        top: 12px;
        width: 80px
    }
}

@media (max-width:575.98px) {
    .x-header .navbar-brand .-logo {
        top: 10px;
        width: 70px
    }
}

@media (max-width:320px) {
    .x-header .navbar-brand .-logo {
        width: 100px
    }
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header #headerContent .vex-dialog-button.vex-dialog-button-primary,
.x-header #headerContent .-header-login-btn,
.x-header #headerContent .btn-primary,
.x-header #headerContent .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
.x-header #headerContent .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-header #headerContent .-copy-btn {
    margin-bottom: 1rem;
    font-size: .9rem;
    position: relative;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .5));
    border-radius: 12px;
    border: 2px solid transparent;
    background-image: linear-gradient(180deg, #000, #121212 51.68%, #313131), linear-gradient(90deg, #9c6727, #fdf6ae 31.53%, #bd8d42 64.87%, #fdf6ae);
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding: 0 !important;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s;
    line-height: 22px
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header #headerContent .vex-dialog-button.vex-dialog-button-primary .fa-play-circle,
.x-header #headerContent .-header-login-btn .fa-play-circle,
.x-header #headerContent .btn-primary .fa-play-circle,
.x-header #headerContent .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary .fa-play-circle,
.x-header #headerContent .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn .fa-play-circle,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-header #headerContent .-copy-btn .fa-play-circle {
    width: 15px
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header #headerContent .vex-dialog-button.vex-dialog-button-primary .-text-container,
.x-header #headerContent .-header-login-btn .-text-container,
.x-header #headerContent .btn-primary .-text-container,
.x-header #headerContent .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary .-text-container,
.x-header #headerContent .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn .-text-container,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-header #headerContent .-copy-btn .-text-container {
    padding: 8px 1rem;
    color: #ffc87f
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header #headerContent .vex-dialog-button.vex-dialog-button-primary .-text-container:after,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header #headerContent .vex-dialog-button.vex-dialog-button-primary .-text-container:before,
.x-header #headerContent .-header-login-btn .-text-container:after,
.x-header #headerContent .-header-login-btn .-text-container:before,
.x-header #headerContent .btn-primary .-text-container:after,
.x-header #headerContent .btn-primary .-text-container:before,
.x-header #headerContent .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary .-text-container:after,
.x-header #headerContent .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary .-text-container:before,
.x-header #headerContent .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn .-text-container:after,
.x-header #headerContent .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn .-text-container:before,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-header #headerContent .-copy-btn .-text-container:after,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-header #headerContent .-copy-btn .-text-container:before {
    background: linear-gradient(270deg, rgba(234, 182, 113, 0), #eab671 50.8%, rgba(234, 182, 113, 0));
    width: 100%;
    height: 3px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    mix-blend-mode: screen;
    -webkit-filter: blur(1px);
    filter: blur(1px)
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header #headerContent .vex-dialog-button.vex-dialog-button-primary .-text-container:before,
.x-header #headerContent .-header-login-btn .-text-container:before,
.x-header #headerContent .btn-primary .-text-container:before,
.x-header #headerContent .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary .-text-container:before,
.x-header #headerContent .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn .-text-container:before,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-header #headerContent .-copy-btn .-text-container:before {
    top: -3px
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header #headerContent .vex-dialog-button.vex-dialog-button-primary .-text-container:after,
.x-header #headerContent .-header-login-btn .-text-container:after,
.x-header #headerContent .btn-primary .-text-container:after,
.x-header #headerContent .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary .-text-container:after,
.x-header #headerContent .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn .-text-container:after,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-header #headerContent .-copy-btn .-text-container:after {
    bottom: -3px
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header #headerContent .vex-dialog-button.vex-dialog-button-primary:after,
.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header #headerContent .vex-dialog-button.vex-dialog-button-primary:before,
.x-header #headerContent .-header-login-btn:after,
.x-header #headerContent .-header-login-btn:before,
.x-header #headerContent .btn-primary:after,
.x-header #headerContent .btn-primary:before,
.x-header #headerContent .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:after,
.x-header #headerContent .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:before,
.x-header #headerContent .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:after,
.x-header #headerContent .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:before,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-header #headerContent .-copy-btn:after,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-header #headerContent .-copy-btn:before {
    background: linear-gradient(270deg, rgba(234, 182, 113, 0), #eab671 50.8%, rgba(234, 182, 113, 0));
    width: 100%;
    height: 6px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    mix-blend-mode: screen;
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header #headerContent .vex-dialog-button.vex-dialog-button-primary:before,
.x-header #headerContent .-header-login-btn:before,
.x-header #headerContent .btn-primary:before,
.x-header #headerContent .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:before,
.x-header #headerContent .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:before,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-header #headerContent .-copy-btn:before {
    top: -5px
}

.vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header #headerContent .vex-dialog-button.vex-dialog-button-primary:after,
.x-header #headerContent .-header-login-btn:after,
.x-header #headerContent .btn-primary:after,
.x-header #headerContent .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:after,
.x-header #headerContent .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:after,
.x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-header #headerContent .-copy-btn:after {
    bottom: -5px
}

@media (min-width:992px) {
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header #headerContent .vex-dialog-button.vex-dialog-button-primary:hover,
    .x-header #headerContent .-header-login-btn:hover,
    .x-header #headerContent .btn-primary:hover,
    .x-header #headerContent .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:hover,
    .x-header #headerContent .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:hover,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-header #headerContent .-copy-btn:hover {
        -webkit-filter: saturate(2);
        filter: saturate(2);
        background-image: linear-gradient(180deg, #121212, #121212 51.68%, #121212), linear-gradient(90deg, #9c6727, #fdf6ae 31.53%, #bd8d42 64.87%, #fdf6ae)
    }
}

@media (min-width:991.98px) {
    #deposit_pc {
        display: block;
    }
    #withdraw_pc {
        display: block;
    }
    #wheelspin_pc {
        display: block;
    }
}

@media (max-width:991.98px) {
    #deposit_pc {
        display: none;
    }
    #withdraw_pc {
        display: none;
    }
    #wheelspin_pc {
        display: none;
    }
}

@media (max-width:991.98px) {
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header #headerContent .vex-dialog-button.vex-dialog-button-primary,
    .x-header #headerContent .-header-login-btn,
    .x-header #headerContent .btn-primary,
    .x-header #headerContent .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary,
    .x-header #headerContent .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-header #headerContent .-copy-btn {
        min-width: 100px;
        margin-bottom: 0;
        border-radius: 30px;
        margin-left: 5px;
        background-image: linear-gradient(90deg, #1d1d1d, #434343, #1d1d1d), linear-gradient(90deg, #9c6727, #fdf6ae 31.53%, #bd8d42 64.87%, #fdf6ae)
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header #headerContent .vex-dialog-button.vex-dialog-button-primary:after,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header #headerContent .vex-dialog-button.vex-dialog-button-primary:before,
    .x-header #headerContent .-header-login-btn:after,
    .x-header #headerContent .-header-login-btn:before,
    .x-header #headerContent .btn-primary:after,
    .x-header #headerContent .btn-primary:before,
    .x-header #headerContent .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:after,
    .x-header #headerContent .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary:before,
    .x-header #headerContent .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:after,
    .x-header #headerContent .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn:before,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-header #headerContent .-copy-btn:after,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-header #headerContent .-copy-btn:before {
        display: none
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header #headerContent .vex-dialog-button.vex-dialog-button-primary .fas,
    .x-header #headerContent .-header-login-btn .fas,
    .x-header #headerContent .btn-primary .fas,
    .x-header #headerContent .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary .fas,
    .x-header #headerContent .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn .fas,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-header #headerContent .-copy-btn .fas {
        font-size: .72rem;
        background: linear-gradient(135deg, #9c6727 -5.5%, #fdf6ae 21.94%, #bd8d42 73.03%, #fdf6ae 100.07%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header #headerContent .vex-dialog-button.vex-dialog-button-primary .-text-container,
    .x-header #headerContent .-header-login-btn .-text-container,
    .x-header #headerContent .btn-primary .-text-container,
    .x-header #headerContent .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary .-text-container,
    .x-header #headerContent .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn .-text-container,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-header #headerContent .-copy-btn .-text-container {
        padding: 7px 1rem;
        color: #fff
    }
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header #headerContent .vex-dialog-button.vex-dialog-button-primary .-text-container:after,
    .vex.vex-theme-plain .vex-content .vex-dialog-buttons .x-header #headerContent .vex-dialog-button.vex-dialog-button-primary .-text-container:before,
    .x-header #headerContent .-header-login-btn .-text-container:after,
    .x-header #headerContent .-header-login-btn .-text-container:before,
    .x-header #headerContent .btn-primary .-text-container:after,
    .x-header #headerContent .btn-primary .-text-container:before,
    .x-header #headerContent .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary .-text-container:after,
    .x-header #headerContent .vex.vex-theme-plain .vex-content .vex-dialog-buttons .vex-dialog-button.vex-dialog-button-primary .-text-container:before,
    .x-header #headerContent .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn .-text-container:after,
    .x-header #headerContent .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .-copy-btn .-text-container:before,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-header #headerContent .-copy-btn .-text-container:after,
    .x-tab-event-container .-event-tab-info-container .-how-to-wrapper .x-header #headerContent .-copy-btn .-text-container:before {
        width: 60%
    }
}

.x-header #headerContent .x-logged {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .5)
}

.x-header #headerContent .x-logged a {
    display: unset !important
}

.x-header #headerContent .x-logged .-pending-approved {
    margin-top: 5px
}

.x-header #headerContent .x-logged .-pending-approved .fas.fa-spinner {
    margin-right: 0
}

.x-header #headerContent .x-logged .-pending-approved .fas.fa-times {
    position: relative;
    top: 1px;
    font-size: 16px
}

@media (max-width:767.98px) {
    .x-header #headerContent .x-logged .-pending-approved {
        font-size: .9rem
    }
    .x-header #headerContent .x-logged .-pending-approved .fas.fa-spinner,
    .x-header #headerContent .x-logged .-pending-approved .fas.fa-times {
        top: 1px;
        font-size: 14px
    }
}

@media (max-width:575.98px) {
    .x-header #headerContent .x-logged .-pending-approved {
        font-size: .8rem
    }
}

.x-header #headerContent .x-logged .-logged-container .--profile {
    background: linear-gradient(180deg, #3c3c3c, #141414);
    border-bottom-left-radius: 10px;
    padding-top: .7rem !important;
    padding-bottom: .7rem !important;
    border-left: 1px solid #fdf6ae;
    border-bottom: 1px solid #fdf6ae
}

@media (max-width:991.98px) {
    .x-header #headerContent .x-logged .-logged-container .--profile {
        border-right: 1px solid #fdf6ae
    }
}

.x-header #headerContent .x-logged .-logged-container .--profile .--profile-detail .bh-logged-name {
    font-size: .9rem !important
}

@media (max-width:991.98px) {
    .x-header #headerContent .x-logged .-logged-container .--profile .--profile-detail .bh-logged-name {
        min-width: 80px
    }
}

.x-header #headerContent .x-logged .-logged-container .--profile .--profile-detail .-user-balance {
    display: flex;
    align-items: center;
    margin-top: 3px
}

.x-header #headerContent .x-logged .-logged-container .--profile .--profile-detail .-user-balance #customer-balance {
    margin-right: 5px
}

@media (max-width:991.98px) {
    .x-header #headerContent .x-logged .-logged-container .--profile .--profile-detail .-user-balance #customer-balance {
        font-size: .9rem
    }
}

.x-header #headerContent .x-logged .-logged-container .--profile .--profile-detail .-user-balance .-btn-link {
    display: flex;
    align-items: center;
    justify-content: center
}

.x-header #headerContent .x-logged .-logged-container .--profile .--profile-detail .text-primary {
    color: #ffc87f !important
}

.x-header #headerContent .x-logged .-logged-container .--profile .x-profile-dropdown-menu {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    background: linear-gradient(180deg, #3c3c3c, #141414)
}

.x-header #headerContent .x-logged .-logged-container .--profile .x-profile-dropdown-menu .navbar-nav .nav-item {
    padding-top: 0;
    border-bottom-color: rgba(255, 200, 127, .6)
}

.x-header #headerContent .x-logged .-logged-container .--profile .x-profile-dropdown-menu .navbar-nav .nav-item .nav-link {
    display: flex !important;
    align-items: center;
    padding: 12px 15px
}

.x-header #headerContent .x-logged .-logged-container .--profile .x-profile-dropdown-menu .navbar-nav .nav-item .nav-link .fas {
    font-size: 1rem !important;
    color: #ff2a25
}

@media (min-width:992px) {
    .x-header #headerContent .x-logged .-logged-container .--profile .x-profile-dropdown-menu .navbar-nav .nav-item:hover .nav-link,
    .x-header #headerContent .x-logged .-logged-container .--profile .x-profile-dropdown-menu .navbar-nav .nav-item:hover .nav-link .fas {
        color: #ffc87f
    }
}

.x-header #headerContent .x-logged .-logged-container .--deposit {
    background: linear-gradient(1turn, #006100 -1.44%, #0cc130);
    border-bottom: 1px solid #fdf6ae
}

.x-header #headerContent .x-logged .-logged-container .--deposit img {
    margin-left: auto;
    margin-right: auto;
    -webkit-filter: drop-shadow(0 0 15px #000);
    filter: drop-shadow(0 0 15px black);
    width: 40px;
    margin-top: 0 !important
}

.x-header #headerContent .x-logged .-logged-container .--withdraw {
    background: linear-gradient(1turn, #99280f -1.44%, #99280f);
    border-bottom-right-radius: 10px;
    border-right: 1px solid #fdf6ae;
    border-bottom: 1px solid #fdf6ae
}

.x-header #headerContent .x-logged .-logged-container .--withdraw img {
    margin-left: auto;
    margin-right: auto;
    -webkit-filter: drop-shadow(0 0 15px #000);
    filter: drop-shadow(0 0 15px black);
    width: 40px;
    margin-top: 0 !important
}

@media (max-width:575.98px) {
    .x-header .x-hamburger {
        margin-top: 0;
        margin-right: 10px
    }
}

.x-header .x-hamburger span {
    background: #ffc87f
}

.-x-input-icon .-icon {
    top: 16px;
    height: auto;
    left: 14px
}

.x-coupon-input,
.x-form-control {
    border: 1px solid #fdf6ae
}

.x-coupon-input:focus,
.x-form-control:focus {
    border-color: #fdf6ae;
    -o-border-image: none;
    border-image: none;
    box-shadow: 0 3px 6px 1px hsla(0, 0%, 100%, .33)
}

.x-tab-menu-wrapper {
    position: relative;
    background: linear-gradient(180deg, #4a4a4a, #323232 35%, #090909)
}

.x-tab-menu-wrapper:after,
.x-tab-menu-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, transparent 10%, #eab671 50%, transparent 90%)
}

.x-tab-menu-wrapper:before {
    top: -5px
}

.x-tab-menu-wrapper:after {
    bottom: -5px
}

.x-index-tab-container .x-tab .nav-item .nav-link {
    position: relative;
    background-color: transparent
}

.x-index-tab-container .x-tab .nav-item .nav-link span {
    color: #fff !important
}

.x-index-tab-container .x-tab .nav-item .nav-link .-line-glow {
    position: absolute;
    left: 50%;
    bottom: 3px;
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.x-index-tab-container .x-tab .nav-item .nav-link.active {
    background-color: transparent
}

.x-index-tab-container .x-tab .nav-item .nav-link.active .-line-glow {
    width: 120px;
    opacity: 1;
    visibility: visible
}

@media (max-width:767.98px) {
    .x-index-tab-container .x-tab .nav-item .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .x-index-tab-container .x-tab .nav-item .nav-link span {
        font-size: .9rem
    }
    .x-index-tab-container .x-tab .nav-item .nav-link.active .-line-glow {
        width: 70px
    }
}

@media (min-width:992px) {
    .x-index-tab-container .x-tab .nav-item:hover .nav-link {
        background-color: transparent
    }
    .x-index-tab-container .x-tab .nav-item:hover .nav-link .-line-glow {
        width: 120px;
        opacity: 1;
        visibility: visible
    }
}

.x-index-tab-container .tab-content .tab-pane {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    padding-bottom: 10px
}

.x-select-amount .-amount-container .-btn-select-amount {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 6px;
    background-image: linear-gradient(180deg, #272727, #000), linear-gradient(180deg, #ddd, #ddd);
    background-origin: border-box;
    background-clip: content-box, border-box;
    transition: all .2s
}

.x-select-amount .-amount-container .-btn-select-amount .-default {
    width: 35px;
    margin: 0 .25rem
}

.x-select-amount .-amount-container .-btn-select-amount .-effect,
.x-select-amount .-amount-container .-btn-select-amount .-hover {
    display: none
}

.x-select-amount .-amount-container .-btn-select-amount .-no {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: none;
    transform: none;
    color: #ddd;
    font-size: .99rem;
    margin: .55rem 0
}

@media (max-width:991.98px) {
    .x-select-amount .-amount-container .-btn-select-amount .-no {
        font-size: 1.08rem
    }
}

.x-select-amount .-amount-container .-btn-select-amount.active,
.x-select-amount .-amount-container .-btn-select-amount:hover {
    box-shadow: 0 0 7px 0 rgba(255, 0, 168, .86), inset 0 0 4px 0 rgba(204, 0, 255, .7), inset 0 0 4px 0 rgba(204, 0, 255, .7);
    border-radius: 6px;
    border: 1px solid transparent;
    background-image: linear-gradient(180deg, #000, #121212 51.68%, #313131), linear-gradient(259.04deg, #7000df -.5%, #ff0090 32.63%, #ff2f2f 61.21%, #db00ff 98.93%);
    background-origin: border-box;
    background-clip: content-box, border-box
}

.x-select-amount .-amount-container .-btn-select-amount.active .-default,
.x-select-amount .-amount-container .-btn-select-amount:hover .-default {
    display: inline-block
}

.x-select-amount .-amount-container .-btn-select-amount.active .-hover,
.x-select-amount .-amount-container .-btn-select-amount:hover .-hover {
    border-radius: 0;
    width: 100%;
    display: none
}

.x-select-amount .-amount-container .-btn-select-amount.active .-effect,
.x-select-amount .-amount-container .-btn-select-amount:hover .-effect {
    display: none
}

@media (max-width:991.98px) {
    .x-logged-sidebar-mobile .-inner-wrapper .-heading img {
        width: 100px
    }
    .x-logged-sidebar-mobile .-inner-wrapper .-heading .fa-times {
        color: hsla(0, 0%, 100%, .41) !important
    }
    .x-logged-sidebar-mobile .-inner-wrapper .x-profile-dropdown-menu .navbar-nav .nav-item {
        padding: 5px 0
    }
    .x-logged-sidebar-mobile .-inner-wrapper .x-profile-dropdown-menu .navbar-nav .nav-item .nav-link {
        font-size: .9rem;
        color: #fff
    }
    .x-logged-sidebar-mobile .-inner-wrapper .x-profile-dropdown-menu .navbar-nav .nav-item .nav-link .fas {
        font-size: .9rem !important;
        color: #fff
    }
}

.x-lobby-header-ae-casino-container-v2 {
    background: rgba(84, 0, 50, .9)
}

.x-lobby-header-ae-casino-container-v2 .-logo {
    width: 70px;
    height: auto
}

.x-ae-casino-cover-v2-container .-heading-title {
    background: linear-gradient(180deg, #fff 0, #ff4ec3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.x-ae-casino-cover-v2-container .-play-button {
    display: inline-block;
    position: relative;
    margin-top: 1.25rem;
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s
}

.x-ae-casino-cover-v2-container .-play-button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #ffb449;
    border-radius: 5px;
    box-shadow: 0 0 10px #ffb449;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-animation: x-button-glow-shadow-zoom-in-out 1.25s ease-in-out infinite alternate;
    animation: x-button-glow-shadow-zoom-in-out 1.25s ease-in-out infinite alternate;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 90%;
    border-radius: 30px
}

.x-ae-casino-cover-v2-container .-play-button .-img {
    position: relative;
    width: 200px;
    height: auto
}

@media (max-width:767.98px) {
    .x-ae-casino-cover-v2-container .-play-button .-img {
        width: 170px
    }
}

.x-ae-casino-cover-v2-container .-play-button .-title {
    display: block;
    position: absolute;
    top: 48%;
    left: 50%;
    width: 100%;
    font-weight: 500;
    text-align: center;
    background: linear-gradient(180deg, #fffab5 0, #ffb449);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:767.98px) {
    .x-ae-casino-cover-v2-container .-play-button .-title {
        font-size: .875rem
    }
}

.x-ae-casino-cover-v2-container .-play-button .-text-ma {
    display: none
}

.x-ae-casino-cover-v2-container .-play-button:hover {
    -webkit-filter: saturate(2);
    filter: saturate(2)
}

.x-ae-casino-cover-v2-container .-play-button.-cannot-entry.-coming-soon .-title,
.x-ae-casino-cover-v2-container .-play-button.-cannot-entry.-in-condition .-title,
.x-ae-casino-cover-v2-container .-play-button.-cannot-entry.-ma .-title,
.x-ae-casino-cover-v2-container .-play-button.-cannot-entry.-untestable .-title,
.x-ae-casino-cover-v2-container .-play-button.-cannot-entry.x-covid-19 .-title {
    display: none
}

.x-ae-casino-cover-v2-container .-play-button.-cannot-entry.-coming-soon .-text-ma,
.x-ae-casino-cover-v2-container .-play-button.-cannot-entry.-in-condition .-text-ma,
.x-ae-casino-cover-v2-container .-play-button.-cannot-entry.-ma .-text-ma,
.x-ae-casino-cover-v2-container .-play-button.-cannot-entry.-untestable .-text-ma,
.x-ae-casino-cover-v2-container .-play-button.-cannot-entry.x-covid-19 .-text-ma {
    display: block
}

.x-lobby-aecasino-theme .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn {
    height: 40px
}

.x-lobby-aecasino-theme .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play {
    color: #f6f6f6;
    background-image: linear-gradient(180deg, #000, #2d2d2d), linear-gradient(95.66deg, #aa7b3a -6.41%, #fcf4ac 50.85%, #a87938 108.11%);
    border: 2px solid transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding: 0
}

.x-lobby-aecasino-theme .x-game-list-item-macro .-inner-wrapper .-overlay .-overlay-inner .-wrapper-container .-btn.-btn-play:hover {
    background-image: linear-gradient(180deg, #0d0d0d, #3a3a3a), linear-gradient(95.66deg, #aa7b3a -6.41%, #fcf4ac 50.85%, #a87938 108.11%);
    border: 2px solid transparent;
    background-origin: border-box;
    background-clip: content-box, border-box;
    padding: 0
}

.x-cover-ranking-container .-rules-btn {
    color: #000
}

.loginwphd {
    margin-top: 17px
}

@media (max-width:991px) {
    .loginwphd {
        margin-top: 25px
    }
}

@media (max-width:782px) {
    .loginwphd {
        margin-top: 40px
    }
}

@media (max-width:600px) {
    .mobilewp {
        margin-top: 0 !important
    }
}

@media screen and (max-width:600px) {
    .pppcontent #wpadminbar {
        position: absolute;
        margin-top: -46px
    }
}

.-block-content-term-and-condition p:nth-child(2) {
    display: none
}

.CTHomePage p:nth-child(2) {
    display: none
}

.elementor p {
    display: block !important
}

.navbar-nav a {
    color: #fff;
    text-decoration: none !important
}

.navlogoimg img {
    position: relative;
    margin-top: 5px;
    width: 140px;
    height: auto
}

@media (max-width:991.98px) {
    .navlogoimg img {
        width: 100px;
        height: auto
    }
}

.logosidebar img {
    width: 170px;
    height: auto
}

.menusidebar ul {
    padding: 0;
    margin: 0
}

.menusidebar li {
    list-style: none
}

.menusidebar a {
    color: #fff;
    display: block;
    font-size: 20;
    padding: 10px !important;
    padding-left: 20px !important;
    margin: 10px 0;
    text-decoration: none;
    transition: all .3s
}

.menusidebar a:hover {
    background: linear-gradient(0deg, #7256384d, #ffc6754f);
    font-size: 25px;
    color: #fff
}

.bgindexcomment {
    background: #0b0a11;
    border-radius: 30px;
    border: 2px solid #ba905a;
    border-top: 0
}

.containpro {
    height: auto
}

.swiper-container {
    width: 100%;
    height: auto;
    padding: 10px 0;
    padding-bottom: 30px
}

:root {
    --swiper-theme-color: #ffeb68
}

.swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
    display: inline-block;
    border-radius: 50%;
    background: #ffc26c !important;
    opacity: .2
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.swiper-button-prev {
    left: 30px
}

.swiper-button-next {
    right: 30px
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: .4;
    max-width: auto !important;
    margin: 0 10px
}

.swiper-slide.swiper-slide-active {
    opacity: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    max-width: 600px
}

.swiper-slide img {
    width: 100%;
    max-width: 600px !important;
    height: auto;
    padding: 3px;
    background: #be9862;
    border-radius: 10px
}

.swiper-slide {
    width: fit-content
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%
}

.headcomment {
    font-weight: 700;
    padding: 10px;
    color: #fff;
    border-radius: 20px;
    font-size: 25px;
    padding-left: 20px
}

@media (max-width:500px) {
    .containcomment {
        padding: 0 10px
    }
}

@media (max-width:390px) {
    .containcomment {
        padding: 0 5px
    }
}

.commentct {
    background: #0000004f;
    padding: 15px 0;
    border-radius: 10px;
    padding-left: 10px;
    margin-top: 5px
}

.-block-content-term-and-condition .commentlist {
    background: #f000
}

.comment-author.vcard {
    border-radius: 5px;
    background: #ffcd7c21;
    margin-right: 10px;
    font-size: 15px;
    padding: 7px 0;
    padding-left: 7px
}

.comment-author.vcard img {
    display: none
}

.commentct ol {
    margin: 0;
    padding: 0;
    padding-left: 15px
}

.comment-meta.commentmetadata {
    bottom: 0;
    font-size: 14px;
    color: #c7c7c7
}

.commentct li {
    margin: 0;
    padding: 0;
    height: 105px;
    position: relative;
    margin-bottom: 20px
}

.commentct h3 {
    display: none
}

.commentct .comment-author img {
    display: none
}

.commentct p {
    margin-bottom: 30px;
    padding-top: 7px;
    font-size: 18px;
    padding-left: 10px
}

.paginationrv {
    text-align: center;
    font-size: 30px
}

.prev.page-numbers {
    color: #c5c5c5
}

.next.page-numbers {
    color: #c5c5c5
}

.page-numbers.current {
    color: #fff
}

.page-numbers {
    color: gray
}

.reviewcontain {
    font-size: 15px
}

.headercomment {
    white-space: nowrap
}

.headercomment img {
    display: inline !important;
    width: 18px;
    margin-top: -8px
}

@media (max-width:390px) {
    .headercomment img {
        display: inline !important;
        width: 14px;
        margin-top: -4px
    }
}

.datetimerv {
    font-size: 13.5px;
    color: #c7c7c7
}

.datetimerv span {
    font-size: 12px;
    color: #fd3386
}

.contentcomment {
    font-size: 16px
}

.comments-area {
    display: none
}

.logged-in .comments-area {
    display: inline
}

.headercommentbox {
    text-align: center;
    padding: 5px 20px;
    margin: 10px;
    font-size: 25px;
    border-radius: 15px;
    transition: all .3s;
    font-weight: 700;
    color: #ecbd7b;
    border: none;
    background: linear-gradient(119deg, #252525, #0f0f0f);
    box-shadow: 0 0 0 2px #ecbd7b
}

.headercommentbox:hover {
    color: #fff;
    text-shadow: 0 0 5px #fff, 0 0 15px #ecbd7b, 0 0 25px #ecbd7b, 0 0 35px #ecbd7b
}

.commentbox {
    width: 100%;
    max-width: 600px;
    padding: 15px;
    margin: 0 auto;
    display: none
}

.commentbox textarea {
    height: 150px;
    width: 470px;
    max-width: 100%
}

.commentbox input {
    background: #fff;
    border: none
}

.comment-form-url {
    display: none
}

.commentbox label {
    width: 90px
}

.commentbox .comment-form-cookies-consent {
    display: none
}

.commentbox .submit {
    background: linear-gradient(119deg, #252525, #0f0f0f);
    border: none;
    border-radius: 10px;
    color: #ecbd7b;
    font-weight: 700;
    font-size: 25px;
    border: 3px solid #ecbd7b;
    padding: 5px 0;
    width: 100%;
    transition: all .3s
}

.commentbox .submit:hover {
    color: #fff;
    text-shadow: 0 0 5px #fff, 0 0 15px #ecbd7b, 0 0 25px #ecbd7b, 0 0 35px #ecbd7b
}

.commentbox .form-submit {
    text-align: center
}

.commentbox .commentlist {
    display: none
}

.commentbox h3 {
    display: none
}

.commentbox .commentInputer {
    font-size: 16px
}

.commentInputer input {
    width: 465px;
    max-width: 100%
}

.comment-form-comment {
    margin: 0;
    padding: 0
}

.commentbox .saswp-average-rating {
    display: none
}

.containpost {
    height: auto
}

.postslide .swiper-slide img {
    width: 100%;
    max-width: 490px !important;
    height: auto;
    padding: 5px;
    background: #000000b3;
    border: 1px solid #d4aa6e;
    border-radius: 20px;
    padding-bottom: 70px
}

.postslide .swiper-slide {
    position: relative;
    margin: 0 15px;
    width: 100%;
    max-width: 490px !important;
    max-height: 400px
}

.headerpostsl {
    position: absolute;
    width: 100%;
    background: #0000;
    bottom: 10px;
    padding: 10px;
    font-size: 17px;
    white-space: normal
}

@media (max-width:500px) {
    .headerpostsl {
        position: absolute;
        width: 100%;
        background: #0000;
        bottom: 5px;
        padding: 5px;
        white-space: normal
    }
}

@media (max-width:435px) {
    .headerpostsl {
        font-size: 6vw;
        bottom: 20px
    }
    .postslide .swiper-slide img {
        width: 100%;
        max-width: 490px !important;
        height: auto;
        padding: 5px;
        background: #00000038;
        border-radius: 20px;
        padding-bottom: 90px
    }
}

.swiper-pagination2 {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.allpost-button {
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    background: linear-gradient(119deg, #252525, #0f0f0f);
    box-shadow: 0 0 0 2px #ecbd7b;
    font-size: 25px;
    transition: all .3s
}

.allpost-button a {
    color: #e0b375;
    transition: all .3s;
    text-decoration: none
}

.allpost-button:hover a {
    color: #fff;
    text-shadow: 0 0 5px #fff, 0 0 15px #ecbd7b, 0 0 25px #ecbd7b, 0 0 35px #ecbd7b
}

.postcontainer {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto
}

.nav-link {
    font-size: 16px
}

.p-post {
    padding: 0 5px !important
}

.nav-link {
    line-height: 25px;
    padding: 20px 0
}

.nav-link i {
    width: 40px
}

.nav-pills .nav-link {
    border-radius: .25rem;
    margin-top: 5px;
    font-size: 18px;
    background: #0000005e
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background: linear-gradient(180deg, #f52867 30%, #bf001d);
    text-shadow: 0 0 5px #fff
}

.gridpost {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr
}

.ingridpost {
    padding: 5px;
    text-align: center;
    font-size: 18px;
    width: 100%
}

.iningridpost {
    width: 100%;
    background: #00000045;
    padding: 5px;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer
}

.ingridpost img {
    width: 100%;
    height: auto;
    padding-bottom: 5px;
    border-radius: 10px
}

@media (max-width:991px) {
    .p-post {
        padding: 0 5px !important
    }
}

@media (max-width:768px) {
    .gridpost {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr
    }
}

@media (max-width:575px) {
    .nav-pills .nav-link {
        border-radius: .25rem;
        margin-top: 5px;
        background: #2626266e
    }
    .postmenu {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
    .nav-link {
        padding: 10px 0 !important
    }
    .gridmenu {
        padding: 3px
    }
    .nav-link .inpostmenu {
        width: 100%;
        height: 100%;
        padding-top: 10px;
        border-radius: 5px
    }
    .nav-link.active .inpostmenu {
        width: 100%;
        height: 100%;
        background: transparent;
        padding-top: 10px;
        border-radius: 5px
    }
}

.head06 img {
    width: 90px;
    -webkit-filter: drop-shadow(0 0 7px #b59951);
    filter: drop-shadow(0 0 7px #b59951)
}

.head06 {
    padding-top: 15px;
    font-size: 26px;
    white-space: nowrap;
    text-align: center
}

.reviewbutton {
    padding: 10px 20px;
    border-radius: 20px;
    border: none;
    background: linear-gradient(119deg, #252525, #0f0f0f);
    box-shadow: 0 0 0 2px #ecbd7b;
    font-size: 25px;
    transition: all .3s
}

.reviewbutton a {
    color: #e0b375;
    transition: all .3s;
    text-decoration: none
}

.reviewbutton:hover a {
    color: #fff;
    text-shadow: 0 0 5px #fff, 0 0 15px #ecbd7b, 0 0 25px #ecbd7b, 0 0 35px #ecbd7b
}

.containcommentbox {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 60px
}

.CTHomePage {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px
}

.CTHomePage img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    border-radius: 10px !important
}

.HeaderContent {
    text-align: center;
    font-size: 45px;
    background: linear-gradient(181deg, #ff3322 20%, #ff8737 50%, #feae33 80%);
    -webkit-background-clip: text;
    font-weight: 700;
    -webkit-text-fill-color: transparent
}

.tagcontainer {
    background: #000;
    text-align: center;
    border-bottom: 2px solid #353535
}

.tagcontainer span {
    display: inline-block
}

.tagfooter {
    background: #12151c;
    margin: 5px 4px;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 16px;
    transition: all .3s
}

.tagfooter a {
    color: #8e8e8e
}

.tagfooter:hover a {
    text-decoration: none
}

.tagfooter:hover {
    background: #242935
}

.footercontain {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto
}

.disfooterct {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(33%, 1fr))
}

.infootergrid {
    display: block;
    padding: 0 10px;
    word-break: break-word
}

.infootergrid:empty {
    display: none
}

.fotterctn {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.infootergrid:empty {
    display: none
}

.rightmenu {
    font-size: 30px
}

.infootergrid {
    text-align: center
}

.infootergrid img {
    border-radius: 20px
}

.infootergrid h2 {
    color: #ecbd7b
}

.infootergrid ul {
    padding: none;
    margin: 0;
    display: flex;
    padding: 0;
    padding-left: 10px;
    justify-content: center
}

.infootergrid li {
    list-style: none;
    font-size: 23px;
    padding: 8px;
    padding-bottom: 4px
}

.trueimg img {
    display: block;
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 10px
}

.headerbt {
    display: block;
    color: #ecbd7b;
    font-size: 30px
}

.bankcontainer {
    text-align: center
}

.bankcontainer img {
    width: 40px;
    margin: 5px;
    height: auto
}

@media (max-width:440px) {
    .bankcontainer img {
        width: 10vw;
        margin: 5px;
        height: auto
    }
    .infootergrid li {
        list-style: none;
        font-size: 5vw;
        padding: 8px;
        padding-bottom: 4px
    }
}

@media (max-width:991px) {
    .bankcontainer img {
        width: 40px;
        margin: 5px;
        height: auto
    }
    .disfooterct {
        display: grid;
        grid-template-columns: 1fr;
        text-align: center
    }
    .infootergrid h2 {
        margin-top: 20px
    }
}

.footermobile {
    display: none
}

.footermobile a {
    color: #fff
}

.footermobile a:hover {
    color: #fff;
    text-decoration: none
}

@media(max-width:991px) {
    .footermobile {
        position: fixed;
        display: block;
        bottom: 0;
        width: 100%;
        height: 68px;
        background: linear-gradient(180deg, #141315, #282828);
        padding-bottom: 3px;
        font-size: 14px;
        z-index: 5;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px)
    }
    .footermobile h5 {
        position: absolute;
        bottom: 0;
        font-weight: 100;
        font-size: 14px;
        left: 0;
        right: 0;
        margin: 0 auto
    }
    .footermobile td {
        width: 20%;
        height: 60px;
        white-space: nowrap;
        border-right: 1px solid #464646;
        transition: all .3s;
        cursor: pointer;
        position: relative;
        vertical-align: top
    }
    .footermobile td:hover {
        background: #0009;
        border-radius: 10px
    }
    .footermobile img {
        height: 33px !important;
        width: auto;
        margin: 0 auto;
        display: block
    }
}

@media (max-width:450px) {
    .footermobile h5 {
        position: absolute;
        bottom: 2px;
        font-weight: 100;
        font-size: 3.4vw;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

.containerror {
    margin-top: 150px
}

.incontainerror {
    text-align: center;
    font-size: 40px
}