@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

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

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-wave {
    to {
        mask-position: -200%0
    }
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #28a745;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #28a745;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 40, 167, 69;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Inter";
    --bs-font-monospace: "Inter", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

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

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

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

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

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

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

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

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

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

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

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

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

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

p {
    margin-top: 0
}

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

address {
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

address,
dl,
ol,
p,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

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

dt {
    font-weight: 700
}

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

blockquote,
figure {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

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

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    direction: ltr;
    unicode-bidi: bidi-override
}

samp {
    font-size: 1em
}

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

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

code,
kbd,
pre {
    font-size: .875em
}

code {
    color: #d63384;
    word-wrap: break-word
}

a>code,
pre code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

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

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

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label,
output {
    display: inline-block
}

button {
    border-radius: 0;
    border: none;
}

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

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

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}


.form-control-color:not(:disabled):not([readonly]),
.form-control[type=file]:not(:disabled):not([readonly]),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

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

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

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

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

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

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

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

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

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

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

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

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

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

@media (min-width:768px) {

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

@media (min-width:992px) {

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

@media (min-width:1200px) {

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

@media (min-width:1400px) {

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

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-.5*var(--bs-gutter-x));
    margin-left: calc(-.5*var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

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

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

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333%
}

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

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

.col-auto,
.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66667%
}

.col-auto {
    width: auto
}

.col-1,
.col-2 {
    flex: 0 0 auto;
    width: 8.33333%
}

.col-2 {
    width: 16.66667%
}

.col-3,
.col-4 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    width: 33.33333%
}

.col-5,
.col-6 {
    flex: 0 0 auto;
    width: 41.66667%
}

.col-6 {
    width: 50%
}

.col-7,
.col-8 {
    flex: 0 0 auto;
    width: 58.33333%
}

.col-8 {
    width: 66.66667%
}

.col-10,
.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    width: 83.33333%
}

.col-11,
.col-12 {
    flex: 0 0 auto;
    width: 91.66667%
}

.col-12 {
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

    .col-sm-auto,
    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-auto {
        width: auto
    }

    .col-sm-1,
    .col-sm-2 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3,
    .col-sm-4 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5,
    .col-sm-6 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7,
    .col-sm-8 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-10,
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11,
    .col-sm-12 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

    .col-md-auto,
    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-auto {
        width: auto
    }

    .col-md-1,
    .col-md-2 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3,
    .col-md-4 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5,
    .col-md-6 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7,
    .col-md-8 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-10,
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11,
    .col-md-12 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

    .col-lg-auto,
    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-auto {
        width: auto
    }

    .col-lg-1,
    .col-lg-2 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3,
    .col-lg-4 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5,
    .col-lg-6 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7,
    .col-lg-8 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-10,
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11,
    .col-lg-12 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

    .col-xl-auto,
    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-auto {
        width: auto
    }

    .col-xl-1,
    .col-xl-2 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xl-2 {
        width: 16.66667%
    }

    .col-xl-3,
    .col-xl-4 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        width: 33.33333%
    }

    .col-xl-5,
    .col-xl-6 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-7,
    .col-xl-8 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xl-8 {
        width: 66.66667%
    }

    .col-xl-10,
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        width: 83.33333%
    }

    .col-xl-11,
    .col-xl-12 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xl-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

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

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

    .col-xxl-1,
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 8.33333%
    }

    .col-xxl-2 {
        width: 16.66667%
    }

    .col-xxl-3,
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        width: 33.33333%
    }

    .col-xxl-5,
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 41.66667%
    }

    .col-xxl-6 {
        width: 50%
    }

    .col-xxl-7,
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 58.33333%
    }

    .col-xxl-8 {
        width: 66.66667%
    }

    .col-xxl-10,
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        width: 83.33333%
    }

    .col-xxl-11,
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 91.66667%
    }

    .col-xxl-12 {
        width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

.table>:not(caption)>*>* {
    padding: .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:first-child) {
    border-top: 2px solid currentColor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-active-bg: #cbccce;
    --bs-table-hover-bg: #d1d2d4;
    border-color: #cbccce
}

.table-info,
.table-secondary,
.table-success {
    --bs-table-striped-color: #000;
    --bs-table-active-color: #000;
    --bs-table-hover-color: #000;
    color: #000
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-hover-bg: #c1d6cc;
    border-color: #bcd0c7
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-active-bg: #badce3;
    --bs-table-hover-bg: #bfe2e9;
    border-color: #badce3
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-hover-bg: #ece1be;
    border-color: #e6dbb9
}

.table-danger,
.table-light,
.table-warning {
    --bs-table-striped-color: #000;
    --bs-table-active-color: #000;
    --bs-table-hover-color: #000;
    color: #000
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-hover-bg: #e5c7ca;
    border-color: #dfc2c4
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-hover-bg: #e5e6e7;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

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

@media (max-width:991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

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

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

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

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control[type=file] {
    overflow: hidden
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

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

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

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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) {
    .form-control::-webkit-file-upload-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

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

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

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

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    margin-inline-end: .5rem
}

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

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: .375rem
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

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

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

.form-select:disabled {
    background-color: #e9ecef
}

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

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    appearance: none;
    color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

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

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

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

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

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

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

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

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

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

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

.form-range:disabled {
    pointer-events: none
}

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

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

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

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

.form-floating>.form-control {
    padding: 1rem .75rem
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

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

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

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

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

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

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

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

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

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

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

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

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

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

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

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

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

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(40, 167, 69, .25)
}

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

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1
}

.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
    z-index: 3
}

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

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

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

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

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 2
}

.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
    z-index: 3
}

.btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    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: #212529
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

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

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

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

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

.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

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

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

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

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

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

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

.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

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

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

.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

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

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

.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

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

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

.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

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

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

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

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

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

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

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

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

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

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

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

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: 0 0 0 .25rem rgba(40, 167, 69, .5)
}

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

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #0dcaf0;
    background-color: transparent
}

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

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

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

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

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

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

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

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

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

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

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

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

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

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

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

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

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

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

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

.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline
}

.btn-link:hover {
    color: #0a58ca
}

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

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

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

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

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

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

.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

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

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

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

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .125rem
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropend .dropdown-toggle::after,
.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
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropend .dropdown-toggle::after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

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

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

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

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef
}

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

.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 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #0d6efd
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd
}

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

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

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical {
    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-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

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

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

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

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

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

.nav-link:focus,
.nav-link:hover {
    color: #0a58ca
}

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

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

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

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

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

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

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

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

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

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.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-top: .5rem;
    padding-bottom: .5rem
}

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

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

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

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

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

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

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

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

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

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

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

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

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

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler,
    .navbar-expand-sm .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-sm .offcanvas-bottom,
    .navbar-expand-sm .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

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

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

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

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

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

    .navbar-expand-md .navbar-toggler,
    .navbar-expand-md .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-md .offcanvas-bottom,
    .navbar-expand-md .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

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

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

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

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler,
    .navbar-expand-lg .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-lg .offcanvas-bottom,
    .navbar-expand-lg .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

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

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

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

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler,
    .navbar-expand-xl .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-xl .offcanvas-bottom,
    .navbar-expand-xl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1400px) {
    .navbar-expand-xxl {
        flex-wrap: 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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler,
    .navbar-expand-xxl .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }

    .navbar-expand-xxl .offcanvas-bottom,
    .navbar-expand-xxl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

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

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

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

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler,
.navbar-expand .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none
}

.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0
}

.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55)
}

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

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

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

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%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, .55)
}

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

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

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .55)
}

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

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

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

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .55)
}

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

.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(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem
}

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

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

.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: 1rem
}

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

.card-footer {
    padding: .5rem 1rem;
    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(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.5rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

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

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

.card-group>.card {
    margin-bottom: .75rem
}

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

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

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

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

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

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

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

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0-1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

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

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

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

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.breadcrumb,
.pagination {
    display: flex;
    list-style: none
}

.breadcrumb {
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
}

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

.pagination {
    padding-left: 0
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    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) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6
}

.page-link {
    padding: .375rem .75rem
}

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

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

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

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

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

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

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

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

.alert {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

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

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe
}

.alert-primary .alert-link {
    color: #06357a
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8
}

.alert-secondary .alert-link {
    color: #34383c
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

.alert-success .alert-link {
    color: #0c4128
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb
}

.alert-info .alert-link {
    color: #04414d
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5
}

.alert-warning .alert-link {
    color: #523e02
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

.alert-danger .alert-link {
    color: #6a1a21
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light .alert-link {
    color: #4f5050
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf
}

.alert-dark .alert-link {
    color: #101214
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden
}

.progress {
    height: 1rem;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>li::before {
    content: counters(section, ".")". ";
    counter-increment: section
}

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

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

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    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: #6c757d;
    pointer-events: none;
    background-color: #fff
}

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

.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: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    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:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

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

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        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: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        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:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

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

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        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:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

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

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        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:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

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

    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        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: #084298;
    background-color: #cfe2ff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #084298;
    background-color: #bacbe6
}

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

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #41464b;
    background-color: #cbccce
}

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

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #0f5132;
    background-color: #bcd0c7
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132
}

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #055160;
    background-color: #badce3
}

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

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #664d03;
    background-color: #e6dbb9
}

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

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #842029;
    background-color: #dfc2c4
}

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

.list-group-item-light {
    color: #636464;
    background-color: #fefefe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #636464;
    background-color: #e5e5e5
}

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

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #141619;
    background-color: #bebebf
}

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

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #000;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

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

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.toast.showing {
    opacity: 0
}

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

.toast-container {
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

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

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    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(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem
}

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    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 {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

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

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

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

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

.modal-backdrop.fade {
    opacity: 0
}

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

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

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

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

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

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

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

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

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

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

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

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

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
    padding: 0 .4rem
}

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

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

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

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

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

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
    padding: 0 .4rem
}

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

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

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

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

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc(-.5rem - 1px)
}

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

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

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

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

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc(-.5rem - 1px)
}

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

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

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

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

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

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

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

.carousel,
.carousel-inner {
    position: relative
}

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

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

.carousel-inner::after,
.clearfix::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-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

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

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

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

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

    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

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

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

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

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

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

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

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.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
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.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
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

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

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

.offcanvas-backdrop.fade {
    opacity: 0
}

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

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem
}

.offcanvas-header .btn-close {
    padding: .5rem;
    margin-top: -.5rem;
    margin-right: -.5rem;
    margin-bottom: -.5rem
}

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

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(100%)
}

.offcanvas-bottom,
.offcanvas-top {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%
}

.offcanvas-top {
    top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    border-top: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(100%)
}

.offcanvas.show {
    transform: none
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite
}

.placeholder-wave {
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite
}

.link-primary {
    color: #0d6efd
}

.link-primary:focus,
.link-primary:hover {
    color: #0a58ca
}

.link-secondary {
    color: #6c757d
}

.link-secondary:focus,
.link-secondary:hover {
    color: #565e64
}

.link-success {
    color: #28a745
}

.link-success:focus,
.link-success:hover {
    color: #146c43
}

.link-info {
    color: #0dcaf0
}

.link-info:focus,
.link-info:hover {
    color: #3dd5f3
}

.link-warning {
    color: #ffc107
}

.link-warning:focus,
.link-warning:hover {
    color: #ffcd39
}

.link-danger {
    color: #dc3545
}

.link-danger:focus,
.link-danger:hover {
    color: #b02a37
}

.link-light {
    color: #f8f9fa
}

.link-light:focus,
.link-light:hover {
    color: #f9fafb
}

.link-dark {
    color: #212529
}

.link-dark:focus,
.link-dark:hover {
    color: #1a1e21
}

.ratio,
.ratio>* {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%)
}

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

.fixed-top {
    top: 0
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width:576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.hstack,
.vstack {
    display: flex;
    align-self: stretch
}

.hstack {
    flex-direction: row;
    align-items: center
}

.vstack {
    flex: 1 1 auto;
    flex-direction: column
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25
}

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

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-grid {
    display: grid !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
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

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

.border-0 {
    border: 0 !important
}

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

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

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

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

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

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0d6efd !important
}

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

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

.border-info {
    border-color: #0dcaf0 !important
}

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

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

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

.border-dark {
    border-color: #212529 !important
}

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

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !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
}

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

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !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
}

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

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

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

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

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

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

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !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
}

.justify-content-evenly {
    justify-content: space-evenly !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
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

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

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

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

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

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

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

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

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

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

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

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

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

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

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

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

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

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

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

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

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.m-n1 {
    margin: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

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

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

.m-n5 {
    margin: -3rem !important
}

.mx-n1 {
    margin-right: -.25rem !important;
    margin-left: -.25rem !important
}

.mx-n2 {
    margin-right: -.5rem !important;
    margin-left: -.5rem !important
}

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

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

.mx-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important
}

.my-n1 {
    margin-top: -.25rem !important;
    margin-bottom: -.25rem !important
}

.my-n2 {
    margin-top: -.5rem !important;
    margin-bottom: -.5rem !important
}

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

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

.my-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
}

.mt-n1 {
    margin-top: -.25rem !important
}

.mt-n2 {
    margin-top: -.5rem !important
}

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

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

.mt-n5 {
    margin-top: -3rem !important
}

.me-n1 {
    margin-right: -.25rem !important
}

.me-n2 {
    margin-right: -.5rem !important
}

.me-n3 {
    margin-right: -1rem !important
}

.me-n4 {
    margin-right: -1.5rem !important
}

.me-n5 {
    margin-right: -3rem !important
}

.mb-n1 {
    margin-bottom: -.25rem !important
}

.mb-n2 {
    margin-bottom: -.5rem !important
}

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

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

.mb-n5 {
    margin-bottom: -3rem !important
}

.ms-n1 {
    margin-left: -.25rem !important
}

.ms-n2 {
    margin-left: -.5rem !important
}

.ms-n3 {
    margin-left: -1rem !important
}

.ms-n4 {
    margin-left: -1.5rem !important
}

.ms-n5 {
    margin-left: -3rem !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

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

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

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

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

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

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

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

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

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

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

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

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

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

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

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

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

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

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

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

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

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

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

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

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

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

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary,
.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info,
.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger,
.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-black,
.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-body,
.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.text-black-50,
.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary,
.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info,
.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger,
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-black,
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-body,
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

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

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

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

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

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-end,
.rounded-top {
    border-top-right-radius: .25rem !important
}

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

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

.rounded-bottom,
.rounded-start {
    border-bottom-left-radius: .25rem !important
}

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

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

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

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

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

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

    .d-sm-grid {
        display: grid !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
    }

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

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

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

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !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
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !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
    }

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

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

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

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

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

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

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

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

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mx-sm-n1 {
        margin-right: -.25rem !important;
        margin-left: -.25rem !important
    }

    .mx-sm-n2 {
        margin-right: -.5rem !important;
        margin-left: -.5rem !important
    }

    .mx-sm-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-sm-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-sm-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-sm-n1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .my-sm-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .my-sm-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-sm-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-sm-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-sm-n1 {
        margin-top: -.25rem !important
    }

    .mt-sm-n2 {
        margin-top: -.5rem !important
    }

    .mt-sm-n3 {
        margin-top: -1rem !important
    }

    .mt-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mt-sm-n5 {
        margin-top: -3rem !important
    }

    .me-sm-n1 {
        margin-right: -.25rem !important
    }

    .me-sm-n2 {
        margin-right: -.5rem !important
    }

    .me-sm-n3 {
        margin-right: -1rem !important
    }

    .me-sm-n4 {
        margin-right: -1.5rem !important
    }

    .me-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-sm-n3 {
        margin-bottom: -1rem !important
    }

    .mb-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ms-sm-n1 {
        margin-left: -.25rem !important
    }

    .ms-sm-n2 {
        margin-left: -.5rem !important
    }

    .ms-sm-n3 {
        margin-left: -1rem !important
    }

    .ms-sm-n4 {
        margin-left: -1.5rem !important
    }

    .ms-sm-n5 {
        margin-left: -3rem !important
    }

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

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

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

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

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

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

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

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

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

    .d-md-grid {
        display: grid !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
    }

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

    .flex-md-fill {
        flex: 1 1 auto !important
    }

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

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !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
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !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
    }

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

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

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

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

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

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

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

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

    .m-md-n5 {
        margin: -3rem !important
    }

    .mx-md-n1 {
        margin-right: -.25rem !important;
        margin-left: -.25rem !important
    }

    .mx-md-n2 {
        margin-right: -.5rem !important;
        margin-left: -.5rem !important
    }

    .mx-md-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-md-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-md-n1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .my-md-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-md-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-md-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-md-n1 {
        margin-top: -.25rem !important
    }

    .mt-md-n2 {
        margin-top: -.5rem !important
    }

    .mt-md-n3 {
        margin-top: -1rem !important
    }

    .mt-md-n4 {
        margin-top: -1.5rem !important
    }

    .mt-md-n5 {
        margin-top: -3rem !important
    }

    .me-md-n1 {
        margin-right: -.25rem !important
    }

    .me-md-n2 {
        margin-right: -.5rem !important
    }

    .me-md-n3 {
        margin-right: -1rem !important
    }

    .me-md-n4 {
        margin-right: -1.5rem !important
    }

    .me-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-md-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-md-n3 {
        margin-bottom: -1rem !important
    }

    .mb-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-md-n5 {
        margin-bottom: -3rem !important
    }

    .ms-md-n1 {
        margin-left: -.25rem !important
    }

    .ms-md-n2 {
        margin-left: -.5rem !important
    }

    .ms-md-n3 {
        margin-left: -1rem !important
    }

    .ms-md-n4 {
        margin-left: -1.5rem !important
    }

    .ms-md-n5 {
        margin-left: -3rem !important
    }

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

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

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

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

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

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

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

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

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

    .d-lg-grid {
        display: grid !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
    }

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

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

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

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !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
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !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
    }

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

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

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

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

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

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

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

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

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mx-lg-n1 {
        margin-right: -.25rem !important;
        margin-left: -.25rem !important
    }

    .mx-lg-n2 {
        margin-right: -.5rem !important;
        margin-left: -.5rem !important
    }

    .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-lg-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-lg-n1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .my-lg-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-lg-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-lg-n1 {
        margin-top: -.25rem !important
    }

    .mt-lg-n2 {
        margin-top: -.5rem !important
    }

    .mt-lg-n3 {
        margin-top: -1rem !important
    }

    .mt-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mt-lg-n5 {
        margin-top: -3rem !important
    }

    .me-lg-n1 {
        margin-right: -.25rem !important
    }

    .me-lg-n2 {
        margin-right: -.5rem !important
    }

    .me-lg-n3 {
        margin-right: -1rem !important
    }

    .me-lg-n4 {
        margin-right: -1.5rem !important
    }

    .me-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-lg-n3 {
        margin-bottom: -1rem !important
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ms-lg-n1 {
        margin-left: -.25rem !important
    }

    .ms-lg-n2 {
        margin-left: -.5rem !important
    }

    .ms-lg-n3 {
        margin-left: -1rem !important
    }

    .ms-lg-n4 {
        margin-left: -1.5rem !important
    }

    .ms-lg-n5 {
        margin-left: -3rem !important
    }

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

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

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

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

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

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

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

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

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

    .d-xl-grid {
        display: grid !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
    }

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

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

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

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !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
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !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
    }

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

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

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

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

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

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

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

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

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mx-xl-n1 {
        margin-right: -.25rem !important;
        margin-left: -.25rem !important
    }

    .mx-xl-n2 {
        margin-right: -.5rem !important;
        margin-left: -.5rem !important
    }

    .mx-xl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-xl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-xl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-xl-n1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .my-xl-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .my-xl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-xl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-xl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-xl-n1 {
        margin-top: -.25rem !important
    }

    .mt-xl-n2 {
        margin-top: -.5rem !important
    }

    .mt-xl-n3 {
        margin-top: -1rem !important
    }

    .mt-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mt-xl-n5 {
        margin-top: -3rem !important
    }

    .me-xl-n1 {
        margin-right: -.25rem !important
    }

    .me-xl-n2 {
        margin-right: -.5rem !important
    }

    .me-xl-n3 {
        margin-right: -1rem !important
    }

    .me-xl-n4 {
        margin-right: -1.5rem !important
    }

    .me-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-xl-n3 {
        margin-bottom: -1rem !important
    }

    .mb-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ms-xl-n1 {
        margin-left: -.25rem !important
    }

    .ms-xl-n2 {
        margin-left: -.5rem !important
    }

    .ms-xl-n3 {
        margin-left: -1rem !important
    }

    .ms-xl-n4 {
        margin-left: -1.5rem !important
    }

    .ms-xl-n5 {
        margin-left: -3rem !important
    }

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

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

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

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

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

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

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

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

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

    .d-xxl-grid {
        display: grid !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
    }

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

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

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

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !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
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !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
    }

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

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

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

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

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

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

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

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

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mx-xxl-n1 {
        margin-right: -.25rem !important;
        margin-left: -.25rem !important
    }

    .mx-xxl-n2 {
        margin-right: -.5rem !important;
        margin-left: -.5rem !important
    }

    .mx-xxl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-xxl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .my-xxl-n1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .my-xxl-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .my-xxl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-xxl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-xxl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .mt-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mt-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mt-xxl-n3 {
        margin-top: -1rem !important
    }

    .mt-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mt-xxl-n5 {
        margin-top: -3rem !important
    }

    .me-xxl-n1 {
        margin-right: -.25rem !important
    }

    .me-xxl-n2 {
        margin-right: -.5rem !important
    }

    .me-xxl-n3 {
        margin-right: -1rem !important
    }

    .me-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .me-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .mb-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ms-xxl-n1 {
        margin-left: -.25rem !important
    }

    .ms-xxl-n2 {
        margin-left: -.5rem !important
    }

    .ms-xxl-n3 {
        margin-left: -1rem !important
    }

    .ms-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .ms-xxl-n5 {
        margin-left: -3rem !important
    }

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

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

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

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

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

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

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

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

    .d-print-grid {
        display: grid !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
    }

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


/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    padding: 0
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover:not(.disabled) {
    background: #ccc;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
    margin: 0;
    color: #333;
    background-color: #fff;
    top: calc(50% - 42px);
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.owl-carousel[data-dots="false"] .owl-nav button.owl-prev,
.owl-carousel[data-dots="false"] .owl-nav button.owl-next {
    top: calc(50% - 22px);
}

.owl-carousel .owl-nav button.owl-prev {
    left: -18px
}

.owl-carousel .owl-nav button.owl-next {
    right: -18px
}

.owl-theme .owl-dots {
    text-align: center;
    margin-top: 30px;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 5px 7px;
    border: 2px solid rgba(0, 0, 0, .2);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(0, 0, 0, .2);
    border: none
}

/*! jQuery UI - v1.13.1 - 2022-01-20
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)"
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    -ms-filter: "alpha(opacity=25)";
    opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold
}

.ui-widget-header a {
    color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214)
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    -ms-filter: "alpha(opacity=70)";
    font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    -ms-filter: "alpha(opacity=35)";
    background-image: none
}

.ui-state-disabled .ui-icon {
    -ms-filter: "alpha(opacity=35)"
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png")
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png")
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png")
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png")
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png")
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png")
}

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
    background-image: none
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .003;
    -ms-filter: Alpha(Opacity=.3)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em
}

.daterangepicker:after,
.daterangepicker:before {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, .2);
    content: ''
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent
}

.daterangepicker.opensleft:before {
    right: 9px
}

.daterangepicker.opensleft:after {
    right: 10px
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.opensright:before {
    left: 9px
}

.daterangepicker.opensright:after {
    left: 10px
}

.daterangepicker.drop-up {
    margin-top: -7px
}

.daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc
}

.daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
    float: none
}

.daterangepicker.single .drp-selected {
    display: none
}

.daterangepicker.show-calendar .drp-calendar {
    display: block
}

.daterangepicker.show-calendar .drp-buttons {
    display: block
}

.daterangepicker.auto-apply .drp-buttons {
    display: none
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px
}

.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px
}

.daterangepicker .drp-calendar.right {
    padding: 8px
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid #000;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px
}

.daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff
}

.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit
}

.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc
}

.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
    background-color: #fff;
    border-color: transparent;
    color: #999
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff
}

.daterangepicker th.month {
    width: auto
}

.daterangepicker option.disabled,
.daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%
}

.daterangepicker select.yearselect {
    width: 40%
}

.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed
}

.daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ddd
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ddd
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
    border-right: 1px solid #ddd
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 1px solid #ddd
}

.daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer
}

.daterangepicker .ranges li:hover {
    background-color: #eee
}

.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff
}

@media (min-width:564px) {
    .daterangepicker {
        width: auto
    }

    .daterangepicker .ranges ul {
        width: 140px
    }

    .daterangepicker.single .ranges ul {
        width: 100%
    }

    .daterangepicker.single .drp-calendar.left {
        clear: none
    }

    .daterangepicker.single .drp-calendar,
    .daterangepicker.single .ranges {
        float: left
    }

    .daterangepicker {
        direction: ltr;
        text-align: left
    }

    .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .daterangepicker .drp-calendar.right {
        margin-left: 0
    }

    .daterangepicker .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 8px
    }

    .daterangepicker .drp-calendar,
    .daterangepicker .ranges {
        float: left
    }
}

@media (min-width:730px) {
    .daterangepicker .ranges {
        width: auto
    }

    .daterangepicker .ranges {
        float: left
    }

    .daterangepicker.rtl .ranges {
        float: right
    }

    .daterangepicker .drp-calendar.left {
        clear: none !important
    }
}

@keyframes dual-ring {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes move {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -2324px 0
    }
}

@-moz-keyframes move {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -2324px 0
    }
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -2324px 0
    }
}

@-ms-keyframes move {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -2324px 0
    }
}

@-o-keyframes move {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -2324px 0
    }
}

body {
    background: #e7e9ed;
    color: #535b61;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 22px
}

#preloader {
    position: fixed;
    z-index: 999999999 !important;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

#preloader [data-loader=dual-ring] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 5px solid #0071cc;
    border-color: #0071cc #f1f5f6;
    animation: dual-ring .8s linear infinite
}

form {
    padding: 0;
    margin: 0;
    display: inline
}

img {
    vertical-align: inherit
}

a,
a:focus {
    color: #0071cc;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

a:active,
a:hover {
    color: #005da8;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
a:active,
a:focus,
button:active,
button:focus {
    outline: 0
}

p {
    line-height: 1.9
}

.blockquote {
    border-width: 0 0 0 5px;
    border-style: solid;
    border-color: #eee;
    padding: 10px 20px;
    font-size: 1rem
}

html[dir=rtl] .blockquote {
    border-width: 0 5px 0 0
}

iframe {
    border: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0c2f54;
    font-family: "Inter", sans-serif
}

.table {
    color: #535b61
}

.table-hover tbody tr:hover {
    background-color: #f6f7f8
}

.shadow-md {
    -webkit-box-shadow: 0 0 50px -35px rgba(0, 0, 0, .4);
    box-shadow: 0 0 50px -35px rgba(0, 0, 0, .4)
}

.rounded-top-0 {
    border-top-start-radius: 0 !important;
    border-top-end-radius: 0 !important
}

.rounded-bottom-0 {
    border-bottom-start-radius: 0 !important;
    border-bottom-end-radius: 0 !important
}

html:not([dir=rtl]) .rounded-start-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

html:not([dir=rtl]) .rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

html[dir=rtl] .rounded-start-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

html[dir=rtl] .rounded-end-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.text-0 {
    font-size: 11px !important;
    font-size: .6875rem !important
}

.text-1 {
    font-size: 12px !important;
    font-size: .75rem !important
}

.text-2 {
    font-size: 14px !important;
    font-size: .875rem !important
}

.text-3 {
    font-size: 16px !important;
    font-size: 1rem !important
}

.text-4 {
    font-size: 18px !important;
    font-size: 1.125rem !important
}

.text-5 {
    font-size: 21px !important;
    font-size: 1.3125rem !important
}

.text-6 {
    font-size: 24px !important;
    font-size: 1.5rem !important
}

.text-7 {
    font-size: 28px !important;
    font-size: 1.75rem !important
}

.text-8 {
    font-size: 32px !important;
    font-size: 2rem !important
}

.text-9 {
    font-size: 36px !important;
    font-size: 2.25rem !important
}

.text-10 {
    font-size: 40px !important;
    font-size: 2.5rem !important
}

.text-11 {
    font-size: calc(1.4rem + 1.8vw) !important
}

@media (min-width:1200px) {
    .text-11 {
        font-size: 2.75rem !important
    }
}

.text-12 {
    font-size: calc(1.425rem + 2.1vw) !important
}

@media (min-width:1200px) {
    .text-12 {
        font-size: 3rem !important
    }
}

.text-13 {
    font-size: calc(1.45rem + 2.4vw) !important
}

@media (min-width:1200px) {
    .text-13 {
        font-size: 3.25rem !important
    }
}

.text-14 {
    font-size: calc(1.475rem + 2.7vw) !important
}

@media (min-width:1200px) {
    .text-14 {
        font-size: 3.5rem !important
    }
}

.text-15 {
    font-size: calc(1.5rem + 3vw) !important
}

@media (min-width:1200px) {
    .text-15 {
        font-size: 3.75rem !important
    }
}

.text-16 {
    font-size: calc(1.525rem + 3.3vw) !important
}

@media (min-width:1200px) {
    .text-16 {
        font-size: 4rem !important
    }
}

.text-17 {
    font-size: calc(1.575rem + 3.9vw) !important
}

@media (min-width:1200px) {
    .text-17 {
        font-size: 4.5rem !important
    }
}

.text-18 {
    font-size: calc(1.625rem + 4.5vw) !important
}

@media (min-width:1200px) {
    .text-18 {
        font-size: 5rem !important
    }
}

.text-19 {
    font-size: calc(1.65rem + 4.8vw) !important
}

@media (min-width:1200px) {
    .text-19 {
        font-size: 5.25rem !important
    }
}

.text-20 {
    font-size: calc(1.7rem + 5.4vw) !important
}

@media (min-width:1200px) {
    .text-20 {
        font-size: 5.75rem !important
    }
}

.text-21 {
    font-size: calc(1.775rem + 6.3vw) !important
}

@media (min-width:1200px) {
    .text-21 {
        font-size: 6.5rem !important
    }
}

.text-22 {
    font-size: calc(1.825rem + 6.9vw) !important
}

@media (min-width:1200px) {
    .text-22 {
        font-size: 7rem !important
    }
}

.text-23 {
    font-size: calc(1.9rem + 7.8vw) !important
}

@media (min-width:1200px) {
    .text-23 {
        font-size: 7.75rem !important
    }
}

.text-24 {
    font-size: calc(1.95rem + 8.4vw) !important
}

@media (min-width:1200px) {
    .text-24 {
        font-size: 8.25rem !important
    }
}

.text-25 {
    font-size: calc(2.025rem + 9.3vw) !important
}

@media (min-width:1200px) {
    .text-25 {
        font-size: 9rem !important
    }
}

.text-11,
.text-12,
.text-13,
.text-14,
.text-15,
.text-16,
.text-17,
.text-18,
.text-19,
.text-20,
.text-21,
.text-22,
.text-23,
.text-24,
.text-25 {
    line-height: 1.3
}

.fw-100 {
    font-weight: 100 !important
}

.fw-200 {
    font-weight: 200 !important
}

.fw-300 {
    font-weight: 300 !important
}

.fw-400 {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600 !important
}

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

.fw-800 {
    font-weight: 800 !important
}

.fw-900 {
    font-weight: 900 !important
}

.opacity-0,
.owl-carousel.single-slider .owl-nav button {
    opacity: 0
}

.opacity-1 {
    opacity: .1
}

.opacity-2 {
    opacity: .2
}

.opacity-3 {
    opacity: .3
}

.opacity-4 {
    opacity: .4
}

.opacity-5 {
    opacity: .5
}

.opacity-6 {
    opacity: .6
}

.opacity-7 {
    opacity: .7
}

.opacity-8 {
    opacity: .8
}

.opacity-9 {
    opacity: .9
}

.opacity-10 {
    opacity: 1
}

.bg-light-1 {
    background-color: #f9f9fb !important
}

.bg-light-2 {
    background-color: #f8f8fa !important
}

.bg-light-3 {
    background-color: #f5f5f5 !important
}

.bg-light-4 {
    background-color: #eff0f2 !important
}

.bg-light-5 {
    background-color: #ececec !important
}

.bg-dark {
    background-color: #111418 !important
}

.bg-dark-1 {
    background-color: #191f24 !important
}

.bg-dark-2 {
    background-color: #232a31 !important
}

.bg-dark-3 {
    background-color: #2b343c !important
}

.bg-dark-4 {
    background-color: #38434f !important
}

.bg-dark-5 {
    background-color: #435161 !important
}

hr {
    opacity: .15
}

@media (min-width:992px) and (max-width:1199.98px) {
    #main-wrapper.boxed {
        max-width: 990px;
        margin: 0 auto;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1)
    }
}

@media (min-width:1200px) and (max-width:1399.98px) {
    #main-wrapper.boxed {
        max-width: 1180px;
        margin: 0 auto;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1)
    }
}

@media (min-width:1400px) {
    #main-wrapper.boxed {
        max-width: 1360px;
        margin: 0 auto;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1)
    }
}

.section {
    position: relative;
    padding: 50px 0;
    padding: 3.125rem 0
}

.fullscreen-with-header {
    min-height: calc(100vh - 70px) !important
}

#header {

    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}

#header .navbar {
    padding: 0
}

#header.bg-transparent {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none
}

#header.header-border .header-row {
    border-bottom: 1px solid rgba(250, 250, 250, .3)
}

#header .logo,
.login-signup,
.primary-menu {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

#header .header-row,
#header .logo {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#header .header-row {
    max-height: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

#header .header-column,
#header .header-row {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#header .header-column .header-row {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #005da8
}

.primary-menu.navbar {
    position: inherit
}

.login-signup,
.primary-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: auto !important;
    -webkit-box-ordinal-group: 0
}

.login-signup ul.navbar-nav>li,
.primary-menu ul.navbar-nav>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

#header .header-column,
.login-signup ul.navbar-nav>li a,
.primary-menu ul.navbar-nav>li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.login-signup ul.navbar-nav>li>a:not(.btn),
.primary-menu ul.navbar-nav>li>a:not(.btn) {
    height: 70px;
    padding-left: .85em;
    padding-right: .85em;
    color: #0c2e53;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative
}

.login-signup ul.navbar-nav>li.active>a:not(.btn),
.login-signup ul.navbar-nav>li.dropdown .dropdown-menu li:hover>a:not(.btn),
.login-signup ul.navbar-nav>li:hover>a:not(.btn),
.primary-menu ul.navbar-nav>li.active>a:not(.btn),
.primary-menu ul.navbar-nav>li.dropdown .dropdown-menu li:hover>a:not(.btn),
.primary-menu ul.navbar-nav>li:hover>a:not(.btn) {
    color: #0071cc;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.login-signup ul.navbar-nav>li.dropdown .dropdown-menu li>a:not(.btn),
.primary-menu ul.navbar-nav>li.dropdown .dropdown-menu li>a:not(.btn) {
    padding: 7px 20px 7px 0;
    background-color: transparent;
    color: #777;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.login-signup ul.navbar-nav>li.dropdown .dropdown-menu li>a:not(.btn)>i:not(.arrow),
.primary-menu ul.navbar-nav>li.dropdown .dropdown-menu li>a:not(.btn)>i:not(.arrow) {
    font-size: .875rem;
    width: 18px;
    text-align: center;
    margin-right: 7px
}

.login-signup ul.navbar-nav>li.dropdown:hover>a:after,
.primary-menu ul.navbar-nav>li.dropdown:hover>a:after {
    clear: both;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #ccc;
    position: absolute;
    border-width: 0 7px 6px;
    bottom: 0;
    left: 50%;
    margin: 0 0 0-5px;
    z-index: 1022
}

.login-signup ul.navbar-nav>li.dropdown .dropdown-menu,
.primary-menu ul.navbar-nav>li.dropdown .dropdown-menu {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .176);
    box-shadow: 0 0 12px rgba(0, 0, 0, .176);
    border: 0;
    border-top: 3px solid #ccc;
    padding: 10px 16px;
    min-width: 230px;
    margin: 0;
    font-size: 14px;
    font-size: .875rem;
    z-index: 1021;
    top: 100%
}

.login-signup ul.navbar-nav>li.dropdown.language .dropdown-menu,
.primary-menu ul.navbar-nav>li.dropdown.language .dropdown-menu {
    min-width: 140px
}

.login-signup ul.navbar-nav>li.dropdown.notifications .dropdown-menu,
.primary-menu ul.navbar-nav>li.dropdown.notifications .dropdown-menu {
    width: 265px
}

.login-signup ul.navbar-nav>li.dropdown.notifications .dropdown-menu li>a:not(.btn),
.primary-menu ul.navbar-nav>li.dropdown.notifications .dropdown-menu li>a:not(.btn) {
    white-space: normal;
    padding-left: 24px;
    position: relative
}

.login-signup ul.navbar-nav>li.dropdown.notifications .dropdown-menu li>a:not(.btn)>i:not(.arrow),
.primary-menu ul.navbar-nav>li.dropdown.notifications .dropdown-menu li>a:not(.btn)>i:not(.arrow) {
    position: absolute;
    top: 12px;
    left: 0
}

.login-signup ul.navbar-nav>li.dropdown-mega,
.primary-menu ul.navbar-nav>li.dropdown-mega {
    position: static
}

.login-signup ul.navbar-nav>li.dropdown-mega>.dropdown-menu,
.primary-menu ul.navbar-nav>li.dropdown-mega>.dropdown-menu {
    width: 100%;
    padding: 20px
}

.login-signup .dropdown-menu-end,
.primary-menu .dropdown-menu-end {
    left: auto !important;
    right: 100% !important
}

.login-signup ul.navbar-nav>li>.dropdown-menu .row>div,
.primary-menu ul.navbar-nav>li>.dropdown-menu .row>div {
    border-right: 1px solid #eee;
    padding: 5px 10px 5px 20px
}

.login-signup ul.navbar-nav>li>.dropdown-menu .row>div:last-child,
.primary-menu ul.navbar-nav>li>.dropdown-menu .row>div:last-child {
    border-right: 0
}

.login-signup ul.navbar-nav>li .sub-title,
.primary-menu ul.navbar-nav>li .sub-title {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 1rem;
    padding-bottom: 5px
}

.login-signup ul.navbar-nav>li .dropdown-mega-submenu,
.primary-menu ul.navbar-nav>li .dropdown-mega-submenu {
    list-style-type: none;
    padding-left: 0
}

.login-signup ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-menu,
.primary-menu ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-menu {
    left: 100%;
    margin-top: -40px
}

.login-signup ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-toggle:after,
.primary-menu ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-toggle:after {
    border-top: .4em solid transparent;
    border-right: 0;
    border-bottom: .4em solid transparent;
    border-left: .4em solid
}

.login-signup ul.navbar-nav>li.dropdown .dropdown-toggle .arrow,
.primary-menu ul.navbar-nav>li.dropdown .dropdown-toggle .arrow {
    position: absolute;
    min-width: 30px;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.login-signup ul.navbar-nav>li.dropdown .dropdown-toggle .arrow:after,
.primary-menu ul.navbar-nav>li.dropdown .dropdown-toggle .arrow:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    border-color: #000;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 6px;
    height: 6px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.login-signup ul.navbar-nav>li.dropdown .dropdown-toggle .arrow.arrow-end:after,
.primary-menu ul.navbar-nav>li.dropdown .dropdown-toggle .arrow.arrow-end:after,
html[dir=rtl] .login-signup ul.navbar-nav>li.dropdown .dropdown-toggle .arrow.arrow-end:after,
html[dir=rtl] .primary-menu ul.navbar-nav>li.dropdown .dropdown-toggle .arrow.arrow-end:after {
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg)
}

.login-signup .dropdown-toggle:after,
.primary-menu .dropdown-toggle:after {
    content: none
}

.login-signup ul.navbar-nav>li.profile>a,
.primary-menu ul.navbar-nav>li.profile>a {
    position: relative
}

.login-signup ul.navbar-nav>li.profile>a span.user-icon,
.primary-menu ul.navbar-nav>li.profile>a span.user-icon {
    background: #8f9dac;
    color: #fff;
    border-radius: 100%;
    min-width: 34px;
    height: 34px;
    vertical-align: middle;
    line-height: 34px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    box-shadow: 0 0 6px rgba(0, 0, 0, .15)
}

html[dir=rtl] .login-signup ul.navbar-nav>li.dropdown .dropdown-menu li>a:not(.btn),
html[dir=rtl] .primary-menu ul.navbar-nav>li.dropdown .dropdown-menu li>a:not(.btn) {
    padding-left: 20px;
    padding-right: 0
}

html[dir=rtl] .login-signup ul.navbar-nav>li.dropdown .dropdown-menu li>a:not(.btn)>i:not(.arrow),
html[dir=rtl] .primary-menu ul.navbar-nav>li.dropdown .dropdown-menu li>a:not(.btn)>i:not(.arrow) {
    margin-right: 0;
    margin-left: 7px
}

html[dir=rtl] .login-signup ul.navbar-nav>li.dropdown:hover>a:after,
html[dir=rtl] .primary-menu ul.navbar-nav>li.dropdown:hover>a:after {
    left: auto;
    right: 50%;
    margin: 0-5px 0 0
}

html[dir=rtl] .login-signup ul.navbar-nav>li.dropdown.notifications .dropdown-menu li>a:not(.btn),
html[dir=rtl] .primary-menu ul.navbar-nav>li.dropdown.notifications .dropdown-menu li>a:not(.btn) {
    padding-left: 0;
    padding-right: 24px
}

html[dir=rtl] .featured-box:not(.style-4):not(.style-5).style-1 .featured-box-icon,
html[dir=rtl] .featured-box:not(.style-4):not(.style-5).style-2 .featured-box-icon,
html[dir=rtl] .featured-box:not(.style-4):not(.style-5).style-3 .featured-box-icon,
html[dir=rtl] .login-signup ul.navbar-nav>li.dropdown.notifications .dropdown-menu li>a:not(.btn)>i:not(.arrow),
html[dir=rtl] .primary-menu ul.navbar-nav>li.dropdown.notifications .dropdown-menu li>a:not(.btn)>i:not(.arrow) {
    left: auto;
    right: 0
}

html[dir=rtl] .login-signup .dropdown-menu-end,
html[dir=rtl] .primary-menu .dropdown-menu-end {
    left: 100% !important;
    right: auto !important
}

html[dir=rtl] .login-signup ul.navbar-nav>li>.dropdown-menu .row>div,
html[dir=rtl] .primary-menu ul.navbar-nav>li>.dropdown-menu .row>div {
    padding: 5px 20px 5px 10px;
    border-left: 1px solid #eee;
    border-right: 0
}

html[dir=rtl] .login-signup ul.navbar-nav>li>.dropdown-menu .row>div:last-child,
html[dir=rtl] .primary-menu ul.navbar-nav>li>.dropdown-menu .row>div:last-child {
    border-left: 0
}

html[dir=rtl] .login-signup ul.navbar-nav>li .dropdown-mega-submenu,
html[dir=rtl] .primary-menu ul.navbar-nav>li .dropdown-mega-submenu {
    padding-right: 0
}

html[dir=rtl] .login-signup ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-menu,
html[dir=rtl] .primary-menu ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-menu {
    left: auto;
    right: 100%
}

html[dir=rtl] .login-signup ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-toggle:after,
html[dir=rtl] .primary-menu ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-toggle:after {
    border-left: 0;
    border-right: .4em solid
}

html[dir=rtl] .login-signup ul.navbar-nav>li.dropdown .dropdown-toggle .arrow,
html[dir=rtl] .primary-menu ul.navbar-nav>li.dropdown .dropdown-toggle .arrow,
html[dir=rtl] .view-plans-link {
    right: auto;
    left: 0
}

html[dir=rtl] .login-signup ul.navbar-nav>li.dropdown .dropdown-toggle .arrow:after,
html[dir=rtl] .primary-menu ul.navbar-nav>li.dropdown .dropdown-toggle .arrow:after {
    left: auto;
    right: 50%;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid;
    border-left: 1px solid;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.dropdown-menu {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .176);
    box-shadow: 0 0 12px rgba(0, 0, 0, .176);
    border: 0;
    font-size: 14px;
    font-size: .875rem
}

.header-text-light .navbar-toggler span {
    background: #fff
}

.header-text-light .login-signup ul.navbar-nav>li>a:not(.btn) {
    color: rgba(250, 250, 250, .8)
}

.header-text-light .login-signup ul.navbar-nav>li.active>a:not(.btn),
.header-text-light .login-signup ul.navbar-nav>li:hover>a:not(.btn),
.login-signup.navbar-dropdown-dark ul.navbar-nav>li.dropdown .dropdown-menu li:hover>a:not(.btn),
.login-signup.navbar-dropdown-primary ul.navbar-nav>li.dropdown .dropdown-menu li:hover>a:not(.btn),
.primary-menu.navbar-dropdown-dark ul.navbar-nav>li.dropdown .dropdown-menu li:hover>a:not(.btn),
.primary-menu.navbar-dropdown-primary ul.navbar-nav>li.dropdown .dropdown-menu li:hover>a:not(.btn) {
    color: #fff
}

.header-text-light .login-signup ul.navbar-nav>li.profile>a span.user-icon {
    background: rgba(250, 250, 250, .4)
}

@media (min-width:992px) {
    .header-text-light .primary-menu ul.navbar-nav>li>a {
        color: rgba(250, 250, 250, .8)
    }

    .header-text-light .primary-menu ul.navbar-nav>li.active>a:not(.btn),
    .header-text-light .primary-menu ul.navbar-nav>li:hover>a:not(.btn) {
        color: #fff
    }
}

.login-signup.navbar-dropdown-dark ul.navbar-nav>li.dropdown .dropdown-menu,
.primary-menu.navbar-dropdown-dark ul.navbar-nav>li.dropdown .dropdown-menu {
    background-color: #252a2c;
    color: #fff;
    border-color: #252a2c
}

.login-signup.navbar-dropdown-dark ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-menu,
.primary-menu.navbar-dropdown-dark ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-menu {
    background-color: #272c2e
}

.login-signup.navbar-dropdown-dark ul.navbar-nav>li.dropdown:hover>a:after,
.primary-menu.navbar-dropdown-dark ul.navbar-nav>li.dropdown:hover>a:after {
    border-color: transparent transparent #252a2c
}

.login-signup.navbar-dropdown-dark ul.navbar-nav>li.dropdown .dropdown-menu li>a:not(.btn),
.primary-menu.navbar-dropdown-dark ul.navbar-nav>li.dropdown .dropdown-menu li>a:not(.btn) {
    color: #a3a2a2
}

.login-signup.navbar-dropdown-dark ul.navbar-nav>li .row>div,
.primary-menu.navbar-dropdown-dark ul.navbar-nav>li .row>div {
    border-color: #3a3a3a
}

.login-signup.navbar-dropdown-primary ul.navbar-nav>li.dropdown .dropdown-menu,
.primary-menu.navbar-dropdown-primary ul.navbar-nav>li.dropdown .dropdown-menu {
    background-color: #0071cc;
    color: #fff;
    border-color: #0071cc
}

.login-signup.navbar-dropdown-primary ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-menu,
.primary-menu.navbar-dropdown-primary ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-menu {
    background-color: #0071cc
}

.login-signup.navbar-dropdown-primary ul.navbar-nav>li.dropdown:hover>a:after,
.primary-menu.navbar-dropdown-primary ul.navbar-nav>li.dropdown:hover>a:after {
    border-color: transparent transparent #0071cc
}

.login-signup.navbar-dropdown-primary ul.navbar-nav>li.dropdown .dropdown-menu li>a:not(.btn),
.primary-menu.navbar-dropdown-primary ul.navbar-nav>li.dropdown .dropdown-menu li>a:not(.btn) {
    color: rgba(250, 250, 250, .8)
}

.login-signup.navbar-dropdown-primary ul.navbar-nav>li .row>div,
.primary-menu.navbar-dropdown-primary ul.navbar-nav>li .row>div {
    border-color: rgba(250, 250, 250, .2)
}

@media (max-width:991.98px) {

    #header .navbar-dropdown-dark.primary-menu:before,
    .primary-menu.navbar-dropdown-dark ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-menu {
        background-color: #252a2c
    }

    #header .navbar-dropdown-primary.primary-menu:before,
    .primary-menu.navbar-dropdown-primary ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-menu {
        background-color: #0071cc
    }

    .primary-menu.navbar-dropdown-dark ul.navbar-nav li {
        border-color: #444
    }

    .primary-menu.navbar-dropdown-dark ul.navbar-nav>li>a {
        color: #a3a2a2
    }

    .primary-menu.navbar-dropdown-dark ul.navbar-nav>li:hover>a,
    .primary-menu.navbar-dropdown-primary ul.navbar-nav>li.active>a,
    .primary-menu.navbar-dropdown-primary ul.navbar-nav>li:hover>a {
        color: #fff
    }

    .primary-menu.navbar-dropdown-primary ul.navbar-nav li {
        border-color: rgba(250, 250, 250, .2)
    }

    .primary-menu.navbar-dropdown-primary ul.navbar-nav>li>a {
        color: rgba(250, 250, 250, .8)
    }
}

@media (min-width:992px) {
    .navbar-toggler {
        display: none
    }

    .primary-menu ul.navbar-nav>li+li {
        margin-left: 2px
    }

    .primary-menu ul.navbar-nav>li.dropdown .dropdown-menu li:hover>a:not(.btn) {
        margin-left: 5px
    }

    .primary-menu ul.navbar-nav>li.dropdown .dropdown-menu li:hover>a .arrow {
        right: -3px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

    .primary-menu ul.navbar-nav>li.dropdown>.dropdown-toggle {
        padding-right: 1.6rem
    }

    .primary-menu ul.navbar-nav>li.dropdown>.dropdown-toggle .arrow:after {
        -webkit-transform: translate(-60%, -70%) rotate(135deg);
        transform: translate(-60%, -50%) rotate(135deg);
        width: 7px;
        height: 7px;
        top: calc(50% - 2.5px)
    }

    .primary-menu ul.navbar-nav>li.dropdown-mega .sub-title:first-child {
        margin-top: 0
    }

    .primary-menu ul.navbar-nav>li.dropdown .dropdown-menu.dropdown-menu-sm {
        width: 465px;
        padding-right: 18px
    }

    .primary-menu ul.navbar-nav>li.dropdown .dropdown-menu.dropdown-menu-md {
        width: 700px;
        padding-right: 18px
    }

    .primary-menu ul.navbar-nav>li.dropdown .dropdown-menu.dropdown-menu-lg {
        width: 920px;
        padding-right: 18px
    }

    html[dir=rtl] .primary-menu ul.navbar-nav>li+li {
        margin-left: 0;
        margin-right: 2px
    }

    html[dir=rtl] .primary-menu ul.navbar-nav>li.dropdown .dropdown-menu li:hover>a:not(.btn) {
        margin-left: 0;
        margin-right: 5px
    }

    html[dir=rtl] .primary-menu ul.navbar-nav>li.dropdown .dropdown-menu li:hover>a .arrow {
        right: auto;
        left: -3px
    }

    html[dir=rtl] .primary-menu ul.navbar-nav>li.dropdown>.dropdown-toggle {
        padding-right: .85em;
        padding-left: 1.6rem
    }

    html[dir=rtl] .primary-menu ul.navbar-nav>li.dropdown>.dropdown-toggle .arrow:after {
        -webkit-transform: translate(60%, -50%) rotate(-45deg);
        transform: translate(60%, -50%) rotate(-45deg)
    }
}

.login-signup ul.navbar-nav>li.dropdown:not(.notifications) .dropdown-menu li:hover>a:not(.btn) {
    margin-left: 5px
}

.login-signup ul.navbar-nav>li.dropdown:not(.notifications) .dropdown-menu li:hover>a .arrow {
    right: -3px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.login-signup ul.navbar-nav>li.dropdown:not(.notifications)>.dropdown-toggle {
    padding-right: 1.6rem
}

.login-signup ul.navbar-nav>li.dropdown:not(.notifications)>.dropdown-toggle .arrow:after {
    -webkit-transform: translate(-60%, -70%) rotate(135deg);
    transform: translate(-60%, -50%) rotate(135deg);
    width: 7px;
    height: 7px;
    top: calc(50% - 2.5px)
}

.login-signup ul.navbar-nav>li.dropdown.notifications>.dropdown-toggle .arrow,
.login-signup ul.navbar-nav>li.dropdown.profile>.dropdown-toggle .arrow {
    display: none
}

.login-signup ul.navbar-nav>li.dropdown.notifications.notifications .count,
.login-signup ul.navbar-nav>li.dropdown.profile.notifications .count {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    position: relative;
    top: -8px;
    left: 0;
    font-size: 11px;
    background-color: #dc3545;
    border-radius: 50px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    min-width: 16px;
    text-align: center;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
    margin-left: -6px;
    margin-right: -5px
}

.login-signup ul.navbar-nav>li.dropdown-mega .sub-title:first-child {
    margin-top: 0
}

html[dir=rtl] .login-signup ul.navbar-nav>li.dropdown:not(.notifications) .dropdown-menu li:hover>a:not(.btn) {
    margin-left: 0;
    margin-right: 5px
}

html[dir=rtl] .login-signup ul.navbar-nav>li.dropdown:not(.notifications) .dropdown-menu li:hover>a .arrow {
    right: auto;
    left: -3px
}

html[dir=rtl] .login-signup ul.navbar-nav>li.dropdown:not(.notifications)>.dropdown-toggle {
    padding-right: .85em;
    padding-left: 1.6rem
}

html[dir=rtl] .login-signup ul.navbar-nav>li.dropdown:not(.notifications)>.dropdown-toggle .arrow:after {
    -webkit-transform: translate(60%, -50%) rotate(-45deg);
    transform: translate(60%, -50%) rotate(-45deg)
}

@media (max-width:991.98px) {

    .navbar-toggler,
    .navbar-toggler span {
        display: block;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .navbar-toggler {
        width: 25px;
        height: 30px;
        padding: 10px;
        margin: 18px 10px;
        position: relative;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer
    }

    .navbar-toggler span {
        position: absolute;
        height: 2px;
        width: 100%;
        background: #3c3636;
        border-radius: 2px;
        opacity: 1;
        left: 0;
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

    .navbar-toggler span:nth-child(1),
    .navbar-toggler span:nth-child(2),
    .navbar-toggler span:nth-child(3) {
        top: 7px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center
    }

    .navbar-toggler span:nth-child(2),
    .navbar-toggler span:nth-child(3) {
        top: 13px
    }

    .navbar-toggler span:nth-child(3) {
        top: 19px
    }

    .navbar-toggler.open span:nth-child(1) {
        top: 5px;
        left: 4px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .navbar-toggler.open span:nth-child(2) {
        width: 0%;
        opacity: 0
    }

    .navbar-toggler.open span:nth-child(3) {
        top: 21px;
        left: 4px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .navbar-toggler:focus {
        box-shadow: none
    }

    #header .primary-menu {
        position: absolute;
        top: 99%;
        right: 0;
        left: 0;
        background: 0 0;
        margin-top: 0;
        z-index: 1000
    }

    #header .primary-menu:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 100vw;
        height: 100%;
        background: #fff;
        z-index: -1;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
        box-shadow: 0 0 15px rgba(0, 0, 0, .1)
    }

    #header .primary-menu>div {
        overflow: hidden;
        overflow-y: auto;
        max-height: 65vh;
        margin: 18px 0
    }

    .primary-menu ul.navbar-nav li {
        display: block;
        border-bottom: 1px solid #eee;
        margin: 0;
        padding: 0
    }

    .primary-menu ul.navbar-nav li:last-child {
        border: 0
    }

    .primary-menu ul.navbar-nav li.dropdown>.dropdown-toggle>.arrow:after {
        width: 8px;
        height: 8px;
        top: calc(50% - 2px)
    }

    .primary-menu ul.navbar-nav li.dropdown>.dropdown-toggle>.arrow.open:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        top: calc(50% - -2px)
    }

    .primary-menu ul.navbar-nav>li>a:not(.btn) {
        height: auto;
        padding: 8px 0;
        position: relative
    }

    .primary-menu ul.navbar-nav>li.dropdown .dropdown-menu li>a:not(.btn) {
        padding: 8px 0;
        position: relative
    }

    .primary-menu ul.navbar-nav>li.dropdown:hover>a:after,
    .primary-menu ul.navbar-nav>li.login-signup>a:before {
        content: none
    }

    .primary-menu ul.navbar-nav>li.dropdown .dropdown-toggle .arrow:after {
        -webkit-transform: translate(-50%, -50%) rotate(134deg);
        transform: translate(-50%, -50%) rotate(134deg);
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

    .primary-menu ul.navbar-nav>li.dropdown .dropdown-menu {
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        padding: 0 15px
    }

    .primary-menu ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-menu {
        margin: 0
    }

    .primary-menu ul.navbar-nav>li.dropdown .dropdown-menu .row>div {
        padding: 0 15px;
        border: 0
    }

    .primary-menu ul.navbar-nav>li.dropdown .dropdown-menu .sub-title {
        margin-top: 10px;
        display: block;
        padding: 0
    }

    html[dir=rtl] .primary-menu ul.navbar-nav li.dropdown>.dropdown-toggle>.arrow.open:after {
        -webkit-transform: translate(50%, -50%) rotate(134deg);
        transform: translate(50%, -50%) rotate(134deg);
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        top: calc(50% - -2px)
    }

    html[dir=rtl] .primary-menu ul.navbar-nav>li.dropdown .dropdown-toggle .arrow:after {
        -webkit-transform: translate(50%, -50%) rotate(-45deg);
        transform: translate(50%, -50%) rotate(-45deg);
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }
}

.secondary-nav.nav {
    padding-top: 12px;
    padding-bottom: 0;
    padding-left: 8px
}

.secondary-nav.nav .nav-link {
    text-align: center;
    font-size: 13px;
    font-size: .8125rem;
    margin: 0 10px;
    padding: .6rem 15px;
    color: #8298af;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.secondary-nav.nav .nav-link:hover {
    color: #a6bcd3;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.secondary-nav.nav .nav-item:first-child .nav-link {
    margin-left: 0
}

.secondary-nav.nav .nav-link span {
    display: block;
    font-size: 30px;
    margin-bottom: 5px
}

.secondary-nav.nav .nav-item .nav-link.active {
    background: #fff;
    color: #0071cc;
    border-radius: 4px 4px 0 0
}

.promo-code li,
.secondary-nav.nav.alternate {
    margin-bottom: 10px
}

.secondary-nav.nav.alternate .nav-link {
    padding: .3rem 15px
}

.secondary-nav.nav.alternate .nav-item .nav-link.active {
    background-color: transparent;
    color: #fff;
    border-bottom: 3px solid #0071cc
}

@media (max-width:1199.98px) {
    .secondary-nav.nav {
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }
}

.page-header {
    margin: 0 0 30px;
    padding: 2.5rem 0
}

.page-header h1 {
    font-size: 2rem;
    margin: 0;
    padding: 5px 0
}

.page-header .breadcrumb {
    background: 0 0;
    margin: 0 0 8px 2px;
    padding: 0;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-header .breadcrumb>li {
    display: inline-block;
    font-size: 13px;
    text-shadow: none
}

.page-header .breadcrumb>li+li:before {
    color: inherit;
    opacity: .7;
    font-family: "Font Awesome 5 Free";
    content: "";
    padding: 0 7px 0 5px;
    font-weight: 900
}

.page-header .breadcrumb>li,
.page-header .breadcrumb>li a,
.page-header .breadcrumb>li a:hover {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.page-header.page-header-dark,
.page-header.page-header-dark .breadcrumb>li a:hover,
.page-header.page-header-dark h1 {
    color: #fff
}

.page-header.page-header-dark .breadcrumb>li,
.page-header.page-header-dark .breadcrumb>li a {
    color: rgba(250, 250, 250, .8)
}

.page-header.page-header-light h1 {
    color: #0c2f54
}

.page-header.page-header-light .breadcrumb>li,
.page-header.page-header-light .breadcrumb>li a {
    color: #707070
}

.list-item a:hover,
.page-header.page-header-light .breadcrumb>li a:hover {
    color: #0071cc
}

html[dir=rtl] .page-header .breadcrumb {
    margin-right: 2px;
    margin-left: 0
}

html[dir=rtl] .page-header .breadcrumb>li+li:before {
    padding: 0 5px 0 7px;
    content: ""
}

.view-plans-link {
    position: absolute;
    right: 0;
    z-index: 4;
    padding: 0 15px;
    font-size: 13px;
    text-decoration: underline;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.plans {
    max-height: 380px;
    overflow: hidden;
    overflow-y: auto
}

.plans.page {
    max-height: 617px
}

@media (min-width:768px) {

    .plans .table.table-lg td,
    .plans .table.table-lg th {
        padding: 1.8rem
    }
}

.operator-selection .form-check {
    position: relative;
    padding-left: 0
}

.operator-selection .form-check .form-check-label {
    padding-bottom: 1rem
}

.operator-selection .form-check .form-check-input {
    top: auto;
    bottom: 0;
    left: calc(50% - .65rem);
    position: absolute;
    margin: 0
}

html[dir=rtl] .blog-post .meta-blog,
html[dir=rtl] .operator-selection .form-check {
    padding-right: 0
}

html[dir=rtl] .operator-selection .form-check .form-check-input {
    left: auto;
    right: calc(50% - .75rem)
}

.travellers-class {
    position: relative
}

.travellers-class-input {
    cursor: pointer
}

.travellers-class-input[readonly] {
    background: #fff
}

.travellers-dropdown {
    position: absolute;
    display: none;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .176);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .176);
    z-index: 11;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    min-width: 300px;
    width: 100%
}

.travellers-dropdown .qty .qty-spinner {
    background: 0 0;
    border: 0;
    pointer-events: none;
    text-align: center;
    padding: .2rem
}

.travellers-dropdown .qty .btn {
    padding-top: .2rem;
    padding-bottom: .2rem;
    border-radius: .25rem !important
}

@media (max-width:767.98px) {
    .travellers-dropdown {
        min-width: inherit
    }
}

.icon-inside {
    position: absolute;
    right: 15px;
    top: calc(50% - 11px);
    pointer-events: none;
    font-size: 18px;
    font-size: 1.125rem;
    color: #c4c3c3;
    z-index: 3
}

.form-control-sm+.icon-inside {
    font-size: .875rem !important;
    font-size: 14px;
    right: 10px
}

html[dir=rtl] .icon-inside {
    left: 15px;
    right: auto
}

.bus-list .bus-item,
.flight-list .flight-item,
.train-list .train-item {
    position: relative;
    border-bottom: 1px solid #e9e9e9
}

.bus-list .bus-item .time-info small,
.confirm-details .company-info,
.confirm-details .time-info small,
.flight-list .flight-item .flight-details .time-info small,
.flight-list.round-trip .flight-item .company-info span,
.flight-list.round-trip .flight-item .time-info small,
.train-list .train-item .time-info small {
    line-height: 15px
}

.round-trip-fare small {
    line-height: 14px
}

.confirm-details .company-info img,
.round-trip-fare .company-info img {
    min-width: 26px
}

.promo-code {
    max-height: 150px;
    padding-left: 30px;
    overflow-y: scroll
}

html[dir=rtl] .promo-code {
    padding-left: 0;
    padding-right: 30px
}

.date-available {
    border: 1px solid #dee2e6;
    list-style-type: none;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch
}

.date-available li {
    flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important
}

.date-available li+li {
    border-left: 1px solid #dee2e6
}

html[dir=rtl] .date-available li+li {
    border-right: 1px solid #dee2e6;
    border-left: 0
}

.location-brief-line {
    position: absolute;
    top: 7px;
    bottom: -31px;
    left: 1px;
    width: 5px;
    border-right: 2px solid #cbd7e0
}

html[dir=rtl] .location-brief-line {
    left: auto;
    right: 1px
}

.location-brief-dropoff,
.location-brief-pickup {
    background: #cbd7e0;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    left: 0
}

.location-brief-dropoff {
    bottom: 0
}

.car-list .car-item,
.hotels-list .hotels-item {
    position: relative;
    margin-bottom: 1rem
}

.car-features span,
.hotels-amenities span {
    margin-right: .7rem;
    color: rgba(0, 0, 0, .4) !important
}

html[dir=rtl] .car-features span,
html[dir=rtl] .hotels-amenities span {
    margin-left: .7rem;
    margin-right: 0
}

.hotels-amenities span.cf {
    color: rgba(0, 0, 0, .5) !important;
    border-color: rgba(0, 0, 0, .3) !important;
    line-height: normal
}

.hotels-amenities span.disabled {
    color: rgba(0, 0, 0, .1) !important;
    cursor: not-allowed
}

.hotels-amenities-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hotels-amenities-detail span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #888
}

html[dir=rtl] .hotels-amenities-detail span {
    margin-right: 0;
    margin-left: 10px
}

.reviews .reviews-score {
    background: #3fc299
}

.review-tumb {
    width: 60px;
    height: 60px;
    line-height: 60px
}

@media (max-width:767.98px) {
    .flight-list .flight-item .flight-details .nav-tabs .nav-item .nav-link {
        font-size: .875rem;
        padding: .5rem
    }

    .round-trip-fare .price {
        font-size: 18px !important
    }

    .confirm-details .date {
        font-size: 14px !important
    }

    .confirm-details .trip-title .trip-arrow {
        font-size: 31px !important
    }

    .bus-list .bus-item .operator-name,
    .confirm-details .trip-title .trip-place,
    .round-trip-fare .time-info span,
    .train-list .train-item .train-name {
        font-size: 15px !important
    }

    .bus-list .bus-item .time-info .duration,
    .train-list .train-item .time-info .duration {
        font-size: 13px !important
    }
}

@media (max-width:575.98px) {
    .flight-list:not(.round-trip) .flight-item .company-info span {
        line-height: 15px
    }

    .flight-list:not(.round-trip) .flight-item .time-info span {
        font-size: 12px !important
    }

    .flight-list:not(.round-trip) .flight-item .price {
        font-size: 13px !important
    }

    .flight-list:not(.round-trip) .flight-item .btn-book .btn {
        width: 100%;
        margin-top: 5px
    }

    .flight-list:not(.round-trip) .flight-item .flight-details .time-info span {
        font-size: 22px !important
    }

    .flight-list .flight-item .flight-details .trip-title .trip-place {
        font-size: 15px !important
    }

    .flight-list .flight-item .flight-details .trip-title .trip-arrow {
        font-size: 31px !important
    }

    .round-trip-fare .price {
        font-size: 16px !important
    }

    .confirm-details .date,
    .round-trip-fare .time-info span {
        font-size: 13px !important
    }

    .confirm-details .trip-title .trip-arrow {
        font-size: 22px !important
    }
}

.invoice-container {
    margin: 15px auto;
    padding: 70px;
    max-width: 850px;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

@media (max-width:767.98px) {
    .invoice-container {
        padding: 35px 20px 70px;
        margin-top: 0;
        border: 0;
        border-radius: 0
    }
}

.list-item {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.list-item>li {
    display: block;
    position: relative
}

.list-item li a,
.tags a {
    padding: 7px 0 7px 15px;
    color: #535b61;
    display: block
}

.list-item li a:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-color: #000;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 7px;
    height: 7px;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.list-item li a span {
    float: right
}

html[dir=rtl] .list-item li a {
    padding-left: 0;
    padding-right: 15px
}

html[dir=rtl] .list-item li a:after {
    top: 50%;
    left: auto;
    right: 0;
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-top: 0;
    border-right: 0;
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(45deg)
}

html[dir=rtl] .list-item li a span {
    float: left
}

.tags {
    margin-bottom: 10px
}

.tags a {
    background: #f4f5f4;
    padding: 8px 12px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 3px
}

.side-post .item-post .caption a:hover,
.tags a,
.tags a:hover {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tags a:hover {
    background: #0071cc;
    color: #fff
}

html[dir=rtl] .tags a {
    margin-left: 3px;
    margin-right: 0
}

.side-post .item-post+.item-post {
    margin-top: 15px
}

.side-post .item-post:after {
    display: block;
    clear: both;
    content: ""
}

.side-post .item-post .img-thumb {
    float: left;
    margin-right: 12px
}

.side-post .item-post .caption {
    overflow: hidden
}

.side-post .item-post .caption a {
    color: #0c2f54;
    display: block;
    margin-top: -3px;
    margin-bottom: 3px
}

.side-post .item-post .caption a:hover {
    color: #0071cc
}

.side-post .item-post .caption .date-post {
    color: #6c757d;
    font-size: 13px;
    margin-bottom: 0
}

html[dir=rtl] .side-post .item-post .img-thumb {
    float: right;
    margin-left: 12px;
    margin-right: 0
}

.blog-post .title-blog {
    margin-bottom: 1rem
}

.blog-post .title-blog a {
    color: #0c2f54
}

.blog-post .meta-blog li a:hover,
.blog-post .title-blog a:hover {
    color: #0071cc
}

.blog-post .meta-blog {
    padding-left: 0
}

.blog-post .meta-blog li {
    list-style-type: none;
    display: inline-block;
    margin-right: 12px;
    -ms-flex-align: center;
    align-items: center
}

.blog-post .meta-blog li i {
    font-size: 16px;
    color: #0071cc;
    margin-right: 5px
}

.blog-post .meta-blog li a {
    color: #535b61
}

html[dir=rtl] .blog-post .meta-blog li {
    margin-right: 0;
    margin-left: 12px
}

html[dir=rtl] .blog-post .meta-blog li i {
    margin-right: 0;
    margin-left: 5px
}

.post-comment ul {
    padding: 0;
    list-style-type: none
}

.post-comment ul li {
    border-top: 1px solid rgba(16, 85, 96, .1);
    padding-top: 1.3rem;
    margin-top: 1rem
}

.post-comment ul ul {
    margin-left: 2.5rem
}

.post-comment>ul>li:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0
}

html[dir=rtl] .post-comment ul ul {
    margin-left: 0;
    margin-right: 2.5rem
}

@media (max-width:575.98px) {
    .post-comment ul ul {
        margin-left: 1.5rem
    }

    html[dir=rtl] .post-comment ul ul {
        margin-left: 0;
        margin-right: 1.5rem
    }
}

.featured-box {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.featured-box h3,
.featured-box h4 {
    font-size: 1.3125rem;
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 500
}

.featured-box .featured-box-icon {
    display: inline-block;
    font-size: 35px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    width: 45px;
    margin-top: 0;
    margin-bottom: 12px;
    color: #546d89;
    border-radius: 0
}

.featured-box.style-1,
.featured-box.style-2 {
    padding-left: 50px;
    padding-top: 8px
}

.featured-box.style-1 .featured-box-icon,
.featured-box.style-2 .featured-box-icon,
.featured-box.style-3 .featured-box-icon {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    font-size: 30px;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-align: center
}

.featured-box.style-2 p {
    margin-left: -50px
}

.featured-box.style-3 {
    padding-left: 90px;
    padding-top: 0
}

.featured-box.style-3 .featured-box-icon,
.featured-box.style-4 .featured-box-icon {
    width: 70px;
    height: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.featured-box.style-4 {
    text-align: center
}

.featured-box.style-4 .featured-box-icon {
    margin: 0 auto 24px;
    margin: 0 auto 1.5rem;
    width: 110px;
    height: 110px;
    text-align: center;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .03);
    box-shadow: 0 0 50px rgba(0, 0, 0, .03)
}

.featured-box.style-4 .featured-box-icon i.fa,
.featured-box.style-4 .featured-box-icon i.fab,
.featured-box.style-4 .featured-box-icon i.fal,
.featured-box.style-4 .featured-box-icon i.far,
.featured-box.style-4 .featured-box-icon i.fas {
    font-size: 46.4px;
    font-size: 2.9rem;
    margin: 0 auto
}

html[dir=rtl] .featured-box:not(.style-4):not(.style-5) {
    text-align: right
}

html[dir=rtl] .featured-box:not(.style-4):not(.style-5).style-1,
html[dir=rtl] .featured-box:not(.style-4):not(.style-5).style-2 {
    padding-right: 50px;
    padding-left: 0
}

html[dir=rtl] .featured-box:not(.style-4):not(.style-5).style-2 p {
    margin-right: -50px;
    margin-left: 0
}

html[dir=rtl] .featured-box:not(.style-4):not(.style-5).style-3 {
    padding-left: 0;
    padding-right: 90px
}

.team,
.team:hover {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.team {
    text-align: center;
    margin-bottom: 15px;
    padding: 15px
}

.team:hover {
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .15)
}

.team img {
    margin-bottom: 20px
}

.team h3 {
    font-size: 18px;
    margin-bottom: 0
}

.team p {
    margin-bottom: .5rem
}

.accordion .accordion-item {
    border: 0;
    margin-bottom: 10px;
    margin-bottom: .6rem;
    background-color: transparent
}

.accordion .accordion-header .accordion-button {
    box-shadow: none;
    padding: 1rem 1.25rem 1rem 2.25rem;
    border-radius: 4px;
    position: relative
}

.accordion:not(.accordion-flush) .accordion-header .accordion-button {
    background-color: #0071cc;
    color: #fff
}

.accordion:not(.accordion-flush) .accordion-header .accordion-button.collapsed {
    background-color: rgba(0, 0, 0, .06);
    color: #4c4d4d
}

.accordion .accordion-header .accordion-button:after {
    position: absolute;
    content: " ";
    left: 20px;
    top: calc(50% + 2px);
    width: 9px;
    height: 9px;
    border-color: #ccc;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: none
}

.accordion .accordion-header .accordion-button.collapsed:after {
    top: calc(50% - 2px);
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg)
}

.accordion .accordion-body {
    padding: 1rem 0 .4rem 2.25rem
}

.accordion.arrow-end .accordion-body,
.accordion.arrow-end .accordion-header .accordion-button {
    padding-left: 1.25rem
}

.accordion.arrow-end .accordion-header .accordion-button:after {
    right: 15px;
    left: auto
}

.accordion.accordion-flush .accordion-item {
    margin: 0
}

.accordion.accordion-flush .accordion-header .accordion-button {
    padding-left: 1.4rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    background: 0 0;
    color: #0071cc
}

.accordion.accordion-flush .accordion-item:first-of-type .accordion-header .accordion-button {
    border-top: 0
}

.accordion.accordion-flush .accordion-header .accordion-button:after {
    left: 6px
}

.accordion.accordion-flush .accordion-header .accordion-button.collapsed {
    color: #4c4d4d
}

.accordion.accordion-flush .accordion-body {
    padding: 0 0 1rem 1.4rem
}

.accordion.accordion-flush.arrow-end .accordion-header .accordion-button,
.accordion.accordion-flush.style-2 .accordion-header .accordion-button {
    padding-left: 0
}

.accordion.accordion-flush.arrow-end .accordion-header .accordion-button:after {
    right: 0;
    left: auto
}

.accordion.accordion-flush.style-2 .accordion-header .accordion-button:after {
    right: 2px;
    left: auto;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    top: 50%
}

.accordion.accordion-flush.style-2 .accordion-header .accordion-button.collapsed:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.accordion.accordion-flush.style-2 .accordion-body {
    padding-left: 0;
    padding-right: 0 !important
}

.routes-list {
    padding: 0;
    list-style: none;
    line-height: 2
}

.routes-list a {
    color: inherit;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.routes-list a:hover {
    color: #0071cc;
    text-decoration: underline
}

html[dir=rtl] .accordion .accordion-header .accordion-button {
    padding: 1rem 2.25rem 1rem 1.25rem
}

html[dir=rtl] .accordion .accordion-header .accordion-button:after {
    left: auto;
    right: 12px
}

html[dir=rtl] .accordion .accordion-body {
    padding-right: 2.25rem;
    padding-left: 0
}

html[dir=rtl] .accordion.accordion-flush .accordion-header .accordion-button {
    padding-right: 1.4rem
}

html[dir=rtl] .accordion.accordion-flush .accordion-header .accordion-button::after {
    left: auto;
    right: 0
}

html[dir=rtl] .accordion.accordion-flush .accordion-body {
    padding-right: 1.25rem
}

html[dir=rtl] .accordion.arrow-end .accordion-header .accordion-button {
    padding-right: 1.25rem;
    padding-left: 2.25rem
}

html[dir=rtl] .accordion.arrow-end .accordion-header .accordion-button::after {
    left: 20px;
    right: auto
}

html[dir=rtl] .accordion.arrow-end .accordion-body {
    padding-right: 1.25rem;
    padding-left: 0
}

html[dir=rtl] .accordion.accordion-flush.arrow-end .accordion-header .accordion-button {
    padding-right: 0;
    padding-left: 2.25rem
}

html[dir=rtl] .accordion.accordion-flush.arrow-end .accordion-header .accordion-button::after {
    left: 6px;
    right: auto
}

.brands-grid>.row>* a:hover,
.nav-link {
    color: #0071cc
}

.nav-link:focus,
.nav-link:hover {
    color: #005da8
}

.brands-grid>.row>* a,
.nav-pills.alternate .nav-link {
    color: #535b61
}

.nav-pills.alternate .nav-link.active {
    color: #fff
}

.nav-pills.alternate .nav-link:not(.active):hover {
    color: #0071cc
}

.nav-pills.flex-column.alternate .nav-link {
    position: relative
}

.nav-pills.flex-column.alternate .nav-link:before {
    position: absolute;
    content: " ";
    right: 10px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-color: #ccc;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: .6
}

.nav-pills.flex-column.alternate .nav-link.active:before,
.owl-carousel.single-slider:hover .owl-nav button {
    opacity: 1
}

@media (min-width:576px) {
    .nav-pills.flex-sm-column.alternate .nav-link {
        position: relative
    }

    .nav-pills.flex-sm-column.alternate .nav-link:before {
        position: absolute;
        content: " ";
        right: 10px;
        top: 50%;
        width: 8px;
        height: 8px;
        border-color: #ccc;
        border-top: 2px solid;
        border-right: 2px solid;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        opacity: .6
    }

    .nav-pills.flex-sm-column.alternate .nav-link.active:before {
        opacity: 1
    }
}

@media (min-width:768px) {
    .nav-pills.flex-md-column.alternate .nav-link {
        position: relative
    }

    .nav-pills.flex-md-column.alternate .nav-link:before {
        position: absolute;
        content: " ";
        right: 10px;
        top: 50%;
        width: 8px;
        height: 8px;
        border-color: #ccc;
        border-top: 2px solid;
        border-right: 2px solid;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        opacity: .6
    }

    .nav-pills.flex-md-column.alternate .nav-link.active:before {
        opacity: 1
    }
}

@media (min-width:992px) {
    .nav-pills.flex-lg-column.alternate .nav-link {
        position: relative
    }

    .nav-pills.flex-lg-column.alternate .nav-link:before {
        position: absolute;
        content: " ";
        right: 10px;
        top: 50%;
        width: 8px;
        height: 8px;
        border-color: #ccc;
        border-top: 2px solid;
        border-right: 2px solid;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        opacity: .6
    }

    .nav-pills.flex-lg-column.alternate .nav-link.active:before {
        opacity: 1
    }
}

@media (min-width:1200px) {
    .nav-pills.flex-xl-column.alternate .nav-link {
        position: relative
    }

    .nav-pills.flex-xl-column.alternate .nav-link:before {
        position: absolute;
        content: " ";
        right: 10px;
        top: 50%;
        width: 8px;
        height: 8px;
        border-color: #ccc;
        border-top: 2px solid;
        border-right: 2px solid;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        opacity: .6
    }

    .nav-pills.flex-xl-column.alternate .nav-link.active:before {
        opacity: 1
    }
}

html[dir=rtl] .nav-pills.flex-column.alternate .nav-link:before {
    right: auto;
    left: 10px;
    -webkit-transform: translate(50%, -50%) rotate(-135deg);
    transform: translate(50%, -50%) rotate(-135deg)
}

@media (min-width:576px) {
    html[dir=rtl] .nav-pills.flex-sm-column.alternate .nav-link:before {
        right: auto;
        left: 10px;
        -webkit-transform: translate(50%, -50%) rotate(-135deg);
        transform: translate(50%, -50%) rotate(-135deg)
    }
}

@media (min-width:768px) {
    html[dir=rtl] .nav-pills.flex-md-column.alternate .nav-link:before {
        right: auto;
        left: 10px;
        -webkit-transform: translate(50%, -50%) rotate(-135deg);
        transform: translate(50%, -50%) rotate(-135deg)
    }
}

@media (min-width:992px) {
    html[dir=rtl] .nav-pills.flex-lg-column.alternate .nav-link:before {
        right: auto;
        left: 10px;
        -webkit-transform: translate(50%, -50%) rotate(-135deg);
        transform: translate(50%, -50%) rotate(-135deg)
    }
}

@media (min-width:1200px) {
    html[dir=rtl] .nav-pills.flex-xl-column.alternate .nav-link:before {
        right: auto;
        left: 10px;
        -webkit-transform: translate(50%, -50%) rotate(-135deg);
        transform: translate(50%, -50%) rotate(-135deg)
    }
}

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

.nav-tabs .nav-item .nav-link {
    border: 0;
    background: 0 0;
    font-size: 1rem;
    position: relative;
    border-radius: 0;
    padding: .8rem 1rem;
    color: #7b8084;
    white-space: nowrap !important
}

.nav-tabs .nav-item .nav-link i {
    margin-right: 8px
}

.nav-tabs .nav-item .nav-link.active {
    color: #005da8
}

.nav-tabs .nav-item .nav-link.active:after {
    height: 3px;
    width: 100%;
    content: " ";
    background-color: #0071cc;
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0
}

.nav-tabs.style-2 {
    background: rgba(0, 0, 0, .4);
    border-radius: 4px 4px 0 0;
    border: 0
}

.nav-tabs.style-2 .nav-item {
    margin-bottom: 0
}

.nav-tabs.style-2 .nav-item .nav-link {
    color: #fff !important;
    font-size: 14px;
    padding: .7rem 1rem;
    text-transform: uppercase
}

.nav-tabs.style-2 .nav-item .nav-link:hover {
    background: rgba(250, 250, 250, .2)
}

.nav-tabs.style-2 .nav-item .nav-link.active,
.nav-tabs.style-2 .nav-item .nav-link:hover.active {
    background: #0071cc
}

.nav-tabs.style-2 .nav-item .nav-link.active:after {
    content: none
}

.nav-tabs.style-3 {
    border: 0;
    margin-bottom: 8px
}

.nav-tabs.style-3.border-bottom,
.nav-tabs.style-4.border-bottom {
    border-bottom: 1px solid rgba(250, 250, 250, .3) !important
}

.nav-tabs.style-3 .nav-item .nav-link {
    color: #8298af;
    margin: 0 10px;
    padding: .6rem .9375rem;
    text-align: center;
    font-size: 13px;
    font-size: .8125rem
}

.nav-tabs.style-3 .nav-item:first-child .nav-link {
    margin-left: 0
}

.nav-tabs.style-2 .nav-item .nav-link:hover.active,
.nav-tabs.style-3 .nav-item .nav-link.active {
    color: #fff
}

.nav-tabs.style-3 .nav-item .nav-link:not(.active):hover {
    color: #a6bcd3
}

.nav-tabs.style-3 .nav-item .nav-link.active:after {
    bottom: 0
}

.nav-tabs.style-3 .nav-item .nav-link span {
    display: block;
    font-size: 30px;
    margin-bottom: 5px
}

.nav-tabs.style-3 .nav-item .nav-link span i {
    margin-right: 0
}

.nav-tabs.style-4 {
    border: 0
}

.nav-tabs.style-4 .nav-item {
    margin-right: 20px
}

.nav-tabs.style-4 .nav-item .nav-link {
    color: #fff;
    opacity: .65;
    filter: alpha(opacity=65);
    text-align: center;
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: .7rem;
    font-weight: 500
}

.nav-tabs.style-4 .nav-item .nav-link.active,
.nav-tabs.style-4 .nav-item .nav-link:hover.active {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100)
}

.nav-tabs.style-4 .nav-item .nav-link.active::after {
    content: none
}

.nav-tabs.flex-column {
    border-right: 1px solid #d7dee3;
    border-bottom: 0;
    padding: 1.5rem 0;
    flex-wrap: inherit;
    overflow: inherit;
    overflow-x: inherit
}

.nav-tabs.flex-column .nav-item .nav-link {
    border: 1px solid #d7dee3;
    border-right: 0;
    background-color: #f6f7f8;
    font-size: 14px;
    padding: .75rem 1rem;
    color: #535b61
}

.nav-tabs.flex-column .nav-item:first-of-type .nav-link {
    border-top-left-radius: 4px
}

.nav-tabs.flex-column .nav-item:last-of-type .nav-link {
    border-bottom-left-radius: 4px
}

.nav-tabs.flex-column .nav-item .nav-link.active {
    background-color: transparent;
    color: #0071cc
}

.nav-tabs.flex-column .nav-item .nav-link.active:after {
    height: 100%;
    width: 2px;
    background: #fff;
    right: -1px;
    left: auto
}

@media (min-width:576px) {
    .nav-tabs.flex-sm-column {
        border-right: 1px solid #d7dee3;
        border-bottom: 0;
        padding: 1.5rem 0;
        flex-wrap: inherit;
        overflow: inherit;
        overflow-x: inherit
    }

    .nav-tabs.flex-sm-column .nav-item .nav-link {
        border: 1px solid #d7dee3;
        border-right: 0;
        background-color: #f6f7f8;
        font-size: 14px;
        padding: .75rem 1rem;
        color: #535b61
    }

    .nav-tabs.flex-sm-column .nav-item:first-of-type .nav-link {
        border-top-left-radius: 4px
    }

    .nav-tabs.flex-sm-column .nav-item:last-of-type .nav-link {
        border-bottom-left-radius: 4px
    }

    .nav-tabs.flex-sm-column .nav-item .nav-link.active {
        background-color: transparent;
        color: #0071cc
    }

    .nav-tabs.flex-sm-column .nav-item .nav-link.active:after {
        height: 100%;
        width: 2px;
        background: #fff;
        right: -1px;
        left: auto
    }
}

@media (min-width:768px) {
    .nav-tabs.flex-md-column {
        border-right: 1px solid #d7dee3;
        border-bottom: 0;
        padding: 1.5rem 0;
        flex-wrap: inherit;
        overflow: inherit;
        overflow-x: inherit
    }

    .nav-tabs.flex-md-column .nav-item .nav-link {
        border: 1px solid #d7dee3;
        border-right: 0;
        background-color: #f6f7f8;
        font-size: 14px;
        padding: .75rem 1rem;
        color: #535b61
    }

    .nav-tabs.flex-md-column .nav-item:first-of-type .nav-link {
        border-top-left-radius: 4px
    }

    .nav-tabs.flex-md-column .nav-item:last-of-type .nav-link {
        border-bottom-left-radius: 4px
    }

    .nav-tabs.flex-md-column .nav-item .nav-link.active {
        background-color: transparent;
        color: #0071cc
    }

    .nav-tabs.flex-md-column .nav-item .nav-link.active:after {
        height: 100%;
        width: 2px;
        background: #fff;
        right: -1px;
        left: auto
    }
}

@media (min-width:992px) {
    .nav-tabs.flex-lg-column {
        border-right: 1px solid #d7dee3;
        border-bottom: 0;
        padding: 1.5rem 0;
        flex-wrap: inherit;
        overflow: inherit;
        overflow-x: inherit
    }

    .nav-tabs.flex-lg-column .nav-item .nav-link {
        border: 1px solid #d7dee3;
        border-right: 0;
        background-color: #f6f7f8;
        font-size: 14px;
        padding: .75rem 1rem;
        color: #535b61
    }

    .nav-tabs.flex-lg-column .nav-item:first-of-type .nav-link {
        border-top-left-radius: 4px
    }

    .nav-tabs.flex-lg-column .nav-item:last-of-type .nav-link {
        border-bottom-left-radius: 4px
    }

    .nav-tabs.flex-lg-column .nav-item .nav-link.active {
        background-color: transparent;
        color: #0071cc
    }

    .nav-tabs.flex-lg-column .nav-item .nav-link.active:after {
        height: 100%;
        width: 2px;
        background: #fff;
        right: -1px;
        left: auto
    }
}

@media (min-width:1200px) {
    .nav-tabs.flex-xl-column {
        border-right: 1px solid #d7dee3;
        border-bottom: 0;
        padding: 1.5rem 0;
        flex-wrap: inherit;
        overflow: inherit;
        overflow-x: inherit
    }

    .nav-tabs.flex-xl-column .nav-item .nav-link {
        border: 1px solid #d7dee3;
        border-right: 0;
        background-color: #f6f7f8;
        font-size: 14px;
        padding: .75rem 1rem;
        color: #535b61
    }

    .nav-tabs.flex-xl-column .nav-item:first-of-type .nav-link {
        border-top-left-radius: 4px
    }

    .nav-tabs.flex-xl-column .nav-item:last-of-type .nav-link {
        border-bottom-left-radius: 4px
    }

    .nav-tabs.flex-xl-column .nav-item .nav-link.active {
        background-color: transparent;
        color: #0071cc
    }

    .nav-tabs.flex-xl-column .nav-item .nav-link.active:after {
        height: 100%;
        width: 2px;
        background: #fff;
        right: -1px;
        left: auto
    }
}

html[dir=rtl] .nav-tabs.flex-column {
    border-left: 1px solid #d7dee3;
    border-right: 0
}

html[dir=rtl] .nav-tabs.flex-column .nav-item .nav-link {
    border: 1px solid #d7dee3;
    border-left: 0
}

html[dir=rtl] .nav-tabs.flex-column .nav-item:first-of-type .nav-link {
    border-top-right-radius: 4px;
    border-top-left-radius: 0
}

html[dir=rtl] .nav-tabs.flex-column .nav-item:last-of-type .nav-link {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0
}

html[dir=rtl] .nav-tabs.flex-column .nav-item .nav-link.active:after {
    left: -1px;
    right: auto
}

@media (min-width:576px) {
    html[dir=rtl] .nav-tabs.flex-sm-column {
        border-left: 1px solid #d7dee3;
        border-right: 0
    }

    html[dir=rtl] .nav-tabs.flex-sm-column .nav-item .nav-link {
        border: 1px solid #d7dee3;
        border-left: 0
    }

    html[dir=rtl] .nav-tabs.flex-sm-column .nav-item:first-of-type .nav-link {
        border-top-right-radius: 4px;
        border-top-left-radius: 0
    }

    html[dir=rtl] .nav-tabs.flex-sm-column .nav-item:last-of-type .nav-link {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    html[dir=rtl] .nav-tabs.flex-sm-column .nav-item .nav-link.active:after {
        left: -1px;
        right: auto
    }
}

@media (min-width:768px) {
    html[dir=rtl] .nav-tabs.flex-md-column {
        border-left: 1px solid #d7dee3;
        border-right: 0
    }

    html[dir=rtl] .nav-tabs.flex-md-column .nav-item .nav-link {
        border: 1px solid #d7dee3;
        border-left: 0
    }

    html[dir=rtl] .nav-tabs.flex-md-column .nav-item:first-of-type .nav-link {
        border-top-right-radius: 4px;
        border-top-left-radius: 0
    }

    html[dir=rtl] .nav-tabs.flex-md-column .nav-item:last-of-type .nav-link {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    html[dir=rtl] .nav-tabs.flex-md-column .nav-item .nav-link.active:after {
        left: -1px;
        right: auto
    }
}

@media (min-width:992px) {
    html[dir=rtl] .nav-tabs.flex-lg-column {
        border-left: 1px solid #d7dee3;
        border-right: 0
    }

    html[dir=rtl] .nav-tabs.flex-lg-column .nav-item .nav-link {
        border: 1px solid #d7dee3;
        border-left: 0
    }

    html[dir=rtl] .nav-tabs.flex-lg-column .nav-item:first-of-type .nav-link {
        border-top-right-radius: 4px;
        border-top-left-radius: 0
    }

    html[dir=rtl] .nav-tabs.flex-lg-column .nav-item:last-of-type .nav-link {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    html[dir=rtl] .nav-tabs.flex-lg-column .nav-item .nav-link.active:after {
        left: -1px;
        right: auto
    }
}

@media (min-width:1200px) {
    html[dir=rtl] .nav-tabs.flex-xl-column {
        border-left: 1px solid #d7dee3;
        border-right: 0
    }

    html[dir=rtl] .nav-tabs.flex-xl-column .nav-item .nav-link {
        border: 1px solid #d7dee3;
        border-left: 0
    }

    html[dir=rtl] .nav-tabs.flex-xl-column .nav-item:first-of-type .nav-link {
        border-top-right-radius: 4px;
        border-top-left-radius: 0
    }

    html[dir=rtl] .nav-tabs.flex-xl-column .nav-item:last-of-type .nav-link {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 0
    }

    html[dir=rtl] .nav-tabs.flex-xl-column .nav-item .nav-link.active:after {
        left: -1px;
        right: auto
    }
}

.nav-tabs:not(.flex-column) {
    margin-bottom: 0
}

.nav-tabs:not(.flex-column, .flex-sm-column, .flex-md-column, .flex-lg-column, .flex-xl-column) {
    border-bottom: 1px solid #d7dee3;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch
}

.nav-pills:not(.flex-column, .flex-sm-column, .flex-md-column, .flex-lg-column, .flex-xl-column) {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
    .nav-tabs:not(.flex-column, .flex-md-column, .flex-lg-column, .flex-xl-column).flex-sm-column {
        border-bottom: 1px solid #d7dee3;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }

    .nav-pills:not(.flex-column, .flex-md-column, .flex-lg-column, .flex-xl-column).flex-sm-column {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:767.98px) {
    .nav-tabs:not(.flex-column, .flex-sm-column, .flex-lg-column, .flex-xl-column).flex-md-column {
        border-bottom: 1px solid #d7dee3;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }

    .nav-pills:not(.flex-column, .flex-sm-column, .flex-lg-column, .flex-xl-column).flex-md-column {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:991.98px) {
    .nav-tabs:not(.flex-column, .flex-sm-column, .flex-md-column, .flex-xl-column).flex-lg-column {
        border-bottom: 1px solid #d7dee3;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }

    .nav-pills:not(.flex-column, .flex-sm-column, .flex-md-column, .flex-xl-column).flex-lg-column {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1199.98px) {
    .nav-tabs:not(.flex-column, .flex-sm-column, .flex-md-column, .flex-lg-column).flex-xl-column {
        border-bottom: 1px solid #d7dee3;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }

    .nav-pills:not(.flex-column, .flex-sm-column, .flex-md-column, .flex-lg-column).flex-xl-column {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }
}

@media (min-width:992px) {

    .search-input-2 .btn,
    .search-input-2 .form-control,
    .search-input-2 .form-select:not(.form-select-sm) {
        border-radius: 0
    }

    .search-input-2 .form-control:focus,
    .search-input-2 .form-select:focus {
        box-shadow: none;
        -webkit-box-shadow: none
    }

    .search-input-2 .form-group .form-control,
    .search-input-2 .form-group .form-select {
        border-top: none;
        border-bottom: none
    }

    html:not([dir=rtl]) .search-input-2 .form-group:first-child .form-control,
    html:not([dir=rtl]) .search-input-2 .form-group:first-child .form-select {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

    html:not([dir=rtl]) .search-input-2 .form-group:last-child .btn {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }

    html:not([dir=rtl]) .search-input-2 .form-group .form-control,
    html:not([dir=rtl]) .search-input-2 .form-group .form-select {
        border-left: none
    }

    html[dir=rtl] .search-input-2 .form-group:first-child .form-control,
    html[dir=rtl] .search-input-2 .form-group:first-child .form-select {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }

    html[dir=rtl] .search-input-2 .form-group:last-child .btn {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

    html[dir=rtl] .search-input-2 .form-group .form-control,
    html[dir=rtl] .search-input-2 .form-group .form-select {
        border-left: none
    }
}

@media all and (min-width:992px) and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {

    .search-input-2 .form-select:not(.form-select-sm),
    .search-input-2 .selector:not(:root) {
        height: calc(3.09rem)
    }
}

.search-input-line .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid rgba(250, 250, 250, .5);
    border-radius: 0;
    padding-left: 0 !important;
    color: rgba(250, 250, 250, .7)
}

.search-input-line .form-control::-webkit-input-placeholder {
    color: rgba(250, 250, 250, .7)
}

.search-input-line .form-control:-moz-placeholder {
    color: rgba(250, 250, 250, .7)
}

.search-input-line .form-control::-moz-placeholder {
    color: rgba(250, 250, 250, .7)
}

.search-input-line .form-control:-ms-input-placeholder,
.search-input-line .form-control::-ms-input-placeholder {
    color: rgba(250, 250, 250, .7)
}

.search-input-line .form-select {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid rgba(250, 250, 250, .5);
    border-radius: 0;
    padding-left: 0;
    color: rgba(250, 250, 250, .7);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(250,250,250,0.6)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0 center
}

.search-input-line .form-control:focus,
.search-input-line .form-select:focus {
    box-shadow: none;
    -webkit-box-shadow: none
}

.search-input-line .form-control:not(output):-moz-ui-invalid:-moz-focusring:not(:focus),
.search-input-line .form-control:not(output):-moz-ui-invalid:not(:focus) {
    border-bottom: 2px solid #b00708;
    box-shadow: none;
    -webkit-box-shadow: none
}

.search-input-line .icon-inside {
    color: #999
}

.search-input-line select option {
    color: #333
}

.search-input-line .travellers-dropdown input {
    color: #666
}

html[dir=rtl] .search-input-line .form-control {
    padding-right: 0 !important;
    padding-left: inherit !important
}

html[dir=rtl] .search-input-line .form-select {
    padding-right: 0;
    padding-left: inherit !important;
    background-position: left 0 center
}

.resp-htabs ul.resp-tabs-list {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    border-bottom: 1px solid #d7dee3
}

.resp-tabs-list li,
h2.resp-accordion {
    cursor: pointer;
    font-size: 16px;
    margin: 0
}

.resp-tabs-list li {
    padding: .5rem 1rem !important;
    list-style: none
}

h2.resp-accordion {
    padding: 5px;
    display: none;
    color: #777;
    border: 1px solid #e4e9ec;
    border-top: 0 solid #e4e9ec;
    padding: 1rem 1.25rem
}

.resp-tab-content {
    display: none;
    padding: 15px
}

.resp-tab-active {
    margin-bottom: -1px !important;
    border-bottom: 2px solid #0071cc
}

.resp-accordion-active,
.resp-content-active {
    display: block
}

h2.resp-tab-active {
    border-bottom: 0 solid #e4e9ec !important;
    margin-bottom: 0 !important;
    padding: 1rem 1.25rem !important;
    background: #f1f2f4 !important;
    color: #535b61
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #e4e9ec !important;
    background: #00f
}

.resp-vtabs ul.resp-tabs-list {
    margin: 0;
    padding: 0
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px !important;
    margin: 0;
    cursor: pointer;
    color: #999;
    border: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.resp-vtabs .resp-tabs-list li:hover {
    color: #555;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.resp-vtabs .resp-tabs-list li span,
h2.resp-accordion span {
    font-size: 20px;
    text-align: center;
    width: 30px;
    display: inline-block;
    float: left;
    margin-right: 15px
}

html[dir=rtl] .resp-vtabs .resp-tabs-list li span,
html[dir=rtl] h2.resp-accordion span {
    float: right;
    margin-right: 0;
    margin-left: 15px
}

.resp-vtabs .resp-tabs-container {
    padding: 0
}

.resp-vtabs .resp-tab-content {
    border: 0
}

.resp-vtabs li.resp-tab-active,
.resp-vtabs li.resp-tab-active:hover {
    color: #0071cc;
    -webkit-box-shadow: -5px 0 24px -18px rgba(0, 0, 0, .4);
    box-shadow: -5px 0 24px -18px rgba(0, 0, 0, .4);
    border-radius: 4px 0 0 4px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    margin-bottom: 0 !important
}

.resp-arrow,
h2.resp-tab-active i.resp-arrow {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.resp-arrow {
    float: right;
    margin-top: 6px;
    border-color: #000;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 9px;
    height: 9px;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg)
}

html[dir=rtl] .resp-arrow {
    float: left
}

h2.resp-tab-active i.resp-arrow {
    margin-top: 10px;
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg)
}

.resp-easy-accordion h2.resp-accordion {
    display: block
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #e4e9ec
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #e4e9ec !important
}

.resp-jfit {
    width: 100%;
    margin: 0
}

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

h2.resp-accordion:first-child {
    border-top: 1px solid #e4e9ec !important
}

@media (max-width:767.98px) {

    .resp-accordion-closed,
    ul.resp-tabs-list {
        display: none !important
    }
    .title-blog .align-items-center{
        width: 100%;
        font-size: 1.2rem;
        border-bottom: 1px solid #eee;
        padding-bottom: .7rem;
    }

    h2.resp-accordion {
        display: block
    }

    .resp-htabs .resp-tab-content,
    .resp-vtabs .resp-tab-content {
        border: 1px solid #e4e9ec
    }

    .resp-vtabs .resp-tabs-container {
        border: 0;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #e4e9ec !important
    }
}

.hero-wrap {
    position: relative
}

.hero-wrap .hero-bg,
.hero-wrap .hero-bg-slideshow,
.hero-wrap .hero-mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.hero-wrap .hero-mask {
    z-index: 1
}

.hero-wrap .hero-content {
    position: relative;
    z-index: 2
}

.hero-wrap .hero-bg-slideshow {
    z-index: 0
}

.hero-wrap .hero-bg {
    z-index: 0;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    transition: background-image 300ms ease-in 200ms
}

.hero-wrap .hero-bg.hero-bg-scroll {
    background-attachment: scroll
}

.hero-wrap .hero-bg-slideshow .hero-bg {
    background-attachment: inherit
}

.hero-wrap .hero-bg-slideshow.owl-carousel .owl-item,
.hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage,
.hero-wrap .hero-bg-slideshow.owl-carousel .owl-stage-outer {
    height: 100%
}

.owl-theme.single-slider .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%
}

.owl-carousel.owl-dots-light .owl-dot span,
.owl-theme.single-slider .owl-dots .owl-dot span {
    border-color: rgba(250, 250, 250, .7);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .05);
    box-shadow: 0 0 5px rgba(0, 0, 0, .05)
}

.owl-carousel.owl-dots-light .owl-dot.active span,
.owl-carousel.owl-dots-light .owl-dot:hover span,
.owl-theme.single-slider .owl-dots .owl-dot.active span,
.owl-theme.single-slider .owl-dots .owl-dot:hover span {
    background: rgba(250, 250, 250, .7);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .05);
    box-shadow: 0 0 5px rgba(0, 0, 0, .05)
}

.owl-carousel.single-slider .owl-nav button.owl-next,
.owl-carousel.single-slider .owl-nav button.owl-prev {
    font-size: 17px;
    top: calc(50% - 22px)
}

.owl-carousel.single-slider .owl-nav button.owl-prev {
    left: 10px
}

.owl-carousel.single-slider .owl-nav button.owl-next {
    right: 10px
}

.owl-carousel.single-slider .owl-item img {
    border-radius: .25rem
}

.owl-carousel.single-slider .owl-stage {
    padding: 0
}

.owl-carousel .hero-wrap .hero-bg {
    background-attachment: inherit
}

@media (max-width:575.98px) {
    .owl-carousel .owl-nav button.owl-prev {
        left: 0
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 0
    }
}

.brands-grid {
    overflow: hidden
}

.brands-grid>.row>* {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative
}

.brands-grid.separator-border>.row>:after,
.brands-grid.separator-border>.row>:before {
    content: "";
    position: absolute
}

.brands-grid.separator-border>.row>:after {
    width: 100%;
    height: 0;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px dotted currentColor;
    opacity: .3
}

.brands-grid.separator-border>.row>:before {
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px dotted currentColor;
    opacity: .3
}

.brands-grid.separator-border.separator-border-light>.row>:after {
    border-bottom: 1px dotted rgba(250, 250, 250, .15)
}

.brands-grid.separator-border.separator-border-light>.row>:before {
    border-left: 1px dotted rgba(250, 250, 250, .15)
}

.account-card,
.banner .item,
.simple-ul>li {
    position: relative
}

.banner .item img {
    vertical-align: middle
}

.banner .caption {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding: 15px 20px
}

.banner .caption h2 {
    font-size: 19px;
    color: #fff
}

.banner .caption p {
    color: rgba(250, 250, 250, .8);
    margin-bottom: 0
}

.banner .rounded .banner-mask,
.banner .rounded img {
    border-radius: .25rem
}

.banner .banner-mask,
.banner .item:hover .banner-mask {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.banner .banner-mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    backface-visibility: hidden;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .01), rgba(0, 0, 0, .6));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .01), rgba(0, 0, 0, .6));
    background: -o-linear-gradient(top, rgba(0, 0, 0, .01), #000);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .01), black);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .01), #000);
    opacity: .7
}

.banner .item:hover .banner-mask {
    opacity: .95;
    filter: alpha(opacity=99)
}

.simple-ul>li {
    list-style-type: none;
    line-height: 24px
}

.simple-ul>li:after,
html[dir=rtl] .simple-ul>li:after {
    border-color: #000;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.simple-ul>li:after {
    content: " ";
    position: absolute;
    top: 12px;
    left: -15px;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 6px;
    height: 6px
}

html[dir=rtl] .simple-ul>li:after {
    right: -15px;
    left: auto;
    border-top: 0;
    border-right: 0;
    border-left: 1px solid;
    border-bottom: 1px solid
}

.account-card {
    background: -webkit-linear-gradient(135deg, #6c6c6b, #9e9e9c);
    background: -moz-linear-gradient(135deg, #6c6c6b, #9e9e9c);
    background: -o-linear-gradient(135deg, #6c6c6b, #9e9e9c);
    background: -ms-linear-gradient(135deg, #6c6c6b, #9e9e9c);
    background: linear-gradient(-45deg, #6c6c6b, #9e9e9c)
}

.account-card.account-card-primary {
    background: -webkit-linear-gradient(135deg, #0f5e9d, #418fce);
    background: -moz-linear-gradient(135deg, #0f5e9d, #418fce);
    background: -o-linear-gradient(135deg, #0f5e9d, #418fce);
    background: -ms-linear-gradient(135deg, #0f5e9d, #418fce);
    background: linear-gradient(-45deg, #0f5e9d, #418fce)
}

.account-card .account-card-expire {
    font-size: 8px;
    line-height: 10px
}

.account-card .account-card-overlay {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.account-card:hover .account-card-overlay {
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.account-card-new {
    background: #f1f5f6;
    border: 1px solid #ebebeb
}

.account-card .border-left,
.account-card .border-right {
    border-color: rgba(250, 250, 250, .1) !important
}

.widget-steps>.step {
    padding: 0;
    position: relative
}

.widget-steps>.step .step-name {
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center
}

.widget-steps>.step>.step-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #fff;
    border: 1px solid #28a745;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%
}

.widget-steps>.step>.step-dot:after {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    position: absolute;
    top: 9px;
    left: 9px
}

.widget-steps>.step.complete>.step-dot:after {
    content: "";
    font-weight: 900;
    color: #28a745;
    font-family: "Font Awesome 5 Free";
    top: 3px;
    left: 7px
}

.widget-steps>.step.active>.step-dot:after {
    background: #28a745;
    content: ""
}

.widget-steps>.step>.progress {
    position: relative;
    background: #bbb;
    border-radius: 0;
    height: 1px;
    box-shadow: none;
    margin: 22px 0
}

.widget-steps>.step>.progress>.progress-bar {
    width: 0;
    box-shadow: none;
    background: #28a745
}

.widget-steps>.step.complete>.progress>.progress-bar {
    width: 100%
}

.widget-steps>.step.active>.progress>.progress-bar {
    width: 50%
}

.widget-steps>.step:first-child.active>.progress>.progress-bar {
    width: 0%
}

.widget-steps>.step:last-child.active>.progress>.progress-bar {
    width: 100%
}

.widget-steps>.step.disabled>.step-dot {
    border-color: #bbb
}

.widget-steps>.step:first-child>.progress {
    left: 50%;
    width: 50%
}

.widget-steps>.step:last-child>.progress {
    width: 50%
}

.widget-steps>.step.disabled a.step-dot {
    pointer-events: none
}

@media (max-width:575.98px) {
    .widget-steps>.step .step-name {
        font-size: 14px
    }
}

html[dir=rtl] .widget-steps>.step>.step-dot {
    top: 45px;
    right: 50%;
    left: auto;
    margin-left: 0;
    margin-right: -15px
}

html[dir=rtl] .widget-steps>.step>.step-dot:after {
    left: 0;
    right: 9px
}

html[dir=rtl] .widget-steps>.step.complete>.step-dot:after {
    left: 0;
    right: 7px
}

html[dir=rtl] .widget-steps>.step:first-child>.progress {
    left: auto;
    right: 50%
}

.portfolio {
    text-align: center
}

.portfolio .portfolio-img {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex
}

.portfolio .portfolio-overlay {
    text-align: center;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.portfolio:hover .portfolio-overlay {
    opacity: 1
}

.portfolio .portfolio-overlay-details {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto
}

.portfolio .portfolio-img img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.portfolio:hover .portfolio-img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.portfolio .portfolio-details {
    padding: 1.5rem 0
}

.demos-banner {
    background-repeat: repeat;
    background-size: cover;
    height: 880px;
    background-position: 0 0;
    animation: move 30s linear infinite;
    -moz-animation: move 30s linear infinite;
    -webkit-animation: move 30s linear infinite;
    -ms-animation: move 30s linear infinite;
    -o-animation: move 30s linear infinite
}

#footer {
    color: #252b33;
    padding: 0 0 35px;
    padding: 0 0 2rem;
    margin-top: 1.5rem
}

#footer .nav .nav-item {
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 10px
}

#footer .nav .nav-item .nav-link {
    padding-left: 0;
    padding-right: 0;
    color: #252b33;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

#footer .nav .nav-item .nav-link:focus {
    color: #0071cc;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

#footer .nav .nav-link:hover,
#footer .nav.flex-column .nav-item .nav-link:hover {
    color: #0071cc;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

#footer .footer-copyright {
    border-top: 1px solid #e6e9ec;
    padding: 2rem 0 0;
    margin-top: 2rem;
    margin-top: 32px;
    text-align: center
}

#footer .footer-copyright .copyright-text {
    color: #67727c;
    margin: 12px 0 0;
    padding: 0
}

#footer .nav.flex-column .nav-item,
#styles-switcher ul {
    padding: 0
}

#footer .nav.flex-column .nav-item .nav-link {
    margin: .8rem 0;
    padding: 0;
    color: #67727c
}

#footer.footer-text-light,
#footer.footer-text-light .nav .nav-item .nav-link {
    color: rgba(250, 250, 250, .8)
}

#footer.footer-text-light .nav .nav-item .nav-link:hover {
    color: #fafafa
}

#footer.footer-text-light .footer-copyright {
    border-color: rgba(250, 250, 250, .15);
    color: rgba(250, 250, 250, .5)
}

#footer.footer-text-light.bg-primary,
#footer.footer-text-light.bg-primary .nav .nav-item .nav-link,
#footer.footer-text-light.bg-primary a {
    color: #fff
}

#footer.footer-text-light.bg-primary .nav .nav-item .nav-link:hover,
#footer.footer-text-light.bg-primary a:hover {
    color: rgba(250, 250, 250, .7)
}

#footer.footer-text-light.bg-primary .footer-copyright {
    border-color: rgba(250, 250, 250, .15);
    color: rgba(250, 250, 250, .9)
}

#footer.footer-text-light.bg-primary .footer-copyright .copyright-text {
    color: rgba(250, 250, 250, .9)
}

html:not([dir=rtl]) #footer .nav .nav-item:first-child {
    padding-left: 0
}

html:not([dir=rtl]) #footer .nav .nav-item:last-child {
    padding-right: 0
}

html[dir=rtl] #footer .nav .nav-item:first-child {
    padding-right: 0
}

html[dir=rtl] #footer .nav .nav-item:last-child {
    padding-left: 0
}

.payments-types,
.social-icons {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none
}

.payments-types li {
    margin: 0 10px 8px 0
}

.payments-types li a,
.social-icons li a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.payments-types li a {
    opacity: 1
}

.payments-types li img {
    display: flex
}

.payments-types li:hover a {
    opacity: .8
}

html[dir=rtl] .payments-types li {
    margin-left: 10px;
    margin-right: 0
}

.newsletter .form-control {
    height: 38px !important;
    font-size: 14px
}

.newsletter .btn {
    height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    background: #546d89;
    border-color: #546d89
}

.newsletter .btn:hover {
    background: #415b78
}

.social-icons li {
    margin: 2px 3px;
    padding: 0;
    border-radius: 100%;
    overflow: visible
}

.social-icons li a {
    background: #d4d4d4;
    border-radius: 100%;
    display: block;
    height: 34px;
    line-height: 34px;
    width: 34px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    text-decoration: none
}

.social-icons li i {
    line-height: inherit
}

.social-icons.social-icons-sm li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px
}

.social-icons.social-icons-lg li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px
}

.social-icons.social-icons-dark li a {
    background: #555
}

.social-icons li:hover a {
    background: #171717;
    color: #333;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.social-icons li:hover.social-icons-twitter a,
.social-icons.social-icons-colored li.social-icons-twitter a {
    background: #00acee;
    color: #fff
}

.social-icons li:hover.social-icons-facebook a,
.social-icons.social-icons-colored li.social-icons-facebook a {
    background: #3b5998;
    color: #fff
}

.social-icons li:hover.social-icons-telegram a,
.social-icons.social-icons-colored li.social-icons-telegram a {
    background: #08c;
    color: #fff
}

.social-icons li:hover.social-icons-linkedin a,
.social-icons.social-icons-colored li.social-icons-linkedin a {
    background: #0e76a8;
    color: #fff
}

.social-icons li:hover.social-icons-rss a,
.social-icons.social-icons-colored li.social-icons-rss a {
    background: #ee802f;
    color: #fff
}

.social-icons li:hover.social-icons-dribbble a,
.social-icons.social-icons-colored li.social-icons-dribbble a {
    background: #ea4c89;
    color: #fff
}

.social-icons li:hover.social-icons-google a,
.social-icons.social-icons-colored li.social-icons-google a {
    background: #dd4b39;
    color: #fff
}

.social-icons li:hover.social-icons-pinterest a,
.social-icons.social-icons-colored li.social-icons-pinterest a {
    background: #cc2127;
    color: #fff
}

.social-icons li:hover.social-icons-youtube a,
.social-icons.social-icons-colored li.social-icons-youtube a {
    background: #c4302b;
    color: #fff
}

.social-icons li:hover.social-icons-instagram a,
.social-icons.social-icons-colored li.social-icons-instagram a {
    background: #3f729b;
    color: #fff
}

.social-icons li:hover.social-icons-skype a,
.social-icons.social-icons-colored li.social-icons-skype a {
    background: #00aff0;
    color: #fff
}

.social-icons li:hover.social-icons-email a,
.social-icons.social-icons-colored li.social-icons-email a {
    background: #6567a5;
    color: #fff
}

.social-icons li:hover.social-icons-vk a,
.social-icons.social-icons-colored li.social-icons-vk a {
    background: #2b587a;
    color: #fff
}

.social-icons li:hover.social-icons-xing a,
.social-icons.social-icons-colored li.social-icons-xing a {
    background: #126567;
    color: #fff
}

.social-icons li:hover.social-icons-tumblr a,
.social-icons.social-icons-colored li.social-icons-tumblr a {
    background: #34526f;
    color: #fff
}

.social-icons li:hover.social-icons-reddit a,
.social-icons.social-icons-colored li.social-icons-reddit a {
    background: #c6c6c6;
    color: #fff
}

.social-icons li:hover.social-icons-delicious a,
.social-icons.social-icons-colored li.social-icons-delicious a {
    background: #205cc0;
    color: #fff
}

.social-icons li:hover.social-icons-stumbleupon a,
.social-icons.social-icons-colored li.social-icons-stumbleupon a {
    background: #f74425;
    color: #fff
}

.social-icons li:hover.social-icons-digg a,
.social-icons.social-icons-colored li.social-icons-digg a {
    background: #191919;
    color: #fff
}

.social-icons li:hover.social-icons-blogger a,
.social-icons.social-icons-colored li.social-icons-blogger a {
    background: #fc4f08;
    color: #fff
}

.social-icons li:hover.social-icons-flickr a,
.social-icons.social-icons-colored li.social-icons-flickr a {
    background: #ff0084;
    color: #fff
}

.social-icons li:hover.social-icons-vimeo a,
.social-icons.social-icons-colored li.social-icons-vimeo a {
    background: #86c9ef;
    color: #fff
}

.social-icons li:hover.social-icons-yahoo a,
.social-icons.social-icons-colored li.social-icons-yahoo a {
    background: #720e9e;
    color: #fff
}

.social-icons li:hover.social-icons-googleplay a,
.social-icons.social-icons-colored li.social-icons-googleplay a {
    background: #dd4b39;
    color: #fff
}

.social-icons li:hover.social-icons-apple a,
.social-icons.social-icons-colored li.social-icons-apple a {
    background: #000;
    color: #fff
}

.social-icons.social-icons-colored li:hover a {
    background: #d4d4d4;
    color: #333
}

html:not([dir=rtl]) .social-icons li:first-child {
    margin-left: 0
}

html:not([dir=rtl]) .social-icons li:last-child {
    margin-right: 0
}

html[dir=rtl] .social-icons li:first-child {
    margin-right: 0
}

html[dir=rtl] .social-icons li:last-child {
    margin-left: 0
}

#back-to-top,
#back-to-top:hover {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#back-to-top {
    display: none;
    position: fixed;
    z-index: 1030;
    bottom: 8px;
    right: 10px;
    background-color: rgba(0, 0, 0, .2);
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15)
}

#back-to-top:hover {
    background-color: #0071cc;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25)
}

html[dir=rtl] #back-to-top {
    left: 10px;
    right: auto
}

@media (max-width:575.98px) {
    #back-to-top {
        z-index: 1029
    }
}

.form-control,
.form-select {
    border-color: #d5d3d3;
    color: #777
}

.form-select option {
    color: #777
}

.form-select:invalid {
    color: #b1b4b6
}

.form-control:not(.form-control-sm) {
    padding: .81rem .96rem;
    height: inherit
}

.search-input-line .form-select:invalid {
    color: rgba(250, 250, 250, .7)
}

.form-control-sm {
    font-size: 14px
}

.form-control-lg {
    height: calc(2.4em + 1rem + 2px)
}

select.form-control:not([size]):not([multiple]):not(.form-control-sm) {
    height: auto;
    padding-top: .7rem;
    padding-bottom: .7rem
}

.form-select:not(.form-select-sm) {
    height: calc(3.05rem + 2px);
    min-height: 100%;
    padding-top: .7rem;
    padding-bottom: .7rem
}

.form-select:not(.form-select-sm).border-0 {
    height: calc(3rem + 2px)
}

.col-form-label-sm {
    font-size: 13px
}

.form-select-sm {
    padding-left: 5px !important;
    font-size: 14px
}

.form-control:focus,
.form-select:focus {
    -webkit-box-shadow: 0 0 5px rgba(128, 189, 255, .5);
    box-shadow: 0 0 5px rgba(128, 189, 255, .5)
}

.form-control:focus[readonly] {
    box-shadow: none
}

.input-group-text {
    border-color: #d5d3d3;
    color: #777
}

.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
    color: #b1b4b6
}

.form-control:-moz-placeholder,
.form-select:-moz-placeholder {
    color: #b1b4b6
}

.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
    color: #b1b4b6
}

.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-select:-ms-input-placeholder,
.form-select::-ms-input-placeholder {
    color: #b1b4b6
}

.btn {
    padding: .75rem 2.5rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.btn-sm {
    padding: .5rem 1rem
}

.btn:not(.btn-link) {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15)
}

.btn:not(.btn-link):hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.input-group-append .btn,
.input-group-prepend .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: .75rem;
    padding-right: .75rem
}

.input-group-append .btn:hover,
.input-group-prepend .btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (max-width:575.98px) {
    .btn:not(.btn-sm) {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.bg-primary {
    background-color: #0071cc !important
}

.bg-secondary {
    background-color: #0c2f55 !important
}

.text-secondary {
    color: #0c2f55 !important
}

.text-muted {
    color: #8e9a9d !important
}

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

.text-primary {
    color: #0071cc !important
}

.btn-link {
    color: #0071cc
}

.btn-link:hover {
    color: #005da8 !important;
    text-decoration: underline
}

.border-primary {
    border-color: #0071cc !important
}

.border-secondary {
    border-color: #0c2f55 !important
}

.btn-link {
    text-decoration: none
}

.btn-primary {
    background-color: #0071cc;
    border-color: #0071cc
}

.btn-primary:hover {
    background-color: #005da8;
    border-color: #005da8
}

.btn-secondary {
    background-color: #0c2f55;
    border-color: #0c2f55
}

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

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

.btn-outline-secondary {
    color: #0c2f55;
    border-color: #0c2f55
}

.btn-outline-secondary:hover {
    background-color: #0c2f55;
    border-color: #0c2f55;
    color: #fff
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.progress-bar {
    background-color: #0071cc
}

.form-check-input:checked,
.page-item.active .page-link {
    background-color: #0071cc;
    border-color: #0071cc
}

.list-group-item.active {
    background-color: #0071cc;
    border-color: #0071cc
}

.page-link {
    color: #0071cc;
    border-radius: .25rem;
    margin: 0 .3rem
}

.page-link:hover {
    color: #005da8
}

.page-item.disabled .page-link,
.page-link {
    border-color: #f4f4f4
}

.ui-slider-horizontal {
    height: .2em;
    margin-left: 11px;
    margin-right: 11px
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.7em;
    margin-left: -.7em;
    border-radius: 100%;
    background: #fff;
    width: 1.5em;
    height: 1.5em
}

.ui-slider.ui-widget.ui-widget-content {
    border: 0;
    background: #eee;
    margin-bottom: 15px
}

#styles-switcher #reset-color,
.ui-slider .ui-widget-header {
    background: #0071cc
}

.ui-menu.ui-widget.ui-widget-content {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .176);
    box-shadow: 0 0 12px rgba(0, 0, 0, .176);
    border: 0;
    overflow: hidden;
    overflow-y: auto;
    max-height: 50vh;
    border-radius: 4px
}

.ui-menu .ui-menu-item-wrapper {
    padding: 6px .75rem 6px .9rem
}

ui-widget-content .ui-state-active {
    border-color: #0071cc
}

.ui-menu .ui-menu-divider {
    display: none
}

.daterangepicker {
    box-shadow: 0 2px 12px rgba(0, 0, 0, .176)
}

.table:not(.table-sm)>:not(caption)>*>* {
    padding: .75rem
}

.table>:not(:first-child) {
    border-color: #dee2e6
}

.iti__flag-container {
    direction: ltr
}

#styles-switcher {
    background: #fff;
    width: 202px;
    position: fixed;
    top: 35%;
    z-index: 99;
    padding: 20px;
    left: -202px
}

#styles-switcher ul li {
    list-style-type: none;
    width: 25px;
    height: 25px;
    margin: 4px 2px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-in-out
}

#styles-switcher ul li.blue {
    background: #007bff
}

#styles-switcher ul li.green {
    background: #28a745
}

#styles-switcher ul li.purple {
    background: #6f42c1
}

#styles-switcher ul li.indigo {
    background: #6610f2
}

#styles-switcher ul li.red {
    background: #dc3545
}

#styles-switcher ul li.orange {
    background: #fd7e14
}

#styles-switcher ul li.yellow {
    background: #ffc107
}

#styles-switcher ul li.pink {
    background: #d63384
}

#styles-switcher ul li.teal {
    background: #20c997
}

#styles-switcher ul li.cyan {
    background: #0dcaf0
}

#styles-switcher ul li.active {
    transform: scale(.7);
    cursor: default
}

#styles-switcher .switcher-toggle {
    position: absolute;
    background: #333;
    color: #fff;
    font-size: 1.25rem;
    border-radius: 0 4px 4px 0;
    right: -40px;
    top: 0;
    width: 40px;
    height: 40px;
    padding: 0
}

#preloader [data-loader=dual-ring] {
    border: 5px solid #f65606;
    border-color: #f65606 #f1f5f6
}

#footer .nav .nav-item .nav-link:focus,
a,
a:focus {
    color: #f65606
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
a:active,
a:hover {
    color: #eb6c02
}

.login-signup ul.navbar-nav>li.active>a:not(.btn),
.login-signup ul.navbar-nav>li.dropdown .dropdown-menu li:hover>a:not(.btn),
.login-signup ul.navbar-nav>li:hover>a:not(.btn),
.primary-menu ul.navbar-nav>li.active>a:not(.btn),
.primary-menu ul.navbar-nav>li.dropdown .dropdown-menu li:hover>a:not(.btn),
.primary-menu ul.navbar-nav>li:hover>a:not(.btn) {
    color: #f65606
}

.login-signup.navbar-dropdown-primary ul.navbar-nav>li.dropdown .dropdown-menu,
.primary-menu.navbar-dropdown-primary ul.navbar-nav>li.dropdown .dropdown-menu {
    background-color: #f65606;
    border-color: #f65606
}

#back-to-top:hover,
.login-signup.navbar-dropdown-primary ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-menu,
.nav-tabs .nav-item .nav-link.active:after,
.primary-menu.navbar-dropdown-primary ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-menu {
    background-color: #f65606
}

.login-signup.navbar-dropdown-primary ul.navbar-nav>li.dropdown:hover>a:after,
.primary-menu.navbar-dropdown-primary ul.navbar-nav>li.dropdown:hover>a:after {
    border-color: transparent transparent #f65606
}

@media (max-width:767.98px) {

    #header .navbar-dropdown-primary.primary-menu:before,
    .primary-menu.navbar-dropdown-primary ul.navbar-nav>li.dropdown .dropdown-menu .dropdown-menu {
        background-color: #f65606
    }
}

.blog-post .meta-blog li a:hover,
.blog-post .meta-blog li i,
.blog-post .title-blog a:hover,
.list-item a:hover,
.page-header.page-header-light .breadcrumb>li a:hover,
.secondary-nav.nav .nav-item .nav-link.active,
.side-post .item-post .caption a:hover {
    color: #f65606
}

.secondary-nav.nav.alternate .nav-item .nav-link.active {
    border-bottom: 3px solid #f65606
}

.tags a:hover {
    background: #f65606
}

.accordion:not(.accordion-flush) .accordion-header .accordion-button {
    background-color: #f65606
}

.accordion.accordion-flush .accordion-header .accordion-button,
.nav-link {
    color: #f65606
}

.nav-link:focus,
.nav-link:hover {
    color: #eb6c02
}

.nav-pills.alternate .nav-link:not(.active):hover {
    color: #f65606
}

.nav-tabs .nav-item .nav-link.active {
    color: #eb6c02
}

.nav-tabs.style-2 .nav-item .nav-link.active,
.nav-tabs.style-2 .nav-item .nav-link:hover.active {
    background: #f65606
}

#footer .nav .nav-link:hover,
.brands-grid>.row>* a:hover,
.nav-tabs.flex-column .nav-item .nav-link.active,
.resp-vtabs li.resp-tab-active,
.resp-vtabs li.resp-tab-active:hover {
    color: #f65606
}

@media (min-width:576px) {
    .nav-tabs.flex-sm-column .nav-item .nav-link.active {
        color: #f65606
    }
}

@media (min-width:768px) {
    .nav-tabs.flex-md-column .nav-item .nav-link.active {
        color: #f65606
    }
}

@media (min-width:992px) {
    .nav-tabs.flex-lg-column .nav-item .nav-link.active {
        color: #f65606
    }
}

@media (min-width:1200px) {
    .nav-tabs.flex-xl-column .nav-item .nav-link.active {
        color: #f65606
    }
}

.resp-tab-active {
    border-bottom: 3px solid #f65606
}

.bg-primary {
    background-color: #f65606 !important
}

.btn-link:not(.text-body),
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.link-primary,
.text-primary {
    color: #f65606 !important
}

.btn-link:hover,
.link-primary:focus,
.link-primary:hover,
a.text-primary:focus,
a.text-primary:hover {
    color: #eb6c02 !important
}

.text-muted {
    color: #8e9a9d !important
}

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

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #eb6c02 !important
}

.border-primary {
    border-color: #f65606 !important
}

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

.btn-primary:hover {
    background-color: #eb6c02;
    border-color: #eb6c02
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #eb6c02;
    border-color: #eb6c02
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: #eb6c02;
    border-color: #eb6c02
}

.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #f65606;
    border-color: #f65606
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active:hover {
    background-color: #f65606;
    border-color: #f65606;
    color: #fff
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    background-color: #f65606;
    border-color: #f65606;
    color: #fff
}

.dropdown-item.active,
.dropdown-item:active,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.progress-bar {
    background-color: #f65606
}

.form-check-input:checked,
.page-item.active .page-link {
    background-color: #f65606;
    border-color: #f65606
}

.list-group-item.active {
    background-color: #f65606;
    border-color: #f65606
}

.page-link {
    color: #f65606
}

.page-link:hover {
    color: #eb6c02
}

.ui-slider .ui-widget-header {
    background: #f65606
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    border-color: #f65606;
    background: #f65606
}

/*! Magnific Popup - v1.1.0 - 2016-02-20
* http://dimsemenov.com/plugins/magnific-popup/
* Copyright (c) 2016 Dmitry Semenov; */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}


.fancybox-enabled {
    overflow: hidden
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-container~.fancybox-container {
    z-index: 99992
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, .7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-toolbar {
    top: 0;
    right: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>div {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px Helvetica Neue, Helvetica, Arial, sans-serif
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after {
    background: transparent;
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 14px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: transparent;
    color: #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: none
}

.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none
}

.fancybox-button,
.fancybox-infobar__body {
    background: rgba(30, 30, 30, .6)
}

.fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0, 0, 0, .8)
}

.fancybox-button:after,
.fancybox-button:before {
    content: "";
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    box-sizing: border-box;
    display: inline-block
}

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
    opacity: .3
}

.fancybox-button--left:after,
.fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor
}

.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--right:after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    border-bottom-right-radius: 5px
}

.fancybox-button--close:after,
.fancybox-button--close:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}

.fancybox-button--close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .25s
}

.fancybox-arrow:after {
    content: "";
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30, 30, 30, .8);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 24px 24px
}

.fancybox-arrow--right {
    right: 0
}

.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
    left: 0
}

.fancybox-show-nav .fancybox-arrow {
    opacity: .6
}

.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: .3
}

.fancybox-slide>.fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

@media (max-width:800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0
    }

    .fancybox-button--left,
    .fancybox-button--right {
        display: none !important
    }

    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}

.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: none
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: transparent
}

.fancybox-button--play:before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px
}

.fancybox-button--pause:before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px
}

.fancybox-button--thumbs,
.fancybox-thumbs {
    display: none
}

@media (min-width:800px) {
    .fancybox-button--thumbs {
        display: inline-block
    }

    .fancybox-button--thumbs span {
        font-size: 23px
    }

    .fancybox-button--thumbs:before {
        width: 3px;
        height: 3px;
        top: calc(50% - 2px);
        left: calc(50% - 2px);
        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
    }

    .fancybox-thumbs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 220px;
        margin: 0;
        padding: 5px 5px 0 0;
        background: #fff;
        word-break: normal;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        box-sizing: border-box;
        z-index: 99995
    }

    .fancybox-show-thumbs .fancybox-thumbs {
        display: block
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 220px
    }

    .fancybox-thumbs>ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0
    }

    .fancybox-thumbs>ul>li {
        float: left;
        overflow: hidden;
        max-width: 50%;
        padding: 0;
        margin: 0;
        width: 105px;
        height: 75px;
        position: relative;
        cursor: pointer;
        outline: none;
        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        box-sizing: border-box
    }

    li.fancybox-thumbs-loading {
        background: rgba(0, 0, 0, .1)
    }

    .fancybox-thumbs>ul>li>img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .fancybox-thumbs>ul>li:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        border: 4px solid #4ea7f9;
        z-index: 99991;
        opacity: 0;
        transition: all .2s cubic-bezier(.25, .46, .45, .94)
    }

    .fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
        opacity: 1
    }
}

body {
    background: #fff
}

.advantage-count-list-text b,
.blog-post .title-blog a,
.section-faq .accordion.accordion-flush .accordion-header .accordion-button.collapsed,
body,
h1,
h2,
h3,
h4,
h5,
h6,
u {
    color: #000
}

picture {
    display: block
}

.text-no-wrap {
    white-space: nowrap
}

@media (min-width:768px) {
    .max-width-160 {
        max-width: 160px
    }
}

.btn,
.btn:not(.btn-link),
.btn:not(.btn-link):hover {
    box-shadow: none
}

.section-bus-list .form-check-label {
    cursor: pointer
}

.bg-secondary {
    background-color: #f65606 !important
}

.page-header {
    padding: 1.5rem 1.143rem
}

header.position-fixed {
    z-index: 1052;
    left: 0;
    width: 100%;
    background: rgba(36, 89, 76, .91) !important
}

#header.position-fixed .header-row {
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

@media (max-width:991.98px) {
    .login-signup {
        display: none !important
    }

    #header .logo {
        top: 0;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        position: absolute
    }

    #header .header-column {
        flex-grow: 0
    }

    #header .header-column:first-child {
        flex-grow: 1
    }
}


.page-link:focus {
    -webkit-box-shadow: 0 0 5px rgb(246 86 6/50%);
    box-shadow: 0 0 5px rgb(246 86 6/50%)
}

.form-check-input:focus {
    border-color: #f65606;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(246 86 6/25%)
}

.page-link:active,
.page-link:focus,
.page-link:hover {
    background-color: #f65606;
    border-color: #f65606;
    color: #fff
}

#header {
    box-shadow: unset
}

#header .header-row {
    margin: 27px 0 38px;
    background-color: #24594c;
    border-radius: .75rem;
    padding: 0 2.143rem
}

#header.position-fixed .header-row {
    background: 0 0
}

@media (max-width:575.98px) {

    #header .header-row,
    .page-header {
        margin-bottom: 27px
    }
}

#header .logo {
    max-width: 164px;
    height: auto
}

#footer .logo svg,
#header .logo svg,
.card-neighbour-service i svg {
    max-width: 100%;
    height: auto
}

.login-signup ul.navbar-nav>li.dropdown .dropdown-menu,
.primary-menu ul.navbar-nav>li.dropdown .dropdown-menu {
    border-top-color: #eb6c02
}

@media (min-width:992px) {
    .languages-wrap {
        position: relative;
        z-index: 1;
        margin: 0 15px;
        cursor: pointer;
        width: 66px;
        text-align: center
    }
}

.languages-wrap .text-full {
    display: none
}

@media (max-width:340px) {
    .navbar-toggler {
        margin-right: 0
    }

    #header .btn-primary-buy-ticket {
        margin-left: 0 !important
    }
}

.current-language,
.header-nav-languages ul a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase
}

.current-language {
    background-color: transparent;
    font-weight: 400;
    border: 0;
    padding: 7px 2px
}

.header-nav-languages ul {
    padding: 0;
    margin: 0;
    list-style: none
}

@media (min-width:992px) {
    .header-nav-languages {
        position: absolute;
        top: 120%;
        left: 0;
        right: 0;
        transition: .3s all;
        z-index: -1;
        visibility: hidden;
        opacity: 0
    }

    .languages-wrap:hover .header-nav-languages {
        top: 100%;
        left: 0;
        z-index: 2;
        visibility: visible;
        opacity: 1;
        margin-top: 1px
    }

    .header-nav-languages ul {
        border-radius: 8px;
        overflow: hidden
    }
}

.header-nav-languages ul a {
    display: block !important;
    text-align: center;
    font-weight: 600;
    background-color: #f65606;
    line-height: 1;
    padding: 6px 4px
}

@media (max-width:991.98px) {
    .languages-wrap {
        align-items: center;
        justify-content: center;
        margin-top: 25px;
        display: flex
    }

    .header-nav-languages ul {
        display: flex
    }

    .header-nav-languages li {
        padding-left: 18px;
        position: relative
    }

    .header-nav-languages li:before {
        content: "";
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        position: absolute;
        top: 50%;
        left: 7px;
        transform: translateY(-50%);
        font-size: 6px;
        color: #a8a8a8
    }

    .header-nav-languages ul a {
        background-color: transparent;
        color: #a8a8a8
    }

    .current-language {
        font-weight: 600;
        color: #000
    }
}

@media (max-width:575.98px) {
    .modal-open>#main-wrapper>.container {
        display: none
    }

    #header .social-icons {
        margin-top: 25px
    }

    .primary-menu ul.navbar-nav>li.dropdown .dropdown-menu li>a.dropdown-menu-btn-back {
        padding-left: 8px;
        color: #f65606
    }

    .primary-menu ul.navbar-nav>li.dropdown .dropdown-menu {
        display: block !important
    }
}

.login-signup ul.navbar-nav>li>a:not(.btn),
.primary-menu ul.navbar-nav>li>a:not(.btn) {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding-left: 1.429em;
    padding-right: 1.429em;
    height: 56px
}

.login-signup ul.navbar-nav>li.dropdown:hover>a:after,
.primary-menu ul.navbar-nav>li.dropdown:hover>a:after {
    border-bottom-color: #fff
}

.btn.btn-primary-buy-ticket {
    background-color: #fff;
    border-color: #fff;
    color: #24594c;
    border-radius: .625rem;
    font-weight: 600
}

.btn.btn-primary-buy-ticket.focus,
.btn.btn-primary-buy-ticket:focus,
.btn.btn-primary-buy-ticket:hover,
.btn.btn-primary-buy-ticket:not(:disabled):not(.disabled).active,
.btn.btn-primary-buy-ticket:not(:disabled):not(.disabled):active {
    background-color: #eb6c02;
    border-color: #eb6c02;
    color: #fff
}

.btn.btn-sm.btn-primary-buy-ticket {
    padding: 7px 30px;
    font-weight: 400;
    font-size: 14px
}

.btn-primary-buy-ticket .fas {
    display: none
}

.owl-theme .owl-nav [class*=owl-]:hover:not(.disabled) {
    background: #f65606
}

.single-slider .owl-dots .owl-dot span {
    transition: .5s all
}

.single-slider .owl-dots .owl-dot.active span {
    width: 58px
}

.btn,
.form-control {
    border-radius: .625rem
}

.form-control:focus,
.form-select:focus {
    -webkit-box-shadow: 0 0 5px rgb(246 86 6/50%);
    box-shadow: 0 0 5px rgb(246 86 6/50%);
    border-color: #f65606
}

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

.section-your-best-friend-title {
    line-height: 1.15;
    font-size: calc((100vw - 300px)/(1360 - 300)*(59 - 40) + 40px);
    margin-bottom: 26px
}

@media (min-width:1361px) {
    .section-your-best-friend-title {
        font-size: 59px
    }
}

.page-header h1 {
    font-size: calc((100vw - 320px)/(1320 - 320)*(32 - 22) + 22px)
}

@media (min-width:1320px) {
    .page-header h1 {
        font-size: 2rem
    }
}

.owl-carousel:not(.owl-loaded) {
    display: block
}

.owl-carousel:not(.owl-loaded) .item:not(:first-child) {
    display: none
}

.section-your-best-friend-title span {
    color: #ff6b00
}

.section-your-best-friend .btn-primary-buy-ticket {
    width: 100%;
    background-color: #24594c;
    border-color: #24594c;
    color: #fff;
    max-width: 220px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    font-size: 16px;
    display: flex !important
}

.section-your-best-friend .btn-primary-buy-ticket .link-icon {
    margin-left: auto
}

.section-your-best-friend .btn-primary-buy-ticket .fas {
    display: inline-block !important
}

@media (max-width:539.98px) {
    .section-your-best-friend .btn-primary-buy-ticket span {
        display: inline-block !important
    }
}

.advantage-count-list {
    font-size: 12px;
    color: #b1b2aa
}

@media (max-width:991.98px) {
    .advantage-count-list {
        padding-top: 40px
    }
}

.advantage-count-list-number {
    margin-top: 20px;
    border-top: 1px solid #000;
    padding-top: 29px;
    font-size: 34px;
    font-weight: 700;
    color: #000
}

.advantage-count-list img {
    object-fit: cover;
    width: 100%
}

.advantage-count-list-title {
    top: 24px;
    color: #fff;
    font-weight: 600;
    left: 17px;
    font-size: 14px
}

.advantage-count-list-additional-title {
    color: #fff;
    font-weight: 600;
    left: 15px;
    font-size: 30px;
    bottom: 30px;
    line-height: 1.05
}

.advantage-count-list-link {
    color: #fff;
    padding: 0;
    right: 17px;
    bottom: 35px
}

.advantage-count-list-link .btn-circle {
    padding: 0;
    width: 36px;
    line-height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff
}

.advantage-count-list-link .btn-circle .link-text,
.video-section .btn-play span {
    display: none
}

.advantage-count-list-link .btn-circle .link-icon,
.advantage-count-list-text {
    font-size: 14px
}

.advantage-count-list-text p:last-child {
    margin-bottom: 0
}

.advantage-count-list-number+.advantage-count-list-text {
    margin-top: 14px
}

@media (max-width:575.98px) {
    .advantage-count-list {
        justify-content: center
    }

    .advantage-count-list .item {
        max-width: 306px
    }
}

.video-section {
    text-align: center
}

.video-link-outer {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.video-section .btn-play {
    padding: 0;
    font-size: 48px;
    width: 138px;
    text-align: center;
    line-height: 136px;
    border-radius: 50%
}

@media (max-width:1199.98px) {
    .video-section .btn-play {
        width: 60px;
        line-height: 58px;
        font-size: 14px
    }
}

.video-section .btn-play .fas {
    margin-left: 14px
}

@media (max-width:1199.98px) {
    .video-section .btn-play .fas {
        margin-left: 4px
    }
}

.section .text-title {
    font-size: calc((100vw - 300px)/(1360 - 300)*(62 - 28) + 28px);
    margin-bottom: 50px
}

@media (min-width:1361px) {
    .section .text-title {
        font-size: 62px
    }
}

.section-advantages .featured-box {
    border-top: 1px solid #000;
    padding: 1.46%0;
    color: #000;
    font-weight: 500;
    font-size: calc((100vw - 300px)/(1360 - 300)*(16 - 14) + 14px)
}

@media (min-width:1361px) {
    .section-advantages .featured-box {
        font-size: 16px
    }
}

.section-advantages .featured-box:last-child {
    border-bottom: 1px solid #000
}

.section-advantages .featured-box .text {
    padding-left: 15px
}

.section-advantages .featured-box p,
.social-icons li {
    margin: 0
}

.section-advantages .featured-box .featured-box-icon {
    height: unset;
    margin-bottom: 0;
    line-height: unset;
    width: 80px;
    flex: 0 0 80px;
    text-align: center
}

.section-advantages .featured-box .h3 {
    margin-bottom: 0;
    padding: 0 15px;
    font-size: calc((100vw - 300px)/(1360 - 300)*(28 - 12) + 12px)
}

@media (min-width:992px) {
    .section-advantages .featured-box .h3 {
        flex: 0 0 400px;
        width: 400px
    }
}

@media (max-width:991.98px) {
    .section-advantages .featured-box {
        flex-wrap: wrap;
        padding-top: 15px;
        padding-bottom: 15px
    }

    .section-advantages .featured-box .text {
        margin-left: 80px;
        margin-top: 15px
    }

    .section-advantages .featured-box .h3 {
        font-size: 20px
    }
}

@media (min-width:1361px) {
    .section-advantages .featured-box .h3 {
        font-size: 28px
    }
}

.section-faq {
    font-size: 24px
}

.section-faq .accordion-button {
    font-size: calc((100vw - 300px)/(1360 - 300)*(32 - 16) + 16px)
}

@media (min-width:1361px) {
    .section-faq .accordion-button {
        font-size: 32px
    }
}

.section-faq .accordion .accordion-header .accordion-button {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem
}

.section-faq .accordion.accordion-flush .accordion-body,
.section-faq .accordion.accordion-flush .accordion-header .accordion-button {
    padding-left: 0
}

.section-faq .accordion.accordion-flush .accordion-body {
    font-size: calc((100vw - 300px)/(1360 - 300)*(18 - 16) + 16px);
    line-height: 1.4;
    color: #000
}

.section-faq .accordion.accordion-flush .accordion-header .accordion-button {
    border-top: 1px solid #000
}

.section-faq .accordion .accordion-header .accordion-button:after {
    content: "+";
    font-size: calc((100vw - 300px)/(1360 - 300)*(42 - 28) + 28px);
    border: unset;
    transform: translate(0, -50%) rotate(-45deg)
}

.section-faq .accordion .accordion-header .accordion-button.collapsed:after {
    border: unset;
    transform: translateY(-50%)
}

.section-faq .accordion.accordion-flush .accordion-header .accordion-button:after {
    left: auto;
    right: 15px;
    top: 50%;
    width: unset;
    height: unset
}

.section-faq .accordion-button:not(.collapsed)::after {
    right: 0
}

.home-section-schedule {
    padding-top: calc((100vw - 350px)/(1321 - 350)*(57 - 36) + 36px);
    padding-bottom: calc((100vw - 350px)/(1321 - 350)*(54 - 22) + 22px)
}

@media (min-width:1321px) {
    .home-section-schedule {
        padding-top: 57px;
        padding-bottom: 54px
    }
}

.home-section-schedule-title {
    font-style: normal;
    font-weight: 700;
    font-size: calc((100vw - 350px)/(1321 - 350)*(66 - 30) + 30px);
    margin-bottom: calc((100vw - 350px)/(1321 - 350)*(30 - 22) + 22px)
}

#footer nav ul a:hover,
.home-section-schedule-title .color-title {
    color: #f65606
}

@media (min-width:1321px) {
    .home-section-schedule-title {
        font-size: 66px;
        line-height: 79px;
        margin-bottom: 30px
    }
}

.home-section-schedule .blog-post.shadow-md {
    box-shadow: -2.28942px -2.28942px 16.026px rgba(0, 0, 0, .07), 2.28942px 2.28942px 16.026px rgba(0, 0, 0, .07)
}

.home-section-schedule .blog-post.rounded {
    border-radius: 21.7495px
}

.home-section-schedule .card-body {
    padding: 25px 20px 28px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #535b61
}

@media (max-width:567px) {
    .home-section-schedule .card-body {
        padding: 15px 10px
    }
}

.home-section-schedule .card-body .price-container {
    font-style: normal;
    font-weight: 500;
    font-size: calc((100vw - 350px)/(1321 - 350)*(36 - 18) + 18px);
    color: #000
}

@media (min-width:1321px) {
    .home-section-schedule .card-body .price-container {
        font-size: 34px;
        line-height: 44px
    }
}

.home-section-schedule .card-body .price-old {
    font-size: calc((100vw - 350px)/(1321 - 350)*(26 - 12) + 12px)
}

@media (min-width:1321px) {
    .home-section-schedule .card-body .price-old {
        font-size: 26px
    }
}

.home-section-schedule .card-body .btn {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14.8813px;
    line-height: 24px
}

@media (max-width:567px) {
    .home-section-schedule .card-body .btn {
        max-width: 200px;
        padding: 8px
    }
}

.home-section-schedule .card-body .title-blog {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    color: #000;
    font-size: calc((100vw - 30px)/(1321 - 350)*(30 - 18) + 18px)
}

@media (min-width:1321px) {
    .home-section-schedule .card-body .title-blog {
        font-size: 30px;
        line-height: 43px
    }
}

.currencies-container .btn-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #000 !important;
    position: relative
}

.currencies-container .btn.active {
    font-weight: 600
}

.currencies-container .btn.active:after,
.currencies-container .btn:focus:after,
.currencies-container .btn:hover:after {
    height: 1px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    content: "";
    position: absolute
}

.currencies-container .btn.active:after {
    background-color: #000
}

.currencies-container .btn:focus:after,
.currencies-container .btn:hover:after {
    background-color: #f65606
}

.currencies-container .btn:focus,
.currencies-container .btn:hover {
    text-decoration: none;
    color: #f65606 !important;
    font-weight: 600
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #f65606
}

.ui-menu .ui-menu-item-wrapper {
    padding-top: 8px;
    padding-bottom: 8px
}

.section-reviews .review-card .name {
    font-size: 22px;
    margin-bottom: 15px
}

.section-reviews .review-card .review-text {
    font-size: 18px
}

.section-reviews .review-card {
    padding: 32px;
    color: #fff;
    height: 100%
}

.section-reviews .row>* {
    margin-bottom: 30px
}

.section-reviews .row>:nth-child(2n) .review-card {
    background: #f65606
}

.section-reviews .row>:nth-child(2n+1) .review-card {
    background: #f8f8f8;
    color: #000
}

.section-reviews .row>:nth-child(3n+3) .review-card {
    background: #24594c;
    color: #fff
}


.section-form .title-outer {
    padding-left: 18px
}

.pe-18 {
    padding-right: 18px
}

@media (max-width:991.98px) {
    .title-outer {
        margin-bottom: 30px
    }

    .pe-18 {
        padding-left: 18px
    }
}

.section-form .section-title {
    color: #fff;
    font-weight: 600
}

.section-form .help-text {
    font-size: 18px
}

#positionFixedContainer form button[type=submit],
.section-form .form-title,
.section-form label {
    display: none
}

.section-form:not(.section-form-refund) .form-control {
    border-color: #fff
}

.section-form .form-group {
    margin-bottom: 20px
}

.section-form .form-control.error {
    border-color: #c00;
    background-color: #fff1f1
}

.btn-send:not(.btn-primary) {
    color: #24594c;
    background-color: #fff;
    width: 100%;
    font-weight: 600;
    border-color: #fff
}

.btn-send:not(.btn-primary):focus,
.btn-send:not(.btn-primary):hover {
    background-color: #eb6c02;
    border-color: #eb6c02;
    color: #fff
}

input[name=order_id]+label {
    display: block;
    font-style: italic;
    color: #f65606;
    font-weight: 700;
    padding-left: 18px
}

.section-information .text {
    max-width: 1050px;
    text-align: center
}

.form-popup-error {
    max-width: 360px;
    margin: 0 auto;
    position: relative
}

#footer .logo {
    max-width: 184px;
    height: auto
}

#footer .footer-copyright {
    margin-top: 60px;
    border-color: #000;
    text-align: left
}

.social-icons li:hover a {
    background: #f65606
}

#footer p {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 12px;
    font-size: calc((100vw - 300px)/(1360 - 300)*(24 - 16) + 16px)
}

@media (min-width:1361px) {
    #footer p {
        font-size: 24px
    }
}

#footer .mail-link,
#footer .phone-link,
#footer nav ul a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000
}

#footer .phone-link-outer {
    margin-bottom: 12px
}

#footer nav ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#footer nav ul a {
    line-height: 21px
}

#footer nav li:not(:last-child) {
    margin-bottom: 12px
}

.social-icons {
    justify-content: center;
    margin-top: 0;
}

.social-icons li a {
    background: 0 0;
    color: #a8a8a8;
    width: unset;
    height: unset;
    font-size: 28px;
    line-height: 28px;
    margin: 0 18px
}

.social-icons li a:hover,
.social-icons li:hover a {
    background: 0 0;
    color: #f65606
}

@media (max-width:767.98px) {
    #footer p {
        margin-top: 24px
    }
}

.copyright {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000
}

.copyright-text .border-top {
    border-color: #b2b2b2 !important
}

.copyright-text {
    margin-top: 7px;
    padding-top: 8px
}

@media (min-width:992px) and (max-width:1199.98px) {

    .login-signup ul.navbar-nav>li>a:not(.btn),
    .primary-menu ul.navbar-nav>li>a:not(.btn) {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width:992px) and (max-width:1399.98px) {
    .login-signup .btn-primary-buy-ticket span {
        display: none
    }

    .login-signup .btn-primary-buy-ticket .fas {
        display: block
    }
}

@media (max-width:1199.98px) {
    .btn.btn-sm.btn-primary-buy-ticket {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:991.98px) {
    #header .header-row {
        padding: 0 15px
    }

    #header .primary-menu,
    #header .primary-menu:before {
        background-color: transparent;
    }
    .navbar-toggler span {
        background-color: #fff;
    }

    #header .header-row.navbar-toggler-click {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
    .header__buttons {
        flex-direction: column;
        margin-top: 2rem;
    }

    .primary-menu ul.navbar-nav>li>a:not(.btn) {
        padding-right: 28px
    }

    .primary-menu ul.navbar-nav>li.dropdown .dropdown-toggle .arrow {
        right: 25px
    }

    #header .login-signup ul.navbar-nav>li>a:not(.btn),
    #header .primary-menu ul.navbar-nav>li>a:not(.btn) {
        color: #535b61;
        font-weight: 600
    }
}

@media (max-width:767.98px) {
    #header .btn-primary-buy-ticket {
        padding: 2px 4px !important;
        line-height: 1;
        font-size: 18px;
        border-radius: 6px;
        margin-left: 10px
    }

    #header .btn-primary-buy-ticket span {
        display: none
    }

    #header .btn-primary-buy-ticket .fas {
        display: inline-block;
        font-size: 20px
    }
}

@media (max-width:575.98px) {
    #header .header-row {
        margin-top: calc((100vw - 320px)/(576 - 320)*(27 - 20) + 20px);
        margin-bottom: calc((100vw - 320px)/(576 - 320)*(27 - 20) + 20px)
    }

    #header .navbar-toggler {
        margin-top: calc((100vw - 320px)/(576 - 320)*(18 - 14) + 14px);
        margin-bottom: calc((100vw - 320px)/(576 - 320)*(18 - 14) + 14px)
    }

    #header .logo {
        max-width: calc((100vw - 320px)/(576 - 320)*(164 - 124) + 124px)
    }

    #header .btn-primary-buy-ticket,
    #header .btn-primary-buy-ticket .fas {
        font-size: calc((100vw - 320px)/(576 - 320)*(18 - 14) + 14px)
    }

    #header .btn-primary-buy-ticket {
        border-radius: 4px;
        padding: 0 4px !important
    }

    #header .navbar-toggler-click .btn-primary-buy-ticket {
        border: 0
    }

    #header .navbar-toggler-click .btn-primary-buy-ticket .fas {
        font-size: 21px;
        transition: .25s ease-in-out
    }

    #header .navbar-toggler-click .btn.btn-primary-buy-ticket.focus,
    #header .navbar-toggler-click .btn.btn-primary-buy-ticket:focus,
    #header .navbar-toggler-click .btn.btn-primary-buy-ticket:hover,
    #header .navbar-toggler-click .btn.btn-primary-buy-ticket:not(:disabled):not(.disabled).active,
    #header .navbar-toggler-click .btn.btn-primary-buy-ticket:not(:disabled):not(.disabled):active {
        background-color: transparent;
        color: #24594c
    }

    #header .primary-menu:before {
        background-color: #2b2c2e;
    }
    section.section{
        padding-top: 100px;
    }
    #header .navbar-toggler-click .primary-menu:before {
        box-shadow: none;
        height: 100vh
    }

    #header .navbar-toggler-click.header-row {
        background-color: #fff;
        margin: 0
    }

    #header .logo svg {
        width: unset;
        height: 18px
    }

    #header .navbar-toggler-click .logo path,
    #header .navbar-toggler-click .logo svg {
        fill: #f65606
    }

    #header .navbar-toggler.open span {
        background: #fff;
    }

    #header .primary-menu>div {
        margin-top: 8px
    }
  

    #header .primary-menu ul.navbar-nav>li {
        border-bottom: 0 none;
        margin: 0;
        background-color: #fff
    }

    .login-signup ul.navbar-nav>li>a:not(.btn),
    .primary-menu ul.navbar-nav>li>a:not(.btn) {
        height: 44px;
        font-size: 18px
    }

    .modal-open.modal-nav-open header.position-fixed {
        background-color: #fff !important
    }

    .primary-menu ul.navbar-nav>li.dropdown .dropdown-toggle .arrow {
        right: 22px;
        min-width: 32px
    }

    .primary-menu ul.navbar-nav>li.dropdown .dropdown-toggle .arrow:after {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        width: 12px;
        height: 12px;
        border-top: 2px solid;
        border-right: 2px solid;
        border-color: #24594c;
        left: 14px
    }

    #header-nav .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
        height: 100%;
        overflow-y: auto;
        visibility: hidden;
        opacity: 0;
        display: block !important;
        transition: .6s all
    }

    #header-nav .dropdown-menu.open {
        left: 0;
        opacity: 1;
        visibility: visible
    }

    #footer-callback-form .col {
        flex: 0 0 100%
    }
}

@media (max-width:374.98px) {
    #header .btn-primary-buy-ticket {
        margin: 0
    }

    #header .navbar-toggler {
        margin-right: 0
    }
}

@media (min-width:1200px) {
    .bus-list .col-xl-6 {
        flex: 0 0 auto !important;
        width: 100% !important
    }
}

@media (min-width:1400px) {
    .bus-list .col-xl-6 {
        flex: 0 0 auto !important;
        width: 50% !important
    }
}

.blog-post.shadow-md {
    -webkit-box-shadow: 0 0 22px 2px rgb(0 0 0/10%) !important;
    box-shadow: 0 0 22px 2px rgb(0 0 0/10%) !important
}

.blog-post .btn {
    width: 100%;
    max-width: 260px
}

#positionFixedContainer,
.price {
    color: #000;
    font-size: 1.2rem;
}

.price-old {
    text-decoration: line-through
}

.price-old+.price {
    color: #f65606
}

#positionFixedContainer .modal-dialog {
    margin: 0;
    background-color: #fff
}

@media (max-width:575.98px) {
    #positionFixedContainer .modal-dialog {
        max-width: 365px
    }
}

.modal-dialog-scrollable,
.modal-dialog-scrollable .modal-content {
    height: 100%
}

@media (min-width:576px) {

    .modal-dialog-scrollable,
    .modal-dialog-scrollable .modal-content {
        height: 100%
    }
}

#positionFixedContainer .modal-content {
    border: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

#positionFixedContainer .modal-footer .btn,
#tripDescription .modal-footer .btn,
.section-bus-list .btn-show-filter {
    max-width: 360px
}

#positionFixedContainer .btn-filter-close,
#tripDescription .btn-filter-close {
    padding: 3px 10px;
    background-color: #f65606;
    border-radius: 50%;
    color: #fff
}

.section-bus-list .btn-show-filter.btn-filter-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 20;
    left: 0;
    max-width: unset;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

@media (min-width:1400px) {
    .section-bus-list .schedule-card {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
}

@media (min-width:1199.98px) {
    .max-w-220 {
        max-width: 220px
    }
}

.highlight {
    border: 1px solid #f65606;
    color: #f65606
}

.btn-luggage-popover {
    white-space: nowrap;
    text-align: left
}

.btn-luggage-popover .text-2 {
    white-space: normal;
    max-width: 100px
}

.btn-luggage-popover span,
.checkout-form div.btn-additional-services {
    pointer-events: none
}

@media (max-width:380px) {
    .btn-luggage-popover {
        position: relative;
        padding-right: 22px !important
    }

    .btn-luggage-popover .text-primary {
        position: absolute;
        top: 0;
        right: 0
    }

    .btn-luggage-popover .text-2 {
        font-size: 12px !important;
        max-width: unset
    }
}

.popover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-color: #f65606
}

.popover-arrow:before {
    border-bottom-color: #f65606 !important
}

.dropdown-menu-passenger-action .dropdown-menu {
    border: 1px solid #f65606
}

.dropdown-menu-passenger-action .dropdown-toggle.show {
    background-color: #fff;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    color: #f65606;
    border-left: 1px solid #fff
}

.dropdown-menu-passenger-action .dropdown-menu.show {
    border-top-right-radius: 0 !important;
    margin: 0-2px 0 0 !important
}

@media (max-width:991.98px) {

    #searchFormContainer,
    #searchFormContainer .col-md-12 {
        display: none !important
    }

    .modal #searchFormContainer {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    #searchFormContainer .btn-primary {
        margin: 0 auto;
        max-width: 320px;
        width: 100%
    }

    #searchFormContainer .travellers-dropdown {
        right: 0
    }
}

.return-discount {
    top: -13px;
    right: -5px;
    font-weight: 700;
    background-color: #f65606;
    height: 24px;
    z-index: 5;
    text-align: center;
    font-size: 14px;
    padding: 0 8px
}

.border-orange {
    border-color: #f65606 !important
}

.percent-discount span {
    font-size: 10px
}

.round-trip-title {
    top: -16px;
    left: 50%;
    margin-left: -90px;
    font-size: 14px
}

@media (max-width:478.98px) {
    .round-trip-title {
        font-size: 12px;
        margin-left: -79px
    }
}

.accordion-passenger .accordion-header .accordion-button {
    padding-left: 1.25rem
}

.accordion-passenger .accordion-header .accordion-button.collapsed {
    min-height: 90px;
    border: 1px solid #d5d3d3
}

.accordion-passenger .accordion-header .accordion-button:not(.collapsed) {
    border: 1px solid #f65606;
    border-bottom: 0 none;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-color: #f65606;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.accordion-passenger .accordion-header .accordion-button .fa-chevron-up {
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0
}

.accordion-passenger .accordion-header .accordion-button:not(.collapsed) .fa-chevron-up {
    visibility: visible;
    opacity: 1
}

.accordion-passenger .accordion-button:not(.collapsed) .accordion-passenger-short-info {
    display: none
}

.accordion-passenger-short-info-services i:not(.fas) {
    max-width: 20px;
    display: inline-block
}

.accordion-passenger .accordion-header-dropdown .dropdown-menu i svg,
.accordion-passenger-short-info-services svg {
    max-width: 100%;
    height: auto;
    width: 100%
}

.accordion-passenger-short-info-services .text-primary svg {
    fill: #f65606
}

.text-services-muted {
    color: #d5d3d3
}

.text-services-muted svg {
    fill: #d5d3d3
}

.accordion-passenger-short-info-services .badge {
    border-radius: 50%;
    top: -10px;
    right: -10px;
    z-index: 1;
    font-size: 8px;
    padding: 4px
}

.accordion-header-dropdown {
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
    transition: all .3s ease;
    visibility: visible;
    opacity: 1;
    width: 80px;
    z-index: 3
}

.accordion-passenger .dropdown-toggle {
    padding: 5px 20px
}

.accordion-passenger .accordion-header-dropdown .dropdown-toggle i,
.accordion-passenger .dropdown-toggle i {
    font-size: 12px
}

.accordion-passenger .dropdown-toggle:after {
    border: 0;
    display: none
}

.accordion-passenger .accordion-header-dropdown .dropdown-toggle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    color: #f65606;
    border-color: #f65606
}

.accordion-passenger .accordion-header-dropdown .dropdown-toggle.btn-danger {
    background-color: #f00000;
    border-color: #f00000;
    color: #fff
}

.accordion-passenger .accordion-header-dropdown a {
    font-size: 12px;
    font-style: normal;
    font-weight: 400
}

.accordion-passenger .accordion-header-dropdown a:active i svg {
    fill: #fff
}

.accordion-passenger .accordion-header-dropdown .dropdown-menu i {
    width: 14px;
    margin-right: 14px
}

.accordion-passenger:not(.accordion-flush) .accordion-header .accordion-button.collapsed {
    background-color: #fff
}

.accordion-passenger .accordion-body {
    padding: 1rem 15px 35px
}

.accordion-passenger .accordion-button:not(.collapsed)+.accordion-header-dropdown {
    opacity: 0;
    visibility: hidden
}

@media (max-width:575.98px) {
    .accordion-header-dropdown {
        top: auto;
        right: 2.25rem;
        transform: translateY(0);
        bottom: .85rem
    }

    .accordion-passenger .accordion-button:not(.collapsed)+.accordion-header-dropdown {
        opacity: 0;
        visibility: hidden;
        height: 0
    }
}

.accordion-passenger .accordion-header .accordion-button:after {
    display: none !important
}

.accordion-passenger .accordion-item {
    margin-bottom: 1.5rem
}

.accordion-passenger .accordion-item.accordion-item-active {
    z-index: 4
}

.accordion-passenger .accordion-collapse {
    border: 1px solid transparent
}

.accordion-passenger .accordion-collapse.collapse.show,
.accordion-passenger .accordion-collapse.collapsing {
    border-color: #f65606;
    border-top: 0 none;
    border-bottom-right-radius: .625rem;
    border-bottom-left-radius: .625rem
}

.dropstart .dropdown-toggle:before {
    display: none
}

.btn-neighbour {
    border-color: #d5d3d3;
    color: #535b61;
    max-width: 148px
}

.btn-check:checked+.btn-neighbour {
    border-color: #f65606;
    color: #fff;
    background-color: #f65606;
    box-shadow: none
}

.btn-check:focus+.btn-neighbour,
.btn-neighbour:focus {
    box-shadow: none
}

.card-neighbour-service i {
    width: 21px
}

.ui-front {
    z-index: 1100
}

#tripDescription .modal-dialog {
    margin: 0 0 0 auto
}

@media (max-width:575.98px) {
    #tripDescription .modal-dialog {
        max-width: 365px
    }
}

#tripDescription .modal-dialog {
    background-color: #fff;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

#tripDescription .modal-content {
    border: 0
}

#tripDescription .meta-blog {
    margin: 4px 0 0;
    padding: 0
}

#tripDescription .meta-blog li {
    margin-right: 12px
}

.trip-full-description td {
    vertical-align: top
}

#tripDescription .btn-show-stations {
    color: #000;
    background-color: transparent;
    box-shadow: none
}

#tripDescription .accordion-button.btn-show-stations:not(.collapsed):after {
    background: 0 0 !important
}

#tripDescription table tr td:last-child {
    position: relative
}

#tripDescription table tr td:last-child:after,
#tripDescription table tr td:last-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    z-index: 1;
    background: #000
}

#tripDescription table tr td:last-child:after {
    width: 7px;
    height: 1px;
    z-index: 2;
    top: 15px
}

#tripDescription table .trip-full-description-arrival-station:after,
#tripDescription table .trip-full-description-departure-station:after {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    z-index: 4;
    content: "";
    position: absolute;
    top: 11px;
    left: -4px;
    background: #000;
    border: 1px solid #000
}

#tripDescription table .trip-full-description-departure-station:after {
    background: #fff
}

#tripDescription table .trip-full-description-arrival-station:before,
#tripDescription table .trip-full-description-departure-station:before {
    width: 12px;
    height: 21px;
    z-index: 3;
    content: "";
    position: absolute;
    top: 0;
    left: -4px;
    background: #fff
}

#tripDescription table .trip-full-description-arrival-station:before {
    top: auto;
    bottom: 0;
    height: 16px
}

#tripDescription .btn-show-stations .fa-angle-up {
    opacity: 0;
    visibility: hidden;
    margin-left: -10px
}

#tripDescription .btn-show-stations.stations-show .fa-angle-up {
    opacity: 1;
    visibility: visible
}

#tripDescription .btn-show-stations.stations-show .fa-angle-down {
    opacity: 0;
    visibility: hidden
}

.section-confirm aside {
    position: -webkit-sticky;
    position: sticky;
    top: 50px
}

.section-confirm .btn-secondary {
    background-color: #f65606;
    border-color: #f65606
}

.checkout-content .trip-full-description table tbody,
.checkout-content .trip-full-description table td {
    position: relative
}

.checkout-content .trip-full-description table tbody:before {
    content: "";
    z-index: 2;
    top: 0;
    position: absolute;
    background: #f65606;
    width: 1px;
    height: 100%;
    left: 4px
}

.checkout-content .trip-full-description table time:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    background: #f65606;
    border: 1px solid #f65606;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    z-index: 4
}

.checkout-content .trip-full-description table time.trip-full-description-departure-time:before {
    top: 8px;
    background: #fff
}

.checkout-content .trip-full-description table time.trip-full-description-arrival-time:before {
    top: 24px
}

.checkout-content .trip-full-description table time.trip-full-description-arrival-time:after,
.checkout-content .trip-full-description table time.trip-full-description-departure-time:after {
    background: #fff;
    position: absolute;
    content: "";
    left: 0;
    z-index: 3;
    top: calc(-100% + 9px);
    width: 9px;
    height: 100%
}

.checkout-content .trip-full-description table time.trip-full-description-arrival-time:after {
    top: 26px;
    transform: translateY(0)
}

.section-confirm .form-check {
    min-height: unset
}

.section-confirm .form-check .form-check-input {
    width: 30px;
    height: 30px;
    background-image: none;
    margin-top: 0;
    border-width: 2px;
    position: relative
}

.section-confirm .form-check .form-check-input:before {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 1;
    background-color: #f65606;
    border-radius: 50%;
    transform: translate(-50%, -50%)
}

.section-confirm .form-check-input:checked[type=radio] {
    background-color: #fff
}

.section-confirm .form-check-input:checked[type=radio]:before {
    content: ""
}

.section-confirm .accordion.accordion-flush .accordion-header .accordion-button:after {
    left: auto;
    right: 1.4rem
}

.loyalty-programme strong,
.text-orange {
    color: #f65606
}

.section-confirm .additional-services-container .input-group {
    max-width: 110px
}

.section-confirm .additional-services-container .qty .qty-spinner {
    background: 0 0;
    border: 0;
    pointer-events: none;
    text-align: center;
    padding: .2rem
}

.section-confirm .additional-services-container .qty .btn {
    padding-top: .2rem;
    padding-bottom: .2rem;
    border-radius: .25rem !important
}

.section-confirm .additional-services-container input {
    color: #666
}

.section-confirm .accordion.accordion-flush .accordion-body {
    padding: 1.4rem
}

.section-confirm .accordion.accordion-flush .accordion-button:not(.collapsed) {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.section-confirm .accordion.accordion-flush .accordion-collapse {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.section-confirm .btn-select-seat {
    padding: 1rem 1.25rem;
    line-height: 1.2
}

.section-confirm .btn-select-seat:focus,
.section-confirm .btn-select-seat:hover {
    color: #f65606
}

.section-confirm .btn-select-seat:FOCUS .fas,
.section-confirm .btn-select-seat:hover .fas {
    color: #f65606 !important
}

.section-confirm .btn-select-seat:before {
    position: absolute;
    content: " ";
    right: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-color: #ccc;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: .6
}

#select-busseats .modal-dialog {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.seatCharts-seat.available.seat_categories_34 {
    background-color: #f65606
}

.mfp-wrap {
    z-index: 1099
}

.booking-seat-alert {
    top: 0;
    right: 0;
    z-index: 1099 !important
}

.message-popup {
    margin: 0 auto;
    width: 680px;
    position: relative
}

@media (min-width:420px) {
    .coupon-message-container .coupon-text {
        position: absolute;
        top: 0;
        right: 15px;
        z-index: 1;
        text-align: right
    }
}

@media (max-width:419.98px) {
    .coupon-message-container .coupon-text {
        line-height: 1.2
    }

    .coupon-message-container .input-group {
        flex-direction: column
    }

    .input-group-coupon>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        border-radius: .625rem;
        margin-top: .5rem
    }

    .input-group-coupon:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
        border-radius: .625rem;
        width: 100%
    }
}

.progress-bar-container {
    width: 100%;
    height: 4px;
    background-color: #f65606
}

.progress-bar {
    height: 100%;
    background-color: #fff;
    width: 0
}

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

.alert-danger-checkout {
    top: 10px;
    right: 0;
    z-index: 1055
}

.alert-danger-checkout .btn-close:focus {
    box-shadow: none;
    outline: 0
}

.form-control.has-error,
.payments-container.has-error {
    border-color: #f00000
}

.booking-details p {
    margin-bottom: 0
}

.booking-details ul {
    padding: 0;
    list-style: none;
    margin: 0 0 8px
}

.booking-details li {
    margin: 0;
    padding: 6px
}

.booking-details .cancel-cart-item {
    margin-left: auto
}

.ticket {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #535b61
}

.ticket .price {
    font-size: 28px;
    line-height: 33px
}

.ticket .text-attention {
    color: #f65606;
    font-weight: 600
}

.ticket .station,
.ticket .travel-time {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    color: #a2a4a5
}

.ticket .station {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #535b61
}

.ticket .time {
    font-weight: 600;
    font-size: 21px;
    line-height: 31px;
    color: #000
}

.sold-out-title {
    max-width: 190px;
    line-height: 1.2
}

.sold-out .meta-blog,
.sold-out .station,
.sold-out .text-2,
.sold-out .text-black,
.sold-out .time,
.sold-out-title {
    color: #a2a4a5 !important
}

@media (min-width:768px) {
    .ticket .list-unstyled {
        max-width: 244px
    }
}

@media (max-width:768px) {
    .ticket-description {
        max-width: 574px
    }
}

@media (max-width:390px) {
    .ticket .list-unstyled {
        font-size: 12px !important
    }

    .ticket .list-unstyled .text-4 {
        font-size: 14px !important
    }
}

@media (max-width:350px) {
    .ticket .list-unstyled {
        font-size: 10px !important
    }
}

.heybus-popup {
    max-width: 680px;
    margin: 0 auto
}

.page-faq.section-faq,
.section-return .section-return-ticket {
    padding-top: 8px
}

.seatCharts-legendList {
    display: flex;
    justify-content: center
}

li.seatCharts-legendItem {
    display: flex;
    align-items: center
}

li.seatCharts-legendItem .seatCharts-cell {
    width: 27px;
    height: 27px
}

.seatCharts-legendDescription {
    margin-left: 4px
}

.seatCharts-seat.unavailable {
    background-color: #f7f7f7;
    color: #f7f7f7
}

.seatCharts-seat.unavailable:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #c8c8c8;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    width: 27px;
    text-align: center
}

.seatCharts-seat.available {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc
}

.seatCharts-seat.focused,
.seatCharts-seat.selected {
    background-color: #f65606;
    color: #fff
}

.links-container a {
    max-width: 320px;
    width: 100%;
    margin-top: 15px;
    color: #fff !important
}

.links-container .btn-primary.focus,
.links-container .btn-primary:focus {
    box-shadow: none
}

.links-container .btn-primary:hover {
    text-decoration: none;
    color: #fff !important
}

@media (min-width:1200px) {
    .publication-title {
        min-height: 50px
    }
}

.accordion-button.station-links:not(.collapsed) {
    box-shadow: none;
    color: #000;
    background-color: transparent
}

.accordion-button.station-links:not(.collapsed):after,
.footer-checkout:not(.open) aside {
    display: none
}

.accordion-button.station-links:hover {
    color: #fff;
    background-color: #f65606
}

.modal-backdrop {
    z-index: 1052
}

.btn-show-phone {
    border: 1px solid #252b33
}

.schedule-option-helper,
.travellers-class .option-helper {
    cursor: pointer
}

.travellers-class .option-helper i {
    font-size: 16px;
    color: #f65606
}

.other-days-container {
    margin-top: 45px
}

.other-days-container .btn-default {
    border-color: #f65606;
    color: #f65606;
    font-weight: 600
}

.other-days-container .btn-default:focus,
.other-days-container .btn-default:hover {
    color: #fff;
    background-color: #f65606
}

@media (max-width:767.68px) {
    .other-days-container .btn-default {
        margin-bottom: 15px
    }
}

.blog-post.card .card-body img {
    border-radius: .625rem !important;
    max-width: 100% !important;
    height: auto !important
}

.google-reviews .card-body .google-review-comment {
    height: 140px;
    overflow-y: auto
}

.google-reviews .google-review-profile-photo {
    height: 50px;
    max-width: 50px;
    border-radius: 50%;
    margin-right: 10px
}

.google-reviews .google-review-icon {
    top: 10px;
    right: 10px
}

.google-reviews .card-header {
    background-color: #fff;
    border: 0
}

.google-reviews .google-review-time {
    font-size: 13px;
    color: #70757a
}

.google-reviews .google-review-star svg {
    max-width: 100%;
    height: 16px
}

.owl-carousel.google-reviews-slider .owl-nav button.owl-prev {
    left: auto;
    right: 60px;
    top: -62px
}

.owl-carousel.google-reviews-slider .owl-nav button.owl-next {
    right: 0;
    top: -62px
}

.loyalty-programme {
    font-size: 1rem;
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0
}

.loyalty-programme li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 2rem
}

.loyalty-programme li:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
    color: #f65606
}

.map-image-container-outer {
    margin-bottom: 1.375rem
}

.map-image-container svg {
    width: unset;
    height: auto !important;
    max-width: 100%
}

.section-confirm .btn-add-passenger {
    background-color: #24594c;
    border-color: #24594c
}

.section-confirm .btn-travel {
    background-color: #fff;
    border-color: #000;
    color: #000
}

.section-confirm .btn-travel.active,
.section-confirm .btn-travel:focus,
.section-confirm .btn-travel:hover {
    color: #f65606;
    border-color: #f65606
}

.checkout-form label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px
}

.checkout-form .btn-outline-secondary.dropdown-toggle:not(.dropdown-toggle-flag) {
    border-color: #d5d3d3;
    width: 100%;
    font-weight: 500;
    padding: .685rem 20px;
    color: #000
}

.checkout-form .btn-outline-secondary.dropdown-toggle:after {
    border: 0;
    display: none
}

.checkout-form .btn-outline-secondary.dropdown-toggle.show,
.checkout-form .btn-outline-secondary.dropdown-toggle:active,
.checkout-form .btn-outline-secondary.dropdown-toggle:focus,
.checkout-form .btn-outline-secondary.dropdown-toggle:hover {
    background-color: #fff;
    border-color: #f65606;
    color: #f65606
}

.checkout-form .option-image-container {
    max-width: 28px;
    margin-right: 15px
}

.checkout-form .dropdown-type-tickets svg,
.checkout-form aside .option-image-container svg {
    max-width: 100%;
    height: auto;
    width: 100%;
    transition: color .15s
}

.checkout-form .btn-outline-secondary.dropdown-toggle:active .option-image-container svg,
.checkout-form .btn-outline-secondary.dropdown-toggle:focus .option-image-container svg,
.checkout-form .btn-outline-secondary.dropdown-toggle:hover .option-image-container svg,
.dropdown-menu-type-tickets .btn-link:active .option-image-container svg,
.dropdown-menu-type-tickets .btn-link:focus .option-image-container svg,
.dropdown-menu-type-tickets .btn-link:hover .option-image-container svg {
    fill: #f65606
}

.checkout-form aside .option-image-container {
    max-width: 16px;
    margin-right: 6px
}

.customer-info-icon {
    max-width: 22px;
    margin-right: 15px
}

.customer-info-icon svg {
    max-width: 100%;
    height: auto;
    width: 100%
}

.cart-ticket-discount {
    padding: .35em .65em;
    white-space: nowrap;
    font-size: .85rem;
    line-height: 1;
    border-radius: .25rem;
    margin-left: .25rem
}

.cart-ticket-passenger-info {
    max-width: 140px
}

.border-top-primary {
    border-top: 1px solid #f65606
}

.dropdown-menu-type-tickets,
.google-map-container iframe {
    width: 100%
}

.dropdown-menu-type-tickets li:last-child .btn {
    margin-bottom: 0
}

.dropdown-menu-type-tickets .btn {
    padding: 6px 20px;
    width: 100%
}

.dropdown-menu-type-tickets .btn-link {
    text-decoration: none;
    color: #000 !important
}

.dropdown-menu-type-tickets .btn-link:active,
.dropdown-menu-type-tickets .btn-link:focus,
.dropdown-menu-type-tickets .btn-link:hover {
    color: #f65606 !important
}

.dropdown-menu-type-tickets .btn-link:before {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    top: 13px;
    right: 20px;
    z-index: 2;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #d5d3d3
}

.dropdown-menu-type-tickets .btn-check:checked+.btn-link:before {
    background-color: #f65606;
    border-color: #f65606
}

.dropdown-menu-error .bg-danger {
    background-color: #f00000 !important
}

.dropdown-menu-error .dropdown-toggle.show {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.dropdown-menu-error .dropdown-menu.show {
    margin-right: -2px !important
}

.dropdown-menu-error .dropdown-menu-header-inner {
    border-radius: .25rem 0 0 0
}

.checkout-form .btn-additional-services {
    border-color: #d5d3d3;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    background-color: #fff;
    padding-right: 1rem;
    padding-left: 1rem
}

@media (min-width:992px) and (max-width:1199.98px) {
    .checkout-form .btn-additional-services {
        font-size: 12px
    }
}

@media (max-width:359.98px) {
    .checkout-form .btn-additional-services {
        font-size: 12px
    }
}

.checkout-form .btn-additional-services:not(.collapsed) {
    margin-bottom: -10px
}

.checkout-form a.btn-additional-services:focus,
.checkout-form a.btn-additional-services:hover,
.checkout-form button.btn-additional-services:focus,
.checkout-form button.btn-additional-services:hover {
    border-color: #f65606;
    color: #f65606
}

.checkout-form button.btn-additional-services:not(.collapsed) {
    position: relative;
    z-index: 11;
    border-color: #f65606;
    color: #f65606;
    border-bottom: 1px solid #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.checkout-form button.btn-additional-services:not(.collapsed) svg {
    fill: #f65606
}

.checkout-form .btn-additional-services i:not(.fas) {
    margin-bottom: 6px;
    width: 38px
}

.checkout-form .btn-additional-services svg {
    width: 100%;
    max-width: 100%;
    height: 30px;
    transition: all .5s ease
}

.checkout-form a.btn-additional-services:focus svg,
.checkout-form a.btn-additional-services:hover svg,
.checkout-form button.btn-additional-services:focus svg,
.checkout-form button.btn-additional-services:hover svg {
    fill: #f65606
}

.checkout-form .btn-additional-services .badge {
    top: -5px;
    right: -20px;
    z-index: 1;
    border-radius: 50%;
    font-size: 11px;
    padding: 4px 5px
}

.choose-seat-active svg,
.luggage-active svg,
.traveling-alone-active svg {
    fill: #f65606 !important
}

.checkout-form .additional-services-container .collapse-item {
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 10;
    margin-top: -1px
}

@media (min-width:768px) {
    .additional-services-container {
        position: relative
    }
}

@media (max-width:767.98px) {
    .additional-services-row {
        position: relative
    }

    .checkout-form .btn-additional-services:not(.collapsed) {
        margin-bottom: -6px
    }

    .checkout-form .additional-services-container .collapse-item {
        top: calc(100% + 6px);
        left: 4px;
        right: 4px
    }
}

.fill-orange svg {
    fill: #f65606
}

.checkout-form .card-additional-services {
    border-color: #f65606;
    border-radius: .625rem
}

@media (max-width:767.98px) {
    .checkout-form .additional-services-row .col:first-child .card-additional-services {
        border-top-left-radius: 0
    }

    .checkout-form .additional-services-row .col:last-child .card-additional-services {
        border-top-right-radius: 0
    }
}

.btn-outline-delete {
    color: #777;
    border: 1px solid #d5d3d3
}

.btn-outline-delete:active,
.btn-outline-delete:focus,
.btn-outline-delete:hover {
    color: #000;
    border: 1px solid #000;
    background-color: #fff
}

.customer-info-personal-data {
    max-width: 248px;
    overflow: hidden
}

@media (max-width:350px) {
    .flex-xsm-column {
        flex-direction: column
    }

    .ms-xsm-0 {
        margin-left: 0 !important
    }

    .accordion-passenger-short-info-services .row>* {
        padding-right: 0 !important
    }

    .accordion-passenger .accordion-header-dropdown a {
        padding-right: .5rem;
        padding-left: .5rem
    }
}

@media (max-width:474.98px) {
    .checkout-form .header-form-container .title-container {
        order: 1
    }

    .checkout-form .header-form-container .btn-add-passenger-container {
        order: 2;
        margin-left: auto
    }

    .checkout-form .header-form-container .btn-travelling-container {
        order: 3;
        margin-top: 15px;
        width: 100%
    }
}

@media (max-width:767.98px) {
    .checkout-form .footer-form-container {
        flex-direction: column;
        max-width: 204px;
        margin: 0 auto
    }

    .checkout-form .footer-form-container .title-container {
        display: none
    }

    .checkout-form .footer-form-container .btn-add-passenger-container {
        margin-top: 15px
    }

    .checkout-form .footer-form-container .btn-add-passenger-container,
    .checkout-form .footer-form-container .btn-travelling-container,
    .checkout-form .footer-form-container .btn-travelling-container .btn {
        width: 100%
    }

    .checkout-form .footer-form-container .btn-travelling-container>* {
        width: 50%
    }

    .checkout-form .footer-form-container .btn-add-passenger {
        width: 100%
    }
}

@media (max-width:575.98px) {
    .checkout-form .footer-form-container {
        max-width: unset;
        padding: 0 15px
    }
}

.blog-post .btn-choose-trip {
    background-color: #fff;
    border-color: #f65606;
    color: #f65606;
    max-width: 210px
}

.btn-choose-trip:focus,
.btn-choose-trip:hover {
    background-color: #f65606;
    color: #fff
}

.btn-clear-date {
    color: #c4c3c3;
    line-height: 1;
    right: 7px;
    top: calc(50% - 16px);
    font-size: 1.125rem;
    z-index: 3;
    padding: 7px 10px
}

.btn-clear-date:focus,
.btn-clear-date:hover {
    color: #f65606
}

.bg-green {
    background-color: #24594c
}

.footer-checkout {
    border-radius: .625rem .625rem 0 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    transition: 1s all;
    opacity: 1;
    visibility: visible;
    height: 76px;
    font-size: calc((100vw - 300px)/(992 - 300)*(16 - 11) + 11px)
}

.footer-checkout.open .footer-checkout-row {
    display: none
}

.footer-checkout.open {
    z-index: 1053;
    height: 80vh;
    padding-top: 40px !important
}

.footer-checkout.open .container {
    height: calc(100% - 60px)
}

.footer-checkout.hidden {
    bottom: -110%;
    opacity: 0;
    visibility: hidden
}

.footer-checkout.open>.container .row {
    padding-top: 1rem !important
}

.footer-checkout h3 {
    color: #fff
}

.footer-checkout .btn-primary {
    max-width: 290px
}

.footer-checkout .btn-close {
    top: 12px;
    right: 12px;
    padding: 11px;
    border-radius: 50%;
    opacity: 1
}

.footer-checkout .btn-close,
.footer-checkout .round-trip-title {
    background-color: #fff;
    color: #24594c
}

.footer-checkout .option-image-container {
    max-width: 16px;
    margin-right: 6px
}

.footer-checkout .option-image-container svg {
    max-width: 100%;
    height: auto;
    width: 100%;
    transition: color .15s;
    fill: #fff
}

.footer-checkout .border-top-primary {
    border-color: #fff
}

.footer-checkout .trip-full-description table tbody:before {
    background: #fff
}

.footer-checkout .trip-full-description table time:before {
    border-color: #fff;
    background: #fff
}

.footer-checkout .trip-full-description table time.trip-full-description-arrival-time:after,
.footer-checkout .trip-full-description table time.trip-full-description-departure-time:after,
.footer-checkout .trip-full-description table time.trip-full-description-departure-time:before {
    background: #24594c
}

.footer-checkout .btn-secondary {
    border-color: #24594c
}

.btn-show-checkout {
    color: #24594c;
    font-size: 14px
}

.btn-show-checkout:active,
.btn-show-checkout:focus,
.btn-show-checkout:hover {
    color: #24594c
}

#alertModal .modal-footer {
    padding-bottom: 30px
}

.dropdown-toggle-flag {
    color: #d5d3d3;
    border-color: #d5d3d3
}

.dropdown-toggle-flag.show,
.dropdown-toggle-flag:active,
.dropdown-toggle-flag:focus,
.dropdown-toggle-flag:hover {
    color: #d5d3d3 !important;
    border-color: #d5d3d3 !important
}

.icon-flag {
    border: 1px solid #d5d3d3;
    width: 23px
}

.btn-alert,
.icon-flag .fa-fw {
    width: 21px;
    font-size: 12px;
    line-height: 15px;
    color: #777
}

.footer-checkout-active #back-to-top {
    bottom: 84px !important
}

@media (max-width:434.98px) {
    .checkout-content .page-header {
        padding: .75rem 1rem
    }

    .checkout-content .page-header h1 {
        padding: 0;
        font-size: calc((100vw - 320px)/(1320 - 320)*(32 - 16) + 16px)
    }

    .checkout-content .breadcrumb {
        display: none
    }

    .checkout-content .title-container .text-5 {
        font-size: 18px !important
    }
}

.btn-travelling-container .btn {
    position: relative
}

.btn-alert {
    background-color: #f00000;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    top: -7px;
    right: -7px
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #d5d3d3
}

.checkout-content .btn-travel {
    background-color: #fff;
    color: #000
}

.checkout-content .btn-travel.active {
    color: #f65606;
    border-color: #f65606
}

.platform {
    background-color: #f65606;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px
}

@media print {
    .invoice-container {
        padding: 15px;
        margin-top: 0;
        margin-bottom: 0;
        border: 0
    }

    .invoice-container:not(:last-child) {
        page-break-after: always
    }

    #codeigniter_profiler {
        display: none !important
    }

    .my-4 {
        margin: .5rem 0 !important
    }

    .passenger-container {
        width: 100%;
        flex: 0 0 100%
    }

    .platform {
        color: #000;
        background-color: #fff
    }
}

.generate-pdf .invoice-container {
    padding: 15px;
    margin-top: 0;
    margin-bottom: 0;
    border: 0
}

.generate-pdf .passenger-container {
    width: 100%;
    flex: 0 0 100%
}

.generate-pdf .my-4 {
    margin: .5rem 0 !important
}

.checkout-form .text-info {
    color: #f65606 !important
}

.gap-20 {
    gap: 20px
}

.contact-wrap p {
    font-size: 20px;
    line-height: 1.2
}

.custom-list ol {
    font-size: .875rem !important
}

.base-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: .9375rem
}

.header__logo {
  max-width: 8.75rem;
  width: 8.75rem
}
.header__phone a{
  color:inherit;
  font-weight: 500;
  font-size: 1.15rem;
}
@media (min-width:1250px) {
  .header__logo {
      max-width: 15.625rem;
      width: 15.625rem
  }
}

.header__logo.pointer {
  cursor: pointer
}

.header__tabs {
  display: none
}

@media (min-width:760px) {
  .header__tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 1.875rem
  }
}

.header__buttons,
.header__left,
.header__right,
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header__buttons {
  gap: .625rem
}

@media (min-width:1160px) {
  .header__buttons {
      gap: 1.25rem
  }
}

.header__left,
.header__right,
.header__top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header__right {
  margin-left: .625rem
}

@media (min-width:1160px) {
  .header__right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto
  }
}

.header__extra-level {
  display: none
}

@media (max-width:690px) {
  .header__extra-level {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: .625rem 0
  }
}

@media (max-width:400px) {
  .header__extra-level svg {
      display: none
  }
}

.header__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  margin-right: 1.875rem
}

@media (min-width:690px) and (max-width:930px) {
  .header__phones {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: .75rem
  }
}

@media (max-width:690px) {
  .header__phones {
    flex-direction: column;
  }
  .header__phone{
    color:inherit;
  }
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
  gap: .5rem;
}

.header__phone svg {
  height: 1.25rem;
  width: 1.25rem
}

.header__phone svg:hover {
  color: #ffce1f
}

@media (min-width:1400px) {
  .header__phone svg {
      height: 1.5rem;
      width: 1.5rem
  }
}

.header__support-btn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: .75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid transparent;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .625rem 1.5625rem;
  width: unset
}

.header__support-btn:hover {
  background-color: #ffce1f
}



@media (max-width:477px) {
    .header__personal-cabinet-btn {       
        color: #fff;
        border: .0625rem solid #fff;   
    }
}

.header__support-btn--mobile {
  border: 0
}

.header__support-btn--mobile .icon {
  height: 2.5rem;
  width: 2.5rem
}

@media (min-width:478px) {
  .header__support-btn--mobile {
      display: none
  }
}

@media (min-width:1160px) {
  .header__personal-cabinet-btn {
      border: .0625rem solid #fff;
      color: #fff;
      padding: .625rem 1.5625rem;
      width: unset
  }

  .header__personal-cabinet-btn:hover {
      background-color: #fff;
      color: #000
  }

  .header__personal-cabinet-btn span {
      max-width: 13.75rem
  }
}

.header--white .header__phone {
  color: #000
}

.header--white .header__phone svg {
  color: #ffce1f
}

.header--white .header__support-btn {
  background-color: #ffce1f
}

.header--white .header__support-btn:hover {
  background-color: #f5f5f5;
  border: 1px solid #ffce1f;
}

@media (min-width:1160px) {
  .header--white .header__personal-cabinet-btn {
      border: 1px solid #ffce1f;
      color: #000
  }

  .header--white .header__personal-cabinet-btn:hover {
      background-color: #ffce1f;
  }

}

@media (any-hover:hover) {
  .header--white .header__personal-cabinet-btn.btn--personal-red:hover {
      background: transparent
  }
}

.scrolled--black {
  background: linear-gradient(181.39deg, #1b1b1d 26.44%, #383e45b0 161.3%, #383e45 260.84%), #fff
}

.scrolled--black,
.scrolled--white {
  padding-bottom: .9375rem;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

.scrolled--white {
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 7px 20px #0000001a
}

.tabs-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2.125rem;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: .3125rem;
  width: 100%
}

.tabs-list,
.tabs-list.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.tabs-list.lang {
  margin-left: 1.875rem
}

@media (max-width:1200px) {
  .tabs-list.lang {
      margin-left: 1rem;
      margin-bottom: 0;
  }
}

@media (max-width:384px) {
  .tabs-list.lang {
      margin-left: .625rem
  }
}

.tabs-list.lang .tabs-btn {
  padding: .3125rem .5rem;
  border: none;
}

.tabs-list.details {
  margin-bottom: 1.25rem
}

.tabs-list.details .tabs-btn {
  padding: .53125rem 1.28125rem
}

.tabs-list.popular {
  margin-bottom: 1.875rem
}

@media (min-width:768px) {
  .tabs-list.popular {
      margin-bottom: 3.125rem
  }
}

.tabs-list.popular .tabs-btn {
  font-size: .75rem;
  font-weight: 300;
  line-height: .875rem;
  padding: .5rem .625rem
}

@media (min-width:768px) {
  .tabs-list.popular .tabs-btn {
      font-size: 1.25rem;
      line-height: 1.5rem;
      padding: .9375rem 1.875rem
  }
}

.tabs-list--grey {
  background: #f5f5f5
}

.tabs-list--white {
  background: #fff
}

.tabs-btn {
  border-radius: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .5rem .625rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.25rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (max-width:384px) {
  .tabs-btn--lang.active {
      display: none
  }
}

.tabs-btn.active {
  background: #ffce1f;
  color: #000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (any-hover:hover) {
  .tabs-btn:hover {
      background: #ffce1f80;
      padding: .5rem .625rem
  }
}
.header__extra-level {
  display: none;
}
ol, ul {
  list-style: none;
}

.hero {
  min-height: calc(100vh - 110px);
  padding-top: 6.5625rem;
  position: relative
}

@media (min-width:691px) {
  .hero {
      min-height: calc(100vh - 160px);
      padding-top: 4.375rem
  }
}

@media (min-width:1160px) {
  .hero {
      min-height: calc(100vh - 160px);
      padding-top: 6.875rem
  }
}

.hero__infinite-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%
}

.hero__infinite-bg,
.hero__infinite-bg:before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.hero__infinite-bg:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23.96%, #1b1b1d), color-stop(67.71%, rgba(56, 62, 69, .69)), to(#383e45));
  background: linear-gradient(#1b1b1d 23.96%, #383e45b0 67.71%, #383e45);
  content: "";
  z-index: 1
}

.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 110px)
}

@media (min-width:1160px) {
  .hero__inner {
      min-height: calc(100vh - 160px)
  }
}

.hero__main {
  margin-top: auto;
  position: relative
}

@media (min-width:1160px) {
  .hero__main {
      margin: auto 0;
      padding-bottom: 5.9375rem
  }
}

.hero-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.hero-screen__title {
  color: #fff;
  font-size: 1.5rem;
  padding-bottom: 1.875rem
}

.hero-screen__title span {
  color: #ffce1f
}

@media (min-width:370px) {
  .hero-screen__title {
      font-size: 1.75rem
  }
}

@media (min-width:420px) {
  .hero-screen__title {
      font-size: 2rem
  }
}

@media (min-width:540px) {
  .hero-screen__title {
      font-size: 2.25rem
  }
}

@media (min-width:1160px) {
  .hero-screen__title {
      font-size: 4rem;
      line-height: 4.8125rem;
      max-width: 50%;
  }
}

.hero-trips__title {
  color: #fff;
  font-size: 3rem;
  line-height: 3.625rem;
  margin-bottom: .9375rem
}

@media (max-width:525px) {
  .hero-trips__title {
      font-size: 1.875rem
  }
  .hero__inner{
    min-height: calc(100vh - 180px);
    }
    .hero-screen__title {
        font-size: 2.75rem;
    }
    .footer-copyright .row{
        justify-content: center;
    }
    .section-reviews.section .text-title{
        margin-bottom: 4rem;
    }
}

.hero-btn__search {
  display: none;
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  height: 3.125rem;
  width: 3.125rem
}

.hero-btn__search.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (min-width:1200px) {

  .hero-btn__search,
  .hero-btn__search.show {
      display: none
  }
}

.hero--search {
  background: -webkit-gradient(linear, left top, right top, from(#1b1b1d), to(#383e45));
  background: linear-gradient(90deg, #1b1b1d, #383e45);
  min-height: 0;
  padding-bottom: 3.125rem;
  padding-top: 9.6875rem
}

.hero--search .hero__inner {
  display: block;
  min-height: 0
}

@media (min-width:1160px) {
  .hero--search .hero__inner {
      min-height: 0
  }
}

.hero--search .hero__main {
  margin-top: 0
}

@media (min-width:1160px) {
  .hero--search .hero__main {
      margin: 0;
      padding-bottom: 0
  }
}

.hero--trips {
  padding-bottom: 1.5625rem;
  padding-top: 5.625rem
}

.bus-animated--display_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem
}

.bus-animated--display_mobile svg {
  min-width: 100%
}

@media (min-width:900px) {
  .bus-animated--display_mobile {
      display: none
  }
}

.bus-animated--display_laptop {
  display: none
}

@media (min-width:900px) {
  .bus-animated--display_laptop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      max-width: 35.1875rem;
      width: 100%
  }

  .bus-animated--display_laptop svg {
      height: auto;
      max-width: 100%;
      -o-object-fit: contain;
      object-fit: contain
  }
}

.bus-animated__wheel {
  animation: wheel-rotation 1.6s linear infinite reverse;
  -webkit-transform-origin: 162.7px 124.7px;
  -ms-transform-origin: 162.7px 124.7px;
  transform-origin: 162.7px 124.7px
}

.bus-animated__wheel--rear {
  -webkit-transform-origin: 417px 125.5px;
  -ms-transform-origin: 417px 125.5px;
  transform-origin: 417px 125.5px
}

@media (min-width:1200px) {
  .hero--trips {
      padding-bottom: 3.125rem;
      padding-top: 8.125rem
  }
}

.infinite-bg__wrapper {
  -webkit-animation: infinite-loop-bg 10s linear infinite;
  animation: infinite-loop-bg 10s linear infinite;
  height: 100%;
  padding-top: 30rem;
  width: 100%
}

.infinite-bg__wrapper img {
  width: unset
}

@-webkit-keyframes infinite-loop-bg {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }

  to {
      -webkit-transform: translateX(100%);
      transform: translateX(100%)
  }
}

@keyframes infinite-loop-bg {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }

  to {
      -webkit-transform: translateX(100%);
      transform: translateX(100%)
  }
}

@-webkit-keyframes infinite-marquee {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }

  to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%)
  }
}

@keyframes infinite-marquee {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }

  to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%)
  }
}

@-webkit-keyframes wheel-rotation {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }

  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn)
  }
}

@keyframes wheel-rotation {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0)
  }

  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn)
  }
}

.marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 2.5rem;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #939393;
  color: #fff;
  font-size: .875rem;
  overflow: hidden
}

@media (min-width:1160px) {
  .marquee {
      min-height: 3.125rem
  }
}

.marquee__list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-negative: 0;
  margin: 0;
  -webkit-animation: infinite-marquee 50s linear infinite;
  animation: infinite-marquee 50s linear infinite;
  flex-shrink: 0
}

.marquee__item,
.marquee__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.marquee__item {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 3.125rem;
  padding-left: 1.6875rem
}

.marquee__item:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23fff' d='m8.65 22.5-1.9-3.25-3.775-.775L3.4 14.8 1 12l2.4-2.775-.425-3.675 3.775-.775L8.65 1.5 12 3.05l3.35-1.55 1.925 3.275 3.75.775-.425 3.675L23 12l-2.4 2.8.425 3.675-3.75.775-1.925 3.25L12 20.95zm.675-1.975L12 19.4l2.75 1.125 1.675-2.5 2.925-.75-.3-2.975 2.025-2.3-2.025-2.35.3-2.975-2.925-.7-1.725-2.5L12 4.6 9.25 3.475l-1.675 2.5-2.925.7.3 2.975L2.925 12l2.025 2.3-.3 3.025 2.925.7zm1.6-5.2L16.6 9.7l-1.125-1.025-4.55 4.5L8.55 10.7 7.4 11.825z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 1.375rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.375rem
}

.marquee__item-svg {
  height: 1.5rem;
  width: 1.5rem
}

.marquee__item-span {
  padding-left: .3125rem
}

@media (min-width: 1250px) {
  .header__logo{
      max-width: 15.625rem;
      width: 15.625rem;
  }
}
@media (min-width: 691px) {
  .hero {
      min-height: calc(100vh - 160px);
      padding-top: 4.375rem;
  }
}
@media (min-width: 1160px) {
  .hero {
      min-height: calc(100vh - 160px);
      padding-top: 6.875rem;
  }
}
.phone-numbers{
    display: flex;
}
.phone-numbers a:first-child{
    margin-right: 1rem;
}

@media (max-width: 600px) {
    .phone-numbers{
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .phone-numbers a:first-child{
        margin-right: 0;
        margin-bottom: 1rem;
    }
  }