.bootstrap-scope {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    color: #212529;
    /*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
    font-family: sans-serif;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.15;
    line-height: 1.5;
    margin: 0;
    text-align: left
}
.bootstrap-scope :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}
.bootstrap-scope *, .bootstrap-scope :after, .bootstrap-scope :before {
    box-sizing: border-box
}
.bootstrap-scope html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    line-height: 1.15
}
.bootstrap-scope article, .bootstrap-scope aside, .bootstrap-scope figcaption, .bootstrap-scope figure, .bootstrap-scope footer, .bootstrap-scope header, .bootstrap-scope hgroup, .bootstrap-scope main, .bootstrap-scope nav, .bootstrap-scope section {
    display: block
}
.bootstrap-scope body {
    background-color: #fff;
    color: #212529;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation 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;
    margin: 0;
    text-align: left
}
.bootstrap-scope [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}
.bootstrap-scope hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
.bootstrap-scope h1, .bootstrap-scope h2, .bootstrap-scope h3, .bootstrap-scope h4, .bootstrap-scope h5, .bootstrap-scope h6 {
    margin-bottom: .5rem;
    margin-top: 0
}
.bootstrap-scope p {
    margin-bottom: 1rem;
    margin-top: 0
}
.bootstrap-scope abbr[data-original-title], .bootstrap-scope abbr[title] {
    border-bottom: 0;
    cursor: help;
    text-decoration: underline;
    text-decoration: underline dotted;
    text-decoration-skip-ink: none
}
.bootstrap-scope address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}
.bootstrap-scope dl, .bootstrap-scope ol, .bootstrap-scope ul {
    margin-bottom: 1rem;
    margin-top: 0
}
.bootstrap-scope ol ol, .bootstrap-scope ol ul, .bootstrap-scope ul ol, .bootstrap-scope ul ul {
    margin-bottom: 0
}
.bootstrap-scope dt {
    font-weight: 700
}
.bootstrap-scope dd {
    margin-bottom: .5rem;
    margin-left: 0
}
.bootstrap-scope blockquote {
    margin: 0 0 1rem
}
.bootstrap-scope b, .bootstrap-scope strong {
    font-weight: bolder
}
.bootstrap-scope small {
    font-size: 80%
}
.bootstrap-scope sub, .bootstrap-scope sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
.bootstrap-scope sub {
    bottom: -.25em
}
.bootstrap-scope sup {
    top: -.5em
}
.bootstrap-scope a {
    background-color: transparent;
    color: #007bff;
    text-decoration: none
}
.bootstrap-scope a:hover {
    color: #0056b3;
    text-decoration: underline
}
.bootstrap-scope a:not([href]):not([class]), .bootstrap-scope a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}
.bootstrap-scope code, .bootstrap-scope kbd, .bootstrap-scope pre, .bootstrap-scope samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}
.bootstrap-scope pre {
    -ms-overflow-style: scrollbar;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}
.bootstrap-scope figure {
    margin: 0 0 1rem
}
.bootstrap-scope img {
    border-style: none;
    vertical-align: middle
}
.bootstrap-scope svg {
    overflow: hidden;
    vertical-align: middle
}
.bootstrap-scope table {
    border-collapse: collapse
}
.bootstrap-scope caption {
    caption-side: bottom;
    color: #6c757d;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: left
}
.bootstrap-scope th {
    text-align: inherit;
    text-align: -webkit-match-parent
}
.bootstrap-scope label {
    display: inline-block;
    margin-bottom: .5rem
}
.bootstrap-scope button {
    border-radius: 0
}
.bootstrap-scope button:focus:not(:focus-visible) {
    outline: 0
}
.bootstrap-scope button, .bootstrap-scope input, .bootstrap-scope optgroup, .bootstrap-scope select, .bootstrap-scope textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}
.bootstrap-scope button, .bootstrap-scope input {
    overflow: visible
}
.bootstrap-scope button, .bootstrap-scope select {
    text-transform: none
}
.bootstrap-scope [role=button] {
    cursor: pointer
}
.bootstrap-scope select {
    word-wrap: normal
}
.bootstrap-scope [type=button], .bootstrap-scope [type=reset], .bootstrap-scope [type=submit], .bootstrap-scope button {
    -webkit-appearance: button
}
.bootstrap-scope [type=button]:not(:disabled), .bootstrap-scope [type=reset]:not(:disabled), .bootstrap-scope [type=submit]:not(:disabled), .bootstrap-scope button:not(:disabled) {
    cursor: pointer
}
.bootstrap-scope [type=button]::-moz-focus-inner, .bootstrap-scope [type=reset]::-moz-focus-inner, .bootstrap-scope [type=submit]::-moz-focus-inner, .bootstrap-scope button::-moz-focus-inner {
    border-style: none;
    padding: 0
}
.bootstrap-scope input[type=checkbox], .bootstrap-scope input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
.bootstrap-scope textarea {
    overflow: auto;
    resize: vertical
}
.bootstrap-scope fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}
.bootstrap-scope legend {
    color: inherit;
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: .5rem;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: 100%
}
.bootstrap-scope progress {
    vertical-align: baseline
}
.bootstrap-scope [type=number]::-webkit-inner-spin-button, .bootstrap-scope [type=number]::-webkit-outer-spin-button {
    height: auto
}
.bootstrap-scope [type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}
.bootstrap-scope [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
.bootstrap-scope ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
.bootstrap-scope output {
    display: inline-block
}
.bootstrap-scope summary {
    cursor: pointer;
    display: list-item
}
.bootstrap-scope template {
    display: none
}
.bootstrap-scope [hidden] {
    display: none!important
}
.bootstrap-scope .h1, .bootstrap-scope .h2, .bootstrap-scope .h3, .bootstrap-scope .h4, .bootstrap-scope .h5, .bootstrap-scope .h6, .bootstrap-scope h1, .bootstrap-scope h2, .bootstrap-scope h3, .bootstrap-scope h4, .bootstrap-scope h5, .bootstrap-scope h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem
}
.bootstrap-scope .h1, .bootstrap-scope h1 {
    font-size: 2.5rem
}
.bootstrap-scope .h2, .bootstrap-scope h2 {
    font-size: 2rem
}
.bootstrap-scope .h3, .bootstrap-scope h3 {
    font-size: 1.75rem
}
.bootstrap-scope .h4, .bootstrap-scope h4 {
    font-size: 1.5rem
}
.bootstrap-scope .h5, .bootstrap-scope h5 {
    font-size: 1.25rem
}
.bootstrap-scope .h6, .bootstrap-scope h6 {
    font-size: 1rem
}
.bootstrap-scope .lead {
    font-size: 1.25rem;
    font-weight: 300
}
.bootstrap-scope .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}
.bootstrap-scope .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}
.bootstrap-scope .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}
.bootstrap-scope .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}
.bootstrap-scope hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 1rem;
    margin-top: 1rem
}
.bootstrap-scope .small, .bootstrap-scope small {
    font-size: 80%;
    font-weight: 400
}
.bootstrap-scope .mark, .bootstrap-scope mark {
    background-color: #fcf8e3;
    padding: .2em
}
.bootstrap-scope .list-inline, .bootstrap-scope .list-unstyled {
    list-style: none;
    padding-left: 0
}
.bootstrap-scope .list-inline-item {
    display: inline-block
}
.bootstrap-scope .list-inline-item:not(:last-child) {
    margin-right: .5rem
}
.bootstrap-scope .initialism {
    font-size: 90%;
    text-transform: uppercase
}
.bootstrap-scope .blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem
}
.bootstrap-scope .blockquote-footer {
    color: #6c757d;
    display: block;
    font-size: 80%
}
.bootstrap-scope .blockquote-footer:before {
    content: "\2014\00A0"
}
.bootstrap-scope .img-fluid {
    height: auto;
    max-width: 100%
}
.bootstrap-scope .img-thumbnail {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    height: auto;
    max-width: 100%;
    padding: .25rem
}
.bootstrap-scope .figure {
    display: inline-block
}
.bootstrap-scope .figure-img {
    line-height: 1;
    margin-bottom: .5rem
}
.bootstrap-scope .figure-caption {
    color: #6c757d;
    font-size: 90%
}
.bootstrap-scope code {
    word-wrap: break-word;
    color: #e83e8c;
    font-size: 87.5%
}
a>.bootstrap-scope code {
    color: inherit
}
.bootstrap-scope kbd {
    background-color: #212529;
    border-radius: .2rem;
    color: #fff;
    font-size: 87.5%;
    padding: .2rem .4rem
}
.bootstrap-scope kbd kbd {
    font-size: 100%;
    font-weight: 700;
    padding: 0
}
.bootstrap-scope pre {
    color: #212529;
    display: block;
    font-size: 87.5%
}
.bootstrap-scope pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}
.bootstrap-scope .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
.bootstrap-scope .container, .bootstrap-scope .container-fluid, .bootstrap-scope .container-lg, .bootstrap-scope .container-md, .bootstrap-scope .container-sm, .bootstrap-scope .container-xl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}
@media (min-width:576px) {
    .bootstrap-scope .container, .bootstrap-scope .container-sm {
        max-width: 540px
    }
}
@media (min-width:768px) {
    .bootstrap-scope .container, .bootstrap-scope .container-md, .bootstrap-scope .container-sm {
        max-width: 720px
    }
}
@media (min-width:992px) {
    .bootstrap-scope .container, .bootstrap-scope .container-lg, .bootstrap-scope .container-md, .bootstrap-scope .container-sm {
        max-width: 960px
    }
}
@media (min-width:1200px) {
    .bootstrap-scope .container, .bootstrap-scope .container-lg, .bootstrap-scope .container-md, .bootstrap-scope .container-sm, .bootstrap-scope .container-xl {
        max-width: 1140px
    }
}
.bootstrap-scope .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}
.bootstrap-scope .no-gutters {
    margin-left: 0;
    margin-right: 0
}
.bootstrap-scope .no-gutters>.col, .bootstrap-scope .no-gutters>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}
.bootstrap-scope .col, .bootstrap-scope .col-1, .bootstrap-scope .col-10, .bootstrap-scope .col-11, .bootstrap-scope .col-12, .bootstrap-scope .col-2, .bootstrap-scope .col-3, .bootstrap-scope .col-4, .bootstrap-scope .col-5, .bootstrap-scope .col-6, .bootstrap-scope .col-7, .bootstrap-scope .col-8, .bootstrap-scope .col-9, .bootstrap-scope .col-auto, .bootstrap-scope .col-lg, .bootstrap-scope .col-lg-1, .bootstrap-scope .col-lg-10, .bootstrap-scope .col-lg-11, .bootstrap-scope .col-lg-12, .bootstrap-scope .col-lg-2, .bootstrap-scope .col-lg-3, .bootstrap-scope .col-lg-4, .bootstrap-scope .col-lg-5, .bootstrap-scope .col-lg-6, .bootstrap-scope .col-lg-7, .bootstrap-scope .col-lg-8, .bootstrap-scope .col-lg-9, .bootstrap-scope .col-lg-auto, .bootstrap-scope .col-md, .bootstrap-scope .col-md-1, .bootstrap-scope .col-md-10, .bootstrap-scope .col-md-11, .bootstrap-scope .col-md-12, .bootstrap-scope .col-md-2, .bootstrap-scope .col-md-3, .bootstrap-scope .col-md-4, .bootstrap-scope .col-md-5, .bootstrap-scope .col-md-6, .bootstrap-scope .col-md-7, .bootstrap-scope .col-md-8, .bootstrap-scope .col-md-9, .bootstrap-scope .col-md-auto, .bootstrap-scope .col-sm, .bootstrap-scope .col-sm-1, .bootstrap-scope .col-sm-10, .bootstrap-scope .col-sm-11, .bootstrap-scope .col-sm-12, .bootstrap-scope .col-sm-2, .bootstrap-scope .col-sm-3, .bootstrap-scope .col-sm-4, .bootstrap-scope .col-sm-5, .bootstrap-scope .col-sm-6, .bootstrap-scope .col-sm-7, .bootstrap-scope .col-sm-8, .bootstrap-scope .col-sm-9, .bootstrap-scope .col-sm-auto, .bootstrap-scope .col-xl, .bootstrap-scope .col-xl-1, .bootstrap-scope .col-xl-10, .bootstrap-scope .col-xl-11, .bootstrap-scope .col-xl-12, .bootstrap-scope .col-xl-2, .bootstrap-scope .col-xl-3, .bootstrap-scope .col-xl-4, .bootstrap-scope .col-xl-5, .bootstrap-scope .col-xl-6, .bootstrap-scope .col-xl-7, .bootstrap-scope .col-xl-8, .bootstrap-scope .col-xl-9, .bootstrap-scope .col-xl-auto {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}
.bootstrap-scope .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}
.bootstrap-scope .row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}
.bootstrap-scope .row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}
.bootstrap-scope .row-cols-3>* {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}
.bootstrap-scope .row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}
.bootstrap-scope .row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}
.bootstrap-scope .row-cols-6>* {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}
.bootstrap-scope .col-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
}
.bootstrap-scope .col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}
.bootstrap-scope .col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}
.bootstrap-scope .col-3 {
    flex: 0 0 25%;
    max-width: 25%
}
.bootstrap-scope .col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}
.bootstrap-scope .col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}
.bootstrap-scope .col-6 {
    flex: 0 0 50%;
    max-width: 50%
}
.bootstrap-scope .col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}
.bootstrap-scope .col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}
.bootstrap-scope .col-9 {
    flex: 0 0 75%;
    max-width: 75%
}
.bootstrap-scope .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}
.bootstrap-scope .col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}
.bootstrap-scope .col-12 {
    flex: 0 0 100%;
    max-width: 100%
}
.bootstrap-scope .order-first {
    order: -1
}
.bootstrap-scope .order-last {
    order: 13
}
.bootstrap-scope .order-0 {
    order: 0
}
.bootstrap-scope .order-1 {
    order: 1
}
.bootstrap-scope .order-2 {
    order: 2
}
.bootstrap-scope .order-3 {
    order: 3
}
.bootstrap-scope .order-4 {
    order: 4
}
.bootstrap-scope .order-5 {
    order: 5
}
.bootstrap-scope .order-6 {
    order: 6
}
.bootstrap-scope .order-7 {
    order: 7
}
.bootstrap-scope .order-8 {
    order: 8
}
.bootstrap-scope .order-9 {
    order: 9
}
.bootstrap-scope .order-10 {
    order: 10
}
.bootstrap-scope .order-11 {
    order: 11
}
.bootstrap-scope .order-12 {
    order: 12
}
.bootstrap-scope .offset-1 {
    margin-left: 8.33333%
}
.bootstrap-scope .offset-2 {
    margin-left: 16.66667%
}
.bootstrap-scope .offset-3 {
    margin-left: 25%
}
.bootstrap-scope .offset-4 {
    margin-left: 33.33333%
}
.bootstrap-scope .offset-5 {
    margin-left: 41.66667%
}
.bootstrap-scope .offset-6 {
    margin-left: 50%
}
.bootstrap-scope .offset-7 {
    margin-left: 58.33333%
}
.bootstrap-scope .offset-8 {
    margin-left: 66.66667%
}
.bootstrap-scope .offset-9 {
    margin-left: 75%
}
.bootstrap-scope .offset-10 {
    margin-left: 83.33333%
}
.bootstrap-scope .offset-11 {
    margin-left: 91.66667%
}
@media (min-width:576px) {
    .bootstrap-scope .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .bootstrap-scope .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .bootstrap-scope .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .bootstrap-scope .row-cols-sm-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .bootstrap-scope .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .bootstrap-scope .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .bootstrap-scope .row-cols-sm-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .bootstrap-scope .col-sm-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }
    .bootstrap-scope .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .bootstrap-scope .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .bootstrap-scope .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .bootstrap-scope .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .bootstrap-scope .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .bootstrap-scope .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .bootstrap-scope .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .bootstrap-scope .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .bootstrap-scope .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .bootstrap-scope .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .bootstrap-scope .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .bootstrap-scope .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .bootstrap-scope .order-sm-first {
        order: -1
    }
    .bootstrap-scope .order-sm-last {
        order: 13
    }
    .bootstrap-scope .order-sm-0 {
        order: 0
    }
    .bootstrap-scope .order-sm-1 {
        order: 1
    }
    .bootstrap-scope .order-sm-2 {
        order: 2
    }
    .bootstrap-scope .order-sm-3 {
        order: 3
    }
    .bootstrap-scope .order-sm-4 {
        order: 4
    }
    .bootstrap-scope .order-sm-5 {
        order: 5
    }
    .bootstrap-scope .order-sm-6 {
        order: 6
    }
    .bootstrap-scope .order-sm-7 {
        order: 7
    }
    .bootstrap-scope .order-sm-8 {
        order: 8
    }
    .bootstrap-scope .order-sm-9 {
        order: 9
    }
    .bootstrap-scope .order-sm-10 {
        order: 10
    }
    .bootstrap-scope .order-sm-11 {
        order: 11
    }
    .bootstrap-scope .order-sm-12 {
        order: 12
    }
    .bootstrap-scope .offset-sm-0 {
        margin-left: 0
    }
    .bootstrap-scope .offset-sm-1 {
        margin-left: 8.33333%
    }
    .bootstrap-scope .offset-sm-2 {
        margin-left: 16.66667%
    }
    .bootstrap-scope .offset-sm-3 {
        margin-left: 25%
    }
    .bootstrap-scope .offset-sm-4 {
        margin-left: 33.33333%
    }
    .bootstrap-scope .offset-sm-5 {
        margin-left: 41.66667%
    }
    .bootstrap-scope .offset-sm-6 {
        margin-left: 50%
    }
    .bootstrap-scope .offset-sm-7 {
        margin-left: 58.33333%
    }
    .bootstrap-scope .offset-sm-8 {
        margin-left: 66.66667%
    }
    .bootstrap-scope .offset-sm-9 {
        margin-left: 75%
    }
    .bootstrap-scope .offset-sm-10 {
        margin-left: 83.33333%
    }
    .bootstrap-scope .offset-sm-11 {
        margin-left: 91.66667%
    }
}
@media (min-width:768px) {
    .bootstrap-scope .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .bootstrap-scope .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .bootstrap-scope .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .bootstrap-scope .row-cols-md-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .bootstrap-scope .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .bootstrap-scope .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .bootstrap-scope .row-cols-md-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .bootstrap-scope .col-md-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }
    .bootstrap-scope .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .bootstrap-scope .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .bootstrap-scope .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .bootstrap-scope .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .bootstrap-scope .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .bootstrap-scope .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .bootstrap-scope .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .bootstrap-scope .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .bootstrap-scope .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .bootstrap-scope .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .bootstrap-scope .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .bootstrap-scope .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .bootstrap-scope .order-md-first {
        order: -1
    }
    .bootstrap-scope .order-md-last {
        order: 13
    }
    .bootstrap-scope .order-md-0 {
        order: 0
    }
    .bootstrap-scope .order-md-1 {
        order: 1
    }
    .bootstrap-scope .order-md-2 {
        order: 2
    }
    .bootstrap-scope .order-md-3 {
        order: 3
    }
    .bootstrap-scope .order-md-4 {
        order: 4
    }
    .bootstrap-scope .order-md-5 {
        order: 5
    }
    .bootstrap-scope .order-md-6 {
        order: 6
    }
    .bootstrap-scope .order-md-7 {
        order: 7
    }
    .bootstrap-scope .order-md-8 {
        order: 8
    }
    .bootstrap-scope .order-md-9 {
        order: 9
    }
    .bootstrap-scope .order-md-10 {
        order: 10
    }
    .bootstrap-scope .order-md-11 {
        order: 11
    }
    .bootstrap-scope .order-md-12 {
        order: 12
    }
    .bootstrap-scope .offset-md-0 {
        margin-left: 0
    }
    .bootstrap-scope .offset-md-1 {
        margin-left: 8.33333%
    }
    .bootstrap-scope .offset-md-2 {
        margin-left: 16.66667%
    }
    .bootstrap-scope .offset-md-3 {
        margin-left: 25%
    }
    .bootstrap-scope .offset-md-4 {
        margin-left: 33.33333%
    }
    .bootstrap-scope .offset-md-5 {
        margin-left: 41.66667%
    }
    .bootstrap-scope .offset-md-6 {
        margin-left: 50%
    }
    .bootstrap-scope .offset-md-7 {
        margin-left: 58.33333%
    }
    .bootstrap-scope .offset-md-8 {
        margin-left: 66.66667%
    }
    .bootstrap-scope .offset-md-9 {
        margin-left: 75%
    }
    .bootstrap-scope .offset-md-10 {
        margin-left: 83.33333%
    }
    .bootstrap-scope .offset-md-11 {
        margin-left: 91.66667%
    }
}
@media (min-width:992px) {
    .bootstrap-scope .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .bootstrap-scope .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .bootstrap-scope .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .bootstrap-scope .row-cols-lg-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .bootstrap-scope .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .bootstrap-scope .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .bootstrap-scope .row-cols-lg-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .bootstrap-scope .col-lg-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }
    .bootstrap-scope .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .bootstrap-scope .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .bootstrap-scope .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .bootstrap-scope .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .bootstrap-scope .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .bootstrap-scope .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .bootstrap-scope .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .bootstrap-scope .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .bootstrap-scope .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .bootstrap-scope .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .bootstrap-scope .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .bootstrap-scope .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .bootstrap-scope .order-lg-first {
        order: -1
    }
    .bootstrap-scope .order-lg-last {
        order: 13
    }
    .bootstrap-scope .order-lg-0 {
        order: 0
    }
    .bootstrap-scope .order-lg-1 {
        order: 1
    }
    .bootstrap-scope .order-lg-2 {
        order: 2
    }
    .bootstrap-scope .order-lg-3 {
        order: 3
    }
    .bootstrap-scope .order-lg-4 {
        order: 4
    }
    .bootstrap-scope .order-lg-5 {
        order: 5
    }
    .bootstrap-scope .order-lg-6 {
        order: 6
    }
    .bootstrap-scope .order-lg-7 {
        order: 7
    }
    .bootstrap-scope .order-lg-8 {
        order: 8
    }
    .bootstrap-scope .order-lg-9 {
        order: 9
    }
    .bootstrap-scope .order-lg-10 {
        order: 10
    }
    .bootstrap-scope .order-lg-11 {
        order: 11
    }
    .bootstrap-scope .order-lg-12 {
        order: 12
    }
    .bootstrap-scope .offset-lg-0 {
        margin-left: 0
    }
    .bootstrap-scope .offset-lg-1 {
        margin-left: 8.33333%
    }
    .bootstrap-scope .offset-lg-2 {
        margin-left: 16.66667%
    }
    .bootstrap-scope .offset-lg-3 {
        margin-left: 25%
    }
    .bootstrap-scope .offset-lg-4 {
        margin-left: 33.33333%
    }
    .bootstrap-scope .offset-lg-5 {
        margin-left: 41.66667%
    }
    .bootstrap-scope .offset-lg-6 {
        margin-left: 50%
    }
    .bootstrap-scope .offset-lg-7 {
        margin-left: 58.33333%
    }
    .bootstrap-scope .offset-lg-8 {
        margin-left: 66.66667%
    }
    .bootstrap-scope .offset-lg-9 {
        margin-left: 75%
    }
    .bootstrap-scope .offset-lg-10 {
        margin-left: 83.33333%
    }
    .bootstrap-scope .offset-lg-11 {
        margin-left: 91.66667%
    }
}
@media (min-width:1200px) {
    .bootstrap-scope .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .bootstrap-scope .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }
    .bootstrap-scope .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }
    .bootstrap-scope .row-cols-xl-3>* {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .bootstrap-scope .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }
    .bootstrap-scope .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }
    .bootstrap-scope .row-cols-xl-6>* {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .bootstrap-scope .col-xl-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }
    .bootstrap-scope .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .bootstrap-scope .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .bootstrap-scope .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .bootstrap-scope .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .bootstrap-scope .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .bootstrap-scope .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .bootstrap-scope .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .bootstrap-scope .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .bootstrap-scope .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .bootstrap-scope .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .bootstrap-scope .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .bootstrap-scope .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .bootstrap-scope .order-xl-first {
        order: -1
    }
    .bootstrap-scope .order-xl-last {
        order: 13
    }
    .bootstrap-scope .order-xl-0 {
        order: 0
    }
    .bootstrap-scope .order-xl-1 {
        order: 1
    }
    .bootstrap-scope .order-xl-2 {
        order: 2
    }
    .bootstrap-scope .order-xl-3 {
        order: 3
    }
    .bootstrap-scope .order-xl-4 {
        order: 4
    }
    .bootstrap-scope .order-xl-5 {
        order: 5
    }
    .bootstrap-scope .order-xl-6 {
        order: 6
    }
    .bootstrap-scope .order-xl-7 {
        order: 7
    }
    .bootstrap-scope .order-xl-8 {
        order: 8
    }
    .bootstrap-scope .order-xl-9 {
        order: 9
    }
    .bootstrap-scope .order-xl-10 {
        order: 10
    }
    .bootstrap-scope .order-xl-11 {
        order: 11
    }
    .bootstrap-scope .order-xl-12 {
        order: 12
    }
    .bootstrap-scope .offset-xl-0 {
        margin-left: 0
    }
    .bootstrap-scope .offset-xl-1 {
        margin-left: 8.33333%
    }
    .bootstrap-scope .offset-xl-2 {
        margin-left: 16.66667%
    }
    .bootstrap-scope .offset-xl-3 {
        margin-left: 25%
    }
    .bootstrap-scope .offset-xl-4 {
        margin-left: 33.33333%
    }
    .bootstrap-scope .offset-xl-5 {
        margin-left: 41.66667%
    }
    .bootstrap-scope .offset-xl-6 {
        margin-left: 50%
    }
    .bootstrap-scope .offset-xl-7 {
        margin-left: 58.33333%
    }
    .bootstrap-scope .offset-xl-8 {
        margin-left: 66.66667%
    }
    .bootstrap-scope .offset-xl-9 {
        margin-left: 75%
    }
    .bootstrap-scope .offset-xl-10 {
        margin-left: 83.33333%
    }
    .bootstrap-scope .offset-xl-11 {
        margin-left: 91.66667%
    }
}
.bootstrap-scope .table {
    color: #212529;
    margin-bottom: 1rem;
    width: 100%
}
.bootstrap-scope .table td, .bootstrap-scope .table th {
    border-top: 1px solid #dee2e6;
    padding: .75rem;
    vertical-align: top
}
.bootstrap-scope .table thead th {
    border-bottom: 2px solid #dee2e6;
    vertical-align: bottom
}
.bootstrap-scope .table tbody+tbody {
    border-top: 2px solid #dee2e6
}
.bootstrap-scope .table-sm td, .bootstrap-scope .table-sm th {
    padding: .3rem
}
.bootstrap-scope .table-bordered, .bootstrap-scope .table-bordered td, .bootstrap-scope .table-bordered th {
    border: 1px solid #dee2e6
}
.bootstrap-scope .table-bordered thead td, .bootstrap-scope .table-bordered thead th {
    border-bottom-width: 2px
}
.bootstrap-scope .table-borderless tbody+tbody, .bootstrap-scope .table-borderless td, .bootstrap-scope .table-borderless th, .bootstrap-scope .table-borderless thead th {
    border: 0
}
.bootstrap-scope .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}
.bootstrap-scope .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075);
    color: #212529
}
.bootstrap-scope .table-primary, .bootstrap-scope .table-primary>td, .bootstrap-scope .table-primary>th {
    background-color: #b8daff
}
.bootstrap-scope .table-primary tbody+tbody, .bootstrap-scope .table-primary td, .bootstrap-scope .table-primary th, .bootstrap-scope .table-primary thead th {
    border-color: #7abaff
}
.bootstrap-scope .table-hover .table-primary:hover, .bootstrap-scope .table-hover .table-primary:hover>td, .bootstrap-scope .table-hover .table-primary:hover>th {
    background-color: #9fcdff
}
.bootstrap-scope .table-secondary, .bootstrap-scope .table-secondary>td, .bootstrap-scope .table-secondary>th {
    background-color: #d6d8db
}
.bootstrap-scope .table-secondary tbody+tbody, .bootstrap-scope .table-secondary td, .bootstrap-scope .table-secondary th, .bootstrap-scope .table-secondary thead th {
    border-color: #b3b7bb
}
.bootstrap-scope .table-hover .table-secondary:hover, .bootstrap-scope .table-hover .table-secondary:hover>td, .bootstrap-scope .table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}
.bootstrap-scope .table-success, .bootstrap-scope .table-success>td, .bootstrap-scope .table-success>th {
    background-color: #c3e6cb
}
.bootstrap-scope .table-success tbody+tbody, .bootstrap-scope .table-success td, .bootstrap-scope .table-success th, .bootstrap-scope .table-success thead th {
    border-color: #8fd19e
}
.bootstrap-scope .table-hover .table-success:hover, .bootstrap-scope .table-hover .table-success:hover>td, .bootstrap-scope .table-hover .table-success:hover>th {
    background-color: #b1dfbb
}
.bootstrap-scope .table-info, .bootstrap-scope .table-info>td, .bootstrap-scope .table-info>th {
    background-color: #bee5eb
}
.bootstrap-scope .table-info tbody+tbody, .bootstrap-scope .table-info td, .bootstrap-scope .table-info th, .bootstrap-scope .table-info thead th {
    border-color: #86cfda
}
.bootstrap-scope .table-hover .table-info:hover, .bootstrap-scope .table-hover .table-info:hover>td, .bootstrap-scope .table-hover .table-info:hover>th {
    background-color: #abdde5
}
.bootstrap-scope .table-warning, .bootstrap-scope .table-warning>td, .bootstrap-scope .table-warning>th {
    background-color: #ffeeba
}
.bootstrap-scope .table-warning tbody+tbody, .bootstrap-scope .table-warning td, .bootstrap-scope .table-warning th, .bootstrap-scope .table-warning thead th {
    border-color: #ffdf7e
}
.bootstrap-scope .table-hover .table-warning:hover, .bootstrap-scope .table-hover .table-warning:hover>td, .bootstrap-scope .table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}
.bootstrap-scope .table-danger, .bootstrap-scope .table-danger>td, .bootstrap-scope .table-danger>th {
    background-color: #f5c6cb
}
.bootstrap-scope .table-danger tbody+tbody, .bootstrap-scope .table-danger td, .bootstrap-scope .table-danger th, .bootstrap-scope .table-danger thead th {
    border-color: #ed969e
}
.bootstrap-scope .table-hover .table-danger:hover, .bootstrap-scope .table-hover .table-danger:hover>td, .bootstrap-scope .table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}
.bootstrap-scope .table-light, .bootstrap-scope .table-light>td, .bootstrap-scope .table-light>th {
    background-color: #fdfdfe
}
.bootstrap-scope .table-light tbody+tbody, .bootstrap-scope .table-light td, .bootstrap-scope .table-light th, .bootstrap-scope .table-light thead th {
    border-color: #fbfcfc
}
.bootstrap-scope .table-hover .table-light:hover, .bootstrap-scope .table-hover .table-light:hover>td, .bootstrap-scope .table-hover .table-light:hover>th {
    background-color: #ececf6
}
.bootstrap-scope .table-dark, .bootstrap-scope .table-dark>td, .bootstrap-scope .table-dark>th {
    background-color: #c6c8ca
}
.bootstrap-scope .table-dark tbody+tbody, .bootstrap-scope .table-dark td, .bootstrap-scope .table-dark th, .bootstrap-scope .table-dark thead th {
    border-color: #95999c
}
.bootstrap-scope .table-hover .table-dark:hover, .bootstrap-scope .table-hover .table-dark:hover>td, .bootstrap-scope .table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}
.bootstrap-scope .table-active, .bootstrap-scope .table-active>td, .bootstrap-scope .table-active>th, .bootstrap-scope .table-hover .table-active:hover, .bootstrap-scope .table-hover .table-active:hover>td, .bootstrap-scope .table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}
.bootstrap-scope .table .thead-dark th {
    background-color: #343a40;
    border-color: #454d55;
    color: #fff
}
.bootstrap-scope .table .thead-light th {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #495057
}
.bootstrap-scope .table-dark {
    background-color: #343a40;
    color: #fff
}
.bootstrap-scope .table-dark td, .bootstrap-scope .table-dark th, .bootstrap-scope .table-dark thead th {
    border-color: #454d55
}
.bootstrap-scope .table-dark.table-bordered {
    border: 0
}
.bootstrap-scope .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}
.bootstrap-scope .table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075);
    color: #fff
}
@media (max-width:575.98px) {
    .bootstrap-scope .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }
    .bootstrap-scope .table-responsive-sm>.table-bordered {
        border: 0
    }
}
@media (max-width:767.98px) {
    .bootstrap-scope .table-responsive-md {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }
    .bootstrap-scope .table-responsive-md>.table-bordered {
        border: 0
    }
}
@media (max-width:991.98px) {
    .bootstrap-scope .table-responsive-lg {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }
    .bootstrap-scope .table-responsive-lg>.table-bordered {
        border: 0
    }
}
@media (max-width:1199.98px) {
    .bootstrap-scope .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }
    .bootstrap-scope .table-responsive-xl>.table-bordered {
        border: 0
    }
}
.bootstrap-scope .table-responsive {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%
}
.bootstrap-scope .table-responsive>.table-bordered {
    border: 0
}
.bootstrap-scope .form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}
@media (prefers-reduced-motion:reduce) {
    .bootstrap-scope .form-control {
        transition: none
    }
}
.bootstrap-scope .form-control::-ms-expand {
    background-color: transparent;
    border: 0
}
.bootstrap-scope .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}
.bootstrap-scope .form-control:focus {
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    color: #495057;
    outline: 0
}
.bootstrap-scope .form-control::placeholder {
    color: #6c757d;
    opacity: 1
}
.bootstrap-scope .form-control:disabled, .bootstrap-scope .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}
.bootstrap-scope input[type=date].form-control, .bootstrap-scope input[type=datetime-local].form-control, .bootstrap-scope input[type=month].form-control, .bootstrap-scope input[type=time].form-control {
    appearance: none
}
.bootstrap-scope select.form-control:focus::-ms-value {
    background-color: #fff;
    color: #495057
}
.bootstrap-scope .form-control-file, .bootstrap-scope .form-control-range {
    display: block;
    width: 100%
}
.bootstrap-scope .col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(.375rem + 1px);
    padding-top: calc(.375rem + 1px)
}
.bootstrap-scope .col-form-label-lg {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px)
}
.bootstrap-scope .col-form-label-sm {
    font-size: .875rem;
    line-height: 1.5;
    padding-bottom: calc(.25rem + 1px);
    padding-top: calc(.25rem + 1px)
}
.bootstrap-scope .form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #212529;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem 0;
    width: 100%
}
.bootstrap-scope .form-control-plaintext.form-control-lg, .bootstrap-scope .form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0
}
.bootstrap-scope .form-control-sm {
    border-radius: .2rem;
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    line-height: 1.5;
    padding: .25rem .5rem
}
.bootstrap-scope .form-control-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    line-height: 1.5;
    padding: .5rem 1rem
}
.bootstrap-scope select.form-control[multiple], .bootstrap-scope select.form-control[size], .bootstrap-scope textarea.form-control {
    height: auto
}
.bootstrap-scope .form-group {
    margin-bottom: 1rem
}
.bootstrap-scope .form-text {
    display: block;
    margin-top: .25rem
}
.bootstrap-scope .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}
.bootstrap-scope .form-row>.col, .bootstrap-scope .form-row>[class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}
.bootstrap-scope .form-check {
    display: block;
    padding-left: 1.25rem;
    position: relative
}
.bootstrap-scope .form-check-input {
    margin-left: -1.25rem;
    margin-top: .3rem;
    position: absolute
}
.bootstrap-scope .form-check-input:disabled~.form-check-label, .bootstrap-scope .form-check-input[disabled]~.form-check-label {
    color: #6c757d
}
.bootstrap-scope .form-check-label {
    margin-bottom: 0
}
.bootstrap-scope .form-check-inline {
    align-items: center;
    display: inline-flex;
    margin-right: .75rem;
    padding-left: 0
}
.bootstrap-scope .form-check-inline .form-check-input {
    margin-left: 0;
    margin-right: .3125rem;
    margin-top: 0;
    position: static
}
.bootstrap-scope .valid-feedback {
    color: #28a745;
    display: none;
    font-size: 80%;
    margin-top: .25rem;
    width: 100%
}
.bootstrap-scope .valid-tooltip {
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}
.form-row>.col>.bootstrap-scope .valid-tooltip, .form-row>[class*=col-]>.bootstrap-scope .valid-tooltip {
    left: 5px
}
.bootstrap-scope.is-valid~.valid-feedback, .bootstrap-scope.is-valid~.valid-tooltip, .was-validated .bootstrap-scope:valid~.valid-feedback, .was-validated .bootstrap-scope:valid~.valid-tooltip {
    display: block
}
.bootstrap-scope .form-control.is-valid, .was-validated .bootstrap-scope .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.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-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem)
}
.bootstrap-scope .form-control.is-valid:focus, .was-validated .bootstrap-scope .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.bootstrap-scope textarea.form-control.is-valid, .was-validated .bootstrap-scope textarea.form-control:valid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}
.bootstrap-scope .custom-select.is-valid, .was-validated .bootstrap-scope .custom-select:valid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.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") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem)
}
.bootstrap-scope .custom-select.is-valid:focus, .was-validated .bootstrap-scope .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.bootstrap-scope .form-check-input.is-valid~.form-check-label, .was-validated .bootstrap-scope .form-check-input:valid~.form-check-label {
    color: #28a745
}
.bootstrap-scope .form-check-input.is-valid~.valid-feedback, .bootstrap-scope .form-check-input.is-valid~.valid-tooltip, .was-validated .bootstrap-scope .form-check-input:valid~.valid-feedback, .was-validated .bootstrap-scope .form-check-input:valid~.valid-tooltip {
    display: block
}
.bootstrap-scope .custom-control-input.is-valid~.custom-control-label, .was-validated .bootstrap-scope .custom-control-input:valid~.custom-control-label {
    color: #28a745
}
.bootstrap-scope .custom-control-input.is-valid~.custom-control-label:before, .was-validated .bootstrap-scope .custom-control-input:valid~.custom-control-label:before {
    border-color: #28a745
}
.bootstrap-scope .custom-control-input.is-valid:checked~.custom-control-label:before, .was-validated .bootstrap-scope .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #34ce57;
    border-color: #34ce57
}
.bootstrap-scope .custom-control-input.is-valid:focus~.custom-control-label:before, .was-validated .bootstrap-scope .custom-control-input:valid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.bootstrap-scope .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before, .was-validated .bootstrap-scope .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before {
    border-color: #28a745
}
.bootstrap-scope .custom-file-input.is-valid~.custom-file-label, .was-validated .bootstrap-scope .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}
.bootstrap-scope .custom-file-input.is-valid:focus~.custom-file-label, .was-validated .bootstrap-scope .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}
.bootstrap-scope .invalid-feedback {
    color: #dc3545;
    display: none;
    font-size: 80%;
    margin-top: .25rem;
    width: 100%
}
.bootstrap-scope .invalid-tooltip {
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}
.form-row>.col>.bootstrap-scope .invalid-tooltip, .form-row>[class*=col-]>.bootstrap-scope .invalid-tooltip {
    left: 5px
}
.bootstrap-scope.is-invalid~.invalid-feedback, .bootstrap-scope.is-invalid~.invalid-tooltip, .was-validated .bootstrap-scope:invalid~.invalid-feedback, .was-validated .bootstrap-scope:invalid~.invalid-tooltip {
    display: block
}
.bootstrap-scope .form-control.is-invalid, .was-validated .bootstrap-scope .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem)
}
.bootstrap-scope .form-control.is-invalid:focus, .was-validated .bootstrap-scope .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.bootstrap-scope textarea.form-control.is-invalid, .was-validated .bootstrap-scope textarea.form-control:invalid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}
.bootstrap-scope .custom-select.is-invalid, .was-validated .bootstrap-scope .custom-select:invalid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem)
}
.bootstrap-scope .custom-select.is-invalid:focus, .was-validated .bootstrap-scope .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.bootstrap-scope .form-check-input.is-invalid~.form-check-label, .was-validated .bootstrap-scope .form-check-input:invalid~.form-check-label {
    color: #dc3545
}
.bootstrap-scope .form-check-input.is-invalid~.invalid-feedback, .bootstrap-scope .form-check-input.is-invalid~.invalid-tooltip, .was-validated .bootstrap-scope .form-check-input:invalid~.invalid-feedback, .was-validated .bootstrap-scope .form-check-input:invalid~.invalid-tooltip {
    display: block
}
.bootstrap-scope .custom-control-input.is-invalid~.custom-control-label, .was-validated .bootstrap-scope .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}
.bootstrap-scope .custom-control-input.is-invalid~.custom-control-label:before, .was-validated .bootstrap-scope .custom-control-input:invalid~.custom-control-label:before {
    border-color: #dc3545
}
.bootstrap-scope .custom-control-input.is-invalid:checked~.custom-control-label:before, .was-validated .bootstrap-scope .custom-control-input:invalid:checked~.custom-control-label:before {
    background-color: #e4606d;
    border-color: #e4606d
}
.bootstrap-scope .custom-control-input.is-invalid:focus~.custom-control-label:before, .was-validated .bootstrap-scope .custom-control-input:invalid:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.bootstrap-scope .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before, .was-validated .bootstrap-scope .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before {
    border-color: #dc3545
}
.bootstrap-scope .custom-file-input.is-invalid~.custom-file-label, .was-validated .bootstrap-scope .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}
.bootstrap-scope .custom-file-input.is-invalid:focus~.custom-file-label, .was-validated .bootstrap-scope .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}
.bootstrap-scope .form-inline {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}
.bootstrap-scope .form-inline .form-check {
    width: 100%
}
@media (min-width:576px) {
    .bootstrap-scope .form-inline label {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 0
    }
    .bootstrap-scope .form-inline .form-group {
        align-items: center;
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        margin-bottom: 0
    }
    .bootstrap-scope .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }
    .bootstrap-scope .form-inline .form-control-plaintext {
        display: inline-block
    }
    .bootstrap-scope .form-inline .custom-select, .bootstrap-scope .form-inline .input-group {
        width: auto
    }
    .bootstrap-scope .form-inline .form-check {
        align-items: center;
        display: flex;
        justify-content: center;
        padding-left: 0;
        width: auto
    }
    .bootstrap-scope .form-inline .form-check-input {
        flex-shrink: 0;
        margin-left: 0;
        margin-right: .25rem;
        margin-top: 0;
        position: relative
    }
    .bootstrap-scope .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }
    .bootstrap-scope .form-inline .custom-control-label {
        margin-bottom: 0
    }
}
.bootstrap-scope .btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #212529;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    user-select: none;
    vertical-align: middle
}
@media (prefers-reduced-motion:reduce) {
    .bootstrap-scope .btn {
        transition: none
    }
}
.bootstrap-scope .btn:hover {
    color: #212529;
    text-decoration: none
}
.bootstrap-scope .btn.focus, .bootstrap-scope .btn:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    outline: 0
}
.bootstrap-scope .btn.disabled, .bootstrap-scope .btn:disabled {
    opacity: .65
}
.bootstrap-scope .btn:not(:disabled):not(.disabled) {
    cursor: pointer
}
.bootstrap-scope a.btn.disabled, .bootstrap-scope fieldset:disabled a.btn {
    pointer-events: none
}
.bootstrap-scope .btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff
}
.bootstrap-scope .btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
    color: #fff
}
.bootstrap-scope .btn-primary.focus, .bootstrap-scope .btn-primary:focus {
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
    color: #fff
}
.bootstrap-scope .btn-primary.disabled, .bootstrap-scope .btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff
}
.bootstrap-scope .btn-primary:not(:disabled):not(.disabled).active, .bootstrap-scope .btn-primary:not(:disabled):not(.disabled):active, .show>.bootstrap-scope .btn-primary.dropdown-toggle {
    background-color: #0062cc;
    border-color: #005cbf;
    color: #fff
}
.bootstrap-scope .btn-primary:not(:disabled):not(.disabled).active:focus, .bootstrap-scope .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.bootstrap-scope .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}
.bootstrap-scope .btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}
.bootstrap-scope .btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
    color: #fff
}
.bootstrap-scope .btn-secondary.focus, .bootstrap-scope .btn-secondary:focus {
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5);
    color: #fff
}
.bootstrap-scope .btn-secondary.disabled, .bootstrap-scope .btn-secondary:disabled {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}
.bootstrap-scope .btn-secondary:not(:disabled):not(.disabled).active, .bootstrap-scope .btn-secondary:not(:disabled):not(.disabled):active, .show>.bootstrap-scope .btn-secondary.dropdown-toggle {
    background-color: #545b62;
    border-color: #4e555b;
    color: #fff
}
.bootstrap-scope .btn-secondary:not(:disabled):not(.disabled).active:focus, .bootstrap-scope .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.bootstrap-scope .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}
.bootstrap-scope .btn-success {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}
.bootstrap-scope .btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
    color: #fff
}
.bootstrap-scope .btn-success.focus, .bootstrap-scope .btn-success:focus {
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
    color: #fff
}
.bootstrap-scope .btn-success.disabled, .bootstrap-scope .btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}
.bootstrap-scope .btn-success:not(:disabled):not(.disabled).active, .bootstrap-scope .btn-success:not(:disabled):not(.disabled):active, .show>.bootstrap-scope .btn-success.dropdown-toggle {
    background-color: #1e7e34;
    border-color: #1c7430;
    color: #fff
}
.bootstrap-scope .btn-success:not(:disabled):not(.disabled).active:focus, .bootstrap-scope .btn-success:not(:disabled):not(.disabled):active:focus, .show>.bootstrap-scope .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}
.bootstrap-scope .btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}
.bootstrap-scope .btn-info:hover {
    background-color: #138496;
    border-color: #117a8b;
    color: #fff
}
.bootstrap-scope .btn-info.focus, .bootstrap-scope .btn-info:focus {
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    color: #fff
}
.bootstrap-scope .btn-info.disabled, .bootstrap-scope .btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}
.bootstrap-scope .btn-info:not(:disabled):not(.disabled).active, .bootstrap-scope .btn-info:not(:disabled):not(.disabled):active, .show>.bootstrap-scope .btn-info.dropdown-toggle {
    background-color: #117a8b;
    border-color: #10707f;
    color: #fff
}
.bootstrap-scope .btn-info:not(:disabled):not(.disabled).active:focus, .bootstrap-scope .btn-info:not(:disabled):not(.disabled):active:focus, .show>.bootstrap-scope .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}
.bootstrap-scope .btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}
.bootstrap-scope .btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00;
    color: #212529
}
.bootstrap-scope .btn-warning.focus, .bootstrap-scope .btn-warning:focus {
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    color: #212529
}
.bootstrap-scope .btn-warning.disabled, .bootstrap-scope .btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}
.bootstrap-scope .btn-warning:not(:disabled):not(.disabled).active, .bootstrap-scope .btn-warning:not(:disabled):not(.disabled):active, .show>.bootstrap-scope .btn-warning.dropdown-toggle {
    background-color: #d39e00;
    border-color: #c69500;
    color: #212529
}
.bootstrap-scope .btn-warning:not(:disabled):not(.disabled).active:focus, .bootstrap-scope .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.bootstrap-scope .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}
.bootstrap-scope .btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}
.bootstrap-scope .btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
    color: #fff
}
.bootstrap-scope .btn-danger.focus, .bootstrap-scope .btn-danger:focus {
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    color: #fff
}
.bootstrap-scope .btn-danger.disabled, .bootstrap-scope .btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}
.bootstrap-scope .btn-danger:not(:disabled):not(.disabled).active, .bootstrap-scope .btn-danger:not(:disabled):not(.disabled):active, .show>.bootstrap-scope .btn-danger.dropdown-toggle {
    background-color: #bd2130;
    border-color: #b21f2d;
    color: #fff
}
.bootstrap-scope .btn-danger:not(:disabled):not(.disabled).active:focus, .bootstrap-scope .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.bootstrap-scope .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}
.bootstrap-scope .btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}
.bootstrap-scope .btn-light:hover {
    background-color: #e2e6ea;
    border-color: #dae0e5;
    color: #212529
}
.bootstrap-scope .btn-light.focus, .bootstrap-scope .btn-light:focus {
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5);
    color: #212529
}
.bootstrap-scope .btn-light.disabled, .bootstrap-scope .btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}
.bootstrap-scope .btn-light:not(:disabled):not(.disabled).active, .bootstrap-scope .btn-light:not(:disabled):not(.disabled):active, .show>.bootstrap-scope .btn-light.dropdown-toggle {
    background-color: #dae0e5;
    border-color: #d3d9df;
    color: #212529
}
.bootstrap-scope .btn-light:not(:disabled):not(.disabled).active:focus, .bootstrap-scope .btn-light:not(:disabled):not(.disabled):active:focus, .show>.bootstrap-scope .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}
.bootstrap-scope .btn-dark {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}
.bootstrap-scope .btn-dark:hover {
    background-color: #23272b;
    border-color: #1d2124;
    color: #fff
}
.bootstrap-scope .btn-dark.focus, .bootstrap-scope .btn-dark:focus {
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    color: #fff
}
.bootstrap-scope .btn-dark.disabled, .bootstrap-scope .btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}
.bootstrap-scope .btn-dark:not(:disabled):not(.disabled).active, .bootstrap-scope .btn-dark:not(:disabled):not(.disabled):active, .show>.bootstrap-scope .btn-dark.dropdown-toggle {
    background-color: #1d2124;
    border-color: #171a1d;
    color: #fff
}
.bootstrap-scope .btn-dark:not(:disabled):not(.disabled).active:focus, .bootstrap-scope .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.bootstrap-scope .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}
.bootstrap-scope .btn-outline-primary {
    border-color: #007bff;
    color: #007bff
}
.bootstrap-scope .btn-outline-primary:hover {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff
}
.bootstrap-scope .btn-outline-primary.focus, .bootstrap-scope .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.bootstrap-scope .btn-outline-primary.disabled, .bootstrap-scope .btn-outline-primary:disabled {
    background-color: transparent;
    color: #007bff
}
.bootstrap-scope .btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-scope .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.bootstrap-scope .btn-outline-primary.dropdown-toggle {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff
}
.bootstrap-scope .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .bootstrap-scope .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.bootstrap-scope .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.bootstrap-scope .btn-outline-secondary {
    border-color: #6c757d;
    color: #6c757d
}
.bootstrap-scope .btn-outline-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}
.bootstrap-scope .btn-outline-secondary.focus, .bootstrap-scope .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}
.bootstrap-scope .btn-outline-secondary.disabled, .bootstrap-scope .btn-outline-secondary:disabled {
    background-color: transparent;
    color: #6c757d
}
.bootstrap-scope .btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-scope .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.bootstrap-scope .btn-outline-secondary.dropdown-toggle {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}
.bootstrap-scope .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .bootstrap-scope .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.bootstrap-scope .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}
.bootstrap-scope .btn-outline-success {
    border-color: #28a745;
    color: #28a745
}
.bootstrap-scope .btn-outline-success:hover {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}
.bootstrap-scope .btn-outline-success.focus, .bootstrap-scope .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.bootstrap-scope .btn-outline-success.disabled, .bootstrap-scope .btn-outline-success:disabled {
    background-color: transparent;
    color: #28a745
}
.bootstrap-scope .btn-outline-success:not(:disabled):not(.disabled).active, .bootstrap-scope .btn-outline-success:not(:disabled):not(.disabled):active, .show>.bootstrap-scope .btn-outline-success.dropdown-toggle {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}
.bootstrap-scope .btn-outline-success:not(:disabled):not(.disabled).active:focus, .bootstrap-scope .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.bootstrap-scope .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}
.bootstrap-scope .btn-outline-info {
    border-color: #17a2b8;
    color: #17a2b8
}
.bootstrap-scope .btn-outline-info:hover {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}
.bootstrap-scope .btn-outline-info.focus, .bootstrap-scope .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.bootstrap-scope .btn-outline-info.disabled, .bootstrap-scope .btn-outline-info:disabled {
    background-color: transparent;
    color: #17a2b8
}
.bootstrap-scope .btn-outline-info:not(:disabled):not(.disabled).active, .bootstrap-scope .btn-outline-info:not(:disabled):not(.disabled):active, .show>.bootstrap-scope .btn-outline-info.dropdown-toggle {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}
.bootstrap-scope .btn-outline-info:not(:disabled):not(.disabled).active:focus, .bootstrap-scope .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.bootstrap-scope .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}
.bootstrap-scope .btn-outline-warning {
    border-color: #ffc107;
    color: #ffc107
}
.bootstrap-scope .btn-outline-warning:hover {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}
.bootstrap-scope .btn-outline-warning.focus, .bootstrap-scope .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.bootstrap-scope .btn-outline-warning.disabled, .bootstrap-scope .btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffc107
}
.bootstrap-scope .btn-outline-warning:not(:disabled):not(.disabled).active, .bootstrap-scope .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.bootstrap-scope .btn-outline-warning.dropdown-toggle {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}
.bootstrap-scope .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .bootstrap-scope .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.bootstrap-scope .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}
.bootstrap-scope .btn-outline-danger {
    border-color: #dc3545;
    color: #dc3545
}
.bootstrap-scope .btn-outline-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}
.bootstrap-scope .btn-outline-danger.focus, .bootstrap-scope .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.bootstrap-scope .btn-outline-danger.disabled, .bootstrap-scope .btn-outline-danger:disabled {
    background-color: transparent;
    color: #dc3545
}
.bootstrap-scope .btn-outline-danger:not(:disabled):not(.disabled).active, .bootstrap-scope .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.bootstrap-scope .btn-outline-danger.dropdown-toggle {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}
.bootstrap-scope .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .bootstrap-scope .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.bootstrap-scope .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}
.bootstrap-scope .btn-outline-light {
    border-color: #f8f9fa;
    color: #f8f9fa
}
.bootstrap-scope .btn-outline-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}
.bootstrap-scope .btn-outline-light.focus, .bootstrap-scope .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.bootstrap-scope .btn-outline-light.disabled, .bootstrap-scope .btn-outline-light:disabled {
    background-color: transparent;
    color: #f8f9fa
}
.bootstrap-scope .btn-outline-light:not(:disabled):not(.disabled).active, .bootstrap-scope .btn-outline-light:not(:disabled):not(.disabled):active, .show>.bootstrap-scope .btn-outline-light.dropdown-toggle {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}
.bootstrap-scope .btn-outline-light:not(:disabled):not(.disabled).active:focus, .bootstrap-scope .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.bootstrap-scope .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}
.bootstrap-scope .btn-outline-dark {
    border-color: #343a40;
    color: #343a40
}
.bootstrap-scope .btn-outline-dark:hover {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}
.bootstrap-scope .btn-outline-dark.focus, .bootstrap-scope .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.bootstrap-scope .btn-outline-dark.disabled, .bootstrap-scope .btn-outline-dark:disabled {
    background-color: transparent;
    color: #343a40
}
.bootstrap-scope .btn-outline-dark:not(:disabled):not(.disabled).active, .bootstrap-scope .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.bootstrap-scope .btn-outline-dark.dropdown-toggle {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}
.bootstrap-scope .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .bootstrap-scope .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.bootstrap-scope .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}
.bootstrap-scope .btn-link {
    color: #007bff;
    font-weight: 400;
    text-decoration: none
}
.bootstrap-scope .btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}
.bootstrap-scope .btn-link.focus, .bootstrap-scope .btn-link:focus {
    text-decoration: underline
}
.bootstrap-scope .btn-link.disabled, .bootstrap-scope .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}
.bootstrap-scope .btn-group-lg>.btn, .bootstrap-scope .btn-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem
}
.bootstrap-scope .btn-group-sm>.btn, .bootstrap-scope .btn-sm {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}
.bootstrap-scope .btn-block {
    display: block;
    width: 100%
}
.bootstrap-scope .btn-block+.btn-block {
    margin-top: .5rem
}
.bootstrap-scope input[type=button].btn-block, .bootstrap-scope input[type=reset].btn-block, .bootstrap-scope input[type=submit].btn-block {
    width: 100%
}
.bootstrap-scope .fade {
    transition: opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
    .bootstrap-scope .fade {
        transition: none
    }
}
.bootstrap-scope .fade:not(.show) {
    opacity: 0
}
.bootstrap-scope .collapse:not(.show) {
    display: none
}
.bootstrap-scope .collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height .35s ease
}
@media (prefers-reduced-motion:reduce) {
    .bootstrap-scope .collapsing {
        transition: none
    }
}
.bootstrap-scope .dropdown, .bootstrap-scope .dropleft, .bootstrap-scope .dropright, .bootstrap-scope .dropup {
    position: relative
}
.bootstrap-scope .dropdown-toggle {
    white-space: nowrap
}
.bootstrap-scope .dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}
.bootstrap-scope .dropdown-toggle:empty:after {
    margin-left: 0
}
.bootstrap-scope .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    color: #212529;
    display: none;
    float: left;
    font-size: 1rem;
    left: 0;
    list-style: none;
    margin: .125rem 0 0;
    min-width: 10rem;
    padding: .5rem 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}
.bootstrap-scope .dropdown-menu-left {
    left: 0;
    right: auto
}
.bootstrap-scope .dropdown-menu-right {
    left: auto;
    right: 0
}
@media (min-width:576px) {
    .bootstrap-scope .dropdown-menu-sm-left {
        left: 0;
        right: auto
    }
    .bootstrap-scope .dropdown-menu-sm-right {
        left: auto;
        right: 0
    }
}
@media (min-width:768px) {
    .bootstrap-scope .dropdown-menu-md-left {
        left: 0;
        right: auto
    }
    .bootstrap-scope .dropdown-menu-md-right {
        left: auto;
        right: 0
    }
}
@media (min-width:992px) {
    .bootstrap-scope .dropdown-menu-lg-left {
        left: 0;
        right: auto
    }
    .bootstrap-scope .dropdown-menu-lg-right {
        left: auto;
        right: 0
    }
}
@media (min-width:1200px) {
    .bootstrap-scope .dropdown-menu-xl-left {
        left: 0;
        right: auto
    }
    .bootstrap-scope .dropdown-menu-xl-right {
        left: auto;
        right: 0
    }
}
.bootstrap-scope .dropup .dropdown-menu {
    bottom: 100%;
    margin-bottom: .125rem;
    margin-top: 0;
    top: auto
}
.bootstrap-scope .dropup .dropdown-toggle:after {
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: 0;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}
.bootstrap-scope .dropup .dropdown-toggle:empty:after {
    margin-left: 0
}
.bootstrap-scope .dropright .dropdown-menu {
    left: 100%;
    margin-left: .125rem;
    margin-top: 0;
    right: auto;
    top: 0
}
.bootstrap-scope .dropright .dropdown-toggle:after {
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    border-right: 0;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}
.bootstrap-scope .dropright .dropdown-toggle:empty:after {
    margin-left: 0
}
.bootstrap-scope .dropright .dropdown-toggle:after {
    vertical-align: 0
}
.bootstrap-scope .dropleft .dropdown-menu {
    left: auto;
    margin-right: .125rem;
    margin-top: 0;
    right: 100%;
    top: 0
}
.bootstrap-scope .dropleft .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: .255em;
    vertical-align: .255em
}
.bootstrap-scope .dropleft .dropdown-toggle:before {
    border-bottom: .3em solid transparent;
    border-right: .3em solid;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em
}
.bootstrap-scope .dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}
.bootstrap-scope .dropleft .dropdown-toggle:before {
    vertical-align: 0
}
.bootstrap-scope .dropdown-menu[x-placement^=bottom], .bootstrap-scope .dropdown-menu[x-placement^=left], .bootstrap-scope .dropdown-menu[x-placement^=right], .bootstrap-scope .dropdown-menu[x-placement^=top] {
    bottom: auto;
    right: auto
}
.bootstrap-scope .dropdown-divider {
    border-top: 1px solid #e9ecef;
    height: 0;
    margin: .5rem 0;
    overflow: hidden
}
.bootstrap-scope .dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #212529;
    display: block;
    font-weight: 400;
    padding: .25rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%
}
.bootstrap-scope .dropdown-item:focus, .bootstrap-scope .dropdown-item:hover {
    background-color: #e9ecef;
    color: #16181b;
    text-decoration: none
}
.bootstrap-scope .dropdown-item.active, .bootstrap-scope .dropdown-item:active {
    background-color: #007bff;
    color: #fff;
    text-decoration: none
}
.bootstrap-scope .dropdown-item.disabled, .bootstrap-scope .dropdown-item:disabled {
    background-color: transparent;
    color: #adb5bd;
    pointer-events: none
}
.bootstrap-scope .dropdown-menu.show {
    display: block
}
.bootstrap-scope .dropdown-header {
    color: #6c757d;
    display: block;
    font-size: .875rem;
    margin-bottom: 0;
    padding: .5rem 1.5rem;
    white-space: nowrap
}
.bootstrap-scope .dropdown-item-text {
    color: #212529;
    display: block;
    padding: .25rem 1.5rem
}
.bootstrap-scope .btn-group, .bootstrap-scope .btn-group-vertical {
    display: inline-flex;
    position: relative;
    vertical-align: middle
}
.bootstrap-scope .btn-group-vertical>.btn, .bootstrap-scope .btn-group>.btn {
    flex: 1 1 auto;
    position: relative
}
.bootstrap-scope .btn-group-vertical>.btn.active, .bootstrap-scope .btn-group-vertical>.btn:active, .bootstrap-scope .btn-group-vertical>.btn:focus, .bootstrap-scope .btn-group-vertical>.btn:hover, .bootstrap-scope .btn-group>.btn.active, .bootstrap-scope .btn-group>.btn:active, .bootstrap-scope .btn-group>.btn:focus, .bootstrap-scope .btn-group>.btn:hover {
    z-index: 1
}
.bootstrap-scope .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}
.bootstrap-scope .btn-toolbar .input-group {
    width: auto
}
.bootstrap-scope .btn-group>.btn-group:not(:first-child), .bootstrap-scope .btn-group>.btn:not(:first-child) {
    margin-left: -1px
}
.bootstrap-scope .btn-group>.btn-group:not(:last-child)>.btn, .bootstrap-scope .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.bootstrap-scope .btn-group>.btn-group:not(:first-child)>.btn, .bootstrap-scope .btn-group>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.bootstrap-scope .dropdown-toggle-split {
    padding-left: .5625rem;
    padding-right: .5625rem
}
.bootstrap-scope .dropdown-toggle-split:after, .dropright .bootstrap-scope .dropdown-toggle-split:after, .dropup .bootstrap-scope .dropdown-toggle-split:after {
    margin-left: 0
}
.dropleft .bootstrap-scope .dropdown-toggle-split:before {
    margin-right: 0
}
.bootstrap-scope .btn-group-sm>.btn+.dropdown-toggle-split, .bootstrap-scope .btn-sm+.dropdown-toggle-split {
    padding-left: .375rem;
    padding-right: .375rem
}
.bootstrap-scope .btn-group-lg>.btn+.dropdown-toggle-split, .bootstrap-scope .btn-lg+.dropdown-toggle-split {
    padding-left: .75rem;
    padding-right: .75rem
}
.bootstrap-scope .btn-group-vertical {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}
.bootstrap-scope .btn-group-vertical>.btn, .bootstrap-scope .btn-group-vertical>.btn-group {
    width: 100%
}
.bootstrap-scope .btn-group-vertical>.btn-group:not(:first-child), .bootstrap-scope .btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}
.bootstrap-scope .btn-group-vertical>.btn-group:not(:last-child)>.btn, .bootstrap-scope .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.bootstrap-scope .btn-group-vertical>.btn-group:not(:first-child)>.btn, .bootstrap-scope .btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.bootstrap-scope .btn-group-toggle>.btn, .bootstrap-scope .btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}
.bootstrap-scope .btn-group-toggle>.btn input[type=checkbox], .bootstrap-scope .btn-group-toggle>.btn input[type=radio], .bootstrap-scope .btn-group-toggle>.btn-group>.btn input[type=checkbox], .bootstrap-scope .btn-group-toggle>.btn-group>.btn input[type=radio] {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}
.bootstrap-scope .input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}
.bootstrap-scope .input-group>.custom-file, .bootstrap-scope .input-group>.custom-select, .bootstrap-scope .input-group>.form-control, .bootstrap-scope .input-group>.form-control-plaintext {
    flex: 1 1 auto;
    margin-bottom: 0;
    min-width: 0;
    position: relative;
    width: 1%
}
.bootstrap-scope .input-group>.custom-file+.custom-file, .bootstrap-scope .input-group>.custom-file+.custom-select, .bootstrap-scope .input-group>.custom-file+.form-control, .bootstrap-scope .input-group>.custom-select+.custom-file, .bootstrap-scope .input-group>.custom-select+.custom-select, .bootstrap-scope .input-group>.custom-select+.form-control, .bootstrap-scope .input-group>.form-control+.custom-file, .bootstrap-scope .input-group>.form-control+.custom-select, .bootstrap-scope .input-group>.form-control+.form-control, .bootstrap-scope .input-group>.form-control-plaintext+.custom-file, .bootstrap-scope .input-group>.form-control-plaintext+.custom-select, .bootstrap-scope .input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}
.bootstrap-scope .input-group>.custom-file .custom-file-input:focus~.custom-file-label, .bootstrap-scope .input-group>.custom-select:focus, .bootstrap-scope .input-group>.form-control:focus {
    z-index: 3
}
.bootstrap-scope .input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}
.bootstrap-scope .input-group>.custom-select:not(:first-child), .bootstrap-scope .input-group>.form-control:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.bootstrap-scope .input-group>.custom-file {
    align-items: center;
    display: flex
}
.bootstrap-scope .input-group>.custom-file:not(:first-child) .custom-file-label, .bootstrap-scope .input-group>.custom-file:not(:last-child) .custom-file-label {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.bootstrap-scope .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after, .bootstrap-scope .input-group.has-validation>.custom-select:nth-last-child(n+3), .bootstrap-scope .input-group.has-validation>.form-control:nth-last-child(n+3), .bootstrap-scope .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after, .bootstrap-scope .input-group:not(.has-validation)>.custom-select:not(:last-child), .bootstrap-scope .input-group:not(.has-validation)>.form-control:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.bootstrap-scope .input-group-append, .bootstrap-scope .input-group-prepend {
    display: flex
}
.bootstrap-scope .input-group-append .btn, .bootstrap-scope .input-group-prepend .btn {
    position: relative;
    z-index: 2
}
.bootstrap-scope .input-group-append .btn:focus, .bootstrap-scope .input-group-prepend .btn:focus {
    z-index: 3
}
.bootstrap-scope .input-group-append .btn+.btn, .bootstrap-scope .input-group-append .btn+.input-group-text, .bootstrap-scope .input-group-append .input-group-text+.btn, .bootstrap-scope .input-group-append .input-group-text+.input-group-text, .bootstrap-scope .input-group-prepend .btn+.btn, .bootstrap-scope .input-group-prepend .btn+.input-group-text, .bootstrap-scope .input-group-prepend .input-group-text+.btn, .bootstrap-scope .input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}
.bootstrap-scope .input-group-prepend {
    margin-right: -1px
}
.bootstrap-scope .input-group-append {
    margin-left: -1px
}
.bootstrap-scope .input-group-text {
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap
}
.bootstrap-scope .input-group-text input[type=checkbox], .bootstrap-scope .input-group-text input[type=radio] {
    margin-top: 0
}
.bootstrap-scope .input-group-lg>.custom-select, .bootstrap-scope .input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}
.bootstrap-scope .input-group-lg>.custom-select, .bootstrap-scope .input-group-lg>.form-control, .bootstrap-scope .input-group-lg>.input-group-append>.btn, .bootstrap-scope .input-group-lg>.input-group-append>.input-group-text, .bootstrap-scope .input-group-lg>.input-group-prepend>.btn, .bootstrap-scope .input-group-lg>.input-group-prepend>.input-group-text {
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem
}
.bootstrap-scope .input-group-sm>.custom-select, .bootstrap-scope .input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}
.bootstrap-scope .input-group-sm>.custom-select, .bootstrap-scope .input-group-sm>.form-control, .bootstrap-scope .input-group-sm>.input-group-append>.btn, .bootstrap-scope .input-group-sm>.input-group-append>.input-group-text, .bootstrap-scope .input-group-sm>.input-group-prepend>.btn, .bootstrap-scope .input-group-sm>.input-group-prepend>.input-group-text {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}
.bootstrap-scope .input-group-lg>.custom-select, .bootstrap-scope .input-group-sm>.custom-select {
    padding-right: 1.75rem
}
.bootstrap-scope .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn, .bootstrap-scope .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text, .bootstrap-scope .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn, .bootstrap-scope .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text, .bootstrap-scope .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .bootstrap-scope .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .bootstrap-scope .input-group>.input-group-prepend>.btn, .bootstrap-scope .input-group>.input-group-prepend>.input-group-text {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.bootstrap-scope .input-group>.input-group-append>.btn, .bootstrap-scope .input-group>.input-group-append>.input-group-text, .bootstrap-scope .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .bootstrap-scope .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .bootstrap-scope .input-group>.input-group-prepend:not(:first-child)>.btn, .bootstrap-scope .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.bootstrap-scope .custom-control {
    color-adjust: exact;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
    z-index: 1
}
.bootstrap-scope .custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}
.bootstrap-scope .custom-control-input {
    height: 1.25rem;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 1rem;
    z-index: -1
}
.bootstrap-scope .custom-control-input:checked~.custom-control-label:before {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff
}
.bootstrap-scope .custom-control-input:focus~.custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.bootstrap-scope .custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #80bdff
}
.bootstrap-scope .custom-control-input:not(:disabled):active~.custom-control-label:before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
    color: #fff
}
.bootstrap-scope .custom-control-input:disabled~.custom-control-label, .bootstrap-scope .custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}
.bootstrap-scope .custom-control-input:disabled~.custom-control-label:before, .bootstrap-scope .custom-control-input[disabled]~.custom-control-label:before {
    background-color: #e9ecef
}
.bootstrap-scope .custom-control-label {
    margin-bottom: 0;
    position: relative;
    vertical-align: top
}
.bootstrap-scope .custom-control-label:before {
    background-color: #fff;
    border: 1px solid #adb5bd;
    content: "";
    display: block;
    height: 1rem;
    left: -1.5rem;
    pointer-events: none;
    position: absolute;
    top: .25rem;
    width: 1rem
}
.bootstrap-scope .custom-control-label:after {
    background: 50%/50% 50% no-repeat;
    content: "";
    display: block;
    height: 1rem;
    left: -1.5rem;
    position: absolute;
    top: .25rem;
    width: 1rem
}
.bootstrap-scope .custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}
.bootstrap-scope .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}
.bootstrap-scope .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #007bff;
    border-color: #007bff
}
.bootstrap-scope .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}
.bootstrap-scope .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}
.bootstrap-scope .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}
.bootstrap-scope .custom-radio .custom-control-label:before {
    border-radius: 50%
}
.bootstrap-scope .custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}
.bootstrap-scope .custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}
.bootstrap-scope .custom-switch {
    padding-left: 2.25rem
}
.bootstrap-scope .custom-switch .custom-control-label:before {
    border-radius: .5rem;
    left: -2.25rem;
    pointer-events: all;
    width: 1.75rem
}
.bootstrap-scope .custom-switch .custom-control-label:after {
    background-color: #adb5bd;
    border-radius: .5rem;
    height: calc(1rem - 4px);
    left: calc(-2.25rem + 2px);
    top: calc(.25rem + 2px);
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: calc(1rem - 4px)
}
@media (prefers-reduced-motion:reduce) {
    .bootstrap-scope .custom-switch .custom-control-label:after {
        transition: none
    }
}
.bootstrap-scope .custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}
.bootstrap-scope .custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}
.bootstrap-scope .custom-select {
    appearance: none;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem 1.75rem .375rem .75rem;
    vertical-align: middle;
    width: 100%
}
.bootstrap-scope .custom-select:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    outline: 0
}
.bootstrap-scope .custom-select:focus::-ms-value {
    background-color: #fff;
    color: #495057
}
.bootstrap-scope .custom-select[multiple], .bootstrap-scope .custom-select[size]:not([size="1"]) {
    background-image: none;
    height: auto;
    padding-right: .75rem
}
.bootstrap-scope .custom-select:disabled {
    background-color: #e9ecef;
    color: #6c757d
}
.bootstrap-scope .custom-select::-ms-expand {
    display: none
}
.bootstrap-scope .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}
.bootstrap-scope .custom-select-sm {
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-top: .25rem
}
.bootstrap-scope .custom-select-lg {
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-top: .5rem
}
.bootstrap-scope .custom-file {
    display: inline-block;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
    position: relative;
    width: 100%
}
.bootstrap-scope .custom-file-input {
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2
}
.bootstrap-scope .custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.bootstrap-scope .custom-file-input:disabled~.custom-file-label, .bootstrap-scope .custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}
.bootstrap-scope .custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}
.bootstrap-scope .custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}
.bootstrap-scope .custom-file-label {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    left: 0;
    overflow: hidden;
    z-index: 1
}
.bootstrap-scope .custom-file-label, .bootstrap-scope .custom-file-label:after {
    color: #495057;
    line-height: 1.5;
    padding: .375rem .75rem;
    position: absolute;
    right: 0;
    top: 0
}
.bootstrap-scope .custom-file-label:after {
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
    bottom: 0;
    content: "Browse";
    display: block;
    height: calc(1.5em + .75rem);
    z-index: 3
}
.bootstrap-scope .custom-range {
    appearance: none;
    background-color: transparent;
    height: 1.4rem;
    padding: 0;
    width: 100%
}
.bootstrap-scope .custom-range:focus {
    outline: 0
}
.bootstrap-scope .custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.bootstrap-scope .custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.bootstrap-scope .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.bootstrap-scope .custom-range::-moz-focus-outer {
    border: 0
}
.bootstrap-scope .custom-range::-webkit-slider-thumb {
    appearance: none;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}
@media (prefers-reduced-motion:reduce) {
    .bootstrap-scope .custom-range::-webkit-slider-thumb {
        transition: none
    }
}
.bootstrap-scope .custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}
.bootstrap-scope .custom-range::-webkit-slider-runnable-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}
.bootstrap-scope .custom-range::-moz-range-thumb {
    appearance: none;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}
@media (prefers-reduced-motion:reduce) {
    .bootstrap-scope .custom-range::-moz-range-thumb {
        transition: none
    }
}
.bootstrap-scope .custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}
.bootstrap-scope .custom-range::-moz-range-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}
.bootstrap-scope .custom-range::-ms-thumb {
    appearance: none;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-left: .2rem;
    margin-right: .2rem;
    margin-top: 0;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}
@media (prefers-reduced-motion:reduce) {
    .bootstrap-scope .custom-range::-ms-thumb {
        transition: none
    }
}
.bootstrap-scope .custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}
.bootstrap-scope .custom-range::-ms-track {
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}
.bootstrap-scope .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}
.bootstrap-scope .custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem;
    margin-right: 15px
}
.bootstrap-scope .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}
.bootstrap-scope .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}
.bootstrap-scope .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}
.bootstrap-scope .custom-range:disabled::-moz-range-track {
    cursor: default
}
.bootstrap-scope .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}
.bootstrap-scope .custom-control-label:before, .bootstrap-scope .custom-file-label, .bootstrap-scope .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
    .bootstrap-scope .custom-control-label:before, .bootstrap-scope .custom-file-label, .bootstrap-scope .custom-select {
        transition: none
    }
}
.bootstrap-scope .nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}
.bootstrap-scope .nav-link {
    display: block;
    padding: .5rem 1rem
}
.bootstrap-scope .nav-link:focus, .bootstrap-scope .nav-link:hover {
    text-decoration: none
}
.bootstrap-scope .nav-link.disabled {
    color: #6c757d;
    cursor: default;
    pointer-events: none
}
.bootstrap-scope .nav-tabs {
    border-bottom: 1px solid #dee2e6
}
.bootstrap-scope .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-bottom: -1px
}
.bootstrap-scope .nav-tabs .nav-link:focus, .bootstrap-scope .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}
.bootstrap-scope .nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #6c757d
}
.bootstrap-scope .nav-tabs .nav-item.show .nav-link, .bootstrap-scope .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #495057
}
.bootstrap-scope .nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px
}
.bootstrap-scope .nav-pills .nav-link {
    border-radius: .25rem
}
.bootstrap-scope .nav-pills .nav-link.active, .bootstrap-scope .nav-pills .show>.nav-link {
    background-color: #007bff;
    color: #fff
}
.bootstrap-scope .nav-fill .nav-item, .bootstrap-scope .nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}
.bootstrap-scope .nav-justified .nav-item, .bootstrap-scope .nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}
.bootstrap-scope .tab-content>.tab-pane {
    display: none
}
.bootstrap-scope .tab-content>.active {
    display: block
}
.bootstrap-scope .navbar {
    padding: .5rem 1rem;
    position: relative
}
.bootstrap-scope .navbar, .bootstrap-scope .navbar .container, .bootstrap-scope .navbar .container-fluid, .bootstrap-scope .navbar .container-lg, .bootstrap-scope .navbar .container-md, .bootstrap-scope .navbar .container-sm, .bootstrap-scope .navbar .container-xl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
.bootstrap-scope .navbar-brand {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    margin-right: 1rem;
    padding-bottom: .3125rem;
    padding-top: .3125rem;
    white-space: nowrap
}
.bootstrap-scope .navbar-brand:focus, .bootstrap-scope .navbar-brand:hover {
    text-decoration: none
}
.bootstrap-scope .navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}
.bootstrap-scope .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0
}
.bootstrap-scope .navbar-nav .dropdown-menu {
    float: none;
    position: static
}
.bootstrap-scope .navbar-text {
    display: inline-block;
    padding-bottom: .5rem;
    padding-top: .5rem
}
.bootstrap-scope .navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}
.bootstrap-scope .navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 1.25rem;
    line-height: 1;
    padding: .25rem .75rem
}
.bootstrap-scope .navbar-toggler:focus, .bootstrap-scope .navbar-toggler:hover {
    text-decoration: none
}
.bootstrap-scope .navbar-toggler-icon {
    background: 50%/100% 100% no-repeat;
    content: "";
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}
.bootstrap-scope .navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}
@media (max-width:575.98px) {
    .bootstrap-scope .navbar-expand-sm>.container, .bootstrap-scope .navbar-expand-sm>.container-fluid, .bootstrap-scope .navbar-expand-sm>.container-lg, .bootstrap-scope .navbar-expand-sm>.container-md, .bootstrap-scope .navbar-expand-sm>.container-sm, .bootstrap-scope .navbar-expand-sm>.container-xl {
        padding-left: 0;
        padding-right: 0
    }
}
@media (min-width:576px) {
    .bootstrap-scope .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .bootstrap-scope .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .bootstrap-scope .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .bootstrap-scope .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .bootstrap-scope .navbar-expand-sm>.container, .bootstrap-scope .navbar-expand-sm>.container-fluid, .bootstrap-scope .navbar-expand-sm>.container-lg, .bootstrap-scope .navbar-expand-sm>.container-md, .bootstrap-scope .navbar-expand-sm>.container-sm, .bootstrap-scope .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }
    .bootstrap-scope .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }
    .bootstrap-scope .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .bootstrap-scope .navbar-expand-sm .navbar-toggler {
        display: none
    }
}
@media (max-width:767.98px) {
    .bootstrap-scope .navbar-expand-md>.container, .bootstrap-scope .navbar-expand-md>.container-fluid, .bootstrap-scope .navbar-expand-md>.container-lg, .bootstrap-scope .navbar-expand-md>.container-md, .bootstrap-scope .navbar-expand-md>.container-sm, .bootstrap-scope .navbar-expand-md>.container-xl {
        padding-left: 0;
        padding-right: 0
    }
}
@media (min-width:768px) {
    .bootstrap-scope .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .bootstrap-scope .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .bootstrap-scope .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .bootstrap-scope .navbar-expand-md .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .bootstrap-scope .navbar-expand-md>.container, .bootstrap-scope .navbar-expand-md>.container-fluid, .bootstrap-scope .navbar-expand-md>.container-lg, .bootstrap-scope .navbar-expand-md>.container-md, .bootstrap-scope .navbar-expand-md>.container-sm, .bootstrap-scope .navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }
    .bootstrap-scope .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }
    .bootstrap-scope .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .bootstrap-scope .navbar-expand-md .navbar-toggler {
        display: none
    }
}
@media (max-width:991.98px) {
    .bootstrap-scope .navbar-expand-lg>.container, .bootstrap-scope .navbar-expand-lg>.container-fluid, .bootstrap-scope .navbar-expand-lg>.container-lg, .bootstrap-scope .navbar-expand-lg>.container-md, .bootstrap-scope .navbar-expand-lg>.container-sm, .bootstrap-scope .navbar-expand-lg>.container-xl {
        padding-left: 0;
        padding-right: 0
    }
}
@media (min-width:992px) {
    .bootstrap-scope .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .bootstrap-scope .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .bootstrap-scope .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .bootstrap-scope .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .bootstrap-scope .navbar-expand-lg>.container, .bootstrap-scope .navbar-expand-lg>.container-fluid, .bootstrap-scope .navbar-expand-lg>.container-lg, .bootstrap-scope .navbar-expand-lg>.container-md, .bootstrap-scope .navbar-expand-lg>.container-sm, .bootstrap-scope .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }
    .bootstrap-scope .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }
    .bootstrap-scope .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .bootstrap-scope .navbar-expand-lg .navbar-toggler {
        display: none
    }
}
@media (max-width:1199.98px) {
    .bootstrap-scope .navbar-expand-xl>.container, .bootstrap-scope .navbar-expand-xl>.container-fluid, .bootstrap-scope .navbar-expand-xl>.container-lg, .bootstrap-scope .navbar-expand-xl>.container-md, .bootstrap-scope .navbar-expand-xl>.container-sm, .bootstrap-scope .navbar-expand-xl>.container-xl {
        padding-left: 0;
        padding-right: 0
    }
}
@media (min-width:1200px) {
    .bootstrap-scope .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }
    .bootstrap-scope .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .bootstrap-scope .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .bootstrap-scope .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .bootstrap-scope .navbar-expand-xl>.container, .bootstrap-scope .navbar-expand-xl>.container-fluid, .bootstrap-scope .navbar-expand-xl>.container-lg, .bootstrap-scope .navbar-expand-xl>.container-md, .bootstrap-scope .navbar-expand-xl>.container-sm, .bootstrap-scope .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }
    .bootstrap-scope .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }
    .bootstrap-scope .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .bootstrap-scope .navbar-expand-xl .navbar-toggler {
        display: none
    }
}
.bootstrap-scope .navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}
.bootstrap-scope .navbar-expand>.container, .bootstrap-scope .navbar-expand>.container-fluid, .bootstrap-scope .navbar-expand>.container-lg, .bootstrap-scope .navbar-expand>.container-md, .bootstrap-scope .navbar-expand>.container-sm, .bootstrap-scope .navbar-expand>.container-xl {
    padding-left: 0;
    padding-right: 0
}
.bootstrap-scope .navbar-expand .navbar-nav {
    flex-direction: row
}
.bootstrap-scope .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}
.bootstrap-scope .navbar-expand .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem
}
.bootstrap-scope .navbar-expand>.container, .bootstrap-scope .navbar-expand>.container-fluid, .bootstrap-scope .navbar-expand>.container-lg, .bootstrap-scope .navbar-expand>.container-md, .bootstrap-scope .navbar-expand>.container-sm, .bootstrap-scope .navbar-expand>.container-xl {
    flex-wrap: nowrap
}
.bootstrap-scope .navbar-expand .navbar-nav-scroll {
    overflow: visible
}
.bootstrap-scope .navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}
.bootstrap-scope .navbar-expand .navbar-toggler {
    display: none
}
.bootstrap-scope .navbar-light .navbar-brand, .bootstrap-scope .navbar-light .navbar-brand:focus, .bootstrap-scope .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}
.bootstrap-scope .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}
.bootstrap-scope .navbar-light .navbar-nav .nav-link:focus, .bootstrap-scope .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}
.bootstrap-scope .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}
.bootstrap-scope .navbar-light .navbar-nav .active>.nav-link, .bootstrap-scope .navbar-light .navbar-nav .nav-link.active, .bootstrap-scope .navbar-light .navbar-nav .nav-link.show, .bootstrap-scope .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}
.bootstrap-scope .navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .5)
}
.bootstrap-scope .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.bootstrap-scope .navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}
.bootstrap-scope .navbar-light .navbar-text a, .bootstrap-scope .navbar-light .navbar-text a:focus, .bootstrap-scope .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}
.bootstrap-scope .navbar-dark .navbar-brand, .bootstrap-scope .navbar-dark .navbar-brand:focus, .bootstrap-scope .navbar-dark .navbar-brand:hover {
    color: #fff
}
.bootstrap-scope .navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}
.bootstrap-scope .navbar-dark .navbar-nav .nav-link:focus, .bootstrap-scope .navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}
.bootstrap-scope .navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}
.bootstrap-scope .navbar-dark .navbar-nav .active>.nav-link, .bootstrap-scope .navbar-dark .navbar-nav .nav-link.active, .bootstrap-scope .navbar-dark .navbar-nav .nav-link.show, .bootstrap-scope .navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}
.bootstrap-scope .navbar-dark .navbar-toggler {
    border-color: hsla(0, 0%, 100%, .1);
    color: hsla(0, 0%, 100%, .5)
}
.bootstrap-scope .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.bootstrap-scope .navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}
.bootstrap-scope .navbar-dark .navbar-text a, .bootstrap-scope .navbar-dark .navbar-text a:focus, .bootstrap-scope .navbar-dark .navbar-text a:hover {
    color: #fff
}
.bootstrap-scope .card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative
}
.bootstrap-scope .card>hr {
    margin-left: 0;
    margin-right: 0
}
.bootstrap-scope .card>.list-group {
    border-bottom: inherit;
    border-top: inherit
}
.bootstrap-scope .card>.list-group:first-child {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    border-top-width: 0
}
.bootstrap-scope .card>.list-group:last-child {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-width: 0
}
.bootstrap-scope .card>.card-header+.list-group, .bootstrap-scope .card>.list-group+.card-footer {
    border-top: 0
}
.bootstrap-scope .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}
.bootstrap-scope .card-title {
    margin-bottom: .75rem
}
.bootstrap-scope .card-subtitle {
    margin-bottom: 0;
    margin-top: -.375rem
}
.bootstrap-scope .card-text:last-child {
    margin-bottom: 0
}
.bootstrap-scope .card-link:hover {
    text-decoration: none
}
.bootstrap-scope .card-link+.card-link {
    margin-left: 1.25rem
}
.bootstrap-scope .card-header {
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 0;
    padding: .75rem 1.25rem
}
.bootstrap-scope .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.bootstrap-scope .card-footer {
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding: .75rem 1.25rem
}
.bootstrap-scope .card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.bootstrap-scope .card-header-tabs {
    border-bottom: 0;
    margin-bottom: -.75rem
}
.bootstrap-scope .card-header-pills, .bootstrap-scope .card-header-tabs {
    margin-left: -.625rem;
    margin-right: -.625rem
}
.bootstrap-scope .card-img-overlay {
    border-radius: calc(.25rem - 1px);
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 0
}
.bootstrap-scope .card-img, .bootstrap-scope .card-img-bottom, .bootstrap-scope .card-img-top {
    flex-shrink: 0;
    width: 100%
}
.bootstrap-scope .card-img, .bootstrap-scope .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}
.bootstrap-scope .card-img, .bootstrap-scope .card-img-bottom {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px)
}
.bootstrap-scope .card-deck .card {
    margin-bottom: 15px
}
@media (min-width:576px) {
    .bootstrap-scope .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-left: -15px;
        margin-right: -15px
    }
    .bootstrap-scope .card-deck .card {
        flex: 1 0 0%;
        margin-bottom: 0;
        margin-left: 15px;
        margin-right: 15px
    }
}
.bootstrap-scope .card-group>.card {
    margin-bottom: 15px
}
@media (min-width:576px) {
    .bootstrap-scope .card-group {
        display: flex;
        flex-flow: row wrap
    }
    .bootstrap-scope .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .bootstrap-scope .card-group>.card+.card {
        border-left: 0;
        margin-left: 0
    }
    .bootstrap-scope .card-group>.card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }
    .bootstrap-scope .card-group>.card:not(:last-child) .card-header, .bootstrap-scope .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .bootstrap-scope .card-group>.card:not(:last-child) .card-footer, .bootstrap-scope .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .bootstrap-scope .card-group>.card:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }
    .bootstrap-scope .card-group>.card:not(:first-child) .card-header, .bootstrap-scope .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .bootstrap-scope .card-group>.card:not(:first-child) .card-footer, .bootstrap-scope .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}
.bootstrap-scope .card-columns .card {
    margin-bottom: .75rem
}
@media (min-width:576px) {
    .bootstrap-scope .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .bootstrap-scope .card-columns .card {
        display: inline-block;
        width: 100%
    }
}
.bootstrap-scope .accordion {
    overflow-anchor: none
}
.bootstrap-scope .accordion>.card {
    overflow: hidden
}
.bootstrap-scope .accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.bootstrap-scope .accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.bootstrap-scope .accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}
.bootstrap-scope .breadcrumb {
    background-color: #e9ecef;
    border-radius: .25rem;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: .75rem 1rem
}
.bootstrap-scope .breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}
.bootstrap-scope .breadcrumb-item+.breadcrumb-item:before {
    color: #6c757d;
    content: "/";
    float: left;
    padding-right: .5rem
}
.bootstrap-scope .breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}
.bootstrap-scope .breadcrumb-item.active {
    color: #6c757d
}
.bootstrap-scope .pagination {
    border-radius: .25rem;
    display: flex;
    list-style: none;
    padding-left: 0
}
.bootstrap-scope .page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #007bff;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: .5rem .75rem;
    position: relative
}
.bootstrap-scope .page-link:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #0056b3;
    text-decoration: none;
    z-index: 2
}
.bootstrap-scope .page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    outline: 0;
    z-index: 3
}
.bootstrap-scope .page-item:first-child .page-link {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    margin-left: 0
}
.bootstrap-scope .page-item:last-child .page-link {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}
.bootstrap-scope .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    z-index: 3
}
.bootstrap-scope .page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6;
    color: #6c757d;
    cursor: auto;
    pointer-events: none
}
.bootstrap-scope .pagination-lg .page-link {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .75rem 1.5rem
}
.bootstrap-scope .pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem
}
.bootstrap-scope .pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem
}
.bootstrap-scope .pagination-sm .page-link {
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}
.bootstrap-scope .pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem
}
.bootstrap-scope .pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem
}
.bootstrap-scope .badge {
    border-radius: .25rem;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: .25em .4em;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    vertical-align: baseline;
    white-space: nowrap
}
@media (prefers-reduced-motion:reduce) {
    .bootstrap-scope .badge {
        transition: none
    }
}
a.bootstrap-scope .badge:focus, a.bootstrap-scope .badge:hover {
    text-decoration: none
}
.bootstrap-scope .badge:empty {
    display: none
}
.bootstrap-scope .btn .badge {
    position: relative;
    top: -1px
}
.bootstrap-scope .badge-pill {
    border-radius: 10rem;
    padding-left: .6em;
    padding-right: .6em
}
.bootstrap-scope .badge-primary {
    background-color: #007bff;
    color: #fff
}
a.bootstrap-scope .badge-primary:focus, a.bootstrap-scope .badge-primary:hover {
    background-color: #0062cc;
    color: #fff
}
a.bootstrap-scope .badge-primary.focus, a.bootstrap-scope .badge-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
    outline: 0
}
.bootstrap-scope .badge-secondary {
    background-color: #6c757d;
    color: #fff
}
a.bootstrap-scope .badge-secondary:focus, a.bootstrap-scope .badge-secondary:hover {
    background-color: #545b62;
    color: #fff
}
a.bootstrap-scope .badge-secondary.focus, a.bootstrap-scope .badge-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    outline: 0
}
.bootstrap-scope .badge-success {
    background-color: #28a745;
    color: #fff
}
a.bootstrap-scope .badge-success:focus, a.bootstrap-scope .badge-success:hover {
    background-color: #1e7e34;
    color: #fff
}
a.bootstrap-scope .badge-success.focus, a.bootstrap-scope .badge-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    outline: 0
}
.bootstrap-scope .badge-info {
    background-color: #17a2b8;
    color: #fff
}
a.bootstrap-scope .badge-info:focus, a.bootstrap-scope .badge-info:hover {
    background-color: #117a8b;
    color: #fff
}
a.bootstrap-scope .badge-info.focus, a.bootstrap-scope .badge-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    outline: 0
}
.bootstrap-scope .badge-warning {
    background-color: #ffc107;
    color: #212529
}
a.bootstrap-scope .badge-warning:focus, a.bootstrap-scope .badge-warning:hover {
    background-color: #d39e00;
    color: #212529
}
a.bootstrap-scope .badge-warning.focus, a.bootstrap-scope .badge-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    outline: 0
}
.bootstrap-scope .badge-danger {
    background-color: #dc3545;
    color: #fff
}
a.bootstrap-scope .badge-danger:focus, a.bootstrap-scope .badge-danger:hover {
    background-color: #bd2130;
    color: #fff
}
a.bootstrap-scope .badge-danger.focus, a.bootstrap-scope .badge-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    outline: 0
}
.bootstrap-scope .badge-light {
    background-color: #f8f9fa;
    color: #212529
}
a.bootstrap-scope .badge-light:focus, a.bootstrap-scope .badge-light:hover {
    background-color: #dae0e5;
    color: #212529
}
a.bootstrap-scope .badge-light.focus, a.bootstrap-scope .badge-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    outline: 0
}
.bootstrap-scope .badge-dark {
    background-color: #343a40;
    color: #fff
}
a.bootstrap-scope .badge-dark:focus, a.bootstrap-scope .badge-dark:hover {
    background-color: #1d2124;
    color: #fff
}
a.bootstrap-scope .badge-dark.focus, a.bootstrap-scope .badge-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    outline: 0
}
.bootstrap-scope .jumbotron {
    background-color: #e9ecef;
    border-radius: .3rem;
    margin-bottom: 2rem;
    padding: 2rem 1rem
}
@media (min-width:576px) {
    .bootstrap-scope .jumbotron {
        padding: 4rem 2rem
    }
}
.bootstrap-scope .jumbotron-fluid {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0
}
.bootstrap-scope .alert {
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
    position: relative
}
.bootstrap-scope .alert-heading {
    color: inherit
}
.bootstrap-scope .alert-link {
    font-weight: 700
}
.bootstrap-scope .alert-dismissible {
    padding-right: 4rem
}
.bootstrap-scope .alert-dismissible .close {
    color: inherit;
    padding: .75rem 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}
.bootstrap-scope .alert-primary {
    background-color: #cce5ff;
    border-color: #b8daff;
    color: #004085
}
.bootstrap-scope .alert-primary hr {
    border-top-color: #9fcdff
}
.bootstrap-scope .alert-primary .alert-link {
    color: #002752
}
.bootstrap-scope .alert-secondary {
    background-color: #e2e3e5;
    border-color: #d6d8db;
    color: #383d41
}
.bootstrap-scope .alert-secondary hr {
    border-top-color: #c8cbcf
}
.bootstrap-scope .alert-secondary .alert-link {
    color: #202326
}
.bootstrap-scope .alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724
}
.bootstrap-scope .alert-success hr {
    border-top-color: #b1dfbb
}
.bootstrap-scope .alert-success .alert-link {
    color: #0b2e13
}
.bootstrap-scope .alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460
}
.bootstrap-scope .alert-info hr {
    border-top-color: #abdde5
}
.bootstrap-scope .alert-info .alert-link {
    color: #062c33
}
.bootstrap-scope .alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404
}
.bootstrap-scope .alert-warning hr {
    border-top-color: #ffe8a1
}
.bootstrap-scope .alert-warning .alert-link {
    color: #533f03
}
.bootstrap-scope .alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24
}
.bootstrap-scope .alert-danger hr {
    border-top-color: #f1b0b7
}
.bootstrap-scope .alert-danger .alert-link {
    color: #491217
}
.bootstrap-scope .alert-light {
    background-color: #fefefe;
    border-color: #fdfdfe;
    color: #818182
}
.bootstrap-scope .alert-light hr {
    border-top-color: #ececf6
}
.bootstrap-scope .alert-light .alert-link {
    color: #686868
}
.bootstrap-scope .alert-dark {
    background-color: #d6d8d9;
    border-color: #c6c8ca;
    color: #1b1e21
}
.bootstrap-scope .alert-dark hr {
    border-top-color: #b9bbbe
}
.bootstrap-scope .alert-dark .alert-link {
    color: #040505
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}
.bootstrap-scope .progress {
    background-color: #e9ecef;
    border-radius: .25rem;
    display: flex;
    font-size: .75rem;
    height: 1rem;
    line-height: 0;
    overflow: hidden
}
.bootstrap-scope .progress-bar {
    background-color: #007bff;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    transition: width .6s ease;
    white-space: nowrap
}
@media (prefers-reduced-motion:reduce) {
    .bootstrap-scope .progress-bar {
        transition: none
    }
}
.bootstrap-scope .progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}
.bootstrap-scope .progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}
@media (prefers-reduced-motion:reduce) {
    .bootstrap-scope .progress-bar-animated {
        animation: none
    }
}
.bootstrap-scope .media {
    align-items: flex-start;
    display: flex
}
.bootstrap-scope .media-body {
    flex: 1
}
.bootstrap-scope .list-group {
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}
.bootstrap-scope .list-group-item-action {
    color: #495057;
    text-align: inherit;
    width: 100%
}
.bootstrap-scope .list-group-item-action:focus, .bootstrap-scope .list-group-item-action:hover {
    background-color: #f8f9fa;
    color: #495057;
    text-decoration: none;
    z-index: 1
}
.bootstrap-scope .list-group-item-action:active {
    background-color: #e9ecef;
    color: #212529
}
.bootstrap-scope .list-group-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    display: block;
    padding: .75rem 1.25rem;
    position: relative
}
.bootstrap-scope .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}
.bootstrap-scope .list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}
.bootstrap-scope .list-group-item.disabled, .bootstrap-scope .list-group-item:disabled {
    background-color: #fff;
    color: #6c757d;
    pointer-events: none
}
.bootstrap-scope .list-group-item.active {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    z-index: 2
}
.bootstrap-scope .list-group-item+.bootstrap-scope .list-group-item {
    border-top-width: 0
}
.bootstrap-scope .list-group-item+.bootstrap-scope .list-group-item.active {
    border-top-width: 1px;
    margin-top: -1px
}
.bootstrap-scope .list-group-horizontal {
    flex-direction: row
}
.bootstrap-scope .list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}
.bootstrap-scope .list-group-horizontal>.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem
}
.bootstrap-scope .list-group-horizontal>.list-group-item.active {
    margin-top: 0
}
.bootstrap-scope .list-group-horizontal>.list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: 1px
}
.bootstrap-scope .list-group-horizontal>.list-group-item+.list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
}
@media (min-width:576px) {
    .bootstrap-scope .list-group-horizontal-sm {
        flex-direction: row
    }
    .bootstrap-scope .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .bootstrap-scope .list-group-horizontal-sm>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }
    .bootstrap-scope .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }
    .bootstrap-scope .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }
    .bootstrap-scope .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}
@media (min-width:768px) {
    .bootstrap-scope .list-group-horizontal-md {
        flex-direction: row
    }
    .bootstrap-scope .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .bootstrap-scope .list-group-horizontal-md>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }
    .bootstrap-scope .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }
    .bootstrap-scope .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }
    .bootstrap-scope .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}
@media (min-width:992px) {
    .bootstrap-scope .list-group-horizontal-lg {
        flex-direction: row
    }
    .bootstrap-scope .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .bootstrap-scope .list-group-horizontal-lg>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }
    .bootstrap-scope .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }
    .bootstrap-scope .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }
    .bootstrap-scope .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}
@media (min-width:1200px) {
    .bootstrap-scope .list-group-horizontal-xl {
        flex-direction: row
    }
    .bootstrap-scope .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .bootstrap-scope .list-group-horizontal-xl>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }
    .bootstrap-scope .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }
    .bootstrap-scope .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }
    .bootstrap-scope .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}
.bootstrap-scope .list-group-flush {
    border-radius: 0
}
.bootstrap-scope .list-group-flush>.list-group-item {
    border-width: 0 0 1px
}
.bootstrap-scope .list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}
.bootstrap-scope .list-group-item-primary {
    background-color: #b8daff;
    color: #004085
}
.bootstrap-scope .list-group-item-primary.list-group-item-action:focus, .bootstrap-scope .list-group-item-primary.list-group-item-action:hover {
    background-color: #9fcdff;
    color: #004085
}
.bootstrap-scope .list-group-item-primary.list-group-item-action.active {
    background-color: #004085;
    border-color: #004085;
    color: #fff
}
.bootstrap-scope .list-group-item-secondary {
    background-color: #d6d8db;
    color: #383d41
}
.bootstrap-scope .list-group-item-secondary.list-group-item-action:focus, .bootstrap-scope .list-group-item-secondary.list-group-item-action:hover {
    background-color: #c8cbcf;
    color: #383d41
}
.bootstrap-scope .list-group-item-secondary.list-group-item-action.active {
    background-color: #383d41;
    border-color: #383d41;
    color: #fff
}
.bootstrap-scope .list-group-item-success {
    background-color: #c3e6cb;
    color: #155724
}
.bootstrap-scope .list-group-item-success.list-group-item-action:focus, .bootstrap-scope .list-group-item-success.list-group-item-action:hover {
    background-color: #b1dfbb;
    color: #155724
}
.bootstrap-scope .list-group-item-success.list-group-item-action.active {
    background-color: #155724;
    border-color: #155724;
    color: #fff
}
.bootstrap-scope .list-group-item-info {
    background-color: #bee5eb;
    color: #0c5460
}
.bootstrap-scope .list-group-item-info.list-group-item-action:focus, .bootstrap-scope .list-group-item-info.list-group-item-action:hover {
    background-color: #abdde5;
    color: #0c5460
}
.bootstrap-scope .list-group-item-info.list-group-item-action.active {
    background-color: #0c5460;
    border-color: #0c5460;
    color: #fff
}
.bootstrap-scope .list-group-item-warning {
    background-color: #ffeeba;
    color: #856404
}
.bootstrap-scope .list-group-item-warning.list-group-item-action:focus, .bootstrap-scope .list-group-item-warning.list-group-item-action:hover {
    background-color: #ffe8a1;
    color: #856404
}
.bootstrap-scope .list-group-item-warning.list-group-item-action.active {
    background-color: #856404;
    border-color: #856404;
    color: #fff
}
.bootstrap-scope .list-group-item-danger {
    background-color: #f5c6cb;
    color: #721c24
}
.bootstrap-scope .list-group-item-danger.list-group-item-action:focus, .bootstrap-scope .list-group-item-danger.list-group-item-action:hover {
    background-color: #f1b0b7;
    color: #721c24
}
.bootstrap-scope .list-group-item-danger.list-group-item-action.active {
    background-color: #721c24;
    border-color: #721c24;
    color: #fff
}
.bootstrap-scope .list-group-item-light {
    background-color: #fdfdfe;
    color: #818182
}
.bootstrap-scope .list-group-item-light.list-group-item-action:focus, .bootstrap-scope .list-group-item-light.list-group-item-action:hover {
    background-color: #ececf6;
    color: #818182
}
.bootstrap-scope .list-group-item-light.list-group-item-action.active {
    background-color: #818182;
    border-color: #818182;
    color: #fff
}
.bootstrap-scope .list-group-item-dark {
    background-color: #c6c8ca;
    color: #1b1e21
}
.bootstrap-scope .list-group-item-dark.list-group-item-action:focus, .bootstrap-scope .list-group-item-dark.list-group-item-action:hover {
    background-color: #b9bbbe;
    color: #1b1e21
}
.bootstrap-scope .list-group-item-dark.list-group-item-action.active {
    background-color: #1b1e21;
    border-color: #1b1e21;
    color: #fff
}
.bootstrap-scope .close {
    color: #000;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff
}
.bootstrap-scope .close:hover {
    color: #000;
    text-decoration: none
}
.bootstrap-scope .close:not(:disabled):not(.disabled):focus, .bootstrap-scope .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}
.bootstrap-scope button.close {
    background-color: transparent;
    border: 0;
    padding: 0
}
.bootstrap-scope a.close.disabled {
    pointer-events: none
}
.bootstrap-scope .toast {
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .85);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    flex-basis: 350px;
    font-size: .875rem;
    max-width: 350px;
    opacity: 0
}
.bootstrap-scope .toast:not(:last-child) {
    margin-bottom: .75rem
}
.bootstrap-scope .toast.showing {
    opacity: 1
}
.bootstrap-scope .toast.show {
    display: block;
    opacity: 1
}
.bootstrap-scope .toast.hide {
    display: none
}
.bootstrap-scope .toast-header {
    align-items: center;
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .85);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    color: #6c757d;
    display: flex;
    padding: .25rem .75rem
}
.bootstrap-scope .toast-body {
    padding: .75rem
}
.bootstrap-scope .modal-open {
    overflow: hidden
}
.bootstrap-scope .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.bootstrap-scope .modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050
}
.bootstrap-scope .modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto
}
.modal.fade .bootstrap-scope .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}
@media (prefers-reduced-motion:reduce) {
    .modal.fade .bootstrap-scope .modal-dialog {
        transition: none
    }
}
.modal.show .bootstrap-scope .modal-dialog {
    transform: none
}
.modal.modal-static .bootstrap-scope .modal-dialog {
    transform: scale(1.02)
}
.bootstrap-scope .modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}
.bootstrap-scope .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}
.bootstrap-scope .modal-dialog-scrollable .modal-footer, .bootstrap-scope .modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}
.bootstrap-scope .modal-dialog-scrollable .modal-body {
    overflow-y: auto
}
.bootstrap-scope .modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem)
}
.bootstrap-scope .modal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - 1rem);
    height: min-content
}
.bootstrap-scope .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    height: 100%;
    justify-content: center
}
.bootstrap-scope .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}
.bootstrap-scope .modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}
.bootstrap-scope .modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}
.bootstrap-scope .modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}
.bootstrap-scope .modal-backdrop.fade {
    opacity: 0
}
.bootstrap-scope .modal-backdrop.show {
    opacity: .5
}
.bootstrap-scope .modal-header {
    align-items: flex-start;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    display: flex;
    justify-content: space-between;
    padding: 1rem
}
.bootstrap-scope .modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem
}
.bootstrap-scope .modal-title {
    line-height: 1.5;
    margin-bottom: 0
}
.bootstrap-scope .modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative
}
.bootstrap-scope .modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem
}
.bootstrap-scope .modal-footer>* {
    margin: .25rem
}
.bootstrap-scope .modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}
@media (min-width:576px) {
    .bootstrap-scope .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px
    }
    .bootstrap-scope .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .bootstrap-scope .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .bootstrap-scope .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .bootstrap-scope .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: min-content
    }
    .bootstrap-scope .modal-sm {
        max-width: 300px
    }
}
@media (min-width:992px) {
    .bootstrap-scope .modal-lg, .bootstrap-scope .modal-xl {
        max-width: 800px
    }
}
@media (min-width:1200px) {
    .bootstrap-scope .modal-xl {
        max-width: 1140px
    }
}
.bootstrap-scope .tooltip {
    word-wrap: break-word;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070
}
.bootstrap-scope .tooltip.show {
    opacity: .9
}
.bootstrap-scope .tooltip .arrow {
    display: block;
    height: .4rem;
    position: absolute;
    width: .8rem
}
.bootstrap-scope .tooltip .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}
.bootstrap-scope .bs-tooltip-auto[x-placement^=top], .bootstrap-scope .bs-tooltip-top {
    padding: .4rem 0
}
.bootstrap-scope .bs-tooltip-auto[x-placement^=top] .arrow, .bootstrap-scope .bs-tooltip-top .arrow {
    bottom: 0
}
.bootstrap-scope .bs-tooltip-auto[x-placement^=top] .arrow:before, .bootstrap-scope .bs-tooltip-top .arrow:before {
    border-top-color: #000;
    border-width: .4rem .4rem 0;
    top: 0
}
.bootstrap-scope .bs-tooltip-auto[x-placement^=right], .bootstrap-scope .bs-tooltip-right {
    padding: 0 .4rem
}
.bootstrap-scope .bs-tooltip-auto[x-placement^=right] .arrow, .bootstrap-scope .bs-tooltip-right .arrow {
    height: .8rem;
    left: 0;
    width: .4rem
}
.bootstrap-scope .bs-tooltip-auto[x-placement^=right] .arrow:before, .bootstrap-scope .bs-tooltip-right .arrow:before {
    border-right-color: #000;
    border-width: .4rem .4rem .4rem 0;
    right: 0
}
.bootstrap-scope .bs-tooltip-auto[x-placement^=bottom], .bootstrap-scope .bs-tooltip-bottom {
    padding: .4rem 0
}
.bootstrap-scope .bs-tooltip-auto[x-placement^=bottom] .arrow, .bootstrap-scope .bs-tooltip-bottom .arrow {
    top: 0
}
.bootstrap-scope .bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bootstrap-scope .bs-tooltip-bottom .arrow:before {
    border-bottom-color: #000;
    border-width: 0 .4rem .4rem;
    bottom: 0
}
.bootstrap-scope .bs-tooltip-auto[x-placement^=left], .bootstrap-scope .bs-tooltip-left {
    padding: 0 .4rem
}
.bootstrap-scope .bs-tooltip-auto[x-placement^=left] .arrow, .bootstrap-scope .bs-tooltip-left .arrow {
    height: .8rem;
    right: 0;
    width: .4rem
}
.bootstrap-scope .bs-tooltip-auto[x-placement^=left] .arrow:before, .bootstrap-scope .bs-tooltip-left .arrow:before {
    border-left-color: #000;
    border-width: .4rem 0 .4rem .4rem;
    left: 0
}
.bootstrap-scope .tooltip-inner {
    background-color: #000;
    border-radius: .25rem;
    color: #fff;
    max-width: 200px;
    padding: .25rem .5rem;
    text-align: center
}
.bootstrap-scope .popover {
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: 276px;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1060
}
.bootstrap-scope .popover .arrow {
    display: block;
    height: .5rem;
    margin: 0 .3rem;
    position: absolute;
    width: 1rem
}
.bootstrap-scope .popover .arrow:after, .bootstrap-scope .popover .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute
}
.bootstrap-scope .bs-popover-auto[x-placement^=top], .bootstrap-scope .bs-popover-top {
    margin-bottom: .5rem
}
.bootstrap-scope .bs-popover-auto[x-placement^=top]>.arrow, .bootstrap-scope .bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}
.bootstrap-scope .bs-popover-auto[x-placement^=top]>.arrow:before, .bootstrap-scope .bs-popover-top>.arrow:before {
    border-top-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem 0;
    bottom: 0
}
.bootstrap-scope .bs-popover-auto[x-placement^=top]>.arrow:after, .bootstrap-scope .bs-popover-top>.arrow:after {
    border-top-color: #fff;
    border-width: .5rem .5rem 0;
    bottom: 1px
}
.bootstrap-scope .bs-popover-auto[x-placement^=right], .bootstrap-scope .bs-popover-right {
    margin-left: .5rem
}
.bootstrap-scope .bs-popover-auto[x-placement^=right]>.arrow, .bootstrap-scope .bs-popover-right>.arrow {
    height: 1rem;
    left: calc(-.5rem - 1px);
    margin: .3rem 0;
    width: .5rem
}
.bootstrap-scope .bs-popover-auto[x-placement^=right]>.arrow:before, .bootstrap-scope .bs-popover-right>.arrow:before {
    border-right-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem .5rem 0;
    left: 0
}
.bootstrap-scope .bs-popover-auto[x-placement^=right]>.arrow:after, .bootstrap-scope .bs-popover-right>.arrow:after {
    border-right-color: #fff;
    border-width: .5rem .5rem .5rem 0;
    left: 1px
}
.bootstrap-scope .bs-popover-auto[x-placement^=bottom], .bootstrap-scope .bs-popover-bottom {
    margin-top: .5rem
}
.bootstrap-scope .bs-popover-auto[x-placement^=bottom]>.arrow, .bootstrap-scope .bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}
.bootstrap-scope .bs-popover-auto[x-placement^=bottom]>.arrow:before, .bootstrap-scope .bs-popover-bottom>.arrow:before {
    border-bottom-color: rgba(0, 0, 0, .25);
    border-width: 0 .5rem .5rem;
    top: 0
}
.bootstrap-scope .bs-popover-auto[x-placement^=bottom]>.arrow:after, .bootstrap-scope .bs-popover-bottom>.arrow:after {
    border-bottom-color: #fff;
    border-width: 0 .5rem .5rem;
    top: 1px
}
.bootstrap-scope .bs-popover-auto[x-placement^=bottom] .popover-header:before, .bootstrap-scope .bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f7f7f7;
    content: "";
    display: block;
    left: 50%;
    margin-left: -.5rem;
    position: absolute;
    top: 0;
    width: 1rem
}
.bootstrap-scope .bs-popover-auto[x-placement^=left], .bootstrap-scope .bs-popover-left {
    margin-right: .5rem
}
.bootstrap-scope .bs-popover-auto[x-placement^=left]>.arrow, .bootstrap-scope .bs-popover-left>.arrow {
    height: 1rem;
    margin: .3rem 0;
    right: calc(-.5rem - 1px);
    width: .5rem
}
.bootstrap-scope .bs-popover-auto[x-placement^=left]>.arrow:before, .bootstrap-scope .bs-popover-left>.arrow:before {
    border-left-color: rgba(0, 0, 0, .25);
    border-width: .5rem 0 .5rem .5rem;
    right: 0
}
.bootstrap-scope .bs-popover-auto[x-placement^=left]>.arrow:after, .bootstrap-scope .bs-popover-left>.arrow:after {
    border-left-color: #fff;
    border-width: .5rem 0 .5rem .5rem;
    right: 1px
}
.bootstrap-scope .popover-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    font-size: 1rem;
    margin-bottom: 0;
    padding: .5rem .75rem
}
.bootstrap-scope .popover-header:empty {
    display: none
}
.bootstrap-scope .popover-body {
    color: #212529;
    padding: .5rem .75rem
}
.bootstrap-scope .carousel {
    position: relative
}
.bootstrap-scope .carousel.pointer-event {
    touch-action: pan-y
}
.bootstrap-scope .carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%
}
.bootstrap-scope .carousel-inner:after {
    clear: both;
    content: "";
    display: block
}
.bootstrap-scope .carousel-item {
    backface-visibility: hidden;
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    transition: transform .6s ease-in-out;
    width: 100%
}
@media (prefers-reduced-motion:reduce) {
    .bootstrap-scope .carousel-item {
        transition: none
    }
}
.bootstrap-scope .carousel-item-next, .bootstrap-scope .carousel-item-prev, .bootstrap-scope .carousel-item.active {
    display: block
}
.bootstrap-scope .active.carousel-item-right, .bootstrap-scope .carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}
.bootstrap-scope .active.carousel-item-left, .bootstrap-scope .carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}
.bootstrap-scope .carousel-fade .carousel-item {
    opacity: 0;
    transform: none;
    transition-property: opacity
}
.bootstrap-scope .carousel-fade .carousel-item-next.carousel-item-left, .bootstrap-scope .carousel-fade .carousel-item-prev.carousel-item-right, .bootstrap-scope .carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1
}
.bootstrap-scope .carousel-fade .active.carousel-item-left, .bootstrap-scope .carousel-fade .active.carousel-item-right {
    opacity: 0;
    transition: opacity 0s .6s;
    z-index: 0
}
@media (prefers-reduced-motion:reduce) {
    .bootstrap-scope .carousel-fade .active.carousel-item-left, .bootstrap-scope .carousel-fade .active.carousel-item-right {
        transition: none
    }
}
.bootstrap-scope .carousel-control-next, .bootstrap-scope .carousel-control-prev {
    align-items: center;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    opacity: .5;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity .15s ease;
    width: 15%;
    z-index: 1
}
@media (prefers-reduced-motion:reduce) {
    .bootstrap-scope .carousel-control-next, .bootstrap-scope .carousel-control-prev {
        transition: none
    }
}
.bootstrap-scope .carousel-control-next:focus, .bootstrap-scope .carousel-control-next:hover, .bootstrap-scope .carousel-control-prev:focus, .bootstrap-scope .carousel-control-prev:hover {
    color: #fff;
    opacity: .9;
    outline: 0;
    text-decoration: none
}
.bootstrap-scope .carousel-control-prev {
    left: 0
}
.bootstrap-scope .carousel-control-next {
    right: 0
}
.bootstrap-scope .carousel-control-next-icon, .bootstrap-scope .carousel-control-prev-icon {
    background: 50%/100% 100% no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px
}
.bootstrap-scope .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}
.bootstrap-scope .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}
.bootstrap-scope .carousel-indicators {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0;
    position: absolute;
    right: 0;
    z-index: 15
}
.bootstrap-scope .carousel-indicators li {
    background-clip: padding-box;
    background-color: #fff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    box-sizing: content-box;
    cursor: pointer;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: .5;
    text-indent: -999px;
    transition: opacity .6s ease;
    width: 30px
}
@media (prefers-reduced-motion:reduce) {
    .bootstrap-scope .carousel-indicators li {
        transition: none
    }
}
.bootstrap-scope .carousel-indicators .active {
    opacity: 1
}
.bootstrap-scope .carousel-caption {
    bottom: 20px;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    z-index: 10
}
@keyframes spinner-border {
    to {
        transform: rotate(1turn)
    }
}
.bootstrap-scope .spinner-border {
    animation: spinner-border .75s linear infinite;
    border: .25em solid;
    border-radius: 50%;
    border-right: .25em solid transparent;
    display: inline-block;
    height: 2rem;
    vertical-align: text-bottom;
    width: 2rem
}
.bootstrap-scope .spinner-border-sm {
    border-width: .2em;
    height: 1rem;
    width: 1rem
}
@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}
.bootstrap-scope .spinner-grow {
    animation: spinner-grow .75s linear infinite;
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    height: 2rem;
    opacity: 0;
    vertical-align: text-bottom;
    width: 2rem
}
.bootstrap-scope .spinner-grow-sm {
    height: 1rem;
    width: 1rem
}
@media (prefers-reduced-motion:reduce) {
    .bootstrap-scope .spinner-border, .bootstrap-scope .spinner-grow {
        animation-duration: 1.5s
    }
}
.bootstrap-scope .align-baseline {
    vertical-align: baseline!important
}
.bootstrap-scope .align-top {
    vertical-align: top!important
}
.bootstrap-scope .align-middle {
    vertical-align: middle!important
}
.bootstrap-scope .align-bottom {
    vertical-align: bottom!important
}
.bootstrap-scope .align-text-bottom {
    vertical-align: text-bottom!important
}
.bootstrap-scope .align-text-top {
    vertical-align: text-top!important
}
.bootstrap-scope .bg-primary {
    background-color: #007bff!important
}
.bootstrap-scope a.bg-primary:focus, .bootstrap-scope a.bg-primary:hover, .bootstrap-scope button.bg-primary:focus, .bootstrap-scope button.bg-primary:hover {
    background-color: #0062cc!important
}
.bootstrap-scope .bg-secondary {
    background-color: #6c757d!important
}
.bootstrap-scope a.bg-secondary:focus, .bootstrap-scope a.bg-secondary:hover, .bootstrap-scope button.bg-secondary:focus, .bootstrap-scope button.bg-secondary:hover {
    background-color: #545b62!important
}
.bootstrap-scope .bg-success {
    background-color: #28a745!important
}
.bootstrap-scope a.bg-success:focus, .bootstrap-scope a.bg-success:hover, .bootstrap-scope button.bg-success:focus, .bootstrap-scope button.bg-success:hover {
    background-color: #1e7e34!important
}
.bootstrap-scope .bg-info {
    background-color: #17a2b8!important
}
.bootstrap-scope a.bg-info:focus, .bootstrap-scope a.bg-info:hover, .bootstrap-scope button.bg-info:focus, .bootstrap-scope button.bg-info:hover {
    background-color: #117a8b!important
}
.bootstrap-scope .bg-warning {
    background-color: #ffc107!important
}
.bootstrap-scope a.bg-warning:focus, .bootstrap-scope a.bg-warning:hover, .bootstrap-scope button.bg-warning:focus, .bootstrap-scope button.bg-warning:hover {
    background-color: #d39e00!important
}
.bootstrap-scope .bg-danger {
    background-color: #dc3545!important
}
.bootstrap-scope a.bg-danger:focus, .bootstrap-scope a.bg-danger:hover, .bootstrap-scope button.bg-danger:focus, .bootstrap-scope button.bg-danger:hover {
    background-color: #bd2130!important
}
.bootstrap-scope .bg-light {
    background-color: #f8f9fa!important
}
.bootstrap-scope a.bg-light:focus, .bootstrap-scope a.bg-light:hover, .bootstrap-scope button.bg-light:focus, .bootstrap-scope button.bg-light:hover {
    background-color: #dae0e5!important
}
.bootstrap-scope .bg-dark {
    background-color: #343a40!important
}
.bootstrap-scope a.bg-dark:focus, .bootstrap-scope a.bg-dark:hover, .bootstrap-scope button.bg-dark:focus, .bootstrap-scope button.bg-dark:hover {
    background-color: #1d2124!important
}
.bootstrap-scope .bg-white {
    background-color: #fff!important
}
.bootstrap-scope .bg-transparent {
    background-color: transparent!important
}
.bootstrap-scope .border {
    border: 1px solid #dee2e6!important
}
.bootstrap-scope .border-top {
    border-top: 1px solid #dee2e6!important
}
.bootstrap-scope .border-right {
    border-right: 1px solid #dee2e6!important
}
.bootstrap-scope .border-bottom {
    border-bottom: 1px solid #dee2e6!important
}
.bootstrap-scope .border-left {
    border-left: 1px solid #dee2e6!important
}
.bootstrap-scope .border-0 {
    border: 0!important
}
.bootstrap-scope .border-top-0 {
    border-top: 0!important
}
.bootstrap-scope .border-right-0 {
    border-right: 0!important
}
.bootstrap-scope .border-bottom-0 {
    border-bottom: 0!important
}
.bootstrap-scope .border-left-0 {
    border-left: 0!important
}
.bootstrap-scope .border-primary {
    border-color: #007bff!important
}
.bootstrap-scope .border-secondary {
    border-color: #6c757d!important
}
.bootstrap-scope .border-success {
    border-color: #28a745!important
}
.bootstrap-scope .border-info {
    border-color: #17a2b8!important
}
.bootstrap-scope .border-warning {
    border-color: #ffc107!important
}
.bootstrap-scope .border-danger {
    border-color: #dc3545!important
}
.bootstrap-scope .border-light {
    border-color: #f8f9fa!important
}
.bootstrap-scope .border-dark {
    border-color: #343a40!important
}
.bootstrap-scope .border-white {
    border-color: #fff!important
}
.bootstrap-scope .rounded-sm {
    border-radius: .2rem!important
}
.bootstrap-scope .rounded {
    border-radius: .25rem!important
}
.bootstrap-scope .rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}
.bootstrap-scope .rounded-right {
    border-bottom-right-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}
.bootstrap-scope .rounded-bottom {
    border-bottom-left-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}
.bootstrap-scope .rounded-left {
    border-bottom-left-radius: .25rem!important;
    border-top-left-radius: .25rem!important
}
.bootstrap-scope .rounded-lg {
    border-radius: .3rem!important
}
.bootstrap-scope .rounded-circle {
    border-radius: 50%!important
}
.bootstrap-scope .rounded-pill {
    border-radius: 50rem!important
}
.bootstrap-scope .rounded-0 {
    border-radius: 0!important
}
.bootstrap-scope .clearfix:after {
    clear: both;
    content: "";
    display: block
}
.bootstrap-scope .d-none {
    display: none!important
}
.bootstrap-scope .d-inline {
    display: inline!important
}
.bootstrap-scope .d-inline-block {
    display: inline-block!important
}
.bootstrap-scope .d-block {
    display: block!important
}
.bootstrap-scope .d-table {
    display: table!important
}
.bootstrap-scope .d-table-row {
    display: table-row!important
}
.bootstrap-scope .d-table-cell {
    display: table-cell!important
}
.bootstrap-scope .d-flex {
    display: flex!important
}
.bootstrap-scope .d-inline-flex {
    display: inline-flex!important
}
@media (min-width:576px) {
    .bootstrap-scope .d-sm-none {
        display: none!important
    }
    .bootstrap-scope .d-sm-inline {
        display: inline!important
    }
    .bootstrap-scope .d-sm-inline-block {
        display: inline-block!important
    }
    .bootstrap-scope .d-sm-block {
        display: block!important
    }
    .bootstrap-scope .d-sm-table {
        display: table!important
    }
    .bootstrap-scope .d-sm-table-row {
        display: table-row!important
    }
    .bootstrap-scope .d-sm-table-cell {
        display: table-cell!important
    }
    .bootstrap-scope .d-sm-flex {
        display: flex!important
    }
    .bootstrap-scope .d-sm-inline-flex {
        display: inline-flex!important
    }
}
@media (min-width:768px) {
    .bootstrap-scope .d-md-none {
        display: none!important
    }
    .bootstrap-scope .d-md-inline {
        display: inline!important
    }
    .bootstrap-scope .d-md-inline-block {
        display: inline-block!important
    }
    .bootstrap-scope .d-md-block {
        display: block!important
    }
    .bootstrap-scope .d-md-table {
        display: table!important
    }
    .bootstrap-scope .d-md-table-row {
        display: table-row!important
    }
    .bootstrap-scope .d-md-table-cell {
        display: table-cell!important
    }
    .bootstrap-scope .d-md-flex {
        display: flex!important
    }
    .bootstrap-scope .d-md-inline-flex {
        display: inline-flex!important
    }
}
@media (min-width:992px) {
    .bootstrap-scope .d-lg-none {
        display: none!important
    }
    .bootstrap-scope .d-lg-inline {
        display: inline!important
    }
    .bootstrap-scope .d-lg-inline-block {
        display: inline-block!important
    }
    .bootstrap-scope .d-lg-block {
        display: block!important
    }
    .bootstrap-scope .d-lg-table {
        display: table!important
    }
    .bootstrap-scope .d-lg-table-row {
        display: table-row!important
    }
    .bootstrap-scope .d-lg-table-cell {
        display: table-cell!important
    }
    .bootstrap-scope .d-lg-flex {
        display: flex!important
    }
    .bootstrap-scope .d-lg-inline-flex {
        display: inline-flex!important
    }
}
@media (min-width:1200px) {
    .bootstrap-scope .d-xl-none {
        display: none!important
    }
    .bootstrap-scope .d-xl-inline {
        display: inline!important
    }
    .bootstrap-scope .d-xl-inline-block {
        display: inline-block!important
    }
    .bootstrap-scope .d-xl-block {
        display: block!important
    }
    .bootstrap-scope .d-xl-table {
        display: table!important
    }
    .bootstrap-scope .d-xl-table-row {
        display: table-row!important
    }
    .bootstrap-scope .d-xl-table-cell {
        display: table-cell!important
    }
    .bootstrap-scope .d-xl-flex {
        display: flex!important
    }
    .bootstrap-scope .d-xl-inline-flex {
        display: inline-flex!important
    }
}
@media print {
    .bootstrap-scope .d-print-none {
        display: none!important
    }
    .bootstrap-scope .d-print-inline {
        display: inline!important
    }
    .bootstrap-scope .d-print-inline-block {
        display: inline-block!important
    }
    .bootstrap-scope .d-print-block {
        display: block!important
    }
    .bootstrap-scope .d-print-table {
        display: table!important
    }
    .bootstrap-scope .d-print-table-row {
        display: table-row!important
    }
    .bootstrap-scope .d-print-table-cell {
        display: table-cell!important
    }
    .bootstrap-scope .d-print-flex {
        display: flex!important
    }
    .bootstrap-scope .d-print-inline-flex {
        display: inline-flex!important
    }
}
.bootstrap-scope .embed-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}
.bootstrap-scope .embed-responsive:before {
    content: "";
    display: block
}
.bootstrap-scope .embed-responsive .embed-responsive-item, .bootstrap-scope .embed-responsive embed, .bootstrap-scope .embed-responsive iframe, .bootstrap-scope .embed-responsive object, .bootstrap-scope .embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.bootstrap-scope .embed-responsive-21by9:before {
    padding-top: 42.85714%
}
.bootstrap-scope .embed-responsive-16by9:before {
    padding-top: 56.25%
}
.bootstrap-scope .embed-responsive-4by3:before {
    padding-top: 75%
}
.bootstrap-scope .embed-responsive-1by1:before {
    padding-top: 100%
}
.bootstrap-scope .flex-row {
    flex-direction: row!important
}
.bootstrap-scope .flex-column {
    flex-direction: column!important
}
.bootstrap-scope .flex-row-reverse {
    flex-direction: row-reverse!important
}
.bootstrap-scope .flex-column-reverse {
    flex-direction: column-reverse!important
}
.bootstrap-scope .flex-wrap {
    flex-wrap: wrap!important
}
.bootstrap-scope .flex-nowrap {
    flex-wrap: nowrap!important
}
.bootstrap-scope .flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}
.bootstrap-scope .flex-fill {
    flex: 1 1 auto!important
}
.bootstrap-scope .flex-grow-0 {
    flex-grow: 0!important
}
.bootstrap-scope .flex-grow-1 {
    flex-grow: 1!important
}
.bootstrap-scope .flex-shrink-0 {
    flex-shrink: 0!important
}
.bootstrap-scope .flex-shrink-1 {
    flex-shrink: 1!important
}
.bootstrap-scope .justify-content-start {
    justify-content: flex-start!important
}
.bootstrap-scope .justify-content-end {
    justify-content: flex-end!important
}
.bootstrap-scope .justify-content-center {
    justify-content: center!important
}
.bootstrap-scope .justify-content-between {
    justify-content: space-between!important
}
.bootstrap-scope .justify-content-around {
    justify-content: space-around!important
}
.bootstrap-scope .align-items-start {
    align-items: flex-start!important
}
.bootstrap-scope .align-items-end {
    align-items: flex-end!important
}
.bootstrap-scope .align-items-center {
    align-items: center!important
}
.bootstrap-scope .align-items-baseline {
    align-items: baseline!important
}
.bootstrap-scope .align-items-stretch {
    align-items: stretch!important
}
.bootstrap-scope .align-content-start {
    align-content: flex-start!important
}
.bootstrap-scope .align-content-end {
    align-content: flex-end!important
}
.bootstrap-scope .align-content-center {
    align-content: center!important
}
.bootstrap-scope .align-content-between {
    align-content: space-between!important
}
.bootstrap-scope .align-content-around {
    align-content: space-around!important
}
.bootstrap-scope .align-content-stretch {
    align-content: stretch!important
}
.bootstrap-scope .align-self-auto {
    align-self: auto!important
}
.bootstrap-scope .align-self-start {
    align-self: flex-start!important
}
.bootstrap-scope .align-self-end {
    align-self: flex-end!important
}
.bootstrap-scope .align-self-center {
    align-self: center!important
}
.bootstrap-scope .align-self-baseline {
    align-self: baseline!important
}
.bootstrap-scope .align-self-stretch {
    align-self: stretch!important
}
@media (min-width:576px) {
    .bootstrap-scope .flex-sm-row {
        flex-direction: row!important
    }
    .bootstrap-scope .flex-sm-column {
        flex-direction: column!important
    }
    .bootstrap-scope .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }
    .bootstrap-scope .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }
    .bootstrap-scope .flex-sm-wrap {
        flex-wrap: wrap!important
    }
    .bootstrap-scope .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }
    .bootstrap-scope .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .bootstrap-scope .flex-sm-fill {
        flex: 1 1 auto!important
    }
    .bootstrap-scope .flex-sm-grow-0 {
        flex-grow: 0!important
    }
    .bootstrap-scope .flex-sm-grow-1 {
        flex-grow: 1!important
    }
    .bootstrap-scope .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }
    .bootstrap-scope .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }
    .bootstrap-scope .justify-content-sm-start {
        justify-content: flex-start!important
    }
    .bootstrap-scope .justify-content-sm-end {
        justify-content: flex-end!important
    }
    .bootstrap-scope .justify-content-sm-center {
        justify-content: center!important
    }
    .bootstrap-scope .justify-content-sm-between {
        justify-content: space-between!important
    }
    .bootstrap-scope .justify-content-sm-around {
        justify-content: space-around!important
    }
    .bootstrap-scope .align-items-sm-start {
        align-items: flex-start!important
    }
    .bootstrap-scope .align-items-sm-end {
        align-items: flex-end!important
    }
    .bootstrap-scope .align-items-sm-center {
        align-items: center!important
    }
    .bootstrap-scope .align-items-sm-baseline {
        align-items: baseline!important
    }
    .bootstrap-scope .align-items-sm-stretch {
        align-items: stretch!important
    }
    .bootstrap-scope .align-content-sm-start {
        align-content: flex-start!important
    }
    .bootstrap-scope .align-content-sm-end {
        align-content: flex-end!important
    }
    .bootstrap-scope .align-content-sm-center {
        align-content: center!important
    }
    .bootstrap-scope .align-content-sm-between {
        align-content: space-between!important
    }
    .bootstrap-scope .align-content-sm-around {
        align-content: space-around!important
    }
    .bootstrap-scope .align-content-sm-stretch {
        align-content: stretch!important
    }
    .bootstrap-scope .align-self-sm-auto {
        align-self: auto!important
    }
    .bootstrap-scope .align-self-sm-start {
        align-self: flex-start!important
    }
    .bootstrap-scope .align-self-sm-end {
        align-self: flex-end!important
    }
    .bootstrap-scope .align-self-sm-center {
        align-self: center!important
    }
    .bootstrap-scope .align-self-sm-baseline {
        align-self: baseline!important
    }
    .bootstrap-scope .align-self-sm-stretch {
        align-self: stretch!important
    }
}
@media (min-width:768px) {
    .bootstrap-scope .flex-md-row {
        flex-direction: row!important
    }
    .bootstrap-scope .flex-md-column {
        flex-direction: column!important
    }
    .bootstrap-scope .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }
    .bootstrap-scope .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }
    .bootstrap-scope .flex-md-wrap {
        flex-wrap: wrap!important
    }
    .bootstrap-scope .flex-md-nowrap {
        flex-wrap: nowrap!important
    }
    .bootstrap-scope .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .bootstrap-scope .flex-md-fill {
        flex: 1 1 auto!important
    }
    .bootstrap-scope .flex-md-grow-0 {
        flex-grow: 0!important
    }
    .bootstrap-scope .flex-md-grow-1 {
        flex-grow: 1!important
    }
    .bootstrap-scope .flex-md-shrink-0 {
        flex-shrink: 0!important
    }
    .bootstrap-scope .flex-md-shrink-1 {
        flex-shrink: 1!important
    }
    .bootstrap-scope .justify-content-md-start {
        justify-content: flex-start!important
    }
    .bootstrap-scope .justify-content-md-end {
        justify-content: flex-end!important
    }
    .bootstrap-scope .justify-content-md-center {
        justify-content: center!important
    }
    .bootstrap-scope .justify-content-md-between {
        justify-content: space-between!important
    }
    .bootstrap-scope .justify-content-md-around {
        justify-content: space-around!important
    }
    .bootstrap-scope .align-items-md-start {
        align-items: flex-start!important
    }
    .bootstrap-scope .align-items-md-end {
        align-items: flex-end!important
    }
    .bootstrap-scope .align-items-md-center {
        align-items: center!important
    }
    .bootstrap-scope .align-items-md-baseline {
        align-items: baseline!important
    }
    .bootstrap-scope .align-items-md-stretch {
        align-items: stretch!important
    }
    .bootstrap-scope .align-content-md-start {
        align-content: flex-start!important
    }
    .bootstrap-scope .align-content-md-end {
        align-content: flex-end!important
    }
    .bootstrap-scope .align-content-md-center {
        align-content: center!important
    }
    .bootstrap-scope .align-content-md-between {
        align-content: space-between!important
    }
    .bootstrap-scope .align-content-md-around {
        align-content: space-around!important
    }
    .bootstrap-scope .align-content-md-stretch {
        align-content: stretch!important
    }
    .bootstrap-scope .align-self-md-auto {
        align-self: auto!important
    }
    .bootstrap-scope .align-self-md-start {
        align-self: flex-start!important
    }
    .bootstrap-scope .align-self-md-end {
        align-self: flex-end!important
    }
    .bootstrap-scope .align-self-md-center {
        align-self: center!important
    }
    .bootstrap-scope .align-self-md-baseline {
        align-self: baseline!important
    }
    .bootstrap-scope .align-self-md-stretch {
        align-self: stretch!important
    }
}
@media (min-width:992px) {
    .bootstrap-scope .flex-lg-row {
        flex-direction: row!important
    }
    .bootstrap-scope .flex-lg-column {
        flex-direction: column!important
    }
    .bootstrap-scope .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }
    .bootstrap-scope .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }
    .bootstrap-scope .flex-lg-wrap {
        flex-wrap: wrap!important
    }
    .bootstrap-scope .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }
    .bootstrap-scope .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .bootstrap-scope .flex-lg-fill {
        flex: 1 1 auto!important
    }
    .bootstrap-scope .flex-lg-grow-0 {
        flex-grow: 0!important
    }
    .bootstrap-scope .flex-lg-grow-1 {
        flex-grow: 1!important
    }
    .bootstrap-scope .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }
    .bootstrap-scope .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }
    .bootstrap-scope .justify-content-lg-start {
        justify-content: flex-start!important
    }
    .bootstrap-scope .justify-content-lg-end {
        justify-content: flex-end!important
    }
    .bootstrap-scope .justify-content-lg-center {
        justify-content: center!important
    }
    .bootstrap-scope .justify-content-lg-between {
        justify-content: space-between!important
    }
    .bootstrap-scope .justify-content-lg-around {
        justify-content: space-around!important
    }
    .bootstrap-scope .align-items-lg-start {
        align-items: flex-start!important
    }
    .bootstrap-scope .align-items-lg-end {
        align-items: flex-end!important
    }
    .bootstrap-scope .align-items-lg-center {
        align-items: center!important
    }
    .bootstrap-scope .align-items-lg-baseline {
        align-items: baseline!important
    }
    .bootstrap-scope .align-items-lg-stretch {
        align-items: stretch!important
    }
    .bootstrap-scope .align-content-lg-start {
        align-content: flex-start!important
    }
    .bootstrap-scope .align-content-lg-end {
        align-content: flex-end!important
    }
    .bootstrap-scope .align-content-lg-center {
        align-content: center!important
    }
    .bootstrap-scope .align-content-lg-between {
        align-content: space-between!important
    }
    .bootstrap-scope .align-content-lg-around {
        align-content: space-around!important
    }
    .bootstrap-scope .align-content-lg-stretch {
        align-content: stretch!important
    }
    .bootstrap-scope .align-self-lg-auto {
        align-self: auto!important
    }
    .bootstrap-scope .align-self-lg-start {
        align-self: flex-start!important
    }
    .bootstrap-scope .align-self-lg-end {
        align-self: flex-end!important
    }
    .bootstrap-scope .align-self-lg-center {
        align-self: center!important
    }
    .bootstrap-scope .align-self-lg-baseline {
        align-self: baseline!important
    }
    .bootstrap-scope .align-self-lg-stretch {
        align-self: stretch!important
    }
}
@media (min-width:1200px) {
    .bootstrap-scope .flex-xl-row {
        flex-direction: row!important
    }
    .bootstrap-scope .flex-xl-column {
        flex-direction: column!important
    }
    .bootstrap-scope .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }
    .bootstrap-scope .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }
    .bootstrap-scope .flex-xl-wrap {
        flex-wrap: wrap!important
    }
    .bootstrap-scope .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }
    .bootstrap-scope .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .bootstrap-scope .flex-xl-fill {
        flex: 1 1 auto!important
    }
    .bootstrap-scope .flex-xl-grow-0 {
        flex-grow: 0!important
    }
    .bootstrap-scope .flex-xl-grow-1 {
        flex-grow: 1!important
    }
    .bootstrap-scope .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }
    .bootstrap-scope .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }
    .bootstrap-scope .justify-content-xl-start {
        justify-content: flex-start!important
    }
    .bootstrap-scope .justify-content-xl-end {
        justify-content: flex-end!important
    }
    .bootstrap-scope .justify-content-xl-center {
        justify-content: center!important
    }
    .bootstrap-scope .justify-content-xl-between {
        justify-content: space-between!important
    }
    .bootstrap-scope .justify-content-xl-around {
        justify-content: space-around!important
    }
    .bootstrap-scope .align-items-xl-start {
        align-items: flex-start!important
    }
    .bootstrap-scope .align-items-xl-end {
        align-items: flex-end!important
    }
    .bootstrap-scope .align-items-xl-center {
        align-items: center!important
    }
    .bootstrap-scope .align-items-xl-baseline {
        align-items: baseline!important
    }
    .bootstrap-scope .align-items-xl-stretch {
        align-items: stretch!important
    }
    .bootstrap-scope .align-content-xl-start {
        align-content: flex-start!important
    }
    .bootstrap-scope .align-content-xl-end {
        align-content: flex-end!important
    }
    .bootstrap-scope .align-content-xl-center {
        align-content: center!important
    }
    .bootstrap-scope .align-content-xl-between {
        align-content: space-between!important
    }
    .bootstrap-scope .align-content-xl-around {
        align-content: space-around!important
    }
    .bootstrap-scope .align-content-xl-stretch {
        align-content: stretch!important
    }
    .bootstrap-scope .align-self-xl-auto {
        align-self: auto!important
    }
    .bootstrap-scope .align-self-xl-start {
        align-self: flex-start!important
    }
    .bootstrap-scope .align-self-xl-end {
        align-self: flex-end!important
    }
    .bootstrap-scope .align-self-xl-center {
        align-self: center!important
    }
    .bootstrap-scope .align-self-xl-baseline {
        align-self: baseline!important
    }
    .bootstrap-scope .align-self-xl-stretch {
        align-self: stretch!important
    }
}
.bootstrap-scope .float-left {
    float: left!important
}
.bootstrap-scope .float-right {
    float: right!important
}
.bootstrap-scope .float-none {
    float: none!important
}
@media (min-width:576px) {
    .bootstrap-scope .float-sm-left {
        float: left!important
    }
    .bootstrap-scope .float-sm-right {
        float: right!important
    }
    .bootstrap-scope .float-sm-none {
        float: none!important
    }
}
@media (min-width:768px) {
    .bootstrap-scope .float-md-left {
        float: left!important
    }
    .bootstrap-scope .float-md-right {
        float: right!important
    }
    .bootstrap-scope .float-md-none {
        float: none!important
    }
}
@media (min-width:992px) {
    .bootstrap-scope .float-lg-left {
        float: left!important
    }
    .bootstrap-scope .float-lg-right {
        float: right!important
    }
    .bootstrap-scope .float-lg-none {
        float: none!important
    }
}
@media (min-width:1200px) {
    .bootstrap-scope .float-xl-left {
        float: left!important
    }
    .bootstrap-scope .float-xl-right {
        float: right!important
    }
    .bootstrap-scope .float-xl-none {
        float: none!important
    }
}
.bootstrap-scope .user-select-all {
    user-select: all!important
}
.bootstrap-scope .user-select-auto {
    user-select: auto!important
}
.bootstrap-scope .user-select-none {
    user-select: none!important
}
.bootstrap-scope .overflow-auto {
    overflow: auto!important
}
.bootstrap-scope .overflow-hidden {
    overflow: hidden!important
}
.bootstrap-scope .position-static {
    position: static!important
}
.bootstrap-scope .position-relative {
    position: relative!important
}
.bootstrap-scope .position-absolute {
    position: absolute!important
}
.bootstrap-scope .position-fixed {
    position: fixed!important
}
.bootstrap-scope .position-sticky {
    position: sticky!important
}
.bootstrap-scope .fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030
}
.bootstrap-scope .fixed-bottom {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}
@supports (position:sticky) {
    .bootstrap-scope .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}
.bootstrap-scope .sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}
.bootstrap-scope .sr-only-focusable:active, .bootstrap-scope .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto
}
.bootstrap-scope .shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}
.bootstrap-scope .shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}
.bootstrap-scope .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}
.bootstrap-scope .shadow-none {
    box-shadow: none!important
}
.bootstrap-scope .w-25 {
    width: 25%!important
}
.bootstrap-scope .w-50 {
    width: 50%!important
}
.bootstrap-scope .w-75 {
    width: 75%!important
}
.bootstrap-scope .w-100 {
    width: 100%!important
}
.bootstrap-scope .w-auto {
    width: auto!important
}
.bootstrap-scope .h-25 {
    height: 25%!important
}
.bootstrap-scope .h-50 {
    height: 50%!important
}
.bootstrap-scope .h-75 {
    height: 75%!important
}
.bootstrap-scope .h-100 {
    height: 100%!important
}
.bootstrap-scope .h-auto {
    height: auto!important
}
.bootstrap-scope .mw-100 {
    max-width: 100%!important
}
.bootstrap-scope .mh-100 {
    max-height: 100%!important
}
.bootstrap-scope .min-vw-100 {
    min-width: 100vw!important
}
.bootstrap-scope .min-vh-100 {
    min-height: 100vh!important
}
.bootstrap-scope .vw-100 {
    width: 100vw!important
}
.bootstrap-scope .vh-100 {
    height: 100vh!important
}
.bootstrap-scope .m-0 {
    margin: 0!important
}
.bootstrap-scope .mt-0, .bootstrap-scope .my-0 {
    margin-top: 0!important
}
.bootstrap-scope .mr-0, .bootstrap-scope .mx-0 {
    margin-right: 0!important
}
.bootstrap-scope .mb-0, .bootstrap-scope .my-0 {
    margin-bottom: 0!important
}
.bootstrap-scope .ml-0, .bootstrap-scope .mx-0 {
    margin-left: 0!important
}
.bootstrap-scope .m-1 {
    margin: .25rem!important
}
.bootstrap-scope .mt-1, .bootstrap-scope .my-1 {
    margin-top: .25rem!important
}
.bootstrap-scope .mr-1, .bootstrap-scope .mx-1 {
    margin-right: .25rem!important
}
.bootstrap-scope .mb-1, .bootstrap-scope .my-1 {
    margin-bottom: .25rem!important
}
.bootstrap-scope .ml-1, .bootstrap-scope .mx-1 {
    margin-left: .25rem!important
}
.bootstrap-scope .m-2 {
    margin: .5rem!important
}
.bootstrap-scope .mt-2, .bootstrap-scope .my-2 {
    margin-top: .5rem!important
}
.bootstrap-scope .mr-2, .bootstrap-scope .mx-2 {
    margin-right: .5rem!important
}
.bootstrap-scope .mb-2, .bootstrap-scope .my-2 {
    margin-bottom: .5rem!important
}
.bootstrap-scope .ml-2, .bootstrap-scope .mx-2 {
    margin-left: .5rem!important
}
.bootstrap-scope .m-3 {
    margin: 1rem!important
}
.bootstrap-scope .mt-3, .bootstrap-scope .my-3 {
    margin-top: 1rem!important
}
.bootstrap-scope .mr-3, .bootstrap-scope .mx-3 {
    margin-right: 1rem!important
}
.bootstrap-scope .mb-3, .bootstrap-scope .my-3 {
    margin-bottom: 1rem!important
}
.bootstrap-scope .ml-3, .bootstrap-scope .mx-3 {
    margin-left: 1rem!important
}
.bootstrap-scope .m-4 {
    margin: 1.5rem!important
}
.bootstrap-scope .mt-4, .bootstrap-scope .my-4 {
    margin-top: 1.5rem!important
}
.bootstrap-scope .mr-4, .bootstrap-scope .mx-4 {
    margin-right: 1.5rem!important
}
.bootstrap-scope .mb-4, .bootstrap-scope .my-4 {
    margin-bottom: 1.5rem!important
}
.bootstrap-scope .ml-4, .bootstrap-scope .mx-4 {
    margin-left: 1.5rem!important
}
.bootstrap-scope .m-5 {
    margin: 3rem!important
}
.bootstrap-scope .mt-5, .bootstrap-scope .my-5 {
    margin-top: 3rem!important
}
.bootstrap-scope .mr-5, .bootstrap-scope .mx-5 {
    margin-right: 3rem!important
}
.bootstrap-scope .mb-5, .bootstrap-scope .my-5 {
    margin-bottom: 3rem!important
}
.bootstrap-scope .ml-5, .bootstrap-scope .mx-5 {
    margin-left: 3rem!important
}
.bootstrap-scope .p-0 {
    padding: 0!important
}
.bootstrap-scope .pt-0, .bootstrap-scope .py-0 {
    padding-top: 0!important
}
.bootstrap-scope .pr-0, .bootstrap-scope .px-0 {
    padding-right: 0!important
}
.bootstrap-scope .pb-0, .bootstrap-scope .py-0 {
    padding-bottom: 0!important
}
.bootstrap-scope .pl-0, .bootstrap-scope .px-0 {
    padding-left: 0!important
}
.bootstrap-scope .p-1 {
    padding: .25rem!important
}
.bootstrap-scope .pt-1, .bootstrap-scope .py-1 {
    padding-top: .25rem!important
}
.bootstrap-scope .pr-1, .bootstrap-scope .px-1 {
    padding-right: .25rem!important
}
.bootstrap-scope .pb-1, .bootstrap-scope .py-1 {
    padding-bottom: .25rem!important
}
.bootstrap-scope .pl-1, .bootstrap-scope .px-1 {
    padding-left: .25rem!important
}
.bootstrap-scope .p-2 {
    padding: .5rem!important
}
.bootstrap-scope .pt-2, .bootstrap-scope .py-2 {
    padding-top: .5rem!important
}
.bootstrap-scope .pr-2, .bootstrap-scope .px-2 {
    padding-right: .5rem!important
}
.bootstrap-scope .pb-2, .bootstrap-scope .py-2 {
    padding-bottom: .5rem!important
}
.bootstrap-scope .pl-2, .bootstrap-scope .px-2 {
    padding-left: .5rem!important
}
.bootstrap-scope .p-3 {
    padding: 1rem!important
}
.bootstrap-scope .pt-3, .bootstrap-scope .py-3 {
    padding-top: 1rem!important
}
.bootstrap-scope .pr-3, .bootstrap-scope .px-3 {
    padding-right: 1rem!important
}
.bootstrap-scope .pb-3, .bootstrap-scope .py-3 {
    padding-bottom: 1rem!important
}
.bootstrap-scope .pl-3, .bootstrap-scope .px-3 {
    padding-left: 1rem!important
}
.bootstrap-scope .p-4 {
    padding: 1.5rem!important
}
.bootstrap-scope .pt-4, .bootstrap-scope .py-4 {
    padding-top: 1.5rem!important
}
.bootstrap-scope .pr-4, .bootstrap-scope .px-4 {
    padding-right: 1.5rem!important
}
.bootstrap-scope .pb-4, .bootstrap-scope .py-4 {
    padding-bottom: 1.5rem!important
}
.bootstrap-scope .pl-4, .bootstrap-scope .px-4 {
    padding-left: 1.5rem!important
}
.bootstrap-scope .p-5 {
    padding: 3rem!important
}
.bootstrap-scope .pt-5, .bootstrap-scope .py-5 {
    padding-top: 3rem!important
}
.bootstrap-scope .pr-5, .bootstrap-scope .px-5 {
    padding-right: 3rem!important
}
.bootstrap-scope .pb-5, .bootstrap-scope .py-5 {
    padding-bottom: 3rem!important
}
.bootstrap-scope .pl-5, .bootstrap-scope .px-5 {
    padding-left: 3rem!important
}
.bootstrap-scope .m-n1 {
    margin: -.25rem!important
}
.bootstrap-scope .mt-n1, .bootstrap-scope .my-n1 {
    margin-top: -.25rem!important
}
.bootstrap-scope .mr-n1, .bootstrap-scope .mx-n1 {
    margin-right: -.25rem!important
}
.bootstrap-scope .mb-n1, .bootstrap-scope .my-n1 {
    margin-bottom: -.25rem!important
}
.bootstrap-scope .ml-n1, .bootstrap-scope .mx-n1 {
    margin-left: -.25rem!important
}
.bootstrap-scope .m-n2 {
    margin: -.5rem!important
}
.bootstrap-scope .mt-n2, .bootstrap-scope .my-n2 {
    margin-top: -.5rem!important
}
.bootstrap-scope .mr-n2, .bootstrap-scope .mx-n2 {
    margin-right: -.5rem!important
}
.bootstrap-scope .mb-n2, .bootstrap-scope .my-n2 {
    margin-bottom: -.5rem!important
}
.bootstrap-scope .ml-n2, .bootstrap-scope .mx-n2 {
    margin-left: -.5rem!important
}
.bootstrap-scope .m-n3 {
    margin: -1rem!important
}
.bootstrap-scope .mt-n3, .bootstrap-scope .my-n3 {
    margin-top: -1rem!important
}
.bootstrap-scope .mr-n3, .bootstrap-scope .mx-n3 {
    margin-right: -1rem!important
}
.bootstrap-scope .mb-n3, .bootstrap-scope .my-n3 {
    margin-bottom: -1rem!important
}
.bootstrap-scope .ml-n3, .bootstrap-scope .mx-n3 {
    margin-left: -1rem!important
}
.bootstrap-scope .m-n4 {
    margin: -1.5rem!important
}
.bootstrap-scope .mt-n4, .bootstrap-scope .my-n4 {
    margin-top: -1.5rem!important
}
.bootstrap-scope .mr-n4, .bootstrap-scope .mx-n4 {
    margin-right: -1.5rem!important
}
.bootstrap-scope .mb-n4, .bootstrap-scope .my-n4 {
    margin-bottom: -1.5rem!important
}
.bootstrap-scope .ml-n4, .bootstrap-scope .mx-n4 {
    margin-left: -1.5rem!important
}
.bootstrap-scope .m-n5 {
    margin: -3rem!important
}
.bootstrap-scope .mt-n5, .bootstrap-scope .my-n5 {
    margin-top: -3rem!important
}
.bootstrap-scope .mr-n5, .bootstrap-scope .mx-n5 {
    margin-right: -3rem!important
}
.bootstrap-scope .mb-n5, .bootstrap-scope .my-n5 {
    margin-bottom: -3rem!important
}
.bootstrap-scope .ml-n5, .bootstrap-scope .mx-n5 {
    margin-left: -3rem!important
}
.bootstrap-scope .m-auto {
    margin: auto!important
}
.bootstrap-scope .mt-auto, .bootstrap-scope .my-auto {
    margin-top: auto!important
}
.bootstrap-scope .mr-auto, .bootstrap-scope .mx-auto {
    margin-right: auto!important
}
.bootstrap-scope .mb-auto, .bootstrap-scope .my-auto {
    margin-bottom: auto!important
}
.bootstrap-scope .ml-auto, .bootstrap-scope .mx-auto {
    margin-left: auto!important
}
@media (min-width:576px) {
    .bootstrap-scope .m-sm-0 {
        margin: 0!important
    }
    .bootstrap-scope .mt-sm-0, .bootstrap-scope .my-sm-0 {
        margin-top: 0!important
    }
    .bootstrap-scope .mr-sm-0, .bootstrap-scope .mx-sm-0 {
        margin-right: 0!important
    }
    .bootstrap-scope .mb-sm-0, .bootstrap-scope .my-sm-0 {
        margin-bottom: 0!important
    }
    .bootstrap-scope .ml-sm-0, .bootstrap-scope .mx-sm-0 {
        margin-left: 0!important
    }
    .bootstrap-scope .m-sm-1 {
        margin: .25rem!important
    }
    .bootstrap-scope .mt-sm-1, .bootstrap-scope .my-sm-1 {
        margin-top: .25rem!important
    }
    .bootstrap-scope .mr-sm-1, .bootstrap-scope .mx-sm-1 {
        margin-right: .25rem!important
    }
    .bootstrap-scope .mb-sm-1, .bootstrap-scope .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .bootstrap-scope .ml-sm-1, .bootstrap-scope .mx-sm-1 {
        margin-left: .25rem!important
    }
    .bootstrap-scope .m-sm-2 {
        margin: .5rem!important
    }
    .bootstrap-scope .mt-sm-2, .bootstrap-scope .my-sm-2 {
        margin-top: .5rem!important
    }
    .bootstrap-scope .mr-sm-2, .bootstrap-scope .mx-sm-2 {
        margin-right: .5rem!important
    }
    .bootstrap-scope .mb-sm-2, .bootstrap-scope .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .bootstrap-scope .ml-sm-2, .bootstrap-scope .mx-sm-2 {
        margin-left: .5rem!important
    }
    .bootstrap-scope .m-sm-3 {
        margin: 1rem!important
    }
    .bootstrap-scope .mt-sm-3, .bootstrap-scope .my-sm-3 {
        margin-top: 1rem!important
    }
    .bootstrap-scope .mr-sm-3, .bootstrap-scope .mx-sm-3 {
        margin-right: 1rem!important
    }
    .bootstrap-scope .mb-sm-3, .bootstrap-scope .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .bootstrap-scope .ml-sm-3, .bootstrap-scope .mx-sm-3 {
        margin-left: 1rem!important
    }
    .bootstrap-scope .m-sm-4 {
        margin: 1.5rem!important
    }
    .bootstrap-scope .mt-sm-4, .bootstrap-scope .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .bootstrap-scope .mr-sm-4, .bootstrap-scope .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .bootstrap-scope .mb-sm-4, .bootstrap-scope .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .bootstrap-scope .ml-sm-4, .bootstrap-scope .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .bootstrap-scope .m-sm-5 {
        margin: 3rem!important
    }
    .bootstrap-scope .mt-sm-5, .bootstrap-scope .my-sm-5 {
        margin-top: 3rem!important
    }
    .bootstrap-scope .mr-sm-5, .bootstrap-scope .mx-sm-5 {
        margin-right: 3rem!important
    }
    .bootstrap-scope .mb-sm-5, .bootstrap-scope .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .bootstrap-scope .ml-sm-5, .bootstrap-scope .mx-sm-5 {
        margin-left: 3rem!important
    }
    .bootstrap-scope .p-sm-0 {
        padding: 0!important
    }
    .bootstrap-scope .pt-sm-0, .bootstrap-scope .py-sm-0 {
        padding-top: 0!important
    }
    .bootstrap-scope .pr-sm-0, .bootstrap-scope .px-sm-0 {
        padding-right: 0!important
    }
    .bootstrap-scope .pb-sm-0, .bootstrap-scope .py-sm-0 {
        padding-bottom: 0!important
    }
    .bootstrap-scope .pl-sm-0, .bootstrap-scope .px-sm-0 {
        padding-left: 0!important
    }
    .bootstrap-scope .p-sm-1 {
        padding: .25rem!important
    }
    .bootstrap-scope .pt-sm-1, .bootstrap-scope .py-sm-1 {
        padding-top: .25rem!important
    }
    .bootstrap-scope .pr-sm-1, .bootstrap-scope .px-sm-1 {
        padding-right: .25rem!important
    }
    .bootstrap-scope .pb-sm-1, .bootstrap-scope .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .bootstrap-scope .pl-sm-1, .bootstrap-scope .px-sm-1 {
        padding-left: .25rem!important
    }
    .bootstrap-scope .p-sm-2 {
        padding: .5rem!important
    }
    .bootstrap-scope .pt-sm-2, .bootstrap-scope .py-sm-2 {
        padding-top: .5rem!important
    }
    .bootstrap-scope .pr-sm-2, .bootstrap-scope .px-sm-2 {
        padding-right: .5rem!important
    }
    .bootstrap-scope .pb-sm-2, .bootstrap-scope .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .bootstrap-scope .pl-sm-2, .bootstrap-scope .px-sm-2 {
        padding-left: .5rem!important
    }
    .bootstrap-scope .p-sm-3 {
        padding: 1rem!important
    }
    .bootstrap-scope .pt-sm-3, .bootstrap-scope .py-sm-3 {
        padding-top: 1rem!important
    }
    .bootstrap-scope .pr-sm-3, .bootstrap-scope .px-sm-3 {
        padding-right: 1rem!important
    }
    .bootstrap-scope .pb-sm-3, .bootstrap-scope .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .bootstrap-scope .pl-sm-3, .bootstrap-scope .px-sm-3 {
        padding-left: 1rem!important
    }
    .bootstrap-scope .p-sm-4 {
        padding: 1.5rem!important
    }
    .bootstrap-scope .pt-sm-4, .bootstrap-scope .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .bootstrap-scope .pr-sm-4, .bootstrap-scope .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .bootstrap-scope .pb-sm-4, .bootstrap-scope .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .bootstrap-scope .pl-sm-4, .bootstrap-scope .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .bootstrap-scope .p-sm-5 {
        padding: 3rem!important
    }
    .bootstrap-scope .pt-sm-5, .bootstrap-scope .py-sm-5 {
        padding-top: 3rem!important
    }
    .bootstrap-scope .pr-sm-5, .bootstrap-scope .px-sm-5 {
        padding-right: 3rem!important
    }
    .bootstrap-scope .pb-sm-5, .bootstrap-scope .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .bootstrap-scope .pl-sm-5, .bootstrap-scope .px-sm-5 {
        padding-left: 3rem!important
    }
    .bootstrap-scope .m-sm-n1 {
        margin: -.25rem!important
    }
    .bootstrap-scope .mt-sm-n1, .bootstrap-scope .my-sm-n1 {
        margin-top: -.25rem!important
    }
    .bootstrap-scope .mr-sm-n1, .bootstrap-scope .mx-sm-n1 {
        margin-right: -.25rem!important
    }
    .bootstrap-scope .mb-sm-n1, .bootstrap-scope .my-sm-n1 {
        margin-bottom: -.25rem!important
    }
    .bootstrap-scope .ml-sm-n1, .bootstrap-scope .mx-sm-n1 {
        margin-left: -.25rem!important
    }
    .bootstrap-scope .m-sm-n2 {
        margin: -.5rem!important
    }
    .bootstrap-scope .mt-sm-n2, .bootstrap-scope .my-sm-n2 {
        margin-top: -.5rem!important
    }
    .bootstrap-scope .mr-sm-n2, .bootstrap-scope .mx-sm-n2 {
        margin-right: -.5rem!important
    }
    .bootstrap-scope .mb-sm-n2, .bootstrap-scope .my-sm-n2 {
        margin-bottom: -.5rem!important
    }
    .bootstrap-scope .ml-sm-n2, .bootstrap-scope .mx-sm-n2 {
        margin-left: -.5rem!important
    }
    .bootstrap-scope .m-sm-n3 {
        margin: -1rem!important
    }
    .bootstrap-scope .mt-sm-n3, .bootstrap-scope .my-sm-n3 {
        margin-top: -1rem!important
    }
    .bootstrap-scope .mr-sm-n3, .bootstrap-scope .mx-sm-n3 {
        margin-right: -1rem!important
    }
    .bootstrap-scope .mb-sm-n3, .bootstrap-scope .my-sm-n3 {
        margin-bottom: -1rem!important
    }
    .bootstrap-scope .ml-sm-n3, .bootstrap-scope .mx-sm-n3 {
        margin-left: -1rem!important
    }
    .bootstrap-scope .m-sm-n4 {
        margin: -1.5rem!important
    }
    .bootstrap-scope .mt-sm-n4, .bootstrap-scope .my-sm-n4 {
        margin-top: -1.5rem!important
    }
    .bootstrap-scope .mr-sm-n4, .bootstrap-scope .mx-sm-n4 {
        margin-right: -1.5rem!important
    }
    .bootstrap-scope .mb-sm-n4, .bootstrap-scope .my-sm-n4 {
        margin-bottom: -1.5rem!important
    }
    .bootstrap-scope .ml-sm-n4, .bootstrap-scope .mx-sm-n4 {
        margin-left: -1.5rem!important
    }
    .bootstrap-scope .m-sm-n5 {
        margin: -3rem!important
    }
    .bootstrap-scope .mt-sm-n5, .bootstrap-scope .my-sm-n5 {
        margin-top: -3rem!important
    }
    .bootstrap-scope .mr-sm-n5, .bootstrap-scope .mx-sm-n5 {
        margin-right: -3rem!important
    }
    .bootstrap-scope .mb-sm-n5, .bootstrap-scope .my-sm-n5 {
        margin-bottom: -3rem!important
    }
    .bootstrap-scope .ml-sm-n5, .bootstrap-scope .mx-sm-n5 {
        margin-left: -3rem!important
    }
    .bootstrap-scope .m-sm-auto {
        margin: auto!important
    }
    .bootstrap-scope .mt-sm-auto, .bootstrap-scope .my-sm-auto {
        margin-top: auto!important
    }
    .bootstrap-scope .mr-sm-auto, .bootstrap-scope .mx-sm-auto {
        margin-right: auto!important
    }
    .bootstrap-scope .mb-sm-auto, .bootstrap-scope .my-sm-auto {
        margin-bottom: auto!important
    }
    .bootstrap-scope .ml-sm-auto, .bootstrap-scope .mx-sm-auto {
        margin-left: auto!important
    }
}
@media (min-width:768px) {
    .bootstrap-scope .m-md-0 {
        margin: 0!important
    }
    .bootstrap-scope .mt-md-0, .bootstrap-scope .my-md-0 {
        margin-top: 0!important
    }
    .bootstrap-scope .mr-md-0, .bootstrap-scope .mx-md-0 {
        margin-right: 0!important
    }
    .bootstrap-scope .mb-md-0, .bootstrap-scope .my-md-0 {
        margin-bottom: 0!important
    }
    .bootstrap-scope .ml-md-0, .bootstrap-scope .mx-md-0 {
        margin-left: 0!important
    }
    .bootstrap-scope .m-md-1 {
        margin: .25rem!important
    }
    .bootstrap-scope .mt-md-1, .bootstrap-scope .my-md-1 {
        margin-top: .25rem!important
    }
    .bootstrap-scope .mr-md-1, .bootstrap-scope .mx-md-1 {
        margin-right: .25rem!important
    }
    .bootstrap-scope .mb-md-1, .bootstrap-scope .my-md-1 {
        margin-bottom: .25rem!important
    }
    .bootstrap-scope .ml-md-1, .bootstrap-scope .mx-md-1 {
        margin-left: .25rem!important
    }
    .bootstrap-scope .m-md-2 {
        margin: .5rem!important
    }
    .bootstrap-scope .mt-md-2, .bootstrap-scope .my-md-2 {
        margin-top: .5rem!important
    }
    .bootstrap-scope .mr-md-2, .bootstrap-scope .mx-md-2 {
        margin-right: .5rem!important
    }
    .bootstrap-scope .mb-md-2, .bootstrap-scope .my-md-2 {
        margin-bottom: .5rem!important
    }
    .bootstrap-scope .ml-md-2, .bootstrap-scope .mx-md-2 {
        margin-left: .5rem!important
    }
    .bootstrap-scope .m-md-3 {
        margin: 1rem!important
    }
    .bootstrap-scope .mt-md-3, .bootstrap-scope .my-md-3 {
        margin-top: 1rem!important
    }
    .bootstrap-scope .mr-md-3, .bootstrap-scope .mx-md-3 {
        margin-right: 1rem!important
    }
    .bootstrap-scope .mb-md-3, .bootstrap-scope .my-md-3 {
        margin-bottom: 1rem!important
    }
    .bootstrap-scope .ml-md-3, .bootstrap-scope .mx-md-3 {
        margin-left: 1rem!important
    }
    .bootstrap-scope .m-md-4 {
        margin: 1.5rem!important
    }
    .bootstrap-scope .mt-md-4, .bootstrap-scope .my-md-4 {
        margin-top: 1.5rem!important
    }
    .bootstrap-scope .mr-md-4, .bootstrap-scope .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .bootstrap-scope .mb-md-4, .bootstrap-scope .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .bootstrap-scope .ml-md-4, .bootstrap-scope .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .bootstrap-scope .m-md-5 {
        margin: 3rem!important
    }
    .bootstrap-scope .mt-md-5, .bootstrap-scope .my-md-5 {
        margin-top: 3rem!important
    }
    .bootstrap-scope .mr-md-5, .bootstrap-scope .mx-md-5 {
        margin-right: 3rem!important
    }
    .bootstrap-scope .mb-md-5, .bootstrap-scope .my-md-5 {
        margin-bottom: 3rem!important
    }
    .bootstrap-scope .ml-md-5, .bootstrap-scope .mx-md-5 {
        margin-left: 3rem!important
    }
    .bootstrap-scope .p-md-0 {
        padding: 0!important
    }
    .bootstrap-scope .pt-md-0, .bootstrap-scope .py-md-0 {
        padding-top: 0!important
    }
    .bootstrap-scope .pr-md-0, .bootstrap-scope .px-md-0 {
        padding-right: 0!important
    }
    .bootstrap-scope .pb-md-0, .bootstrap-scope .py-md-0 {
        padding-bottom: 0!important
    }
    .bootstrap-scope .pl-md-0, .bootstrap-scope .px-md-0 {
        padding-left: 0!important
    }
    .bootstrap-scope .p-md-1 {
        padding: .25rem!important
    }
    .bootstrap-scope .pt-md-1, .bootstrap-scope .py-md-1 {
        padding-top: .25rem!important
    }
    .bootstrap-scope .pr-md-1, .bootstrap-scope .px-md-1 {
        padding-right: .25rem!important
    }
    .bootstrap-scope .pb-md-1, .bootstrap-scope .py-md-1 {
        padding-bottom: .25rem!important
    }
    .bootstrap-scope .pl-md-1, .bootstrap-scope .px-md-1 {
        padding-left: .25rem!important
    }
    .bootstrap-scope .p-md-2 {
        padding: .5rem!important
    }
    .bootstrap-scope .pt-md-2, .bootstrap-scope .py-md-2 {
        padding-top: .5rem!important
    }
    .bootstrap-scope .pr-md-2, .bootstrap-scope .px-md-2 {
        padding-right: .5rem!important
    }
    .bootstrap-scope .pb-md-2, .bootstrap-scope .py-md-2 {
        padding-bottom: .5rem!important
    }
    .bootstrap-scope .pl-md-2, .bootstrap-scope .px-md-2 {
        padding-left: .5rem!important
    }
    .bootstrap-scope .p-md-3 {
        padding: 1rem!important
    }
    .bootstrap-scope .pt-md-3, .bootstrap-scope .py-md-3 {
        padding-top: 1rem!important
    }
    .bootstrap-scope .pr-md-3, .bootstrap-scope .px-md-3 {
        padding-right: 1rem!important
    }
    .bootstrap-scope .pb-md-3, .bootstrap-scope .py-md-3 {
        padding-bottom: 1rem!important
    }
    .bootstrap-scope .pl-md-3, .bootstrap-scope .px-md-3 {
        padding-left: 1rem!important
    }
    .bootstrap-scope .p-md-4 {
        padding: 1.5rem!important
    }
    .bootstrap-scope .pt-md-4, .bootstrap-scope .py-md-4 {
        padding-top: 1.5rem!important
    }
    .bootstrap-scope .pr-md-4, .bootstrap-scope .px-md-4 {
        padding-right: 1.5rem!important
    }
    .bootstrap-scope .pb-md-4, .bootstrap-scope .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .bootstrap-scope .pl-md-4, .bootstrap-scope .px-md-4 {
        padding-left: 1.5rem!important
    }
    .bootstrap-scope .p-md-5 {
        padding: 3rem!important
    }
    .bootstrap-scope .pt-md-5, .bootstrap-scope .py-md-5 {
        padding-top: 3rem!important
    }
    .bootstrap-scope .pr-md-5, .bootstrap-scope .px-md-5 {
        padding-right: 3rem!important
    }
    .bootstrap-scope .pb-md-5, .bootstrap-scope .py-md-5 {
        padding-bottom: 3rem!important
    }
    .bootstrap-scope .pl-md-5, .bootstrap-scope .px-md-5 {
        padding-left: 3rem!important
    }
    .bootstrap-scope .m-md-n1 {
        margin: -.25rem!important
    }
    .bootstrap-scope .mt-md-n1, .bootstrap-scope .my-md-n1 {
        margin-top: -.25rem!important
    }
    .bootstrap-scope .mr-md-n1, .bootstrap-scope .mx-md-n1 {
        margin-right: -.25rem!important
    }
    .bootstrap-scope .mb-md-n1, .bootstrap-scope .my-md-n1 {
        margin-bottom: -.25rem!important
    }
    .bootstrap-scope .ml-md-n1, .bootstrap-scope .mx-md-n1 {
        margin-left: -.25rem!important
    }
    .bootstrap-scope .m-md-n2 {
        margin: -.5rem!important
    }
    .bootstrap-scope .mt-md-n2, .bootstrap-scope .my-md-n2 {
        margin-top: -.5rem!important
    }
    .bootstrap-scope .mr-md-n2, .bootstrap-scope .mx-md-n2 {
        margin-right: -.5rem!important
    }
    .bootstrap-scope .mb-md-n2, .bootstrap-scope .my-md-n2 {
        margin-bottom: -.5rem!important
    }
    .bootstrap-scope .ml-md-n2, .bootstrap-scope .mx-md-n2 {
        margin-left: -.5rem!important
    }
    .bootstrap-scope .m-md-n3 {
        margin: -1rem!important
    }
    .bootstrap-scope .mt-md-n3, .bootstrap-scope .my-md-n3 {
        margin-top: -1rem!important
    }
    .bootstrap-scope .mr-md-n3, .bootstrap-scope .mx-md-n3 {
        margin-right: -1rem!important
    }
    .bootstrap-scope .mb-md-n3, .bootstrap-scope .my-md-n3 {
        margin-bottom: -1rem!important
    }
    .bootstrap-scope .ml-md-n3, .bootstrap-scope .mx-md-n3 {
        margin-left: -1rem!important
    }
    .bootstrap-scope .m-md-n4 {
        margin: -1.5rem!important
    }
    .bootstrap-scope .mt-md-n4, .bootstrap-scope .my-md-n4 {
        margin-top: -1.5rem!important
    }
    .bootstrap-scope .mr-md-n4, .bootstrap-scope .mx-md-n4 {
        margin-right: -1.5rem!important
    }
    .bootstrap-scope .mb-md-n4, .bootstrap-scope .my-md-n4 {
        margin-bottom: -1.5rem!important
    }
    .bootstrap-scope .ml-md-n4, .bootstrap-scope .mx-md-n4 {
        margin-left: -1.5rem!important
    }
    .bootstrap-scope .m-md-n5 {
        margin: -3rem!important
    }
    .bootstrap-scope .mt-md-n5, .bootstrap-scope .my-md-n5 {
        margin-top: -3rem!important
    }
    .bootstrap-scope .mr-md-n5, .bootstrap-scope .mx-md-n5 {
        margin-right: -3rem!important
    }
    .bootstrap-scope .mb-md-n5, .bootstrap-scope .my-md-n5 {
        margin-bottom: -3rem!important
    }
    .bootstrap-scope .ml-md-n5, .bootstrap-scope .mx-md-n5 {
        margin-left: -3rem!important
    }
    .bootstrap-scope .m-md-auto {
        margin: auto!important
    }
    .bootstrap-scope .mt-md-auto, .bootstrap-scope .my-md-auto {
        margin-top: auto!important
    }
    .bootstrap-scope .mr-md-auto, .bootstrap-scope .mx-md-auto {
        margin-right: auto!important
    }
    .bootstrap-scope .mb-md-auto, .bootstrap-scope .my-md-auto {
        margin-bottom: auto!important
    }
    .bootstrap-scope .ml-md-auto, .bootstrap-scope .mx-md-auto {
        margin-left: auto!important
    }
}
@media (min-width:992px) {
    .bootstrap-scope .m-lg-0 {
        margin: 0!important
    }
    .bootstrap-scope .mt-lg-0, .bootstrap-scope .my-lg-0 {
        margin-top: 0!important
    }
    .bootstrap-scope .mr-lg-0, .bootstrap-scope .mx-lg-0 {
        margin-right: 0!important
    }
    .bootstrap-scope .mb-lg-0, .bootstrap-scope .my-lg-0 {
        margin-bottom: 0!important
    }
    .bootstrap-scope .ml-lg-0, .bootstrap-scope .mx-lg-0 {
        margin-left: 0!important
    }
    .bootstrap-scope .m-lg-1 {
        margin: .25rem!important
    }
    .bootstrap-scope .mt-lg-1, .bootstrap-scope .my-lg-1 {
        margin-top: .25rem!important
    }
    .bootstrap-scope .mr-lg-1, .bootstrap-scope .mx-lg-1 {
        margin-right: .25rem!important
    }
    .bootstrap-scope .mb-lg-1, .bootstrap-scope .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .bootstrap-scope .ml-lg-1, .bootstrap-scope .mx-lg-1 {
        margin-left: .25rem!important
    }
    .bootstrap-scope .m-lg-2 {
        margin: .5rem!important
    }
    .bootstrap-scope .mt-lg-2, .bootstrap-scope .my-lg-2 {
        margin-top: .5rem!important
    }
    .bootstrap-scope .mr-lg-2, .bootstrap-scope .mx-lg-2 {
        margin-right: .5rem!important
    }
    .bootstrap-scope .mb-lg-2, .bootstrap-scope .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .bootstrap-scope .ml-lg-2, .bootstrap-scope .mx-lg-2 {
        margin-left: .5rem!important
    }
    .bootstrap-scope .m-lg-3 {
        margin: 1rem!important
    }
    .bootstrap-scope .mt-lg-3, .bootstrap-scope .my-lg-3 {
        margin-top: 1rem!important
    }
    .bootstrap-scope .mr-lg-3, .bootstrap-scope .mx-lg-3 {
        margin-right: 1rem!important
    }
    .bootstrap-scope .mb-lg-3, .bootstrap-scope .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .bootstrap-scope .ml-lg-3, .bootstrap-scope .mx-lg-3 {
        margin-left: 1rem!important
    }
    .bootstrap-scope .m-lg-4 {
        margin: 1.5rem!important
    }
    .bootstrap-scope .mt-lg-4, .bootstrap-scope .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .bootstrap-scope .mr-lg-4, .bootstrap-scope .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .bootstrap-scope .mb-lg-4, .bootstrap-scope .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .bootstrap-scope .ml-lg-4, .bootstrap-scope .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .bootstrap-scope .m-lg-5 {
        margin: 3rem!important
    }
    .bootstrap-scope .mt-lg-5, .bootstrap-scope .my-lg-5 {
        margin-top: 3rem!important
    }
    .bootstrap-scope .mr-lg-5, .bootstrap-scope .mx-lg-5 {
        margin-right: 3rem!important
    }
    .bootstrap-scope .mb-lg-5, .bootstrap-scope .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .bootstrap-scope .ml-lg-5, .bootstrap-scope .mx-lg-5 {
        margin-left: 3rem!important
    }
    .bootstrap-scope .p-lg-0 {
        padding: 0!important
    }
    .bootstrap-scope .pt-lg-0, .bootstrap-scope .py-lg-0 {
        padding-top: 0!important
    }
    .bootstrap-scope .pr-lg-0, .bootstrap-scope .px-lg-0 {
        padding-right: 0!important
    }
    .bootstrap-scope .pb-lg-0, .bootstrap-scope .py-lg-0 {
        padding-bottom: 0!important
    }
    .bootstrap-scope .pl-lg-0, .bootstrap-scope .px-lg-0 {
        padding-left: 0!important
    }
    .bootstrap-scope .p-lg-1 {
        padding: .25rem!important
    }
    .bootstrap-scope .pt-lg-1, .bootstrap-scope .py-lg-1 {
        padding-top: .25rem!important
    }
    .bootstrap-scope .pr-lg-1, .bootstrap-scope .px-lg-1 {
        padding-right: .25rem!important
    }
    .bootstrap-scope .pb-lg-1, .bootstrap-scope .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .bootstrap-scope .pl-lg-1, .bootstrap-scope .px-lg-1 {
        padding-left: .25rem!important
    }
    .bootstrap-scope .p-lg-2 {
        padding: .5rem!important
    }
    .bootstrap-scope .pt-lg-2, .bootstrap-scope .py-lg-2 {
        padding-top: .5rem!important
    }
    .bootstrap-scope .pr-lg-2, .bootstrap-scope .px-lg-2 {
        padding-right: .5rem!important
    }
    .bootstrap-scope .pb-lg-2, .bootstrap-scope .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .bootstrap-scope .pl-lg-2, .bootstrap-scope .px-lg-2 {
        padding-left: .5rem!important
    }
    .bootstrap-scope .p-lg-3 {
        padding: 1rem!important
    }
    .bootstrap-scope .pt-lg-3, .bootstrap-scope .py-lg-3 {
        padding-top: 1rem!important
    }
    .bootstrap-scope .pr-lg-3, .bootstrap-scope .px-lg-3 {
        padding-right: 1rem!important
    }
    .bootstrap-scope .pb-lg-3, .bootstrap-scope .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .bootstrap-scope .pl-lg-3, .bootstrap-scope .px-lg-3 {
        padding-left: 1rem!important
    }
    .bootstrap-scope .p-lg-4 {
        padding: 1.5rem!important
    }
    .bootstrap-scope .pt-lg-4, .bootstrap-scope .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .bootstrap-scope .pr-lg-4, .bootstrap-scope .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .bootstrap-scope .pb-lg-4, .bootstrap-scope .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .bootstrap-scope .pl-lg-4, .bootstrap-scope .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .bootstrap-scope .p-lg-5 {
        padding: 3rem!important
    }
    .bootstrap-scope .pt-lg-5, .bootstrap-scope .py-lg-5 {
        padding-top: 3rem!important
    }
    .bootstrap-scope .pr-lg-5, .bootstrap-scope .px-lg-5 {
        padding-right: 3rem!important
    }
    .bootstrap-scope .pb-lg-5, .bootstrap-scope .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .bootstrap-scope .pl-lg-5, .bootstrap-scope .px-lg-5 {
        padding-left: 3rem!important
    }
    .bootstrap-scope .m-lg-n1 {
        margin: -.25rem!important
    }
    .bootstrap-scope .mt-lg-n1, .bootstrap-scope .my-lg-n1 {
        margin-top: -.25rem!important
    }
    .bootstrap-scope .mr-lg-n1, .bootstrap-scope .mx-lg-n1 {
        margin-right: -.25rem!important
    }
    .bootstrap-scope .mb-lg-n1, .bootstrap-scope .my-lg-n1 {
        margin-bottom: -.25rem!important
    }
    .bootstrap-scope .ml-lg-n1, .bootstrap-scope .mx-lg-n1 {
        margin-left: -.25rem!important
    }
    .bootstrap-scope .m-lg-n2 {
        margin: -.5rem!important
    }
    .bootstrap-scope .mt-lg-n2, .bootstrap-scope .my-lg-n2 {
        margin-top: -.5rem!important
    }
    .bootstrap-scope .mr-lg-n2, .bootstrap-scope .mx-lg-n2 {
        margin-right: -.5rem!important
    }
    .bootstrap-scope .mb-lg-n2, .bootstrap-scope .my-lg-n2 {
        margin-bottom: -.5rem!important
    }
    .bootstrap-scope .ml-lg-n2, .bootstrap-scope .mx-lg-n2 {
        margin-left: -.5rem!important
    }
    .bootstrap-scope .m-lg-n3 {
        margin: -1rem!important
    }
    .bootstrap-scope .mt-lg-n3, .bootstrap-scope .my-lg-n3 {
        margin-top: -1rem!important
    }
    .bootstrap-scope .mr-lg-n3, .bootstrap-scope .mx-lg-n3 {
        margin-right: -1rem!important
    }
    .bootstrap-scope .mb-lg-n3, .bootstrap-scope .my-lg-n3 {
        margin-bottom: -1rem!important
    }
    .bootstrap-scope .ml-lg-n3, .bootstrap-scope .mx-lg-n3 {
        margin-left: -1rem!important
    }
    .bootstrap-scope .m-lg-n4 {
        margin: -1.5rem!important
    }
    .bootstrap-scope .mt-lg-n4, .bootstrap-scope .my-lg-n4 {
        margin-top: -1.5rem!important
    }
    .bootstrap-scope .mr-lg-n4, .bootstrap-scope .mx-lg-n4 {
        margin-right: -1.5rem!important
    }
    .bootstrap-scope .mb-lg-n4, .bootstrap-scope .my-lg-n4 {
        margin-bottom: -1.5rem!important
    }
    .bootstrap-scope .ml-lg-n4, .bootstrap-scope .mx-lg-n4 {
        margin-left: -1.5rem!important
    }
    .bootstrap-scope .m-lg-n5 {
        margin: -3rem!important
    }
    .bootstrap-scope .mt-lg-n5, .bootstrap-scope .my-lg-n5 {
        margin-top: -3rem!important
    }
    .bootstrap-scope .mr-lg-n5, .bootstrap-scope .mx-lg-n5 {
        margin-right: -3rem!important
    }
    .bootstrap-scope .mb-lg-n5, .bootstrap-scope .my-lg-n5 {
        margin-bottom: -3rem!important
    }
    .bootstrap-scope .ml-lg-n5, .bootstrap-scope .mx-lg-n5 {
        margin-left: -3rem!important
    }
    .bootstrap-scope .m-lg-auto {
        margin: auto!important
    }
    .bootstrap-scope .mt-lg-auto, .bootstrap-scope .my-lg-auto {
        margin-top: auto!important
    }
    .bootstrap-scope .mr-lg-auto, .bootstrap-scope .mx-lg-auto {
        margin-right: auto!important
    }
    .bootstrap-scope .mb-lg-auto, .bootstrap-scope .my-lg-auto {
        margin-bottom: auto!important
    }
    .bootstrap-scope .ml-lg-auto, .bootstrap-scope .mx-lg-auto {
        margin-left: auto!important
    }
}
@media (min-width:1200px) {
    .bootstrap-scope .m-xl-0 {
        margin: 0!important
    }
    .bootstrap-scope .mt-xl-0, .bootstrap-scope .my-xl-0 {
        margin-top: 0!important
    }
    .bootstrap-scope .mr-xl-0, .bootstrap-scope .mx-xl-0 {
        margin-right: 0!important
    }
    .bootstrap-scope .mb-xl-0, .bootstrap-scope .my-xl-0 {
        margin-bottom: 0!important
    }
    .bootstrap-scope .ml-xl-0, .bootstrap-scope .mx-xl-0 {
        margin-left: 0!important
    }
    .bootstrap-scope .m-xl-1 {
        margin: .25rem!important
    }
    .bootstrap-scope .mt-xl-1, .bootstrap-scope .my-xl-1 {
        margin-top: .25rem!important
    }
    .bootstrap-scope .mr-xl-1, .bootstrap-scope .mx-xl-1 {
        margin-right: .25rem!important
    }
    .bootstrap-scope .mb-xl-1, .bootstrap-scope .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .bootstrap-scope .ml-xl-1, .bootstrap-scope .mx-xl-1 {
        margin-left: .25rem!important
    }
    .bootstrap-scope .m-xl-2 {
        margin: .5rem!important
    }
    .bootstrap-scope .mt-xl-2, .bootstrap-scope .my-xl-2 {
        margin-top: .5rem!important
    }
    .bootstrap-scope .mr-xl-2, .bootstrap-scope .mx-xl-2 {
        margin-right: .5rem!important
    }
    .bootstrap-scope .mb-xl-2, .bootstrap-scope .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .bootstrap-scope .ml-xl-2, .bootstrap-scope .mx-xl-2 {
        margin-left: .5rem!important
    }
    .bootstrap-scope .m-xl-3 {
        margin: 1rem!important
    }
    .bootstrap-scope .mt-xl-3, .bootstrap-scope .my-xl-3 {
        margin-top: 1rem!important
    }
    .bootstrap-scope .mr-xl-3, .bootstrap-scope .mx-xl-3 {
        margin-right: 1rem!important
    }
    .bootstrap-scope .mb-xl-3, .bootstrap-scope .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .bootstrap-scope .ml-xl-3, .bootstrap-scope .mx-xl-3 {
        margin-left: 1rem!important
    }
    .bootstrap-scope .m-xl-4 {
        margin: 1.5rem!important
    }
    .bootstrap-scope .mt-xl-4, .bootstrap-scope .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .bootstrap-scope .mr-xl-4, .bootstrap-scope .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .bootstrap-scope .mb-xl-4, .bootstrap-scope .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .bootstrap-scope .ml-xl-4, .bootstrap-scope .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .bootstrap-scope .m-xl-5 {
        margin: 3rem!important
    }
    .bootstrap-scope .mt-xl-5, .bootstrap-scope .my-xl-5 {
        margin-top: 3rem!important
    }
    .bootstrap-scope .mr-xl-5, .bootstrap-scope .mx-xl-5 {
        margin-right: 3rem!important
    }
    .bootstrap-scope .mb-xl-5, .bootstrap-scope .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .bootstrap-scope .ml-xl-5, .bootstrap-scope .mx-xl-5 {
        margin-left: 3rem!important
    }
    .bootstrap-scope .p-xl-0 {
        padding: 0!important
    }
    .bootstrap-scope .pt-xl-0, .bootstrap-scope .py-xl-0 {
        padding-top: 0!important
    }
    .bootstrap-scope .pr-xl-0, .bootstrap-scope .px-xl-0 {
        padding-right: 0!important
    }
    .bootstrap-scope .pb-xl-0, .bootstrap-scope .py-xl-0 {
        padding-bottom: 0!important
    }
    .bootstrap-scope .pl-xl-0, .bootstrap-scope .px-xl-0 {
        padding-left: 0!important
    }
    .bootstrap-scope .p-xl-1 {
        padding: .25rem!important
    }
    .bootstrap-scope .pt-xl-1, .bootstrap-scope .py-xl-1 {
        padding-top: .25rem!important
    }
    .bootstrap-scope .pr-xl-1, .bootstrap-scope .px-xl-1 {
        padding-right: .25rem!important
    }
    .bootstrap-scope .pb-xl-1, .bootstrap-scope .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .bootstrap-scope .pl-xl-1, .bootstrap-scope .px-xl-1 {
        padding-left: .25rem!important
    }
    .bootstrap-scope .p-xl-2 {
        padding: .5rem!important
    }
    .bootstrap-scope .pt-xl-2, .bootstrap-scope .py-xl-2 {
        padding-top: .5rem!important
    }
    .bootstrap-scope .pr-xl-2, .bootstrap-scope .px-xl-2 {
        padding-right: .5rem!important
    }
    .bootstrap-scope .pb-xl-2, .bootstrap-scope .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .bootstrap-scope .pl-xl-2, .bootstrap-scope .px-xl-2 {
        padding-left: .5rem!important
    }
    .bootstrap-scope .p-xl-3 {
        padding: 1rem!important
    }
    .bootstrap-scope .pt-xl-3, .bootstrap-scope .py-xl-3 {
        padding-top: 1rem!important
    }
    .bootstrap-scope .pr-xl-3, .bootstrap-scope .px-xl-3 {
        padding-right: 1rem!important
    }
    .bootstrap-scope .pb-xl-3, .bootstrap-scope .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .bootstrap-scope .pl-xl-3, .bootstrap-scope .px-xl-3 {
        padding-left: 1rem!important
    }
    .bootstrap-scope .p-xl-4 {
        padding: 1.5rem!important
    }
    .bootstrap-scope .pt-xl-4, .bootstrap-scope .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .bootstrap-scope .pr-xl-4, .bootstrap-scope .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .bootstrap-scope .pb-xl-4, .bootstrap-scope .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .bootstrap-scope .pl-xl-4, .bootstrap-scope .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .bootstrap-scope .p-xl-5 {
        padding: 3rem!important
    }
    .bootstrap-scope .pt-xl-5, .bootstrap-scope .py-xl-5 {
        padding-top: 3rem!important
    }
    .bootstrap-scope .pr-xl-5, .bootstrap-scope .px-xl-5 {
        padding-right: 3rem!important
    }
    .bootstrap-scope .pb-xl-5, .bootstrap-scope .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .bootstrap-scope .pl-xl-5, .bootstrap-scope .px-xl-5 {
        padding-left: 3rem!important
    }
    .bootstrap-scope .m-xl-n1 {
        margin: -.25rem!important
    }
    .bootstrap-scope .mt-xl-n1, .bootstrap-scope .my-xl-n1 {
        margin-top: -.25rem!important
    }
    .bootstrap-scope .mr-xl-n1, .bootstrap-scope .mx-xl-n1 {
        margin-right: -.25rem!important
    }
    .bootstrap-scope .mb-xl-n1, .bootstrap-scope .my-xl-n1 {
        margin-bottom: -.25rem!important
    }
    .bootstrap-scope .ml-xl-n1, .bootstrap-scope .mx-xl-n1 {
        margin-left: -.25rem!important
    }
    .bootstrap-scope .m-xl-n2 {
        margin: -.5rem!important
    }
    .bootstrap-scope .mt-xl-n2, .bootstrap-scope .my-xl-n2 {
        margin-top: -.5rem!important
    }
    .bootstrap-scope .mr-xl-n2, .bootstrap-scope .mx-xl-n2 {
        margin-right: -.5rem!important
    }
    .bootstrap-scope .mb-xl-n2, .bootstrap-scope .my-xl-n2 {
        margin-bottom: -.5rem!important
    }
    .bootstrap-scope .ml-xl-n2, .bootstrap-scope .mx-xl-n2 {
        margin-left: -.5rem!important
    }
    .bootstrap-scope .m-xl-n3 {
        margin: -1rem!important
    }
    .bootstrap-scope .mt-xl-n3, .bootstrap-scope .my-xl-n3 {
        margin-top: -1rem!important
    }
    .bootstrap-scope .mr-xl-n3, .bootstrap-scope .mx-xl-n3 {
        margin-right: -1rem!important
    }
    .bootstrap-scope .mb-xl-n3, .bootstrap-scope .my-xl-n3 {
        margin-bottom: -1rem!important
    }
    .bootstrap-scope .ml-xl-n3, .bootstrap-scope .mx-xl-n3 {
        margin-left: -1rem!important
    }
    .bootstrap-scope .m-xl-n4 {
        margin: -1.5rem!important
    }
    .bootstrap-scope .mt-xl-n4, .bootstrap-scope .my-xl-n4 {
        margin-top: -1.5rem!important
    }
    .bootstrap-scope .mr-xl-n4, .bootstrap-scope .mx-xl-n4 {
        margin-right: -1.5rem!important
    }
    .bootstrap-scope .mb-xl-n4, .bootstrap-scope .my-xl-n4 {
        margin-bottom: -1.5rem!important
    }
    .bootstrap-scope .ml-xl-n4, .bootstrap-scope .mx-xl-n4 {
        margin-left: -1.5rem!important
    }
    .bootstrap-scope .m-xl-n5 {
        margin: -3rem!important
    }
    .bootstrap-scope .mt-xl-n5, .bootstrap-scope .my-xl-n5 {
        margin-top: -3rem!important
    }
    .bootstrap-scope .mr-xl-n5, .bootstrap-scope .mx-xl-n5 {
        margin-right: -3rem!important
    }
    .bootstrap-scope .mb-xl-n5, .bootstrap-scope .my-xl-n5 {
        margin-bottom: -3rem!important
    }
    .bootstrap-scope .ml-xl-n5, .bootstrap-scope .mx-xl-n5 {
        margin-left: -3rem!important
    }
    .bootstrap-scope .m-xl-auto {
        margin: auto!important
    }
    .bootstrap-scope .mt-xl-auto, .bootstrap-scope .my-xl-auto {
        margin-top: auto!important
    }
    .bootstrap-scope .mr-xl-auto, .bootstrap-scope .mx-xl-auto {
        margin-right: auto!important
    }
    .bootstrap-scope .mb-xl-auto, .bootstrap-scope .my-xl-auto {
        margin-bottom: auto!important
    }
    .bootstrap-scope .ml-xl-auto, .bootstrap-scope .mx-xl-auto {
        margin-left: auto!important
    }
}
.bootstrap-scope .stretched-link:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}
.bootstrap-scope .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace!important
}
.bootstrap-scope .text-justify {
    text-align: justify!important
}
.bootstrap-scope .text-wrap {
    white-space: normal!important
}
.bootstrap-scope .text-nowrap {
    white-space: nowrap!important
}
.bootstrap-scope .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.bootstrap-scope .text-left {
    text-align: left!important
}
.bootstrap-scope .text-right {
    text-align: right!important
}
.bootstrap-scope .text-center {
    text-align: center!important
}
@media (min-width:576px) {
    .bootstrap-scope .text-sm-left {
        text-align: left!important
    }
    .bootstrap-scope .text-sm-right {
        text-align: right!important
    }
    .bootstrap-scope .text-sm-center {
        text-align: center!important
    }
}
@media (min-width:768px) {
    .bootstrap-scope .text-md-left {
        text-align: left!important
    }
    .bootstrap-scope .text-md-right {
        text-align: right!important
    }
    .bootstrap-scope .text-md-center {
        text-align: center!important
    }
}
@media (min-width:992px) {
    .bootstrap-scope .text-lg-left {
        text-align: left!important
    }
    .bootstrap-scope .text-lg-right {
        text-align: right!important
    }
    .bootstrap-scope .text-lg-center {
        text-align: center!important
    }
}
@media (min-width:1200px) {
    .bootstrap-scope .text-xl-left {
        text-align: left!important
    }
    .bootstrap-scope .text-xl-right {
        text-align: right!important
    }
    .bootstrap-scope .text-xl-center {
        text-align: center!important
    }
}
.bootstrap-scope .text-lowercase {
    text-transform: lowercase!important
}
.bootstrap-scope .text-uppercase {
    text-transform: uppercase!important
}
.bootstrap-scope .text-capitalize {
    text-transform: capitalize!important
}
.bootstrap-scope .font-weight-light {
    font-weight: 300!important
}
.bootstrap-scope .font-weight-lighter {
    font-weight: lighter!important
}
.bootstrap-scope .font-weight-normal {
    font-weight: 400!important
}
.bootstrap-scope .font-weight-bold {
    font-weight: 700!important
}
.bootstrap-scope .font-weight-bolder {
    font-weight: bolder!important
}
.bootstrap-scope .font-italic {
    font-style: italic!important
}
.bootstrap-scope .text-white {
    color: #fff!important
}
.bootstrap-scope .text-primary {
    color: #007bff!important
}
.bootstrap-scope a.text-primary:focus, .bootstrap-scope a.text-primary:hover {
    color: #0056b3!important
}
.bootstrap-scope .text-secondary {
    color: #6c757d!important
}
.bootstrap-scope a.text-secondary:focus, .bootstrap-scope a.text-secondary:hover {
    color: #494f54!important
}
.bootstrap-scope .text-success {
    color: #28a745!important
}
.bootstrap-scope a.text-success:focus, .bootstrap-scope a.text-success:hover {
    color: #19692c!important
}
.bootstrap-scope .text-info {
    color: #17a2b8!important
}
.bootstrap-scope a.text-info:focus, .bootstrap-scope a.text-info:hover {
    color: #0f6674!important
}
.bootstrap-scope .text-warning {
    color: #ffc107!important
}
.bootstrap-scope a.text-warning:focus, .bootstrap-scope a.text-warning:hover {
    color: #ba8b00!important
}
.bootstrap-scope .text-danger {
    color: #dc3545!important
}
.bootstrap-scope a.text-danger:focus, .bootstrap-scope a.text-danger:hover {
    color: #a71d2a!important
}
.bootstrap-scope .text-light {
    color: #f8f9fa!important
}
.bootstrap-scope a.text-light:focus, .bootstrap-scope a.text-light:hover {
    color: #cbd3da!important
}
.bootstrap-scope .text-dark {
    color: #343a40!important
}
.bootstrap-scope a.text-dark:focus, .bootstrap-scope a.text-dark:hover {
    color: #121416!important
}
.bootstrap-scope .text-body {
    color: #212529!important
}
.bootstrap-scope .text-muted {
    color: #6c757d!important
}
.bootstrap-scope .text-black-50 {
    color: rgba(0, 0, 0, .5)!important
}
.bootstrap-scope .text-white-50 {
    color: hsla(0, 0%, 100%, .5)!important
}
.bootstrap-scope .text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}
.bootstrap-scope .text-decoration-none {
    text-decoration: none!important
}
.bootstrap-scope .text-break {
    word-wrap: break-word!important;
    word-break: break-word!important
}
.bootstrap-scope .text-reset {
    color: inherit!important
}
.bootstrap-scope .visible {
    visibility: visible!important
}
.bootstrap-scope .invisible {
    visibility: hidden!important
}
@media print {
    .bootstrap-scope *, .bootstrap-scope :after, .bootstrap-scope :before {
        box-shadow: none!important;
        text-shadow: none!important
    }
    .bootstrap-scope a:not(.btn) {
        text-decoration: underline
    }
    .bootstrap-scope abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .bootstrap-scope pre {
        white-space: pre-wrap!important
    }
    .bootstrap-scope blockquote, .bootstrap-scope pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    .bootstrap-scope thead {
        display: table-header-group
    }
    .bootstrap-scope img, .bootstrap-scope tr {
        page-break-inside: avoid
    }
    .bootstrap-scope h2, .bootstrap-scope h3, .bootstrap-scope p {
        orphans: 3;
        widows: 3
    }
    .bootstrap-scope h2, .bootstrap-scope h3 {
        page-break-after: avoid
    }
    @page {
        .bootstrap-scope {
            size: a3
        }
    }
    .bootstrap-scope .container, .bootstrap-scope body {
        min-width: 992px!important
    }
    .bootstrap-scope .navbar {
        display: none
    }
    .bootstrap-scope .badge {
        border: 1px solid #000
    }
    .bootstrap-scope .table {
        border-collapse: collapse!important
    }
    .bootstrap-scope .table td, .bootstrap-scope .table th {
        background-color: #fff!important
    }
    .bootstrap-scope .table-bordered td, .bootstrap-scope .table-bordered th {
        border: 1px solid #dee2e6!important
    }
    .bootstrap-scope .table-dark {
        color: inherit
    }
    .bootstrap-scope .table-dark tbody+tbody, .bootstrap-scope .table-dark td, .bootstrap-scope .table-dark th, .bootstrap-scope .table-dark thead th {
        border-color: #dee2e6
    }
    .bootstrap-scope .table .thead-dark th {
        border-color: #dee2e6;
        color: inherit
    }
}
.vh-100 {
    height: 100vh!important
}
.vh-75 {
    height: 75vh!important
}
@font-face {
    font-family: Material Icons;
    font-style: normal;
    font-weight: 400;
    src: url(/custom/react-interface/assets/4674f8ded773cb03e824.eot);
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(/custom/react-interface/assets/cff684e59ffb052d72cb.woff2) format("woff2"), url(/custom/react-interface/assets/83bebaf37c09c7e1c3ee.woff) format("woff"), url(/custom/react-interface/assets/5e7382c63da0098d634a.ttf) format("truetype")
}
.material-icons {
    word-wrap: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    direction: ltr;
    display: inline-block;
    font-family: Material Icons;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap
}
body.react-confirm-alert-body-element {
    overflow: hidden
}
.react-confirm-alert-blur {
    filter: url(#gaussian-blur);
    filter: blur(2px);
    -webkit-filter: blur(2px)
}
.react-confirm-alert-overlay {
    -ms-align-items: center;
    align-items: center;
    -webkit-animation: react-confirm-alert-fadeIn .5s .2s forwards;
    -moz-animation: react-confirm-alert-fadeIn .5s .2s forwards;
    -o-animation: react-confirm-alert-fadeIn .5s .2s forwards;
    animation: react-confirm-alert-fadeIn .5s .2s forwards;
    background: hsla(0, 0%, 100%, .9);
    bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99
}
.react-confirm-alert-body {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 75px rgba(0, 0, 0, .13);
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    padding: 30px;
    text-align: left;
    width: 400px
}
.react-confirm-alert-svg {
    left: 0;
    position: absolute;
    top: 0
}
.react-confirm-alert-body>h1 {
    margin-top: 0
}
.react-confirm-alert-body>h3 {
    font-size: 16px;
    margin: 0
}
.react-confirm-alert-button-group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px
}
.react-confirm-alert-button-group>button {
    background: #333;
    border: none;
    border-radius: 5px;
    color: #eee;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    outline: none;
    padding: 6px 18px
}
@-webkit-keyframes react-confirm-alert-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-moz-keyframes react-confirm-alert-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-o-keyframes react-confirm-alert-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes react-confirm-alert-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.bootstrap-scope .material-icons, .bootstrap-scope .material-icons[class*=icon-]:before {
    font-family: Material Icons!important
}
.bootstrap-scope .chat-icon {
    background: url(/custom/react-interface/assets/bf1bd47d0277b2219658.svg) no-repeat;
    background-size: contain;
    display: block;
    height: 250px;
    width: 250px
}
.bootstrap-scope .scroll {
    scrollbar-color: #cfcfcf #f0f0f0;
    scrollbar-width: thin
}
.bootstrap-scope .scroll::-webkit-scrollbar {
    width: 6px
}
.bootstrap-scope .scroll::-webkit-scrollbar-track {
    background-color: #f0f0f0
}
.bootstrap-scope .scroll::-webkit-scrollbar-thumb {
    background-color: #cfcfcf
}
.bootstrap-scope .top-0 {
    top: 0!important
}
.bootstrap-scope .right-0 {
    right: 0!important
}
.bootstrap-scope .bottom-0 {
    bottom: 0!important
}
.bootstrap-scope .left-0 {
    left: 0!important
}
.bootstrap-scope .cursor-pointer {
    cursor: pointer
}
.bootstrap-scope .material-icons.md-18 {
    font-size: 18px
}
.bootstrap-scope .material-icons.md-24 {
    font-size: 24px
}
.bootstrap-scope .material-icons.md-36 {
    font-size: 36px
}
.bootstrap-scope .material-icons.md-48 {
    font-size: 48px
}
.bootstrap-scope .square-1 {
    height: .5rem;
    width: .5rem
}
.bootstrap-scope .square-2 {
    height: 1rem;
    width: 1rem
}
.bootstrap-scope .square-3 {
    height: 1.5rem;
    width: 1.5rem
}
.bootstrap-scope .square-4 {
    height: 2rem;
    width: 2rem
}
.bootstrap-scope .square-5 {
    height: 2.5rem;
    width: 2.5rem
}
.bootstrap-scope .square-6 {
    height: 3rem;
    width: 3rem
}
@media (min-width:576px) {
    .bootstrap-scope .square-1--sm {
        height: .5rem;
        width: .5rem
    }
    .bootstrap-scope .square-2--sm {
        height: 1rem;
        width: 1rem
    }
    .bootstrap-scope .square-3--sm {
        height: 1.5rem;
        width: 1.5rem
    }
    .bootstrap-scope .square-4--sm {
        height: 2rem;
        width: 2rem
    }
    .bootstrap-scope .square-5--sm {
        height: 2.5rem;
        width: 2.5rem
    }
    .bootstrap-scope .square-6--sm {
        height: 3rem;
        width: 3rem
    }
}
@media (min-width:768px) {
    .bootstrap-scope .square-1--md {
        height: .5rem;
        width: .5rem
    }
    .bootstrap-scope .square-2--md {
        height: 1rem;
        width: 1rem
    }
    .bootstrap-scope .square-3--md {
        height: 1.5rem;
        width: 1.5rem
    }
    .bootstrap-scope .square-4--md {
        height: 2rem;
        width: 2rem
    }
    .bootstrap-scope .square-5--md {
        height: 2.5rem;
        width: 2.5rem
    }
    .bootstrap-scope .square-6--md {
        height: 3rem;
        width: 3rem
    }
}
@media (min-width:992px) {
    .bootstrap-scope .square-1--lg {
        height: .5rem;
        width: .5rem
    }
    .bootstrap-scope .square-2--lg {
        height: 1rem;
        width: 1rem
    }
    .bootstrap-scope .square-3--lg {
        height: 1.5rem;
        width: 1.5rem
    }
    .bootstrap-scope .square-4--lg {
        height: 2rem;
        width: 2rem
    }
    .bootstrap-scope .square-5--lg {
        height: 2.5rem;
        width: 2.5rem
    }
    .bootstrap-scope .square-6--lg {
        height: 3rem;
        width: 3rem
    }
}
@media (min-width:1200px) {
    .bootstrap-scope .square-1--xl {
        height: .5rem;
        width: .5rem
    }
    .bootstrap-scope .square-2--xl {
        height: 1rem;
        width: 1rem
    }
    .bootstrap-scope .square-3--xl {
        height: 1.5rem;
        width: 1.5rem
    }
    .bootstrap-scope .square-4--xl {
        height: 2rem;
        width: 2rem
    }
    .bootstrap-scope .square-5--xl {
        height: 2.5rem;
        width: 2.5rem
    }
    .bootstrap-scope .square-6--xl {
        height: 3rem;
        width: 3rem
    }
}
.bootstrap-scope .chat-instance {
    position: relative
}
.bootstrap-scope .wrapper-chat:not(.active):after {
    background: rgba(0, 0, 0, .1);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}
.bootstrap-scope .chat-main .channel-list {
    animation: slide_in_left .5s ease-in;
    width: 100%
}
.bootstrap-scope .chat-main .chat-channel {
    animation: fade_out .5s ease-out;
    display: none
}
.bootstrap-scope .chat-main.active-channel .channel-list {
    animation: slide_out_left .5s ease-out;
    visibility: hidden;
    width: 0
}
.bootstrap-scope .chat-main.active-channel .chat-channel {
    animation: fade_in .5s ease-in;
    display: block;
    width: 100%
}
.bootstrap-scope .chat-main.active-channel .channel-list+.chat-channel .close-channel {
    display: block!important
}
@keyframes slide_out_left {
    0% {
        opacity: 1;
        width: 100%
    }
    to {
        opacity: 0;
        transform: translate(-100%)
    }
}
@keyframes slide_in_left {
    0% {
        opacity: 0;
        transform: translate(-100%)
    }
    to {
        opacity: 1;
        width: 100%
    }
}
@media (min-width:768px) {
/*mobile mode for vector-chat(rafriedl)*/
/*     .bootstrap-scope .chat-main .channel-list, .bootstrap-scope .chat-main.active-channel .channel-list {
        animation: none;
        flex: 0 0 35%;
        visibility: visible
    }
    .bootstrap-scope .chat-main .chat-channel, .bootstrap-scope .chat-main.active-channel .chat-channel {
        animation: none;
        display: block;
        flex-grow: 1
    }
    .bootstrap-scope .chat-main.active-channel .channel-list+.chat-channel .close-channel {
        display: none!important
    }*/
}
@media (min-width:992px) {
/*    .bootstrap-scope .chat-main .channel-list, .bootstrap-scope .chat-main.active-channel .channel-list {
        animation: none;
        flex: 0 0 30%;
        visibility: visible
    }
}
@media (min-width:1200px) {
    .bootstrap-scope .chat-main .channel-list, .bootstrap-scope .chat-main.active-channel .channel-list {
        animation: none;
        flex: 0 0 25%;
        visibility: visible
    }*/
}
.bootstrap-scope .message {
    border-radius: 1rem 1rem 1rem 0
}
.bootstrap-scope .message.message-owner {
    background-color: #99bdff;
    border-radius: 1rem 1rem 0 1rem
}
.bootstrap-scope .message .action-link-icon {
    font-size: small;
    margin-left: .25rem
}
.bootstrap-scope .message .action-link-icon:before {
    color: #4169e1;
    content: "open_in_new";
    margin-right: .5rem
}
.bootstrap-scope .day-wrapper:last-child {
    padding-bottom: 1.5rem
}
.bootstrap-scope .chat-message .wrapper-card {
    display: flex;
    flex-direction: column
}
.bootstrap-scope .chat-message .wrapper-card .owner-name {
    margin: .45rem 0 0;
    order: 1
}
.bootstrap-scope .chat-message[data-action-type=meeting_propose] .message-action-icon:before {
    color: gray;
    content: "notifications_none";
    margin-right: .5rem
}
.bootstrap-scope .chat-message[data-action-type=meeting_accept] .message-action-icon:before {
    color: gray;
    content: "done";
    margin-right: .5rem
}
.bootstrap-scope .chat-message[data-action-type=meeting_decline] .message-action-icon:before {
    color: gray;
    content: "do_not_disturb_alt";
    margin-right: .5rem
}
.bootstrap-scope .chat-message .message-avatar {
    align-items: flex-end;
    display: flex;
    justify-content: center
}
.bootstrap-scope .chat-message .message-error .message-action .message-retry i:before {
    content: "replay"
}
.bootstrap-scope .chat-message .message-error .message-action .message-remove i:before {
    content: "cancel"
}
@media (min-width:768px) {
    .bootstrap-scope .chat-message .wrapper-card {
        max-width: 85%
    }
}
@media (min-width:992px) {
    .bootstrap-scope .chat-message .wrapper-card {
        max-width: 80%
    }
}
.bootstrap-scope .channel-wrapper[data-lead-management="1"]>* {
    width: 50%
}
.bootstrap-scope .chat-footer textarea {
    resize: none
}
.bootstrap-scope .skeleton-last-message {
    animation: shine 1s infinite;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .5) 50%, hsla(0, 0%, 100%, 0) 80%), #e2e8f0;
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: 50px 500px;
    border-radius: 3px;
    display: block;
    height: 1.25rem;
    width: 100%
}
@keyframes shine {
    to {
        background-position: 100% 0, 0 0
    }
}
.bootstrap-scope .avatar {
    background-color: #e2e8f0;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    position: relative
}
.bootstrap-scope .avatar-img {
    display: block;
    height: 100%;
    width: 100%
}
.bootstrap-scope .avatar-icon, .bootstrap-scope .avatar-initials {
    color: #6c757d;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0)
}
.bootstrap-scope .avatar-fallback {
    background: url(/custom/react-interface/assets/d821428d0d6c3020eb37.png) no-repeat;
    background-color: #e2e8f0;
    background-size: contain;
    display: block;
    height: 100%;
    width: 100%
}
.bootstrap-scope .badge-wrapper>.badge-anchor {
    align-items: center;
    display: flex;
    height: .75rem;
    justify-content: center;
    right: 14%;
    top: 14%;
    transform: scale(1) translate(50%, -50%);
    width: .75rem
}
.bootstrap-scope .badge-wrapper>.badge-anchor span {
    font-size: 1rem
}
.bootstrap-scope .badge-offline {
    background-color: #fff
}
.bootstrap-scope .badge-offline span {
    color: #ccc
}
.bootstrap-scope .card-skeleton {
    display: flex;
    height: 80px;
    width: 220px
}
.bootstrap-scope .card-skeleton .card-avatar {
    animation: shine-avatar 1.6s linear infinite;
    background-color: #ccc;
    background-image: linear-gradient(90deg, #ddd, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    border-radius: 50%;
    height: 48px;
    margin: 8px;
    width: 48px
}
.bootstrap-scope .card-skeleton .card-details {
    display: flex;
    flex-direction: column
}
.bootstrap-scope .card-skeleton .card-details .card-line {
    animation: shine-lines 1.6s linear infinite;
    background-image: linear-gradient(90deg, #ddd, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    border-radius: 7px;
    height: 16px;
    margin-top: 12px;
    width: 140px
}
.bootstrap-scope .card-skeleton .card-details .card-line:first-child {
    width: 100px
}
@keyframes shine-lines {
    0% {
        background-position: -100px
    }
    40%, to {
        background-position: 140px
    }
}
@keyframes shine-avatar {
    0% {
        background-position: -32px
    }
    40%, to {
        background-position: 208px
    }
}
.bootstrap-scope .spinner-typing>.spinner-element {
    -webkit-animation: sk-bouncedelay 1.4s ease-in-out infinite both;
    animation: sk-bouncedelay 1.4s ease-in-out infinite both;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    height: 10px;
    margin-right: 6px;
    width: 10px
}
.bootstrap-scope .spinner-typing>.spinner-element:first-child {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}
.bootstrap-scope .spinner-typing>.spinner-element:nth-child(2) {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}
.bootstrap-scope .spinner-typing>.spinner-element:nth-child(n+4) {
    display: none
}
@-webkit-keyframes sk-bouncedelay {
    0%, 80%, to {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}
@keyframes sk-bouncedelay {
    0%, 80%, to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.bootstrap-scope .spinner-border-xs {
    border-width: .2em;
    height: .6rem;
    width: .6rem
}
.bootstrap-scope .sidebar {
    background-color: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .24);
    height: 100%;
    position: absolute;
    transition: transform .3s ease-in-out;
    z-index: 5
}
.bootstrap-scope .sidebar-left {
    left: 0;
    transform: translate(-100%)
}
.bootstrap-scope .sidebar-right {
    right: 0;
    transform: translate(100%)
}
.bootstrap-scope .sidebar.show {
    transform: translate(0)
}
.bootstrap-scope .sidebar .btn-close {
    align-items: center;
    border-radius: 50%;
    color: #6b7280;
    cursor: pointer;
    display: flex;
    height: 2rem;
    justify-content: center;
    left: 0;
    margin: .5rem;
    padding: 0;
    position: absolute;
    top: 0;
    width: 2rem
}
.bootstrap-scope .sidebar .btn-close span {
    font-size: 1.5rem
}
.bootstrap-scope .sidebar .btn-close span.icon-close:before {
    content: "keyboard_arrow_left"
}
.bootstrap-scope .sidebar .btn-close span.icon-close.icon-right:before {
    content: "keyboard_arrow_right"
}
.bootstrap-scope .sidebar-enter {
    opacity: 0
}
.bootstrap-scope .sidebar-enter-active {
    opacity: 1
}
.bootstrap-scope .sidebar-enter-done {
    transform: translateX(0)
}
.bootstrap-scope .sidebar-exit-active {
    opacity: 1
}
.bootstrap-scope .sidebar-exit-done {
    opacity: 0
}
.bootstrap-scope .sidebar .sidebar-header {
    padding: .5rem
}
.bootstrap-scope .dropdown-target {
    cursor: pointer
}
.bootstrap-scope .dropdown-menu:empty {
    display: none
}
.bootstrap-scope .tab__nav .tab__item[data-tab=chats] .tab__icon:before {
    content: "chat"
}
.bootstrap-scope .tab__nav .tab__item[data-tab=moderated] .tab__icon:before {
    content: "room_service"
}
.bootstrap-scope .tab__panel {
    display: none;
    position: relative
}
.bootstrap-scope .tab__panel.active {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: auto
}
.bootstrap-scope .tab__panel button[data-for=chats] i:before {
    content: "person_add"
}
.bootstrap-scope .tab__panel button[data-for=moderated] i:before {
    content: "playlist_add"
}
.bootstrap-scope .list-nested {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: auto
}
.bootstrap-scope .list-nested>* {
    margin-bottom: .5rem
}
.bootstrap-scope .list-nested .list-nested__header {
    min-height: 2rem;
    padding: 0 .5rem
}
.bootstrap-scope .list-nested .list-nested__loading {
    margin: 0;
    min-height: 1.5rem
}
.bootstrap-scope .list-nested .list-nested__search-list {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: auto
}
.bootstrap-scope .list-nested .list-nested__body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative
}
.bootstrap-scope .list-nested .list-nested__body ul {
    animation: fade_out 1s ease-in-out;
    height: 100%;
    padding-bottom: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%);
    transition: all 1s;
    width: 100%
}
.bootstrap-scope .list-nested .list-nested__body ul.selected {
    left: 0;
    transform: translate(-100%)
}
.bootstrap-scope .list-nested .list-nested__body ul.active {
    animation: fade_in 1s ease-in-out;
    transform: translate(0)
}
.bootstrap-scope .list-group-item {
    cursor: pointer
}
.bootstrap-scope .list-group-item.selected, .bootstrap-scope .list-group-item:hover {
    background-color: #f0f3f4
}
.Toastify__toast-container {
    box-sizing: border-box;
    color: #fff;
    padding: 4px;
    position: fixed;
    -webkit-transform: translateZ(9999px);
    width: 320px;
    z-index: 9999
}
.Toastify__toast-container--top-left {
    left: 1em;
    top: 1em
}
.Toastify__toast-container--top-center {
    left: 50%;
    top: 1em;
    transform: translateX(-50%)
}
.Toastify__toast-container--top-right {
    right: 1em;
    top: 1em
}
.Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em
}
.Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%)
}
.Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em
}
@media only screen and (max-width:480px) {
    .Toastify__toast-container {
        left: 0;
        margin: 0;
        padding: 0;
        width: 100vw
    }
    .Toastify__toast-container--top-center, .Toastify__toast-container--top-left, .Toastify__toast-container--top-right {
        top: 0;
        transform: translateX(0)
    }
    .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-right {
        bottom: 0;
        transform: translateX(0)
    }
    .Toastify__toast-container--rtl {
        left: auto;
        right: 0
    }
}
.Toastify__toast {
    border-radius: 1px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1), 0 2px 15px 0 rgba(0, 0, 0, .05);
    box-sizing: border-box;
    cursor: pointer;
    direction: ltr;
    display: flex;
    font-family: sans-serif;
    justify-content: space-between;
    margin-bottom: 1rem;
    max-height: 800px;
    min-height: 64px;
    overflow: hidden;
    padding: 8px;
    position: relative
}
.Toastify__toast--rtl {
    direction: rtl
}
.Toastify__toast--dark {
    background: #121212;
    color: #fff
}
.Toastify__toast--default {
    background: #fff;
    color: #aaa
}
.Toastify__toast--info {
    background: #3498db
}
.Toastify__toast--success {
    background: #07bc0c
}
.Toastify__toast--warning {
    background: #f1c40f
}
.Toastify__toast--error {
    background: #e74c3c
}
.Toastify__toast-body {
    flex: 1 1 auto;
    margin: auto 0
}
@media only screen and (max-width:480px) {
    .Toastify__toast {
        margin-bottom: 0
    }
}
.Toastify__close-button {
    align-self: flex-start;
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    opacity: .7;
    outline: none;
    padding: 0;
    transition: .3s ease
}
.Toastify__close-button--default {
    color: #000;
    opacity: .3
}
.Toastify__close-button>svg {
    fill: currentColor;
    height: 16px;
    width: 14px
}
.Toastify__close-button:focus, .Toastify__close-button:hover {
    opacity: 1
}
@keyframes Toastify__trackProgress {
    0% {
        transform: scaleX(1)
    }
    to {
        transform: scaleX(0)
    }
}
.Toastify__progress-bar {
    background-color: hsla(0, 0%, 100%, .7);
    bottom: 0;
    height: 5px;
    left: 0;
    opacity: .7;
    position: absolute;
    transform-origin: left;
    width: 100%;
    z-index: 9999
}
.Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards
}
.Toastify__progress-bar--controlled {
    transition: transform .2s
}
.Toastify__progress-bar--rtl {
    left: auto;
    right: 0;
    transform-origin: right
}
.Toastify__progress-bar--default {
    background: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55)
}
.Toastify__progress-bar--dark {
    background: #bb86fc
}
@keyframes Toastify__bounceInRight {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}
@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}
@keyframes Toastify__bounceInLeft {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}
@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}
@keyframes Toastify__bounceInUp {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translateZ(0)
    }
}
@keyframes Toastify__bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}
@keyframes Toastify__bounceInDown {
    0%, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}
@keyframes Toastify__bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}
.Toastify__bounce-enter--bottom-left, .Toastify__bounce-enter--top-left {
    animation-name: Toastify__bounceInLeft
}
.Toastify__bounce-enter--bottom-right, .Toastify__bounce-enter--top-right {
    animation-name: Toastify__bounceInRight
}
.Toastify__bounce-enter--top-center {
    animation-name: Toastify__bounceInDown
}
.Toastify__bounce-enter--bottom-center {
    animation-name: Toastify__bounceInUp
}
.Toastify__bounce-exit--bottom-left, .Toastify__bounce-exit--top-left {
    animation-name: Toastify__bounceOutLeft
}
.Toastify__bounce-exit--bottom-right, .Toastify__bounce-exit--top-right {
    animation-name: Toastify__bounceOutRight
}
.Toastify__bounce-exit--top-center {
    animation-name: Toastify__bounceOutUp
}
.Toastify__bounce-exit--bottom-center {
    animation-name: Toastify__bounceOutDown
}
@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}
@keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}
.Toastify__zoom-enter {
    animation-name: Toastify__zoomIn
}
.Toastify__zoom-exit {
    animation-name: Toastify__zoomOut
}
@keyframes Toastify__flipIn {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        opacity: 1;
        transform: perspective(400px) rotateX(10deg)
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}
@keyframes Toastify__flipOut {
    0% {
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg)
    }
    to {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg)
    }
}
.Toastify__flip-enter {
    animation-name: Toastify__flipIn
}
.Toastify__flip-exit {
    animation-name: Toastify__flipOut
}
@keyframes Toastify__slideInRight {
    0% {
        transform: translate3d(110%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}
@keyframes Toastify__slideInLeft {
    0% {
        transform: translate3d(-110%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}
@keyframes Toastify__slideInUp {
    0% {
        transform: translate3d(0, 110%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}
@keyframes Toastify__slideInDown {
    0% {
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}
@keyframes Toastify__slideOutRight {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(110%, 0, 0);
        visibility: hidden
    }
}
@keyframes Toastify__slideOutLeft {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(-110%, 0, 0);
        visibility: hidden
    }
}
@keyframes Toastify__slideOutDown {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(0, 500px, 0);
        visibility: hidden
    }
}
@keyframes Toastify__slideOutUp {
    0% {
        transform: translateZ(0)
    }
    to {
        transform: translate3d(0, -500px, 0);
        visibility: hidden
    }
}
.Toastify__slide-enter--bottom-left, .Toastify__slide-enter--top-left {
    animation-name: Toastify__slideInLeft
}
.Toastify__slide-enter--bottom-right, .Toastify__slide-enter--top-right {
    animation-name: Toastify__slideInRight
}
.Toastify__slide-enter--top-center {
    animation-name: Toastify__slideInDown
}
.Toastify__slide-enter--bottom-center {
    animation-name: Toastify__slideInUp
}
.Toastify__slide-exit--bottom-left, .Toastify__slide-exit--top-left {
    animation-name: Toastify__slideOutLeft
}
.Toastify__slide-exit--bottom-right, .Toastify__slide-exit--top-right {
    animation-name: Toastify__slideOutRight
}
.Toastify__slide-exit--top-center {
    animation-name: Toastify__slideOutUp
}
.Toastify__slide-exit--bottom-center {
    animation-name: Toastify__slideOutDown
}
.bootstrap-scope .badge-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}
.bootstrap-scope .feedback-badge {
    align-content: center;
    background-color: hsla(0, 0%, 100%, .2);
    border-radius: 10px;
    box-shadow: 0 1px #ccc;
    color: #d3d3d3;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: .75rem;
    font-weight: 500;
    height: 20px;
    line-height: 1;
    min-width: 20px;
    padding: 0 4px;
    right: 0;
    transform: scale(1) translate(50%, -50%);
    transform-origin: 100% 0;
    z-index: 1
}
.bootstrap-scope .feedback-badge, .bootstrap-scope .overlay {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0
}
.bootstrap-scope .overlay {
    background-color: rgba(11, 18, 27, .3);
    left: 0;
    z-index: 10
}
.bootstrap-scope .overlay-active {
    height: 100%;
    width: 100%
}
.bootstrap-scope .overlay.overlay-feedback.overlay-timer {
    background-color: rgba(253, 55, 60, .5)
}
.bootstrap-scope .overlay-content {
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px #000
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .7);
        transform: scale(.95)
    }
    70% {
        box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0);
        transform: scale(1)
    }
    to {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
        transform: scale(.95)
    }
}
.bootstrap-scope .timer {
    position: relative
}
.bootstrap-scope .timer:before {
    animation: pulse 1s infinite;
    border-radius: 50%;
    content: "";
    height: 1rem;
    left: 0;
    position: absolute;
    top: 0;
    vertical-align: center;
    width: 1rem
}
.bootstrap-scope .feedback-button-display-area-wrapper .Toastify[id^=feedback-notify-] {
    pointer-events: auto
}
.bootstrap-scope .feedback-button-display-area-wrapper .Toastify[id^=feedback-notify-] .Toastify__toast-container {
    left: 0;
    right: 0;
    top: 0
}
@keyframes fade_out {
    0% {
        opacity: 1
    }
    to {
        opacity: 1
    }
}
@keyframes bounce_in {
    0% {
        opacity: 0;
        transform: scale(.1)
    }
    60% {
        opacity: 1;
        transform: scale(1.2)
    }
    to {
        transform: scale(1)
    }
}
.bootstrap-scope .button-small {
    height: 2.25rem;
    width: 2.25rem
}
.bootstrap-scope .button-medium {
    height: 3rem;
    width: 3rem
}
.bootstrap-scope .button-large {
    height: 3.5rem;
    width: 3.5rem
}
.bootstrap-scope .button.button-feedback {
    background-color: transparent;
    border: 1px solid #f8f9fa;
    border-radius: 50%;
    height: 2.25rem;
    margin: .25rem;
    padding: .5rem;
    width: 2.25rem
}
.bootstrap-scope .button.button-feedback:hover {
    background-color: hsla(0, 0%, 50%, .2)
}
.bootstrap-scope .floating-button {
    background-color: transparent;
    bottom: 0;
    display: flex;
    flex-direction: row;
    padding: .5rem;
    right: 0
}
.bootstrap-scope .floating-button .floating-button-items {
    align-items: center;
    animation: fade_out 1s ease-out;
    display: flex;
    flex-direction: row;
    margin: 0 .25rem
}
.bootstrap-scope .floating-button .floating-button-items>* {
    margin: .25rem
}
.bootstrap-scope .floating-button .floating-button-main {
    align-items: center;
    display: flex;
    padding: 0 .25rem
}
.bootstrap-scope .floating-button .floating-button-main:active {
    transform: translatey(2px)
}
.bootstrap-scope .floating-button .floating-button-main button {
    align-items: center;
    background-color: transparent;
    border: 1px solid #f8f9fa;
    border-radius: 50%;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    color: rgba(0, 0, 0, .5);
    display: flex;
    height: 3.5rem;
    justify-content: center;
    padding: .5rem;
    width: 3.5rem
}
.bootstrap-scope .floating-button .floating-button-main button:hover {
    background-color: hsla(0, 0%, 50%, .2)
}
.bootstrap-scope .floating-button.floating-button-active .floating-button-items {
    animation: fade_in .5s ease-in
}
.bootstrap-scope .floating-button.floating-button-active .floating-button-items button {
    animation: bounce_in .5s ease-in
}
.bootstrap-scope .floating-button-display-bottom, .bootstrap-scope .floating-button-display-top {
    flex-direction: column
}
.bootstrap-scope .floating-button-display-bottom .floating-button-items, .bootstrap-scope .floating-button-display-top .floating-button-items {
    flex-direction: column;
    margin: .25rem 0
}
.bootstrap-scope .floating-button-display-bottom .floating-button-main, .bootstrap-scope .floating-button-display-top .floating-button-main {
    padding: .25rem 0
}
.bootstrap-scope .floating-button-display-bottom .floating-button-items, .bootstrap-scope .floating-button-display-right .floating-button-items {
    order: 1
}
.bootstrap-scope img.icon {
    display: inline-block;
    height: auto;
    width: 100%
}
.bootstrap-scope i.icon, .bootstrap-scope span.icon {
    display: inline-block;
    height: 100%;
    width: 100%
}
.bootstrap-scope .icon {
    background-color: transparent;
    background-image: url(/custom/react-interface/assets/e80a8294233f133a8388.svg);
    background-repeat: no-repeat;
    background-size: contain
}
.bootstrap-scope .icon.icon-clap {
    background-image: url(/custom/react-interface/assets/e4d75a5467d6b72e3bb6.svg)
}
.bootstrap-scope .icon.icon-thumbsup {
    background-image: url(/custom/react-interface/assets/37d2327ec8c2783f4283.svg)
}
.bootstrap-scope .icon.icon-grinningface {
    background-image: url(/custom/react-interface/assets/82df28d0b884c6edf60a.svg)
}
.bootstrap-scope .floating-bubble {
    bottom: 0;
    height: 2.25rem;
    position: absolute;
    width: 2.25rem
}
.bootstrap-scope .floating-bubble .bubble {
    display: block;
    height: calc(var(--bubble-size));
    width: calc(var(--bubble-size))
}
.bootstrap-scope .floating-bubble[data-state=repeated_feedback] .bubble {
    animation: repeated_feedback 1s ease-in
}
.bootstrap-scope .floating-bubble-enter {
    opacity: 0
}
.bootstrap-scope .floating-bubble-enter-done, .bootstrap-scope .floating-bubble-enter.floating-bubble-enter-active {
    bottom: 0;
    left: var(--floating-bubble-translate);
    opacity: 0
}
.bootstrap-scope .floating-bubble-enter-done {
    animation: floating-bubble-animation calc(var(--floating-bubble-duration)*8s) ease-in
}
.bootstrap-scope .floating-bubble-exit, .bootstrap-scope .floating-bubble-exit.floating-bubble-exit-active {
    opacity: 0
}
@keyframes floating-bubble-animation {
    0% {
        bottom: 0;
        left: var(--floating-bubble-translate);
        opacity: 0;
        transform: translateX(0)
    }
    25% {
        opacity: 1;
        transform: translateX(calc(var(--floating-bubble-dir-movement)*35px))
    }
    50% {
        transform: translateX(0)
    }
    75% {
        opacity: 1;
        transform: translateX(calc(var(--floating-bubble-dir-movement)*35px))
    }
    to {
        bottom: 100%;
        opacity: 0;
        transform: translateX(0)
    }
}
@keyframes fade_in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes repeated_feedback {
    0% {
        transform: scale(1)
    }
    25% {
        transform: scale(2)
    }
    40% {
        transform: scale(1)
    }
    60% {
        transform: scale(2)
    }
    to {
        transform: scale(1)
    }
}
.feedback-button-wrapper {
    background-color: transparent;
    display: inline-block
}
.feedback-button-display-area-wrapper {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 25%
}