@font-face {
    font-family: "dqfont";
    src: url("fonts/dqfont.eot");
    src: url("fonts/dqfont.eot?#iefix") format("embedded-opentype"), url("fonts/dqfont.woff") format("woff"), url("fonts/dqfont.ttf") format("truetype"), url("fonts/dqfont.svg#dqfont") format("svg");
    font-style: normal;
    font-weight: normal
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    90% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    90% {
        opacity: 1
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
}

@-webkit-keyframes changecolour {
    0% {
        color: #000
    }
    100% {
        color: #FFF
    }
}

@keyframes changecolour {
    0% {
        color: #000
    }
    100% {
        color: #FFF
    }
}

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

html {
    font-size: 62.5%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 10px
}

p {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: justify
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0;
    cursor: pointer
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -moz-appearance: button;
    appearance: button;
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset;
    -webkit-box-shadow: 0 0 0px 1000px white inset
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -moz-appearance: listbox;
    appearance: listbox;
    -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;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    appearance: none;
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    appearance: button;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lead {
    font-size: 1.75rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.separator-hz {
    background: url("/imgs/website/design/separator2.svg") center center no-repeat transparent;
    width: 100%;
    height: 40px;
    background-size: contain;
    margin: 15px 0
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    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
}

.legend {
    text-align: center;
    font-style: italic;
    margin-bottom: 15px
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: 10px;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

.img-left,
.img-right {
    clear: both;
    margin-bottom: 15px
}

.img-left>img {
    float: left;
    margin-right: 15px;
    text-align: center
}

.img-right>img {
    float: right;
    margin-left: 15px;
    text-align: center
}

.img-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.img-center>* {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: contain;  object-position: center;';
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    height: auto;
    margin: 0 5px 10px
}

.img-center>*>img {
    max-width: 100%
}

.img-center>*:only-child {
    max-width: 100%;
    margin: 0 0 5px
}

.img-center>*:first-child:nth-last-child(2),
.img-center>*:first-child:nth-last-child(2)~* {
    max-width: calc(50% - 30px/2)
}

.img-center>*:first-child:nth-last-child(3),
.img-center>*:first-child:nth-last-child(3)~* {
    max-width: calc(33.3333% - 30px/2)
}

.img-center>*:first-child:nth-last-child(4),
.img-center>*:first-child:nth-last-child(4)~* {
    max-width: calc(25% - 30px/2)
}

@media (max-width: 575.98px) {
    .img-center>* {
        max-height: 150px
    }
    .img-center>*:only-child {
        max-height: inherit
    }
}

@media (max-width: 991.98px) {
    .img-left>img,
    .img-right>img {
        float: none;
        display: block;
        margin: 0 auto 5px
    }
}

@media (min-width: 992px) {
    .img-left.flex,
    .img-right.flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .img-left.flex>img,
    .img-right.flex>img {
        float: none
    }
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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: .2rem;
    -webkit-box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0
}

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: 992px) {
    .container {
        max-width: 1200px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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,
.col-sm-auto,
.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,
.col-md-auto,
.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,
.col-lg-auto,
.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,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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 {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 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%;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0)
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm th,
.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px
}

.table-primary,
.table-primary>th,
.table-primary>td {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>th,
.table-success>td {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>th,
.table-info>td {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>th,
.table-light>td {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>th,
.table-active>td {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .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;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

@media (max-width: 575.98px) {
    table th,
    table td {
        padding: .5rem
    }
    table.responsive,
    table.responsive thead,
    table.responsive thead tr,
    table.responsive tbody,
    table.responsive th,
    table.responsive tr,
    table.responsive tr td {
        display: block
    }
    table.responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    table.responsive tr td[data-title] {
        border: none;
        position: relative;
        padding-left: 50%;
        text-align: center
    }
    table.responsive tr td[data-title]:before {
        position: absolute;
        top: .75rem;
        left: 1rem;
        width: 45%;
        padding-right: 1rem;
        white-space: nowrap;
        font-weight: bold;
        content: attr(data-title)
    }
    table.responsive tr td[data-title][data-responsive="column"]:before {
        position: relative;
        display: block;
        width: 100%;
        padding-right: 0;
        left: 0;
        top: 0;
        padding-top: 10px;
        padding-bottom: 5px;
        background-color: #ececec;
        margin-top: 10px;
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.85rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 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.75rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: 1.225rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: 1.225rem;
    line-height: 1.5;
    border-radius: .2rem
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]) {
    height: calc(2.3375rem + 2px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: 1.75rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]) {
    height: calc(3.625rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-check-input {
    margin-right: 5px
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    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: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: .2rem
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    background-color: #71dd8a
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label::before,
.custom-file-input.is-valid~.custom-file-label::before {
    border-color: inherit
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: .2rem
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    background-color: #efa2a9
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label::before,
.custom-file-input.is-invalid~.custom-file-label::before {
    border-color: inherit
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-left: 0
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn:hover,
.btn:focus {
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0
}

.btn.disabled,
.btn:disabled {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    cursor: not-allowed
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease
}

.no-transition {
    -webkit-transition: none !important;
    transition: none !important
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:not(.caret-hide)::after {
    display: inline-block;
    width: 0;
    height: 0;
    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:not(.caret-hide):empty::after {
    margin-left: 0
}

.dropdown-toggle {
    border-color: #ced4da !important;
    border-radius: .25rem
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    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 {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    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 {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    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-divider {
    height: 0;
    margin: 10px 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 15px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: 1.225rem;
    color: #6c757d;
    white-space: nowrap
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after {
    margin-left: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group.show .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.show .dropdown-toggle.btn-link {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file:focus {
    z-index: 3
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-prepend,
.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.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) {
    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:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.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) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    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;
    background-color: #007bff;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    margin-bottom: 0
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
    -webkit-box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 .25rem .25rem rgba(0, 0, 0, 0.1)
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%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.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #007bff;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%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(0, 123, 255, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%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(0, 123, 255, 0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.85rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%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 .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(2.3375rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(3.625rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.85rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.85rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-control {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-file-input:focus~.custom-file-control::before {
    border-color: #80bdff
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.85rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.85rem + 2px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 5px
}

.navbar>.container,
.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .2375rem;
    padding-bottom: .2375rem;
    margin-right: 5px;
    font-size: 1.75rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.75rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.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, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 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, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    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: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-img-top,
    .card-group>.card:first-child .card-header {
        border-top-right-radius: 0
    }
    .card-group>.card:first-child .card-img-bottom,
    .card-group>.card:first-child .card-footer {
        border-bottom-right-radius: 0
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:last-child .card-img-top,
    .card-group>.card:last-child .card-header {
        border-top-left-radius: 0
    }
    .card-group>.card:last-child .card-img-bottom,
    .card-group>.card:last-child .card-footer {
        border-bottom-left-radius: 0
    }
    .card-group>.card:only-child {
        border-radius: .25rem
    }
    .card-group>.card:only-child .card-img-top,
    .card-group>.card:only-child .card-header {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .card-group>.card:only-child .card-img-bottom,
    .card-group>.card:only-child .card-footer {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-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
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.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.75rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: 1.225rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.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: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:hover,
.badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:hover,
.badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:hover,
.badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@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: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4.6rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-dismissible .close i {
    font-size: 1.6rem
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.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: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.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 {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 1.05rem;
    background-color: #e9ecef;
    border-radius: .25rem;
    -webkit-box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, 0.1)
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    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, 0.125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:hover,
.list-group-item:focus {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    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:hover,
.list-group-item-info.list-group-item-action:focus {
    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: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    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:hover,
.list-group-item-dark.list-group-item-action:focus {
    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: 2.1rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    max-height: 90vh
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, 0.5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    height: 45px
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-height: calc(90vh - calc(45px + 50px));
    overflow: auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
    height: 50px
}

.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: 70vw;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }
    .modal-content {
        -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.5);
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        max-width: 60vw
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 70vw
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    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: 1.225rem;
    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-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="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: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    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: 1.225rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    -webkit-box-shadow: 0 .25rem .5rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, 0.2)
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: .5rem .5rem 0
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 .5rem .5rem .5rem
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="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-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%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.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.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
}

table.align-middle td {
    vertical-align: middle !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: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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 iframe,
.embed-responsive embed,
.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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        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
    }
}

.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 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@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;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-10 {
    width: 10% !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-60 {
    width: 60% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-10 {
    height: 10% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-60 {
    height: 60% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.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-5 {
    margin: 5px !important
}

.mt-5,
.my-5 {
    margin-top: 5px !important
}

.mr-5,
.mx-5 {
    margin-right: 5px !important
}

.mb-5,
.my-5 {
    margin-bottom: 5px !important
}

.ml-5,
.mx-5 {
    margin-left: 5px !important
}

.m-10 {
    margin: 10px !important
}

.mt-10,
.my-10 {
    margin-top: 10px !important
}

.mr-10,
.mx-10 {
    margin-right: 10px !important
}

.mb-10,
.my-10 {
    margin-bottom: 10px !important
}

.ml-10,
.mx-10 {
    margin-left: 10px !important
}

.m-15 {
    margin: 15px !important
}

.mt-15,
.my-15 {
    margin-top: 15px !important
}

.mr-15,
.mx-15 {
    margin-right: 15px !important
}

.mb-15,
.my-15 {
    margin-bottom: 15px !important
}

.ml-15,
.mx-15 {
    margin-left: 15px !important
}

.m-20 {
    margin: 20px !important
}

.mt-20,
.my-20 {
    margin-top: 20px !important
}

.mr-20,
.mx-20 {
    margin-right: 20px !important
}

.mb-20,
.my-20 {
    margin-bottom: 20px !important
}

.ml-20,
.mx-20 {
    margin-left: 20px !important
}

.m-30 {
    margin: 30px !important
}

.mt-30,
.my-30 {
    margin-top: 30px !important
}

.mr-30,
.mx-30 {
    margin-right: 30px !important
}

.mb-30,
.my-30 {
    margin-bottom: 30px !important
}

.ml-30,
.mx-30 {
    margin-left: 30px !important
}

.m-40 {
    margin: 40px !important
}

.mt-40,
.my-40 {
    margin-top: 40px !important
}

.mr-40,
.mx-40 {
    margin-right: 40px !important
}

.mb-40,
.my-40 {
    margin-bottom: 40px !important
}

.ml-40,
.mx-40 {
    margin-left: 40px !important
}

.m-50 {
    margin: 50px !important
}

.mt-50,
.my-50 {
    margin-top: 50px !important
}

.mr-50,
.mx-50 {
    margin-right: 50px !important
}

.mb-50,
.my-50 {
    margin-bottom: 50px !important
}

.ml-50,
.mx-50 {
    margin-left: 50px !important
}

.m-60 {
    margin: 60px !important
}

.mt-60,
.my-60 {
    margin-top: 60px !important
}

.mr-60,
.mx-60 {
    margin-right: 60px !important
}

.mb-60,
.my-60 {
    margin-bottom: 60px !important
}

.ml-60,
.mx-60 {
    margin-left: 60px !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-5 {
    padding: 5px !important
}

.pt-5,
.py-5 {
    padding-top: 5px !important
}

.pr-5,
.px-5 {
    padding-right: 5px !important
}

.pb-5,
.py-5 {
    padding-bottom: 5px !important
}

.pl-5,
.px-5 {
    padding-left: 5px !important
}

.p-10 {
    padding: 10px !important
}

.pt-10,
.py-10 {
    padding-top: 10px !important
}

.pr-10,
.px-10 {
    padding-right: 10px !important
}

.pb-10,
.py-10 {
    padding-bottom: 10px !important
}

.pl-10,
.px-10 {
    padding-left: 10px !important
}

.p-15 {
    padding: 15px !important
}

.pt-15,
.py-15 {
    padding-top: 15px !important
}

.pr-15,
.px-15 {
    padding-right: 15px !important
}

.pb-15,
.py-15 {
    padding-bottom: 15px !important
}

.pl-15,
.px-15 {
    padding-left: 15px !important
}

.p-20 {
    padding: 20px !important
}

.pt-20,
.py-20 {
    padding-top: 20px !important
}

.pr-20,
.px-20 {
    padding-right: 20px !important
}

.pb-20,
.py-20 {
    padding-bottom: 20px !important
}

.pl-20,
.px-20 {
    padding-left: 20px !important
}

.p-30 {
    padding: 30px !important
}

.pt-30,
.py-30 {
    padding-top: 30px !important
}

.pr-30,
.px-30 {
    padding-right: 30px !important
}

.pb-30,
.py-30 {
    padding-bottom: 30px !important
}

.pl-30,
.px-30 {
    padding-left: 30px !important
}

.p-40 {
    padding: 40px !important
}

.pt-40,
.py-40 {
    padding-top: 40px !important
}

.pr-40,
.px-40 {
    padding-right: 40px !important
}

.pb-40,
.py-40 {
    padding-bottom: 40px !important
}

.pl-40,
.px-40 {
    padding-left: 40px !important
}

.p-50 {
    padding: 50px !important
}

.pt-50,
.py-50 {
    padding-top: 50px !important
}

.pr-50,
.px-50 {
    padding-right: 50px !important
}

.pb-50,
.py-50 {
    padding-bottom: 50px !important
}

.pl-50,
.px-50 {
    padding-left: 50px !important
}

.p-60 {
    padding: 60px !important
}

.pt-60,
.py-60 {
    padding-top: 60px !important
}

.pr-60,
.px-60 {
    padding-right: 60px !important
}

.pb-60,
.py-60 {
    padding-bottom: 60px !important
}

.pl-60,
.px-60 {
    padding-left: 60px !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-5 {
        margin: 5px !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 5px !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 5px !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 5px !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 5px !important
    }
    .m-sm-10 {
        margin: 10px !important
    }
    .mt-sm-10,
    .my-sm-10 {
        margin-top: 10px !important
    }
    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 10px !important
    }
    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 10px !important
    }
    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 10px !important
    }
    .m-sm-15 {
        margin: 15px !important
    }
    .mt-sm-15,
    .my-sm-15 {
        margin-top: 15px !important
    }
    .mr-sm-15,
    .mx-sm-15 {
        margin-right: 15px !important
    }
    .mb-sm-15,
    .my-sm-15 {
        margin-bottom: 15px !important
    }
    .ml-sm-15,
    .mx-sm-15 {
        margin-left: 15px !important
    }
    .m-sm-20 {
        margin: 20px !important
    }
    .mt-sm-20,
    .my-sm-20 {
        margin-top: 20px !important
    }
    .mr-sm-20,
    .mx-sm-20 {
        margin-right: 20px !important
    }
    .mb-sm-20,
    .my-sm-20 {
        margin-bottom: 20px !important
    }
    .ml-sm-20,
    .mx-sm-20 {
        margin-left: 20px !important
    }
    .m-sm-30 {
        margin: 30px !important
    }
    .mt-sm-30,
    .my-sm-30 {
        margin-top: 30px !important
    }
    .mr-sm-30,
    .mx-sm-30 {
        margin-right: 30px !important
    }
    .mb-sm-30,
    .my-sm-30 {
        margin-bottom: 30px !important
    }
    .ml-sm-30,
    .mx-sm-30 {
        margin-left: 30px !important
    }
    .m-sm-40 {
        margin: 40px !important
    }
    .mt-sm-40,
    .my-sm-40 {
        margin-top: 40px !important
    }
    .mr-sm-40,
    .mx-sm-40 {
        margin-right: 40px !important
    }
    .mb-sm-40,
    .my-sm-40 {
        margin-bottom: 40px !important
    }
    .ml-sm-40,
    .mx-sm-40 {
        margin-left: 40px !important
    }
    .m-sm-50 {
        margin: 50px !important
    }
    .mt-sm-50,
    .my-sm-50 {
        margin-top: 50px !important
    }
    .mr-sm-50,
    .mx-sm-50 {
        margin-right: 50px !important
    }
    .mb-sm-50,
    .my-sm-50 {
        margin-bottom: 50px !important
    }
    .ml-sm-50,
    .mx-sm-50 {
        margin-left: 50px !important
    }
    .m-sm-60 {
        margin: 60px !important
    }
    .mt-sm-60,
    .my-sm-60 {
        margin-top: 60px !important
    }
    .mr-sm-60,
    .mx-sm-60 {
        margin-right: 60px !important
    }
    .mb-sm-60,
    .my-sm-60 {
        margin-bottom: 60px !important
    }
    .ml-sm-60,
    .mx-sm-60 {
        margin-left: 60px !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-5 {
        padding: 5px !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 5px !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 5px !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 5px !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 5px !important
    }
    .p-sm-10 {
        padding: 10px !important
    }
    .pt-sm-10,
    .py-sm-10 {
        padding-top: 10px !important
    }
    .pr-sm-10,
    .px-sm-10 {
        padding-right: 10px !important
    }
    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 10px !important
    }
    .pl-sm-10,
    .px-sm-10 {
        padding-left: 10px !important
    }
    .p-sm-15 {
        padding: 15px !important
    }
    .pt-sm-15,
    .py-sm-15 {
        padding-top: 15px !important
    }
    .pr-sm-15,
    .px-sm-15 {
        padding-right: 15px !important
    }
    .pb-sm-15,
    .py-sm-15 {
        padding-bottom: 15px !important
    }
    .pl-sm-15,
    .px-sm-15 {
        padding-left: 15px !important
    }
    .p-sm-20 {
        padding: 20px !important
    }
    .pt-sm-20,
    .py-sm-20 {
        padding-top: 20px !important
    }
    .pr-sm-20,
    .px-sm-20 {
        padding-right: 20px !important
    }
    .pb-sm-20,
    .py-sm-20 {
        padding-bottom: 20px !important
    }
    .pl-sm-20,
    .px-sm-20 {
        padding-left: 20px !important
    }
    .p-sm-30 {
        padding: 30px !important
    }
    .pt-sm-30,
    .py-sm-30 {
        padding-top: 30px !important
    }
    .pr-sm-30,
    .px-sm-30 {
        padding-right: 30px !important
    }
    .pb-sm-30,
    .py-sm-30 {
        padding-bottom: 30px !important
    }
    .pl-sm-30,
    .px-sm-30 {
        padding-left: 30px !important
    }
    .p-sm-40 {
        padding: 40px !important
    }
    .pt-sm-40,
    .py-sm-40 {
        padding-top: 40px !important
    }
    .pr-sm-40,
    .px-sm-40 {
        padding-right: 40px !important
    }
    .pb-sm-40,
    .py-sm-40 {
        padding-bottom: 40px !important
    }
    .pl-sm-40,
    .px-sm-40 {
        padding-left: 40px !important
    }
    .p-sm-50 {
        padding: 50px !important
    }
    .pt-sm-50,
    .py-sm-50 {
        padding-top: 50px !important
    }
    .pr-sm-50,
    .px-sm-50 {
        padding-right: 50px !important
    }
    .pb-sm-50,
    .py-sm-50 {
        padding-bottom: 50px !important
    }
    .pl-sm-50,
    .px-sm-50 {
        padding-left: 50px !important
    }
    .p-sm-60 {
        padding: 60px !important
    }
    .pt-sm-60,
    .py-sm-60 {
        padding-top: 60px !important
    }
    .pr-sm-60,
    .px-sm-60 {
        padding-right: 60px !important
    }
    .pb-sm-60,
    .py-sm-60 {
        padding-bottom: 60px !important
    }
    .pl-sm-60,
    .px-sm-60 {
        padding-left: 60px !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-5 {
        margin: 5px !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 5px !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 5px !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 5px !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 5px !important
    }
    .m-md-10 {
        margin: 10px !important
    }
    .mt-md-10,
    .my-md-10 {
        margin-top: 10px !important
    }
    .mr-md-10,
    .mx-md-10 {
        margin-right: 10px !important
    }
    .mb-md-10,
    .my-md-10 {
        margin-bottom: 10px !important
    }
    .ml-md-10,
    .mx-md-10 {
        margin-left: 10px !important
    }
    .m-md-15 {
        margin: 15px !important
    }
    .mt-md-15,
    .my-md-15 {
        margin-top: 15px !important
    }
    .mr-md-15,
    .mx-md-15 {
        margin-right: 15px !important
    }
    .mb-md-15,
    .my-md-15 {
        margin-bottom: 15px !important
    }
    .ml-md-15,
    .mx-md-15 {
        margin-left: 15px !important
    }
    .m-md-20 {
        margin: 20px !important
    }
    .mt-md-20,
    .my-md-20 {
        margin-top: 20px !important
    }
    .mr-md-20,
    .mx-md-20 {
        margin-right: 20px !important
    }
    .mb-md-20,
    .my-md-20 {
        margin-bottom: 20px !important
    }
    .ml-md-20,
    .mx-md-20 {
        margin-left: 20px !important
    }
    .m-md-30 {
        margin: 30px !important
    }
    .mt-md-30,
    .my-md-30 {
        margin-top: 30px !important
    }
    .mr-md-30,
    .mx-md-30 {
        margin-right: 30px !important
    }
    .mb-md-30,
    .my-md-30 {
        margin-bottom: 30px !important
    }
    .ml-md-30,
    .mx-md-30 {
        margin-left: 30px !important
    }
    .m-md-40 {
        margin: 40px !important
    }
    .mt-md-40,
    .my-md-40 {
        margin-top: 40px !important
    }
    .mr-md-40,
    .mx-md-40 {
        margin-right: 40px !important
    }
    .mb-md-40,
    .my-md-40 {
        margin-bottom: 40px !important
    }
    .ml-md-40,
    .mx-md-40 {
        margin-left: 40px !important
    }
    .m-md-50 {
        margin: 50px !important
    }
    .mt-md-50,
    .my-md-50 {
        margin-top: 50px !important
    }
    .mr-md-50,
    .mx-md-50 {
        margin-right: 50px !important
    }
    .mb-md-50,
    .my-md-50 {
        margin-bottom: 50px !important
    }
    .ml-md-50,
    .mx-md-50 {
        margin-left: 50px !important
    }
    .m-md-60 {
        margin: 60px !important
    }
    .mt-md-60,
    .my-md-60 {
        margin-top: 60px !important
    }
    .mr-md-60,
    .mx-md-60 {
        margin-right: 60px !important
    }
    .mb-md-60,
    .my-md-60 {
        margin-bottom: 60px !important
    }
    .ml-md-60,
    .mx-md-60 {
        margin-left: 60px !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-5 {
        padding: 5px !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 5px !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 5px !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 5px !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 5px !important
    }
    .p-md-10 {
        padding: 10px !important
    }
    .pt-md-10,
    .py-md-10 {
        padding-top: 10px !important
    }
    .pr-md-10,
    .px-md-10 {
        padding-right: 10px !important
    }
    .pb-md-10,
    .py-md-10 {
        padding-bottom: 10px !important
    }
    .pl-md-10,
    .px-md-10 {
        padding-left: 10px !important
    }
    .p-md-15 {
        padding: 15px !important
    }
    .pt-md-15,
    .py-md-15 {
        padding-top: 15px !important
    }
    .pr-md-15,
    .px-md-15 {
        padding-right: 15px !important
    }
    .pb-md-15,
    .py-md-15 {
        padding-bottom: 15px !important
    }
    .pl-md-15,
    .px-md-15 {
        padding-left: 15px !important
    }
    .p-md-20 {
        padding: 20px !important
    }
    .pt-md-20,
    .py-md-20 {
        padding-top: 20px !important
    }
    .pr-md-20,
    .px-md-20 {
        padding-right: 20px !important
    }
    .pb-md-20,
    .py-md-20 {
        padding-bottom: 20px !important
    }
    .pl-md-20,
    .px-md-20 {
        padding-left: 20px !important
    }
    .p-md-30 {
        padding: 30px !important
    }
    .pt-md-30,
    .py-md-30 {
        padding-top: 30px !important
    }
    .pr-md-30,
    .px-md-30 {
        padding-right: 30px !important
    }
    .pb-md-30,
    .py-md-30 {
        padding-bottom: 30px !important
    }
    .pl-md-30,
    .px-md-30 {
        padding-left: 30px !important
    }
    .p-md-40 {
        padding: 40px !important
    }
    .pt-md-40,
    .py-md-40 {
        padding-top: 40px !important
    }
    .pr-md-40,
    .px-md-40 {
        padding-right: 40px !important
    }
    .pb-md-40,
    .py-md-40 {
        padding-bottom: 40px !important
    }
    .pl-md-40,
    .px-md-40 {
        padding-left: 40px !important
    }
    .p-md-50 {
        padding: 50px !important
    }
    .pt-md-50,
    .py-md-50 {
        padding-top: 50px !important
    }
    .pr-md-50,
    .px-md-50 {
        padding-right: 50px !important
    }
    .pb-md-50,
    .py-md-50 {
        padding-bottom: 50px !important
    }
    .pl-md-50,
    .px-md-50 {
        padding-left: 50px !important
    }
    .p-md-60 {
        padding: 60px !important
    }
    .pt-md-60,
    .py-md-60 {
        padding-top: 60px !important
    }
    .pr-md-60,
    .px-md-60 {
        padding-right: 60px !important
    }
    .pb-md-60,
    .py-md-60 {
        padding-bottom: 60px !important
    }
    .pl-md-60,
    .px-md-60 {
        padding-left: 60px !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-5 {
        margin: 5px !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 5px !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 5px !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 5px !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 5px !important
    }
    .m-lg-10 {
        margin: 10px !important
    }
    .mt-lg-10,
    .my-lg-10 {
        margin-top: 10px !important
    }
    .mr-lg-10,
    .mx-lg-10 {
        margin-right: 10px !important
    }
    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 10px !important
    }
    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 10px !important
    }
    .m-lg-15 {
        margin: 15px !important
    }
    .mt-lg-15,
    .my-lg-15 {
        margin-top: 15px !important
    }
    .mr-lg-15,
    .mx-lg-15 {
        margin-right: 15px !important
    }
    .mb-lg-15,
    .my-lg-15 {
        margin-bottom: 15px !important
    }
    .ml-lg-15,
    .mx-lg-15 {
        margin-left: 15px !important
    }
    .m-lg-20 {
        margin: 20px !important
    }
    .mt-lg-20,
    .my-lg-20 {
        margin-top: 20px !important
    }
    .mr-lg-20,
    .mx-lg-20 {
        margin-right: 20px !important
    }
    .mb-lg-20,
    .my-lg-20 {
        margin-bottom: 20px !important
    }
    .ml-lg-20,
    .mx-lg-20 {
        margin-left: 20px !important
    }
    .m-lg-30 {
        margin: 30px !important
    }
    .mt-lg-30,
    .my-lg-30 {
        margin-top: 30px !important
    }
    .mr-lg-30,
    .mx-lg-30 {
        margin-right: 30px !important
    }
    .mb-lg-30,
    .my-lg-30 {
        margin-bottom: 30px !important
    }
    .ml-lg-30,
    .mx-lg-30 {
        margin-left: 30px !important
    }
    .m-lg-40 {
        margin: 40px !important
    }
    .mt-lg-40,
    .my-lg-40 {
        margin-top: 40px !important
    }
    .mr-lg-40,
    .mx-lg-40 {
        margin-right: 40px !important
    }
    .mb-lg-40,
    .my-lg-40 {
        margin-bottom: 40px !important
    }
    .ml-lg-40,
    .mx-lg-40 {
        margin-left: 40px !important
    }
    .m-lg-50 {
        margin: 50px !important
    }
    .mt-lg-50,
    .my-lg-50 {
        margin-top: 50px !important
    }
    .mr-lg-50,
    .mx-lg-50 {
        margin-right: 50px !important
    }
    .mb-lg-50,
    .my-lg-50 {
        margin-bottom: 50px !important
    }
    .ml-lg-50,
    .mx-lg-50 {
        margin-left: 50px !important
    }
    .m-lg-60 {
        margin: 60px !important
    }
    .mt-lg-60,
    .my-lg-60 {
        margin-top: 60px !important
    }
    .mr-lg-60,
    .mx-lg-60 {
        margin-right: 60px !important
    }
    .mb-lg-60,
    .my-lg-60 {
        margin-bottom: 60px !important
    }
    .ml-lg-60,
    .mx-lg-60 {
        margin-left: 60px !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-5 {
        padding: 5px !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 5px !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 5px !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 5px !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 5px !important
    }
    .p-lg-10 {
        padding: 10px !important
    }
    .pt-lg-10,
    .py-lg-10 {
        padding-top: 10px !important
    }
    .pr-lg-10,
    .px-lg-10 {
        padding-right: 10px !important
    }
    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 10px !important
    }
    .pl-lg-10,
    .px-lg-10 {
        padding-left: 10px !important
    }
    .p-lg-15 {
        padding: 15px !important
    }
    .pt-lg-15,
    .py-lg-15 {
        padding-top: 15px !important
    }
    .pr-lg-15,
    .px-lg-15 {
        padding-right: 15px !important
    }
    .pb-lg-15,
    .py-lg-15 {
        padding-bottom: 15px !important
    }
    .pl-lg-15,
    .px-lg-15 {
        padding-left: 15px !important
    }
    .p-lg-20 {
        padding: 20px !important
    }
    .pt-lg-20,
    .py-lg-20 {
        padding-top: 20px !important
    }
    .pr-lg-20,
    .px-lg-20 {
        padding-right: 20px !important
    }
    .pb-lg-20,
    .py-lg-20 {
        padding-bottom: 20px !important
    }
    .pl-lg-20,
    .px-lg-20 {
        padding-left: 20px !important
    }
    .p-lg-30 {
        padding: 30px !important
    }
    .pt-lg-30,
    .py-lg-30 {
        padding-top: 30px !important
    }
    .pr-lg-30,
    .px-lg-30 {
        padding-right: 30px !important
    }
    .pb-lg-30,
    .py-lg-30 {
        padding-bottom: 30px !important
    }
    .pl-lg-30,
    .px-lg-30 {
        padding-left: 30px !important
    }
    .p-lg-40 {
        padding: 40px !important
    }
    .pt-lg-40,
    .py-lg-40 {
        padding-top: 40px !important
    }
    .pr-lg-40,
    .px-lg-40 {
        padding-right: 40px !important
    }
    .pb-lg-40,
    .py-lg-40 {
        padding-bottom: 40px !important
    }
    .pl-lg-40,
    .px-lg-40 {
        padding-left: 40px !important
    }
    .p-lg-50 {
        padding: 50px !important
    }
    .pt-lg-50,
    .py-lg-50 {
        padding-top: 50px !important
    }
    .pr-lg-50,
    .px-lg-50 {
        padding-right: 50px !important
    }
    .pb-lg-50,
    .py-lg-50 {
        padding-bottom: 50px !important
    }
    .pl-lg-50,
    .px-lg-50 {
        padding-left: 50px !important
    }
    .p-lg-60 {
        padding: 60px !important
    }
    .pt-lg-60,
    .py-lg-60 {
        padding-top: 60px !important
    }
    .pr-lg-60,
    .px-lg-60 {
        padding-right: 60px !important
    }
    .pb-lg-60,
    .py-lg-60 {
        padding-bottom: 60px !important
    }
    .pl-lg-60,
    .px-lg-60 {
        padding-left: 60px !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-5 {
        margin: 5px !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 5px !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 5px !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 5px !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 5px !important
    }
    .m-xl-10 {
        margin: 10px !important
    }
    .mt-xl-10,
    .my-xl-10 {
        margin-top: 10px !important
    }
    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 10px !important
    }
    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 10px !important
    }
    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 10px !important
    }
    .m-xl-15 {
        margin: 15px !important
    }
    .mt-xl-15,
    .my-xl-15 {
        margin-top: 15px !important
    }
    .mr-xl-15,
    .mx-xl-15 {
        margin-right: 15px !important
    }
    .mb-xl-15,
    .my-xl-15 {
        margin-bottom: 15px !important
    }
    .ml-xl-15,
    .mx-xl-15 {
        margin-left: 15px !important
    }
    .m-xl-20 {
        margin: 20px !important
    }
    .mt-xl-20,
    .my-xl-20 {
        margin-top: 20px !important
    }
    .mr-xl-20,
    .mx-xl-20 {
        margin-right: 20px !important
    }
    .mb-xl-20,
    .my-xl-20 {
        margin-bottom: 20px !important
    }
    .ml-xl-20,
    .mx-xl-20 {
        margin-left: 20px !important
    }
    .m-xl-30 {
        margin: 30px !important
    }
    .mt-xl-30,
    .my-xl-30 {
        margin-top: 30px !important
    }
    .mr-xl-30,
    .mx-xl-30 {
        margin-right: 30px !important
    }
    .mb-xl-30,
    .my-xl-30 {
        margin-bottom: 30px !important
    }
    .ml-xl-30,
    .mx-xl-30 {
        margin-left: 30px !important
    }
    .m-xl-40 {
        margin: 40px !important
    }
    .mt-xl-40,
    .my-xl-40 {
        margin-top: 40px !important
    }
    .mr-xl-40,
    .mx-xl-40 {
        margin-right: 40px !important
    }
    .mb-xl-40,
    .my-xl-40 {
        margin-bottom: 40px !important
    }
    .ml-xl-40,
    .mx-xl-40 {
        margin-left: 40px !important
    }
    .m-xl-50 {
        margin: 50px !important
    }
    .mt-xl-50,
    .my-xl-50 {
        margin-top: 50px !important
    }
    .mr-xl-50,
    .mx-xl-50 {
        margin-right: 50px !important
    }
    .mb-xl-50,
    .my-xl-50 {
        margin-bottom: 50px !important
    }
    .ml-xl-50,
    .mx-xl-50 {
        margin-left: 50px !important
    }
    .m-xl-60 {
        margin: 60px !important
    }
    .mt-xl-60,
    .my-xl-60 {
        margin-top: 60px !important
    }
    .mr-xl-60,
    .mx-xl-60 {
        margin-right: 60px !important
    }
    .mb-xl-60,
    .my-xl-60 {
        margin-bottom: 60px !important
    }
    .ml-xl-60,
    .mx-xl-60 {
        margin-left: 60px !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-5 {
        padding: 5px !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 5px !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 5px !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 5px !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 5px !important
    }
    .p-xl-10 {
        padding: 10px !important
    }
    .pt-xl-10,
    .py-xl-10 {
        padding-top: 10px !important
    }
    .pr-xl-10,
    .px-xl-10 {
        padding-right: 10px !important
    }
    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 10px !important
    }
    .pl-xl-10,
    .px-xl-10 {
        padding-left: 10px !important
    }
    .p-xl-15 {
        padding: 15px !important
    }
    .pt-xl-15,
    .py-xl-15 {
        padding-top: 15px !important
    }
    .pr-xl-15,
    .px-xl-15 {
        padding-right: 15px !important
    }
    .pb-xl-15,
    .py-xl-15 {
        padding-bottom: 15px !important
    }
    .pl-xl-15,
    .px-xl-15 {
        padding-left: 15px !important
    }
    .p-xl-20 {
        padding: 20px !important
    }
    .pt-xl-20,
    .py-xl-20 {
        padding-top: 20px !important
    }
    .pr-xl-20,
    .px-xl-20 {
        padding-right: 20px !important
    }
    .pb-xl-20,
    .py-xl-20 {
        padding-bottom: 20px !important
    }
    .pl-xl-20,
    .px-xl-20 {
        padding-left: 20px !important
    }
    .p-xl-30 {
        padding: 30px !important
    }
    .pt-xl-30,
    .py-xl-30 {
        padding-top: 30px !important
    }
    .pr-xl-30,
    .px-xl-30 {
        padding-right: 30px !important
    }
    .pb-xl-30,
    .py-xl-30 {
        padding-bottom: 30px !important
    }
    .pl-xl-30,
    .px-xl-30 {
        padding-left: 30px !important
    }
    .p-xl-40 {
        padding: 40px !important
    }
    .pt-xl-40,
    .py-xl-40 {
        padding-top: 40px !important
    }
    .pr-xl-40,
    .px-xl-40 {
        padding-right: 40px !important
    }
    .pb-xl-40,
    .py-xl-40 {
        padding-bottom: 40px !important
    }
    .pl-xl-40,
    .px-xl-40 {
        padding-left: 40px !important
    }
    .p-xl-50 {
        padding: 50px !important
    }
    .pt-xl-50,
    .py-xl-50 {
        padding-top: 50px !important
    }
    .pr-xl-50,
    .px-xl-50 {
        padding-right: 50px !important
    }
    .pb-xl-50,
    .py-xl-50 {
        padding-bottom: 50px !important
    }
    .pl-xl-50,
    .px-xl-50 {
        padding-left: 50px !important
    }
    .p-xl-60 {
        padding: 60px !important
    }
    .pt-xl-60,
    .py-xl-60 {
        padding-top: 60px !important
    }
    .pr-xl-60,
    .px-xl-60 {
        padding-right: 60px !important
    }
    .pb-xl-60,
    .py-xl-60 {
        padding-bottom: 60px !important
    }
    .pl-xl-60,
    .px-xl-60 {
        padding-left: 60px !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-justify {
    text-align: justify !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-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #1d2124 !important
}

.text-muted {
    color: #6c757d !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.placeholder-text {
    color: rgba(0, 0, 0, 0.5)
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.o-hidden {
    overflow: hidden !important
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-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
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px !important
    }
    .container {
        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 th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

#content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

#center {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 40px
}

#dq_print {
    position: absolute;
    bottom: 5px;
    right: 50px
}

a#top {
    position: absolute;
    top: 0;
    left: 0
}

#scroll_top {
    position: fixed;
    display: none;
    z-index: 100;
    bottom: 15px;
    right: 15px
}

.main-img {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center center;
    background-size: contain;
    height: 200px;
    margin: 10px 0
}

.hover-raised {
    -webkit-transition: -webkit-box-shadow 0.25s;
    transition: -webkit-box-shadow 0.25s;
    transition: box-shadow 0.25s;
    transition: box-shadow 0.25s, -webkit-box-shadow 0.25s
}

.hover-raised:hover {
    -webkit-box-shadow: 0 1px 20px #bdbdbd;
    box-shadow: 0 1px 20px #bdbdbd
}

.dragonquest-1 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquest1.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-1 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquest1@2x.png")
    }
}

.dragonquest-2 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquest2.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-2 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquest2@2x.png")
    }
}

.dragonquest-3 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquest3.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-3 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquest3@2x.png")
    }
}

.dragonquest-4 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquest4.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-4 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquest4@2x.png")
    }
}

.dragonquest-5 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquest5.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-5 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquest5@2x.png")
    }
}

.dragonquest-6 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquest6.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-6 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquest6@2x.png")
    }
}

.dragonquest-7 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquest7.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-7 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquest7@2x.png")
    }
}

.dragonquest-8 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquest8.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-8 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquest8@2x.png")
    }
}

.dragonquest-9 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquest9.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-9 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquest9@2x.png")
    }
}

.dragonquest-10 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquest10.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-10 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquest10@2x.png")
    }
}

.dragonquest-11 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquestswords.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-11 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquestswords@2x.png")
    }
}

.dragonquest-12 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquestbuilders.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-12 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquestbuilders@2x.png")
    }
}

.dragonquest-13 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-slimemorimoridragonquest.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-13 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-slimemorimoridragonquest@2x.png")
    }
}

.dragonquest-14 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquestrocketslime.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-14 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquestrocketslime@2x.png")
    }
}

.dragonquest-15 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-kenshindragonquest.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-15 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-kenshindragonquest@2x.png")
    }
}

.dragonquest-16 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquestmonsterscaravanheart.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-16 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquestmonsterscaravanheart@2x.png")
    }
}

.dragonquest-17 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquestmonstersjoker.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-17 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquestmonstersjoker@2x.png")
    }
}

.dragonquest-18 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquestmonstersjoker2.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-18 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquestmonstersjoker2@2x.png")
    }
}

.dragonquest-19 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquestmonstersjoker3.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-19 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquestmonstersjoker3@2x.png")
    }
}

.dragonquest-20 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquestmonstersterrywonderland.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-20 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquestmonstersterrywonderland@2x.png")
    }
}

.dragonquest-21 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquestshonenyangus.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-21 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquestshonenyangus@2x.png")
    }
}

.dragonquest-22 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquestmonsterbattleroad.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-22 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquestmonsterbattleroad@2x.png")
    }
}

.dragonquest-23 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquestmonsterbattleroadvictory.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-23 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquestmonsterbattleroadvictory@2x.png")
    }
}

.dragonquest-24 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-laquetededai.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-24 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-laquetededai@2x.png")
    }
}

.dragonquest-25 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-emblemofroto.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-25 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-emblemofroto@2x.png")
    }
}

.dragonquest-26 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-abelyuusha.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-26 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-abelyuusha@2x.png")
    }
}

.dragonquest-27 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-fly.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-27 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-fly@2x.png")
    }
}

.dragonquest-28 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquestheroes.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-28 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquestheroes@2x.png")
    }
}

.dragonquest-29 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquestrivals.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-29 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquestrivals@2x.png")
    }
}

.dragonquest-30 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-hoshinodragonquest.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-30 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-hoshinodragonquest@2x.png")
    }
}

.dragonquest-31 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-slimemorimoridragonquest3.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-31 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-slimemorimoridragonquest3@2x.png")
    }
}

.dragonquest-32 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquest11.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-32 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquest11@2x.png")
    }
}

.dragonquest-33 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquestmonsters2.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-33 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquestmonsters2@2x.png")
    }
}

.dragonquest-34 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquestbuilders2.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-34 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquestbuilders2@2x.png")
    }
}

.dragonquest-35 #right_nav #remote .r-icon i#rub_heros {
    background-image: url("/imgs/website/icons/right/heros-dragonquestheroes2.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dragonquest-35 #right_nav #remote .r-icon i#rub_heros {
        background-image: url("/imgs/website/icons/right/heros-dragonquestheroes2@2x.png")
    }
}

.treasure {
    margin-bottom: 5px
}

.treasure::before {
    display: inline-block;
    background: url("/imgs/dragonquest1/solution/coffre.png") 0px 4px no-repeat transparent;
    width: inherit;
    height: 20px;
    padding-left: 20px;
    font-weight: bold;
    content: "Trésors : "
}

.r-icon {
    position: relative;
    height: 35px;
    padding-left: 35px;
    margin: 5px 0;
    overflow: hidden
}

.r-icon>i {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain
}

.r-icon>h1,
.r-icon>h2,
.r-icon>h3,
.r-icon>span,
.r-icon>div {
    position: absolute;
    bottom: 0;
    left: 40px
}

@media (max-width: 1199.98px) {
    .r-icon>h1,
    .r-icon>h2,
    .r-icon>h3 {
        margin-bottom: 5px
    }
}

.r-icon:before {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 1.7rem;
    background-color: #7888A1
}

table .flag {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 70%;
    height: 40px;
    width: 25%
}

@media (max-width: 575.98px) {
    table .flag {
        height: 20px
    }
}

table .flag.flag-jp {
    background-image: url("/imgs/website/flags/jp.svg")
}

table .flag.flag-us {
    background-image: url("/imgs/website/flags/us.svg")
}

table .flag.flag-fr {
    background-image: url("/imgs/website/flags/fr.svg")
}

table .console-img {
    width: 100%;
    height: 0;
    padding-bottom: 25%;
    min-width: 100px;
    max-width: 150px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

@media (max-width: 575.98px) {
    table .console-img {
        min-width: 50px
    }
}

table.small-item {
    text-align: center
}

table.small-item img {
    max-width: 100%
}

table.small-item thead th {
    text-align: center
}

@media (max-width: 575.98px) {
    table.small-item {
        font-size: .7rem
    }
    table.small-item td {
        padding: 0.1rem
    }
}

.pagination .dropdown-menu {
    max-height: 30vh;
    overflow: hidden;
    overflow-y: auto
}

.bg-dragonquest1 {
    background-image: url("/imgs/dragonquest1/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquest1 {
        background-image: url("/imgs/dragonquest1/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquest1 {
    background-image: url("/imgs/website/logo/games/dragonquest1.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquest1 {
        background-image: url("/imgs/website/logo/games/dragonquest1@2x.png")
    }
}

.bg-dragonquest2 {
    background-image: url("/imgs/dragonquest2/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquest2 {
        background-image: url("/imgs/dragonquest2/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquest2 {
    background-image: url("/imgs/website/logo/games/dragonquest2.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquest2 {
        background-image: url("/imgs/website/logo/games/dragonquest2@2x.png")
    }
}

.bg-dragonquest3 {
    background-image: url("/imgs/dragonquest3/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquest3 {
        background-image: url("/imgs/dragonquest3/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquest3 {
    background-image: url("/imgs/website/logo/games/dragonquest3.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquest3 {
        background-image: url("/imgs/website/logo/games/dragonquest3@2x.png")
    }
}

.bg-dragonquest4 {
    background-image: url("/imgs/dragonquest4/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquest4 {
        background-image: url("/imgs/dragonquest4/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquest4 {
    background-image: url("/imgs/website/logo/games/dragonquest4.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquest4 {
        background-image: url("/imgs/website/logo/games/dragonquest4@2x.png")
    }
}

.bg-dragonquest5 {
    background-image: url("/imgs/dragonquest5/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquest5 {
        background-image: url("/imgs/dragonquest5/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquest5 {
    background-image: url("/imgs/website/logo/games/dragonquest5.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquest5 {
        background-image: url("/imgs/website/logo/games/dragonquest5@2x.png")
    }
}

.bg-dragonquest6 {
    background-image: url("/imgs/dragonquest6/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquest6 {
        background-image: url("/imgs/dragonquest6/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquest6 {
    background-image: url("/imgs/website/logo/games/dragonquest6.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquest6 {
        background-image: url("/imgs/website/logo/games/dragonquest6@2x.png")
    }
}

.bg-dragonquest7 {
    background-image: url("/imgs/dragonquest7/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquest7 {
        background-image: url("/imgs/dragonquest7/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquest7 {
    background-image: url("/imgs/website/logo/games/dragonquest7.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquest7 {
        background-image: url("/imgs/website/logo/games/dragonquest7@2x.png")
    }
}

.bg-dragonquest8 {
    background-image: url("/imgs/dragonquest8/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquest8 {
        background-image: url("/imgs/dragonquest8/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquest8 {
    background-image: url("/imgs/website/logo/games/dragonquest8.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquest8 {
        background-image: url("/imgs/website/logo/games/dragonquest8@2x.png")
    }
}

.bg-dragonquest9 {
    background-image: url("/imgs/dragonquest9/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquest9 {
        background-image: url("/imgs/dragonquest9/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquest9 {
    background-image: url("/imgs/website/logo/games/dragonquest9.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquest9 {
        background-image: url("/imgs/website/logo/games/dragonquest9@2x.png")
    }
}

.bg-dragonquest10 {
    background-image: url("/imgs/dragonquest10/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquest10 {
        background-image: url("/imgs/dragonquest10/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquest10 {
    background-image: url("/imgs/website/logo/games/dragonquest10.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquest10 {
        background-image: url("/imgs/website/logo/games/dragonquest10@2x.png")
    }
}

.bg-dragonquestswords {
    background-image: url("/imgs/dragonquestswords/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquestswords {
        background-image: url("/imgs/dragonquestswords/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquestswords {
    background-image: url("/imgs/website/logo/games/dragonquestswords.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquestswords {
        background-image: url("/imgs/website/logo/games/dragonquestswords@2x.png")
    }
}

.bg-dragonquestbuilders {
    background-image: url("/imgs/dragonquestbuilders/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquestbuilders {
        background-image: url("/imgs/dragonquestbuilders/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquestbuilders {
    background-image: url("/imgs/website/logo/games/dragonquestbuilders.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquestbuilders {
        background-image: url("/imgs/website/logo/games/dragonquestbuilders@2x.png")
    }
}

.bg-slimemorimoridragonquest {
    background-image: url("/imgs/slimemorimoridragonquest/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-slimemorimoridragonquest {
        background-image: url("/imgs/slimemorimoridragonquest/jeu/main-img@2x.jpg")
    }
}

.logo-slimemorimoridragonquest {
    background-image: url("/imgs/website/logo/games/slimemorimoridragonquest.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-slimemorimoridragonquest {
        background-image: url("/imgs/website/logo/games/slimemorimoridragonquest@2x.png")
    }
}

.bg-dragonquestrocketslime {
    background-image: url("/imgs/dragonquestrocketslime/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquestrocketslime {
        background-image: url("/imgs/dragonquestrocketslime/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquestrocketslime {
    background-image: url("/imgs/website/logo/games/dragonquestrocketslime.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquestrocketslime {
        background-image: url("/imgs/website/logo/games/dragonquestrocketslime@2x.png")
    }
}

.bg-kenshindragonquest {
    background-image: url("/imgs/kenshindragonquest/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-kenshindragonquest {
        background-image: url("/imgs/kenshindragonquest/jeu/main-img@2x.jpg")
    }
}

.logo-kenshindragonquest {
    background-image: url("/imgs/website/logo/games/kenshindragonquest.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-kenshindragonquest {
        background-image: url("/imgs/website/logo/games/kenshindragonquest@2x.png")
    }
}

.bg-dragonquestmonsterscaravanheart {
    background-image: url("/imgs/dragonquestmonsterscaravanheart/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquestmonsterscaravanheart {
        background-image: url("/imgs/dragonquestmonsterscaravanheart/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquestmonsterscaravanheart {
    background-image: url("/imgs/website/logo/games/dragonquestmonsterscaravanheart.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquestmonsterscaravanheart {
        background-image: url("/imgs/website/logo/games/dragonquestmonsterscaravanheart@2x.png")
    }
}

.bg-dragonquestmonstersjoker {
    background-image: url("/imgs/dragonquestmonstersjoker/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquestmonstersjoker {
        background-image: url("/imgs/dragonquestmonstersjoker/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquestmonstersjoker {
    background-image: url("/imgs/website/logo/games/dragonquestmonstersjoker.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquestmonstersjoker {
        background-image: url("/imgs/website/logo/games/dragonquestmonstersjoker@2x.png")
    }
}

.bg-dragonquestmonstersjoker2 {
    background-image: url("/imgs/dragonquestmonstersjoker2/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquestmonstersjoker2 {
        background-image: url("/imgs/dragonquestmonstersjoker2/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquestmonstersjoker2 {
    background-image: url("/imgs/website/logo/games/dragonquestmonstersjoker2.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquestmonstersjoker2 {
        background-image: url("/imgs/website/logo/games/dragonquestmonstersjoker2@2x.png")
    }
}

.bg-dragonquestmonstersjoker3 {
    background-image: url("/imgs/dragonquestmonstersjoker3/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquestmonstersjoker3 {
        background-image: url("/imgs/dragonquestmonstersjoker3/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquestmonstersjoker3 {
    background-image: url("/imgs/website/logo/games/dragonquestmonstersjoker3.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquestmonstersjoker3 {
        background-image: url("/imgs/website/logo/games/dragonquestmonstersjoker3@2x.png")
    }
}

.bg-dragonquestmonstersterrywonderland {
    background-image: url("/imgs/dragonquestmonstersterrywonderland/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquestmonstersterrywonderland {
        background-image: url("/imgs/dragonquestmonstersterrywonderland/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquestmonstersterrywonderland {
    background-image: url("/imgs/website/logo/games/dragonquestmonstersterrywonderland.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquestmonstersterrywonderland {
        background-image: url("/imgs/website/logo/games/dragonquestmonstersterrywonderland@2x.png")
    }
}

.bg-dragonquestshonenyangus {
    background-image: url("/imgs/dragonquestshonenyangus/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquestshonenyangus {
        background-image: url("/imgs/dragonquestshonenyangus/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquestshonenyangus {
    background-image: url("/imgs/website/logo/games/dragonquestshonenyangus.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquestshonenyangus {
        background-image: url("/imgs/website/logo/games/dragonquestshonenyangus@2x.png")
    }
}

.bg-dragonquestmonsterbattleroad {
    background-image: url("/imgs/dragonquestmonsterbattleroad/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquestmonsterbattleroad {
        background-image: url("/imgs/dragonquestmonsterbattleroad/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquestmonsterbattleroad {
    background-image: url("/imgs/website/logo/games/dragonquestmonsterbattleroad.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquestmonsterbattleroad {
        background-image: url("/imgs/website/logo/games/dragonquestmonsterbattleroad@2x.png")
    }
}

.bg-dragonquestmonsterbattleroadvictory {
    background-image: url("/imgs/dragonquestmonsterbattleroadvictory/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquestmonsterbattleroadvictory {
        background-image: url("/imgs/dragonquestmonsterbattleroadvictory/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquestmonsterbattleroadvictory {
    background-image: url("/imgs/website/logo/games/dragonquestmonsterbattleroadvictory.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquestmonsterbattleroadvictory {
        background-image: url("/imgs/website/logo/games/dragonquestmonsterbattleroadvictory@2x.png")
    }
}

.bg-laquetededai {
    background-image: url("/imgs/laquetededai/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-laquetededai {
        background-image: url("/imgs/laquetededai/jeu/main-img@2x.jpg")
    }
}

.logo-laquetededai {
    background-image: url("/imgs/website/logo/games/laquetededai.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-laquetededai {
        background-image: url("/imgs/website/logo/games/laquetededai@2x.png")
    }
}

.bg-emblemofroto {
    background-image: url("/imgs/emblemofroto/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-emblemofroto {
        background-image: url("/imgs/emblemofroto/jeu/main-img@2x.jpg")
    }
}

.logo-emblemofroto {
    background-image: url("/imgs/website/logo/games/emblemofroto.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-emblemofroto {
        background-image: url("/imgs/website/logo/games/emblemofroto@2x.png")
    }
}

.bg-abelyuusha {
    background-image: url("/imgs/abelyuusha/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-abelyuusha {
        background-image: url("/imgs/abelyuusha/jeu/main-img@2x.jpg")
    }
}

.logo-abelyuusha {
    background-image: url("/imgs/website/logo/games/abelyuusha.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-abelyuusha {
        background-image: url("/imgs/website/logo/games/abelyuusha@2x.png")
    }
}

.bg-fly {
    background-image: url("/imgs/fly/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-fly {
        background-image: url("/imgs/fly/jeu/main-img@2x.jpg")
    }
}

.logo-fly {
    background-image: url("/imgs/website/logo/games/fly.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-fly {
        background-image: url("/imgs/website/logo/games/fly@2x.png")
    }
}

.bg-dragonquestheroes {
    background-image: url("/imgs/dragonquestheroes/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquestheroes {
        background-image: url("/imgs/dragonquestheroes/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquestheroes {
    background-image: url("/imgs/website/logo/games/dragonquestheroes.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquestheroes {
        background-image: url("/imgs/website/logo/games/dragonquestheroes@2x.png")
    }
}

.bg-dragonquestrivals {
    background-image: url("/imgs/dragonquestrivals/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquestrivals {
        background-image: url("/imgs/dragonquestrivals/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquestrivals {
    background-image: url("/imgs/website/logo/games/dragonquestrivals.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquestrivals {
        background-image: url("/imgs/website/logo/games/dragonquestrivals@2x.png")
    }
}

.bg-hoshinodragonquest {
    background-image: url("/imgs/hoshinodragonquest/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-hoshinodragonquest {
        background-image: url("/imgs/hoshinodragonquest/jeu/main-img@2x.jpg")
    }
}

.logo-hoshinodragonquest {
    background-image: url("/imgs/website/logo/games/hoshinodragonquest.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-hoshinodragonquest {
        background-image: url("/imgs/website/logo/games/hoshinodragonquest@2x.png")
    }
}

.bg-slimemorimoridragonquest3 {
    background-image: url("/imgs/slimemorimoridragonquest3/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-slimemorimoridragonquest3 {
        background-image: url("/imgs/slimemorimoridragonquest3/jeu/main-img@2x.jpg")
    }
}

.logo-slimemorimoridragonquest3 {
    background-image: url("/imgs/website/logo/games/slimemorimoridragonquest3.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-slimemorimoridragonquest3 {
        background-image: url("/imgs/website/logo/games/slimemorimoridragonquest3@2x.png")
    }
}

.bg-dragonquest11 {
    background-image: url("/imgs/dragonquest11/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquest11 {
        background-image: url("/imgs/dragonquest11/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquest11 {
    background-image: url("/imgs/website/logo/games/dragonquest11.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquest11 {
        background-image: url("/imgs/website/logo/games/dragonquest11@2x.png")
    }
}

.bg-dragonquestmonsters2 {
    background-image: url("/imgs/dragonquestmonsters2/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquestmonsters2 {
        background-image: url("/imgs/dragonquestmonsters2/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquestmonsters2 {
    background-image: url("/imgs/website/logo/games/dragonquestmonsters2.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquestmonsters2 {
        background-image: url("/imgs/website/logo/games/dragonquestmonsters2@2x.png")
    }
}

.bg-dragonquestbuilders2 {
    background-image: url("/imgs/dragonquestbuilders2/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquestbuilders2 {
        background-image: url("/imgs/dragonquestbuilders2/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquestbuilders2 {
    background-image: url("/imgs/website/logo/games/dragonquestbuilders2.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquestbuilders2 {
        background-image: url("/imgs/website/logo/games/dragonquestbuilders2@2x.png")
    }
}

.bg-dragonquestheroes2 {
    background-image: url("/imgs/dragonquestheroes2/jeu/main-img.jpg");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .bg-dragonquestheroes2 {
        background-image: url("/imgs/dragonquestheroes2/jeu/main-img@2x.jpg")
    }
}

.logo-dragonquestheroes2 {
    background-image: url("/imgs/website/logo/games/dragonquestheroes2.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquestheroes2 {
        background-image: url("/imgs/website/logo/games/dragonquestheroes2@2x.png")
    }
}

.logo-dqfan {
    background-image: url("/imgs/website/logo/other/dqfan.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dqfan {
        background-image: url("/imgs/website/logo/other/dqfan@2x.png")
    }
}

.logo-except-presentation {
    background-image: url("/imgs/website/logo/other/presentation.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-except-presentation {
        background-image: url("/imgs/website/logo/other/presentation@2x.png")
    }
}

.logo-except-news {
    background-image: url("/imgs/website/logo/other/news.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-except-news {
        background-image: url("/imgs/website/logo/other/news@2x.png")
    }
}

.logo-except-recreation {
    background-image: url("/imgs/website/logo/other/recreation.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-except-recreation {
        background-image: url("/imgs/website/logo/other/recreation@2x.png")
    }
}

.logo-except-encyclopedie {
    background-image: url("/imgs/website/logo/other/encyclopedie.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-except-encyclopedie {
        background-image: url("/imgs/website/logo/other/encyclopedie@2x.png")
    }
}

.logo-infinitystrash {
    background-image: url("/imgs/website/logo/games/infinitystrash.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-infinitystrash {
        background-image: url("/imgs/website/logo/games/infinitystrash@2x.png")
    }
}

.logo-dragonquesttreasures {
    background-image: url("/imgs/website/logo/games/dragonquesttreasures.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dragonquesttreasures {
        background-image: url("/imgs/website/logo/games/dragonquesttreasures@2x.png")
    }
}

.logo-dqm3 {
    background-image: url("/imgs/website/logo/games/dqm3.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-dqm3 {
        background-image: url("/imgs/website/logo/other/dqm3@2x.png")
    }
}

.logo-except-cartes {
    background-image: url("/imgs/website/logo/other/cartes.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-except-cartes {
        background-image: url("/imgs/website/logo/other/cartes@2x.png")
    }
}

.logo-except-mangas {
    background-image: url("/imgs/website/logo/other/mangas.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-except-mangas {
        background-image: url("/imgs/website/logo/other/mangas@2x.png")
    }
}

.logo-except-figurines {
    background-image: url("/imgs/website/logo/other/figurines.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-except-figurines {
        background-image: url("/imgs/website/logo/other/figurines@2x.png")
    }
}

.logo-except-jeux {
    background-image: url("/imgs/website/logo/other/jeux.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-except-jeux {
        background-image: url("/imgs/website/logo/other/jeux@2x.png")
    }
}

.logo-except-aidedejeux {
    background-image: url("/imgs/website/logo/other/aidedejeux.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-except-aidedejeux {
        background-image: url("/imgs/website/logo/other/aidedejeux@2x.png")
    }
}

.logo-except-suggestions {
    background-image: url("/imgs/website/logo/other/suggestions.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-except-suggestions {
        background-image: url("/imgs/website/logo/other/suggestions@2x.png")
    }
}

.logo-except-fanfics {
    background-image: url("/imgs/website/logo/other/fanfics.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-except-fanfics {
        background-image: url("/imgs/website/logo/other/fanfics@2x.png")
    }
}

.logo-except-moderateurs {
    background-image: url("/imgs/website/logo/other/moderateurs.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-except-moderateurs {
        background-image: url("/imgs/website/logo/other/moderateurs@2x.png")
    }
}

.logo-except-dragonquestcoursealafortune {
    background-image: url("/imgs/website/logo/other/dragonquestcoursealafortune.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-except-dragonquestcoursealafortune {
        background-image: url("/imgs/website/logo/other/dragonquestcoursealafortune@2x.png")
    }
}

.logo-except-dragonquestmonstersjoker2pro {
    background-image: url("/imgs/website/logo/other/dragonquestmonstersjoker2pro.png");
    background-repeat: no-repeat
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .logo-except-dragonquestmonstersjoker2pro {
        background-image: url("/imgs/website/logo/other/dragonquestmonstersjoker2pro@2x.png")
    }
}

.ajax-previous,
.ajax-next {
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.ajax-previous:before,
.ajax-next:before {
    display: inline-block;
    font-size: 2rem;
    cursor: pointer;
    padding: 0 .5rem;
    height: 25px;
    line-height: 25px
}

.ajax-previous.disabled,
.ajax-next.disabled {
    visibility: hidden
}

.ajax-previous:before {
    content: '\f0d9'
}

.ajax-next:before {
    content: '\f0da'
}

.game-soundtrack table td.index {
    width: 30px
}

.game-weapons .fonction,
.game-protections .fonction,
.game-items .fonction,
.game-monsters .fonction {
    position: relative;
    padding-left: 35px
}

.game-weapons .fonction:before,
.game-protections .fonction:before,
.game-items .fonction:before,
.game-monsters .fonction:before {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/imgs/website/icons/sprites/line_fonction.png") center center no-repeat transparent;
    background-size: initial
}

.game-weapons .informations,
.game-protections .informations,
.game-items .informations,
.game-monsters .informations {
    position: relative;
    padding-left: 35px
}

.game-weapons .informations:before,
.game-protections .informations:before,
.game-items .informations:before,
.game-monsters .informations:before {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/imgs/website/icons/sprites/line_informations.png") center center no-repeat transparent;
    background-size: initial
}

.game-weapons .localisation,
.game-protections .localisation,
.game-items .localisation,
.game-monsters .localisation {
    position: relative;
    padding-left: 35px
}

.game-weapons .localisation:before,
.game-protections .localisation:before,
.game-items .localisation:before,
.game-monsters .localisation:before {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/imgs/website/icons/sprites/line_localisation.png") center center no-repeat transparent;
    background-size: initial
}

.game-weapons .localisationage1,
.game-protections .localisationage1,
.game-items .localisationage1,
.game-monsters .localisationage1 {
    position: relative;
    padding-left: 35px
}

.game-weapons .localisationage1:before,
.game-protections .localisationage1:before,
.game-items .localisationage1:before,
.game-monsters .localisationage1:before {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/imgs/website/icons/sprites/line_localisationage1.png") center center no-repeat transparent;
    background-size: initial
}

.game-weapons .localisationage2,
.game-protections .localisationage2,
.game-items .localisationage2,
.game-monsters .localisationage2 {
    position: relative;
    padding-left: 35px
}

.game-weapons .localisationage2:before,
.game-protections .localisationage2:before,
.game-items .localisationage2:before,
.game-monsters .localisationage2:before {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/imgs/website/icons/sprites/line_localisationage2.png") center center no-repeat transparent;
    background-size: initial
}

.game-weapons .localisationage3,
.game-protections .localisationage3,
.game-items .localisationage3,
.game-monsters .localisationage3 {
    position: relative;
    padding-left: 35px
}

.game-weapons .localisationage3:before,
.game-protections .localisationage3:before,
.game-items .localisationage3:before,
.game-monsters .localisationage3:before {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/imgs/website/icons/sprites/line_localisationage3.png") center center no-repeat transparent;
    background-size: initial
}

.game-weapons .monstres,
.game-protections .monstres,
.game-items .monstres,
.game-monsters .monstres {
    position: relative;
    padding-left: 35px
}

.game-weapons .monstres:before,
.game-protections .monstres:before,
.game-items .monstres:before,
.game-monsters .monstres:before {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/imgs/website/icons/sprites/line_monstres.png") center center no-repeat transparent;
    background-size: initial
}

.game-weapons .magasins,
.game-protections .magasins,
.game-items .magasins,
.game-monsters .magasins {
    position: relative;
    padding-left: 35px
}

.game-weapons .magasins:before,
.game-protections .magasins:before,
.game-items .magasins:before,
.game-monsters .magasins:before {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/imgs/website/icons/sprites/line_magasins.png") center center no-repeat transparent;
    background-size: initial
}

.game-weapons .objet,
.game-protections .objet,
.game-items .objet,
.game-monsters .objet {
    position: relative;
    padding-left: 35px
}

.game-weapons .objet:before,
.game-protections .objet:before,
.game-items .objet:before,
.game-monsters .objet:before {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/imgs/website/icons/sprites/line_objet.png") center center no-repeat transparent;
    background-size: initial
}

.game-weapons .objetrare,
.game-protections .objetrare,
.game-items .objetrare,
.game-monsters .objetrare {
    position: relative;
    padding-left: 35px
}

.game-weapons .objetrare:before,
.game-protections .objetrare:before,
.game-items .objetrare:before,
.game-monsters .objetrare:before {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/imgs/website/icons/sprites/line_objetrare.png") center center no-repeat transparent;
    background-size: initial
}

.game-weapons .proprietes,
.game-protections .proprietes,
.game-items .proprietes,
.game-monsters .proprietes {
    position: relative;
    padding-left: 35px
}

.game-weapons .proprietes:before,
.game-protections .proprietes:before,
.game-items .proprietes:before,
.game-monsters .proprietes:before {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/imgs/website/icons/sprites/line_proprietes.png") center center no-repeat transparent;
    background-size: initial
}

.game-weapons .qualite,
.game-protections .qualite,
.game-items .qualite,
.game-monsters .qualite {
    position: relative;
    padding-left: 35px
}

.game-weapons .qualite:before,
.game-protections .qualite:before,
.game-items .qualite:before,
.game-monsters .qualite:before {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/imgs/website/icons/sprites/line_qualite.png") center center no-repeat transparent;
    background-size: initial
}

.game-weapons .recette,
.game-protections .recette,
.game-items .recette,
.game-monsters .recette {
    position: relative;
    padding-left: 35px
}

.game-weapons .recette:before,
.game-protections .recette:before,
.game-items .recette:before,
.game-monsters .recette:before {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/imgs/website/icons/sprites/line_recette.png") center center no-repeat transparent;
    background-size: initial
}

.game-weapons .recettesecondaire,
.game-protections .recettesecondaire,
.game-items .recettesecondaire,
.game-monsters .recettesecondaire {
    position: relative;
    padding-left: 35px
}

.game-weapons .recettesecondaire:before,
.game-protections .recettesecondaire:before,
.game-items .recettesecondaire:before,
.game-monsters .recettesecondaire:before {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/imgs/website/icons/sprites/line_recettesecondaire.png") center center no-repeat transparent;
    background-size: initial
}

.game-weapons .arcs {
    background-image: url("/imgs/website/icons/nav/arcs.svg")
}

.game-weapons .autres {
    background-image: url("/imgs/website/icons/nav/autres.svg")
}

.game-weapons .baguettes {
    background-image: url("/imgs/website/icons/nav/baguettes.svg")
}

.game-weapons .batons {
    background-image: url("/imgs/website/icons/nav/batons.svg")
}

.game-weapons .boomerangs {
    background-image: url("/imgs/website/icons/nav/boomerangs.svg")
}

.game-weapons .couteaux {
    background-image: url("/imgs/website/icons/nav/couteaux.svg")
}

.game-weapons .crocs {
    background-image: url("/imgs/website/icons/nav/crocs.svg")
}

.game-weapons .epees {
    background-image: url("/imgs/website/icons/nav/epees.svg")
}

.game-weapons .grandesepees {
    background-image: url("/imgs/website/icons/nav/grandesepees.svg")
}

.game-weapons .eventails {
    background-image: url("/imgs/website/icons/nav/eventails.svg")
}

.game-weapons .faux {
    background-image: url("/imgs/website/icons/nav/faux.svg")
}

.game-weapons .fleaux {
    background-image: url("/imgs/website/icons/nav/fleaux.svg")
}

.game-weapons .fouets {
    background-image: url("/imgs/website/icons/nav/fouets.svg")
}

.game-weapons .griffes {
    background-image: url("/imgs/website/icons/nav/griffes.svg")
}

.game-weapons .haches {
    background-image: url("/imgs/website/icons/nav/haches.svg")
}

.game-weapons .lances {
    background-image: url("/imgs/website/icons/nav/lances.svg")
}

.game-weapons .mainsnues {
    background-image: url("/imgs/website/icons/nav/mainsnues.svg")
}

.game-weapons .marteaux {
    background-image: url("/imgs/website/icons/nav/marteaux.svg")
}

.game-weapons .masses {
    background-image: url("/imgs/website/icons/nav/masses.svg")
}

.game-weapons .massues {
    background-image: url("/imgs/website/icons/nav/massues.svg")
}

.game-weapons .poignards {
    background-image: url("/imgs/website/icons/nav/poignards.svg")
}

.game-weapons .poings {
    background-image: url("/imgs/website/icons/nav/poings.svg")
}

.game-protections .accessoires {
    background-image: url("/imgs/website/icons/nav/accessoires.svg")
}

.game-protections .armures {
    background-image: url("/imgs/website/icons/nav/armures.svg")
}

.game-protections .bottes {
    background-image: url("/imgs/website/icons/nav/bottes.svg")
}

.game-protections .boucliers {
    background-image: url("/imgs/website/icons/nav/boucliers.svg")
}

.game-protections .gants {
    background-image: url("/imgs/website/icons/nav/gants.svg")
}

.game-protections .heaumes {
    background-image: url("/imgs/website/icons/nav/heaumes.svg")
}

.game-protections .pantalons {
    background-image: url("/imgs/website/icons/nav/pantalons.svg")
}

.site .content {
    padding: 5px 10px;
    text-align: justify
}

@media (max-width: 767.98px) {
    .site .content {
        padding: 5px 0
    }
}

#administration {
    margin-bottom: 30px
}

#administration .card {
    border-width: 0;
    margin-bottom: 20px
}

#administration .card-title {
    font-weight: bold
}

#administration .card-img {
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    margin-right: 10px;
    background-color: transparent;
    border-radius: 50%;
    border: 3px solid goldenrod;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden
}

#integration iframe {
    width: 100% !important
}

.forum table.subjects td.answers,
.forum table.subjects td.views,
.forum table.subjects td.actions {
    text-align: center;
    vertical-align: middle
}

.forum table,
table.forum,
#integration table {
    width: 100% !important
}

@media (max-width: 767.98px) {
    table.forum {
        display: block;
        overflow: auto
    }
}

#content>.forum .forum-logo {
    background-color: transparent;
    background-position: center center;
    background-size: contain;
    display: block;
    width: 200px;
    height: 75px
}

#content>.forum img {
    width: inherit;
    max-width: 100%;
    height: auto !important
}

#content>.forum .answer-message object,
#content>.forum .answer-message iframe {
    width: 100% !important
}

.bg-primary {
    background-color: #01579b !important;
    color: #fff
}

.bg-secondary {
    background-color: #0097a7 !important;
    color: #fff
}

.bg-success {
    background-color: #4caf50 !important;
    color: #071013
}

.bg-info {
    background-color: #03a9f4 !important;
    color: #fff
}

.bg-warning {
    background-color: #ffeb3b !important;
    color: #071013
}

.bg-danger {
    background-color: #f44336 !important;
    color: #fff
}

.bg-light {
    background-color: rgba(160, 188, 201, 0.8) !important;
    color: #fff
}

.bg-dark {
    background-color: #fff !important;
    color: #071013
}

body {
    margin: 0;
    padding: 0;
    text-align: left;
    overflow: auto;
    background-color: #dbeafc;
    color: #071013;
    font: 400 1.4rem/1.5 Verdana, Arial, "Helvetica", sans-serif
}

a {
    cursor: pointer;
    color: #01579b;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #01467c;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

.btn {
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 15px;
    font: 400 1.4rem/1 Verdana, Arial, "Helvetica", sans-serif
}

.btn.btn-primary {
    color: #01579b;
    background-color: transparent;
    border-color: transparent
}

.btn.btn-primary:hover,
.btn.btn-primary .hover,
.btn.btn-primary:focus,
.btn.btn-primary .focus {
    background-color: rgba(1, 59, 104, 0.15)
}

.btn.btn-primary:active,
.btn.btn-primary .active {
    background-color: rgba(1, 59, 104, 0.3)
}

.btn.btn-outline-primary {
    color: #01579b;
    border-color: #01579b;
    background-color: #fff
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary .hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary .focus {
    color: #fff;
    background-color: #01579b
}

.btn.btn-outline-primary:active,
.btn.btn-outline-primary .active {
    background-color: #013b68
}

.btn.btn-flat-primary {
    color: #fff;
    border-color: #01579b;
    background-color: #01579b
}

.btn.btn-flat-primary:hover,
.btn.btn-flat-primary .hover,
.btn.btn-flat-primary:focus,
.btn.btn-flat-primary .focus {
    border-color: #0173ce;
    background-color: #0173ce
}

.btn.btn-flat-primary:active,
.btn.btn-flat-primary .active {
    border-color: #013b68;
    background-color: #013b68
}

.btn.btn-secondary {
    color: #0097a7;
    background-color: transparent;
    border-color: transparent
}

.btn.btn-secondary:hover,
.btn.btn-secondary .hover,
.btn.btn-secondary:focus,
.btn.btn-secondary .focus {
    background-color: rgba(0, 105, 116, 0.15)
}

.btn.btn-secondary:active,
.btn.btn-secondary .active {
    background-color: rgba(0, 105, 116, 0.3)
}

.btn.btn-outline-secondary {
    color: #0097a7;
    border-color: #0097a7;
    background-color: #fff
}

.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary .hover,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary .focus {
    color: #fff;
    background-color: #0097a7
}

.btn.btn-outline-secondary:active,
.btn.btn-outline-secondary .active {
    background-color: #006974
}

.btn.btn-flat-secondary {
    color: #fff;
    border-color: #0097a7;
    background-color: #0097a7
}

.btn.btn-flat-secondary:hover,
.btn.btn-flat-secondary .hover,
.btn.btn-flat-secondary:focus,
.btn.btn-flat-secondary .focus {
    border-color: #00c5da;
    background-color: #00c5da
}

.btn.btn-flat-secondary:active,
.btn.btn-flat-secondary .active {
    border-color: #006974;
    background-color: #006974
}

.btn.btn-success {
    color: #4caf50;
    background-color: transparent;
    border-color: transparent
}

.btn.btn-success:hover,
.btn.btn-success .hover,
.btn.btn-success:focus,
.btn.btn-success .focus {
    background-color: rgba(61, 139, 64, 0.15)
}

.btn.btn-success:active,
.btn.btn-success .active {
    background-color: rgba(61, 139, 64, 0.3)
}

.btn.btn-outline-success {
    color: #4caf50;
    border-color: #4caf50;
    background-color: #071013
}

.btn.btn-outline-success:hover,
.btn.btn-outline-success .hover,
.btn.btn-outline-success:focus,
.btn.btn-outline-success .focus {
    color: #071013;
    background-color: #4caf50
}

.btn.btn-outline-success:active,
.btn.btn-outline-success .active {
    background-color: #3d8b40
}

.btn.btn-flat-success {
    color: #071013;
    border-color: #4caf50;
    background-color: #4caf50
}

.btn.btn-flat-success:hover,
.btn.btn-flat-success .hover,
.btn.btn-flat-success:focus,
.btn.btn-flat-success .focus {
    border-color: #6ec071;
    background-color: #6ec071
}

.btn.btn-flat-success:active,
.btn.btn-flat-success .active {
    border-color: #3d8b40;
    background-color: #3d8b40
}

.btn.btn-danger {
    color: #f44336;
    background-color: transparent;
    border-color: transparent
}

.btn.btn-danger:hover,
.btn.btn-danger .hover,
.btn.btn-danger:focus,
.btn.btn-danger .focus {
    background-color: rgba(234, 28, 13, 0.15)
}

.btn.btn-danger:active,
.btn.btn-danger .active {
    background-color: rgba(234, 28, 13, 0.3)
}

.btn.btn-outline-danger {
    color: #f44336;
    border-color: #f44336;
    background-color: #fff
}

.btn.btn-outline-danger:hover,
.btn.btn-outline-danger .hover,
.btn.btn-outline-danger:focus,
.btn.btn-outline-danger .focus {
    color: #fff;
    background-color: #f44336
}

.btn.btn-outline-danger:active,
.btn.btn-outline-danger .active {
    background-color: #ea1c0d
}

.btn.btn-flat-danger {
    color: #fff;
    border-color: #f44336;
    background-color: #f44336
}

.btn.btn-flat-danger:hover,
.btn.btn-flat-danger .hover,
.btn.btn-flat-danger:focus,
.btn.btn-flat-danger .focus {
    border-color: #f77066;
    background-color: #f77066
}

.btn.btn-flat-danger:active,
.btn.btn-flat-danger .active {
    border-color: #ea1c0d;
    background-color: #ea1c0d
}

.btn.btn-light {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.btn.btn-light:hover,
.btn.btn-light .hover,
.btn.btn-light:focus,
.btn.btn-light .focus {
    background-color: rgba(0, 0, 0, 0.2)
}

.btn.btn-light:active,
.btn.btn-light .active {
    background-color: rgba(0, 0, 0, 0.3)
}

.btn.btn-outline-light {
    color: #e0e0e0;
    border-color: #e0e0e0;
    background-color: #fff
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light .hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light .focus {
    color: #e0e0e0;
    background-color: #f2f2f2
}

.btn.btn-outline-light:active,
.btn.btn-outline-light .active {
    background-color: #e6e6e6
}

.btn.btn-flat-light {
    color: #071013;
    border-color: #fff;
    background-color: #fff
}

.btn.btn-flat-light:hover,
.btn.btn-flat-light .hover,
.btn.btn-flat-light:focus,
.btn.btn-flat-light .focus {
    border-color: #fafafa;
    background-color: #fafafa
}

.btn.btn-flat-light:active,
.btn.btn-flat-light .active {
    border-color: #f2f2f2;
    background-color: #f2f2f2
}

.btn.btn-dark {
    color: #424242;
    background-color: transparent;
    border-color: transparent
}

.btn.btn-dark:hover,
.btn.btn-dark .hover,
.btn.btn-dark:focus,
.btn.btn-dark .focus {
    background-color: rgba(66, 66, 66, 0.15)
}

.btn.btn-dark:active,
.btn.btn-dark .active {
    background-color: rgba(66, 66, 66, 0.3)
}

.btn.btn-outline-dark {
    color: #424242;
    border-color: #424242;
    background-color: #fff
}

.btn.btn-outline-dark:hover,
.btn.btn-outline-dark .hover,
.btn.btn-outline-dark:focus,
.btn.btn-outline-dark .focus {
    color: #fff;
    background-color: #424242
}

.btn.btn-outline-dark:active,
.btn.btn-outline-dark .active {
    background-color: #292929
}

.btn.btn-flat-dark {
    color: #fff;
    border-color: #424242;
    background-color: #424242
}

.btn.btn-flat-dark:hover,
.btn.btn-flat-dark .hover,
.btn.btn-flat-dark:focus,
.btn.btn-flat-dark .focus {
    border-color: #5c5c5c;
    background-color: #5c5c5c
}

.btn.btn-flat-dark:active,
.btn.btn-flat-dark .active {
    border-color: #292929;
    background-color: #292929
}

.btn.btn-lg,
.btn-group-lg>.btn {
    padding: 13px 20px;
    font-size: 2.1rem
}

.btn.btn-sm,
.btn-group-sm>.btn {
    padding: 3px 5px;
    font-size: .93333rem
}

.btn-icon {
    border-radius: 50%;
    padding: 7px
}

.btn-icon>i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 1.8rem
}

.btn-icon .badge-pill {
    position: absolute;
    font: 400 0.8rem/1 Verdana, Arial, "Helvetica", sans-serif;
    padding: 3px;
    top: 0;
    right: 0
}

.dropdown-menu {
    font-size: 1.4rem;
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 60vh;
    overflow: auto;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.175);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.175)
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%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, 0.5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-divider {
    height: 2px;
    margin: 10px 0;
    background: rgba(97, 97, 97, 0.3)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%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: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.breadcrumb {
    display: block;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: rgba(123, 202, 238, 0.15);
    color: #01579b
}

table th,
table td {
    padding: 5px;
    vertical-align: top;
    border-top: 1px solid #d0deef
}

table thead {
    background-color: rgba(153, 191, 208, 0.7);
    color: #071013
}

table tr.row-title {
    background-color: #e7ebf0;
    text-transform: uppercase
}

table tr.row-title td {
    border-bottom: 3px solid #417592
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(201, 215, 231, 0.208)
}

.table-hover tbody tr:hover {
    background-color: rgba(149, 159, 171, 0.24)
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 10px;
    color: #424242
}

h1,
.h1 {
    font: 500 2.4rem/1.2 Verdana, Arial, "Helvetica", sans-serif
}

h2,
.h2 {
    font: 500 2.2rem/1.2 Verdana, Arial, "Helvetica", sans-serif
}

h3,
.h3 {
    font: 500 2rem/1.2 Verdana, Arial, "Helvetica", sans-serif
}

h4,
.h4 {
    font: 500 1.8rem/1.2 Verdana, Arial, "Helvetica", sans-serif
}

h5,
.h5 {
    font: 500 1.6rem/1.2 Verdana, Arial, "Helvetica", sans-serif
}

h6,
.h6 {
    font: 600 1.4rem/1.2 Verdana, Arial, "Helvetica", sans-serif
}

.blockquote,
blockquote {
    border-left: 3px solid #01579b;
    background: #fdfeff;
    margin: 15px 0;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 1.4rem
}

.blockquote header,
blockquote header {
    font: 500 1.8rem/1.2 Verdana, Arial, "Helvetica", sans-serif;
    margin-bottom: 10px;
    color: #01579b;
    display: block
}

.blockquote footer,
blockquote footer {
    color: #31b7f5;
    display: block;
    font: 400 1.2rem/1.2 Verdana, Arial, "Helvetica", sans-serif
}

.blockquote footer::before,
blockquote footer::before {
    content: "\2014 \00A0"
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.dq-pagination {
    background-color: rgba(2, 119, 189, 0.7)
}

label.required::after {
    display: inline-block;
    content: '*';
    color: #f44336;
    margin-left: 5px
}

#banner {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 16.7%;
    position: relative;
    overflow: hidden
}

#banner.mobile {
    height: 50px;
    padding-bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dbeafc));
    background-image: linear-gradient(to bottom, #fff 0%, #dbeafc 100%);
    background-repeat: repeat-x
}

#banner.mobile #logo {
    left: calc(50% - 103px/2)
}

#banner #banner_bg {
    position: absolute;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    bottom: 0
}

#banner .hero {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 85%
}

#banner #slime {
    width: 4.2%;
    height: auto;
    position: absolute;
    top: 20%;
    right: 26%
}

#banner #logo {
    position: absolute;
    top: 6%;
    left: calc(50% - 330px/2);
    width: 27.5%
}

#main {
    overflow-y: auto;
    background-color: #fff;
    color: #071013;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width: 767.98px) {
    #main {
        padding-left: 0;
        padding-right: 0;
        display: block
    }
}

.dqfont {
    font-family: 'dqfont', 'Times New Roman', Times, serif;
    color: #071013
}

.dqfont.font-white {
    font-family: 'dqfont', 'Times New Roman', Times, serif;
    color: #fff;
    text-shadow: 0px 0px 4px #000
}

.partners-list a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partners-list a:not(:last-child)::after {
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 8px
}

.dropdown-container {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 10px 0
}

#main_nav {
    border-top: 3px solid #5c666a;
    border-bottom: 2px solid #cfd9dd;
    padding: 0;
    height: 50px
}

#main_nav #mainNavToggler {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media (max-width: 767.98px) {
    #main_nav .navbar-collapse {
        background-color: rgba(255, 255, 255, 0.95);
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto
    }
}

#main_nav>.navbar-toggler {
    margin: 0 auto;
    border-width: 0;
    height: 100%;
    outline: none
}

#main_nav #mobile_menu_header {
    min-height: 50px;
    max-height: 50px;
    color: #424242;
    position: relative
}

#main_nav #mobile_menu_header .navbar-toggler {
    position: absolute;
    top: 2px;
    right: 2px;
    border-width: 0;
    outline: none;
    padding: 15px
}

#main_nav .nav-item {
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: transparent;
    background-size: inherit;
    text-align: left
}

#main_nav .nav-item .nav-link {
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 15px;
    height: 45px;
    line-height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 576px) {
    #main_nav .nav-item>a {
        font-family: 'dqfont', 'Times New Roman', Times, serif;
        color: #fff;
        text-shadow: 0px 0px 4px #000
    }
}

#main_nav .nav-item a {
    display: block
}

#main_nav .nav-item#logged {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#main_nav .nav-item#logged a.btn-icon {
    font: 500 2rem/1.2 Verdana, Arial, "Helvetica", sans-serif;
    color: #fff;
    text-shadow: 0px 0px 6px rgba(7, 16, 19, 0.8);
    padding: 8px
}

@media (max-width: 767.98px) {
    #main_nav .nav-item#logged a.btn-icon {
        color: #01579b;
        text-shadow: 0 0 0 transparent
    }
    #main_nav .nav-item#logged a.btn-icon .badge-pill {
        font-size: 1.2rem
    }
}

#main_nav .nav-item:not(#logged) {
    font: 400 2.5rem/1.2 Verdana, Arial, "Helvetica", sans-serif
}

#main_nav .nav-item:not(#logged):hover {
    background-color: rgba(2, 119, 189, 0.3)
}

@media (max-width: 991.98px) {
    #main_nav .nav-item:not(#logged) {
        font-size: 2.7rem
    }
}

@media (max-width: 767.98px) {
    #main_nav .nav-item:not(#logged) {
        font-size: 2rem
    }
}

#main_nav .nav-item#accueil {
    background-image: url("/imgs/website/icons/main/dqf-accueil.svg");
    background-size: auto 135%
}

#main_nav .nav-item#accueil .nav-link {
    padding-left: 45px
}

#main_nav .nav-item#forum {
    background-image: url("/imgs/website/icons/main/dqf-forum.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    #main_nav .nav-item#forum {
        background-image: url("/imgs/website/icons/main/dqf-forum@2x.png");
        background-size: auto 100%
    }
}

#main_nav .nav-item#forum .nav-link {
    padding-left: 40px
}

#main_nav .nav-item#saga {
    background-image: url("/imgs/website/icons/main/dqf-saga.svg");
    background-size: auto 100%
}

#main_nav .nav-item#articles {
    background-image: url("/imgs/website/icons/main/dqf-articles.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    #main_nav .nav-item#articles {
        background-image: url("/imgs/website/icons/main/dqf-articles@2x.png");
        background-size: auto 100%
    }
}

#main_nav .nav-item#derives {
    background-image: url("/imgs/website/icons/main/dqf-derives.svg");
    background-size: auto 100%
}

#main_nav .nav-item#login {
    background-image: url("/imgs/website/icons/main/dqf-compte.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    #main_nav .nav-item#login {
        background-image: url("/imgs/website/icons/main/dqf-compte@2x.png");
        background-size: auto 100%
    }
}

@media (max-width: 991.98px) {
    #main_nav .nav-item#forum .nav-link {
        padding-left: 35px
    }
    #main_nav .nav-item .nav-link {
        padding-left: 30px;
        padding-right: 10px
    }
}

@media (max-width: 767.98px) {
    #main_nav .nav-item {
        padding-left: 0 !important;
        text-align: center;
        background-image: none !important
    }
    #main_nav .nav-item .nav-link {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 10px;
        padding-bottom: 10px
    }
    #main_nav .nav-item #user_menu {
        min-width: 200px
    }
}

.btn-avatar {
    border-radius: 50%;
    border: 2px solid goldenrod;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    padding: 0;
    -webkit-box-shadow: 0px 0px 0px 1px #fff;
    box-shadow: 0px 0px 0px 1px #fff;
    background-color: #01579b;
    height: calc(50px - 3px - 2px - 10px);
    width: calc(50px - 3px - 2px - 10px);
    min-width: calc(50px - 3px - 2px - 10px)
}

@media (min-width: 768px) {
    #member_remote {
        position: relative
    }
    #collapseUserMenu {
        position: absolute;
        right: 0;
        z-index: 999
    }
}

#right_nav {
    font: 400 1.28rem/1.2 Verdana, Arial, "Helvetica", sans-serif;
    -webkit-box-shadow: 0 0 9px rgba(59, 105, 132, 0.3);
    box-shadow: 0 0 9px rgba(59, 105, 132, 0.3);
    background-color: #dbeafc;
    position: relative;
    margin-right: -10px;
    min-width: 300px;
    max-width: 300px;
    padding: 10px;
    overflow: hidden
}

@media (max-width: 1199.98px) {
    #right_nav {
        margin-right: 0
    }
}

@media (max-width: 991.98px) {
    #right_nav {
        padding-left: 0;
        min-width: calc(300px - 100px);
        max-width: calc(300px - 100px)
    }
}

#right_nav h2 {
    font: 400 2.5rem/.8 "dqfont", "Times New Roman", "Times", serif;
    color: #fff;
    text-shadow: 0px 0px 4px #000
}

#right_nav .right-content {
    padding-left: 35px;
    text-align: left
}

@media (max-width: 1199.98px) {
    #right_nav .right-content {
        padding-left: 20px
    }
}

#right_nav .right-content .list-group .list-group-item {
    border: none;
    margin-bottom: 0;
    background-color: transparent
}

#right_nav .right-content .list-group .list-group-item-action:hover,
#right_nav .right-content .list-group .list-group-item-action.active {
    background-color: rgba(1, 87, 155, 0.15)
}

#right_nav .right-content .list-group a.list-group-item-action {
    color: #01579b
}

#right_nav .right-content .list-group a.list-group-item-action:hover {
    text-decoration: underline
}

#right_nav #partners #partner_banner {
    width: 100%;
    height: 2rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/imgs/website/design/common/partners/dqfan.png")
}

#right_nav #remote .logo {
    height: 130px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain
}

@media (max-width: 1199.98px) {
    #right_nav #remote .logo {
        height: 90px
    }
}

#right_nav .r-icon i {
    background-image: url("/imgs/website/icons/right/wip.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    #right_nav .r-icon i {
        background-image: url("/imgs/website/icons/right/wip@2x.png")
    }
}

#right_nav .r-icon i#rub_inventaire {
    background-image: url("/imgs/website/icons/right/inventaire.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    #right_nav .r-icon i#rub_inventaire {
        background-image: url("/imgs/website/icons/right/inventaire@2x.png")
    }
}

#right_nav .r-icon i#rub_info {
    background-image: url("/imgs/website/icons/right/info.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    #right_nav .r-icon i#rub_info {
        background-image: url("/imgs/website/icons/right/info@2x.png")
    }
}

#right_nav .r-icon i#rub_bestiaire {
    background-image: url("/imgs/website/icons/right/bestiaire.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    #right_nav .r-icon i#rub_bestiaire {
        background-image: url("/imgs/website/icons/right/bestiaire@2x.png")
    }
}

#right_nav .r-icon i#rub_chemin {
    background-image: url("/imgs/website/icons/right/chemin.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    #right_nav .r-icon i#rub_chemin {
        background-image: url("/imgs/website/icons/right/chemin@2x.png")
    }
}

#right_nav .r-icon i#rub_communaute {
    background-image: url("/imgs/website/icons/right/communaute.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    #right_nav .r-icon i#rub_communaute {
        background-image: url("/imgs/website/icons/right/communaute@2x.png")
    }
}

#right_nav .r-icon i#rub_soutenir {
    background-image: url("/imgs/website/icons/right/soutenir.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    #right_nav .r-icon i#rub_soutenir {
        background-image: url("/imgs/website/icons/right/soutenir@2x.png")
    }
}

#right_nav .r-icon i#rub_statistiques {
    background-image: url("/imgs/website/icons/right/statistiques.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    #right_nav .r-icon i#rub_statistiques {
        background-image: url("/imgs/website/icons/right/statistiques@2x.png")
    }
}

#right_nav .r-icon i#rub_twitch {
    background-image: url("/imgs/website/icons/right/twitch.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    #right_nav .r-icon i#rub_twitch {
        background-image: url("/imgs/website/icons/right/twitch@2x.png")
    }
}

@media (max-width: 767.98px) {
    #remote {
        text-align: center
    }
    #remote .logo,
    #remote .r-icon {
        display: none
    }
    #remote .list-group-item {
        border: none
    }
    #remote .right-content::after {
        content: '';
        display: block;
        height: 1px;
        width: 200px;
        margin: 5px auto;
        background-color: rgba(97, 97, 97, 0.3)
    }
    #remote .right-content:nth-last-of-type(2)::after {
        background-color: transparent
    }
}

ul.grid-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(290px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    margin: 0 auto;
    max-width: 345px
}

ul.grid-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(220px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin: 0 auto;
    grid-gap: 4px
}

@media (min-width: 992px) {
    ul.grid-2 {
        max-width: 690px
    }
}

ul.grid-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(220px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-gap: 4px
}

ul.grid-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 145px 145px 145px 145px;
    grid-template-columns: 145px 145px 145px 145px;
    grid-gap: 4px
}

ul.grid-5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 145px 145px 145px 145px 145px;
    grid-template-columns: 145px 145px 145px 145px 145px;
    grid-gap: 4px
}

.grid-image li {
    position: relative
}

.grid-image figure {
    height: 180px;
    overflow: hidden;
    margin: 0;
    position: relative
}

.grid-image figure>img {
    height: 100%;
    width: 100%;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover
}

.grid-image figure>img.img-contain {
    -o-object-fit: contain;
    object-fit: contain;
    width: initial;
    height: initial
}

@media (hover: hover) and (pointer: fine) {
    .grid-image figure .hovered {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.4)
    }
    .grid-image figure .hovered img {
        width: 100%;
        height: auto
    }
}

.grid-image.grid-md figure {
    height: 145px
}

.grid-caption figure {
    position: relative
}

.grid-caption figure>figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(254, 249, 243, 0.9)
}

.grid-caption figure>figcaption>.label {
    color: #071013;
    padding: .75rem;
    margin: 0;
    text-align: center;
    font: 700 1.16rem/1.2 Verdana, Arial, "Helvetica", sans-serif
}

@media (hover: hover) and (pointer: fine) {
    .grid-caption figure:hover figcaption {
        background: #fef9f3
    }
    .grid-caption figure:hover .hovered {
        visibility: visible;
        -webkit-animation: fade-in 0.7s 1;
        animation: fade-in 0.7s 1
    }
    .grid-caption figure:hover .hovered+figcaption {
        visibility: hidden
    }
}

@media (hover: none) and (pointer: coarse) {
    .grid-caption figure .hovered {
        display: none
    }
}

.grid-info figure {
    background-color: #e4ebf3
}

.grid-info .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38%;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(254, 249, 243, 0.9)
}

.grid-info .info .details {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1rem
}

.grid-info .info a {
    color: #071013;
    text-decoration: none
}

.grid-info .info a.title {
    display: block;
    text-align: center;
    margin-bottom: 3px;
    overflow: hidden;
    font: 700 1.16rem/1.2 Verdana, Arial, "Helvetica", sans-serif;
    min-height: 40px;
    max-height: 40px
}

.grid-info .info a.date {
    font-style: italic
}

@media (hover: hover) and (pointer: fine) {
    .grid-info li:hover .info {
        background: #fef9f3
    }
}

.bordered {
    border-bottom: thin solid #e0e0e0;
    padding-bottom: 5px
}

.icon-container {
    margin-bottom: 0;
    margin-top: 20px;
    padding: 5px;
    position: relative
}

.icon-container .bordered {
    margin-bottom: 0;
    border-bottom-color: #35679E;
    border-bottom-width: 2px;
    padding-left: 65px;
    position: relative
}

.icon-container .bordered:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 30px;
    content: '';
    display: block;
    background: #fff
}

.icon-container .bordered .icon-title {
    position: absolute;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    left: 0;
    bottom: -9px;
    width: 60px;
    height: 70px
}

.icon-container .bordered .icon-title.left {
    background-image: url("/imgs/website/icons/forum/design_left.png")
}

.icon-container .bordered .icon-title.right {
    background-image: url("/imgs/website/icons/forum/design_right.png")
}

.nav-bubble {
    border: none;
    position: relative;
    padding-top: 40px
}

.nav-bubble .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-bubble #nav_label {
    background: #0277bd;
    color: #fff;
    border: 3px ridge goldenrod;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
    cursor: default;
    min-width: 110px;
    text-align: center;
    border-radius: 1rem;
    padding: 2px 0
}

.nav-bubble .nav-link {
    border: none;
    width: 3.5rem;
    height: 4.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: transparent;
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
}

.nav-bubble .nav-link .nav-label {
    display: none
}

.nav-bubble .nav-link.active {
    width: 4.5rem;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%)
}

.nav-one {
    border: none
}

.nav-one .nav-link {
    cursor: pointer;
    padding: 0.2em 0.4em;
    min-width: 24px;
    margin: 0 .5px;
    text-align: center
}

.nav-one .nav-link:hover,
.nav-one .nav-link.active {
    border-radius: 1rem
}

.nav-one .nav-link.active,
.nav-one .nav-link.active:hover,
.nav-one .nav-link:focus {
    background-color: #0277bd;
    border-color: #0277bd;
    color: #fff
}

.nav-one .nav-link:hover:not(.active) {
    background-color: rgba(2, 119, 189, 0.3);
    border-color: rgba(2, 119, 189, 0.5)
}

.game-solution .banner {
    text-align: center;
    margin-bottom: 15px
}

.game-solution .banner img {
    width: 100%;
    max-width: 590px;
    border: thin solid #e0e0e0
}

.game-heroes .card .card-header {
    padding: 5px 10px;
    background-color: rgba(32, 83, 124, 0.7);
    font-family: 'dqfont', 'Times New Roman', Times, serif;
    color: #fff;
    text-shadow: 0px 0px 4px #000;
    font-size: 2.5rem
}

.game-heroes ul {
    margin: 0 0 10px;
    padding: 0
}

.game-heroes ul li {
    list-style: none
}

.page-author {
    font-style: italic;
    color: #616161;
    text-align: center
}

#administration .card-title a {
    color: #757575
}

#content>.forum #topic_container {
    position: relative
}

#content>.forum #topic_container #action_header_left {
    position: absolute;
    top: -15px;
    left: 15px
}

#content>.forum #topic_container #action_header_right {
    position: absolute;
    top: -15px;
    right: 15px
}

#content>.forum #topic_header {
    border-top: 2px solid rgba(2, 119, 189, 0.7);
    border-left: 2px solid rgba(2, 119, 189, 0.7);
    border-right: 2px solid rgba(2, 119, 189, 0.7);
    border-radius: 15px 15px 0 0;
    position: relative;
    padding-top: calc(60px / 2.5);
    margin-top: calc(60px / 2)
}

#content>.forum #topic_header .topic-logo {
    position: absolute;
    top: calc(60px / -2);
    left: calc(50% - calc(180px / 2));
    width: 180px;
    height: 60px;
    background-color: #fff;
    background-size: 80% auto;
    background-position: center center
}

#content>.forum #topic {
    border-radius: 0 0 5px 5px;
    border: 2px solid rgba(2, 119, 189, 0.7)
}

#content>.forum .answer {
    background: rgba(221, 234, 250, 0.5);
    border-radius: 5px;
    margin-top: 0
}

#content>.forum .answer~.answer {
    margin-top: 20px
}

#content>.forum .answer .member-info {
    border-right: thin solid rgba(97, 97, 97, 0.3);
    font-size: 1.2rem
}

#content>.forum .answer .member-avatar {
    max-width: 100%
}

@media (max-width: 767.98px) {
    #content>.forum .answer .member-info {
        border-right-width: 0
    }
    #content>.forum .answer .member-avatar {
        max-height: 50px
    }
}

#content>.forum .answer .member-title {
    font-size: 1.5rem
}

#content>.forum .answer .answer-content .answer-header {
    border-bottom: thin solid rgba(97, 97, 97, 0.3);
    min-height: 37px
}

#content>.forum .answer .answer-content .answer-header .member-name .member-mp {
    font-size: 1.3rem
}

#content>.forum .answer .answer-content .answer-header .member-name .member-mp i {
    color: #013b68
}

#content>.forum .answer .answer-message blockquote {
    margin-left: 20px
}

#content>.forum .answer .member-signature {
    color: #424242
}

#content>.forum .answer .member-signature::before {
    display: block;
    content: '';
    max-width: 50%;
    margin: 0 auto 10px;
    border-top: thin dashed rgba(97, 97, 97, 0.3)
}

#content>.forum .answer:nth-of-type(even),
#content>.forum .message:nth-of-type(even) {
    background-color: rgba(71, 175, 223, 0.15)
}

.answer-message {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.answer-message .blockquote,
.answer-message blockquote {
    background: #bfe1f0
}

.answer-message table {
    background-color: #fff
}

.dark-theme .bg-primary {
    background-color: #9c27b0 !important;
    color: #fff
}

.dark-theme .bg-secondary {
    background-color: #e91e63 !important;
    color: #fff
}

.dark-theme .bg-success {
    background-color: #4caf50 !important;
    color: #071013
}

.dark-theme .bg-info {
    background-color: #03a9f4 !important;
    color: #fff
}

.dark-theme .bg-warning {
    background-color: #ffeb3b !important;
    color: #071013
}

.dark-theme .bg-danger {
    background-color: #f44336 !important;
    color: #fff
}

.dark-theme .bg-light {
    background-color: rgba(182, 182, 182, 0.8) !important;
    color: #fff
}

.dark-theme .bg-dark {
    background-color: #071013 !important;
    color: #fff
}

.dark-theme body {
    margin: 0;
    padding: 0;
    text-align: left;
    overflow: auto;
    background-color: #f3e5f5;
    color: #fff;
    font: 400 1.4rem/1.5 Verdana, Arial, "Helvetica", sans-serif
}

.dark-theme a {
    cursor: pointer;
    color: #9c27b0;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

.dark-theme a:hover {
    color: #7d1f8d;
    text-decoration: underline
}

.dark-theme a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

.dark-theme a:not([href]):not([tabindex]):hover,
.dark-theme a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

.dark-theme a:not([href]):not([tabindex]):focus {
    outline: 0
}

.dark-theme caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

.dark-theme .btn {
    position: relative;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 10px 15px;
    font: 400 1.4rem/1 Verdana, Arial, "Helvetica", sans-serif
}

.dark-theme .btn.btn-primary {
    color: #9c27b0;
    background-color: transparent;
    border-color: transparent
}

.dark-theme .btn.btn-primary:hover,
.dark-theme .btn.btn-primary .hover,
.dark-theme .btn.btn-primary:focus,
.dark-theme .btn.btn-primary .focus {
    background-color: rgba(119, 30, 134, 0.15)
}

.dark-theme .btn.btn-primary:active,
.dark-theme .btn.btn-primary .active {
    background-color: rgba(119, 30, 134, 0.3)
}

.dark-theme .btn.btn-outline-primary {
    color: #9c27b0;
    border-color: #9c27b0;
    background-color: #fff
}

.dark-theme .btn.btn-outline-primary:hover,
.dark-theme .btn.btn-outline-primary .hover,
.dark-theme .btn.btn-outline-primary:focus,
.dark-theme .btn.btn-outline-primary .focus {
    color: #fff;
    background-color: #9c27b0
}

.dark-theme .btn.btn-outline-primary:active,
.dark-theme .btn.btn-outline-primary .active {
    background-color: #771e86
}

.dark-theme .btn.btn-flat-primary {
    color: #fff;
    border-color: #9c27b0;
    background-color: #9c27b0
}

.dark-theme .btn.btn-flat-primary:hover,
.dark-theme .btn.btn-flat-primary .hover,
.dark-theme .btn.btn-flat-primary:focus,
.dark-theme .btn.btn-flat-primary .focus {
    border-color: #bc37d3;
    background-color: #bc37d3
}

.dark-theme .btn.btn-flat-primary:active,
.dark-theme .btn.btn-flat-primary .active {
    border-color: #771e86;
    background-color: #771e86
}

.dark-theme .btn.btn-secondary {
    color: #e91e63;
    background-color: transparent;
    border-color: transparent
}

.dark-theme .btn.btn-secondary:hover,
.dark-theme .btn.btn-secondary .hover,
.dark-theme .btn.btn-secondary:focus,
.dark-theme .btn.btn-secondary .focus {
    background-color: rgba(193, 19, 78, 0.15)
}

.dark-theme .btn.btn-secondary:active,
.dark-theme .btn.btn-secondary .active {
    background-color: rgba(193, 19, 78, 0.3)
}

.dark-theme .btn.btn-outline-secondary {
    color: #e91e63;
    border-color: #e91e63;
    background-color: #fff
}

.dark-theme .btn.btn-outline-secondary:hover,
.dark-theme .btn.btn-outline-secondary .hover,
.dark-theme .btn.btn-outline-secondary:focus,
.dark-theme .btn.btn-outline-secondary .focus {
    color: #fff;
    background-color: #e91e63
}

.dark-theme .btn.btn-outline-secondary:active,
.dark-theme .btn.btn-outline-secondary .active {
    background-color: #c1134e
}

.dark-theme .btn.btn-flat-secondary {
    color: #fff;
    border-color: #e91e63;
    background-color: #e91e63
}

.dark-theme .btn.btn-flat-secondary:hover,
.dark-theme .btn.btn-flat-secondary .hover,
.dark-theme .btn.btn-flat-secondary:focus,
.dark-theme .btn.btn-flat-secondary .focus {
    border-color: #ee4c83;
    background-color: #ee4c83
}

.dark-theme .btn.btn-flat-secondary:active,
.dark-theme .btn.btn-flat-secondary .active {
    border-color: #c1134e;
    background-color: #c1134e
}

.dark-theme .btn.btn-success {
    color: #4caf50;
    background-color: transparent;
    border-color: transparent
}

.dark-theme .btn.btn-success:hover,
.dark-theme .btn.btn-success .hover,
.dark-theme .btn.btn-success:focus,
.dark-theme .btn.btn-success .focus {
    background-color: rgba(61, 139, 64, 0.15)
}

.dark-theme .btn.btn-success:active,
.dark-theme .btn.btn-success .active {
    background-color: rgba(61, 139, 64, 0.3)
}

.dark-theme .btn.btn-outline-success {
    color: #4caf50;
    border-color: #4caf50;
    background-color: #071013
}

.dark-theme .btn.btn-outline-success:hover,
.dark-theme .btn.btn-outline-success .hover,
.dark-theme .btn.btn-outline-success:focus,
.dark-theme .btn.btn-outline-success .focus {
    color: #071013;
    background-color: #4caf50
}

.dark-theme .btn.btn-outline-success:active,
.dark-theme .btn.btn-outline-success .active {
    background-color: #3d8b40
}

.dark-theme .btn.btn-flat-success {
    color: #071013;
    border-color: #4caf50;
    background-color: #4caf50
}

.dark-theme .btn.btn-flat-success:hover,
.dark-theme .btn.btn-flat-success .hover,
.dark-theme .btn.btn-flat-success:focus,
.dark-theme .btn.btn-flat-success .focus {
    border-color: #6ec071;
    background-color: #6ec071
}

.dark-theme .btn.btn-flat-success:active,
.dark-theme .btn.btn-flat-success .active {
    border-color: #3d8b40;
    background-color: #3d8b40
}

.dark-theme .btn.btn-danger {
    color: #f44336;
    background-color: transparent;
    border-color: transparent
}

.dark-theme .btn.btn-danger:hover,
.dark-theme .btn.btn-danger .hover,
.dark-theme .btn.btn-danger:focus,
.dark-theme .btn.btn-danger .focus {
    background-color: rgba(234, 28, 13, 0.15)
}

.dark-theme .btn.btn-danger:active,
.dark-theme .btn.btn-danger .active {
    background-color: rgba(234, 28, 13, 0.3)
}

.dark-theme .btn.btn-outline-danger {
    color: #f44336;
    border-color: #f44336;
    background-color: #fff
}

.dark-theme .btn.btn-outline-danger:hover,
.dark-theme .btn.btn-outline-danger .hover,
.dark-theme .btn.btn-outline-danger:focus,
.dark-theme .btn.btn-outline-danger .focus {
    color: #fff;
    background-color: #f44336
}

.dark-theme .btn.btn-outline-danger:active,
.dark-theme .btn.btn-outline-danger .active {
    background-color: #ea1c0d
}

.dark-theme .btn.btn-flat-danger {
    color: #fff;
    border-color: #f44336;
    background-color: #f44336
}

.dark-theme .btn.btn-flat-danger:hover,
.dark-theme .btn.btn-flat-danger .hover,
.dark-theme .btn.btn-flat-danger:focus,
.dark-theme .btn.btn-flat-danger .focus {
    border-color: #f77066;
    background-color: #f77066
}

.dark-theme .btn.btn-flat-danger:active,
.dark-theme .btn.btn-flat-danger .active {
    border-color: #ea1c0d;
    background-color: #ea1c0d
}

.dark-theme .btn.btn-light {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.dark-theme .btn.btn-light:hover,
.dark-theme .btn.btn-light .hover,
.dark-theme .btn.btn-light:focus,
.dark-theme .btn.btn-light .focus {
    background-color: rgba(0, 0, 0, 0.2)
}

.dark-theme .btn.btn-light:active,
.dark-theme .btn.btn-light .active {
    background-color: rgba(0, 0, 0, 0.3)
}

.dark-theme .btn.btn-outline-light {
    color: #e0e0e0;
    border-color: #e0e0e0;
    background-color: #fff
}

.dark-theme .btn.btn-outline-light:hover,
.dark-theme .btn.btn-outline-light .hover,
.dark-theme .btn.btn-outline-light:focus,
.dark-theme .btn.btn-outline-light .focus {
    color: #e0e0e0;
    background-color: #f2f2f2
}

.dark-theme .btn.btn-outline-light:active,
.dark-theme .btn.btn-outline-light .active {
    background-color: #e6e6e6
}

.dark-theme .btn.btn-flat-light {
    color: #071013;
    border-color: #fff;
    background-color: #fff
}

.dark-theme .btn.btn-flat-light:hover,
.dark-theme .btn.btn-flat-light .hover,
.dark-theme .btn.btn-flat-light:focus,
.dark-theme .btn.btn-flat-light .focus {
    border-color: #fafafa;
    background-color: #fafafa
}

.dark-theme .btn.btn-flat-light:active,
.dark-theme .btn.btn-flat-light .active {
    border-color: #f2f2f2;
    background-color: #f2f2f2
}

.dark-theme .btn.btn-dark {
    color: #424242;
    background-color: transparent;
    border-color: transparent
}

.dark-theme .btn.btn-dark:hover,
.dark-theme .btn.btn-dark .hover,
.dark-theme .btn.btn-dark:focus,
.dark-theme .btn.btn-dark .focus {
    background-color: rgba(66, 66, 66, 0.15)
}

.dark-theme .btn.btn-dark:active,
.dark-theme .btn.btn-dark .active {
    background-color: rgba(66, 66, 66, 0.3)
}

.dark-theme .btn.btn-outline-dark {
    color: #424242;
    border-color: #424242;
    background-color: #fff
}

.dark-theme .btn.btn-outline-dark:hover,
.dark-theme .btn.btn-outline-dark .hover,
.dark-theme .btn.btn-outline-dark:focus,
.dark-theme .btn.btn-outline-dark .focus {
    color: #fff;
    background-color: #424242
}

.dark-theme .btn.btn-outline-dark:active,
.dark-theme .btn.btn-outline-dark .active {
    background-color: #292929
}

.dark-theme .btn.btn-flat-dark {
    color: #fff;
    border-color: #424242;
    background-color: #424242
}

.dark-theme .btn.btn-flat-dark:hover,
.dark-theme .btn.btn-flat-dark .hover,
.dark-theme .btn.btn-flat-dark:focus,
.dark-theme .btn.btn-flat-dark .focus {
    border-color: #5c5c5c;
    background-color: #5c5c5c
}

.dark-theme .btn.btn-flat-dark:active,
.dark-theme .btn.btn-flat-dark .active {
    border-color: #292929;
    background-color: #292929
}

.dark-theme .btn.btn-lg,
.dark-theme .btn-group-lg>.btn {
    padding: 13px 20px;
    font-size: 2.1rem
}

.dark-theme .btn.btn-sm,
.dark-theme .btn-group-sm>.btn {
    padding: 3px 5px;
    font-size: .93333rem
}

.dark-theme .btn-icon {
    border-radius: 50%;
    padding: 7px
}

.dark-theme .btn-icon>i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 1.8rem
}

.dark-theme .btn-icon .badge-pill {
    position: absolute;
    font: 400 0.8rem/1 Verdana, Arial, "Helvetica", sans-serif;
    padding: 3px;
    top: 0;
    right: 0
}

.dark-theme .dropdown-menu {
    font-size: 1.4rem;
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 60vh;
    overflow: auto;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.175);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.175)
}

.dark-theme .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9)
}

.dark-theme .navbar-light .navbar-brand:hover,
.dark-theme .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9)
}

.dark-theme .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)
}

.dark-theme .navbar-light .navbar-nav .nav-link:hover,
.dark-theme .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7)
}

.dark-theme .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}

.dark-theme .navbar-light .navbar-nav .show>.nav-link,
.dark-theme .navbar-light .navbar-nav .active>.nav-link,
.dark-theme .navbar-light .navbar-nav .nav-link.show,
.dark-theme .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9)
}

.dark-theme .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}

.dark-theme .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%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")
}

.dark-theme .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}

.dark-theme .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9)
}

.dark-theme .navbar-light .navbar-text a:hover,
.dark-theme .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9)
}

.dark-theme .navbar-light .navbar-divider {
    height: 2px;
    margin: 10px 0;
    background: rgba(97, 97, 97, 0.3)
}

.dark-theme .navbar-dark .navbar-brand {
    color: #fff
}

.dark-theme .navbar-dark .navbar-brand:hover,
.dark-theme .navbar-dark .navbar-brand:focus {
    color: #fff
}

.dark-theme .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}

.dark-theme .navbar-dark .navbar-nav .nav-link:hover,
.dark-theme .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75)
}

.dark-theme .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}

.dark-theme .navbar-dark .navbar-nav .show>.nav-link,
.dark-theme .navbar-dark .navbar-nav .active>.nav-link,
.dark-theme .navbar-dark .navbar-nav .nav-link.show,
.dark-theme .navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.dark-theme .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}

.dark-theme .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%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")
}

.dark-theme .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5)
}

.dark-theme .navbar-dark .navbar-text a {
    color: #fff
}

.dark-theme .navbar-dark .navbar-text a:hover,
.dark-theme .navbar-dark .navbar-text a:focus {
    color: #fff
}

.dark-theme .breadcrumb {
    display: block;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: rgba(206, 147, 216, 0.15);
    color: #4a148c
}

.dark-theme table th,
.dark-theme table td {
    padding: 5px;
    vertical-align: top;
    border-top: 1px solid #e7dae9
}

.dark-theme table thead {
    background-color: rgba(185, 176, 187, 0.7);
    color: #071013
}

.dark-theme table tr.row-title {
    background-color: #ededed;
    text-transform: uppercase
}

.dark-theme table tr.row-title td {
    border-bottom: 3px solid #645968
}

.dark-theme .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(223, 210, 225, 0.208)
}

.dark-theme .table-hover tbody tr:hover {
    background-color: rgba(165, 155, 166, 0.24)
}

.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6,
.dark-theme .h1,
.dark-theme .h2,
.dark-theme .h3,
.dark-theme .h4,
.dark-theme .h5,
.dark-theme .h6 {
    margin-bottom: 10px;
    color: #424242
}

.dark-theme h1,
.dark-theme .h1 {
    font: 500 2.4rem/1.2 Verdana, Arial, "Helvetica", sans-serif
}

.dark-theme h2,
.dark-theme .h2 {
    font: 500 2.2rem/1.2 Verdana, Arial, "Helvetica", sans-serif
}

.dark-theme h3,
.dark-theme .h3 {
    font: 500 2rem/1.2 Verdana, Arial, "Helvetica", sans-serif
}

.dark-theme h4,
.dark-theme .h4 {
    font: 500 1.8rem/1.2 Verdana, Arial, "Helvetica", sans-serif
}

.dark-theme h5,
.dark-theme .h5 {
    font: 500 1.6rem/1.2 Verdana, Arial, "Helvetica", sans-serif
}

.dark-theme h6,
.dark-theme .h6 {
    font: 600 1.4rem/1.2 Verdana, Arial, "Helvetica", sans-serif
}

.dark-theme .blockquote,
.dark-theme blockquote {
    border-left: 3px solid #4a148c;
    background: #fefeff;
    margin: 15px 0;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 1.4rem
}

.dark-theme .blockquote header,
.dark-theme blockquote header {
    font: 500 1.8rem/1.2 Verdana, Arial, "Helvetica", sans-serif;
    margin-bottom: 10px;
    color: #4a148c;
    display: block
}

.dark-theme .blockquote footer,
.dark-theme blockquote footer {
    color: #ab47bc;
    display: block;
    font: 400 1.2rem/1.2 Verdana, Arial, "Helvetica", sans-serif
}

.dark-theme .blockquote footer::before,
.dark-theme blockquote footer::before {
    content: "\2014 \00A0"
}

.dark-theme .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.dark-theme .blockquote-footer::before {
    content: "\2014 \00A0"
}

.dark-theme .dq-pagination {
    background-color: rgba(106, 27, 154, 0.7)
}

.dark-theme label.required::after {
    display: inline-block;
    content: '*';
    color: #f44336;
    margin-left: 5px
}

.dark-theme #banner {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 16.7%;
    position: relative;
    overflow: hidden
}

.dark-theme #banner.mobile {
    height: 50px;
    padding-bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#071013), to(#f3e5f5));
    background-image: linear-gradient(to bottom, #071013 0%, #f3e5f5 100%);
    background-repeat: repeat-x
}

.dark-theme #banner.mobile #logo {
    left: calc(50% - 103px/2)
}

.dark-theme #banner #banner_bg {
    position: absolute;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    bottom: 0
}

.dark-theme #banner .hero {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 85%
}

.dark-theme #banner #slime {
    width: 4.2%;
    height: auto;
    position: absolute;
    top: 20%;
    right: 26%
}

.dark-theme #banner #logo {
    position: absolute;
    top: 6%;
    left: calc(50% - 330px/2);
    width: 27.5%
}

.dark-theme #main {
    background-color: #071013;
    color: #fff;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width: 767.98px) {
    .dark-theme #main {
        padding-left: 0;
        padding-right: 0;
        display: block
    }
}

.dark-theme .dqfont {
    font-family: 'dqfont', 'Times New Roman', Times, serif;
    color: #fff
}

.dark-theme .dqfont.font-white {
    font-family: 'dqfont', 'Times New Roman', Times, serif;
    color: #fff;
    text-shadow: 0px 0px 4px #000
}

.dark-theme .partners-list a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dark-theme .partners-list a:not(:last-child)::after {
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 8px
}

.dark-theme .dropdown-container {
    background-color: #071013;
    border: 1px solid #e0e0e0;
    padding: 10px 0
}

.dark-theme #main_nav {
    border-top: 3px solid #646464;
    border-bottom: 2px solid #d7d7d7;
    padding: 0;
    height: 50px
}

.dark-theme #main_nav #mainNavToggler {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media (max-width: 767.98px) {
    .dark-theme #main_nav .navbar-collapse {
        background-color: rgba(7, 16, 19, 0.95);
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto
    }
}

.dark-theme #main_nav>.navbar-toggler {
    margin: 0 auto;
    border-width: 0;
    height: 100%;
    outline: none
}

.dark-theme #main_nav #mobile_menu_header {
    min-height: 50px;
    max-height: 50px;
    color: #424242;
    position: relative
}

.dark-theme #main_nav #mobile_menu_header .navbar-toggler {
    position: absolute;
    top: 2px;
    right: 2px;
    border-width: 0;
    outline: none;
    padding: 15px
}

.dark-theme #main_nav .nav-item {
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: transparent;
    background-size: inherit;
    text-align: left
}

.dark-theme #main_nav .nav-item .nav-link {
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 15px;
    height: 45px;
    line-height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 576px) {
    .dark-theme #main_nav .nav-item>a {
        font-family: 'dqfont', 'Times New Roman', Times, serif;
        color: #fff;
        text-shadow: 0px 0px 4px #000
    }
}

.dark-theme #main_nav .nav-item a {
    display: block
}

.dark-theme #main_nav .nav-item#logged {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dark-theme #main_nav .nav-item#logged a.btn-icon {
    font: 500 2rem/1.2 Verdana, Arial, "Helvetica", sans-serif;
    color: #071013;
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.8);
    padding: 8px
}

@media (max-width: 767.98px) {
    .dark-theme #main_nav .nav-item#logged a.btn-icon {
        color: #9c27b0;
        text-shadow: 0 0 0 transparent
    }
    .dark-theme #main_nav .nav-item#logged a.btn-icon .badge-pill {
        font-size: 1.2rem
    }
}

.dark-theme #main_nav .nav-item:not(#logged) {
    font: 400 2.5rem/1.2 Verdana, Arial, "Helvetica", sans-serif
}

.dark-theme #main_nav .nav-item:not(#logged):hover {
    background-color: rgba(106, 27, 154, 0.3)
}

@media (max-width: 991.98px) {
    .dark-theme #main_nav .nav-item:not(#logged) {
        font-size: 2.7rem
    }
}

@media (max-width: 767.98px) {
    .dark-theme #main_nav .nav-item:not(#logged) {
        font-size: 2rem
    }
}

.dark-theme #main_nav .nav-item#accueil {
    background-image: url("/imgs/website/icons/main/dqf-accueil.svg");
    background-size: auto 135%
}

.dark-theme #main_nav .nav-item#accueil .nav-link {
    padding-left: 45px
}

.dark-theme #main_nav .nav-item#forum {
    background-image: url("/imgs/website/icons/main/dqf-forum.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dark-theme #main_nav .nav-item#forum {
        background-image: url("/imgs/website/icons/main/dqf-forum@2x.png");
        background-size: auto 100%
    }
}

.dark-theme #main_nav .nav-item#forum .nav-link {
    padding-left: 40px
}

.dark-theme #main_nav .nav-item#saga {
    background-image: url("/imgs/website/icons/main/dqf-saga.svg");
    background-size: auto 100%
}

.dark-theme #main_nav .nav-item#articles {
    background-image: url("/imgs/website/icons/main/dqf-articles.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dark-theme #main_nav .nav-item#articles {
        background-image: url("/imgs/website/icons/main/dqf-articles@2x.png");
        background-size: auto 100%
    }
}

.dark-theme #main_nav .nav-item#derives {
    background-image: url("/imgs/website/icons/main/dqf-derives.svg");
    background-size: auto 100%
}

.dark-theme #main_nav .nav-item#login {
    background-image: url("/imgs/website/icons/main/dqf-compte.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dark-theme #main_nav .nav-item#login {
        background-image: url("/imgs/website/icons/main/dqf-compte@2x.png");
        background-size: auto 100%
    }
}

@media (max-width: 991.98px) {
    .dark-theme #main_nav .nav-item#forum .nav-link {
        padding-left: 35px
    }
    .dark-theme #main_nav .nav-item .nav-link {
        padding-left: 30px;
        padding-right: 10px
    }
}

@media (max-width: 767.98px) {
    .dark-theme #main_nav .nav-item {
        padding-left: 0 !important;
        text-align: center;
        background-image: none !important
    }
    .dark-theme #main_nav .nav-item .nav-link {
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .dark-theme #main_nav .nav-item #user_menu {
        min-width: 200px
    }
}

.dark-theme .btn-avatar {
    border-radius: 50%;
    border: 2px solid goldenrod;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    padding: 0;
    -webkit-box-shadow: 0px 0px 0px 1px #fff;
    box-shadow: 0px 0px 0px 1px #fff;
    background-color: #9c27b0;
    height: calc(50px - 3px - 2px - 10px);
    width: calc(50px - 3px - 2px - 10px);
    min-width: calc(50px - 3px - 2px - 10px)
}

@media (min-width: 768px) {
    .dark-theme #member_remote {
        position: relative
    }
    .dark-theme #collapseUserMenu {
        position: absolute;
        right: 0;
        z-index: 999
    }
}

.dark-theme #right_nav {
    font: 400 1.28rem/1.2 Verdana, Arial, "Helvetica", sans-serif;
    -webkit-box-shadow: 0 0 9px rgba(93, 81, 100, 0.3);
    box-shadow: 0 0 9px rgba(93, 81, 100, 0.3);
    background-color: #f3e5f5;
    position: relative;
    margin-right: -10px;
    min-width: 300px;
    max-width: 300px;
    padding: 10px;
    overflow: hidden
}

@media (max-width: 1199.98px) {
    .dark-theme #right_nav {
        margin-right: 0
    }
}

@media (max-width: 991.98px) {
    .dark-theme #right_nav {
        padding-left: 0;
        min-width: calc(300px - 100px);
        max-width: calc(300px - 100px)
    }
}

.dark-theme #right_nav h2 {
    font: 400 2.5rem/.8 "dqfont", "Times New Roman", "Times", serif;
    color: #fff;
    text-shadow: 0px 0px 4px #000
}

.dark-theme #right_nav .right-content {
    padding-left: 35px;
    text-align: left
}

@media (max-width: 1199.98px) {
    .dark-theme #right_nav .right-content {
        padding-left: 20px
    }
}

.dark-theme #right_nav .right-content .list-group .list-group-item {
    border: none;
    margin-bottom: 0;
    background-color: transparent
}

.dark-theme #right_nav .right-content .list-group .list-group-item-action:hover,
.dark-theme #right_nav .right-content .list-group .list-group-item-action.active {
    background-color: rgba(156, 39, 176, 0.15)
}

.dark-theme #right_nav .right-content .list-group a.list-group-item-action {
    color: #9c27b0
}

.dark-theme #right_nav .right-content .list-group a.list-group-item-action:hover {
    text-decoration: underline
}

.dark-theme #right_nav #partners #partner_banner {
    width: 100%;
    height: 2rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/imgs/website/design/common/partners/dqfan.png")
}

.dark-theme #right_nav #remote .logo {
    height: 130px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain
}

@media (max-width: 1199.98px) {
    .dark-theme #right_nav #remote .logo {
        height: 90px
    }
}

.dark-theme #right_nav .r-icon i {
    background-image: url("/imgs/website/icons/right/wip.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dark-theme #right_nav .r-icon i {
        background-image: url("/imgs/website/icons/right/wip@2x.png")
    }
}

.dark-theme #right_nav .r-icon i#rub_inventaire {
    background-image: url("/imgs/website/icons/right/inventaire.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dark-theme #right_nav .r-icon i#rub_inventaire {
        background-image: url("/imgs/website/icons/right/inventaire@2x.png")
    }
}

.dark-theme #right_nav .r-icon i#rub_info {
    background-image: url("/imgs/website/icons/right/info.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dark-theme #right_nav .r-icon i#rub_info {
        background-image: url("/imgs/website/icons/right/info@2x.png")
    }
}

.dark-theme #right_nav .r-icon i#rub_bestiaire {
    background-image: url("/imgs/website/icons/right/bestiaire.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dark-theme #right_nav .r-icon i#rub_bestiaire {
        background-image: url("/imgs/website/icons/right/bestiaire@2x.png")
    }
}

.dark-theme #right_nav .r-icon i#rub_chemin {
    background-image: url("/imgs/website/icons/right/chemin.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dark-theme #right_nav .r-icon i#rub_chemin {
        background-image: url("/imgs/website/icons/right/chemin@2x.png")
    }
}

.dark-theme #right_nav .r-icon i#rub_communaute {
    background-image: url("/imgs/website/icons/right/communaute.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dark-theme #right_nav .r-icon i#rub_communaute {
        background-image: url("/imgs/website/icons/right/communaute@2x.png")
    }
}

.dark-theme #right_nav .r-icon i#rub_soutenir {
    background-image: url("/imgs/website/icons/right/soutenir.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dark-theme #right_nav .r-icon i#rub_soutenir {
        background-image: url("/imgs/website/icons/right/soutenir@2x.png")
    }
}

.dark-theme #right_nav .r-icon i#rub_statistiques {
    background-image: url("/imgs/website/icons/right/statistiques.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dark-theme #right_nav .r-icon i#rub_statistiques {
        background-image: url("/imgs/website/icons/right/statistiques@2x.png")
    }
}

.dark-theme #right_nav .r-icon i#rub_twitch {
    background-image: url("/imgs/website/icons/right/twitch.png")
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-moz-min-device-pixel-ratio: 1.3),
only screen and (min-device-pixel-ratio: 1.3),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 1.3dppx) {
    .dark-theme #right_nav .r-icon i#rub_twitch {
        background-image: url("/imgs/website/icons/right/twitch@2x.png")
    }
}

@media (max-width: 767.98px) {
    .dark-theme #remote {
        text-align: center
    }
    .dark-theme #remote .logo,
    .dark-theme #remote .r-icon {
        display: none
    }
    .dark-theme #remote .list-group-item {
        border: none
    }
    .dark-theme #remote .right-content::after {
        content: '';
        display: block;
        height: 1px;
        width: 200px;
        margin: 5px auto;
        background-color: rgba(97, 97, 97, 0.3)
    }
    .dark-theme #remote .right-content:nth-last-of-type(2)::after {
        background-color: transparent
    }
}

.dark-theme ul.grid-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(290px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    margin: 0 auto;
    max-width: 345px
}

.dark-theme ul.grid-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(220px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin: 0 auto;
    grid-gap: 4px
}

@media (min-width: 992px) {
    .dark-theme ul.grid-2 {
        max-width: 690px
    }
}

.dark-theme ul.grid-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(220px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-gap: 4px
}

.dark-theme ul.grid-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 145px 145px 145px 145px;
    grid-template-columns: 145px 145px 145px 145px;
    grid-gap: 4px
}

.dark-theme ul.grid-5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 145px 145px 145px 145px 145px;
    grid-template-columns: 145px 145px 145px 145px 145px;
    grid-gap: 4px
}

.dark-theme .grid-image li {
    position: relative
}

.dark-theme .grid-image figure {
    height: 180px;
    overflow: hidden;
    margin: 0;
    position: relative
}

.dark-theme .grid-image figure>img {
    height: 100%;
    width: 100%;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover
}

.dark-theme .grid-image figure>img.img-contain {
    -o-object-fit: contain;
    object-fit: contain;
    width: initial;
    height: initial
}

@media (hover: hover) and (pointer: fine) {
    .dark-theme .grid-image figure .hovered {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.4)
    }
    .dark-theme .grid-image figure .hovered img {
        width: 100%;
        height: auto
    }
}

.dark-theme .grid-image.grid-md figure {
    height: 145px
}

.dark-theme .grid-caption figure {
    position: relative
}

.dark-theme .grid-caption figure>figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(248, 252, 247, 0.9)
}

.dark-theme .grid-caption figure>figcaption>.label {
    color: #fff;
    padding: .75rem;
    margin: 0;
    text-align: center;
    font: 700 1.16rem/1.2 Verdana, Arial, "Helvetica", sans-serif
}

@media (hover: hover) and (pointer: fine) {
    .dark-theme .grid-caption figure:hover figcaption {
        background: #f8fcf7
    }
    .dark-theme .grid-caption figure:hover .hovered {
        visibility: visible;
        -webkit-animation: fade-in 0.7s 1;
        animation: fade-in 0.7s 1
    }
    .dark-theme .grid-caption figure:hover .hovered+figcaption {
        visibility: hidden
    }
}

@media (hover: none) and (pointer: coarse) {
    .dark-theme .grid-caption figure .hovered {
        display: none
    }
}

.dark-theme .grid-info figure {
    background-color: #ededed
}

.dark-theme .grid-info .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38%;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(248, 252, 247, 0.9)
}

.dark-theme .grid-info .info .details {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1rem
}

.dark-theme .grid-info .info a {
    color: #fff;
    text-decoration: none
}

.dark-theme .grid-info .info a.title {
    display: block;
    text-align: center;
    margin-bottom: 3px;
    overflow: hidden;
    font: 700 1.16rem/1.2 Verdana, Arial, "Helvetica", sans-serif;
    min-height: 40px;
    max-height: 40px
}

.dark-theme .grid-info .info a.date {
    font-style: italic
}

@media (hover: hover) and (pointer: fine) {
    .dark-theme .grid-info li:hover .info {
        background: #f8fcf7
    }
}

.dark-theme .bordered {
    border-bottom: thin solid #e0e0e0;
    padding-bottom: 5px
}

.dark-theme .icon-container {
    margin-bottom: 0;
    margin-top: 20px;
    padding: 5px;
    position: relative
}

.dark-theme .icon-container .bordered {
    margin-bottom: 0;
    border-bottom-color: #35679E;
    border-bottom-width: 2px;
    padding-left: 65px;
    position: relative
}

.dark-theme .icon-container .bordered:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 30px;
    content: '';
    display: block;
    background: #071013
}

.dark-theme .icon-container .bordered .icon-title {
    position: absolute;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: transparent;
    display: block;
    left: 0;
    bottom: -9px;
    width: 60px;
    height: 70px
}

.dark-theme .icon-container .bordered .icon-title.left {
    background-image: url("/imgs/website/icons/forum/design_left.png")
}

.dark-theme .icon-container .bordered .icon-title.right {
    background-image: url("/imgs/website/icons/forum/design_right.png")
}

.dark-theme .nav-bubble {
    border: none;
    position: relative;
    padding-top: 40px
}

.dark-theme .nav-bubble .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dark-theme .nav-bubble #nav_label {
    background: #6a1b9a;
    color: #fff;
    border: 3px ridge goldenrod;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
    cursor: default;
    min-width: 110px;
    text-align: center;
    border-radius: 1rem;
    padding: 2px 0
}

.dark-theme .nav-bubble .nav-link {
    border: none;
    width: 3.5rem;
    height: 4.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: transparent;
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
}

.dark-theme .nav-bubble .nav-link .nav-label {
    display: none
}

.dark-theme .nav-bubble .nav-link.active {
    width: 4.5rem;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%)
}

.dark-theme .nav-one {
    border: none
}

.dark-theme .nav-one .nav-link {
    cursor: pointer;
    padding: 0.2em 0.4em;
    min-width: 24px;
    margin: 0 .5px;
    text-align: center
}

.dark-theme .nav-one .nav-link:hover,
.dark-theme .nav-one .nav-link.active {
    border-radius: 1rem
}

.dark-theme .nav-one .nav-link.active,
.dark-theme .nav-one .nav-link.active:hover,
.dark-theme .nav-one .nav-link:focus {
    background-color: #6a1b9a;
    border-color: #6a1b9a;
    color: #fff
}

.dark-theme .nav-one .nav-link:hover:not(.active) {
    background-color: rgba(106, 27, 154, 0.3);
    border-color: rgba(106, 27, 154, 0.5)
}

.dark-theme .game-solution .banner {
    text-align: center;
    margin-bottom: 15px
}

.dark-theme .game-solution .banner img {
    width: 100%;
    max-width: 590px;
    border: thin solid #e0e0e0
}

.dark-theme .game-heroes .card .card-header {
    padding: 5px 10px;
    background-color: rgba(77, 52, 108, 0.7);
    font-family: 'dqfont', 'Times New Roman', Times, serif;
    color: #fff;
    text-shadow: 0px 0px 4px #000;
    font-size: 2.5rem
}

.dark-theme .game-heroes ul {
    margin: 0 0 10px;
    padding: 0
}

.dark-theme .game-heroes ul li {
    list-style: none
}

.dark-theme .page-author {
    font-style: italic;
    color: #616161;
    text-align: center
}

.dark-theme #administration .card-title a {
    color: #757575
}

.dark-theme #content>.forum #topic_container {
    position: relative
}

.dark-theme #content>.forum #topic_container #action_header_left {
    position: absolute;
    top: -15px;
    left: 15px
}

.dark-theme #content>.forum #topic_container #action_header_right {
    position: absolute;
    top: -15px;
    right: 15px
}

.dark-theme #content>.forum #topic_header {
    border-top: 2px solid rgba(106, 27, 154, 0.7);
    border-left: 2px solid rgba(106, 27, 154, 0.7);
    border-right: 2px solid rgba(106, 27, 154, 0.7);
    border-radius: 15px 15px 0 0;
    position: relative;
    padding-top: calc(60px / 2.5);
    margin-top: calc(60px / 2)
}

.dark-theme #content>.forum #topic_header .topic-logo {
    position: absolute;
    top: calc(60px / -2);
    left: calc(50% - calc(180px / 2));
    width: 180px;
    height: 60px;
    background-color: #071013;
    background-size: 80% auto;
    background-position: center center
}

.dark-theme #content>.forum #topic {
    border-radius: 0 0 5px 5px;
    border: 2px solid rgba(106, 27, 154, 0.7)
}

.dark-theme #content>.forum .answer {
    background: rgba(242, 231, 243, 0.5);
    border-radius: 5px;
    margin-top: 0
}

.dark-theme #content>.forum .answer~.answer {
    margin-top: 20px
}

.dark-theme #content>.forum .answer .member-info {
    border-right: thin solid rgba(97, 97, 97, 0.3);
    font-size: 1.2rem
}

.dark-theme #content>.forum .answer .member-avatar {
    max-width: 100%
}

@media (max-width: 767.98px) {
    .dark-theme #content>.forum .answer .member-info {
        border-right-width: 0
    }
    .dark-theme #content>.forum .answer .member-avatar {
        max-height: 50px
    }
}

.dark-theme #content>.forum .answer .member-title {
    font-size: 1.5rem
}

.dark-theme #content>.forum .answer .answer-content .answer-header {
    border-bottom: thin solid rgba(97, 97, 97, 0.3);
    min-height: 37px
}

.dark-theme #content>.forum .answer .answer-content .answer-header .member-name .member-mp {
    font-size: 1.3rem
}

.dark-theme #content>.forum .answer .answer-content .answer-header .member-name .member-mp i {
    color: #771e86
}

.dark-theme #content>.forum .answer .answer-message blockquote {
    margin-left: 20px
}

.dark-theme #content>.forum .answer .member-signature {
    color: #424242
}

.dark-theme #content>.forum .answer .member-signature::before {
    display: block;
    content: '';
    max-width: 50%;
    margin: 0 auto 10px;
    border-top: thin dashed rgba(97, 97, 97, 0.3)
}

.dark-theme #content>.forum .answer:nth-of-type(even),
.dark-theme #content>.forum .message:nth-of-type(even) {
    background-color: rgba(153, 96, 163, 0.15)
}

.dark-theme .answer-message {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.dark-theme .answer-message .blockquote,
.dark-theme .answer-message blockquote {
    background: #d8cbda
}

.dark-theme .answer-message table {
    background-color: #071013
}