html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    transition: color .3s ease
}

a:hover {
    transition: color .3s ease
}

a:focus-visible,
button:focus-visible,
.vjs-control,
.vjs-progress-control:hover {
    outline: none
}

img {
    max-width: 100%
}

.page-enter-active,
.page-leave-active {
    transition: opacity .5s
}

.page-enter,
.page-leave-to {
    opacity: 0
}

@media screen and (min-width: 992px) {
    #navBar .main-menu {
        margin-left: 0 !important
    }
}

@media screen and (min-width: 1024px) {
    #navBar .main-menu {
        margin-left: -8% !important
    }
}

@media screen and (min-width: 1600px) {
    .container-lg {
        max-width: 70% !important
    }

    #top-slider .movie__background__image {
        width: 99.8% !important
    }
}

/*!
* Bootstrap v4.6.2 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
    --blue: #1a93f6;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #ff6500;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #828282;
    --gray-dark: #343a40;
    --primary: #ff6500;
    --secondary: #1a93f6;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #1f1f1f;
    --dark-gray: #4a4a4a;
    --darken: #090909;
    --black: #000;
    --tpb-purple: #42236a;
    --breakpoint-xs: 0;
    --breakpoint-sm: 640px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1280px;
    --breakpoint-xxl: 1536px;
    --font-family-sans-serif: "SFProDisplay", Arial, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

body {
    margin: 0;
    font-family: "SFProDisplay", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.35;
    color: #fff;
    text-align: left;
    background-color: #000
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

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

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

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

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

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

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

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

dt {
    font-weight: 800
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #ff6500;
    text-decoration: none
}

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

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

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

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

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

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

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

h1,
.h1 {
    font-size: 2.1875rem
}

h2,
.h2 {
    font-size: 1.75rem
}

h3,
.h3 {
    font-size: 1.53125rem
}

h4,
.h4 {
    font-size: 1.3125rem
}

h5,
.h5 {
    font-size: 1.09375rem
}

h6,
.h6 {
    font-size: 0.875rem
}

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

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

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

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

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

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

small,
.small {
    font-size: 0.875em;
    font-weight: 400
}

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

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

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

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

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

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.09375rem
}

.blockquote-footer {
    display: block;
    font-size: 0.875em;
    color: #828282
}

.blockquote-footer::before {
    content: "— "
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #000;
    border: 1px solid #dee2e6;
    border-radius: .2rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

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

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .15rem
}

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

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

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

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 640px) {

    .container-sm,
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px
    }
}

@media(min-width: 1024px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px
    }
}

@media(min-width: 1280px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1180px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

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

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

.row-cols-1>* {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

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

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

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

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

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

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

@media(min-width: 640px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

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

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

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

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

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

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }
}

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

    .row-cols-md-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

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

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

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

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

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

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

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

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media(min-width: 1024px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

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

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

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

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

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

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media(min-width: 1280px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

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

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

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

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

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

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

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

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

@media(min-width: 1536px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xxl-1>* {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-xxl-1 {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

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

    .col-xxl-4 {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

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

    .col-xxl-7 {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

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

    .col-xxl-10 {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

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

    .order-xxl-first {
        order: -1
    }

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

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

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

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

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

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

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }
}

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

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

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

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

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

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

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .075)
}

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
    border-color: #ffaf7a
}

.table-hover .table-primary:hover {
    background-color: #ffc59f
}

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
    border-color: #88c7fa
}

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

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #8fd19e
}

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

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
    border-color: #86cfda
}

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

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #ffdf7e
}

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

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
    border-color: #ed969e
}

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

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
    border-color: #fbfcfc
}

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

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
    border-color: #8b8b8b
}

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

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

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

.table-dark-gray th,
.table-dark-gray td,
.table-dark-gray thead th,
.table-dark-gray tbody+tbody {
    border-color: #a1a1a1
}

.table-hover .table-dark-gray:hover {
    background-color: #bfbfbf
}

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

.table-darken,
.table-darken>th,
.table-darken>td {
    background-color: #bababa
}

.table-darken th,
.table-darken td,
.table-darken thead th,
.table-darken tbody+tbody {
    border-color: #7f7f7f
}

.table-hover .table-darken:hover {
    background-color: #adadad
}

.table-hover .table-darken:hover>td,
.table-hover .table-darken:hover>th {
    background-color: #adadad
}

.table-black,
.table-black>th,
.table-black>td {
    background-color: #b8b8b8
}

.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody+tbody {
    border-color: #7a7a7a
}

.table-hover .table-black:hover {
    background-color: #ababab
}

.table-hover .table-black:hover>td,
.table-hover .table-black:hover>th {
    background-color: #ababab
}

.table-tpb-purple,
.table-tpb-purple>th,
.table-tpb-purple>td {
    background-color: #cac1d5
}

.table-tpb-purple th,
.table-tpb-purple td,
.table-tpb-purple thead th,
.table-tpb-purple tbody+tbody {
    border-color: #9d8db2
}

.table-hover .table-tpb-purple:hover {
    background-color: #bdb2cb
}

.table-hover .table-tpb-purple:hover>td,
.table-hover .table-tpb-purple:hover>th {
    background-color: #bdb2cb
}

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

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

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

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

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

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

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55
}

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

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

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffb280;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 101, 0, .25)
}

.form-control::-moz-placeholder {
    color: #d2d2d2;
    opacity: 1
}

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

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

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

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

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

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

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

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

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .5rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.35;
    color: #fff;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

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

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

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

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

textarea.form-control {
    height: auto
}

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

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

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

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

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

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

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    color: #828282
}

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

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

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

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 0.875em;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: 0.765625rem;
    line-height: 1.35;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .2rem
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
    left: 5px
}

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

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

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

.was-validated select.form-control:valid,
select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.35em + 1rem);
    background-position: top calc(0.3375em + 0.25rem) right calc(0.3375em + 0.25rem)
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.5rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.675em + 0.5rem) calc(0.675em + 0.5rem) no-repeat
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
    left: 5px
}

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.35em + 1rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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-repeat: no-repeat;
    background-position: right calc(0.3375em + 0.25rem) center;
    background-size: calc(0.675em + 0.5rem) calc(0.675em + 0.5rem)
}

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

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.35em + 1rem);
    background-position: top calc(0.3375em + 0.25rem) right calc(0.3375em + 0.25rem)
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.5rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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(0.675em + 0.5rem) calc(0.675em + 0.5rem) no-repeat
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto
    }

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

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

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

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

.btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.35;
    border-radius: .2rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 101, 0, .25)
}

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

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

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

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

.btn-primary:hover {
    color: #fff;
    background-color: #d95600;
    border-color: #cc5100
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #d95600;
    border-color: #cc5100;
    box-shadow: 0 0 0 .2rem rgba(255, 124, 38, .5)
}

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

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cc5100;
    border-color: #bf4c00
}

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

.btn-secondary {
    color: #fff;
    background-color: #1a93f6;
    border-color: #1a93f6
}

.btn-secondary:hover {
    color: #fff;
    background-color: #0980e1;
    border-color: #0879d5
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #0980e1;
    border-color: #0879d5;
    box-shadow: 0 0 0 .2rem rgba(60, 163, 247, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #1a93f6;
    border-color: #1a93f6
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0879d5;
    border-color: #0872c8
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(60, 163, 247, .5)
}

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

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

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

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

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

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

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

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

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

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

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

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

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

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

.btn-warning:focus,
.btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

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

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

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

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

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

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

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

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

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

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

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

.btn-light:focus,
.btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

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

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

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

.btn-dark {
    color: #fff;
    background-color: #1f1f1f;
    border-color: #1f1f1f
}

.btn-dark:hover {
    color: #fff;
    background-color: #0c0c0c;
    border-color: #060606
}

.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #0c0c0c;
    border-color: #060606;
    box-shadow: 0 0 0 .2rem rgba(65, 65, 65, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #1f1f1f;
    border-color: #1f1f1f
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #060606;
    border-color: #000
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(65, 65, 65, .5)
}

.btn-dark-gray {
    color: #fff;
    background-color: #4a4a4a;
    border-color: #4a4a4a
}

.btn-dark-gray:hover {
    color: #fff;
    background-color: #373737;
    border-color: #313131
}

.btn-dark-gray:focus,
.btn-dark-gray.focus {
    color: #fff;
    background-color: #373737;
    border-color: #313131;
    box-shadow: 0 0 0 .2rem rgba(101, 101, 101, .5)
}

.btn-dark-gray.disabled,
.btn-dark-gray:disabled {
    color: #fff;
    background-color: #4a4a4a;
    border-color: #4a4a4a
}

.btn-dark-gray:not(:disabled):not(.disabled):active,
.btn-dark-gray:not(:disabled):not(.disabled).active,
.show>.btn-dark-gray.dropdown-toggle {
    color: #fff;
    background-color: #313131;
    border-color: #2a2a2a
}

.btn-dark-gray:not(:disabled):not(.disabled):active:focus,
.btn-dark-gray:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(101, 101, 101, .5)
}

.btn-darken {
    color: #fff;
    background-color: #090909;
    border-color: #090909
}

.btn-darken:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-darken:focus,
.btn-darken.focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 .2rem rgba(46, 46, 46, .5)
}

.btn-darken.disabled,
.btn-darken:disabled {
    color: #fff;
    background-color: #090909;
    border-color: #090909
}

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

.btn-darken:not(:disabled):not(.disabled):active:focus,
.btn-darken:not(:disabled):not(.disabled).active:focus,
.show>.btn-darken.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(46, 46, 46, .5)
}

.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-black:focus,
.btn-black.focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn-black.disabled,
.btn-black:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000
}

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

.btn-black:not(:disabled):not(.disabled):active:focus,
.btn-black:not(:disabled):not(.disabled).active:focus,
.show>.btn-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 38, 38, .5)
}

.btn-tpb-purple {
    color: #fff;
    background-color: #42236a;
    border-color: #42236a
}

.btn-tpb-purple:hover {
    color: #fff;
    background-color: #301a4d;
    border-color: #2a1644
}

.btn-tpb-purple:focus,
.btn-tpb-purple.focus {
    color: #fff;
    background-color: #301a4d;
    border-color: #2a1644;
    box-shadow: 0 0 0 .2rem rgba(94, 68, 128, .5)
}

.btn-tpb-purple.disabled,
.btn-tpb-purple:disabled {
    color: #fff;
    background-color: #42236a;
    border-color: #42236a
}

.btn-tpb-purple:not(:disabled):not(.disabled):active,
.btn-tpb-purple:not(:disabled):not(.disabled).active,
.show>.btn-tpb-purple.dropdown-toggle {
    color: #fff;
    background-color: #2a1644;
    border-color: #24133a
}

.btn-tpb-purple:not(:disabled):not(.disabled):active:focus,
.btn-tpb-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-tpb-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(94, 68, 128, .5)
}

.btn-outline-primary {
    color: #ff6500;
    border-color: #ff6500
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #ff6500;
    border-color: #ff6500
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 101, 0, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #ff6500;
    background-color: transparent
}

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

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 101, 0, .5)
}

.btn-outline-secondary {
    color: #1a93f6;
    border-color: #1a93f6
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #1a93f6;
    border-color: #1a93f6
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(26, 147, 246, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #1a93f6;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #1a93f6;
    border-color: #1a93f6
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(26, 147, 246, .5)
}

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

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

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

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

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

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

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

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

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

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

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

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

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

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

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

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

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

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

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

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #1f1f1f;
    border-color: #1f1f1f
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #1f1f1f;
    border-color: #1f1f1f
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(31, 31, 31, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #1f1f1f;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #1f1f1f;
    border-color: #1f1f1f
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(31, 31, 31, .5)
}

.btn-outline-dark-gray {
    color: #4a4a4a;
    border-color: #4a4a4a
}

.btn-outline-dark-gray:hover {
    color: #fff;
    background-color: #4a4a4a;
    border-color: #4a4a4a
}

.btn-outline-dark-gray:focus,
.btn-outline-dark-gray.focus {
    box-shadow: 0 0 0 .2rem rgba(74, 74, 74, .5)
}

.btn-outline-dark-gray.disabled,
.btn-outline-dark-gray:disabled {
    color: #4a4a4a;
    background-color: transparent
}

.btn-outline-dark-gray:not(:disabled):not(.disabled):active,
.btn-outline-dark-gray:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark-gray.dropdown-toggle {
    color: #fff;
    background-color: #4a4a4a;
    border-color: #4a4a4a
}

.btn-outline-dark-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark-gray:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(74, 74, 74, .5)
}

.btn-outline-darken {
    color: #090909;
    border-color: #090909
}

.btn-outline-darken:hover {
    color: #fff;
    background-color: #090909;
    border-color: #090909
}

.btn-outline-darken:focus,
.btn-outline-darken.focus {
    box-shadow: 0 0 0 .2rem rgba(9, 9, 9, .5)
}

.btn-outline-darken.disabled,
.btn-outline-darken:disabled {
    color: #090909;
    background-color: transparent
}

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

.btn-outline-darken:not(:disabled):not(.disabled):active:focus,
.btn-outline-darken:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-darken.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(9, 9, 9, .5)
}

.btn-outline-black {
    color: #000;
    border-color: #000
}

.btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-black:focus,
.btn-outline-black.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.btn-outline-black.disabled,
.btn-outline-black:disabled {
    color: #000;
    background-color: transparent
}

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

.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.btn-outline-black:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.btn-outline-tpb-purple {
    color: #42236a;
    border-color: #42236a
}

.btn-outline-tpb-purple:hover {
    color: #fff;
    background-color: #42236a;
    border-color: #42236a
}

.btn-outline-tpb-purple:focus,
.btn-outline-tpb-purple.focus {
    box-shadow: 0 0 0 .2rem rgba(66, 35, 106, .5)
}

.btn-outline-tpb-purple.disabled,
.btn-outline-tpb-purple:disabled {
    color: #42236a;
    background-color: transparent
}

.btn-outline-tpb-purple:not(:disabled):not(.disabled):active,
.btn-outline-tpb-purple:not(:disabled):not(.disabled).active,
.show>.btn-outline-tpb-purple.dropdown-toggle {
    color: #fff;
    background-color: #42236a;
    border-color: #42236a
}

.btn-outline-tpb-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-tpb-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-tpb-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(66, 35, 106, .5)
}

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

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

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

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

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

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem .75rem;
    font-size: 0.765625rem;
    line-height: 1.5;
    border-radius: .15rem
}

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

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

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

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

.collapsing.width {
    width: 0;
    height: auto;
    transition: width .35s ease
}

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

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

.dropdown-toggle {
    white-space: nowrap
}

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

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

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

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

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

@media(min-width: 640px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

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

@media(min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

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

@media(min-width: 1024px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

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

@media(min-width: 1280px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

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

@media(min-width: 1536px) {
    .dropdown-menu-xxl-left {
        right: auto;
        left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

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

.dropdown-item:hover,
.dropdown-item:focus {
    color: #ff6500;
    text-decoration: none;
    background-color: transparent
}

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

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

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

.dropdown-item-text {
    display: block;
    padding: .5rem 1.5rem;
    color: #fff
}

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

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

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

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

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

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

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

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

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

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

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

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

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

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

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-prepend,
.input-group-append {
    display: flex
}

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

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

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

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

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

.input-group-text {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.35;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .2rem
}

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

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

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

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

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

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

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

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

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 18.9;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 9.95rem;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ff6500;
    background-color: #ff6500
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(255, 101, 0, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #ffb280
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #ffd1b3;
    border-color: #ffd1b3
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
    color: #828282
}

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

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: 8.95rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label::after {
    position: absolute;
    top: 8.95rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat
}

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

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #ff6500;
    background-color: #ff6500
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 101, 0, .5)
}

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

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

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

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 101, 0, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(8.95rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(255, 101, 0, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.35em + 1rem + 2px);
    padding: .5rem 1.75rem .5rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.35;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #ffb280;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 101, 0, .25)
}

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

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

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

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: 0.765625rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.09375rem
}

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

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

.custom-file-input:focus~.custom-file-label {
    border-color: #ffb280;
    box-shadow: 0 0 0 .2rem rgba(255, 101, 0, .25)
}

.custom-file-input[disabled]~.custom-file-label,
.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

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

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.35em + 1rem + 2px);
    padding: .5rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.35;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .2rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.35em + 1rem);
    padding: .5rem .75rem;
    line-height: 1.35;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .2rem .2rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #000, 0 0 0 .2rem rgba(255, 101, 0, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #000, 0 0 0 .2rem rgba(255, 101, 0, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #000, 0 0 0 .2rem rgba(255, 101, 0, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #ff6500;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #ffd1b3
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ff6500;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #ffd1b3
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #ff6500;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media(prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #ffd1b3
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

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

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

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

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

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

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem
}

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

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

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

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

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: .2rem
}

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

.nav-fill>.nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

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

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

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

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

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

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

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

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

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat
}

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

@media(max-width: 639.98px) {

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

@media(min-width: 640px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

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

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

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

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

@media(max-width: 767.98px) {

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

@media(min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

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

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

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

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

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

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

@media(max-width: 1023.98px) {

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

@media(min-width: 1024px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

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

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

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

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

@media(max-width: 1279.98px) {

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

@media(min-width: 1280px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

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

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

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

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

@media(max-width: 1535.98px) {

    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid,
    .navbar-expand-xxl>.container-sm,
    .navbar-expand-xxl>.container-md,
    .navbar-expand-xxl>.container-lg,
    .navbar-expand-xxl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width: 1536px) {
    .navbar-expand-xxl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

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

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

    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid,
    .navbar-expand-xxl>.container-sm,
    .navbar-expand-xxl>.container-md,
    .navbar-expand-xxl>.container-lg,
    .navbar-expand-xxl>.container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

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

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

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

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

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

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

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-sm,
.navbar-expand>.container-md,
.navbar-expand>.container-lg,
.navbar-expand>.container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

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

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

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

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

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

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

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

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

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

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

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

.navbar-dark .navbar-nav .nav-link {
    color: #9b9b9b
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #ff6500
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

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

.navbar-dark .navbar-toggler {
    color: #9b9b9b;
    border-color: transparent
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%239b9b9b' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: #9b9b9b
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .2rem
}

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

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.2rem - 1px);
    border-top-right-radius: calc(0.2rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.2rem - 1px);
    border-bottom-left-radius: calc(0.2rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

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

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

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

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

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

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

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

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

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.2rem - 1px)
}

.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.2rem - 1px);
    border-top-right-radius: calc(0.2rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.2rem - 1px);
    border-bottom-left-radius: calc(0.2rem - 1px)
}

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

@media(min-width: 640px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

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

@media(min-width: 640px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

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

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

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

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

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

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

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

@media(min-width: 640px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

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

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

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

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .2rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #828282;
    content: "/"
}

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

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

.breadcrumb-item.active {
    color: #828282
}

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

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

.page-link:hover {
    z-index: 2;
    color: #ff6500;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 101, 0, .25)
}

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

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

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ff6500;
    border-color: #ff6500
}

.page-item.disabled .page-link {
    color: #828282;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.09375rem;
    line-height: 1.5
}

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

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

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

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

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

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .2rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

.badge:empty {
    display: none
}

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

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

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

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #cc5100
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 101, 0, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #1a93f6
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #0879d5
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(26, 147, 246, .5)
}

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

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

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

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

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

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

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

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

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

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

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

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #1f1f1f
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #060606
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(31, 31, 31, .5)
}

.badge-dark-gray {
    color: #fff;
    background-color: #4a4a4a
}

a.badge-dark-gray:hover,
a.badge-dark-gray:focus {
    color: #fff;
    background-color: #313131
}

a.badge-dark-gray:focus,
a.badge-dark-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(74, 74, 74, .5)
}

.badge-darken {
    color: #fff;
    background-color: #090909
}

a.badge-darken:hover,
a.badge-darken:focus {
    color: #fff;
    background-color: #000
}

a.badge-darken:focus,
a.badge-darken.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(9, 9, 9, .5)
}

.badge-black {
    color: #fff;
    background-color: #000
}

a.badge-black:hover,
a.badge-black:focus {
    color: #fff;
    background-color: #000
}

a.badge-black:focus,
a.badge-black.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.badge-tpb-purple {
    color: #fff;
    background-color: #42236a
}

a.badge-tpb-purple:hover,
a.badge-tpb-purple:focus {
    color: #fff;
    background-color: #2a1644
}

a.badge-tpb-purple:focus,
a.badge-tpb-purple.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(66, 35, 106, .5)
}

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

@media(min-width: 640px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 800
}

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

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

.alert-primary {
    color: #853500;
    background-color: #ffe0cc;
    border-color: #ffd4b8
}

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

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

.alert-secondary {
    color: #0e4c80;
    background-color: #d1e9fd;
    border-color: #bfe1fc
}

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

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

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

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

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

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

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

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

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #101010;
    background-color: #d2d2d2;
    border-color: silver
}

.alert-dark hr {
    border-top-color: #b3b3b3
}

.alert-dark .alert-link {
    color: #000
}

.alert-dark-gray {
    color: #262626;
    background-color: #dbdbdb;
    border-color: #ccc
}

.alert-dark-gray hr {
    border-top-color: #bfbfbf
}

.alert-dark-gray .alert-link {
    color: #0d0d0d
}

.alert-darken {
    color: #050505;
    background-color: #cecece;
    border-color: #bababa
}

.alert-darken hr {
    border-top-color: #adadad
}

.alert-darken .alert-link {
    color: #000
}

.alert-black {
    color: #000;
    background-color: #ccc;
    border-color: #b8b8b8
}

.alert-black hr {
    border-top-color: #ababab
}

.alert-black .alert-link {
    color: #000
}

.alert-tpb-purple {
    color: #221237;
    background-color: #d9d3e1;
    border-color: #cac1d5
}

.alert-tpb-purple hr {
    border-top-color: #bdb2cb
}

.alert-tpb-purple .alert-link {
    color: #0a0511
}

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

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.65625rem;
    background-color: #e9ecef;
    border-radius: .2rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ff6500;
    transition: width .6s ease
}

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

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

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

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

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

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .2rem
}

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

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

.list-group-item-action:active {
    color: #fff;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

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

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #828282;
    pointer-events: none;
    background-color: #fff
}

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

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

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

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

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media(min-width: 640px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

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

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

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

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

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

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 1024px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

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

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

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 1280px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

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

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

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media(min-width: 1536px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

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

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

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

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

.list-group-item-primary {
    color: #853500;
    background-color: #ffd4b8
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #853500;
    background-color: #ffc59f
}

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

.list-group-item-secondary {
    color: #0e4c80;
    background-color: #bfe1fc
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #0e4c80;
    background-color: #a7d6fb
}

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

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

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb
}

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

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

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

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

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

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

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

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

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6
}

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

.list-group-item-dark {
    color: #101010;
    background-color: silver
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #101010;
    background-color: #b3b3b3
}

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

.list-group-item-dark-gray {
    color: #262626;
    background-color: #ccc
}

.list-group-item-dark-gray.list-group-item-action:hover,
.list-group-item-dark-gray.list-group-item-action:focus {
    color: #262626;
    background-color: #bfbfbf
}

.list-group-item-dark-gray.list-group-item-action.active {
    color: #fff;
    background-color: #262626;
    border-color: #262626
}

.list-group-item-darken {
    color: #050505;
    background-color: #bababa
}

.list-group-item-darken.list-group-item-action:hover,
.list-group-item-darken.list-group-item-action:focus {
    color: #050505;
    background-color: #adadad
}

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

.list-group-item-black {
    color: #000;
    background-color: #b8b8b8
}

.list-group-item-black.list-group-item-action:hover,
.list-group-item-black.list-group-item-action:focus {
    color: #000;
    background-color: #ababab
}

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

.list-group-item-tpb-purple {
    color: #221237;
    background-color: #cac1d5
}

.list-group-item-tpb-purple.list-group-item-action:hover,
.list-group-item-tpb-purple.list-group-item-action:focus {
    color: #221237;
    background-color: #bdb2cb
}

.list-group-item-tpb-purple.list-group-item-action.active {
    color: #fff;
    background-color: #221237;
    border-color: #221237
}

.close {
    float: right;
    font-size: 1.3125rem;
    font-weight: 300;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: .5
}

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

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

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

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

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    opacity: 0;
    border-radius: .25rem
}

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

.toast.showing {
    opacity: 1
}

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

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #828282;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

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

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

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

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

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

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

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

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

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

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

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

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

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

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

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

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

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

.modal-backdrop.fade {
    opacity: 0
}

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

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

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

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

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

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 0 solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>* {
    margin: .25rem
}

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

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

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

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

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

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

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width: 1024px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media(min-width: 1280px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "SFProDisplay", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: 0.765625rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top,
.tooltip.b-tooltip-tpb-purple.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-darken.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top],
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-auto[x-placement^=top] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow,
.tooltip.b-tooltip-tpb-purple.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-darken.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-tpb-purple.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-darken.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-right,
.tooltip.b-tooltip-tpb-purple.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-darken.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right],
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-auto[x-placement^=right] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow,
.tooltip.b-tooltip-tpb-purple.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-darken.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-tpb-purple.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-darken.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom,
.tooltip.b-tooltip-tpb-purple.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-darken.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom],
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-auto[x-placement^=bottom] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow,
.tooltip.b-tooltip-tpb-purple.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-darken.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-tpb-purple.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-darken.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-left,
.tooltip.b-tooltip-tpb-purple.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-darken.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left],
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-auto[x-placement^=left] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow,
.tooltip.b-tooltip-tpb-purple.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-darken.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-tpb-purple.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-darken.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .2rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "SFProDisplay", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: 0.765625rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

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

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

.bs-popover-top,
.b-popover-tpb-purple.bs-popover-auto[x-placement^=top],
.b-popover-black.bs-popover-auto[x-placement^=top],
.b-popover-darken.bs-popover-auto[x-placement^=top],
.b-popover-dark-gray.bs-popover-auto[x-placement^=top],
.b-popover-dark.bs-popover-auto[x-placement^=top],
.b-popover-light.bs-popover-auto[x-placement^=top],
.b-popover-danger.bs-popover-auto[x-placement^=top],
.b-popover-warning.bs-popover-auto[x-placement^=top],
.b-popover-info.bs-popover-auto[x-placement^=top],
.b-popover-success.bs-popover-auto[x-placement^=top],
.b-popover-secondary.bs-popover-auto[x-placement^=top],
.b-popover-primary.bs-popover-auto[x-placement^=top],
.bs-popover-auto[x-placement^=top] {
    margin-bottom: .5rem
}

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

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

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

.bs-popover-right,
.b-popover-tpb-purple.bs-popover-auto[x-placement^=right],
.b-popover-black.bs-popover-auto[x-placement^=right],
.b-popover-darken.bs-popover-auto[x-placement^=right],
.b-popover-dark-gray.bs-popover-auto[x-placement^=right],
.b-popover-dark.bs-popover-auto[x-placement^=right],
.b-popover-light.bs-popover-auto[x-placement^=right],
.b-popover-danger.bs-popover-auto[x-placement^=right],
.b-popover-warning.bs-popover-auto[x-placement^=right],
.b-popover-info.bs-popover-auto[x-placement^=right],
.b-popover-success.bs-popover-auto[x-placement^=right],
.b-popover-secondary.bs-popover-auto[x-placement^=right],
.b-popover-primary.bs-popover-auto[x-placement^=right],
.bs-popover-auto[x-placement^=right] {
    margin-left: .5rem
}

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

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

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

.bs-popover-bottom,
.b-popover-tpb-purple.bs-popover-auto[x-placement^=bottom],
.b-popover-black.bs-popover-auto[x-placement^=bottom],
.b-popover-darken.bs-popover-auto[x-placement^=bottom],
.b-popover-dark-gray.bs-popover-auto[x-placement^=bottom],
.b-popover-dark.bs-popover-auto[x-placement^=bottom],
.b-popover-light.bs-popover-auto[x-placement^=bottom],
.b-popover-danger.bs-popover-auto[x-placement^=bottom],
.b-popover-warning.bs-popover-auto[x-placement^=bottom],
.b-popover-info.bs-popover-auto[x-placement^=bottom],
.b-popover-success.bs-popover-auto[x-placement^=bottom],
.b-popover-secondary.bs-popover-auto[x-placement^=bottom],
.b-popover-primary.bs-popover-auto[x-placement^=bottom],
.bs-popover-auto[x-placement^=bottom] {
    margin-top: .5rem
}

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

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

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

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

.bs-popover-left,
.b-popover-tpb-purple.bs-popover-auto[x-placement^=left],
.b-popover-black.bs-popover-auto[x-placement^=left],
.b-popover-darken.bs-popover-auto[x-placement^=left],
.b-popover-dark-gray.bs-popover-auto[x-placement^=left],
.b-popover-dark.bs-popover-auto[x-placement^=left],
.b-popover-light.bs-popover-auto[x-placement^=left],
.b-popover-danger.bs-popover-auto[x-placement^=left],
.b-popover-warning.bs-popover-auto[x-placement^=left],
.b-popover-info.bs-popover-auto[x-placement^=left],
.b-popover-success.bs-popover-auto[x-placement^=left],
.b-popover-secondary.bs-popover-auto[x-placement^=left],
.b-popover-primary.bs-popover-auto[x-placement^=left],
.bs-popover-auto[x-placement^=left] {
    margin-right: .5rem
}

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

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

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

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

.popover-header:empty {
    display: none
}

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

.carousel {
    position: relative
}

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

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

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

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

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

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

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

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

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

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

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

@media(prefers-reduced-motion: reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion: reduce) {

    .carousel-control-prev,
    .carousel-control-next {
        transition: none
    }
}

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

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

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

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

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

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

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

.carousel-indicators .active {
    opacity: 1
}

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

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

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: .25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: .75s linear infinite spinner-border
}

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

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentcolor;
    border-radius: 50%;
    opacity: 0;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media(prefers-reduced-motion: reduce) {

    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

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

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #ff6500 !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #cc5100 !important
}

.bg-secondary {
    background-color: #1a93f6 !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #0879d5 !important
}

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

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

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

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

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #1f1f1f !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #060606 !important
}

.bg-dark-gray {
    background-color: #4a4a4a !important
}

a.bg-dark-gray:hover,
a.bg-dark-gray:focus,
button.bg-dark-gray:hover,
button.bg-dark-gray:focus {
    background-color: #313131 !important
}

.bg-darken {
    background-color: #090909 !important
}

a.bg-darken:hover,
a.bg-darken:focus,
button.bg-darken:hover,
button.bg-darken:focus {
    background-color: #000 !important
}

.bg-black {
    background-color: #000 !important
}

a.bg-black:hover,
a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
    background-color: #000 !important
}

.bg-tpb-purple {
    background-color: #42236a !important
}

a.bg-tpb-purple:hover,
a.bg-tpb-purple:focus,
button.bg-tpb-purple:hover,
button.bg-tpb-purple:focus {
    background-color: #2a1644 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

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

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

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

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

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

.border-0 {
    border: 0 !important
}

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

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

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

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

.border-primary {
    border-color: #ff6500 !important
}

.border-secondary {
    border-color: #1a93f6 !important
}

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

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

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

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

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

.border-dark {
    border-color: #1f1f1f !important
}

.border-dark-gray {
    border-color: #4a4a4a !important
}

.border-darken {
    border-color: #090909 !important
}

.border-black {
    border-color: #000 !important
}

.border-tpb-purple {
    border-color: #42236a !important
}

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

.rounded-sm {
    border-radius: .15rem !important
}

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

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

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

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

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

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

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

.d-flex {
    display: flex !important
}

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

@media(min-width: 640px) {
    .d-sm-none {
        display: none !important
    }

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

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

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

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width: 768px) {
    .d-md-none {
        display: none !important
    }

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

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

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

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

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

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

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

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

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

    .d-lg-table-row {
        display: table-row !important
    }

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

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width: 1280px) {
    .d-xl-none {
        display: none !important
    }

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

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

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

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width: 1536px) {
    .d-xxl-none {
        display: none !important
    }

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

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

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

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

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

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

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

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714286%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

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

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

.flex-column-reverse {
    flex-direction: column-reverse !important
}

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

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

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

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media(min-width: 640px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media(min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media(min-width: 1024px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media(min-width: 1280px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

@media(min-width: 1536px) {
    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width: 640px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media(min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media(min-width: 1024px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media(min-width: 1280px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

@media(min-width: 1536px) {
    .float-xxl-left {
        float: left !important
    }

    .float-xxl-right {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

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

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

@supports(position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

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

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

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

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

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

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

.w-auto {
    width: auto !important
}

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

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

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

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

.h-auto {
    height: auto !important
}

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

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

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

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

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

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

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

.m-1 {
    margin: .25rem !important
}

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

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

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

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

.m-2 {
    margin: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important
}

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

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

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

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

.p-1 {
    padding: .25rem !important
}

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

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

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

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

.p-2 {
    padding: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n5 {
    margin: -3rem !important
}

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

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

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

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

.m-auto {
    margin: auto !important
}

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

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

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

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

@media(min-width: 640px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

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

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important
    }

    .m-sm-n2 {
        margin: -0.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -0.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important
    }

    .m-md-n2 {
        margin: -0.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width: 1024px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -0.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important
    }

    .m-lg-n2 {
        margin: -0.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width: 1280px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -0.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important
    }

    .m-xl-n2 {
        margin: -0.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

@media(min-width: 1536px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-n1 {
        margin: -0.25rem !important
    }

    .mt-xxl-n1,
    .my-xxl-n1 {
        margin-top: -0.25rem !important
    }

    .mr-xxl-n1,
    .mx-xxl-n1 {
        margin-right: -0.25rem !important
    }

    .mb-xxl-n1,
    .my-xxl-n1 {
        margin-bottom: -0.25rem !important
    }

    .ml-xxl-n1,
    .mx-xxl-n1 {
        margin-left: -0.25rem !important
    }

    .m-xxl-n2 {
        margin: -0.5rem !important
    }

    .mt-xxl-n2,
    .my-xxl-n2 {
        margin-top: -0.5rem !important
    }

    .mr-xxl-n2,
    .mx-xxl-n2 {
        margin-right: -0.5rem !important
    }

    .mb-xxl-n2,
    .my-xxl-n2 {
        margin-bottom: -0.5rem !important
    }

    .ml-xxl-n2,
    .mx-xxl-n2 {
        margin-left: -0.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .mt-xxl-n3,
    .my-xxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxl-n3,
    .mx-xxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxl-n3,
    .my-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n3,
    .mx-xxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxl-n4,
    .my-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n4,
    .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n4,
    .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n4,
    .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mt-xxl-n5,
    .my-xxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxl-n5,
    .mx-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n5,
    .my-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n5,
    .mx-xxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media(min-width: 640px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width: 1024px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width: 1280px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media(min-width: 1536px) {
    .text-xxl-left {
        text-align: left !important
    }

    .text-xxl-right {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 800 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #ff6500 !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #b34700 !important
}

.text-secondary {
    color: #1a93f6 !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #076bbc !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important
}

.text-dark {
    color: #1f1f1f !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #000 !important
}

.text-dark-gray {
    color: #4a4a4a !important
}

a.text-dark-gray:hover,
a.text-dark-gray:focus {
    color: #242424 !important
}

.text-darken {
    color: #090909 !important
}

a.text-darken:hover,
a.text-darken:focus {
    color: #000 !important
}

.text-black {
    color: #000 !important
}

a.text-black:hover,
a.text-black:focus {
    color: #000 !important
}

.text-tpb-purple {
    color: #42236a !important
}

a.text-tpb-purple:hover,
a.text-tpb-purple:focus {
    color: #1e1030 !important
}

.text-body {
    color: #fff !important
}

.text-muted {
    color: #828282 !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 1024px !important
    }

    .container {
        min-width: 1024px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.bv-no-focus-ring:focus {
    outline: none
}

@media(max-width: 639.98px) {
    .bv-d-xs-down-none {
        display: none !important
    }
}

@media(max-width: 767.98px) {
    .bv-d-sm-down-none {
        display: none !important
    }
}

@media(max-width: 1023.98px) {
    .bv-d-md-down-none {
        display: none !important
    }
}

@media(max-width: 1279.98px) {
    .bv-d-lg-down-none {
        display: none !important
    }
}

@media(max-width: 1535.98px) {
    .bv-d-xl-down-none {
        display: none !important
    }
}

.bv-d-xxl-down-none {
    display: none !important
}

.form-control.focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffb280;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 101, 0, .25)
}

.form-control.focus.is-valid {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-control.focus.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.b-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    font-size: inherit;
    font-weight: 400;
    line-height: 1;
    max-width: 100%;
    max-height: auto;
    text-align: center;
    overflow: visible;
    position: relative;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.b-avatar:focus {
    outline: 0
}

.b-avatar.btn,
.b-avatar[href] {
    padding: 0;
    border: 0
}

.b-avatar.btn .b-avatar-img img,
.b-avatar[href] .b-avatar-img img {
    transition: transform .15s ease-in-out
}

.b-avatar.btn:not(:disabled):not(.disabled),
.b-avatar[href]:not(:disabled):not(.disabled) {
    cursor: pointer
}

.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img,
.b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img {
    transform: scale(1.15)
}

.b-avatar.disabled,
.b-avatar:disabled,
.b-avatar[disabled] {
    opacity: .65;
    pointer-events: none
}

.b-avatar .b-avatar-custom,
.b-avatar .b-avatar-text,
.b-avatar .b-avatar-img {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-mask-image: radial-gradient(white, black);
    mask-image: radial-gradient(white, black)
}

.b-avatar .b-avatar-text {
    text-transform: uppercase;
    white-space: nowrap
}

.b-avatar[href] {
    text-decoration: none
}

.b-avatar>.b-icon {
    width: 60%;
    height: auto;
    max-width: 100%
}

.b-avatar .b-avatar-img img {
    width: 100%;
    height: 100%;
    max-height: auto;
    border-radius: inherit;
    -o-object-fit: cover;
    object-fit: cover
}

.b-avatar .b-avatar-badge {
    position: absolute;
    min-height: 1.5em;
    min-width: 1.5em;
    padding: .25em;
    line-height: 1;
    border-radius: 10em;
    font-size: 70%;
    font-weight: 700;
    z-index: 1
}

.b-avatar-sm {
    width: 1.5rem;
    height: 1.5rem
}

.b-avatar-sm .b-avatar-text {
    font-size: calc(0.6rem)
}

.b-avatar-sm .b-avatar-badge {
    font-size: calc(0.42rem)
}

.b-avatar-lg {
    width: 3.5rem;
    height: 3.5rem
}

.b-avatar-lg .b-avatar-text {
    font-size: calc(1.4rem)
}

.b-avatar-lg .b-avatar-badge {
    font-size: calc(0.98rem)
}

.b-avatar-group .b-avatar-group-inner {
    display: flex;
    flex-wrap: wrap
}

.b-avatar-group .b-avatar {
    border: 1px solid #dee2e6
}

.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled),
.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled) {
    z-index: 1
}

.b-calendar {
    display: inline-flex
}

.b-calendar .b-calendar-inner {
    min-width: 250px
}

.b-calendar .b-calendar-header,
.b-calendar .b-calendar-nav {
    margin-bottom: .25rem
}

.b-calendar .b-calendar-nav .btn {
    padding: .25rem
}

.b-calendar output {
    padding: .25rem;
    font-size: 80%
}

.b-calendar output.readonly {
    background-color: #e9ecef;
    opacity: 1
}

.b-calendar .b-calendar-footer {
    margin-top: .5rem
}

.b-calendar .b-calendar-grid {
    padding: 0;
    margin: 0;
    overflow: hidden
}

.b-calendar .b-calendar-grid .row {
    flex-wrap: nowrap
}

.b-calendar .b-calendar-grid-caption {
    padding: .25rem
}

.b-calendar .b-calendar-grid-body .col[data-date] .btn {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 1;
    margin: 3px auto;
    padding: 9px 0
}

.b-calendar .btn:disabled,
.b-calendar .btn.disabled,
.b-calendar .btn[aria-disabled=true] {
    cursor: default;
    pointer-events: none
}

.card-img-left {
    border-top-left-radius: calc(0.2rem - 1px);
    border-bottom-left-radius: calc(0.2rem - 1px)
}

.card-img-right {
    border-top-right-radius: calc(0.2rem - 1px);
    border-bottom-right-radius: calc(0.2rem - 1px)
}

.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
    display: none !important
}

.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
    display: none !important
}

.dropdown .dropdown-menu:focus {
    outline: none
}

.b-dropdown-form {
    display: inline-block;
    padding: .5rem 1.5rem;
    width: 100%;
    clear: both;
    font-weight: 400
}

.b-dropdown-form:focus {
    outline: 1px dotted !important;
    outline: 5px auto -webkit-focus-ring-color !important
}

.b-dropdown-form.disabled,
.b-dropdown-form:disabled {
    outline: 0 !important;
    color: #adb5bd;
    pointer-events: none
}

.b-dropdown-text {
    display: inline-block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    width: 100%;
    clear: both;
    font-weight: lighter
}

.custom-checkbox.b-custom-control-lg,
.input-group-lg .custom-checkbox {
    font-size: 17.5;
    line-height: 1.5;
    padding-left: 1.875rem
}

.custom-checkbox.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-checkbox .custom-control-label::before {
    top: 12.5rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: .3rem
}

.custom-checkbox.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-checkbox .custom-control-label::after {
    top: 12.5rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    background-size: 50% 50%
}

.custom-checkbox.b-custom-control-sm,
.input-group-sm .custom-checkbox {
    font-size: 12.25;
    line-height: 1.5;
    padding-left: 1.3125rem
}

.custom-checkbox.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-checkbox .custom-control-label::before {
    top: 8.75rem;
    left: -1.3125rem;
    width: .875rem;
    height: .875rem;
    border-radius: .15rem
}

.custom-checkbox.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-checkbox .custom-control-label::after {
    top: 8.75rem;
    left: -1.3125rem;
    width: .875rem;
    height: .875rem;
    background-size: 50% 50%
}

.custom-switch.b-custom-control-lg,
.input-group-lg .custom-switch {
    padding-left: 2.8125rem
}

.custom-switch.b-custom-control-lg .custom-control-label,
.input-group-lg .custom-switch .custom-control-label {
    font-size: 17.5;
    line-height: 1.5
}

.custom-switch.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-switch .custom-control-label::before {
    top: 12.5rem;
    height: 1.25rem;
    left: -2.8125rem;
    width: 2.1875rem;
    border-radius: .625rem
}

.custom-switch.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-label::after {
    top: calc(12.5rem + 2px);
    left: calc(-2.8125rem + 2px);
    width: calc(1.25rem - 4px);
    height: calc(1.25rem - 4px);
    border-radius: .625rem;
    background-size: 50% 50%
}

.custom-switch.b-custom-control-lg .custom-control-input:checked~.custom-control-label::after,
.input-group-lg .custom-switch .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(0.9375rem)
}

.custom-switch.b-custom-control-sm,
.input-group-sm .custom-switch {
    padding-left: 1.96875rem
}

.custom-switch.b-custom-control-sm .custom-control-label,
.input-group-sm .custom-switch .custom-control-label {
    font-size: 12.25;
    line-height: 1.5
}

.custom-switch.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-switch .custom-control-label::before {
    top: 8.75rem;
    left: -1.96875rem;
    width: 1.53125rem;
    height: .875rem;
    border-radius: .4375rem
}

.custom-switch.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-label::after {
    top: calc(8.75rem + 2px);
    left: calc(-1.96875rem + 2px);
    width: calc(0.875rem - 4px);
    height: calc(0.875rem - 4px);
    border-radius: .4375rem;
    background-size: 50% 50%
}

.custom-switch.b-custom-control-sm .custom-control-input:checked~.custom-control-label::after,
.input-group-sm .custom-switch .custom-control-input:checked~.custom-control-label::after {
    transform: translateX(0.65625rem)
}

.input-group>.input-group-prepend>.btn-group>.btn,
.input-group>.input-group-append:not(:last-child)>.btn-group>.btn,
.input-group>.input-group-append:last-child>.btn-group:not(:last-child):not(.dropdown-toggle)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn-group>.btn,
.input-group>.input-group-prepend:not(:first-child)>.btn-group>.btn,
.input-group>.input-group-prepend:first-child>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.b-form-btn-label-control.form-control {
    display: flex;
    align-items: stretch;
    height: auto;
    padding: 0;
    background-image: none
}

.input-group .b-form-btn-label-control.form-control {
    padding: 0
}

[dir=rtl] .b-form-btn-label-control.form-control,
.b-form-btn-label-control.form-control[dir=rtl] {
    flex-direction: row-reverse
}

[dir=rtl] .b-form-btn-label-control.form-control>label,
.b-form-btn-label-control.form-control[dir=rtl]>label {
    text-align: right
}

.b-form-btn-label-control.form-control>.btn {
    line-height: 1;
    font-size: inherit;
    box-shadow: none !important;
    border: 0
}

.b-form-btn-label-control.form-control>.btn:disabled {
    pointer-events: none
}

.b-form-btn-label-control.form-control.is-valid>.btn {
    color: #28a745
}

.b-form-btn-label-control.form-control.is-invalid>.btn {
    color: #dc3545
}

.b-form-btn-label-control.form-control>.dropdown-menu {
    padding: .5rem
}

.b-form-btn-label-control.form-control>.form-control {
    height: auto;
    min-height: calc(calc(1.35em + 1rem + 2px) - 2px);
    padding-left: .25rem;
    margin: 0;
    border: 0;
    outline: 0;
    background: transparent;
    word-break: break-word;
    font-size: inherit;
    white-space: normal;
    cursor: pointer
}

.b-form-btn-label-control.form-control>.form-control.form-control-sm {
    min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px)
}

.b-form-btn-label-control.form-control>.form-control.form-control-lg {
    min-height: calc(calc(1.5em + 1rem + 2px) - 2px)
}

.input-group.input-group-sm .b-form-btn-label-control.form-control>.form-control {
    min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
    padding-top: .25rem;
    padding-bottom: .25rem
}

.input-group.input-group-lg .b-form-btn-label-control.form-control>.form-control {
    min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
    padding-top: .5rem;
    padding-bottom: .5rem
}

.b-form-btn-label-control.form-control[aria-disabled=true],
.b-form-btn-label-control.form-control[aria-readonly=true] {
    background-color: #e9ecef;
    opacity: 1
}

.b-form-btn-label-control.form-control[aria-disabled=true] {
    pointer-events: none
}

.b-form-btn-label-control.form-control[aria-disabled=true]>label {
    cursor: default
}

.b-form-btn-label-control.btn-group>.dropdown-menu {
    padding: .5rem
}

.custom-file-label {
    white-space: nowrap;
    overflow-x: hidden
}

.b-custom-control-lg.custom-file,
.b-custom-control-lg .custom-file-input,
.b-custom-control-lg .custom-file-label,
.input-group-lg.custom-file,
.input-group-lg .custom-file-input,
.input-group-lg .custom-file-label {
    font-size: 17.5;
    height: calc(1.5em + 1rem + 2px)
}

.b-custom-control-lg .custom-file-label,
.b-custom-control-lg .custom-file-label:after,
.input-group-lg .custom-file-label,
.input-group-lg .custom-file-label:after {
    padding: .5rem 1rem;
    line-height: 1.5
}

.b-custom-control-lg .custom-file-label,
.input-group-lg .custom-file-label {
    border-radius: .3rem
}

.b-custom-control-lg .custom-file-label::after,
.input-group-lg .custom-file-label::after {
    font-size: inherit;
    height: calc(1.5em + 1rem);
    border-radius: 0 .3rem .3rem 0
}

.b-custom-control-sm.custom-file,
.b-custom-control-sm .custom-file-input,
.b-custom-control-sm .custom-file-label,
.input-group-sm.custom-file,
.input-group-sm .custom-file-input,
.input-group-sm .custom-file-label {
    font-size: 12.25;
    height: calc(1.5em + 0.5rem + 2px)
}

.b-custom-control-sm .custom-file-label,
.b-custom-control-sm .custom-file-label:after,
.input-group-sm .custom-file-label,
.input-group-sm .custom-file-label:after {
    padding: .25rem .5rem;
    line-height: 1.5
}

.b-custom-control-sm .custom-file-label,
.input-group-sm .custom-file-label {
    border-radius: .15rem
}

.b-custom-control-sm .custom-file-label::after,
.input-group-sm .custom-file-label::after {
    font-size: inherit;
    height: calc(1.5em + 0.5rem);
    border-radius: 0 .15rem .15rem 0
}

.was-validated .form-control:invalid,
.was-validated .form-control:valid,
.form-control.is-invalid,
.form-control.is-valid {
    background-position: right calc(0.3375em + 0.25rem) center
}

input[type=color].form-control {
    height: calc(1.35em + 1rem + 2px);
    padding: .125rem .25rem
}

input[type=color].form-control.form-control-sm,
.input-group-sm input[type=color].form-control {
    height: calc(1.5em + 0.5rem + 2px);
    padding: .125rem .25rem
}

input[type=color].form-control.form-control-lg,
.input-group-lg input[type=color].form-control {
    height: calc(1.5em + 1rem + 2px);
    padding: .125rem .25rem
}

input[type=color].form-control:disabled {
    background-color: #adb5bd;
    opacity: .65
}

.input-group>.custom-range {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-range+.form-control,
.input-group>.custom-range+.form-control-plaintext,
.input-group>.custom-range+.custom-select,
.input-group>.custom-range+.custom-range,
.input-group>.custom-range+.custom-file {
    margin-left: -1px
}

.input-group>.form-control+.custom-range,
.input-group>.form-control-plaintext+.custom-range,
.input-group>.custom-select+.custom-range,
.input-group>.custom-range+.custom-range,
.input-group>.custom-file+.custom-range {
    margin-left: -1px
}

.input-group>.custom-range:focus {
    z-index: 3
}

.input-group>.custom-range:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-range:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-range {
    height: calc(1.35em + 1rem + 2px);
    padding: 0 .75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    height: calc(1.35em + 1rem + 2px);
    border-radius: .2rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .input-group>.custom-range {
        transition: none
    }
}

.input-group>.custom-range:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffb280;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 101, 0, .25)
}

.input-group>.custom-range:disabled,
.input-group>.custom-range[readonly] {
    background-color: #e9ecef
}

.input-group-lg>.custom-range {
    height: calc(1.5em + 1rem + 2px);
    padding: 0 1rem;
    border-radius: .3rem
}

.input-group-sm>.custom-range {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0 .5rem;
    border-radius: .15rem
}

.was-validated .input-group .custom-range:valid,
.input-group .custom-range.is-valid {
    border-color: #28a745
}

.was-validated .input-group .custom-range:valid:focus,
.input-group .custom-range.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated .custom-range:valid:focus::-webkit-slider-thumb,
.custom-range.is-valid:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #000, 0 0 0 .2rem #9be7ac
}

.was-validated .custom-range:valid:focus::-moz-range-thumb,
.custom-range.is-valid:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #000, 0 0 0 .2rem #9be7ac
}

.was-validated .custom-range:valid:focus::-ms-thumb,
.custom-range.is-valid:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #000, 0 0 0 .2rem #9be7ac
}

.was-validated .custom-range:valid::-webkit-slider-thumb,
.custom-range.is-valid::-webkit-slider-thumb {
    background-color: #28a745;
    background-image: none
}

.was-validated .custom-range:valid::-webkit-slider-thumb:active,
.custom-range.is-valid::-webkit-slider-thumb:active {
    background-color: #9be7ac;
    background-image: none
}

.was-validated .custom-range:valid::-webkit-slider-runnable-track,
.custom-range.is-valid::-webkit-slider-runnable-track {
    background-color: rgba(40, 167, 69, .35)
}

.was-validated .custom-range:valid::-moz-range-thumb,
.custom-range.is-valid::-moz-range-thumb {
    background-color: #28a745;
    background-image: none
}

.was-validated .custom-range:valid::-moz-range-thumb:active,
.custom-range.is-valid::-moz-range-thumb:active {
    background-color: #9be7ac;
    background-image: none
}

.was-validated .custom-range:valid::-moz-range-track,
.custom-range.is-valid::-moz-range-track {
    background: rgba(40, 167, 69, .35)
}

.was-validated .custom-range:valid~.valid-feedback,
.was-validated .custom-range:valid~.valid-tooltip,
.custom-range.is-valid~.valid-feedback,
.custom-range.is-valid~.valid-tooltip {
    display: block
}

.was-validated .custom-range:valid::-ms-thumb,
.custom-range.is-valid::-ms-thumb {
    background-color: #28a745;
    background-image: none
}

.was-validated .custom-range:valid::-ms-thumb:active,
.custom-range.is-valid::-ms-thumb:active {
    background-color: #9be7ac;
    background-image: none
}

.was-validated .custom-range:valid::-ms-track-lower,
.custom-range.is-valid::-ms-track-lower {
    background: rgba(40, 167, 69, .35)
}

.was-validated .custom-range:valid::-ms-track-upper,
.custom-range.is-valid::-ms-track-upper {
    background: rgba(40, 167, 69, .35)
}

.was-validated .input-group .custom-range:invalid,
.input-group .custom-range.is-invalid {
    border-color: #dc3545
}

.was-validated .input-group .custom-range:invalid:focus,
.input-group .custom-range.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated .custom-range:invalid:focus::-webkit-slider-thumb,
.custom-range.is-invalid:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #000, 0 0 0 .2rem #f6cdd1
}

.was-validated .custom-range:invalid:focus::-moz-range-thumb,
.custom-range.is-invalid:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #000, 0 0 0 .2rem #f6cdd1
}

.was-validated .custom-range:invalid:focus::-ms-thumb,
.custom-range.is-invalid:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #000, 0 0 0 .2rem #f6cdd1
}

.was-validated .custom-range:invalid::-webkit-slider-thumb,
.custom-range.is-invalid::-webkit-slider-thumb {
    background-color: #dc3545;
    background-image: none
}

.was-validated .custom-range:invalid::-webkit-slider-thumb:active,
.custom-range.is-invalid::-webkit-slider-thumb:active {
    background-color: #f6cdd1;
    background-image: none
}

.was-validated .custom-range:invalid::-webkit-slider-runnable-track,
.custom-range.is-invalid::-webkit-slider-runnable-track {
    background-color: rgba(220, 53, 69, .35)
}

.was-validated .custom-range:invalid::-moz-range-thumb,
.custom-range.is-invalid::-moz-range-thumb {
    background-color: #dc3545;
    background-image: none
}

.was-validated .custom-range:invalid::-moz-range-thumb:active,
.custom-range.is-invalid::-moz-range-thumb:active {
    background-color: #f6cdd1;
    background-image: none
}

.was-validated .custom-range:invalid::-moz-range-track,
.custom-range.is-invalid::-moz-range-track {
    background: rgba(220, 53, 69, .35)
}

.was-validated .custom-range:invalid~.invalid-feedback,
.was-validated .custom-range:invalid~.invalid-tooltip,
.custom-range.is-invalid~.invalid-feedback,
.custom-range.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .custom-range:invalid::-ms-thumb,
.custom-range.is-invalid::-ms-thumb {
    background-color: #dc3545;
    background-image: none
}

.was-validated .custom-range:invalid::-ms-thumb:active,
.custom-range.is-invalid::-ms-thumb:active {
    background-color: #f6cdd1;
    background-image: none
}

.was-validated .custom-range:invalid::-ms-track-lower,
.custom-range.is-invalid::-ms-track-lower {
    background: rgba(220, 53, 69, .35)
}

.was-validated .custom-range:invalid::-ms-track-upper,
.custom-range.is-invalid::-ms-track-upper {
    background: rgba(220, 53, 69, .35)
}

.custom-radio.b-custom-control-lg,
.input-group-lg .custom-radio {
    font-size: 17.5;
    line-height: 1.5;
    padding-left: 1.875rem
}

.custom-radio.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-radio .custom-control-label::before {
    top: 12.5rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%
}

.custom-radio.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-radio .custom-control-label::after {
    top: 12.5rem;
    left: -1.875rem;
    width: 1.25rem;
    height: 1.25rem;
    background: no-repeat 50%/50% 50%
}

.custom-radio.b-custom-control-sm,
.input-group-sm .custom-radio {
    font-size: 12.25;
    line-height: 1.5;
    padding-left: 1.3125rem
}

.custom-radio.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-radio .custom-control-label::before {
    top: 8.75rem;
    left: -1.3125rem;
    width: .875rem;
    height: .875rem;
    border-radius: 50%
}

.custom-radio.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-radio .custom-control-label::after {
    top: 8.75rem;
    left: -1.3125rem;
    width: .875rem;
    height: .875rem;
    background: no-repeat 50%/50% 50%
}

.b-rating {
    text-align: center
}

.b-rating.d-inline-flex {
    width: auto
}

.b-rating .b-rating-star,
.b-rating .b-rating-value {
    padding: 0 .25em
}

.b-rating .b-rating-value {
    min-width: 2.5em
}

.b-rating .b-rating-star {
    display: inline-flex;
    justify-content: center;
    outline: 0
}

.b-rating .b-rating-star .b-rating-icon {
    display: inline-flex;
    transition: all .15s ease-in-out
}

.b-rating.disabled,
.b-rating:disabled {
    background-color: #e9ecef;
    color: #828282
}

.b-rating:not(.disabled):not(.readonly) .b-rating-star {
    cursor: pointer
}

.b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon,
.b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon {
    transform: scale(1.5)
}

.b-rating[dir=rtl] .b-rating-star-half {
    transform: scale(-1, 1)
}

.b-form-spinbutton {
    text-align: center;
    overflow: hidden;
    background-image: none;
    padding: 0
}

[dir=rtl] .b-form-spinbutton:not(.flex-column),
.b-form-spinbutton[dir=rtl]:not(.flex-column) {
    flex-direction: row-reverse
}

.b-form-spinbutton output {
    font-size: inherit;
    outline: 0;
    border: 0;
    background-color: transparent;
    width: auto;
    margin: 0;
    padding: 0 .25rem
}

.b-form-spinbutton output>div,
.b-form-spinbutton output>bdi {
    display: block;
    min-width: 2.25em;
    height: 1.35em
}

.b-form-spinbutton.flex-column {
    height: auto;
    width: auto
}

.b-form-spinbutton.flex-column output {
    margin: 0 .25rem;
    padding: .25rem 0
}

.b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {
    output-width: 100%
}

.b-form-spinbutton.d-inline-flex:not(.flex-column) {
    width: auto
}

.b-form-spinbutton .btn {
    line-height: 1;
    box-shadow: none !important
}

.b-form-spinbutton .btn:disabled {
    pointer-events: none
}

.b-form-spinbutton .btn:hover:not(:disabled)>div>.b-icon {
    transform: scale(1.25)
}

.b-form-spinbutton.disabled,
.b-form-spinbutton.readonly {
    background-color: #e9ecef
}

.b-form-spinbutton.disabled {
    pointer-events: none
}

.b-form-tags.focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffb280;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 101, 0, .25)
}

.b-form-tags.focus.is-valid {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.b-form-tags.focus.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.b-form-tags.disabled {
    background-color: #e9ecef
}

.b-form-tags-list {
    margin-top: -0.25rem
}

.b-form-tags-list .b-form-tags-field,
.b-form-tags-list .b-form-tag {
    margin-top: .25rem
}

.b-form-tags-input {
    color: #495057
}

.b-form-tag {
    font-size: 75%;
    font-weight: normal;
    line-height: 1.35;
    margin-right: .25rem
}

.b-form-tag.disabled {
    opacity: .75
}

.b-form-tag>button.b-form-tag-remove {
    color: inherit;
    font-size: 125%;
    line-height: 1;
    float: none;
    margin-left: .25rem
}

.form-control-sm .b-form-tag {
    line-height: 1.5
}

.form-control-lg .b-form-tag {
    line-height: 1.5
}

.media-aside {
    display: flex;
    margin-right: 1rem
}

.media-aside-right {
    margin-right: 0;
    margin-left: 1rem
}

.modal-backdrop {
    opacity: .8
}

.b-pagination-pills .page-item .page-link {
    border-radius: 50rem !important;
    margin-left: .25rem;
    line-height: 1
}

.b-pagination-pills .page-item:first-child .page-link {
    margin-left: 0
}

.popover.b-popover {
    display: block;
    opacity: 1;
    outline: 0
}

.popover.b-popover.fade:not(.show) {
    opacity: 0
}

.popover.b-popover.show {
    opacity: 1
}

.b-popover-primary.popover {
    background-color: #ffe0cc;
    border-color: #ffd4b8
}

.b-popover-primary.bs-popover-top>.arrow::before,
.b-popover-primary.bs-popover-auto[x-placement^=top]>.arrow::before {
    border-top-color: #ffd4b8
}

.b-popover-primary.bs-popover-top>.arrow::after,
.b-popover-primary.bs-popover-auto[x-placement^=top]>.arrow::after {
    border-top-color: #ffe0cc
}

.b-popover-primary.bs-popover-right>.arrow::before,
.b-popover-primary.bs-popover-auto[x-placement^=right]>.arrow::before {
    border-right-color: #ffd4b8
}

.b-popover-primary.bs-popover-right>.arrow::after,
.b-popover-primary.bs-popover-auto[x-placement^=right]>.arrow::after {
    border-right-color: #ffe0cc
}

.b-popover-primary.bs-popover-bottom>.arrow::before,
.b-popover-primary.bs-popover-auto[x-placement^=bottom]>.arrow::before {
    border-bottom-color: #ffd4b8
}

.b-popover-primary.bs-popover-bottom>.arrow::after,
.b-popover-primary.bs-popover-auto[x-placement^=bottom]>.arrow::after {
    border-bottom-color: #ffd7bd
}

.b-popover-primary.bs-popover-bottom .popover-header::before,
.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    border-bottom-color: #ffd7bd
}

.b-popover-primary.bs-popover-left>.arrow::before,
.b-popover-primary.bs-popover-auto[x-placement^=left]>.arrow::before {
    border-left-color: #ffd4b8
}

.b-popover-primary.bs-popover-left>.arrow::after,
.b-popover-primary.bs-popover-auto[x-placement^=left]>.arrow::after {
    border-left-color: #ffe0cc
}

.b-popover-primary .popover-header {
    color: #212529;
    background-color: #ffd7bd;
    border-bottom-color: #ffc7a3
}

.b-popover-primary .popover-body {
    color: #853500
}

.b-popover-secondary.popover {
    background-color: #d1e9fd;
    border-color: #bfe1fc
}

.b-popover-secondary.bs-popover-top>.arrow::before,
.b-popover-secondary.bs-popover-auto[x-placement^=top]>.arrow::before {
    border-top-color: #bfe1fc
}

.b-popover-secondary.bs-popover-top>.arrow::after,
.b-popover-secondary.bs-popover-auto[x-placement^=top]>.arrow::after {
    border-top-color: #d1e9fd
}

.b-popover-secondary.bs-popover-right>.arrow::before,
.b-popover-secondary.bs-popover-auto[x-placement^=right]>.arrow::before {
    border-right-color: #bfe1fc
}

.b-popover-secondary.bs-popover-right>.arrow::after,
.b-popover-secondary.bs-popover-auto[x-placement^=right]>.arrow::after {
    border-right-color: #d1e9fd
}

.b-popover-secondary.bs-popover-bottom>.arrow::before,
.b-popover-secondary.bs-popover-auto[x-placement^=bottom]>.arrow::before {
    border-bottom-color: #bfe1fc
}

.b-popover-secondary.bs-popover-bottom>.arrow::after,
.b-popover-secondary.bs-popover-auto[x-placement^=bottom]>.arrow::after {
    border-bottom-color: #c2e2fc
}

.b-popover-secondary.bs-popover-bottom .popover-header::before,
.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    border-bottom-color: #c2e2fc
}

.b-popover-secondary.bs-popover-left>.arrow::before,
.b-popover-secondary.bs-popover-auto[x-placement^=left]>.arrow::before {
    border-left-color: #bfe1fc
}

.b-popover-secondary.bs-popover-left>.arrow::after,
.b-popover-secondary.bs-popover-auto[x-placement^=left]>.arrow::after {
    border-left-color: #d1e9fd
}

.b-popover-secondary .popover-header {
    color: #212529;
    background-color: #c2e2fc;
    border-bottom-color: #aad6fb
}

.b-popover-secondary .popover-body {
    color: #0e4c80
}

.b-popover-success.popover {
    background-color: #d4edda;
    border-color: #c3e6cb
}

.b-popover-success.bs-popover-top>.arrow::before,
.b-popover-success.bs-popover-auto[x-placement^=top]>.arrow::before {
    border-top-color: #c3e6cb
}

.b-popover-success.bs-popover-top>.arrow::after,
.b-popover-success.bs-popover-auto[x-placement^=top]>.arrow::after {
    border-top-color: #d4edda
}

.b-popover-success.bs-popover-right>.arrow::before,
.b-popover-success.bs-popover-auto[x-placement^=right]>.arrow::before {
    border-right-color: #c3e6cb
}

.b-popover-success.bs-popover-right>.arrow::after,
.b-popover-success.bs-popover-auto[x-placement^=right]>.arrow::after {
    border-right-color: #d4edda
}

.b-popover-success.bs-popover-bottom>.arrow::before,
.b-popover-success.bs-popover-auto[x-placement^=bottom]>.arrow::before {
    border-bottom-color: #c3e6cb
}

.b-popover-success.bs-popover-bottom>.arrow::after,
.b-popover-success.bs-popover-auto[x-placement^=bottom]>.arrow::after {
    border-bottom-color: #c9e8d1
}

.b-popover-success.bs-popover-bottom .popover-header::before,
.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    border-bottom-color: #c9e8d1
}

.b-popover-success.bs-popover-left>.arrow::before,
.b-popover-success.bs-popover-auto[x-placement^=left]>.arrow::before {
    border-left-color: #c3e6cb
}

.b-popover-success.bs-popover-left>.arrow::after,
.b-popover-success.bs-popover-auto[x-placement^=left]>.arrow::after {
    border-left-color: #d4edda
}

.b-popover-success .popover-header {
    color: #212529;
    background-color: #c9e8d1;
    border-bottom-color: #b7e1c1
}

.b-popover-success .popover-body {
    color: #155724
}

.b-popover-info.popover {
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.b-popover-info.bs-popover-top>.arrow::before,
.b-popover-info.bs-popover-auto[x-placement^=top]>.arrow::before {
    border-top-color: #bee5eb
}

.b-popover-info.bs-popover-top>.arrow::after,
.b-popover-info.bs-popover-auto[x-placement^=top]>.arrow::after {
    border-top-color: #d1ecf1
}

.b-popover-info.bs-popover-right>.arrow::before,
.b-popover-info.bs-popover-auto[x-placement^=right]>.arrow::before {
    border-right-color: #bee5eb
}

.b-popover-info.bs-popover-right>.arrow::after,
.b-popover-info.bs-popover-auto[x-placement^=right]>.arrow::after {
    border-right-color: #d1ecf1
}

.b-popover-info.bs-popover-bottom>.arrow::before,
.b-popover-info.bs-popover-auto[x-placement^=bottom]>.arrow::before {
    border-bottom-color: #bee5eb
}

.b-popover-info.bs-popover-bottom>.arrow::after,
.b-popover-info.bs-popover-auto[x-placement^=bottom]>.arrow::after {
    border-bottom-color: #c5e7ed
}

.b-popover-info.bs-popover-bottom .popover-header::before,
.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    border-bottom-color: #c5e7ed
}

.b-popover-info.bs-popover-left>.arrow::before,
.b-popover-info.bs-popover-auto[x-placement^=left]>.arrow::before {
    border-left-color: #bee5eb
}

.b-popover-info.bs-popover-left>.arrow::after,
.b-popover-info.bs-popover-auto[x-placement^=left]>.arrow::after {
    border-left-color: #d1ecf1
}

.b-popover-info .popover-header {
    color: #212529;
    background-color: #c5e7ed;
    border-bottom-color: #b2dfe7
}

.b-popover-info .popover-body {
    color: #0c5460
}

.b-popover-warning.popover {
    background-color: #fff3cd;
    border-color: #ffeeba
}

.b-popover-warning.bs-popover-top>.arrow::before,
.b-popover-warning.bs-popover-auto[x-placement^=top]>.arrow::before {
    border-top-color: #ffeeba
}

.b-popover-warning.bs-popover-top>.arrow::after,
.b-popover-warning.bs-popover-auto[x-placement^=top]>.arrow::after {
    border-top-color: #fff3cd
}

.b-popover-warning.bs-popover-right>.arrow::before,
.b-popover-warning.bs-popover-auto[x-placement^=right]>.arrow::before {
    border-right-color: #ffeeba
}

.b-popover-warning.bs-popover-right>.arrow::after,
.b-popover-warning.bs-popover-auto[x-placement^=right]>.arrow::after {
    border-right-color: #fff3cd
}

.b-popover-warning.bs-popover-bottom>.arrow::before,
.b-popover-warning.bs-popover-auto[x-placement^=bottom]>.arrow::before {
    border-bottom-color: #ffeeba
}

.b-popover-warning.bs-popover-bottom>.arrow::after,
.b-popover-warning.bs-popover-auto[x-placement^=bottom]>.arrow::after {
    border-bottom-color: #ffefbe
}

.b-popover-warning.bs-popover-bottom .popover-header::before,
.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    border-bottom-color: #ffefbe
}

.b-popover-warning.bs-popover-left>.arrow::before,
.b-popover-warning.bs-popover-auto[x-placement^=left]>.arrow::before {
    border-left-color: #ffeeba
}

.b-popover-warning.bs-popover-left>.arrow::after,
.b-popover-warning.bs-popover-auto[x-placement^=left]>.arrow::after {
    border-left-color: #fff3cd
}

.b-popover-warning .popover-header {
    color: #212529;
    background-color: #ffefbe;
    border-bottom-color: #ffe9a4
}

.b-popover-warning .popover-body {
    color: #856404
}

.b-popover-danger.popover {
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.b-popover-danger.bs-popover-top>.arrow::before,
.b-popover-danger.bs-popover-auto[x-placement^=top]>.arrow::before {
    border-top-color: #f5c6cb
}

.b-popover-danger.bs-popover-top>.arrow::after,
.b-popover-danger.bs-popover-auto[x-placement^=top]>.arrow::after {
    border-top-color: #f8d7da
}

.b-popover-danger.bs-popover-right>.arrow::before,
.b-popover-danger.bs-popover-auto[x-placement^=right]>.arrow::before {
    border-right-color: #f5c6cb
}

.b-popover-danger.bs-popover-right>.arrow::after,
.b-popover-danger.bs-popover-auto[x-placement^=right]>.arrow::after {
    border-right-color: #f8d7da
}

.b-popover-danger.bs-popover-bottom>.arrow::before,
.b-popover-danger.bs-popover-auto[x-placement^=bottom]>.arrow::before {
    border-bottom-color: #f5c6cb
}

.b-popover-danger.bs-popover-bottom>.arrow::after,
.b-popover-danger.bs-popover-auto[x-placement^=bottom]>.arrow::after {
    border-bottom-color: #f6cace
}

.b-popover-danger.bs-popover-bottom .popover-header::before,
.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    border-bottom-color: #f6cace
}

.b-popover-danger.bs-popover-left>.arrow::before,
.b-popover-danger.bs-popover-auto[x-placement^=left]>.arrow::before {
    border-left-color: #f5c6cb
}

.b-popover-danger.bs-popover-left>.arrow::after,
.b-popover-danger.bs-popover-auto[x-placement^=left]>.arrow::after {
    border-left-color: #f8d7da
}

.b-popover-danger .popover-header {
    color: #212529;
    background-color: #f6cace;
    border-bottom-color: #f2b4ba
}

.b-popover-danger .popover-body {
    color: #721c24
}

.b-popover-light.popover {
    background-color: #fefefe;
    border-color: #fdfdfe
}

.b-popover-light.bs-popover-top>.arrow::before,
.b-popover-light.bs-popover-auto[x-placement^=top]>.arrow::before {
    border-top-color: #fdfdfe
}

.b-popover-light.bs-popover-top>.arrow::after,
.b-popover-light.bs-popover-auto[x-placement^=top]>.arrow::after {
    border-top-color: #fefefe
}

.b-popover-light.bs-popover-right>.arrow::before,
.b-popover-light.bs-popover-auto[x-placement^=right]>.arrow::before {
    border-right-color: #fdfdfe
}

.b-popover-light.bs-popover-right>.arrow::after,
.b-popover-light.bs-popover-auto[x-placement^=right]>.arrow::after {
    border-right-color: #fefefe
}

.b-popover-light.bs-popover-bottom>.arrow::before,
.b-popover-light.bs-popover-auto[x-placement^=bottom]>.arrow::before {
    border-bottom-color: #fdfdfe
}

.b-popover-light.bs-popover-bottom>.arrow::after,
.b-popover-light.bs-popover-auto[x-placement^=bottom]>.arrow::after {
    border-bottom-color: #f6f6f6
}

.b-popover-light.bs-popover-bottom .popover-header::before,
.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    border-bottom-color: #f6f6f6
}

.b-popover-light.bs-popover-left>.arrow::before,
.b-popover-light.bs-popover-auto[x-placement^=left]>.arrow::before {
    border-left-color: #fdfdfe
}

.b-popover-light.bs-popover-left>.arrow::after,
.b-popover-light.bs-popover-auto[x-placement^=left]>.arrow::after {
    border-left-color: #fefefe
}

.b-popover-light .popover-header {
    color: #212529;
    background-color: #f6f6f6;
    border-bottom-color: #eaeaea
}

.b-popover-light .popover-body {
    color: #818182
}

.b-popover-dark.popover {
    background-color: #d2d2d2;
    border-color: silver
}

.b-popover-dark.bs-popover-top>.arrow::before,
.b-popover-dark.bs-popover-auto[x-placement^=top]>.arrow::before {
    border-top-color: silver
}

.b-popover-dark.bs-popover-top>.arrow::after,
.b-popover-dark.bs-popover-auto[x-placement^=top]>.arrow::after {
    border-top-color: #d2d2d2
}

.b-popover-dark.bs-popover-right>.arrow::before,
.b-popover-dark.bs-popover-auto[x-placement^=right]>.arrow::before {
    border-right-color: silver
}

.b-popover-dark.bs-popover-right>.arrow::after,
.b-popover-dark.bs-popover-auto[x-placement^=right]>.arrow::after {
    border-right-color: #d2d2d2
}

.b-popover-dark.bs-popover-bottom>.arrow::before,
.b-popover-dark.bs-popover-auto[x-placement^=bottom]>.arrow::before {
    border-bottom-color: silver
}

.b-popover-dark.bs-popover-bottom>.arrow::after,
.b-popover-dark.bs-popover-auto[x-placement^=bottom]>.arrow::after {
    border-bottom-color: #cacaca
}

.b-popover-dark.bs-popover-bottom .popover-header::before,
.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    border-bottom-color: #cacaca
}

.b-popover-dark.bs-popover-left>.arrow::before,
.b-popover-dark.bs-popover-auto[x-placement^=left]>.arrow::before {
    border-left-color: silver
}

.b-popover-dark.bs-popover-left>.arrow::after,
.b-popover-dark.bs-popover-auto[x-placement^=left]>.arrow::after {
    border-left-color: #d2d2d2
}

.b-popover-dark .popover-header {
    color: #212529;
    background-color: #cacaca;
    border-bottom-color: #bebebe
}

.b-popover-dark .popover-body {
    color: #101010
}

.b-popover-dark-gray.popover {
    background-color: #dbdbdb;
    border-color: #ccc
}

.b-popover-dark-gray.bs-popover-top>.arrow::before,
.b-popover-dark-gray.bs-popover-auto[x-placement^=top]>.arrow::before {
    border-top-color: #ccc
}

.b-popover-dark-gray.bs-popover-top>.arrow::after,
.b-popover-dark-gray.bs-popover-auto[x-placement^=top]>.arrow::after {
    border-top-color: #dbdbdb
}

.b-popover-dark-gray.bs-popover-right>.arrow::before,
.b-popover-dark-gray.bs-popover-auto[x-placement^=right]>.arrow::before {
    border-right-color: #ccc
}

.b-popover-dark-gray.bs-popover-right>.arrow::after,
.b-popover-dark-gray.bs-popover-auto[x-placement^=right]>.arrow::after {
    border-right-color: #dbdbdb
}

.b-popover-dark-gray.bs-popover-bottom>.arrow::before,
.b-popover-dark-gray.bs-popover-auto[x-placement^=bottom]>.arrow::before {
    border-bottom-color: #ccc
}

.b-popover-dark-gray.bs-popover-bottom>.arrow::after,
.b-popover-dark-gray.bs-popover-auto[x-placement^=bottom]>.arrow::after {
    border-bottom-color: #d3d3d3
}

.b-popover-dark-gray.bs-popover-bottom .popover-header::before,
.b-popover-dark-gray.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    border-bottom-color: #d3d3d3
}

.b-popover-dark-gray.bs-popover-left>.arrow::before,
.b-popover-dark-gray.bs-popover-auto[x-placement^=left]>.arrow::before {
    border-left-color: #ccc
}

.b-popover-dark-gray.bs-popover-left>.arrow::after,
.b-popover-dark-gray.bs-popover-auto[x-placement^=left]>.arrow::after {
    border-left-color: #dbdbdb
}

.b-popover-dark-gray .popover-header {
    color: #212529;
    background-color: #d3d3d3;
    border-bottom-color: #c7c7c7
}

.b-popover-dark-gray .popover-body {
    color: #262626
}

.b-popover-darken.popover {
    background-color: #cecece;
    border-color: #bababa
}

.b-popover-darken.bs-popover-top>.arrow::before,
.b-popover-darken.bs-popover-auto[x-placement^=top]>.arrow::before {
    border-top-color: #bababa
}

.b-popover-darken.bs-popover-top>.arrow::after,
.b-popover-darken.bs-popover-auto[x-placement^=top]>.arrow::after {
    border-top-color: #cecece
}

.b-popover-darken.bs-popover-right>.arrow::before,
.b-popover-darken.bs-popover-auto[x-placement^=right]>.arrow::before {
    border-right-color: #bababa
}

.b-popover-darken.bs-popover-right>.arrow::after,
.b-popover-darken.bs-popover-auto[x-placement^=right]>.arrow::after {
    border-right-color: #cecece
}

.b-popover-darken.bs-popover-bottom>.arrow::before,
.b-popover-darken.bs-popover-auto[x-placement^=bottom]>.arrow::before {
    border-bottom-color: #bababa
}

.b-popover-darken.bs-popover-bottom>.arrow::after,
.b-popover-darken.bs-popover-auto[x-placement^=bottom]>.arrow::after {
    border-bottom-color: #c6c6c6
}

.b-popover-darken.bs-popover-bottom .popover-header::before,
.b-popover-darken.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    border-bottom-color: #c6c6c6
}

.b-popover-darken.bs-popover-left>.arrow::before,
.b-popover-darken.bs-popover-auto[x-placement^=left]>.arrow::before {
    border-left-color: #bababa
}

.b-popover-darken.bs-popover-left>.arrow::after,
.b-popover-darken.bs-popover-auto[x-placement^=left]>.arrow::after {
    border-left-color: #cecece
}

.b-popover-darken .popover-header {
    color: #212529;
    background-color: #c6c6c6;
    border-bottom-color: #bababa
}

.b-popover-darken .popover-body {
    color: #050505
}

.b-popover-black.popover {
    background-color: #ccc;
    border-color: #b8b8b8
}

.b-popover-black.bs-popover-top>.arrow::before,
.b-popover-black.bs-popover-auto[x-placement^=top]>.arrow::before {
    border-top-color: #b8b8b8
}

.b-popover-black.bs-popover-top>.arrow::after,
.b-popover-black.bs-popover-auto[x-placement^=top]>.arrow::after {
    border-top-color: #ccc
}

.b-popover-black.bs-popover-right>.arrow::before,
.b-popover-black.bs-popover-auto[x-placement^=right]>.arrow::before {
    border-right-color: #b8b8b8
}

.b-popover-black.bs-popover-right>.arrow::after,
.b-popover-black.bs-popover-auto[x-placement^=right]>.arrow::after {
    border-right-color: #ccc
}

.b-popover-black.bs-popover-bottom>.arrow::before,
.b-popover-black.bs-popover-auto[x-placement^=bottom]>.arrow::before {
    border-bottom-color: #b8b8b8
}

.b-popover-black.bs-popover-bottom>.arrow::after,
.b-popover-black.bs-popover-auto[x-placement^=bottom]>.arrow::after {
    border-bottom-color: #c4c4c4
}

.b-popover-black.bs-popover-bottom .popover-header::before,
.b-popover-black.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    border-bottom-color: #c4c4c4
}

.b-popover-black.bs-popover-left>.arrow::before,
.b-popover-black.bs-popover-auto[x-placement^=left]>.arrow::before {
    border-left-color: #b8b8b8
}

.b-popover-black.bs-popover-left>.arrow::after,
.b-popover-black.bs-popover-auto[x-placement^=left]>.arrow::after {
    border-left-color: #ccc
}

.b-popover-black .popover-header {
    color: #212529;
    background-color: #c4c4c4;
    border-bottom-color: #b8b8b8
}

.b-popover-black .popover-body {
    color: #000
}

.b-popover-tpb-purple.popover {
    background-color: #d9d3e1;
    border-color: #cac1d5
}

.b-popover-tpb-purple.bs-popover-top>.arrow::before,
.b-popover-tpb-purple.bs-popover-auto[x-placement^=top]>.arrow::before {
    border-top-color: #cac1d5
}

.b-popover-tpb-purple.bs-popover-top>.arrow::after,
.b-popover-tpb-purple.bs-popover-auto[x-placement^=top]>.arrow::after {
    border-top-color: #d9d3e1
}

.b-popover-tpb-purple.bs-popover-right>.arrow::before,
.b-popover-tpb-purple.bs-popover-auto[x-placement^=right]>.arrow::before {
    border-right-color: #cac1d5
}

.b-popover-tpb-purple.bs-popover-right>.arrow::after,
.b-popover-tpb-purple.bs-popover-auto[x-placement^=right]>.arrow::after {
    border-right-color: #d9d3e1
}

.b-popover-tpb-purple.bs-popover-bottom>.arrow::before,
.b-popover-tpb-purple.bs-popover-auto[x-placement^=bottom]>.arrow::before {
    border-bottom-color: #cac1d5
}

.b-popover-tpb-purple.bs-popover-bottom>.arrow::after,
.b-popover-tpb-purple.bs-popover-auto[x-placement^=bottom]>.arrow::after {
    border-bottom-color: #d1cadb
}

.b-popover-tpb-purple.bs-popover-bottom .popover-header::before,
.b-popover-tpb-purple.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    border-bottom-color: #d1cadb
}

.b-popover-tpb-purple.bs-popover-left>.arrow::before,
.b-popover-tpb-purple.bs-popover-auto[x-placement^=left]>.arrow::before {
    border-left-color: #cac1d5
}

.b-popover-tpb-purple.bs-popover-left>.arrow::after,
.b-popover-tpb-purple.bs-popover-auto[x-placement^=left]>.arrow::after {
    border-left-color: #d9d3e1
}

.b-popover-tpb-purple .popover-header {
    color: #212529;
    background-color: #d1cadb;
    border-bottom-color: #c4bbd0
}

.b-popover-tpb-purple .popover-body {
    color: #221237
}

.b-sidebar-outer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    overflow: visible;
    z-index: calc(1030 + 5)
}

.b-sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    opacity: .6
}

.b-sidebar {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    width: 320px;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    margin: 0;
    outline: 0;
    transform: translateX(0)
}

.b-sidebar.slide {
    transition: transform .3s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .b-sidebar.slide {
        transition: none
    }
}

.b-sidebar:not(.b-sidebar-right) {
    left: 0;
    right: auto
}

.b-sidebar:not(.b-sidebar-right).slide:not(.show) {
    transform: translateX(-100%)
}

.b-sidebar:not(.b-sidebar-right)>.b-sidebar-header .close {
    margin-left: auto
}

.b-sidebar.b-sidebar-right {
    left: auto;
    right: 0
}

.b-sidebar.b-sidebar-right.slide:not(.show) {
    transform: translateX(100%)
}

.b-sidebar.b-sidebar-right>.b-sidebar-header .close {
    margin-right: auto
}

.b-sidebar>.b-sidebar-header {
    font-size: 1.5rem;
    padding: 0 1rem;
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    align-items: center
}

[dir=rtl] .b-sidebar>.b-sidebar-header {
    flex-direction: row-reverse
}

.b-sidebar>.b-sidebar-header .close {
    float: none;
    font-size: 1.5rem
}

.b-sidebar>.b-sidebar-body {
    flex-grow: 1;
    height: 100%;
    overflow-y: auto
}

.b-sidebar>.b-sidebar-footer {
    flex-grow: 0
}

.b-skeleton-wrapper {
    cursor: wait
}

.b-skeleton {
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .12);
    cursor: wait;
    -webkit-mask-image: radial-gradient(white, black);
    mask-image: radial-gradient(white, black)
}

.b-skeleton::before {
    content: " "
}

.b-skeleton-text {
    height: 14;
    margin-bottom: .25rem;
    border-radius: .25rem
}

.b-skeleton-button {
    width: 75px;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.35;
    border-radius: .2rem
}

.b-skeleton-avatar {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%
}

.b-skeleton-input {
    height: calc(1.35em + 1rem + 2px);
    padding: .5rem .75rem;
    line-height: 1.35;
    border: #ced4da solid 1px;
    border-radius: .2rem
}

.b-skeleton-icon-wrapper svg {
    color: rgba(0, 0, 0, .12)
}

.b-skeleton-img {
    height: 100%;
    width: 100%
}

.b-skeleton-animate-wave::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: b-skeleton-animate-wave 1.75s linear infinite
}

@media(prefers-reduced-motion: reduce) {
    .b-skeleton-animate-wave::after {
        background: none;
        animation: none
    }
}

@keyframes b-skeleton-animate-wave {
    from {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(100%)
    }
}

.b-skeleton-animate-fade {
    animation: b-skeleton-animate-fade .875s ease-in-out alternate infinite
}

@media(prefers-reduced-motion: reduce) {
    .b-skeleton-animate-fade {
        animation: none
    }
}

@keyframes b-skeleton-animate-fade {
    0% {
        opacity: 1
    }

    100% {
        opacity: .4
    }
}

.b-skeleton-animate-throb {
    animation: b-skeleton-animate-throb .875s ease-in alternate infinite
}

@media(prefers-reduced-motion: reduce) {
    .b-skeleton-animate-throb {
        animation: none
    }
}

@keyframes b-skeleton-animate-throb {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0.975)
    }
}

.table.b-table.b-table-fixed {
    table-layout: fixed
}

.table.b-table.b-table-no-border-collapse {
    border-collapse: separate;
    border-spacing: 0
}

.table.b-table[aria-busy=true] {
    opacity: .55
}

.table.b-table>tbody>tr.b-table-details>td {
    border-top: none !important
}

.table.b-table>caption {
    caption-side: bottom
}

.table.b-table.b-table-caption-top>caption {
    caption-side: top !important
}

.table.b-table>tbody>.table-active,
.table.b-table>tbody>.table-active>th,
.table.b-table>tbody>.table-active>td {
    background-color: rgba(0, 0, 0, .075)
}

.table.b-table.table-hover>tbody>tr.table-active:hover td,
.table.b-table.table-hover>tbody>tr.table-active:hover th {
    color: #fff;
    background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
    background-repeat: no-repeat
}

.table.b-table>tbody>.bg-active,
.table.b-table>tbody>.bg-active>th,
.table.b-table>tbody>.bg-active>td {
    background-color: rgba(255, 255, 255, .075) !important
}

.table.b-table.table-hover.table-dark>tbody>tr.bg-active:hover td,
.table.b-table.table-hover.table-dark>tbody>tr.bg-active:hover th {
    color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
    background-repeat: no-repeat
}

.b-table-sticky-header,
.table-responsive,
[class*=table-responsive-] {
    margin-bottom: 1rem
}

.b-table-sticky-header>.table,
.table-responsive>.table,
[class*=table-responsive-]>.table {
    margin-bottom: 0
}

.b-table-sticky-header {
    overflow-y: auto;
    max-height: 300px
}

@media print {
    .b-table-sticky-header {
        overflow-y: visible !important;
        max-height: none !important
    }
}

@supports(position: sticky) {
    .b-table-sticky-header>.table.b-table>thead>tr>th {
        position: sticky;
        top: 0;
        z-index: 2
    }

    .b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,
    .b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,
    .b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,
    [class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column,
    [class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,
    [class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column {
        position: sticky;
        left: 0
    }

    .b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,
    [class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column {
        z-index: 5
    }

    .b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,
    .b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,
    .table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,
    [class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,
    [class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column {
        z-index: 2
    }

    .table.b-table>thead>tr>.table-b-table-default,
    .table.b-table>tbody>tr>.table-b-table-default,
    .table.b-table>tfoot>tr>.table-b-table-default {
        color: #fff;
        background-color: #000
    }

    .table.b-table.table-dark>thead>tr>.bg-b-table-default,
    .table.b-table.table-dark>tbody>tr>.bg-b-table-default,
    .table.b-table.table-dark>tfoot>tr>.bg-b-table-default {
        color: #fff;
        background-color: #343a40
    }

    .table.b-table.table-striped>tbody>tr:nth-of-type(odd)>.table-b-table-default {
        background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
        background-repeat: no-repeat
    }

    .table.b-table.table-striped.table-dark>tbody>tr:nth-of-type(odd)>.bg-b-table-default {
        background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
        background-repeat: no-repeat
    }

    .table.b-table.table-hover>tbody>tr:hover>.table-b-table-default {
        color: #fff;
        background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
        background-repeat: no-repeat
    }

    .table.b-table.table-hover.table-dark>tbody>tr:hover>.bg-b-table-default {
        color: #fff;
        background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
        background-repeat: no-repeat
    }
}

.table.b-table>thead>tr>[aria-sort],
.table.b-table>tfoot>tr>[aria-sort] {
    cursor: pointer;
    background-image: none;
    background-repeat: no-repeat;
    background-size: .65em 1em
}

.table.b-table>thead>tr>[aria-sort]:not(.b-table-sort-icon-left),
.table.b-table>tfoot>tr>[aria-sort]:not(.b-table-sort-icon-left) {
    background-position: right calc(0.75rem / 2) center;
    padding-right: calc(0.75rem + 0.65em)
}

.table.b-table>thead>tr>[aria-sort].b-table-sort-icon-left,
.table.b-table>tfoot>tr>[aria-sort].b-table-sort-icon-left {
    background-position: left calc(0.75rem / 2) center;
    padding-left: calc(0.75rem + 0.65em)
}

.table.b-table>thead>tr>[aria-sort=none],
.table.b-table>tfoot>tr>[aria-sort=none] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")
}

.table.b-table>thead>tr>[aria-sort=ascending],
.table.b-table>tfoot>tr>[aria-sort=ascending] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")
}

.table.b-table>thead>tr>[aria-sort=descending],
.table.b-table>tfoot>tr>[aria-sort=descending] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")
}

.table.b-table.table-dark>thead>tr>[aria-sort=none],
.table.b-table.table-dark>tfoot>tr>[aria-sort=none],
.table.b-table>.thead-dark>tr>[aria-sort=none] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")
}

.table.b-table.table-dark>thead>tr>[aria-sort=ascending],
.table.b-table.table-dark>tfoot>tr>[aria-sort=ascending],
.table.b-table>.thead-dark>tr>[aria-sort=ascending] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")
}

.table.b-table.table-dark>thead>tr>[aria-sort=descending],
.table.b-table.table-dark>tfoot>tr>[aria-sort=descending],
.table.b-table>.thead-dark>tr>[aria-sort=descending] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")
}

.table.b-table>thead>tr>.table-dark[aria-sort=none],
.table.b-table>tfoot>tr>.table-dark[aria-sort=none] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")
}

.table.b-table>thead>tr>.table-dark[aria-sort=ascending],
.table.b-table>tfoot>tr>.table-dark[aria-sort=ascending] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")
}

.table.b-table>thead>tr>.table-dark[aria-sort=descending],
.table.b-table>tfoot>tr>.table-dark[aria-sort=descending] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e")
}

.table.b-table.table-sm>thead>tr>[aria-sort]:not(.b-table-sort-icon-left),
.table.b-table.table-sm>tfoot>tr>[aria-sort]:not(.b-table-sort-icon-left) {
    background-position: right calc(0.3rem / 2) center;
    padding-right: calc(0.3rem + 0.65em)
}

.table.b-table.table-sm>thead>tr>[aria-sort].b-table-sort-icon-left,
.table.b-table.table-sm>tfoot>tr>[aria-sort].b-table-sort-icon-left {
    background-position: left calc(0.3rem / 2) center;
    padding-left: calc(0.3rem + 0.65em)
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click)>tbody>tr {
    cursor: pointer
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range>tbody>tr {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@media(max-width: 639.98px) {
    .table.b-table.b-table-stacked-sm {
        display: block;
        width: 100%
    }

    .table.b-table.b-table-stacked-sm>caption,
    .table.b-table.b-table-stacked-sm>tbody,
    .table.b-table.b-table-stacked-sm>tbody>tr,
    .table.b-table.b-table-stacked-sm>tbody>tr>td,
    .table.b-table.b-table-stacked-sm>tbody>tr>th {
        display: block
    }

    .table.b-table.b-table-stacked-sm>thead,
    .table.b-table.b-table-stacked-sm>tfoot {
        display: none
    }

    .table.b-table.b-table-stacked-sm>thead>tr.b-table-top-row,
    .table.b-table.b-table-stacked-sm>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-sm>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked-sm>tfoot>tr.b-table-bottom-row {
        display: none
    }

    .table.b-table.b-table-stacked-sm>caption {
        caption-side: top !important
    }

    .table.b-table.b-table-stacked-sm>tbody>tr>[data-label]::before {
        content: attr(data-label);
        width: 40%;
        float: left;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: bold;
        font-style: normal;
        padding: 0 calc(1rem / 2) 0 0;
        margin: 0
    }

    .table.b-table.b-table-stacked-sm>tbody>tr>[data-label]::after {
        display: block;
        clear: both;
        content: ""
    }

    .table.b-table.b-table-stacked-sm>tbody>tr>[data-label]>div {
        display: inline-block;
        width: calc(100% - 40%);
        padding: 0 0 0 calc(1rem / 2);
        margin: 0
    }

    .table.b-table.b-table-stacked-sm>tbody>tr.top-row,
    .table.b-table.b-table-stacked-sm>tbody>tr.bottom-row {
        display: none
    }

    .table.b-table.b-table-stacked-sm>tbody>tr>:first-child {
        border-top-width: 3px
    }

    .table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+td,
    .table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+th {
        border-top-width: 3px
    }
}

@media(max-width: 767.98px) {
    .table.b-table.b-table-stacked-md {
        display: block;
        width: 100%
    }

    .table.b-table.b-table-stacked-md>caption,
    .table.b-table.b-table-stacked-md>tbody,
    .table.b-table.b-table-stacked-md>tbody>tr,
    .table.b-table.b-table-stacked-md>tbody>tr>td,
    .table.b-table.b-table-stacked-md>tbody>tr>th {
        display: block
    }

    .table.b-table.b-table-stacked-md>thead,
    .table.b-table.b-table-stacked-md>tfoot {
        display: none
    }

    .table.b-table.b-table-stacked-md>thead>tr.b-table-top-row,
    .table.b-table.b-table-stacked-md>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-md>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked-md>tfoot>tr.b-table-bottom-row {
        display: none
    }

    .table.b-table.b-table-stacked-md>caption {
        caption-side: top !important
    }

    .table.b-table.b-table-stacked-md>tbody>tr>[data-label]::before {
        content: attr(data-label);
        width: 40%;
        float: left;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: bold;
        font-style: normal;
        padding: 0 calc(1rem / 2) 0 0;
        margin: 0
    }

    .table.b-table.b-table-stacked-md>tbody>tr>[data-label]::after {
        display: block;
        clear: both;
        content: ""
    }

    .table.b-table.b-table-stacked-md>tbody>tr>[data-label]>div {
        display: inline-block;
        width: calc(100% - 40%);
        padding: 0 0 0 calc(1rem / 2);
        margin: 0
    }

    .table.b-table.b-table-stacked-md>tbody>tr.top-row,
    .table.b-table.b-table-stacked-md>tbody>tr.bottom-row {
        display: none
    }

    .table.b-table.b-table-stacked-md>tbody>tr>:first-child {
        border-top-width: 3px
    }

    .table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+td,
    .table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+th {
        border-top-width: 3px
    }
}

@media(max-width: 1023.98px) {
    .table.b-table.b-table-stacked-lg {
        display: block;
        width: 100%
    }

    .table.b-table.b-table-stacked-lg>caption,
    .table.b-table.b-table-stacked-lg>tbody,
    .table.b-table.b-table-stacked-lg>tbody>tr,
    .table.b-table.b-table-stacked-lg>tbody>tr>td,
    .table.b-table.b-table-stacked-lg>tbody>tr>th {
        display: block
    }

    .table.b-table.b-table-stacked-lg>thead,
    .table.b-table.b-table-stacked-lg>tfoot {
        display: none
    }

    .table.b-table.b-table-stacked-lg>thead>tr.b-table-top-row,
    .table.b-table.b-table-stacked-lg>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-lg>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked-lg>tfoot>tr.b-table-bottom-row {
        display: none
    }

    .table.b-table.b-table-stacked-lg>caption {
        caption-side: top !important
    }

    .table.b-table.b-table-stacked-lg>tbody>tr>[data-label]::before {
        content: attr(data-label);
        width: 40%;
        float: left;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: bold;
        font-style: normal;
        padding: 0 calc(1rem / 2) 0 0;
        margin: 0
    }

    .table.b-table.b-table-stacked-lg>tbody>tr>[data-label]::after {
        display: block;
        clear: both;
        content: ""
    }

    .table.b-table.b-table-stacked-lg>tbody>tr>[data-label]>div {
        display: inline-block;
        width: calc(100% - 40%);
        padding: 0 0 0 calc(1rem / 2);
        margin: 0
    }

    .table.b-table.b-table-stacked-lg>tbody>tr.top-row,
    .table.b-table.b-table-stacked-lg>tbody>tr.bottom-row {
        display: none
    }

    .table.b-table.b-table-stacked-lg>tbody>tr>:first-child {
        border-top-width: 3px
    }

    .table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+td,
    .table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+th {
        border-top-width: 3px
    }
}

@media(max-width: 1279.98px) {
    .table.b-table.b-table-stacked-xl {
        display: block;
        width: 100%
    }

    .table.b-table.b-table-stacked-xl>caption,
    .table.b-table.b-table-stacked-xl>tbody,
    .table.b-table.b-table-stacked-xl>tbody>tr,
    .table.b-table.b-table-stacked-xl>tbody>tr>td,
    .table.b-table.b-table-stacked-xl>tbody>tr>th {
        display: block
    }

    .table.b-table.b-table-stacked-xl>thead,
    .table.b-table.b-table-stacked-xl>tfoot {
        display: none
    }

    .table.b-table.b-table-stacked-xl>thead>tr.b-table-top-row,
    .table.b-table.b-table-stacked-xl>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-xl>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked-xl>tfoot>tr.b-table-bottom-row {
        display: none
    }

    .table.b-table.b-table-stacked-xl>caption {
        caption-side: top !important
    }

    .table.b-table.b-table-stacked-xl>tbody>tr>[data-label]::before {
        content: attr(data-label);
        width: 40%;
        float: left;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: bold;
        font-style: normal;
        padding: 0 calc(1rem / 2) 0 0;
        margin: 0
    }

    .table.b-table.b-table-stacked-xl>tbody>tr>[data-label]::after {
        display: block;
        clear: both;
        content: ""
    }

    .table.b-table.b-table-stacked-xl>tbody>tr>[data-label]>div {
        display: inline-block;
        width: calc(100% - 40%);
        padding: 0 0 0 calc(1rem / 2);
        margin: 0
    }

    .table.b-table.b-table-stacked-xl>tbody>tr.top-row,
    .table.b-table.b-table-stacked-xl>tbody>tr.bottom-row {
        display: none
    }

    .table.b-table.b-table-stacked-xl>tbody>tr>:first-child {
        border-top-width: 3px
    }

    .table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+td,
    .table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+th {
        border-top-width: 3px
    }
}

@media(max-width: 1535.98px) {
    .table.b-table.b-table-stacked-xxl {
        display: block;
        width: 100%
    }

    .table.b-table.b-table-stacked-xxl>caption,
    .table.b-table.b-table-stacked-xxl>tbody,
    .table.b-table.b-table-stacked-xxl>tbody>tr,
    .table.b-table.b-table-stacked-xxl>tbody>tr>td,
    .table.b-table.b-table-stacked-xxl>tbody>tr>th {
        display: block
    }

    .table.b-table.b-table-stacked-xxl>thead,
    .table.b-table.b-table-stacked-xxl>tfoot {
        display: none
    }

    .table.b-table.b-table-stacked-xxl>thead>tr.b-table-top-row,
    .table.b-table.b-table-stacked-xxl>thead>tr.b-table-bottom-row,
    .table.b-table.b-table-stacked-xxl>tfoot>tr.b-table-top-row,
    .table.b-table.b-table-stacked-xxl>tfoot>tr.b-table-bottom-row {
        display: none
    }

    .table.b-table.b-table-stacked-xxl>caption {
        caption-side: top !important
    }

    .table.b-table.b-table-stacked-xxl>tbody>tr>[data-label]::before {
        content: attr(data-label);
        width: 40%;
        float: left;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: bold;
        font-style: normal;
        padding: 0 calc(1rem / 2) 0 0;
        margin: 0
    }

    .table.b-table.b-table-stacked-xxl>tbody>tr>[data-label]::after {
        display: block;
        clear: both;
        content: ""
    }

    .table.b-table.b-table-stacked-xxl>tbody>tr>[data-label]>div {
        display: inline-block;
        width: calc(100% - 40%);
        padding: 0 0 0 calc(1rem / 2);
        margin: 0
    }

    .table.b-table.b-table-stacked-xxl>tbody>tr.top-row,
    .table.b-table.b-table-stacked-xxl>tbody>tr.bottom-row {
        display: none
    }

    .table.b-table.b-table-stacked-xxl>tbody>tr>:first-child {
        border-top-width: 3px
    }

    .table.b-table.b-table-stacked-xxl>tbody>tr>[rowspan]+td,
    .table.b-table.b-table-stacked-xxl>tbody>tr>[rowspan]+th {
        border-top-width: 3px
    }
}

.table.b-table.b-table-stacked {
    display: block;
    width: 100%
}

.table.b-table.b-table-stacked>caption,
.table.b-table.b-table-stacked>tbody,
.table.b-table.b-table-stacked>tbody>tr,
.table.b-table.b-table-stacked>tbody>tr>td,
.table.b-table.b-table-stacked>tbody>tr>th {
    display: block
}

.table.b-table.b-table-stacked>thead,
.table.b-table.b-table-stacked>tfoot {
    display: none
}

.table.b-table.b-table-stacked>thead>tr.b-table-top-row,
.table.b-table.b-table-stacked>thead>tr.b-table-bottom-row,
.table.b-table.b-table-stacked>tfoot>tr.b-table-top-row,
.table.b-table.b-table-stacked>tfoot>tr.b-table-bottom-row {
    display: none
}

.table.b-table.b-table-stacked>caption {
    caption-side: top !important
}

.table.b-table.b-table-stacked>tbody>tr>[data-label]::before {
    content: attr(data-label);
    width: 40%;
    float: left;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
    padding: 0 calc(1rem / 2) 0 0;
    margin: 0
}

.table.b-table.b-table-stacked>tbody>tr>[data-label]::after {
    display: block;
    clear: both;
    content: ""
}

.table.b-table.b-table-stacked>tbody>tr>[data-label]>div {
    display: inline-block;
    width: calc(100% - 40%);
    padding: 0 0 0 calc(1rem / 2);
    margin: 0
}

.table.b-table.b-table-stacked>tbody>tr.top-row,
.table.b-table.b-table-stacked>tbody>tr.bottom-row {
    display: none
}

.table.b-table.b-table-stacked>tbody>tr>:first-child {
    border-top-width: 3px
}

.table.b-table.b-table-stacked>tbody>tr>[rowspan]+td,
.table.b-table.b-table-stacked>tbody>tr>[rowspan]+th {
    border-top-width: 3px
}

.b-time {
    min-width: 150px
}

.b-time[aria-disabled=true] output,
.b-time[aria-readonly=true] output,
.b-time output.disabled {
    background-color: #e9ecef;
    opacity: 1
}

.b-time[aria-disabled=true] output {
    pointer-events: none
}

[dir=rtl] .b-time>.d-flex:not(.flex-column) {
    flex-direction: row-reverse
}

.b-time .b-time-header {
    margin-bottom: .5rem
}

.b-time .b-time-header output {
    padding: .25rem;
    font-size: 80%
}

.b-time .b-time-footer {
    margin-top: .5rem
}

.b-time .b-time-ampm {
    margin-left: .5rem
}

.b-toast {
    display: block;
    position: relative;
    max-width: 350px;
    backface-visibility: hidden;
    background-clip: padding-box;
    z-index: 1;
    border-radius: .25rem
}

.b-toast .toast {
    background-color: rgba(255, 255, 255, .85)
}

.b-toast:not(:last-child) {
    margin-bottom: .75rem
}

.b-toast.b-toast-solid .toast {
    background-color: #fff
}

.b-toast .toast {
    opacity: 1
}

.b-toast .toast.fade:not(.show) {
    opacity: 0
}

.b-toast .toast .toast-body {
    display: block
}

.b-toast-primary .toast {
    background-color: rgba(255, 240, 230, .85);
    border-color: rgba(255, 212, 184, .85);
    color: #853500
}

.b-toast-primary .toast .toast-header {
    color: #853500;
    background-color: rgba(255, 224, 204, .85);
    border-bottom-color: rgba(255, 212, 184, .85)
}

.b-toast-primary.b-toast-solid .toast {
    background-color: #fff0e6
}

.b-toast-secondary .toast {
    background-color: rgba(233, 245, 254, .85);
    border-color: rgba(191, 225, 252, .85);
    color: #0e4c80
}

.b-toast-secondary .toast .toast-header {
    color: #0e4c80;
    background-color: rgba(209, 233, 253, .85);
    border-bottom-color: rgba(191, 225, 252, .85)
}

.b-toast-secondary.b-toast-solid .toast {
    background-color: #e9f5fe
}

.b-toast-success .toast {
    background-color: rgba(230, 245, 233, .85);
    border-color: rgba(195, 230, 203, .85);
    color: #155724
}

.b-toast-success .toast .toast-header {
    color: #155724;
    background-color: rgba(212, 237, 218, .85);
    border-bottom-color: rgba(195, 230, 203, .85)
}

.b-toast-success.b-toast-solid .toast {
    background-color: #e6f5e9
}

.b-toast-info .toast {
    background-color: rgba(229, 244, 247, .85);
    border-color: rgba(190, 229, 235, .85);
    color: #0c5460
}

.b-toast-info .toast .toast-header {
    color: #0c5460;
    background-color: rgba(209, 236, 241, .85);
    border-bottom-color: rgba(190, 229, 235, .85)
}

.b-toast-info.b-toast-solid .toast {
    background-color: #e5f4f7
}

.b-toast-warning .toast {
    background-color: rgba(255, 249, 231, .85);
    border-color: rgba(255, 238, 186, .85);
    color: #856404
}

.b-toast-warning .toast .toast-header {
    color: #856404;
    background-color: rgba(255, 243, 205, .85);
    border-bottom-color: rgba(255, 238, 186, .85)
}

.b-toast-warning.b-toast-solid .toast {
    background-color: #fff9e7
}

.b-toast-danger .toast {
    background-color: rgba(252, 237, 238, .85);
    border-color: rgba(245, 198, 203, .85);
    color: #721c24
}

.b-toast-danger .toast .toast-header {
    color: #721c24;
    background-color: rgba(248, 215, 218, .85);
    border-bottom-color: rgba(245, 198, 203, .85)
}

.b-toast-danger.b-toast-solid .toast {
    background-color: #fcedee
}

.b-toast-light .toast {
    background-color: rgba(255, 255, 255, .85);
    border-color: rgba(253, 253, 254, .85);
    color: #818182
}

.b-toast-light .toast .toast-header {
    color: #818182;
    background-color: rgba(254, 254, 254, .85);
    border-bottom-color: rgba(253, 253, 254, .85)
}

.b-toast-light.b-toast-solid .toast {
    background-color: #fff
}

.b-toast-dark .toast {
    background-color: rgba(223, 223, 223, .85);
    border-color: rgba(192, 192, 192, .85);
    color: #101010
}

.b-toast-dark .toast .toast-header {
    color: #101010;
    background-color: rgba(210, 210, 210, .85);
    border-bottom-color: rgba(192, 192, 192, .85)
}

.b-toast-dark.b-toast-solid .toast {
    background-color: #dfdfdf
}

.b-toast-dark-gray .toast {
    background-color: rgba(232, 232, 232, .85);
    border-color: rgba(204, 204, 204, .85);
    color: #262626
}

.b-toast-dark-gray .toast .toast-header {
    color: #262626;
    background-color: rgba(219, 219, 219, .85);
    border-bottom-color: rgba(204, 204, 204, .85)
}

.b-toast-dark-gray.b-toast-solid .toast {
    background-color: #e8e8e8
}

.b-toast-darken .toast {
    background-color: rgba(219, 219, 219, .85);
    border-color: rgba(186, 186, 186, .85);
    color: #050505
}

.b-toast-darken .toast .toast-header {
    color: #050505;
    background-color: rgba(206, 206, 206, .85);
    border-bottom-color: rgba(186, 186, 186, .85)
}

.b-toast-darken.b-toast-solid .toast {
    background-color: #dbdbdb
}

.b-toast-black .toast {
    background-color: rgba(217, 217, 217, .85);
    border-color: rgba(184, 184, 184, .85);
    color: #000
}

.b-toast-black .toast .toast-header {
    color: #000;
    background-color: rgba(204, 204, 204, .85);
    border-bottom-color: rgba(184, 184, 184, .85)
}

.b-toast-black.b-toast-solid .toast {
    background-color: #d9d9d9
}

.b-toast-tpb-purple .toast {
    background-color: rgba(230, 226, 235, .85);
    border-color: rgba(202, 193, 213, .85);
    color: #221237
}

.b-toast-tpb-purple .toast .toast-header {
    color: #221237;
    background-color: rgba(217, 211, 225, .85);
    border-bottom-color: rgba(202, 193, 213, .85)
}

.b-toast-tpb-purple.b-toast-solid .toast {
    background-color: #e6e2eb
}

.b-toaster {
    z-index: 1100
}

.b-toaster .b-toaster-slot {
    position: relative;
    display: block
}

.b-toaster .b-toaster-slot:empty {
    display: none !important
}

.b-toaster.b-toaster-top-right,
.b-toaster.b-toaster-top-left,
.b-toaster.b-toaster-top-center,
.b-toaster.b-toaster-top-full,
.b-toaster.b-toaster-bottom-right,
.b-toaster.b-toaster-bottom-left,
.b-toaster.b-toaster-bottom-center,
.b-toaster.b-toaster-bottom-full {
    position: fixed;
    left: .5rem;
    right: .5rem;
    margin: 0;
    padding: 0;
    height: 0;
    overflow: visible
}

.b-toaster.b-toaster-top-right .b-toaster-slot,
.b-toaster.b-toaster-top-left .b-toaster-slot,
.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-top-full .b-toaster-slot,
.b-toaster.b-toaster-bottom-right .b-toaster-slot,
.b-toaster.b-toaster-bottom-left .b-toaster-slot,
.b-toaster.b-toaster-bottom-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-full .b-toaster-slot {
    position: absolute;
    max-width: 350px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0
}

.b-toaster.b-toaster-top-full .b-toaster-slot,
.b-toaster.b-toaster-bottom-full .b-toaster-slot {
    width: 100%;
    max-width: 100%
}

.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-top-full .b-toaster-slot .toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
    width: 100%;
    max-width: 100%
}

.b-toaster.b-toaster-top-right,
.b-toaster.b-toaster-top-left,
.b-toaster.b-toaster-top-center,
.b-toaster.b-toaster-top-full {
    top: 0
}

.b-toaster.b-toaster-top-right .b-toaster-slot,
.b-toaster.b-toaster-top-left .b-toaster-slot,
.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-top-full .b-toaster-slot {
    top: .5rem
}

.b-toaster.b-toaster-bottom-right,
.b-toaster.b-toaster-bottom-left,
.b-toaster.b-toaster-bottom-center,
.b-toaster.b-toaster-bottom-full {
    bottom: 0
}

.b-toaster.b-toaster-bottom-right .b-toaster-slot,
.b-toaster.b-toaster-bottom-left .b-toaster-slot,
.b-toaster.b-toaster-bottom-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-full .b-toaster-slot {
    bottom: .5rem
}

.b-toaster.b-toaster-top-right .b-toaster-slot,
.b-toaster.b-toaster-bottom-right .b-toaster-slot,
.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-center .b-toaster-slot {
    margin-left: auto
}

.b-toaster.b-toaster-top-left .b-toaster-slot,
.b-toaster.b-toaster-bottom-left .b-toaster-slot,
.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-center .b-toaster-slot {
    margin-right: auto
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-move,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-move,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
    transition: transform .175s
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
    transition-delay: .175s
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
    position: absolute;
    transition-delay: .175s
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
    transition-delay: 0s
}

.tooltip.b-tooltip {
    display: block;
    opacity: .9;
    outline: 0
}

.tooltip.b-tooltip.fade:not(.show) {
    opacity: 0
}

.tooltip.b-tooltip.show {
    opacity: .9
}

.tooltip.b-tooltip.noninteractive {
    pointer-events: none
}

.tooltip.b-tooltip .arrow {
    margin: 0 .2rem
}

.tooltip.b-tooltip.bs-tooltip-right .arrow,
.tooltip.b-tooltip.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.b-tooltip.bs-tooltip-left .arrow,
.tooltip.b-tooltip.bs-tooltip-auto[x-placement^=left] .arrow {
    margin: .2rem 0
}

.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before {
    border-top-color: #ff6500
}

.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before {
    border-right-color: #ff6500
}

.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    border-bottom-color: #ff6500
}

.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before {
    border-left-color: #ff6500
}

.tooltip.b-tooltip-primary .tooltip-inner {
    color: #fff;
    background-color: #ff6500
}

.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before {
    border-top-color: #1a93f6
}

.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before {
    border-right-color: #1a93f6
}

.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    border-bottom-color: #1a93f6
}

.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before {
    border-left-color: #1a93f6
}

.tooltip.b-tooltip-secondary .tooltip-inner {
    color: #fff;
    background-color: #1a93f6
}

.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before {
    border-top-color: #28a745
}

.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before {
    border-right-color: #28a745
}

.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    border-bottom-color: #28a745
}

.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before {
    border-left-color: #28a745
}

.tooltip.b-tooltip-success .tooltip-inner {
    color: #fff;
    background-color: #28a745
}

.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before {
    border-top-color: #17a2b8
}

.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before {
    border-right-color: #17a2b8
}

.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    border-bottom-color: #17a2b8
}

.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before {
    border-left-color: #17a2b8
}

.tooltip.b-tooltip-info .tooltip-inner {
    color: #fff;
    background-color: #17a2b8
}

.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before {
    border-top-color: #ffc107
}

.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before {
    border-right-color: #ffc107
}

.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    border-bottom-color: #ffc107
}

.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before {
    border-left-color: #ffc107
}

.tooltip.b-tooltip-warning .tooltip-inner {
    color: #212529;
    background-color: #ffc107
}

.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before {
    border-top-color: #dc3545
}

.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before {
    border-right-color: #dc3545
}

.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    border-bottom-color: #dc3545
}

.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before {
    border-left-color: #dc3545
}

.tooltip.b-tooltip-danger .tooltip-inner {
    color: #fff;
    background-color: #dc3545
}

.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before {
    border-top-color: #f8f9fa
}

.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before {
    border-right-color: #f8f9fa
}

.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    border-bottom-color: #f8f9fa
}

.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before {
    border-left-color: #f8f9fa
}

.tooltip.b-tooltip-light .tooltip-inner {
    color: #212529;
    background-color: #f8f9fa
}

.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before {
    border-top-color: #1f1f1f
}

.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before {
    border-right-color: #1f1f1f
}

.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    border-bottom-color: #1f1f1f
}

.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before {
    border-left-color: #1f1f1f
}

.tooltip.b-tooltip-dark .tooltip-inner {
    color: #fff;
    background-color: #1f1f1f
}

.tooltip.b-tooltip-dark-gray.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^=top] .arrow::before {
    border-top-color: #4a4a4a
}

.tooltip.b-tooltip-dark-gray.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^=right] .arrow::before {
    border-right-color: #4a4a4a
}

.tooltip.b-tooltip-dark-gray.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    border-bottom-color: #4a4a4a
}

.tooltip.b-tooltip-dark-gray.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-dark-gray.bs-tooltip-auto[x-placement^=left] .arrow::before {
    border-left-color: #4a4a4a
}

.tooltip.b-tooltip-dark-gray .tooltip-inner {
    color: #fff;
    background-color: #4a4a4a
}

.tooltip.b-tooltip-darken.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-darken.bs-tooltip-auto[x-placement^=top] .arrow::before {
    border-top-color: #090909
}

.tooltip.b-tooltip-darken.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-darken.bs-tooltip-auto[x-placement^=right] .arrow::before {
    border-right-color: #090909
}

.tooltip.b-tooltip-darken.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-darken.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    border-bottom-color: #090909
}

.tooltip.b-tooltip-darken.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-darken.bs-tooltip-auto[x-placement^=left] .arrow::before {
    border-left-color: #090909
}

.tooltip.b-tooltip-darken .tooltip-inner {
    color: #fff;
    background-color: #090909
}

.tooltip.b-tooltip-black.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=top] .arrow::before {
    border-top-color: #000
}

.tooltip.b-tooltip-black.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=right] .arrow::before {
    border-right-color: #000
}

.tooltip.b-tooltip-black.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    border-bottom-color: #000
}

.tooltip.b-tooltip-black.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-black.bs-tooltip-auto[x-placement^=left] .arrow::before {
    border-left-color: #000
}

.tooltip.b-tooltip-black .tooltip-inner {
    color: #fff;
    background-color: #000
}

.tooltip.b-tooltip-tpb-purple.bs-tooltip-top .arrow::before,
.tooltip.b-tooltip-tpb-purple.bs-tooltip-auto[x-placement^=top] .arrow::before {
    border-top-color: #42236a
}

.tooltip.b-tooltip-tpb-purple.bs-tooltip-right .arrow::before,
.tooltip.b-tooltip-tpb-purple.bs-tooltip-auto[x-placement^=right] .arrow::before {
    border-right-color: #42236a
}

.tooltip.b-tooltip-tpb-purple.bs-tooltip-bottom .arrow::before,
.tooltip.b-tooltip-tpb-purple.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    border-bottom-color: #42236a
}

.tooltip.b-tooltip-tpb-purple.bs-tooltip-left .arrow::before,
.tooltip.b-tooltip-tpb-purple.bs-tooltip-auto[x-placement^=left] .arrow::before {
    border-left-color: #42236a
}

.tooltip.b-tooltip-tpb-purple .tooltip-inner {
    color: #fff;
    background-color: #42236a
}

.b-icon.bi {
    display: inline-block;
    overflow: visible;
    vertical-align: -0.15em
}

.b-icon.b-icon-animation-cylon,
.b-icon.b-iconstack .b-icon-animation-cylon>g {
    transform-origin: center;
    animation: .75s infinite ease-in-out alternate b-icon-animation-cylon
}

@media(prefers-reduced-motion: reduce) {

    .b-icon.b-icon-animation-cylon,
    .b-icon.b-iconstack .b-icon-animation-cylon>g {
        animation: none
    }
}

.b-icon.b-icon-animation-cylon-vertical,
.b-icon.b-iconstack .b-icon-animation-cylon-vertical>g {
    transform-origin: center;
    animation: .75s infinite ease-in-out alternate b-icon-animation-cylon-vertical
}

@media(prefers-reduced-motion: reduce) {

    .b-icon.b-icon-animation-cylon-vertical,
    .b-icon.b-iconstack .b-icon-animation-cylon-vertical>g {
        animation: none
    }
}

.b-icon.b-icon-animation-fade,
.b-icon.b-iconstack .b-icon-animation-fade>g {
    transform-origin: center;
    animation: .75s infinite ease-in-out alternate b-icon-animation-fade
}

@media(prefers-reduced-motion: reduce) {

    .b-icon.b-icon-animation-fade,
    .b-icon.b-iconstack .b-icon-animation-fade>g {
        animation: none
    }
}

.b-icon.b-icon-animation-spin,
.b-icon.b-iconstack .b-icon-animation-spin>g {
    transform-origin: center;
    animation: 2s infinite linear normal b-icon-animation-spin
}

@media(prefers-reduced-motion: reduce) {

    .b-icon.b-icon-animation-spin,
    .b-icon.b-iconstack .b-icon-animation-spin>g {
        animation: none
    }
}

.b-icon.b-icon-animation-spin-reverse,
.b-icon.b-iconstack .b-icon-animation-spin-reverse>g {
    transform-origin: center;
    animation: 2s infinite linear reverse b-icon-animation-spin
}

@media(prefers-reduced-motion: reduce) {

    .b-icon.b-icon-animation-spin-reverse,
    .b-icon.b-iconstack .b-icon-animation-spin-reverse>g {
        animation: none
    }
}

.b-icon.b-icon-animation-spin-pulse,
.b-icon.b-iconstack .b-icon-animation-spin-pulse>g {
    transform-origin: center;
    animation: 1s infinite steps(8) normal b-icon-animation-spin
}

@media(prefers-reduced-motion: reduce) {

    .b-icon.b-icon-animation-spin-pulse,
    .b-icon.b-iconstack .b-icon-animation-spin-pulse>g {
        animation: none
    }
}

.b-icon.b-icon-animation-spin-reverse-pulse,
.b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse>g {
    transform-origin: center;
    animation: 1s infinite steps(8) reverse b-icon-animation-spin
}

@media(prefers-reduced-motion: reduce) {

    .b-icon.b-icon-animation-spin-reverse-pulse,
    .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse>g {
        animation: none
    }
}

.b-icon.b-icon-animation-throb,
.b-icon.b-iconstack .b-icon-animation-throb>g {
    transform-origin: center;
    animation: .75s infinite ease-in-out alternate b-icon-animation-throb
}

@media(prefers-reduced-motion: reduce) {

    .b-icon.b-icon-animation-throb,
    .b-icon.b-iconstack .b-icon-animation-throb>g {
        animation: none
    }
}

@keyframes b-icon-animation-cylon {
    0% {
        transform: translateX(-25%)
    }

    100% {
        transform: translateX(25%)
    }
}

@keyframes b-icon-animation-cylon-vertical {
    0% {
        transform: translateY(25%)
    }

    100% {
        transform: translateY(-25%)
    }
}

@keyframes b-icon-animation-fade {
    0% {
        opacity: .1
    }

    100% {
        opacity: 1
    }
}

@keyframes b-icon-animation-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

@keyframes b-icon-animation-throb {
    0% {
        opacity: .5;
        transform: scale(0.5)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.btn .b-icon.bi,
.nav-link .b-icon.bi,
.dropdown-toggle .b-icon.bi,
.dropdown-item .b-icon.bi,
.input-group-text .b-icon.bi {
    font-size: 125%;
    vertical-align: text-bottom
}

.border-gray-50 {
    border-color: #ffffff !important
}

.text-gray-50 {
    color: #ffffff
}

.border-gray-100 {
    border-color: #ffffff !important
}

.text-gray-100 {
    color: #ffffff
}

.border-gray-200 {
    border-color: #e8e8e8 !important
}

.text-gray-200 {
    color: #e8e8e8
}

.border-gray-300 {
    border-color: #d2d2d2 !important
}

.text-gray-300 {
    color: #d2d2d2
}

.border-gray-400 {
    border-color: #b4b4b4 !important
}

.text-gray-400 {
    color: #b4b4b4
}

.border-gray-500 {
    border-color: #9b9b9b !important
}

.text-gray-500 {
    color: #9b9b9b
}

.border-gray-600 {
    border-color: #828282 !important
}

.text-gray-600 {
    color: #828282
}

.border-gray-700 {
    border-color: #686868 !important
}

.text-gray-700 {
    color: #686868
}

.border-gray-800 {
    border-color: #4e4e4e !important
}

.text-gray-800 {
    color: #4e4e4e
}

.border-gray-900 {
    border-color: #353535 !important
}

.text-gray-900 {
    color: #353535
}

.border-transparent {
    border-color: transparent !important
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.leading-snug {
    line-height: 1.375
}

.leading-normal {
    line-height: 1.5
}

.leading-relaxed {
    line-height: 1.625
}

.leading-loose {
    line-height: 2
}

.tracking-tighter {
    letter-spacing: -0.05em
}

.tracking-tight {
    letter-spacing: -0.025em
}

.tracking-normal {
    letter-spacing: 0em
}

.tracking-wide {
    letter-spacing: 0.025em
}

.tracking-wider {
    letter-spacing: 0.05em
}

.tracking-widest {
    letter-spacing: 0.1em
}

.tracking-relaxed {
    letter-spacing: 0.5em
}

.rounded-sm {
    border-radius: 0.125rem
}

.rounded-md {
    border-radius: 0.375rem
}

.rounded-lg {
    border-radius: 0.5rem
}

.rounded-xl {
    border-radius: 0.75rem
}

.rounded-2xl {
    border-radius: 1rem
}

.rounded-3xl {
    border-radius: 1.5rem
}

.rounded-full {
    border-radius: 9999px
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-semibold {
    font-weight: 500 !important
}

.font-weight-bold {
    font-weight: 800 !important
}

.font-weight-black {
    font-weight: 900 !important
}

.text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem
}

.text-base {
    font-size: 1rem !important;
    line-height: 1.5rem
}

.text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem
}

.text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem
}

.text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem
}

.text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem
}

.text-5xl {
    font-size: 3rem !important;
    line-height: 1
}

.text-6xl {
    font-size: 3.75rem !important;
    line-height: 1
}

.text-7xl {
    font-size: 4.5rem !important;
    line-height: 1
}

.text-8xl {
    font-size: 6rem !important;
    line-height: 1
}

@media screen and (min-width: 640px) {
    .sm\:text-sm {
        font-size: 0.875rem !important;
        line-height: 1.25rem
    }

    .sm\:text-base {
        font-size: 1rem !important;
        line-height: 1.5rem
    }

    .sm\:text-lg {
        font-size: 1.125rem !important;
        line-height: 1.75rem
    }

    .sm\:text-xl {
        font-size: 1.25rem !important;
        line-height: 1.75rem
    }

    .sm\:text-2xl {
        font-size: 1.5rem !important;
        line-height: 2rem
    }

    .sm\:text-3xl {
        font-size: 1.875rem !important;
        line-height: 2.25rem
    }

    .sm\:text-4xl {
        font-size: 2.25rem !important;
        line-height: 2.5rem
    }

    .sm\:text-5xl {
        font-size: 3rem !important;
        line-height: 1
    }

    .sm\:text-6xl {
        font-size: 3.75rem !important;
        line-height: 1
    }

    .sm\:text-7xl {
        font-size: 4.5rem !important;
        line-height: 1
    }

    .sm\:text-8xl {
        font-size: 6rem !important;
        line-height: 1
    }
}

@media screen and (min-width: 768px) {
    .md\:text-sm {
        font-size: 0.875rem !important;
        line-height: 1.25rem
    }

    .md\:text-base {
        font-size: 1rem !important;
        line-height: 1.5rem
    }

    .md\:text-lg {
        font-size: 1.125rem !important;
        line-height: 1.75rem
    }

    .md\:text-xl {
        font-size: 1.25rem !important;
        line-height: 1.75rem
    }

    .md\:text-2xl {
        font-size: 1.5rem !important;
        line-height: 2rem
    }

    .md\:text-3xl {
        font-size: 1.875rem !important;
        line-height: 2.25rem
    }

    .md\:text-4xl {
        font-size: 2.25rem !important;
        line-height: 2.5rem
    }

    .md\:text-5xl {
        font-size: 3rem !important;
        line-height: 1
    }

    .md\:text-6xl {
        font-size: 3.75rem !important;
        line-height: 1
    }

    .md\:text-7xl {
        font-size: 4.5rem !important;
        line-height: 1
    }

    .md\:text-8xl {
        font-size: 6rem !important;
        line-height: 1
    }
}

@media screen and (min-width: 1024px) {
    .lg\:text-sm {
        font-size: 0.875rem !important;
        line-height: 1.25rem
    }

    .lg\:text-base {
        font-size: 1rem !important;
        line-height: 1.5rem
    }

    .lg\:text-lg {
        font-size: 1.125rem !important;
        line-height: 1.75rem
    }

    .lg\:text-xl {
        font-size: 1.25rem !important;
        line-height: 1.75rem
    }

    .lg\:text-2xl {
        font-size: 1.5rem !important;
        line-height: 2rem
    }

    .lg\:text-3xl {
        font-size: 1.875rem !important;
        line-height: 2.25rem
    }

    .lg\:text-4xl {
        font-size: 2.25rem !important;
        line-height: 2.5rem
    }

    .lg\:text-5xl {
        font-size: 3rem !important;
        line-height: 1
    }

    .lg\:text-6xl {
        font-size: 3.75rem !important;
        line-height: 1
    }

    .lg\:text-7xl {
        font-size: 4.5rem !important;
        line-height: 1
    }

    .lg\:text-8xl {
        font-size: 6rem !important;
        line-height: 1
    }
}

@media screen and (min-width: 1280px) {
    .xl\:text-sm {
        font-size: 0.875rem !important;
        line-height: 1.25rem
    }

    .xl\:text-base {
        font-size: 1rem !important;
        line-height: 1.5rem
    }

    .xl\:text-lg {
        font-size: 1.125rem !important;
        line-height: 1.75rem
    }

    .xl\:text-xl {
        font-size: 1.25rem !important;
        line-height: 1.75rem
    }

    .xl\:text-2xl {
        font-size: 1.5rem !important;
        line-height: 2rem
    }

    .xl\:text-3xl {
        font-size: 1.875rem !important;
        line-height: 2.25rem
    }

    .xl\:text-4xl {
        font-size: 2.25rem !important;
        line-height: 2.5rem
    }

    .xl\:text-5xl {
        font-size: 3rem !important;
        line-height: 1
    }

    .xl\:text-6xl {
        font-size: 3.75rem !important;
        line-height: 1
    }

    .xl\:text-7xl {
        font-size: 4.5rem !important;
        line-height: 1
    }

    .xl\:text-8xl {
        font-size: 6rem !important;
        line-height: 1
    }
}

@media screen and (min-width: 1536px) {
    .xxl\:text-sm {
        font-size: 0.875rem !important;
        line-height: 1.25rem
    }

    .xxl\:text-base {
        font-size: 1rem !important;
        line-height: 1.5rem
    }

    .xxl\:text-lg {
        font-size: 1.125rem !important;
        line-height: 1.75rem
    }

    .xxl\:text-xl {
        font-size: 1.25rem !important;
        line-height: 1.75rem
    }

    .xxl\:text-2xl {
        font-size: 1.5rem !important;
        line-height: 2rem
    }

    .xxl\:text-3xl {
        font-size: 1.875rem !important;
        line-height: 2.25rem
    }

    .xxl\:text-4xl {
        font-size: 2.25rem !important;
        line-height: 2.5rem
    }

    .xxl\:text-5xl {
        font-size: 3rem !important;
        line-height: 1
    }

    .xxl\:text-6xl {
        font-size: 3.75rem !important;
        line-height: 1
    }

    .xxl\:text-7xl {
        font-size: 4.5rem !important;
        line-height: 1
    }

    .xxl\:text-8xl {
        font-size: 6rem !important;
        line-height: 1
    }
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.line-clamp-none {
    -webkit-line-clamp: unset
}

.z-0 {
    z-index: 0
}

.z-1 {
    z-index: 1
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.hidden {
    display: hidden
}

.visible {
    display: visible
}

.invisible {
    display: invisible
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.h-8 {
    height: 2rem
}

.w-8 {
    width: 2rem
}

.max-h-8 {
    max-height: 2rem
}

.max-w-8 {
    max-width: 2rem
}

.h-16 {
    height: 4rem
}

.w-16 {
    width: 4rem
}

.max-h-16 {
    max-height: 4rem
}

.max-w-16 {
    max-width: 4rem
}

.h-20 {
    height: 5rem
}

.w-20 {
    width: 5rem
}

.max-h-20 {
    max-height: 5rem
}

.max-w-20 {
    max-width: 5rem
}

.h-24 {
    height: 6rem
}

.w-24 {
    width: 6rem
}

.max-h-24 {
    max-height: 6rem
}

.max-w-24 {
    max-width: 6rem
}

.h-28 {
    height: 7rem
}

.w-28 {
    width: 7rem
}

.max-h-28 {
    max-height: 7rem
}

.max-w-28 {
    max-width: 7rem
}

.h-32 {
    height: 8rem
}

.w-32 {
    width: 8rem
}

.max-h-32 {
    max-height: 8rem
}

.max-w-32 {
    max-width: 8rem
}

.h-36 {
    height: 9rem
}

.w-36 {
    width: 9rem
}

.max-h-36 {
    max-height: 9rem
}

.max-w-36 {
    max-width: 9rem
}

.h-40 {
    height: 10rem
}

.w-40 {
    width: 10rem
}

.max-h-40 {
    max-height: 10rem
}

.max-w-40 {
    max-width: 10rem
}

.h-44 {
    height: 11rem
}

.w-44 {
    width: 11rem
}

.max-h-44 {
    max-height: 11rem
}

.max-w-44 {
    max-width: 11rem
}

.h-48 {
    height: 12rem
}

.w-48 {
    width: 12rem
}

.max-h-48 {
    max-height: 12rem
}

.max-w-48 {
    max-width: 12rem
}

.h-56 {
    height: 14rem
}

.w-56 {
    width: 14rem
}

.max-h-56 {
    max-height: 14rem
}

.max-w-56 {
    max-width: 14rem
}

.h-80 {
    height: 20rem
}

.w-80 {
    width: 20rem
}

.max-h-80 {
    max-height: 20rem
}

.max-w-80 {
    max-width: 20rem
}

.h-92 {
    height: 23rem
}

.w-92 {
    width: 23rem
}

.max-h-92 {
    max-height: 23rem
}

.max-w-92 {
    max-width: 23rem
}

.h-96 {
    height: 24rem
}

.w-96 {
    width: 24rem
}

.max-h-96 {
    max-height: 24rem
}

.max-w-96 {
    max-width: 24rem
}

.h-100 {
    height: 25rem
}

.w-100 {
    width: 25rem
}

.max-h-100 {
    max-height: 25rem
}

.max-w-100 {
    max-width: 25rem
}

.h-140 {
    height: 35rem
}

.w-140 {
    width: 35rem
}

.max-h-140 {
    max-height: 35rem
}

.max-w-140 {
    max-width: 35rem
}

.opacity-0 {
    opacity: 0
}

.opacity-5 {
    opacity: 0.05
}

.opacity-10 {
    opacity: 0.1
}

.opacity-20 {
    opacity: 0.2
}

.opacity-25 {
    opacity: 0.25
}

.opacity-30 {
    opacity: 0.3
}

.opacity-40 {
    opacity: 0.4
}

.opacity-50 {
    opacity: 0.5
}

.opacity-60 {
    opacity: 0.6
}

.opacity-70 {
    opacity: 0.7
}

.opacity-75 {
    opacity: 0.75
}

.opacity-80 {
    opacity: 0.8
}

.opacity-90 {
    opacity: 0.9
}

.opacity-95 {
    opacity: 0.95
}

.opacity-100 {
    opacity: 1
}

.cursor-pointer {
    cursor: pointer
}

.line-horizontal {
    width: 100%;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    line-height: .1rem;
    margin: 10px 0 20px
}

.line-horizontal span {
    padding: 0 10px
}

.btn-primary-gradient {
    background: linear-gradient(98.57deg, #eb4a26 2%, #e01e1e 96.21%)
}

.btn-gradient-dark-gray {
    background: linear-gradient(90deg, #202020 0%, #151515 100%)
}

.btn-gradient-dark-gray:hover {
    background: linear-gradient(98.57deg, #eb4a26 2%, #e01e1e 96.21%)
}

@media only screen and (max-width: 992px) {
    .hide-on-med-and-down {
        display: none !important
    }
}

.btn-footer {
    padding: 12px 60px;
    border-radius: 7px;
    border: none;
    width: 280px
}

.btn-secondary.btn-orange:hover {
    background: #ff5833 !important
}

.btn-secondary:focus {
    border: none !important;
    box-shadow: none !important
}

.btn-primary:hover {
    background: #ff5833 !important
}

.btn-primary:focus {
    border: none !important;
    box-shadow: none !important
}

.btn {
    transition: none !important
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    border: none !important;
    -webkit-box-shadow: 0 0 0 1000px #111 inset !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-transition: background-color 600000s 0s, color 600000s 0s;
    transition: background-color 600000s 0s, color 600000s 0s
}

.navbar .navbar-toggler {
    color: #fff;
    font-size: 1.5rem
}

@media screen and (max-width: 1280px) {
    .navbar .navbar-brand {
        padding-right: 58px
    }
}

.navbar .navbar-nav .nav-item.is-active {
    position: relative
}

.navbar .navbar-nav .nav-item.is-active::after {
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: calc(100% - 2rem);
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #ff6500
}

.navbar .navbar-nav .nav-link {
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.modal-header {
    background-color: rgba(255, 255, 255, .05)
}

.modal-header .close {
    padding: 0rem .3rem .12rem .3rem;
    border-radius: 50%;
    margin-right: 0;
    margin-top: 0;
    background-color: #d2d2d2
}

.modal-title {
    padding-bottom: 0;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    flex-grow: 1
}

.modal-footer {
    padding-top: 0
}

.modal.is-light .modal-content {
    background-color: #fff !important;
    color: #333
}

.form-text {
    font-size: .875rem;
    margin-top: .5rem
}

.font-sans {
    font-family: "SFProDisplay", Arial, sans-serif !important
}

.b-avatar.badge-secondary {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), #202020
}

.loading-page[data-v-312b4608] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    /* padding-top: 300px; */
    font-size: 30px;
    font-family: sans-serif;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 1);
    transition: opacity 0.4s ease-in-out 0.8s;
    opacity: 1;
    visibility: visible;
}

.loading-container[data-v-312b4608] {
    width: 40%;
    position: absolute;
    margin-left: 30%;
    margin-top: 44vh;
}

.loading-container img[data-v-312b4608] {
    width: 40%;
}

.spinner[data-v-312b4608] {
    text-align: center;
    width: 100%;
}

.spinner>div[data-v-312b4608] {
    width: 18px;
    height: 18px;
    background-color: #ff6500;

    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay-312b4608 1.4s infinite ease-in-out both;
}

.spinner .bounce1[data-v-312b4608] {
    animation-delay: -0.32s;
}

.spinner .bounce2[data-v-312b4608] {
    animation-delay: -0.16s;
}

@keyframes sk-bouncedelay-312b4608 {

    0%,
    80%,
    100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

@media screen and (max-width: 768px) {
    .loading-container[data-v-312b4608] {
        width: 60%;
        margin-left: 20%;
    }

    .loading-container img[data-v-312b4608] {
        width: 50%;
    }
}


.app[data-v-7a740006] {
    padding-top: 0px;
    min-height: 60vh;
}

#content>div[data-v-7a740006],
#content .container-lg[data-v-7a740006] {
    background-color: #000000;
}

@media only screen and (max-width: 992px) {
    .app[data-v-7a740006] {
        padding-top: 0px;
    }
}

.landing-main .h-30 {
    max-height: 30px
}

@media only screen and (min-width: 640px) {
    .landing-main .md\:h-50 {
        max-height: 50px
    }
}

.landing-main .landing-uppercase {
    text-transform: uppercase
}

.landing-main .landing-hbo-text-xl,
.landing-main .landing-hbo-text-xl>* {
    font-size: 40px !important;
    text-transform: uppercase;
    line-height: 1
}

@media(max-width: 768px) {

    .landing-main .landing-hbo-text-xl,
    .landing-main .landing-hbo-text-xl>* {
        font-size: 24px !important
    }
}

.landing-main .landing-container--lg {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0
}

.landing-main .landing-container--xl {
    max-width: 1600px;
    padding-left: 0;
    padding-right: 0
}

@media only screen and (max-width: 640px) {
    .landing-main .mb\:landing-section--mobile-top {
        bottom: unset !important;
        top: 5rem !important
    }

    .landing-main .mb\:landing-section--mobile-bottom {
        top: 19.0rem !important;
    }

    .landing-main .mb\:landing-section--mobile-middle {
        top: 50% !important;
        transform: translateY(-50%) !important;
        bottom: unset !important
    }
    .mb {
        display: block !important;
    }
}

@media only screen and (max-width: 1440px) {
    .landing-main .landing-container--lg {
        max-width: 1180px
    }
}

@media only screen and (max-width: 1600px) {
    .landing-main .landing-container--xl {
        max-width: 1440px
    }

    .landing-main .landing-container--xl .landing-section__body {
        padding-left: 15px;
        padding-right: 15px
    }
}

.landing-main .landing-custom__wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex
}

.landing-main .landing-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

@media only screen and (max-width: 768px) {
    .landing-main .landing-custom {
        width: 100% !important
    }
}

#dropdown-notification ul.dropdown-menu {
    padding: 0;
    border: none;
    transform: translate3d(-484px, 26px, 0px) !important
}

button.dropdown-toggle {
    border: none !important;
    box-shadow: none !important;
    background: none !important;
    outline: none !important;
    padding: 1px 10px
}

button.dropdown-toggle:hover,
button.dropdown-toggle:active {
    border: none;
    background: none
}

button.dropdown-toggle img {
    width: 24px;
    height: 24px
}

.notification {
    font-style: normal
}

.notification .noti-scroll {
    min-width: 528px;
    min-height: 400px;
    max-height: 660px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), #202020;
    border-radius: 8px;
    overflow-y: scroll
}

.notification .noti-scroll .header-noti {
    position: sticky;
    position: -webkit-sticky;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), #202020;
    width: 100%;
    height: 61px;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 16px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, .1)
}

.notification .noti-scroll .header-noti h3.title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    margin: 0
}

.notification .noti-scroll .header-noti .select-options-reading {
    position: relative
}

.notification .noti-scroll .header-noti .select-options-reading svg {
    position: absolute;
    z-index: 100;
    top: 42%;
    right: 5%;
    transform: rotate(180deg);
    color: #a6a6a6
}

.notification .noti-scroll .header-noti .select-options-reading #optionReading {
    position: relative;
    color: #a6a6a6;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), #202020;
    outline: none;
    border: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.notification .noti-scroll .header-noti .select-options-reading #optionReading:focus {
    box-shadow: unset
}

.notification .noti-scroll .header-noti .select-options-reading #optionReading .select-option {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), #202020;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .25);
    border-radius: 8px
}

.notification .noti-scroll .block-noti {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), #202020;
    padding: 16px 24px;
    padding-bottom: 0px
}

.notification .noti-scroll .block-noti .date {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    margin-bottom: 8px
}

.notification .noti-scroll .block-noti ul {
    position: relative;
    margin-bottom: 0 !important;
    gap: 8px;
    transition: 400ms;
    list-style-type: none
}

.notification .noti-scroll .block-noti ul li {
    padding: 16px;
    background: #202020;
    border-radius: 8px;
    margin-bottom: 8px
}

.notification .noti-scroll .block-noti ul li:hover {
    opacity: .8
}

.notification .noti-scroll .block-noti ul .unread .table {
    margin: 0
}

.notification .noti-scroll .block-noti ul .unread .table .table-cell {
    display: flex;
    align-items: center
}

.notification .noti-scroll .block-noti ul .unread .table .table-cell img {
    width: 160px;
    height: 90px;
    border-radius: 8px
}

.notification .noti-scroll .block-noti ul .unread .table .table-cell .left {
    margin-left: 16px
}

.notification .noti-scroll .block-noti ul .unread .table .table-cell .left span.title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #fff
}

.notification .noti-scroll .block-noti ul .unread .table .table-cell .left span.title:hover {
    color: #ff6500;
    opacity: 1
}

.notification .noti-scroll .block-noti ul .unread .table .table-cell .left span.body {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    margin-bottom: 8px
}

.notification .noti-scroll .block-noti ul .unread .table .table-cell .left span.time {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #a6a6a6;
    margin-bottom: 8px
}

.notification .noti-scroll .block-noti ul .unread .table .table-cell .left:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff6500;
    position: absolute;
    right: 14px;
    top: 14px
}

.notification .noti-scroll .block-noti ul .read .table {
    margin: 0
}

.notification .noti-scroll .block-noti ul .read .table .table-cell {
    display: flex;
    align-items: center
}

.notification .noti-scroll .block-noti ul .read .table .table-cell img {
    width: 160px;
    height: 90px;
    border-radius: 8px
}

.notification .noti-scroll .block-noti ul .read .table .table-cell .left {
    margin-left: 16px
}

.notification .noti-scroll .block-noti ul .read .table .table-cell .left span.title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #fff
}

.notification .noti-scroll .block-noti ul .read .table .table-cell .left span.title:hover {
    color: #ff6500;
    opacity: 1
}

.notification .noti-scroll .block-noti ul .read .table .table-cell .left span.body {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    margin-bottom: 8px
}

.notification .noti-scroll .block-noti ul .read .table .table-cell .left span.time {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #a6a6a6;
    margin-bottom: 8px
}

.notification .noti-scroll .block-noti ul .read .table .table-cell .left:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #9b9b9b !important;
    position: absolute;
    right: 14px;
    top: 14px
}

.notification .text-login {
    cursor: pointer;
    color: var(--primary)
}

::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar-track {
    background: rgba(85, 85, 85, 0)
}

::-webkit-scrollbar-thumb {
    background: #888
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

#navBar .main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto !important;
    line-height: 1 !important;
    max-width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0
}

#navBar .main-menu__item {
    padding: 12px 12px
}

@media only screen and (max-width: 1300px) {
    #navBar .main-menu__item {
        padding: 12px 6px
    }
}

#navBar .main-menu__item.is-active a span {
    font-weight: 700;
    color: #fff
}

#navBar .main-menu__item.logo-menu {
    height: 41px;
    padding-bottom: 14px;
    text-align: center
}

#navBar .main-menu__item.logo-menu img {
    max-height: 14px
}

#navBar .main-menu__item a span {
    font-weight: 500;
    color: #9b9b9b;
    font-size: 16px;
    padding: 0;
    position: relative;
    white-space: nowrap
}

#navBar .main-menu__item a:hover span {
    color: #ff6500
}

#navBar .main-menu__more button {
    background-color: unset !important;
    border: unset !important;
    box-shadow: unset !important;
    font-weight: 500;
    color: #9b9b9b;
    font-size: 16px;
    white-space: nowrap
}

#navBar .main-menu__more button:hover {
    color: #ff6500
}

#navBar .main-menu__more .dropdown-menu {
    width: 15rem;
    padding: 10px;
    top: 10px
}

#navBar .main-menu__more .dropdown-menu .row {
    margin: unset !important
}

#navBar .main-menu__more .dropdown-menu .row .col-6 {
    padding: unset !important
}

#navBar .main-menu__more .dropdown-menu .row .col-6 .dropdown-item {
    padding: .5rem;
    background: none
}

#navBar .main-menu__more .dropdown-menu .row .col-6 .dropdown-item:focus {
    color: #fff
}

#navBar .main-menu__more .dropdown-menu .row .col-6 .dropdown-item:hover {
    color: #ff6500
}

#header .sidebar-item {
    padding: .75rem 1.5rem;
    color: #a6a6a6;
    line-height: 1
}

#header .sidebar-item.is-active,
#header .sidebar-item:hover {
    color: var(--primary);
    background-color: rgba(0, 0, 0, .05)
}

#header .nav-sidebar-custom .b-sidebar {
    max-height: none
}

#header .nav-item.is-active .sidebar-item {
    color: var(--primary);
    background-color: rgba(0, 0, 0, .05)
}

#header .hbo {
    position: relative
}

#header .hbo::after {
    width: 1px;
    background-color: #a0a1a2;
    content: "";
    position: absolute;
    height: 70%;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%)
}

#header .hbo-logo {
    height: 22px
}

.text-common[data-v-2e23d05c] {
    color: #9b9b9b
}

.text-common[data-v-2e23d05c] {
    font-weight: 400 !important
}

.text-common[data-v-2e23d05c] {
    font-size: 1rem !important;
    line-height: 1.5rem
}

.modal .modal-notice-content-custom[data-v-2e23d05c] {
    padding: 8px
}

.modal .modal-notice-content-custom h4[data-v-2e23d05c] {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #fff
}

.modal .modal-notice-content-custom h5[data-v-2e23d05c] {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    text-align: center
}

.modal .modal-notice-content-custom button[data-v-2e23d05c] {
    margin-top: 32px;
    padding: 12px 21px;
    gap: 8px;
    height: 48px;
    background: linear-gradient(114.88deg, #fe592a 0%, #e93013 97.15%);
    border-radius: 8px;
    box-shadow: unset
}

.modal .modal-notice-content-custom button .text[data-v-2e23d05c] {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff
}

.modal .modal-notice-content-custom .group-btn[data-v-2e23d05c] {
    width: 100%;
    margin: 0
}

.modal .modal-notice-content-custom .group-btn .button-active[data-v-2e23d05c] {
    width: 100%;
    box-shadow: unset;
    background: linear-gradient(114.88deg, #fe592a 0%, #e93013 97.15%);
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin: 5px !important;
    padding: 0 !important
}

.modal .modal-notice-content-custom .group-btn .button-disable[data-v-2e23d05c] {
    width: 100%;
    border-radius: 8px;
    box-shadow: unset;
    background: #2c2c2e;
    font-weight: 500;
    font-size: 16px;
    color: #909090;
    margin: 5px !important;
    padding: 0 !important
}

.modal {
    border-radius: 8px
}

.modal .modal-dialog.modal-400 {
    width: 400px !important
}

.modal .modal-header-custom {
    background: #202020
}

.modal .modal-body-custom {
    padding-left: 32px;
    padding-right: 32px;
    background: #202020
}

.modal .modal-body-custom .content {
    justify-items: center;
    align-items: center
}

.modal .modal-body-custom .content h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px
}

.modal .modal-body-custom .content p {
    margin-bottom: 24px
}

.modal .modal-body-custom .content .item-info {
    padding: 0px;
    margin-bottom: 16px
}

.modal .modal-body-custom .content input {
    border-color: #202020;
    padding: 12px 16px;
    gap: 8px;
    width: 100%;
    height: 48px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), #202020;
    border-radius: 8px;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff
}

.modal .modal-body-custom .content input:focus {
    box-shadow: unset
}

.modal .modal-body-custom .content input::-moz-placeholder {
    color: #616161
}

.modal .modal-body-custom .content input::placeholder {
    color: #616161
}

.modal .modal-body-custom .content input#old-password-input.form-control {
    width: 100%
}

.modal .modal-body-custom .content input#avatar {
    display: none !important
}

.modal .modal-body-custom .content .select {
    position: relative
}

.modal .modal-body-custom .content .select svg {
    position: absolute;
    z-index: 100;
    top: 40%;
    right: 5%;
    transform: rotate(180deg)
}

.modal .modal-body-custom .content .select ::-webkit-scrollbar {
    width: 10px
}

.modal .modal-body-custom .content .select ::-webkit-scrollbar-track {
    background: #000;
    border-radius: 10px
}

.modal .modal-body-custom .content .select ::-webkit-scrollbar-thumb {
    background: #9b9b9b;
    border-radius: 10px
}

.modal .modal-body-custom .content .select ::-webkit-scrollbar-thumb:hover {
    background: #9b9b9b
}

.modal .modal-body-custom .content .button-submit {
    padding: 12px 24px;
    gap: 8px;
    background: #2c2c2e;
    color: #616161;
    border-radius: 8px;
    box-shadow: unset;
    border: none;
    outline: none;
    width: 100%;
    height: 48px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px
}

.modal .modal-body-custom .content .active {
    color: #fff;
    background: linear-gradient(114.88deg, #fe592a 0%, #e93013 97.15%)
}

.modal .modal-footer {
    justify-content: center
}

.modal .modal-footer-custom {
    margin: 0 0 28px 0;
    padding-left: 32px;
    padding-right: 32px
}

.modal .modal-footer-custom .button-submit {
    padding: 12px 24px;
    gap: 8px;
    background: #2c2c2e;
    color: #616161;
    border-radius: 8px;
    box-shadow: unset;
    border: none;
    outline: none;
    width: 100%;
    height: 48px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px
}

.modal .modal-footer-custom .active {
    color: #fff;
    background: linear-gradient(114.88deg, #fe592a 0%, #e93013 97.15%)
}

@media screen and (max-width: 375px) {
    .modal .modal-dialog.modal-400 {
        padding: 0 10px;
        max-width: 96%
    }
}

.otp-input[data-v-d5d72ffc] {
    /* width: 50px;
height: 60px;
padding: 5px;
margin-right: 2px;
font-size: 30px;
border-radius: 3px;
border: 1px solid #111;
text-align: center;
color: #fff;
background: #111;
font-family: monospace; */

    outline: none;

    border-radius: 0px;
    background: #202020;
    border-top: none;
    border-right: none;
    border-left: none;
    border-right-color: #202020;
    border-bottom-width: 2px;
    text-align: center;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #ffffff;
    width: 56px;
    margin-right: 2px;
    padding: 0;
}

.otp-input[data-v-d5d72ffc]:focus {
    box-shadow: none;
}

.otp-input.error[data-v-d5d72ffc] {
    border: 1px solid red !important;
}

.otp-input[data-v-d5d72ffc]::-webkit-inner-spin-button,
.otp-input[data-v-d5d72ffc]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media only screen and (max-width: 512px) {
    .otp-input[data-v-d5d72ffc] {
        width: 50px;
        height: 60px;
        margin: 0 5px;
    }
}

@media only screen and (max-width: 430px) {
    .otp-input[data-v-d5d72ffc] {
        width: 40px;
        height: 50px;
        margin: 0 5px;
    }
}

@media only screen and (max-width: 360px) {
    .otp-input[data-v-d5d72ffc] {
        width: 35px;
        height: 45px;
        margin: 0 5px;
    }
}

.modal .modal-result-content-custom[data-v-5c4ef83d] {
    padding: 8px
}

.modal .modal-result-content-custom h4[data-v-5c4ef83d] {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #fff
}

.modal .modal-result-content-custom h5[data-v-5c4ef83d] {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #fff
}

.modal .modal-result-content-custom button[data-v-5c4ef83d] {
    margin-top: 32px;
    padding: 12px 21px;
    gap: 8px;
    max-width: 352px;
    height: 48px;
    background: linear-gradient(114.88deg, #fe592a 0%, #e93013 97.15%);
    border-radius: 8px
}

.modal .modal-result-content-custom button .text[data-v-5c4ef83d] {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff
}

.text-content[data-v-4491a62e] {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    color: #d2d2d2
}

#verify-input-group[data-v-497e6e64] {
    padding: 20px 20px 0px;
    margin: 0
}

.group-btn[data-v-497e6e64] {
    width: 100%;
    margin: 0;
    padding: 0 20px 0px
}

.group-btn .btn-otp[data-v-497e6e64] {
    padding: 12px 24px;
    gap: 8px;
    color: #616161;
    background: #2c2c2e;
    border-radius: 8px;
    box-shadow: unset;
    border: none;
    outline: none;
    width: 100%;
    height: 48px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px
}

.group-btn .btn-otp[data-v-497e6e64]:focus {
    box-shadow: none !important
}

.group-btn .btn-otp[data-v-497e6e64]:active {
    color: #616161;
    background: #2c2c2e
}

.group-btn .active[data-v-497e6e64] {
    padding: 12px 24px;
    gap: 8px;
    color: #616161;
    background: #2c2c2e;
    border-radius: 8px;
    box-shadow: unset;
    border: none;
    outline: none;
    width: 100%;
    height: 48px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff !important;
    background: linear-gradient(114.88deg, #fe592a 0%, #e93013 97.15%) !important
}

.group-btn .active[data-v-497e6e64]:focus {
    box-shadow: none !important
}

.group-btn span[data-v-497e6e64] {
    color: #ff6500;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer
}

.empty-input[data-v-497e6e64] {
    margin-top: 5px
}

.form-container[data-v-497e6e64] {
    justify-content: center;
    align-items: center
}

.modal .modal-body-custom .content-verify h4[data-v-497e6e64] {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    padding: 0px 20px 0;
    margin: 0
}

.modal .modal-body-custom .content-verify .form-group .form-control.is-valid[data-v-497e6e64] {
    border-color: #202020
}

.modal .modal-body-custom .content-verify .form-group .form-control.is-invalid[data-v-497e6e64] {
    border-color: #202020
}

.content input::-webkit-outer-spin-button,
.content input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.content input[type=number] {
    -moz-appearance: textfield
}

.content a {
    color: #ff6500;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px
}

.content .item-info {
    position: relative
}

.content .btn-policy {
    background-color: #202020;
    color: #ff6500;
    border-color: #202020
}

.content .btn-policy:focus {
    box-shadow: none
}

.form-control.is-valid {
    border-color: #202020
}

.form-control.is-valid:focus {
    border-color: #202020
}

.form-control.is-invalid {
    border-color: #202020
}

.form-control.is-invalid:focus {
    border-color: #202020
}

.phone-login input::-webkit-outer-spin-button,
.phone-login input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.phone-login input[type=number] {
    -moz-appearance: textfield
}

.phone-login #password-input.number {
    -webkit-text-security: disc;
    -moz-text-security: circle;
    text-security: circle
}

.phone-login #password-input.number input[type=number]::-webkit-inner-spin-button,
.phone-login #password-input.number input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.phone-login .forget-password {
    cursor: pointer;
    width: 40%
}

.modal-content .modal-body .input-info {
    color: #fff;
    border-radius: 8px;
    background: #111;
    font-weight: 300;
    font-size: 14px;
    padding: 16px;
    height: 48px
}

.modal-content .modal-body .input-info:focus {
    box-shadow: none
}

.FormGroup {
    position: relative
}

.FormGroup .contain {
    position: absolute;
    background: none;
    top: 15px;
    right: 15px;
    cursor: pointer
}

.FormGroup .contain svg {
    color: #a6a6a6
}

.btn-disSignIn {
    background: #2c2c2e;
    border-radius: 8px;
    height: 48px
}

.btn-disSignIn.change {
    background: linear-gradient(114.88deg, #fe592a 0%, #e93013 97.15%)
}

.btn-disSignIn:focus {
    border: none;
    box-shadow: none
}

.text-warning {
    color: #ff0944;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px
}

.social-contain[data-v-8541b276] {
    display: flex;
    align-items: center;
    justify-content: center
}

.social-contain .Icon[data-v-8541b276] {
    width: 36px;
    height: 36px;
    margin: 0 16px
}

.btn-facebook[data-v-8541b276] {
    background-color: #4267b2
}

.btn-facebook[data-v-8541b276]:hover,
.btn-facebook[data-v-8541b276]:focus {
    background-color: #2d477a
}

.btn-google[data-v-8541b276] {
    background-color: #dd4b39
}

.btn-google[data-v-8541b276]:hover,
.btn-google[data-v-8541b276]:focus {
    background-color: #ac2d1e
}

#form-signup input::-webkit-outer-spin-button,
#form-signup input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#form-signup input[type=number] {
    -moz-appearance: textfield
}

#form-signup .center-align {
    color: #4a4a4a;
    text-align: center
}

#form-signup .center-align a {
    color: #fff
}

#form-signup .item-info {
    padding: 0px;
    margin-bottom: 16px;
    position: relative
}

#form-signup .select {
    position: relative
}

#form-signup .select svg {
    position: absolute;
    z-index: 100;
    top: 40%;
    right: 5%;
    transform: rotate(180deg)
}

#form-signup .select ::-webkit-scrollbar {
    width: 10px
}

#form-signup .select ::-webkit-scrollbar-track {
    background: #000;
    border-radius: 10px
}

#form-signup .select ::-webkit-scrollbar-thumb {
    background: #9b9b9b;
    border-radius: 10px
}

#form-signup .select ::-webkit-scrollbar-thumb:hover {
    background: #9b9b9b
}

.notes {
    text-align: center;
    font-size: 16px;
    margin: 0 -20px 15px;
    color: #4a4a4a
}

.text-area {
    color: #4a4a4a;
    text-align: center;
    margin-top: 20px
}

.text-area .no-account {
    color: #9b9b9b;
    font-size: 16px
}

.text-area .forgot-password,
.text-area .register,
.text-area .policy {
    color: #4a4a4a;
    font-size: 14px;
    text-decoration: none
}

.text-area .forgot-password:hover,
.text-area .register:hover,
.text-area .policy:hover {
    color: var(--primary);
    text-decoration: none
}

.text-area p {
    border-top: 1px solid #4a4a4a
}

.text-area .hr-area {
    margin: 10px
}

.text-area .hr-text {
    background: #1f1f1f;
    position: relative;
    top: -11px;
    padding: 0 5px;
    font-size: 14px
}

#signup-modal .modal-dialog .modal-content .modal-body .content h3 {
    margin-bottom: 40px
}

#signup-modal .modal-dialog .modal-content .modal-body .content p {
    margin-bottom: 24px
}

@media screen and (max-width: 375px) {
    #signup-modal .modal .modal-dialog.modal-400 {
        padding: 0 10px;
        max-width: 80%
    }
}

#login-modal .modal-dialog {
    width: 400px;
    height: 560px;
    margin: auto
}

#login-modal .modal-header {
    background-color: #202020
}

#login-modal .modal-body {
    padding-top: 0px;
    padding-left: 32px;
    padding-right: 32px
}

#login-modal .modal-body .sign-in {
    margin-bottom: 40px
}

#login-modal .footer-container {
    margin-top: 40px
}

#login-modal .footer-container a {
    color: #ff6500;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px
}

@media screen and (max-width: 375px) {
    #login-modal .modal-dialog {
        max-width: 90%
    }
}

.main-header[data-v-00f22c05] {
    position: fixed;
    width: 100%;
    z-index: 10;
    background: #000;
    left: 50%;
    transform: translateX(-50%)
}

.main-header .sub-navbar[data-v-00f22c05] {
    position: relative;
    border-bottom: 1px solid #2c2c2e;
    padding: 10px 0;
    padding-left: 0;
    padding-right: 0
}

.main-header .sub-navbar__wrapper[data-v-00f22c05] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main-header .sub-navbar__wrapper .sub-navbar-left[data-v-00f22c05] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main-header .sub-navbar__wrapper .sub-navbar-left a[data-v-00f22c05] {
    padding-right: 20px;
    border-right: 1px solid #2c2c2e;
    display: flex;
    align-items: center
}

.main-header .sub-navbar__wrapper .sub-navbar-left a span[data-v-00f22c05] {
    color: #a6a6a6;
    font-weight: 500;
    font-size: 16px;
    margin-left: 11px
}

@media only screen and (max-width: 992px) {
    .main-header .sub-navbar__wrapper .sub-navbar-left a span[data-v-00f22c05] {
        display: none
    }
}

.main-header .sub-navbar__wrapper .sub-navbar-left a[data-v-00f22c05]:not(:first-child) {
    padding-left: 27px
}

.main-header .sub-navbar__wrapper .sub-navbar-left a[data-v-00f22c05]:last-child {
    border-right: none
}

.main-header .sub-navbar__wrapper .sub-navbar-left .img-hover[data-v-00f22c05] {
    display: none
}

.main-header .sub-navbar__wrapper .sub-navbar-left .hover-box:hover span[data-v-00f22c05] {
    color: var(--primary)
}

.main-header .sub-navbar__wrapper .sub-navbar-left .hover-box:hover .img[data-v-00f22c05] {
    display: none
}

.main-header .sub-navbar__wrapper .sub-navbar-left .hover-box:hover .img-hover[data-v-00f22c05] {
    display: flex
}

.main-header .sub-navbar__wrapper .sub-navbar-left .hover-news:hover span[data-v-00f22c05] {
    color: var(--primary)
}

.main-header .sub-navbar__wrapper .sub-navbar-left .hover-news:hover .img[data-v-00f22c05] {
    display: none
}

.main-header .sub-navbar__wrapper .sub-navbar-left .hover-news:hover .img-hover[data-v-00f22c05] {
    display: flex
}

.main-header .sub-navbar__wrapper .sub-navbar-left .hover-tv:hover span[data-v-00f22c05] {
    color: var(--primary)
}

.main-header .sub-navbar__wrapper .sub-navbar-left .hover-tv:hover .img[data-v-00f22c05] {
    display: none
}

.main-header .sub-navbar__wrapper .sub-navbar-left .hover-tv:hover .img-hover[data-v-00f22c05] {
    display: flex
}

.main-header .sub-navbar__wrapper .sub-navbar-left .hover-new-year:hover span[data-v-00f22c05] {
    color: var(--primary)
}

.main-header .sub-navbar__wrapper .sub-navbar-left .hover-new-year:hover .img[data-v-00f22c05] {
    display: none
}

.main-header .sub-navbar__wrapper .sub-navbar-left .hover-new-year:hover .img-hover[data-v-00f22c05] {
    display: flex
}

.main-header .sub-navbar__wrapper .sub-navbar-right[data-v-00f22c05] {
    display: flex;
    align-items: center
}

.main-header .sub-navbar__wrapper .sub-navbar-right span[data-v-00f22c05] {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #d2d2d2
}

@media only screen and (max-width: 992px) {
    .main-header .sub-navbar__wrapper .sub-navbar-right span[data-v-00f22c05] {
        font-size: 12px
    }
}

.main-header .sub-navbar__wrapper .sub-navbar-right a img[data-v-00f22c05] {
    margin-left: 16px
}

.main-header .main-navbar[data-v-00f22c05] {
    position: relative;
    padding: 15px 0
}

.main-header .main-navbar__wrapper[data-v-00f22c05] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main-header .main-navbar__wrapper .logo-company[data-v-00f22c05] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 24%
}

@media only screen and (max-width: 1024px) {
    .main-header .main-navbar__wrapper .logo-company[data-v-00f22c05] {
        width: -moz-fit-content;
        width: fit-content
    }
}

.main-header .main-navbar__wrapper .logo-company a[data-v-00f22c05] {
    width: 125px;
    height: 29px
}

.main-header .main-navbar__wrapper .logo-company a img[data-v-00f22c05] {
    width: 100%
}

.main-header .main-navbar__wrapper .search-buy-mobile[data-v-00f22c05] {
    display: none
}

.main-header .main-navbar__wrapper .button-collapse[data-v-00f22c05] {
    font-size: 24px;
    font-weight: 700;
    display: none
}

@media only screen and (max-width: 992px) {
    .main-header .main-navbar__wrapper .search-buy-mobile[data-v-00f22c05] {
        display: block
    }

    .main-header .main-navbar__wrapper .logo-company[data-v-00f22c05] {
        left: 30%;
        position: absolute;
        transform: translateX(-50%)
    }

    .main-header .main-navbar__wrapper .button-collapse[data-v-00f22c05] {
        display: block
    }
}

.footer-download-popup[data-v-4b75bea2] {
    display: none
}

.btn-download-app:hover .footer-download-popup[data-v-4b75bea2] {
    display: block
}

.font-weight-300[data-v-4b75bea2] {
    font-weight: 300
}

.font-weight-500[data-v-4b75bea2] {
    font-weight: 500
}

.footer-download-popup[data-v-4b75bea2] {
    position: absolute;
    background: linear-gradient(90deg, #202020 0%, #151515 100%);
    padding: 30px;
    z-index: 999;
    border-radius: 7px;
    left: 13%;
    top: 65px
}

.footer-download-popup h4[data-v-4b75bea2] {
    margin-bottom: 20px
}

.footer-download-popup__content[data-v-4b75bea2] {
    display: flex;
    align-items: center
}

.footer-download-popup__content div[data-v-4b75bea2]:first-child {
    margin-right: 30px
}

.footer-download-popup__content img[data-v-4b75bea2] {
    display: block;
    width: 100%;
    border-radius: 5px
}

.footer-download-popup__store[data-v-4b75bea2] {
    margin-bottom: 15px
}

.leading-relaxed p[data-v-4b75bea2] {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.2
}

.devide[data-v-4b75bea2] {
    width: 100%;
    border: .5px solid #252525;
    margin: 30px 15px
}

@media only screen and (max-width: 1280px) {
    .footer-download-popup[data-v-4b75bea2] {
        left: 15px
    }

    .image-footer[data-v-4b75bea2] {
        margin-bottom: 40px
    }

    .info-hotro[data-v-4b75bea2] {
        margin-top: 40px
    }
}

@media only screen and (max-width: 1024px) {
    .footer-download-popup[data-v-4b75bea2] {
        left: 30%
    }

    .btn-footer[data-v-4b75bea2] {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 767px) {
    .footer-download-popup[data-v-4b75bea2] {
        left: 23%
    }
}

@media only screen and (max-width: 640px) {
    .footer-download-popup[data-v-4b75bea2] {
        left: 13%
    }
}

#modal-no-internet[data-v-2b386370] {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    animation: 1s ease-in-out;
    background-color: #000;
    overflow-y: hidden !important;
    display: none;
    align-items: center;
    justify-content: center
}

#modal-no-internet #bg-no-internet[data-v-2b386370] {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow-y: hidden !important
}

#modal-no-internet #bg-no-internet img[data-v-2b386370] {
    margin-bottom: 31.95px
}

#modal-no-internet #bg-no-internet h3[data-v-2b386370] {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255, 255, 255, .87);
    text-align: center;
    margin-bottom: 24px
}

#modal-no-internet #bg-no-internet p[data-v-2b386370] {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 24px
}

@media screen and (max-width: 540px) {
    #modal-no-internet #bg-no-internet p[data-v-2b386370] {
        padding: 0 15px
    }
}

#modal-no-internet #bg-no-internet button[data-v-2b386370] {
    padding: 12px 24px;
    background: #202020;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    border: none;
    box-shadow: unset;
    outline: none
}

.link-app[data-v-dffdbce8] {
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 92%;
    margin-left: 4%;
    z-index: 1;
    background: #252525;
    display: block;
    opacity: 1;
    padding: 10px 10px;
    border-radius: 5px;
    height: 60px
}

.link-app img[data-v-dffdbce8] {
    opacity: 1;
    position: relative;
    bottom: 3px
}

.link-app .text[data-v-dffdbce8] {
    opacity: 1;
    position: relative;
    width: 60%;
    left: 60px;
    margin-top: -50px
}

.link-app #btn-download-app[data-v-dffdbce8] {
    opacity: 1;
    position: absolute;
    right: 7px;
    top: 10px;
    background: linear-gradient(114.88deg, #fe592a 0%, #e93013 97.15%);
    padding: 11px;
    border-radius: 5px
}

#package {
    display: block !important;
    margin-top: 2rem
}

#package .scrollbar {
    overflow-x: scroll
}

#package ::-webkit-scrollbar-thumb {
    display: none
}

#package .display-item {
    width: 100%;
    margin-bottom: 8px
}

#package .display-item .package-item {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center
}

#package .display-item .package-item.change-background {
    background-color: #202020
}

#package .display-item .package-item.change-background h5 {
    font-size: 20px
}

#package .display-item .package-item.change-background.display-term {
    line-height: 1
}

#package .display-item .package-item.head {
    padding: 0;
    width: 100%;
    height: 100px;
    font-weight: 700;
    font-size: 32px;
    color: #fff
}

#package .display-item .package-item.head img {
    width: 100%;
    height: 100%
}

#package .display-item .package-item .display-circle .check-circle {
    color: #ff6500;
    background-color: #fff
}

#package .display-item .package-item .display-circle .x-circle {
    color: #2c2c2e;
    background-color: #000
}

#package .display-item .label-recomend {
    top: 0;
    left: 14%;
    margin: 0 auto;
    background: linear-gradient(96.18deg, #ff5c2c, #e82d12);
    border-radius: 0 0 12px 12px;
    padding: 3px 12px;
    color: #fff
}

#package .display-item .lbl-state {
    background: #fff !important;
    color: #000
}

#package .left .display-item .package-item {
    justify-content: flex-start;
    padding-left: 16px
}

#package .right {
    text-align: center;
    align-items: center
}

#package .right .btn-select {
    width: 144px;
    background: #202020;
    margin: 0 6px;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 12px 24px;
    transition: 300ms
}

#package .right .btn-select:hover {
    background: linear-gradient(114.88deg, #fe592a 0%, #e93013 97.15%)
}

#package .devide {
    border: 1px solid #2c2c2e
}

#package .desc-payment {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff
}

#package .platform {
    align-items: center;
    margin-right: auto;
    margin-top: 8px;
    color: #fff
}

#package .platform p {
    margin: auto 0;
    margin-right: 8px;
    font-size: 14px
}

#package .platform img {
    height: 22px;
    width: 22px;
    margin: 0px 5px
}

#package .item-expansion {
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 20px
}

@media only screen and (max-width: 1250px) {
    #package ::-webkit-scrollbar-thumb {
        display: none
    }

    #package .right {
        padding-right: 0;
        max-width: 66%;
        flex: unset
    }

    #package .right .display-item {
        width: 48%
    }

    #package .right .btn-select {
        width: unset;
        padding: 10px;
        margin: 3px;
        font-size: 12px
    }
}

@media screen and (max-width: 768px) {
    #package .display-item .package-item.head {
        font-size: 22px;
        height: 60px
    }

    #package .display-item .package-item.change-background h5 {
        font-size: 12px
    }

    #package .display-item .lbl-state {
        top: 0;
        left: 3px
    }

    #package .display-item .label-recomend {
        top: 0;
        left: 14%;
        border-radius: 0 0 8px 8px;
        padding: 3px 5px;
        font-size: 8px
    }

    #package .left .display-item .package-item p {
        font-size: 12px
    }

    #package .left .display-item .package-item.head {
        margin-left: 15px
    }

    #package .right {
        padding-right: 0;
        max-width: 66%;
        flex: unset
    }

    #package .right .display-item {
        width: 48%
    }

    #package .right .btn-select {
        width: unset;
        padding: 5px;
        margin: 3px;
        font-size: 12px
    }

    #package .right .btn-buy {
        margin-right: 0px;
        margin-left: 0px;
        font-size: 12px;
        border-radius: 8px;
        padding: 10px 15px;
        background: linear-gradient(114.88deg, #FE592A 0%, #E93013 97.15%)
    }
}

#dieu-khoan-su-dung ul {
    padding-left: 0 !important
}

#dieu-khoan-su-dung li {
    list-style: none;
    min-height: 40px;
    padding: 6px 0 6px 16px;
    position: relative
}

#dieu-khoan-su-dung li a {
    color: #a6a6a6
}

#dieu-khoan-su-dung li a:hover {
    cursor: pointer
}

#dieu-khoan-su-dung li.active a {
    color: #fff
}

#dieu-khoan-su-dung li.active::before {
    content: "";
    position: absolute;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 1px
}

#dieu-khoan-su-dung [id^=block-] {
    padding-top: 70px;
    margin-top: -70px;
    scroll-margin: 60px
}

#dieu-khoan-su-dung #block {
    word-spacing: 1px
}

.close-icon[data-v-826fb740]:hover {
    opacity: .75
}

.input .form-control[data-v-826fb740] {
    border: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), #202020;
    border-radius: 8px 0px 0px 8px;
    box-shadow: unset
}

.input-group-append[data-v-826fb740] {
    border-radius: 0px 8px 8px 0px;
    cursor: pointer
}

.input-group-text[data-v-826fb740] {
    border: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), #202020;
    font-size: 20px;
    border-radius: 0px 8px 8px 0px
}

.input-group-text svg[data-v-826fb740]:hover {
    filter: invert(100%) sepia(33%) saturate(2900%) hue-rotate(346deg) brightness(110%) contrast(103%)
}

.swiper-container .swiper-wrapper[data-v-826fb740] {
    transform: none !important
}

.swiper-container .swiper-wrapper .swiper-slide[data-v-826fb740] {
    width: 15%;
    margin: auto
}

.swiper-container .swiper-wrapper .swiper-slide .rounded-image[data-v-826fb740] {
    position: relative;
    padding-top: 100%
}

.swiper-container .swiper-wrapper .swiper-slide .rounded-image .icon-category-standing[data-v-826fb740] {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 1;
    width: auto
}

.swiper-container .swiper-wrapper .swiper-slide .rounded-image .icon-category-standing img[data-v-826fb740] {
    height: 20px;
    bottom: 5px;
    display: block
}

.swiper-container .swiper-wrapper .swiper-slide .rounded-image span[data-v-826fb740] {
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.swiper-container .swiper-wrapper .swiper-slide .rounded-title[data-v-826fb740] {
    margin: 15px 0
}

.swiper-container .swiper-wrapper .swiper-slide .rounded-title a[data-v-826fb740] {
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.swiper-container .standing-button-next[data-v-826fb740] {
    cursor: pointer;
    background: #232323;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    margin-top: -30px;
    right: 0;
    border-radius: 50%;
    color: #fff
}

.swiper-container .standing-button-next[data-v-826fb740]:after {
    font-size: 20px
}

.swiper-container .standing-button-next[data-v-826fb740]:focus {
    outline: unset
}

.swiper-container .standing-button-prev[data-v-826fb740] {
    cursor: pointer;
    background: #232323;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    margin-top: -30px;
    right: 0;
    left: 0;
    border-radius: 50%;
    color: #fff
}

.swiper-container .standing-button-prev[data-v-826fb740]:after {
    font-size: 20px
}

.swiper-container .standing-button-prev[data-v-826fb740]:focus {
    outline: unset
}

h3[data-v-826fb740] {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px
}

@media only screen and (max-width: 1024px) {
    #standing-slider .swiper-container .swiper-wrapper .swiper-slide[data-v-826fb740] {
        width: 20%
    }

    #standing-slider .swiper-container .swiper-wrapper .swiper-slide .rounded-image .icon-category-standing img[data-v-826fb740] {
        height: 16px
    }

    #standing-slider .swiper-container .swiper-wrapper .swiper-slide .rounded-title a[data-v-826fb740] {
        font-size: 14px
    }

    #standing-slider .swiper-container .standing-button-next[data-v-826fb740] {
        width: 30px;
        height: 30px
    }

    #standing-slider .swiper-container .standing-button-next[data-v-826fb740]:after {
        font-size: 20px
    }

    #standing-slider .swiper-container .standing-button-prev[data-v-826fb740] {
        width: 30px;
        height: 30px
    }

    #standing-slider .swiper-container .standing-button-prev[data-v-826fb740]:after {
        font-size: 20px
    }
}

@media(max-width: 768px) {
    #standing-slider .swiper-container .swiper-wrapper .swiper-slide[data-v-826fb740] {
        width: 20%
    }

    #standing-slider .swiper-container .swiper-wrapper .swiper-slide .rounded-image .icon-category-standing img[data-v-826fb740] {
        height: 14px
    }

    #standing-slider .swiper-container .swiper-wrapper .swiper-slide .rounded-title a[data-v-826fb740] {
        font-size: 14px
    }

    #standing-slider .swiper-container .standing-button-next[data-v-826fb740] {
        width: 30px;
        height: 30px
    }

    #standing-slider .swiper-container .standing-button-next[data-v-826fb740]:after {
        font-size: 20px
    }

    #standing-slider .swiper-container .standing-button-prev[data-v-826fb740] {
        width: 30px;
        height: 30px
    }

    #standing-slider .swiper-container .standing-button-prev[data-v-826fb740]:after {
        font-size: 20px
    }
}

@media(max-width: 640px) {
    #standing-slider .swiper-container .swiper-wrapper .swiper-slide[data-v-826fb740] {
        width: 30%
    }

    #standing-slider .swiper-container .swiper-wrapper .swiper-slide .rounded-image .icon-category-standing img[data-v-826fb740] {
        height: 13px
    }

    #standing-slider .swiper-container .swiper-wrapper .swiper-slide .rounded-title a[data-v-826fb740] {
        font-size: 14px
    }

    #standing-slider .swiper-container .standing-button-next[data-v-826fb740] {
        display: none
    }

    #standing-slider .swiper-container .standing-button-prev[data-v-826fb740] {
        display: none
    }
}

.text-login[data-v-6b0f3435] {
    cursor: pointer;
    color: var(--primary)
}

.close-icon[data-v-6b0f3435] {
    cursor: pointer
}

button[data-v-6b0f3435] {
    margin-top: 32px;
    padding: 12px 21px;
    gap: 8px;
    height: 48px;
    background: linear-gradient(114.88deg, #fe592a 0%, #e93013 97.15%);
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff
}

.movie[data-v-41c21410] {
    margin-bottom: 10px
}

.movie__background[data-v-41c21410] {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px
}

.movie__background__image[data-v-41c21410] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px
}

.movie__background__image[data-v-41c21410]:hover {
    color: unset
}

.movie__background__opacity[data-v-41c21410] {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/_nuxt/img/Background-Opacity.a5660cf.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 0
}

.movie__background__overlay[data-v-41c21410] {
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    border-radius: 8px;
    width: 100%;
    opacity: 0
}

.movie__background__overlay .icon-play[data-v-41c21410] {
    position: absolute;
    top: 45%;
    left: 48%
}

.movie__background__labels[data-v-41c21410] {
    position: absolute;
    width: 80px
}

.movie__background__labels div[data-v-41c21410] {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 5px;
    padding-top: 30%
}

.movie__background__labels.TL[data-v-41c21410] {
    top: 8px;
    left: 8px
}

.movie__background__labels.TR[data-v-41c21410] {
    top: 8px;
    right: 8px
}

.movie__background__labels.BL[data-v-41c21410] {
    bottom: 8px;
    left: 8px
}

.movie__background__labels.BR[data-v-41c21410] {
    bottom: 8px;
    right: -55px
}

.movie__background__labels img[data-v-41c21410] {
    height: 20px;
    margin-bottom: 8px
}

.movie__background__labels img.is_new[data-v-41c21410] {
    height: 20px
}

.movie__background__labels .icon_timeshift[data-v-41c21410] {
    color: #fe592a
}

.movie__background__labels .text-live[data-v-41c21410] {
    background: url("/images/icon-os4/bg-icon-live.png");
    background-size: cover;
    background-position: left;
    margin: 0;
    padding: 3px 6px;
    text-align: center;
    border-radius: 5px;
    font-size: 10px
}

.movie__background__action .icon-three-dots[data-v-41c21410] {
    display: none;
    position: absolute;
    bottom: 5%;
    right: 5%;
    background: rgba(97, 97, 97, .5);
    padding: 2px 5px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0
}

.movie__background__action .icon-three-dots.active[data-v-41c21410] {
    background: var(--primary)
}

.movie__background__action .menu[data-v-41c21410] {
    background-color: #0b0b0b;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    bottom: 12%;
    left: 21%;
    width: 60%;
    opacity: 0;
    visibility: hidden
}

.movie__background__action .menu.active[data-v-41c21410] {
    opacity: 1;
    visibility: visible
}

.movie__background__action .menu .btn-follow[data-v-41c21410] {
    padding: 5px;
    display: flex;
    justify-content: space-between;
    border-bottom: #202020 solid 1px;
    cursor: pointer
}

.movie__background__action .menu .btn-follow[data-v-41c21410]:hover {
    color: var(--primary)
}

.movie__background__action .menu .btn-share[data-v-41c21410] {
    padding: 5px;
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

.movie__background__action .menu .btn-share[data-v-41c21410]:hover {
    color: var(--primary)
}

.movie__background__action .menu .btn-share .icon[data-v-41c21410] {
    transform: scaleX(-1)
}

.movie__background__overlay-playlist[data-v-41c21410] {
    position: absolute;
    bottom: 5%;
    right: 3%;
    padding: 5px 4%;
    height: auto;
    background: linear-gradient(15.91deg, #444444 11.58%, #131313 89.59%);
    border-radius: 4.99999px;
    display: flex;
    align-items: center;
    justify-content: center
}

.movie__background__overlay-playlist img[data-v-41c21410] {
    margin-right: 5%;
    height: 14px
}

.movie__background__overlay-playlist span[data-v-41c21410] {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    white-space: nowrap
}

.movie__background .watching[data-v-41c21410] {
    position: absolute;
    background: rgba(115, 133, 159, .5);
    height: 4px;
    bottom: -12px;
    left: 10%;
    width: 80%;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important
}

.movie__top__meta__title[data-v-41c21410] {
    position: absolute;
    top: 20px;
    left: 50px
}

.movie__top__meta__title h1[data-v-41c21410] {
    font-size: 32px;
    font-weight: 700
}

@media screen and (max-width: 1024px) {
    .movie__top__meta__title[data-v-41c21410] {
        left: 30px
    }

    .movie__top__meta__title h1[data-v-41c21410] {
        font-size: 28px
    }
}

@media screen and (max-width: 768px) {
    .movie__top__meta__title[data-v-41c21410] {
        left: 22px
    }

    .movie__top__meta__title h1[data-v-41c21410] {
        font-size: 28px
    }
}

@media screen and (max-width: 640px) {
    .movie__top__meta__title[data-v-41c21410] {
        left: 15px
    }

    .movie__top__meta__title h1[data-v-41c21410] {
        font-size: 25px
    }
}

.movie__meta__banner[data-v-41c21410] {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4%;
    width: 70%
}

.movie__meta__banner__title[data-v-41c21410] {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 24px
}

.movie__meta__banner__content[data-v-41c21410] {
    margin-bottom: 24px
}

.movie__meta__banner__content .live p[data-v-41c21410] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    text-transform: uppercase
}

.movie__meta__banner__content .vod__detail[data-v-41c21410] {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 30px
}

.movie__meta__banner__content .vod__detail__labels[data-v-41c21410] {
    width: 8%;
    display: flex;
    align-items: center
}

.movie__meta__banner__content .vod__detail__labels img[data-v-41c21410] {
    width: 100%
}

.movie__meta__banner__content .vod__description[data-v-41c21410] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #d2d2d2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.movie__meta__banner__actions[data-v-41c21410] {
    display: flex;
    align-items: center
}

.movie__meta__banner__actions .btn-watch-now[data-v-41c21410] {
    width: -moz-fit-content;
    width: fit-content;
    background: linear-gradient(114.88deg, #fe592a 0%, #e93013 97.15%);
    border-radius: 8px;
    padding: 14px 44px;
    margin-right: 16px;
    font-weight: 500
}

.movie__meta__banner__actions .btn-watch-now[data-v-41c21410]:hover {
    color: #fff;
    background: #ff5833
}

.movie__meta__banner__actions .btn-heart[data-v-41c21410] {
    background: #202020;
    padding: 13px 15.45px;
    border-radius: 50%;
    margin-right: 16px;
    cursor: pointer
}

.movie__meta__banner__actions .btn-heart svg[data-v-41c21410] {
    margin-bottom: -2px;
    margin-left: 1px
}

.movie__meta__banner__actions .btn-heart[data-v-41c21410]:hover {
    color: var(--primary)
}

.movie__meta__banner__actions .btn-reply[data-v-41c21410] {
    background: #202020;
    padding: 12px 15.45px;
    border-radius: 50%;
    transform: scaleX(-1);
    cursor: pointer
}

.movie__meta__banner__actions .btn-reply[data-v-41c21410]:hover {
    color: var(--primary)
}

.movie__meta__category[data-v-41c21410] {
    margin-top: 20px;
    opacity: 1
}

.movie__meta__category__title h3[data-v-41c21410] {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 3.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.movie.highlight[data-v-41c21410] {
    width: 100% !important
}

.movie.highlight .movie__background[data-v-41c21410] {
    padding-top: 56.25%
}

.movie.vertical-slider-medium[data-v-41c21410] {
    width: 18% !important;
    margin-right: 12px
}

.movie.vertical-slider-medium[data-v-41c21410]:last-child {
    margin-right: 0
}

.movie.vertical-slider-medium .movie__background[data-v-41c21410] {
    padding-top: 150%
}

.movie.vertical-slider-small[data-v-41c21410] {
    width: 12.55% !important;
    margin-right: 12px
}

.movie.vertical-slider-small[data-v-41c21410]:last-child {
    margin-right: 0
}

.movie.vertical-slider-small .movie__background[data-v-41c21410] {
    padding-top: 150%
}

.movie.horizontal-slider[data-v-41c21410] {
    width: 18% !important;
    margin-right: 12px
}

.movie.horizontal-slider[data-v-41c21410]:last-child {
    margin-right: 0
}

.movie.horizontal-slider .movie__background[data-v-41c21410] {
    padding-top: 56.25%
}

.movie.horizontal-slider-small[data-v-41c21410] {
    width: 14% !important;
    margin-right: 12px
}

.movie.horizontal-slider-small[data-v-41c21410]:last-child {
    margin-right: 0
}

.movie.horizontal-slider-small .movie__background[data-v-41c21410] {
    padding-top: 56.25%
}

.movie.feature-horizontal-slider[data-v-41c21410] {
    width: 30.7% !important;
    margin-right: 12px
}

.movie.feature-horizontal-slider[data-v-41c21410]:last-child {
    margin-right: 0
}

.movie.feature-horizontal-slider .movie__background[data-v-41c21410] {
    padding-top: 56.25%
}

@media only screen and (max-width: 768px) {
    .movie .vod__detail .mr-2[data-v-41c21410] {
        margin: 0 !important
    }

    .movie.vertical-slider-medium[data-v-41c21410] {
        width: 30% !important
    }

    .movie.vertical_slider_small[data-v-41c21410] {
        width: 24% !important
    }

    .movie.horizontal-slider[data-v-41c21410] {
        width: 30% !important
    }

    .movie.horizontal-slider-small[data-v-41c21410] {
        width: 24% !important
    }

    .movie.feature-horizontal-slider[data-v-41c21410] {
        width: 44.5% !important
    }
}

@media only screen and (max-width: 640px) {
    .movie__meta__banner__title[data-v-41c21410] {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px
    }

    .movie__meta__banner__content[data-v-41c21410] {
        margin-bottom: 10px
    }

    .movie__meta__banner__content .vod__detail[data-v-41c21410] {
        margin-bottom: 10px
    }

    .movie__meta__banner__content .vod__description[data-v-41c21410] {
        -webkit-line-clamp: 2
    }

    .movie__meta__banner__actions .btn-watch-now[data-v-41c21410] {
        padding: 10px;
        margin-right: 5px
    }

    .movie__meta__banner__actions .btn-heart[data-v-41c21410] {
        padding: 8px 10px;
        margin-right: 6px
    }

    .movie__meta__banner__actions .btn-reply[data-v-41c21410] {
        padding: 8px 11px
    }

    .movie__meta__category[data-v-41c21410] {
        margin-top: 10px
    }

    .movie__meta__category__title[data-v-41c21410] {
        font-size: 14px
    }

    .movie.vertical-slider-medium[data-v-41c21410] {
        width: 44% !important
    }

    .movie.vertical_slider_small[data-v-41c21410] {
        width: 38% !important
    }

    .movie.horizontal-slider[data-v-41c21410] {
        width: 44% !important
    }

    .movie.horizontal-slider-small[data-v-41c21410] {
        width: 38% !important
    }

    .movie.feature-horizontal-slider[data-v-41c21410] {
        width: 62% !important
    }
}

#top-slider {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 1rem
}

#top-slider .swiper-container {
    position: relative
}

#top-slider .swiper-container .swiper-pagination {
    bottom: 32px;
    right: -32px;
    position: absolute;
    align-items: center;
    left: auto;
    width: 160px !important;
    height: 20px;
    overflow: hidden
}

#top-slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff !important;
    transition: all .3s
}

#top-slider .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    height: 8px;
    border-radius: 50px
}

@media only screen and (max-width: 768px) {
    #top-slider .swiper-container .swiper-pagination {
        display: none
    }
}

.Item_movie[data-v-fee21e4c] {
    margin-bottom: 10px
}

.Item_movie__background[data-v-fee21e4c] {
    position: relative;
    width: 100%;
    height: auto;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    overflow: unset !important
}

.Item_movie__background__image[data-v-fee21e4c] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px
}

.Item_movie__background__image[data-v-fee21e4c]:hover {
    color: unset
}

.Item_movie__background__overlay[data-v-fee21e4c] {
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    border-radius: 8px;
    width: 100%;
    opacity: 0
}

.Item_movie__background__overlay .icon-play[data-v-fee21e4c] {
    position: absolute;
    top: 45%;
    left: 48%
}

.Item_movie__background__overlay-playlist[data-v-fee21e4c] {
    position: absolute;
    bottom: 5%;
    right: 3%;
    padding: 5px 4%;
    height: auto;
    background: linear-gradient(15.91deg, #444444 11.58%, #131313 89.59%);
    border-radius: 4.99999px;
    display: flex;
    align-items: center;
    justify-content: center
}

.Item_movie__background__overlay-playlist img[data-v-fee21e4c] {
    margin-right: 5%;
    height: 14px
}

.Item_movie__background__overlay-playlist span[data-v-fee21e4c] {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    white-space: nowrap
}

.Item_movie__background .watching[data-v-fee21e4c] {
    position: absolute;
    background: rgba(115, 133, 159, .5);
    height: 4px;
    bottom: -12px;
    left: 10%;
    width: 80%;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important
}

.Item_movie__background__labels[data-v-fee21e4c] {
    position: absolute;
    width: 80px
}

.Item_movie__background__labels div[data-v-fee21e4c] {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 5px;
    padding-top: 30%
}

.Item_movie__background__labels.TL[data-v-fee21e4c] {
    top: 3%;
    left: 3%
}

.Item_movie__background__labels.TR[data-v-fee21e4c] {
    top: 3%;
    right: 3%
}

.Item_movie__background__labels.BL[data-v-fee21e4c] {
    bottom: 3%;
    left: 3%
}

.Item_movie__background__labels.BR[data-v-fee21e4c] {
    bottom: 3%;
    right: -55px
}

.Item_movie__background__labels img[data-v-fee21e4c] {
    height: 20px;
    margin-bottom: 8px
}

.Item_movie__background__labels img.is_new[data-v-fee21e4c] {
    height: 20px
}

.Item_movie__background__labels .icon_timeshift[data-v-fee21e4c] {
    color: #fe592a
}

.Item_movie__background__labels .text-live[data-v-fee21e4c] {
    background: url("/images/icon-os4/bg-icon-live.png");
    background-size: cover;
    background-position: left;
    margin: 0;
    padding: 3px 6px;
    text-align: center;
    border-radius: 5px;
    font-size: 10px
}

.Item_movie__background__action .icon-three-dots[data-v-fee21e4c] {
    display: none;
    position: absolute;
    bottom: 5%;
    right: 5%;
    background: rgba(97, 97, 97, .5);
    padding: 2px 5px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0
}

.Item_movie__background__action .icon-three-dots.active[data-v-fee21e4c] {
    background: var(--primary)
}

.Item_movie__background__action .menu[data-v-fee21e4c] {
    background-color: #0b0b0b;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    bottom: 12%;
    left: 21%;
    width: 60%;
    opacity: 0;
    visibility: hidden
}

.Item_movie__background__action .menu.active[data-v-fee21e4c] {
    opacity: 1;
    visibility: visible
}

.Item_movie__background__action .menu .btn-follow[data-v-fee21e4c] {
    padding: 5px;
    display: flex;
    justify-content: space-between;
    border-bottom: #202020 solid 1px;
    cursor: pointer
}

.Item_movie__background__action .menu .btn-follow[data-v-fee21e4c]:hover {
    color: var(--primary)
}

.Item_movie__background__action .menu .btn-share[data-v-fee21e4c] {
    padding: 5px;
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

.Item_movie__background__action .menu .btn-share[data-v-fee21e4c]:hover {
    color: var(--primary)
}

.Item_movie__background__action .menu .btn-share .icon[data-v-fee21e4c] {
    transform: scaleX(-1)
}

.Item_movie__meta__banner[data-v-fee21e4c] {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4%;
    width: 70%
}

.Item_movie__meta__banner__title[data-v-fee21e4c] {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 24px
}

.Item_movie__meta__banner__content[data-v-fee21e4c] {
    margin-bottom: 24px
}

.Item_movie__meta__banner__content .live p[data-v-fee21e4c] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    text-transform: uppercase
}

.Item_movie__meta__banner__content .vod__detail[data-v-fee21e4c] {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 30px
}

.Item_movie__meta__banner__content .vod__detail__labels[data-v-fee21e4c] {
    width: 8%;
    display: flex;
    align-items: center
}

.Item_movie__meta__banner__content .vod__detail__labels img[data-v-fee21e4c] {
    width: 100%
}

.Item_movie__meta__banner__content .vod__description[data-v-fee21e4c] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #d2d2d2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.Item_movie__meta__banner__actions[data-v-fee21e4c] {
    display: flex;
    align-items: center
}

.Item_movie__meta__banner__actions .btn-watch-now[data-v-fee21e4c] {
    width: -moz-fit-content;
    width: fit-content;
    background: linear-gradient(114.88deg, #fe592a 0%, #e93013 97.15%);
    border-radius: 8px;
    padding: 14px 44px;
    margin-right: 16px
}

.Item_movie__meta__banner__actions .btn-watch-now[data-v-fee21e4c]:hover {
    color: #fff;
    background: #ff5833
}

.Item_movie__meta__banner__actions .btn-heart[data-v-fee21e4c] {
    background: #202020;
    padding: 12px 14px;
    border-radius: 50%;
    margin-right: 16px;
    cursor: pointer
}

.Item_movie__meta__banner__actions .btn-heart[data-v-fee21e4c]:hover {
    color: var(--primary)
}

.Item_movie__meta__banner__actions .btn-reply[data-v-fee21e4c] {
    background: #202020;
    padding: 12px 14px;
    border-radius: 50%;
    transform: scaleX(-1);
    cursor: pointer
}

.Item_movie__meta__banner__actions .btn-reply[data-v-fee21e4c]:hover {
    color: var(--primary)
}

.Item_movie__meta__category[data-v-fee21e4c] {
    margin-top: 20px;
    opacity: 1
}

.Item_movie__meta__category__title[data-v-fee21e4c] {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 3.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.Item_movie__meta__category__title h3[data-v-fee21e4c] {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    margin-bottom: 3.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.Item_movie.highlight[data-v-fee21e4c] {
    width: 100% !important
}

.Item_movie.highlight .Item_movie__background[data-v-fee21e4c] {
    padding-top: 56.25%
}

.Item_movie.vertical-slider-medium[data-v-fee21e4c] {
    width: 100% !important;
    margin-right: 12px
}

.Item_movie.vertical-slider-medium .Item_movie__background[data-v-fee21e4c] {
    padding-top: 150%
}

.Item_movie.vertical-slider-small[data-v-fee21e4c] {
    width: 12.55% !important;
    margin-right: 12px
}

.Item_movie.vertical-slider-small .Item_movie__background[data-v-fee21e4c] {
    padding-top: 150%
}

.Item_movie.category[data-v-fee21e4c] {
    width: 18% !important;
    margin-right: 12px
}

.Item_movie.category .Item_movie__background[data-v-fee21e4c] {
    padding-top: 56.25%
}

.Item_movie.default-slider[data-v-fee21e4c] {
    width: 100% !important;
    margin-right: 12px
}

.Item_movie.default-slider .Item_movie__background[data-v-fee21e4c] {
    padding-top: 56.25%
}

.Item_movie.horizontal-slider[data-v-fee21e4c] {
    width: 18% !important;
    margin-right: 12px
}

.Item_movie.horizontal-slider .Item_movie__background[data-v-fee21e4c] {
    padding-top: 56.25%
}

.Item_movie.horizontal-slider-small[data-v-fee21e4c] {
    width: 14% !important;
    margin-right: 12px
}

.Item_movie.horizontal-slider-small .Item_movie__background[data-v-fee21e4c] {
    padding-top: 56.25%
}

.Item_movie.feature-horizontal-slider[data-v-fee21e4c] {
    width: 30.5% !important;
    margin-right: 12px
}

.Item_movie.feature-horizontal-slider .Item_movie__background[data-v-fee21e4c] {
    padding-top: 56.25%
}

@media only screen and (max-width: 768px) {
    .Item_movie.vertical-slider-medium[data-v-fee21e4c] {
        width: 100% !important
    }

    .Item_movie.vertical_slider_small[data-v-fee21e4c] {
        width: 24% !important
    }

    .Item_movie.horizontal-slider[data-v-fee21e4c] {
        width: 30% !important
    }

    .Item_movie.horizontal-slider-small[data-v-fee21e4c] {
        width: 24% !important
    }

    .Item_movie.feature-horizontal-slider[data-v-fee21e4c] {
        width: 44.5% !important
    }

    .Item_movie.category[data-v-fee21e4c] {
        width: 30% !important
    }
}

@media only screen and (max-width: 640px) {
    .Item_movie__meta__banner__title[data-v-fee21e4c] {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px
    }

    .Item_movie__meta__banner__content[data-v-fee21e4c] {
        margin-bottom: 10px
    }

    .Item_movie__meta__banner__content .vod__detail[data-v-fee21e4c] {
        margin-bottom: 10px
    }

    .Item_movie__meta__banner__content .vod__description[data-v-fee21e4c] {
        -webkit-line-clamp: 2
    }

    .Item_movie__meta__banner__actions .btn-watch-now[data-v-fee21e4c] {
        padding: 10px;
        margin-right: 5px
    }

    .Item_movie__meta__banner__actions .btn-heart[data-v-fee21e4c] {
        padding: 8px 10px;
        margin-right: 6px
    }

    .Item_movie__meta__banner__actions .btn-reply[data-v-fee21e4c] {
        padding: 8px 11px
    }

    .Item_movie__meta__category[data-v-fee21e4c] {
        margin-top: 10px
    }

    .Item_movie__meta__category__title[data-v-fee21e4c] {
        font-size: 14px
    }

    .Item_movie.vertical-slider-medium[data-v-fee21e4c] {
        width: 100% !important
    }

    .Item_movie.vertical-slider-small[data-v-fee21e4c] {
        width: 38% !important
    }

    .Item_movie.horizontal-slider[data-v-fee21e4c] {
        width: 44% !important
    }

    .Item_movie.horizontal-slider-small[data-v-fee21e4c] {
        width: 38% !important
    }

    .Item_movie.feature-horizontal-slider[data-v-fee21e4c] {
        width: 62% !important
    }

    .Item_movie.category[data-v-fee21e4c] {
        width: 44% !important
    }
}

#small-slider {
    position: relative
}

#small-slider .swiper-container .swiper-button-next {
    cursor: pointer;
    background: linear-gradient(270deg, #000000 35%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: none;
    color: #fff;
    top: 0;
    right: 0;
    width: 5%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    margin-top: unset;
    transition: all .3s
}

#small-slider .swiper-container .swiper-button-next:hover {
    opacity: 1 !important;
    visibility: visible !important
}

#small-slider .swiper-container .swiper-button-next:after {
    font-size: 25px
}

#small-slider .swiper-container .swiper-button-next:focus {
    outline: unset
}

#small-slider .swiper-container .swiper-button-prev {
    cursor: pointer;
    background: linear-gradient(90deg, #000000 35%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: none;
    color: #fff;
    top: 0;
    left: 0;
    width: 5%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    margin-top: unset;
    transition: all .3s
}

#small-slider .swiper-container .swiper-button-prev:hover {
    opacity: 1 !important;
    visibility: visible !important
}

#small-slider .swiper-container .swiper-button-prev:after {
    font-size: 25px
}

#small-slider .swiper-container .swiper-button-prev:focus {
    outline: unset
}

#small-slider .swiper-container .swiper-button-disabled {
    opacity: 0 !important
}

@media only screen and (max-width: 768px) {
    #small-slider .swiper-container .swiper-wrapper .swiper-slide {
        width: 30%
    }

    #small-slider .swiper-container .swiper-wrapper .swiper-slide.wide-image {
        width: 45% !important
    }

    #small-slider .swiper-container .small-button-next {
        width: 30px;
        height: 30px
    }

    #small-slider .swiper-container .small-button-next:after {
        font-size: 20px
    }

    #small-slider .swiper-container .small-button-prev {
        width: 30px;
        height: 30px
    }

    #small-slider .swiper-container .small-button-prev:after {
        font-size: 20px
    }
}

@media only screen and (max-width: 640px) {
    #small-slider .swiper-container .swiper-wrapper .swiper-slide {
        width: 40%
    }

    #small-slider .swiper-container .swiper-wrapper .swiper-slide.wide-image {
        width: 65% !important
    }

    #small-slider .swiper-container .small-button-next {
        display: none
    }

    #small-slider .swiper-container .small-button-prev {
        display: none
    }

    #small-slider h3 {
        color: #fff;
        font-size: 24px;
        margin-bottom: 24px;
        font-weight: 600
    }
}

#horizontal-slider {
    position: relative
}

#horizontal-slider h2 {
    font-size: 1.53125rem
}

#horizontal-slider .swiper-container .swiper-button-next {
    cursor: pointer;
    background: linear-gradient(270deg, #000000 35%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: none;
    color: #fff;
    top: 0;
    right: 0;
    width: 5%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    margin-top: unset;
    transition: all .3s
}

#horizontal-slider .swiper-container .swiper-button-next:hover {
    opacity: 1 !important;
    visibility: visible !important
}

#horizontal-slider .swiper-container .swiper-button-next:after {
    font-size: 25px
}

#horizontal-slider .swiper-container .swiper-button-next:focus {
    outline: unset
}

#horizontal-slider .swiper-container .swiper-button-prev {
    cursor: pointer;
    background: linear-gradient(90deg, #000000 35%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: none;
    color: #fff;
    top: 0;
    left: 0;
    width: 5%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    margin-top: unset;
    transition: all .3s
}

#horizontal-slider .swiper-container .swiper-button-prev:hover {
    opacity: 1 !important;
    visibility: visible !important
}

#horizontal-slider .swiper-container .swiper-button-prev:after {
    font-size: 25px
}

#horizontal-slider .swiper-container .swiper-button-prev:focus {
    outline: unset
}

#horizontal-slider .swiper-container .swiper-button-disabled {
    opacity: 0 !important
}

#numeric-rank-slider {
    position: relative
}

#numeric-rank-slider .swiper-container .swiper-wrapper .frames {
    width: 16.5%;
    margin-right: 30px;
    margin-left: 30px
}

#numeric-rank-slider .swiper-container .swiper-wrapper .frames__1 {
    margin-left: unset !important
}

#numeric-rank-slider .swiper-container .swiper-wrapper .frames__10 {
    margin-left: 67px
}

#numeric-rank-slider .swiper-container .swiper-wrapper .frames__background {
    position: relative;
    padding-top: 86.75%;
    display: block;
    z-index: 1
}

#numeric-rank-slider .swiper-container .swiper-wrapper .frames__background__numeric {
    position: absolute;
    top: 12%;
    bottom: 0;
    right: 44%;
    width: 70%;
    height: 88%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

#numeric-rank-slider .swiper-container .swiper-wrapper .frames__background__numeric__10 {
    right: 29%;
    width: 107%
}

#numeric-rank-slider .swiper-container .swiper-wrapper .frames__background__image {
    position: absolute;
    top: 0;
    width: 58%;
    height: 100%;
    left: 40%
}

#numeric-rank-slider .swiper-container .swiper-wrapper .frames__background__image .image-default {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

#numeric-rank-slider .swiper-container .swiper-wrapper .frames__background__image .image-default .image-portrait {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px
}

#numeric-rank-slider .swiper-container .swiper-wrapper .frames__background__overlay {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    border-radius: 8px;
    width: 115%;
    opacity: 0;
    visibility: hidden
}

#numeric-rank-slider .swiper-container .swiper-wrapper .frames__background__overlay__10 {
    width: 140%
}

#numeric-rank-slider .swiper-container .swiper-wrapper .frames__background__overlay .icon-play {
    position: absolute;
    top: 45%;
    left: 70%;
    color: #fff
}

#numeric-rank-slider .swiper-container .swiper-wrapper .frames__action {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%
}

#numeric-rank-slider .swiper-container .swiper-wrapper .frames__action .icon-three-dots {
    display: none;
    position: absolute;
    bottom: 5%;
    right: 5%;
    background: rgba(97, 97, 97, .5);
    padding: 2px 5px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0
}

#numeric-rank-slider .swiper-container .swiper-wrapper .frames__action .icon-three-dots.active {
    background: var(--primary)
}

#numeric-rank-slider .swiper-container .swiper-wrapper .frames__action .menu {
    background-color: #0b0b0b;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    bottom: 12%;
    left: 21%;
    width: 60%;
    opacity: 0;
    visibility: hidden
}

#numeric-rank-slider .swiper-container .swiper-wrapper .frames__action .menu.active {
    opacity: 1;
    visibility: visible
}

#numeric-rank-slider .swiper-container .swiper-wrapper .frames__action .menu .btn-follow {
    padding: 5px;
    display: flex;
    justify-content: space-between;
    border-bottom: #202020 solid 1px;
    cursor: pointer
}

#numeric-rank-slider .swiper-container .swiper-wrapper .frames__action .menu .btn-follow:hover {
    color: var(--primary)
}

#numeric-rank-slider .swiper-container .swiper-wrapper .frames__action .menu .btn-share {
    padding: 5px;
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

#numeric-rank-slider .swiper-container .swiper-wrapper .frames__action .menu .btn-share:hover {
    color: var(--primary)
}

#numeric-rank-slider .swiper-container .swiper-wrapper .frames__action .menu .btn-share .icon {
    transform: scaleX(-1)
}

@media only screen and (max-width: 640px) {
    #numeric-rank-slider .swiper-container .swiper-wrapper .frames {
        width: 33%;
        margin-right: 10px;
        margin-left: 10px
    }

    #numeric-rank-slider .swiper-container .swiper-wrapper .frames__10 {
        margin-left: 40px
    }

    #numeric-rank-slider .swiper-container .swiper-wrapper .frames__action {
        height: 100%
    }

    #numeric-rank-slider .swiper-container .swiper-wrapper .frames__action .icon-three-dots {
        display: none
    }

    #numeric-rank-slider .swiper-container .swiper-wrapper .frames__action .menu {
        bottom: 20%;
        left: -9%;
        width: 80%
    }
}

#numeric-rank-slider .swiper-container .swiper-button-next {
    cursor: pointer;
    background: linear-gradient(270deg, #000000 35%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: none;
    color: #fff;
    top: 0;
    right: 0;
    width: 5%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    margin-top: unset;
    transition: all .3s
}

#numeric-rank-slider .swiper-container .swiper-button-next:hover {
    opacity: 1 !important;
    visibility: visible !important
}

#numeric-rank-slider .swiper-container .swiper-button-next:after {
    font-size: 25px
}

#numeric-rank-slider .swiper-container .swiper-button-next:focus {
    outline: unset
}

#numeric-rank-slider .swiper-container .swiper-button-prev {
    cursor: pointer;
    background: linear-gradient(90deg, #000000 35%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: none;
    color: #fff;
    top: 0;
    left: 0;
    width: 5%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    margin-top: unset;
    transition: all .3s
}

#numeric-rank-slider .swiper-container .swiper-button-prev:hover {
    opacity: 1 !important;
    visibility: visible !important
}

#numeric-rank-slider .swiper-container .swiper-button-prev:after {
    font-size: 25px
}

#numeric-rank-slider .swiper-container .swiper-button-prev:focus {
    outline: unset
}

#numeric-rank-slider .swiper-container .swiper-button-disabled {
    opacity: 0 !important
}

#vertical-slider {
    position: relative
}

#vertical-slider .swiper-container .swiper-button-next {
    cursor: pointer;
    background: linear-gradient(270deg, #000000 35%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: none;
    color: #fff;
    top: 0;
    right: 0;
    width: 5%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    margin-top: unset;
    transition: all .3s
}

#vertical-slider .swiper-container .swiper-button-next:hover {
    opacity: 1 !important;
    visibility: visible !important
}

#vertical-slider .swiper-container .swiper-button-next:after {
    font-size: 25px
}

#vertical-slider .swiper-container .swiper-button-next:focus {
    outline: unset
}

#vertical-slider .swiper-container .swiper-button-prev {
    cursor: pointer;
    background: linear-gradient(90deg, #000000 35%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: none;
    color: #fff;
    top: 0;
    left: 0;
    width: 5%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    margin-top: unset;
    transition: all .3s
}

#vertical-slider .swiper-container .swiper-button-prev:hover {
    opacity: 1 !important;
    visibility: visible !important
}

#vertical-slider .swiper-container .swiper-button-prev:after {
    font-size: 25px
}

#vertical-slider .swiper-container .swiper-button-prev:focus {
    outline: unset
}

#vertical-slider .swiper-container .swiper-button-disabled {
    opacity: 0 !important
}

.vjs-modal-dialog .vjs-modal-dialog-content,
.video-js .vjs-modal-dialog,
.vjs-button>.vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vjs-button>.vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    text-align: center
}

@font-face {
    font-family: VideoJS;
    src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
    font-weight: normal;
    font-style: normal
}

.vjs-icon-play,
.video-js .vjs-play-control .vjs-icon-placeholder,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-play:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: ""
}

.vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-play-circle:before {
    content: ""
}

.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
    content: ""
}

.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
    content: ""
}

.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
    content: ""
}

.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
    content: ""
}

.vjs-icon-volume-high,
.video-js .vjs-mute-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
    content: ""
}

.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: ""
}

.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: ""
}

.vjs-icon-square {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-square:before {
    content: ""
}

.vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-spinner:before {
    content: ""
}

.vjs-icon-subtitles,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-subtitles:before,
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
    content: ""
}

.vjs-icon-captions,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-captions-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-captions:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-captions-button .vjs-icon-placeholder:before {
    content: ""
}

.vjs-icon-chapters,
.video-js .vjs-chapters-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button .vjs-icon-placeholder:before {
    content: ""
}

.vjs-icon-share {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-share:before {
    content: ""
}

.vjs-icon-cog {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-cog:before {
    content: ""
}

.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder,
.video-js .vjs-volume-level,
.video-js .vjs-play-progress {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before,
.video-js .vjs-volume-level:before,
.video-js .vjs-play-progress:before {
    content: ""
}

.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-circle-outline:before {
    content: ""
}

.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-circle-inner-circle:before {
    content: ""
}

.vjs-icon-hd {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-hd:before {
    content: ""
}

.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
    content: ""
}

.vjs-icon-replay,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-replay:before,
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
    content: ""
}

.vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-facebook:before {
    content: ""
}

.vjs-icon-gplus {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-gplus:before {
    content: ""
}

.vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-linkedin:before {
    content: ""
}

.vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-twitter:before {
    content: ""
}

.vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-tumblr:before {
    content: ""
}

.vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-pinterest:before {
    content: ""
}

.vjs-icon-audio-description,
.video-js .vjs-descriptions-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
    content: ""
}

.vjs-icon-audio,
.video-js .vjs-audio-button .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-audio:before,
.video-js .vjs-audio-button .vjs-icon-placeholder:before {
    content: ""
}

.vjs-icon-next-item {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-next-item:before {
    content: ""
}

.vjs-icon-previous-item {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-previous-item:before {
    content: ""
}

.vjs-icon-picture-in-picture-enter,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-picture-in-picture-enter:before,
.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
    content: ""
}

.vjs-icon-picture-in-picture-exit,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal
}

.vjs-icon-picture-in-picture-exit:before,
.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
    content: ""
}

.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: initial;
    width: 100%;
    max-width: 100%;
    margin: auto;
    height: auto
}

.video-js:-moz-full-screen {
    position: absolute
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important
}

.video-js[tabindex="-1"] {
    outline: none
}

.video-js *,
.video-js *:before,
.video-js *:after {
    box-sizing: inherit
}

.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
    width: 100%;
    max-width: 100%;
    height: 0
}

.video-js.vjs-16-9 {
    padding-top: 56.25%
}

.video-js.vjs-4-3 {
    padding-top: 75%
}

.video-js.vjs-9-16 {
    padding-top: 177.7777777778%
}

.video-js.vjs-1-1 {
    padding-top: 100%
}

.video-js.vjs-fill {
    width: 100%;
    height: 100%
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none
}

.vjs-hidden {
    display: none !important
}

.vjs-disabled {
    opacity: .5;
    cursor: default
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0px auto
}

.vjs-no-js a,
.vjs-no-js a:visited {
    color: #66a8cc
}

.video-js .vjs-big-play-button {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    line-height: 2.4em;
    font-size: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: .06666em solid #fff;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7);
    transition: all .4s
}

.video-js.vjs-layout-small .vjs-big-play-button,
.video-js.vjs-layout-x-small .vjs-big-play-button,
.video-js.vjs-layout-tiny .vjs-big-play-button {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.4em
}

.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -0.81666em;
    margin-left: -1.5em
}

.video-js.vjs-layout-small.vjs-big-play-centered .vjs-big-play-button,
.video-js.vjs-layout-x-small.vjs-big-play-centered .vjs-big-play-button,
.video-js.vjs-layout-tiny.vjs-big-play-centered .vjs-big-play-button {
    margin-left: -0.9em
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
    border-color: var(--primary);
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5);
    transition: all 0s
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button .vjs-icon-placeholder:focus {
    color: var(--primary)
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started.vjs-playing .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-ended .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
    display: none
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block
}

.video-js button {
    background: none;
    border: none;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.vjs-control .vjs-button {
    width: 100%;
    height: 100%
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: .5em;
    z-index: 2
}

.video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, 0.8);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
    overflow: auto
}

.video-js .vjs-modal-dialog>* {
    box-sizing: border-box
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1
}

.vjs-menu-button {
    cursor: pointer
}

.vjs-menu-button.vjs-disabled {
    cursor: default
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
    display: none
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto
}

.vjs-menu .vjs-menu-content>* {
    box-sizing: border-box
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
    display: none
}

.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: .5em 0;
    line-height: 1.4em;
    font-size: 1em;
    text-align: center;
    text-transform: capitalize;
    position: relative
}

.vjs-resolution-button .vjs-menu li.vjs-selected:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    top: 50%;
    background: var(--primary);
    left: 35px;
    transform: translateY(-50%)
}

.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 .3em 0;
    font-weight: bold;
    cursor: default
}

.vjs-menu-button-popup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0em;
    margin-bottom: 1em;
    border-top-color: rgba(43, 51, 63, 0.7)
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em;
    border-radius: 4px
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 5em
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 10em
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 14em
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    max-height: 25em
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
    display: block
}

.video-js .vjs-menu-button-inline {
    transition: all .4s;
    overflow: hidden
}

.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em
}

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    transition: all .4s
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    display: block;
    opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden
}

.video-js .vjs-control-bar {
    display: none;
    width: 96%;
    position: absolute;
    bottom: 0;
    left: 2%;
    right: 0;
    height: 4em;
    z-index: 2
}

.vjs-has-started .vjs-control-bar {
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: visibility .1s, opacity .1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: visible;
    opacity: 0;
    pointer-events: none;
    transition: visibility 1s, opacity 1s
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
    display: none !important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table
}

.video-js .vjs-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    flex: none;
    font-size: 14px
}

.video-js.vjs-layout-small .vjs-control {
    width: 3em
}

.vjs-button>.vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67
}

.vjs-button>.vjs-icon-placeholder {
    display: block
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
    text-shadow: none
}

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
    display: none
}

.video-js .vjs-progress-control {
    cursor: pointer;
    flex: auto;
    display: flex;
    align-items: center;
    width: 86%;
    min-width: 4em;
    touch-action: none;
    height: 15px;
    position: absolute;
    top: -15px;
    left: 7%
}

.video-js.vjs-layout-medium .vjs-progress-control {
    width: 76%;
    left: 12%
}

.video-js.vjs-layout-small .vjs-progress-control {
    width: 64%;
    left: 18%
}

.video-js.vjs-layout-x-small .vjs-progress-control,
.video-js.vjs-layout-tiny .vjs-progress-control {
    width: 100%;
    left: 0
}

.video-js .vjs-progress-control.disabled {
    cursor: default
}

.vjs-live .vjs-progress-control {
    display: none
}

.vjs-liveui .vjs-progress-control {
    display: flex;
    align-items: center
}

.vjs-no-flex .vjs-progress-control {
    width: auto
}

.video-js .vjs-progress-holder {
    flex: auto;
    transition: all .2s;
    height: .3em
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.3em
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
    font-size: 1em
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 0
}

.video-js .vjs-play-progress {
    background-color: var(--primary)
}

.video-js .vjs-play-progress:before {
    font-size: .9em;
    position: absolute;
    right: -0.5em;
    top: -0.3333333333em;
    z-index: 1;
    color: var(--primary)
}

.video-js .vjs-load-progress {
    background: rgba(115, 133, 159, 0.5)
}

.video-js .vjs-load-progress div {
    background: rgba(115, 133, 159, 0.75)
}

.video-js .vjs-time-tooltip {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: .3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
    display: none
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
    display: block;
    font-size: .6em;
    visibility: visible
}

.video-js .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip {
    display: none
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
    font-size: 1em
}

.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    display: none
}

.vjs-mouse-display .vjs-time-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8)
}

.video-js .vjs-slider {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 .45em 0 .45em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5)
}

.video-js .vjs-slider.disabled {
    cursor: default
}

.video-js .vjs-slider:focus {
    text-shadow: 0em 0em 1em white;
    box-shadow: 0 0 1em #fff
}

.video-js .vjs-mute-control {
    cursor: pointer;
    flex: none
}

.video-js .vjs-volume-control {
    cursor: pointer;
    margin-right: 1em;
    display: flex
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
    width: 5em
}

.video-js .vjs-volume-panel .vjs-volume-control {
    visibility: visible;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin-left: -1px
}

.video-js .vjs-volume-panel {
    transition: width 1s;
    margin-right: auto
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    margin-right: 0
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
    left: -3.5em;
    transition: left 0s
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
    width: 10em;
    transition: width .1s
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
    width: 4em
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    height: 8em;
    width: 3em;
    left: -3000em;
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
    width: 5em;
    height: 3em;
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: none
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
    position: absolute;
    bottom: 3em;
    left: .5em
}

.video-js .vjs-volume-panel {
    display: flex
}

.video-js .vjs-volume-bar {
    margin: 1.35em .45em
}

.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: .3em
}

.vjs-volume-bar.vjs-slider-vertical {
    width: .3em;
    height: 5em;
    margin: 1.35em auto
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--primary)
}

.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: .9em;
    z-index: 1;
    color: var(--primary)
}

.vjs-slider-vertical .vjs-volume-level {
    width: .3em
}

.vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em;
    z-index: 1
}

.vjs-slider-horizontal .vjs-volume-level {
    height: .3em
}

.vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
    width: 4em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%
}

.video-js .vjs-volume-vertical {
    width: 3em;
    height: 8em;
    bottom: 8em;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.7)
}

.video-js .vjs-volume-horizontal .vjs-menu {
    left: -2em
}

.video-js .vjs-volume-tooltip {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: .3em;
    color: #000;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 6px 8px 8px 8px;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    visibility: hidden;
    z-index: 1
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
    display: block;
    font-size: .8em;
    visibility: visible
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
    left: 1em;
    top: -12px
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
    font-size: 1em
}

.video-js .vjs-volume-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    z-index: 1
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
    width: 1px;
    height: 100%
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
    z-index: 0
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
    display: none
}

.vjs-mouse-display .vjs-volume-tooltip {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8)
}

.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

.vjs-has-started .vjs-poster {
    display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
    display: block
}

.vjs-using-native-controls .vjs-poster {
    display: none
}

.video-js .vjs-live-control {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    line-height: 3em
}

.video-js .vjs-live-control .vjs-live-display {
    color: #fff;
    font-weight: 600;
    width: 3.2em
}

.video-js .vjs-live-control .vjs-live-display:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    border-radius: 50%;
    background: #ed0303;
    left: 46px;
    transform: translateY(-50%)
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
    display: none
}

.video-js .vjs-seek-to-live-control {
    align-items: center;
    cursor: pointer;
    flex: none;
    display: inline-flex;
    height: 100%;
    padding-left: .5em;
    padding-right: .5em;
    font-size: 1em;
    line-height: 3em;
    width: auto;
    min-width: 4em
}

.vjs-no-flex .vjs-seek-to-live-control {
    display: table-cell;
    width: auto;
    text-align: left
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
    display: none
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
    cursor: auto
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
    margin-right: .5em;
    color: #888
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
    color: red
}

.video-js .vjs-time-control {
    flex: none;
    font-size: 1.5em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em
}

.vjs-live .vjs-time-control {
    display: none
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
    display: block;
    position: absolute;
    top: -30px;
    width: 7%;
    text-align: left;
    padding-left: 2%;
    padding-right: unset
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
    display: block;
    position: absolute;
    top: -30px;
    right: 0;
    width: 7%;
    text-align: right;
    padding-right: 2%;
    padding-left: unset
}

.video-js.vjs-layout-medium .vjs-current-time,
.vjs-no-flex .vjs-current-time,
.video-js.vjs-layout-medium .vjs-duration,
.vjs-no-flex .vjs-duration {
    width: 12%;
    font-size: 14px
}

.video-js.vjs-layout-small .vjs-current-time,
.vjs-no-flex .vjs-current-time,
.video-js.vjs-layout-small .vjs-duration,
.vjs-no-flex .vjs-duration {
    width: 18%;
    padding: unset
}

.vjs-time-divider {
    display: none;
    line-height: 3em
}

.vjs-live .vjs-time-divider {
    display: none
}

.video-js .vjs-play-control {
    cursor: pointer
}

.video-js .vjs-play-control .vjs-icon-placeholder {
    flex: none
}

.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em
}

.vjs-subtitles {
    color: #fff
}

.vjs-captions {
    color: #fc6
}

.vjs-tt-cue {
    display: block
}

video::-webkit-media-text-track-display {
    transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    transform: translateY(-1.5em)
}

.video-js .vjs-picture-in-picture-control {
    cursor: pointer;
    flex: none
}

.video-js .vjs-fullscreen-control {
    cursor: pointer;
    flex: none
}

.vjs-playback-rate>.vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vjs-playback-rate .vjs-playback-rate-value {
    pointer-events: none;
    font-size: 1.5em;
    line-height: 2;
    text-align: center
}

.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0em
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -0.5em;
    position: absolute;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, 0.7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    visibility: hidden
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    display: block;
    animation: vjs-spinner-show 0s linear .3s forwards
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: white
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
    animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
    border-top-color: white
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
    border-top-color: white;
    animation-delay: .44s
}

@keyframes vjs-spinner-show {
    to {
        visibility: visible
    }
}

@keyframes vjs-spinner-spin {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }

    20% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: white
    }

    60% {
        border-top-color: #73859f
    }

    100% {
        border-top-color: #73859f
    }
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -0.1em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: "";
    font-size: 1.5em;
    line-height: inherit
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: -0.1em
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
    font-family: VideoJS;
    content: " ";
    font-size: 1.5em;
    line-height: inherit
}

.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-chapters-button,
.video-js.vjs-layout-small .vjs-descriptions-button,
.video-js.vjs-layout-small .vjs-captions-button,
.video-js.vjs-layout-small .vjs-subtitles-button,
.video-js.vjs-layout-small .vjs-audio-button,
.video-js.vjs-layout-small .vjs-volume-control,
.video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-chapters-button,
.video-js.vjs-layout-x-small .vjs-descriptions-button,
.video-js.vjs-layout-x-small .vjs-captions-button,
.video-js.vjs-layout-x-small .vjs-subtitles-button,
.video-js.vjs-layout-x-small .vjs-audio-button,
.video-js.vjs-layout-x-small .vjs-seek-button,
.video-js.vjs-layout-x-small .vjs-volume-control,
.video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-chapters-button,
.video-js.vjs-layout-tiny .vjs-descriptions-button,
.video-js.vjs-layout-tiny .vjs-captions-button,
.video-js.vjs-layout-tiny .vjs-subtitles-button,
.video-js.vjs-layout-tiny .vjs-audio-button,
.video-js.vjs-layout-tiny .vjs-seek-button,
.video-js.vjs-layout-tiny .vjs-volume-control {
    display: none !important
}

.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
    width: auto;
    width: initial
}

.video-js.vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button,
.video-js.vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button,
.video-js.vjs-layout-tiny .vjs-subs-caps-button {
    display: none
}

.video-js.vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer,
.video-js.vjs-layout-tiny .vjs-custom-control-spacer {
    flex: auto;
    display: block
}

.video-js.vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer,
.video-js.vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
    width: auto
}

.video-js.vjs-layout-x-small.vjs-liveui .vjs-progress-control,
.video-js.vjs-layout-tiny .vjs-progress-control {
    display: none
}

.vjs-modal-dialog.vjs-text-track-settings {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, 0.75);
    color: #fff;
    height: 70%
}

.vjs-text-track-settings .vjs-modal-dialog-content {
    display: table
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
    display: table-cell
}

.vjs-text-track-settings .vjs-track-settings-controls {
    text-align: right;
    vertical-align: bottom
}

@supports(display: grid) {
    .vjs-text-track-settings .vjs-modal-dialog-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        padding: 20px 24px 0px 24px
    }

    .vjs-track-settings-controls .vjs-default-button {
        margin-bottom: 20px
    }

    .vjs-text-track-settings .vjs-track-settings-controls {
        grid-column: 1/-1
    }

    .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
    .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
    .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
        grid-template-columns: 1fr
    }
}

.vjs-track-setting>select {
    margin-right: 1em;
    margin-bottom: .5em
}

.vjs-text-track-settings fieldset {
    margin: 5px;
    padding: 3px;
    border: none
}

.vjs-text-track-settings fieldset span {
    display: inline-block
}

.vjs-text-track-settings fieldset span>select {
    max-width: 7.3em
}

.vjs-text-track-settings legend {
    color: #fff;
    margin: 0 0 5px 0
}

.vjs-text-track-settings .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
    outline-style: solid;
    outline-width: medium;
    background-image: linear-gradient(0deg, #fff 88%, #73859f 100%)
}

.vjs-track-settings-controls button:hover {
    color: rgba(43, 51, 63, 0.75)
}

.vjs-track-settings-controls button {
    background-color: #fff;
    background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
    color: #2b333f;
    cursor: pointer;
    border-radius: 2px
}

.vjs-track-settings-controls .vjs-default-button {
    margin-right: 1em
}

@media print {
    .video-js>*:not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden
    }
}

.vjs-resize-manager {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: -1000
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
    outline: none
}

.video-js *:focus:not(:focus-visible) {
    outline: none
}

.vjs-resolution-button .vjs-resolution-button-label {
    font-size: 1em;
    line-height: 3em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: inherit;
    color: transparent
}

.vjs-resolution-button .vjs-resolution-button-label:before {
    content: "" !important;
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 16px
}

.video-js .vjs-resolution-button-label:before {
    content: ""
}

.vjs-hover.vjs-resolution-button .vjs-resolution-button-label:before {
    color: var(--primary)
}

#trailer-player {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

#trailer-player .video-js video {
    border-radius: 8px;
    cursor: pointer
}

#trailer-player .video-js .vjs-control-bar {
    display: block;
    visibility: visible;
    z-index: 11;
    bottom: 3px;
    left: 3px
}

#trailer-player .video-js .vjs-control-bar .vjs-volume-control {
    display: none
}

#auto-expansion-slider {
    position: relative
}

#auto-expansion-slider .swiper-container .swiper-wrapper .frames {
    width: 46.5% !important;
    transition-property: width;
    transition-duration: 400ms;
    transition-timing-function: linear;
    transition-delay: 0s;
    margin-right: 12px
}

#auto-expansion-slider .swiper-container .swiper-wrapper .frames:last-child {
    margin-right: 0
}

#auto-expansion-slider .swiper-container .swiper-wrapper .frames__background {
    height: 300px;
    position: relative;
    width: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    margin-bottom: 20px
}

#auto-expansion-slider .swiper-container .swiper-wrapper .frames__background__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px
}

#auto-expansion-slider .swiper-container .swiper-wrapper .frames__background__image:hover {
    color: unset
}

#auto-expansion-slider .swiper-container .swiper-wrapper .frames__background__image.trailer {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    z-index: 10
}

#auto-expansion-slider .swiper-container .swiper-wrapper .frames__background__image__overlay {
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
    border-radius: 8px;
    width: 100%;
    opacity: 0
}

#auto-expansion-slider .swiper-container .swiper-wrapper .frames__background__image__overlay .icon-play {
    position: absolute;
    top: 45%;
    left: 48%
}

#auto-expansion-slider .swiper-container .swiper-wrapper .frames__background__image__opacity {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/_nuxt/img/Background-Opacity.a5660cf.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 0
}

#auto-expansion-slider .swiper-container .swiper-wrapper .frames__btn {
    position: absolute;
    z-index: 12;
    bottom: 3%;
    right: 3%;
    opacity: 1;
    visibility: visible
}

#auto-expansion-slider .swiper-container .swiper-wrapper .frames__btn.is-subscribed button {
    background: #fff !important;
    border-color: #fff !important;
    color: #202020
}

#auto-expansion-slider .swiper-container .swiper-wrapper .frames__btn button {
    background: linear-gradient(114.88deg, #fe592a 0%, #e93013 97.15%);
    border-radius: 8px;
    border: none;
    font-weight: 500
}

#auto-expansion-slider .swiper-container .swiper-wrapper .frames__btn button:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

@media only screen and (max-width: 640px) {
    #auto-expansion-slider .swiper-container .swiper-wrapper .frames__btn button {
        padding: 7px;
        font-size: 12px;
        border-radius: 5px
    }

    #auto-expansion-slider .swiper-container .swiper-wrapper .frames__btn button img {
        width: 14px
    }
}

#auto-expansion-slider .swiper-container .swiper-wrapper .frames__btn-disable {
    cursor: auto
}

#auto-expansion-slider .swiper-container .swiper-wrapper .frames__movie__meta {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0px 4%;
    width: 70%;
    opacity: 1;
    visibility: visible
}

@media only screen and (max-width: 1024px) {
    #auto-expansion-slider .swiper-container .swiper-wrapper .frames__movie__meta {
        padding: 0
    }
}

#auto-expansion-slider .swiper-container .swiper-wrapper .frames__movie__meta__title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 19px
}

#auto-expansion-slider .swiper-container .swiper-wrapper .frames__movie__meta__content {
    margin-bottom: 8px
}

#auto-expansion-slider .swiper-container .swiper-wrapper .frames__movie__meta__content .detail {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 8px
}

#auto-expansion-slider .swiper-container .swiper-wrapper .frames__movie__meta__content .detail__labels {
    width: 16%;
    display: flex;
    align-items: center
}

#auto-expansion-slider .swiper-container .swiper-wrapper .frames__movie__meta__content .detail__labels img {
    width: 100%
}

#auto-expansion-slider .swiper-container .swiper-wrapper .frames__movie__meta__content .detail__description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #d2d2d2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

@media only screen and (max-width: 1280px) {
    #auto-expansion-slider .swiper-container .swiper-wrapper .frames {
        width: 47% !important
    }

    #auto-expansion-slider .swiper-container .swiper-wrapper .frames__background {
        padding-top: 245px;
        height: 100%
    }
}

@media only screen and (max-width: 1024px) {
    #auto-expansion-slider .swiper-container .swiper-wrapper .frames {
        width: 47% !important
    }

    #auto-expansion-slider .swiper-container .swiper-wrapper .frames__background {
        height: 100%;
        padding-top: 56.25%
    }

    #auto-expansion-slider .swiper-container .swiper-wrapper .frames .mr-2 {
        margin-right: 0 !important
    }
}

@media only screen and (max-width: 768px) {
    #auto-expansion-slider .swiper-container .swiper-wrapper .frames {
        width: 93.5% !important;
        padding-top: none
    }

    #auto-expansion-slider .swiper-container .swiper-wrapper .frames__background {
        height: 100%;
        padding-top: 56.25%
    }

    #auto-expansion-slider .swiper-container .swiper-wrapper .frames__background__image.trailer {
        display: none
    }
}

@media only screen and (max-width: 640px) {
    #auto-expansion-slider .swiper-container .swiper-wrapper .frames {
        width: 90.4% !important;
        padding-top: none
    }

    #auto-expansion-slider .swiper-container .swiper-wrapper .frames__background {
        height: 100%;
        padding-top: 56.25%
    }

    #auto-expansion-slider .swiper-container .swiper-wrapper .frames__background__image.trailer {
        display: none
    }
}

#auto-expansion-slider .swiper-container .swiper-button-next {
    cursor: pointer;
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    box-shadow: none;
    color: #fff;
    top: 0;
    right: 0;
    width: 5%;
    height: 100%;
    opacity: 0;
    margin-top: unset
}

#auto-expansion-slider .swiper-container .swiper-button-next:hover {
    opacity: 1
}

#auto-expansion-slider .swiper-container .swiper-button-next:after {
    font-size: 25px
}

#auto-expansion-slider .swiper-container .swiper-button-next:focus {
    outline: unset
}

#auto-expansion-slider .swiper-container .swiper-button-prev {
    cursor: pointer;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    box-shadow: none;
    color: #fff;
    top: 0;
    left: 0;
    width: 5%;
    height: 100%;
    opacity: 0;
    margin-top: unset
}

#auto-expansion-slider .swiper-container .swiper-button-prev:hover {
    opacity: 1
}

#auto-expansion-slider .swiper-container .swiper-button-prev:after {
    font-size: 25px
}

#auto-expansion-slider .swiper-container .swiper-button-prev:focus {
    outline: unset
}

#auto-expansion-slider .swiper-container .swiper-button-disabled {
    opacity: 0 !important
}

#horizontal-background {
    position: relative
}

#horizontal-background .frames__background {
    position: relative;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 60px;
    padding-bottom: 20px
}

#horizontal-background .frames__slider {
    padding-top: 40px;
    padding-left: 20px
}

#horizontal-background .swiper-button-next {
    cursor: pointer;
    background: linear-gradient(270deg, #000000 35%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: none;
    color: #fff;
    top: 0;
    right: 0;
    width: 5%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    margin-top: unset;
    transition: all .3s
}

#horizontal-background .swiper-button-next:hover {
    opacity: 1 !important;
    visibility: visible !important
}

#horizontal-background .swiper-button-next:after {
    font-size: 25px
}

#horizontal-background .swiper-button-next:focus {
    outline: unset
}

#horizontal-background .swiper-button-prev {
    cursor: pointer;
    background: linear-gradient(90deg, #000000 35%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: none;
    color: #fff;
    top: 0;
    left: 0;
    width: 5%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    margin-top: unset;
    transition: all .3s
}

#horizontal-background .swiper-button-prev:hover {
    opacity: 1 !important;
    visibility: visible !important
}

#horizontal-background .swiper-button-prev:after {
    font-size: 25px
}

#horizontal-background .swiper-button-prev:focus {
    outline: unset
}

#horizontal-background .swiper-button-disabled {
    opacity: 0 !important
}

.adsplay-placement-relative {
    position: relative;
}

.adsplay-placement-absolute {
    position: absolute;
    width: 100%;
}

.adsplay-placement-fixed {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 0px;
    height: 0px;
}

.adsplay-placement-iframe {
    border: 0px;
    width: 100%;
    height: 100%;
}

.adsplay-placement-top-fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.home {
    background: #000
}

.home__category-slider {
    margin: 40px 0 20px 0
}

.home__category-slider .items-slider {
    margin-bottom: 30px
}

.home__category-slider .items-slider h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px
}

@media(max-width: 767.98px) {
    .home__category-slider .items-slider {
        margin-bottom: 20px
    }

    .home__category-slider .items-slider h3 {
        font-size: 20px
    }
}

@media(max-width: 575.98px) {
    .home__category-slider .items-slider {
        margin-bottom: 10px
    }

    .home__category-slider .items-slider h2 {
        font-size: 18px
    }
}

#standing-slider {
    position: relative
}

#standing-slider .swiper-container .swiper-button-next {
    cursor: pointer;
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    box-shadow: none;
    color: #fff;
    top: 0;
    right: 0;
    width: 5%;
    height: 100%;
    opacity: 0;
    margin-top: unset
}

#standing-slider .swiper-container .swiper-button-next:hover {
    opacity: 1
}

#standing-slider .swiper-container .swiper-button-next:after {
    font-size: 25px
}

#standing-slider .swiper-container .swiper-button-next:focus {
    outline: unset
}

#standing-slider .swiper-container .swiper-button-prev {
    cursor: pointer;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    box-shadow: none;
    color: #fff;
    top: 0;
    left: 0;
    width: 5%;
    height: 100%;
    opacity: 0;
    margin-top: unset
}

#standing-slider .swiper-container .swiper-button-prev:hover {
    opacity: 1
}

#standing-slider .swiper-container .swiper-button-prev:after {
    font-size: 25px
}

#standing-slider .swiper-container .swiper-button-prev:focus {
    outline: unset
}

#standing-slider .swiper-container .swiper-button-disabled {
    opacity: 0 !important
}

#standing-slider h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 600
}

@media only screen and (max-width: 1024px) {
    #standing-slider .swiper-container .swiper-wrapper .swiper-slide {
        width: 20%
    }

    #standing-slider .swiper-container .standing-button-next {
        width: 30px;
        height: 30px
    }

    #standing-slider .swiper-container .standing-button-next:after {
        font-size: 20px
    }

    #standing-slider .swiper-container .standing-button-prev {
        width: 30px;
        height: 30px
    }

    #standing-slider .swiper-container .standing-button-prev:after {
        font-size: 20px
    }
}

@media only screen and (max-width: 768px) {
    #standing-slider .swiper-container .swiper-wrapper .swiper-slide {
        width: 20%
    }

    #standing-slider .swiper-container .standing-button-next {
        width: 30px;
        height: 30px
    }

    #standing-slider .swiper-container .standing-button-next:after {
        font-size: 20px
    }

    #standing-slider .swiper-container .standing-button-prev {
        width: 30px;
        height: 30px
    }

    #standing-slider .swiper-container .standing-button-prev:after {
        font-size: 20px
    }
}

@media only screen and (max-width: 640px) {
    #standing-slider .swiper-container .swiper-wrapper .swiper-slide {
        width: 30%
    }

    #standing-slider .swiper-container .standing-button-next {
        display: none
    }

    #standing-slider .swiper-container .standing-button-prev {
        display: none
    }
}

.contain__more {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

#league {
    background: #202020;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin-bottom: 8px;
    padding: 12px 0px;
    max-height: 52px;
    padding-left: 3.725rem
}

#league.noMarginBottom {
    margin-bottom: 0
}

#league .mid {
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center
}

#league .mid .time {
    display: flex;
    align-items: center;
    text-align: center
}

#league .mid .time__match {
    background: rgba(255, 255, 255, .07);
    color: #fff;
    border-radius: 4px;
    padding: 3px 5px
}

#league .mid .time__live {
    width: 35px;
    height: 20px
}

#league .mid .time__score {
    width: 54px;
    height: 24px;
    padding: 2px 8px;
    color: #37003c;
    background: #fff;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px
}

#league .mid .img__logo {
    width: 25px;
    display: flex;
    height: 25px;
    align-items: center;
    justify-content: center
}

#league .mid .img__logo img {
    width: 100%;
    height: 100%
}

#league .name {
    width: 16%;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px
}

#league .more {
    padding-left: 18px;
    width: 14%
}

#title {
    background: #2c2c2e;
    border-radius: 8px 8px 0px 0px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#title .title__name {
    background: #2c2c2e;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px
}

#title.no-data {
    justify-content: flex-end
}

@media only screen and (max-width: 1280px) {
    #league {
        padding-left: 2.525rem
    }

    #league .mid {
        width: 50%
    }

    #league .name {
        width: 18%
    }

    #league .more {
        padding-left: 0px
    }
}

.outline {
    box-sizing: border-box;
    width: 100%
}

.outline .title {
    border-radius: 8px 8px 0px 0px;
    background: #2c2c2e;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.outline .title-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px
}

.outline .default-bg {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), #202020
}

.outline .change-bg {
    background: #202020
}

.outline .table-rank {
    padding: 12px 8px;
    width: 100%;
    border-collapse: separate;
    align-items: center;
    line-height: 17px;
    height: 43px
}

.outline .table-rank .rowTB {
    width: 20%;
    text-align: center
}

.outline .table-rank .rowTB__Position {
    width: 16%;
    align-items: center;
    text-align: center
}

.outline .table-rank .rowTB__Team {
    width: 26%
}

.outline .table-rank .rowTB__Team img {
    width: 25px;
    padding-right: 4px
}

.outline .table-rank .rowTB__Played {
    width: 10%;
    align-items: center;
    text-align: center
}

.outline hr {
    border: 1px solid #0d213e;
    margin-top: 2px !important;
    margin-bottom: 2px !important
}

#sport-item {
    margin-right: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

#sport-item .sport {
    flex: 1;
    display: flex;
    flex-direction: column
}

#sport-item .sport__title {
    display: flex;
    position: relative;
    background: #2c2c2e;
    padding: 8px 16px;
    border-radius: 8px 8px 0px 0px;
    align-items: center;
    justify-content: space-between
}

#sport-item .sport__title-main {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 8px
}

#sport-item .sport__title-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px
}

#sport-item .sport__title-right_name {
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px
}

#sport-item .sport__title-image img {
    height: 40px
}

#sport-item .sport__contain__roundNum {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), #202020;
    padding-top: 12px;
    padding-bottom: 12px;
    color: rgba(255, 255, 255, .6);
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-align: center
}

#sport-item .sport__contain__roundNum.no-data {
    padding-top: 56px;
    padding-bottom: 233px;
    border-radius: 0 0 8px 8px;
    color: #fff
}

#sport-item .sport__contain .sport__title {
    border-radius: 8px 8px 0px 0px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#sport-item .sport__contain .sport__title-ranking-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer
}

#sport-item .sport__contain-collapse {
    height: 80%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), #202020
}

#sport-item .sport__contain-collapse .sport__title {
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px
}

#sport-item .sport__container {
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), #202020;
    flex: 1
}

#sport-item .load__more {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), #202020;
    border-radius: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.wrappedSideBySide {
    height: 500px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), #202020;
    border-radius: 8px
}

#sport-side-by-side {
    position: relative
}

#sport-side-by-side .hidden-text {
    opacity: 0;
    font-size: 14px;
    line-height: 17px
}

#sport-side-by-side .name-main {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px
}

#sport-side-by-side .swiper-container .swiper-wrapper .swiper-slide {
    width: 30.7%;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

#sport-side-by-side .swiper-container .swiper-wrapper .swiper-slide .time__table {
    position: relative;
    min-height: 100%
}

#sport-side-by-side .swiper-container .swiper-wrapper .swiper-slide .time__table a {
    position: relative
}

#sport-side-by-side .swiper-container .swiper-wrapper .swiper-slide .time__table a .img_bg {
    height: 500px
}

#sport-side-by-side .swiper-container .swiper-wrapper .swiper-slide .time__table .time__name {
    cursor: pointer;
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#sport-side-by-side .swiper-container .swiper-wrapper .swiper-slide .time__table .time__name a {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px
}

#sport-side-by-side .swiper-container .swiper-wrapper .swiper-slide .time__table .time__name .icon__bg {
    padding-left: 8px
}

#sport-side-by-side .swiper-container .swiper-wrapper .swiper-slide.all {
    height: auto
}

#sport-side-by-side .swiper-container .swiper-button-next {
    cursor: pointer;
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    box-shadow: none;
    color: #fff;
    top: 0;
    right: 0;
    width: 5%;
    height: 100%;
    opacity: 0;
    margin-top: unset
}

#sport-side-by-side .swiper-container .swiper-button-next:hover {
    opacity: 1
}

#sport-side-by-side .swiper-container .swiper-button-next:after {
    font-size: 25px
}

#sport-side-by-side .swiper-container .swiper-button-next:focus {
    outline: unset
}

#sport-side-by-side .swiper-container .swiper-button-prev {
    cursor: pointer;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    box-shadow: none;
    color: #fff;
    top: 0;
    left: 0;
    width: 5%;
    height: 100%;
    opacity: 0;
    margin-top: unset
}

#sport-side-by-side .swiper-container .swiper-button-prev:hover {
    opacity: 1
}

#sport-side-by-side .swiper-container .swiper-button-prev:after {
    font-size: 25px
}

#sport-side-by-side .swiper-container .swiper-button-prev:focus {
    outline: unset
}

#sport-side-by-side .swiper-container .swiper-button-disabled {
    opacity: 0 !important
}

@media only screen and (max-width: 1024px) {
    #sport-side-by-side .swiper-container .swiper-wrapper .swiper-slide {
        width: 50%
    }

    #sport-side-by-side .swiper-container .standing-button-next {
        width: 30px;
        height: 30px
    }

    #sport-side-by-side .swiper-container .standing-button-next:after {
        font-size: 20px
    }

    #sport-side-by-side .swiper-container .standing-button-prev {
        width: 30px;
        height: 30px
    }

    #sport-side-by-side .swiper-container .standing-button-prev:after {
        font-size: 20px
    }
}

@media only screen and (max-width: 768px) {
    #sport-side-by-side .swiper-container .swiper-wrapper .swiper-slide {
        width: 60%
    }

    #sport-side-by-side .swiper-container .standing-button-next {
        width: 30px;
        height: 30px
    }

    #sport-side-by-side .swiper-container .standing-button-next:after {
        font-size: 20px
    }

    #sport-side-by-side .swiper-container .standing-button-prev {
        width: 30px;
        height: 30px
    }

    #sport-side-by-side .swiper-container .standing-button-prev:after {
        font-size: 20px
    }
}

@media only screen and (max-width: 640px) {
    #sport-side-by-side .swiper-container .swiper-wrapper .swiper-slide {
        width: 80%
    }
}

.category__contain-slide {
    margin: 40px 0 20px 0
}

.category__contain-slide .items-slider {
    margin-bottom: 30px;
    height: auto
}

.category__contain-slide .items-slider h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px
}

@media(max-width: 767.98px) {
    .category__contain-slide .items-slider {
        margin-bottom: 20px
    }

    .category__contain-slide .items-slider h3 {
        font-size: 20px
    }
}

@media(max-width: 575.98px) {
    .category__contain-slide .items-slider {
        margin-bottom: 10px
    }

    .category__contain-slide .items-slider h2 {
        font-size: 18px
    }
}

.sport-page .category__contain-slide {
    margin: 40px 0 20px 0
}

.sport-page .category__contain-slide .items-slider {
    margin-bottom: 30px;
    height: auto
}

.sport-page .category__contain-slide .items-slider .tabs {
    cursor: pointer
}

.sport-page .category__contain-slide .items-slider .tabs .nav-tabs {
    border-bottom: 0px solid unset;
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow: auto
}

.sport-page .category__contain-slide .items-slider .tabs .nav-tabs .nav-item {
    display: inline;
    white-space: nowrap
}

.sport-page .category__contain-slide .items-slider .tabs .nav-tabs .nav-item .nav-link {
    border: unset;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #a6a6a6;
    padding: 0;
    padding-bottom: 8px;
    margin-right: 32px;
    margin-bottom: 10px
}

.sport-page .category__contain-slide .items-slider .tabs .nav-tabs .nav-item .nav-link.active {
    border-bottom: 4px solid #ff6400;
    color: #fff
}

.sport-page .category__contain-slide .items-slider .tabs .nav-tabs .nav-item .nav-link:hover {
    color: #fff
}

.sport-page .category__contain-slide .items-slider .tabs ::-webkit-scrollbar {
    height: 5px;
    width: 4px
}

.sport-page .category__contain-slide .items-slider .tabs ::-webkit-scrollbar-track {
    background: #000
}

.sport-page .category__contain-slide .items-slider .tabs ::-webkit-scrollbar-thumb {
    display: none
}

@media only screen and (max-width: 1280px) {
    .sport-page .category__contain-slide .items-slider .tabs ::-webkit-scrollbar-thumb {
        display: inline;
        background: #888
    }
}

.sport-page .category__contain-slide .items-slider .tabs ul {
    border-bottom: unset
}

.sport-page .category__contain-slide .items-slider .tabs ul li p {
    border: unset;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #a6a6a6;
    padding: 0;
    padding-bottom: 8px;
    margin-right: 32px;
    margin-bottom: 10px
}

.sport-page .category__contain-slide .items-slider .tabs ul li p.active {
    border-bottom: 4px solid #ff6400;
    color: #fff
}

.sport-page .category__contain-slide .items-slider .tabs ul li p:hover {
    color: #fff
}

.sport-page .category__contain-slide .items-slider .tabs .tab-content {
    margin-top: 30px
}

.sport-page .category__contain-slide .items-slider h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px
}

@media(max-width: 767.98px) {
    .sport-page .category__contain-slide .items-slider {
        margin-bottom: 20px
    }

    .sport-page .category__contain-slide .items-slider h2 {
        font-size: 20px
    }
}

@media(max-width: 575.98px) {
    .sport-page .category__contain-slide .items-slider {
        margin-bottom: 10px
    }

    .sport-page .category__contain-slide .items-slider h2 {
        font-size: 18px
    }
}

.sport-page_top {
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.container[data-v-37bcbede] {
    margin-top: 16px;
    margin-bottom: 56px
}

.container .header-search[data-v-37bcbede] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    gap: 8px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), #202020;
    border-radius: 8px
}

.container .header-search .icon[data-v-37bcbede] {
    margin-left: 2px;
    width: 16.57px;
    height: 16.57px;
    color: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #a6a6a6
}

.container .header-search .resetInput[data-v-37bcbede] {
    height: 20px;
    width: 20px;
    color: #818181;
    margin-right: 21.25px;
    cursor: pointer
}

.container .header-search .input[data-v-37bcbede] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), #202020;
    border: none;
    color: #fff
}

.container .header-search .form-control[data-v-37bcbede]:focus {
    box-shadow: none
}

.container .header-search .btn-secondary[data-v-37bcbede],
.container .header-search .btn-secondary[data-v-37bcbede]:focus {
    outline: none;
    border: none;
    box-shadow: none
}

.container .header-search .button-search[data-v-37bcbede] {
    width: 120px;
    height: 48px;
    padding: 12px, 40px, 12px, 40px;
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    background: #2c2c2e;
    color: #767676
}

.container .header-search .active[data-v-37bcbede] {
    color: #fff;
    background: linear-gradient(114.88deg, #fe592a 0%, #e93013 97.15%)
}

.container .header-search[data-v-37bcbede] ::-moz-placeholder {
    color: #9b9b9b
}

.container .header-search[data-v-37bcbede] ::placeholder {
    color: #9b9b9b
}

.container .suggests-search[data-v-37bcbede] {
    width: calc(100% - 30px);
    height: auto;
    padding: 16px 0px;
    background: #202020;
    border-radius: 8px;
    position: absolute;
    z-index: 2
}

.container .suggests-search>ul[data-v-37bcbede] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #fff;
    border-bottom: .2px solid #303030
}

.container .suggests-search>ul div[data-v-37bcbede] {
    display: flex;
    align-items: center;
    padding: 12px 16px
}

.container .suggests-search>ul div .icon[data-v-37bcbede] {
    width: 16.57px;
    height: 16.57px;
    margin-right: 21.43px;
    color: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #a6a6a6
}

.container .suggests-search>ul[data-v-37bcbede]:hover {
    background: #2c2c2e
}

.container .suggests-search>ul:hover a[data-v-37bcbede] {
    color: #fff
}

@media screen and (max-width: 992px) {
    .container .resetInput[data-v-37bcbede] {
        margin-right: 10px !important
    }

    .container .header-search .button-search[data-v-37bcbede] {
        padding: 0 10px !important;
        font-size: 12.73px !important
    }
}

#background-image[data-v-31d2b733] {
    position: relative;
    opacity: .9
}

#background-image[data-v-31d2b733]:hover {
    transition: 400ms;
    opacity: 1
}

#background-image .thumb-image[data-v-31d2b733] {
    overflow: hidden
}

#background-image .thumb-image.standing-image[data-v-31d2b733] {
    padding-top: 150%
}

#background-image .thumb-image.small-image[data-v-31d2b733] {
    padding-top: 56%
}

#background-image .thumb-image .icon-category-slider-home[data-v-31d2b733] {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    width: auto
}

#background-image .thumb-image .icon-category-slider-home img[data-v-31d2b733] {
    height: 20px;
    margin-bottom: 5px;
    display: block
}

#background-image .thumb-image a[data-v-31d2b733] {
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px
}

@media(max-width: 767.98px) {
    #background-image .thumb-image .icon-category-slider-home[data-v-31d2b733] {
        top: 8px;
        left: 8px;
        z-index: 1
    }

    #background-image .thumb-image .icon-category-slider-home img[data-v-31d2b733] {
        height: 18px
    }
}

@media(max-width: 575.98px) {
    #background-image .thumb-image .icon-category-slider-home[data-v-31d2b733] {
        top: 4px;
        left: 4px
    }

    #background-image .thumb-image .icon-category-slider-home img[data-v-31d2b733] {
        height: 13px
    }
}

.all-type[data-v-22f3af08] {
    color: #9b9b9b
}

.list-tag h4[data-v-22f3af08] {
    margin-bottom: 24px
}

.list-tag .suggests ul[data-v-22f3af08] {
    padding-left: 0px
}

.list-tag .suggests ul li[data-v-22f3af08] {
    list-style-type: none;
    float: left;
    padding: 8px 16px;
    margin: 0 9px 16px 0;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), #202020;
    border-radius: 32px
}

.list-tag .suggests ul li a[data-v-22f3af08]:hover {
    color: var(--primary);
    transition: 400
}

.list-tag .topvods-block ul[data-v-22f3af08] {
    padding-left: 0px
}

.list-tag .topvods-block ul li[data-v-22f3af08] {
    list-style-type: none;
    margin-bottom: 16px
}

.list-tag .topvods-block ul li .background-img[data-v-22f3af08] {
    height: 90px;
    min-width: 160.0000762939px;
    border-radius: 8px
}

.list-tag .topvods-block ul li .info[data-v-22f3af08] {
    margin-left: 16px
}

.list-tag .topvods-block ul li .info .title[data-v-22f3af08] {
    font-size: 16px;
    margin-bottom: 12px
}

.list-tag .topvods-block ul li .info .badge-group[data-v-22f3af08] {
    display: flex;
    align-items: center
}

.list-tag .topvods-block ul li .info .badge-group img[data-v-22f3af08] {
    height: 20px;
    display: block
}

.list-tag .topvods-block ul li .info .dot[data-v-22f3af08] {
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .38);
    margin: 0 12px
}

.list-tag .topvods-block ul li .info .text[data-v-22f3af08] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, .87)
}

.list-tag .topvods-block ul li .info .is-new__text[data-v-22f3af08] {
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    font-size: 14px;
    color: #fe592a
}

@media screen and (max-width: 375px) {
    .list-tag .topvods-block ul li .info .dot[data-v-22f3af08] {
        margin: 0 6px
    }

    .list-tag .topvods-block ul li .info .text[data-v-22f3af08] {
        font-size: 10px;
        line-height: 12px
    }
}

@media screen and (max-width: 325px) {
    .list-tag .topvods-block ul li[data-v-22f3af08] {
        display: block !important
    }

    .list-tag .topvods-block ul li .background-img[data-v-22f3af08] {
        min-height: 140px;
        min-width: 160.0000762939px;
        border-radius: 8px;
        margin-bottom: 6px
    }

    .list-tag .topvods-block ul li .info .dot[data-v-22f3af08] {
        margin: 0 12px
    }

    .list-tag .topvods-block ul li .info .text[data-v-22f3af08] {
        font-size: 12px;
        line-height: 14px
    }
}

/* Slide down animation */
@keyframes slide-down {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 10px);
    }
}

/* Tailwind style */
.landing-text-xs {
    font-size: 0.75rem !important;
}

.landing-text-sm {
    font-size: 0.875rem !important;
}

.landing-text-lg {
    font-size: 1.125rem !important;
}

.landing-text-2xl {
    font-size: 1.5rem !important;
}

.landing-text-3xl {
    font-size: 40px !important;
}

.landing-text-4xl {
    font-size: 60px !important;
}

.landing-text-6xl {
    font-size: 96px !important;
}

.landing-text-bold {
    font-family: 'SFProDisplay-Bold';
    font-weight: bold;
}

.landing-tracking-wide {
    letter-spacing: 0.1rem;
}

.landing-text-white-60 {
    color: rgba(255, 255, 255, 0.6) !important;
}

.landing-text-white-80 {
    color: rgba(255, 255, 255, 0.8) !important;
}

.landing-text-white {
    color: #fff !important;
}

.landing-text-black {
    color: #000;
}

.landing-text-max-w-375 {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.landing-text-max-w-400 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.landing-text-gray-500 {
    color: #8f8f8f;
}

.landing-text-primary {
    color: #ff6500;
}

.landing-link {
    color: #ff6500;
    font-weight: 600;
    text-decoration: underline;
}

.landing-w-sm {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.landing-leading-none {
    line-height: 1;
}

.landing-inline {
    display: inline-block !important;
}

.landing-mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}

.landing-mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.landing-mb-4 {
    margin-bottom: 1rem !important;
}

.landing-mb-8 {
    margin-bottom: 2rem !important;
}

.landing-mb-2 {
    margin-bottom: 0.5rem !important;
}

.landing-mt-1 {
    margin-top: 0.25rem;
}

.landing-mt-2 {
    margin-top: 0.5rem;
}

.landing-mt-3 {
    margin-top: 0.75rem;
}

.landing-mt-4 {
    margin-top: 1rem;
}

.landing-ml-4 {
    margin-left: 1rem;
}

.landing-mr-4 {
    margin-right: 1rem;
}

.landing-mt-5 {
    margin-top: 1.25rem;
}

.landing-mt-6 {
    margin-top: 1.5rem;
}

.landing-mt-7 {
    margin-top: 1.75rem;
}

.landing-mt-8 {
    margin-top: 2rem;
}

.landing-mt-16 {
    margin-top: 4rem;
}

.landing-mt-32 {
    margin-top: 8rem;
}

.landing-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.landing-h-200 {
    height: 50rem;
}

.landing-h-100 {
    height: 25rem;
}

.landing-h-36 {
    height: 9rem !important;
}

.landing-b-4 {
    bottom: 1rem !important;
}

.landing-flex {
    display: flex;
}

.landing-block {
    display: block;
}

.landing-text-sm {
    font-size: 0.875rem !important;
}

.landing-text-base {
    font-size: 1rem !important;
}

.landing-text-xl {
    font-size: 26px !important;
}

.landing-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.landing-justify-center {
    justify-content: center;
}

.landing-items-center {
    align-items: center;
}

/* Main & container */

.landing-container {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 1180px) {
    .landing-container {
        max-width: 1180px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 993px) {
    .landing-main {
        padding-top: 0px;
    }
}

.landing-img-middle {
    transform: translateY(9px);
}

/* Section */
.landing-section {
    overflow: hidden;
    position: relative;
    color: #fff;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Section: Modifiers */
.landing-section.landing-section--with-background {
    height: 90vh;
}

.landing-section.landing-section--text {
    background-color: #fff;
    color: #111;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.landing-section.landing-section--text .landing-section__body {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

.landing-section.landing-section--text p {
    font-size: 1.125rem;
}

/* Section Body: Modifiers */
.landing-section__body--center {
    position: relative;
    text-align: center;
    padding-top: 1rem;
}

.landing-section__body--center .landing-button {
    margin-top: 3rem;
}

.landing-section__body--bottom-center {
    position: relative;
    text-align: center;
}

.landing-section__body--left {
    position: absolute;
    text-align: center;
    bottom: 5rem;
    width: 100%;
}

.landing-section__body--right {
    position: absolute;
    text-align: center;
    right: 0;
    top: 33%;
    width: 100%;
}

.landing-section__overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
}

.landing-section__overlay--disabled {
    display: none;
}

.landing-section__overlay--fluid {
    background-color: rgba(0, 0, 0, 0.75);
}



.landing-section__label {
    color: #8f8f8f;
    font-family: 'SFProDisplay-Bold';
    font-weight: bold !important;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin-top: 4rem;
    margin-bottom: 0.5rem;
}

.landing-section__title {
    font-family: 'SFProDisplay-Bold';
    font-weight: bold !important;
    font-size: 1.5rem !important;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 2.875rem;
}

.landing-section__background {
    z-index: 0;
    position: relative;
    line-height: 0;
}

.landing-section__background img {
    width: 100%;
    display: none;
}

.landing-section__body {
    z-index: 1;
    color: inherit;
}

.landing-section__body img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    max-width: 100%;
}

.landing-section__body p {
    line-height: 1.58;
    font-weight: 400;
}

.landing-section__body h1 {
    font-size: 40px;
    letter-spacing: 0.1em;
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'SFProDisplay-Bold';
    margin-bottom: 2rem;
}

.landing-section__body h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    font-family: 'SFProDisplay-Bold';
    margin-bottom: 0.5rem;
    letter-spacing: 0.1rem;
}

.landing-section__body h3 {
    margin-bottom: 0.75rem;
    letter-spacing: 0.1rem;
}

.landing-section__body h1.landing-heading__blur {
    text-shadow: 0px 0px 25px rgba(255, 255, 255, 0.5);
}

.landing-section__body h4 {
    font-weight: bold;
    font-family: 'SFProDisplay-Bold';
    font-size: 1rem;
    line-height: 1.58;
    margin-bottom: 0.5rem;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    text-shadow: 0px 0px 25px rgba(255, 255, 255, 0.5);
}

.landing-img-default {
    margin: 0 !important;
    padding: 0 !important;
}

.landing-ml-2 {
    margin-left: 0.5rem !important;
}

.landing-image-label {
    font-size: 2.5rem;
    color: #111;
    margin: 0;
    padding: 0;
    margin-left: 1rem;
    letter-spacing: 0.2rem;
    font-weight: bold;
    font-family: 'SFProDisplay-Bold';
}

.landing-section__body h2 {
    font-weight: bold;
    font-family: 'SFProDisplay-Bold';
    font-size: 2.2rem;
    color: #111;
    line-height: 1.58;
    margin-bottom: 0.5rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-shadow: 0px 0px 25px rgba(255, 255, 255, 0.5);
}

.landing-button {
    border: unset;
    border-radius: 30px;
    padding: 1.0rem 2rem;
    font-size: 2.5rem;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    white-space: nowrap;
}

.landing-button:hover,
.landing-button:focus,
.landing-button:visited {
    color: #fff !important;
}

.landing-section__transition {
    position: relative;
    text-align: center;
    letter-spacing: 0.1em;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    display: block;
    width: 100%;
}

.landing-section__transition>i {
    color: #fff;
    display: block;
    margin-top: 0.25rem;
    font-size: 2rem;
    animation: slide-down 1s ease-in-out infinite;
}

.landing-device {
    text-align: center;
    margin-bottom: 1rem;
    color: inherit;
}

.landing-device p {
    font-weight: bold;
    font-family: 'SFProDisplay-Bold';
    font-size: 1.25rem;
}

.landing-font-bold {
    font-weight: bold;
    font-family: 'SFProDisplay-Bold';
}

.landing-font-medium {
    font-weight: 400 !important;
    font-family: 'SFProDisplay-Regular' !important;
}

.landing-font-lighter {
    font-weight: 300 !important;
    font-family: 'SFProDisplay-Light' !important;
}

.landing-grid {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

@media only screen and (max-width: 640px) {
    .landing-section:not(.landing-section--with-background) .landing-section__body--center {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        left: 50%;
    }

    .landing-section__body--bottom-center {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        left: 50%;
    }

    .landing-image-label {
        display: block;
        font-size: 25px;
    }

    .landing-section__body h2 {
        font-size: 1.625rem;
        letter-spacing: 0.1rem;
    }

    .landing-button {
        padding: 0.75rem 4rem;
        font-size: 1rem;
        margin-top: 0.5rem !important;
    }
}

@media only screen and (min-width: 320px) {
    .xs\:landing-grid--3>.landing-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .xs\:landing-mt-8 {
        margin-top: 2rem;
    }

    .xs\:landing-mt-12 {
        margin-top: 3rem;
    }

    .xs\:landing-mt-16 {
        margin-top: 4rem;
    }

    .xs\:hidden {
        display: none !important;
    }

    .xs\:block {
        display: block !important;
    }
}

@media only screen and (min-width: 360px) {
    .landing-section__body--center {
        padding-top: 3rem;
    }

    .landing-section__body h4 {
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 375px) {
    .landing-section__body.landing-section__body--center {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .landing-section__body h1 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 640px) {
    .xs\:landing-mt-32 {
        margin-top: 8rem;
    }

    .landing-section__transition {
        position: absolute;
        bottom: 1rem;
    }

    .landing-section__transition>i {
        margin-top: 0.25rem;
    }

    .md\:landing-b-none {
        bottom: unset !important;
    }

    .md\:landing-block {
        display: block !important;
    }

    .md\:landing-px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .md\:landing-text-4xl {
        font-size: 60px !important;
    }

    .md\:landing-text-lg {
        font-size: 1.125rem !important;
    }

    .md\:landing-mb-8 {
        margin-bottom: 2rem !important;
    }

    .md\:landing-flex {
        display: flex;
    }

    .md\:landing-h-160 {
        height: 40rem;
    }

    .md\:hidden {
        display: none !important;
    }

    .md\:block {
        display: block !important;
    }

    .md\:landing-grid--5>.landing-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .landing-section {
        height: 130vh;
    }

    .landing-section.landing-section--no-text {
        height: auto;
    }

    .landing-section.landing-section--text {
        height: auto;
    }

    .landing-section__background {
        display: block;
    }

    .landing-section__body.landing-section__body--center {
        position: absolute;
        top: 30%;
        left: 50%;
        -webkit-transform: translate(-50%, -30%);
        transform: translate(-50%, -30%);
        width: 100%;
        padding-top: 0;
    }

    .landing-section__body.landing-section__body--bottom-center {
        position: absolute;
        bottom: 10%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
        padding-top: 0;
    }

    .landing-section__body h1 {
        margin-bottom: 1rem;
    }

    .landing-section__body h4 {
        font-size: 1.5rem;
    }

    .landing-section__title {
        font-size: 2rem;
    }

    .landing-section__body--left {
        top: 90%;
        position: absolute;
        -webkit-transform: translateY(-90%);
        transform: translateY(-90%);
        text-align: center;
        bottom: unset;
    }

    .landing-section__body--right {
        top: 45%;
    }
}

@media only screen and (min-width: 1024px) {
    .md\:landing-h-200 {
        height: 50rem;
    }

    .lg\:landing-mt-8 {
        margin-top: -3rem;
    }

    .lg\:landing-mt-16 {
        margin-top: 4rem;
    }

    .lg\:hidden {
        display: none !important;
    }

    .lg\:block {
        display: block !important;
    }

    .landing-section {
        height: auto;
    }

    .landing-section.landing-section--with-background {
        height: 90vh;
    }

    .landing-section__body.landing-section__body--center {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: calc(650px + 2rem);
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .landing-section__body.landing-section__body--left {
        width: auto;
        top: 50%;
        -webkit-transform: translateY(-60%);
        transform: translateY(-50%);
    }

    .landing-section__body--right {
        position: absolute;
        text-align: center;
        right: 0;
        top: unset;
        bottom: 14%;
        width: 55%;
    }


}

@media only screen and (max-width: 411px) and (min-height: 810px) {
    .landing-section--with-background .landing-button {
        position: relative;
        bottom: -7rem;
    }
}

@media only screen and (min-width: 1440px) {
    .xl\:landing-h-40 {
        height: 10rem !important;
    }

    .xl\:landing-text-xl {
        font-size: 22px !important;
    }
}

@media only screen and (min-width: 1800px) {
    .xxl\:landing-h-full {
        height: 100% !important;
    }

    .xxl\:landing-text-2xl {
        font-size: 26px !important;
    }

    .xxl\:landing-mt-8 {
        margin-top: 2rem !important;
    }
}