@charset "UTF-8";
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --primary-color-1:#FAB702;
    --primary-color-1-rgb:250, 183, 2;
}

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

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

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -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;
    margin-bottom: 1rem
}

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

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

ol, ul {
    padding-left: 2rem
}

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

.small, 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);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

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

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a > code {
    color: inherit
}

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

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

figure {
    margin: 0 0 1rem
}

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 {
    display: inline-block
}

button {
    border-radius: 0
}

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
}

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

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

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

output {
    display: inline-block
}

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-unstyled {
    padding-left: 0;
    list-style: none
}

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

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

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

.initialism {
    font-size: .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 {
    max-width: 100%;
    height: auto
}

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

.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, .75rem);
    padding-left: var(--bs-gutter-x, .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(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

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

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

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

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

@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.3333333333%
    }

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

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

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

@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.3333333333%
    }

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

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

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

@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.3333333333%
    }

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

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

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

@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.3333333333%
    }

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

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

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

@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.3333333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-auto {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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-auto {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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-auto {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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-auto {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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-auto {
        flex: 0 0 auto;
        width: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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 .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(:last-child) > :last-child > * {
    border-bottom-color: currentColor
}

.caption-top {
    caption-side: top
}

.table-sm > :not(caption) > * > * {
    padding: .25rem .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-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-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce
}

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

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

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

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

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    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;
    -webkit-appearance: none;
    -moz-appearance: none;
    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[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.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::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.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;
    -webkit-margin-end: .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;
    -webkit-margin-end: .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;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    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 {
        -webkit-transition: none;
        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;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .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;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 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 {
    max-width: 3rem;
    height: auto;
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.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(0.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;
    -webkit-appearance: none;
    -moz-appearance: none;
    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
}

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

.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);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    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;
    -webkit-appearance: none;
    -moz-appearance: none;
    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;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        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;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        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::-moz-placeholder {
    color: transparent
}

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

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

.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:not(:-moz-placeholder-shown) ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.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 > .form-control:focus, .input-group > .form-select:focus {
    z-index: 3
}

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

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

.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: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.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):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: #198754
}

.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(25, 135, 84, .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: #198754;
    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='%23198754' 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: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .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: #198754
}

.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='%23198754' 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: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

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

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

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

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

.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: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    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: #198754;
    border-color: #198754
}

.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: #198754;
    border-color: #198754
}

.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: #198754;
    border-color: #198754
}

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

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .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: #198754;
    border-color: #198754
}

.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(25, 135, 84, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #198754;
    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
    }
}

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

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

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

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

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

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

.dropend .dropdown-toggle::after {
    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 {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

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

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

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

.dropstart .dropdown-toggle::before {
    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 {
        display: none
    }
}

@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 {
        display: none
    }
}

@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 {
        display: none
    }
}

@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 {
        display: none
    }
}

@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 {
        display: none
    }
}

.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 {
    display: none
}

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

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand: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-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

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

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

.navbar-dark .navbar-nav .nav-link {
    color: 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)
}

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

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .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 1rem
}

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

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

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

.card-link:hover {
    text-decoration: none
}

.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-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0
}

.card-header-pills {
    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 {
    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-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.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 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "https://www.designesia.com/")
}

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

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

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

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

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

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    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 {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        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 .25em;
    color: #000;
    background: transparent 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;
    -webkit-user-select: none;
    -moz-user-select: 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:not(.showing):not(.show) {
    opacity: 0
}

.toast.hide {
    display: none
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    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: 1060;
    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: 1040;
    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 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 .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 .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 .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 1rem;
    color: #212529
}

.carousel {
    position: relative
}

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

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

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    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
}

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

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

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

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

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

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

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border, .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    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-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem
}

.offcanvas-header .btn-close {
    padding: .5rem .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 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-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(100%)
}

.offcanvas.show {
    transform: none
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.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: #198754
}

.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 {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    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-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

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

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

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

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

.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: -webkit-sticky !important;
    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: #198754 !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
}

.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 {
    color: #0d6efd !important
}

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

.text-success {
    color: #198754 !important
}

.text-info {
    color: #0dcaf0 !important
}

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

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

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

.text-dark {
    color: #212529 !important
}

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

.text-body {
    color: #212529 !important
}

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

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-reset {
    color: inherit !important
}

.bg-primary {
    background-color: #0d6efd !important
}

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

.bg-success {
    background-color: #198754 !important
}

.bg-info {
    background-color: #0dcaf0 !important
}

.bg-warning {
    background-color: #ffc107 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

.bg-dark {
    background-color: #212529 !important
}

.bg-body {
    background-color: #fff !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.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-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

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

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

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    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
    }

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

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

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

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

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

.animated{
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
.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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -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-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.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 {
    -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 */
.no-js .owl-carousel {
    display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    animation-duration: 1000ms;
    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 Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.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.html") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms 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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none; }
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px; }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791; }

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.9;
    filter: alpha(opacity=90); }

.de_light .mfp-bg {
    background: #fff;
    opacity: .95;
    filter: alpha(opacity=95);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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: -0.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;
    -webkit-box-shadow: none;
    box-shadow: none; }
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: 0.65;
    filter: alpha(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;
    filter: alpha(opacity=100); }
.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: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    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, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    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, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.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, 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) {
    /**
         * Remove all paddings around the image on small screen
         */
    .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, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        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, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.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; }
}

.mfp-ie7 .mfp-img {
    padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
    padding: 0; }
.mfp-ie7 .mfp-content {
    padding-top: 44px; }
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }

/* ================================================== */
/* created by designesia

* body
* header
	* subheader
* navigation
* content
* section
* footer
* sidebar
* blog
* products
* contact
* coming soon page
* elements
	* address
	* border
	* breadcrumb
	* button
	* columns
	* counter
	* divider
	* dropcap
	* form
	* heading
	* icon font
	* list
	* map
	* package
	* page heading
	* pagination
	* pricing
	* progress bar
	* social icons
	* spacer
	* tabs
	* team
	* testimonial
* media query

/* ================================================== */
@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,600,600i,700,700i,800,800i);
@import url(https://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Allura);

/* ================================================== */
/* body */
/* ================================================== */
html{
    background:#000000 !important;
}

body {
    font-family: "Roboto",Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight:400;
    color: #bbbbbb;
    line-height: 1.8em;
    padding: 0;
    background:#606060;
}

body.de_light,.de_light,
.text-dark,.modal-body{
    color:#606060;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.rtl,
.rtl .tp-caption{
    text-align:right;
}
.rtl header div#logo{
    float:right;
}
.rtl header nav {
    float:left;
}
.rtl #subheader h1{
    float:right;
    padding-right: 0px;
    margin-right: 0px;
}
.rtl .crumb {
    float:left;
    padding:0;
    margin:0;
}
.rtl .de-team-list .small-border{
    float:right;
}
.rtl .crumb li{
    float:right;
    padding:0 5px;
}

#wrapper{
    overflow:hidden;
}

#wrapper.wrapper-s2{
    background: #ffffff;
}

#page-overlay{
    background: rgba(0,0,0,.7);
    position: fixed;
    height: 100%;
    width:100%;
    z-index: -1;
}

.de-navbar-left #wrapper{
    overflow:visible;
}

/* ================================================== */
/*  header	*/
/* ================================================== */
header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    background:#18191b;
    border-bottom:solid 1px rgba(0,0,0,0.0);
}

header .info{
    display:none;
    color:#fff;
    text-align:right;
    padding:10px 0 10px 0;
    width:100%;
    z-index:100;
    border-bottom:solid 1px rgba(255,255,255,.2);
}
header .info .column{
    display:inline-block;
    padding:0 15px 0 15px;
    font-size:11px;
    letter-spacing:1px;
    float: left;
}
header .info .social.column{
    border:none;
    float: right;
}
header .info .social i{
    color:#fff;
    font-size:14px;
    display:inline-block;
    float:none;
    padding:0 10px 0 10px;
}
header .info strong{
    font-size:12px;
}

header.header-light .info{
    color:#333;
}
header.header-light .info .social i{
    color:#333;
}
header.transparent.header-light .info,
header.transparent.header-light .info .social i{
    color:#fff;
}

header.header-bg{
    background:rgba(0,0,0,0.5);
}

header.transparent{
    background:rgba(0,0,0,0.0);
}

header.autoshow{
    top:-80px;
}

header.autoshow.scrollOn,header.autoshow.scrollOff{
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    outline: none;
}

header.autoshow.scrollOn{
    top:0;
}

header.autoshow.scrollOff{
    top:-80px;
}

header div#logo {
    display: table;
    height: 80px;
    float: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header div#logo .logo-2{
    display:none;
}
header div#logo a{
    display:table-cell;
    vertical-align:middle;
}
header nav {
    float:right;
}
header nav a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header nav a:hover {
    color: #555;
}
header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile) #mainmenu a{
    padding-top: 18px;
    padding-bottom:18px;
}
header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile) #mainmenu li li a{
    padding-top: 0px;
    padding-bottom: 0px;
}
header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile) #mainmenu ul{
    top:70px;
}
header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile) #mainmenu ul ul{
    top:0px;
}
header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile){
    height: 70px;
    background:#18191b;
}
header.header-light.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile){
    height: 70px;
    background:#ffffff;
}
header.smaller.no-border:not(.header-bottom):not(.side-header){
    border:none;
}
header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile) div#logo {
    height:70px;
}

.logo-smaller div#logo {
    width: 150px;
    height:30px;
    line-height: 65px;
    font-size: 30px;
}
.logo-smaller div#logo img{
    line-height: 75px;
    font-size: 30px;
}
.logo-smaller  div#logo .logo-1{
    display:none;
}
.logo-smaller  div#logo .logo-2{
    display:inline-block;
}
.logo-small{
    margin-bottom:20px;
}

header.de_header_2{
    height:125px;
}

header.de_header_2.smaller {
    height:70px;
}

header.de_header_2.smaller .info{
    position:absolute;
    opacity:0;
    z-index:-1;
}

header.header-light{
    background:#fff;
}

header.header-light.transparent{
    background:none;
}

header.smaller:not(.header-bottom).header-light{
    background:#fff;
    border-bottom-color:#eee;
}

.de-navbar-left{
    background:#151618 ;
}

.de-navbar-left #logo{
    padding:40px;
    text-align:center;
    width:100%;
}

.de-navbar-left header{
    position:relative;
    display:block;
    width:100%;
    height:100%;
    left:0;
    background:none;
    padding:30px;
    padding-right:20px;
}


.de-navbar-left header #mainmenu{
    float:none;
    margin:0;
    padding:0;
}

.de-navbar-left header #mainmenu > li{
    display:block !important;
    margin:0;
    float:none;
    text-align:center;
    font-family:"Dosis";
    letter-spacing:5px;
    font-size:14px;
    padding:0;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:solid 1px rgba(255,255,255,.1);
}
.de_light.de-navbar-left header #mainmenu > li{
    border-bottom:solid 1px rgba(0,0,0,.05);
}
.de-navbar-left header #mainmenu > li > a{
    padding:0;
    opacity:.5;
}
.de_light.de-navbar-left header #mainmenu > li > a{
    color:#222;
}
.de-navbar-left header #mainmenu > li a:hover{
    opacity:1;
}
.de-navbar-left header #mainmenu > li >a:after{
    content:none;
}
.de-navbar-left header nav{
    float:none !important;
}


/* subheader */
#subheader{
    padding-bottom:70px;
    background:#222;
}
#subheader{
    -webkit-background-size: 100% auto !important;
    -moz-background-size: 100% auto !important;
    -o-background-size: 100% auto !important;
    background-size: 100% auto !important;
}
.de-navbar-left  #subheader{
    padding-bottom:120px;
}
#subheader h1 {
    color:#eceff3;
    margin-top:80px;
    font-size: 32px;
    letter-spacing: 5px;
    float: left;
    padding-right: 40px;
    margin-right: 40px;
    text-transform:uppercase;
}
#subheader span {
    letter-spacing:2px;
    display: inline-block;
    font-size: 15px;
    margin-top:88px;
    color:#fff;
}
#subheader .crumb{
    font-size:10px;
    letter-spacing:3px;
    margin-top: 90px;
    color:#fff;
    text-transform:uppercase;
}
.de-navbar-left.de_light #subheader h1{
    color:#222;
}

#subheader.style-2 .title-wrap{
    float:left;
    margin-top:60px;
}
#subheader.style-2{
    padding:150px 0 150px 0;
}
#subheader.style-2 h1{
    font-size:56px;
    text-align:left;
    margin:0;
    float:none;
    font-weight:bold;
    letter-spacing:1px;
}
#subheader.style-2 h4{
    color:#fff;
    margin-top:10px;
    font-weight:500;
    text-transform:none;
}
#subheader.style-3,
#subheader.style-4{
    background:#f8f8f8;
    padding:30px 0 30px 0;
}
#subheader.style-3 h1,
#subheader.style-4 h1{
    font-size: 28px;
    padding-top: 10px;
}
#subheader.style-4{
    background: #202124;
}

/* ================================================== */
/* navigation */
/* ================================================== */
.header-custom:not(.header-mobile){
    height:auto;
    position:relative;
    width:100%;
    left:0;
}
.header-custom:not(.header-mobile) nav{
    display:block;
    width:100%;
    text-align:center;
    margin-bottom:-1px;
    float:none;
}
.header-custom:not(.header-mobile).s2 nav{
    text-align:left;
    background:none;
    margin:0;
    padding:0;
    float:left;
}
.header-custom:not(.header-mobile) nav #mainmenu{
    display:inline-block !important;
    margin:0;
    float:none;
    padding:0;
}
.header-custom:not(.header-mobile) #mainmenu > li > a{
    padding: 20px 0px 20px 20px;
    line-height:20px;
}
.header-custom:not(.header-mobile) #mainmenu > li:first-child > a{
    padding-left:0;
}
.header-custom:not(.header-mobile) div#logo{
    width:100%;
}
.header-custom:not(.header-mobile) div#logo img{
    text-align:center;
}
.header-custom:not(.header-mobile) #mainmenu li > ul,
.header-custom:not(.header-mobile) #mainmenu li:hover > ul{
    margin-top:-20px;
}

.header-custom:not(.header-mobile) #mainmenu li ul ul,
.header-custom:not(.header-mobile) #mainmenu li:hover ul ul {
    top:20px;
}
.header-custom:not(.header-mobile) #mainmenu li ul.mega,
.header-custom:not(.header-mobile) #mainmenu li:hover ul.mega{
    margin-top:60px;
}
.header-custom:not(.header-mobile) .menu-group{
    background:rgba(255,255,255,.02);
    margin-bottom:-1px;
    height:60px;
    padding-top:-1
}
.header-custom:not(.header-mobile) .form-default{
    margin-top:-5px;
}
.header-custom.header-light:not(.header-mobile) .menu-group{
    background:rgba(0,0,0,.05);
}

#mainmenu {
    font-family:"Roboto", Arial, Helvetica, sans-serif;
    float: right;
    font-size:11px;
    font-weight:400;
    letter-spacing:3px;
    text-transform:uppercase;
}

#mainmenu ul {
    float: right;
    margin: 0px 0px;
    padding: 0px 0px;
    height: 30px;
}

#mainmenu li {
    margin: 0px 0px;
    padding: 0px 0px;
    float: left;
    display: inline;
    list-style: none;
    position: relative;
}

#mainmenu a{
    line-height:30px;
}

#mainmenu > li > a{
    line-height:35px;
}

#mainmenu a {
    display: inline-block;
    padding: 25px 0px 25px 20px;
    text-decoration: none;
    text-align:center;
    outline:none;
}

#mainmenu a,
header.transparent.header-light #mainmenu a{
    color:#fff;
}

#mainmenu li a:after { float:right; position:relative; font-family:"FontAwesome"; content:"\f111"; font-size:6px; margin-left:20px; margin-top:0px; color:#FAB702; }

#mainmenu li:last-child a:after{display:none;}


#mainmenu.dotted-separator li a:after{
    content:"\f111";
    font-size:6px;
}

#mainmenu.line-separator li a:after{
    content:"/";
    font-size:14px;
}

#mainmenu.circle-separator li a:after{
    content:"\f10c";
    font-size:9px;
}

#mainmenu.strip-separator li a:after{
    content:"\f068";
    font-size:9px;
}

#mainmenu.plus-separator li a:after{
    content:"\f067";
    font-size:11px;
}

#mainmenu.square-separator li a:after{
    content:"\f096";
    font-size:11px;
}

#mainmenu.no-separator li a:after{
    font-size:0px;
}

#mainmenu.ms-2{
    text-transform:none;
    letter-spacing:0;
}

#mainmenu.ms-2 li{
    font-size:15px;
}

#mainmenu.ms-2 > li{
    font-weight:500;
}

#mainmenu li li {
    font-size: 10px;
    font-weight: normal;
    border-bottom: solid 1px #333;
}

#mainmenu li li:last-child {
    border-bottom: none;
}


#mainmenu li li a {
    padding: 0px 12px 0px 12px;
    border-top: none;
    color: #ccc;
    width:201px;
    border-left:none;
    text-align:left;
}

#mainmenu li li a:hover{
    color:#111;
}

#mainmenu li li a:after {
    content:none !important;
}

#mainmenu li li li a {
    background: #222327;
}

#mainmenu li li a:hover {
    color:#111;
    background: #1a8b49;
}

/* new added menu */

#mainmenu li > ul {
    width: 201px;
    height: 0;
    position: absolute;
    top: 80px;
    left: 0px;
    z-index: 10;
    opacity:0;
    margin-top:5px;
    overflow:hidden;
}

#mainmenu li:hover > ul {
    opacity:1;
    height:auto;
    margin-top:0px;
    overflow:visible;
}

#mainmenu li ul.mega ul {
    width: 201px;
    height: auto;
    position: absolute;
    top: 80px;
    left: 0px;
    z-index: 10;
    visibility:hidden;
    opacity:0;
    margin-top:5px;
}

/* close new added menu */

#mainmenu li li {
    display: block;
    float: none;
}


#mainmenu ul li:hover > a{
    color:#222;
}

header.header-mobile #mainmenu li ul {
    visibility: visible;
    opacity:1;
    margin-top:0px;
}

#mainmenu li ul{
    background: #222327;
}

#mainmenu.sub-transparent li ul{
    background: rgba(10,10,10,.7);
}

#mainmenu li ul ul {
    left: 100%;
    top: 0px;
}

#mainmenu li:hover > ul {
    color: #1a8b49;
}

#mainmenu select {
    padding: 10px;
    height: 36px;
    font-size: 14px;
    border: none;
    background: #ff4200;
    color:#eceff3;
}

#mainmenu select option {
    padding: 10px;
}


header.header-light #mainmenu > li > a,
header.header-light.transparent #mainmenu > li > a,
header.transparent.smaller.header-light #mainmenu > li > a{
    color:#333;
}

#mainmenu > li ul.mega{
    position:fixed;
    left:0;
    height:0%;
    width:100%;
    visibility: hidden;
    opacity: 0;
    overflow:hidden;
}
#mainmenu li:hover ul.mega{
    visibility: visible;
    opacity: 1;
}
#mainmenu li ul.mega > li,
#mainmenu li ul.mega > li a{
    width:100%;
}
#mainmenu li ul.mega li.title{
    padding:0px 10px 10px 15px;
    text-align:left;
    color:#fff;
    font-weight:bold;
}
#mainmenu li ul.mega > li ul{
    position:static;
    visibility: visible;
    opacity: 1;
    left:0;
    float:none;
    width:100%;
}
#mainmenu ul.mega > li ul li{
    margin:0;
    padding:0;
}

#mainmenu ul.mega > li ul li a{
    margin:0;
}

#mainmenu ul.mega > li ul li:last-child{
    border-bottom:solid 1px #333333;
}

#mainmenu li ul.mega .menu-content{
    background:#222327;
    padding:30px;
}

#mainmenu ul.mega ul,
#mainmenu ul.mega li,
#mainmenu ul.mega li li a{
    background: none;
}

#mainmenu.sub-transparent li ul.mega .menu-content{
    background: rgba(10,10,10,.7);
}

#mainmenu.menu-flex{
    display:-webkit-box;
    width:80%;
    -webkit-box-orient: horizontal;
    -webkit-box-pack:justify;
}

#mainmenu.menu-flex > li{
    -webkit-box-flex:1;
    text-align:center;
    margin: 0 10px;
}

#mainmenu.menu-flex.mf-left > li{
    text-align: left;
}

header.header-mobile #mainmenu > li ul.mega{
    visibility: visible;
    opacity: 1;
}
header.header-mobile.header-light #mainmenu li ul.mega li.title{
    color:#222222;
}
header:not(.header-mobile):not(.force-header-mobile) #mainmenu > li:hover ul.mega{
    height:auto;
}

#menu-overlay{
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.9);
    color:#ffffff;
    z-index:10000;
    overflow-y:auto;
    display:none;
    overflow-x: hidden;
}
#menu-overlay.slideDown{
    top:-100%;
}

#mo-button-open{
    position:absolute;
    display:block;
    width:30px;
    right:20px;
    margin-top:22px;
    overflow:hidden;
}

#mo-button-open div{
    width:100%;
    height:3px;
    background:#ffffff;
    margin-bottom:7px;
}
#mo-button-open.mo-bo-s1{
    top:10px;
}
#mo-button-open.mo-bo-s1 div{
    height:1px;
}

#mo-button-open:hover div:nth-child(1){
    margin-left:50%;
}

#mo-button-open:hover div:nth-child(2){
    margin-left:25%;
}

#mo-button-close {
    position:absolute;
    top: 0px;
    right:20px;
    display: block;
    width: 30px;
    height: 45px;
    cursor: pointer;
}

#mo-button-close .line-1,
#mo-button-close .line-2 {
    top:32px;
    width: 30px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    border-radius: 10px;
    right:0px;
}

#mo-button-close .line-1 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#mo-button-close .line-2 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mo-button-close:hover .line-1,
#mo-button-close:hover .line-2 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}



#mo-menu ul, #mo-menu li{
    padding:0;
    margin:0;
    list-style:none;
}

#mo-menu{
    font-size:16px;
    margin-left:-30px;
}

#mo-menu a{
    text-decoration:none;
    color:#ffffff;
}

#mo-menu li ul a{
    color:#888888;
}

#mo-menu li ul a:hover{
    color:#ffffff;
}

#mo-menu > li > a{
    font-size:40px;
    padding:15px 0;
    display:inline-block;
}

#mo-menu > li{
    display:block;
    width:100%;
    opacity:0;
}

#mo-menu > li.show{
    opacity:1;
}

#mo-menu > li > ul{
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

#mo-menu:not(.mo-center) > li > ul{
    width:100%;
}

#mo-menu > li > ul.full {
    max-height: 2000px;
    transition: max-height 1s ease-in-out;
}

#mo-menu.mo-center{
    text-align:center;
}

#mo-menu.mo-center > li > ul{
    margin-left:15px;
}

#mo-menu .menu-content ul li{
    padding:0;
    margin:0;
    list-style:none;
}

#mo-menu li ul.mega .menu-content{
    padding:0px;
}

#mo-menu.mm-hover-underline > li span{
    border-bottom:solid 1px #ffffff;
    width:0;
    display: block;
    position: relative;
}

#mo-menu.mm-hover-underline > li:hover span{
    width:100%;
}

#mo-menu.mm-style-1{
    text-transform:uppercase;
    letter-spacing:5px;
}
#mo-menu.mm-style-1 > li > a{
    font-size: 20px;
}

#mo-menu.mm-style-2{
    letter-spacing:5px;
}
#mo-menu.mm-style-2 > li > a{
    font-size: 64px;
    line-height: 60px;
    font-weight: bold;
    padding: 20px;
    letter-spacing: 20px;
    text-transform: uppercase;
    color:rgba(0,0,0,0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,255,255,.5);
}
#mo-menu.mm-style-2 > li > a:hover{
    -webkit-text-stroke-color: rgba(255,255,255,1);
    transform: scale(1.2);
    color:#ffffff;
}

#mo-menu.mm-style-2 > li{
    transform: scale(0);
}

#mo-menu.mm-style-2 > li.show{
    transform: scale(1);
}


#mo-menu.mm-style-3{
    letter-spacing:5px;
}
#mo-menu.mm-style-3 > li > a{
    font-size: 64px;
    line-height: 60px;
    font-weight: bold;
    padding: 20px;
    letter-spacing: 20px;
    text-transform: uppercase;
}
#mo-menu.mm-style-3 > li > a:hover{
    transform: scale(1.2);
    color:#ffffff;
}

#mo-menu.mm-style-3 > li{
    transform: scale(0);
}

#mo-menu.mm-style-3 > li.show{
    transform: scale(1);
}


/* menu toggle for mobile */
#menu-btn{
    display:none;
    float:right;
    margin-top:5px;
    width:36px;
    height:36px;
    padding:6px;
    text-align:center;
    cursor:pointer;
}

.header-light #menu-btn{
    background:none;
}

#menu-btn:before{
    font-family:FontAwesome;
    content: "\f0c9";
    font-size:24px;
    color:#eceff3;
}

.header-light #menu-btn:before{
    color:#333;
}

#menu-btn.unclick:before{
    content: "\f0c9";
}

#menu-btn.clicked:before{
    content: "\f00d";
}

#menu-btn:hover{
    background:#fff;
}

#menu-btn:hover:before{
    color:#222;
}

/* menu toggle animated */

#nav-toggle {
    float:right;
    width: 60px;
    height: 20px;
    position: relative;
    margin: 15px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    padding:10px;
    z-index:100;
}

#nav-toggle span{
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 10px;
}

#nav-toggle span:nth-child(2) {
    top: 18px;
}

#nav-toggle span:nth-child(3) {
    top: 26px;
}

#nav-toggle.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-toggle.open span:nth-child(2) {
    opacity: 0;
}

#nav-toggle.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#menu-wrapper{
    width:100%;
    height:100%;
    background:rgba(0,0,0,.95);
    position:fixed;
    top:0;
    left:0;
    text-align:center;
    height:0;
    overflow-y:auto;
}

#menu-wrapper  nav{
    display:inline-block;
    margin:20px auto 80px auto;
    padding:0;
    float:none;
    font-size:26px;
    opacity:0;
}


/* ================================================== */
/* content */
/* ================================================== */
#content {
    width:100%;
    background:#fff;
    padding:90px 0 90px 0;
    z-index:100;
}

.de_light #content{
    background:#fff;
}


#content{
    background:#18191b;
}


/* ================================================== */
/* section */
/* ================================================== */
section{padding:90px 0 90px 0;}
section{background:#18191b;}

#subheader{padding:0px 0px 70px 0px;}

section.custom-1{
    border-bottom-left-radius: 100% 100%;
    border-bottom-right-radius: 100% 100%;
    overflow:hidden;
}

.de-navbar-left .container-fluid .container{
    width:100% !important;
}

.de-navbar-left section{
    padding:70px;
}

.de_light section{
    background:#fff;
}

.bg-white{
    background:#ffffff;
}

.section-fixed {
    position:fixed;
    width:100%;
    min-height:100%;
    height:auto;
}

/* ================================================== */
/* footer */
/* ================================================== */
footer {
    background: #111;
    color: #ccc;
    padding: 80px 0 0 0;
}

footer h3, .de_light footer h3 {
    color:#fff;
    font-size: 20px;
}

footer a {
    color: #ccc;
    text-decoration:none !important;
}

footer a:visited {
    color: #ccc;
}

footer.light{
    color:#606060;
    background:#fff;
}

footer.light .subfooter{
    background:#f8f8f8;
}

footer.light a{
    color:#606060 !important;
    text-decoration:none;
}

footer.footer-fixed{
    position:fixed;
    bottom: 0;
    z-index: 1000;
    width:100%;
    height:55px;
}

footer.footer-transparent,
footer.footer-transparent .subfooter{
    background: none;
}

.de-navbar-left footer{
    padding:70px 70px 0 70px;
}

.subfooter{
    background:#0b0b0b;
    padding:30px 0 20px 0;
}

footer.footer-fixed .subfooter{
    padding:15px 0 15px 0;
}

footer.footer-s2{
    font-size: 12px;
    text-transform: uppercase;
}

footer.text-light a{
    color:#bbbbbb;
}

.subfooter.light{
    border-top:solid 1px #ddd;
    background:#fff;
}

.de-navbar-left footer.light .subfooter{
    background:none;
}

.de-navbar-left .subfooter{
    background:none;
}

header.side-header{
    border-bottom:none !important;
    margin:0;
}

header.side-header .social-icons-2{
    margin:0 auto;
    margin-top:50px !important;
    float:none;
    text-align:center;
}

header.side-header .social-icons-2 a{
    display:inline-block;
    margin:0 2px 0 2px;
    background:#555;
    width:36px;
    height:36px;
    padding-top:5px;
    display:inline-block;
    text-align:center;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    opacity:.2;
}

.de_light header.side-header .social-icons-2 a{
    background:#fff;
    color:#333;
}

header.side-header .social-icons-2 a:hover{
    opacity:1;
}

.de-navbar-left.de_light header, .de-navbar-left.de_light{background:#f9f9f9;}

header.header-mobile{
    position:relative;
    background:#111;
    z-index:1000;
}

header.header-mobile.header-light{
    background:#fff;
}

header.smaller.header-scroll:not(.autoshow){
    position:absolute;
}

.header-bottom .info{
    display:none !important;
}

#de-sidebar{
    position:absolute;
}


/* ================================================== */
/* blog */
/* ================================================== */
.blog-list {
    margin: 0;
    padding: 0;
}
/* blog list */
.blog-list li {
    list-style: none;
    line-height: 1.7em;
    margin-bottom: 60px;
    margin-top:10px;
    padding-bottom:15px;
    border-bottom:solid 1px rgba(255,255,255,.1);
}
.de_light .blog-list li{
    border-bottom:solid 1px #ddd;
}
.blog-list h3,
.blog-read h3{
    margin-top:20px;
}
.blog-list h3 a{
    color:#fff;
}
.de_light  .blog-list h3 a{
    color:#111;
}
.de_light  .text-light  .blog-list h3 a{
    color:#fff;
}
.blog-list .btn-more{
    padding:3px 25px 3px 25px;
    color:#111;
    text-transform:uppercase;
    text-decoration:none;
    font-weight:700;
    float:right;
}
.blog-list .btn-more:hover{
    background:#fff;
}
.de_light .blog-list .btn-more:hover{
    background:#222;
    color:#fff;
}
.blog-list .post-text,
.blog-read .post-text{
    padding-left:80px;
}
.blog-list img{
    border-bottom:solid 4px;
}
.blog-list .blog-slider{
    margin-bottom:-60px;
}
.blog-list .date-box,
.blog-read .date-box{
    width: 60px;
    position: absolute;
    text-align: center;
    text-shadow:none;
}
.blog-list .date-box .day, .blog-list .date-box .month {
    display: block;
    color:#fff;
    text-align:center;
    width:60px;
    z-index:100;
}

.de_light .blog-list .date-box .day, .de_light .blog-read .date-box .month {
    color:#111;
}


.blog-list .date-box .month {
    font-size:14px;
}


.blog-list .date-box .day,
.blog-read .date-box .day{
    color:#111;
    font-weight:600;
    font-size: 32px;
    padding-top:45px;
    padding-bottom:10px;
}

.blog-list .date-box .month,
.blog-read .date-box .month 	{
    color:#fff;
    font-family:"Roboto";
    font-weight:600;
    letter-spacing:16px;
    padding:7px 0 7px 0;
    border-bottom:solid 4px #333;
}

.de_light .blog-list .date-box .month,
.de_light .blog-read .date-box .month	{
    border-bottom-color:#ddd;
}

.de_light  .text-light  .blog-list .date-box .month{
    color:#fff;
}

.blog-snippet li{
    border-bottom:none !important;
    margin-bottom:0;
}

.post-content{
    position: relative;
    overflow: hidden;
}
.post-content p{
    margin-bottom: 15px;
}
.post-content img{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.post-text{
    padding:20px 0;
    padding-bottom: 10px;
}
.item .post-text h4{
    margin-bottom:10px;
    line-height: 2em;
}

.post-text h4 a{
    text-decoration:none;
    font-size:20px;
}

.post-text .tags{
    font-size:10px;
    text-transform:uppercase;
}

.p-tagline{
    color:#111111;
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
}

.p-tagline, .p-title{
    background: rgba(var(--primary-color-rgb),.2);
    border-radius: 3px;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 10px;
    padding: 7px 10px 6px 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.p-tagline, .p-title.invert{
    background: var(--secondary-color);
}

.p-title{
    font-size: 12px;
    margin-bottom: 20px;
}

.post-text .p-date{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 500;
}

.post-info{
    border-top:solid 1px #eeeeee;
    padding-top:15px;
}

#blog-carousel .item{
    width:100%;
}

/* blog comment */
#blog-comment {
    margin-left: 80px;
}

#blog-comment h5 {
    margin-bottom: 10px;
}

#blog-comment ul, #blog-comment li {
    list-style: none;
    margin-left: -30px;
    padding-left: 0;
}

#blog-comment ol{
    padding-left:30px;
}

#blog-comment li {
    min-height: 70px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(255,255,255,.1);
}

#blog-comment li .avatar {
    position: absolute;
    margin-top: 5px;
}

#blog-comment .comment {
    margin-left: 90px;
}

#blog-comment li {
    min-height: 70px;
    font-size: 12px;
    line-height: 1.6em;
}

#blog-comment li li {
    margin-left: 55px;
    padding-bottom: 0px;
    margin-top: 20px;
    padding-top:20px;
    border-top: solid 1px rgba(255,255,255,.1);
    border-bottom: none;
}

#blog-comment li li .avatar {
    position: absolute;
}

.comment-info {
    margin-left: 90px;
    margin-bottom: 5px;
}

.comment-info .c_name {
    display: block;
    font-weight: 700;
}

.comment-info .c_reply {
    padding-left: 20px;
    margin-left: 20px;
    border-left: solid 1px rgba(255,255,255,.1);
    font-size: 12px;
}

.comment-info .c_date {
    font-size: 12px;
}

.blog-list h3, .blog-read h3 {
    letter-spacing:normal;
    font-size:24px;
    text-transform:none;
}

/* blog comment form */
#commentform label {
    display: block;
}
#commentform input {
    width: 290px;
}
#commentform input:focus {
    border: solid 1px #999;
    background: #fff;
}
#commentform textarea {
    width: 97%;
    padding: 5px;
    height: 150px;
    color:#333;
}
#commentform textarea:focus {
    border: solid 1px #999;
    background: #fff;
}
#commentform input.btn {
    width: auto;
}

.post-meta {
    margin: 0px 0 10px 0px;
    border: solid 1px #eee;
    border-left:none;
    font-size:11px;
    display:table;
    table-layout: fixed;
    margin-left:80px;
}
.post-meta span {
    display:table-cell;
    padding:10px 20px 10px 20px;
    text-align:center;
    border-left:solid 1px #eee;
}
.post-meta span i {
    float: none;
    margin-right:20px;
}
.post-image img {
    width:100%;
    margin-bottom: 0px;
}
.post-meta{
    border-color:#222;
}
.post-meta span{
    border-color:#222;
}

.de_light .post-meta {
    border: solid 1px #eee;
}
.de_light .post-meta span {
    border-left:solid 1px #eee;
}




.blog-slide{
    padding:0;
    margin:0;
}

/* ================================================== */
/* products */
/* ================================================== */

.products{
    padding:0;
    list-style:none;
}
.products li{
    margin-bottom:30px;
}
.product .p-inner{
    padding:15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 2px 20px 30px 0px rgba(0,0,0, 0.5);
    -moz-box-shadow: 2px 20px 30px 0px rgba(0,0,0, 0.5);
    box-shadow: 2px 20px 30px 0px rgba(0,0,0, 0.5);
}
.de_light .product .p-inner{
    -webkit-box-shadow: 2px 20px 30px 0px rgba(20,20,20, 0.05);
    -moz-box-shadow: 2px 20px 30px 0px rgba(20,20,20, 0.05);
    box-shadow: 2px 20px 30px 0px rgba(20,20,20, 0.05);
}
.product .price{
    margin-bottom:10px;
    font-size:16px;
}
.product h4{
    font-size: 16px;
    font-weight:500;
    margin-bottom:5px;
}
.product a{
    text-decoration: none;
}
.product img{
    background:#333;
    margin-bottom:10px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.product .p-images{
    position: relative;
}
.product .pi-2{
    position: absolute;
    opacity: 0;
    left: 0;
}
.product .btn-line{
    width:100%;
}
.product a.btn-line:hover{
    color:#111111 !important;
}
.product:hover .pi-2{
    opacity: 1;
}
.p-rating{
    font-size: 12px;
    color:#404040;
}
.de_light .p-rating{
    color:#bbbbbb;
}

.p-rating i.checked{
    color:#FAB702;
}
.p-single h3{
    margin-bottom: 5px;
    font-size: 24px;
}
.p-single .price{
    margin-bottom: 10px;
}
.de_light .p-single .price{
    margin-bottom: 10px;
    color:#111111;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0;
}
.p-single img{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.p-desc{
    padding-left: 20px;
}
.de_light .p-single a.btn-line:hover{
    color:#111111;
}

/* ================================================== */
/* contact form */
/* ================================================== */
.error {
    padding:20px;
    border:none;
    display: none;
    color: #d9534f;
    border:solid 1px #d9534f;
    font-size: 12px;
    font-size: 16px;
}
.success {
    padding:20px;
    display: none;
    color: #5cb85c;
    border:solid 1px #5cb85c;
    margin-bottom: 20px;
    font-size: 16px;
}
.error img {
    vertical-align: top;
}
.full {
    width: 98%;
}

#contact_form input[type=text],#contact_form textarea,#contact_form input[type=email],#contact_form input[type=number],#search, #contact_form select{
    padding:10px;
    margin-bottom:20px;
    color:#fff;
    border:solid 1px rgba(255,255,255,.2);
    background:rgba(0,0,0,.1);
    border-radius:0 !important;
    height:auto;
}

.de_light #contact_form input[type=text],.de_light #contact_form textarea,.de_light #contact_form input[type=email], .de_light #search, 	.de_light #contact_form select
{
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    border:solid 1px #dddddd;
    background:#ffffff;
    color:#333 !important;
}


#contact_form select{
    background: url(../images/ui/select-arrow.png) right center no-repeat !important;
}

#contact_form select option{
    color: #000000;
}

.de_light #contact_form select{
    background: url(../images/ui/select-arrow-invert.png) right center no-repeat !important;
}


#contact_form input[placeholder],#contact_form textarea[placeholder]{
    color:#eee;
}

#contact_form input[type=submit].btn-line{
    background:none;
    padding:8px 20px;
}

#contact_form input[type=submit].btn-line:hover{
    background:#111;
    border-color:#111;
}

#contact_form textarea{
    height:178px;
}

.form-default input[type=text]{
    background:#1D1E1F;
    border:none;
    font-size:14px;
    padding:2px 10px 2px 10px;
    color:#ffffff;
}

#form_coupon input[type=text] {
    padding: 9px 12px 9px 12px;
    width: 80%;
    float: left;
    display: table-cell;
    border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    border: solid 1px #333333;
    border-right: none;
    color: #ffffff;
    background: rgba(255, 255, 255, .1);
    -webkit-box-shadow: 2px 2px 20px 0px rgba(20, 20, 20, 0.05);
    -moz-box-shadow: 2px 2px 20px 0px rgba(20, 20, 20, 0.05);
    box-shadow: 2px 2px 20px 0px rgba(20, 20, 20, 0.05);
}

#form_coupon input[type=text]:focus {
    background: #ffffff;
    color: #111111;
}

#form_coupon #btn-submit i {
    text-align: center;
    font-size: 20px;
    float: left;
    width: 20%;
    height: 38px;
    background: #171A21;
    color: #111111;
    display: table-cell;
    padding: 10px 0 5px 0;
    border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
}


.f-num-inc{
    border:solid 1px #ddd;
    display: inline-block;
    padding:0px;
}

.f-num-inc input,
.f-num-inc span{
    padding:5px;
    width:40px;
    font-size: 15px;
    display: inline-block;
    width:30px;
    text-align: center;
    margin:0;
    border-radius: 0;
    border:none;
}
.f-num-inc span{
    cursor: pointer;
}
.f-num-inc span:first-child{
    border-right: solid 1px #dddddd;
}
.f-num-inc span:last-child{
    border-left: solid 1px #dddddd;
}
.f-num-inc span:hover{
    color: #111111;
}

/* Chrome, Safari, Edge, Opera */
.f-num-inc input::-webkit-outer-spin-button,
.f-num-inc input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.f-input-number {
    width: 40px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
    background: none;
    color:#ffffff;
    font-weight: bold;
}

.f-input-number,
.f-input-number-decrement,
.f-input-number-increment {
    border: 1px solid rgba(255,255,255,.1);
    height: 40px;
    user-select: none;
}

.f-input-number-decrement,
.f-input-number-increment {
    display: inline-block;
    width: 30px;
    line-height: 38px;
    background: none;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
.f-input-number-decrement:active,
.f-input-number-increment:active {
    background: #222;
}

.f-input-number-decrement {
    border-right: none;
    border-radius: 2px 0 0 2px;
}

.f-input-number-increment {
    border-left: none;
    border-radius: 0 2px 2px 0;
}

.de_light .f-input-number {
    width: 40px;
    background: #fff;
    color:#222;
}

.de_light .f-input-number,
.de_light .f-input-number-decrement,
.de_light .f-input-number-increment {
    border: 1px solid #ccc;
}

.de_light .f-input-number-decrement,
.de_light .f-input-number-increment {
    display: inline-block;
    background: #f1f1f1;
    color: #444;
}

.de_light .f-input-number-decrement:active,
.de_light .f-input-number-increment:active {
    background: #ddd;
}



.pop-search .form-default{
    width:100%;
    top:85px;
    left:0;
    position:absolute;
    z-index:1;
    display:none;
}

.pop-search .form-default input[type=text]{
    width:100%;
    font-size:24px;
    padding:18px;
    outline:none;
}
.pop-search-click{
    position: relative;
    display:inline-block;
    cursor:pointer;
    z-index:100;
    margin-top: 18px;
}
.pop-search-click:before{
    margin-left:-15px;
    font-family:"FontAwesome";
    content:"\f002";
}
.pop-search-click.click:before{
    content:"\f00d";
}


.error_input{
    border-color:#D31E2B !important;
}

/* ================================================== */
/* coming soon page */
/* ================================================== */

.coming-soon .logo{
    margin:0;
    padding:0;
}

.coming-soon h2{
    margin-top:0;
    color:rgba(255,255,255,.8);
    font-weight:400;
}

.coming-soon  .social-icons i{
    font-size:20px;
    margin-left:10px;
    margin-right:10px;
}

.coming-soon .social-icons i:hover{
    background:none;
    color:rgba(255,255,255,.2) !important;
}


.arrow-up, .arrow-down {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #fff;
    position:fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom:0;
    cursor:pointer;
    z-index:101;
}

.arrow-down {
    border-top: 40px solid #fff;
    border-bottom:none;
    position:fixed;
    z-index:102;
    top:-40px;
}

.arrow-up:before{
    font-family:"FontAwesome";
    font-size:20px;
    content:"\f067";
    color:#222;
    position:relative;
    top:12px;
    margin:0 0 0 -8px !important;
}

.arrow-down:before{
    font-family:"FontAwesome";
    font-size:20px;
    content:"\f068";
    color:#222;
    position:relative;
    top:-35px;
    margin:0 0 0 -8px !important;
}


/* ================================================== */
/* elements */
/* ================================================== */

/* address */
/* ------------------------------ */
address{
    margin:0;
    margin-top:20px;
}
address span {
    display: block;
    border-bottom:solid 1px #222;
    padding-bottom:5px;
    margin-bottom:5px;
}

footer.light address span {
    border-bottom:solid 1px #eee;
}

.de_light .widget_text address span {
    border-bottom:solid 1px #ddd;
}

address span strong {
    display: inline-block;
    width: 70px;
}

address span{
    border-bottom-color:#222;
}

address span i{
    margin-top:5px;
    margin-right:20px;
    float:none;
}

address span strong {
    display: inline-block;
}

address span a{
    color:#eceff3;
}

.de_light #sidebar .widget address span{
    border-bottom:solid 1px #ddd;
}

.de_light #sidebar .widget address a{
    color:#333;
}


/* border */
/* ------------------------------ */
.small-border{
    height:1px;
    width:120px;
    background:#ccc;
    display:block;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:30px;
}

.tiny-border{
    height:3px;
    width:60px;
    display:block;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:30px;
}

/* breadcrumb */
/* ------------------------------ */
.crumb {
    color:#777;
    float: right;
    font-size: 12px;
}
#subheader.text-dark .crumb,
.de-navbar-left.de_light #subheader .crumb{
    color:#333;
}
.crumb li {
    display: inline;
    text-decoration: none;
    padding: 0 2px 0 2px;
}

.crumb a{
    text-decoration:none;
}

.de_light .crumb a:hover{
    color:#fff;
}


/* button */
/* ------------------------------ */
.btn-line, a.btn-line{
    border:solid 1px #222;
    color:#fff;
    font-weight:500;
    font-size:12px;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    padding:3px;
    padding-left:30px;
    padding-right:50px;
    text-transform:uppercase;
    display:inline-block;
    text-align:center;
    letter-spacing:2px;
    text-decoration:none;

}

.de_light .btn-line,
.de_light a.btn-line{
    color:#111;
    border:solid 1px #dddddd;
}

.btn-line, a.btn-line,
.text-light a.btn-line{
    border:solid 1px rgba(255,255,255,.2);
    color:#fff;
}


.btn-line:hover, a.btn-line:hover{
    background:#fff;
    color:#111;
    border-color:#fff;
}

a.btn-line:after{
    position:absolute;
    padding-left:0px;
    margin-top:1px;
}

a.btn-line:hover:after{
    position:absolute;
    padding-left:10px;
}

.btn-line:after,  a.btn-line:after{
    color:#fff;
}

.btn-line:hover:after, a.btn-line:hover:after, a.btn-line.hover:after{
    color:#fff;
}

.btn-line:hover:after, a.btn-line:hover:after, a.btn-line.hover:after{
    color:#111;
}

a.btn-text{
    text-decoration:none;
    display:inline-block;
    color:#111;
    font-weight:600;
    padding:0;
}

a.btn-text:after{
    font-family:FontAwesome;
    content: "\f054";
    padding-left:10px;
}

a.btn-text{
    color:#fff;
}

a.btn-big{
    font-size:14px;
    color:#eceff3;
    letter-spacing:1px;
    line-height:normal;
    font-weight:bold;
    text-transform:uppercase;
    border:solid 1px #fff;
    padding:10px 50px 10px 30px;
}
a.btn-big:after{
    font-family:FontAwesome;
    content: "\f054";
    margin-left:20px;
    margin-top:3px;
}

.de_light a.btn-big{
    font-weight:normal;
}

.btn-line, a.btn-line{
    color:#eceff3;
}

.btn-line:after, a.btn-line:after{
    font-family:FontAwesome;
    content: "\f054";
    margin-left:10px;
}

a.btn-line-black, .de_light a.btn-line-black{
    border:solid 1px #111;
    color:#111;
    padding:7px 25px 7px 25px;
    text-decoration:none;
    text-transform:uppercase;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    font-weight:normal;
    font-size:12px;
    letter-spacing:2px;
}

a.btn-line-black:hover{
    background:#111;
    color:#fff;
}


a.btn-line-white, .de_light a.btn-line-white{
    border:solid 1px #fff;
    color:#fff;
    padding:7px 25px 7px 25px;
    text-decoration:none;
    text-transform:uppercase;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    font-weight:normal;
    font-size:12px;
    letter-spacing:2px;
}

a.btn-line-white:hover{
    background:#fff;
    color:#111111;
}

a.btn-line.black,
a.btn-line.black:hover{
    border-color:#111111;
    color:#111111;
}
a.btn-line.black:hover{
    color:#ffffff;
    background:#111111;
}
a.btn-line.black:after,
.de_light a.btn-line.black:after{
    color:#111111;
}
a.btn-line.black:hover:after{
    color:#ffffff;
}

.de_light a.btn-line-black:hover{
    background:#111;
    color:#fff;
}

.btn-fullwidth{
    width:100%;
}

a.btn-slider{
    display:inline-block;
    font-size:13px;
    font-weight:600;
    color:#fff;
    letter-spacing:3px;
    line-height:normal;
    text-decoration:none;
    text-transform:uppercase;
    border:solid 1px rgba(255,255,255,.5);
    padding:10px 30px 10px 30px;
}
a.btn-slider.dark{
    color:#333;
    border:solid 1px rgba(0,0,0,.5);
}
a.btn-slider:after{
    font-family:FontAwesome;
    content: "\f054";
    margin-left:10px;
}
a.btn-slider:hover{
    color:#222;
    background:#fff;
    border-color:#000;
    border:solid 2px #fff;
}
a.btn-slider.dark:hover{
    color:#fff;
    background:#333;
    border:solid 1px rgba(0,0,0,.5);
}

a.btn-custom,
input.btn-custom{
    font-size:13px;
    color:#222;
    letter-spacing:3px;
    line-height:normal;
    text-decoration:none;
    text-transform:uppercase;
    padding:7px 25px 7px 25px;
    background:#fff;
    display:inline-block;
}
a.btn-custom:hover{
    color:#222;
    opacity:.8;
}

a.btn-black{
    font-size:13px;
    color:#fff;
    letter-spacing:3px;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    padding:7px 25px 7px 25px;
    background:#111;
    display:inline-block;
}

/* text-color-overide bootstrap */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    border-radius:0;
}

.nav-pills.np-1 .nav-item{
    font-weight:bold;
    font-size:15px;
}

/* columns */
/* ------------------------------ */


/* counter */
/* ------------------------------ */
.de_count{
    text-align:center;
    padding:30px 0 30px 0;
    background:none;
}
.de_count h3{
    font-family:"Dosis", Arial, Helvetica, sans-serif;
    font-size:40px;
}
.de_light .de_count h3{
    font-family:"Poppins";
    font-weight:500;
}
.de_count i{
    display:block;
    font-size:60px;
    margin:0 auto;
    margin-bottom:20px;
    width:100%;
    font-weight:lighter !important;
}

.de_count.ultra-big h3{
    font-size:180px;
    line-height:1em;
}

.de_count.ultra-big span{
    font-size:18px;
    font-weight:bold;
    letter-spacing:10px;
    padding:5px 10px;
}

.de_count.ultra-big.s2{
    border:solid 2px rgba(255, 255, 255, .1);
    padding:30px;
}

.de_light .de_count.ultra-big.s2{
    border:solid 2px rgba(0, 0, 0, .1);
}

.de_count.ultra-big.s2 h3{
    letter-spacing: 0;
}
.de_count.ultra-big.s2 span{
    font-size: 14px;
    letter-spacing: 5px;
}


.de_count.dc_border{
    padding:20px 0;
    border:solid 1px rgba(255,255,255,.3);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.de_count.ultra-big.font-border h3{
    color:rgba(0,0,0,0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,255,255,.5);
}

.de_count.dc_small h3{
    font-size: 28px;
    margin-bottom: 5px;
}

/* divider */
/* ------------------------------ */
.spacer-single{
    width:100%;
    height:30px;
    display:block;
    clear:both;
}

.spacer-double{
    width:100%;
    height:60px;
    display:block;
    clear:both;
}

.spacer-half{
    width:100%;
    height:15px;
    display:block;
    clear:both;
}

.spacer10 {
    width: 100%;
    height: 10px;
    display: block;
    clear: both;
}
.spacer20 {
    width: 100%;
    height: 20px;
    display: block;
    clear: both;
}
.spacer30 {
    width: 100%;
    height: 30px;
    display: block;
    clear: both;
}
.spacer40 {
    width: 100%;
    height: 40px;
    display: block;
    clear: both;
}
.spacer50 {
    width: 100%;
    height: 50px;
    display: block;
    clear: both;
}
.spacer60 {
    width: 100%;
    height: 60px;
    display: block;
    clear: both;
}

.spacer-line{
    clear: both;
    margin:30px 0;
    height: 2px;
    background: rgba(255,255,255,.1);
}

.de_light .spacer-line{
    background: rgba(0,0,0,.1);
}

hr {
    display: block;
    clear: both;
    border-top: solid 1px #ddd;
    margin: 40px 0 40px 0;
}



/* dropcap */
/* ------------------------------ */
.dropcap {
    display: inline-block;
    font-size: 48px;
    float: left;
    margin: 10px 15px 15px 0;
    color:#eceff3;
    padding: 20px 10px 20px 10px;
}


/* form style */
/* ------------------------------ */


.de_form input[type="radio"],
.de_form input[type="checkbox"] {
    /* hide the inputs */
    display:none;
}

.de_form input[type="radio"] + label:before{
    content:"\f111";
    font-family:"FontAwesome";
    margin-right:10px;
}

.de_form input[type="checkbox"] + label:before{
    content:"\f00c";
    font-family:"FontAwesome";
    margin-right:10px;
}

/* style your lables/button */
.de_form input[type="radio"] + label,
.de_form input[type="checkbox"] + label {
    cursor: pointer;
    font-size: 16px;
    padding: 6px 12px;
    border: none;
    background: #222;
    color: #888888;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#contact_form input[type="radio"] + label,
#contact_form input[type="checkbox"] + label {
    margin-right: 10px;
}

.de_light .de_form input[type="radio"] + label,
.de_light .de_form input[type="checkbox"] + label {
    background: #eee;
    color:#999;
}

.de_form.no-bg input[type="radio"] + label,
.de_form.no-bg input[type="checkbox"] + label {
    padding: 4px 0px;
    border: none;
    background:none;
}

.de_form input[type="radio"]:checked + label,
.de_form input[type="checkbox"]:checked + label{
    /* style for the checked/selected state */
    border: none;
    color: white;
}

.de_light .de_form input[type="radio"]:checked + label,
.de_light .de_form input[type="checkbox"]:checked + label{
    /* style for the checked/selected state */
    color: #333;
}

#contact_form .radio-img input[type="radio"] + label,
#contact_form .radio-img input[type="checkbox"] + label{
    padding: 0px;
    position: relative;
    background: none;
    width: 150px;
    float: left;
    text-align: center;
    margin-right: 20px;
}

#contact_form .radio-img input[type="radio"] + label:before,
#contact_form .radio-img input[type="checkbox"] + label:before {
    position: absolute;
    top: 10px;
    left: 15px;
}

#contact_form .radio-img input[type="radio"] + label img,
#contact_form .radio-img input[type="checkbox"] + label img{
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#contact_form .radio-img input[type="radio"]:checked + label img,
#contact_form .radio-img input[type="checkbox"]:checked + label img{
    width: 100%;
    padding: 8px;
    background: var(--primary-color-1);
}




/* heading */
/* ------------------------------ */
.form-transparent input[type=text], .form-transparent textarea, .form-transparent input[type=email]{
    padding:10px;
    margin-bottom:20px;
    color:#fff;
    border:none;
    background:rgba(0,0,0,.2);
    border-radius:0 !important;
    height:auto;
}

/* heading */
/* ------------------------------ */
h1, h2, h3, h4, h5, h6 {
    color: #07003b;
    font-family: 'Dosis',Arial, Helvetica, sans-serif;
    font-weight:400;
}

h1 {
    font-size:28px;
    margin:0;
    text-align:center;
    letter-spacing:5px;
    text-transform:uppercase;
    font-weight:300;
}

h1 .small-border{
    margin-top:30px;
}

h2 {
    display:inline-block;
    font-weight:500;
    margin-bottom:30px;
    line-height:1.2em;
}
h2 .small-border{
    margin-left:0;
    margin-bottom:15px;
    width:40px;
}
h3 {
    margin-top: 0;
    font-size:18px;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:15px;
}
h3.size-2{
    font-size:24px;
}
h4{
    font-size:18px;
}
h1.slogan_big {
    font-weight: 300;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -2px;
    padding: 0;
    margin: 0px 0 30px 0;
}
h1.title{
    font-size:64px;
    letter-spacing:10px;
}
h1.title.s2{
    font-size:64px;
    letter-spacing:0px;
}
h1.title.s3{
    text-align: left;
    font-weight: 500;
    font-size:64px;
    letter-spacing:-1px;
}
h1.title strong{
    font-family:"Allura";
    text-transform:none;
    letter-spacing:0;
    font-weight:normal;
}
h1.title-2{
    letter-spacing:20px;
    text-transform:uppercase;
    line-height:50px;
}
h1.title-3{
    font-size:72px;
}
h1.title-3 strong{
    font-family:"Allura";
    text-transform:none;
    letter-spacing:0;
    font-weight:normal;
}
h1.title-4{
    font-size: 72px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color:rgba(0,0,0,0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,255,255,1);
}
h1.title-5{
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 24px;
    font-weight: normal;
}

h1.title-6 strong{
    font-size: 100px;
    font-family:"Allura";
    text-transform:none;
    letter-spacing:0;
    font-weight:normal;
    line-height: 90px;
}
h2.subtitle{
    margin-top:0;
}
h2.hero{
    font-size:32px;
    font-weight:400;
    text-transform:uppercase;
    letter-spacing:32px;
}
h2.style-2{
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:10px;
}
h2.style-3{
    font-size:64px;
    font-weight:400;
    text-transform:uppercase;
    letter-spacing:20px;
}
h2.style-4{
    font-size:60px;
    font-weight:400;
    text-transform:normal;
    letter-spacing:-2px;
}
h2.style-5{
    margin-top:0;
    line-height:1.2em;
    font-size:48px;
    font-weight:400;
    text-transform:normal;
}
.de_light .text-light h2{
    color:#fff;
}
h3.title {
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
}
h4.title {
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
form h4{
    margin-bottom: 20px;
}
form h4 i{
    margin-right: 10px;
    background: rgba(var(--primary-color-1-rgb),.2);
    padding: 9px;
    text-align: center;
    width: 36px;
    height: 36px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
h5 {
    font-weight: bold;
}
h5.s2{
    font-weight:500;
    text-transform:uppercase;
    font-size:12px;
    letter-spacing:2px;
}
h1,
h2,
h3,
h4,
h5{
    color:#eceff3;
}

h3.s2 span{
    font-family:"Allura";
    text-transform:none;
    letter-spacing:0;
    font-size:40px;
    display:block;
}

h3.s2{
    font-size:30px;
}

h3.style-1{
    font-family:"Roboto";
    letter-spacing:0;
    text-transform:none;
    margin-bottom:20px;
}

.typing-wrap{
    font-family:"Dosis";
    font-size:30px;
    margin:0;
    line-height:60px;
}

span.teaser{
    font-family:"Georgia";
    font-style:italic;
    font-size:18px;
}

.text-light,
.text-light p{
    color:#ddd;
}

.text-dark{
    color:#333;
}

.text-dark, .text-dark p, .text-dark h1, .text-dark h2, .text-dark h3, .text-dark h4, .text-dark h5, .text-dark h6{
    color:#222;
}

.text-grey{
    color:#707070;
}

.text-light h1{
    color:#fff !important;
}

.slider-main-home h1{
    font-size: 48px;
}

.slider-main-home h2{
    font-size: 48px;
}

.de_light h1,.de_light h2,.de_light h3,.de_light h4,.de_light h5,.de_light h6,
footer.light h1,footer.light h2,footer.light h3,footer.light h4,footer.light h5,footer.light h6,
#subheader.text-dark h1,#subheader.text-dark h2,#subheader.text-dark h3,#subheader.text-dark h4,#subheader.text-dark h5,#subheader.text-dark h6,.modal-dialog h5
{
    color:#222;
}

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5{
    color:#fff;
}

/* feature box style 1 */
.feature-box i {
    border:solid 1px;
}

.feature-box-small-icon {
    margin-bottom: 30px;
}

.feature-box-small-icon.center{
    text-align:center;
}

.feature-box-small-icon .inner:hover > i {
    color:#fff;
}

.feature-box-small-icon .text {
    padding-left: 70px;
}

.feature-box-small-icon.center .text{
    padding-left:0;
    display:block;
}

.feature-box-small-icon i {
    text-shadow:none;
    color: #333;
    font-size: 32px;
    width: 68px;
    height: 68px;
    text-align: center;
    position: absolute;
    border-radius:60px;
}

.feature-box-small-icon i.hover {
    color:#333 !important;
}

.feature-box-small-icon i.hover {
    color:#fff !important;
}

.feature-box-small-icon .border{
    height:2px;
    width:30px;
    background:#ccc;
    display:block;
    margin-top:20px;
    margin-left:85px;
}


.feature-box-small-icon .btn{
    margin-top:10px;
}

.feature-box-small-icon.center i{
    position:inherit;
    float:none;
    display:inline-block;
    margin-bottom:20px;
    border:none;
    font-size:60px;
    background:none;
    padding:0px;
}

.feature-box-small-icon.center .fs1{
    position:inherit;
    float:none;
    display:inline-block;
    margin-bottom:20px;
    border:none;
    font-size:60px;
    background:none;
    padding:0px;
}


.feature-box-small-icon i{
    background-color: #333333;
}

.feature-box-small-icon h3 {
    line-height: normal;
    margin-bottom: 5px;
}

.feature-box-small-icon.no-bg h2 {
    padding-top:12px;
}

.feature-box-small-icon.no-bg .inner, .feature-box-small-icon.no-bg .inner:hover{
    padding:0;
    background:none;
}

.f-hover{
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    outline: none;
}

/* feature-box style 2 */
.feature-box i {
    border:solid 1px;
}

.feature-box-small-icon-2 {
    margin-bottom: 30px;
}

.feature-box-small-icon-2 .text {
    padding-left: 48px;
}

.feature-box-small-icon-2 i {
    text-shadow:none;
    color:#eceff3;
    font-size: 24px;
    text-align: center;
    position: absolute;
}

.feature-box-small-icon-2 i{
    background-color: #333333;
}

.feature-box-small-icon-2 h3 {
    line-height: normal;
    margin-bottom: 5px;
}

.feature-box-small-icon-2.no-bg h2 {
    padding-top:12px;
}

.feature-box-small-icon-2.no-bg .inner, .feature-box-small-icon-2.no-bg .inner:hover{
    padding:0;
    background:none;
}


/* feature-box image style 3 */
.feature-box i {
    border:solid 1px;
}
.feature-box-image-2 {
    margin-bottom: 30px;
}
.feature-box-image-2 .text {
    padding-left: 100px;
}
.feature-box-image-2 img {
    position: absolute;
}
.feature-box-image-2 i{
    background-color: #333333;
}
.feature-box-image-2 h3 {
    line-height: normal;
    margin-bottom: 5px;
}
.feature-box-image-2.no-bg h2 {
    padding-top:12px;
}
.feature-box-image-2.no-bg .inner, .feature-box-image-2.no-bg .inner:hover{
    padding:0;
    background:none;
}

/* with image */
.feature-box-image img{
    width:100%;
    margin-bottom:10px;
    height:auto;
}
.feature-box-image h3 {
    line-height: normal;
    margin-bottom: 5px;
    font-size:20px;
    font-weight:bold;
}

/* feature-box image style 4 */
.feature-box-big-icon{
    text-align:center;
}
.feature-box-big-icon i {
    float:none;
    display:inline-block;
    text-shadow:none;
    color:#eceff3;
    font-size: 40px;
    padding: 40px;
    width: 120x;
    height: 120x;
    text-align: center;
    border:none;
    border-radius:10px;
    -moz-border-radius:10px;
    -web-kit-border-radius:10px;
    background:#333;
    margin-bottom:40px;

    cursor:default;


}
.feature-box-big-icon i:after {
    content: "";
    position:absolute;
    margin:75px 0 0 -40px;
    border-width: 20px 20px 0 20px; /*size of the triangle*/
    border-style: solid;
}

.feature-box-big-icon:hover i,
.feature-box-big-icon:hover i:after{
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.feature-box-big-icon:hover i{
    background:#333;
}
.feature-box-big-icon:hover i:after{
    border-color:#333 transparent;
}


.box-fx .inner{
    position:relative;
    overflow:hidden;
    border-bottom:solid 2px;
}

.box-fx .inner{
    border-bottom:solid 2px;
}

.box-fx .front{
    padding:60px 0 60px 0;
}

.box-fx .front span{
    font-size:14px;
}

.box-fx .info{
    position:absolute;
    padding:60px 30px 60px 30px;
    background:#fff;
    color:#fff;
}

.box-fx i{
    font-size:72px !important;
    margin-bottom:20px;
}

.box-fx .btn-line, .box-fx .btn-line a.btn-line{
    border:solid 1px rgba(255,255,255,0.5);
    color:#fff !important;
}

.box-fx .btn-line:hover, .box-fx a.btn-line:hover{
    background:#fff;
    color:#111 !important;
    border-color:#fff;
}

.box-fx .btn-line:after, .box-fx a.btn-line:after{
    color:#fff !important;
}

.box-fx .btn-line:hover:after, .box-fx a.btn-line:hover:after, .box-fx a.btn-line.hover:after{
    color:#111 !important;
}

.box-fx .bg-icon{
    left:50%;
    bottom:50px;
    color:#f5f5f5 !important;
    position:absolute !important;
    font-size:190px !important;
    z-index:-1;
}

.box-icon-simple.right{
    margin-right:70px;
    text-align:right;
}

.box-icon-simple.right i{
    font-size:42px;
    right:0;
    position:absolute;
}

.box-icon-simple.left{
    margin-left:70px;
}

.box-icon-simple.left i{
    font-size:42px;
    left:0;
    position:absolute;
}


.box-number .number{
    display:block;
    font-size:48px;
    color:#222;
    width:80px;
    height:80px;
    text-align:center;
    padding:25px;
    border-radius:60px;
    position:absolute;
}

.box-number i{
    display:block;
    font-size:40px;
    color:#222;
    width:80px;
    height:80px;
    text-align:center;
    padding:20px 0;
    border-radius:60px;
    position:absolute;
}

.box-number.square .number,
.box-number.square i{
    border-radius:0;
}

.box-number .text{
    margin-left:100px;
}

.box-icon .icon{
    display:block;
    font-size:48px;
    color:#fff;
    text-align:center;
    border-radius:60px;
    position:absolute;
    cursor:default;
}

.de_light .box-icon .icon{
    color:#222;
}

.box-icon .text{
    margin-left:80px;
}

.box-icon.line{
    border:solid 1px rgba(255,255,255,.1);
    padding:40px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.de_light .box-icon.line{
    border:solid 1px rgba(0,0,0,.05);
}

.box-icon.line.active,
.box-icon.line:hover{
    background:rgba(255,255,255,.1);
    border-color:rgba(255,255,255,.0);
}

.de_light .box-icon.line.active,
.de_light .box-icon.line:hover{
    background:rgba(0,0,0,.05);
    border-color:rgb(0,0,0,.0);
}

.box-icon.line a{
    text-decoration:none;
}

.box-icon.center{
    text-align:center;
}
.box-icon.center .text{
    margin-left:0px;
}
.box-icon.center .icon{
    display:inline-block;
    float:none;
    position:static;
    margin-bottom:20px;
}

.box-icon.top .text{
    margin-left:0px;
}
.box-icon.top .icon{
    display:inline-block;
    float:none;
    position:static;
    margin-bottom:20px;
}

/* list */
.ul-style-2{
    padding:0;
    list-style:none;
}

.ul-style-2 li{
    margin:5px 0 5px 0;
}

.ul-style-2 li:before{
    font-family:"FontAwesome";
    content:"\f00c";
    margin-right:15px;
}

/* pagination */
/* ======================================== */

.pagination li a{
    text-decoration: none;
}

.pagination li a:hover{
    color:#fff;
    background:none;
}

.de_light .pagination li a:hover{
    color:#111;
    background:none;
}

.pagination li a{
    color:#888;
    border:solid 1px #404040;
    background:none;
    margin:3px;
    padding:15px 20px 15px 20px;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}

.de_light .pagination li a{
    border-color:#ccc;
}

.pagination li.active a{
    color:#111111;
}

/* pricing table */
/* ================================================== */
.pricing-box{color:#888;}

.pricing-2-col {
    border-right: solid 1px #eee;
}

.pricing-2-col .pricing-box {
    width: 49%;
}

.pricing-3-col .pricing-box {
    width: 32.33%;
}

.pricing-4-col .pricing-box {
    width: 24%;
}

.pricing-5-col .pricing-box {
    width: 19%;
}

.pricing-box {
    float: left;
    text-align: center;
    margin:5px;
    padding: 0;
    opacity:.8;
}

.pricing-box ul {
    margin: 0;
    padding: 0;
}

.pricing-box li {
    list-style: none;
    margin: 0;
    padding: 15px 0 15px 0;
    background:#eee;
}

.pricing-box li h4 {
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color:#888;
}

.pricing-box li h1 {
    font-size: 48px;
    margin: 0;
    margin-bottom: 5px;
    color: #1a8b49;
    letter-spacing:0px;
}

.pricing-box li.title-row {
    padding: 15px 0 15px 0;
}

.pricing-box li.price-row {
    padding: 15px 0 15px 0;
    background:#F8F8F8;

}
.pricing-box li.deco{
    background:#f5f5f5;
}

.pricing-box a.btn{
    color:#eceff3;
}

.pricing-box li.price-row span {
    display: block;
    font-weight: 600;
}

.pricing-box li.btn-row {
    background: #ddd;
}
.pricing.pricing-box ul {
    margin: 0;
    padding: 0;
}

.pricing.pricing-box li {
    background: #3b3b3b;
    color: #bbb;
    list-style: none;
    margin: 0;
    padding: 15px 0 15px 0;
}

.pricing.pricing-box li.deco{
    background:#333;
}



.pricing.pricing-box li h4 {
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    color:#eceff3;
}

.pricing.pricing-box li h1 {
    font-size: 48px;
    margin: 0;
    margin-bottom: 5px;
    font-weight: 600;
    color:#eceff3;
}

.pricing.pricing-box li.title-row {
    background:#323232;
    padding: 15px 0 15px 0;
}

.pricing.pricing-box li.price-row {
    background: #2b2b2b;
    padding: 15px 0 15px 0;
}

.pricing.pricing-box li.price-row h1{
    font-weight: 300;
}

.pricing.pricing-box li.price-row h1 span {
    display:inline-block;
    font-weight: 600;
}

.pricing.pricing-box li.price-row span {
    display: block;
    font-weight: 600;
}

.pricing.pricing-box li.btn-row {
    background: #404040;
}


.pricing-featured {
    position: relative;
}

.pricing-featured li{
    padding-top:17px;
    padding-bottom:17px;
}

.pricing-s1 {
    overflow:hidden;
    position:relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: box-shadow 1s;
    -webkit-transition: box-shadow 1s;
    -moz-transition: box-shadow 1s;
}
.pricing-s1 .top {
    background: #222427;
    color: #eee;
    padding: 40px;
    color: #ECF0F1;
    text-align: center;
}
.pricing-s1 .top h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: normal;
}
.pricing-s1 .top > * {
    margin: 0px;
}
.pricing-s1 .top .price .currency {
    font-size: 24px;
    line-height: 54px;
    vertical-align: top;
    display: inline-block;
}
.pricing-s1 .top .price b {
    font-size: 48px;
    line-height: 70px;
    color: #fff;
}
.pricing-s1 .top .price .month {
    color: #ccc;
}
.pricing-s1 .bottom {
    border-top: 0px;
    padding-bottom:5px;
    background: #222427;
    text-align:center;
}
.pricing-s1 .bottom ul {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align:left;
}
.pricing-s1 .bottom ul li {
    line-height: 60px;
    padding: 0px 30px;
}
.pricing-s1 .bottom ul li > span {
    color: #16A085;
    font-size: 20px;
    margin-right: 20px;
}
.pricing-s1 .bottom ul li:nth-child(odd) {
    background:#2f3135;
}
.pricing-s1 .bottom ul li:nth-child(even) {
    background:#2a2c30
}
.pricing-s1 .bottom > a {
    margin: 40px;
    width: auto;
}
.pricing-s1 .bottom i{
    margin-right:10px;
    font-size:14px;
}
.pricing-s1 .ribbon{
    width: 200px;
    position: absolute;
    top: 20px;
    left: -55px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #222;
    font-weight:bold;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

/* light version */

.pricing-s1.light .top {
    background: #eeeeee;
}
.pricing-s1.light .top h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.pricing-s1.light .top .price b {
    font-size: 48px;
    line-height: 70px;
    font-weight:500;
    color: #333;
}
.pricing-s1.light .top .price .month {
    color: #555;
}
.pricing-s1.light .bottom {
    background: #e5e5e5;
}
.pricing-s1.light .bottom ul li:nth-child(odd) {
    background:#f5f5f5;
}
.pricing-s1.light .bottom ul li:nth-child(even) {
    background:#eeeeee;
}
.pricing-s1.light .btn-custom{
    letter-spacing:1px;
    color:#333;
}

.pricing-s2 {
    background:#f9f9f9;
    overflow:hidden;
    position:relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: box-shadow 1s;
    -webkit-transition: box-shadow 1s;
    -moz-transition: box-shadow 1s;
}
.pricing-s2 .top {
    padding: 40px;
    text-align: center;
}
.pricing-s2 .top h2 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
}
.pricing-s2 .top > * {
    margin: 0px;
}
.pricing-s2 .top .price .currency {
    font-size: 24px;
    line-height: 54px;
    vertical-align: top;
    display: inline-block;
}
.pricing-s2 .top .price b {
    font-size: 48px;
    line-height: 70px;
    color: #333;
}
.pricing-s2 .bottom {
    border-top: 0px;
    padding-bottom:5px;
    text-align:center;
}
.pricing-s2 .bottom ul {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    text-align:left;
}
.pricing-s2 .bottom ul li {
    padding: 10px 30px;
}
.pricing-s2 .bottom ul li > span {
    color: #16A085;
    font-size: 20px;
    margin-right: 20px;
}
.pricing-s2 .bottom ul li:nth-child(odd) {
    background:#fcfcfc;
}
.pricing-s2 .bottom ul li:nth-child(even) {
    background:#f5f5f5;
}
.pricing-s2 .bottom > a {
    margin: 40px;
    width: auto;
}
.pricing-s2 .bottom i{
    margin-right:10px;
}
.pricing-s2 .ribbon{
    width: 200px;
    position: absolute;
    top: 20px;
    left: -55px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #222;
    font-weight:bold;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    background:#000000;
    color:#ffffff;
}

/* progress bar */
/* ================================================== */

.de-progress {
    width: 100%;
    height: 4px;
    background: #ddd;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius:10px;
}
.de-progress .progress-bar {
    background: #333;
    height: 4px;
    box-shadow: none;
    border-radius:10px;
}
.de-progress {
    background: rgba(255, 255, 255, .2);
}
.skill-bar {
    margin-bottom: 40px;
}
.skill-bar.style-2 .de-progress{
    background: rgba(1, 1, 1, .1);
}
.skill-bar h5{
    font-weight:500;
}
.skill-bar .value{
    color:#888;
    font-size:12px;
    font-weight:light;
    float:right;
    margin-top:-40px;
}


/* social-icons */
/* ================================================== */
.social-icons{
    display:inline-block;
}
.social-icons i{
    text-shadow:none;
    color: #fff;
    padding: 8px;
    width: 28px;
    height: 28px;
    text-align: center;
    font-size:16px;
    border-radius:1px;
    -moz-border-radius:1px;
    -webkit-border-radius:1px;
}
footer.light .social-icons i{
    color: #606060;
}
.social-icons i:hover{
    background:#fff;
    border-color:#eceff3;
    color:#111111;
}

.social-icons.light i{
    color:#111111;
}

.social-icons-s1 i{
    font-size: 20px;
    margin:0 10px;
    width:40px;
    height:40px;
    padding-top: 12px;
    text-align: center;
    border:solid 2px rgba(255,255,255,.3);
    color: rgba(255,255,255,.3);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.social-icons-s1 i:hover{
    color:#000000;
    background: #ffffff;
}

/*
	.social-icons .fa-facebook{	background:#305fb3;	}
	.social-icons .fa-twitter{	background:#00d7d5;	}
	.social-icons .fa-rss{ background:#fca600;	}
	.social-icons .fa-google-plus{ background:#d7482a;	}
	.social-icons .fa-skype{ background:#12c7ef;	}
	.social-icons .fa-dribbble{ background:#f06eaa;	}
	*/

/* tabs */
/* ================================================== */
.de_tab {
    opacity:.8;
}

.de_tab .de_nav {
    overflow: hidden;
    padding-left: 0;
    margin: 0;
    padding: 0;
    font-weight:bold;
}

.de_tab .de_nav li {
    float: left;
    list-style: none;
    background: #EEE;
    margin-right: 5px;
}

.de_tab .de_nav li span {
    padding: 8px 16px 8px 16px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display: block;
    background: #f5f5f5;
    text-decoration: none;
    color: #646464;
    font-size: 13px;
    cursor: pointer;
}

.de_tab.tab_steps .de_nav{
    text-align:center;
}
.de_tab.tab_steps .de_nav li{
    background:none;
    display:inline-block;
    float:none;
    margin:0 30px 0px 30px;
}

.de_tab.tab_steps .de_nav li span {
    padding:30px 0 30px 0;
    color:#222;
    font-family:"Dosis";
    font-size:16px;
    border-radius:120px;
    -moz-border-radius:120px;
    -webkit-border-radius:120px;
    line-height:120px;
    width:180px;
    height:180px;
    text-align:center;
    text-transform:uppercase;
}

.de_tab.tab_steps.square .de_nav li span{
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
}

.de_tab.tab_steps .de_nav li span:hover{
    background:#000;
    border:none;
    color:#fff;
}

.de_tab.tab_steps .de_nav li .v-border{
    height:60px;
    border-left:solid 1px rgba(255,255,255,.3);
    display:inline-block;
    margin-bottom:-5px;
}

.de_tab.tab_steps.dark .de_nav li .v-border{
    border-left:solid 1px rgba(0,0,0,.3);
}

.de_tab .de_nav li span {
    border:none;
    background:#222;
}

.de_tab .de_nav li:first-child span {
    border-left: 1px solid #ddd;
}

.de_tab .de_nav li:first-child span {
    border-left: 1px solid #404040;
}


.de_tab .de_tab_content {
    border: 1px solid #ddd;
    padding: 15px 20px 20px 20px;
    margin-top: -1px;
    background: #fff;
}

.de_tab .de_tab_content {
    border: 1px solid #404040;
    background: #27282b;
}

.de_tab.tab_steps .de_tab_content {
    background:0;
    padding:0;
    border:none;
    padding-top:30px;
    border-top:solid 1px rgba(255,255,255,.4);
}

.de_tab.tab_steps.dark .de_tab_content {
    border-top:solid 1px rgba(0,0,0,.4);
}

.de_tab .de_nav li.active span {
    background: #FFF;
    border-bottom: 1px solid #fff;
    color: #222;
    margin-bottom: -3px;
}

.de_tab .de_nav li.active span .v-border{
    display:none !important;
}

.de_tab .de_nav li.active span {
    background: #27282b;
    border-bottom: 1px solid #27282b;
    color: #ccc;
}

.de_tab.tab_steps .de_nav li.active span {
    background:none;
    color: #ffffff;
    border:solid 1px rgba(255,255,255,.6);
}

.de_tab.tab_steps.dark .de_nav li.active span {
    background:none;
    color: #333;
    border:solid 1px rgba(0,0,0,.8);
}

/* new added */
.de_tab.tab_steps.tab_6 .de_nav li span{
    padding:20px 0 20px 0;
    font-size:14px;
    line-height:70px;
    width:120px;
    height:120px;
}


.de_tab.tab_style_4 .de_tab_content {
    border: none;
    background: none;
    padding: 0;
    border-top: none;
}
.text-light .de_tab.tab_style_4 .de_tab_content {
    border-top: none;
}
.de_tab.tab_style_4 .de_nav {
    text-align: center;
    background: none;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 0;
    /*border: solid 1px #333;*/
}
.de_tab.tab_style_4 .de_nav.de_nav_dark li{
    background:#111;
}
.de_tab.tab_style_4 .de_nav.de_nav_dark li h3,
.de_tab.tab_style_4 .de_nav.de_nav_dark li:hover h3 span{
    color:#ffffff !important;
}
.de_tab.tab_style_4 .de_nav.de_nav_dark li h4{
    color:rgba(255,255,255,.5);
}
.de_tab.tab_style_4 .de_nav li img {
    width: auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .7;
}
.de_tab.tab_style_4 .de_nav li.active img {
    width: auto;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}
.de_tab.tab_style_4 .de_nav li {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    border: none;
    padding: 15px 30px 15px 30px;
    min-width: 150px;
    margin: 0;
    /*border-right: solid 1px #333;*/
}
.de_tab.tab_style_4 .de_nav li span {
    margin: 0;
    padding: 0;
    background: none !important;
    border: none;
    width: auto;
    display: inline-block;
}
.de_tab.tab_style_4 .de_nav li:last-child {
    border-radius: 0 5px 5px 0;
    border-right: none;
}
.de_tab.tab_style_4 .de_nav li:first-child {
    border-radius: 5px 0 0 5px;
}
.de_tab.tab_style_4 .de_nav li:hover {
    background: #ddd;
}
.de_tab.tab_style_4 .de_nav li.active, .de_tab.tab_style_4 .de_nav li.active span {
    background: #333;
    color: #fff;
}
.text-light .de_tab.tab_style_4 .de_nav li.active {
    color: #fff;
}
.de_tab.tab_style_4 .de_nav li.active h3, .de_tab.tab_style_4 .de_nav li.active h4, .de_tab.tab_style_4 .de_nav li.active h4 span {
    color: #fff;
}
.tab_style_4 h3, .de_tab.tab_style_4 .de_nav li span {
    margin: 0;
    font-size: 22px !important;
    font-weight: 600;
}
.tab_style_4 h4 {
    margin: 0;
    font-size: 12px;
}


.tab-small-post ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tab-small-post ul li {
    min-height: 60px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #eeeeee;
}

.tab-small-post ul li{
    border-bottom: solid 1px #404040;
}

.tab-small-post ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.tab-small-post ul li img {
    position: absolute;
}

.tab-small-post ul li span {
    display: block;
    padding-left: 64px;
}

.tab-small-post ul li span.post-date {
    font-size: 11px;
}

.de_tab.timeline.nav_4 li{
    display:inline-block;
    text-align:center;
    background:none;
    width:24%;
}

.de_tab.timeline.nav_4 li span{
    background:none;
    border:none;
    margin-top:20px;
    font-family:"Dosis";
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:2px;
}

.de_tab.timeline.nav_4 .dot{
    display:block;
    width:8px;
    height:8px;
    background:#fff;
    opacity:1;
    margin:0 auto;
    border-radius:8px;
    margin-top:1px;
}

.de_tab.timeline.nav_4 .dot:before,
.de_tab.timeline.nav_4 .dot:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    top: 0;
    width:24%;
}

.de_tab.timeline.nav_4  li:last-child .dot:before,
.de_tab.timeline.nav_4 li:last-child .dot:after {
    border-bottom: none;
}

.de_tab.timeline li .num{
    font-size:20px;
}

.de_tab.timeline .de_tab_content{
    background:none;
    border:none;
    padding-top:30px;
}

.de_tab .navigation_arrow{
    text-align:center;
}

.de-simple-tab-nav {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.de-simple-tab-nav li {
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
    background: #EEE;
    margin-right:10px;
    cursor:  pointer;
}

.de-simple-tab-nav li span {
    padding: 5px 15px;
    border: 1px solid #CCC;
    display: block;
    background: #eee;
    color: #909090;
    font-weight: 600;
}

.de-simple-tab-nav li span.active {
    color: #222;
    border-bottom:  solid 1px #ffffff;
}

.de-simple-tab-nav li:first-child span {
    border-left: 1px solid #CCC;
}

.de-simple-tab-content {
    border: 1px solid #CCC;
    padding: 30px;
    margin-top: -1px;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.de-simple-tab-nav li span.active {
    background: #FFF;
    margin-bottom: -3px;
}

.timeline .tl-block{ position: relative; margin-top: 10px; }
.timeline .tl-block:after{ content: ' '; clear: both; display: block;}
.timeline .tl-block .tl-time{ float: left; padding:10px 20px 0px 20px; margin-top:-15px; border:solid 1px #ddd; }
.timeline .tl-block .tl-time:after{width:50px; height:1px; background:#ddd;}
.timeline .tl-block .tl-bar{float: left; width: 5%; position: absolute; margin-left:114px; }
.timeline .tl-block .tl-line{background: #fff; margin-right: 10px;  border-radius: 10px; width: 6px; height: 6px; font-size: 10px; text-align: center; line-height: 15px;}
.timeline .tl-message{ border-radius: 3px; float: left; margin-left:150px; top:0; margin-top:-50px; margin-bottom:30px; }
.timeline .tl-block .tl-message:after{ display: block; content: ' '; clear:both; }
.timeline .tl-block .tl-message .tl-icon{float: left; left:100px; }
.timeline .tl-block .tl-message .tl-main{ float: left; }
.timeline .tl-block .tl-message .tl-main .tl-content label{ font-weight: bold; display: inline-block; width: 80px;}
.timeline .tl-block .tl-message h3{text-transform:none;}
.timeline .tl-block .tl-time h4{margin:0 0 10px 0;}
.timeline .tl-block .tl-main h4{margin-top:-5px;}
.timeline.exp:before{left: 214px;}
.timeline.exp .tl-message{margin-left:250px;}
.timeline.exp .tl-block .tl-bar{margin-left:180px; }
.timeline.exp{ margin-top: 20px; position: relative; padding: 10px}
.timeline.exp:before{
    content: '';
    position: absolute;
    top: 0;
    left: 193px;
    height: 100%;
    width: 1px;
    background:rgba(255,255,255,.1);
}


.de_light .timeline .tl-block .tl-time{ border:solid 1px rgba(0,0,0,.3); }
.de_light .timeline .tl-block .tl-time:after{ background:rgba(0,0,0,.3); }
.de_light .timeline .tl-block .tl-line{background: #333;}
.de_light .timeline.exp:before{ background:rgba(0,0,0,.3); }

.btn-left,
.btn-right{
    background:none;
    border:solid 1px rgba(255,255,255,.2);
    padding:10px 20px 10px 20px;
    margin:5px;
    font-family:"Dosis";
    text-transform:uppercase;
    letter-spacing:5px;
}

.btn-right:after{
    font-family:FontAwesome;
    content: "\f054";
    padding-left:10px;
}

.btn-left:before{
    font-family:FontAwesome;
    content: "\f053";
    padding-right:10px;
}

a.btn-left,
a.btn-right{
    text-decoration:none;
}

.expand-group .expand:last-child{
    border-bottom:solid 1px rgba(255,255,255,.1);
}
.de_light .expand-group .expand:last-child{
    border-bottom:solid 1px rgba(0,0,0,.1);
}

.expand{
    position:relative;
    padding:15px 25px 5px 25px;
    border:solid 1px rgba(255,255,255,.1);
    border-bottom:none;
    background:rgba(255,255,255,.02);
}

.de_light .expand{
    border:solid 1px rgba(0,0,0,.1);
    border-bottom:none;
    background:none;
}

.expand .hidden-content{
    display:none;
    padding:10px 0 10px 0;
}

.expand h4{
    font-family:"Roboto";
    font-size:14px;
    font-weight:600;
    cursor:pointer;
    display:block;
    margin-right:40px;
    line-height:32px;
}

.expand h4:after{
    font-family:FontAwesome;
    content: "\f107";
    color:#fff;
    font-size:20px;
    display:inline-block;
    padding:10px 20px 10px 20px;
    font-style:normal;
    position:absolute;
    right:7px;
    top:7px;
}

.expand h4.active:after{
    content: "\f106";
}


.expand-group.s2 .expand:last-child{
    border-bottom:solid 1px #cccccc;
}

.expand-group.s2 .expand{
    border:none;
    background:none;
    border-top:solid 1px #cccccc;
    padding-left:0;
}

.expand-group.s2 .expand h4:after{
    padding-right:0;
}

/* team
	/* ================================================== */
.team {
    margin-bottom: 30px;
    text-align:center;
}

.team h5 {
    margin-bottom: 0;
}

.team_photo {
    margin-bottom: 10px;
}

.team img.team-pic {
    width: 100%;
    height: auto;
}

.pic-team img{
    width: 100%;
    height: auto;
    width:150px;
    height:150px;
    position:absolute;
}

.pic-team img.pic-hover{
    z-index:100;
    display:none;
}

.team .team_desc {
    font-style: italic;
    margin-bottom: 10px;
}

.team .sb-icons {
    padding: 10px 0 0 0;
}

.team .sb-icons img {
    margin-right: 5px;
}

.team .columns {
    margin-bottom: 30px;
}

.team-list{
    min-height:180px;
    margin-bottom:40px;
}

.team-list .team-pic{
    width:150px;
    height:150px;
    position:absolute;
}

.team-list h5{
    margin-top:0;
    margin-bottom:10px;
    font-size:14px;
}

.team-list.team_desc{
    font-style:italic;
    margin-bottom:10px;
}

.team-list .small-border{
    float:none;
    margin:15px 0 15px 0;
    background:#ddd;
    width:50px;
}

.team-list .social{
    width:150px;
    margin-top:170px;
    text-align:center;
    position:absolute;
}


.team-list .social a{
    display:inline-block;
}

.team-list .info{
    padding-left:170px;
}

.de-team-list{
    position:relative;
    overflow:hidden;
}

.de-team-list img{
    width:100%;
}

.de-team-list .team-desc{
    width:100%;
    height:100%;
    padding:20px;
    padding-bottom:0;
    position:absolute;
    z-index:100;
    top:100%;
    background:#111;
    color:#ccc;
}

.de-team-list p{
    clear:both;
}

.de-team-list .team-desc h3{
    color:#fff;
    margin-bottom:5px;
}

.de-team-list .social a{
    display:inline-block;
    padding:0 5px 0 5px;
}

.de-team-list p.lead{
    font-size:14px;
}

.de-team-list .small-border{
    float:none;
    margin:15px 0 15px 0;
    background:#ddd;
    width:50px;
}

.de-team-list .social a:hover{
    color:#fff;
}

.de-team-list:hover .team-desc{
    top:0;
}

.de-team-contact{
    text-align:center;
}

.de-team-contact h3{
    margin-bottom:10px;
}

.de-team-contact img{
    width:60%;
    margin-bottom:30px;
}

.de-team-contact.s2 img{
    width:90%;
}

.dtc-phone{
    margin-bottom:10px;
    font-size:20px;
}



/* testimonial
	/* ================================================== */
.de_testi {
    display: block;
    margin-bottom: 10px;
}

.de_testi blockquote {
    margin: 0;
    border: none;
    padding: 20px 30px 30px 80px;
    background:rgba(0,0,0,0.5);
    font-style:normal;
    line-height:1.6em;
    font-weight:500;
}

.de_testi blockquote  p{
    margin-top:10px;
}

.de_testi blockquote:before{
    font-family:FontAwesome;
    content: "\f10d";
    color:#111;
    padding-bottom:10px;
    font-size:20px;
    display:inline-block;
    padding:10px 20px 10px 20px;
    font-style:normal;
    background:#000;
    position:absolute;
    left:0;
    top:0;
}

.de_testi blockquote {
    color:#eceff3;
}

.de_testi blockquote, .de_testi blockquote p {
    font-size:16px;
    line-height: 1.8em;
    font-weight: 500;
}

.de_testi_by {
    margin-top: -10px;
    font-style:normal;
    font-size:12px;
}

.de_testi_pic {
    float: left;
    padding-right: 15px;
}

.de_testi_pic img {
    width: 50px;
    height: 50px;
}

.de_testi_company {
    padding-top: 20px;
}

.de_testi.s2 blockquote {
    background:#f6f6f6;
    color:#606060;
}
.de_testi.s2 blockquote:before{
    color:#ffffff;
}

#testimonial-masonry .item{
    margin-bottom:30px;
}





/* ================================================== */
/* anim */
/* ================================================== */
de_tab .de_nav li span,
.feature-box-small-icon i, a.btn-line:after, .de_count, .social-icons a i,
.de_tab.tab_steps .de_nav li span, .de_tab.tab_steps .de_nav li span:hover,
.de-gallery .overlay .icon i,
.de-gallery .overlay .icon i:hover,
header.smaller:not(.header-bottom),
#contact_form input[type=submit],
#contact_form input[type=submit]:hover,
.product img,
.product img:hover,
.mfp-close,.mfp-close:hover,
header.de_header_2 .info,
header.de_header_2.smaller .info,
.de_form input[type="radio"] + label,
.de_form input[type="checkbox"] + label,
.de-gallery.hover-1 span.overlay-1,
.de-gallery.hover-1 span.overlay-1 .pf_text,
.picframe .overlay-v,
#mainmenu li,
#mainmenu li ul,
.box-icon.line,
.owl-theme .owl-controls .owl-buttons div,
.pic-hover .bg-overlay,
.pic-hover:hover > .bg-overlay,
.pic-hover.hover-scale img,
.picframe img,
.de-team-list .team-desc,
.de-team-list:hover .team-desc,
.box-number *,
.de_nav *,
.schedule-item *,
#menu-overlay,
#mo-menu li ul a,
#mo-menu li:hover > a,
#mo-button-open div,
#mo-button-close *,
.social-icons-s1 *,
#purchase-now *,
ul#slide-list *,
.f-num-inc *,
.picframe *,
#de-extra-menu,
#contact_form *
{
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    outline: none;
}

.picframe img,
#mo-menu *
{
    -o-transition:1s;
    -ms-transition:1s;
    -moz-transition:1s;
    -webkit-transition:1s;
    transition:1s;
    outline: none;
}


/* ================================================== */
/* video */
/* ================================================== */
video, object {
    display:inline-block;
    vertical-align:baseline;
    min-width:100%;
    min-height:100%;
}

.de-video-container{
    top:0%;
    left:0%;
    height:500px;
    width:100%;
    overflow: hidden;
}

.de-video-content{
    width:100%;
    position:absolute;
    z-index:10;
}


.de-video-overlay{
    position:absolute;
    width:100%;
    min-height:100%;
    background:rgba(0,0,0,.7);
}

.de-video-overlay.t30{
    background:rgba(0,0,0,.3);
}

.de-video-overlay.t50{
    background:rgba(0,0,0,.5);
}

.de-video-overlay.dotted{
    background:url(../images/dotted.png);
}

.video-fixed{
    width:100%;
    position:fixed;
    top:0;
}

/* youtube, vimeo */

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}







.de-video-container .btn-line:hover:after, .de-video-container a.btn-line:hover:after, .de-video-container a.btn-line.hover:after{
    color:#eceff3;
}






/* ================================================== */
/* map */
/* ================================================== */
/* --------------- map --------------- */
#map {
    width: 100%;
    height: 500px;
}

.map iframe {
    width: 100%;
    height: 320px;
    border: solid 1px #ccc;
    padding: 2px;
    background: #fff;
}

.map-container{
    height: 500px;
    overflow:hidden;
}

.map-container.map-fullwidth iframe{
    width:100%;
    height: 500px;
}

/* ================================================== */
/* call to action */
/* ================================================== */

.call-to-action h2,
.call-to-action h3{
    margin:0;
}

/* ================================================== */
/* overide bootstrap 5 */
/* ================================================== */
.container-fluid {
    padding:0px;
    margin:0px;
}

.card{
    background:#18191b;
    border:solid 1px #303030;
}

.de_light .card{
    background:#ffffff;
    border:solid 1px #dddddd;
}

.card,
.nav-tabs .nav-link,
.btn-primary,
.btn-secondary{
    border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;
}


.collapsible-link,
.btn.btn-link{
    text-decoration:none !important;
}

.accordion .btn.btn-link{
    font-weight:bold;
}

.nav.nav-tabs{
    margin-bottom:20px;
}

.btn-primary{
    color:#222;
}

.btn-primary,
.btn-secondary{
    font-size:14px;
    text-shadow: none;
    border: none !important;
}

.btn.btn-primary:hover{
    background:#555;
}


.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}
.img-responsive {
    display: inline-block;
}

.accordion-header{
    display: block;
    width: 100%;
}
.accordion-button:not(.collapsed){
    box-shadow: none;
}

.accordion-item,
.accordion.accordion-flush {
    border: 1px solid rgba(255,255,255,.1);
}
.accordion-button,
.accordion-item,
.accordion-button:not(.collapsed){
    color: #ffffff;
    background: #202124;
}
.accordion-button::after,
.accordion-button:not(.collapsed)::after{
    background: url(../images/ui/arrow-down-smaller.png) center no-repeat;
}

.de_light .accordion-item,
.de_light .accordion.accordion-flush {
    border: 1px solid rgba(0,0,0,.1);
}
.de_light .accordion-button,
.de_light .accordion-item,
.de_light .accordion-button:not(.collapsed){
    color: #07003b;
    background: #ffffff;
}
.de_light .accordion-button::after,
.de_light .accordion-button:not(.collapsed)::after{
    background: url(../images/ui/arrow-down-invert.png) center no-repeat;
}



.label {
    font-family: "Roboto",Arial, Helvetica, sans-serif;
}

table thead {
    font-weight: bold;
}

p.lead,
p.intro{
    font-size:16px;
    font-weight:500;
    line-height:1.7em;
}

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

.table-dark{
    background: none;
}

.table-cart td{
    padding:20px 0;
}

blockquote {
    font-size: 24px;
    font-style: italic;
    line-height: 1.5em;
    font-weight: 300;
}

blockquote span {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

blockquote.s1{
    font-size:14px;
    line-height:1.8em;
    font-weight:500;
    margin-left:30px;
    padding:0 0 0 30px;
}

blockquote.testimonial-big{
    text-align:center;
    border:none;
    padding:0;
    margin:0;
    font-size:24px;
}
blockquote.testimonial-big .name{
    margin-top:20px;
}
blockquote.testimonial-big .title{
    margin-bottom:20px;
    font-size:26px;
    font-weight:bold;
}
blockquote.testimonial-big:before{
    font-family:FontAwesome;
    content: "\f10d";
    padding-bottom:10px;
    font-size:28px;
    display:inline-block;
    padding:10px 20px 10px 20px;
    font-style:normal;
}
blockquote.testimonial-big.s2{
    font-size:18px;
    line-height:1.8em;
}
blockquote.testimonial-big.s2 .title{
    font-size:22px;
}


/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
/* Horizontal line */
.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
    transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
    transform: rotate(180deg);
}

.collapsible-link.text-white{
    color:#ffffff;
}

.collapsible-link.text-white::after,
.collapsible-link.text-white::before{
    background:#ffffff;
}



/* ======================================== */
/* toggle */
/* ======================================== */
.toggle-list{list-style:none; margin:0; padding:0;}
.toggle-list li{ margin-bottom:10px; background:#fff; border:solid 1px #ddd;border-bottom:solid 3px #ddd;}
.toggle-list li h2{-moz-user-select: none; -html-user-select: none; user-select: none; color:#555;font-size:16px; line-height:20px; font-family:"Roboto",Arial, Helvetica, sans-serifr; padding:10px 20px 0px 60px; font-weight:700; display:block; letter-spacing:normal;}
.toggle-list li .acc_active:hover{ color:#777;
    background:url(../images/icon-slide-plus.html) 20px center no-repeat;
    padding-left:80px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;}

.toggle-list li .acc_noactive:hover{ color:#777;
    background:url(../images/icon-slide-min.html) 20px center no-repeat;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;}
.toggle-list .ac-content{display:none; padding:20px; border-top:solid 1px #e5e5e5;}
.acc_active{background:url(../images/icon-slide-plus.html) 20px center no-repeat;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    height:32px;

}
.acc_noactive{background:url(../images/icon-slide-min.html) 20px center no-repeat;}


/* ================================================== */
/* image position */
/* ================================================== */
.img-left {
    float: left;
    margin: 5px 15px 15px 0;
}

.img-right {
    float: right;
    margin: 5px 0 15px 15px;
}



/* ================================================== */
/* flickr */
/* ================================================== */
#flickr-photo-stream img {
    width: 48px;
    height: auto;
    margin: 0 12px 12px 0;
    float: left;
}

#flickr-photo-stream a img {
    border: solid 2px #fff;
}

#flickr-photo-stream a:hover img {
    border: solid 2px #777777;
}





hr{
    border-top: solid 1px #555;
}

hr.blank {
    border: none;
    margin: 20px 0 20px 0;
}

/* ================================================== */
/* font awesome icons */
/* ================================================== */
i {
    display: inline-block !important;
}

i.large {
    font-size: 72px;
    text-align: center;
    display:inline-block;
    float:none;
}

i.medium {
    font-size: 20px;
    padding: 10px;
    text-align: center;
    display:inline-block;
    float:none;
}

i.small {
    font-size: 12px;
    padding: 4px;
    text-align: center;
    display:inline-block;
    float:none;
}

i.circle-icon {
    border-radius: 75px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
}

.fa-android{
    color:#469159;
}

.fa-apple{
    color:#0EC3F7;
}

/* extra ^ */
.de_center p {
    width: 100%;
}

.de_center .de_icon {
    float: none;
    margin: 0 auto;
}


/* ================================================== */
/* transition */
/* ================================================== */
a,
a:hover,
.test-column,
.test-column:hover {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}





.de_contact_info{
    font-size:40px;
    font-weight:bold;
}

.de_contact_info i{
    float:none;
    margin-right:20px;
}


.center-div{
    margin:0 auto !important;
}





/* ================================================== */
/* gallery */
/* ================================================== */
.de_carousel .item {
    width:100%;
    display:block;
}


.item img {
    width:100%;
    height:auto;
}

.item h4 {
    margin-bottom: 0;
    font-size: 14px;
}

#gallery .item{
    overflow:hidden;
}

.picframe .overlay-v{
    text-align: center;
    width: 100px;
    background: rgba(0,0,0,.5);
    position:absolute;
    width:102%;
    height:100%;
    z-index:1000;
    display:table;
}
.overlay-v.ov-1{
    background: rgba(0,0,0,.8);
}
.picframe .overlay-v .pf_text{
    display:table-cell;
    vertical-align:middle;
}
.light .picframe .overlay-v{
    background: rgba(255,255,255,.3);
}

.picframe.s2 span.overlay .project-name{
    color:#ffffff;
}

.fullheight-100{
    height:100%;
}

.fullheight-100 img{
    position: relative;
    height:100%;
}


.pf_text {
    display: table-cell;
    vertical-align: middle;
    color:#eceff3;
}

.pf_text h4 {
    color:#eceff3;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

.pf_title{
    display:block;
}

.project-info{
    color:#ccc;
    margin-left:20px;
}

.de_light .project-info{
    color:#606060;
}

.project-info h2{
    margin-top: 0;
    font-size:18px;
    letter-spacing:3px;
    text-transform:uppercase;
}

.project-info h4{
    font-weight:bold;
}

.project-info .details{
    padding:20px;
    border:solid 1px rgba(255,255,255,.2);
    background:rgba(0,0,0,.5);
    margin-bottom:30px;
}

.de_light .project-info .details{
    background:#eee;
    border-color:#ddd;
}

.project-infoproject-info span{
    display:block;
}

.project-info span.title{
    display:inline-block;
    min-width:80px;
}

.project-info span.val{
    margin-bottom:15px;
    font-weight:bold;
}

.project-view{
    padding:120px 0 80px 0;
}

.project-images img{
    width:100%;
}

.picframe {
    position: relative;
    overflow: hidden;
}

span.overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    vertical-align: center;
    width: 100%;
    height: 100%;
    background: #111;
    z-index:100;
    opacity: 0;
}

.grid-item span.overlay{
    display: block;
    text-align: center;
}

.picframe img{
    position: relative;
    width:100%;
}

.picframe:hover .overlay{
    opacity: .8;
}

.picframe:hover .overlay-v{
    transform: scale(1.2);
    opacity:0;
}

.picframe:hover img{
    transform: scale(1.3);
}

.s2 .overlay-v,
.s2 .overlay-v:hover{
    background: rgba(40,40,40,.3);
}
.s2 .overlay-v .project-name{
    font-size:16px;
    letter-spacing:0;
    text-transform:none;
    color:#fff;
}

#btn-close-x{
    width:100px;
    height:100px;
    display:block;
    background:url(../images/close.html) center no-repeat;
    margin:0 auto;
    margin-bottom:80px;
    cursor:pointer;
    padding:20px;
}

#btn-close-x{
    background:url(../images/close-2.html) center no-repeat;
}


.project-name{
    font-size:12px;
    font-weight:bold;
    display:block;
}


.de_light span.overlay {
    background: #fff;
}

.overlay-dark span.overlay {
    background: #111;
}

.project-details{
    padding:30px;
    border:solid 1px #ddd;
    margin-bottom:30px;
}

.info-details .info-text{
    margin-bottom:20px;
}

.project-details .title,
.info-details .title{
    display:block;
    font-weight:bold;
}

.project-details .val{
    display:block;
    margin-bottom:20px;
}
.project-details .info-text:last-child .val{
    margin-bottom:0;
}

span.icon{
    cursor:pointer;
}



.overlay .info-area {
    display: block;
    margin-top: 10%;
}

.overlay .sb-icons {
    display: block;
    margin-top: 200px;
}

.de-gallery .overlay{
    text-align:center;
}

.overlay  .pf_text{
    display: table-cell;
}

.project-name{
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:5px;
}

.de-gallery .overlay .icon {
    display: inline-block;
    margin-top: 200px;
    text-align:center;
}

.de-gallery .overlay .icon i{
    text-shadow:none;
    color:#fff;
    border:solid 1px rgba(255,255,255,.1);
    font-size: 22px;
    padding: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-left:10px;
}

.de-gallery .overlay .icon i.icon-info{
    margin-left:0px;
}

.de-gallery .overlay .icon i:hover{
    color:#222;
    background:#fff;
}

.de-gallery.hover-1 span.overlay-1 {
    text-align: center;
    display: block;
    background:rgba(0,0,0,.7);
    position: absolute;
    width:100%;
    height:100%;
    z-index:2;
}
.de-gallery.hover-1 span.overlay-1:hover{
    background:rgba(0,0,0,0);
}
.de-gallery.hover-1 span.overlay-1 .pf_text{
    display:block;
    bottom:10%;
    letter-spacing:4px;
    position:absolute;
    width:100%;
}
.de-gallery.hover-1 span.overlay-1:hover .pf_text{
    bottom:-20%;
    opacity:0;
}
.grid_gallery .item{
    margin-bottom:30px;
}


.gallery-scroll{
    overflow: scroll;
}

a.img-icon-url, a.img-icon-zoom {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../images/icon-url.html) center no-repeat;
    margin: 0 auto;
    margin: 0 2px 0 2px;
}

a.img-icon-zoom {
    background: url(../images/icon-zoom.html) center no-repeat;
}

.pf_full_width .item{
    width:24.9%;
    float:left;
}

.pf_full_width.pf_3_cols .item{
    width:33.3%;
}

.pf_full_width.pf_2_cols .item{
    width:49.9%;
}

.pf_full_width img{
    float:left;
    width:100%;
}

/* ---- grid ---- */

.grid {
    width:100%;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .element-item ---- */

/* 5 columns, percentage width */

.grid-sizer {
    width: 5%;
}

.grid-item {
    float: left;
    border:none;
    overflow:hidden;
    margin:0;
    padding:0;
}

.large-width { width: 50%; }



@media only screen and (max-width : 768px) {
    .w1, .w2, .w3, .w4, .w5 {width:100%}
}


/* ================================================== */
/* widget */
/* ================================================== */
#sidebar{
    padding-left:20px;
}

.widget {
    margin-bottom: 60px;
    padding-bottom:60px;
    border-bottom:solid 1px #333;
}

.de_light .widget{
    border-bottom:solid 1px #ddd;
}

#sidebar .widget:last-child{
    border:none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget h4 {
    text-transform:uppercase;
    padding-bottom: 20px;
    font-size: 16px;
    letter-spacing: normal;
    letter-spacing:1px;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding:0;
}

.widget  .small-border{
    height:2px;
    width:30px;
    background:#fff;
    margin:10px 0 20px 0;
    display:block;
}

.widget_category li a {
    display: block;
    padding: 12px 20px 12px 20px;
    margin-bottom: 8px;
    font-weight: bold;
    text-decoration: none;
    color:#fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border:solid 1px #333333;
}

.de_light .widget_category li a {
    border:solid 1px #ddd;
    color:#111;
}

.widget_category li:hover a {
    color:#111;
}

.widget_recent_post li {
    padding-left: 20px;
    background: url(../images/list-arrow.html) left 2px no-repeat;
    border-bottom: solid 1px #222;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

.widget .comments li {
    padding-left: 20px;
    background: url(../images/list-arrow.html) left 2px no-repeat;
    border-bottom: solid 1px #eee;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

.widget_tags li {
    text-shadow:none;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 13px;
}

.widget_tags li a {
    font-size:12px;
    text-decoration: none;
    margin-bottom: 5px;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border:solid 1px rgba(255,255,255,.1);
    color: #888;
    padding: 5px 8px 5px 8px;
}

.de_light .widget_tags li a {
    color:#606060;
    border:solid 1px #ddd;
}

.widget_tags li a:hover {
    color:#555;
    border-color: #555;
}

.de_light .widget_tags li a:hover {
    color:#111;
    border-color: #111;
}


.widget_top_rated_product ul{
    padding:0;
}

.widget_top_rated_product li {
    min-height:80px;
    margin-bottom: 10px;
}

.widget_top_rated_product li .text{
    padding-top:5px;
    padding-left:75px;
}

.widget_top_rated_product li img{
    position:absolute;
    width:60px;
    height:60px;
}

.widget_tags li a{
    border-color:#555;
}

.widget_tags li a:hover {
    color:#eceff3;
    border-color:#eceff3;
}


.d-cart-item .text{
    padding-left:75px;
}

.d-cart-item img{
    position:absolute;
    width:50px;
    height:50px;
}

footer .widget{
    border:none !important;
    margin-bottom:0;
}

.widget_tags ul{
    margin-top:30px;
}

footer .widget.widget_tags li a{
    border-color:#222;
}

footer .widget_recent_post li {
    padding: 2px 0 4px 0;
    margin:0;
    background: none;
    border-bottom-color:#222;
}

footer .widget{
    border:none !important;
    margin-bottom:0;
}

.widget_tags ul{
    margin-top:30px;
}

footer .widget.widget_tags li a{
    border-color:#222;
}

footer.light .widget_recent_post li {
    border-bottom-color:#eee;
}

footer .widget h3{
    margin-bottom:20px;
}

footer.style-2{
    padding:80px 0 60px 0;
}


#photo-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag,
#photo-carousel .owl-stage-outer,
#photo-carousel .owl-stage,
#photo-carousel .owl-item,
#photo-carousel .item,
#photo-carousel .owl-item,
#photo-carousel .img-responsive{
    height: 100vh;
    object-fit: cover;
}

#v-wrap{
    position: fixed;
    width: 100%;
    display: table;
    left:40px;
    z-index: 1000;
    float: left;
    transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
    -moz-transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
    text-align: center;
    top:50%;
    font-size: 12px;
    letter-spacing: 10px;
}

.pp-table{
    display: table;
    min-height: 100%;
}

.pp-scrollable .pp-inner{
    display: table-cell;
    vertical-align: middle;
}

#pp-nav.right {
    right: 25px
}
#pp-nav.left {
    left: 25px;
}
#pp-nav span,
.pp-slidesNav span{
    border: 1px solid #000;
}

.pp-tooltip{
    background:#222222;
    padding:2px 8px;
    margin-top:-5px;
}

/* ================================================== */
/* misc */
/* ================================================== */
a{
    color:#fff;
    text-decoration:none;
    outline:0;
}

a:hover{
    color:#fff;
}

a:hover, a:active, a:focus, img{
    outline:0;
}

a.btn-on-header,
.de_light a.btn-on-header{
    color: #ffffff;
    padding: 2px 40px 2px 20px;
    margin-top: -20px;
    border: solid 1px rgba(255, 255, 255, .5);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

a.btn-on-header:hover,
.de_light a.btn-on-header:hover{
    color: #000000 !important;
}

header.smaller .btn-on-header{
    margin-top: -18px;
}


.d-slide-item{
    padding-left: 30px;
}

.d-slide-item .dsi-desc{
    margin-top: 10px;
    margin-left: 50%;
    float: right;
    font-size: 16px;
    line-height: 1.7em;
    position: relative;
    z-index: 10;
}

.d-slide-item h4{
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
    padding: 5px 10px;
    position: absolute;
    margin-top: -40px;
    z-index: 1;
    color: #ffffff;
}

.d-slide-item .wm{
    text-align: left;
    display: inline-block;
    font-size: 260px;
    letter-spacing: -10px;
    margin-left: -10px;
    margin-top: -70px;
}

.de-flex{
    display: flex;
    justify-content: space-between;
}

.de-flex > .de-flex-col{
    display: flex;
    justify-content: center;
    align-items: center;
}

.de-header-flex{
    display: flex;
    justify-content: space-between;
}

.de-header-flex > .de-flex-col{
    display: flex;
    justify-content: center;
    align-items: center;
}

#de-extra-menu{
    height:80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.d-cart-icon{
    width:48px;
    position: relative;
}

.d-cart-icon i{
    font-size: 22px;
    position: absolute;
    left: 0;
}

.d-cart-icon span{
    position: relative;
    margin-top: 2px;
    float: right;
    color:#000;
    display:inline-block;
    width:18px;
    height:18px;
    line-height:1.5em;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
}

.d-summary{
    padding:30px;
    background: #1e2024;
}

.de_light .d-summary{
    background: #f5f5f5;
}

header.smaller #de-extra-menu{
    height: 70px;
}

.bg-black{
    background:#18191b;
}

.nav-link{
    color: #ffffff;
}

.de_light .nav-link,
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #07003b;
}

.de_light a, .de_light a:hover{
    color:#606060;
}

.de_light footer a, .de_light footer a:hover{
    color:#cccccc;
}


.wm{
    width:100%;
    position:relative;
    font-size:200px;
    text-align:center;
    font-weight:bold;
    top:33px;
    -webkit-user-select:none;-moz-user-select:-moz-none;
    -ms-user-select:none;user-select:none;
}

.wm.dark{
    color:rgba(255,255,255,.1);
}

.wm.dark.wm-border{
    font-size:280px;
    color:rgba(0,0,0,0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255,255,255,.15);
}

.wm.light.wm-border{
    font-size:280px;
    color:rgba(0,0,0,0);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0,0,0,.1);
}

.wm.pp-wm,
.text-light .wm.pp-wm{
    -ms-user-select:none;user-select:none;
    -webkit-text-stroke-color: rgba(255,255,255,.3);
    -webkit-text-stroke-width: 1px;
    -webkit-user-select:none;-moz-user-select:-moz-none;
    font-size:32px;
    font-weight:bold;
    position: absolute;
    text-align:right;
    top:33px;
    width:100%;
    padding-right: 40px;
    letter-spacing: 1px;
}

.de_light .wm{
    color:rgba(0,0,0,.05);
}
.text-light .wm{
    color:rgba(255,255,255,.05);
}
.demo-icon-wrap{
    margin-bottom:30px;
}
.demo-icon-wrap i{
    font-size:28px;
    margin-right:20px;
    position:relative;
    top:5px;
}

.demo-icon-wrap-s2{
    margin-bottom:30px;
}
.demo-icon-wrap-s2 span{
    font-size:28px;
    margin-right:20px;
    position:relative;
    top:5px;
}

/* video button begin */

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #eb3349; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ba1f24;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #eb3349;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#eb3349, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

.small-icon{
    padding:5px 10px;
    border:solid 1px #dddddd;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}

.icons-group.s2 .small-icon{
    padding:10px 20px;
}

.icons-group.s2 i{
    font-size:18px;
}

.small-icon i{
    margin-right:10px;
}

.icons-group .small-icon{
    margin-right:10px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
/* video-button close */

.clearfix{width:100%;}

.strong{font-weight:bold;}

.fontsize24{font-size:24px !important;}
.fontsize32{font-size:32px !important;}
.fontsize36{font-size:36px !important;}
.fontsize40{font-size:40px !important;}
.fontsize48{font-size:48px !important;}

.padding5{padding:5px !important;}
.padding10{padding:10px !important;}
.padding20{padding:20px !important;}
.padding30{padding:30px !important;}
.padding40{padding:40px !important;}
.padding50{padding:50px !important;}
.padding60{padding:60px !important;}
.padding70{padding:70px !important;}
.padding80{padding:80px !important;}


#particles-js{
    top:0;
    width:100%;
    height:100%;
    position:absolute;
    z-index:0;
}

.de_light a:hover{
    color:#555;
}

#services-list{
    padding:0;
    margin:0;
}

#services-list li a{
    color:#fff;
}

.de_light #services-list li a{
    color:#999;
}

#services-list li{
    font-weight:bold;
    list-style:none;
    margin:0;
    background:rgba(0,0,0,.3);
    margin-bottom:10px;
}

.de_light #services-list li{
    background:#ddd;

}

#services-list li a{
    display:block;
    padding:20px;
    text-decoration:none;
}

#services-list li a:hover{
    color:#111;
}

.pic-services img{
    margin-bottom:30px;
}

#services-list li.active a{
    color:#111;
}

#services-list.s1 li{
    background:#303030;
}
#services-list.s1 li a{
    color:#fff;
}

.project-images img{
    margin-bottom:60px;
}

.teaser-text{
    font-family:"Dosis";
    font-size:14px;
    color:rgba(255,255,255,.5);
    line-height:normal;
    font-weight:300;
    text-transform:uppercase;
    letter-spacing:6px;
}

.teaser-text-2{
    font-size:16px;
}

#navigation{
    position:fixed;
    width:100%;
    height:60px;
    top:0;
    right:20px;
    text-align:center;
    margin-bottom:60px;
    z-index:1000;
}

.mfp-close{
    color:#fff !important;
    position:absolute;
    width:100%;
    font-size:48px;
    margin-top:40px;
    z-index:1000;
}

.de_light .mfp-close{
    color:rgba(0,0,0,.5) !important;
}

.de_light .mfp-close:hover{
    color:rgba(0,0,0,1) !important;
}

.nav-prev:before,.nav-next:before, .nav-exit:before{
    font-family:"FontAwesome";
    content:'\f177';
    color:#fff;
    padding:20px;
    font-size:24px;
    cursor:pointer;
}

.nav-exit:before{
    width:100%;
    display:block;
}

.nav-next:before{
    content:'\f178';
    width:100%;
    background:#555;
}

.nav-exit:before{
    content:'\f00d';
}

.de_light .nav-exit:before{
    color:#222;
}

.container-4 .de-team-list{
    width:24.9%;
    float:left;
    position:relative;
}

.container-3 .de-team-list{
    width:33.3%;
    float:left;
    position:relative;
}

.no-margin{
    margin:0 !important;
}

.no-bottom{
    margin-bottom:0;
    padding-bottom:0;
}

p{
    margin-bottom:20px;
}


.bg-grey{
    background:#f5f5f5;
}

.no-bottom {
    padding-bottom: 0 !important;
}
.no-top {
    padding-top: 0 !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}


#filters a{
    background:none;
}

.side-bg{
    position:relative;
    overflow:hidden;
}

.side-bg .image-container {
    height:100%;
    overflow:hidden;
    padding:0;
    position:absolute;
    background-size:cover !important;
}

.side-bg .background-image {
    background-position:50% 50%!important;
    background-size:cover!important;
    width:100%;
    height:100%;
    left:0;
    position:absolute;
    z-index:0
}

.image-slider{
    cursor:move;
}

.inner-padding{
    padding:90px 0 90px 0;
}

.no-padding,section.no-padding{
    padding:0;
}

.float-left {
    float: left;
}

#loader-area{
    display:none;
    background:#fff;
}

#loader-area{
    display:none;
    background:#111;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url('../images/page-loader.html') 50% 50% no-repeat rgb(249,249,249);
}

.page-overlay {
    display:none;
    width: 120px;
    height: 120px;
    background:url(../images/page-loader.html) center no-repeat #fff;
    border-radius:10px;
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index:10000;
    margin: auto;
}

.teaser{
    font-family:"Roboto",Arial;
    font-size:15px;
    font-weight:300;
}

.form-control:focus{
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}

.owl-arrow{
    position:absolute;
    z-index:100;
    background:#fff;
    margin-top:48%;
    display:none;
    cursor:pointer;
}
.owl-arrow span{
    display:block;
    background:#555;
    position:absolute;

}
.owl-arrow .prev{
    left:0;
}
.owl-arrow .next{
    right:0;
}

.owl-arrow .prev:before, .owl-arrow .next:before{
    font-family:"FontAwesome";
    content:'\f177';
    color:#fff;
    padding:20px;
    font-size:32px;
    display:block;
}
.owl-arrow .next:before{
    content:'\f178';
}

.owl-theme .owl-controls .owl-page span{
    width:5px !important;
    height:5px !important;
}

.owl-pagination{
    margin-top:0px;
}

.owl-custom-nav{
    position:absolute;
    z-index:1000;
    width:100%;
    margin-top:10%;
}
.owl-custom-nav .btn-next{
    position:absolute;
    right:0;
}
.owl-custom-nav.nav-in-col .btn-next{
    position:absolute;
    right:25%;
}
.owl-custom-nav .btn-prev{
    position:absolute;
    left:0;
}
.owl-custom-nav .btn-next:before{
    font-family:"FontAwesome";
    content:"\f105";
    color:#111;
    background:#333;
    padding:5px 12px 5px 12px;
    font-size:20px;
}
.owl-custom-nav .btn-prev:before{
    font-family:"FontAwesome";
    content:"\f104";
    color:#111;
    background:#333;
    padding:5px 12px 5px 12px;
    font-size:20px;
}

.owl-custom-nav a{
    text-decoration:none;
}

.owl-custom-nav .btn-prev:hover:before,
.owl-custom-nav .btn-next:hover:before{
    cursor:pointer;
    background:#111;
    color:#fff;
}

.owl-theme .owl-controls .owl-buttons div{
    background:#ffffff;
    opacity:1;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    padding-top:0px;
    height:32px;
    margin-top:20px;
    color:#111111;
    text-transform:uppercase;
    letter-spacing:5px;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    opacity:.8 !important;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before{
    font-family:"FontAwesome";
    content:"\f104";
    color:#111;
    padding:5px 12px 5px 12px;
    font-size:24px;
    position:relative;
    top:3px;
    left:-10px;
}

.owl-theme .owl-controls .owl-buttons .owl-next:after{
    font-family:"FontAwesome";
    content:"\f105";
    color:#111;
    padding:5px 12px 5px 12px;
    font-size:24px;
    position:relative;
    top:3px;
    right:-15px;
}

/* new owl */

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top:20px;
}

.owl-dots button{
    background:none;
    border:none;
    outline:none;
    padding:0;
}
.owl-theme .owl-dots .owl-dot span{
    width:4px;
    height:4px;
}

#photo-carousel .owl-dots{
    position: relative;
    margin-top: -50px;
    z-index: 1000;
}

#carousel-products .owl-dots{
    position: absolute;
    z-index: 100;
    bottom: -10px;
    width: 100%;
}

#carousel-products .owl-dots .owl-dot span{
    width:10px;
    height:10px;
}

/* new owl close */

.text-slider{
    line-height:60px;
    color:#fff;
    font-family:"Dosis";
    font-size:60px;
    text-transform:uppercase;
    font-weight:300;
    display:inline-block;
    letter-spacing:25px;
}

.text-slider.big-text{
    font-size:120px;
    line-height:120px;
    font-weight:bold;
}

.border-deco .item{
    display:inline-block;
}

.text-slider.dark{
    color:#222;
}



.item i{
    font-size:60px;
    margin-top:5px;
}

.text-slider.big-text i{
    font-size:90px;
    margin-top:15px;
}


.red{color:#ff0000 !important;}
.teal{color:#009999 !important;}
.purple{color:#663366 !important;}
.green{color:#009900 !important;}


.wow{visibility: hidden;}


#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    outline:none;
}
#back-to-top:hover {
    background: #111;
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top:before{
    font-family:"FontAwesome";
    font-size:22px;
    content:"\f106";
    color:#222;
    position:relative;
    margin:5px;
}
#back-to-top:hover:before{
    color:#fff;
}

#back-to-top.custom-1:before{
    color:#fff;
}

/* mouse scroll icon begin */
.mouse {
    position: absolute;
    width: 22px;
    height: 42px;
    bottom: 30px;
    left: 50%;
    margin-left: -12px;
    border-radius: 15px;
    border: 1px solid #fff;
    -webkit-animation: intro 1s;
    animation: intro 1s;
}
.scroll {
    display: block;
    width: 3px;
    height: 3px;
    margin: 6px auto;
    border-radius: 4px;
    background: #fff;
    -webkit-animation: finger 1s infinite;
    animation: finger 1s infinite;
}
@-webkit-keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}
/* mouse scroll icon close */

.bgimage{
    background-size:cover;
}

.no-bg{
    background:none !important;
}

#ifrm,#cfs_top_div{
    display:none;
}

.info-box i{
    margin-top:5px;
    font-size:40px;
    position:absolute;
}


.info-box .info-box_text{
    padding-left:60px;
}

.info-box .info-box_title{
    font-weight:700;
    text-transform:uppercase;
    line-height:16px;
    color:#fff;
    margin-top:8px;
}

.info-box.s2 .info-box_title{
    font-size:11px;
    letter-spacing:1px;
    margin-top:0px;
}

.header-light .info-box .info-box_text,
.header-light .info-box i{
    color:#333;
}

.text-right .info-box{
    position:relative;
    right:60px;
}

.text-right .info-box i{
    right:-60px;
}

.text-right .info-box .info-box_text{
    padding:0px;
}


.header-custom .info-box i{
    margin-top:-3px;
}

#info-box{
    height:90px;
    position:absolute;
    z-index:500;
    width:100%;
    background:rgba(0,0,0,.3);
}

/* ===== demo switcher ===== */

#switcher{
    display:none;
    color:#333;
    padding:10px;
    padding-bottom:20px;
    background:#fff;
    font-size:12px;
    position:fixed;
    z-index:10000;
    top:150px;
    left:0;
    padding-left:20px;
    font-family:"Roboto", Arial, Helvetica, sans-serif;
    font-size:12px;
    margin-left:-120px;
    border-radius: 0 0 2px 0;
    -moz-border-radius: 0 0 2px 0;
    -webkit-border-radius: 0 0 2px 0;
    width:120px;
}
#switcher .clearfix{
    margin-bottom:10px;
}
#switcher span{
    font-size:12px;
}
.custom-show:after,.custom-close:after{
    position:absolute;
    margin-left:100px;
    margin-top:-10px;
    display:inline-block;
    width:42px;
    height:42px;
    padding:10px;
    padding-right:15px;
    color:#000;
    border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    cursor:pointer;
    content:"\f013";
    font-family:"FontAwesome";
    font-size:24px;
    font-weight:normal;
}
#de-color {
    padding:0;
    margin:0;
}
#de-color li{
    list-style:none;
    display:inline-block;
    float:left;
    width:38px;
    height:25px;
    margin:0 5px 5px 0;
    background:#0C9;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    cursor:pointer;
}
#de-color li.bg1{background:#33C9BD;}
#de-color li.bg2{background:#02D1ED;}
#de-color li.bg3{background:#11B555;}
#de-color li.bg4{background:#BBBBBB;}
#de-color li.bg5{background:#F65425;}
#de-color li.bg6{background:#ED4D88;}
#de-color li.bg7{background:#C762CB;}
#de-color li.bg8{background:#F63131;}
#de-color li.bg9{background:#FBB829;}
#de-color li.bg10{background:#8BAD01;}
#de-color li:hover{
    opacity:.7;
}
#switcher select{
    width:74px !important;
    font-size:12px;
    height:25px;
    border:none;
    background:#eee;
    font-weight:600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:url(../images/arrow-down.png) right no-repeat #eee;
    padding-left:6px;
    padding-right:22px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
#switcher select:hover{
    background-color:#ddd;
}
#switcher select,
#de-color li
{
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    outline: none;
}

#purchase-now{
    position: fixed;
    bottom: 80px;
    left: 20px;
    z-index: 10000;
}

#purchase-now a{
    color:#ffffff;
    z-index: 1001;
    position: absolute;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    background:#78A938;
    display:block;
    font-size: 24px;
    font-weight: bold;
    width:60px;
    height: 60px;
    padding:17px;
    text-decoration:none;
}

@keyframes shadow-pulse
{
    0% {
        box-shadow: 0 0 0 0px rgba(120, 169, 56, 0.2);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(120, 169, 56, 0);
    }
}

#purchase-now a span{
    font-size: 14px;
    font-weight: 500;
    left: 8px;
    position: absolute;
    top: 18px;
    width: 100px;
}

#purchase-now .pn-hover{
    position: absolute;
    font-weight: bold;
    font-size: 16px;
    background: #ffffff;
    color:#78A938;
    width:120px;
    padding:10px;
    padding-left: 20px;
    text-align: center;
    top:8px;
    border-radius: 5px;
    left: 30px;
    opacity: 0;
}

#purchase-now:hover .pn-hover{
    opacity: 1;
    left: 40px;
}

.de-images{
    position:relative;
    width:100%;
}

.de-images img{
    border-radius:5px;
    -webkit-box-shadow: 2px 20px 30px 0px rgba(20,20,20, 0.2);
    -moz-box-shadow: 2px 20px 30px 0px rgba(20,20,20, 0.2);
    box-shadow: 2px 20px 30px 0px rgba(20,20,20, 0.2);
}

.di-small{
    position:absolute;
    width:50%;
    height:50%;
    top:75%;
    left:-35%;
    z-index:-1;


}

.di-small-2{
    position:absolute;
    width:40%;
    height:40%;
    right:-10%;
    bottom:-10%;
    z-index:1;
}

/* schedule */

.schedule-item {
    padding: 40px 0 30px 0;
    border-bottom: solid 1px #eee;
}
.dark .schedule-item {
    padding: 40px 0 30px 0;
    border-bottom: solid 1px rgba(255,255,255,.1);
}
.schedule-listing:nth-child(even) {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, .65) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, .65) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, .65) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.dark .schedule-listing:nth-child(even) {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, .05) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, .05) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, .05) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.schedule-item>div {
    float: left;
}
.schedule-item .sc-time {
    font-weight:bold;
    width: 160px;
    padding-top: 25px;
    font-size:14px;
}
.schedule-item .sc-pic {
    width: 120px;
}
.schedule-item .sc-pic img {
    width: 90px;
    padding:5px;
    height: auto;
}
.schedule-item .sc-name {
    font-weight: normal;
    font-size: 14px;
    width: 160px;
    padding-top: 15px;
}
.schedule-item .sc-name h4 {
    font-size: 14px;
    margin: 0;
    line-height: 1.6em;
}
.schedule-item .sc-name span {
    font-weight: normal;
    font-size: 12px;
}
.schedule-item .sc-info {
    float: none;
    display: inline-block;
    width: 60%;
}
.schedule-item .sc-info h3 {
    font-size:18px !important;
    margin-bottom: 10px;
    font-weight:500;
}

.ps1-deco{
    height:4px;
    background:#ffffff;
}

.list-inline-style-1 li{
    font-weight:bold;
    display:inline;
}

.list-inline-style-1{
    margin:0;
    padding:0;
}

.list-inline-style-1 li:before{
    display:inline-block;
    content:"|";
    font-family:"FontAwesome";
    margin-right:10px;
    margin-left:5px;
    height:28px;
    overflow:hidden;
}

.list-inline-style-1 li:first-child:before{
    content:"";
}

.list-boxed-s1{
    display:inline;
}
.list-boxed-s1 li{
    display:table;
    border:solid 1px rgba(255,255,255,.2);
    padding:30px;
    padding-bottom:25px;
    margin:0 auto;
    margin-bottom:20px;

}

.text-left{
    text-align:left;
}
.text-right{
    text-align:right;
}

#cookit {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: .6rem 2rem;
    display: flex;
    z-index: 1000;
}
#cookit.hidden { display: none; }

#cookit #cookit-container {
    margin: auto;
    width: 1200px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#cookit #cookit-container > * { margin: .4rem; }
#cookit #cookit-container p { line-height: 1.4rem; }

#cookit #cookit-container a { text-decoration: none; }
#cookit #cookit-container a:hover { opacity: .9; }

#cookit #cookit-container #cookit-button {
    padding: .5rem 1rem;
    margin-left: auto;
}

.de-front{
    position: relative;
    z-index: 5;
}

.full-height {
    overflow: hidden;
}

.full-height.vertical-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ================================================== */
/* quick-search */
/* ================================================== */
.quick-search {
    display: inline-block;
    float: right;
    margin-left: 10px;
    padding: 10px 0 0 0;
}

.quick-search input {
    width: 120px;
    border-radius: 40px;
}

#search{
    float:left;
    width:70%;
    margin-bottom:0;
    border:solid 1px #333333;
}

#search.form-control{
    background:none;
}

#btn-search{
    border:none;
    padding:10px;
    background:#222;
    float:left;
    width:30%;
    height:46px;
}

#btn-search:before{
    font-family:FontAwesome;
    content: "\f002";
    font-size:24px;
    color:#111;
}

#btn-search:hover{
    opacity:.8;
}
.center-xy{
    position:absolute;
    z-index:5;
    width:100%;
    height:100%;
    text-align:center;
}

.center-xy i.btn-action{
    font-size:24px;
    border:solid 2px rgba(255,255,255,.3);
    padding:16px;
    width:60px;
    height:60px;
    border-radius:60px;
    text-align:center;
    color:#fff;
}

.center-xy i.btn-action:hover{
    border-color:rgba(255,255,255,0);
    background:rgba(255,255,255,.3);
}


.center-xy i.btn-action.btn-play{
    padding-left:20px;
}


.overlay-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0, .5);
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-overlay{
    position:absolute;
    width:100%;
    height:100%;
    z-index:1;
}
.pic-hover{
    width:100%;
    position:relative;
    overflow:hidden;
}
.pic-hover{
    width:100%;
    position:relative;
    overflow:hidden;
}

i.btn-action-hide{
    opacity:0;
}

.pic-hover:hover .bg-overlay{
    background:rgba(0,0,0,.5);
}

.pic-hover:hover i.btn-action-hide{
    opacity:1;
}

.pic-hover.hover-scale:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* ================================================== */
/* review */
/* ================================================== */
.de_review {
    text-align:center;
    min-height:260px;
}

.de_review .de_nav {
    overflow: hidden;
    padding-left: 0;
    margin: 0;
    padding: 0;
    font-weight:bold;
    text-align:center;
}

.de_review .de_nav li {
    list-style: none;
    background: #EEE;
    margin: 0 10px 0 10px;
    margin-bottom:20px;
}

.de_review .de_nav li{
    display:inline-block;
}

.de_review .de_nav li img{
    width:100px;
    height:auto;
}

.de_review .de_nav li span {
    padding: 8px 16px 8px 16px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display: block;
    background: #f5f5f5;
    text-decoration: none;
    color: #646464;
    font-size: 13px;
    cursor: pointer;
}

.de_review blockquote{
    border:none;
    font-family:"Roboto Slab", Georgia, "Times New Roman", Times, serif;
}

.de_review .de_nav li span {
    border: 1px solid #404040;
    background:#222;
}

.de_review .de_nav li:first-child span {
    border-left: 1px solid #ddd;
}

.de_review .de_nav li:first-child span {
    border-left: 1px solid #404040;
}

.de_review .de_review_content {
    border: 1px solid #ddd;
    padding: 15px 20px 20px 20px;
    margin-top: -1px;
    background: #fff;
}

.de_review .de_review_content {
    border: 1px solid #404040;
    background: #27282b;
}

.de_review .de_nav li.active span {
    background: #FFF;
    border-bottom: 1px solid #fff;
    color: #222;
    margin-bottom: -3px;
}


.separator {
    line-height: 0.5;
    text-align: center;
    margin:30px 0 30px 0;
}
.separator span {
    display: inline-block;
    position: relative;

}
.separator span:before,
.separator span:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgba(255,255,255,.1);
    top: 5px;
    width: 300px;
}
.separator span:before {
    right: 100%;
    margin-right: 15px;
}
.separator span:after {
    left: 100%;
    margin-left: 15px;
}

.separator span  i{
    font-size:6px;
    padding:0;
    margin:0;
    float:none;
}

.separator span i.fa-3x{
    font-size:18px;
}

.de_light .separator span:before,
.de_light .separator span:after {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.text-light .separator span:before,
.text-light .separator span:after {
    border-bottom: 1px solid rgba(255,255,255,.1);
}


/* css attributes */

/* margin top */
.mt0{margin-top:0;}.mt10{margin-top:10px;}.mt20{margin-top:20px;}.mt30{margin-top:30px;}.mt40{margin-top:40px;}.mt50{margin-top:50px;}.mt60{margin-top:60px;}.mt70{margin-top:70px;}.mt80{margin-top:80px;}.mt90{margin-top:90px;}.mt100{margin-top:100px;}

/* margin bottom */
.mb0{margin-bottom:0;}.mb10{margin-bottom:10px;}.mb20{margin-bottom:20px;}.mb30{margin-bottom:30px;}.mb40{margin-bottom:40px;}.mb50{margin-bottom:50px;}.mb60{margin-bottom:60px;}.mb70{margin-bottom:70px;}.mb80{margin-bottom:80px;}.mb90{margin-bottom:90px;}.mb100{margin-bottom:100px;}

.pt0{padding-top:0;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt60{padding-top:60px;}
.pt80{padding-top:80px;}

.pb0{padding-bottom:0;}
.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb60{padding-bottom:60px;}
.pb70{padding-bottom:40px;}
.pb80{padding-bottom:70px;}


.pl20{padding-left: 20px;}
.pl30{padding-left: 30px;}
.pl40{padding-left: 40px;}

.pr20{padding-right: 20px;}
.pr30{padding-right: 30px;}
.pr40{padding-right: 40px;}

.bg-dark-6{background: rgba(0,0,0,.6);}
.bg-dark-8{background: rgba(0,0,0,.8);}

/* margin top */
.mt-10{margin-top:-10px;}.mt-20{margin-top:-20px;}.mt-30{margin-top:-30px;}.mt-40{margin-top:-40px;}.mt-50{margin-top:-50px;}.mt-60{margin-top:-60px;}.mt-70{margin-top:-70px;}.mt-80{margin-top:-80px;}.mt-90{margin-top:-90px;}.mt-100{margin-top:-100px;}.mt-110{margin-top:-110px;}.mt-120{margin-top:-120px;}.mt-120{margin-top:-120px;}.mt-130{margin-top:-130px;}

.mr10{margin-right:10px;}.mr20{margin-right:20px;}.mr30{margin-right:30px;}

.absolute{position:absolute; z-index:1;}
.overflow-hidden{overflow:hidden !important;}
.width100{width:100%;}

.z-index1000{
    position:relative;
    z-index:1000;
}

.border1{
    border-width:1px !important;
}

.display-table{
    display:table;
}

.display-table [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
    margin:0;
    padding:0;

}

.text-middle, .display-table [class*="col-"].text-middle {
    vertical-align: middle;
}

.overlay30{background:rgba(0,0,0,.3); height:100%;}
.overlay40{background:rgba(0,0,0,.4); height:100%;}
.overlay50{background:rgba(0,0,0,.5); height:100%;}
.overlay60{background:rgba(0,0,0,.6); height:100%;}
.overlay70{background:rgba(0,0,0,.7); height:100%;}
.overlay80{background:rgba(0,0,0,.8); height:100%;}
.overlay90{background:rgba(0,0,0,.9); height:100%;}


.shadow-soft{
    -webkit-box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.4);
}

.shadow-light{
    -webkit-box-shadow: 2px 2px 40px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 2px 40px 0px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 40px 0px rgba(0,0,0,0.1);
}

.overflow-hidden{
    overflow:hidden;
}

.height-auto{
    height:auto;
}

/* supersized begin */

#slidecaption {
    position: fixed;
    bottom: 150px;
    height: auto;
    text-align: center;
    width: 100%;
}

.slide_text.center{text-align:center;}
.slide_text.left{text-align:left; margin-left:-10px;}
.slide_text.right{text-align:right; margin-left:-20px;}

#slidecaption h2,.slide-desc{
    border-radius:3px;
    font-weight:600;
}


#slidecaption h2 {
    display: block;
    color: #fff;
    text-shadow: none;
    margin-bottom: 20px;
    font-weight: lighter;
    width: 100%;
    float: right;
    text-align: right;
    font-weight: bold;
}

#slidecaption p{
    font-size: 15px;
    font-weight: lighter;
    line-height: 1.8em;
    text-shadow:none;
    text-align: right;
    margin-bottom: 60px;
    width: 350px;
    float: right;
}

#slidecaption .btn-wrap{
    width:100%;
    display: block;
    float: right;
    text-align: right;

}


#slidecaption h2, #slidecaption, #slidecaption .btn-wrap{
    right:90px;
}

#slidecaption a.btn-slide{
    padding: 5px 20px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 12px;
    background: #ffffff;
    color:#000000;
    position: absolute;
    z-index: 1000;
    right: 0px;
    bottom: 0px;

}

#slidecaption .wm-num{
    -webkit-text-stroke: 1px rgba(255,255,255,.5);
    bottom:80px;
    color:rgba(0,0,0,0);
    font-size: 400px;
    font-weight: bold;
    margin-top: 0;
    position: fixed;
    left: -40px;
}


.slide-desc {
    display: block;
    font-size: 32px;
    background:#342621;
    margin-bottom:10px;
}

.slide_text .btn-slider{
    display:inline-block;
    font-size:14px;
    background:none;
    color:#fff;
    padding:3px 25px 3px 25px;
    font-weight:bold;
    text-transform:uppercase;
    border:solid 2px #fff;
}

.slidenumber{
    font-size: 24px;
}

.right-slide-list #slide-list{
    position: fixed;
    right: 40px;
}

.supersized-no-nav #prevslide,
.supersized-no-nav #nextslide{
    display: none !important;
}

ul#slide-list{
    position: absolute;
    z-index: 1001;
}

/* supersized close */

header.force-header-mobile{
    display: block !important;
    background:#000000;
    height:auto !important;
    overflow: hidden;
}

header.force-header-mobile #menu-btn{
    display:block;
    position:relative;
    float:right;
}

header.force-header-mobile div#logo{
    height: 50px;
}

header.force-header-mobile #de-extra-menu{
    display: block;
    position: absolute;
    right: 50px;
    margin-top: 10px;
}

header.force-header-mobile .d-cart-icon{
    display: block;
    width:60px;
    position: relative;
}

header.force-header-mobile .d-cart-icon span{
    float:none;
    margin-left:20px;
}

header.force-header-mobile #mo-button-open{
    margin-top:10px;
}

header.force-header-mobile{
    display:none;
}

header.force-header-mobile .info{
    display:none !important;
}

header.force-header-mobile,header.force-header-mobile.fixed {
    display:block;
    position:inherit;
    margin:0;
    padding:0;
    margin-top:0;
    background:#000000;
    padding:15px 0 15px 0;
}

.de_light.de-navbar-left header #mainmenu > li{
    border-bottom:solid 1px rgba(255,255,255,.1);
}

header.force-header-mobile.autoshow{
    top:0 !important;
}

header.force-header-mobile.autoshow #mainmenu li a{
    background:none !important;
}

header.force-header-mobile.header-mobile-sticky{
    position:fixed;
}

header.force-header-mobile.de_header_2{
    height:auto;
    padding-bottom:0;
}
header.force-header-mobile nav{
    width:100%;
}

header.force-header-mobile #mainmenu{
    display:none;
    float:none;
    z-index:200;
    width:100%;
    margin:0;
    padding:0;
}

header.force-header-mobile #mainmenu a{
    text-align:left;
    padding-left:0;
    padding-top:10px !important;
    padding-bottom:10px !important;
}

header.force-header-mobile #mainmenu li li a,
header.force-header-mobile #mainmenu li li li a{
    padding-left:0;
}

header.force-header-mobile #mainmenu a:hover{
    background:#111 !important;
}


header.force-header-mobile #mainmenu li ul{
    background:none;
    display:block;
    position:inherit;
    margin:0;
    width:100%;
    opacity: 1;
}

header.force-header-mobile #mainmenu li{
    border-bottom:solid 1px #333;
    margin:0;
    width:100%;
    display:block;
    letter-spacing:3px;
}

header.force-header-mobile #mainmenu li a:after{
    display:none;
}

header.force-header-mobile #mainmenu li:last-child{
    margin-bottom:30px;
}

header.force-header-mobile #mainmenu li ul{
    border-top:solid 1px #333;
    top:auto;
}

header.force-header-mobile #mainmenu li ul a{
    width:100%;
    background:none;
    border:none;
}

header.force-header-mobile #mainmenu li ul li{
    border:none;
    padding-left: 40px !important;
}

header.force-header-mobile #mainmenu li ul li a{
    display:block;
}

header.force-header-mobile #mainmenu li ul li:last-child{
    border-bottom:none;
    margin:0;
}

header.force-header-mobile #mainmenu li ul li:last-child a{
    border-bottom:none;
}
header.force-header-mobile #mainmenu li a{
    color:#eceff3;
}

header.force-header-mobile #mainmenu  li li a{
    font-size:10px;
}

header.force-header-mobile #mainmenu  li li a:hover{
    color:#fff;
}


header.force-header-mobile #mainmenu{
    display:none;
    float:none;
    z-index:200;
    width:100%;
    margin:0;
    padding:0;
}

header.force-header-mobile.header-custom #mainmenu{
    padding:0 40px 0 40px;
}

header.force-header-mobile #mainmenu a{
    text-align:left;
    padding-top:10px !important;
    padding-bottom:10px !important;
}

header.force-header-mobile #mainmenu a:hover{
    background:none !important;
}


header.force-header-mobile #mainmenu li ul{
    display:block;
    position:inherit;
    margin:0;
    width:100%;
}

header.force-header-mobile #mainmenu li{
    border-bottom:solid 1px #333;
    margin:0;
    width:100%;
    display:block;
    letter-spacing:3px;
}

header.force-header-mobile.header-light #mainmenu li{
    border-bottom-color:#eee;
}

header.force-header-mobile #mainmenu li a:after{
    display:none;
}

header.force-header-mobile #mainmenu li:last-child{
    margin-bottom:30px;
}

header.force-header-mobile #mainmenu li ul{
    border-top:none;
    top:auto;
}

header.force-header-mobile #mainmenu li ul a{
    width:100%;
    background:none;
    border:none;
}

header.force-header-mobile #mainmenu li ul li{
    border:none;
    padding-left: 40px !important;
}

header.force-header-mobile #mainmenu li ul li:first-child{
    border-top:solid 1px #333;
}
header.force-header-mobile.header-light #mainmenu li ul li:first-child{
    border-top-color:#eee;
}

header.force-header-mobile #mainmenu li ul li a{
    display:block;
    border-bottom:solid 1px #333;
}
header.force-header-mobile.header-light #mainmenu li ul li a{
    border-bottom-color:#eee;
}

header.force-header-mobile #mainmenu li ul li:last-child{
    border-bottom:none;
    margin:0;
}

header.force-header-mobile #mainmenu li ul li:last-child a{
    border-bottom:none;
}

header.force-header-mobile #mainmenu li a{
    color:#eceff3;
}

header.force-header-mobile.header-light #mainmenu li a{
    color:#404040;
}

header.force-header-mobile #mainmenu  li li a{
    font-size:10px;
}

header.force-header-mobile #mainmenu  li li a:hover{
    color:#fff;
}

header.force-header-mobile #mainmenu li ul{
    height:0;
    overflow:hidden;
    position:relative;
    left:0;
}


header.force-header-mobile #mainmenu li ul li ul li:last-child{
    border-bottom:solid 1px #333;
}
header.force-header-mobile.header-light #mainmenu li ul li ul li:last-child{
    border-bottom-color: #eee;
}

header.force-header-mobile #mainmenu li ul li ul{
    margin-bottom:10px;
}

header.force-header-mobile #mainmenu > li > span{
    width:36px;
    height:36px;
    background:url(../images/ui/arrow-down.png) center no-repeat;
    position:absolute;
    right:0;
    margin-top:10px;
    z-index:1000;
    cursor:pointer;
}
header.force-header-mobile.header-light #mainmenu > li > span{
    background:url(../images/ui/arrow-down-invert.png) center no-repeat;
}

header.force-header-mobile #mainmenu li span.active{
    background:url(../images/ui/arrow-up.png) center no-repeat;
}
header.force-header-mobile.header-light #mainmenu li span.active{
    background:url(../images/ui/arrow-up-invert.png) center no-repeat;
}

header.force-header-mobile #mainmenu li > ul > li > span{
    width:36px;
    height:36px;
    background:url(../images/ui/arrow-down.png) center no-repeat;
    position:absolute;
    right:0;
    margin-top:-45px;
    z-index:1000;
    cursor:pointer;
}
header.force-header-mobile.header-light #mainmenu li > ul > li > span{
    background:url(../images/ui/arrow-down-invert.png) center no-repeat;
}

header.force-header-mobile #mainmenu > li > ul > li > span.active{
    background:url(../images/ui/arrow-up.png) center no-repeat;
}
header.force-header-mobile.header-light #mainmenu > li > ul > li > span.active{
    background:url(../images/ui/arrow-up-invert.png) center no-repeat;
}

header.force-header-mobile #mainmenu li ul li a{
    border-bottom:solid 1px #333;
}
header.force-header-mobile.header-light #mainmenu li ul li a{
    border-bottom-color:#eee;
}
header.force-header-mobile #mainmenu li ul li:last-child > a{
    border-bottom:none !important;
}

header.force-header-mobile #mainmenu li ul.mega ul {
    height: auto;
    opacity: 1;
}

header.force-header-mobile #mainmenu ul.mega li{
    border-bottom:solid 1px #333;
    padding-left:0 !important;
}

header.force-header-mobile #mainmenu ul.mega li.title{
    border-bottom:solid 1px #777 !important;
}

header.force-header-mobile #mainmenu ul.mega li:first-child{
    border:none;
}

header.force-header-mobile #mainmenu li ul.mega .menu-content{
    padding:0;
    padding-left:40px;
}

header.force-header-mobile .mega [class*="col-"] {
    margin-bottom:0;
}

header.force-header-mobile .mega .spacer-single{
    height:0;
}

header.force-header-mobile #mainmenu li ul.mega li.title{
    border-top:solid 1px #333333;
    padding-top:15px;
}

header.force-header-mobile #mainmenu li ul.mega li ul li:last-child{
    border-bottom:none;
    margin-bottom:0;
}

header.force-header-mobile #mainmenu li ul.mega li ul{
    margin-bottom:0;
}

/* --------------------------------------------------
	design for 480px
/* -------------------------------------------------- */
@media only screen and (max-width: 767px) {
    .slide_text {
        display: none;
        margin: 0 auto;
    }

    .slider-main-home h1{
        font-size:18px;
        margin-top: 15px;
    }

    .slider-main-home h2{
        font-size:18px;
        margin-top: 15px;
    }

    .slider-main-tag-line span{
        font-size:12px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #slidecaption h2 ,.slide-desc {
        font-size:22px;
    }
}

@media only screen and (min-width: 980px) {
    .md-flex{
        display: flex;
        justify-content: space-between;
    }

    .md-flex > .md-flex-col{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 1199px) {
    .md-flex-col.col-extra{
        display: none;
    }
}


/* ================================================== */
/* R E S P O N S I V E */
/* ================================================== */

@media(min-width:980px) and (max-width: 1199px) {

    header #mainmenu a{
        padding-left:5px;
        padding-right:5px;
    }

    #mainmenu li a:after{
        margin-left:15px;
    }

}

/* --------------------------------------------------
	design for 768px
	/* ================================================== */
@media (min-width: 768px) and (max-width: 979px) {
    .slider_text {
        padding-top: 0px;
    }

}


@media only screen and (max-width: 992px) {

    #menu-btn {
        display: block;
        position: relative;
        float: right;
    }

    .pp-section.pp-table {
        display: block;
    }

    .pp-scrollable .pp-inner {
        display: block;
    }

    .de-header-flex {
        display: block;
    }

    #de-extra-menu {
        display: block;
        position: absolute;
        right: 50px;
        margin-top: 10px;
    }

    .d-cart-icon {
        display: block;
        width: 60px;
        position: relative;
    }

    .d-cart-icon span {
        float: none;
        margin-left: 20px;
    }

    #mo-button-open {
        margin-top: 10px;
    }

    .sm-auto-height {
        height: auto !important;
    }

    .sm-auto-height .center-y {
        margin: 90px 0 !important;
    }

    header {
        display: none;
    }

    header .info {
        display: none !important;
    }

    header.header-bg {
        background: rgba(0, 0, 0, 1);
    }

    header, header.fixed {
        display: block;
        position: inherit;
        margin: 0;
        padding: 0;
        margin-top: 0;
        background: #000000;
        padding: 15px 0 15px 0;
    }

    #de-sidebar {
        position: absolute !important;
        width: 100%;
        right: 1px;
    }


    header.side-header,
    .de_light header.side-header {
        position: absolute !important;
        display: block;
        height: 60px;
        top: 0;
        background: #000;
    }

    header.side-header #mainmenu {
        position: absolute;
        background: #000;
        margin: 0;
        top: 60px;
        left: 0;
        width: 100%;
    }

    header.side-header #logo .logo {
        display: none;
    }

    header.side-header #logo .logo-2 {
        display: inline-block;
        position: absolute;
        height: 30px;
        top: 15px;
        left: 40px;
    }

    header.side-header #menu-btn {
        position: absolute;
        top: 8px;
        right: 30px;
        height: 0;
        z-index: 2000;
        height: 35px;
    }


    header.side-header #mainmenu li {
        display: block;
    }

    header.side-header #mainmenu a,
    .de_light.de-navbar-left header #mainmenu > li > a {
        display: block;
        text-align: center;
        color: #fff;
    }

    .de_light.de-navbar-left header #mainmenu > li {
        border-bottom: solid 1px rgba(255, 255, 255, .1);
    }

    header.side-header #mainmenu a:hover {
        background: none !important;
    }

    header.side-header #mainmenu a:hover {
        background: none !important;
    }

    header.side-header .social-icons-2 {
        display: none;
    }

    header.autoshow {
        top: 0 !important;
    }

    header.autoshow #mainmenu li a {
        background: none !important;
    }

    header.header-mobile-sticky {
        position: fixed;
    }

    header.de_header_2 {
        height: auto;
        padding-bottom: 0;
    }

    header.force-header-mobile {
        max-height: 80px;
        overflow: hidden;
        position: absolute;
    }

    header.force-header-mobile div#logo {
        height: 80px;
    }

    #subheader, .de-navbar-left #subheader {
        padding: 0;
        margin: 0;
    }

    #subheader h1 {
        margin: 60px 0 30px 0;
    }

    #subheader span {
        display: none;
    }

    #subheader .crumb {
        display: none;
    }

    .de-navbar-left #subheader {
        padding-top: 70px;
    }

    .slider_text h1 {
        font-size: 32px;
    }

    .slider_text .description {
        display: none;
    }

    div#logo {
        margin-top: -15px;
    }

    #logo, #logo .inner {
        vertical-align: middle;
        height: auto;
    }

    #domain-check .text, #domain-check .button {
        width: 100%;
    }

    .container-3 .de-team-list,
    .container-4 .de-team-list {
        width: 49.9%;
        float: left;
        position: relative;
    }

    #testimonial-full blockquote {
        padding: 20px;
    }

    nav {
        width: 100%;
    }

    #mainmenu {
        display: none;
        float: none;
        z-index: 200;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #mainmenu a {
        text-align: left;
        padding-left: 0;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    #mainmenu li li a,
    #mainmenu li li li a {
        padding-left: 0;
    }

    #mainmenu a:hover {
        background: #111 !important;
    }


    #mainmenu li ul {
        background: none;
        display: block;
        position: inherit;
        margin: 0;
        width: 100%;
    }

    #mainmenu li {
        border-bottom: solid 1px #333;
        margin: 0;
        width: 100%;
        display: block;
        letter-spacing: 3px;
    }

    #mainmenu li a:after {
        display: none;
    }

    #mainmenu li:last-child {
        margin-bottom: 30px;
    }

    #mainmenu li ul {
        border-top: solid 1px #333;
        top: auto;
    }

    #mainmenu li ul a {
        width: 100%;
        background: none;
        border: none;
    }

    #mainmenu li ul li {
        border: none;
        padding-left: 40px !important;
    }

    #mainmenu li ul li a {
        display: block;
    }

    #mainmenu li ul li:last-child {
        border-bottom: none;
        margin: 0;
    }

    #mainmenu li ul li:last-child a {
        border-bottom: none;
    }

    #mainmenu li a {
        color: #eceff3;
    }

    #mainmenu li li a {
        font-size: 10px;
    }

    #mainmenu li li a:hover {
        color: #fff;
    }


    header.header-mobile #mainmenu {
        display: none;
        float: none;
        z-index: 200;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    header.header-mobile.header-custom #mainmenu {
        padding: 0 40px 0 40px;
    }

    header.header-mobile #mainmenu a {
        text-align: left;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    header.header-mobile #mainmenu a:hover {
        background: none !important;
    }


    header.header-mobile #mainmenu li ul {
        display: block;
        position: inherit;
        margin: 0;
        width: 100%;
    }

    header.header-mobile #mainmenu li {
        border-bottom: solid 1px #333;
        margin: 0;
        width: 100%;
        display: block;
        letter-spacing: 3px;
    }

    header.header-mobile.header-light #mainmenu li {
        border-bottom-color: #eee;
    }

    header.header-mobile.header-light #mainmenu li a:hover {
        color: #222;
    }

    header.header-mobile #mainmenu li a:after {
        display: none;
    }

    header.header-mobile #mainmenu li:last-child {
        margin-bottom: 30px;
    }

    header.header-mobile #mainmenu li ul {
        border-top: none;
        top: auto;
    }

    header.header-mobile #mainmenu li ul a {
        width: 100%;
        background: none;
        border: none;
    }

    header.header-mobile #mainmenu li ul li {
        border: none;
        padding-left: 40px !important;
    }

    header.header-mobile #mainmenu li ul li:first-child {
        border-top: solid 1px #333;
    }

    header.header-mobile.header-light #mainmenu li ul li:first-child {
        border-top-color: #eee;
    }

    header.header-mobile #mainmenu li ul li a {
        display: block;
        border-bottom: solid 1px #eee;
    }

    header.header-mobile.header-light #mainmenu li ul li a {
        border-bottom-color: #eee;
    }

    header.header-mobile #mainmenu li ul li:last-child {
        border-bottom: none;
        margin: 0;
    }

    header.header-mobile #mainmenu li ul li:last-child a {
        border-bottom: none;
    }

    header.header-mobile #mainmenu li a {
        color: #eceff3;
    }

    header.header-mobile.header-light #mainmenu li a {
        color: #404040;
    }

    header.header-mobile #mainmenu li li a {
        font-size: 10px;
    }

    header.header-mobile #mainmenu li li a:hover {
        color: #fff;
    }

    header.header-mobile #mainmenu li ul {
        height: 0;
        overflow: hidden;
        position: relative;
        left: 0;
    }


    header.header-mobile #mainmenu li ul li ul li:last-child {
        border-bottom: solid 1px #333;
    }

    header.header-mobile.header-light #mainmenu li ul li ul li:last-child {
        border-bottom-color: #eee;
    }

    header.header-mobile #mainmenu li ul li ul {
        margin-bottom: 10px;
    }

    header.header-mobile #mainmenu > li > span {
        width: 36px;
        height: 36px;
        background: url(../images/ui/arrow-down.png) center no-repeat;
        position: absolute;
        right: 0;
        margin-top: 10px;
        z-index: 1000;
        cursor: pointer;
    }

    header.header-mobile.header-light #mainmenu > li > span {
        background: url(../images/ui/arrow-down-invert.png) center no-repeat;
    }

    header.header-mobile #mainmenu li span.active {
        background: url(../images/ui/arrow-up.png) center no-repeat;
    }

    header.header-mobile.header-light #mainmenu li span.active {
        background: url(../images/ui/arrow-up-invert.png) center no-repeat;
    }

    header.header-mobile #mainmenu li > ul > li > span {
        width: 36px;
        height: 36px;
        background: url(../images/ui/arrow-down.png) center no-repeat;
        position: absolute;
        right: 0;
        margin-top: -45px;
        z-index: 1000;
        cursor: pointer;
    }

    header.header-mobile.header-light #mainmenu li > ul > li > span {
        background: url(../images/ui/arrow-down-invert.png) center no-repeat;
    }

    header.header-mobile #mainmenu > li > ul > li > span.active {
        background: url(../images/ui/arrow-up.png) center no-repeat;
    }

    header.header-mobile.header-light #mainmenu > li > ul > li > span.active {
        background: url(../images/ui/arrow-up-invert.png) center no-repeat;
    }

    header.header-mobile #mainmenu li ul li a {
        border-bottom: solid 1px #333;
    }

    header.header-mobile.header-light #mainmenu li ul li a {
        border-bottom-color: #eee;
    }

    header.header-mobile #mainmenu li ul li:last-child > a {
        border-bottom: none !important;
    }

    header.header-mobile #mainmenu li ul.mega ul {
        height: auto;
    }

    #mainmenu li ul.mega {
        position: fixed;
        left: 0;
        width: 100%;
        margin-top: 30px;
        display: block;
        padding: 0;
    }

    #mainmenu li ul.mega > li {
        width: 100%;
    }

    #mainmenu li ul.mega > li ul {
        position: static;
        visibility: visible;
        opacity: 1;
        left: 0;
        float: none;
        width: 100%;
    }

    #mainmenu ul.mega > li ul li {
        margin: 0;
        padding: 0;
    }

    #mainmenu li ul.mega .menu-content {
        background: none;
        padding: 30px;
    }

    header.header-mobile #mainmenu ul.mega li {
        border-bottom: solid 1px #333;
        padding-left: 0 !important;
    }

    header.header-mobile.header-light #mainmenu ul.mega li {
        border-bottom: solid 1px #eee;
    }

    header.header-mobile #mainmenu ul.mega li.title {
        border-bottom: solid 1px #777 !important;
    }

    .de_tab.tab_steps .de_nav {
        text-align: center;
    }

    .de_tab.tab_steps .de_nav li {
        display: block;
        margin: 0;
        padding: 0;
    }

    .de_tab.tab_steps .de_nav li span {
        margin: 0;
        margin-bottom: 40px;
        display: inline-block;
    }

    .de_tab.tab_steps .de_nav li .v-border {
        border: none;
    }

    .container .col-md-3 {
        margin-bottom: 30px;
    }

    .container .col-md-4 {
        margin-bottom: 30px;
    }

    .container .col-md-5 {
        margin-bottom: 30px;
    }

    .container .col-md-6 {
        margin-bottom: 30px;
    }

    .container .col-md-7 {
        margin-bottom: 30px;
    }

    .container .col-md-8 {
        margin-bottom: 30px;
    }

    .container .col-md-9 {
        margin-bottom: 30px;
    }

    .container .col-md-10 {
        margin-bottom: 30px;
    }

    .container .col-md-11 {
        margin-bottom: 30px;
    }

    .container .col-md-12 {
        margin-bottom: 30px;
    }

    .hidden-phone {
        display: none;
    }

    .grid_gallery .item {
        width: 100%;
    }

    .de-navbar-left #wrapper {
        overflow: hidden;
        width: 100%;
    }

    .de-navbar-left .inner-padding {
        padding: 30px;
    }

    .de-navbar-left header #mainmenu > li > a {
        padding-left: 40px;
    }

    .side-bg .image-container {
        position: relative;
        width: 100%;
        height: 400px !important;
        top: 0;
        margin-bottom: 60px;
    }

    .mobile-hide {
        display: none;
    }

    .display-table {
        display: block;
    }

    .display-table [class*="col-"] {
        float: none;
        display: block;
        vertical-align: top;
    }

    h2.hero {
        font-size: 28px;
        letter-spacing: 5px;
    }

    #filters li.pull-right {
        float: none !important;
    }

    .sm-hide {
        display: none;
    }

    #mainmenu li ul.mega .menu-content {
        padding: 0;
        padding-left: 40px;
    }

    .mega [class*="col-"] {
        margin-bottom: 0;
    }

    .mega .spacer-single {
        height: 0;
    }

    header.header-mobile #mainmenu li ul.mega li.title {
        padding-top: 15px;
    }

    header.header-mobile #mainmenu li ul.mega li ul li:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    header.header-mobile #mainmenu li ul.mega li ul {
        margin-bottom: 0;
    }

    .sm-mt0 {
        margin-top: 0;
    }

    .sm-mb-30 {
        margin-bottom: 30px;
    }

    .sm-no-padding {
        padding: 0;
    }

    .d-slide-item .dsi-desc {
        margin-left: 0%;
        float: right;
    }

    .d-slide-item .wm {
        line-height: 1em;
    }

    .sm-spacer-single {
        width: 100%;
        height: 30px;
        display: block;
        clear: both;
    }

    .sm-spacer-double {
        width: 100%;
        height: 60px;
        display: block;
        clear: both;
    }
}


    /* --------------------------------------------------
	custom for 320px & 480px
	/* -------------------------------------------------- */
    @media only screen and (max-width: 767px) {
        .container {
            padding-left: 30px;
            padding-right: 30px;
        }

        .feature-box-image, .pricing-box {
            margin-bottom: 30px;
        }

        .de_tab .de_nav li {
            display: block;
            width: 100%;
        }

        .pf_full_width .item {
            float: left;
            width: 49.9% !important;
        }

        /*.item{
	font-size:48px;
	line-height:48px;
	}*/
        .item i {
            font-size: 36px;
        }

        #de-sidebar {
            width: 100%;
            display: block;
            position: relative;
        }

        .pricing-2-col .pricing-box, .pricing-3-col .pricing-box, .pricing-4-col .pricing-box, .pricing-5-col .pricing-box {
            width: 100%;
        }

        .container-3 .de-team-list,
        .container-4 .de-team-list {
            width: 100%;
            float: left;
            position: relative;
        }

        .countdown-section {
            font-size: 12px;
        }

        .countdown-amount {
            font-size: 36px;
        }

        .de-navbar-left header #mainmenu > li > a {
            padding-left: 40px;
        }

        .de-navbar-left .inner-padding {
            padding: 0px;
        }

        h1.title-2 {
            font-size: 16px;
            letter-spacing: 10px;
            line-height: 2em;
        }


        header.de_header_2 {
            height: auto;
        }

        .sm-no-padding {
            margin-top: 0;
        }

        .mt-sm-none {
            margin-top: 0;
        }

        .text-slider {
            font-size: 5vh;
        }

        .schedule-item .sc-time {
            width: 100%;
            padding-bottom: 20px;
            float: none;
        }

        .schedule-item .sc-pic {
            width: 80px;
        }

        .schedule-item .sc-pic img {
            width: 60px;
        }

        .schedule-item .sc-name {
            padding-top: 5px;
        }

        .schedule-item .sc-info {
            float: none;
            display: block;
            width: 100%;
            clear: both;
            padding-top: 30px;
        }

        .schedule-item .sc-info h3 {
            margin-bottom: 10px;
        }

        h1.title-3 {
            font-size: 10vw;
        }


        .owl-custom-nav.nav-in-col .btn-next {
            right: 0;
        }

    }


    /* --------------------------------------------------
	design for 480px
	/* -------------------------------------------------- */
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container {
            padding-left: 30px;
            padding-right: 30px;
        }

        .feature-box-image, .pricing-box {
            margin-bottom: 30px;
        }

    }


    /* --------------------------------------------------
	design for 320px
	/* -------------------------------------------------- */
    @media only screen and (max-width: 480px) {
        .pf_full_width .item {
            float: left;
            width: 100% !important;
        }

        .text-slider.fontsize40 {
            font-size: 10vw !important;
            letter-spacing: 1vw;
            line-height: 15vw;
        }

        /*.item{
	font-size:32px;
	line-height:32px;
	}*/
        .item i {
            font-size: 24px;
        }

        .grid-item .pf_title {
            display: none;
        }
    }

@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i&amp;display=swap');

h1,h2,h3,h4,h5,h6{
    font-weight:600;
}


h1,h2,h3,h4,h5,h6,
.big-white,
.ultra-big-white,
.de_tab.tab_steps .de_nav li span,
.teaser-text,
.text-slider,
#mainmenu,
.btn,
a.btn,
.btn-line,
a.btn-line,
#filters,
.ultra-big-white,
.wm,
blockquote.testimonial-big.s2 .title,
.tp-title,
.countdown-amount,
.countdown-period,
.de_count h3,
.ultra-big-2,
.tp-caption,
.pricing-s1.light .top .price b,
blockquote.testimonial-big .title,
.mm-style-2,
.big-white,
.ultra-big-white,
.title-style-1
{
    font-family: 'Poppins',Arial, Helvetica, sans-serif;
}


h1,h2,h3,h4,h5,h6,
.de_tab.tab_steps .de_nav li span
{
    letter-spacing:0;
    text-transform:none;
}

#mainmenu > li{
    font-weight: 500;
}

#subheader h1{
    letter-spacing:0;
    text-transform:none;
}

.blog-list h3, .blog-read h3{
    font-size:22px;
}

.big-white{
    font-size:13px;
}

.ultra-big-white{
    letter-spacing:0;
    text-transform:none;
    font-weight:600;
    font-size:72px;
}

.text-slider{
    font-size:60px;
    letter-spacing:5px;
}

.big-custom-1{
    font-family:"Poppins";
    font-size:60px;
    letter-spacing:0;
    font-weight:bold;
    line-height:1.1em;
    letter-spacing:-1px;
}

.small-white{
    font-size:18px;
    font-weight:400;
}


@media only screen and (max-width: 480px) {
    .small-white{
        margin-left:50px;
        font-size: 60px;
        margin-top: -150px;
    }

    .big-custom-1{
        margin-left:50px;
        font-size: 120px;
    }

    .tp-caption .btn-custom{
        margin-left:20px;
        margin-top: 30px;
    }
}



