/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* Cleaned stylesheet: generated from live frontend selectors. */
*, ::after, ::before {
    box-sizing:border-box;
}

html {
    font-family:sans-serif;
    line-height:1.15;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:#fff0;
}

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

body {
    margin:0;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#212529;
    text-align:left;
    background-color:#fff;
}

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

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

h1, h2, h3, h4, h5, h6 {
    margin-top:0;
    margin-bottom:.5rem;
}

p {
    margin-top:0;
    margin-bottom:1rem;
}

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

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

dt {
    font-weight:700;
}

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

blockquote {
    margin:0 0 1rem;
}

b, strong {
    font-weight:bolder;
}

small {
    font-size:80%;
}

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

sub {
    bottom:-.25em;
}

sup {
    top:-.5em;
}

a {
    color:#007bff;
    text-decoration:none;
    background-color:#fff0;
}

a:hover {
    color:#0056b3;
    text-decoration:underline;
}

a:not([href]):not([tabindex]) {
    color:inherit;
    text-decoration:none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color:inherit;
    text-decoration:none;
}

a:not([href]):not([tabindex]):focus {
    outline:0;
}

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

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

figure {
    margin:0 0 1rem;
}

img {
    vertical-align:middle;
    border-style:none;
}

svg {
    overflow:hidden;
    vertical-align:middle;
}

table {
    border-collapse:collapse;
}

caption {
    padding-top:.75rem;
    padding-bottom:.75rem;
    color:#6c757d;
    text-align:left;
    caption-side:bottom;
}

th {
    text-align:inherit;
}

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

button {
    border-radius:0;
}

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

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

button, input {
    overflow:visible;
}

button, select {
    text-transform:none;
}

select {
    word-wrap:normal;
}

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

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor:pointer;
}

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

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

input[type="date"], input[type="datetime-local"], input[type="month"], input[type="time"] {
    -webkit-appearance:listbox;
}

textarea {
    overflow:auto;
    resize:vertical;
}

fieldset {
    min-width:0;
    padding:0;
    margin:0;
    border:0;
}

legend {
    display:block;
    width:100%;
    max-width:100%;
    padding:0;
    margin-bottom:.5rem;
    font-size:1.5rem;
    line-height:inherit;
    color:inherit;
    white-space:normal;
}

progress {
    vertical-align:baseline;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height:auto;
}

[type="search"] {
    outline-offset:-2px;
    -webkit-appearance:none;
}

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

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

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

template {
    display:none;
}

[hidden] {
    display:none!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom:.5rem;
    font-weight:500;
    line-height:1.2;
}

.h1, h1 {
    font-size:2.5rem;
}

.h2, h2 {
    font-size:2rem;
}

.h3, h3 {
    font-size:1.75rem;
}

.h4, h4 {
    font-size:1.5rem;
}

.h5, h5 {
    font-size:1.25rem;
}

.h6, h6 {
    font-size:1rem;
}

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

hr {
    margin-top:1rem;
    margin-bottom:1rem;
    border:0;
    border-top:1px solid rgb(0 0 0 / .1);
}

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

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

.list-inline-item {
    display:inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right:.5rem;
}

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

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

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

pre {
    display:block;
    font-size:87.5%;
    color:#212529;
}

pre code {
    font-size:inherit;
    color:inherit;
    word-break:normal;
}

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

@media (min-width:576px) {
    .container {
        max-width:540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width:720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width:960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width:1280px;
    }
}

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

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

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

.col-auto {
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    width:auto;
    max-width:100%;
}

.col-1 {
    -ms-flex:0 0 8.333333%;
    flex:0 0 8.333333%;
    max-width:8.333333%;
}

.col-2 {
    -ms-flex:0 0 16.666667%;
    flex:0 0 16.666667%;
    max-width:16.666667%;
}

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

.col-4 {
    -ms-flex:0 0 33.333333%;
    flex:0 0 33.333333%;
    max-width:33.333333%;
}

.col-5 {
    -ms-flex:0 0 41.666667%;
    flex:0 0 41.666667%;
    max-width:41.666667%;
}

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

.col-7 {
    -ms-flex:0 0 58.333333%;
    flex:0 0 58.333333%;
    max-width:58.333333%;
}

.col-8 {
    -ms-flex:0 0 66.666667%;
    flex:0 0 66.666667%;
    max-width:66.666667%;
}

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

.col-10 {
    -ms-flex:0 0 83.333333%;
    flex:0 0 83.333333%;
    max-width:83.333333%;
}

.col-11 {
    -ms-flex:0 0 91.666667%;
    flex:0 0 91.666667%;
    max-width:91.666667%;
}

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

.order-0 {
    -ms-flex-order:0;
    order:0;
}

.order-1 {
    -ms-flex-order:1;
    order:1;
}

.order-2 {
    -ms-flex-order:2;
    order:2;
}

.order-3 {
    -ms-flex-order:3;
    order:3;
}

.order-4 {
    -ms-flex-order:4;
    order:4;
}

.order-5 {
    -ms-flex-order:5;
    order:5;
}

.order-6 {
    -ms-flex-order:6;
    order:6;
}

.order-7 {
    -ms-flex-order:7;
    order:7;
}

.order-8 {
    -ms-flex-order:8;
    order:8;
}

.order-9 {
    -ms-flex-order:9;
    order:9;
}

.order-10 {
    -ms-flex-order:10;
    order:10;
}

.order-11 {
    -ms-flex-order:11;
    order:11;
}

.order-12 {
    -ms-flex-order:12;
    order:12;
}

.offset-1 {
    margin-left:8.333333%;
}

.offset-2 {
    margin-left:16.666667%;
}

.offset-3 {
    margin-left:25%;
}

.offset-4 {
    margin-left:33.333333%;
}

.offset-5 {
    margin-left:41.666667%;
}

.offset-6 {
    margin-left:50%;
}

.offset-7 {
    margin-left:58.333333%;
}

.offset-8 {
    margin-left:66.666667%;
}

.offset-9 {
    margin-left:75%;
}

.offset-10 {
    margin-left:83.333333%;
}

.offset-11 {
    margin-left:91.666667%;
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis:0%;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%;
    }

    .col-sm-auto {
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:100%;
    }

    .col-sm-1 {
        -ms-flex:0 0 8.333333%;
        flex:0 0 8.333333%;
        max-width:8.333333%;
    }

    .col-sm-2 {
        -ms-flex:0 0 16.666667%;
        flex:0 0 16.666667%;
        max-width:16.666667%;
    }

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

    .col-sm-4 {
        -ms-flex:0 0 33.333333%;
        flex:0 0 33.333333%;
        max-width:33.333333%;
    }

    .col-sm-5 {
        -ms-flex:0 0 41.666667%;
        flex:0 0 41.666667%;
        max-width:41.666667%;
    }

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

    .col-sm-7 {
        -ms-flex:0 0 58.333333%;
        flex:0 0 58.333333%;
        max-width:58.333333%;
    }

    .col-sm-8 {
        -ms-flex:0 0 66.666667%;
        flex:0 0 66.666667%;
        max-width:66.666667%;
    }

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

    .col-sm-10 {
        -ms-flex:0 0 83.333333%;
        flex:0 0 83.333333%;
        max-width:83.333333%;
    }

    .col-sm-11 {
        -ms-flex:0 0 91.666667%;
        flex:0 0 91.666667%;
        max-width:91.666667%;
    }

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

    .order-sm-0 {
        -ms-flex-order:0;
        order:0;
    }

    .order-sm-1 {
        -ms-flex-order:1;
        order:1;
    }

    .order-sm-2 {
        -ms-flex-order:2;
        order:2;
    }

    .order-sm-3 {
        -ms-flex-order:3;
        order:3;
    }

    .order-sm-4 {
        -ms-flex-order:4;
        order:4;
    }

    .order-sm-5 {
        -ms-flex-order:5;
        order:5;
    }

    .order-sm-6 {
        -ms-flex-order:6;
        order:6;
    }

    .order-sm-7 {
        -ms-flex-order:7;
        order:7;
    }

    .order-sm-8 {
        -ms-flex-order:8;
        order:8;
    }

    .order-sm-9 {
        -ms-flex-order:9;
        order:9;
    }

    .order-sm-10 {
        -ms-flex-order:10;
        order:10;
    }

    .order-sm-11 {
        -ms-flex-order:11;
        order:11;
    }

    .order-sm-12 {
        -ms-flex-order:12;
        order:12;
    }

    .offset-sm-0 {
        margin-left:0;
    }

    .offset-sm-1 {
        margin-left:8.333333%;
    }

    .offset-sm-2 {
        margin-left:16.666667%;
    }

    .offset-sm-3 {
        margin-left:25%;
    }

    .offset-sm-4 {
        margin-left:33.333333%;
    }

    .offset-sm-5 {
        margin-left:41.666667%;
    }

    .offset-sm-6 {
        margin-left:50%;
    }

    .offset-sm-7 {
        margin-left:58.333333%;
    }

    .offset-sm-8 {
        margin-left:66.666667%;
    }

    .offset-sm-9 {
        margin-left:75%;
    }

    .offset-sm-10 {
        margin-left:83.333333%;
    }

    .offset-sm-11 {
        margin-left:91.666667%;
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis:0%;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%;
    }

    .col-md-auto {
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:100%;
    }

    .col-md-1 {
        -ms-flex:0 0 8.333333%;
        flex:0 0 8.333333%;
        max-width:8.333333%;
    }

    .col-md-2 {
        -ms-flex:0 0 16.666667%;
        flex:0 0 16.666667%;
        max-width:16.666667%;
    }

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

    .col-md-4 {
        -ms-flex:0 0 33.333333%;
        flex:0 0 33.333333%;
        max-width:33.333333%;
    }

    .col-md-5 {
        -ms-flex:0 0 41.666667%;
        flex:0 0 41.666667%;
        max-width:41.666667%;
    }

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

    .col-md-7 {
        -ms-flex:0 0 58.333333%;
        flex:0 0 58.333333%;
        max-width:58.333333%;
    }

    .col-md-8 {
        -ms-flex:0 0 66.666667%;
        flex:0 0 66.666667%;
        max-width:66.666667%;
    }

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

    .col-md-10 {
        -ms-flex:0 0 83.333333%;
        flex:0 0 83.333333%;
        max-width:83.333333%;
    }

    .col-md-11 {
        -ms-flex:0 0 91.666667%;
        flex:0 0 91.666667%;
        max-width:91.666667%;
    }

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

    .order-md-0 {
        -ms-flex-order:0;
        order:0;
    }

    .order-md-1 {
        -ms-flex-order:1;
        order:1;
    }

    .order-md-2 {
        -ms-flex-order:2;
        order:2;
    }

    .order-md-3 {
        -ms-flex-order:3;
        order:3;
    }

    .order-md-4 {
        -ms-flex-order:4;
        order:4;
    }

    .order-md-5 {
        -ms-flex-order:5;
        order:5;
    }

    .order-md-6 {
        -ms-flex-order:6;
        order:6;
    }

    .order-md-7 {
        -ms-flex-order:7;
        order:7;
    }

    .order-md-8 {
        -ms-flex-order:8;
        order:8;
    }

    .order-md-9 {
        -ms-flex-order:9;
        order:9;
    }

    .order-md-10 {
        -ms-flex-order:10;
        order:10;
    }

    .order-md-11 {
        -ms-flex-order:11;
        order:11;
    }

    .order-md-12 {
        -ms-flex-order:12;
        order:12;
    }

    .offset-md-0 {
        margin-left:0;
    }

    .offset-md-1 {
        margin-left:8.333333%;
    }

    .offset-md-2 {
        margin-left:16.666667%;
    }

    .offset-md-3 {
        margin-left:25%;
    }

    .offset-md-4 {
        margin-left:33.333333%;
    }

    .offset-md-5 {
        margin-left:41.666667%;
    }

    .offset-md-6 {
        margin-left:50%;
    }

    .offset-md-7 {
        margin-left:58.333333%;
    }

    .offset-md-8 {
        margin-left:66.666667%;
    }

    .offset-md-9 {
        margin-left:75%;
    }

    .offset-md-10 {
        margin-left:83.333333%;
    }

    .offset-md-11 {
        margin-left:91.666667%;
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis:0%;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%;
    }

    .col-lg-auto {
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:100%;
    }

    .col-lg-1 {
        -ms-flex:0 0 8.333333%;
        flex:0 0 8.333333%;
        max-width:8.333333%;
    }

    .col-lg-2 {
        -ms-flex:0 0 16.666667%;
        flex:0 0 16.666667%;
        max-width:16.666667%;
    }

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

    .col-lg-4 {
        -ms-flex:0 0 33.333333%;
        flex:0 0 33.333333%;
        max-width:33.333333%;
    }

    .col-lg-5 {
        -ms-flex:0 0 41.666667%;
        flex:0 0 41.666667%;
        max-width:41.666667%;
    }

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

    .col-lg-7 {
        -ms-flex:0 0 58.333333%;
        flex:0 0 58.333333%;
        max-width:58.333333%;
    }

    .col-lg-8 {
        -ms-flex:0 0 66.666667%;
        flex:0 0 66.666667%;
        max-width:66.666667%;
    }

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

    .col-lg-10 {
        -ms-flex:0 0 83.333333%;
        flex:0 0 83.333333%;
        max-width:83.333333%;
    }

    .col-lg-11 {
        -ms-flex:0 0 91.666667%;
        flex:0 0 91.666667%;
        max-width:91.666667%;
    }

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

    .order-lg-0 {
        -ms-flex-order:0;
        order:0;
    }

    .order-lg-1 {
        -ms-flex-order:1;
        order:1;
    }

    .order-lg-2 {
        -ms-flex-order:2;
        order:2;
    }

    .order-lg-3 {
        -ms-flex-order:3;
        order:3;
    }

    .order-lg-4 {
        -ms-flex-order:4;
        order:4;
    }

    .order-lg-5 {
        -ms-flex-order:5;
        order:5;
    }

    .order-lg-6 {
        -ms-flex-order:6;
        order:6;
    }

    .order-lg-7 {
        -ms-flex-order:7;
        order:7;
    }

    .order-lg-8 {
        -ms-flex-order:8;
        order:8;
    }

    .order-lg-9 {
        -ms-flex-order:9;
        order:9;
    }

    .order-lg-10 {
        -ms-flex-order:10;
        order:10;
    }

    .order-lg-11 {
        -ms-flex-order:11;
        order:11;
    }

    .order-lg-12 {
        -ms-flex-order:12;
        order:12;
    }

    .offset-lg-0 {
        margin-left:0;
    }

    .offset-lg-1 {
        margin-left:8.333333%;
    }

    .offset-lg-2 {
        margin-left:16.666667%;
    }

    .offset-lg-3 {
        margin-left:25%;
    }

    .offset-lg-4 {
        margin-left:33.333333%;
    }

    .offset-lg-5 {
        margin-left:41.666667%;
    }

    .offset-lg-6 {
        margin-left:50%;
    }

    .offset-lg-7 {
        margin-left:58.333333%;
    }

    .offset-lg-8 {
        margin-left:66.666667%;
    }

    .offset-lg-9 {
        margin-left:75%;
    }

    .offset-lg-10 {
        margin-left:83.333333%;
    }

    .offset-lg-11 {
        margin-left:91.666667%;
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis:0%;
        -ms-flex-positive:1;
        flex-grow:1;
        max-width:100%;
    }

    .col-xl-auto {
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        width:auto;
        max-width:100%;
    }

    .col-xl-1 {
        -ms-flex:0 0 8.333333%;
        flex:0 0 8.333333%;
        max-width:8.333333%;
    }

    .col-xl-2 {
        -ms-flex:0 0 16.666667%;
        flex:0 0 16.666667%;
        max-width:16.666667%;
    }

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

    .col-xl-4 {
        -ms-flex:0 0 33.333333%;
        flex:0 0 33.333333%;
        max-width:33.333333%;
    }

    .col-xl-5 {
        -ms-flex:0 0 41.666667%;
        flex:0 0 41.666667%;
        max-width:41.666667%;
    }

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

    .col-xl-7 {
        -ms-flex:0 0 58.333333%;
        flex:0 0 58.333333%;
        max-width:58.333333%;
    }

    .col-xl-8 {
        -ms-flex:0 0 66.666667%;
        flex:0 0 66.666667%;
        max-width:66.666667%;
    }

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

    .col-xl-10 {
        -ms-flex:0 0 83.333333%;
        flex:0 0 83.333333%;
        max-width:83.333333%;
    }

    .col-xl-11 {
        -ms-flex:0 0 91.666667%;
        flex:0 0 91.666667%;
        max-width:91.666667%;
    }

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

    .order-xl-0 {
        -ms-flex-order:0;
        order:0;
    }

    .order-xl-1 {
        -ms-flex-order:1;
        order:1;
    }

    .order-xl-2 {
        -ms-flex-order:2;
        order:2;
    }

    .order-xl-3 {
        -ms-flex-order:3;
        order:3;
    }

    .order-xl-4 {
        -ms-flex-order:4;
        order:4;
    }

    .order-xl-5 {
        -ms-flex-order:5;
        order:5;
    }

    .order-xl-6 {
        -ms-flex-order:6;
        order:6;
    }

    .order-xl-7 {
        -ms-flex-order:7;
        order:7;
    }

    .order-xl-8 {
        -ms-flex-order:8;
        order:8;
    }

    .order-xl-9 {
        -ms-flex-order:9;
        order:9;
    }

    .order-xl-10 {
        -ms-flex-order:10;
        order:10;
    }

    .order-xl-11 {
        -ms-flex-order:11;
        order:11;
    }

    .order-xl-12 {
        -ms-flex-order:12;
        order:12;
    }

    .offset-xl-0 {
        margin-left:0;
    }

    .offset-xl-1 {
        margin-left:8.333333%;
    }

    .offset-xl-2 {
        margin-left:16.666667%;
    }

    .offset-xl-3 {
        margin-left:25%;
    }

    .offset-xl-4 {
        margin-left:33.333333%;
    }

    .offset-xl-5 {
        margin-left:41.666667%;
    }

    .offset-xl-6 {
        margin-left:50%;
    }

    .offset-xl-7 {
        margin-left:58.333333%;
    }

    .offset-xl-8 {
        margin-left:66.666667%;
    }

    .offset-xl-9 {
        margin-left:75%;
    }

    .offset-xl-10 {
        margin-left:83.333333%;
    }

    .offset-xl-11 {
        margin-left:91.666667%;
    }
}

.table {
    width:100%;
    margin-bottom:1rem;
    color:#212529;
}

.table td, .table th {
    padding:.75rem;
    vertical-align:top;
    border-top:1px solid #dee2e6;
}

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

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

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

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

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

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

.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border:0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color:rgb(0 0 0 / .05);
}

.table .thead-dark th {
    color:#fff;
    background-color:#343a40;
    border-color:#454d55;
}

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

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

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color:rgb(255 255 255 / .05);
}

@media (max-width:575.98px) {
    .table-responsive-sm>.table-bordered {
        border:0;
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display:block;
        width:100%;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
    }

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

@media (max-width:991.98px) {
    .table-responsive-lg>.table-bordered {
        border:0;
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl>.table-bordered {
        border:0;
    }
}

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

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

.form-control {
    display:block;
    width:100%;
    height:calc(1.5em + 0.75rem + 2px);
    padding:.375rem .75rem;
    font-size:1rem;
    font-weight:400;
    line-height:1.5;
    color:#495057;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #ced4da;
    border-radius:.25rem;
    transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition:none;
    }
}

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

.form-control:focus {
    color:#495057;
    background-color:#fff;
    border-color:#80bdff;
    outline:0;
    box-shadow:0 0 0 .2rem rgb(0 123 255 / .25);
}

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

.form-control::-moz-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:focus::-ms-value {
    color:#495057;
    background-color:#fff;
}

.col-form-label {
    padding-top:calc(0.375rem + 1px);
    padding-bottom:calc(0.375rem + 1px);
    margin-bottom:0;
    font-size:inherit;
    line-height:1.5;
}

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

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-right:0;
    padding-left:0;
}

.form-control-sm {
    height:calc(1.5em + 0.5rem + 2px);
    padding:.25rem .5rem;
    font-size:.875rem;
    line-height:1.5;
    border-radius:.2rem;
}

.form-control-lg {
    height:calc(1.5em + 1rem + 2px);
    padding:.5rem 1rem;
    font-size:1.25rem;
    line-height:1.5;
    border-radius:.3rem;
}

select.form-control[multiple], select.form-control[size] {
    height:auto;
}

textarea.form-control {
    height:auto;
}

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

.form-row {
    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 {
    position:relative;
    display:block;
    padding-left:1.25rem;
}

.form-check-input {
    position:absolute;
    margin-top:.3rem;
    margin-left:-1.25rem;
}

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

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

.form-check-inline .form-check-input {
    position:static;
    margin-top:0;
    margin-right:.3125rem;
    margin-left:0;
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color:#28a745;
    padding-right:calc(1.5em + 0.75rem);
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat:no-repeat;
    background-position:center right calc(0.375em + 0.1875rem);
    background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color:#28a745;
    box-shadow:0 0 0 .2rem rgb(40 167 69 / .25);
}

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

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right:calc(1.5em + 0.75rem);
    background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color:#28a745;
    padding-right:calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background:url("data:image/svg+xml,%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/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color:#28a745;
    box-shadow:0 0 0 .2rem rgb(40 167 69 / .25);
}

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

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

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

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

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

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

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

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

.custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow:0 0 0 .2rem rgb(40 167 69 / .25);
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color:#28a745;
}

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

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

.custom-file-input.is-valid:focus~.custom-file-label, .was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color:#28a745;
    box-shadow:0 0 0 .2rem rgb(40 167 69 / .25);
}

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

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color:#dc3545;
    padding-right:calc(1.5em + 0.75rem);
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat:no-repeat;
    background-position:center right calc(0.375em + 0.1875rem);
    background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color:#dc3545;
    box-shadow:0 0 0 .2rem rgb(220 53 69 / .25);
}

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

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right:calc(1.5em + 0.75rem);
    background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid {
    border-color:#dc3545;
    padding-right:calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
    background:url("data:image/svg+xml,%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/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus {
    border-color:#dc3545;
    box-shadow:0 0 0 .2rem rgb(220 53 69 / .25);
}

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

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

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

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

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

.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color:#dc3545;
}

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

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

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow:0 0 0 .2rem rgb(220 53 69 / .25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color:#dc3545;
}

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

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

.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color:#dc3545;
    box-shadow:0 0 0 .2rem rgb(220 53 69 / .25);
}

.form-inline {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    -ms-flex-align:center;
    align-items:center;
}

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

@media (min-width:576px) {
    .form-inline label {
        display:-ms-flexbox;
        display:flex;
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-pack:center;
        justify-content:center;
        margin-bottom:0;
    }

    .form-inline .form-group {
        display:-ms-flexbox;
        display:flex;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        -ms-flex-flow:row wrap;
        flex-flow:row wrap;
        -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 .custom-select, .form-inline .input-group {
        width:auto;
    }

    .form-inline .form-check {
        display:-ms-flexbox;
        display:flex;
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-pack:center;
        justify-content:center;
        width:auto;
        padding-left:0;
    }

    .form-inline .form-check-input {
        position:relative;
        -ms-flex-negative:0;
        flex-shrink:0;
        margin-top:0;
        margin-right:.25rem;
        margin-left:0;
    }

    .form-inline .custom-control {
        -ms-flex-align:center;
        align-items:center;
        -ms-flex-pack:center;
        justify-content:center;
    }

    .form-inline .custom-control-label {
        margin-bottom:0;
    }
}

.btn {
    display:inline-block;
    font-weight:400;
    color:#212529;
    text-align:center;
    vertical-align:middle;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-color:#fff0;
    border:1px solid #fff0;
    padding:.375rem .75rem;
    font-size:1rem;
    line-height:1.5;
    border-radius:.25rem;
    transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition:none;
    }
}

.btn:hover {
    color:#212529;
    text-decoration:none;
}

.btn.focus, .btn:focus {
    outline:0;
    box-shadow:0 0 0 .2rem rgb(0 123 255 / .25);
}

.btn.disabled, .btn:disabled {
    opacity:.65;
}

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

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

.btn-primary:hover {
    color:#fff;
    background-color:#0069d9;
    border-color:#0062cc;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow:0 0 0 .2rem rgb(38 143 255 / .5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color:#fff;
    background-color:#007bff;
    border-color:#007bff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color:#fff;
    background-color:#0062cc;
    border-color:#005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow:0 0 0 .2rem rgb(38 143 255 / .5);
}

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

.btn-secondary:hover {
    color:#fff;
    background-color:#5a6268;
    border-color:#545b62;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow:0 0 0 .2rem rgb(130 138 145 / .5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color:#fff;
    background-color:#6c757d;
    border-color:#6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color:#fff;
    background-color:#545b62;
    border-color:#4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow:0 0 0 .2rem rgb(130 138 145 / .5);
}

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

.btn-success:hover {
    color:#fff;
    background-color:#218838;
    border-color:#1e7e34;
}

.btn-success.focus, .btn-success:focus {
    box-shadow:0 0 0 .2rem rgb(72 180 97 / .5);
}

.btn-success.disabled, .btn-success:disabled {
    color:#fff;
    background-color:#28a745;
    border-color:#28a745;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color:#fff;
    background-color:#1e7e34;
    border-color:#1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow:0 0 0 .2rem rgb(72 180 97 / .5);
}

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

.btn-info:hover {
    color:#fff;
    background-color:#138496;
    border-color:#117a8b;
}

.btn-info.focus, .btn-info:focus {
    box-shadow:0 0 0 .2rem rgb(58 176 195 / .5);
}

.btn-info.disabled, .btn-info:disabled {
    color:#fff;
    background-color:#17a2b8;
    border-color:#17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color:#fff;
    background-color:#117a8b;
    border-color:#10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow:0 0 0 .2rem rgb(58 176 195 / .5);
}

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

.btn-warning:hover {
    color:#212529;
    background-color:#e0a800;
    border-color:#d39e00;
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow:0 0 0 .2rem rgb(222 170 12 / .5);
}

.btn-warning.disabled, .btn-warning:disabled {
    color:#212529;
    background-color:#ffc107;
    border-color:#ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color:#212529;
    background-color:#d39e00;
    border-color:#c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
    box-shadow:0 0 0 .2rem rgb(222 170 12 / .5);
}

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

.btn-danger:hover {
    color:#fff;
    background-color:#c82333;
    border-color:#bd2130;
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow:0 0 0 .2rem rgb(225 83 97 / .5);
}

.btn-danger.disabled, .btn-danger:disabled {
    color:#fff;
    background-color:#dc3545;
    border-color:#dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    color:#fff;
    background-color:#bd2130;
    border-color:#b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
    box-shadow:0 0 0 .2rem rgb(225 83 97 / .5);
}

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

.btn-light:hover {
    color:#212529;
    background-color:#e2e6ea;
    border-color:#dae0e5;
}

.btn-light.focus, .btn-light:focus {
    box-shadow:0 0 0 .2rem rgb(216 217 219 / .5);
}

.btn-light.disabled, .btn-light:disabled {
    color:#212529;
    background-color:#f8f9fa;
    border-color:#f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color:#212529;
    background-color:#dae0e5;
    border-color:#d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow:0 0 0 .2rem rgb(216 217 219 / .5);
}

.show>.btn-dark.dropdown-toggle {
    color:#fff;
    background-color:#1d2124;
    border-color:#171a1d;
}

.show>.btn-dark.dropdown-toggle:focus {
    box-shadow:0 0 0 .2rem rgb(82 88 93 / .5);
}

.show>.btn-outline-primary.dropdown-toggle {
    color:#fff;
    background-color:#007bff;
    border-color:#007bff;
}

.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow:0 0 0 .2rem rgb(0 123 255 / .5);
}

.show>.btn-outline-secondary.dropdown-toggle {
    color:#fff;
    background-color:#6c757d;
    border-color:#6c757d;
}

.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow:0 0 0 .2rem rgb(108 117 125 / .5);
}

.show>.btn-outline-success.dropdown-toggle {
    color:#fff;
    background-color:#28a745;
    border-color:#28a745;
}

.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow:0 0 0 .2rem rgb(40 167 69 / .5);
}

.btn-outline-info {
    color:#17a2b8;
    border-color:#17a2b8;
}

.btn-outline-info:hover {
    color:#fff;
    background-color:#17a2b8;
    border-color:#17a2b8;
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow:0 0 0 .2rem rgb(23 162 184 / .5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color:#17a2b8;
    background-color:#fff0;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
    color:#fff;
    background-color:#17a2b8;
    border-color:#17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow:0 0 0 .2rem rgb(23 162 184 / .5);
}

.show>.btn-outline-warning.dropdown-toggle {
    color:#212529;
    background-color:#ffc107;
    border-color:#ffc107;
}

.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow:0 0 0 .2rem rgb(255 193 7 / .5);
}

.show>.btn-outline-danger.dropdown-toggle {
    color:#fff;
    background-color:#dc3545;
    border-color:#dc3545;
}

.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow:0 0 0 .2rem rgb(220 53 69 / .5);
}

.show>.btn-outline-light.dropdown-toggle {
    color:#212529;
    background-color:#f8f9fa;
    border-color:#f8f9fa;
}

.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow:0 0 0 .2rem rgb(248 249 250 / .5);
}

.show>.btn-outline-dark.dropdown-toggle {
    color:#fff;
    background-color:#343a40;
    border-color:#343a40;
}

.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow:0 0 0 .2rem rgb(52 58 64 / .5);
}

.btn-link {
    font-weight:400;
    color:#007bff;
    text-decoration:none;
}

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

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

.btn-link.disabled, .btn-link:disabled {
    color:#6c757d;
    pointer-events:none;
}

.btn-group-lg>.btn, .btn-lg {
    padding:.5rem 1rem;
    font-size:1.25rem;
    line-height:1.5;
    border-radius:.3rem;
}

.btn-group-sm>.btn, .btn-sm {
    padding:.25rem .5rem;
    font-size:.875rem;
    line-height:1.5;
    border-radius:.2rem;
}

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

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

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

.fade {
    transition:opacity 0.15s linear;
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition:none;
    }
}

.fade:not(.show) {
    opacity:0;
}

.collapse:not(.show) {
    display:none;
}

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

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition:none;
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position:relative;
}

.dropdown-toggle {
    white-space:nowrap;
}

.dropdown-toggle::after {
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em;
    content:"";
    border-top:.3em solid;
    border-right:.3em solid #fff0;
    border-bottom:0;
    border-left:.3em solid #fff0;
}

.dropdown-toggle:empty::after {
    margin-left:0;
}

.dropdown-menu {
    position:absolute;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:10rem;
    padding:.5rem 0;
    margin:.125rem 0 0;
    font-size:1rem;
    color:#212529;
    text-align:left;
    list-style:none;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgb(0 0 0 / .15);
    border-radius:.25rem;
}

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

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

.dropup .dropdown-toggle::after {
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em;
    content:"";
    border-top:0;
    border-right:.3em solid #fff0;
    border-bottom:.3em solid;
    border-left:.3em solid #fff0;
}

.dropup .dropdown-toggle:empty::after {
    margin-left:0;
}

.dropright .dropdown-menu {
    top:0;
    right:auto;
    left:100%;
    margin-top:0;
    margin-left:.125rem;
}

.dropright .dropdown-toggle::after {
    display:inline-block;
    margin-left:.255em;
    vertical-align:.255em;
    content:"";
    border-top:.3em solid #fff0;
    border-right:0;
    border-bottom:.3em solid #fff0;
    border-left:.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left:0;
}

.dropright .dropdown-toggle::after {
    vertical-align:0;
}

.dropleft .dropdown-menu {
    top:0;
    right:100%;
    left:auto;
    margin-top:0;
    margin-right:.125rem;
}

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

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

.dropleft .dropdown-toggle::before {
    display:inline-block;
    margin-right:.255em;
    vertical-align:.255em;
    content:"";
    border-top:.3em solid #fff0;
    border-right:.3em solid;
    border-bottom:.3em solid #fff0;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left:0;
}

.dropleft .dropdown-toggle::before {
    vertical-align:0;
}

.dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="top"] {
    right:auto;
    bottom:auto;
}

.dropdown-item {
    display:block;
    width:100%;
    padding:.25rem 1.5rem;
    clear:both;
    font-weight:400;
    color:#212529;
    text-align:inherit;
    white-space:nowrap;
    background-color:#fff0;
    border:0;
}

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

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

.dropdown-item.disabled, .dropdown-item:disabled {
    color:#6c757d;
    pointer-events:none;
    background-color:#fff0;
}

.dropdown-menu.show {
    display:block;
}

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

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

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

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

.btn-group>.btn:not(:first-child) {
    margin-left:-1px;
}

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

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

.dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left:0;
}

.dropleft .dropdown-toggle-split::before {
    margin-right:0;
}

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

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

.btn-group-vertical>.btn {
    width:100%;
}

.btn-group-vertical>.btn:not(:first-child) {
    margin-top:-1px;
}

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

.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) {
    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="checkbox"], .btn-group-toggle>.btn input[type="radio"], .btn-group-toggle>.btn-group>.btn input[type="checkbox"], .btn-group-toggle>.btn-group>.btn input[type="radio"] {
    position:absolute;
    clip:rect(0,0,0,0);
    pointer-events:none;
}

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

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

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

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

.input-group>.custom-file .custom-file-input:focus {
    z-index:4;
}

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

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

.input-group>.custom-file {
    display:-ms-flexbox;
    display:flex;
    -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::after {
    border-top-right-radius:0;
    border-bottom-right-radius:0;
}

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

.input-group-append {
    display:-ms-flexbox;
    display:flex;
}

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

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
    z-index:3;
}

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

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

.input-group-lg>.form-control:not(textarea) {
    height:calc(1.5em + 1rem + 2px);
}

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

.input-group-sm>.form-control:not(textarea) {
    height:calc(1.5em + 0.5rem + 2px);
}

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

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

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

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

.nav {
    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:focus, .nav-link:hover {
    text-decoration:none;
}

.nav-link.disabled {
    color:#6c757d;
    pointer-events:none;
    cursor:default;
}

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

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

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

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

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

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    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 {
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    text-align:center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size:0;
    flex-basis:0%;
    -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:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:.5rem 1rem;
}

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

.navbar-brand {
    display:inline-block;
    padding-top:.3125rem;
    padding-bottom:.3125rem;
    margin-right:1rem;
    font-size:1.25rem;
    line-height:inherit;
    white-space:nowrap;
}

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

.navbar-nav {
    display:-ms-flexbox;
    display:flex;
    -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;
}

@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 .navbar-nav {
        -ms-flex-direction:row;
        flex-direction:row;
    }

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

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

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

@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 {
        -ms-flex-flow:row nowrap;
        flex-flow:row nowrap;
        -ms-flex-pack:start;
        justify-content:flex-start;
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction:row;
        flex-direction:row;
    }

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

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

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

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

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

@media (max-width:991.98px) {
    .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
        padding-right:0;
        padding-left:0;
    }
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction:row;
        flex-direction:row;
    }

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

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

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

@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 .navbar-nav {
        -ms-flex-direction:row;
        flex-direction:row;
    }

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

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

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

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

.navbar-expand .navbar-nav {
    -ms-flex-direction:row;
    flex-direction:row;
}

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

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

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

.navbar-light .navbar-brand {
    color:rgb(0 0 0 / .9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color:rgb(0 0 0 / .9);
}

.navbar-light .navbar-nav .nav-link {
    color:rgb(0 0 0 / .5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:rgb(0 0 0 / .7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color:rgb(0 0 0 / .3);
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color:rgb(0 0 0 / .9);
}

.navbar-light .navbar-toggler {
    color:rgb(0 0 0 / .5);
    border-color:rgb(0 0 0 / .1);
}

.navbar-light .navbar-toggler-icon {
    background-image:url("data:image/svg+xml,%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:rgb(0 0 0 / .5);
}

.navbar-light .navbar-text a {
    color:rgb(0 0 0 / .9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color:rgb(0 0 0 / .9);
}

.navbar-dark .navbar-brand {
    color:#fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color:#fff;
}

.navbar-dark .navbar-nav .nav-link {
    color:rgb(255 255 255 / .5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color:rgb(255 255 255 / .75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color:rgb(255 255 255 / .25);
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color:#fff;
}

.card {
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    min-width:0;
    word-wrap:break-word;
    background-color:#fff;
    background-clip:border-box;
    border:1px solid rgb(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 {
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    padding:1.25rem;
}

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

.card-header {
    padding:.75rem 1.25rem;
    margin-bottom:0;
    background-color:rgb(0 0 0 / .03);
    border-bottom:1px solid rgb(0 0 0 / .125);
}

.card-header:first-child {
    border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
    border-top:0;
}

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

@media (min-width:576px) {
    .card-deck .card {
        display:-ms-flexbox;
        display:flex;
        -ms-flex:1 0 0%;
        flex:1 0 0%;
        -ms-flex-direction:column;
        flex-direction:column;
        margin-right:15px;
        margin-bottom:0;
        margin-left:15px;
    }
}

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

@media (min-width:576px) {
    .card-group>.card {
        -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:not(:last-child) {
        border-top-right-radius:0;
        border-bottom-right-radius:0;
    }

    .card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius:0;
    }

    .card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius:0;
    }

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

    .card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius:0;
    }

    .card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius:0;
    }
}

.card-columns .card {
    margin-bottom:.75rem;
}

@media (min-width:576px) {
    .card-columns .card {
        display:inline-block;
        width:100%;
    }
}

.accordion>.card {
    overflow:hidden;
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius:0;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom:0;
    border-radius:0;
}

.accordion>.card:first-of-type {
    border-bottom:0;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
}

.accordion>.card:last-of-type {
    border-top-left-radius:0;
    border-top-right-radius:0;
}

.accordion>.card .card-header {
    margin-bottom:-1px;
}

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

.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;
    transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition:none;
    }
}

a.badge:focus, a.badge:hover {
    text-decoration:none;
}

.badge:empty {
    display:none;
}

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

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

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

a.badge-warning:focus, a.badge-warning:hover {
    color:#212529;
    background-color:#d39e00;
}

a.badge-warning.focus, a.badge-warning:focus {
    outline:0;
    box-shadow:0 0 0 .2rem rgb(255 193 7 / .5);
}

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

a.badge-danger:focus, a.badge-danger:hover {
    color:#fff;
    background-color:#bd2130;
}

a.badge-danger.focus, a.badge-danger:focus {
    outline:0;
    box-shadow:0 0 0 .2rem rgb(220 53 69 / .5);
}

.alert {
    position:relative;
    padding:.75rem 1.25rem;
    margin-bottom:1rem;
    border:1px solid #fff0;
    border-radius:.25rem;
}

.alert-heading {
    color:inherit;
}

.alert-link {
    font-weight:700;
}

.alert-dismissible {
    padding-right:4rem;
}

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

.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 .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:-ms-flexbox;
    display:flex;
    height:1rem;
    overflow:hidden;
    font-size:.75rem;
    background-color:#e9ecef;
    border-radius:.25rem;
}

.progress-bar {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:center;
    justify-content:center;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    background-color:#007bff;
    transition:width 0.6s ease;
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition:none;
    }
}

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

.list-group {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    padding-left:0;
    margin-bottom:0;
}

.list-group-item {
    position:relative;
    display:block;
    padding:.75rem 1.25rem;
    margin-bottom:-1px;
    background-color:#fff;
    border:1px solid rgb(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.disabled, .list-group-item:disabled {
    color:#6c757d;
    pointer-events:none;
    background-color:#fff;
}

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

.list-group-horizontal .list-group-item {
    margin-right:-1px;
    margin-bottom:0;
}

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

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

@media (min-width:576px) {
    .list-group-horizontal-sm .list-group-item {
        margin-right:-1px;
        margin-bottom:0;
    }

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

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

@media (min-width:768px) {
    .list-group-horizontal-md .list-group-item {
        margin-right:-1px;
        margin-bottom:0;
    }

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

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

@media (min-width:992px) {
    .list-group-horizontal-lg .list-group-item {
        margin-right:-1px;
        margin-bottom:0;
    }

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

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

@media (min-width:1200px) {
    .list-group-horizontal-xl .list-group-item {
        margin-right:-1px;
        margin-bottom:0;
    }

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

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

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

.list-group-flush .list-group-item:last-child {
    margin-bottom:-1px;
}

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

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

.close {
    float:right;
    font-size:1.5rem;
    font-weight:700;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    opacity:.5;
}

.close:hover {
    color:#000;
    text-decoration:none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity:.75;
}

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

a.close.disabled {
    pointer-events:none;
}

.toast {
    max-width:350px;
    overflow:hidden;
    font-size:.875rem;
    background-color:rgb(255 255 255 / .85);
    background-clip:padding-box;
    border:1px solid rgb(0 0 0 / .1);
    box-shadow:0 .25rem .75rem rgb(0 0 0 / .1);
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);
    opacity:0;
    border-radius:.25rem;
}

.toast:not(:last-child) {
    margin-bottom:.75rem;
}

.toast.showing {
    opacity:1;
}

.toast.show {
    display:block;
    opacity:1;
}

.toast.hide {
    display:none;
}

.modal-open {
    overflow:hidden;
}

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

.modal {
    position:fixed;
    top:0;
    left:0;
    z-index:1050;
    display:none;
    width:100%;
    height:100%;
    overflow:hidden;
    outline:0;
}

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

.modal.fade .modal-dialog {
    transition:-webkit-transform 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,-50px);
    transform:translate(0,-50px);
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition:none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform:none;
    transform:none;
}

.modal-dialog-scrollable .modal-content {
    max-height:calc(100vh - 1rem);
    overflow:hidden;
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    -ms-flex-negative:0;
    flex-shrink:0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y:auto;
}

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

.modal-dialog-centered::before {
    display:block;
    height:calc(100vh - 1rem);
    content:"";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-pack:center;
    justify-content:center;
    height:100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height:none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content:none;
}

.modal-content {
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    width:100%;
    pointer-events:auto;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgb(0 0 0 / .2);
    border-radius:.3rem;
    outline:0;
}

.modal-backdrop {
    position:fixed;
    top:0;
    left:0;
    z-index:1040;
    width:100vw;
    height:100vh;
    background-color:#000;
}

.modal-backdrop.fade {
    opacity:0;
}

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

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

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

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

.modal-body {
    position:relative;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    padding:1rem;
}

.modal-footer {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-pack:end;
    justify-content:flex-end;
    padding:1rem;
    border-top:1px solid #dee2e6;
    border-bottom-right-radius:.3rem;
    border-bottom-left-radius:.3rem;
}

.modal-footer>:not(:first-child) {
    margin-left:.25rem;
}

.modal-footer>:not(:last-child) {
    margin-right:.25rem;
}

.modal-scrollbar-measure {
    position:absolute;
    top:-9999px;
    width:50px;
    height:50px;
    overflow:scroll;
}

@media (min-width:576px) {
    .modal-dialog {
        max-width:500px;
        margin:1.75rem auto;
    }

    .modal-dialog-scrollable .modal-content {
        max-height:calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height:calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height:calc(100vh - 3.5rem);
    }
}

.tooltip {
    position:absolute;
    z-index:1070;
    display:block;
    margin:0;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-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:.875rem;
    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:#fff0;
    border-style:solid;
}

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

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

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

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

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

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

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

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

.tooltip-inner {
    max-width:200px;
    padding:.25rem .5rem;
    color:#fff;
    text-align:center;
    background-color:#000;
    border-radius:.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,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    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:.875rem;
    word-wrap:break-word;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgb(0 0 0 / .2);
    border-radius:.3rem;
}

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

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

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

.bs-popover-auto[x-placement^="top"]>.arrow::before, .bs-popover-top>.arrow::before {
    bottom:0;
    border-width:.5rem .5rem 0;
    border-top-color:rgb(0 0 0 / .25);
}

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

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

.bs-popover-auto[x-placement^="right"]>.arrow::before, .bs-popover-right>.arrow::before {
    left:0;
    border-width:.5rem .5rem .5rem 0;
    border-right-color:rgb(0 0 0 / .25);
}

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

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

.bs-popover-auto[x-placement^="bottom"]>.arrow::before, .bs-popover-bottom>.arrow::before {
    top:0;
    border-width:0 .5rem .5rem .5rem;
    border-bottom-color:rgb(0 0 0 / .25);
}

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

.bs-popover-auto[x-placement^="bottom"] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position:absolute;
    top:0;
    left:50%;
    display:block;
    width:1rem;
    margin-left:-.5rem;
    content:"";
    border-bottom:1px solid #f7f7f7;
}

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

.bs-popover-auto[x-placement^="left"]>.arrow::before, .bs-popover-left>.arrow::before {
    right:0;
    border-width:.5rem 0 .5rem .5rem;
    border-left-color:rgb(0 0 0 / .25);
}

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

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

.popover-header:empty {
    display:none;
}

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

.carousel {
    position:relative;
}

.carousel.pointer-event {
    -ms-touch-action:pan-y;
    touch-action:pan-y;
}

.carousel-item {
    position:relative;
    display:none;
    float:left;
    width:100%;
    margin-right:-100%;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    transition:-webkit-transform 0.6s ease-in-out;
    transition:transform 0.6s ease-in-out;
    transition:transform 0.6s ease-in-out,-webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition:none;
    }
}

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

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

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

.carousel-fade .carousel-item {
    opacity:0;
    transition-property:opacity;
    -webkit-transform:none;
    transform:none;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    z-index:1;
    opacity:1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index:0;
    opacity:0;
    transition:0s 0.6s opacity;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition:none;
    }
}

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

.carousel-indicators li {
    box-sizing:content-box;
    -ms-flex:0 1 auto;
    flex:0 1 auto;
    width:30px;
    height:3px;
    margin-right:3px;
    margin-left:3px;
    text-indent:-999px;
    cursor:pointer;
    background-color:#fff;
    background-clip:padding-box;
    border-top:10px solid #fff0;
    border-bottom:10px solid #fff0;
    opacity:.5;
    transition:opacity 0.6s ease;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition:none;
    }
}

.carousel-indicators .active {
    opacity:1;
}

@-webkit-keyframes spinner-border {
    to{-webkit-transform:rotate(360deg);
    transform:rotate(360deg)};
}

@keyframes spinner-border {
    to{-webkit-transform:rotate(360deg);
    transform:rotate(360deg)};
}

.spinner-border {
    display:inline-block;
    width:2rem;
    height:2rem;
    vertical-align:text-bottom;
    border:.25em solid currentColor;
    border-right-color:#fff0;
    border-radius:50%;
    -webkit-animation:spinner-border 0.75s linear infinite;
    animation:spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
    width:1rem;
    height:1rem;
    border-width:.2em;
}

@-webkit-keyframes spinner-grow {
    0%{-webkit-transform:scale(0);
    transform:scale(0)}50%{opacity:1};
}

@keyframes spinner-grow {
    0%{-webkit-transform:scale(0);
    transform:scale(0)}50%{opacity:1};
}

.align-middle {
    vertical-align:middle!important;
}

.bg-success {
    background-color:#28a745!important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color:#1e7e34!important;
}

.border {
    border:1px solid #dee2e6!important;
}

.border-top {
    border-top:1px solid #dee2e6!important;
}

.border-bottom {
    border-bottom:1px solid #dee2e6!important;
}

.border-0 {
    border:0!important;
}

.d-none {
    display:none!important;
}

.d-inline {
    display:inline!important;
}

.d-inline-block {
    display:inline-block!important;
}

.d-block {
    display:block!important;
}

.d-flex {
    display:-ms-flexbox!important;
    display:flex!important;
}

@media (min-width:576px) {
    .d-sm-block {
        display:block!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;
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display:none!important;
    }

    .d-lg-inline-block {
        display:inline-block!important;
    }

    .d-lg-block {
        display:block!important;
    }

    .d-lg-table-cell {
        display:table-cell!important;
    }
}

.flex-column {
    -ms-flex-direction:column!important;
    flex-direction:column!important;
}

.flex-row-reverse {
    -ms-flex-direction:row-reverse!important;
    flex-direction:row-reverse!important;
}

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

.flex-grow-1 {
    -ms-flex-positive:1!important;
    flex-grow:1!important;
}

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

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

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

.float-left {
    float:left!important;
}

.position-static {
    position:static!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;
    border:0;
}

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

.shadow-sm {
    box-shadow:0 .125rem .25rem rgb(0 0 0 / .075)!important;
}

.shadow {
    box-shadow:0 .5rem 1rem rgb(0 0 0 / .15)!important;
}

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

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

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

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

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

.h-100 {
    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-1 {
    margin:0.25rem!important;
}

.mt-1, .my-1 {
    margin-top:0.25rem!important;
}

.mr-1, .mx-1 {
    margin-right:0.25rem!important;
}

.mb-1, .my-1 {
    margin-bottom:0.25rem!important;
}

.ml-1, .mx-1 {
    margin-left:0.25rem!important;
}

.m-2 {
    margin:0.5rem!important;
}

.mt-2, .my-2 {
    margin-top:0.5rem!important;
}

.mr-2, .mx-2 {
    margin-right:0.5rem!important;
}

.mb-2, .my-2 {
    margin-bottom:0.5rem!important;
}

.ml-2, .mx-2 {
    margin-left:0.5rem!important;
}

.m-3 {
    margin:1rem!important;
}

.mt-3, .my-3 {
    margin-top:1rem!important;
}

.mr-3, .mx-3 {
    margin-right:1rem!important;
}

.mb-3, .my-3 {
    margin-bottom:1rem!important;
}

.ml-3, .mx-3 {
    margin-left:1rem!important;
}

.m-4 {
    margin:1.5rem!important;
}

.mt-4, .my-4 {
    margin-top:1.5rem!important;
}

.mr-4, .mx-4 {
    margin-right:1.5rem!important;
}

.mb-4, .my-4 {
    margin-bottom:1.5rem!important;
}

.ml-4, .mx-4 {
    margin-left:1.5rem!important;
}

.m-5 {
    margin:3rem!important;
}

.mt-5, .my-5 {
    margin-top:3rem!important;
}

.mr-5, .mx-5 {
    margin-right:3rem!important;
}

.mb-5, .my-5 {
    margin-bottom:3rem!important;
}

.ml-5, .mx-5 {
    margin-left:3rem!important;
}

.p-0 {
    padding:0!important;
}

.pt-0, .py-0 {
    padding-top:0!important;
}

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

.pb-0, .py-0 {
    padding-bottom:0!important;
}

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

.p-1 {
    padding:0.25rem!important;
}

.pt-1, .py-1 {
    padding-top:0.25rem!important;
}

.pr-1, .px-1 {
    padding-right:0.25rem!important;
}

.pb-1, .py-1 {
    padding-bottom:0.25rem!important;
}

.pl-1, .px-1 {
    padding-left:0.25rem!important;
}

.p-2 {
    padding:0.5rem!important;
}

.pt-2, .py-2 {
    padding-top:0.5rem!important;
}

.pr-2, .px-2 {
    padding-right:0.5rem!important;
}

.pb-2, .py-2 {
    padding-bottom:0.5rem!important;
}

.pl-2, .px-2 {
    padding-left:0.5rem!important;
}

.p-3 {
    padding:1rem!important;
}

.pt-3, .py-3 {
    padding-top:1rem!important;
}

.pr-3, .px-3 {
    padding-right:1rem!important;
}

.pb-3, .py-3 {
    padding-bottom:1rem!important;
}

.pl-3, .px-3 {
    padding-left:1rem!important;
}

.p-4 {
    padding:1.5rem!important;
}

.pt-4, .py-4 {
    padding-top:1.5rem!important;
}

.pr-4, .px-4 {
    padding-right:1.5rem!important;
}

.pb-4, .py-4 {
    padding-bottom:1.5rem!important;
}

.pl-4, .px-4 {
    padding-left:1.5rem!important;
}

.p-5 {
    padding:3rem!important;
}

.pt-5, .py-5 {
    padding-top:3rem!important;
}

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

.pb-5, .py-5 {
    padding-bottom:3rem!important;
}

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

.m-n1 {
    margin:-0.25rem!important;
}

.mt-n1, .my-n1 {
    margin-top:-0.25rem!important;
}

.mr-n1, .mx-n1 {
    margin-right:-0.25rem!important;
}

.mb-n1, .my-n1 {
    margin-bottom:-0.25rem!important;
}

.ml-n1, .mx-n1 {
    margin-left:-0.25rem!important;
}

.m-n2 {
    margin:-0.5rem!important;
}

.mt-n2, .my-n2 {
    margin-top:-0.5rem!important;
}

.mr-n2, .mx-n2 {
    margin-right:-0.5rem!important;
}

.mb-n2, .my-n2 {
    margin-bottom:-0.5rem!important;
}

.ml-n2, .mx-n2 {
    margin-left:-0.5rem!important;
}

.m-n3 {
    margin:-1rem!important;
}

.mt-n3, .my-n3 {
    margin-top:-1rem!important;
}

.mr-n3, .mx-n3 {
    margin-right:-1rem!important;
}

.mb-n3, .my-n3 {
    margin-bottom:-1rem!important;
}

.ml-n3, .mx-n3 {
    margin-left:-1rem!important;
}

.m-n4 {
    margin:-1.5rem!important;
}

.mt-n4, .my-n4 {
    margin-top:-1.5rem!important;
}

.mr-n4, .mx-n4 {
    margin-right:-1.5rem!important;
}

.mb-n4, .my-n4 {
    margin-bottom:-1.5rem!important;
}

.ml-n4, .mx-n4 {
    margin-left:-1.5rem!important;
}

.m-n5 {
    margin:-3rem!important;
}

.mt-n5, .my-n5 {
    margin-top:-3rem!important;
}

.mr-n5, .mx-n5 {
    margin-right:-3rem!important;
}

.mb-n5, .my-n5 {
    margin-bottom:-3rem!important;
}

.ml-n5, .mx-n5 {
    margin-left:-3rem!important;
}

.m-auto {
    margin:auto!important;
}

.mt-auto, .my-auto {
    margin-top:auto!important;
}

.mr-auto, .mx-auto {
    margin-right:auto!important;
}

.mb-auto, .my-auto {
    margin-bottom:auto!important;
}

.ml-auto, .mx-auto {
    margin-left:auto!important;
}

@media (min-width:576px) {
    .m-sm-0 {
        margin:0!important;
    }

    .mt-sm-0, .my-sm-0 {
        margin-top:0!important;
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right:0!important;
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom:0!important;
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left:0!important;
    }

    .m-sm-1 {
        margin:0.25rem!important;
    }

    .mt-sm-1, .my-sm-1 {
        margin-top:0.25rem!important;
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right:0.25rem!important;
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom:0.25rem!important;
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left:0.25rem!important;
    }

    .m-sm-2 {
        margin:0.5rem!important;
    }

    .mt-sm-2, .my-sm-2 {
        margin-top:0.5rem!important;
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right:0.5rem!important;
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom:0.5rem!important;
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left:0.5rem!important;
    }

    .m-sm-3 {
        margin:1rem!important;
    }

    .mt-sm-3, .my-sm-3 {
        margin-top:1rem!important;
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right:1rem!important;
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom:1rem!important;
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left:1rem!important;
    }

    .m-sm-4 {
        margin:1.5rem!important;
    }

    .mt-sm-4, .my-sm-4 {
        margin-top:1.5rem!important;
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right:1.5rem!important;
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom:1.5rem!important;
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left:1.5rem!important;
    }

    .m-sm-5 {
        margin:3rem!important;
    }

    .mt-sm-5, .my-sm-5 {
        margin-top:3rem!important;
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right:3rem!important;
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom:3rem!important;
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left:3rem!important;
    }

    .p-sm-0 {
        padding:0!important;
    }

    .pt-sm-0, .py-sm-0 {
        padding-top:0!important;
    }

    .pr-sm-0, .px-sm-0 {
        padding-right:0!important;
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom:0!important;
    }

    .pl-sm-0, .px-sm-0 {
        padding-left:0!important;
    }

    .p-sm-1 {
        padding:0.25rem!important;
    }

    .pt-sm-1, .py-sm-1 {
        padding-top:0.25rem!important;
    }

    .pr-sm-1, .px-sm-1 {
        padding-right:0.25rem!important;
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom:0.25rem!important;
    }

    .pl-sm-1, .px-sm-1 {
        padding-left:0.25rem!important;
    }

    .p-sm-2 {
        padding:0.5rem!important;
    }

    .pt-sm-2, .py-sm-2 {
        padding-top:0.5rem!important;
    }

    .pr-sm-2, .px-sm-2 {
        padding-right:0.5rem!important;
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom:0.5rem!important;
    }

    .pl-sm-2, .px-sm-2 {
        padding-left:0.5rem!important;
    }

    .p-sm-3 {
        padding:1rem!important;
    }

    .pt-sm-3, .py-sm-3 {
        padding-top:1rem!important;
    }

    .pr-sm-3, .px-sm-3 {
        padding-right:1rem!important;
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom:1rem!important;
    }

    .pl-sm-3, .px-sm-3 {
        padding-left:1rem!important;
    }

    .p-sm-4 {
        padding:1.5rem!important;
    }

    .pt-sm-4, .py-sm-4 {
        padding-top:1.5rem!important;
    }

    .pr-sm-4, .px-sm-4 {
        padding-right:1.5rem!important;
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom:1.5rem!important;
    }

    .pl-sm-4, .px-sm-4 {
        padding-left:1.5rem!important;
    }

    .p-sm-5 {
        padding:3rem!important;
    }

    .pt-sm-5, .py-sm-5 {
        padding-top:3rem!important;
    }

    .pr-sm-5, .px-sm-5 {
        padding-right:3rem!important;
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom:3rem!important;
    }

    .pl-sm-5, .px-sm-5 {
        padding-left:3rem!important;
    }

    .m-sm-n1 {
        margin:-0.25rem!important;
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top:-0.25rem!important;
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right:-0.25rem!important;
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom:-0.25rem!important;
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left:-0.25rem!important;
    }

    .m-sm-n2 {
        margin:-0.5rem!important;
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top:-0.5rem!important;
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right:-0.5rem!important;
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom:-0.5rem!important;
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left:-0.5rem!important;
    }

    .m-sm-n3 {
        margin:-1rem!important;
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top:-1rem!important;
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right:-1rem!important;
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom:-1rem!important;
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left:-1rem!important;
    }

    .m-sm-n4 {
        margin:-1.5rem!important;
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top:-1.5rem!important;
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right:-1.5rem!important;
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom:-1.5rem!important;
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left:-1.5rem!important;
    }

    .m-sm-n5 {
        margin:-3rem!important;
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top:-3rem!important;
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right:-3rem!important;
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom:-3rem!important;
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left:-3rem!important;
    }

    .m-sm-auto {
        margin:auto!important;
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top:auto!important;
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right:auto!important;
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom:auto!important;
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left:auto!important;
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin:0!important;
    }

    .mt-md-0, .my-md-0 {
        margin-top:0!important;
    }

    .mr-md-0, .mx-md-0 {
        margin-right:0!important;
    }

    .mb-md-0, .my-md-0 {
        margin-bottom:0!important;
    }

    .ml-md-0, .mx-md-0 {
        margin-left:0!important;
    }

    .m-md-1 {
        margin:0.25rem!important;
    }

    .mt-md-1, .my-md-1 {
        margin-top:0.25rem!important;
    }

    .mr-md-1, .mx-md-1 {
        margin-right:0.25rem!important;
    }

    .mb-md-1, .my-md-1 {
        margin-bottom:0.25rem!important;
    }

    .ml-md-1, .mx-md-1 {
        margin-left:0.25rem!important;
    }

    .m-md-2 {
        margin:0.5rem!important;
    }

    .mt-md-2, .my-md-2 {
        margin-top:0.5rem!important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right:0.5rem!important;
    }

    .mb-md-2, .my-md-2 {
        margin-bottom:0.5rem!important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left:0.5rem!important;
    }

    .m-md-3 {
        margin:1rem!important;
    }

    .mt-md-3, .my-md-3 {
        margin-top:1rem!important;
    }

    .mr-md-3, .mx-md-3 {
        margin-right:1rem!important;
    }

    .mb-md-3, .my-md-3 {
        margin-bottom:1rem!important;
    }

    .ml-md-3, .mx-md-3 {
        margin-left:1rem!important;
    }

    .m-md-4 {
        margin:1.5rem!important;
    }

    .mt-md-4, .my-md-4 {
        margin-top:1.5rem!important;
    }

    .mr-md-4, .mx-md-4 {
        margin-right:1.5rem!important;
    }

    .mb-md-4, .my-md-4 {
        margin-bottom:1.5rem!important;
    }

    .ml-md-4, .mx-md-4 {
        margin-left:1.5rem!important;
    }

    .m-md-5 {
        margin:3rem!important;
    }

    .mt-md-5, .my-md-5 {
        margin-top:3rem!important;
    }

    .mr-md-5, .mx-md-5 {
        margin-right:3rem!important;
    }

    .mb-md-5, .my-md-5 {
        margin-bottom:3rem!important;
    }

    .ml-md-5, .mx-md-5 {
        margin-left:3rem!important;
    }

    .p-md-0 {
        padding:0!important;
    }

    .pt-md-0, .py-md-0 {
        padding-top:0!important;
    }

    .pr-md-0, .px-md-0 {
        padding-right:0!important;
    }

    .pb-md-0, .py-md-0 {
        padding-bottom:0!important;
    }

    .pl-md-0, .px-md-0 {
        padding-left:0!important;
    }

    .p-md-1 {
        padding:0.25rem!important;
    }

    .pt-md-1, .py-md-1 {
        padding-top:0.25rem!important;
    }

    .pr-md-1, .px-md-1 {
        padding-right:0.25rem!important;
    }

    .pb-md-1, .py-md-1 {
        padding-bottom:0.25rem!important;
    }

    .pl-md-1, .px-md-1 {
        padding-left:0.25rem!important;
    }

    .p-md-2 {
        padding:0.5rem!important;
    }

    .pt-md-2, .py-md-2 {
        padding-top:0.5rem!important;
    }

    .pr-md-2, .px-md-2 {
        padding-right:0.5rem!important;
    }

    .pb-md-2, .py-md-2 {
        padding-bottom:0.5rem!important;
    }

    .pl-md-2, .px-md-2 {
        padding-left:0.5rem!important;
    }

    .p-md-3 {
        padding:1rem!important;
    }

    .pt-md-3, .py-md-3 {
        padding-top:1rem!important;
    }

    .pr-md-3, .px-md-3 {
        padding-right:1rem!important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom:1rem!important;
    }

    .pl-md-3, .px-md-3 {
        padding-left:1rem!important;
    }

    .p-md-4 {
        padding:1.5rem!important;
    }

    .pt-md-4, .py-md-4 {
        padding-top:1.5rem!important;
    }

    .pr-md-4, .px-md-4 {
        padding-right:1.5rem!important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom:1.5rem!important;
    }

    .pl-md-4, .px-md-4 {
        padding-left:1.5rem!important;
    }

    .p-md-5 {
        padding:3rem!important;
    }

    .pt-md-5, .py-md-5 {
        padding-top:3rem!important;
    }

    .pr-md-5, .px-md-5 {
        padding-right:3rem!important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom:3rem!important;
    }

    .pl-md-5, .px-md-5 {
        padding-left:3rem!important;
    }

    .m-md-n1 {
        margin:-0.25rem!important;
    }

    .mt-md-n1, .my-md-n1 {
        margin-top:-0.25rem!important;
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right:-0.25rem!important;
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom:-0.25rem!important;
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left:-0.25rem!important;
    }

    .m-md-n2 {
        margin:-0.5rem!important;
    }

    .mt-md-n2, .my-md-n2 {
        margin-top:-0.5rem!important;
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right:-0.5rem!important;
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom:-0.5rem!important;
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left:-0.5rem!important;
    }

    .m-md-n3 {
        margin:-1rem!important;
    }

    .mt-md-n3, .my-md-n3 {
        margin-top:-1rem!important;
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right:-1rem!important;
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom:-1rem!important;
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left:-1rem!important;
    }

    .m-md-n4 {
        margin:-1.5rem!important;
    }

    .mt-md-n4, .my-md-n4 {
        margin-top:-1.5rem!important;
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right:-1.5rem!important;
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom:-1.5rem!important;
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left:-1.5rem!important;
    }

    .m-md-n5 {
        margin:-3rem!important;
    }

    .mt-md-n5, .my-md-n5 {
        margin-top:-3rem!important;
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right:-3rem!important;
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom:-3rem!important;
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left:-3rem!important;
    }

    .m-md-auto {
        margin:auto!important;
    }

    .mt-md-auto, .my-md-auto {
        margin-top:auto!important;
    }

    .mr-md-auto, .mx-md-auto {
        margin-right:auto!important;
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom:auto!important;
    }

    .ml-md-auto, .mx-md-auto {
        margin-left:auto!important;
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin:0!important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top:0!important;
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right:0!important;
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom:0!important;
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left:0!important;
    }

    .m-lg-1 {
        margin:0.25rem!important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top:0.25rem!important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right:0.25rem!important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom:0.25rem!important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left:0.25rem!important;
    }

    .m-lg-2 {
        margin:0.5rem!important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top:0.5rem!important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right:0.5rem!important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom:0.5rem!important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left:0.5rem!important;
    }

    .m-lg-3 {
        margin:1rem!important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top:1rem!important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right:1rem!important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom:1rem!important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left:1rem!important;
    }

    .m-lg-4 {
        margin:1.5rem!important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top:1.5rem!important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right:1.5rem!important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom:1.5rem!important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left:1.5rem!important;
    }

    .m-lg-5 {
        margin:3rem!important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top:3rem!important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right:3rem!important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom:3rem!important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left:3rem!important;
    }

    .p-lg-0 {
        padding:0!important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top:0!important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right:0!important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom:0!important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left:0!important;
    }

    .p-lg-1 {
        padding:0.25rem!important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top:0.25rem!important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right:0.25rem!important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom:0.25rem!important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left:0.25rem!important;
    }

    .p-lg-2 {
        padding:0.5rem!important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top:0.5rem!important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right:0.5rem!important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom:0.5rem!important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left:0.5rem!important;
    }

    .p-lg-3 {
        padding:1rem!important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top:1rem!important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right:1rem!important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom:1rem!important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left:1rem!important;
    }

    .p-lg-4 {
        padding:1.5rem!important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top:1.5rem!important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right:1.5rem!important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom:1.5rem!important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left:1.5rem!important;
    }

    .p-lg-5 {
        padding:3rem!important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top:3rem!important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right:3rem!important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom:3rem!important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left:3rem!important;
    }

    .m-lg-n1 {
        margin:-0.25rem!important;
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top:-0.25rem!important;
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right:-0.25rem!important;
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom:-0.25rem!important;
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left:-0.25rem!important;
    }

    .m-lg-n2 {
        margin:-0.5rem!important;
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top:-0.5rem!important;
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right:-0.5rem!important;
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom:-0.5rem!important;
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left:-0.5rem!important;
    }

    .m-lg-n3 {
        margin:-1rem!important;
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top:-1rem!important;
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right:-1rem!important;
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom:-1rem!important;
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left:-1rem!important;
    }

    .m-lg-n4 {
        margin:-1.5rem!important;
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top:-1.5rem!important;
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right:-1.5rem!important;
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom:-1.5rem!important;
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left:-1.5rem!important;
    }

    .m-lg-n5 {
        margin:-3rem!important;
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top:-3rem!important;
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right:-3rem!important;
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom:-3rem!important;
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left:-3rem!important;
    }

    .m-lg-auto {
        margin:auto!important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top:auto!important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right:auto!important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom:auto!important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left:auto!important;
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin:0!important;
    }

    .mt-xl-0, .my-xl-0 {
        margin-top:0!important;
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right:0!important;
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom:0!important;
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left:0!important;
    }

    .m-xl-1 {
        margin:0.25rem!important;
    }

    .mt-xl-1, .my-xl-1 {
        margin-top:0.25rem!important;
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right:0.25rem!important;
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom:0.25rem!important;
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left:0.25rem!important;
    }

    .m-xl-2 {
        margin:0.5rem!important;
    }

    .mt-xl-2, .my-xl-2 {
        margin-top:0.5rem!important;
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right:0.5rem!important;
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom:0.5rem!important;
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left:0.5rem!important;
    }

    .m-xl-3 {
        margin:1rem!important;
    }

    .mt-xl-3, .my-xl-3 {
        margin-top:1rem!important;
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right:1rem!important;
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom:1rem!important;
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left:1rem!important;
    }

    .m-xl-4 {
        margin:1.5rem!important;
    }

    .mt-xl-4, .my-xl-4 {
        margin-top:1.5rem!important;
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right:1.5rem!important;
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom:1.5rem!important;
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left:1.5rem!important;
    }

    .m-xl-5 {
        margin:3rem!important;
    }

    .mt-xl-5, .my-xl-5 {
        margin-top:3rem!important;
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right:3rem!important;
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom:3rem!important;
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left:3rem!important;
    }

    .p-xl-0 {
        padding:0!important;
    }

    .pt-xl-0, .py-xl-0 {
        padding-top:0!important;
    }

    .pr-xl-0, .px-xl-0 {
        padding-right:0!important;
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom:0!important;
    }

    .pl-xl-0, .px-xl-0 {
        padding-left:0!important;
    }

    .p-xl-1 {
        padding:0.25rem!important;
    }

    .pt-xl-1, .py-xl-1 {
        padding-top:0.25rem!important;
    }

    .pr-xl-1, .px-xl-1 {
        padding-right:0.25rem!important;
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom:0.25rem!important;
    }

    .pl-xl-1, .px-xl-1 {
        padding-left:0.25rem!important;
    }

    .p-xl-2 {
        padding:0.5rem!important;
    }

    .pt-xl-2, .py-xl-2 {
        padding-top:0.5rem!important;
    }

    .pr-xl-2, .px-xl-2 {
        padding-right:0.5rem!important;
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom:0.5rem!important;
    }

    .pl-xl-2, .px-xl-2 {
        padding-left:0.5rem!important;
    }

    .p-xl-3 {
        padding:1rem!important;
    }

    .pt-xl-3, .py-xl-3 {
        padding-top:1rem!important;
    }

    .pr-xl-3, .px-xl-3 {
        padding-right:1rem!important;
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom:1rem!important;
    }

    .pl-xl-3, .px-xl-3 {
        padding-left:1rem!important;
    }

    .p-xl-4 {
        padding:1.5rem!important;
    }

    .pt-xl-4, .py-xl-4 {
        padding-top:1.5rem!important;
    }

    .pr-xl-4, .px-xl-4 {
        padding-right:1.5rem!important;
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom:1.5rem!important;
    }

    .pl-xl-4, .px-xl-4 {
        padding-left:1.5rem!important;
    }

    .p-xl-5 {
        padding:3rem!important;
    }

    .pt-xl-5, .py-xl-5 {
        padding-top:3rem!important;
    }

    .pr-xl-5, .px-xl-5 {
        padding-right:3rem!important;
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom:3rem!important;
    }

    .pl-xl-5, .px-xl-5 {
        padding-left:3rem!important;
    }

    .m-xl-n1 {
        margin:-0.25rem!important;
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top:-0.25rem!important;
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right:-0.25rem!important;
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom:-0.25rem!important;
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left:-0.25rem!important;
    }

    .m-xl-n2 {
        margin:-0.5rem!important;
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top:-0.5rem!important;
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right:-0.5rem!important;
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom:-0.5rem!important;
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left:-0.5rem!important;
    }

    .m-xl-n3 {
        margin:-1rem!important;
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top:-1rem!important;
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right:-1rem!important;
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom:-1rem!important;
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left:-1rem!important;
    }

    .m-xl-n4 {
        margin:-1.5rem!important;
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top:-1.5rem!important;
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right:-1.5rem!important;
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom:-1.5rem!important;
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left:-1.5rem!important;
    }

    .m-xl-n5 {
        margin:-3rem!important;
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top:-3rem!important;
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right:-3rem!important;
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom:-3rem!important;
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left:-3rem!important;
    }

    .m-xl-auto {
        margin:auto!important;
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top:auto!important;
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right:auto!important;
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom:auto!important;
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left:auto!important;
    }
}

.text-nowrap {
    white-space:nowrap!important;
}

.text-left {
    text-align:left!important;
}

.text-right {
    text-align:right!important;
}

.text-center {
    text-align:center!important;
}

.text-uppercase {
    text-transform:uppercase!important;
}

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

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

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

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

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

a.text-dark:focus, a.text-dark:hover {
    color:#121416!important;
}

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

.visible {
    visibility:visible!important;
}

@media print {
    *, ::after, ::before {
        text-shadow:none!important;
        box-shadow:none!important;
    }

    a:not(.btn) {
        text-decoration:underline;
    }

    abbr[title]::after {
        content:" (" attr(title) ")";
    }

    pre {
        white-space:pre-wrap!important;
    }

    blockquote, pre {
        border:1px solid #adb5bd;
        page-break-inside:avoid;
    }

    thead {
        display:table-header-group;
    }

    img, tr {
        page-break-inside:avoid;
    }

    h2, h3, p {
        orphans:3;
        widows:3;
    }

    h2, h3 {
        page-break-after:avoid;
    }

    @page {
        size:a3;
    }

    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 td, .table-bordered th {
        border:1px solid #dee2e6!important;
    }

    .table .thead-dark th {
        color:inherit;
        border-color:#dee2e6;
    }
}

@font-face {
    font-family:"Open Sans";
    font-style:normal;
    font-weight:400;
    font-stretch:100%;
    font-display:swap;
    src:url(open_sans_latin.woff2) format("woff2");
    unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

@font-face {
    font-family:"Open Sans";
    font-style:normal;
    font-weight:400;
    font-stretch:100%;
    font-display:swap;
    src:url(open_sans_latin_ext.woff2) format("woff2");
    unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
    font-family:"Open Sans";
    font-style:normal;
    font-weight:400;
    font-stretch:100%;
    font-display:swap;
    src:url(open_sans_cyrillic.woff2) format("woff2");
    unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

body {
    font-family:"Open Sans",sans-serif;
    font-size:14px;
    background-color:#f8f8f8!important;
}

a {
    color:#004080;
}

h5 {
    color:#4e637e;
}

.header-nav {
    background:#f5f5f5;
    border-bottom:1px solid #e5e5e5;
    padding:10px 0;
}

h1 {
    font-size:22px;
    padding:0 0 2px 0;
    margin:0 0 10px 0!important;
}

h2 {
    font-size:21px;
    padding:0 0 5px 0;
    margin:0 0 15px 0!important;
}

.category_title {
    text-align:center;
}

#checkoutOrderForm td, #checkoutOrderForm th {
    border-top:0;
}

.input-container {
    position:relative;
    background-color:#fff;
    border:1px solid rgb(0 0 0 / .125);
    border-radius:5px;
    padding:0;
}

.radio-button {
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    margin:0;
    cursor:pointer;
}

.radio-button:checked+.radio-tile {
    border:2px solid #3c9eff;
    border-radius:5px;
}

.radio-tile {
    display:flex;
    flex-direction:column;
    justify-content:center;
    width:100%;
    height:100%;
    padding:10px;
}

h3 {
    font-size:1.3em;
    padding-bottom:10px;
}

textarea {
    margin:auto;
    display:block;
    width:95%;
}

FIELDSET {
    padding:13px;
    margin:10px 0 17px 0;
    border:1px solid #d6d6d6;
}

.left, .float-left, .back, #logo, .specialsListBoxContents, .centerBoxContentsAlsoPurch {
    float:left;
}

.right, .forward {
    float:right;
}

.clearBoth {
    clear:both;
}

.bold {
    font-weight:700;
}

label.inputLabel {
    width:155px;
    float:left;
}

HR {
    height:1px;
    margin:5px 0;
    border:none;
    border-bottom:1px solid #e4e4e4;
}

#navBreadCrumb {
    margin:15px 0 0 0;
    font-size:12px;
    color:#999;
}

.cart-icon {
    width:16px;
    height:15px;
    margin:1px 6px 0 0;
}

#cartSubTotal {
    text-align:right;
    line-height:2.2em;
    font-size:16px;
}

.tableHeading, #cartSubTotal {
    height:2.2em;
}

.cartTotalDisplay {
    padding:.5em 0em;
}

.cartTotalDisplay {
    text-align:right;
    padding-right:.2em;
    font-size:18px;
}

#cartBoxListWrapper a {
    color:#0075e2;
}

#cartBoxListWrapper ul, #ezPageBoxList ul {
    list-style-type:none;
}

#cartBoxListWrapper li, #ezPageBoxList li {
    margin:0;
    padding:.2em 0em;
}

#cartBoxEmpty {
    font-weight:700;
    padding:6px;
}

.lineTitle, .amount {
    text-align:right;
    padding:.2em;
}

.amount {
    width:5.5em;
}

.centerBoxWrapper {
    margin:20px 0 20px 0;
}

.main-sidebox-header-left, .main-sidebox-header-right {
    padding-left:.3em;
    padding-right:0;
    padding-top:0;
    padding-bottom:0;
}

.main-sidebox-header-left {
    background:url(../images/main_sidebox_left.gif) no-repeat left top!important;
}

.main-sidebox-header-right {
    background:url(../images/main_sidebox_right.gif) no-repeat right top!important;
}

.leftBoxHeading {
    margin:0;
}

.leftBoxContainer {
    margin:0 0 20px 0;
    background-color:#fff;
}

.leftBoxContainer {
    border:1px solid rgb(0 0 0 / .125);
}

.sideBoxContent {
    padding:5px 10px;
}

A.category-links, A.category-links:visited {
    color:#004080;
    text-decoration:none;
}

.rowOdd {
    background-color:#fff;
    height:1.5em;
    vertical-align:top;
}

.rowEven {
    background-color:#fff;
}

.hiddenField {
    display:none;
}

.visibleField {
    display:inline;
}

#myAccountGen li, #myAccountNotify li {
    margin:0;
}

.accountTotalDisplay, .accountTaxDisplay {
    width:20%;
    text-align:right;
}

.accountQuantityDisplay {
    width:10%;
    vertical-align:top;
}

tr.tableHeading {
    background-color:#dadada;
    height:2em;
}

LABEL#textAreaReviews {
    font-weight:400;
    margin:1em 0em;
}

.information {
    padding:10px 3px;
    line-height:150%;
    width:70%;
    float:left;
}

.footer {
    background:#f5f5f5;
    padding:30px 0;
}

.footer a {
    color:#ddd;
}

.footer-heading {
    padding:0;
}

.contact-info-area {
    margin-bottom:30px;
}

.contanct-details {
    overflow:hidden;
    padding-top:10px;
}

.contanct-details:last-child {
    border-bottom:none;
}

.info-icon {
    float:left;
    font-size:22px;
    padding:0 10px 0 0;
}

.info-content {
    padding-top:6px;
}

.info-content ul {
    padding-left:18px;
}

.info-content p {
    margin-bottom:0;
}

.info-content li {
    padding:4px 0;
}

.leftBoxHeading {
    font-size:18px;
    background:#ececeb;
    padding:7px 15px;
    margin:0;
}

.centerBoxHeading {
    padding:7px 15px;
    margin:10px 0;
    font-size:22px;
    text-align:center;
}

.centerBoxContentsAlsoPurch a {
    text-decoration:none;
}

.centerBoxContentsAlsoPurch, .specialsListBoxContents {
    width:161px!important;
    border:1px solid #ebebeb;
    margin:8px 8px 0 0!important;
    padding:10px 10px 12px 10px;
    font-size:11px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    position:relative;
}

.featured_products {
    float:left;
    height:245px;
    width:161px!important;
    border:1px solid #ebebeb;
    margin:8px 8px 0 0!important;
    padding:10px 10px 12px 10px;
    font-size:11px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    position:relative;
}

.featured_products a {
    text-decoration:none;
    margin:0;
}

.featured_name {
    padding:0;
}

#main-product-image-block {
    float:left;
    border:1px solid rgb(0 0 0 / .125);
    text-align:center;
    position:relative;
    padding:20px 5px 10px 5px;
    min-height:350px;
    margin-bottom:5px;
    background-color:#fff;
}

#main-product-image-block .fancybox img {
    max-width:100%;
    height:100%;
    max-height:420px;
    object-fit:contain;
}

#additional-procuct-image-block {
    padding:5px 0;
}

.additional_image_holder:first-child {
    margin-left:0!important;
}

div.additional-procuct-image {
    width:82px;
    height:82px;
    margin:0 2px 2px 0;
    border:1px solid #e6e6e6;
    display:table;
}

#product-info-block {
    float:right;
    text-align:center;
}

#product-info-block table {
    width:100%;
    text-align:left;
}

tr.odd td, tr.odd th {
    background:#f0f8ff;
}

.image-holder {
    justify-content:center;
    align-items:center;
    width:100px;
    display:flex;
    text-align:center;
    padding:5px;
}

.product-listing-price {
    display:inline-block;
    font:24px Arial;
    color:#93cc1d;
    margin-top:20px;
}

a.button {
    background:#fff0 url(../buttons/bg_button_a.gif) no-repeat scroll top right;
    color:#444;
    display:block;
    float:right;
    font:normal 12px arial,sans-serif;
    height:24px;
    margin-right:6px;
    padding-right:18px;
    text-decoration:none;
}

a.button span {
    background:#fff0 url(../buttons/bg_button_span.gif) no-repeat;
    display:block;
    line-height:14px;
    padding:5px 0 5px 18px;
}

a.button:active {
    background-position:bottom right;
    color:#000;
    outline:none;
}

a.button:active span {
    background-position:bottom left;
    padding:6px 0 4px 18px;
}

.button_update_cart {
    color:red;
}

#manufacturer_filter a:hover {
    border:1px solid #4a88c2;
}

#manufacturer_filter img {
    padding:4px;
    text-align:center;
    overflow:hidden;
}

#manufacturer_filter ul {
    margin:0;
    padding:0;
}

#manufacturer_filter li {
    display:inline-block;
    width:170px;
    height:43px;
    text-align:center;
    padding:4px;
    margin:0;
}

a.listing-price {
    float:right;
    margin-top:5px;
    font-size:12px;
    font-weight:700;
}

.centerBoxContentsIndex {
    height:225px;
    text-align:center;
    border:1px solid #e2e2e2;
    background-color:#fff;
    padding:10px 5px;
}

.centerBoxContentsIndex a {
    display:block;
    height:100%;
    text-decoration:none;
}

.centerBoxContentsIndex:hover {
    border:1px solid #3c9eff;
}

.centerBoxContentsIndex a {
    font-size:14px;
    font-weight:600;
}

.categorynamelinks {
    font-size:15px;
    font-weight:300;
}

#chcategories ul {
    list-style:none;
    margin:0 0 5px 0;
    padding:0;
}

#chcategories ul a {
    display:list-item;
    list-style:none;
    font-size:13px;
    color:#4d4d4d;
    margin:4px 0;
    padding:2px 0;
    padding:0.5rem!important;
    border-bottom:1px solid #e5e5e7;
}

#chcategories ul ul {
    list-style:none;
    border:none;
    margin:0 0 .4em 0;
    padding:0 0 0 1em;
}

#chcategories ul ul a, #chcategories a.category-links {
    display:list-item;
    list-style:circle;
    font-weight:400;
    padding:2px;
    font-size:12px;
}

#chcategories a.cat-parent {
    font-weight:700;
}

#chcategories a.cat-selected {
    font-weight:700;
}

#chcategories a.category-links {
    list-style:none;
}

#chcategories ul ul ul .cat-products a {
    list-style:none;
}

#chcategories .cat-subs a:hover, #chcategories .cat-products a:hover, a.category-links:hover {
    text-decoration:underline;
}

table.spec tr.odd {
    border-top:1px solid #fff;
}

tr.even td, tr.even th {
    background:#ebf8fe;
}

tr.odd td, tr.odd th {
    background:#fff;
    border-top:1px solid #fff;
}

.tags {
    margin:0;
    padding:0;
    position:absolute;
    top:10px;
    right:-6px;
    list-style:none;
}

.tags li, .tags a, .tags span {
    float:left;
    height:24px;
    line-height:24px;
    position:relative;
    font-size:11px;
}

.tags a, .tags span {
    margin-left:20px;
    padding:0 8px 0 10px;
    background:#93cc1d;
    color:#fff;
    text-decoration:none;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;
    border-top-right-radius:4px;
}

.tags a:before, .tags span:before {
    content:"";
    float:left;
    position:absolute;
    top:0;
    left:-12px;
    width:0;
    height:0;
    border-color:#fff0 #93cc1d #fff0 #fff0;
    border-style:solid;
    border-width:12px 12px 12px 0;
}

.tags a:after, .tags span:after {
    content:"";
    position:absolute;
    top:10px;
    left:0;
    float:left;
    width:4px;
    height:4px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background:#fff;
    -moz-box-shadow:-1px -1px 2px #004977;
    -webkit-box-shadow:-1px -1px 2px #004977;
    box-shadow:-1px -1px 2px #004977;
}

.tags a:hover {
    background:#555;
}

.tags a:hover:before {
    border-color:#fff0 #555 #fff0 #fff0;
}

.in_stock {
    border:1px solid #6bc2d5;
}

.medium {
    font-size:12px;
    padding:.4em 1.5em .42em;
}

.small {
    font-size:11px;
    padding:.2em 1em .275em;
}

.white {
    color:#606060;
    border:solid 1px #b7b7b7;
    background:#fff;
    background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#ededed));
    background:-moz-linear-gradient(top,#fff,#ededed);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed');
}

.white:hover {
    background:#ededed;
    background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#dcdcdc));
    background:-moz-linear-gradient(top,#fff,#dcdcdc);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#dcdcdc');
}

.white:active {
    color:#999;
    background:-webkit-gradient(linear,left top,left bottom,from(#ededed),to(#fff));
    background:-moz-linear-gradient(top,#ededed,#fff);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff');
}

.header_search {
    margin-top:7px;
}

.product_holder {
    float:left;
    height:345px;
    width:100%;
    text-align:center;
    position:relative;
    border:1px solid #fff0;
    background-color:#fff;
    background-clip:border-box;
    border:1px solid rgb(0 0 0 / .125);
    border-radius:.25rem;
}

.product_holder:hover {
    border:1px solid #e2e2e2;
    box-shadow:0 4px 15px rgb(153 153 153 / .3);
}

.product_image {
    height:200px;
    padding-top:20px;
}

.product_image a {
    height:100%;
    display:inline-block;
}

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

.product_name {
    padding:7px 4px;
    height:68px;
    font-size:13px;
}

.product_name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 52px;
}

.product_name a:hover {
    text-decoration:underline;
}

.product_price {
    font-size:15px;
    font-weight:900;
    padding:3px 0;
}

.product_button {
    text-transform:uppercase;
    font-weight:700;
    font-size:11px;
    width:61%;
    margin:auto;
}

.opacity {
    opacity:.5;
    filter:alpha(opacity=40);
}

#checkoutShippingFormsplit fieldset {
    padding:0;
    margin:10px;
}

#checkoutShippingFormsplit fieldset:hover {
    border:1px solid #129fea;
}

.shipping_dropdown select {
    padding:5px;
}

#customer_inputs {
    margin:0 auto;
}

.button_checkout input {
    width:270px;
}

@media only screen and (max-width:480px),only screen and (max-device-width:480px) {
    #headerWrapper {
        height:auto;
    }

    .centerColumn {
        margin:auto;
    }

    #main-product-image-block {
        float:none;
        width:100%;
    }

    #contentMainWrapper {
        padding:0;
        margin:auto;
        width:95%;
    }

    #additional-procuct-image-block {
        display:none;
    }

    #customer_inputs {
        width:100%;
    }

    label.inputLabel {
        width:38%;
    }

    .button_checkout input {
        width:auto;
    }

    #navSuppWrapper {
        display:none;
    }

    .cat_image img {
        max-width:95%;
    }
}

.old_price {
    font-size:13px;
    padding:5px;
    text-decoration:line-through;
    color:#a3a3a3;
}

.new_price {
    font-size:22px;
    color:#ff3b40;
}

form #website {
    display:none;
}

form #email-address {
    display:none;
}

.sale_tag {
    position:absolute;
    top:5px;
    right:5px;
}

.sale_tag p {
    background:#ffa726 none repeat scroll 0 0;
    color:#fff;
    text-transform:uppercase;
    padding:2px 15px;
    font-size:12px;
}

.instock_tag {
    position:absolute;
    top:5px;
    left:5px;
}

.instock_tag p {
    background:#17a2b8 none repeat scroll 0 0;
    color:#fff;
    text-transform:uppercase;
    padding:2px 15px;
    font-size:12px;
}

.helper {
    display:inline-block;
    height:100%;
    vertical-align:middle;
}

.cat_image {
    height:80%;
}

.col {
    padding-right:7px;
    padding-left:7px;
}

.swipe {
    overflow:hidden;
    visibility:hidden;
    position:relative;
}

.info_delivery {
    padding:10px;
    border-top:1px solid #dee2e6;
}

.info_delivery i {
    font-size:17px;
    width:27px;
    text-align:center;
}

.btn-primary {
    background-color:#dc9814;
    background-color:#1cb841;
    border:1px solid #fff0;
    font-size:12px;
}

.btn-primary:hover {
    background-color:#404040;
    border:1px solid #fff0;
}

.btn-primary:active {
    background-color:#404040;
    border:1px solid #fff0;
}

.form-inline label {
    font-size:17px;
}

.tab-content {
    background-color:#fff;
}

.additional_image_holder {
    text-align:center;
    margin:5px;
    display:flex;
    border:1px solid #e6e6e6;
    padding:5px;
    width:110px;
    height:110px;
    background-color:#fff;
}

#delivery {
    padding:25px;
}

.brand_list {
    height:150px;
    padding:6px 4px;
}

.brand_list img {
    display:block;
    max-height:100%;
    max-width:100%;
    width:auto;
    height:100px;
    margin:auto;
    margin-bottom:4px;
}

.brand_list .cat_image {
    height:auto;
}

.brand_list .helper {
    display:inherit;
}

.brand_list .categorynamelinks {
    font-size:14px;
}

#productListHeading {
    padding:10px 5px;
    text-align:center;
}

.nav-item .nav-link, .nav-item .dropdown-toggle {
    display:block;
    padding:10px;
    font-size:16px;
}

.cart_count {
    display:block;
    position:absolute;
    top:3px;
    right:10px;
    font-weight:700;
    background-color:#e59700;
    color:#fff;
    border-radius:9px;
    min-width:20px;
    height:20px;
}

.modal-body {
    height:100%;
}

#checkoutSuccessHeading {
    padding-top:10px;
    padding-bottom:5px;
}

.btn-sm, .btn-group-sm>.btn {
    border-radius:0;
}

.modal-content {
    border-radius:0;
}

.swiper-slide {
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    text-align:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
}

.product_info_block table td, .product_info_block table th {
    border-top:none;
    padding:.5rem;
}

#stock_notification input, #stock_notification button {
    font-size:.9rem;
    text-align:center;
    border-radius:0;
}

.card-header {
    background-color:inherit;
}

.card-header h3 {
    margin:0;
}

#accordion {
    padding-bottom:30px;
}

.table-borderless td, .table-borderless th {
    border:none;
}

.modal-title {
    font-size:18px;
    color:#191919;
}

.alert-gray {
    background-color:#fffdf7;
    border-color:#ededed;
}

.slide-menu {
    position:fixed;
    width:320px;
    max-width:100%;
    height:100vh;
    top:0;
    right:0;
    display:none;
    overflow:hidden;
    box-sizing:border-box;
    transform:translateX(100%);
    overflow-y:auto;
    z-index:1000;
}

.slide-menu, .slide-menu .slide-menu__slider {
    transition:transform 0.3s ease-in-out;
    will-change:transform;
}

.slide-menu .slide-menu__slider {
    width:100%;
    transform:translateX(0);
}

.slide-menu ul {
    position:relative;
    width:100%;
    margin:0;
    padding-left:0;
    list-style:none;
}

.slide-menu ul ul {
    position:absolute;
    top:0;
    left:100%;
    display:none;
}

.slide-menu ul a {
    display:block;
}

.slide-menu a {
    cursor:pointer;
}

main #events {
    font-family:monospace;
    font-size:80%;
}

.slide-menu::-webkit-scrollbar {
    width:0;
    background:0 0;
}

.slide-menu::-webkit-scrollbar-thumb {
    background:red;
}

.slide-menu {
    width:90%;
    max-width:350px;
    background-color:#213545;
    overflow-y:scroll;
}

.slide-menu, .slide-menu a {
    font-size:.8rem;
    color:#fff;
}

.slide-menu a {
    padding:.9rem 1.5rem;
    border-bottom:1px solid #14202a;
    text-decoration:none;
}

.slide-menu a:hover {
    background-color:#172531;
}

.slide-menu .controls {
    display:flex;
}

.slide-menu .btn {
    padding:.75rem 1.5rem;
    flex:1 0 auto;
    font-size:90%;
    color:#fff;
    background-color:#172531;
    text-transform:uppercase;
}

.slide-menu .btn:first-of-type {
    text-align:left;
}

.slide-menu .btn:last-of-type {
    text-align:right;
}

.slide-menu .slide-menu__backlink {
    text-transform:uppercase;
}

#test-menu-left p {
    font-size:110%;
    padding-left:1.25rem;
    padding-right:1.25rem;
}

.cat_description {
    padding-bottom:10px;
}

#long_cat_descr ul {
    padding-bottom:30px;
}

#long_cat_descr {
    padding-bottom:30px;
    padding-top:30px;
}

#faq a {
    font-size:15px;
}

#faq .card-header {
    padding:20px;
}

.payment-container {
    font-family:"Segoe UI",Roboto,Arial,sans-serif;
    padding:0 20px 40px 20px;
    max-width:1200px;
    margin:auto;
    color:#333;
}

.payment-title {
    font-size:1.8rem;
    margin-bottom:30px;
    text-align:center;
}

.payment-description {
    font-size:1rem;
    text-align:center;
    max-width:800px;
    margin:0 auto 50px;
}

.payment-grid {
    display:grid;
    gap:30px;
}

.payment-option {
    background:#fff;
    border-radius:12px;
    box-shadow:0 2px 10px rgb(0 0 0 / .05);
    padding:25px;
    transition:all 0.3s ease;
}

.option-title {
    font-size:1.2rem;
    margin-bottom:15px;
}

.option-title i {
    font-size:1rem;
    margin-bottom:15px;
    padding-right:5px;
}

.option-description {
    margin-bottom:10px;
}

.bank-images, .apple-google-icons, .card-icons {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}

.bank-images {
    gap:10px;
}

.apple-google-icons, .card-icons {
    gap:15px;
    margin-top:10px;
}

.option-logo {
    height:50px;
}

.payment-security {
    margin-top:50px;
    text-align:center;
}

.security-title {
    font-size:1.2rem;
    margin-bottom:10px;
}

.security-description {
    font-size:1rem;
    color:#444;
}

.ssl-logo {
    max-height:80px;
    margin-right:15px;
    margin-top:15px;
}

.shipping-option .description {
    flex:0 0 60%;
    padding:10px;
}

.shipping-option .price {
    flex:0 0 20%;
    padding:10px;
    text-align:right;
}

.icon-link {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    text-decoration: none;
}

.menu-trigger-button {
    background-color: transparent;
    border: none;
    padding: 0.25rem;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    color: #212529;
}

.menu-trigger-button svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
}

.menu-trigger-button .menu-trigger-text {
    padding-left: 8px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.menu-trigger-button > * {
    pointer-events: none;
}

.checkout-form select {
    font-size: 14px !important;
}

details {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 15px;
    transition: all 0.3s ease;
}

summary {
    font-weight: 600;
    font-size: 1.0rem;
    color: #2c3e50;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 25px;
}

summary::-webkit-details-marker {
    display: none;
}

#productDescription ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 15px;
}

#productDescription ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    line-height: 1.6;
}

#productDescription ul li::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #28a745;
    font-size: 1.1rem;
}

#sticky-cart-bar {
    position: fixed;
    bottom: -100px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    padding: 10px 20px;
    z-index: 1000;
    transition: bottom 0.3s ease;
}

#sticky-cart-bar.visible {
    bottom: 0;
}

.sticky-price {
    font-weight: bold;
    font-size: 1.2rem;
    color: #d9534f;
}

#navBreadCrumb {
    font-size: 0.8rem;
    line-height: 1.4;
}

#navBreadCrumb a {
    text-decoration: none;
}

#navBreadCrumb a:hover {
    text-decoration: underline;
}

#productDescription {
    padding:25px;
}

#productDescription p {
    padding:5px;
    margin:0;
}

#productDescription table {
    width:100%;
    border-spacing:1px;
}

#productDescription table, #productDescription td {
    height:28px;
    border:1px solid #fff;
    color:#333;
}

#productDescription tbody th {
    text-align:left;
    font-weight:700;
}

#productDescription tbody tr td, #productDescription tbody tr th {
    border:1px solid #e6e6e6;
    padding:.75rem;
}

#productDescription tfoot td, #productDescription tfoot th {
    border-left:none;
    border-top:1px solid #ccc;
    padding:4px;
}

#productDescription caption {
    text-align:left;
    font-size:120%;
    padding:10px 0;
    color:#666;
}

#productDescription img {
    max-width:100%;
    height:auto;
}

#productDescription h2, #productDescription h3 {
    padding-top:15px;
}

#productDescription {
    font-size: 14px;
    line-height: 1.7;
    color: #3b4249;
    letter-spacing: 0.2px;
}

#productDescription h2 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 2.5rem 0 1.2rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #f0f2f5;
}

#productDescription h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 1.5rem;
}

#productDescription > p:first-of-type {
    font-size: 1.0rem;
    font-weight: 500;
    color: #004080;
    background: #f8fafd;
    padding: 18px 20px;
    border-left: 4px solid #004080;
    border-radius: 0 8px 8px 0;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.02);
}

#productDescription > p:last-of-type {
    margin-top: 2rem;
    padding: 15px;
    background-color: #fcfdfd;
    border: 1px dashed #e1e4e8;
    border-radius: 6px;
    font-size: 0.95rem;
}

#productDescription ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
}

#productDescription ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
}

#productDescription ul li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 3px;
    color: #28a745;
    font-size: 1.2rem;
}

#productDescription ul li strong {
    color: #1a1a1a;
}

.nav-tabs {
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 20px;
}

.nav-tabs .nav-item {
    margin-bottom: -2px;
}

.nav-tabs .nav-link {
    border: none;
    color: #6c757d;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 10px 20px;
    background: transparent;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link:hover {
    color: #004080;
    border: none;
}

.nav-tabs .nav-link.active {
    color: #004080;
    background: transparent;
    border: none;
    border-bottom: 3px solid #004080;
}

#productDescription table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 1.5rem 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #edf2f7;
}

#productDescription table th, #productDescription table td {
    padding: 14px 16px;
    border-bottom: 1px solid #edf2f7;
    font-size: 0.95rem;
}

#productDescription table th, #productDescription table td:first-child {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #495057;
    width: 40%;
}

#productDescription table tr:last-child td {
    border-bottom: none;
}

#sticky-cart-bar {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 -4px 20px rgba(0,0,0,0.05);
    padding: 12px 20px;
    border-radius: 16px 16px 0 0;
}

.v-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.v-lightbox.active {
    opacity: 1;
    pointer-events: all;
}

.v-lightbox img {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    user-select: none;
}

.v-lightbox.active img {
    transform: scale(1);
}

.v-lightbox-btn {
    position: absolute;
    background: none;
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
    padding: 20px;
    z-index: 2;
    transition: 0.2s;
}

.v-lightbox-btn:hover {
    color: #ccc;
}

.v-lightbox-close {
    top: 10px;
    right: 15px;
    font-size: 40px;
}

.v-lightbox-prev {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.v-lightbox-next {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .v-lightbox-prev, .v-lightbox-next {
        display: none !important;
    }
}

.swiper-container-wrapper, .swiper-container {
    position: relative;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab;
    column-gap: 20px;
}

.swiper-wrapper:active {
    cursor: grabbing;
}

.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    scroll-snap-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide a, .swiper-slide img {
    user-select: none;
    -webkit-user-drag: none;
    border-radius: 0 !important;
}

.swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    pointer-events: none;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #000;
    opacity: 0.2;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.3s;
    pointer-events: auto;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #0b6bcb;
}

.v-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #ddd;
    color: #333;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    font-size: 20px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-slider-btn:hover {
    background: #fff;
}

.v-slider-prev {
    left: 10px;
}

.v-slider-next {
    right: 10px;
}

@media (max-width: 768px) {
    .v-slider-btn {
        display: none;
    }
}

.menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 1040;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.menu-backdrop.is-visible {
    opacity: 1;
    pointer-events: all;
}

.modern-slide-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    max-width: 85vw;
    height: 100vh;
    background-color: #1e293b;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    transform: translateX(-105%);
    box-shadow: none;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
}

.modern-slide-menu.is-open {
    transform: translateX(0);
    box-shadow: 5px 0 25px rgba(0,0,0,0.5);
}

.menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: #0f172a;
    color: #fff;
    border-bottom: 1px solid #334155;
}

.menu-title {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-close-menu {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
}

.menu-scrollable {
    flex-grow: 1;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.menu-scrollable::-webkit-scrollbar {
    display: none;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0px 10px;
}

.menu-list li a {
    display: block;
    padding: 14px 20px;
    color: #e2e8f0;
    font-size: 15px;
    text-decoration: none;
    border-bottom: 1px solid #334155;
    transition: background 0.2s;
}

.menu-list li a:hover, .menu-list li a:active {
    background-color: #334155;
    color: #fff;
}

.menu-divider {
    border: none;
    border-bottom: 5px solid #0f172a;
    margin: 0;
}

.menu-list-secondary li a {
    color: #94a3b8;
    font-size: 14px;
}

.menu-list-secondary li a i {
    width: 25px;
    text-align: center;
    color: #64748b;
}

.menu-list ul {
    display: none;
    background: #0f172a;
    padding-left: 15px;
}

.menu-list ul.is-open {
    display: block;
}

.menu-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-has-children > a::after {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    transition: 0.3s;
}

.menu-has-children.open > a::after {
    transform: rotate(180deg);
}

.motivs-cart-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1055;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 12px;
    outline: 0;
}

.motivs-cart-modal__dialog {
    max-width: 520px;
    margin: 10vh auto;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
}

.motivs-cart-modal.show .motivs-cart-modal__dialog {
    transform: translateY(0);
    opacity: 1;
}

.motivs-cart-modal__content {
    border: 0;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.motivs-cart-modal__header {
    border-bottom: 1px solid #f3f4f6;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.motivs-cart-modal__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.motivs-cart-modal__title .fa-check {
    color: #10b981;
}

.motivs-cart-modal__close {
    background: transparent;
    border: 0;
    font-size: 1.5rem;
    color: #9ca3af;
    cursor: pointer;
    padding: 4px;
    transition: color 0.2s ease;
}

.motivs-cart-modal__close:hover {
    color: #111827;
}

.motivs-cart-modal__body {
    padding: 24px;
}

.motivs-cart-modal__image {
    max-height: 120px;
    object-fit: contain;
    border-radius: 8px;
}

.motivs-cart-modal__product-name {
    line-height: 1.4;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
}

.motivs-cart-modal__meta {
    font-size: 0.95rem;
    color: #4b5563;
    margin-bottom: 4px;
}

.motivs-cart-modal__value {
    font-weight: 700;
    color: #111827;
}

#price_to_cart {
    color: #ef4444;
    font-size: 1.1rem;
}

.motivs-cart-modal__footer {
    border-top: 1px solid #f3f4f6;
    padding: 16px 24px;
    background: #f9fafb;
    display: flex;
    gap: 12px;
}

.motivs-cart-modal__btn {
    flex: 1;
    min-height: 44px;
    font-weight: 600;
    border-radius: 10px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.motivs-cart-modal__btn--continue {
    background: #e5e7eb;
    color: #374151;
    border: none;
}

.motivs-cart-modal__btn--continue:hover {
    background: #d1d5db;
}

.motivs-cart-modal__btn--cart {
    background: #f59e0b;
    color: #fff !important;
    border: none;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.motivs-cart-modal__btn--cart:hover {
    background: #d97706;
    transform: translateY(-1px);
}

#sticky-cart-bar {
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    z-index: 1040;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: bottom 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

#sticky-cart-bar.visible {
    bottom: 0;
}

.modal-backdrop.js-cart-backdrop, .menu-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(17, 24, 39, 0.6);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1040;
    pointer-events: none;
}

.modal-backdrop.js-cart-backdrop.show, .menu-backdrop.is-visible {
    opacity: 1;
    pointer-events: auto;
}

body.modal-open {
    overflow: hidden;
}

.js-add-to-cart.is-loading {
    pointer-events: none;
    opacity: 0.8;
}

.spinner-border-sm {
    width: 1.2rem;
    height: 1.2rem;
    border-width: 0.15em;
}

.horizontal-swipe-carousel {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    margin-left: -5px;
    margin-right: -5px;
    scrollbar-width: thin;
    scrollbar-color: #adb5bd #f8f9fa;
}

.carousel-item-custom {
    flex: 0 0 75%;
    max-width: 75%;
    scroll-snap-align: start;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 576px) {
    .carousel-item-custom {
        flex: 0 0 45%;
        max-width: 45%;
    }
}

@media (min-width: 768px) {
    .carousel-item-custom {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .carousel-item-custom {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.horizontal-swipe-carousel::-webkit-scrollbar {
    height: 6px;
}

.horizontal-swipe-carousel::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.horizontal-swipe-carousel::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.horizontal-swipe-carousel::-webkit-scrollbar-thumb:hover {
    background: #adb5bd;
}

.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.dropdown-menu.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
